@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: 'PPTelegrafRegular', 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: #000;
	}

main.active{
	background: black;
	color: white;
}

main.active a{
	color: white;
}

main.active footer a, main.active footer p{
	color: black;
}

main.active .about-h h1 hr{
	border-bottom: 1px solid #fff;
}

#menuiphone2{
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
}

#menuiphone2 img{
	display: block;
	border-radius: 20px;
	object-fit: contain;
	margin-bottom: -14px;
	margin-right: 20px;
}

#menuiphone2:hover img, #menuiphone2.active img{
	background: white;
}



main {
	width: 100%;
	margin:0 auto;
	background: white;
	-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;
	}


header{
	width: 100%;
	position: relative;
	text-align: center;
	background: black;
	overflow: hidden;
}

header img{
	display: block;
}

.elmenu{
	position: fixed;
	z-index: 8;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 0vh;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.elmenu.active{
	height: 100vh;
}

.elmenu ul li:nth-child(3){
	display: none;
}

.elmenu ul{
	list-style: none;
	padding: 200px 5% 0 5%;
	width: 100%;
	text-align: left;
}

.elmenu ul li{
	margin-bottom: 10px;
}

.elmenu ul li a{
	font-size: 5vw;
	line-height: 5vw;
	color: white;
}

.elmenu ul li a:hover, .elmenu ul li a.active{
	color: #df43ff;
}


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: 20px 2%;
	mix-blend-mode:screen;
}

.logo{
	mix-blend-mode:color;
}


nav ul{
	list-style: none;
	padding-top: 0px;
	width: 100%;
	text-align: right;
	position: relative;
}


nav ul li{
	display: inline-block;
}

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

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

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


.logo img, .logo{
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	background-blend-mode: difference;
}

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

.padd{
	padding: 3%;
}

footer{
	width: 100%;
	height: 200px;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

footer ul{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

footer li{
	width: 100%;
	height: 64%;
	background: #dedede;
	list-style: none;
}


footer ul li:nth-child(2){
	height: 8%;
	opacity: 0.8;
}

footer ul li:nth-child(3){
	height: 8%;
	opacity: 0.6;
}

footer ul li:nth-child(4){
	height: 8%;
	opacity: 0.4;
}

footer ul li:nth-child(5){
	height: 8%;
	opacity: 0.2;
}

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

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

footer a:hover{
	font-family: 'PPTelegrafBold';
}

footer section{
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 2;
	padding: 50px 5%;
	width: 100%;
}




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: #001738;
	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: #e91a47;
	border: 0;
	outline: none;
	color: #FFF;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

input[type=submit]:hover{
	background: #006197;
	color: #fff;
}


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


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

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:24px;
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	color:#666;
	}

strong{
	font-family: 'PPTelegrafBold';
}

.btn{
	display: inline-block;
	padding: 10px 20px;
	color: black;
}

.btn:hover{
	background: #001738;
	color: white;
}

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


#menuiphone{
	display: none;
}

.amarilloC{
	color: #edff00;
}

.amarilloB{
	background: #edff00;
}

.verdeC{
	color: #00ffb0;
}

.verdeB{
	background: #00ffb0;
}

.moradoC{
	color: #df43ff;
}

.moradoB{
	background: #df43ff;
}

.blancoC{
	color: white;
}


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

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

.frase{
	padding: 100px 5% 0px 10%;
}

.frase h1{
	font-size: 100px;
	line-height: 110px;
	font-family: 'PPTelegrafBold';
}


.about-h{
	padding: 100px 5%;
}

.about-h p.big{
	font-size: 30px;
	line-height: 37px;
	padding-left: 5.5%;
	padding-right: 10%;
}

.about-h h1{
	font-size: 13px;
	line-height: 25px;
	font-family: 'PPTelegrafBold';
	width: 5%;
	text-align: right;
}

.about-h h1 hr{
	width: 40%;
	border-top: 0;
	border-bottom: 1px solid #000;
	margin-left: 60%;
}

.servicesH{
	padding-left: 5.5%;
	padding-right: 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.servicesH div{
	height: auto;
	position: relative;
}

.servicesH div img{
	position: absolute;
	z-index: 2;
	width: 80%;
	margin: 40px 10%;
}

.col30 span ul{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 200px;
}

.col30 span li{
	width: 100%;
	height: 76%;
	background: #edff00;
	list-style: none;
}

.servicesH .col30:nth-child(2) span li{
	background: #00ffb0;
}

.servicesH .col30:nth-child(3) span li{
	background: #df43ff;
}

.servicesH .col30 span li:nth-child(2){
	height: 6%;
	opacity: 0.8;
}

.col30 span li:nth-child(3){
	height: 6%;
	opacity: 0.6;
}

.col30 span li:nth-child(4){
	height: 6%;
	opacity: 0.4;
}

.col30 span li:nth-child(5){
	height: 6%;
	opacity: 0.2;
}


.counter {
 	 text-align: left;
}
.counter .counter--value {
 	 font-size: 100px;
	font-family: 'PPTelegrafBold';
 	 color: inherit;
 	 margin: 0;
}
.counter .counter--text {
 	 font-size: 40px;
	  color: inherit;
}

#eluno, #eldos{
	display: none;
}


/*––––––––––––––------––––––––proyecto––––––––––––––––––––––––––*/

.texto{
	padding: 100px 10%;
	max-width: 1500px;
	margin: 0 auto;
}

.texto p{
	column-count: 2;
}


.foto-doble, .foto-triple{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

figure img{
	display: block;
}

.foto-doble figure{
	width: calc(50% - 5px);
}

.foto-triple figure{
	width: calc(33.333% - 7px);
}

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

.dosCol p{
	width: 48%;
}


@media only screen and (min-width:0px) and (max-width:767px){
	
.F-lex{
	width: 100%;
	margin: 0 auto;
	padding: 60px 5%;
}

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

.col25{
	width: 100%;
}

.col30{
	width: 100%;
}

.col50{
	width: 100%;
}

.col60{
	width: 100%;
}
	
.col25, .col30, .col50, .col60{
	margin-bottom: 20px;
}

.padd{
	padding: 3%;
}
	
	
.elmenu{
	position: fixed;
	z-index: 8;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 0vh;
	overflow: hidden;
}

.elmenu.active{
	height: 100vh;
}

.elmenu ul{
	padding: 120px 7% 0 7%;
	width: 100%;
}

.elmenu ul li{
	margin-bottom: 10px;
}

.elmenu ul li a{
	font-size: 45px;
	line-height: 55px;
}


nav{
	padding: 20px 2%;
	mix-blend-mode:screen;
}

.logo{
	mix-blend-mode:color;
}
	
.logo img{
	width: 160px;
	padding-top: 5px;
}


nav ul{
	padding-top: 0px;
	width: 100%;
}

nav ul li{
	display: inline-block;
}

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

.logo img, .logo{
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	background-blend-mode: difference;
}
	
#menuiphone2 img{
	margin-right: 10px;
}


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

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


footer{
	width: 100%;
	height: 200px;
	margin-top: 50px;
}

footer ul{
	width: 100%;
	height: 100%;
}

footer li{
	width: 100%;
	height: 64%;
}


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


footer a:hover{
	font-family: 'PPTelegrafBold';
}

footer section{
	padding: 50px 5%;
	width: 100%;
	flex-wrap: wrap;
}
	
footer div{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

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

#menuiphone{
	display: none;
}


.frase{
	padding: 80px 5% 0px 10%;
}

.frase h1{
	font-size: 45px;
	line-height: 55px;
}

.about-h{
	padding: 80px 5%;
}

.about-h p.big{
	font-size: 22px;
	line-height: 29px;
	padding-left: 5.5%;
	padding-right: 10%;
}

.about-h h1{
	font-size: 11px;
	line-height: 25px;
	width: 5%;
}

.about-h h1 hr{
	width: 40%;
	border-top: 0;
	margin-left: 60%;
}

.servicesH{
	padding-left: 5.5%;
	padding-right: 5%;
}

.servicesH div{
	height: auto;
	position: relative;
	margin-bottom: 40px;
}

.servicesH div img{
	width: 80%;
	margin: 40px 10%;
}

.col30 span ul{
	width: 100%;
	height: 200px;
}

.col30 span li{
	width: 100%;
	height: 76%;
}
	
#eluno, #eldos{
	display: none;
}
	
#eldos{
	display: block;
}
	
.data{
	padding-bottom: 0;
}
	
.texto p{
	column-count: 1;
}


}


@media only screen and (min-width:0px) and (max-width:550px){
	
	.frase h1{
	font-size: 40px;
	line-height: 50px;
}
	
.about-h p.big{
	font-size: 20px;
	line-height: 27px;
	padding-left: 5.5%;
	padding-right: 10%;
}
	
	.foto-doble, .foto-triple{
		margin-bottom: 0;
	}
	
.foto-doble figure{
	width: 100%;
}

.foto-triple figure{
	width: 100%;
}
	
.dosCol p{
	width: 100%;
	margin-bottom: 20px;
}
	
figure img{
	margin-bottom: 10px;
}

}


@media only screen and (min-width:768px) and (max-width:1024px){
	
header{
	width: 100%;
}

.elmenu{
	position: fixed;
	z-index: 8;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 0vh;
	overflow: hidden;
}

.elmenu.active{
	height: 100vh;
}

.elmenu ul{
	padding: 150px 5% 0 5%;
	width: 100%;
}

.elmenu ul li{
	margin-bottom: 10px;
}

.elmenu ul li a{
	font-size: 7vw;
	line-height: 7vw;
}


nav{
	padding: 20px 2%;
	mix-blend-mode:screen;
}

.logo{
	mix-blend-mode:color;
}


nav ul{
	padding-top: 0px;
	width: 100%;
}

nav ul li{
	display: inline-block;
}

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

.logo img, .logo{
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	background-blend-mode: difference;
}


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

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


footer{
	width: 100%;
	height: 200px;
	margin-top: 50px;
}

footer ul{
	width: 100%;
	height: 100%;
}

footer li{
	width: 100%;
	height: 64%;
}


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


footer a:hover{
	font-family: 'PPTelegrafBold';
}

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

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


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

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

#menuiphone{
	display: none;
}


.frase{
	padding: 80px 5% 0px 10%;
}

.frase h1{
	font-size: 60px;
	line-height: 70px;
}

.about-h{
	padding: 80px 5%;
}

.about-h p.big{
	font-size: 22px;
	line-height: 29px;
	padding-left: 5.5%;
	padding-right: 10%;
}

.about-h h1{
	font-size: 11px;
	line-height: 25px;
	width: 5%;
}

.about-h h1 hr{
	width: 40%;
	border-top: 0;
	margin-left: 60%;
}

.servicesH{
	padding-left: 5.5%;
	padding-right: 5%;
}

.servicesH div{
	height: auto;
	position: relative;
}

.servicesH div img{
	width: 80%;
	margin: 40px 10%;
}

.col30 span ul{
	width: 100%;
	height: 200px;
}

.col30 span li{
	width: 100%;
	height: 76%;
}
	
#eluno, #eldos{
	display: none;
}
	
#eluno{
	display: block;
}
	

}

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


.elmenu ul{
	padding: 150px 5% 0 5%;
	width: 100%;
}

.elmenu ul li{
	margin-bottom: 10px;
}

.elmenu ul li a{
	font-size: 5vw;
	line-height: 5vw;
}


nav{
	padding: 20px 2%;
	mix-blend-mode:screen;
}

.logo{
	mix-blend-mode:color;
}


nav ul{
	padding-top: 0px;
	width: 100%;
}

nav ul li{
	display: inline-block;
}

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

.logo img, .logo{
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	background-blend-mode: difference;
}


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

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


footer{
	width: 100%;
	height: 200px;
	margin-top: 50px;
}

footer ul{
	width: 100%;
	height: 100%;
}

footer li{
	width: 100%;
	height: 64%;
}


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


footer a:hover{
	font-family: 'PPTelegrafBold';
}

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

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


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

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

#menuiphone{
	display: none;
}


.frase{
	padding: 100px 5% 0px 10%;
}

.frase h1{
	font-size: 70px;
	line-height: 80px;
}

.about-h{
	padding: 100px 5%;
}

.about-h p.big{
	font-size: 22px;
	line-height: 29px;
	padding-left: 5.5%;
	padding-right: 10%;
}

.about-h h1{
	font-size: 13px;
	line-height: 25px;
	width: 5%;
}

.about-h h1 hr{
	width: 40%;
	border-top: 0;
	margin-left: 60%;
}

.servicesH{
	padding-left: 5.5%;
	padding-right: 5%;
}


}


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


.elmenu ul{
	padding: 200px 5% 0 5%;
	width: 100%;
}

.elmenu ul li{
	margin-bottom: 10px;
}

.elmenu ul li a{
	font-size: 5vw;
	line-height: 5vw;
}


nav{
	padding: 20px 2%;
	mix-blend-mode:screen;
}

.logo{
	mix-blend-mode:color;
}


nav ul{
	padding-top: 0px;
	width: 100%;
}

nav ul li{
	display: inline-block;
}

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

.logo img, .logo{
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	background-blend-mode: difference;
}


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

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


footer{
	width: 100%;
	height: 200px;
	margin-top: 50px;
}

footer ul{
	width: 100%;
	height: 100%;
}

footer li{
	width: 100%;
	height: 64%;
}


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


footer a:hover{
	font-family: 'PPTelegrafBold';
}

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

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


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

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

#menuiphone{
	display: none;
}


.frase{
	padding: 100px 5% 0px 10%;
}

.frase h1{
	font-size: 80px;
	line-height: 90px;
}

.about-h{
	padding: 100px 5%;
}

.about-h p.big{
	font-size: 25px;
	line-height: 32px;
	padding-left: 5.5%;
	padding-right: 10%;
}

.about-h h1{
	font-size: 13px;
	line-height: 25px;
	width: 5%;
}

.about-h h1 hr{
	width: 40%;
	border-top: 0;
	margin-left: 60%;
}




}


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


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



