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


* { font-family: "circe", sans-serif;}


.cafeC{
	color: #cf794a;
}

.cafeB{
	background: #cf794a;
}

.verdeC{
	color: #aba047;
}

.verdeB{
	background: #aba047;
}

.moradoC{
	color: #6d3739;
}

.moradoB{
	background: #6d3739;
}

.marronC{
	color: #862f12;
}

.marronB{
	background: #862f12;
}

.beigeC{
	color: #fffcf1;
}

.beigeB{
	background: #fffcf1;
}

.blancoC{
	color: white;
}

.lilaB{
	background: #d5c4e1;
}


body{
	background:#f2f2f2;
	color: #555;
	}


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


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

header img{
	object-fit: cover;
	height: 100vh;
	min-height: 750px;
}


.frase{
	position: absolute;
	padding: 0 7%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	top: 40%;
	z-index: 2;
	text-align: left;
}

.cbp-af-header.active{
	background: #aba047;
}

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;
	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: #fff;
	letter-spacing: 2px;
}

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

.barra nav ul li a.active{
	color: #6d3739;
}

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


.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;
	position: relative;
	padding: 50px 5%;
}



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

footer nav{
	justify-content: space-between;
	width: 100%;
}

footer nav ul{
	padding-top: 20px;
}


form{
	width: 100%;
}

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

input[type=text], input[type=email], select{
	padding: 10px 2%;
	background: #fff;
	border: 1px solid #999;
	outline: none;
	color: gray;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #b59753;
	color: white;
}

textarea{
	padding: 20px 2%;
	background: #fff;
	height: 100px;
	border: 1px solid #999;
	outline: none;
	color: gray;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=submit]{
	padding: 15px 2%;
	background: #b59753;
	border: 0;
	outline: none;
	color: #FFF;
	width: 300px;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

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


	
h1{
	font-size:70px;
	line-height:75px;
	font-weight: 300;
	}

h2{
	font-size:50px;
	line-height:55px;
	font-weight: 300;
	font-style: italic;
	font-family: "roca", sans-serif;
	}

h3{
	font-size: 27px;
	line-height: 33px;
	font-weight: 300;
	}


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:#b59753;
	}

.btn{
	display: inline-block;
	padding: 10px 20px;
	letter-spacing: 1px;
	border-radius: 50px;
}

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

strong{
	font-weight: 700;
	font-style: italic;
}

#menuiphone{
	display: none;
}

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

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


.calidaad{
	background: linear-gradient(180deg,rgba(255, 252, 241, 1) 0%, rgba(255, 252, 241, 1) 50%, rgba(207, 121, 74, 1) 50%, rgba(207, 121, 74, 1) 100%);
	text-align: center;
	overflow: hidden;
}

.calidaad .col30{
	position: relative;
}

.calidaad h3{
	border-bottom: 2px solid white;
	padding-bottom: 15px;
	display: inline-block;
}

.calidaad img{
	
}

.foto{
	z-index: 2;
	position: relative;
	object-fit: cover;
	border-radius: 300px;
}

.adorno, .adorno2, .adorno3{
	border-radius: 1px;
	position: absolute;
	z-index: 1;
}

.adorno{
	top: -150px;
	left: -50px;
	width: 70%;
}

.adorno2{
	top: -50px;
	right: -50px;
	width: 50%;
}

.adorno3{
	top: -150px;
	right: -150px;
	width: 70%;
}


.descubre .col100 .col60:first-child{
	border-radius: 0 300px 300px 0;
	padding: 100px;
	margin: 0;
}

.descubre .F-lexFull .col100{
	background: url("images/cafe.jpg") no-repeat center;
	background-size: cover;
	padding: 0;
	margin-right: 10%;
	border-radius: 0 300px 300px 0;
}



/*––––––––––––––––––––––––––––––––productos–––––––––––––––––––––––––––––––––––*/


.productos{
	margin: 0;
	padding: 0 !important;
}

.productos .col30{
	padding-left: 8%;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #6d3739;
	margin-bottom: 0;
}

.productos .col60{
	padding: 70px 8% 70px 5%;
	margin-bottom: 0;
}

.tabla{
	margin-top: 50px;
}

.tabla h3{
	font-style: italic;
}

.tabla > div{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid white;
}

.tabla > div:last-child{
	border: 0;
}

.F-tabla{
	display: flex;
	justify-content: space-between;
}

.F-tabla p{
	font-style: italic;
}


.proceso .col50{
	position: relative;
}

.proceso .col50:nth-child(2) img, .proceso .col50:nth-child(5) img, .proceso .col50:nth-child(6) img{
	object-fit: cover;
	border-radius: 150px 0 150px 0;
}

.proceso .col50:nth-child(3) img, .proceso .col50:nth-child(4) img, .proceso .col50:nth-child(7) img{
	object-fit: cover;
	border-radius: 0 150px 0 150px;
}

.proceso .col50:nth-child(7){
}

.info{
	position: absolute;
	bottom: 30px;
	z-index: 2;
	padding: 40px;
	width: 100%;
}

.number{
	position: absolute;
	top: -130px;
}


/*––––––––––––––––––––––––––––––––nosotros–––––––––––––––––––––––––––––––––––*/

.nosotros{
	background: url("images/grafico-18.svg") no-repeat bottom right #fffcf1;
	background-size: 45%;
	text-align: left;
}

.nosotros .frase{
	position: relative;
	padding-top: 15%;
	padding-bottom: 100px;
}

.nosotros .col50{
	text-align: left;
}

.valores{
	background: url("images/fondo-valores.jpg") no-repeat center;
	background-size: cover;
}

.valores .col60{
	padding: 100px 7%;
	border-radius: 0 300px 300px 0;
}

.valores2{
	background: url("images/grafico-20.svg") no-repeat center #cf794a;
	background-size: cover;
}

.valores2 .col50{
	border-radius: 20px;
	margin-bottom: 50px;
}

.valores2 .col50 h3, .valores2 .col50 p{
	padding: 20px 30px;
}

.valores2 .col50 hr{
	margin: 10px 0;
	border-color: #cf794a;
}


/*––––––––––––––––––––––––––––––––faqs–––––––––––––––––––––––––––––––––––*/


.faqs{
	padding-top: 150px;
}

.contacto .col30 img{
	margin-bottom: -18px;
}


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

header{
	width: 100%;
}

header img{
	height: 90vh;
	min-height: 700px;
}


.frase{
	padding: 0 7%;
	top: 20%;
}

nav{
	padding: 10px 3%;
}


nav ul{
	padding-top: 15px;
	right: 3%;
	overflow: hidden;
	height: 45px;
}
	
nav ul.active{
	height: 250px;
}

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

nav ul li a{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}
	
nav ul li:first-child{
	margin-bottom: 10px;
}
	
.cbp-af-header.active{
	background: #aba047;
}
.barra .cbp-af-header{
	background: #aba047;
}

.logo{
}


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


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

footer nav{
	width: 100%;
}

footer nav ul{
	padding-top: 0px;
	text-align: left;
	height: auto;
}
	
footer nav ul li{
	margin: 0 10px;
}
	
	footer nav ul li a{
		font-size: 15px;
	}
	
footer nav ul li:first-child{
	margin-bottom: 0;
}
	
footer nav ul img{
	width: 35px;
}
	
footer nav .logo img{
	width: 70px;
}

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

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

h3{
	font-size: 18px;
	line-height: 24px;
	}


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

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


.btn{
	padding: 10px 20px;
	letter-spacing: 1px;
	border-radius: 50px;
}


#menuiphone{
	display: block;
}


.calidaad{
	background: #cf794a;

}

.calidaad h3{
	border-bottom: 2px solid white;
}

.calidaad img{
	width: 60%;
}

.foto{
	border-radius: 300px;
}

.adorno, .adorno2, .adorno3{
	z-index: 1;
}

.adorno{
	top: -60px;
	left: -30px;
	width: 40%;
}

.adorno2{
	top: -50px;
	right: -50px;
	width: 20%;
}

.adorno3{
	top: -40px;
	right: -80px;
	width: 40%;
}


.descubre .col100 .col60:first-child{
	border-radius: 0 ;
	padding: 70px 50px;
}

.descubre .F-lexFull .col100{
	margin-right: 0%;
	border-radius: 0 300px 300px 0;
}
	
/*––––––––––––––––––––––––––––––––productos–––––––––––––––––––––––––––––––––––*/

.barra header .col25{
	width: 25% !important;
}
	
.barra .frase{
	top: 30%;
}

.productos{
	margin: 0;
	padding: 0 !important;
}

.productos .col30{
	padding-left: 0%;
	padding-bottom: 50px;
	width: 100% !important;
}

.productos .col60{
	padding: 70px 5% 70px 5%;
	width: 100% !important;
}

.tabla{
	margin-top: 50px;
}


.tabla > div{
	margin-bottom: 40px;
	padding-bottom: 40px;
}


.F-tabla{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
	.F-tabla div{
		width: 50%;
		margin-bottom: 20px;
	}


.proceso .col50:nth-child(2) img, .proceso .col50:nth-child(5) img, .proceso .col50:nth-child(6) img{
	object-fit: cover;
	border-radius: 150px 0 150px 0;
	height: 350px;
	
}

.proceso .col50:nth-child(3) img, .proceso .col50:nth-child(4) img, .proceso .col50:nth-child(7) img{
	object-fit: cover;
	border-radius: 0 150px 0 150px;
	height: 350px;
}
	
.proceso .col50:nth-child(7) .number{
	top: 0px;
	position: relative;
	margin-bottom: 15px;
}

.proceso .col50:nth-child(7) a{
	margin-bottom: 10px;
	font-size: 13px;
}

.info{
	bottom: 20px;
	padding: 40px;
	width: 100%;
}

.number{
	top: -50px;
}
	
/*––––––––––––––––––––––––––––––––nosotros–––––––––––––––––––––––––––––––––––*/

.nosotros{
	background: url("images/grafico-18.svg") no-repeat bottom right #fffcf1;
	background-size: 45%;
}

.nosotros .frase{
	padding-top: 170px;
	padding-bottom: 100px;
}



.valores .col60{
	padding: 80px 7%;
	border-radius: 0 300px 300px 0;
}



.valores2 .col50{
	border-radius: 20px;
	margin-bottom: 50px;
}

.valores2 .col50 h3, .valores2 .col50 p{
	padding: 20px 30px;
}

.valores2 .col50 hr{
	margin: 10px 0;
}

}


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

	
}


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

header img{
	height: 90vh;
	min-height: 700px;
}


.frase{
	padding: 0 7%;
	top: 30%;
}

nav{
	padding: 10px 3%;
}


nav ul{
	padding-top: 15px;
	right: 3%;
	overflow: hidden;
	height: 45px;
}
	
nav ul.active{
	height: 250px;
}

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

nav ul li a{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}
	
nav ul li:first-child{
	margin-bottom: 10px;
}

.logo{
}


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


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

footer nav{
	width: 100%;
}

footer nav ul{
	padding-top: 0px;
	text-align: left;
	height: auto;
}
	
footer nav ul li{
	margin: 0 10px;
}
	
footer nav ul li:first-child{
	margin-bottom: 0;
}
	
footer nav ul img{
	width: 35px;
}
	
footer nav .logo img{
	width: 70px;
}

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

h2{
	font-size:30px;
	line-height:35px;
	font-weight: 300;
	}

h3{
	font-size: 18px;
	line-height: 24px;
	}


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

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


.btn{
	padding: 10px 20px;
	letter-spacing: 1px;
	border-radius: 50px;
}


#menuiphone{
	display: block;
}


.calidaad{
	background: linear-gradient(180deg,rgba(255, 252, 241, 1) 0%, rgba(255, 252, 241, 1) 50%, rgba(207, 121, 74, 1) 50%, rgba(207, 121, 74, 1) 100%);

}

.calidaad h3{
	border-bottom: 2px solid white;
}

.calidaad img{
	
}

.foto{
	border-radius: 300px;
}

.adorno, .adorno2, .adorno3{
	z-index: 1;
}

.adorno{
	top: -120px;
	left: -50px;
	width: 70%;
}

.adorno2{
	top: -50px;
	right: -50px;
	width: 50%;
}

.adorno3{
	top: -120px;
	right: -80px;
	width: 70%;
}


.descubre .col100 .col60:first-child{
	border-radius: 0 300px 300px 0;
	padding: 70px 100px 70px 50px;
}

.descubre .F-lexFull .col100{
	margin-right: 10%;
	border-radius: 0 300px 300px 0;
}
	
/*––––––––––––––––––––––––––––––––productos–––––––––––––––––––––––––––––––––––*/

	.barra header .col25{
		width: 25% !important;
	}

.productos{
	margin: 0;
	padding: 0 !important;
}

.productos .col30{
	padding-left: 0%;
	padding-bottom: 50px;
	width: 40% !important;
}

.productos .col60{
	padding: 70px 5% 70px 5%;
	width: 60% !important;
}

.tabla{
	margin-top: 50px;
}


.tabla > div{
	margin-bottom: 40px;
	padding-bottom: 40px;
}


.F-tabla{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
	.F-tabla div{
		width: 50%;
		margin-bottom: 20px;
	}


.proceso .col50:nth-child(2) img, .proceso .col50:nth-child(5) img, .proceso .col50:nth-child(6) img{
	object-fit: cover;
	border-radius: 150px 0 150px 0;
	height: 350px;
	
}

.proceso .col50:nth-child(3) img, .proceso .col50:nth-child(4) img, .proceso .col50:nth-child(7) img{
	object-fit: cover;
	border-radius: 0 150px 0 150px;
	height: 350px;
}
	
.proceso .col50:nth-child(7) .number{
	top: 0px;
	position: relative;
	margin-bottom: 15px;
}

.proceso .col50:nth-child(7) a{
	margin-bottom: 10px;
	font-size: 13px;
}

.info{
	bottom: 20px;
	padding: 40px;
	width: 100%;
}

.number{
	top: -50px;
}
	
	
/*––––––––––––––––––––––––––––––––nosotros–––––––––––––––––––––––––––––––––––*/

.nosotros{
	background: url("images/grafico-18.svg") no-repeat bottom right #fffcf1;
	background-size: 45%;
}

.nosotros .frase{
	padding-top: 22%;
	padding-bottom: 100px;
}



.valores .col60{
	padding: 80px 7%;
	border-radius: 0 300px 300px 0;
}



.valores2 .col50{
	border-radius: 20px;
	margin-bottom: 50px;
}

.valores2 .col50 h3, .valores2 .col50 p{
	padding: 20px 30px;
}

.valores2 .col50 hr{
	margin: 10px 0;
}


}

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

header img{
	height: 100vh;
}


.frase{
	padding: 0 7%;
	top: 40%;
}

nav{
	padding: 10px 3%;
}


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

nav ul li{
	margin: 0 15px;
}

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


.logo{
}



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



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

footer nav{
	width: 100%;
}

footer nav ul{
	padding-top: 20px;
}
	
footer nav ul li{
	margin: 0 10px;
}
	
footer nav ul img{
	width: 35px;
}
	
footer nav .logo img{
	width: 70px;
}

	
h1{
	font-size:60px;
	line-height:65px;
	}

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

h3{
	font-size: 22px;
	line-height: 28px;
	}


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

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


.btn{
	padding: 10px 20px;
	letter-spacing: 1px;
	border-radius: 50px;
}


#menuiphone{
	display: none;
}


.calidaad{
	background: linear-gradient(180deg,rgba(255, 252, 241, 1) 0%, rgba(255, 252, 241, 1) 50%, rgba(207, 121, 74, 1) 50%, rgba(207, 121, 74, 1) 100%);

}

.calidaad h3{
	border-bottom: 2px solid white;
}

.calidaad img{
	
}

.foto{
	border-radius: 300px;
}

.adorno, .adorno2, .adorno3{
	z-index: 1;
}

.adorno{
	top: -150px;
	left: -50px;
	width: 70%;
}

.adorno2{
	top: -50px;
	right: -50px;
	width: 50%;
}

.adorno3{
	top: -150px;
	right: -150px;
	width: 70%;
}


.descubre .col100 .col60:first-child{
	border-radius: 0 300px 300px 0;
	padding: 70px 100px;
}

.descubre .F-lexFull .col100{
	margin-right: 10%;
	border-radius: 0 300px 300px 0;
}
	

/*––––––––––––––––––––––––––––––––productos–––––––––––––––––––––––––––––––––––*/


.productos{
	margin: 0;
	padding: 0 !important;
}

.productos .col30{
	padding-left: 0%;
	padding-bottom: 50px;
}

.productos .col60{
	padding: 70px 5% 70px 5%;
}

.tabla{
	margin-top: 50px;
}


.tabla > div{
	margin-bottom: 40px;
	padding-bottom: 40px;
}


.F-tabla{
	display: flex;
	justify-content: space-between;
}


.proceso .col50:nth-child(2) img, .proceso .col50:nth-child(5) img, .proceso .col50:nth-child(6) img{
	object-fit: cover;
	border-radius: 150px 0 150px 0;
	height: 350px;
	
}

.proceso .col50:nth-child(3) img, .proceso .col50:nth-child(4) img, .proceso .col50:nth-child(7) img{
	object-fit: cover;
	border-radius: 0 150px 0 150px;
	height: 350px;
}


.info{
	bottom: 30px;
	padding: 40px;
	width: 100%;
}

.number{
	top: -50px;
}
	

}


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

.number{
	position: absolute;
	top: -100px;
}

}




