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


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

.ocreC{
	color: #b59753;
}

.ocreB{
	background: #b59753;
}

.blancoC{
	color: white;
}


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


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


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

header video{
	position: relative;
	z-index: 1;
}

.degra{
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	height: 15%;
}

.redes{
	position: absolute;
	width: 40px;
	right: 2%;
	top: 40%;
	z-index: 4;
	display: none;
}

.redes a{
	display: block;
	margin-bottom: 15px;
}

.redes a:hover{
	opacity: 0.7;
	transform: scale(1.1);
}

.frase{
	position: absolute;
	left: -1%;
	top: 40%;
	z-index: 4;
	text-align: left;
	transform: rotate(-90deg);
}

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

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

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



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

footer > div{
	max-width: 33%;
}

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

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

footer a:hover, footer strong{
	color: #b59753;
}

footer div:last-child{
	text-align: right;
}

footer div:first-child{
	display: flex;
	flex-wrap: wrap;
}

footer div:first-child h3, footer div:first-child p{
	width: 100%;
	margin-bottom: 20px;
}

#bloque_contacto_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

footer input[type=text]{
	width: 68%;
}

footer input[type=submit]{
	width: 30%;
}

form{
	width: 100%;
}

hr{
	width: 100%;
	margin: 40px 0;
	border-bottom: 0;
	border-top: 1px solid #999;
	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;
}

.i30{
	width: 32%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

.i50{
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.i25{
	width: 23%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

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

h3{
	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;
	border: 1px solid #b59753;
	letter-spacing: 2px;
	background: white;
}

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

#menuiphone{
	display: none;
}

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

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

.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	position: relative;
	z-index: 3;
	margin-top: -100px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
	position: relative;
	z-index: 3;
}

.pMax{
	padding: 0 15%;
}

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

.fotoFull{
	position: relative;
	z-index: 1;
	margin-top: -150px;
}

.Z2 h1{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	align-self: center;
}


/*–––––––––––––––––––––––––––––––––––––––––––––about––––––––––––––––––––––––––*/

.aby .col30{
	align-self: flex-start;
	margin-top: 20px;
}


/*–––––––––––––––––––––––––––––––––––––––––––––planning––––––––––––––––––––––––––*/


.mar-T{
	margin-top: -150px;
}

.process .col25 img{
	margin: 0 auto;
	width: 50%;
}

.process .col25{
	text-align: center;
}

.process .col25 p, .process .col25 h3{
	text-align: left;
}

.CTA{
	position: relative;
}

.CTA a{
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 50%;
	margin-left: -110px;
}

.Core img{
	object-fit: cover;
	height: 100%;
}


/*–––––––––––––––––––––––––––––––––––––––––––––itineraries––––––––––––––––––––––––––*/

.padR{
	padding-right: 3%;
}


.ImgInfo img{
	object-fit: cover;
	height: 95%;
}

#Info .col20{
	width: 18%;
}

#Info .col25{
	width: 23%;
}

#Info .col30{
	width: 28%;
}

#Info{
	padding: 0;
}

.owl-carousel .iti1.active a span, .owl-carousel .iti2.active a span, .owl-carousel .iti3.active a span, .owl-carousel .iti4.active a span, .owl-carousel .iti5.active a span, .owl-carousel .iti6.active a span, .owl-carousel .iti7.active a span, .owl-carousel .iti8.active a span{
	opacity: 1;	
}

.owl-carousel .iti1.active a img, .owl-carousel .iti2.active a img, .owl-carousel .iti3.active a img, .owl-carousel .iti4.active a img, .owl-carousel .iti5.active a img, .owl-carousel .iti6.active a img, .owl-carousel .iti7.active a img, .owl-carousel .iti8.active a img{
	filter: sepia(100%) brightness(60%);
	
}


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

header > img{
	height: 15%;
}

.logo img{
	width: 120px;
}	
	
.redes{
	width: 40px;
	right: 2%;
	top: 40%;
}

.redes a{
	margin-bottom: 5px;
}
	
	.redes a img{
		width: 20px;
	}

.frase{
	left: -1%;
	top: 50%;
	display: none;
}

nav{
	padding: 10px 2%;
}


nav ul{
	padding-top: 5px;
	right: 3%;
	overflow: hidden;
	height: 40px;
}
	
nav ul.active{
	height: 220px;
}
	
.cbp-af-header.active{
	background: white;
}

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

nav ul li a{
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 1px;
}
	
hr{
	width: 100%;
	margin: 25px 0;
}


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

footer > div{
	max-width: 46%;
	margin-bottom: 20px;
}

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

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


footer div:last-child{
	text-align: center;
	width: 100%;
	max-width: 100%;
}


footer div:first-child h3, footer div:first-child p{
	width: 100%;
	margin-bottom: 20px;
}
	
#bloque_contacto_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

footer input[type=text]{
	width: 68%;
}

footer input[type=submit]{
	width: 30%;
}

h1{
	font-size:35px;
	line-height:40px;
	font-weight: 300;
	}

h3{
	font-size: 16px;
	line-height: 20px;
	}


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

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

.btn{
	padding: 10px 20px;
	letter-spacing: 2px;
}


#menuiphone{
	display: block;
}

.whats{
	left: 30px;
	bottom: 50px;
}


.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	margin-top: 0px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
}

.pMax{
	padding: 0 5%;
}

.Z2{
	position: relative;
}

.fotoFull{
	position: relative;
	margin-top: 0px;
}
	
	
.i30{
	width: 100%;
	margin-right: 0%;
	display: inline-block;
	margin-bottom: 10px;
}

.i50{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10px;
}

.i25{
	width: 100%;
	margin-right: 0%;
	display: inline-block;
	margin-bottom: 10px;
}
	
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––itineraries––––––––––––––––––––––––––*/

.padR{
	padding-right: 0%;
}


.ImgInfo img{
	object-fit: cover;
	height: 100%;
}
	
	
#Info{
	padding: 0;
}

#Info .col20{
	width: 48%;
	margin-bottom: 20px;
}

#Info .col25{
	width: 48%;
	margin-bottom: 20px;
}

#Info .col30{
	width: 48%;
	margin-bottom: 20px;
}
	




}


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


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

.logo img{
	width: 120px;
}	
	
.redes{
	width: 40px;
	right: 2%;
	top: 40%;
}

.redes a{
	margin-bottom: 15px;
}

.frase{
	left: -1%;
	top: 50%;
}

nav{
	padding: 10px 2%;
}


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

nav ul li{
	margin: 0 10px;
}

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


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

footer > div{
	max-width: 47%;
	margin-bottom: 20px;
}

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

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


footer div:last-child{
	text-align: center;
	width: 100%;
	max-width: 100%;
}


footer div:first-child h3, footer div:first-child p{
	width: 100%;
	margin-bottom: 20px;
}
	
#bloque_contacto_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

footer input[type=text]{
	width: 68%;
}

footer input[type=submit]{
	width: 30%;
}

h1{
	font-size:35px;
	line-height:40px;
	font-weight: 300;
	}

h3{
	font-size: 16px;
	line-height: 20px;
	}


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

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

.btn{
	padding: 10px 20px;
	letter-spacing: 2px;
}


.whats{
	left: 30px;
	bottom: 50px;
}


.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	margin-top: 0px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
}

.pMax{
	padding: 0 15%;
}

.Z2{
	position: relative;
}

.fotoFull{
	position: relative;
	margin-top: -100px;
}
	

.i30{
	width: 31%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

.i50{
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.i25{
	width: 23%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}
	
.i35{
	width: 48%;
	margin-bottom: 30px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––itineraries––––––––––––––––––––––––––*/

	
#Info{
	padding: 0;
}


	

}

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

.logo img{
	width: 120px;
}	
	
.redes{
	width: 40px;
	right: 2%;
	top: 40%;
}

.redes a{
	margin-bottom: 15px;
}

.frase{
	left: -1%;
	top: 50%;
}

nav{
	padding: 10px 2%;
}


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

nav ul li{
	margin: 0 15px;
}

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


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

h3{
	font-size: 16px;
	line-height: 20px;
	}


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

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

.btn{
	padding: 10px 20px;
	letter-spacing: 2px;
}



.whats{
	left: 30px;
	bottom: 50px;
}


.home1{
	background: url("images/mapa.svg") no-repeat top center;
	background-size: 50%;
	margin-top: -50px;
}

.home2{
	background: url("images/silueta.svg") no-repeat top center;
	background-size: 50%;
}

.pMax{
	padding: 0 15%;
}

.Z2{
	position: relative;
}

.fotoFull{
	position: relative;
	margin-top: -100px;
}
	
	
.i30{
	width: 31%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

.i50{
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.i25{
	width: 23%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 10px;
}

}


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



}



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


