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

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

:root{
  --col0: #222222;
  --col1: #ff5c12;
  --col2: #fe9419;
  --col3: #002685;
  --col5: #e5e5e5;
  --col6: #ffffff;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*{
	font-family: 'Poppins','Roboto', sans-serif !important;
	color: var(--col0);
	margin: 0;
	padding: 0;
	line-height: 1.4;
	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"],
input[type="tel"],
textarea,
select
{
	padding: 15px 30px;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid var(--col3);
	border-radius: 30px;
	background-color: var(--col6);
}

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

*[readonly], *[disabled]{
	opacity: 0.7;
	cursor: not-allowed;
}

li{list-style: inside;}

header .launch{
	float: right;
	cursor: pointer;
	height: 25px;
	width: 35px;
	position: relative;
	z-index: 101;
}
header .launch span{
	background-color: var(--col1);
	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; height: 100%; display: block;}
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(--col3) !important;
	vertical-align: initial;
}

label.checkbox input:checked + span:before{
  background-color: var(--col1);
  color: var(--col6) !important;
}
label.checkbox input:disabled + span:before{
  opacity: 0.5;
}
.opcap input{
    display: inline-block;
    width: 60px !important;
    padding: 15px;
    margin-left: 5px;
}

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

.fixwh a{display: block;}
.fixwh i.fa{
	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 > .c6{width: 60%;}
.f > .c5{width: 50%;}
.f > .c4{width: 40%;}
.f > .c33{width: 33.3333333%;}
.f > .c3{width: 30%;}
.f > .c25{width: 25%;}
.f > .c2{width: 20%;}
.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;}
.pd15-60{padding: 15px 60px;}

.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-50{padding: 100px 50px;}
.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{
	cursor: url('/images/estructura/select.cur'), auto;
}


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;
}
body.mantenimiento h1{
	margin-top: 50px;
	text-transform: uppercase;
	color: var(--col0);
	font-weight: bold;
	font-size: 55px;
}
body.mantenimiento h2{
	color: var(--col0);
	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;
}


/*--------------------------------------------------------------*/
/*-------------------------SOLO FIREFOX-------------------------*/
/*--------------------------------------------------------------*/
@-moz-document url-prefix(){}

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


header {
  background-color: var(--col6);
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  position: relative;
  z-index: 10;
  padding: 0 30px;
  transition: all 0.15s ease-in-out;
}
header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
}
.is-sticky header .logo .logow{
	display: none;
}
.is-sticky header .logo .logob{
	display: block;
}
header .logo .logow{
	display: block;
}
header .logo .logob{
	display: none;
}
.is-sticky header {
  background-color: var(--col6);
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  z-index: 10;
  padding: 0 30px;
  transition: all 0.15s ease-in-out;
}
header ul{
	list-style-type: none;
}
header .main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.logo img {
  max-width: 160px;
}

.moduletable_menu ul {
  list-style: none;
  text-align: center;
}
.moduletable_menu ul li {
  display: inline-block;
}
.moduletable_menu ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: var(--col3);
  margin: 0 6px;
  font-size: 17px;
}
.moduletable_menu ul li a,
.moduletable_menu ul li a:after,
.moduletable_menu ul li a:before {
  transition: all .5s;
}
.moduletable_menu ul li a:hover {
  color: var(--col0);
}
.moduletable_menu ul li a{
  position: relative;
}

.moduletable_menu ul li a {
  color: var(--col6);
}
.moduletable_menu ul li a:hover {
  color: var(--col2);
}

.is-sticky .moduletable_menu ul li a {
  color: var(--col3);
}
.is-sticky .moduletable_menu ul li a:hover {
  color: var(--col1);
}
#sticky-wrapper{
	background-color: var(--col6);
	z-index: 9999;
	transition: ease 4ms;
}
.sticky-wrapper.is-sticky .sticky-wrapper{

  box-shadow: 0px -9px 15px rgba(0,20,112,0.2);
}
section.portada, section.destacados {
  height: 100vh;
  position: relative;
  background-color: var(--col0);
  overflow: hidden;
}
section.destacados {
  background-color: unset;
}
section.portada::after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom,black,transparent);
    z-index: 1;
    opacity: 0.3;

}
section.destacados h2, section.lunasdemiel h2{
	text-align: center;
font-size: 60px;
}
section.portada .pimag {
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  z-index: 1;
}
section.portada .pimag .swiper-slide a:after{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--col0);
  opacity: .2;
}
section.portada .pimag .swiper-slide a {
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
}
section.portada .pimag .swiper-slide h2 {
	z-index: 1;
	font-size: 70px;
	text-align: center;
	color: var(--col6);
	text-shadow: 1px 1px 20px var(--col0);
}
section.portada .pimag .swiper-slide.b h2, section.portada .pimag .swiper-slide.r h2 {
	padding: 200px;
}
section.destacados .moduletable {
  position: absolute;
  top: 220px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% - 300px);
  z-index: 1;
}
section.destacados .moduletable .swiper-slide a {
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--col1,var(--col2)) !important;
}
.swiper-button-next{
  right: 55px !important;
}
.swiper-button-prev {
  left: 55px !important;
}
footer{
	background-color: var(--col6) ;
	width: 100%;
}
footer h5{
	color: var(--col3);
	margin-bottom: 15px;
	font-weight: bold;
font-size: 25px;
}
footer .copyfooter a{
	color: var(--col3);
	margin-bottom: 20px;
}
footer .facebook {
	display: block;
	height: 33px;
}
footer .facebook_logo {
	padding: 6px 0;
	height: 33px;
	fill: var(--col3);
}

.nosotros{
	background-color: #161616;
	position: relative;
}
.nosotros::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	background: linear-gradient(#ff5c12, #fe9419);
	clip-path: circle(30% at right 70%);
}

.nosotros::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	background: linear-gradient(#fe9419, #ff5c12);
	clip-path: circle(20% at 10% 10%);
}
.nosotros .c10{
	text-align: center;
}
.nosotros .c10 span{
	background-color: var(--col6);
	padding: 10px;
	border-radius: 15px;
	color: var(--col0);
	font-weight: bold;
}
.nosotros .c10 h1{
	font-size: 50px;
	color: var(--col6);
}
.nosotros .c10 p{
	color: var(--col6);
	margin-top: 30px;
}
.nosotros .puntosfuertes {
	border-radius: 30px;
	transition: all .5s ease;
	box-shadow: 0px 50px 50px 2px rgba(0,0,0,0.1);
	background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}
.nosotros .puntosfuertes.centralpf {
	transform: translateY(50px);
}
.nosotros .puntosfuertes:hover {
	transform: translateY(-10px);
}

.nosotros .puntosfuertes .imgpf.pf1 .imgcontainer{
	background-image: url("/images/estructura/home/reunion.svg");
	background-size:     cover;
	width: 100px;
	height: 100px;
	transition: all .5s ease;
}
.nosotros .puntosfuertes .imgpf.pf2 .imgcontainer{
	background-image: url("/images/estructura/home/equipaje.svg");
	background-size:     cover;
	width: 100px;
	height: 100px;
}
.nosotros .puntosfuertes .imgpf.pf3 .imgcontainer{
	background-image: url("/images/estructura/home/ruta.svg");
	background-size:     cover;
	width: 100px;
	height: 100px;
}
.nosotros .puntosfuertes h3{
	text-align: center;
	color: var(--col6);
	font-weight: 700;
}
.nosotros .puntosfuertes p{
	text-align: center;
	color: var(--col6);
	font-size: 15px;
}
.nosotros .puntosfuertes .imgpf{
	position: relative;
	margin-top: -80px;
}
.destacadoswiper{
	position: relative;
	}
.imgdestacados{
	  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}
.destacdosinfo{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  transition: all .5s ease;
  box-shadow: 0px 50px 50px 2px rgba(0,0,0,0.1);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  width: fit-content;
  max-width: 460px;
  height: fit-content;
  margin: auto;
}
.destacadoswiper:hover .destacdosinfo, .destinoitem:hover .destacdosinfo{
  backdrop-filter: blur(5px);
}
.destacdosinfo h4{
	color: var(--col6);
	font-size: 45px;
}
.destacdosinfo .diasdesde span{
	font-size: 18px;
	color: var(--col6);
}

.destacdosinfo .diasdesde p{
	color: var(--col6);
	font-size: 30px;
}
.destacdosinfo .diasdesde .right{
	float: right;
}
.destacdosinfo hr{
	margin-bottom: 5px;
	color: var(--col6);
}
.btn {
	 font-weight: 600;
	 outline: 0;
	 padding: 1rem 2rem;
	 font-size: 1.5rem;
	 letter-spacing: 0.08rem;
	 background-color: white;
	 border-radius: 0.35rem;
	 position: relative;
	 cursor: pointer;
	 max-width: 180px;
}
.btnborder{
	border: 2px solid var(--col3);
	}
 .btn::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: var(--col3);
	 z-index: -1;
	 border-radius: 0.35rem;
	 border: solid 2px black;
	 transition: all 0.3s ease-in-out;
}
}
 .btn.btn1::after {
	 width: 90%;
	 height: 90%;
}
 .btn.btn1:hover::after {
	 width: 100%;
	 height: 100%;
	 top: 0.5rem;
	 left: 0.5rem;
}
a.btn{
	color: var(--col3);
	text-align: center;
	font-size: 18px;
	border-radius: 0.35rem !important;
}
.opinioneshome{
		background-image: radial-gradient(var(--col1), var(--col2));
		position: relative;
}
.opinioneshome h2{
		text-align: center;
		font-size: 50px;
		padding-bottom: 50px;
		color: var(--col6);
}
.opinioneshome p, .opinioneshome span{
	color: var(--col6);
}
.opiniones .items .item .opinion{
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	border-radius: 30px;
}
.opiniones .items .item .opinion .nombrecliente{
color: var(--col0);
background-color: var(--col6);
border-radius: 10px;
position: absolute;
top: -16px;
padding: 5px 15px;
font-weight: 600;
}
.opinioneshome:after {
    content: "";
    width: 60px;
    height: 90px;
    background: url("/images/estructura/home/maleta.svg") no-repeat;
    bottom: 20px;
    right: 89px;
    position: absolute;
    display: inline-block;
}
.opinioneshome svg.mediocarretera{
	position: absolute;
	right: 118px;
	width: 3px;
	top: 0;
	height: 100%;
}
.opinioneshome svg.mediocarretera line{
	stroke: var(--col6);
	stroke-width: 4;
	stroke-dasharray: 20;
	animation: roadmap 1s linear infinite;
}
.opinioneshome svg.derechacarretera{
	position: absolute;
	right: 80px;
	width: 3px;
	top: 0;
	height: 100%;
}
.opinioneshome svg.derechacarretera line{
	stroke: var(--col6);
	stroke-width: 4;
}
@keyframes roadmap {
	from {stroke-dashoffset: 40px;}
	to {stroke-dashoffset: 0px;}
}
.Absolute-Center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.destacados span.titulospan {
  background-color: var(--col0);
  padding: 10px;
  border-radius: 15px;
  color: var(--col6);
  font-weight: bold;
  text-align: center;
}
.lunasdemiel span.titulospan {
  background-color: var(--col0);
  padding: 10px;
  border-radius: 15px;
  color: var(--col6);
  font-weight: bold;
  text-align: center;
}
.opinioneshome span.titulospan {
  background-color: var(--col6);
  padding: 10px 20px;
  border-radius: 15px;
  color: var(--col0);
  font-weight: bold;
  text-align: center;
}
footer .moduletable_menu ul {
  list-style: none;
  text-align: unset;
}
footer .moduletable_menu ul li {
  display: block;
}
footer .moduletable_menu ul li a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: var(--col3) !important;
  margin: unset;
  font-size: 15px;
}
footer .moduletable_menu ul li a,
footer .moduletable_menu ul li a:after,
footer .moduletable_menu ul li a:before {
  transition: all .5s;
}
footer .moduletable_menu ul li a:hover {
  color: var(--col0)!important;
}
footer .moduletable_menu ul li a{
  position: relative;
}
.pageheader{
	height: 400px;
	position: relative;
}
.headerimg{
	position: absolute;
	object-fit: cover;
	width: 100%;
	z-index: -1;
}
.overlayimg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--col0);
  opacity: .2;
}
.pageheader .textheader{
	z-index: 1;
}
.pageheader .textheader h1{
	font-size: 40px;
	color: var(--col6);
	z-index: 1;
}
.mapa-contacto{
	position: relative;
	height: 60vh;
}
.mapaimg{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cms-contacto .pretext span{
	background-color: var(--col0);
	padding: 10px;
	border-radius: 15px;
	color: var(--col6);
	font-weight: bold;
}
.cms-contacto h2{
	font-size: 50px;
}
.cms-contacto h3{
	font-size: 30px;
}
.info-mapa {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  transition: all .5s ease;
  box-shadow: 0px 50px 50px 2px rgba(0,0,0,0.1);
  backdrop-filter: blur(5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  width: fit-content;
  max-width: 700px;
  height: fit-content;
  margin: auto auto auto 200px;
}
.icodetallescontacto{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  padding: 15px;
  position: relative;
  background-color: var(--col1);
  margin-bottom: 10px;

}
.icodetallescontacto img {
  width: auto;
  max-width: 100%;
  height: unset;
}
.sep_telfs {
	color: var(--col1);
}
#mapagoogle {
  background-image: url("/images/estructura/mapatamesis.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  height: 100%;
}
#mapagoogle .ext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#mapagoogle:hover .ext {
  opacity: 0.8;
}
#mapagoogle .ext div {
  color: var(--col6);
  font-size: 30px;
}
.destinoscat .pretext span{
	background-color: var(--col0);
	padding: 10px;
	border-radius: 15px;
	color: var(--col6);
	font-weight: bold;
}
.destinoscat h2{
	font-size: 50px;
}
.destinoscat .k2vk{
	position: relative;
}
.destinoscat .destinoitem{
	height: 400px;
	position: relative;
}
.destinoscat .destinoitem a.imgdestacados {
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}
.destinoitem.viaje{
	height: 650px;}
.destacdosinfo h3{
	color: var(--col6);
	font-size: 45px;
}
.h4 {
  font-weight: bold;
  font-size: 30px;
}
.h5 {
  font-weight: bold;
  font-size: 25px;
}
.txtng h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: var(--col1);
}
.txtng h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.over_b {
  height: 100%;
  background-color: rgba(255,255,255,0.9);
}

.txtng h3 {
	font-size: 45px;
  color: var(--col0);
  margin: 0;
  padding-bottom: 50px;
}
.recomendacionespais .txtng h4.h4{
	text-align: center;
	  padding-bottom: 50px;
}
.itinerario h5, .incluye h5, .preciodetallado h5, .formularioviaje h5 {
  color: var(--col0);
  margin: 0;
  padding: 0;
    padding-bottom: 0px;
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
}
.finalview .formulariocontactoitem {
  border-radius: 30px;
  transition: all .5s ease;
  box-shadow: 0px 50px 50px 2px rgba(0,0,0,0.1);
  background-color: rgba(255, 255, 255, 0.05);
}
.incluye .h4{
	font-size: 20px;
	padding: 15px 0 10px 0;
}
.preciodetallado h5.notas{
  padding: 15px 0 10px 0;
  font-size: 20px;
  font-weight: 800;
  text-align: unset;
}
.imgagencia{
	object-fit: cover;
	width: 100%;
	height: 400px;
	border-radius: 30px;
}
.agenciaslider{
	border-radius: 30px;
}
.sobre-nosotros p{
	font-size: 18px;
	line-height: 1.6;
}
.finalview .galeria{
	height: 600px;
}
.finalview .galeria a{
	display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}



/*--------------------------------------------------------------*/
/*-------------------------SOLO FIREFOX-------------------------*/
/*--------------------------------------------------------------*/
@-moz-document url-prefix(){}
 /*--------------- 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:#f3eee8;
  -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: #f3eee8; display: block; line-height: 1; padding: 15px 20px; font-weight: 500; font-size: 20px;  text-transform: uppercase;}
.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: #f3eee8 !important;


}
.sidr .moduletable_menu ul li {
  display: block;
}
.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 --------------*/

.sobre-nosotros .destacados{
	height: unset;
}
.finalview .infoviaje p{
	font-size: 26px;
	color: var(--col1);
}
.finalview .infoviaje p i{
	padding-right: 15px;
}
.errorpagina{
	height: 600px;
}
.errorpagina h2{
	font-size: 50px;
	color: var(--col3);
}
.errorpagina .imgerror{
	background-image: url('/images/estructura/brujula.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}