@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: 'JosefinSansRegular', 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:#f2f2f2;
	color: #555;
	}


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


header{
	width: 100%;
	position: relative;
	text-align: center;
}

header img{
	display: block;
}

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;
	padding: 15px 3%;
}


nav ul{
	list-style: none;
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

nav ul li{
	display: inline-block;
	margin: 0 20px;
}

nav ul li a{
	color: white;
	font-size: 15px;
	letter-spacing: 2px;
}

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

nav ul li a img{
	margin-bottom: -9px;
}

nav ul:last-child{
	text-align: right;
	width: 350px;
}

nav ul:last-child li{
	margin: 0 10px;
}



nav img{
	margin-bottom: -5px;
}


.logo{
	width: auto;
}

.logo img{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



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

.F-lex2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.col100{
	width: 100%;
}

.padd{
	padding: 3%;
}

footer{
	width: 100%;
	list-style: none;
	position: relative;
	background:url("images/pleca.svg") no-repeat center bottom, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(251, 246, 244, 1) 37%, rgba(219, 185, 162, 1) 100%);
}


footer p, footer a{
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	border: 0;
	color: #000;
}

footer a:hover{
	color: #d2451e;
}

footer .foot{
	align-items:flex-end;
	margin-top: -300px;
	position: relative;
}

.foot .col50:last-child img{
	pointer-events: none;
	z-index: 999999999999;
	position: relative;
}






input[type=text], input[type=email], select{
	padding: 10px 2%;
	background: #e6e6e6;
	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: #d2451e;
	color: white;
}

textarea{
	padding: 20px 2%;
	background: #e6e6e6;
	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: #d2451e;
	border: 0;
	outline: none;
	color: #FFF;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

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


	
h1{
	font-size:40px;
	line-height:45px;
	font-weight: 400;
	font-family: 'JosefinSansBold';
	}

h2{
	font-size:22px;
	line-height:28px;
	font-weight: 400;
	font-weight: normal;
	}


p {
	font-size:15px;
	line-height:21px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:15px;
	line-height:21px;
	text-decoration: none;
	color: #333;
	}
	
a:hover {
	color: #dbb9a2;
	}

.btn{
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
	background: linear-gradient(180deg,rgba(150, 105, 76, 1) 0%, rgba(107, 75, 54, 1) 100%);
	padding: 15px 20px;
	border-radius: 7px;
	font-size: 17px;
}

.btn:hover{
	color: #dbb9a2;
}

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


#menuiphone{
	display: none;
}

.cafeC{
	color: #96694c;
}

.cafeB{
	background: #96694c;
}

.cafeOscuroC{
	color: #453023;
}

.cafeOscuroB{
	background: #453023;
}

.blancoC{
	color: white;
}

.whats{
	position: fixed;
	left: 30px;
	bottom: 50px;
	z-index: 99999999;
}

.whats:hover{
	transform: scale(1.1);
}

.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}

/*-------------------------------------------------------*/

header .col100{
	position: absolute;
	margin-top: -30px;
}

.desarrollo .F-lex{
	align-items: center;
}

.desarrollo{
	background:url("images/pleca.svg") no-repeat, linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(251, 246, 244, 1) 37%, rgba(219, 185, 162, 1) 100%);
	margin-top: -5px;
	padding-bottom: 25%;
}

.desarrollo .col50{
	position: relative;
}

.desarrollo .col50:first-child{
	z-index: 2;
}

.pleca{
	position: absolute;
	bottom: -100px;
	left: -200px;
}


/*-------------------------------------------------------*/

.amenidades{
	margin-top: -25%;
}


.amenidades > div{
	padding-bottom: 40px;
	max-height: 400px;
}


.amenidades img{
	object-fit: cover;
	border-radius: 10px;
	height: 100%;
}

.tarjetas{
	display: grid;
	text-align: center;
	grid-gap: 20px;
}

.tarjeta{
	background: linear-gradient(180deg,rgba(150, 105, 76, 1) 0%, rgba(107, 75, 54, 1) 100%);
	padding: 40px;
	border-radius: 10px;
	color: white;
	font-size: 18px;
	align-content: center;
	width: 100%;
}


/*-------------------------------------------------------*/

.masterplan{
	align-items: center;
}

.masterplan div{
	position: relative;
}

.masterplan .pleca{
	width: 200%;
	margin-bottom: -50px;
	margin-left: 50%;
}

/*-------------------------------------------------------*/

.ubicacion{
	align-items: center;
}

.galeria .col100{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.slider{
	border-radius: 20px;
	overflow: hidden;
}

.galeria{
	background: url("images/plantas.png") no-repeat left bottom; 
	background-size: 30%;
}



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


.F-lex{
	max-width: 1250px;
	padding: 50px 5%;
}

.F-lex2{
	width: 100%;
	margin: 0 auto;
	padding: 0px 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;
}

.padd{
	padding: 3%;
}
	
.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
header{
	width: 100%;
}


nav{
	padding: 0px 3% 15PX 3%;
}


nav ul{
	padding-top: 0px;
	overflow: hidden;
	height: 40px;
}
	
	nav ul.active{
		height: 200px;
	}

nav ul li{
	margin: 0 0px;
	display: block;
}

nav ul li a{
	color: white;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
}


nav ul li a img{
	margin-bottom: -9px;
}

nav ul:last-child{
	width: 100px;
}

nav ul:last-child li{
	margin: 0 0px;
	display: inline-block;
	margin-top: -5PX;
}


nav img{
	margin-bottom: -5px;
}


.logo{
	width: auto;
}
	
.logo img{
	width: 120px;
}


footer{
	width: 100%;
	background:url("images/pleca.svg") no-repeat center bottom, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(251, 246, 244, 1) 37%, rgba(219, 185, 162, 1) 100%);
}


footer p, footer a{
	font-size: 15px;
	line-height: 22px;
}


footer .foot{
	align-items:flex-end;
	margin-top: -0px;
}

.foot .col50:last-child img{
	position: relative;
}
	
.foot .col50:last-child{
	order: 1;
}
	
.foot .col50:first-child{
	order: 2;
}



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

h2{
	font-size:18px;
	line-height:24px;
	}


p {
	font-size:14px;
	line-height:20px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:14px;
	line-height:20px;
	}
	

.btn{
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
	background: linear-gradient(180deg,rgba(150, 105, 76, 1) 0%, rgba(107, 75, 54, 1) 100%);
	padding: 15px 20px;
	border-radius: 7px;
	font-size: 16px;
}


#menuiphone{
	display: block;
}


/*-------------------------------------------------------*/

header .col100{
	margin-top: -0px;
}

.desarrollo .F-lex{
	align-items: center;
}

.desarrollo{
	background:url("images/pleca.svg") no-repeat, linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(251, 246, 244, 1) 37%, rgba(219, 185, 162, 1) 100%);
	margin-top: -5px;
	padding-bottom: 25%;
	padding-top: 20px;
}


.desarrollo .col50:first-child{
	z-index: 2;
}

.pleca{
	bottom: -100px;
	left: -200px;
	display: none;
}


/*-------------------------------------------------------*/

.amenidades{
	margin-top: -25%;
}


.amenidades > div{
	padding-bottom: 40px;
	max-height: 400px;
}


.amenidades img{
	object-fit: cover;
	border-radius: 10px;
	height: 100%;
}

.tarjetas{
	display: grid;
	grid-gap: 20px;
}

.tarjeta{
	background: linear-gradient(180deg,rgba(150, 105, 76, 1) 0%, rgba(107, 75, 54, 1) 100%);
	padding: 20px;
	border-radius: 10px;
	font-size: 15px;
	width: 100%;
}


/*-------------------------------------------------------*/

.masterplan{
	align-items: center;
}


.masterplan .pleca{
	width: 200%;
	margin-bottom: -50px;
	margin-left: 50%;
}

/*-------------------------------------------------------*/

.ubicacion{
	align-items: center;
}

.galeria .col100{
	margin-bottom: 40px;
}

.slider{
	border-radius: 20px;
}

.galeria{
	background: url("images/plantas.png") no-repeat left bottom; 
	background-size: 30%;
}


}


@media only screen and (min-width:0px) and (max-width:600px){
	
nav ul:last-child{
	width: 300px;
}
	
nav ul:last-child li{
	margin: 0 2px;
	display: inline-block;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	

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

.F-lex2{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0%;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.padd{
	padding: 3%;
}
	
	
.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
header{
	width: 100%;
}


nav{
	padding: 15px 3%;
}


nav ul{
	padding-top: 0px;
	overflow: hidden;
	height: 40px;
}
	
	nav ul.active{
		height: 200px;
	}

nav ul li{
	margin: 0 10px;
	display: block;
}

nav ul li a{
	color: white;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
}


nav ul li a img{
	margin-bottom: -9px;
}

nav ul:last-child{
	width: 200px;
}

nav ul:last-child li{
	margin: 0 5px;
	display: inline-block;
}


nav img{
	margin-bottom: -5px;
}


.logo{
	width: auto;
}
	
.logo img{
	width: 140px;
}


footer{
	width: 100%;
	background:url("images/pleca.svg") no-repeat center bottom, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(251, 246, 244, 1) 37%, rgba(219, 185, 162, 1) 100%);
}


footer p, footer a{
	font-size: 15px;
	line-height: 22px;
}


footer .foot{
	align-items:flex-end;
	margin-top: -70px;
}

.foot .col50:last-child img{
	position: relative;
}



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

h2{
	font-size:18px;
	line-height:24px;
	}


p {
	font-size:14px;
	line-height:20px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:14px;
	line-height:20px;
	}
	

.btn{
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
	background: linear-gradient(180deg,rgba(150, 105, 76, 1) 0%, rgba(107, 75, 54, 1) 100%);
	padding: 15px 20px;
	border-radius: 7px;
	font-size: 16px;
}


#menuiphone{
	display: block;
}


/*-------------------------------------------------------*/

header .col100{
	margin-top: -30px;
}

.desarrollo .F-lex{
	align-items: center;
}

.desarrollo{
	background:url("images/pleca.svg") no-repeat, linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(251, 246, 244, 1) 37%, rgba(219, 185, 162, 1) 100%);
	margin-top: -5px;
	padding-bottom: 25%;
}


.desarrollo .col50:first-child{
	z-index: 2;
}

.pleca{
	bottom: -100px;
	left: -200px;
	display: none;
}


/*-------------------------------------------------------*/

.amenidades{
	margin-top: -25%;
}


.amenidades > div{
	padding-bottom: 40px;
	max-height: 400px;
}


.amenidades img{
	object-fit: cover;
	border-radius: 10px;
	height: 100%;
}

.tarjetas{
	display: grid;
	grid-gap: 20px;
}

.tarjeta{
	background: linear-gradient(180deg,rgba(150, 105, 76, 1) 0%, rgba(107, 75, 54, 1) 100%);
	padding: 20px;
	border-radius: 10px;
	font-size: 15px;
	width: 100%;
}


/*-------------------------------------------------------*/

.masterplan{
	align-items: center;
}


.masterplan .pleca{
	width: 200%;
	margin-bottom: -50px;
	margin-left: 50%;
}

/*-------------------------------------------------------*/

.ubicacion{
	align-items: center;
}

.galeria .col100{
	margin-bottom: 40px;
}

.slider{
	border-radius: 20px;
}

.galeria{
	background: url("images/plantas.png") no-repeat left bottom; 
	background-size: 30%;
}
	
.ubicacion .col60, .ubicacion .col30{
	width: 48%;
}



}

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

.F-lex{
	max-width: 1250px;
	padding: 100px 5%;
}

.F-lex2{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0%;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.padd{
	padding: 3%;
}
	
.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
header{
	width: 100%;
}


nav{
	padding: 15px 3%;
}


nav ul{
	padding-top: 15px;
}

nav ul li{
	margin: 0 10px;
}

nav ul li a{
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
}


nav ul li a img{
	margin-bottom: -9px;
}

nav ul:last-child{
	width: 350px;
}

nav ul:last-child li{
	margin: 0 10px;
}



}


@media only screen and (min-width:1351px) and (max-width:1600px){



.F-lex{
	max-width: 1250px;
	padding: 100px 5%;
}

.F-lex2{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0%;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.padd{
	padding: 3%;
}



}



.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;
}


@font-face {
    font-family: 'JosefinSansBold';
    src: url('fonts/JosefinSansBold.eot');
    src: url('fonts/JosefinSansBold.eot') format('embedded-opentype'),
         url('fonts/JosefinSansBold.woff2') format('woff2'),
         url('fonts/JosefinSansBold.woff') format('woff'),
         url('fonts/JosefinSansBold.ttf') format('truetype'),
         url('fonts/JosefinSansBold.svg#JosefinSansBold') format('svg');
	font-style: normal;
	font-weight: normal;
}


@font-face {
    font-family: 'JosefinSansRegular';
    src: url('fonts/JosefinSansRegular.eot');
    src: url('fonts/JosefinSansRegular.eot') format('embedded-opentype'),
         url('fonts/JosefinSansRegular.woff2') format('woff2'),
         url('fonts/JosefinSansRegular.woff') format('woff'),
         url('fonts/JosefinSansRegular.ttf') format('truetype'),
         url('fonts/JosefinSansRegular.svg#JosefinSansRegular') format('svg');
	font-style: normal;
	font-weight: normal;
}



