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

/*TITULOS: Le Beaune*/
/*TEXTOS: PT Serif*/
/*ENLACES: Roboto*/

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

@import url('https://fonts.googleapis.com/css?family=Roboto:900|PT+Serif:400,700&display=swap');

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

a{color: #272727;}

p{margin-bottom: 15px;}

.btn{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
	padding-bottom: 5px;
	cursor: pointer;
}

.btn1{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.btn1:hover, 
.btn1:focus, 
.btn1:active{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.btn2{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	color: #9d8f62;
	border-bottom: 1px solid transparent;
}
.btn2:hover, 
.btn2:focus, 
.btn2:active{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	color: #9d8f62;
	border-bottom: 1px solid #9d8f62;
}
.btn3{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	color: #272727;
	border-bottom: 1px solid transparent;
}
.btn3:hover, 
.btn3:focus, 
.btn3:active{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	color: #272727;
	border-bottom: 1px solid #272727;
}

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

header .launch{
	float: right; 
	cursor: pointer; 
	height: 25px;
	width: 40px;
	position: relative;
	z-index: 101;
	pointer-events: initial;
}
header .launch span{
	background-color: #fff;
	display: block;
	height: 2px;
	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;}

header.anim .launch span:nth-child(1){top: 18px; left: 50%; width: 0;}
header.anim .launch span:nth-child(2){transform: rotate(45deg); -webkit-transform: rotate(45deg);}
header.anim .launch span:nth-child(3){transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
header.anim .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;}
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;}

.cookies{
	background-color: #fff;
	position: fixed;
	z-index: 99;
	display: none;
	bottom: 30px;
	left: 30px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.cookies span{margin-right: 15px;}
body.notfound .cookies{display: none;}

.cookies h3
{
	font-size: 35px;
	margin-bottom: 10px;
}
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: #9d8f62;}
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 #9d8f62 !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;}

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

.w{color: #fff;}

.logo:hover img{opacity: 0.8;}

.alert{
	padding: 30px;
	background-color: #9d8f62;
	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.remove {display: none;}
.alert *{
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
.alert-success{background-color: #9d8f62;}
.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{color: #fff; text-shadow: none; opacity: 1; position: absolute; top: 0; right: 15px; font-size: 30px; cursor: pointer;}

.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;}
.m1800{width: 100%; max-width: 1800px; 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;}

.f > .c10{width: 100%;}
.f > .c9{width: 90%;}
.f > .c85{width: 85%;}
.f > .c8{width: 80%;}
.f > .c75{width: 75%;}
.f > .c7{width: 70%;}
.f > .c66{width: 66.6666666%;}
.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 > .c15{width: 15%;}
.f > .c1{width: 10%;}
.f > .c05{width: 05%;}
.f > .vac{align-self: center;}	

.pd1{padding: 1px;}
.pd2{padding: 2px;}
.pd3{padding: 3px;}
.pd4{padding: 4px;}
.pd5{padding: 5px;}
.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;}

.pd30-100{padding: 30px 100px;}

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

.pd200-30{padding: 200px 30px;}

.pd250-30{padding: 250px 30px;}

.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/fondoclub.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
	opacity: 0.15;
}
body.mantenimiento .logo
{
	max-width: 95px;
}
body.mantenimiento h1{
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	line-height: 70px;
	position: relative;
	margin-top: 20px;
	color: #9d8f62;
}
body.mantenimiento h2{
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	letter-spacing: 2px;
	margin-top: 15px;
	position: relative;
	color: #9d8f62;
}
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 button{
	background: no-repeat;
	box-shadow: none;
	border: none;
	margin-top: 20px;
	font-size: 15px;
}
body.mantenimiento button:hover{
	background: no-repeat;
	box-shadow: none;
	border: none;
}

/*--------------------------------------------------------------*/
/*----------------------------ESTILO----------------------------*/
/*--------------------------------------------------------------*/
.portada
{
	height: 100vh;
	overflow: hidden;
}
.portada .swiper-portada
{
	position: absolute;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.portada .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
}
.portada .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.5;
}
.portada .anagrama
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.portada .anagrama img
{
	margin-top: 50px;
	max-width: 95px;
}
.portada .centro h2
{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	letter-spacing: 3px;
	margin-top: 80px;
	position: relative;
}
.portada .centro h2:after
{
	content: "";
	background-color: #fff;
	width: 1px;
	height: 45px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}
.portada .centro h1
{
	color: #fff;
	font-size: 95px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	line-height: 80px;
	position: relative;
}
.portada .centro h1:after
{
	content: "";
	background-color: #fff;
	width: 1px;
	height: 45px;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
}
.portada .bajo
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.portada .bajo a
{
    margin-bottom: 50px;
}
#bloque1
{
	background-color: #272727;
	position: relative;
	overflow: hidden;
}
#bloque6 .c6, #bloque6 .c6 .apartado, #bloque6 .c4 {height: 100%;}
#bloque1 h3
{
	color: #9d8f62;
}
#bloque3 h3
{
	color: #9d8f62;
}
#bloque5 h3
{
	color: #9d8f62;
}
#bloque1 img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.3;
}
#bloque1 .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 1;
}
span.titsup
{
	color: #929292;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	display: block;
	letter-spacing: 2px;
	max-width: 650px;
	margin: 0 auto 40px auto;
}
span.titsup:after
{
	content: "";
	background-color: #929292;
	width: 1px;
	height: 45px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}
h3
{
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 35px;
	line-height: 45px;
}
p
{
	font-size: 19px;
	line-height: 1.7;
	margin: 0;
	padding-bottom: 15px;
}
#bloque1 p
{
	padding-bottom: 50px;
}
.viaje .imagenprograma
{
	height: 400px;
}
.viaje .fechaprecio
{
	color: #929292;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding-top: 50px;
}
.viaje h4
{
    font-size: 35px;
    margin-bottom: 20px;
}
.viaje p
{
	line-height: 1.5;
	font-size: 21px;
	padding: 0;
	max-width: 85%;
	margin: 0 auto 30px auto;
}
.viaje .textoviaje
{
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.viaje .textoviaje:after
{
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #272727;
	z-index: -1;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
	opacity: 0.1;
}
.viajeinterior:hover .textoviaje:after
{
	top: 0;
}
#bloque2
{
	background-color: #fffff3;
}
#bloque2 .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
}
#bloque2 span.titsup
{
	color: #929292;
}
#bloque2 span.titsup:after
{
	background-color: #B2B2B2;
}
#bloque3
{
	background-color: #272727;
	position: relative;
	overflow: hidden;
}
#bloque3 .imagenbrujula
{
	width: 60%;
	height: 100%;
	position: absolute;
	left: 40%;
	top: 0;
}
#bloque3 img
{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 502px;
	max-height: 483px;
	transform: translate(-50%,-50%);
	opacity: 0.3;
}
#bloque3 .grain
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/estructura/grainPattern.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}
#bloque3 p
{
	font-size: 21px;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 45px;
}
.continente .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.continente:hover .overlay
{
	background-color: rgba(0,0,0,0);	
}
.continente:hover .interiorcontinente
{
	opacity: 0;
}
.continente .interiorcontinente
{
	position: absolute;
	bottom: 50px;
	left: 100px;	
	overflow: hidden;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.continente p
{
	max-width: 400px !important;
	font-size: 25px !important;
	line-height: 1.4;
	padding-bottom: 30px !important;
}
.continente h4
{
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 35px;
}
#bloque4
{
	background-color: #fffff3;
}
#bloque4 .grain
{
    position: absolute;
    top: 0;
    left: 0;
	background-image: url(/images/estructura/fondoclub.jpg);
	opacity: 0.25;
	background-repeat: no-repeat;
	background-size: cover;
    height: 100%;
    width: 100%;
}
#bloque4 .enlace
{
	background-size: cover;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
#bloque4 .enlace:hover .overlay
{
	background-color: rgba(0,0,0,0.4);
}
#bloque4 .enlace h3
{
	margin-bottom: 10px;
}
#bloque4 .enlace span.titsup
{
	margin: 0;
	color: #fff;
}
#bloque4 .enlace span.titsup:after
{
	content: none;
}
#bloque4 p
{
    font-size: 21px;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 45px;
}
#bloque4 .enlace .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
#bloque5
{
	background-color: #272727;
	position: relative;
	overflow: hidden;
}
#bloque5 .grain
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/estructura/grainPattern.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}
#bloque5 p
{
	padding-bottom: 50px;
}
#bloque5 .pd0-15
{
	width: 150px;
}
#bloque6
{
	background-color: #272727;
	position: relative;
}
#bloque6 > .grain
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/estructura/grainPattern.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}
#bloque6 .c6 .apartado
{
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 243, 0.1);
}
#bloque6 .c6 .apartado .grain
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(/images/estructura/grainPattern.png);
    background-repeat: repeat;
	opacity: 0.4;
}
#bloque6 .c6 .apartado p
{
	padding-bottom: 45px;
}
#bloque7
{
	position: relative;
	background-color: #fffff3;
}
#bloque7 .grain
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/estructura/grainPattern.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}
#bloque7 h3
{
    writing-mode: vertical-lr;
	text-orientation: upright;
	-webkit-text-orientation: upright;
    padding-left: 50px;
    width: 300px;
    top: 0;
}
.opinion
{
	width: 530px;
	position: relative;
	margin-right: 100px;
	display: inline-block;
	cursor: pointer;
}
.opinion .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.opinion span.titsup
{
	color: #fff;
	margin-bottom: 30px;
}
.opinion span.titsup:after
{
	content: none;
}
.opinion h4
{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'LeBeauneNew', serif !important;
    position: relative;
    margin-bottom: 35px;
}
.opinion span.btn
{
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.opinion:hover span.btn
{
	border-bottom: 1px solid transparent;
}
.opinion:hover .overlay
{
	background-color: rgba(0,0,0,0.4);
}
.flechas
{
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 100%;
	max-width: 250px;
	transform: translateX(-50%);
	height: 50px;
}
.swiper-programas > .swiper-wrapper > .swiper-slide:nth-child(odd){border-right: 1px solid #B2B2B2;}
.swiper-programas .swiper-button-next,
.swiper-programas .swiper-button-prev
{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    background-image: none !important;
}
.swiper-programas .swiper-button-next:after,
.swiper-programas .swiper-button-prev:after
{
	opacity: 0 !important;
	content: initial;
}
.swiper-programas .swiper-button-next svg,
.swiper-programas .swiper-button-prev svg
{
	fill: #b2b2b2;
	opacity: 0.8;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
	width: 100%;
}
.swiper-programas .swiper-button-next svg:hover,
.swiper-programas .swiper-button-prev svg:hover
{
	opacity: 1;
}
.swiper-opiniones .swiper-pagination-bullet
{
    width: 70px;
    height: 20px;
    border-radius: 0;
    background: transparent;
    opacity: 0.7;
    margin: 0 !important;
    margin-right: 25px !important;
    border-bottom: 5px solid #cacdd1;
}
.swiper-opiniones .swiper-pagination-bullet-active
{
    background: transparent;
    border-bottom: 5px solid #9d8f62;
    opacity: 1;
}
.swiper-opiniones .swiper-pagination
{
    bottom: 50px;
}
footer
{
	background-color: #272727;
	overflow: hidden;
}
footer .grain
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/estructura/grainPattern.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}
footer .bajo ul,
footer .bajo li
{
	display: inline-block;
	vertical-align: middle;
}
footer .bajo .legal li a
{
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    margin-left: 40px;
   	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
footer .bajo .legal ul:nth-child(2)
{
	margin-left: 40px;
	border-left: 1px solid #929292;
}
footer .bajo .redes li i
{
	font-size: 25px;
	margin-right: 20px;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
footer .alto li.titulo
{
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #9d8f62;;
}
footer .alto li,
footer .alto li a
{
	list-style: none;
	color: #989898;
	font-size: 15px;
	line-height: 1.8;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
footer .alto svg
{
	fill: #fff;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 0;
	right: -15px;
	cursor: pointer;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
footer > img
{
	position: absolute;
	opacity: 0.2;
	bottom: -140px;
	right: 25px;
}
header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 80px 50px;
	z-index: 99;
	pointer-events: none;
}
.menuoculto
{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	background-color: #272727;
	z-index: 98;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.menuoculto.anim
{
	opacity: 1;
	pointer-events: initial;
}
.menuoculto .grain
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/estructura/grainPattern.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}
header.anim
{
	position: fixed;
}
.menuoculto li a
{
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	line-height: 45px;
	color: #9d8f62;
	display: block;
	list-style: none;
	line-height: 1.5;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.menuoculto li a:hover
{
	color: #fff;
}
.menuoculto .menu
{
	padding: 200px 100px;
	text-align: right;
	width: 100%;
}
.menuoculto .moduletable_menu
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	height: 100vh;
}
.menuoculto > img
{
	position: absolute;
	resize: none;
	max-width: 502px;
	max-height: 483px;
	opacity: 0.3;
	bottom: 50px;
	left: 50px;
}
.menuoculto .logomenu
{
	position: absolute;
	top: 40px;
	left: 50px;
}
footer .alto img
{
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
	opacity: 1;
}
footer .alto img:hover
{
	opacity: 0.7;
}
footer li a:hover,
footer a svg:hover
{
	color: #9d8f62;
	fill: #9d8f62;
}
#bloque4,
#bloque6
{
	overflow: hidden;
}
.cabecera
{
	background-color: #272727;
	position: relative;
	overflow: hidden;
}
.cabecera > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.1;
}
.cabecera .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 1;
}
.cabecera h1
{
	font-size: 55px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 35px;
	line-height: 45px;
	color: #9d8f62;
}
.migasdepan a,
.migasdepan span
{
	display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 13px;
	letter-spacing: 2px;
	position: relative;
	color: #9d8f62;
}
.migasdepan li.active span
{
	color: #fff;
}
.migasdepan li
{
	display: inline-block;
	list-style: none;
}
.migasdepan i
{
	vertical-align: middle;
	color: #9d8f62;
	padding: 0 10px;
}
.cabecera .anagrama img
{
	margin-top: 50px;
	max-width: 95px;
}
.cabecera .m700
{
	padding: 60px 30px;
}
.categoryk2viajes
{
	position: relative;
	background-color: #fffff3;
	z-index: 0;
}
.categoryk2viajes .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	pointer-events: none;
}
.categoryk2viajes .subcategorias .subcategoria
{
	margin-bottom: 80px;
}
.categoryk2viajes .subcategorias .subcategoria .subcategoriafoto
{
	height: 300px;
}
.categoryk2viajes .subcategorias .subcategoria .titulosubcategoria h3
{
	font-size: 40px;
	padding-top: 25px;
	margin-bottom: 5px;
}
.descripcioncategoria h2
{
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 35px;
	line-height: 45px;
}
.recomendacioncategoria h2
{
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 35px;
	line-height: 45px;
}
.recomendacioncategoria h3:nth-child(1)
{
	display: none;
}
.recomendacioncategoria h4,
.recomendacioncategoria h4 b,
.recomendacioncategoria h4 strong
{
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	font-weight: normal;
}
.recomendacioncategoria p,
.recomendacioncategoria div,
.recomendacioncategoria li
{
	font-size: 19px;
	line-height: 1.7;
}
.programas
{
	overflow: hidden;
}
.programas .viaje:nth-child(odd)
{
	border-right: 1px solid #B2B2B2;
}
.programas .viaje:nth-child(even) .viajeinterior .imagenprograma
{
	animation-name: slideInRight;
}
.programas .viaje:nth-child(odd) .viajeinterior .imagenprograma
{
	animation-name: slideInLeft;
}
.programas .viaje .fechaprecio
{
    padding-top: 35px;
    margin-bottom: 10px;
}
.programas .viaje h4
{
    margin-bottom: 10px;
}
.programas .viaje p
{
	margin: 0 auto 15px auto;
}
.descripcioncategoria *
{
	color: #fff;
}
.descripcioncategoria h3
{
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 15px;
}
.descripcioncategoria h4
{
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 5px;
}
.descripcioncategoria .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
.descripcioncategoria .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 1;
}
.resumenviaje p
{
    font-size: 21px;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.resumenviajenegro p
{
    padding-bottom: 0;	
}
.resumenviaje
{
	background-color: #fffff3;
}
.resumenviajenegro
{
	background-color: #272727;	
}
.resumenviaje .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
}
.masinfo
{
	background-color: #272727;	
}
.masinfo .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;	
}
.masinfo h3
{
	margin-bottom: 0;	
}
.infodelviaje
{
	background-color: #fffff3;
	position: relative;
}
.infodelviaje .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
}
.infodelviaje h1
 {
 	display: none;
 }
.infodelviaje h2,
.infodelviaje h2 *
{
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 25px;
	font-weight: 500;
}
.infodelviaje .txt
{
	text-align: left;
}
.infodelviaje h3,
.infodelviaje h3 *
{
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 0;
	font-weight: 500;
	color: #9d8f62;
}
.infodelviaje h3 svg
{
	fill: #9d8f62;
	width: 19px;
	vertical-align: middle;
}
.infodelviaje p,
.infodelviaje p *
{
	text-align: justify;
	font-weight: normal;
}
.infodelviaje li,
.infodelviaje li *
{
	text-align: justify;
	font-size: 19px;
	line-height: 1.7;
	margin: 0;
	padding-bottom: 15px;
	margin-left: 15px;
	font-weight: normal;
}
.infodelviaje .col h3
{
	cursor: pointer;
}
.infodelviaje .concol
{
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.infodelviaje .col.anim .concol
{
	height: auto;
	overflow: hidden;
	opacity: 1;
}
.formularioviaje
{
	background-color: #fffff3;
}
.formularioviaje .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
}
.formularioviaje input
{
    background-color: transparent;
    border: 1px solid #B2B2B2;
    padding: 12px 25px;
    font-size: 19px;
    height: 49px;
}
.formularioviaje textarea
{
    background-color: transparent;
    border: 1px solid #B2B2B2;
    padding: 12px 25px;
    font-size: 19px;
    height: 100px;
}
.formularioviaje h2
{
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	margin-bottom: 25px;
	font-weight: 500;
	margin: 0 auto;
}
.formularioviaje button
{
	background-color: #9d8f62;
	border: none;
	padding: 18px 30px;
	max-width: 275px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.formularioviaje button:hover
{
	background-color: #8B7D50;	
}
.tag
{
	position: relative;
	background-color: #fffff3;
	z-index: 0;
}
.tag .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 0;
}
.tag .viaje h2
{
	margin-top: 15px;
	font-size: 30px;
	margin-bottom: 5px;
}
.tag .viaje p
{
	font-size: 20px;
	margin: 0 auto 15px auto;
}
.cms-contacto
{
	position: relative;
	background-color: #fffff3;
	z-index: 0;
}
.cms-contacto .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 0;
}
.cms-contacto input
{
    background-color: transparent;
    border: 1px solid #B2B2B2;
    padding: 12px 25px;
    font-size: 19px;
    height: 49px;
}
.cms-contacto textarea
{
    background-color: transparent;
    border: 1px solid #B2B2B2;
    padding: 12px 25px;
    font-size: 19px;
    height: 100px;
}
.cms-contacto button
{
	background-color: #9d8f62;
	border: none;
	padding: 18px 30px;
	max-width: 275px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.cms-contacto button:hover
{
	background-color: #8B7D50;	
}
.cms-contacto li
{
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	display: block;
	letter-spacing: 2px;
	max-width: 700px;
	margin: 0 auto 15px auto;
	color: #929292;
}
.cms-contacto li span
{
	font-family: 'PT Serif', serif !important;
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
}
.categoryk2blog
{
	background-color: #fffff3;
	position: relative;
	z-index: 0;
}
.categoryk2blog .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 0;
}
.articulos
{
	overflow: hidden;
}
.articulos .articulo:nth-child(odd)
{
	border-right: 1px solid #B2B2B2;
}
.articulos .articulo:nth-child(even) .articulointerior .imagenarticulo
{
	animation-name: slideInRight;
}
.articulos .articulo:nth-child(odd) .articulointerior .imagenarticulo
{
	animation-name: slideInLeft;
}
.articulos .articulo .fecha
{
    padding-top: 35px;
    margin-bottom: 10px;
}
.articulos .articulo h4
{
    font-size: 35px;
    margin-bottom: 20px;
}
.articulos .articulo p
{
	line-height: 1.5;
	font-size: 21px;
	padding: 0;
	max-width: 85%;
	margin: 0 auto 30px auto;
}
.articulos .articulo .imagenarticulo
{
	height: 400px;
}
.articulo .fecha
{
	color: #929292;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding-top: 50px;
}
.articulo .textoarticulo
{
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.articulo .textoarticulo:after
{
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #272727;
	z-index: -1;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
	opacity: 0.1;
}
.articulointerior:hover .textoarticulo:after
{
	top: 0;
}
.paginafinalarticulo
{
	position: relative;
	background-color: #fffff3;
	z-index: 0;
}
.paginafinalarticulo .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 0;
}
.paginafinalarticulo p
{
    font-size: 20px;
    text-align: justify;
}
.paginafinalarticulo li
{
	font-size: 20px;
	line-height: 1.7;
	margin: 0;
	padding-bottom: 15px;
	margin-left: 18px;
	text-align: justify;
}
.paginafinalarticulo h3
{
	font-size: 35px;
	line-height: 1.7;
	margin: 0;
	padding-bottom: 5px;
	font-weight: 600;
	padding-top: 15px;
}
.paginafinalarticulo h4
{
	font-size: 25px;
	line-height: 1.7;
	margin: 0;
	padding-bottom: 5px;
	font-weight: 600;
	padding-top: 15px;
}
.paginanosotros,
.paginaclub
{
	position: relative;
	background-color: #fffff3;
	z-index: 0;
}
.paginanosotros .grain,
.paginaclub .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 0;
}
.paginaclub .grain
{
	background-image: url(/images/estructura/fondoclub.jpg);
	opacity: 0.15;
	background-repeat: no-repeat;
	background-size: cover;
}
.paginaclub h4
{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'LeBeauneNew', serif !important;
    position: relative;
    margin-bottom: 15px;
    line-height: 45px;
    color: #9d8f62;
}
.paginaclub p
{
    max-width: 500px;
    margin: 0 auto 80px auto;
}
.paginaclub svg
{
	height: 50px;
	margin-bottom: 25px;
	fill: #9d8f62;
	vertical-align: middle;
}
#formularioclub input
{
    background-color: transparent;
    border: 1px solid #B2B2B2;
    padding: 12px 25px;
    font-size: 19px;
    height: 49px;
}
#formularioclub textarea
{
    background-color: transparent;
    border: 1px solid #B2B2B2;
    padding: 12px 25px;
    font-size: 19px;
    height: 100px;
}
#formularioclub button
{
	background-color: #9d8f62;
	border: none;
	padding: 18px 30px;
	max-width: 275px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.opinionoculta
{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	top: 0;
	left: 0;
}
.opinion.anim .opinionvisible
{
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.opinion.anim .opinionoculta
{
	opacity: 1;
	pointer-events: initial;	
}
.opinion.anim .overlay
{
	background-color: rgba(0,0,0,0.6);
}
.opinion.anim .opinionvisible
{
	opacity: 0;
	pointer-events: none;	
}
.suscrioculta
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	pointer-events: none;
	z-index: 9;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.suscrioculta.anim
{
	opacity: 1;
	pointer-events: initial;
}
.suscrinte
{
	background-color: #fffff3;
}
.suscrinte .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 0;
}
.botonsuscri
{
	cursor: pointer;
}
.suscrinte p
{
    font-size: 21px;
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.suscrinte input.inputbox
{
	background-color: transparent;
	border: 1px solid #B2B2B2;
	padding: 12px 25px;
	font-size: 19px;
	height: 49px;
	max-width: 600px;
	display: block;
	margin: 0 auto 30px auto;
}
.suscrinte .btn
{
	background-color: #9d8f62;
	border: none;
	padding: 18px 30px;
	max-width: 275px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	margin: 0 auto;
}
.suscrinte .btn:hover
{
	background-color: #8B7D50;	
}
.suscrinte i
{
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    color: #9d8f62;
    cursor: pointer;
}
.paginanosotros p.historia
{
	max-width: 700px;
	font-size: 21px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.paginanosotros .frasegrande
{
	max-width: 900px;
	font-size: 23px;
}
.barraobjetivos svg
{
	fill: #9d8f62;
	height: 25px;vertical-align: middle;
}
.barraobjetivos li 
{
	list-style: none;
	margin-bottom: 20px;
}
.barraobjetivos li span
{
	padding-left: 15px;
	vertical-align: middle;
	font-size: 21px;
}
.barraobjetivos
{
	background-attachment: fixed;
	background-image: url(/images/estructura/fondoobjetivos.jpg);
}
.barraobjetivos .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
}
.barraobjetivos .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.5;
}
.bloqueenfoque
{
	background-color: #272727;	
}
.bloqueenfoque .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;	
}
.bloqueenfoque li b
{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew', serif !important;
	position: relative;
	display: block;
}
.mihistoria h4
{
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: initial;
	padding-top: 20px;
}
.bloqueenfoque
{
	overflow: hidden;
}
.bloqueenfoque li
{
	font-size: 21px;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 35px;
	list-style: none;
}
.masinfo h3
{
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
.masinfo:hover h3
{
	opacity: 0.7;
}
.anclas li
{
	display: inline-block;
	padding: 15px 30px 50px 30px;
}
.anclas li a
{
	font-size: 14px;
}
#bloque6 h3
{
	color: #9d8f62;
}
.vertodoiti
{
	position: absolute;
	right: 30px;
	top: 100px;
	border: 1px solid #9d8f62;
	padding: 15px 30px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	z-index: 10;
	cursor: pointer;
	color: #9d8f62;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.vertodoiti.anim
{
	opacity: 0.3;
}
#buscador
{
	display: inline-block;
	margin-right: 30px;
	pointer-events: initial;
	float: right;
}
#buscador svg
{
	height: 20px;
	fill: #fff;
	vertical-align: middle;
	cursor: pointer;
	line-height: 121px;
	padding-bottom: 2px;
}
.buscadorabierto
{
	opacity: 0;
	pointer-events: none;
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99998;
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
	background-color: #fff;
}
.buscadorabierto .grain
{
    position: absolute;
    top: 0;
    left: 0;
	background-image: url(/images/estructura/fondoclub.jpg);
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: cover;
    height: 100%;
    width: 100%;	
}
.buscadorabierto.anim
{
	opacity: 1;
	pointer-events: initial;	
}
.buscadorabierto input
{
	height: 65px;
	border: none;
	color: #272727;
	font-size: 35px;
	padding: 12px 25px;
	border-bottom: 2px solid #272727;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.8);
}
.buscadorabierto .btn
{
	background-color: #272727;
	padding: 15px;
	border: none;
	max-width: 200px;
}
.buscadorabierto i.fa-close
{
	position: absolute;
    top: 30px;
    right: 60px;
    font-size: 30px;
    cursor: pointer;
    color: #272727;
}
.pagbuscador
{
	background-color: #fffff3;
}
.pagbuscador .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;
}
body.error404 footer, 
body.error404 header
{
	display: none;
}
body.error404 .error
{
	height: 100vh;
}
body.error404 .error
{
	background-image: url(/images/estructura/fondoclub.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body.error404 .error > .f
{
	background-color: rgba(255,255,255,0.85);
	height: 100%;
}
body.error404 .error h3
{
	font-size: 80px;
}
body.error404 .error h4
{
	font-size: 25px;
	margin-bottom: 25px;
}
#xmap li
{
	margin-left: 15px;
}
#xmap li a
{
	font-size: 17px;
	line-height: 1.8;
}
#xmap img
{
	display: none;
}
#xmap
{
	position: relative;
	height: 100%;
	background-color: #fffff3;
}
#xmap .grain
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/estructura/grainPattern.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.4;	
}
.textolegal li {
    font-size: 19px;
    line-height: 1.7;
    margin: 0;
    margin-left: 15px;
}
.textolegal h2
{
    font-size: 25px;
    line-height: 1.7;
    margin-bottom: 15px;
	margin-top: 30px;
	font-weight: 600;
}
.nuevaopinion
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	background-color: rgba(0,0,0,0.7);
}
.nuevaopinion .interioropinion
{
	padding: 80px;
	background-color: #fffff3;
}
.nuevaopinion .interioropinion textarea
{
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #272727;
	margin-bottom: 30px;
	height: 100px;
	padding: 15px;
}
.nuevaopinion .interioropinion .btn
{
	border: none;
	background-color: transparent;
}
.imagenprograma .pais
{
	background-color: #272727;
	padding: 10px 15px;
}
.imagenprograma .pais span
{
	color: #fffff3;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
}
#my_captcha_div
{
	height: 0;
	overflow: hidden;
}
#my_captcha_div.anim
{
	height: auto;
}
#bloque6 h3
{
	color: #9d8f62;
}
.infodelviaje a
{
	color: #9d8f62;
}
.galeria .item a
{
    height: 300px;
    display: block;
}
.opinion *
{
	color: #fff !important;
}
.suscrinte input
{
    background-color: transparent;
    border: 1px solid #B2B2B2;
    padding: 12px 25px;
    font-size: 19px;
    height: 49px;
}
.suscrinte button
{
	background-color: #9d8f62;
	border: none;
	padding: 18px 30px;
	max-width: 275px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.suscrinte button:hover
{
	background-color: #8B7D50;	
}