@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: "Castoro", 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: 15px;
	text-align: right;
}

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

nav ul li a{
	color: white;
}

nav ul li a img{
	margin-bottom: -9px;
}



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


#elmenu{
	width: 100%;
	height: 0vh;
	position: fixed;
	z-index: 8;
	background: rgba(255,255,255,0.9);
	padding: 0px 0 0 0;
	text-align:center;
	list-style: none;
	overflow: hidden;
	-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;
}

#elmenu.active{
	height: 100vh;
	padding: 180px 0 0 0;
}

#elmenu li a{
	color: #000;
	font-size: 30px;
	line-height: 50px;
	font-weight: 700;
}

#elmenu li{
	margin-bottom: 20px;
}

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




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



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

.F-lex3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 100px 10%;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.col100{
	width: 100%;
}

.padd{
	padding: 3%;
}

.AiCenter{
	align-items: center;
}

.noPadT{
	padding-top: 0;
}



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

footer div{
	margin-bottom: 15px;
}


footer div:last-child{
	display: flex;
	column-gap: 20px;
	align-items: center;
	text-align: right;
	align-self: flex-end;
}


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

footer .btn{
	background: white;
}


footer a:hover{
	color: #aca096;
}



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: #d0c2b3;
	color: #333;
}

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

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


	
h1{
	font-size:40px;
	line-height:45px;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	}


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: 15px 25px;
	background: #f2f2f2;
	box-shadow: 0 5px 0 #d0c2b3;
}

.btn:hover{
	color: #aca096;
}

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


#menuiphone{
	display: block;
}

.ocreC{
	color: #aca096;
}

.ocreB{
	background: #aca096;
}

.blancoC{
	color: white;
}

.blancoB{
	background: 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;
}

.welcome{
	width: 100%;
	padding: 100px 50% 50px 10%;
}

.welcome2{
	width: 100%;
	padding: 0px 50% 0px 10%;
}

.numbers{
	display: none;
}


/*–––––––––––––––––––––––––––––––––––––––––––servicios––––––––––––––––––––––––––––––––––––––––*/


.line{
	border-top: 0;
	border-bottom: 1px solid #999;
	max-width: 150px;
	margin-bottom: 30px;
}

.servicios .col50{
	margin-bottom: 40px;
}


/*–––––––––––––––––––––––––––––––––––––––––––catalogo––––––––––––––––––––––––––––––––––––––––*/

.spacio{
	width: 100%;
	height: 150px;
	position: sticky;
	z-index: 3;
	top: 0;
}

.centrador{
	max-width: 1750px;
	margin: 0 auto;
	padding: 50px 10%;
	/*top:53%;*/
/*	height: 500px;
	overflow:hidden;
	overflow-y: scroll;
	margin-bottom: 100px;*/
}

.fotoGalery{
	white-space:nowrap;
    overflow-x:auto;
}

.fotoGalery a{
	cursor: pointer;
}

.fotoGalery img{
	height: 200px;
}

.ambientador{
	padding: 0;
}

.stik{
	position: sticky;
	top: 70px;
	z-index: 3;
}

.ambientador .col60{
	position: relative;
}

.ambientador a{
	cursor: pointer;
}

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


.targ2{
	position: absolute;
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 8%;
	text-align: center;
}

.targ2 img{
	border: 4px solid black;
	box-shadow: -8px 3px 6px rgba(0,0,0,0.5);
	max-height: 220px;
	width: auto;
	max-width: 100%;
	filter: brightness(93%);
	-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;
}

.targ{
	position: absolute;
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 12%;
	text-align: center;
}

.targ img{
	border: 3px solid #333;
	box-shadow: 5px 3px 5px rgba(0,0,0,0.3);
	max-height: 180px;
	width: auto;
	max-width: 100%;
	filter: brightness(90%);
	-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;
}

.selec{
	width: 48%;
	display: inline-block;
}

.selec img{
	width: 100%;
}

.Image20.active{
	width: inherit;
	position:relative;
	height: auto;
	max-height:70vh;
	z-index: 19;
	-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;
	border: 0;
}

.targ2.active{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10rem;
	z-index: 19;
}


.targ2 span{
	opacity: 0;
	pointer-events: none;
	-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;
	border: 0;
}


.targ2:hover span{
	display: block;
	text-align: center;
	opacity: 1;
}

.targ2 span img{
	border: 0;
	box-shadow: none;
	width: 50px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -25px;
}



.targ.active{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10rem;
	z-index: 19;
}


.targ span{
	opacity: 0;
	pointer-events: none;
	-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;
	border: 0;
}


.targ:hover span{
	display: block;
	text-align: center;
	opacity: 1;
}

.targ span img{
	border: 0;
	box-shadow: none;
	width: 50px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -25px;
}






@media only screen and (min-width:0px) and (max-width:767px){
	
#elmenu{
	width: 100%;
	height: 0vh;
	padding: 0px 0 0 0;
}

#elmenu.active{
	height: 100vh;
	padding: 180px 0 0 0;
}

#elmenu li a{
	font-size: 18px;
	line-height: 35px;
}

.F-lex{
	max-width: 1250px;
	padding: 40px 7%;
}

.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%;
}
	
.AiCenter{
	align-items: center;
}

.noPadT{
	padding-top: 0;
}
	
.welcome{
	width: 100%;
	padding: 50px 10%;
}
	
.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
h1{
	font-size:30px;
	line-height:35px;
	
	}


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

	
a {
	font-size:16px;
	line-height:22px;
	}
	
	
footer{
	
	column-gap: 20px;
}

footer div{
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

footer div:last-child{
	column-gap: 20px;

	width: auto;
	margin: 0 auto;
}
	
footer h1{
	font-size: 22px;
}


footer p, footer a{
	font-size: 14px;
	line-height: 21px;
}
	
/*–––––––––––––––––––––––––––––––––––––––––––catalogo––––––––––––––––––––––––––––––––––––––––*/

.spacio{
	width: 100%;
	height: 130px;
}

.centrador{
	max-width: 1750px;
	margin: 0 auto;
	padding: 50px 5%;
	top: 0;
}


.fotoGalery img{
	height: 140px;
}

.ambientador{
	padding-bottom: 0;
	padding-top: 0px;
}

.stik{
	top: 0px;
	position: relative;
}


.targ2{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 8%;
}

.targ2 img{
	box-shadow: -8px 3px 6px rgba(0,0,0,0.5);
	max-height: 22vw;
	width: auto;
	max-width: 100%;
}

.targ{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 12%;
	text-align: center;
}

.targ img{
	box-shadow: 5px 3px 5px rgba(0,0,0,0.3);
	max-height: 18vw;
	max-width: 100%;
}

.selec{
	width: 48%;
}

.selec img{
	width: 100%;
}
	
	
.targ2.active{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10rem 2rem 5rem 2rem;
	z-index: 19;
}


.targ.active{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10rem 2rem 5rem 2rem;
	z-index: 19;
}
	
.targ:hover span, .targ2:hover span{
	display: none;
	text-align: center;
	opacity: 1;
}
	
.targ span{
	display: none;
}
	
.targ2 span{
	display: none;
}


}


@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(3){
	text-align: center;
}

	
}


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

.F-lex{
	max-width: 1250px;
	padding: 60px 10%;
}

.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%;
}
	
.AiCenter{
	align-items: center;
}

.noPadT{
	padding-top: 0;
}

.welcome{
	width: 100%;
	padding: 60px 10%;
}
	
.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
h1{
	font-size:35px;
	line-height:40px;
	
	}


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

	
a {
	font-size:16px;
	line-height:22px;
	}
	
/*–––––––––––––––––––––––––––––––––––––––––––catalogo––––––––––––––––––––––––––––––––––––––––*/

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

.centrador{
	max-width: 1750px;
	margin: 0 auto;
	padding: 50px 10%;
}


.fotoGalery img{
	height: 160px;
}

.ambientador{
	padding-bottom: 0;
	padding-top: 0px;
}

.stik{
	top: 70px;
}


.targ2{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 8%;
}

.targ2 img{
	box-shadow: -8px 3px 6px rgba(0,0,0,0.5);
	max-height: 13.5vw;
	width: auto;
	max-width: 100%;
}

.targ{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 12%;
	text-align: center;
}

.targ img{
	box-shadow: 5px 3px 5px rgba(0,0,0,0.3);
	max-height: 11vw;
	max-width: 100%;
}

.selec{
	width: 48%;
}

.selec img{
	width: 100%;
}
	
.targ2.active{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10rem 5rem 5rem 5rem;
	z-index: 19;
}


.targ.active{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10rem 5rem 5rem 5rem;
	z-index: 19;
}
	
.targ:hover span, .targ2:hover span{
	display: none;
	text-align: center;
	opacity: 1;
}
	
.targ span{
	display: none;
}
	
.targ2 span{
	display: none;
}


}

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

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

.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%;
}
	
.AiCenter{
	align-items: center;
}

.noPadT{
	padding-top: 0;
}
	
.welcome{
	width: 100%;
	padding: 70px 10%;
}
	
.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
/*–––––––––––––––––––––––––––––––––––––––––––catalogo––––––––––––––––––––––––––––––––––––––––*/

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

.centrador{
	max-width: 1750px;
	margin: 0 auto;
	padding: 50px 10%;
}


.fotoGalery img{
	height: 160px;
}

.ambientador{
	padding-bottom: 0;
	padding-top: 0px;
}

.stik{
	top: 70px;
}


.targ2{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 8%;
}

.targ2 img{
	box-shadow: -8px 3px 6px rgba(0,0,0,0.5);
	max-height: 13.5vw;
	width: auto;
	max-width: 100%;
}

.targ{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 12%;
	text-align: center;
}

.targ img{
	box-shadow: 5px 3px 5px rgba(0,0,0,0.3);
	max-height: 11vw;
	max-width: 100%;
}

.selec{
	width: 48%;
}

.selec img{
	width: 100%;
}


}


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



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

.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%;
}
	
.AiCenter{
	align-items: center;
}

.noPadT{
	padding-top: 0;
}
	
.no-pad{
	padding-top: 0;
	padding-bottom: 0;
}
	
/*–––––––––––––––––––––––––––––––––––––––––––catalogo––––––––––––––––––––––––––––––––––––––––*/

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

.centrador{
	max-width: 1750px;
	margin: 0 auto;
	padding: 50px 10%;
}


.fotoGalery img{
	height: 200px;
}

.ambientador{
	padding: 0;
}

.stik{
	top: 70px;
}


.targ2{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 8%;
}

.targ2 img{
	box-shadow: -8px 3px 6px rgba(0,0,0,0.5);
	max-height: 220px;
	width: auto;
	max-width: 100%;
}

.targ{
	z-index: 3;
	width: 29%;
	left: 36%;
	top: 12%;
	text-align: center;
}

.targ img{
	box-shadow: 5px 3px 5px rgba(0,0,0,0.3);
	max-height: 180px;
	max-width: 100%;
}

.selec{
	width: 48%;
}

.selec img{
	width: 100%;
}



}



.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;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #2f1c51;
	border: 0;
}

.disclaimer a img{
	margin-bottom: -5px;
	display: inline-block;
}


