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

@font-face {
    font-family: 'Artcraft';
    src: url('fonts/Artcraft.eot');
    src: url('fonts/Artcraft.eot?#iefix') format('embedded-opentype'),
        url('fonts/Artcraft.woff2') format('woff2'),
        url('fonts/Artcraft.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');

*{
	font-family: 'Poppins', sans-serif !important;
	color: #dcdcdc;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
}
moz-selection{background: #dcdcdc;	color: #1E1E1E;}
*::-moz-selection{background: #dcdcdc;	color: #1E1E1E;}

a{color: #dcdcdc;}
a:hover, a:focus, a:active {text-decoration: none; color: inherit;}
.nav > li > a:hover, .nav > li > a:focus {background-color: initial;}

img{width: auto; max-width: 100%; height: inherit;}

.btn{
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow:none;
	border:none;
	line-height: inherit;
	text-decoration: none;
	background-color: transparent;
	color: inherit;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 40px;
	overflow: hidden;
}
.btn1 span
{
	position: relative;
	z-index: 1;
	font-weight: inherit;
	font-size: inherit;
}
.btn1{
	background-color: transparent;
	border: 3px solid #dcdcdc;
	color: #dcdcdc;
	position: relative;
}
.btn1:after
{
	content: "";
	background-color: #b02c15;
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;
}
.btn1:hover:after
{
	left: 0;
}
.btn1:hover, 
.btn1:focus, 
.btn1:active{
	background-color: transparent;
	border: 3px solid #dcdcdc;
	color: #dcdcdc;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;
}

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

header .launch{
	float: right; 
	cursor: pointer; 
	height: 25px;
	width: 35px;
	position: relative;
	margin: 8px;
	z-index: 101;
}
header .launch span{
	background-color: #dcdcdc;
	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.open span{background-color: #fff;}

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 ease-out; -webkit-trasition:all 0.3s ease-out;}
.anim6{transition:all 0.6s ease-out; -webkit-trasition:all 0.6s ease-out;}
.anim10{transition:all 1s ease-out; -webkit-trasition:all 1s ease-out;}

.ancla{cursor: pointer;}
body{padding: 0 !important;}
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;}
ul, .nav{margin: 0;}
div.icons > .btn-group, body > .jmodedit{display: none !important;}
.btn:hover, .btn:active, .btn:focus{text-decoration: none !important;}
.responsive{display: none;}

.opcap input {
	display: inline-block;
	width: 75px !important;
	padding: 15px;
	margin-left: 5px;
}

.cookies{
	background-color: #1E1E1E;
	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;
}
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;}

body.error404 .cookies{display: none;}

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

.logo img{transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;}
.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: #fff;
	box-shadow: none;
	text-shadow: none;
}
.alert-success{background-color: #8BC34A;}
.alert-warning{background-color: #FFC107;}
.alert-error{background-color: #F44336;}
.alert h4{color: #fff; text-shadow:none; margin-bottom: 10px; font-size: 22px; text-transform: capitalize;}
.alert p{margin-bottom: 0; color: #fff; text-shadow: none; line-height: 1;}
.alert .close{right: 0; top: 0; color: #fff; text-shadow: none; opacity: 1;}

.m{width: 100%; max-width: 1260px; 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;}
.m1500{width: 100%; max-width: 1500px; margin: 0 auto;}

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

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

.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.sa{justify-content: space-around;}
.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;}

.f > .c10{width: 100%;}
.f > .c9{width: 90%;}
.f > .c8{width: 80%;}
.f > .c7{width: 70%;}
.f > .c66{width: 66.66%;}
.f > .c6{width: 60%;}
.f > .c5{width: 50%;}
.f > .c4{width: 40%;}
.f > .c33{width: 33.33%;}
.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;}
.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;}
.pd5-15{padding: 5px 15px;}
.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;}
.pd-nl{padding-left: 0;}
.pd-nt{padding-top: 0;}
.pd-nb{padding-bottom: 0;}

/*--------------------------------------------------------------*/
/*---------------------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;
}
body.mantenimiento h1{
	margin-top: 40px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 50px;
}
body.mantenimiento h2{
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	max-width: 750px;
	margin: 5px auto 50px auto;
}
body.mantenimiento .sc i{
	background-color: #fff;
	color: blue;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 24px;
}
body.mantenimiento .sc i:hover{
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
body.mantenimiento fieldset{
	border: none;
	padding-bottom: 40px;
	position: relative;
}
body.mantenimiento fieldset input{
	height: 35px;
	padding: 0 10px;
	margin-bottom: 5px;
}

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

body
{
	background-color: #1E1E1E;
}
#sticky-wrapper
{
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
}
.supheader
{
	border-bottom: 1px solid #2a2a2a;
	background-color: #1E1E1E;
}
header
{
	background-color: #1E1E1E;	
}
.supheader *
{
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	vertical-align: middle;
}
div.mod-languages li
{
	margin: 0 !important;
	padding: 0 10px;
}
div.mod-languages li:nth-child(1)
{
	border-right: 1px solid #dcdcdc;
}
div.mod-languages li:nth-child(1)
{
    padding-left: 0;
}
.supheader .contacto li
{
	list-style: none;
	display: inline-block;
	padding-left: 30px;
}
.supheader .contacto li i
{
	padding-right: 10px;
	font-size: 18px;
}
header
{
	border-bottom: 1px solid #2a2a2a;
	
}
header .logo img
{
	max-width: 240px;
}
header .menu li
{
	display: inline-block;
	padding-left: 20px;
	text-transform: uppercase;
}
header .menu li a
{
	font-size: 14px;
}
.portada
{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.portada .mascara
{
	height: 100%;
	width: 100%;
	opacity: 0.7;
	mask: url(/images/estructura/mimask.png);
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position-x: center;
	animation: aparecer 2s forwards;
}
@keyframes aparecer {
	from {mask-position-y: 100vh;}
	to {mask-position-y: 0;}
}
.portada .mascara .contenidomultimedia
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}
.contenidotexto
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}
.contenidotexto h1,
.contenidotexto h1 span
{
	margin: 0;
	font-size: 80px;
	font-family: 'Artcraft' !important;
	text-transform: uppercase;
	letter-spacing: 20px;
}
.bajoancla
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.bajoancla span.texto
{
	padding-bottom: 5px;
	display: block;
	font-size: 12px;
	cursor: pointer;
}
.bajoancla span.raya
{
	background-color: #dcdcdc;
	width: 1px;
	height: 40px;
	display: block;
	margin: 0 auto;	
	cursor: pointer;
}
.porqueelegirnos .m .puntoshome
{
	padding: 150px 30px;
}
h3
{
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
}
h2
{
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 45px;
	margin-bottom: 50px;
}
h4
{
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	display: inline-block;
	margin-bottom: 20px;
}
p
{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.trespuntos
{
	width: 80%;
	padding-top: 45px;
}
.llamanoshome .m
{
	padding: 70px 30px;
}
.llamanoshome h3
{
	margin: 0;
	font-size: 33px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
}
.galeriacontinentes .america{background-image: url(/images/estructura/america.jpg);}
.galeriacontinentes .africa{background-image: url(/images/estructura/africa.jpg);}
.galeriacontinentes .asia{background-image: url(/images/estructura/asia.jpg);}
.galeriacontinentes .europa{background-image: url(/images/estructura/europa.jpg);}
.galeriacontinentes .oceania{background-image: url(/images/estructura/oceania.jpg);}
.galeriacontinentes .islas{background-image: url(/images/estructura/islas.jpg);}
.galeriacontinentes > div
{
	position: relative;
	height: 320px;
}
.galeriacontinentes > div h3
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateZ(0px);;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 3px;
	transition:all 0.6s ease-out; 
	-webkit-trasition:all 0.6s ease-out;	
}
.galeriacontinentes > div:hover h3
{
	transform: translate(-50%, -50%) scale(1.4) translateZ(0px);;
	text-shadow: 0 0 15px rgba(0,0,0,0.8);
	color: #fff;
}
.galeriacontinentes > div:hover .overlay
{
	opacity: 0;
}
.galeriacontinentes > div
{
	cursor: pointer;
}
.overlay
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #1E1E1E;
	opacity: 0.4;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;	
}
.viajesengrupohome 
{
	border-bottom: 1px solid #2a2a2a;
}
.viajesengrupohome .m
{
	padding: 150px 15px;
}
.viaje
{
	background-color: #171717;
	border: 1px solid #2a2a2a;
	cursor: pointer;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;	
}
.viaje:hover 
{
	box-shadow: 0 10px 30px rgba(255,255,255,0.1);
}
.viaje:hover .imagenprograma
{
	opacity: 1;
}
.viajesamedida .m
{
	padding: 150px 15px;
}
.articulo
{
	padding: 130px 30px;
	cursor: pointer;
	position: relative;
}
.articulo h3
{
	position: relative;
	z-index: 1;
	font-size: 19px;
	font-weight: 600;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;	
}
.articulo h5
{
	position: relative;
	z-index: 1;
	font-size: 14px;
	margin: 0;
	padding-top: 3px;
	font-weight: 300;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;	
}
.articulo:hover h3,
.articulo:hover h5
{
	transform: scale(1.1);
	text-shadow: 0 0 15px rgba(0,0,0,0.8);
	color: #fff;
}
.articulo:hover .overlay
{
	opacity: 0;
}
.imagenprograma
{
	height: 210px;
	opacity: 0.7;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;	
}
.suscribetehome 
{
	border-bottom: 1px solid #2a2a2a;
	background-color: #171717;
}
.suscribetehome .m
{
	padding: 70px 30px;
}
.suscribetehome h3
{
	margin: 0;
	font-size: 33px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
}
.suscribetehome input.inputbox 
{
	
	margin: 30px auto;
	max-width: 500px !important;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	height: 49px;
	border-radius: 0;
}
.suscribetehome .btn
{
	max-width: 300px;
	margin: 0 auto;
}
.suscribetehome .checkbox
{
	max-width: 400px;
	margin: 0 auto;
}
.suscribetehome .fieldacycaptcha
{
	margin: 15px auto !important;
	display: inline-block;
}
.llamanoshome
{
	background-color: #171717;
	border-bottom: 1px solid #2a2a2a;
}
.viajesengrupohome .btn,
.viajesamedida .btn
{
	margin-top: 50px;
}
.preciodias span
{
	font-size: 17px;
	font-weight: 600;
	padding: 15px;
	display: block;
}
.viaje h5
{
	margin: 0;
	text-align: center;
	padding: 25px 15px;
	font-size: 18px;
	text-transform: uppercase;
}
footer 
{
	background-color: #171717;
}
footer .m
{
	padding: 100px 15px;
}
.subfooter
{
	border-top: 1px solid #2a2a2a;
	background-color: #171717;	
}
.subfooter a
{
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	display: block;
}
footer ul li
{
	display: block;
	list-style: none;
	padding-bottom: 10px;
	font-size: 15px;
}
footer ul li a
{
	display: block;
	letter-spacing: 0.5px;
}
footer .redes li
{
	display: inline-block;
}
footer .redes li a
{
	display: inline-block;
	padding-right: 10px;
}
footer img
{
	margin-bottom: 40px;
}
footer p
{
	max-width: 90%;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
}
footer a
{
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;
}
footer a:hover,
footer a:active,
footer a:focus
{
	color: #b02c15 !important;
	background-color: transparent !important;
}
.subfooter a
{
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;	
}
.subfooter a:hover,
.subfooter a:active,
.subfooter a:focus
{
	color: #b02c15 !important;
	background-color: transparent !important;
}
.fullheader a
{
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;	
}
.fullheader a:hover,
.fullheader a:active,
.fullheader a:focus
{
	color: #b02c15 !important;
	background-color: transparent !important;
}
.trespuntos p
{
	max-width: 85%;
}
.cabecera
{
	padding: 210px 30px 95px 30px;
}
.cabecera h1
{
	margin: 0;
	font-size: 37px;
	text-transform: uppercase;
	font-weight: 800;
}
.continente
{
	height: 100%;
}
ul.migasdepan li 
{
	list-style: none;
	display: inline;
}
ul.migasdepan li > a,
ul.migasdepan li > i,
ul.migasdepan li > span,
ul.migasdepan li > a > span  
{
	padding: 0 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
ul.migasdepan li.active *
{
	font-weight: 800;
	color: #b02c15;
}
.expedicionesatlantis
{
	border-top: 1px solid #2a2a2a;
	overflow: hidden;
}
.expedicionesatlantis p
{
	padding-bottom: 30px;
	max-width: 500px;
	display: inline-block;
}
.expedicionesatlantis .rel > img{
	margin-left: 15px;
}
.informacion p,
.recomendaciones p,
.itinerario p,
.incluye p,
.preciodetallado p
{
	padding-bottom: 15px;
}
.informacion h3,
.recomendaciones h3
{
	font-size: 23px;
	font-weight: 800;
	padding-bottom: 30px;
}
.informacion h2,
.recomendaciones h2,
.itinerario h2,
.incluye h2,
.preciodetallado h2
{
	margin-bottom: 35px;
}
.itinerario *,
.incluye *,
.preciodetallado *
{
	color: inherit !important;
	text-decoration: none !important;
}
.itinerario li,
.incluye li,
.preciodetallado li
{
	padding-bottom: 15px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;	
	margin-left: 15px;
}
.itinerario h3,
.incluye h3,
.preciodetallado h3,
.galeriadeimagenes h3
{
	font-size: 35px;
	font-weight: 800;
	padding-bottom: 30px;
}
.partederecha
{
	border: 1px solid #2a2a2a;
	background-color: #171717;
	z-index: 5;
}
.partederecha form
{
	margin: 0;
}
.partederecha input
{
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	height: 49px;
	border-radius: 0;
}
.partederecha textarea
{
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	height: 100px;
	border-radius: 0;
	resize: none;
}
.partederecha .formularioitem
{
	padding: 30px;
	border-top: 1px solid #2a2a2a;
}
.partederecha .formularioitem input,
.partederecha .formularioitem textarea
{
	color: #dcdcdc;
}
.partederecha .imagenprog
{
	height: 200px;
	display: block;
	border-top: 1px solid #2a2a2a;
}
.partederecha .preciodias span
{
	padding: 10px 15px;
}
.contenidomultimedia .swiper-slide a
{
	display: block;
	height: 100vh;
}
.contenidofinalblog p
{
	padding-bottom: 20px;
	font-size: 17px;
	line-height: 30px;
}
.compartir i
{
	padding-right: 10px;
}
#mapagoogle
{
	height: 300px;
}
.formcontacto
{
	margin: 0;
}
.formcontacto input
{
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	height: 49px;
	border-radius: 0;
	color: #dcdcdc;
}
.formcontacto textarea
{
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	height: 100px;
	border-radius: 0;
	resize: none;
	color: #dcdcdc;
}
.formcontacto button
{
	margin: 0;	
	box-shadow: none;
}
.cabecera .overlay
{
	opacity: 0.7;
}
.nuevaopinion
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.8);
}
.nuevaopinion .interioropinion
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 60px;
	color: #222;
	border-radius: 3px;
}
.nuevaopinion .interioropinion *
{
	color: #222;
}
.nuevaopinion .interioropinion p
{
	font-size: 18px;
	margin: 0;
	padding-bottom: 15px;
}
.nuevaopinion .interioropinion textarea
{
	font-size: 17px;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 20px;
	height: 150px;
	resize: none;
}
#jak2filter .c25.tags{order: 2;}
#jak2filter .c25.cat{order: 1;}
#jak2filter .c25#rangeslider_3{order: 3;}
#jak2filter .c25.last-item{order: 4;}
#jak2filter .c25.tags .group-label,
#jak2filter .c25.cat .group-label
{
	display: none;
}
#jak2filter .c25#rangeslider_3 .group-label
{
	margin-bottom: 11px;
	font-size: 16px;
}
#jak2filter select
{
	width: 500px;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	height: 49px;
	border-radius: 0;	
	margin: 0;
}
#jak2filter select option
{
	color: #1e1e1e !important;
}
#jak2filter button.btn{
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow:none;
	border:none;
	line-height: inherit;
	text-decoration: none;
	background-color: transparent;
	color: inherit;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	padding: 13px 40px;
	overflow: hidden;
}
#jak2filter button.btn1 span
{
	position: relative;
	z-index: 1;
	font-weight: inherit;
	font-size: inherit;
}
#jak2filter button.btn1{
	background-color: transparent;
	border: 3px solid #dcdcdc;
	color: #dcdcdc;
	position: relative;
}
#jak2filter button.btn1:after
{
	content: "";
	background-color: #b02c15;
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;
}
#jak2filter button.btn1:hover:after
{
	left: 0;
}
#jak2filter button.btn1:hover, 
#jak2filter button.btn1:focus, 
#jak2filter button.btn1:active{
	background-color: transparent;
	border: 3px solid #dcdcdc;
	color: #dcdcdc;
	transition:all 0.3s ease-out; 
	-webkit-trasition:all 0.3s ease-out;
}
.menu .item-135,
.menu .item-136
{
	display: none;
}
header .menu .item-135,
header .menu .item-136
{
	display: inline-block;
	padding-left: 35px;
}
header .menu .item-135 a,
header .menu .item-136 a
{
	font-size: 0;
	position: relative;
}
header .menu .item-135 a:after,
header .menu .item-136 a:after
{
	content: "\f002";
	position: absolute;
	bottom: -3px;
	right: 0;
	font-size: 14px;
	font-family: "FontAwesome" !important;
}
.lang-active a
{
	font-weight: 800;
	text-decoration: underline !important;
}
.descripcioncorta p
{
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}
.grupoetiquetas
{
	position: absolute;
	top: 0;
	right: 0;
}
.viaje .etiqueta
{
	padding: 3px 5px;
	display: inline-block;
	z-index: 1;
	float: right;
	margin: 3px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 3px;
}
.viaje .etiqueta.acompanado{background-color: #4e74b3;}
.viaje .etiqueta.grupo{background-color: #7e9546;}
.viaje .etiqueta.medida{background-color: #ab5c5a;}
.viajesrelacionados .viaje h3
{
	padding: 80px 30px;
	text-align: center;
	font-weight: 600;
	position: relative;
}
.tabscont
{
	display: none;
}
.tabscont.active
{
	display: block;
}
.tabs
{
	border: 1px solid #dcdcdc;
	margin: 15px 0;
}
.tabs h6
{
	font-size: 20px;
	cursor: pointer;
	margin: 0;
	padding: 15px;
}
.tabs h6.active
{
	background-color: #b02c15;
}
.galeriadeimagenes .item a
{
	height: 150px;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*--------------- 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: #1E1E1E;
  color:#fff;
  -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: #fff; display: block; line-height: 1; padding: 15px 20px; font-weight: 600; font-size: 13px;}
.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: #fff !important;
  background-color: #b02c15 !important;
}
.sidr li .submenu{display: none;}
/*------------- FIN SIDR --------------*/
.contenidofinal a
{
	text-decoration: underline !important;
	color: #b02c15 !important;
}
.ultimosarticuloshome
{
	display: none;
}
.pagnosotros p
{
	font-size: 16px;
	text-align: justify;
	line-height: 1.6;
	padding-bottom: 15px;
}
.pagnosotros li
{
	margin-left: 15px;
	font-size: 16px;
	text-align: justify;
	line-height: 1.6;
	padding-bottom: 5px;
}
body.error404 footer
{
	display: none;
}
#xmap li
{
	margin-left: 15px;
}
#xmap li a
{
	line-height: 1.6;
}
#xmap img
{
	display: none;
}
.centrado > div
{
	margin: 0 auto !important;
	display: inline-block;
}
div.k2TagCloudBlock a {
    padding: 5px 15px;
    float: left;
    display: block;
    font-size: 18px !important;
    text-transform: uppercase;
}
div.k2TagCloudBlock a:hover {
    padding: 5px 15px;
    float: left;
    display: block;
    font-size: 18px !important;
    background: #b02c15;
    color: #fff;
    text-decoration: none;
}
.filtrada 
{
    display: none;
}
.seleccionareti h4
{
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	margin-bottom: 0;
}
.seleccionareti select
{
	width: 500px;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	height: 49px;
	border-radius: 0;	
	margin: 0;
	display: inline-block;	
	vertical-align: middle;
}
.seleccionareti select option
{
    color: #1E1E1E;	
}