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

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800');

*
{
	font-family: 'Fira Sans', sans-serif !important;
	color: #352d4c;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 300;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
}
moz-selection{background: #352d4c;	color: #fff;}
*::-moz-selection{background: #352d4c;	color: #fff;}

a{color: #352d4c;}
a:hover{text-decoration: none;}

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

.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: 13px;
	padding: 15px 40px;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
}
.btn-primary:after
{
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	width: 25px;
	height: 100%;
	background-color: #fff;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.btn-primary{
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-primary:hover:after
{
	right: 0;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	background-color: transparent;
	border: 2px solid #fff;
}
.btn-secundary:after
{
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	width: 25px;
	height: 100%;
	background-color: #352d4c;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.btn-secundary{
	background-color: transparent;
	color: #352d4c;
	border: 2px solid #352d4c;
}
.btn-secundary:hover:after
{
	right: 0;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.btn-secundary:hover,
.btn-secundary:focus,
.btn-secundary:active{
	background-color: transparent;
	border: 2px solid #352d4c;
}
.btn-tres:after
{
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	width: 25px;
	height: 100%;
	background-color: #ae2b7a;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.btn-tres{
	background-color: transparent;
	color: #ae2b7a;
	border: 2px solid #ae2b7a;
}
.btn-tres:hover:after
{
	right: 0;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.btn-tres:hover,
.btn-tres:focus,
.btn-tres:active{
	background-color: transparent;
	border: 2px solid #ae2b7a;
	color: #ae2b7a;
}
/*--------------------------------------------------------------*/
/*-------------------------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: #82B540;
	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;}

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

.cookiescargadas{
	display: none;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	bottom: 15px;
	right: 15px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.cookiescargadas svg {
	width: 30px;
	height: 30px;
	display: block;
}
.cookies{
	background-color: #fff;
	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;}

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: #ae2b7a;}
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: #fff;
	border: 1px solid #ae2b7a !important;
	vertical-align: initial;
}

label.checkbox input[type="checkbox"]:checked + span:before{
  background-color: #000;
  color: #fff !important;
}

label.checkbox input:disabled + span:before{
  opacity: 0.5;
}

.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;}
.pd5-0{padding: 5px 0;}

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

h1, h2, h3, h4, h5, h6{line-height: 1.2;}

.logo img {transition:all 0.5s ease-out; -webkit-trasition:all 0.5s 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;}

.main{width: 100%; max-width: 1260px; margin: 0 auto;}
.main700{width: 100%; max-width: 700px; margin: 0 auto;}

.ovauto{overflow: auto;}
.relative{position: relative;}

.taleft{text-align: left;}
.tacenter{text-align: center;}
.taright{text-align: right;}

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

.vertical{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.fila{display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: flex-start;}
.fila.center{justify-content: center;}
.fila.right{justify-content: flex-end;}
.fila.centervertical{align-content: center;}
.fila.bottom{align-content: flex-end;}

.fila > .columna10{width: 100%;}
.fila > .columna9{width: 90%;}
.fila > .columna8{width: 80%;}
.fila > .columna7{width: 70%;}
.fila > .columna6{width: 60%;}
.fila > .columna5{width: 50%;}
.fila > .columna4{width: 40%;}
.fila > .columna33{width: 33.33%;}
.fila > .columna66{width: 66.66%;}
.fila > .columna65{width: 65%;}
.fila > .columna3{width: 30%;}
.fila > .columna25{width: 25%;}
.fila > .columna2{width: 20%;}
.fila > .columna15{width: 15%;}
.fila > .columna1{width: 10%;}
.fila > .columna05{width: 5%;}
.fila > .vacenter{align-self: center;}

.filaf:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.filaf > .columna{float: left;}
.filaf > .columna.right{float: right;}

.pdd1{padding: 1px;}
.pdd2{padding: 2px;}
.pdd3{padding: 3px;}
.pdd4{padding: 4px;}
.pdd5{padding: 5px;}
.pdd10{padding: 10px;}
.pdd10-0{padding: 10px 0;}
.pdd0-10{padding: 0 10px;}
.pdd10-30{padding: 10px 30px;}
.pdd10-20{padding: 10px 20px;}
.pdd10-15{padding: 10px 15px;}

.pdd15{padding: 15px;}
.pdd15-0{padding: 15px 0;}
.pdd0-15{padding: 0 15px;}

.pdd20{padding: 20px;}
.pdd20-0{padding: 20px 0;}
.pdd0-20{padding: 0 20px;}
.pdd20-30{padding: 20px 30px;}
.pdd20-15{padding: 20px 15px;}
.pdd20-10{padding: 20px 10px;}

.pdd30{padding: 30px;}
.pdd30-0{padding: 30px 0;}
.pdd0-30{padding: 0 30px;}
.pdd30-90{padding: 30px 90px;}
.pdd30-20{padding: 30px 20px;}
.pdd30-15{padding: 30px 15px;}
.pdd30-10{padding: 30px 10px;}

.pdd40{padding: 40px;}
.pdd40-0{padding: 40px 0;}
.pdd0-40{padding: 0 40px;}
.pdd40-20{padding: 40px 20px;}
.pdd40-15{padding: 40px 15px;}
.pdd40-10{padding: 40px 10px;}

.pdd50{padding: 50px;}
.pdd50-0{padding: 50px 0;}
.pdd0-50{padding: 0 50px;}
.pdd50-20{padding: 50px 20px;}
.pdd50-15{padding: 50px 15px;}
.pdd50-10{padding: 50px 10px;}

.pdd60{padding: 60px;}
.pdd60-0{padding: 60px 0;}
.pdd0-60{padding: 0 60px;}
.pdd60-30{padding: 60px 30px;}
.pdd60-20{padding: 60px 20px;}
.pdd60-15{padding: 60px 15px;}
.pdd60-10{padding: 60px 10px;}

.pdd70{padding: 70px;}
.pdd70-0{padding: 70px 0;}
.pdd0-70{padding: 0 70px;}
.pdd70-30{padding: 70px 30px;}
.pdd70-20{padding: 70px 20px;}
.pdd70-15{padding: 70px 15px;}
.pdd70-10{padding: 70px 10px;}

.pdd80{padding: 80px;}
.pdd80-0{padding: 80px 0;}
.pdd0-80{padding: 0 80px;}
.pdd80-30{padding: 80px 30px;}
.pdd80-20{padding: 80px 20px;}
.pdd80-15{padding: 80px 15px;}
.pdd80-10{padding: 80px 10px;}

.pdd90{padding: 90px;}
.pdd90-0{padding: 90px 0;}
.pdd0-90{padding: 0 90px;}
.pdd90-30{padding: 90px 30px;}
.pdd90-20{padding: 90px 20px;}
.pdd90-15{padding: 90px 15px;}
.pdd90-10{padding: 90px 10px;}

.pdd100{padding: 100px;}
.pdd100-0{padding: 100px 0;}
.pdd0-100{padding: 0 100px;}
.pdd100-30{padding: 100px 30px;}
.pdd100-20{padding: 100px 20px;}
.pdd100-15{padding: 100px 15px;}
.pdd100-10{padding: 100px 10px;}

.pdd-no-right{padding-right: 0;}
.pdd-no-left{padding-left: 0;}
.pdd-no-top{padding-top: 0;}
.pdd-no-bottom{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: 50px;
  text-transform: uppercase;
  color: #261936;
  font-weight: bold;
  font-size: 55px;
}
body.mantenimiento h2
{
  color: #261936;
  margin-bottom: 50px;
}
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;
}
body.mantenimiento .logo
{
	max-width: 250px;
	margin: 0 auto;
}
/*--------------------------------------------------------------*/
/*----------------------------ESTILO----------------------------*/
/*--------------------------------------------------------------*/
header
{
	padding: 20px 40px;
	z-index: 100 !important;
    position: fixed;
    top: 0;
    left: 0;
}
header .logo img
{
	max-width: 255px;
}
.general
{
	width: 100%;
}
.general.home .container
{
    height: 430vw;
    overflow: hidden;
    background-color: #fff;
    width: auto;
}
.general.home .container .wrapper
{
	height: 430vw;
	overflow: hidden;
	position: fixed;
}
.general.home .container .scrollable
{
	width: 430vw;
}
.general .container .scrollable:after
{
	content: " ";
	display: table;
	clear: both;
}
.general .container .scrollable section
{
	float: left;
	height: 100vh;
	width: 100vw;
}


.general.nosotros .container{
    height: 200vw;
    overflow: hidden;
    background-color: #fff;
    width: auto;
}
.general.nosotros .container .wrapper{
	height: 200vw;
	overflow: hidden;
	position: fixed;
}
.general.nosotros .container .scrollable{
	width: 200vw;
}

.logob
{
	display: none;
}
.portada
{
	overflow: hidden;
}
.textoportada
{
	width: 80%;
	margin: 0 auto;
}
.textoportada h1
{
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
}
.textoportada p
{
	margin: 0;
	padding: 20px 0 40px 0;
	color: #fff;
	font-size: 21px;
	max-width: 550px;
	line-height: 30px;
}
h3
{
	font-size: 35px;
	margin: 0;
}
.viajespropios h3
{
	color: #fff;
	padding: 0 15px;
}
.slideropiniones h3
{
	max-width: 350px;
	margin: 0 auto;
}
body.home .swiper-button-next
{
	right: 25px;
	background-image: none;
	 transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
}
body.home .swiper-button-prev
{
	left: 25px;
	background-image: none;
	 transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
}
body.home .swiper-button-next:hover{opacity: 0.6;}
body.home .swiper-button-prev:hover{opacity: 0.6;}
body.home .swiper-button-next:after
{
	content: "\f105";
	font-family: "FontAwesome" !important;
	color: #ae2b7a;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
}
body.home .swiper-button-prev:after
{
	content: "\f104";
	font-family: "FontAwesome" !important;
	color: #ae2b7a;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
}
p
{
	margin: 0;
	font-size: 17px;
	line-height: 25px;
}
.textonovios
{
	width: 80%;
	margin: 0 auto;
}
.textonovios h3
{
	font-size: 45px;
	max-width: 550px;
	padding-bottom: 25px;
}
.textonovios p
{
	color: #333;
	max-width: 370px;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 30px;
}
.swiper-slide p
{
	color: #333;
}
.fondocontinente
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.africahome .fondocontinente{background-image: url(/images/estructura/bg_africahome.jpg); opacity: 0.1; transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;}
.americahome .fondocontinente{background-image: url(/images/estructura/bg_americahome.jpg); opacity: 0.1; transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;}
.asiahome .fondocontinente{background-image: url(/images/estructura/bg_asiahome.jpg); opacity: 0.1; transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;}
.europahome .fondocontinente{background-image: url(/images/estructura/bg_europahome.jpg); opacity: 0.1; transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;}
.oceaniahome .fondocontinente{background-image: url(/images/estructura/bg_oceaniahome.jpg); opacity: 0.1; transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;}
.islashome .fondocontinente{background-image: url(/images/estructura/bg_islashome.jpg); opacity: 0.1; transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;}

.continente:hover .fondocontinente,
.continente:active .fondocontinente,
.continente:focus .fondocontinente
{
	opacity: 1;
}

.continente
{
	cursor: pointer;
}
.continente .conthomeinterior
{
	width: 80%;
	margin: 0 auto;
	cursor: pointer;
}
.continente .conthomeinterior h3
{
	color: #352d4c;
	transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
	font-size: 60px;
	position: relative;
}
.conthomeinterior h3:after
{
	content: "";
	position: absolute;
	bottom: -10px;
	left: -2px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background-color: #ae2b7a;
	opacity: 1;
	transition:all 0.25s ease-out; -webkit-trasition:all 0.25s ease-out;
}
.continente:hover .conthomeinterior h3,
.continente:active .conthomeinterior h3,
.continente:focus .conthomeinterior h3
{
	color: #fff;
}
.continente:hover .conthomeinterior h3:after,
.continente:active .conthomeinterior h3:after,
.continente:focus .conthomeinterior h3:after
{
	opacity: 0;
}
.viajespropios
{
	cursor: pointer;
}
.verviaje
{
	position: relative;
	width: 80%;
	margin: 0 auto;
	height: 100%;
}
.verviaje i
{
	position: absolute;
	left: -25px;
	bottom: 45px;
	font-size: 65px;
	opacity: 0;
	transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
	color: #ae2b7a;
	text-shadow: 0 0 30px rgba(255,255,255,0.5);
}
.continente:hover .verviaje i,
.continente:active .verviaje i,
.continente:focus .verviaje i
{
	left: 0; opacity: 1;
}
.viajespropios .overlayviajespropios
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
}
.viajespropios:hover .overlayviajespropios,
.viajespropios:active .overlayviajespropios,
.viajespropios:focus .overlayviajespropios
{
	background-color: rgba(0,0,0,0.4);
	transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
}
.portada video,
.portada canvas
{
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.portada .overlayportada
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
}
.mapaportada
{
	position: absolute;
	top: 0;
	right: 0;
	height: 62%;
	width: 100%;
}
.fotoinc
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 38%;
	width: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/images/estructura/inc.jpg);
}
.formulariohome
{
	width: 80%;
	margin: 0 auto;
}
.inferiorfijo
{
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px 0;
}
.inferiorfijo ul li
{
	display: inline-block;
	padding-right: 20px;
}
.inferiorfijo *
{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.8;
    color: #fff;
}
.inferiorfijo a:hover,
.inferiorfijo a:active,
.inferiorfijo a:focus
{
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.formulariohome h3
{
	font-size: 50px;
	padding-bottom: 30px;
	color: #fff;
}
.formulariohome input
{
	border: 2px solid #fff;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 12px 20px;
	height: 45px;
	margin-bottom: 15px;
	font-size: 17px;
}
.formulariohome textarea
{
	border: 2px solid #fff;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 12px 20px;
	height: 100px;
	margin-bottom: 15px;
	resize: none;
	font-size: 17px;
}
.formulariohome .btn
{
	max-width: 240px;
}
.telefonohome
{
	height: 100%;
	border-left: 2px solid #433B5A;
}
.telefonohome span
{
	display: block;
	white-space: nowrap;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	transform-origin: 0 0;
	transform: rotate(90deg) translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	letter-spacing: 5px;
}

.menuresponsive
{
	position: fixed;
	bottom: 90px;
	left: 37px;
	background: #fff;
	padding: 10px 30px;
	transform: rotate(90deg);
	transform-origin: 0 0;
	cursor: pointer;
	z-index: 100 !important;
	border: 2px solid transparent;
}
.menuresponsive.open
{
	border: 2px solid #aaa;
}
.menuresponsive span
{
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 1.5px;
	color: #ae2b7a;
}
.menuabierto
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: auto;
	z-index: 99 !important;
	background: #fff;
	padding: 60px 100px;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	display: none;
}
.menuabierto.open
{
	display: block;
}
.menuabierto ul li
{
	list-style: none;
}
.menuabierto ul li a
{
	color: #352d4c;
	font-size: 35px;
	padding: 5px 0;
}
.menuabierto ul li a:hover,
.menuabierto ul li a:active,
.menuabierto ul li a:focus
{
	background-color: transparent;
	color: #ae2b7a !important;
}
.destacadoshome
{
	width: 90%;
	margin: 0 auto;
}
.viaje
{
	height: 200px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	cursor: pointer;
}
.viaje h4.tit
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.viaje h4.pre
{
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
}
.viaje .overviaje
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
}
.viaje:hover .overviaje
{
	background-color: rgba(0,0,0,0.4);
}
.general.continentes .container
{
    height: 700vw;
    overflow: hidden;
    background-color: #fff;
    width: auto;
}
.general.continentes .container .wrapper
{
	height: 700vw;
	overflow: hidden;
	position: fixed;
}
.general.continentes .container .scrollable
{
	width: 700vw;
}
.continentes h2
{
	font-size: 60px;
	color: #fff;
	margin-bottom: 60px;
}
.continentes .k2CategoriesListBlock h5
{
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 0;
	padding: 15px;
}
.overlaycontinente
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.2);
}
.general.programas .container
{
    height: 200vw;
    overflow: hidden;
    background-color: #fff;
    width: auto;
}
.general.programas .container .wrapper
{
	height: 200vw;
	overflow: hidden;
	position: fixed;
}
.general.programas .container .scrollable
{
	width: 200vw;
}
.programainterior
{
	border: 2px solid #fff;
}
.programainterior h4.tit
{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	border-right: 2px solid #fff;
}
.programainterior h4.pre
{
	margin: 0;
	padding: 10px;
	font-size: 22px;
	color: #fff;
}
.botones
{
	position: absolute;
	bottom: 30px;
	right: 80px;
}
.botones a
{
	margin: 0 15px;
}
.prog h2
{
	color: #fff;
	font-size: 60px;
	margin: 0;
}
.prog h3
{
	color: #fff;
	font-size: 28px;
	margin: 0;
}
.derecha
{
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
}
.derecha span
{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding-right: 10px;
	vertical-align: middle;
}
.derecha i
{
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
}
body.lunas .propios{display: none;}
body.propios .lunas{display: none;}

.itineabierta,
.incluabierta,
.preciabierta,
.infoabierta,
.recoabierta,
.quienabierta
{
	display: none;
}
.itineabierta li,
.incluabierta li,
.preciabierta li,
.infoabierta li,
.recoabierta li,
.itineabierta li a,
.incluabierta li a,
.preciabierta li a,
.infoabierta li a,
.recoabierta li a
{
	margin: 0;
	font-size: 17px;
	line-height: 25px;
}
.swiper-button-next
{
	right: -8px;
	top: 50%;
	background-image: none;
	 transition:all 0.5s ease-out; -webkit-trasition:all 0.5s ease-out;
}
.swiper-button-prev
{
	left: auto;
	right: -8px;
	top: 50%;
	background-image: none;
	transition: all 0.5s ease-out; -webkit-trasition: all 0.5s ease-out;
}
.swiper-button-next:hover{opacity: 0.6;}
.swiper-button-prev:hover{opacity: 0.6;}
.swiper-button-next:after
{
	content: "\f107";
	font-family: "FontAwesome" !important;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
}
.swiper-button-prev:after
{
	content: "\f106";
	font-family: "FontAwesome" !important;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
}

.gal a.rokbox{
	display: block;
	height: 15vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.gal .item{width: 16.66%;}

.gal a.rokbox:hover{opacity: 0.7;}

body.nohorizontal header{
	background-color: #352d4c;
	width: 100%;
}

.pageheader{margin-top: 130px; background-image: url(/images/estructura/bg_oceaniahome.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.pageheader h1{color: #fff;}
.cmslegal h3{margin-top: 60px;}

.buscador
{
	position: fixed;
	bottom: 141px;
	left: 0;
	background: #fff;
	cursor: pointer;
	z-index: 100 !important;
	border: 2px solid transparent;
	font-size: 15px;
	color: #ae2b7a;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 34px;
}
.buscadorabierto{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	text-align: center;
	z-index: 101;
	display: none;
}

.buscadorabierto form{margin: 0;}
.buscadorabierto input{
	display: block;
	width: 100%;
	color: #ae2b7a;
	box-shadow: none;
	text-shadow: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #ae2b7a !important;
	border-radius: 0;
	font-size: 30px;
	line-height: 1;
	height: auto;
	padding: 30px 90px 30px 30px;
	box-sizing: border-box;
}

.buscadorabierto button{
	border: none;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px;
	font-size: 30px;
	color: #ae2b7a;
	background-color: transparent;
}

.buscadorabierto i.fa-close{
	position: absolute;
	font-size: 40px;
	right: 50px;
	top: 24px;
	cursor: pointer;
	z-index: 99;
}

body.noscroll{overflow: hidden;}

body.nohorizontal .buscador{background: #352d4c; color:#fff;}
body.nohorizontal .menuresponsive{background: #352d4c;}
body.nohorizontal .menuresponsive span{color: #fff;}

.buscaform form{margin: 0;}
.buscaform input{
	display: block;
	width: 100%;
	color: #ae2b7a;
	box-shadow: none;
	text-shadow: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #ae2b7a !important;
	border-radius: 0;
	font-size: 30px;
	line-height: 1;
	height: auto;
	padding: 30px 90px 30px 30px;
	box-sizing: border-box;
}

.buscaform button{
	border: none;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px;
	font-size: 30px;
	color: #ae2b7a;
	background-color: transparent;
}

.general .container .scrollable section .continente > .relative{height: 100%;}

.menuabierto i.fa-close{
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 30px;
	cursor: pointer;
	z-index: 101;
}

#xmap ul{padding-left: 20px; margin-bottom: 30px;}
#xmap ul li img{display: none;}

.fixwh{
  position: fixed;
  bottom: 24px;
  right: 94px;
  z-index: 2147483646;
}

.fixwh a{display: block;}
.fixwh i{
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
}

.swiper-container2{max-height: 50vh !important;}

.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev{
	width: 27px;
	height: 27px;
	background-color: #fff;
	position: absolute;
	bottom: 1px;
	right: 0 !important;
	left: auto !important;
	top: auto;
	text-align: center;
	line-height: 27px;
	transition: none !important;
}
.swiper-container2 .swiper-button-prev{bottom: 30px !important;}

.swiper-container2 .swiper-button-next:after,
.swiper-container2 .swiper-button-prev:after{color: #333; position: static;}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0 !important;}

label.checkbox{margin-bottom: 0; position: relative; padding: 0; color: #fff;}
label.checkbox span{ position: relative; color: inherit; font-size: inherit; line-height: inherit;}
label.checkbox span a{font-size: inherit; color: #ae2b7a;}

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: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 7px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	background-color: #fff;
}

label.checkbox input[type="checkbox"]:checked + span:before
{
  background-color: #ae2b7a;
  color: #fff !important;
}
.cms-cookies label.checkbox input[type="checkbox"]:checked + span:before
{
  background-color: #ae2b7a;
  color: #352d4c !important;
}
.cms-cookies label.checkbox span
{
  color: #352d4c !important;
}
.rokbox-wrapper
{
	z-index: 2147483647;
}
.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div
{
    font-size: 17px;
}
body.esipad
{
	overflow-y: hidden;
}
body.esipad .general
{
	overflow: initial;
	height: auto;
}
body.esipad .general .container .wrapper
{
	height: auto;
	overflow: initial;
	position: initial;
}
body.esipad .general .container
{
    overflow: initial;
}
.enlacesfuera
{
	margin-top: 15px;
}