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


* { font-family: 'PPFormulaCondensedExtralight', sans-serif;}

.ocreC{
	color: #b59753;
}

.ocreB{
	background: #b59753;
}

.blancoC{
	color: white;
}


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


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


header{
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 200px;
}

header p{
	padding: 20px 25%;
}



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: 5px;
	text-align: right;
	right: 3%;
}

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

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

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

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




footer{
	width: 100%;
	list-style: none;
	position: relative;
	padding: 50px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


	
h1{
	font-size:50px;
	line-height:55px;
	font-weight: 300;
	}

h3{
	font-weight: 300;
	}


p {
	font-size:18px;
	line-height:24px;
	font-weight: 300;
	}

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

.btn{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #b59753;
	letter-spacing: 2px;
	background: white;
}

.btn:hover{
	color: #fff;
	background: #b59753;
}

#menuiphone{
	display: none;
}

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

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

.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	position: relative;
	z-index: 3;
	margin-top: -100px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
	position: relative;
	z-index: 3;
}

.pMax{
	padding: 0 15%;
}

.Z2{
	position: relative;
	z-index: 2;
}

.fotoFull{
	position: relative;
	z-index: 1;
	margin-top: -150px;
}

.Z2 h1{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	align-self: center;
}

.Omar{
	flex-wrap: nowrap !important;
}

.Omar .col20{
	text-align: center;
}



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

header > img{
	height: 15%;
}

.logo img{
	width: 120px;
}	
	
.redes{
	width: 40px;
	right: 2%;
	top: 40%;
}

.redes a{
	margin-bottom: 5px;
}
	
	.redes a img{
		width: 20px;
	}

.frase{
	left: -1%;
	top: 50%;
	display: none;
}

nav{
	padding: 10px 2%;
}


	nav ul{
		width: 100%;
		text-align: center;
	}
	
hr{
	width: 100%;
	margin: 25px 0;
}


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


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

h3{
	font-size: 16px;
	line-height: 20px;
	}


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

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

.btn{
	padding: 10px 20px;
	letter-spacing: 2px;
}


#menuiphone{
	display: block;
}

.whats{
	left: 30px;
	bottom: 50px;
}


.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	margin-top: 0px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
}

.pMax{
	padding: 0 5%;
}

.Z2{
	position: relative;
}

.fotoFull{
	position: relative;
	margin-top: 0px;
}
	
	
.i30{
	width: 100%;
	margin-right: 0%;
	display: inline-block;
	margin-bottom: 10px;
}

.i50{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10px;
}

.i25{
	width: 100%;
	margin-right: 0%;
	display: inline-block;
	margin-bottom: 10px;
}
	
header p{
	padding: 20px 10%;
}
	

.Omar{
	flex-wrap: wrap !important;
}
	
.Omar .col20{
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}


}


@media only screen and (min-width:0px) and (max-width:600px){
	
footer div{
	max-width: 100%;
	margin-bottom: 20px;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
header > img{
	height: 15%;
}
	
header p{
	padding: 20px 15%;
}

.logo img{
	width: 120px;
}	
	
.redes{
	width: 40px;
	right: 2%;
	top: 40%;
}

.redes a{
	margin-bottom: 15px;
}

.frase{
	left: -1%;
	top: 50%;
}

nav{
	padding: 10px 2%;
}


nav ul{
	padding-top: 5px;
	right: 3%;
}

nav ul li{
	margin: 0 10px;
}

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


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

footer > div{
	max-width: 47%;
	margin-bottom: 20px;
}

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

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


footer div:last-child{
	text-align: center;
	width: 100%;
	max-width: 100%;
}


footer div:first-child h3, footer div:first-child p{
	width: 100%;
	margin-bottom: 20px;
}
	
#bloque_contacto_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

footer input[type=text]{
	width: 68%;
}

footer input[type=submit]{
	width: 30%;
}

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

h3{
	font-size: 16px;
	line-height: 20px;
	}


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

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

.btn{
	padding: 10px 20px;
	letter-spacing: 2px;
}


.whats{
	left: 30px;
	bottom: 50px;
}


.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	margin-top: 0px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
}

.pMax{
	padding: 0 15%;
}

.Z2{
	position: relative;
}

.fotoFull{
	position: relative;
	margin-top: -100px;
}
	

.i30{
	width: 31%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

.i50{
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.i25{
	width: 23%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}
	
.i35{
	width: 48%;
	margin-bottom: 30px;
}
	

	

}

@media only screen and (min-width:1024px) and (max-width:1350px){
	
header > img{
	height: 15%;
}

.logo img{
	width: 120px;
}	
	
.redes{
	width: 40px;
	right: 2%;
	top: 40%;
}

.redes a{
	margin-bottom: 15px;
}

.frase{
	left: -1%;
	top: 50%;
}

nav{
	padding: 10px 2%;
}


nav ul{
	padding-top: 5px;
	right: 3%;
}

nav ul li{
	margin: 0 15px;
}

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


h1{
	font-size:40px;
	line-height:45px;
	font-weight: 300;
	}

h3{
	font-size: 16px;
	line-height: 20px;
	}


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

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

.btn{
	padding: 10px 20px;
	letter-spacing: 2px;
}



.whats{
	left: 30px;
	bottom: 50px;
}


.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	margin-top: -50px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
}

.pMax{
	padding: 0 15%;
}

.Z2{
	position: relative;
}

.fotoFull{
	position: relative;
	margin-top: -100px;
}
	
	
.i30{
	width: 31%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

.i50{
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.i25{
	width: 23%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

}


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



}


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

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



