@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: 'AmbitLight', 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: 5px;
	width: 100%;
	text-align: right;
	position: absolute;
	right: 3%;
}

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


nav ul li a{
	font-size: 18px;
	color: #fff;
}

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


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

.redes{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 40px;
	z-index: 99;
}

.redes img{
	display: inline-block;
}


.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%;
	list-style: none;
	position: relative;
	padding: 50px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #2c8d98;
}

footer div{
	width: 30%;
}

footer ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

footer h1{
	font-size: 24px;
	line-height: 30px;
	color: white;
}

footer ul li{
	width: 50%;
}

footer div:nth-child(2){
	text-align: right;
}



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

footer div:nth-child(2) img:hover{
	filter: brightness(0);
}



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-family: 'AmbitSemiBold';
	font-size:40px;
	line-height:45px;
	}

h2{
	font-size:25px;
	line-height:32px;
	}


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

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

.btn:hover{
	color: #d2451e;
}

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


#menuiphone{
	display: none;
}

.azulC{
	color: #2c8d98;
}

.azulB{
	background: #2c8d98;
}

.cafeC{
	color: #d59a68;
}

.cafeB{
	background: #d59a68;
}

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

.padd{
	padding: 0 8%;
}

.about{
	align-items: center;
	padding: 0;
	margin: 0;
}

.about img{
	display: block;
}

.demos .F-lex{
	background-image: url("images/fondo.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.demos .col30{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.demos .col30 h2{
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 50px;
	mix-blend-mode: screen;
}

audio{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 10px;
	width: 100%;
	mix-blend-mode: lighten;
}

.title{
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.demos .title h2{
	font-size: 16px;
}


.galeria .F-lex2{
	align-items: center;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#Smobile{
	display: none;
}



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

#Sdesk{
	display: none;
}
	
header{
}

nav{
	padding: 15px 3%;
	flex-wrap: wrap;
	display: flex;
}

#menuiphone{
	display: block;
}
	
nav ul li{
	display: block;
	margin-bottom: 10px;
}	
	
nav ul{
	overflow: hidden;
	height: 40px;
	position: relative;
	width: auto;
	margin-top: -5px;
}
	
	nav ul.active{
		height: 160px;
	}
	
nav ul li a{
	font-size: 14px;
}

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

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

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

footer div{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
	
	footer div:nth-child(2){
	text-align: center;
}


footer img{
	margin-bottom: -5px;
	margin-right: 5px;
}
	
h1{
	font-size:30px;
	line-height:40px;
	}

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

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:15px;
	line-height:21px;
	}
	
.btn{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
}

.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
.about{
	align-items: center;
	padding: 0;
	margin: 0;
}
	
.galeria .F-lex2{
	align-items: center;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
	
.galeria .col30, .galeria .col60{
	text-align: center;
}


}


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

	
}


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

nav{
	padding: 15px 3%;
}

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

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

nav ul li{
	margin-left: 30px;
}


nav ul li a{
	font-size: 15px;
}

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

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

footer div{
	width: 30%;
}


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

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

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:15px;
	line-height:21px;
	}
	
.btn{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
}

.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
.about{
	align-items: center;
	padding: 0;
	margin: 0;
}
	
.galeria .F-lex2{
	align-items: center;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
	
.about .col30 img{
	object-fit: cover;
	height: 400px;
}
	
.galeria .col30, .galeria .col60{
	width: 100%;
	text-align: center;
}



}

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

nav{
	padding: 15px 3%;
}


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

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


nav ul li a{
	font-size: 16px;
	color: #fff;
}


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


	
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;
	}
	
.btn{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
}

.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
.about{
	align-items: center;
	padding: 0;
	margin: 0;
}


}


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


header{
}

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

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

footer div{
	width: 30%;
}

footer ul li{
	width: 50%;
}


footer img{
	margin-bottom: -5px;
	margin-right: 5px;
}
	
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;
	}
	
.btn{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
}

.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
.about{
	align-items: center;
	padding: 0;
	margin: 0;
}
	
.galeria .F-lex2{
	align-items: center;
	padding: 0;
	margin: 0;
	max-width: 100%;
}


}




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


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

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



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


