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

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

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

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

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

.btn{
	background-image: none;
	border-radius: 50px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	line-height: inherit;
	text-decoration: none;
	background-color: transparent;
	color: inherit;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 40px;
}

.btn-primary{
	background-color: #8fc801;
	color: #fff;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active{
	background-color: #8fc801; color: #fff;
	box-shadow: inset 0 0px 0px 3px #fff;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.btn-secundary{
	background-color: #fff; color: #8fc801;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.btn-secundary:hover, 
.btn-secundary:focus, 
.btn-secundary:active{
	background-color: #fff; color: #8fc801;
	box-shadow: inset 0 0px 0px 3px #8fc801;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
/*--------------------------------------------------------------*/
/*-------------------------ESTILO COMÚN-------------------------*/
/*--------------------------------------------------------------*/

.f{display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: flex-start;}
.f.lr{justify-content: space-between;}
.m{width: 100%; max-width: 1260px; margin: 0 auto;}
.pd10{padding: 10px;}
.pd0-10{padding: 0 10px;}
.f > .f1{flex: 1;}
.f.cv{align-content: center; align-items: center;}
.pd100-30{padding: 100px 30px;}
.pd30-0{padding: 30px 0;}
.pd-nt{padding-top: 0 !important;}

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

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: #8fc801;}
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 #8fc801 !important;
	vertical-align: initial;
}

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

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

.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;
}
body.notfound .cookies{display: none;}
.cms-cookies table{width: 100%; margin-bottom: 30px;}
.cms-cookies table td{
	padding: 5px 10px; 
	background-color: rgba(0,0,0,0.05); 
	border: 2px solid transparent;
	font-size: 15px;
}
.cms-cookies thead td{font-weight: bold;}

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

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

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

.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: 1200px; margin: 0 auto;}
.main700{width: 100%; max-width: 700px; margin: 0 auto;}
.main900{width: 100%; max-width: 900px; 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: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-height: 100vh;
}

.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 > .columna85{width: 85%;}
.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 > .columna3{width: 30%;}
.fila > .columna25{width: 25%;}
.fila > .columna2{width: 20%;}
.fila > .columna15{width: 15%;}
.fila > .columna1{width: 10%;}
.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-20{padding: 30px 20px;}
.pdd30-15{padding: 30px 15px;}
.pdd30-10{padding: 30px 10px;}

.pdd35-50{padding: 35px 50px;}

.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;}
.pdd50-100{padding: 50px 100px;}

.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;}
.pdd110-15{padding: 110px 15px;}
.pdd140-15{padding: 140px 15px;}

.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-color: #222;
	background-image: url('/images/estructura/bg_mantenimiento.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
body.mantenimiento img
{
	max-width: 275px;
}
body.mantenimiento h1
{
	margin-top: 50px; 
	text-transform: uppercase; 
	color: #fff;
	font-weight: bold;
	font-size: 66px;
}
body.mantenimiento h2
{
	font-size: 19px;
	color: #fff;
	margin-bottom: 50px;
}
body.mantenimiento fieldset
{
	border: none;
	padding-bottom: 40px;
	position: relative;
}
body.mantenimiento fieldset input
{
	height: 35px;
	padding: 0 10px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------*/
/*----------------------------ESTILO----------------------------*/
/*--------------------------------------------------------------*/
.portada 
{
    height: 100vh;
    overflow: hidden;
    max-height: 100vh;
    position: relative;
} 
.swiper-container
{	
	height: 100%;
	z-index: 0;
}
.sticky-wrapper
{
	position: absolute;
	width: 100%;
}
header
{
	position: fixed;
	width: 100%;
	z-index: 99 !important;
	top: 0;
	padding: 25px 50px;
	background: transparent;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.is-sticky header
{
	box-shadow: 0 -10px 35px rgba(32,32,32,0.5);
	background: rgba(255,255,255,1);
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.overlay
{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32,32,32,0.3);
}
.overlaynegro
{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32,32,32,0.9);
}
.portada .logo
{
	padding: 40px;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
.logo img
{
	width: 210px;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
h1
{
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	letter-spacing: -2px;
}
h2
{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	max-width: 615px;
	margin: 0 auto;
}
.empezar
{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 100px 0;
    width: 100%;
}
header .nav li
{
	display: inline-block;
	padding: 15px;
	padding-right: 0;
}
header .nav li a
{
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
header .nav li.active a
{
	border-bottom: 2px solid #fff;
}
header .nav li a:hover,
header .nav li a:active,
header .nav li a:focus
{
	border-bottom: 2px solid #fff;
	background: transparent;
}
.is-sticky header .nav li a
{
	color: #222;
}
.is-sticky header .nav li.active a
{
	border-bottom: 2px solid #8fc801;
}
.is-sticky header .nav li a:hover,
.is-sticky header .nav li a:active,
.is-sticky header .nav li a:focus
{
	border-bottom: 2px solid #8fc801;
}
#viajesdestacados
{
	background-image: url(/images/estructura/bg_viajesdestacados.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h3
{
	text-align: center;
	font-size: 38px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #222;
	position: relative;
}
h3:after
{
	content: "";
	position: absolute;
	top: -110px;
	left: 50%;
	height: 90px;
	width: 3px;
	background: #222;
	transform: translateX(-50%);
	z-index: -1;
}
.h3sub
{
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	line-height: 22px;
	color: #666;
	font-weight: 400;
}
.columna25 .programa
{
	height: 53vh;
	position: relative;
	cursor: pointer;
}
.columna33 .programa
{
	height: 33vh;
	position: relative;
	cursor: pointer;
}
.programa h4
{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.titpre
{
	position: absolute;
	bottom: 50px;
	left: 50px;
	right: 30px;
}
.titpre .tit
{
	font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding-bottom: 5px;
}
.titpre .pre
{
	font-size: 20px;
	font-weight: 600;
	color: #8fc801;
	margin: 0;
}
.overprograma
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(32,32,32,0.3);
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.overprograma span
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 100px;
	padding: 15px;
	opacity: 0;
	color: #fff;
	font-weight: 500;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.programa:hover .overprograma span,
.noticia:hover .overprograma span
{
	opacity: 1;
}
.programa:hover .overprograma,
.noticia:hover .overprograma
{
	background-color: rgba(143,200,1,0.9);
}
.programa:hover h4,
.noticia:hover h4
{
	color: #fff;
}
.grupos
{
	position: relative;
	background-image: url(/images/estructura/bg_grupos.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.grupos .medioover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.grupos .medioover .columna5
{
	background: rgba(0,0,0,0.5);
	height: 100%;
}
.grupos h2
{
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding-bottom: 30px;
}
.grupos h4
{
	font-size: 29px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding-bottom: 20px;
}
.grupos p
{
	margin: 0;
	color: #fff;
	max-width: 90%;
	line-height: 25px;
	font-size: 15px;
}
.grupos a
{
	font-size: 22px;
	font-weight: 700;
	padding-top: 20px;
	display: block;
	color: #8fc801;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.grupos a:hover
{
	padding-left: 15px;
}
.logooculto
{
	display: none;
}
.logooculto
{
	display: block;
	position: absolute;
	left: 50px;
	top: 25px;
	opacity: 1;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.logovisible
{
	opacity: 0;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.is-sticky .logooculto
{
	opacity: 0;
}
.is-sticky .logovisible
{
	opacity: 1;
}
.continentehome
{
	cursor: pointer;
}
.imagencontinente
{
	padding: 70px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0 15px -5px rgba(0,0,0,0.6);
	position: relative;
}
.overcontinente
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(143,200,1,0);
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.overcontinente span
{
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-trasition: all 0.3s ease-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 60px;
	font-weight: 500;
}
.continentehome:hover .overcontinente
{
	background-color: rgba(143,200,1,0.9);
}
.continentehome:hover .overcontinente span
{
	opacity: 1;
}
.h4sub
{
	margin: 0 auto;
	max-width: 300px;
	padding-bottom: 30px;
	color: #666;
	line-height: 23px;
}
.continentehome h4
{	
	font-size: 21px;
	font-weight: 600;
	color: #222;
}
.llamadacontacto
{
	background-image: url(/images/estructura/bg_llamadacontacto.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 200px 15px;
}
.llamadacontacto h3,
.llamadacontacto .h3sub,
footer h3
{
	color: #fff;
}
.llamadacontacto form,
footer form
{
	position: relative;
	text-align: center;
	margin: 0;
	margin-top: 50px;
}
.llamadacontacto input,
footer input
{
	display: inline-block !important;
	max-width: 250px !important;
	height: 45px !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 50px 0 0 50px !important;
	padding: 15px 25px !important;
	margin: 0 !important;
}
.llamadacontacto form .opcap,
footer form .opcap {margin-top: 20px;}
.llamadacontacto form .opcap span,
footer form .opcap span {
	color: #fff;
	font-weight: 400;
}
.llamadacontacto form .opcap input,
footer form .opcap input {
	width: 70px !important;
	border-radius: 50px !important;
}
.llamadacontacto button,
footer button
{
	display: inline-block !important;
	width: auto !important;
	height: 45px !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 20px 0 15px !important;
	border-radius: 0 50px 50px 0 !important;
	text-align: center !important;
	color: #fff !important;
	background: #8fc801 !important;
}

.destinos
{
	background-image: url(/images/estructura/bg_destinos.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bloghome
{
	background-image: url(/images/estructura/bg_bloghome.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.imagennoticia 
{
	height: 42vh;
	position: relative;
	cursor: pointer;
}
footer 
{
	background-image: url(/images/estructura/bg_footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
footer .bajo ul li
{
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
}
.verkia
{
	font-size: 12px;
	padding-left: 50px;
}
footer h4
{
	font-size: 23px;
	font-weight: 600;
}
footer .menufooter ul li
{
	list-style: none;
	line-height: 15px;
	padding-bottom: 13px;
}
footer ul li,
footer a,
footer h4
{
	color: #fff;
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
footer a:hover,
footer a:active,
footer a:focus
{
	background-color: transparent !important;
	color: #8fc801;
}
.cabecera
{
	padding: 200px 30px 150px 30px;
	text-align: center;	
	position: relative;
}
.cabecera h2
{
	font-size: 38px;
	font-weight: 700;
	position: relative;
}
.cabecera p
{
	color: #ccc;
	position: relative;
	padding-top: 5px;
	font-size: 16px;
}
#informacion *
{
	color: #fff !important;
	position: relative;
}
#informacion .txt *
{
	font-size: 14px;
	text-align: left;
	font-weight: 400;

}
ul.migasdepan li 
{
    list-style: none;
    display: inline;
}
ul.migasdepan li > a, 
ul.migasdepan li > i, 
ul.migasdepan li > span 
{
    padding: 0 5px;
}
ul.migasdepan li * 
{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
ul.migasdepan li.active * 
{
    font-weight: 600;
    color: #8fc801;
}
#informacion .txt p
{
	line-height: 21px;
	padding-bottom: 15px;
}
#recomendaciones .txt p
{
	line-height: 21px;
	padding-bottom: 15px;
}
#recomendaciones h4
{
	display: none;
}
#recomendaciones h5
{
	font-size: 18px
}
.vistafinal h1{display: none;}
.vistafinal h3:after{content: none;}
.vistafinal h3
{
	text-align: left;
	font-weight: 600;
	font-size: 28px;
}
.vistafinal h4
{
	color: #8fc801;
	font-weight: 500;
	font-size: 18px;
}
.vistafinal p
{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 15px;
}
.vistafinal li
{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 15px;
	list-style: none;
}
.vistafinal a,
.vistafinal strong
{
	font-weight: 600;
	color: #8fc801;
}
.vistafinal a.btn {
	color: #fff;
}
#multimedia a.fooitem
{	
	height: 350px;
	display: block;
}
.cuadropreciodias 
{
	background-color: #f5f5f5;
}
.cuadropreciodias i 
{
	font-size: 25px;
	vertical-align: middle;
	padding-right: 10px;
	color: #222;
}
.cuadropreciodias span
{
	font-size: 16px;
	vertical-align: middle;
	color: #222;
}
.vistafinal .formularioitem
{
	background-color: #e5e5e5;
}
.vistafinal .formularioitem h3
{
	font-size: 22px;
	padding-bottom: 15px;
	text-align: center;
	margin: 0;
}
.vistafinal .formularioitem input
{	
	height: 45px;
	padding: 15px 20px;
	border: none;
	margin: 0;
}
.vistafinal .formularioitem input.priv
{
	height: auto;
}
.vistafinal .formularioitem textarea
{	
	padding: 15px 20px;
	border: none;
	resize: none;
	border-radius: 0;
	min-height: 100px;
}
#sticker2-sticky-wrapper
{
	width: 30%;
	position: relative;
}
.ifr
{
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.ifr iframe
{
    width: 100%;
    overflow: hidden;
    min-height: 2800px;
}
.paggrupos img
{
	max-width: 475px;
}
.paggrupos p
{	
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 0;
}
.paggrupos p.cita
{	
	padding: 40px 0;
	color: #8fc801;
	font-weight: 600;
	font-size: 20px;
	font-style: italic;
}
.paggrupos li
{	
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 0;
	list-style: none;
	padding-bottom: 10px;
}
.paggrupos li i
{	
	color: #666;
	padding-right: 5px;
}
.formulariogrupos
{
	background-color: #e5e5e5;
}
.formulariogrupos h4
{
	font-size: 25px;
	font-weight: 600;
	color: #222;
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
}
.formulariogrupos input
{	
	height: 45px;
	padding: 15px 20px;
	border: none;
}
.formulariogrupos textarea
{	
	padding: 15px 20px;
	border: none;
	resize: none;
	border-radius: 0;
	min-height: 100px;
}
.contenidofinal h3
{
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    padding: 25px 0 15px 0;
}
.contenidofinal h3:after
{
	content: none;
}
.contenidofinal p,
.contenidofinal li
{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
    list-style: none;
}
.contenidofinal b,
.contenidofinal a
{	
	font-weight: 600;
	color: #8fc801;
}
body.contacto .cms-contacto h3
{
	text-align: left;
}
body.contacto .cms-contacto h3:after
{
	left: 3px;
	transform: none;
}
body.contacto .h3sub
{
	text-align: left;
	margin: 0;
}
body.contacto .cms-contacto input
{	
	box-shadow: none;
	height: 60px;
	padding: 28px 40px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
body.contacto textarea
{	
	box-shadow: none;
	height: 200px;
	padding: 28px 40px;
	border-radius: 15px;
	border: 1px solid #ccc;
	resize: none;
}
#mapagoogle
{
	height: 400px;
}
.columnacontacto h4
{
	margin: 0;
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #222;
}
.columnacontacto i
{
	font-size: 25px;
	color: #8fc801;
	width: 25px;
}
.columnacontacto hr
{
	margin: 0 15px;
	border-top: 1px solid #ccc;
}
.columnacontacto li
{
	line-height: 28px;
	list-style: none;
	color: #666;
}
.columnacontacto span
{
	color: #666;
}
#xmap img
{
	display: none;
}
body.error404 footer
{
	display: none;
}
body.error404 header
{
	background: rgba(143,200,1,0.8);
}
body.error404 h1
{
	color: #222;
	font-size: 170px;
	margin: 0;
	line-height: 155px;
}
body.error404 h2
{
	color: #666;
	font-weight: 600;
	font-size: 29px;
}
body.error404 h3
{
	margin: 0;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	color: #666;
	letter-spacing: 0.7px;	
	padding-top: 5px;
}
body.error404 h3:after
{
	content: none;
}
body.error404 a.volver
{
	color: #8fc801;
	font-size: 23px;
	font-weight: 700;
	padding-top: 20px;
	display: block;
}
.social
{
	display: flex;
	justify-content: space-around;
}
.social a
{
	font-size: 16px;
	padding: 8px 25px;
	color: #fff;
}
.social .fb a{background-color:#3b5998; transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;}
.social .twitter a{background-color:#55acee; transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;}
.social .gplus a{background-color:#dd4b39; transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;}
.social .linkedin a{background-color:#0077b5; transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;}
.social .fb a:hover{background-color:#2A3D68;}
.social .twitter a:hover{background-color:#2C7EB4;}
.social .gplus a:hover{background-color:#972F23;}
.social .linkedin a:hover{background-color:#212E3C;}

.centrado .g-recaptcha > div
{
	margin: 0 auto;
	padding: 15px 0;
}
#sticker2 .g-recaptcha > div
{
	transform: scale(0.87);
	transform-origin: 0 0;
}
.imagengrupo
{
	height: 380px;
}
.imagengrupo:nth-child(1){background-image: url(/images/estructura/img_grupo1.jpg);}
.imagengrupo:nth-child(2){background-image: url(/images/estructura/img_grupo2.jpg);}
.imagengrupo:nth-child(3){background-image: url(/images/estructura/img_grupo3.jpg);}
.imagengrupo:nth-child(4){background-image: url(/images/estructura/img_grupo4.jpg);}
.imagengrupo:nth-child(5){background-image: url(/images/estructura/img_grupo5.jpg);}
.imagengrupo:nth-child(6){background-image: url(/images/estructura/img_grupo6.jpg);}
.imagengrupo:nth-child(7){background-image: url(/images/estructura/img_grupo7.jpg);}
.imagengrupo:nth-child(8){background-image: url(/images/estructura/img_grupo8.jpg);}
.imagenagencia
{
	height: 400px;
}
.imagenagencia:nth-child(1){background-image: url(/images/estructura/agencia1.jpg);}
.imagenagencia:nth-child(2){background-image: url(/images/estructura/agencia2.jpg);}
.imagenagencia:nth-child(3){background-image: url(/images/estructura/agencia3.jpg);}
.imagenagencia:nth-child(4){background-image: url(/images/estructura/agencia4.jpg);}
.imagenagencia:nth-child(5){background-image: url(/images/estructura/agencia5.jpg);}
.imagenagencia:nth-child(6){background-image: url(/images/estructura/agencia6.jpg);}
.videonosotros
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/images/estructura/video.jpg);
	height: 435px;
	width: 775px;
	margin: 0 auto;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	cursor: pointer;
	display: block;
}
.videonosotros i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 55px;
	text-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.trabajador
{
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.trabajador.agente1{background-image: url(/images/estructura/agente1.jpg);}
.trabajador.agente2{background-image: url(/images/estructura/agente2.jpg);}
.trabajador.agente3{background-image: url(/images/estructura/agente3.jpg);}
.trabajador.agente4{background-image: url(/images/estructura/agente4.jpg);}
.nombreagente
{
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	color: #222;
}
.cargoagente
{
	color: #666;
	font-weight: 500;
	font-size: 15px;
	margin: 0;
}
#informacion h3:after,
.llamadacontacto h3:after
{
	content: none;
}
.financiacion
{
	background-color: #8fc801;
}
.financiacion h2
{
	padding: 80px 15px;
	font-size: 28px;
}

/*--------------- 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: #8fc801;
  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: #70a900 !important;
}
.sidr li .submenu{display: none;}
/*------------- FIN SIDR --------------*/
.aceptoprivacidad span
{
	color: #666;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 1px;
}
.aceptoprivacidad span a
{
	color: #8fc801;
}
.moduletable_menu li.item-138 span
{
    font-size: 0;
}
header .moduletable_menu li.item-138 span::after
{
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fff;
    transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.is-sticky .moduletable_menu li.item-138 span::after
{
    color: #222;
    transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.moduletable_buscar 
{
	display: none;
}
.moduletable_buscar.anim
{
	display: block;
}
.moduletable_buscar form
{
	margin: 0;
	text-align: right;
	padding-right: 10px;
}
.moduletable_buscar form label
{
	display: none;
}
.moduletable_buscar form input
{
	display: inline-block;
	max-width: 250px;
	max-height: 45px;
	box-shadow: none;
	border: none;
	border-radius: 50px 0 0 50px;
	padding: 11px 25px;
	border: 1px solid #e5e5e5;
	margin: 0;
}
.moduletable_buscar form button
{
	display: inline-block;
	width: auto;
	height: 44px;
	border: none;
	margin: 0;
	padding: 0 20px 0 15px;
	border-radius: 0 50px 50px 0;
	text-align: center;
	color: #fff;
	background: #8fc801;
	margin-left: -5px;
}
.buscaform form
{
	margin: 0;
}
.buscaform input
{
	display: inline-block;
	max-width: 250px;
	height: 45px;
	box-shadow: none;
	border: none;
	border-radius: 50px 0 0 50px;
	padding: 12px 25px;
	margin: 0;
	border: 1px solid #e5e5e5;
}
.buscaform button
{
	display: inline-block;
	width: auto;
	height: 45px;
	border: none;
	margin: 0;
	padding: 0 20px 0 15px;
	border-radius: 0 50px 50px 0;
	text-align: center;
	color: #fff;
	background: #8fc801;	
}
.vistafinal p span 
{
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.vistafinal p strong span 
{
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 600 !important;
}
body.landing header,
body.landing footer
{
	display: none;
}
.contenidolanding
{
	height: 100vh;
}
.contenidolanding h2
{
	color: #222;
	position: relative;
	letter-spacing: -1px;
	text-align: center;
	font-weight: 600;
	font-size: 28px;
}
.contenidolanding h4
{
	color: #999;
	position: relative;
	text-align: center;
	font-weight: 300;
	font-size: 25px;
	padding-top: 25px;
}
.contenidolanding h2.preciol
{
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0;
	padding-top: 10px;
}
.contenidolanding p
{	
	padding-top: 40px;
	max-width: 65%;
	margin: 0 auto;
	color: #666;
	line-height: 25px;
}
.contenidolanding .btn
{
	margin-top: 15px;
	padding: 17px 60px;
	font-size: 17px;
	background-color: #8fc801;
	color: #fff;
}
.contenidolanding .pielanding
{
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 65%;
	transform: translateX(-50%);
}
.contenidolanding .pielanding i
{
	color: #666;
	vertical-align: middle;
	font-size: 19px;
	padding-right: 5px;
}
.contenidolanding .pielanding span
{
	color: #666;
	vertical-align: middle;
	font-size: 14px;
}
.contenidolanding img.logol
{
	width: 165px;
	margin: 20px 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.contenidolanding hr
{
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
}
.puntolanding .columna7 div:nth-child(1)
{
	font-size: 14px;
	font-weight: 600;
	color: #444;
}
.puntolanding .columna7 div:nth-child(2)
{
	font-size: 16px;
	padding-top: 5px;
	letter-spacing: 1px;
	color: #444;
}
.puntolanding i
{	
	font-size: 22px;
	color: #444;
}
.swipper-container.galeria a.rokbox{
	display: block;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contenidolanding .flechas
{	
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
	height: 50px;
	background: #222;
	z-index: 3;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.contenidolanding .flechas .swiper-button-next
{	
	position: absolute;
	right: 20px;
	bottom: 3px;
	top: auto;
	margin-top: 0;
	background-size: 15px 44px;
}
.contenidolanding .flechas .swiper-button-prev
{	
	position: absolute;
	right: 85px;
	bottom: 3px;
	top: auto;
	margin-top: 0;
	background-size: 15px 44px;
	left: auto;
}
.contenidolanding .im:after
{
	content: " ";
	position: absolute;
	width: 600px;
	height: 600px;
	background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 90%);
	transform: rotate(50deg);
	top: -350px;
	left: -300px;
	z-index: 1;
}
.contenidolanding .verinfo
{
	position: absolute;
	top: 30px;
	right: 45px;
	z-index: 2;
}
.contenidolanding .verinfo .boton
{
	background: #8fc801;
	padding: 12px 23px;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	font-size: 13px;
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
}
.contenidolanding #infoabierta
{	
	display: none;
}
#infoabierta
{	
	overflow-y: scroll;
	max-height: 80vh;
	padding: 45px 85px;
}
.contenidolanding .vistafinal h4 
{
    color: #8fc801;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
	padding-top: 0;
}
.contenidolanding .vistafinal p 
{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 15px;
	padding-top: 0;
	max-width: none;
	margin: 0;
}
.contenidolanding .formabierto
{
	display: none;	
}
.formabierto
{
	padding: 25px 40px;
	max-width: 500px;
}
.formabierto input
{	
	box-shadow: none;
	height: 46px;
	padding: 13px 30px;
	border-radius: 50px;
	border: 1px solid #ccc;
	margin: 0;
}
.formabierto h3
{
	text-align: left;
	font-weight: 600;
	font-size: 28px;
}
.formabierto h3:after
{
	content: none;
}
.formabierto textarea
{	
	box-shadow: none;
	height: 120px;
	padding: 13px 30px;
	border-radius: 20px;
	border: 1px solid #ccc;
	margin: 0;
	resize: none;
}
body.landing #sticker-sticky-wrapper
{
	display: none;
}
.pielanding a i,
.pielanding a span
{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
}
.pielanding a:hover i,
.pielanding a:hover span,
.pielanding a:active i,
.pielanding a:active span,
.pielanding a:focus i,
.pielanding a:focus span
{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;
	opacity: 0.6;
	text-decoration: none;
	color: #666;
}
.contenidolanding .boton:hover 
{
	background-color: #7db600;
}
.contenidolanding .boton
{
	transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;	
}
body.landing{overflow: hidden !important;}
.formabierto.anim
{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	z-index: 10;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.formabierto i
{	
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
	z-index: 10;
}
.express input
{	
	box-shadow: none;
	height: 60px;
	padding: 28px 40px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
#ganadorsorteo
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100vh;
    background-color: rgba(33,33,33,0.7);
}
#ganadorsorteo.anim
{
	display: block;
}
#ganadorsorteo img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1000px;
	height: auto;
	box-shadow: 0 0 40px rgba(33,33,33,0.7);
	cursor: pointer;
}
#ganadorsorteo .cerrar
{
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
}
.botonsorteo
{
	position: fixed;
	bottom: 0;
	right: 60px;
	z-index: 99999;
}
.botonsorteo h4
{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 20px 10px 20px;
	background-color: #8fc801;
	cursor: pointer;
	font-size: 15px;
	margin: 0;
	display: block;
	border-radius: 30px 30px 0 0;
}
.hikashop_subcontainer
{
	box-shadow: none !important;
	border-radius: 15px !important;
	border: 1px solid #ccc;
}
.imagenproducto img
{
	max-height: 360px;
}
.producto h4
{
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	margin: 0;
	padding: 15px 30px 5px 30px;
}
.producto .precio,
.producto .precio *
{
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: #8fc801;
	margin: 0;
}
.producto .precio
{
	padding: 0 30px 30px 30px;
}
#hikashop_category_information_menu_182 div.hikashop_container {
    margin: 15px;
}
.hikashop_product
{
	padding: 0 !important;
}
.paginafinalproducto .precio,
.paginafinalproducto .precio *
{
	font-size: 25px;
	font-weight:700;
	color: #8fc801;
	margin: 0;
	padding-bottom: 15px;	
}

.paginafinalproducto .descripcionproducto p,
.paginafinalproducto .descripcionproducto
{
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.paginafinalproducto .hikashop_product_stock_count
{
	display: none;
}
.paginafinalproducto .hikashop_product_quantity_field
{
	margin: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 20px;
	box-shadow: none;
	border-radius: 15px;
}
.hikashop_product_quantity_change_div_plus_default
{
	margin: 0;
	height: 28px;
	width: 28px;
	text-align: center;
	background-color: #8fc801;
	margin-bottom: 4px;
	border-radius: 20px;
}
.hikashop_product_quantity_change_div_minus_default
{
	margin: 0;
	height: 28px;
	width: 28px;	
	text-align: center;
	background-color: #8fc801;
	border-radius: 20px;
}
.hikashop_product_quantity_change_div_plus_default a,
.hikashop_product_quantity_change_div_minus_default a
{
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
}
div.carrito > a
{
	position: fixed;
	bottom: 90px;
	right: 30px;
	z-index: 11;
	background-color: #8fc801;
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 49px;
	font-size: 19px;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
div.hikashop_cart
{
    position: fixed;
    bottom: 138px;
    right: 30px;
    width: 500px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background-color: #fff;
    z-index: 11;
    padding: 30px;
    display: none;
}
.carrito img
{
	max-height: 100px;
}
.hikashop_checkout_login input
{
	box-shadow: none;
	height: 60px;
	padding: 28px 40px;
	border-radius: 50px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.hikashop_checkout_login label
{
	vertical-align: middle;
}
.hkform-horizontal .hkcontrol-label 
{
    padding-top: 20px;
}
.hikashop_checkout_address input
{
	box-shadow: none;
	height: 60px;
	padding: 28px 40px;
	border-radius: 50px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.hikashop_checkout_address label
{
	vertical-align: middle;
}
.cms-legal p
{
	line-height: 1.5;
}
.hikashop_category_name .btn {width: 100%;}
.hikashop_subcategories .hikashop_subcontainer {
    border: none;
}
.galeriatot
{
	position: relative;
	overflow: hidden;
	max-height: 500px;
}
.galeriatot .swipper-container.galeria a.rokbox
{
	height: 500px;
}
.galeriatot .swipper-container
{
	position: relative;
	overflow: hidden;
}
.iframecivitatis iframe
{
    width: 100%;
    margin-top: 50px;
    height: 80vh;
    border: none;
}
.bannerayudas{
	text-align: center;
	background-color: #fff;
}