@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Casas Trío
Autor: Omar De Luna
actualización: oct 2023 */


img{border:0;}

* { margin: 0; padding: 0; font-family: "source-sans-pro", sans-serif; box-sizing: border-box;}


a, input, nav ul, textarea{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body{
	background:#fff;
	color: #555;
	}


main {
	width: 100%;
	margin:0 auto;
	}


header{
	width: 100%;
	position: relative;
	text-align: center;
	border-bottom: 3px solid #db995e;
}

header img{
	display: block;
}

header h1{
	position: absolute;
	bottom: 0px;
	left: 10%;
	color: white;
	margin: 0 auto;
	background: rgba(0,0,0,0.8);
	padding: 40px 40px 40px 50%;
}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	display: flex;
	justify-content: space-between;
}


nav ul{
	list-style: none;
	padding-top: 25px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 20px;
	font-weight: 400;
	border-bottom: 0;
}

nav ul li a:hover, nav ul li a.active{
	color: #db995e;
}




.logo img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100px;
	margin-top: 10px;
}

.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.logo a{
	border: 0;
}

.marg-T{
	margin-top: -150px;
	position: relative;
	z-index: 3;
}

.terraza{
	margin-left: 100px;
	margin-top: -100px;
}

.future{
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(26,26,26,1) 80%, rgba(26,26,26,1) 100%);
}

.amenities{
	width: 100%;
}

.title{
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 100px;
}

.amenities .F-lex{
	justify-content: center;
}

.amenities .title{
	padding-top: 0;
}

.amenities .F-lex div{
	width: 15%;
	text-align: center;
	margin: 25px;
}

.division{
	background: #e2e2e2;
}

.division p{
	font-size: 20px;
	line-height: 26px;
}

.division .col30 div{
	display: inline-block;
	margin-right: 50px;
}

.division .F-lex .col30{
	border-right: 1px solid #db995e;
}

.division .F-lex .col30:last-child{
	border: 0;
}

.distance p img{
	margin-bottom: -15px;
}

.distance{
	display: flex;
	flex-wrap: wrap;
}

.distance p{
	width: 50%;
	margin-bottom: 20px;
}

.ubicacion ul{
	margin-top: 40px;
}

.ubicacion li{
	list-style: decimal;
	list-style-position: inside;
	color: white;
	font-size: 17px;
	line-height: 23px;
	margin: 7px 0;
}

.bye{
	display: none;
}

footer{
	width: 100%;
	background: #f1f2f2;
	padding: 50px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer p, footer a{
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	border: 0;
}




input[type=text], input[type=email], select{
	padding: 10px 2%;
	background: #1a1a1a;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #db995e;
	color: white;
}

textarea{
	padding: 20px 2%;
	background: #1a1a1a;
	height: 100px;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=submit]{
	padding: 20px 2%;
	background: #db995e;
	border: 0;
	outline: none;
	color: white;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

input[type=submit]:hover{
	background: #000;
	color: #388679;
}


	
h1{
	font-size:30px;
	line-height:35px;
	}


p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	text-decoration: none;
	color: #555;
	}
	
a:hover {
	color:#db995e;
	}

.cleare {
	display: block;
	clear: both;
}


#menuiphone{
	display: none;
}

.naranjaC{
	color: #db995e;
}

.grisC{
	color: #1a1a1a;
}


.blancoC{
	color: white;
}

.naranjaB{
	background: #db995e;
}

.grisB{
	background: #1a1a1a;
}

.whatsapp{
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 300px;
	background: #000;
	padding: 15px 30px;
	border-radius: 50px 0 0 50px;
}



.whatsapp a{
	display: flex;
	flex-wrap: wrap;
}

.whatsapp p{
	padding: 10px 0 0 10px;
}


.whatsappdos{
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 100px;
	background: #000;
	padding: 15px 30px;
	border-radius: 50px 0 0 50px;
}

.whatsappdos a{
	display: flex;
	flex-wrap: wrap;
}

.whatsappdos p{
	padding: 30px 0 0 40px;
}
/*----------------------------------galeria-----------------------------------*/


.galeria .F-lex{
	padding: 10px;
}

.galeria .col50{
	width: 49%;
}

.big{
	object-fit: cover;
	height: 390px;
}

.space{
	width: 100%;
	height: 150px;
}

.mini{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mini div{
	width: 49%;
}

.mini img{
	width: 100%;
	object-fit: cover;
	height: 190px;
}

.negro .cbp-af-header .logo img{
	filter: invert(100%);
}

.negro .cbp-af-header a{
	color: #000;
}
.negro .cbp-af-header a.active{
	color: #db995e;
}


@media only screen and (min-width:0px) and (max-width:767px){

main{
	overflow: hidden;
}
	
header{
	width: 100%;
	border-bottom: 3px solid #db995e;
}


header h1{
	left: 5%;
	padding: 20px 40px 20px 30px;
	width: 90%;
}


nav{
	display: flex;
	justify-content: space-between;
}


nav ul{
	padding-top: 25px;
	text-align: right;
	overflow: hidden;
	height: 70px;
}
	
nav ul.active{
	height: 170px;
}

nav ul li{
	display: block;
}

nav ul li a{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0 20px;
	font-weight: 400;
}

#menuiphone{
	display: block;
}
	
.logo img{
	width: 90px;
	margin-top: 10px;
}

.F-lex{
	justify-content: space-between;
	max-width: 1250px;
	padding: 60px 5%;
}

.col25{
	width: 100%;
	margin-bottom: 20px;
}

.col30{
	width: 100%;
	margin-bottom: 20px;
}

.col50{
	width: 100%;
	margin-bottom: 20px;
}

.col60{
	width: 100%;
	margin-bottom: 20px;
}

.marg-T{
	margin-top: 0px;
}

.terraza{
	margin-left: 0px;
	margin-top: 20px;
}

.future{
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(26,26,26,1) 80%, rgba(26,26,26,1) 100%);
}

.amenities{
	width: 100%;
}

.title{
	max-width: 1250px;
	padding: 80px 5% 0 5%;
}

.amenities .F-lex{
	justify-content: center;
}

.amenities .title{
	padding-top: 0;
}

.amenities .F-lex div{
	width: 27%;
	margin: 25px 5px;
}

.division{
	
}

.division p{
	font-size: 20px;
	line-height: 26px;
}

.division .col30 div{
	margin-right: 50px;
}

.division .F-lex .col30{
	border-right: 0px solid #db995e;
}


.distance p img{
	margin-bottom: -15px;
}

.distance{
	display: flex;
	flex-wrap: wrap;
}

.distance p{
	width: 100%;
	margin-bottom: 20px;
}

.ubicacion ul{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
	
.ubicacion .col30 ul{
	display: none;
}

.ubicacion li{
	list-style: decimal;
	list-style-position: inside;
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	margin: 7px 2% 7px 0;
}
	

	
.bye{
	display: block;
}

footer{
	width: 100%;
	padding: 50px 3%;
	justify-content: center;
}
	
footer div{
	width: 48%;
	margin: 10px 5px;
}

footer p, footer a{
	font-size: 15px;
	line-height: 21px;
}
	
footer div > img{
	height: 60px;
}

	
h1{
	font-size:27px;
	line-height:32px;
	}


p {
	font-size:15px;
	line-height:21px;
	}
	
a {
	font-size:15px;
	line-height:21px;
	}	
	
/*----------------------------------galeria-----------------------------------*/


.galeria .F-lex{
	padding: 10px 5%;
}

.galeria .col50{
	width: 100%;
}

.big{
	height: 50.5vw;
}

.space{
	height: 150px;
}

.mini div{
	width: 49%;
}

.mini img{
	height: 25.5vw;
}


}


@media only screen and (min-width:768px) and (max-width:1023px){
	
main{
	overflow: hidden;
}
	
header{
	width: 100%;
	border-bottom: 3px solid #db995e;
}


header h1{
	left: 7%;
	padding: 30px 40px 30px 50%;
}


nav{
	display: flex;
	justify-content: space-between;
}


nav ul{
	padding-top: 25px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 20px;
	font-weight: 400;
}


.logo img{
	width: 90px;
	margin-top: 10px;
}

.F-lex{
	justify-content: space-between;
	max-width: 1250px;
	padding: 80px 5%;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.marg-T{
	margin-top: 0px;
}

.terraza{
	margin-left: 100px;
	margin-top: -40px;
}

.future{
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(26,26,26,1) 80%, rgba(26,26,26,1) 100%);
}

.amenities{
	width: 100%;
}

.title{
	max-width: 1250px;
	padding: 100px 5% 0 5%;
}

.amenities .F-lex{
	justify-content: center;
}

.amenities .title{
	padding-top: 0;
}

.amenities .F-lex div{
	width: 20%;
	margin: 25px 15px;
}

.division{
	
}

.division p{
	font-size: 20px;
	line-height: 26px;
}

.division .col30 div{
	margin-right: 50px;
}

.division .F-lex .col30{
	border-right: 1px solid #db995e;
}


.distance p img{
	margin-bottom: -15px;
}

.distance{
	display: flex;
	flex-wrap: wrap;
}

.distance p{
	width: 100%;
	margin-bottom: 20px;
}

.ubicacion ul{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
	
.ubicacion .col30 ul{
	display: none;
}

.ubicacion li{
	list-style: decimal;
	list-style-position: inside;
	width: 48%;
	font-size: 15px;
	line-height: 21px;
	margin: 7px 2% 7px 0;
}
	

	
.bye{
	display: block;
}

footer{
	width: 100%;
	padding: 50px 3%;
	justify-content: center;
}
	
footer div{
	margin: 10px 5px;
}

footer p, footer a{
	font-size: 15px;
	line-height: 21px;
}
	
footer div > img{
	height: 60px;
}

	
h1{
	font-size:27px;
	line-height:32px;
	}


p {
	font-size:15px;
	line-height:21px;
	}
	
a {
	font-size:15px;
	line-height:21px;
	}	
	
/*----------------------------------galeria-----------------------------------*/


.galeria .F-lex{
	padding: 10px 7%;
}

.galeria .col50{
	width: 49%;
}

.big{
	height: 27.5vw;
}

.space{
	height: 150px;
}

.mini div{
	width: 49%;
}

.mini img{
	height: 13.5vw;
}

}


@media only screen and (min-width:0px) and (max-width:550px){

footer div{
	width: 100%;
	text-align: center;
}
	
.amenities .F-lex div{
	width: 45%;
	margin: 25px 5px;
}
	
}


@media only screen and (min-width:1024px) and (max-width:1349px){

main{
	overflow: hidden;
}
	
header{
	width: 100%;
	border-bottom: 3px solid #db995e;
}


header h1{
	left: 10%;
	padding: 40px 40px 40px 50%;
}


nav{
	display: flex;
	justify-content: space-between;
}


nav ul{
	padding-top: 25px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
	margin: 0 20px;
	font-weight: 400;
}


.logo img{
	width: 100px;
	margin-top: 10px;
}

.F-lex{
	justify-content: space-between;
	max-width: 1250px;
	padding: 100px 7%;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.marg-T{
	margin-top: -130px;
}

.terraza{
	margin-left: 100px;
	margin-top: -100px;
}

.future{
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(26,26,26,1) 80%, rgba(26,26,26,1) 100%);
}

.amenities{
	width: 100%;
}

.title{
	max-width: 1250px;
	padding: 100px 7% 0 7%;
}

.amenities .F-lex{
	justify-content: center;
}

.amenities .title{
	padding-top: 0;
}

.amenities .F-lex div{
	width: 15%;
	margin: 25px 15px;
}

.division{
	
}

.division p{
	font-size: 20px;
	line-height: 26px;
}

.division .col30 div{
	margin-right: 50px;
}

.division .F-lex .col30{
	border-right: 1px solid #db995e;
}


.distance p img{
	margin-bottom: -15px;
}

.distance{
	display: flex;
	flex-wrap: wrap;
}

.distance p{
	width: 100%;
	margin-bottom: 20px;
}

.ubicacion ul{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
	
.ubicacion .col30 ul{
	display: none;
}

.ubicacion li{
	list-style: decimal;
	list-style-position: inside;
	width: 48%;
	font-size: 17px;
	line-height: 23px;
	margin: 7px 1% 7px 0;
}
	
.ubicacion li{
	list-style: decimal;
	list-style-position: inside;
	color: white;
	font-size: 17px;
	line-height: 23px;
	margin: 7px 0;
}
	
.bye{
	display: block;
}

footer{
	width: 100%;
	padding: 50px 3%;
}

footer p, footer a{
	font-size: 15px;
	line-height: 21px;
}
	
footer > img{
	height: 50px;
}

	
h1{
	font-size:30px;
	line-height:35px;
	}


p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	}	
	
/*----------------------------------galeria-----------------------------------*/


.galeria .F-lex{
	padding: 10px 7%;
}

.galeria .col50{
	width: 49%;
}

.big{
	height: 27.5vw;
}

.space{
	height: 150px;
}

.mini div{
	width: 49%;
}

.mini img{
	height: 13.5vw;
}


}


@media only screen and (min-width:1350px) and (max-width:1600px){
	
main{
		overflow: hidden;
	}

}




.disclaimer{
	width: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	color: #999;
	padding: 15px 0;
	background: white;
}

.disclaimer a{
	font-size: 12px;
	color: #2f1c51;
	border: 0;
}

.disclaimer a img{
	margin-bottom: -5px;
	display: inline-block;
}


