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


* { font-family: 'PPAgrandirRegular';}

.cafeC{
	color: #A7644E;
}

.cafeB{
	background: #A7644E;
}



.blancoC{
	color: white;
}


body{
	background:#D3C6BC;
	color: #333;
	}


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


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




.movil{
	display: none;
}



.frase{
	width: 50vw;
	text-align: left;
	position: absolute;
	z-index: 999999999;
	z-index: 9040000;
	left: 25vw;
	top: 30%;
}


.frase h2 img{
	margin-bottom: -4px;
}



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


nav ul{
	list-style: none;
	padding-top: 15px;
	text-align: right;
}

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

nav ul li a{
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 2px;
	padding: 5px 10px;
}

nav ul li a:hover, nav ul li a.active{
	color: #D3C6BC;
	font-weight: 500;
}


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


.logo{
}

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



footer{
	width: 100%;
	list-style: none;
	background: #A7644E;
}

footer ul{
	list-style: none;
}

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

footer img{
	margin-bottom: -5px;
	margin-right: 5px;
	display: inline-block;
}



strong{
	font-weight: 700;
}


form{
	width: 100%;
}

hr{
	width: 100%;
	margin: 40px 0;
	border-bottom: 0;
	border-top: 1px solid #999;
	display: block;
}

input[type=text], input[type=email], select{
	padding: 10px 2%;
	width: 100%;
	background: #f2f2f2;
	border: 0;
	border-radius: 5px;
	outline: none;
	color: gray;
	margin-bottom: 15px;
	line-height: 35px;
	opacity: 0.9;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #97d700;
	color: #333;
}

textarea{
	padding: 20px 2%;
	width: 100%;
	background: #f2f2f2;
	height: 150px;
	border: 0;
	border-radius: 5px;
	outline: none;
	color: gray;
	margin-bottom: 15px;
	line-height: 35px;
	opacity: 0.9;
}

input[type=submit]{
	padding: 15px 2%;
	background: #97d700;
	width: 100%;
	border: 0;
	border-radius: 5px;
	outline: none;
	color: #333;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

input[type=submit]:hover{
	background: #096c37;
	color: white;
}

strong{
	font-family: 'PPAgrandirBold';
}
	
h1{
	font-size:50px;
	line-height:55px;
	font-weight: 300;
	}


h6{
	font-size:13px;
	line-height:35px;
	font-weight: 300;
	letter-spacing: 2px;
	}



p {
	font-size:17px;
	line-height:23px;
	font-weight: 300;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:23px;
	text-decoration: none;
	font-weight: 300;
	color: #333;
	}
	
a:hover {
	color:#333;
	}

.btn{
	display: inline-block;
	padding: 10px 20px;
	letter-spacing: 1px;
	background: #97d700;
}

.btn:hover{
	color: #fff;
	background: #096c37;
}

#menuiphone{
	display: none;
}

.whatsapp{
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 99999999;
}

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

/* Contenedor que recorta la imagen */
  .parallax-container {
    overflow: hidden;
    position: relative;
	  height: auto;
  }

  /* Estilos base de la imagen */
  .parallax-img {
    object-fit: cover;
    display: block;
    transition: transform 0.1s ease-out; /* Suaviza ligeramente el movimiento */
  }


.aspect45{
	object-fit: cover;
	aspect-ratio: 4 / 5;
}

.mar-T{
	margin-top: -160px;
}

.fotos1 img{
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}

.fotos1 div:last-child img{
	max-height: 200px;
}

.fotos1{
	flex-direction: row;
	column-gap: 2%;
	flex-wrap: nowrap !important;
}

.mapa{
	justify-content: flex-start !important;
}

.break .col100{
	background: url("images/fondo.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 5%;
	text-align: center;
}

.off{
	display: none;
}

.logos{
	mix-blend-mode: multiply;
}


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

header > img{
	object-fit: cover;
	height: 80vh;
}	

.frase{
	width: 70vw;
	left: 15vw;
	top: 45%;
}



nav{
	padding: 10px 3%;
}


nav ul{
	padding-top: 5px;
	overflow: hidden;
	height: 50px;
}
	
	nav ul.active{
		height: 220px;
	}

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

nav ul li a{
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 2px;
	padding: 5px 10px;
}


.logo img{
	
}



footer{
	width: 100%;
}

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

footer img{
	margin-bottom: -5px;
	margin-right: 5px;
	display: inline-block;
}


form{
	width: 100%;
}

hr{
	width: 100%;
	margin: 40px 0;
	border-bottom: 0;
	border-top: 1px solid #999;
	display: block;
}


strong{
	font-family: 'PPAgrandirBold';
}
	
h1{
	font-size:40px;
	line-height:45px;
	}



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

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


#menuiphone{
	display: block;
}


.aspect45{
	aspect-ratio: 1 / 1;
	padding: 0 5%;
}

.mar-T{
	margin-top: 20px;
}

.fotos1 img{
	height: 100%;
	max-height: 450px;
}
	
.fotos1 div{
	width: 100% !important;
}

.fotos1 div:last-child img{
	max-height: 200px;
}

.fotos1{
	flex-direction: column;
	column-gap: 2%;
	flex-wrap: wrap !important;
}

.mapa{
	justify-content: flex-start !important;
}

.break .col100{
	background: url("images/fondo.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 5%;
}
	
	#proyecto div{
		margin-bottom: 20px;
	}
	
.mapa .col50{
	text-align: center;
}
	
.mapa .col50 img{
	max-width: 650px;
}
	
.parrafo .col25{
	display: none;
}
	
	.whatsapp{
		bottom: 20px;
		right: 20px;
	}
	


}

@media only screen and (min-width:768px) and (max-width:1023px){
	
	
header > img{
	object-fit: cover;
	height: 80vh;
}	

.frase{
	width: 70vw;
	left: 15vw;
	top: 35%;
}


nav{
	padding: 10px 3%;
}


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

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

nav ul li a{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 2px;
	padding: 5px 10px;
}


.logo img{
	
}



footer{
	width: 100%;
}

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

footer img{
	margin-bottom: -5px;
	margin-right: 5px;
	display: inline-block;
}


form{
	width: 100%;
}

hr{
	width: 100%;
	margin: 40px 0;
	border-bottom: 0;
	border-top: 1px solid #999;
	display: block;
}


strong{
	font-family: 'PPAgrandirBold';
}
	
h1{
	font-size:40px;
	line-height:45px;
	}



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

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


#menuiphone{
	display: block;
}


.aspect45{
	aspect-ratio: 4 / 5;
	width: 90%;
}

.mar-T{
	margin-top: -100px;
}

.fotos1 img{
	height: 100%;
	max-height: 450px;
}

.fotos1 div:last-child img{
	max-height: 200px;
}

.fotos1{
	flex-direction: row !important;
	column-gap: 2%;
	flex-wrap: nowrap !important;
}
	

.mapa{
	justify-content: flex-start !important;
}

.break .col100{
	background: url("images/fondo.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 5%;
}
	
#proyecto .col20, #proyecto .col30{
	width: 48%;
}
	
.mapa .col30{
	width: 48%;
}
	
.mapa .col50{
	width: 100%;
	text-align: center;
}
	
.mapa .col50 img{
	max-width: 650px;
}
	
.parrafo .col25{
	display: none;
}
	
.parrafo .col50{
	width: 100%;
}

}

@media only screen and (min-width:1024px) and (max-width:1350px){
	
.frase{
	width: 50vw;
	left: 25vw;
	top: 35%;
}



nav{
	padding: 10px 3%;
}


nav ul{
	padding-top: 15px;
}

nav ul li{
	margin: 0 15px;
}

nav ul li a{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 2px;
	padding: 5px 10px;
}


.logo img{
	
}



footer{
	width: 100%;
}

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

footer img{
	margin-bottom: -5px;
	margin-right: 5px;
	display: inline-block;
}


form{
	width: 100%;
}

hr{
	width: 100%;
	margin: 40px 0;
	border-bottom: 0;
	border-top: 1px solid #999;
	display: block;
}


strong{
	font-family: 'PPAgrandirBold';
}
	
h1{
	font-size:45px;
	line-height:50px;
	}



p {
	font-size:16px;
	line-height:22px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:16px;
	line-height:22px;
	color: #333;
	}
	
a:hover {
	color:#333;
	}


#menuiphone{
	display: none;
}


.aspect45{
	aspect-ratio: 4 / 5;
}

.mar-T{
	margin-top: -120px;
}

.fotos1 img{
	height: 100%;
	max-height: 450px;
}

.fotos1 div:last-child img{
	max-height: 200px;
}

.fotos1{
	flex-direction: row;
	column-gap: 2%;
	flex-wrap: nowrap !important;
}

.mapa{
	justify-content: flex-start !important;
}

.break .col100{
	background: url("images/fondo.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 5%;
}

}


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

.frase{
	width: 50vw;
	left: 25vw;
	top: 30%;
}



nav{
	padding: 10px 3%;
}


nav ul{
	padding-top: 15px;
}

nav ul li{
	margin: 0 20px;
}

nav ul li a{
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 2px;
	padding: 5px 10px;
}


.logo img{
	
}



footer{
	width: 100%;
}

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

footer img{
	margin-bottom: -5px;
	margin-right: 5px;
	display: inline-block;
}


form{
	width: 100%;
}

hr{
	width: 100%;
	margin: 40px 0;
	border-bottom: 0;
	border-top: 1px solid #999;
	display: block;
}


strong{
	font-family: 'PPAgrandirBold';
}
	
h1{
	font-size:50px;
	line-height:55px;
	}



p {
	font-size:17px;
	line-height:23px;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:23px;
	color: #333;
	}
	
a:hover {
	color:#333;
	}


#menuiphone{
	display: none;
}


.aspect45{
	aspect-ratio: 4 / 5;
}

.mar-T{
	margin-top: -120px;
}

.fotos1 img{
	height: 100%;
	max-height: 450px;
}

.fotos1 div:last-child img{
	max-height: 200px;
}

.fotos1{
	flex-direction: row;
	column-gap: 2%;
	flex-wrap: nowrap !important;
}

.mapa{
	justify-content: flex-start !important;
}

.break .col100{
	background: url("images/fondo.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 5%;
}

}



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

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




