/*--------------------------------------------------------------*/
/*-----------------------ESTILO PRINCIPAL-----------------------*/
/*--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@400;500&display=swap');

:root{
  --col0: #0F0507;
  --col1: #5D001B;
  --col18: rgba(93, 0, 27, 0.8);
  --col4: #9E9A9B;
  --col5: #FAEFF2;
  --col6: #FFFFFF;
}

*{
	font-family: 'Lato', sans-serif !important;
	color: var(--col0);
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 300;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
}
moz-selection{background: var(--col1);	color: var(--col6);}
*::-moz-selection{background: var(--col1);	color: var(--col6);}

a{color: var(--col1);}

p{margin-bottom: 15px;}

.btn{
	border: none;
	box-shadow: none;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
	padding: 15px 25px;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}

.btn1{
	background-color: var(--col1);
	color: var(--col6);
}
.btn1:hover,
.btn1:focus,
.btn1:active{
	background-color: var(--col1);
}
.btn2{
	background-color: var(--col2); color: var(--col6);
}
.btn2:hover,
.btn2:focus,
.btn2:active{
	background-color: var(--col2);
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
textarea,
select
{
	padding: 15px 30px;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid var(--col0);
}

/*--------------------------------------------------------------*/
/*-------------------------ESTILO COMÚN-------------------------*/
/*--------------------------------------------------------------*/

header .launch{
	float: right;
	cursor: pointer;
	height: 25px;
	width: 35px;
	position: relative;
	z-index: 101;
}
header .launch span{
	background-color: var(--col6);
	display: block;
	height: 3px;
	left: 0;
	width: 100%;
	position: absolute;
	opacity: 1;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

header .launch span:nth-child(1){top: 0;}
header .launch span:nth-child(2){top: 10px;}
header .launch span:nth-child(3){top: 10px;}
header .launch span:nth-child(4){top: 20px;}

.sidr-open header .launch span:nth-child(1){top: 18px; left: 50%; width: 0;}
.sidr-open header .launch span:nth-child(2){transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sidr-open header .launch span:nth-child(3){transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.sidr-open header .launch span:nth-child(4){top: 18px; left: 50%; width: 0;}

.anim3{transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
.anim6{transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);}
.anim10{transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);}

*::placeholder{color: inherit; opacity: 0.5;}
.ancla{cursor: pointer;}
img{width: auto; max-width: 100%; height: inherit;}
b{font-weight: bold; font-size: inherit; color: inherit;}
h1, h2, h3, h4, h5, h6{line-height: 1.2;}
input, button, select, textarea{font-family: inherit; margin: 0; width: 100%;}
select{-moz-appearance:none;-webkit-appearance:none;}
textarea{resize: vertical;}
textarea:focus, input:focus{box-shadow: none !important;}
div.icons > .btn-group, body > .jmodedit{display: none !important;}
.btn:hover, .btn:active, .btn:focus{text-decoration: none !important;}
.responsive{display: none;}

label.checkbox{margin-bottom: 0; position: relative; padding: 0;}
label.checkbox span{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
}
label.checkbox span a{font-size: inherit; font-weight: inherit; color: var(--col1);}
label.checkbox span a:hover{text-decoration: underline;}
label.checkbox input{position: absolute; top: 0; left: 0; opacity: 0;}
label.checkbox span:before{
	content: "\f00c" !important;
	font-family: "FontAwesome" !important;
	color: transparent;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 7px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
	background-color: var(--col6);
	border: 1px solid var(--col1) !important;
	vertical-align: initial;
}

label.checkbox input[type="checkbox"]:checked + span:before{
  background-color: var(--col1);
  color: var(--col6) !important;
}
label.checkbox input:disabled + span:before{
  opacity: 0.5;
}

.fixwh{
	position: fixed;
	bottom: 24px;
	right: 90px;
	z-index: 10;
}

.fixwh a{display: block;}
.fixwh i{
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.fixfb{
	position: fixed;
	bottom: 24px;
	right: 20px;
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	font-size: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #0084ff;
	padding: 13px;
}

.fixfb a{display: block;}

.cookies{
	background-color: var(--col6);
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	display: none;
}
.cookies p{margin: 0; padding: 0; font-size: 13px;}
.cookies .btn{
	font-size: 13px;
	padding: 5px 15px;
	vertical-align: middle;
	text-align: center;
}
body.notfound .cookies{display: none;}
.cms-cookies table{width: 100%; margin-bottom: 30px;}
.cms-cookies table td{
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.05);
	border: 2px solid transparent;
	font-size: 15px;
}
.cms-cookies thead td{font-weight: bold;}

i.fa{color: inherit; font-family: "FontAwesome" !important;}

.logo img{transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;}

.w{color: var(--col6);}

.logo:hover img{opacity: 0.8;}

.alert{
	padding: 30px;
	background-color: #8BC34A;
	border: none;
	margin: 20px;
	border-radius: 0;
	position: fixed;
	z-index: 10;
	width: 90%;
	max-width: 700px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 100px rgba(0,0,0,0.5);
}
.alert *{
	color: var(--col6);
	box-shadow: none;
	text-shadow: none;
}
.alert-success{background-color: #8BC34A;}
.alert-warning{background-color: #FFC107;}
.alert-error{background-color: #F44336;}
.alert h4{display: none;}
.alert p{margin-bottom: 0; color: #fff; text-shadow: none; line-height: 1;}
.alert .close{color: var(--col6); text-shadow: none; opacity: 1; position: absolute; top: 0; right: 15px; font-size: 30px; cursor: pointer;}

.col-facebook{background-color: #3b5999;}
.col-twitter{background-color: #55acee;}
.col-linkedin{background-color: #0077B5;}
.col-google{background-color: #dd4b39;}
.col-pinterest{background-color: #bd081c;}
.col-youtube{background-color: #cd201f;}
.col-whatsapp{background-color: #25D366;}
.col-instagram{background-color: #e4405f;}

.popup{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: var(--col6);
	padding: 30px;
	display: none;
	z-index: 100;
}
.popup > i{
	position: absolute;
	top: -40px;
	right: -40px;
	color: var(--col6);
	font-size: 32px;
	cursor: pointer;
}

.popup > div{display: none;}

.popupoverlay{
	position: fixed;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease-out;
	opacity: 0;
	background-image: radial-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7));
	z-index: 100;
	display: none;
	animation-name: fadeIn;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}

.popupoverlay.open{display: block;}
.popup.open{display: block;}
.lpopup{cursor: pointer;}

.m{width: 100%; max-width: 1260px; margin: 0 auto;}
.m500{width: 100%; max-width: 500px; margin: 0 auto;}
.m700{width: 100%; max-width: 700px; margin: 0 auto;}
.m900{width: 100%; max-width: 900px; margin: 0 auto;}
.m1000{width: 100%; max-width: 1000px; margin: 0 auto;}

.ova{overflow: auto;}
.rel{position: relative;}

.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.tj{text-align: justify;}

.h100{height: 100%;}

.bg{background-repeat: no-repeat; background-position: center; background-size: cover;}

.f{display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: flex-start;}
.f.lr{justify-content: space-between;}
.f.c{justify-content: center;}
.f.r{justify-content: flex-end;}
.f.cv{align-content: center; align-items: center;}
.f.b{align-content: flex-end; align-items: flex-end;}

.f > .c10{width: 100%;}
.f > .c9{width: 90%;}
.f > .c8{width: 80%;}
.f > .c7{width: 70%;}
.f > .c66{width: 66.6666666%;}
.f > .c65{width: 65%;}
.f > .c6{width: 60%;}
.f > .c5{width: 50%;}
.f > .c4{width: 40%;}
.f > .c35{width: 35%;}
.f > .c33{width: 33.3333333%;}
.f > .c3{width: 30%;}
.f > .c25{width: 25%;}
.f > .c2{width: 20%;}
.f > .c16{width: 16.6666666%;}
.f > .c15{width: 15%;}
.f > .c1{width: 10%;}
.f > .c05{width: 05%;}
.f > .vac{align-self: center;}
.f > .f1{flex: 1;}

.pd1{padding: 1px;}
.pd2{padding: 2px;}
.pd3{padding: 3px;}
.pd4{padding: 4px;}
.pd5{padding: 5px;}
.pd5-0{padding: 5px 0;}
.pd5-10{padding: 5px 10px;}
.pd10-5{padding: 10px 5px;}
.pd10{padding: 10px;}
.pd10-0{padding: 10px 0;}
.pd0-10{padding: 0 10px;}
.pd10-30{padding: 10px 30px;}
.pd10-20{padding: 10px 20px;}
.pd10-15{padding: 10px 15px;}

.pd15{padding: 15px;}
.pd15-0{padding: 15px 0;}
.pd0-15{padding: 0 15px;}
.pd15-30{padding: 15px 30px;}

.pd20{padding: 20px;}
.pd20-0{padding: 20px 0;}
.pd0-20{padding: 0 20px;}
.pd20-30{padding: 20px 30px;}
.pd20-15{padding: 20px 15px;}
.pd20-10{padding: 20px 10px;}

.pd30{padding: 30px;}
.pd30-0{padding: 30px 0;}
.pd0-30{padding: 0 30px;}
.pd30-20{padding: 30px 20px;}
.pd30-15{padding: 30px 15px;}
.pd30-10{padding: 30px 10px;}

.pd40{padding: 40px;}
.pd40-0{padding: 40px 0;}
.pd0-40{padding: 0 40px;}
.pd40-20{padding: 40px 20px;}
.pd40-15{padding: 40px 15px;}
.pd40-10{padding: 40px 10px;}

.pd50{padding: 50px;}
.pd50-0{padding: 50px 0;}
.pd0-50{padding: 0 50px;}
.pd50-30{padding: 50px 30px;}
.pd50-20{padding: 50px 20px;}
.pd50-15{padding: 50px 15px;}
.pd50-10{padding: 50px 10px;}

.pd60{padding: 60px;}
.pd60-0{padding: 60px 0;}
.pd0-60{padding: 0 60px;}
.pd60-30{padding: 60px 30px;}
.pd60-20{padding: 60px 20px;}
.pd60-15{padding: 60px 15px;}
.pd60-10{padding: 60px 10px;}

.pd70{padding: 70px;}
.pd70-0{padding: 70px 0;}
.pd0-70{padding: 0 70px;}
.pd70-30{padding: 70px 30px;}
.pd70-20{padding: 70px 20px;}
.pd70-15{padding: 70px 15px;}
.pd70-10{padding: 70px 10px;}

.pd80{padding: 80px;}
.pd80-0{padding: 80px 0;}
.pd0-80{padding: 0 80px;}
.pd80-30{padding: 80px 30px;}
.pd80-20{padding: 80px 20px;}
.pd80-15{padding: 80px 15px;}
.pd80-10{padding: 80px 10px;}

.pd90{padding: 90px;}
.pd90-0{padding: 90px 0;}
.pd0-90{padding: 0 90px;}
.pd90-30{padding: 90px 30px;}
.pd90-20{padding: 90px 20px;}
.pd90-15{padding: 90px 15px;}
.pd90-10{padding: 90px 10px;}

.pd100{padding: 100px;}
.pd100-0{padding: 100px 0;}
.pd0-100{padding: 0 100px;}
.pd100-30{padding: 100px 30px;}
.pd100-20{padding: 100px 20px;}
.pd100-15{padding: 100px 15px;}
.pd100-10{padding: 100px 10px;}

.pd120{padding: 120px;}
.pd120-0{padding: 120px 0;}
.pd0-120{padding: 0 120px;}
.pd120-30{padding: 120px 30px;}
.pd120-20{padding: 120px 20px;}
.pd120-15{padding: 120px 15px;}
.pd120-10{padding: 120px 10px;}

.pd150{padding: 150px;}
.pd150-0{padding: 150px 0;}
.pd0-150{padding: 0 150px;}
.pd150-30{padding: 150px 30px;}
.pd150-20{padding: 150px 20px;}
.pd150-15{padding: 150px 15px;}
.pd150-10{padding: 150px 10px;}

.pd-nr{padding-right: 0 !important;}
.pd-nl{padding-left: 0 !important;}
.pd-nt{padding-top: 0 !important;}
.pd-nb{padding-bottom: 0 !important;}

/*--------------------------------------------------------------*/
/*---------------------ESTILO MANTENIMIENTO---------------------*/
/*--------------------------------------------------------------*/

body.mantenimiento:after{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/images/estructura/bg_mantenimiento.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
	background-color: rgba(93, 0, 27, 0.8);
}
body.mantenimiento img
{
	max-width: 400px;
}
body.mantenimiento h1{
	margin-top: 50px;
	text-transform: uppercase;
	color: var(--col6);
	font-weight: bold;
	font-size: 55px;
}
body.mantenimiento h2{
	color: var(--col6);
	margin-bottom: 50px;
}
body.mantenimiento .sc i{
	background-color: var(--col6);
	color: blue;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 24px;
}
body.mantenimiento .sc i:hover{
	color: var(--col6);
	background-color: transparent;
	border: 2px solid var(--col6);
}
body.mantenimiento fieldset{
	border: none;
	padding-bottom: 40px;
	position: relative;
}
body.mantenimiento fieldset input{
	height: 35px;
	padding: 0 10px;
	margin-bottom: 5px;
}
/*--------------------------------------------------------------*/
/*----------------------------ESTILO----------------------------*/
/*--------------------------------------------------------------*/
header{position: absolute; top: 0; width: 100%; z-index: 100; padding: 30px 60px; background: linear-gradient(0deg, rgba(0,0,0,0) 5%, rgba(0,0,0,0.3) 100%);}
header .logo img{height: 83px; width: auto;}
body.home header .logo img{height: 83px; width: 0;}
header .menu li{list-style: none; display: inline-block;}
header .menu li a{color: var(--col6); margin-left: 55px; font-size: 18px; font-weight: 700; border-bottom: 2px solid transparent; transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
header .menu li a:hover{border-bottom: 2px solid #ffffff;}
.inicio{height: 100vh; position: relative;}
.portada{height: 92vh; position: relative;}
.portada .franja{background-color: var(--col18); height: 100vh; position: absolute; top: 0; left: 10vw; width: 30vw; padding: 90px; filter: drop-shadow(0 0 30px rgba(0,0,0,0.4)); z-index: 10;}
.portada .franja:before
{
	content: "";
	position: absolute;
	bottom: -30px;
	height: 30px;
	width: 100%;
	left: 0;
	background-image: url(/images/estructura/linea.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.swiper-pagination.pag-portada
{
	position: absolute;
	bottom: -50px;
	left: 40vw;
	width: 59vw;
}
.swiper-pagination.pag-portada .swiper-pagination-bullet
{
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	background: var(--col1);
	opacity: 0.2;
	margin-right: 10px;
}
.swiper-pagination.pag-portada .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	opacity: 0.8;
}
.h3
{
	font-family: 'Playfair Display', serif !important;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 500;
	color: var(--col0);
	margin-bottom: 15px;
}
.h4
{
	font-family: 'Playfair Display', serif !important;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 60px;
	max-width: 600px;
	line-height: 1.4;
	color: var(--col4);
}
.h5
{
	font-family: 'Playfair Display', serif !important;
	font-size: 22px;
	color: var(--col0);
	margin-bottom: 15px;
	font-weight: 500;
}
p
{
	line-height: 1.5;
	font-size: 16px;
}
.nosotroshome .h4
{
	margin: 0 auto 60px auto;
}
.punto p{margin: 0;}
.punto .icono
{
	background-color: var(--col18);
	position: relative;
	width: 175px;
	margin: 0 auto 50px auto;
	filter: drop-shadow(0 0 15px rgba(0,0,0,0.2));
}
.punto .icono:before
{
	content: "";
	position: absolute;
	bottom: -20px;
	height: 20px;
	width: 100%;
	left: 0;
	background-image: url(/images/estructura/linea.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.punto svg
{
	max-height: 100px;
	fill: var(--col6);
	margin-top: 20px;
	margin-bottom: 20px;
}
.destinoshome
{
	background-color: var(--col5);
}
.destinoshome .swiper-slide
{
	cursor: pointer;
}
.destinoshome .swiper-slide .h3 {
    text-transform: initial;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 15px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.destinoshome .swiper-slide .imagen
{
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.destinoshome .swiper-slide:hover .imagen
{
	opacity: 0.8;
}
.destinoshome .swiper-slide:hover .h3
{
	color: var(--col1);
}
.flechashome .swiper-siguiente
{
	margin-top: 75px;
	right: -35px;
	left: auto;
	background: var(--col6);
	width: 45px;
	height: 45px;
	color: var(--col1);
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.flechashome .swiper-previo
{
	margin-top: 75px;
	left: -35px;
	right: auto;
	background: var(--col6);
	width: 45px;
	height: 45px;
	color: var(--col1);
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.flechashome .swiper-siguiente:hover,
.flechashome .swiper-previo:hover
{
	color: var(--col6);
	background: var(--col1);
}
.flechashome .swiper-siguiente:after,
.flechashome .swiper-previo:after
{
	font-size: 20px;
}
.opiniones .h4{margin: 0 auto 60px auto;}
.opiniones .icono svg
{
	height: 40px;
	margin-bottom: 30px;
}
.opiniones .estrellas i
{
	font-size: 20px;
	padding: 0 2px;
	color: #ffbe00;
}
.opiniones .puntuacion span
{
	display: block;
	font-size: 25px;
	font-weight: 300;
	margin-top: 2px;
	color: var(--col4);
}
.opiniones .puntuacion span:last-child
{
	font-size: 15px;
}
.opiniones .plataforma
{
	margin-bottom: 60px;
}
.opinion
{
	background-color: var(--col5);
	padding: 40px 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.03);
}
.opinion p
{
	margin-bottom: 0;
}
.opiniones .swiper-op-siguiente
{
	right: -40px;
	left: auto;
	background: var(--col5);
	width: 45px;
	height: 45px;
	color: var(--col1);
	box-shadow: 0 0 15px rgba(0,0,0,0.03);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.opiniones .swiper-op-previo
{
	left: -40px;
	right: auto;
	background: var(--col5);
	width: 45px;
	height: 45px;
	color: var(--col1);
	box-shadow: 0 0 15px rgba(0,0,0,0.03);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.opiniones .swiper-op-siguiente:hover,
.opiniones .swiper-op-previo:hover
{
	color: var(--col6);
	background: var(--col1);
}
.opiniones .swiper-op-siguiente:after,
.opiniones .swiper-op-previo:after
{
	font-size: 20px;
}
footer
{
	background-color: var(--col0);
}
footer .c10 > img
{
	max-height: 130px;
	margin-bottom: 30px;
}
footer .menu li
{
	display: inline-block;
	padding: 0 15px;
}
footer .menu li a
{
	color: var(--col6);
	font-size: 18px;
	font-weight: 700;
}
footer .bajo li
{
	display: inline-block;
	margin-right: 30px;
}
footer .bajo a
{
	display: inline-block;
	color: var(--col6);
	font-size: 12px;
	text-transform: uppercase;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1.2s;
}
footer a
{
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer a:hover
{
	color: var(--col4) !important;
}
.lunademielhome
{
	cursor: pointer;
	display: block;
}
.lunademielhome .h3
{
    text-transform: initial;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 15px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lunademielhome:hover .imagen
{
	opacity: 0.8;
}
.lunademielhome:hover .h3
{
	color: var(--col1);
}
.cabecera .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.cabecera .m
{
	padding: 180px 30px 130px 30px;
}
.cabecera .m h1
{
	font-family: 'Playfair Display', serif !important;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 500;
	color: var(--col6);
}
.cabecera ul.breadcrumb > li:nth-child(1) {display: none;}
.cabecera ul.breadcrumb li
{
    display: inline-block;
    list-style: none;
}
.cabecera .breadcrumb span
{
    color: var(--col6);
    font-size: 18px;
    font-weight: 400;
}
.cabecera ul.breadcrumb span.divider::after
{
    content: '\f0da';
    font-family: "FontAwesome" !important;
    padding: 0 15px;
    color: var(--col6);
    font-size: 15px;
}
.cabecera ul.breadcrumb span.divider img {display: none;}
#xmap img
{
	display: none;
}
#xmap li
{
	line-height: 1.6;
	margin-left: 15px;
}
.programa
{
	height: 380px;
	background-color: var(--col0);
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.programa .foto
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.6;
	transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1);
}
.programa:hover .foto
{
	transform: scale(1.05);
	opacity: 0.95;
}
.programa h4
{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Playfair Display' !important;
	font-weight: normal;
	font-size: 28px;
	color: var(--col6);
	line-height: 1;
	padding: 0 30px;
}
.programa h5.precio
{
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: 'Playfair Display' !important;
	font-weight: normal;
	font-size: 23px;
	color: var(--col6);
	line-height: 1;
}
.programa h5.dias
{
	position: absolute;
	top: 30px;
	left: 30px;
	font-family: 'Playfair Display' !important;
	font-weight: normal;
	font-size: 23px;
	color: var(--col6);
	line-height: 1;
}
.pais
{
	height: 380px;
	background-color: var(--col0);
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.pais .foto
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.6;
	transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1);
}
.pais:hover .foto
{
	transform: scale(1.05);
	opacity: 0.95;
}
.pais h4
{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Playfair Display' !important;
	font-weight: normal;
	font-size: 32px;
	color: var(--col6);
	line-height: 1;
	padding: 0 30px;
}
.infopais .overlay
{
	background-color: var(--col6);
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.infopais p
{
	line-height: 1.6;
	margin-bottom: 15px;
}
.infopais h4
{
	color: var(--col1);
	font-size: 34px;
	font-family: 'Playfair Display' !important;
	margin-bottom: 16px;
}
.infopais h5
{
	color: var(--col1);
	font-size: 22px;
	font-family: 'Playfair Display' !important;
	margin-bottom: 5px;
}
.inforecomendaciones p
{
	line-height: 1.6;
	margin-bottom: 15px;
}
.inforecomendaciones h4
{
	display: none;
}
.inforecomendaciones h5
{
	color: var(--col1);
	font-size: 22px;
	font-family: 'Playfair Display' !important;
	margin-bottom: 5px;
}
.formularioamedida .paso .tit
{
	background-color: var(--col1);
	padding: 10px 30px;
	font-family: 'Playfair Display', serif !important;
	font-size: 25px;
	font-weight: 500;
	color: var(--col6);
	text-align: center;
}
.formularioamedida .paso .cnt
{
	background-color: var(--col5);
	padding: 30px;
}
.formularioamedida .btn
{
	font-size: 15px;
	padding: 30px 25px;
}
.formularioamedida label
{
	font-family: 'Playfair Display', serif !important;
	font-size: 21px;
	padding-bottom: 5px;
	display: block;
	color: var(--col1);
}
.formularioamedida input
{
	border: none;
	padding: 20px 30px;
	color: var(--col0);
	font-size: 16px;
}
.formularioamedida select
{
	border: none;
	padding: 20px 30px;
	color: var(--col0);
	font-size: 16px;
}
.formularioamedida textarea
{
	border: none;
	padding: 20px 30px;
	height: 100px;
	resize: none;
	color: var(--col0);
	font-size: 16px;
}
.viaje_final .recuadroprecio
{
	background-color: var(--col5);
}
.viaje_final .recuadroprecio h4
{
	color: var(--col1);
	font-family: 'Playfair Display', serif !important;
	font-size: 30px;
}
.viaje_final .bloquetexto
{
	background-color: var(--col5);
	padding: 50px;
	margin-bottom: 50px;
}
.viaje_final .bloquetexto:last-child{margin-bottom: 0;}
.viaje_final h1{display: none;}
.viaje_final h2.tit
{
	background-color: var(--col1);
	padding: 10px 30px;
	font-family: 'Playfair Display', serif !important;
	font-size: 25px;
	font-weight: 500;
	color: var(--col6);
	text-align: center;
}
.viaje_final .bloquetexto h3,
.viaje_final .bloquetexto h3 *
{
	color: var(--col1);
	font-family: 'Playfair Display', serif !important;
	font-size: 30px;
	font-weight: normal;
}
.viaje_final .bloquetexto p
{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.viaje_final .bloquetexto ul{margin-bottom: 15px;}
.viaje_final .bloquetexto li
{
	font-size: 16px;
	line-height: 1.6;
	margin-left: 15px;
}
.franja h2
{
	color: var(--col6);
	font-family: 'Playfair Display', serif !important;
	font-size: 35px;
	text-align: center;
	margin-top: 50px;
}
.enlaces
{
	position: fixed;
	bottom: 0;
	right: 60px;
	background-color: var(--col18);
	padding: 0 15px;
	z-index: 99;
}
.enlaces ul li
{
	display: inline-block;
}
.enlaces ul li a
{
	padding: 15px;
	color: var(--col6);
	display: block;
}

/*--------------- SIDR ----------------*/
.sidr{
  display:none;
  position:absolute;
  position:fixed;
  top:0;
  height:100%;
  z-index:999999;
  width:210px;
  overflow-x:none;
  overflow-y:auto;
  font-size:15px;
  background: var(--col1);
  color:#ffffff;
  -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
  box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
}

.sidr .sidr-inner{padding:0;}

.sidr .sidr-inner>p{margin-left:15px;
  margin-right:15px}

.sidr.right{left:auto;
  right:-260px}

.sidr.left{left:-260px;
  right:auto}
/* mio */
.sidr{padding-top: 0px;}
.sidr li a{color: #ffffff; font-family: 'Montserrat', sans-serif !important; font-weight: 600; text-transform: uppercase; font-size: 14px; padding: 20px; display: block;}
.sidr li a span{color: #ffffff; font-family: 'Montserrat', sans-serif !important; font-weight: 600; text-transform: uppercase; font-size: 14px; }
.sidr li{display: block; border-bottom: 1px solid rgba(255,255,255,0.2);}
.sidr li ul li{border-top: 1px dotted rgba(255,255,255,0.2); border-bottom: 0;}
.sidr li ul li a{font-size: 11px; padding-left: 35px; font-weight: 600;}
.sidr-class-menu > li{border-bottom: 1px solid #444;}

.sidr li a:hover, .sidr li.sidr-class-active > a, .sidr a:hover, .sidr a:focus, .sidr a:active{
  color: #ffffff !important;
}
.sidr li .submenu{display: none;}

.sidr div.mod-languages ul {margin: 0; padding: 0; text-align: center; position: absolute; bottom: 0;}
.sidr div.mod-languages ul.lang-inline li {display: inline-block; margin: 0; border: none;}
.sidr div.mod-languages a {padding: 30px 10px;}
/*------------- FIN SIDR --------------*/
footer .ayuda img
{
	max-height: 250px;
	margin: 0 auto;
}
.pagerror {height: 70vh;}
.pagerror h2{margin-bottom: 15px;}
#sidr > .sidr-inner:last-child li
{
	display: inline-block;
	border-bottom: none;
}
#sidr > .sidr-inner:last-child li a
{
	padding-right: 0;
}