@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: "Montserrat", 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:#4D092A;
	color: #555;
	}


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


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;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 3%;
}


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

nav ul li{
	display: inline-block;
	margin-left: 40px;
}

nav ul li:first-child{
	margin-left: 0;
}

nav ul li a{
	font-size: 15px;
	line-height: 22px;
	color: white;
	font-weight: 200;
}

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


.logo{
	width: 100%;
	text-align: center;
}

.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;
	margin-bottom: -7px;
}

.logo a{
	color: white;
	font-size: 25px;
}

.logo p{
	font-size: 11px;
	color: white;
	font-weight: 100;
	letter-spacing: 1px;
}

.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;
	padding: 50px 5%;
	text-align: center;
}

footer div{
	width: 100%;
}


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

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

footer a:hover{
	color: #d2451e;
}

footer a:hover img{
	transform: scale(1.1);
}



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: "Julius Sans One", sans-serif;
	}

h2{
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
	font-family: "Julius Sans One", sans-serif;
}


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;
	color: #333;
	}
	
a:hover {
	color:#000;
	}

.btn{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
	border-radius: 30px;
}

.btn:hover{
	color: #4D092A;
}

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


#menuiphone{
	display: block;
}

.rosaC{
	color: #E8D2F6;
}

.rosaB{
	background: #E8D2F6;
}

.moradoC{
	color:#654668;
}

.moradoB{
	background: #654668;
}

.guindaC{
	color: #4D092A;
}

.guindaB{
	background: #4D092A;
}

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

.home{
	width: 100%;
	padding: 100px 30%;
	text-align: center;
}

.main-menu{
	width: 100%;
	text-align: center;
}

.main-menu li{
	list-style: none;
	display: block;
	margin-bottom: 20px;
}

.main-menu li a{
	color: white;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}

.main-menu li a:hover{
	color: #E8D2F6;
	text-decoration: underline;
}

.parrafo{
	width: 100%;
	padding: 100px 20%;
	text-align: center;
}

.servicios, .servicios2{
	align-items: center;
}

.servicios2 div:first-child img{
	object-fit: cover;
	height: 400px;
}

.servicios2 div{
	padding: 0 20px;
}

#menuiphone{
	display: none;
}

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

.temario .col100{
	margin-bottom: 50px;
}

.redes img{
	width: 50px;
	margin-right: 15px;
}

.redes img:hover{
	transform: scale(1.1);
}

.canto{
	object-fit: cover;
	height: 37vw;
}

@media only screen and (min-width:0px) and (max-width:767px){
	
#menuiphone{
	display: block;
}
	

nav{
	padding: 15px 3%;
}

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

.logo{
	width: auto;
}
	
.logo img{
	width: 130px;
	margin-bottom: -6px;
}

.logo a{
	color: white;
	font-size: 18px;
}

.logo p{
	font-size: 9px;
	color: white;
	font-weight: 100;
	letter-spacing: 1px;
	display: none;
}

.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%;
}
	
.logoA{
	width: 200px;
}

.grafico{
	width: 80px;
}

footer > img{
	width: 320px;
}
	
nav ul{
	padding-top: 25px;
	text-align: center;
	overflow: hidden;
	height: 40px;
}
	
nav ul.active{
	height: 200px;
}

nav ul li{
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
}
	
nav ul li a{
	font-size: 13px;
}
	
	
h1{
	font-size:30px;
	line-height:35px;
	}

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

.big{
	font-size:17px;
	line-height:25px;
}
	
a {
	font-size:15px;
	line-height:21px;
	}	
	
.space{
	width: 100%;
	height: 70px;
}
	
.parrafo{
	padding: 50px 5%;
}

.canto{
	object-fit: cover;
	height: auto;
}
	
	.invierte div:first-child{
		order: 2;
	}
	
		.invierte div:last{
		order: 1;
	}

}


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

	
}


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


nav{
	padding: 15px 3%;
}


	
nav ul{
	padding-top: 25px;
	text-align: center;
	overflow: hidden;
	height: 40px;
}
	
nav ul.active{
	height: 200px;
}

nav ul li{
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
}
	
nav ul li a{
	font-size: 14px;
}
	
#menuiphone{
	display: block;
}

.logo{
	width: 100%;
}

.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%;
}
	
h1{
	font-size:35px;
	line-height:40px;
	}

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

.big{
	font-size:18px;
	line-height:26px;
}
	
a {
	font-size:16px;
	line-height:22px;
	}	

.space{
	width: 100%;
	height: 100px;
}
	
.parrafo{
	padding: 70px 5%;
}


}

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

nav{
	padding: 15px 3%;
}

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

.logo{
	width: 100%;
}

.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%;
}
	
.parrafo{
	padding: 80px 10%;
}


}


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




nav{
	padding: 15px 3%;
}

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

.logo{
	width: 100%;
}

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



}



