@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}


body {
  /* position: relative; */
  min-height: 100%;
  padding-bottom: 44px; 
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  margin:0;
  margin-bottom: 110px;
}

h3 {
    font-family: "Inter", sans-serif;
    font-weight: 900;
}
.tac { text-align:center; }
.oh { overflow:hidden; }
.mt20 { margin-top: 20px; }


.footer {
    background: #2D2E83;
    width: 100%;
    color: #ffffff;
    padding: 12px 0 12px 0;
    margin-top: 2%;
    position: absolute; 
  	right: 0;
  	bottom: 0;
  	left: 0;
}


.main-color{
    color: var(--main-color);
}   
.main-color-reverse{
    color: var(--main-bg-color);
}   

.main-bg-color{
    background-color: var(--main-bg-color);
}   
.main-bg-color-reverse{
    background-color: var(--main-color);
}   

.nd{ text-decoration:none !important; }


.aSelecionSesion{
	border: 1px solid #ccc!important;
	border-radius: 5px;
	display: block;
	 
}








/************************
        HEADER
      ************************/
 
      .page-header{
        overflow: hidden;
        background: #444;
        padding: 1em 0 0 ;
      }
 
      .page-header .center-contents{
        max-width: 650px;
        margin:auto;
        overflow: hidden;
      }
 
      .logo{
        max-width: 60px;
        display: block;
        float: left;
        margin: 0 0 1em 1em;
      }
 
      .logo img{
        display: block;
      }
 
      .page-nav{
        color: #fff;
        float:right;
      }
 
      .page-nav ul, .page-nav li{
        list-style:none;
        margin:0;
        padding: 0;
        float: left;
      }
 
      .page-nav a{
        color: #fff;
        width: 100%;
        height: auto;
        display: block;
        padding: 0.75em 1em;
        text-decoration: none;
        cursor: pointer;
      }
 
 
      /************************
        MAIN CONTENTS
      ************************/
 
      .page-contents{
        padding:0 1em;
        max-width: 650px;
        margin:auto;
      }




/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}







.bold{ font-weight: bold;}

.w100 {width: 100%;}

.footer h4{
	margin-top: 17px;
}

.footer i{
	font-size: 18px;
	color: white;
	margin-right: 3px;
}

.footer a{
	color: white;
	display: inline-block;
}




@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
}


@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}


@font-face {
	font-family: 'DancingScript-VariableFont_wght';
	src: url('../fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
	font-weight: 400;
}

.container-mellow{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.img-marca-blanca{
	height: 70px;
	width: auto;
	margin-top: 10px;
}

.img-mellow{
	height: 70px;
	width: auto;
	margin-top: 10px;
}
.mt-5{	margin-top: 5px;}
.mb-5{	margin-bottom: 5px;}
.width-form-home {width:80%;}
.mt-25{margin-top: 25px;}
.ociotour-div {
    width: auto;
    float: left;
}
.buscador-home {
    border: 0;
    border-radius: 4px 0 0 4px;
    height: 40px;
}
.btn-buscador-home {
	border-radius: 0 4px 4px 0;
    border: 0;
    height: 40px;
    color: #fff;
    background: #325da3;
}
.btn-buscador-home:hover {
    color: #fff;
    background-color: #183c77;
    border-color: #adadad;
}


.centrar-contenido-capa{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}




.new-menu {
	background-color: rgba(185, 185, 185, 0.2);
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    margin: 0 auto;
    /*height: 230px;*/
    align-items: center;
    padding-bottom: 10px;
}

.new-menu-hoteles {
    background-color: rgba(185, 185, 185, 0.2);
    border-radius: 5px 5px 5px 5px;
    /* width: 1060px; */
    margin: 0px 4%;
    /*height: 180px;*/
    align-items: center;
    padding-bottom: 10px;
}

.new-menu-tren-ocio {
    background-color: rgba(185, 185, 185, 0.2);
    border-radius: 5px 5px 5px 5px;
    /* width: 1060px; */
    /*height: 220px;*/
    align-items: center;
    padding-bottom: 10px;
}

.new-menu-hotel-ocio {
    background-color: rgba(185, 185, 185, 0.2);
    border-radius: 5px 5px 5px 5px;
    /* width: 1060px; */
    /*height: 220px;*/
    align-items: center;
    padding-bottom: 10px;
}

.new-menu-tren-hotel-ocio {
    background-color: rgba(185, 185, 185, 0.2);
    border-radius: 5px 5px 5px 5px;
    /* width: 1060px; */
    /*height: 220px;*/
    align-items: center;
    padding-bottom: 10px;
}


a.a-btn-menu {
    opacity: 0.7;
    transition: 0.5s;
}

a:hover.a-btn-menu {
    opacity: 2;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.btn-home-menu {
    background: red;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    padding: 7px 0 7px 0;;
    float: left; 
    width: 10%; /*100px*/;
    font-size: 12px;
    margin: 1px;
    max-height: 65px;
}

.btn-home-menu-ofertas {
    background: red;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    padding: 5px 0 0 0;;
    float: left;
    width: 100px;
    font-size: 12px;
    margin: 1px;
}

.btn-home-menu p {
    margin-bottom: 3px;
}

.btn-ofertas-home {
    position: absolute;
    right: 0;
    top: 50px;
    height: 150px;
}
.btn-t-h-o {
    width: 202px;
    margin: 1px 1px;
}

.btn-ofertas-menu {
    right: 5px !important;
    float: right;
    height: 99px;
    margin-top: 35px;
    padding: 16px;
    position: absolute;
}

.btn-musicales {background: #14c1d1;}
.btn-teatro {background: #323943;}
.btn-circo {background: #a59400;}
.btn-parques {background: #f15e0e;}
.btn-conciertos {background: #011a43;}
.btn-actividades {background: #6a8c01;}
.btn-deportes {background: #0082f2;}
.btn-exposiciones {background: #6a0370;}
.btn-todo {background: #2c8d0a;}
.btn-trenes {background: #d804cb;}
.btn-novedades {background: #ff090a;}
.btn-hoteles {background: #b03e00;}
.btn-tren-ocio {background: #7f5c00;}
.btn-tren-hotel-ocio {background: #24756f;}
.btn-hotel-ocio {background: #7733a4;}
.btn-tren-hotel {background: #3b485b;}
.btn-paises {background: #ff090a;}
.btn-ofertas {background: #325da2; border-radius: 50px;}

.btn-color0 {background: #14c1d1;}
.btn-color1 {background: #323943;}
.btn-color2 {background: #a59400;}
.btn-color3 {background: #f15e0e;}
.btn-color4 {background: #011a43;}
.btn-color5 {background: #6a8c01;}
.btn-color6 {background: #0082f2;}
.btn-color7 {background: #6a0370;}
.btn-color8 {background: #2c8d0a;}
.btn-color9 {background: #d804cb;}
.btn-color10 {background: #ff090a;}
.btn-color11 {background: #b03e00;}
.btn-color12 {background: #7f5c00;}
.btn-color13 {background: #24756f;}
.btn-color14 {background: #7733a4;}
.btn-color15 {background: #3b485b;}
.btn-color16 {background: #ff8040;}

.bg-grey {
    background: #efefef;
}

.btn-atras {
    position: absolute !important;
    top: 5px !important;
    width: 100% !important;
    left: 91% !important;
    z-index: 100 !important;
}

.col-lg-1.col-md-1.col-sm-1.col-xs-2.btn-atras {
    position: absolute;
    top: 5px;
    width: 100%;
    left: 91%;
    z-index: 100;
}
/* ---- Menú lateral------------------------------------------- */

/*--- Carrusel------------*/
.carrousel {
    border-radius: 5px 5px 5px 5px;
    width: 1060px;
    margin: 0 auto;
    align-items: center;
}
.div-img-carrousell {
    width: 150px;
    float: left;
}
.img-carrousel {
    width: 190px;
    display: block;
    float: left;
}
p.tit-carrusel {
    background: #325da3;
    position: absolute;
    z-index: 50;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
    width: 225px;
    float: left;
    font-family: 'Lato-Black', sans-serif;
    transition: 0.5s;
}
p.tit-carrusel:hover {
    background: #264472;
    transition: 0.5s;
}
img.img-carrusel {
    width: 100%;
}

/*NUEVO CARROUSEL*/

#carrusel {
    background: #325da3;
    width: 888px;
    left: 173px;
    overflow: hidden;
    top: -20px;
    height: 220px;
    position: relative;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}
 
#carrusel .left-arrow {
    border-radius: 50px;
    background: #fff;
    padding: 11px 19px;
    position: absolute;
    left: 10px;
    z-index: 1;
    opacity: 0.5;
    top: 40%;
    margin-top: -9px;
    transition: 0.5s;
}
.left-arrow img {
    left: -3px;
    position: relative;
    float: left;
}
 
#carrusel .right-arrow {
	border-radius: 50px;
    background: #fff;
    padding: 11px 19px;
    position:absolute;
    right:10px;
    z-index:1;
    opacity: 0.5;
    top:40%;
    margin-top:-9px;
    transition: 0.5s;
}
#carrusel .right-arrow:hover {	
    opacity: 1;   
    transition: 0.5s;
}
#carrusel .left-arrow:hover {	
    opacity: 1;   
    transition: 0.5s;
}
.right-arrow img {
    left: 3px;
    position: relative;
    float: left;
} 
.carrusel {
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0;
} 
.carrusel>div {
    float: left;
    height: 216px;
    border: none;
    width: 225px;
    text-align: center;
}

.carrusel img {
    cursor:pointer;
    max-height: 190px;
} 
.product {
    border:#CCCCCC 1px solid;
}


.product-fixed {	    
	position: absolute;
    width: 220px;
    height: 220px;
    float: left;
    overflow: hidden;
}
.product-fixed a {   
}
.product-fixed img {
	height: 220px;
    position: absolute;
    border: 9px solid #325da3;
    z-index: 50;
}

.img-contenedor img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
}
.img-contenedor:hover img {
-webkit-transform:scale(1.10);
-moz-transform:scale(1.10);
-ms-transform:scale(1.10);
-o-transform:scale(1.10);
transform:scale(1.10);
}
.img-contenedor {/*Ancho y altura son modificables al requerimiento de cada uno*/
width:300px;
height:180px;
overflow:hidden;
}
/*---FIN NUEVO CARROUSEL--------------------------------------------------------------------------------------------------*/

/*---INICIO IMAGES CIRCUITOS--------------------------------------------------------------------------------------------------*/

.img-circuitos {
    height: 250px !important;
}
/*---FIN IMAGES CIRCUITOS--------------------------------------------------------------------------------------------------*/
.btn .caret {
    float: right;
    margin-left: 0;
    margin-top: 8px;
}



.btn-default{
    color: var(--main-color-principal) !important;
    background-color: var(--main-bg-color) !important;
    border: 1px solid var(--main-bg-color) !important;
}
.text-primary{
	color: var(--main-bg-color) !important;
}

.btn-default:hover {
    color: var(--main-color-principal-hover) !important;
    background-color: var(--main-bg-color-principal-hover) !important;
    border: 1px solid var(--main-bg-color-principal-hover) !important;
    transition: 0.5s;
}


.btn-menu-lateral {
    background: var(--main-bg-color-principal);
    color: var(--main-color-principal);
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    border-top: none;
    border-bottom: 1px solid #fff;
}



.ul-menu-lateral li a {
    color: var(--main-color-principal) !important;
    background: var(--main-bg-color-principal) !important;
    border-radius: 0 !important;
    padding: 8px 10px 8px 21px !important;
    border-bottom: 1px solid var(-main-bg-color-principal-hover);
}

ul.dropdown-menu.ul-menu-lateral {
    background: var(--main-bg-color-principal) !important;
    margin-left: 88%;
    TOP: 0px;
    border-top: 0px !important;
    width: 70%;
    border-radius: 0px !important;
}

.ul-menu-lateral li a:hover {
    color: var(--main-color-principal-hover) !important;
    background: var(--main-bg-color-principal-hover) !important;
    border-radius: 0 !important;
    transition: 0.7s !important;
}

button.btn.btn-default.dropdown-toggle.btn-menu-lateral{
	color: var(--main-color-principal) !important;
	background-color: var(--main-bg-color-principal) !important;
    transition: 0.5s;
    border-right: 1px;
    border-left: 1px;
}
button.btn.btn-default.dropdown-toggle.btn-menu-lateral:hover {
    color: var(--main-color-principal-hover) !important;
    background-color: var(--main-bg-color-principal-hover) !important;
    transition: 0.5s;
}

.arriba-izquierda:before {
  content: "";
    position: absolute;
    width: 0;
    margin-left: 20px;
    height: 0;
    border-color: transparent transparent white;
    top: 8px;
    left: -35px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
/* ------------- FIN Menú lateral ---------------- */

.margin-imagen-lateral-mellow{
	margin-top:145px!important;
}
.trenymas{
	padding-top: 20px !important;
	z-index: 99;	
}

.enlaces_trenymas:hover{
        text-decoration:none;
    }
.tooltip_trenymas{
	position: relative; /* es la posiciÃ³n normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color:#0cc8b1 !important; /* forzar color del texto */
    font-weight:bold !important; /* forzar negritas */
}
.tooltip_trenymas:hover{
	z-index:999; /* va a estar por encima de todo */
    background-color:#ffffff; /* DEBE haber un color de fondo */
    cursor:pointer;
}
.tooltip_trenymas span{
   	display: none; /* el elemento va a estar oculto */
}
.tooltip_trenymas:hover span{
	display: block; /* se fuerza a mostrar el bloque */
    position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
    top:2em; left:2em; /* donde va a estar */
    width:auto; /* el ancho por defecto que va a tener */
    padding-top:6px; /* la separaciÃ³n entre el contenido y los bordes */
    padding-bottom:0px;
    padding-left:5px;
    padding-right:5px;
    background-color: #0080C0; /* el color de fondo por defecto */
    color: #FFFFFF; /* el color de los textos por defecto */
    font-family: "calibri";/*tipo de letra*/
   
}



.panel-title_seguro{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: bold;
}

.has-feedback_seguro {
    position: relative;
    font-family:Open Sans, sans-serif; 
    transform: scale(0.9); 
    vertical-align: top;
}

.textarea_select {
    position: relative;
    font-family:Open Sans, sans-serif; 
    padding: 10px 5px 0px 10px;
    vertical-align: top;
    font-size: 13px;
    margin-bottom: 5px;
}

.prod_datos{
		position: absolute;
}

.float_left {
	float: left;
}

.float_right {
	float: right;	
}

.faicon_margin {
	margin: 6px 0px;
	color: #4DBCB5;
}




.new_extra_info_product {
    float: left;
    border-radius: 4px;
    margin: 0px 0px 10px 0px;
    background-color: #f7f7f7;
    padding: 5px 0px 5px 10px;
}

.text_new_extra_info_product {
	margin: 0px 0px 0px 10px;
    display: inline-block;
    font-size: 12px;
    color: #374A74;
}

.imagen_extra_info {
	width: 25px;
    vertical-align: unset;
}

.div_extra_info {
	line-height: 13px;
    margin-top: 5px;
    display: inline-block;
}

.product_container {
		height: 249px;
	}

.prod_cont{
	margin-top: 78px;
	height: 161px;
}

.caja_descripcion{
	font-size:11px; 
	padding: 0 6px 0 6px;
	margin:0px; 
	line-height: 14px;
	font-weight: 400;
}

.peq {
	font-size: 11px;
	color: grey;
}

.asiento{
	line-height: 32px;
}

.asiento-im{
	line-height: 35px;
}

.asiento-ob{
	line-height: 32px;
}


.principal {
	font-size: 12px;
	font-weight: 600;
	padding-top: 5px;
}

.segundo {
	line-height: 1.42857143;
	border-bottom: 1px solid #ddd;
	height: 19px;	
}

.segundo-im {
	line-height: 1.42857143;
	border-bottom: 1px solid #ddd;
	height: 50px;	
}

.segundo-ob {
	line-height: 1.42857143;
	border-bottom: 1px solid #ddd;
	height: 45px;	
}

.text-blue{
	color: #132749 !important;
}

.panel_sin_registro {
	display: none;
}

.btn-blue{
	background-color: #000 !important;
	border-color: #000 !important;
	transition: .2s ease-in-out;
}

.btn-blue:hover{
	background-color: #0cc8b1 !important;
	border-color: #0cc8b1 !important;
	transition: .2s ease-in-out;
}

.nav_new li li a:hover {
   	background: #d9d9d9;
	color: #374A74;
}

.link-forget{
	color: #0cc8b1;
	transition: .2s ease-in-out;
}

.link-forget:hover{
	color: #0aab97;
	text-decoration: none;
	transition: .2s ease-in-out;
}







input[type=checkbox]#click_seguro { display:none; } /* to hide the checkbox itself */
input[type=checkbox]#click_seguro + label:before {
  font-family: FontAwesome;
  display: inline-block;
}



input[type=checkbox]#click_seguro + label:before { content: "\f1db"; } /* unchecked icon */
input[type=checkbox]#click_seguro + label:before { letter-spacing: 5px; } /* space between checkbox and label */

input[type=checkbox]#click_seguro:checked + label:before { content: "\f058"; color: #0cc8b1; } /* checked icon */

/*click de privacidad*/


input[type=checkbox]#click_privacidad { display:none; } /* to hide the checkbox itself */
input[type=checkbox]#click_privacidad + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox]#click_privacidad + label:before { content: "\f1db"; } /* unchecked icon */
input[type=checkbox]#click_privacidad + label:before { letter-spacing: 5px; } /* space between checkbox and label */

input[type=checkbox]#click_privacidad:checked + label:before { content: "\f058"; color: #0cc8b1; } /* checked icon */



input[type=checkbox]#click_tratamiento + label:before { content: "\f1db"; } /* unchecked icon */
input[type=checkbox]#click_tratamiento + label:before { letter-spacing: 5px; } /* space between checkbox and label */

input[type=checkbox]#click_tratamiento:checked + label:before { content: "\f058"; color: #0cc8b1; } /* checked icon */


input[type=checkbox]#click_tratamiento { display:none; } /* to hide the checkbox itself */
input[type=checkbox]#click_tratamiento + label:before {
  font-family: FontAwesome;
  display: inline-block;
}



input[type=checkbox]#sin_registro { display:none; } /* to hide the checkbox itself */
input[type=checkbox]#sin_registro + label:before {
  font-family: FontAwesome;
  display: inline-block;
}



input[type=checkbox]#sin_registro + label:before { content: "\f1db"; } /* unchecked icon */
input[type=checkbox]#sin_registro + label:before { letter-spacing: 5px; } /* space between checkbox and label */

input[type=checkbox]#sin_registro:checked + label:before { content: "\f058"; color: #0cc8b1; } /* checked icon */

.form-control::placeholder {
	color: #6b87b6;
}

.mapa-align{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mapa {
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,.50);
}

.compra2 {
	margin: 0 -15px !important;
	border: solid 1px #ececec;
}

.compra {
	margin: 4px 0 4px 0 !important;
	border: solid 1px #ececec;
}

.compra_fino {
	margin: 4px 0 4px 0 !important;
}

.linea{
	text-decoration: underline;
}
.ultimo{
	margin-bottom: 2px;
}

.secundario {
	font-size: 12px;
}

.seguro-preview {
	color: grey;
	font-size: 11px;
}

.neto{
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}


.td_file {
	padding-top: 12px !important;
	color: #374A74;
}

.th_table {
	color: #374A74;
}

.orange {
	color: #F19007;
}

.orange:hover {
	color: #374A74;
}

.inline_block {
	display: inline-block;
}
.inline{
	display: inline;
}

.btn_table {
	color: #F19007;
	font-size: 13px;
    padding: 2px 10px;
}

.btn_table:hover {
	color: #F19007;
	font-size: 13px;
    padding: 2px 10px;
	text-decoration: underline;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Frontend layout */
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar{ margin-bottom:0px; min-height:0px;}

.navbar-default {
    background-color:var(--main-bg-color);
    border: 0;
}

.navbar-inverse {
    background-color: #2D2E83;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a {
    color: var(--main-color);
}
.navbar-inverse-mellow {
	background: linear-gradient(to right, #42D099, #339BB0);
    height: 90px;
}

.navbar-right{
	margin-top: 20px;
}

.navbar-inverse .logo{
   	height: 110px;
	display: none;
	margin-top: -25px;
}

.navbar-inverse .navbar-nav > li > a {
    /* color: #354f7c; */
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover {
   	/* color: #F47421; */ /*10042021*/
}

.navbar-inverse .navbar-nav > .active > a{
	/* color: #F47421; */ /*10042021*/
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a:hover{
	background-color: transparent;
	/* color: #F47421; */ /*10042021*/
}

.navbar-inverse .navbar-nav > li > a .with-border {
    border: 1px solid;
	border-radius: 26px;
	padding: 7px 10px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
	background-color: transparent;
	/* color: #F47421; */ /*10042021*/
}

.navbar-nav > li > .dropdown-menu {
	width: 190px;
	text-transform: uppercase;
	/* background-color: rgb(44,49,55); */
}

.navbar-nav > li > .dropdown-menu > li > a, .navbar-nav > li > .dropdown-menu > li {
	/* color: white; */
	white-space: normal;
	font-size: 12px;
}

.navbar-nav > li > .dropdown-menu > .dropdown-header{
	color: red;
}

.navbar-nav > li > .dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #F47421; 
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #F47421;
    background-color: transparent;
}




.breadcrumb-navbar{
	background-color: #fff; 
	/*height: 54px;*/
	width: 100%;
	/* margin-top: 89px; */ /*19042021*/
}

.breadcrumb-navbar-iframe{
	background-color: #000;
	/*height: 54px;*/
	width: 100%;
}


.breadcrumb-navbar-mellow{
	width: 100%;
	margin-top: 90px;
}

.breadcrumb{
	background-color: transparent;
	/* padding-top: 19px; */
    font-size: 11px;
    margin-bottom: 0px;
    margin-left: -16px;
}

.breadcrumb li, .breadcrumb a{
	color: #777 !important;
}

.menu_mobile{
	position: relative;
	clear: both;
}

.ocio{
	display:none;
}

#searcher{
	width: auto;
    position: relative;
    bottom: 23px;
    border: 1px solid #374a74;
    height: 35px;
    border-radius: 5px;
}

#searcher-marca{
	width: auto;
    position: relative;
    border: 1px solid #374a74;
    height: 28px;
    border-radius: 2px;
    top: -20px;
}

#searcher-mellow{
	width: auto;
    position: relative;
    bottom: 23px;
    border: 1px solid #fff;
    height: 28px;
    border-radius: 2px;
    background: transparent;
}

#searcher2{
	/*padding-top: 10px;*/
	float: right;
	padding-right: 44px;
}

#searcher-iframe-footer{
	margin-top: 10px;
	width: auto;
    border: 1px solid #374a74;
    border-radius: 5px;
}



#searcher i, #searcher-marca i{
	/*display: none;*/
	color: #FFF;
	font-size: 11px;
    margin-bottom: 5px;
}

#searcher-mellow i{
	/*display: none;*/
	color: #fff;
	font-size: 11px;
    margin-bottom: 5px;
}

.error_size {
	font-size: 11px;
}

.radiobutton_customer {
	color: #374a74;
}

.new_menu {
	display: inline-block;
	text-align: right;
	color: #fff;
	padding-right: 10px;
	/*font-family: 'Lato-Black', sans-serif;*/
	/*margin-top: 6px;*/
}

.new_menu_link {
	color: #777;
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	transition: 0.2s ease-out;
}

.new_menu_link:hover {
	color: rgb(77, 188, 181);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}

.new_menu_link:focus {
	color: #4DBCB5;
	text-decoration: none;
}

.footer a:hover{
	color: #4DBCB5;
	text-decoration: none;
}

.footer .payment img {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    margin-left: 6px;
    margin-top: 14px;
}

.footer small{
	color: #fff;
}
/* Containers */
#faq, #clausulas, #general-conditions, #groups, #customer-attention, #agency-signup, #client-signup, #index, #purchase{
	margin-bottom: 2.7%;
}

#privacy-policy-mellow, #cookies-policy-mellow, #general-conditions-mellow{
	margin-bottom: 2.7%;
	font-family: 'Montserrat-Regular';
	color: #7e7e7e;
}

#privacy-policy-mellow a, #cookies-policy-mellow a, #general-conditions-mellow a{
	color: #339bb0;
	transition: 0.2s ease-in-out;
}

#privacy-policy-mellow a:hover, #cookies-policy-mellow a:hover, #general-conditions-mellow a:hover{
	color: #07d19c;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

#bases-sorteo{
	margin-bottom: 2.7%;
	font-family: 'Montserrat-Regular';
	color: #7e7e7e;
}

#clausulas h3 {
	font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: rgb(70,97,172);
}

#clausulas span img {
	width: 40%;
	display: block;
	margin: auto;
}

#clausulas ul li {
	margin-bottom: 20px;
}

.clausulas-causa{
	color: #242424;
	font-size: 22px;
}



/* Buttons */
#single-product .btn {
    background-color: #374A74;
    color: white;
    margin: 15px 0 15px;
    width: 200px;
    font-weight: bold;
    font-size: 14px;
	height: 46px;
	padding-top: 13px;
	transition: .2s ease-in-out;
}

#single-product .btn:hover{
	background-color: #4DBCB5;
	transition: .2s ease-in-out;
}

#btn_info_groups .btn{
	background-color: #1d70b6;
    color: white;
    margin-top: -57px;
    width: 100%;
    
}

#btn_info_groups .btn:hover{
    color: #F19007 !important;
}

#login-box .btn{
    background-color: #374a74;
    color: white;
    margin: 30px 2% 0;
    width: 110px;
}

.search_bar {
	border-top: 0px solid #374A74;
    border-right: 0px;
    border-bottom: 0px solid #374a74;
    border-left: 0px solid #374A74;
    font-size: 11px;
    padding: 8px 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#searcher-mellow .search_bar {
	background: transparent;
	color: #fff;
}
.bg-combi h5 {
    margin: 3px;
}
.bg-combi {
    background: var(--main-bg-color);
    color: #fff;
} 
#searcher-marca .btn, #searcher .btn {    
    background-color:#325da3;
    color: white;
    width: 25px;
    text-transform: uppercase;
    font-weight: bold;
    height: 34px;
    margin-left: -4px;
    margin-top: -1px;
    padding: 0;
    border-radius: 0px;
    border-top: 0px solid #374A74;
    border-right: 0px solid #374a74;
    border-bottom: 0px solid #374a74;
    border-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#searcher-mellow .btn {
    background-color: transparent;
    color: white;
    width: 25px;
    text-transform: uppercase;
    font-weight: bold;
    height: 21px;
    margin-left: -4px;
    margin-top: -2px;
    padding: 0;
    border-radius: 0px;
    border-top: 0px solid #374A74;
    border-right: 0px solid #374a74;
    border-bottom: 0px solid #374a74;
    border-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#product-card .caption .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #374A74;
	color: white;
	width: 96%;
	margin: 2%;
	font-weight: bold;
}

.span_btn {
	font-size: 12px;
	float: left;
}
.span_chevron {
	font-size: 12px;
	float: right;
}

#groups .btn, #customer-attention .btn {
    background-color: #374A74;
    color: white;
    width: 90px;
    font-weight: bold;
    margin-top: 6%;
    font-size: 11px;
}

.group_buttons {
	width: 48%;	
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #f19007;
    background-color: #374A74;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color:   color: var(--main-color);
    transition: 0.5s;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:  color: var(--main-color);
    background-color: #f7f7f7 !important;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 10px;
}

.nav-pills > li + li {
    margin-left: 0px;
}

.btn_groups {
	background-color: #374A74;
    font-weight: bold;
    margin-top: 6%;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 100% !important;
    color: #fff;
}

.subtitle_description {
	font-size: 10px;
    color: darkgrey;
    margin-left: 5px;
}

#login-box .btn:hover, #searcher .btn:hover, #product-card .caption .btn:hover, #groups .btn:hover, #customer-attention .btn:hover{
	color:#F19007;
}

#single-product {
	padding-top: 45px;
	margin-bottom: 20px;
}

/* Index view */
#index-carousel {
    height: 600px;
}

.slider-square-photo{
	height: 280px;
	width: 99%;
	border: 1px solid #f47421;
	margin: 0.5%;
}

.slider-long-photo{
	height: 600px; 
	width: 100%;
}

.carousel-control.left, .carousel-control.right{
	background-image: none;
	width: 20px;
    color: #F19007;
}

.image_landing{
	max-height: 375px;
}

/* Menu tabs view */
#groups h1, #faq h1, #general-conditions h1, #clausulas h1, #customer-attention h1{
	color: rgb(70,97,172);
	margin-top: 10px;
	text-align: center;
}

#bases-sorteo h1, #privacy-policy-mellow h1, #cookies-policy-mellow h1, #general-conditions-mellow h1{
 	color: #339bb0;
	margin-top: 10px;
	text-align: center;
 }

#faq h1, #bases-sorteo h1, #clausulas h1, #general-conditions h1, #general-conditions-mellow h1{
	margin-bottom: 30px;
}

#groups h2, #customer-attention h2{
	color: #F47421;
	margin-bottom: 30px;
	text-align: center;
}

#groups h3{
	margin-top: 0;
}

#groups .groups-image{
	width: 99%;
	margin-left: 13%;
}

#customer-attention .operator-image{
	width: 76.5%;
	margin-top: 4%;
	margin-bottom: 2%;
}

/* Tickets view */
#index #filters{
	margin-top: -13px;
	margin-left: -31px;
}

#shop #filters{
	/*margin-top: 1.3%;*/
}

#filters h3{
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 2px solid #F47421;
}

#filters ul {
    list-style: none;    
}






#category-filter a, #province-filter a{
	/*color: #001b65;*/
}

.banner_publicidad_1{
	width:900px;
	height:90px;
	margin-left:225px;
}

.banner_publicidad_1_responsive{
	width:320px;
	height:100px;
	margin-left:225px;
}

.banner_publicidad_2{
	width:320px;
	height:100px;
	margin-right:50px;
	margin-left:60px;
}

.banner_publicidad_3{
	width:320px;
	height:100px;
	margin-right:50px;
}

.banner_publicidad_4{
	width:320px;
	height:100px;
	margin-right:50px;
}
#products-grid h2{
	text-transform: uppercase;
	text-align: center;
}

#products-grid hr{
	background-color: #F47421;;
	width: 23%;
	margin: 35px 27px 0;
}

#product-card {
	margin: 0px 0 15px 0px;
	text-align: center;
}

.content_product_card {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dddfe2;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.content_product_card_mellow {
	width: 94%;
	margin: 0 auto;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.travel-image{
	/*max-height: 110px;
	min-height: 110px;*/
}

.landing_card_title{
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	font-size: 12px;
	color: #3ab5a5;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}

.content-travel-info{
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	padding-top: 20px;
	min-height: 222px;
}

.travel-name{
	font-size: 10px;
	color: #7e7e7e;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}

.travel-name-link{
	font-size: 10px;
	color: #7e7e7e;
	font-weight: bold;
	text-align: left;
	transition: 0.2s ease-out;
}

.travel-name-link:hover{
	color: #42d099;
	text-decoration: none;
	transition: 0.2s ease-out;
}

.travel-price{
	font-size: 10px;
	color: #7e7e7e;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.travel-line{
	border-bottom: 1px solid #7e7e7e;
}

.travel-view-more{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	margin-top: 5px;
}

.travel-view-more-link{
	color: #3ab5a5;
	transition: 0.2s ease-out;	
}

.travel-view-more-link:hover{
	text-decoration: none;
	color: #42d099;
	transition: 0.2s ease-out;
}

#table_product tr:hover {
	background: rgba(55,74,116, 0.2);
}

#table_product tr {
	background: #fff;
}

.table_hover:hover {
	background: rgba(55,74,116, 0.2);
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 2px 2px 2px 4px !important;
    vertical-align: middle;
    font-size: 12px;
}

.table-history > thead > tr > th, .table-history > tbody > tr > th, 
.table-history > tfoot > tr > th, .table-history > thead > tr > td, 
.table-history > tbody > tr > td, .table-history > tfoot > tr > td {
	padding: 5px 5px 5px 5px !important;
    vertical-align: middle;
    font-size: 12px;
}

.img_logo {
	width: 90px;
	margin-left: -20px;
}

.well_new {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    /*border: 1px solid #e3e3e3;*/    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/*.featured_products_well_new {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #1d70b6, #354f7c);
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}*/

.well_submenu {
    /*min-height: 20px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
    padding: 0px;
    /*background: #f7f7f7;*/
}

.submenu_province {
    border-bottom: 1px solid#e3e3e3;
    color: #1D70B6 !important;
    background: #fff;
}

.red_column {
	text-decoration: line-through;
	color: red;
}

.grey_column {
	text-decoration: line-through;
	color: darkgrey;
}

.grid-productos-home {
    max-width: 1090px;
    margin: 0 auto;
}
.imagen_producto-home {
	/* cambio Nuevo diseño
	max-height: 165px;
	min-height: 165px;*/
	max-height: 212px;
    
}

.imagen_producto {

    max-height: 165px;
    min-height: 165px;
}

.imagen_producto-home-new {
    max-height: 212px;
    min-height: 212px;
    max-width: 100%;
    /*min-height: 235px;*/
}
.imagen_experiencia {
	/*max-height: 253px;
	min-height: 253px;*/
}

.imagen_inspire {
	/*max-height: 332px;
	min-height: 332px;*/
}

.more {
    background-image: url(images/rightArrow.png);
    background-repeat: no-repeat;
    background-position: 97% 15px;
}

.more a:hover{
    background-image: url(images/rightArrowWhite.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 15px !important;
}

.more_info{
	font-size: 12px;
    font-weight: bold;
    border: 0px;
    background: #f7f7f7;
    color: var(--main-bg-color) ;
    margin-top: 10px;
}

.more_info:hover{
	color: #691111;
}

.more_info:focus{
	outline: 0px;
}

.submenu_province_child {
	display:none;
}

.submenu_province_child a:hover {
	color: #F19007;
	background-image: none !important;
}

.submenu_province_child:hover {
	background: #fff; 
}

.submenu_province:hover{
    border-bottom: 1px solid #e3e3e3;
}

.menu_active_main {
	/*background: #1D70B6 !important;
	color: #fff !important;*/
	color:var(--main-color-active) !important;
	
}

.menu_active_main_cat_mellow {
	color:#054d5e !important;
	
}

.menu_active_main_mellow {
	/*background: #1D70B6 !important;
	color: #fff !important;*/
	color:#42d099 !important;
	
}

.submenu_province a:hover{
    background: #1D70B6;
}

.submenu_province a:hover{
    text-decoration: none;
}

.margin_top_50 {
	margin-top: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.featured_products_well_new {
	padding-top: 5px;
	padding-bottom: 5px;
}

.new_vertical_menu {
    width: 100%;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -moz-padding-start: 0px;
    -moz-padding-end: 0px;
}

.submenu_country_content {
	display: block;
	padding: 5px 0px 5px 20px;
	color: #1D70B6;
}

.submenu_country_content:hover {
	display: block;
	padding: 5px 0px 5px 20px;
	background: #1D70B6;
	color: #fff;
	cursor: pointer;
	background-image: url(images/rightArrowWhite.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 15px !important;
}

.submenu_province_content {
	display: block;
	padding: 5px 0px 5px 20px;
	color: #1D70B6;
}

.submenu_province_content a {
	color: #fff;
}
.submenu_province_content:hover {
	color: #fff;
}

.sub_submenu_province_content {
    display: block;
    padding: 5px 0px 5px 40px;
    color: #F19007;
}

.sub_submenu_province_content:hover {
	color: #fff;
	/*background: #1D70B6;*/
}

.footer_text {
	margin: 0px 0 0px;
	color: white;
	font-size: 12px;
}

.mail_footer {
	margin-left: 10px;
}

.center {
	text-align: center;
}

.padding_special {
	padding: 0px 10px;
}

.category {
	color: #374A74;
	font-weight: 600; 
	font-size: 13px;
}

.h1_main_index{
	margin: 2px 0 4px 0;
	color: #374A74;
	font-weight: 600; 
	font-size: 13px;
}

.result_number{
	text-align: right;
	font-size: 9px;
	color: #969696;
	padding-right: 25px;
}

/*.featured_category {
	color: #fff;
	font-weight: 600; 
	font-size: 13px;
}*/

/*.featured {
	color: #fff;
	font-weight: 400; 
	font-size: 13px;
}*/

.top {
	margin-top: 40px;
}

#product-card .product_name{
	font-size: 11px;
    text-align: left;
    margin-top: 5px;
    font-family: 'Lato-Black', sans-serif;
    color: var(--main-bg-color);
    margin-bottom: 2px;
    margin-left: 5px;
    height: 25px;
}

#product-card .product_height {
	height: 32px;
}

#product-card .categoria{
	font-size: 11px;
    text-align: left;
    margin-top: 0px;
    color: #374A74;
    font-family: 'Lato-Regular', sans-serif;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 33px;
    /*padding-top: 19px;*/
}

#product-card .location{
	font-style: italic;
	font-family: 'Lato-Regular', sans-serif;
	font-size: 9.5px;
	text-align: left;
	margin-top: 2px;
	height: 32px;
	color: #374A74;
	margin-bottom: 2px;
	margin-left: 5px;
}

#product-card .location-link{
    font-style: italic;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 9.5px;
    text-align: left;
    margin-top: 2px;
    height: 32px;
    color: #374A74;
    margin-bottom: 15px;
    margin-left: 5px;   
}

#product-card .price{
	text-align: left;
	margin-top: -5px;
	font-family: 'Lato-Black', sans-serif;
	color: #4DBCB5;
	height: 16px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-size: 11px;
}

#product-card .caption{
	position: absolute;
	/*background: rgba(209, 214, 221, 0.85);*/
	width: 85%;
	height: 45px;
	padding: 10px 6px 6px 6px;
	display: none;
	bottom: 40%;
}

#product-card .special_height{
	bottom: 35%;
}



/* ------------- INICIO ACTIVIDADES CSS ------------------------ */
#CapaResultadoActividades .right{
	float: right !important;
}
.padre {
   display: table;
   height:200px;
}
.hijo {
   display: table-cell;
   vertical-align: middle;
}
.div-menu-actividades {
    margin: 0 auto;
    max-width: 900px;
}
.ul-menu-actividades {
    list-style: none;
}
/* -- SLIDER------*/
.img-circular {
    max-width: 80px;    
    margin: 0 auto;
    float: left;
}

section.awSlider .carousel{
  display:table;
  z-index:2;
  margin:0;
  padding:0;
  width:100%;
}

section.awSlider {
    /* margin: 0px auto; */
    /* padding: 30px; */
    position: relative;
    display: table;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
section.awSlider img{
   pointer-events: none;
}
section.awSlider > img{
  position:absolute;
  top:30px;
  z-index:1;
  transition:all .3s;
  
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);

}

.w-100 {width:100%;}

.h-carousel-colectivos{min-height: 250px; */max-height:250px;*/}

.busc-actividades {
    position: absolute;
    top: 5%;
    z-index: 25;
	width: 100%;
    margin-left: 10%;
}
/* -- Fin SLIDER------*/

.desplegable-menu {
    background: #f8f8f8 !important;
    color: #777 !important;
    box-shadow: 0px 0px 0px #f8f8f8 !important;
    -webkit-box-shadow: none !important;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
   box-shadow: none !important;
}
.border-buscador {
    border-radius: 5px;
}
.border-btn-buscador {
    
}
.caret-activ {
    margin-left: 4px !important;
}
.line-border {
    margin-top: 3px;
    border-bottom: 2px solid;
}
.border-radius-img {
    border-radius: 2px;
}
.content_actividad_card {
	width: 100%;
    height: 280px;
    max-height: 280px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

div#actividad-card {
   box-shadow: 0px 0px 5px #d6cece;
		margin: 5px 10px;
    background: #fff;
    max-width: 30%;
}

#actividad-card .actividad_name{
	    font-size: 12px;
			padding: 0 15px;
    width: 100%;
    color: #374A74;
    text-align: center;
    margin-bottom: 2px;
    height: 40px;
    min-height: 40px;
}

#actividad-card .actividad_name_ciudad{
	font-size: 12px;
	width: 100%;
	color: #374A74;
	text-align: left;
	margin-bottom: 2px;
	height: 40px;
	min-height: 40px;
}
.slider-lo-mas {
    width: 100%;
}
#actividad-card .price{
	color: #4DBCB5;
	height: 16px;

}

#actividad-card .imagen{
	width: 202px;
	height: 177px;
}
.name-product-activ-ciudad {
	font-size: 20px !important;
	height: auto !important;
	font-weight: bolder !important;
}
.name-product-activ {
    font-size: 12px !important;
		font-weight: normal !important;
    height: auto !important;
    min-height: 34px;
}
.btn-activ {
    background: #4DBCB5 !important;
}
.btn-activ:hover {
    background: #0f6b62 !important;
}
#img-contenedor img {
-webkit-transition:all .5s ease; /* Safari y Chrome */
-moz-transition:all .5s ease; /* Firefox */
-o-transition:all .5s ease; /* IE 9 */
-ms-transition:all .5s ease; /* Opera */
width:100%;
}
#img-contenedor:hover img {
-webkit-transform:scale(.95);
-moz-transform:scale(.95);
-ms-transform:scale(.95);
-o-transform:scale(.95);
transform:scale(.95);
}

.text-top {
    padding: 14px 0 0 0;
    text-align: center;
}
.text-top span {
    font-weight: 600;
    font-size: 25px;   
}
.btn-loMasBuscado {
    position: relative;
    z-index: 25;
}
.carousel-indicators{left:50% !important;}

.text-activ-circle {
    z-index: 5;
    padding: 0 10px;
    float: left;
    text-align: center !important;
    width: auto;
    margin: 0;
    text-shadow: 0.01em 0.1em 0.05em #333;
    font-size: 14px;
}
.btn-buscador-activ {
    color: #fff;
}
.btn-buscador-activ:hover {
    transition: 0.2s ease-out;
    text-decoration: none;
    color: #dcdcdc;
}
.div-text-top {
    top: 75% !important;
}
.img-size {
    width: 100%;
    float: left;

}

.text-activ-tit {
    position: absolute;
    z-index: 5;
    top: 32%;
    color: #fff;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.05em #333;
    width: 85%;
    font-weight: bold;
    font-size: 20px;
   
}

.text-activ {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;

}
.text-imprescindible {
    font-weight: 600;
    font-size: 25px;

}
.price-activ sup {
    top: -.5em;
    font-weight: normal;
}
.nombre-actividad {
    font-size: 12px;
    padding: 0;
    margin: 0;
}
a.no-underline {
    text-decoration: none;
}

.price-activ {
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.price-activ sup {
    font-size: 10px;
}
.price-activ span {
    font-size: 16px;
    font-weight: 600;
}
.img-big-ciudad-actividades {
    width: 100%;
}
.bg-ciudad-actividade {
    background: #c5c5c5;
    padding: 20px 20px 20px 20px;
    color: white;
}
.bg-ciudad-actividade .h3 {
    font-size: 32px;
    font-weight: bold;
}
.btn-actividad-cuidad {
    border-radius: 50px;
    background: none;
    border: 1px solid #000;
    padding: 5px 10px;
}
.img-actividades-peq {
    width: 100%;
    height: 212px;
}
.price.price-actividades {
	font-size: 13px !important;
	float: left;
	font-weight: bolder;
	width: 100%;
	margin-right: 10px;
}
.price.price-actividades-ciudad strong {
	font-size: 25px !important;
	 float: left;
	 font-weight: bolder;
	 width: 100%;
	 margin-right: 10px;
}
.name-product-activ {
	font-size: 12px !important;
	font-weight: normal !important;
	height: auto !important;
}
.conten-actividades {
    border: none !important;
    height: auto !important;
    background: none !important;
}
.broder-rounded {
    border-radius: 10px;
}

.actividades .checked{
	margin-top: 0px !important;
}

@media (min-width: 768px){
	.StickyDestinoActividades{
		position: sticky;
		top: 90px;
		display: inline-block;
	}
}
/* ------------- FIN ACTIVIDADES CSS --------------------------- */



/* ------- ESCAPADAS ---------------- */
.busc-escapadas {
    position: absolute;
    top: 1%;
    z-index: 25;
    margin-left: 8%;
}

#escapada-card {
	margin: 0px 0 15px 0px;
	text-align: center;
}

#escapada-card .content_escapada_product_card {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dddfe2;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#escapada-card .caption .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #374A74;
	color: white;
	width: 96%;
	margin: 2%;
	font-weight: bold;
}

#escapada-card .product_name{
	/* font-size: 11px; */
    text-align: left;
    margin-top: 5px;
    font-family: 'Lato-Black', sans-serif;
    color: #374A74;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 25px;
}

#escapada-card .product_height {
	height: 32px;
}

#escapada-card .categoria{
	font-size: 11px;
    text-align: left;
    margin-top: 0px;
    color: #374A74;
    font-family: 'Lato-Regular', sans-serif;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 33px;
    /*padding-top: 19px;*/
}
#escapada-card .location{
	font-style: normal;
	font-family: 'Lato-Regular', sans-serif;
	/* font-size: 9.5px; */
	text-align: left;
	margin-top: 2px;
	height: 32px;
	color: #374A74;
	margin-bottom: 2px;
	margin-left: 5px;
}

#escapada-card .location-link{
    font-style: italic;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 9.5px;
    text-align: left;
    margin-top: 2px;
    height: 32px;
    color: #374A74;
    margin-bottom: 15px;
    margin-left: 5px;   
}

#escapada-card .price{
	height: 50px;
}

#escapada-card .caption{
	position: absolute;
	/*background: rgba(209, 214, 221, 0.85);*/
	width: 85%;
	height: 45px;
	padding: 10px 6px 6px 6px;
	display: none;
	bottom: 40%;
}

#escapada-card .special_height{
	bottom: 35%;
}

/* ---------- FIN ESCAPADAS -------------------*/


/* Single product view */
#single-product h1{
	margin-bottom: 10px;
	font-size: 14px;
    color: #374A74;
}

.border_bottom {
	border-bottom: 1px solid #dddfe2;
}

.border {
	border: 1px solid #dddfe2;
	border-radius: 2px;
}

.border_nodwn {
	border-top: 1px solid #dddfe2;
	border-left: 1px solid #dddfe2;
	border-right: 1px solid #dddfe2;
	border-radius: 2px;
}

.label_group {
	color: #374A74;
    font-size: 11px;
}

.faicons_groups {
	color: #F19007;
}

.faicon_column {
	font-size: 11px;
	margin: 15px 0px;
}

.no_padding {
	padding: 0px;
	
}

.no_margin {
	margin: 0px;
	
}

.ancho_iframe{
	margin-left:4.667%;
	width:90.667%;
}

.carousel_mellow .carousel-indicators li{
	background-color: #7e7e7e;
	border: 0px;
	margin: 0px;	
}

.carousel_mellow .carousel-indicators .active{
	background-color: #fff;
	border: 0px;
	width: 10px;
	height: 10px;	
}

.carousel_mellow .carousel-inner{
	width: 100%;
	height: auto;
}

.carousel_mellow .item{
	width: 100%;
	height: 100%;
}

.carousel_mellow img{
	width: 100%;
	height: 100% !important;
}

/*.line_height_0 {
	line-height: 0;
}*/

.nuevo_margen_buscador{
	padding-right: 44px;
}

.checked{
	color: #337ab7;
	margin-top: 20px;
	display: inline-block;
	font-size: 13px;
}

.blue_check{
	margin-right: 10px;
	margin-bottom: 10px;
}

.pay_logo{
	display: inline-block;
    text-align: right;
    margin-left: 10px;
}

.bank{
	height: 30px;	
}

.pay_card{
	height: 45px;
}

.text_info_groups {
	font-size: 11px;
    padding: 20px 10px 10px 10px;
    color: #1d70b6;
}

.text_customer {
    font-size: 11px;
    color: #1d70b6;
    margin: 0px;
}

.link_info_groups {
	color: #1d70b6;
    text-decoration: none;
    font-weight: 700;		
}

.content_icons {
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #dddfe2;
	padding-bottom: 40px;
}

.content_customer {
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #dddfe2;
	padding-bottom: 20px;
}

.title_column_infogroups {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	color: #374a74;
	display: inline-block;
}

.title_customer {
	color: #f19007;
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 10px;
}

.download_group {
	display: inline-block;
    float: right;
    margin-top: 5px;
}

.content_form_groups {
	margin: 20px 0px 10px 0px;
}

.label_info_group {
	color: #374a74;
	font-size: 11px;
}

.font_size_20 {
	font-size: 20px;
}

.font_size_10 {
	font-size: 10px;
}

.font_size_11 {
	font-size: 11px;
}

.font_size_13 {
	font-size: 13px;
}

.font_size_14 {
	font-size: 14px;
}

.color_blue_dark {
	color: #374a74;	
}

.info_groups_featured {
	margin: 5px 0px 5px 0px;
}

.download_pdf_groups {
	color: #f19007;
	font-size: 10px;
	margin-right: 15px;
	vertical-align: -webkit-baseline-middle;	
}

.download_pdf_groups:hover {
	color: #f19007;
	font-size: 10px;
	text-decoration: underline;
	margin-right: 15px;	
	vertical-align: -webkit-baseline-middle;
}

.link_copia {
	color: #f19007;
	font-size: 10px;
	margin-right: 15px;
	cursor: pointer;

}

.link_copia:hover {
	color: #f19007;
	font-size: 10px;
	text-decoration: underline;
	margin-right: 15px;
	cursor: pointer;	
}

.margin_up_20 {
	margin-top: 20px;
}

.padding_10 {
	padding: 0px 12px 0px 10px;	
}

.margin_down_20 {
	margin-bottom: 20px;
}

.btn_customer {
    background-color: #374A74;
    color: white;
    width: 150px;
    font-weight: bold;
    margin-top: 6%;
    font-size: 11px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn_customer:hover {
    color: #F19007;
    text-decoration: none;
}

.btn_customer:focus {
    color: #F19007;
    text-decoration: none;
}

.border_star {
	border: 2px solid;
    padding: 2px;
    border-radius: 40px;	
}

.border_info {
	border: 2px solid;
    padding: 2px;
    border-radius: 88px;
    padding-left: 8px;
    width: 27px;
}

.border_back {
	border: 2px solid;
    padding: 2px 4px;
    border-radius: 40px;
    font-size: 19px !important;
}

.border_mail {
	border: 2px solid;
    border-radius: 13px;
    font-size: 18px;
    padding: 3px 3px;
}

.border_clock {
	border: 2px solid;
    padding: 1px 3px;
    border-radius: 67px;
}

.border_dollar {
	border: 2px solid;
    padding: 2px;
    border-radius: 88px;
    padding-left: 6px;
    width: 27px;
}

.text_faicons {
	margin-left: 10px;
	vertical-align: text-bottom;
}

.message_smedia {
	border: 1px solid #F19007;
	padding: 10px;
    font-size: 12px;
    margin: 35px 0px;
    line-height: 1.9em;
    border-radius: 4px;
    text-align:left;
    margin-top: 60px;
}

.message_localiza {
	border: 1px solid #F19007;
	padding: 10px;
    font-size: 12px;
    margin: 25px 0px 15px;
    line-height: 1.9em;
    border-radius: 4px;
    text-align:left;
    display: inline-block;
}

.texto_desde {
	text-align: right;
}

#single-product .price{
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #4DBCB5;
}

#single-product .location {
    font-style: italic;
    color: #374A74;
    margin-bottom: 2px;
    font-size: 11px;
}

#single-product .date {
    font-style: italic;
    color: #374A74;
    margin-bottom: 10px;
    font-size: 11px;
}

#single-product .description{
	margin-top: 25px;
}
.no_sessions{
	color: #374A74;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	min-height:200px;
}

#tabs-single-product{
	margin-top: 50px;
}

#tabs-single-product .nav-tabs {
    padding-left: 36%;
    border-bottom: 1px solid rgb(70,97,172);
}

#tabs-single-product .nav-tabs li a {
    padding: 15px 30px 10px 30px;
    color: #001b65
}

#tabs-single-product .nav-tabs li a:hover {
    background-color: #001b65;
    color: white;
}

#tabs-single-product .nav-tabs li.active a {
    border-color: #001b65;
    border-bottom-color: white;
    color: #555;
}

#tabs-single-product .nav-tabs li.active a:hover {
	background-color: white;
	color: #d1d6dd;
}

#tabs-single-product .tab-content {
	padding: 36px 0;
}

#tabs-single-product #precinct strong{
	text-transform: uppercase;
	font-size: 25px;
}

#tabs-single-product #precinct img{
	float: left;
	margin-right: 2%;
	max-width: 40%;
}

/* Purchase process */
#purchase{
	margin-top: 3%;
}

#purchase .panel .panel-default .btn{
	margin-top: -5px;
}

/* Promotion views */
#product-pdf{
	margin-top: 35px;
}

/* Login views */
#login-box{
	padding: 20px;
	border: 1px solid #001b65;
	margin-top: 6%;
}

#login-box h4{
	color: rgb(70,97,172);
}

.login-box-body .small{
	font-size: 16px;
} 

.login-box-body .small a{
	color: #F47421;
} 

/* Profile views */
#profile{
	margin-top: 45px;
}

#profile table i{
	margin-left: 5px;
}

#purchase .select-sit .panel-footer{
	display:none;
}

.logo-box{
	padding: 10px;
}

.agency-logo{
	width: 140px;
	margin-right: 15px;
}

.img-agency-logo{
	height: 70px;
	width: auto;
	margin-top: 10px;
}









/******************************************************
/				PRUEBA MENU DESPLEGABLE
/
/******************************************************/


.company_box{
	border:1px #e5e5e4 solid;
	background: #FFFFFF;
	margin-left: -30px;
	width: 100%;
}


#menu {  
	text-align: left;
	font-size: 13px;
	width: 100%;
	margin: 0px;
}
#menu ul { 
	list-style-type: none;
	background-color: var(--main-bg-color-principal) !important;
	border: 1px solid var(--main-bg-color-principal-hover);
    border-radius: 0px 0px 6px 6px;
    margin-top: 0px;
   	padding-left: 0px;

}
#menu ul li.nivel1 { 
	width: 90%;
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;*/
    border-bottom: 1px solid var(--main-bg-color-principal-hover);
    margin-left: 24px;
}
#menu ul li.primera { 
/*border-top: 1px solid #e3e3e3;*/
}

#menu ul li  .ultimas-entradas { 
	color: #000
}

/* nuevo menu mellow desplegable*/
#menu-mellow-desplegable {  
	text-align: left;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
    font-size: 11px !important;
    width: 100%;
    margin-top: 20px;
    color:#000 !important;
    font-family: 'Montserrat-Regular';
}

#menu-mellow-desplegable ul{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#menu-mellow-desplegable ul a
{
	display:block;
	color:#7e7e9b;;
	text-decoration:none;
	font-weight:bold;
	line-height:32px;
	padding:5px 15px;
	font-family:"Montserrat-Regular";
	font-size: 15px;
	transition: 0.2s ease-out;
}

#menu-mellow-desplegable ul li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	border-left: 1px solid #fff;
	margin-top: 35px;
	width: 148px;
}

#menu-mellow-desplegable ul .no_left_line{
	border: 0;
}

#menu-mellow-desplegable ul a:hover
{
	color:#42d099;
	transition: 0.2s ease-out;
}

#menu-mellow-desplegable ul ul {
	background-color: #fff;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	z-index: 20;
	width: 100%;
}

#menu-mellow-desplegable ul ul li{
	text-align: left;
	float:none;
	width:100%;
	border: none;
	margin: 0;
}

#menu-mellow-desplegable ul ul a
{
	line-height:120%;
	padding:10px 15px;
	font-size: 10px;
}

#menu-mellow-desplegable ul ul ul
{
	display:none;
	top:0;
	left:100%;
}

#menu-mellow-desplegable ul li:hover > ul
{
	display:block;
}

#menu-mellow-desplegable ul ul li:hover > ul ul ul
{
	display:block;
}

#imagenes-menu-mellow-desplegable{
	width:250px;
	height:360px;
	margin-top:20px;
}


/* fin nuevo menu mellow desplegable */

#menu-mellow {  
	text-align: left;
	font-size: 11px !important;
	width: 100%;
	margin-top: 20px;
}

#menu-mellow ul li.nivel1 { 
	width: 90%;
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;*/
    border-bottom: 1px solid #7e7e7e;
    margin-left: 24px;
}
#menu-mellow ul li.primera { 
/*border-top: 1px solid #e3e3e3;*/
}

#menu-mellow ul li  .ultimas-entradas { 
	color: #000
}

#menu-mellow-cat {  
	text-align: center;
	background: linear-gradient(to bottom, #42D099, #339BB0);
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
}

#menu-mellow-cat ul{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	margin-top:-6px;
	margin-bottom:-5px;
}

#menu-mellow-cat ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
	padding:5px 15px;
	font-family:"Montserrat-Regular";
	font-size: 10px;
	transition: 0.2s ease-out;
	width:145px;
	margin-top:-6px;
}

#menu-mellow-cat ul li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	border-left: 1px solid #ffffff;
	margin-top: 35px;
	width: 148px;
}

#menu-mellow-cat ul .no_left_line{
	border: 0;
}

#menu-mellow-cat ul a:hover
{
	color:#054d5e;
	transition: 0.2s ease-out;
}

#menu-mellow-cat ul ul {
	background-color: #339BB0;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	z-index: 20;
	width: auto;
}

#menu-mellow-cat ul ul li{
	text-align: left;
	float:none;
	width:100%;
	border: none;
	margin: 0;
}

#menu-mellow-cat ul ul a
{
	line-height:120%;
	padding:10px 15px;
	font-size: 10px;
}

#menu-mellow-cat ul ul ul
{
	display:none;
	top:0;
	left:100%
}

#menu-mellow-cat ul li:hover > ul
{
	display:block
}

#menu-mellow-cat ul ul li:hover > ul ul ul
{
	display:block
}

.cat_icon{
	position: absolute;
	font-size: 20px;
	top: -20px;
}

.i-ocio{
	left: 65px;
	margin-top:7px;
}

.i-th1{
	left: 46px;
	margin-top:7px;
}

.margin-icono-tren{
	margin-left:-21px;
}

.margin-icono-hotel{
	margin-left:-21px;
}

.margin-icono-ocio{
	margin-left:43px;
}

.i-th2{
	left: 85px;
	margin-top:7px;
}

.i-to1{
	left: 47px;
	margin-top:7px;
}

.i-to2{
	left: 87px;
	margin-top:7px;
}

.i-hotel{
	left: 60px;
	margin-left:1px;
	margin-top:7px;
}

.i-ho1{
	left: 45px;
	margin-top:7px;
}

.i-ho2{
	left: 90px;
	margin-top:7px;
}

.i-findes{
	left: 60px;
	margin-left:2px;
}

.i-exp{
	left: 60px;
	margin-left:2px;
	margin-top:7px;
}

.i-tren{
	left: 62px;
	margin-left:2px;
	margin-top:7px;
}

.last-tickets {
	width: 20px;
	float: right;
	margin-right: 17px;
}

.ultimas-entradas-producto {
	background-color: #0cc8b1;
	color: #fff; 
	display: block;
	text-decoration: none;
	padding: 8px;
	position: relative;
}

.ultimas-entradas-texto {
	clear: both;
	display: block;
	border-left: 2px solid #0cc8b1;
	border-bottom: 2px solid #0cc8b1;
	border-right: 2px solid #0cc8b1;
	padding: 8px;
	font-size: 12px;
	color: #374A74;	
}

.ultimas-entradas-texto:hover {
	background-color: #fff;
}


.link-ultimas-entradas:hover {
	text-decoration: none;
	cursor: pointer;		
}


#menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	/*background-color: #fff;*/
	padding: 8px;
	position: relative;
	padding-left: 3px;
	border-radius: 6px;
	font-family: Lato-Regular;
}
#menu ul li span {
	display: block;
	text-decoration: none;
	color: #000;
	/*background-color: #fff;*/
	padding: 8px;
	position: relative;
	padding-left: 3px;
	border-radius: 6px;
	font-family: Lato-Regular;
}
#menu ul li:hover {
	position: relative;

	color: #fff;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {
	/*background-color: #d0ebf5;*/
	color:#4db8b4;
	position: relative;
	transition: 0.2s ease-out;
	
}
#menu ul li span:hover, #menu ul li:hover span.nivel1 {
	/*background-color: #d0ebf5;*/
	position: relative;
	color:#fe1663;
	transition: 0.2s ease-out;
}

#menu ul li a.nivel1, #menu ul li span.nivel1 {
	display: block!important;
	display: none;
	position: relative;
}
#menu ul li ul {
	display: none;
	z-index: 20;
    margin-left: -7px;
}
#menu ul li a:hover ul, #menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 235px;
	top: -32px;
	/*width: 100%;*/
}
#menu ul li ul li a {
	width: 100%;
	/*background-color: #fff;*/
	color: #000;
}
#menu ul li ul li a:hover {
	position: relative;
	/*background-color: #d0ebf5;*/
	color: #fe1663;
	font-family: Lato-Regular;
}


#menu-mellow ul li a, #menu ul li span {
	display: block;
	text-decoration: none;
	color: #7e7e7e;
	padding: 8px;
	position: relative;
	padding-left: 3px;
	font-family: Montserrat-Regular;
	font-weight: bold;
	text-transform: uppercase;
}

#menu-mellow .primera a{
	background-color: transparent;
}

#menu-mellow ul li:hover {
	position: relative;

	color: #fff;
}
#menu-mellow ul li a:hover, #menu-mellow ul li:hover a.nivel1 {
	/*background-color: #d0ebf5;*/
	color:#42d099;
	position: relative;
	transition: 0.2s ease-out;
	
}
#menu-mellow ul li span:hover, #menu-mellow ul li:hover span.nivel1 {
	/*background-color: #d0ebf5;*/
	position: relative;
	color:#fe1663;
	transition: 0.2s ease-out;
}

#menu-mellow ul li a.nivel1, #menu-mellow ul li span.nivel1 {
	display: block!important;
	display: none;
	position: relative;
}
#menu-mellow ul li ul {
	display: none;
	z-index: 20;
    margin-left: -7px;
	background-color: #f7f7f7;
}
#menu-mellow ul li a:hover ul, #menu-mellow ul li:hover ul {
	display: block;
	position: absolute;
	left: 215px;
	top: -32px;
	/*width: 100%;*/
}
#menu-mellow ul li ul li a {
	width: 100%;
	/*background-color: #fff;*/
	color: #7e7e7e;
	font-size: 11px;
}
#menu-mellow ul li ul li a:hover {
	position: relative;
	/*background-color: #d0ebf5;*/
	color: #42d099;
	font-family: Montserrat-Regular;
	font-weight: bold;
}

.cabecera-mellow {
	font-family: Montserrat-Regular;
	font-weight: bold;
	color: #7e7e7e;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 18px;
}

table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}

#subspain_filter{
	top:-36px;
	height: 499px;
	width: 409px;
	text-align: left; 
    margin: auto;
    overflow-x: hidden;
	overflow-y: hidden;
}

.child_new_menu {
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;*/
	padding-left: 26px;
	line-height: 0.8;
	font-size: 12px;
}
.child_new_menu_first {
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;*/
	padding-left: 26px;
	line-height: 0.8;
	font-size: 12px;
	margin-top: 6px;
}
.child_new_menu_first:hover {
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;*/
	padding-left: 26px;
	line-height: 0.8;
	font-size: 12px;
}
.child_new_menu:hover {
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;*/
	padding-left: 26px;
	line-height: 0.8;
	font-size: 12px;
}

.overflow_child {
	/*max-height: 422px;*/
	background-color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	min-height: 70px;
}
.titulo_parent {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
    background-color: #d0ebf5;
    color: #374A74;
    border-bottom: 0px solid #e3e3e3;
    display: block;
    text-decoration: none;
    padding: 7px 0px 7px 0px;
    position: relative;
    margin: 0px 0 0px;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}
.titulo_parent_country {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
    background-color: #d0ebf5;
    color: #374A74;
    border-bottom: 0px solid #e3e3e3;
    display: block;
    text-decoration: none;
    padding: 7px 0px 7px 0px;
    position: relative;
    margin: 0px 0 0px;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}
.title_border {
    height: 40px;
    width: 8px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background: #1d70b6;
}
.title_name {
    vertical-align: top;
    line-height: 1.4;
    margin-top: 10px;
    margin-left: 5px;
    background: #fff;
    display: inline-block;
}



/******************************************************/
/*				MENÃš DESPLEGABLE MÃ“VIL		          */
/******************************************************/

.col_toggle{
	width: 100%;
	display: inline-block;
	margin-left: -12px;
}

/*********** CATEGORIA *********/
.cat_filter_mob{
	margin-right: -9px;
}

.category_title{
	color: #374A74;
    font-weight: 600;
    font-size: 13px;
}

.category_title:hover{
	text-decoration: none;
}

.cat_panel{
	position: absolute;
	top: 83px;
	display:none;
	z-index: 1;
	width: 103%;
	list-style-type: none;
	background-color: var(--main-bg-color);
	border: 1px solid var(--main-color);
	border-radius: 6px;
}

/*********** FIN CATEGORIA *********/


/*********** PAIS *********/
.country_filter_mob{
	margin-left: -7px;
}

.country_title{
	color: #374A74;
    font-weight: 600;
    font-size: 13px;
}

.country_title:hover{
	text-decoration: none;
}

.panel_country{
	position: absolute;
	top: 82px;
	display:none;
	z-index: 1;
	width: 102%;
	list-style-type: none;
	background-color: var(--main-bg-color);
	border: 1px solid var(--main-color);
	border-radius: 6px;
	left: -7px;
}

/*********** FIN PAIS *********/
.arrow_container_mob{
	width: 11px;
	float: right;

	display: inline-block;
	z-index: 1;

}


#menu_mob {
	text-align: left;
	font-size: 13px;
	width: 100%;
	padding: 10px 10px 0px 10px;
	
}

.primera_mob{
	width: 90%;
	margin-left: 24px;
	border-bottom: 1px solid #E5E5E5;
}

.child_new_menu_first_mob a {
	font-size: 12px;
}

.child_new_menu_first_mob a:active, .primera a:active, .nivel1 a:active {
	text-decoration: none;
}

.child_new_menu_first_mob a:hover, .primera a:hover, .nivel1 a:hover {
	text-decoration: none;
}


.primera a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 8px;
	position: relative;
	border-radius: 6px;
	font-family: Lato-Regular;
}

.primera a:hover{
	text-decoration: none;
}

.nivel1b{ 
	display: block;
	text-decoration: none;
	color: var(--main-color);
	background-color: var(--main-bg-color);
	padding: 8px;
	position: relative;
	font-family: Lato-Regular;
	color: #fff;
	width: 90%;
	margin-left: 24px;
	border-bottom: 1px solid var(--main-color);
	cursor: pointer;
}

.color_link{ 
	text-decoration: none;
	color: #fff;
	background-color: var(--main-bg-color);
}

.color_link:hover { 
	text-decoration: none;
}


.nivel1 a{ 
	display: block;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ultimos-tickets a{
	color: #000;
	width: 90%;
	margin-left: 24px;
	font-family: Lato-Regular;
}
/* ------------- CSS FORMULARIO HOTELES -------------*/


/* ------------- FIN CSS FORMULARIO HOTELES -------------*/

table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}

.child_new_menu_first_mob {
	/*line-height: 12px;
	border-top: 1px solid #e3e3e3;
	color: #1D70B6;
	background: #f7f7f7;*/
	padding-left: 26px;
	line-height: 0.8;
	font-size: 12px;
	margin-top: 6px;
}

.child_new_menu_first_mob a{
	display: block;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 6px;
	text-decoration: none;
	color: #fff;
}

.panel-buscador{background-color: #000;}



.sub_menu_active {
	color: #fe1663 !important;
	text-decoration: none;
}

.form-control { /*color: #999 !important;*/ }

.mb-15{margin-bottom:15px;}

#menu_mob .primero{
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#menu_mob .primero:hover{
	text-decoration: none;
}

.overflow_child_mob {
	max-height: 422px;
	background-color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.titulo_parent {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
    background-color: #d0ebf5;
    color: #374A74;
    border-bottom: 0px solid #e3e3e3;
    display: block;
    text-decoration: none;
    padding: 7px 0px 7px 0px;
    position: relative;
    margin: 0px 0 0px;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}
.titulo_parent_country {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
    background-color: #d0ebf5;
    color: #374A74;
    border-bottom: 0px solid #e3e3e3;
    display: block;
    text-decoration: none;
    padding: 7px 0px 7px 0px;
    position: relative;
    margin: 0px 0 0px;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}
.title_border {
    height: 40px;
    width: 8px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background: #1d70b6;
}
.title_name {
    vertical-align: top;
    line-height: 1.4;
    margin-top: 10px;
    margin-left: 5px;
    background: #fff;
    display: inline-block;
    width: 85%;
}

.down_toggle {
	display: inline-block;
    vertical-align: top;
    width: 5%;
    text-align: right;
    margin-top: 10px;
    padding-right: 5px;
}

/******************************************************/
/*					CARTELES                          */
/******************************************************/

.poster_entries_well_new {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 50px;
    background: #000;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.poster_title {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

#poster-card {
	margin: 0px 0 15px 0px;
	text-align: center;
}

.content_poster_card {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dddfe2;
	background: #fff;
}

.imagen_poster {


}

#poster-card .poster_title{
	font-size: 11px;
    text-align: center;
    margin-top: 5px;
    color: #374A74;
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 20px;
}

#poster-card .categories{
	font-size: 9px;
	text-align: center;
	margin-top: 2px;
	height: 31.5px;
	color: #F19007;
	margin-bottom: 2px;
	margin-left: 2px;
}

#poster-card .btn {
	background-color: white;
    color: #1d70b6;
    margin: 0px 0px 10px 0px;
    width: 90px;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #1d70b6;
    padding: 2px 14px;
}

#poster-card .btn:hover{
	background-color: #1d70b6;
    color: #fff;
    margin: 0px 0px 10px 0px;
    width: 90px;
    font-weight: bold;
    font-size: 11px;
}

#cat_poster .btn{
    background-color: white;
    color: #1d70b6;
    margin: 2%;
    width: auto;
    font-size: 13px;
    border: 1px solid #dddfe2;
    margin: 5px 3px 20px 3px;
}

#cat_poster .btn:hover{
    background-color: #d0ebf5;
    color: #1d70b6;;
    margin: 2%;
    width: auto;
    font-size: 13px;
    border: 1px solid #dddfe2;
    margin: 5px 3px 20px 3px;
}

.menu_active_poster {
	background: #d0ebf5 !important;
	color: #1d70b6 !important;
}


/******************************************************/
/*						BLOG                          */
/******************************************************/

.blog_entries_well_new {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 50px;
    background: linear-gradient(to right, #1d70b6, #354f7c);
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.blog_title {
	color: #fff;
	font-weight: 600; 
	font-size: 13px;
}

.blog_desc {
	color: #fff;
	font-weight: 400; 
	font-size: 13px;
}

#blog-card {
	margin: 0px 0 15px 0px;
	text-align: center;
}

.content_blog_card {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dddfe2;
	background: #fff;
}

.imagen_blog {
	max-height: 165px;
	min-height: 165px;
}

#blog-card .blog_title{
	font-size: 11px;
    text-align: center;
    margin-top: 5px;
    color: #374A74;
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 33px;
}

#blog-card .categories {
	font-size: 9px;
	text-align: center;
	margin-top: 2px;
	height: 31.5px;
	color: #F19007;
	margin-bottom: 2px;
	margin-left: 2px;
}

#blog-card .btn{
	background-color: white;
    color: #1d70b6;
    margin: 0px 0px 10px 0px;
    width: 90px;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #1d70b6;
    padding: 2px 14px;
}

#blog-card .btn:hover {
	background-color: #1d70b6;
    color: #fff;
    margin: 0px 0px 10px 0px;
    width: 90px;
    font-weight: bold;
    font-size: 11px;
}

#cat_blog .btn {
    background-color: white;
    color: #1d70b6;
    margin: 2%;
    width: auto;
    font-size: 13px;
    border: 1px solid #dddfe2;
    margin: 5px 3px 20px 3px;
}

#cat_blog .btn:hover {
    background-color: #d0ebf5;
    color: #1d70b6;;
    margin: 2%;
    width: auto;
    font-size: 13px;
    border: 1px solid #dddfe2;
    margin: 5px 3px 20px 3px;
}
  
#entry_cat_blog .btn{
	background-color: white;
    color: #1d70b6;
    margin-left: 2%;
    width: 100%;
    font-size: 13px;
    border: 1px solid #dddfe2;
    margin-bottom: 10px;
}

#entry_cat_blog .btn:hover{
	background-color: #d0ebf5;
    color: #1d70b6;
     margin-left: 2%;
    width: 100%;
    font-size: 13px;
    border: 1px solid #dddfe2;
    margin-bottom: 10px;
}
.entry-title{
	font-size: 13px;
    text-align: left;
    margin-top: 15px;
    color: #374A74;
    font-weight: 600;
    margin-left: 15px;
    height: 33px;
    margin-bottom: 0px;
}

.entry-text{
	font-size: 11px;
    text-align: left;
    margin-top: 15px;
    color: #374A74;
    font-weight: 600;
    margin-left: 15px;
    height: auto;
}

.entry-post{
	font-size: 10px;
    text-align: left;
    margin-top: 15px;
    color: #374A74;
    font-weight: 600;
    margin-left: 15px;
    height: 33px;
}

.entry-post-yellow{
	font-size: 10px;
    text-align: left;
    margin-top: 15px;
    color: #F19007;
    font-weight: 400;
    margin-left: 2px;
    height: 33px;
}

.entry-coma-yellow{
	font-size: 10px;
    text-align: left;
    margin-top: 15px;
    color: #F19007;
    font-weight: 400;
    margin-left: -3px;
    height: 33px;
}
.menu_active_blog {
	background: #d0ebf5 !important;
	color: #1d70b6 !important;
}

#searcher_blog{
	float: none;
    width: auto;
    background-color: white;
    bottom: 23px;
    border: 1px solid #dddfe2;
    height: 28px;
    border-radius: 2px;
    display: inline-block;
}

#searcher_blog i{
	/*display: none;*/
	color: #374A74;
	font-size: 11px;
    margin-bottom: 5px;
}

#searcher_blog .btn {
    background-color: #fff;
    color: white;
    width: 25px;
    text-transform: uppercase;
    font-weight: bold;
    height: 21px;
    margin-left: -4px;
    margin-top: -2px;
    padding: 0;
    border-radius: 0px;
    border-top: 0px solid #374A74;
    border-right: 0px solid #374a74;
    border-bottom: 0px solid #374a74;
    border-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.section_search {
	width: 100%;
    text-align: center;
    clear: both;
    padding: 0px 0px 20px 0px;
}

/************************************************/						
/*				TREN + OCIO		HOTEL + OCIO	*/
/************************************************/

.tarifasTren th{
	width: 105px !important;
	padding: 8px 0px 8px 0px !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:  50% 50% no-repeat rgb(249,249,249, 0.8);
	text-align: center;
}

.div_loader_image {
	display: inline-block;
	width: auto;
	background-color: #fff;
	margin-top: 10%;
}

.header_form {
	color: #fff;
}

	.ui-autocomplete-loading {	background: white url("/images/conectando.gif") right center no-repeat;}
	.ui-autocomplete.ui-widget {  font-size: 0.9em;}
	.panelAffix {position: fixed; margin-top:1%; right: 75%; left: 2%; border-color: #000}
	.panelAffixHotelOcio2 {position: fixed; margin-top:24%; right: 75%; left: 2%; border-color: #000}
	.pasosReserva{ font-size:20px; }
	.panel-flt-hoteles-border-azul{border-color: #000;}
	.text_primary {
		color: #000 !important;
	}
	
	.link_accordion {
	    padding: 10px 15px;
	    display: block;
	    margin: 0px;
	    background-color: #ddd;
	    color: #000;
	    font-weight: bold;
	}
	
	.link_accordion:hover {
		text-decoration: none;
		color: #0cc8b1;
	}
	
	.link_accordion:focus {
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}
	
	.text_form_reserve{
		padding: 5px 5px 5px 5px;
	    margin: 0px 0 0 0px;
	    font-size: 14px;
	    color: #132749 !important;
	    font-weight: bold;
	    line-height: 2;
    }
    
    .bg_primary {
    	color: #fff;
	    background-color: #000;
	}
    
    .item_form {    
	    position: relative;
	    display: block;
	    padding: 5px 5px;
	    margin-bottom: -1px;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    font-size: 13px;
	    color: #000;
    }
    
    .icon_form {
    	float: right;
   		margin-top: 2px;
    }
    
    .text_success {
    	color: #4DBCB5;
    }
    
    .panel_form {
    	padding: 15px 15px 0px 15px;
    }
    

    .margin_down_5 {
		margin-bottom: 5px;
	}
.tit-busca-tren-ocio {
    padding-bottom: 0;
    text-align: center;
    font-size: 20px;
}
.tit-busca-tren-hotel-ocio {
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

/*
label {
	font-weight: normal !important;
}
*/

.btn-buscador-new {
    color: #fff;
    background-color: #ff7e04;
    border-color: #884301;
    transition: 0.5s;
    border: navajowhite;
    border-radius: 3px;
    padding: 5px 30px;
    transition: 0.5s;
}
.btn-buscador-new:hover{
    color: #fff;
    background-color: #ef5000;
    border-color: #884301;
    transition: 0.5s;
}
.btn-loMasBuscado {transition: 0.5s;}
.btn-loMasBuscado:hover {transition: 0.5s;}

	.padding_circles {
	    padding-top: 5px;
    	padding-bottom: 5px;
	}
	
	.text_header_tren {
		font-size: 14px;
		color: #000;
		font-weight: bold; 
	}
	
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	    color: var(--main-color) !important;
	    cursor: default;
	    background-color: var(--main-bg-color) !important;
	    border: 1px solid var(--main-bg-color);
	    border-bottom-color: transparent;
	    font-weight: bold !important;
	}
	
	.text_right_details {
		background-color:#ffffff; 
		color:var(--main-bg-color) !important; 
		margin-top:10px; 
		text-align: right; 
		font-size: 12px;
	}
	
	.no-bg {
    background: none !important;
	}
	.panel-primary {
	    border-color: #000 !important;
	}
	
	.text_pasajero {
		padding: 13px 8px !important;
    	vertical-align: top;
	}
	
	/* CIRCUITOS --------------------------------------------------*/
	.circuito-tipo-checkbox {
    margin-right: 5px !important;
    margin-left: 10px !important;
	}
	
	/* FIN CIRCUITOS ---------------------------------------------*/
	.navbar-default .navbar-toggle .toggle-activ .icon-bar {
    background-color: #fff !important;
}
	
	.texto-intermitente{
	color: var(--main-color); 
	font-weight:bold; 
	animation-name: parpadeo;  
	animation-duration: 1s;  
	animation-timing-function: linear;  
	animation-iteration-count: infinite;  
	-webkit-animation-name:parpadeo;  
	-webkit-animation-duration: 1s;  
	-webkit-animation-timing-function: linear;  -webkit-animation-iteration-count: infinite; }
	@-moz-keyframes parpadeo{  0% { opacity: 1.0; }  50% { opacity: 0.0; }  100% { opacity: 1.0; } }
	@-webkit-keyframes parpadeo {  0% { opacity: 1.0; }  50% { opacity: 0.0; }   100% { opacity: 1.0; } }
	@keyframes parpadeo {  0% { opacity: 1.0; }   50% { opacity: 0.0; }  100% { opacity: 1.0; } }
	
	
	input[type=radio].hotel-ocio-radio { display:none; } /* to hide the checkbox itself */
	input[type=radio].hotel-ocio-radio + label:before {
		-ms-transform: scale(1.5); /* IE 9 */
	    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
	    transform: scale(1.5);
		font-family: FontAwesome;  
		display: inline-block; }
	input[type=radio].hotel-ocio-radio + label:before { content: "\f1db"; } /* unchecked icon */
	input[type=radio].hotel-ocio-radio + label:before { letter-spacing: 5px; } /* space between checkbox and label */
	input[type=radio].hotel-ocio-radio:checked + label:before { content: "\f058"; color: #0cc8b1; } /* checked icon */
	
	
	.hotel-ocio-checkbox {
	    -ms-transform: scale(1.5); /* IE 9 */
	    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
	    transform: scale(1.5);	   
	}
	
	.circuito-tipo-checkbox{
	    -ms-transform: scale(1.5); /* IE 9 */
	    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
	    transform: scale(1.5);	   
	}
	

			
	@media only screen and (max-width: 600px){
		.panelAffix {position: initial;}
		.panelAffixHotelOcio2 {position: initial;}
		.text-activ-tit {
		    position: absolute;
		    z-index: 5;
		    top: 32%;
		    color: #fff;
		    text-align: center;
		    text-shadow: 0.1em 0.1em 0.05em #333;
		    width: 75%;
		    font-weight: bold;
		    font-size: 17px;
			}
			div#actividad-card {
			    max-width: 44%;
			}

			.img-actividades-peq {
   			 	width: 80% !important;
				height: 100%;
				max-height: 100px !important;
				margin-top: 70% !important;
   			    margin-left: 20% !important;
			}
			.conten-actividades .p-0{
				font-size: 11px;
			}
			.name-product-activ-ciudad {
				font-size: 18px !important;
				margin-bottom: -3px !important;
			}
			.conten-actividades .height-unset{
				font-size: 11px !important;
			}
			.price.price-actividades-ciudad strong{
				font-size: 14px !important;
			}
			.conten-actividades .mt-5{
				margin-bottom: 4px;
			}    
			#filtrar{
				display: block !important;
				margin: 0px 0px 6px 16px;
			}
			.StickyDestinoActividades{
				display: none;
			}
			.volver{
				margin-left: 80%;
			}
	
	}
	
		@media (min-width: 600px){
		
			.img-actividades-peq {
				width: 100%;
				height: 100%;
				max-height: 200px;
			}

			.StickyDestinoActividades{
				display: inline-block !important;
			}

			
	
		}
	
	@media (min-width: 768px){
		.navbar {
    	border-radius: 0px;
		}
	}
	         
	@media only screen and (max-width: 767px){
		.panelAffix {position: initial;}
		.panelAffixHotelOcio2 {position: initial;}	
		}
		
		.bg-toggle {
   			background: none !important;
   		 margin: 10px !important;
   		 float: left;
   		 position: absolute;
   		 z-index: 26;
   		 top: -53px;
		}
	}

@media only screen and (max-width: 200px){
		
		.bg-toggle {
   			background: none !important;
   		 margin: 10px !important;
   		 float: left;
   		 position: absolute;
   		 z-index: 26;
   		 top: -53px;
		}
	}
	
	.btn-menu-respons {
    background: no-repeat;
    background: none !important;
    margin: 10px !important;
    float: left;
    position: absolute;
    z-index: 26;
    top: -53px;
}
	.ociotour-div img {  
		height: auto;
    	width: 90%;
    	float: right;
    }
     @media only screen and (max-width: 850px){
	
		
			
    	}
    	
    	
	
    @media only screen and (max-width: 900px){
	
		.busc-actividades {
    		position: relative;
   			 top: -195px;
   			 z-index: 25;
    		margin-left: 2%;
			}
    	}
    	
	@media screen and (max-width: 992px){
		
		.busc-actividades {
    /* position: relative; */
    /* top: 0px; */
    z-index: 25;
    margin-left: auto;
}

		.panelAffix {position: initial;}
		.panelAffixHotelOcio2 {position: initial;}
		
		.ociotour-div {    width: 100%;    float: left;}
		.ociotour-div img { 
			margin: 0 auto;
   			width: 900px;
    		display: block;
   			max-width: 500px;
   			float: none;
   			}
   			
   			.buscador-home { height: 60px;}
   			.width-form-home {
			    max-width: 70%;
			    margin: 0 0 0 15px;
			    display: block;
			    float: left;
			}
   			.btn-buscador-home { height: 60px; padding: 25px; color: #fff;}
   			.buscador-home-div { width: 100%;
			    margin: 0 auto;
			    max-width: 1000px;}
				}
		@media only screen and (max-width: 1100px){
	
			.busc-actividades {
			    position: absolute;
			    top: 10px;
			    z-index: 25;
			    margin-left: 5%;
			}
		}
	@media only screen and (max-width: 1200px){
		.row.carrousel.pt-10.pb-10 { display: none;}
		.busc-actividades {  margin-left: 7%;}
	
	}
	@media screen and (max-width: 1024px){	
		.busc-actividades {
    position: absolute;
    top: 0px;
    z-index: 25;
    margin-left: auto;
}
	}


	.panel-primary > .panel-heading {
    	color: #fff;
    	background-color: #000 !important;
    	border-color: #000 !important;
	}

/************************************************/						
/*				Calendario						*/
/************************************************/

.select_view{
	text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn_view{
	background-color: #374A74;
    color: white;
    font-size: 11px;
    padding: 6px 12px;
    border: 0;
    border-radius: 4px;
    transition: .2s ease-in-out;
}

.btn_view:hover{
	background-color: #4DBCB5;
	transition: .2s ease-in-out;
}

.btn_cancelacion{
	background-color: #374A74;
    color: white;
    font-size: 11px;
    padding: 6px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
    transition: .2s ease-in-out;
}

.btn_cancelacion:hover{
	color: white;
	background-color: #4DBCB5;
	transition: .2s ease-in-out;
	text-decoration: none;
}


#calendar_view{
	height: 700px;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}

.actual_month{
	font-size: 15px;
	font-weight: bold;
	color: #374A74;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}

.calendar_tab{
	width: 100%;
	border: 1px solid #dddfe2;
	margin-bottom: 50px;
}

.day_name{
	width:14%;
	height:30px;
	background-color:#374A74;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
	
.evento_calendar_dia{
	vertical-align: top;
	width:14%;
	height:85px;
	background:#FFF;
	text-align: right;
	padding: 5px 12px 5px 0px;
	color: #374A74;
	font-weight: bold;
	font-size: 11px;
}
   
.evento-calendar-horalink a{
	text-decoration: none;
	color: #374A74;
	border-radius: 2px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #dddfe2;
	font-size: 11px !important;
	margin-top: 5px;
	width: 85%;
	transition: all .3s;
}
	
.evento-calendar-horalink a:hover{
	background-color: #d0d0d0;
	transition: all .3s;
}

.btn_previous{
	text-align:left;
}

.btn_next{
	text-align:right;
}

.banner_top{
	padding: 0px 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: -46px;
}

.banner_top_localiza{
	padding: 0px 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.banner_top_localiza {
    width: 100%;
}

.hr_meta{
	width: 25% !important;
	margin-top: 3px;
	margin-bottom: 3px;
	display: none;	
}

.container_banner_agencias{
	/* background-color: #223F6F !important; */
	margin-top: 0;
	height: 390px !important;
	padding-top: 5px;
}

.subcontainer_banner_agencias{
	height: 390px;
	margin-left: -21px;
    }
}

.text_banner_agencias {
	color: white;
    font-family: 'Lato-Black', sans-serif;
    font-size: 13px;
    text-align: center;
    padding-top:15px;	
}

.imagen_banner_agencias{
	height: 337px;
	width: 264px;
	margin-right: 18px;
	display: inline-block;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.70);
	vertical-align: text-top;
	
}

.imagen_banner_agencias img{
	width: 113% !important;
	height: 100% !important;
	margin-left: -14px;
}


.logo_nuevo{
	margin-left: -16px;
	margin-right: 16px;
}

.box_banner{
	margin-top: -155px;
	/*margin-left: 10px;*/
	color: #fff;
	width: 100%;
}

.titulo_banner{
	font-family: 'Lato-Black', sans-serif;
	font-size: 18px;
	
}

.texto_banner{
	font-family: 'Lato-Regular', sans-serif;
	font-size: 12px;
	line-height: 1.8;
}

.precio_banner{
	font-family: 'Lato-Black', sans-serif;
	margin-top: -66px;
	margin-left: 170px;
	font-size: 15px;
}

.boton_ultimas{
	display: inline-block;
	background: linear-gradient(to bottom, rgba(77,188,181,1) 0%, rgba(58,93,148,1) 100%);
	border-radius: 4px;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Lato-Black;
}

.ultimas_entradas{
	font-family: 'Lato-Black', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 2px 8px 2px;
	
}

.ultimas_entradas a:hover{
	text-decoration: none;
	color: white !important; 
}

.ultimas_entradas a{
	text-decoration: none;
	color: white !important!;
}

.btn_last_tickets{
  margin-top: 20px;
}

.btn_inside_last_tickets{
  background-color: #fff;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 2px;
  color: #000;
  font-size: 15px;
  transition-duration: .3s!important;
  transition: ease-in-out;
}

.btn_inside_last_tickets:hover{
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.flecha_ultimas{
	overflow: visible;
	width: .875em;
	margin-left: 2px;
	margin-top: 2px;
}

.cartel_categorias{
	display: inline-block;
	/* background: linear-gradient(to bottom, rgba(62,104,156,1) 0%, rgba(62,104,156,1) 33%, rgba(29,55,99,1) 100%); */
	background: linear-gradient(to bottom, var(--main-bg-color) 0%, var(--main-bg-color) 33%, var(--main-bg-color) 100%);
	border-radius: 4px 4px 0px 0px;
	margin-top: 38px;

}

.cartel_categorias a:hover{
    color:#fff !important;
    text-decoration: none;
}

.cartel_categorias_mellow{
	display: inline-block;
	margin-top: 40px;
}

.titulo_categorias{
	/* font-family: 'Lato-Black', sans-serif; */
	/* font-weight: bold; */
	color: var(--main-color);
	text-transform: uppercase;
	padding: 10px 4px 10px 4px;
	font-size: 13px;
}

.titulo_categorias_mellow{
	font-family: 'Montserrat-Regular';
	color: #3ab5a5;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	padding-left:10px;
}

.cartel_paises{
	display: inline-block;
	/*background: linear-gradient(to bottom, rgba(62,104,156,1) 0%, rgba(62,104,156,1) 33%, rgba(29,55,99,1) 100%);*/
	background: linear-gradient(to bottom, var(--main-bg-color) 0%, var(--main-bg-color) 33%, var(--main-bg-color) 100%);
	border-radius: 4px 4px 0px 0px;
	margin-top: 38px;

}

.cartel_paises a:hover{
    color:#fff !important;
    text-decoration: none;
}

.cartel_paises_mellow{
	display: inline-block;
	margin-top: 40px;
}

.titulo_paises{
	color: var(--main-color);
	text-transform: uppercase;
	padding: 10px 4px 10px 4px;
	font-size: 13px;
}

.container_banner_publicidad_grupos{
	margin-top: 25px;
	margin-left: -2px;
}

.container_banner_publicidad_ventajas{
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: -4px;
}

.container_banner_publicidad_a_medida{
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: -2px;
}

.banner_publicidad_agencias img{
	width: 100%;
    border-radius: 4px;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

.banner_publicidad_agencias2 img{
	width: 100%;
    border-radius: 4px;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fl-r {
    float: right;
} 
.fl-l {
    float: left;
} 

.fl-left {
    float: left;
}
.info_banner_metas{
	text-align: center;
	margin-top: -66px;
	color: #fff;
}

.h1_banner_agencias{
	font-family: 'Lato-Black'; 
	font-size: 13px;
}

.p_banner_agencias{
	font-family: 'Lato-Regular', sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
}


.arrow_container_primera{
	width: 7px;
	float: right;
	margin-right: 23px;
	position: relative;
}

.arrow_container{
	width: 7px;
	float: right;
	margin-right: 12px;
	position: relative;
}

.arrow_container_paises{
	width: 7px;
	float: right;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	margin-top: -28px;
}

.new_category_style {
	display: inline-block !important;
    background-color: #000 !important;
    padding: 3px 7px !important;
    font-size: 9px;
    color: white !important;
    font-weight: 8 !important;
    margin-left: 2px;
    text-transform: capitalize !important;

}

.new_category_style_menu2020 {
	display: inline-block !important;
    background-color: #ff0000!important;
    padding: 3px 7px !important;
    font-size: 9px;
    color: white !important;
    font-weight: 8 !important;
    margin-left: 2px;
    text-transform: capitalize !important;

}

.new_category_style_mellow {
	display: inline-block !important;
    background-color: #339daf !important;
    padding: 3px 7px !important;
    font-size: 9px;
    color: white !important;
    font-weight: 8 !important;
    margin-left: 2px;
    text-transform: capitalize !important;

}

.caja_metas_site{
	display: inline-block;
	background: linear-gradient(to bottom, rgba(62,104,156,1) 0%, rgba(62,104,156,1) 33%, rgba(29,55,99,1) 100%);
	border-radius: 4px;
	height: auto;
	margin: 38px 0 8px 0;
	padding-bottom: 5px;
	line-height: 7px;
}

.titulo_metas_site h1{
	font-size: 13px;
}
.titulo_metas_site{
	font-family: 'Lato-Black', sans-serif;
	color: #fff;
	margin-top: -16px;
	text-align: center;
}

.subtitulo_metas_site{
	font-family: 'Lato-Black', sans-serif;
	color: #fff;
	font-size: 11px;
	padding: 0 9px 0 9px; 
	margin-top: -6px;
	text-align: center;
	line-height: 12px;
	
}

.caja_metas_shop{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #dddfe2;
	width: 97.6%;
	height: auto;
	margin: 25px 0 3px 10px;
	line-height: 7px;
}

.titulo_metas_shop h1{
	font-size: 13px;
}
.titulo_metas_shop {
	font-family: 'Lato-Black', sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 0px 4px 0px 4px;
	margin-top: -9px;
	text-align: center;
}

.subtitulo_metas_shop{
	font-family: 'Lato-Regular', sans-serif;
	font-size: 11px;
	padding: 0 9px 6px 9px; 
	margin-top: -6px;
	text-align: center;
	line-height: 12px;
}

.caja_metas_landing{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #dddfe2;
	width: 97.6%;
	height: auto;
	margin: 25px 0 16px 10px;
	line-height: 7px;
}

.caja_metas_landing_iframe{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #dddfe2;
	width: 98.2%;
	height: auto;
	margin: 25px 0 16px 10px;
	line-height: 7px;
}

.header_land_art{
	border: 1px solid #dddfe2;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 10px;
}

.h1_land_art{
	margin: 10px 20px;
	font-family: 'Lato-Black', sans-serif;
	color: #374A74;
	font-size: 13px;
}

.h1_land_art_iframe{
	margin: 10px 20px;
	font-family: 'Lato-Black', sans-serif;
	color: #374A74;
	font-size: 13px;
	text-align: center;
}

.desc_land_art{
	margin: 10px 20px;
	font-family: 'Lato-Regular', sans-serif;
	color: #000;
	font-size: 12px;
}

.h2_land_art{
	margin: 10px 20px;
	font-family: 'Lato-Regular', sans-serif;
	color: #4DBCB5;
	font-size: 12px;
}

#subcategory_filter{
	z-index: 1;
}

.pagination > .active > a{
	background-color: #000;
	border-color: #000;
}

.pagination > .active > a:hover{
	background-color: #000;
	border-color: #000;
}

.top_product{
	 margin-top: -15px;
}

.barras_menu{
	 margin-right: 5px; 
	 color: #fff;
	 margin-left: 5px;
}

.toggle_country{
	margin-left: 11px;
}

.titulo_espa{
	color: #000;
}

.no_results_box{
	margin-top: 15px;
}

.no_results_box_inside{
	padding: 5px;
}

.no_result_p{
	color: #7d7d7d;
}


.cartTable{ font-size: 12px; 
  border-collapse: collapse; 
  border-spacing: 0; 
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px; border: 1px solid #d0d0d0;  width:100%; border-radius: 4px;   -moz-border-radius: 4px;  -webkit-border-radius: 4px;  -o-border-radius: 4px; }
.cartTable td,th {border-top: 1px solid #ddd; padding: 4px 8px; }
.cartTable tbody tr:nth-child(even)  td { background-color: #eee; } /* Con esto pintamos cada fila de un color. 1 blanco 1 gris 1 blanco ... */
.cartTable img { width:100px; height:100px;}




.trenesTable{ font-size: 12px; 
  border-collapse: collapse; 
  border-spacing: 0; 
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px; border: 1px solid #d0d0d0;  width:100%; border-radius: 4px;   -moz-border-radius: 4px;  -webkit-border-radius: 4px;  -o-border-radius: 4px; }
.trenesTable td,th {border-top: 1px solid #ddd; padding: 4px 8px; }
.trenesTable tbody tr:nth-child(even)  td { background-color: #fff; } /* Con esto pintamos cada fila de un color. 1 blanco 1blanco fff (cabiar fff si se quiere otro color)... */
.trenesTable img { width:100px; height:100px;}

.trenesRestricionTable{ font-size: 12px; 
  border-collapse: collapse; 
  border-spacing: 0; 
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px; border: 1px solid #d0d0d0; border-radius: 4px;   -moz-border-radius: 4px;  -webkit-border-radius: 4px;  -o-border-radius: 4px; }
.trenesRestricionTable td,th {border-top: 1px solid #ddd; padding: 4px 8px; }
.trenesRestricionTable tbody tr:nth-child(even)  td { background-color: #fff; } /* Con esto pintamos cada fila de un color. 1 blanco 1blanco fff (cabiar fff si se quiere otro color)... */
.trenesRestricionTable img { width:100px; height:100px;}


.trenSelecionadoTable{ font-size: 12px; 
  border-collapse: collapse; 
  border-spacing: 0; 
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px; border: 1px solid #d0d0d0;  width:100%; border-radius: 4px;   -moz-border-radius: 4px;  -webkit-border-radius: 4px;  -o-border-radius: 4px; }
.trenSelecionadoTable td,th {border-top: 1px solid #ddd; padding: 4px 8px; }
.trenSelecionadoTable tbody tr:nth-child(even)  td { background-color: #fff; } /* Con esto pintamos cada fila de un color. 1 blanco 1blanco fff (cabiar fff si se quiere otro color)... */
.trenSelecionadoTable img { width:100px; height:100px;}

.hotelOcioOcupacionesTable{ font-size: 12px; 
  border-collapse: collapse; 
  border-spacing: 0; 
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px; border: 1px solid #d0d0d0;  width:100%; border-radius: 4px;   -moz-border-radius: 4px;  -webkit-border-radius: 4px;  -o-border-radius: 4px; }
.hotelOcioOcupacionesTable td,th {border-top: 1px solid #ddd; padding: 4px 8px; }
.hotelOcioOcupacionesTable tbody tr:nth-child(even)  td { background-color: #fff; } /* Con esto pintamos cada fila de un color. 1 blanco 1blanco fff (cabiar fff si se quiere otro color)... */
.hotelOcioOcupacionesTable img { width:100px; height:100px;}
.hotelOcioOcupacionesTableTdRegimen{width:50%;}
.hotelOcioOcupacionesTableTdRembolsable{width:25%;}
.hotelOcioOcupacionesTableTdPrecio{width:25%; text-align:right;}



.container-interlink {
	padding-top:20px;
	bottom: 7%;
	/*position:absolute;*/
	width:100%;
}

.container-interlink a:hover {
	text-decoration: none;
}

.interlinks-mellow{
	color: #7e7e7e;
}

.interlink {
	font-size: 11px;
	color: #000;
}

.interlink:hover{
	color: #4DBCB5;
}

.interlinks-mellow .interlink{
	font-size: 10px;
	color: #7e7e7e;
}

.interlinks-mellow .interlink:hover{
	font-size: 10px;
	color: #42d099;
}

#links .container-interlink{
	margin-top: 40px;
	margin-bottom: 40px;	
}


/* ESTILOS PRODUCTOS RECOMENDADOS */

.imagen_productR{
	width: 100%;
	height: auto;
	max-height: 224px;
}

.image_block_productR{
	height : 224px;
}

.name_productR{
	
	padding:5px;
	/*height: 60px;*/
}

.name_productR a{
	text-align: left;
    font-family: 'Lato-Black', sans-serif;
	color: #374A74;
    text-decoration: none;
}

.name_productR a:hover {
    text-decoration: none;
}

.margin_down_productR{
	margin-bottom: 20px;
	box-sizing: border-box;
}

.card_productR{
	margin:2px;
	padding:10px;
	background: white;
	border: solid 1px #eee;
	margin-bottom: 20px;
}

.card_productR .price{
	font-family: 'Lato-Regular', sans-serif;
	color: #4DBCB5;
	text-align: left;
	height: 16px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.card_productR .location{
	font-style: italic;
	font-family: 'Lato-Regular', sans-serif;
	text-align: left;
	height: 32px;
	color: #374A74;
	margin-bottom: 5px;
	margin-left: 5px;
}

.dia-abierto-isla-magica{
	color: #0cc8b1;
	font-weight: bold;
}

.banderas {
	margin-top: -22px;
	margin-right: 10px;
}

.banderas_marca_blanca {
	margin-top: -27px;
	margin-right: -3px;
}

.banderas_marca_blanca_guest {
	margin-top: 10px;
	margin-right: 43px;
}

.info_groups, .info_groups_btn{
	height: 75px;
	top: -39px;
	margin-bottom: -72px;
}

.info_groups_btn{
	width: 106%;
	background-color: #374A74;
    color: white;
    display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.info_groups_enlace{
	font-family: 'Lato-Black', sans-serif;
	color: #374A74;
	text-decoration: none;
	font-size: 11px;
}

.boton_info_groups a img {
	border-radius: 6px;	
}

.info_groups_enlace a:hover{
	text-decoration: none !important;
	color: #374A74;
}

.info_groups_desc{
	font-family: 'Lato-Black', sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	top: 6px;
	/* padding-left: 0px; */
	text-align: initial;
}

.link_clausulas_seguro a{
	text-decoration: underline; 
	font-weight: bold;
	color: #0cc8b1;
}

.link_clausulas_privacidad a{
	text-decoration: underline; 
	font-weight: bold;
	color: #0cc8b1;
}

#iniciar_sesion {
	display: none;
}

#minus {
	display: none;
	color: #0cc8b1;
}

#plus {
	color: #0cc8b1;
}

.cursor_pointer {
	cursor: pointer;
}


#barraaceptacion {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 100%;
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 99999;
	padding-top: 20px;
}

.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	top:30%;
}

.inner a.ok {padding:4px;color:#06c7ff;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#ff6c00;}

.politica-privacidad{
	padding-left: 20px;
}
.iframe{
	     width: 99%;
	     height: 980px;
	     padding-left:10px;
    }
    
    
/* --------------------- NUEVOS FORMS -----------------------*/
.mix_stripe{
	background:#365589;
	color:#fff;
}

.mix_table th{
	border:none!important;
}

.mix_table td{
	border:none!important;
}
    
    

/* ----------- R ARELLANO 15.10.2019 ----------------*/ 
.texto-blanco{ color:#ffffff;}
.texto-rosa{ color:#ff00af;}
.texto-azulmix{ color:#4a9ea0;}

.pt-0{padding-top:0px;}
.pb-0{padding-bottom:0px;}
.pl-0{padding-left:0px;}
.pr-0{padding-right:0px;}
.p-0{padding: 0px;}

.pt-2{padding-top:2px;}
.pb-2{padding-bottom:2px;}
.pl-2{padding-left:2px;}
.pr-2{padding-right:2px;}

.pt-5{padding-top:5px;}
.pb-5{padding-bottom:5px;}
.pl-5{padding-left:5px;}
.pr-5{padding-right:5px;}

.pt-10{padding-top:10px;}
.pl-10{padding-left:10px;}
.pr-10{padding-right:10px;}
.pb-10{padding-bottom:10px;}
.pr--10{padding-right:-10px;}

.p-0 {padding:0;}

.pt-20{padding-top:20px;}
.pb-20{padding-bottom:20px;}

.pt-50{padding-top:50px;}
.pl-50{padding-left:50px;}
.pr-50{padding-right:50px;}
.pb-50{padding-bottom:50px;}


.mt-0{margin-top:0px;}
.mb-0{margin-bottom:0px;}
.ml-0{margin-left:0px;}
.mr-0{margin-right:0px;}
.m-0{margin:0px;}

.mt-2{margin-top:2px;}
.mb-2{margin-bottom:2px;}
.ml-2{margin-left:2px;}
.mr-2{margin-right:2px;}

.mt-5{margin-top:5px;}
.mb-5{margin-bottom:5px;}
.ml-5{margin-left:5px;}
.mr-5{margin-right:5px;}


.mt-10{margin-top:10px;}
.mb-10{margin-bottom:10px;}
.ml-10{margin-left:10px;}
.mr-10{margin-right:10px;}

.mt-20{margin-top:20px;}
.mb-20{margin-bottom:20px;}
.ml-20{margin-left:20px;}
.mr-20{margin-right:20px;}

.mt-30{margin-top:30px;}
.mb-30{margin-bottom:30px;}
.ml-30{margin-left:30px;}
.mr-30{margin-right:30px;}

.mt-100{margin-top:100px;}
.mb-100{margin-bottom:100px;}
.ml-100{margin-left:100px;}
.mr-100{margin-right:100px;}

.mt-150{margin-top:150px;}
.mb-150{margin-bottom:150px;}
.ml-150{margin-left:150px;}
.mr-150{margin-right:150px;}


.mb-a-link{
	padding-left:10px;
	padding-right:10px;	
}

.mb-a-link:hover{
	text-decoration: underline; 
	font-weight: bold !important;
	letter-spacing: 0.15em;
    word-spacing: 0.15em;
}



/* ----------- R.ARELLANO 31-01-2020 --------------------- */
.img-autocomplete-home {
	min-width: 55px !important;
    max-width: 55px !important;
    height: auto;
}

.DivBuscadorAutocompletadoHome{
	/*background-image: url('/images/HomeFondoBuscarAutocompletado3.jpg');*/
	/*background: linear-gradient(to bottom, rgba(77,188,181,1) 0%, rgba(58,93,148,1) 100%);*/
	/* filter: opacity(.8); */
}

.text-sombra{text-shadow: -1px 0 #414D68, 0 1px #414D68, 1px 0 #414D68, 0 -1px #414D68, -2px 2px 0 #414D68, 2px 2px 0 #414D68, 1px 1px #414D68, 2px 2px #414D68, 3px 3px #414D68, 4px 4px #414D68, 5px 5px #414D68; 6px 6px #414D68, 7px 7px #414D68, 8px 8px #414D68, 9px 9px #414D68;}
.text-3d{ text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15); }
.text-contorno{text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;}
.text-neon-blanco{text-shadow: 0px 0px 9px #888;}
.text-tachado{	text-decoration: line-through; }


/* ------------- CAMBIOS NUEVO MENU -------------*/

.bg-toggle .icon-bar {
    background-color: #fff !important;
}

.new-menu-act {
    min-height: auto !important;
    margin: 0 !important;
}
	/* ------------- CSS FORMULARIO HOTELES -------------*/
 h3.h3-form {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

.anadir-hab {
    color: #fff !important;
    margin: 2px 0;
    text-align: center;
}

/* ------------- FIN CSS FORMULARIO HOTELES -------------*/

.text_field_pasajero{ vertical-align:top; }

.new-menu-act {
    min-height: auto !important;
}


.new-img-publi {
	width:60%;
}   
.h3-form {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.panel-buscador{
	max-width: 1070px;
    margin: 10px auto;
    }
    
.busca-adult-ninos {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.anadir-hab {
    color: #fff !important;
    padding: 2px 5px;
    border-radius: 3px;
    text-decoration: none;
     transition: 0.5s;
     margin: 2px 0;
     text-align: center;
}
.anadir-hab:hover {
    text-decoration: none;
     transition: 0.5s;
}
.btn-buscador-new {
    color: #fff;
    background-color: #ff7e04;
    border-color: #884301;
    transition: 0.5s;
}
.btn-buscador-new:hover{
    color: #fff;
    background-color: #ef5000;
    border-color: #884301;
    transition: 0.5s;
}

.btn-nueva-busqueda {
	margin-top: 5px;
    color: #fff;
    background-color: #908e8e;
    border-color: #908e8e;
    transition: 0.5s;    
}
.btn-nueva-busqueda:hover {
	color: #fff;
    background-color: #6b6b6b;
    transition: 0.5s;    
}
.anadir-hab-ninos {
    background: #969191;
    margin-top: 5px;
    padding: 10px 0;
    border: 1px solid #aba9a9;
    border-radius: 5px;
}
.p-5 {
    padding: 0 5px;
}
.p-10 {
    padding: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.mb-15 {margin-bottom:15px;}

.f-r{float:right;}



.dia-on-calendario{
	color: #155905;
	background-color: #ccf5c2;
	font-weight: bold;
}

.dia-off-calendario{
	color: #e8e3e3;
	background-color: #cbc5c5;
}

.max-h-147{max-height:147px;}


/* Multibuscador Estilos */
.multibuscador-div{
	padding: 2px; 
	background-color: var(--main-bg-color); 
	border-radius: 5px 5px 0 0;
	border: 1px solid var(--main-bg-color-secundario);
	border-bottom: 0 !important;
}

.multibuscador-background{
	background-color:var(--main-bg-color); 
	border-radius: 0 0 5px 5px;  
	padding-bottom: 15px;
	border: 1px solid var(--main-bg-color-secundario);
	border-top: 0 !important;
	color:var(--main-color);
	}
	
.multibuscador-frm-home{	
	left: 40px;
	padding: 10px;	
	top: 40px;	
	display: none;
	}
	
.container.busqueda-rapida {
    text-align: center;
    margin-top: 16px;
    color: var(--main-bg-color);
}
.busqueda-rapida span .h3 {
    font-weight: bold !important;
}
.btn-multibuscador {
	width: 99%;
    color: var(--main-color);    
    background-color: var(--main-bg-color-secundario);    
    border-color: var(--main-bg-color-principal);    
    transition: 0.5s;
    border: navajowhite;    
    border-radius: 3px;    
    padding: 5px 0px;
    transition: 0.5s;    
    margin-bottom:2px;
    height: 50px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    outline-offset: 0;
    color: #FFF;
}
.btn-multibuscador:hover{
    color: var(--main-color-principal-hover);
    background-color: var(--main-bg-color);
    border-color: var(--main-bg-color-principal-hover);
    transition: 0.5s;
    /* mix-blend-mode: difference; */
    webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btn-multibuscador-active{
    color: var(--main-color-principal-hover);
    background-color: var(--main-bg-color-secundario-hover);
    border-color: var(--main-bg-color-principal-hover);
    transition: 0.5s;
    webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btn-submit-multibuscador{ 
	height: 43px;
	
    color: var(--main-color-principal);
    background-color: var(--main-bg-color-principal);
    border: 1px solid var(--main-bg-color-principal);
    border-radius: 3px;
    
    transition: 0.5s;
    padding: 4px 30px;
    margin: 0 auto;
    
    text-decoration: none;
    
	}

.btn-submit-multibuscador:hover{
	color: var(--main-color-principal-hover);
	background-color: var(--main-bg-color-principal-hover);
	border: 1px solid var(--main-bg-color-principal-hover);
    transition: 0.5s;
    text-decoration: none;
}


.boton-paquetes-form {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    max-width: 515px;
    border-radius: 4px;
    padding: 10px;
    margin: 0 auto;
}
.boton-paquetes-form label {
    font-weight: 500!important;
    color: var(--main-color);
    margin-right: 10px;
    margin: 0;
    padding: 5px 10px 5px 0;

}
.boton-paquetes-form input {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0px;
    float: left;
    padding: 0 !important;
}

.busc-ocio-multibuscador {    max-width: 750px;    margin: 0 auto;}


/* Nuevo Menu Home */
.NuevoMenuHomeHorizontal {margin-top:89px;}




.SVG_Borde_Contenedor {
    border:#CCCCCC 1px solid;
}


@media (max-width: 350px) {
	.w-100 {min-width:100%; max-width:100%;}
	.h-carousel-colectivos{max-height: 100%; min-height:100%;}
}





@media (max-width: 550px) {	
	.div-text-top {    display:none;	}
}

@media (max-width: 600px) {
  .anadir-hab-ninos {
    background: #969191;
    margin-top: 5px;
    padding: 10px 0;
    border: 1px solid #aba9a9;
    border-radius: 5px;
	}
	

	.f-r-responsive {    float: left;    margin-bottom: 2px;}
	.anadir-hab {width: 100%;}
	
	.btn-buscador-new { width: 100%; }
	
	.busc-escapadas {
    	position: relative;
    	top: 5%;
    	z-index: 3;
    	margin-left: -15px;
	}
	
	
}

@media (max-width: 800px) { 
	.f-r-responsive {    float: left;    margin-bottom: 2px;}	
	.anadir-hab {width: 100%;}
}

/* -------------FIN CAMBIOS NUEVO MENU -------------*/

.checkbox.actividades label{
	padding-left: 15px;
}

.inline{
	display: inline;
}
.block{
	display: block !important;
}
.height-unset{
	height: unset !important;
}
.pr-15{
	padding-right: 15px;
}

@media (max-width: 768px){
	.h3{
		font-size:20px;
	}
	.slider-height{
		height: 200px !important;
		object-fit: cover;
	}
}




/* BOTON FLOTANTE PRESUPUESTO */
.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #000 !important; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 50px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	color:white;
	background-color: #000 !important; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
} 


#session-calendar {
	background-color: #333; border-radius: 10px; margin-bottom:10px;padding: 20px 10px;
}

#session-calendar .session-calendar_container{
	display: flex;
	align-items: center;
}
#session-calendar .session-calendar_title {
	text-decoration: unset;
	color:#cdcdcd;
	margin:0;
	font-size: 24px;
}
#session-calendar .session-calendar_title:hover {
	color:  white;
}

.payment{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.payment img, .payment svg{
	margin: 0 10px !important;
}

.open > .dropdown-menu {
    display: flex;
}
.dropdown-menu{
	min-width: 90px;
}
.dropdown-item {
    color: black;
    margin-bottom: 5px;
    margin-left: 5px;
}
