/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 /*
.bg {
	background: url("../img/home-support-bg.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height:auto;
	min-height: 900px;
}
*/

.imagenslide {
	margin-bottom: 50px;

	
}

.subraya {
	background-color: #2c3e50;
	color: white;
  
}

.prop {
    width: 100%;
    height: 100%;
   
}



html,body{
height:100%;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:focus,
a:active,
a.active {
    outline: 0;
    color: white;
	text-decoration: none;
}

a:hover {
	color: #DB8B1C;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #2A385F;
	
	background-image: linear-gradient(top, #2A385F 75%, white 50%);
    background-image: -o-linear-gradient(top, #2A385F 75%, white 50%);
    background-image: -moz-linear-gradient(top, #2A385F 75%, white 50%);
    background-image: -webkit-linear-gradient(top, #2A385F 75%, white 50%);
    background-image: -ms-linear-gradient(top, #2A385F 75%, white 50%);
}

header .container {
   padding-top: 10px;
   padding-bottom: 0px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}



.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 60px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}


.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    /* border-bottom: 1px solid #eee; */
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    /* font-size: 1.5em; */
    background: white;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
	
}

footer h3 {
    margin-bottom: 30px;
	text-transform: none;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 30px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn-social:hover {
		color: #DB8B1C;
	}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


/* ESTILOS EDITADOS ======================================*/

 
.btn-comprar {
	background-color: #2A385F !important;
	color: white;
	margin-top: -50px;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
}

.btn-comprar:hover{
	background-color: #2c3e50 !important;
	

  
 /*Gradient*/
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	}



.propi {
	text-transform: none;
	color: #555555;
	font-weight: normal;
}

.superponer {
	margin-top: 75px;
}

/* BOTONES REDES SOCIALES HEADER */

.caja-redes {
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 400px;
	margin-top: 70px;
}
.caja-redes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.caja-redes ul  li{
	padding-right: 5px;
	display: inline;
	list-style-type: none;
	float: right;
}
.caja-redes img {
	height: 34px;
	width: 34px;
}
.caja-redes a {
	text-align: center;
	font-size: 20px;
}

.icon-button {
	background-color: white;
	border-radius: 3em;
	cursor: pointer;
	display: inline-block;
	height: 2em;
	line-height: 3em;
	margin: 0 8px;
	position: relative;
	width: 2em;
}

.icon-button i {
    background: none;
    color: white;
    left: 0;
    line-height: 2em;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2em;
    z-index: 2;
}
.icon-button .icon-linkedin {
    color: #4393BB;
}
.icon-button .icon-pinterest {
    color: #C92228;
}
.icon-button .icon-twitter {
    color: #4099ff;
}
.icon-button .icon-facebook {
    color: #3B5998;
}
.icon-button .icon-google-plus {
    color: #db5a3c;
}
.icon-button:hover .icon-linkedin, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus {
    color: white;
}

/* SECCION PROPIEDADES =================== */

section.contacto {
	background-color: #2A385F;
	color: white;
 }

 h2.minus{
	text-transform: none;
	color: #DB8B1C;
 }
 .listas {
	list-style: none;
	text-decoration: none;
	font-size: 20px;
	color: #555555;
}

.spa {
	margin-right: 10px;
}

.titulares {
	/* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	/* font: 400 16px / 1.667 "Open Sans",sans-serif; */
	font-weight: 900;
	font-size: 36px;

	padding-top: 15%;
	
}

.parrafos {
	font-size: 20px;
}


.titulares2 {
	/* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
	font: 400 16px / 1.667 "Open Sans",sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10%;
}

.slider img{
	width: 80%;
	height: auto;
	
}

.row .prop img {
	width: 100%;
	height: auto;
}


/* HEADER =================== */

.izq {
	float: left;
	width: 50%;
}

.der {
	float: right;
	
}

/* LOGO ===================*/
.izq img {
	max-width: 70%;
	min-width: 60%;
	padding-top: 30px;
}

.tituloizq {
	float: left;
	text-align: left;
	padding-left: 100px;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}

.colorbutton {
	background-color: #2c3e50;
	
}

/* IFRAME MAPS */



.google-maps {
        position: relative;
        padding-bottom: 75%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
		margin: 0 auto;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
		margin: 0 auto;
    }

	
	
@media(min-width: 768px) and (max-width: 1200px)	{
		.formulario {
		width: 60%;
		margin: 0 auto;
	}
	
	.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 75% !important;
        height: auto;
		margin: 0 auto;
    }
	.caja-redes {
    width: 50%;
	float: right;
}

	.caratula {
	
	height: auto;
	max-width:800px;
    width: auto;
    height: auto;
	}
	
	.titulares {
		padding-top: 5%;
	}
}	
	
	
	
@media(max-width:800px) {
   
	.izq {
	float: left;
	width: 100%;
}
	.caja-redes {
    width: 100%;
	float: right;
}
	
	.tituloizq h1{
	float: left;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
		}	
.caratula {
	text-align: center;
	max-width: 100%; 
    height: auto; 
	}
	.titulares {
		padding-top: 5%;
	}
}


@media(max-width:400px) {

	.tituloizq h1{
	
	font-size: 24px;
	width: 100%;
	
	}	
	.tituloizq {
		padding-left: 22px;
		margin: 0 auto;
		width: 90%;
		position: relative;
		
	}

	.minus {
	font-size: 24px;
	}
	
	.listas {
		text-align: left;
	}
	.caja-redes {
    width: 100%;
	float: right;
}

	.carrito img {
		margin-left: 5px;
	}
	
	
	.caja-redes img {
	height: 24px;
	width: 24px;
}
	.titulares {
		padding-top: 5%;
		font-size: 32px;
	}
}

@media(min-width:768px) {
    header .container {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
	
	
	
}



@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


