@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

html {
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    font-family: var(--font-family-primary) !important;
    font-size: 16px;
}

:root {
    --font-family-primary: "Lexend", sans-serif, helvetica !important;
    --color-primary: #003a49;
    --color-secondary: #0091B3;
    --color-tertiary: #19B4E5;
    --color-title-filter: #333;
    --color-input-search: #0083A1;
    --color-breadcrumb: #0083A1;
    --color-link-cookies: #003a49;
    --color-white: #fff;
}

body {
    background: var(--color-white);
    font-family: var(--font-family-primary);
    min-height: 100vh;
    position: relative;
}

.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: var(--color-white);
    float: right;
}

.page-nav ul,
.page-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.page-nav a {
    color: var(--color-white);
    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%;
}

.mb40 {
    margin-bottom: 40px;
}

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

.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: var(--color-white);
    background: var(--main-bg-color-principal-hover);
}

.btn-buscador-home:hover {
    color: var(--color-white);
    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: 0 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: var(--color-white);
    font-weight: bold;
}

.btn-home-menu {
    background: red;
    border-radius: 4px;
    text-align: center;
    color: var(--color-white);
    padding: 7px 0 7px 0;
    float: left;
    width: 10%;
    font-size: 12px;
    margin: 1px;
    max-height: 65px;
}

.btn-home-menu-ofertas {
    background: red;
    border-radius: 4px;
    text-align: center;
    color: var(--color-white);
    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;
}

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ---- 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: var(--main-bg-color-principal-hover);
    position: absolute;
    z-index: 50;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
    width: 225px;
    float: left;
    font-family: var(--font-family-primary);
    transition: 0.5s;
}

p.tit-carrusel:hover {
    background: #264472;
    transition: 0.5s;
}

img.img-carrusel {
    width: 100%;
}

/*NUEVO CARROUSEL*/

#carrusel {
    background: var(--main-bg-color-principal-hover);
    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: var(--color-white);
    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: var(--color-white);
    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: 0;
    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 img {
    height: 220px;
    position: absolute;
    border: 9px solid var(--main-bg-color-principal-hover);
    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(--color-white);
    background-color: var(--color-primary);
}

.btn-back .btn-default {
    display: flex;
    height: 30px;
    align-items: center;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    min-width: 87px;
    justify-content: center;
}

.btn-default:hover {
    color: white;
    background-color: var(--color-secondary);
    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: none;
}

.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: 0;
    border-top: 0 !important;
    border-radius: 0 !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;
}

/* ------------- 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 detodo */
    background-color: var(--color-white);
    /* 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 */
    /* la separación entre el contenido y los bordes */
    padding: 6px 5px 0;
    background-color: #0080C0;
    /* el color de fondo por defecto */
    color: var(--color-white);
    /* el color de los textos por defecto */
    font-family: var(--font-family-primary);
    /*tipo de letra*/

}

.panel-title {
    font-weight: bold;
}

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

.has-feedback_seguro {
    position: relative;
    font-family: var(--font-family-primary);
    transform: scale(0.9);
    vertical-align: top;
}

.textarea_select {
    position: relative;
    font-family: var(--font-family-primary);
    padding: 10px 5px 0 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 0;
    color: #4DBCB5;
}

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

.text_new_extra_info_product {
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 12px;
    color: var(--main-bg-color-principal-hover);
}

.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: 0;
    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: var(--main-bg-color-principal-hover) !important;
    border-color: var(--main-bg-color-principal-hover) !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: var(--main-bg-color-principal-hover);
}

.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 {
    display: inline-block;
    content: "\f1db";
    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 {
    display: inline-block;
    content: "\f1db";
    letter-spacing: 5px;
}

/* space between checkbox and label */

input[type=checkbox]#click_privacidad:checked + label:before {
    content: "\f058";
    color: #0cc8b1;
    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 {
    display: inline-block;
}

input[type=checkbox]#sin_registro {
    display: none;
}

/* to hide the checkbox itself */
input[type=checkbox]#sin_registro + label:before {
    display: inline-block;
    content: "\f1db";
    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: #5C6084;
}

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

.mapa {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 4px 0 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: var(--main-bg-color-principal-hover);
}

.th_table {
    color: var(--main-bg-color-principal-hover);
}

.orange {
    color: #F19007;
}

.orange:hover {
    color: var(--main-bg-color-principal-hover);
}

.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 */

/** HEADER MENU **/

.navigation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    border-bottom: 1px solid var(--color-primary);

    .navigation-left {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 30px;
    }

    .navigation-right {
        display: flex;
        align-items: center;
        height: 100%;
        padding-right: 30px;
    }

    .navigation-element {
        display: flex;
        align-items: center;
        height: 100%;

        a {
            color: black;
            text-decoration: none;
            font-size: 14px;
            font-weight: 400;

            i {
                color: #1D70B6;
            }
        }

        .navigation-login-button {
            a {
                &:hover {
                    color: #1D70B6;
                }
            }
        }

        .navigation-menu {
            display: flex;
            align-items: center;
            height: 100%;

            ul.navigation-dropdown {
                display: flex;
                align-items: center;
                height: 100%;
                justify-content: space-evenly;
                list-style: none;
                margin: 0;
                padding: 0;

                li.navigation-dropdown-element {
                    display: block;
                    height: 100%;
                    width: 100%;
                    position: relative;
                    transition: 0.5s;

                    .navigation-dropdown-element-content {
                        display: flex;
                        align-items: center;
                        height: 100%;
                        width: 100%;
                        min-width: 0;

                        a .navigation-login-container {
                            display: flex;
                            justify-content: center;
                            align-items: center;

                            .navigation-login-icon {
                                padding: 15px;

                                i {
                                    color: #4DBCB5;
                                }
                            }

                            .navigation-login-user {
                                display: flex;
                                flex-direction: column;
                                width: 100%;

                                div:first-child {
                                    color: #1d70b6;
                                }

                                div:last-child {
                                    display: block;
                                    min-width: 0;
                                    white-space: nowrap;
                                    color: #777777;
                                }
                            }
                        }
                    }

                    ul.navigation-dropdown-list {
                        display: none;
                        list-style-type: none;
                        padding: 0;
                        margin: 0;
                        position: absolute;
                        width: 100%;
                        background-color: white;
                        color: black;
                        border: 1px solid rgba(0, 0, 0, 0.15);
                        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

                        li {
                            width: 100%;
                            background-color: white;
                            color: black;

                            a {
                                display: inline-block;
                                width: 100%;
                                font-size: 14px;
                                font-weight: 400;
                                background-color: white;
                                color: black;
                                padding: 10px 15px;
                                text-decoration: none;
                            }
                        }
                    }

                    &:hover {
                        ul.navigation-dropdown-list {
                            display: block;

                            a {
                                &:hover {
                                    background-color: #1D70B6;
                                    color: white;
                                }
                            }
                        }

                    }
                }
            }
        }

    }
}

/** /NAVIGATION MENU **/

.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: 0;
    min-height: 0;
}

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

.navbar-inverse {
    background-color: white;
    height: 90px;
    border-bottom: none;
}

.navbar-default .navbar-nav > li > a {
    color: var(--main-color);
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.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: 250px;
    border: none;
    /* 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: 14px;
}

.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: var(--color-white);
    /*height: 54px;*/
    width: 100%;
    /* margin-top: 89px; */
    /*19042021*/
}

.breadcrumb-navbar-iframe {
    background-color: var(--main-bg-color-principal-hover);
    /*height: 54px;*/
    width: 100%;
}

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

.breadcrumb {
    background-color: transparent;
    padding: 8px 15px 8px 0;
    font-size: 12px;
    margin-bottom: 24px;
    margin-left: 0;
}

.breadcrumb li,
.breadcrumb a {
    color: var(--color-breadcrumb)!important;
}

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

.ocio {
    display: none;
}

#searcher,
.input-submit-button__container {
    display: flex;
    border: 1px solid var(--main-bg-color-principal-hover);
    border-radius: 5px;
    overflow: hidden; /* para que el border-radius funcione bien con flex */
}

.input-submit-button__container {
    margin-right: 15%;
}

#searcher-marca {
    width: auto;
    position: relative;
    border: 1px solid var(--main-bg-color-principal-hover);
    height: 28px;
    border-radius: 2px;
    top: -20px;
}

#searcher-mellow {
    width: auto;
    position: relative;
    bottom: 23px;
    border: 1px solid var(--color-white);
    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 var(--main-bg-color-principal-hover);
    border-radius: 5px;
}

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

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

.error_size {
    font-size: 11px;
}

.radiobutton_customer {
    color: var(--main-bg-color-principal-hover);
}

.new_menu {
    display: inline-block;
    text-align: right;
    color: var(--color-white);
    padding-right: 10px;
}

.new_menu_link {
    color: var(--color-white)!important;
    margin: 0 5px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.new_menu_link:hover {
    text-decoration: underline!important;
}

.ico-support {
    width: 19px;
    height: 19px;
    display: block;
    background: url(/css/images/support.svg) no-repeat;
    margin-right: 10px;
    background-size: cover;
}

/* 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: var(--font-family-primary);
    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: var(--font-family-primary);
    color: #7e7e7e;
}

#clausulas h3 {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: var(--main-bg-color-principal-hover);
}

#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: var(--main-bg-color-principal-hover);
    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: var(--main-bg-color-principal-hover);
    color: white;
    margin: 30px 2% 0;
    width: 110px;
}

.search_bar {
    border-top: 0 solid var(--main-bg-color-principal-hover);
    border-right: 0;
    border-bottom: 0 solid var(--main-bg-color-principal-hover);
    border-left: 0 solid var(--main-bg-color-principal-hover);
    font-size: 11px;
    padding: 8px 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-searcher__avoris {
    border: 0;
    font-size: 11px;
    padding: 8px 12px;
    min-width: 80%;
}

.button-addons__avoris {
    border: 0;
    min-width: 20%;
    background-color: var(--main-bg-color-principal-hover);
    color: white;
    flex: 1;
}

#searcher-mellow .search_bar {
    background: transparent;
    color: var(--color-white);
}

.bg-combi h5 {
    margin: 3px;
}

.bg-combi {
    background: var(--color-primary);
    color: var(--color-white);
}

#searcher-marca .btn,
#searcher .btn {
    background-color: var(--main-bg-color-principal-hover);
    color: white;
    width: 25px;
    text-transform: uppercase;
    font-weight: bold;
    height: 34px;
    margin-left: -4px;
    margin-top: -1px;
    padding: 0;
    border-top: 0 solid var(--main-bg-color-principal-hover);
    border-right: 0 solid var(--main-bg-color-principal-hover);
    border-bottom: 0 solid var(--main-bg-color-principal-hover);
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

#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-top: 0 solid var(--main-bg-color-principal-hover);
    border-right: 0 solid var(--main-bg-color-principal-hover);
    border-bottom: 0 solid var(--main-bg-color-principal-hover);
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

#product-card .caption .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main-bg-color-principal-hover);
    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: var(--main-bg-color-principal-hover);
    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: var(--main-bg-color-principal-hover);
}

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li:hover a:not(.dropdown-menu li a),
.navbar-default .navbar-nav > li > a:focus {
    color: var(--color-secondary) !important;
    background-color: white;
}

.navbar-default .navbar-nav > li:hover .dropdown-menu {
    display: block;
    transition: 0.5s;
}

.navbar-default .navbar-nav > li > a:hover .caret:not(.btn-menu-lateral .caret),
.navbar-default .navbar-nav > li:hover .caret:not(.btn-menu-lateral .caret) {
    border-color: var(--color-primary);
}

.nav-tabs {
    border-color: var(--color-white) !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: 0;
}

.btn_groups {
    background-color: var(--main-bg-color-principal-hover);
    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: var(--color-white);
}

.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: var(--main-bg-color-principal-hover);
    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%;
}

#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: var(--main-bg-color-principal-hover);*/
}

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

.content_product_card_mellow {
    width: 94%;
    margin: 0 auto;
    background: var(--color-white);
    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: var(--color-white);
}

.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: 250px;
}

.well_new {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--color-white);
    /*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: 0;
    /*background: #f7f7f7;*/
}

.submenu_province {
    border-bottom: 1px solid #e3e3e3;
    color: #1D70B6 !important;
    background: var(--color-white);
}

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

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

.grid-productos-home {
    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: 14px;
    border: 0;
    background: #f7f7f7;
    /*color: #ff2323;*/
    margin-top: 10px;
}

.more_info:hover {
    color: #691111;
}

.more_info:focus {
    outline: 0;
}

.submenu_province_child {
    display: none;
}

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

.submenu_province_child:hover {
    background: var(--color-white);
}

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

.menu_active_main {
    color: var(--main-color-active) !important;

}

.menu_active_main_cat_mellow {
    color: #054d5e !important;

}

.menu_active_main_mellow {
    color: #42d099 !important;

}

.submenu_province a:hover {
    background: #1D70B6;
    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: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -moz-padding-start: 0;
    -moz-padding-end: 0;
}

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

.submenu_country_content:hover {
    display: block;
    padding: 5px 0 5px 20px;
    background: #1D70B6;
    color: var(--color-white);
    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 0 5px 20px;
    color: #1D70B6;
}

.submenu_province_content a {
    color: var(--color-white);
}

.submenu_province_content:hover {
    color: var(--color-white);
}

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

.sub_submenu_province_content:hover {
    color: var(--color-white);
    /*background: #1D70B6;*/
}

.footer-wrapper {
    height: 48px;
}
.footer {
    position: fixed;
    bottom: 0;
    background: var(--color-secondary);
    width: 100%;
    color: var(--color-white);
    min-height: 48px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.footer_text {
    color: white;
    font-size: 12px;
    justify-content: center;
    display: flex;
}

.footer_text__links {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_text__item-link:not(:last-child):after {
    content: "|";
    margin-left: 5px;
}

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

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

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

.footer a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

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

.footer small {
    color: var(--color-white);
}

.mail_footer {
    margin-left: 10px;
}

.center {
    text-align: center;
}

.padding_special {
    padding: 0 10px;
}

.category {
    color: var(--main-bg-color-principal-hover);
    font-weight: 600;
    font-size: 13px;
}

.h1_main_index {
    margin: 2px 0 4px 0;
    color: var(--main-bg-color-principal-hover);
    font-weight: 600;
    font-size: 13px;
}

.result_number {
    margin-left: 30px;
    font-size: 10px;
    color: #333;
    position: relative;
    height: 22px;
    display: flex;
    align-items: center;
    padding-top: 4px;
    font-weight: 400;
}

.result_number::before {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    height: 65%;
    background: #0083A1;
    width: 1px;
    left: -15px;
    content: "";
}

.top {
    margin-top: 40px;
}


/* ------------- 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 {
    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: 0 0 0 #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;
}

.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: var(--color-white);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

div#actividad-card {
    box-shadow: 0 0 5px #d6cece;
    margin: 5px 10px;
    background: var(--color-white);
    max-width: 30%;
}

#actividad-card .actividad_name {
    font-size: 12px;
    padding: 0 15px;
    width: 100%;
    color: var(--main-bg-color-principal-hover);
    text-align: center;
    margin-bottom: 2px;
    height: 40px;
    min-height: 40px;
}

#actividad-card .actividad_name_ciudad {
    font-size: 12px;
    width: 100%;
    color: var(--main-bg-color-principal-hover);
    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;
}

.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: var(--color-white);
}

.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: var(--color-white);
    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;
    font-size: 10px;
}

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

.conten-actividades {
    border: none !important;
    height: auto !important;
    background: none !important;
}

.broder-rounded {
    border-radius: 10px;
}

.actividades .checked {
    margin-top: 0 !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: 0 0 15px 0;
    text-align: center;
}

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

#escapada-card .caption .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main-bg-color-principal-hover);
    color: white;
    width: 96%;
    margin: 2%;
    font-weight: bold;
}

#escapada-card .product_name {
    /* font-size: 11px; */
    text-align: left;
    margin-top: 5px;
    font-family: var(--font-family-primary);
    color: var(--main-bg-color-principal-hover);
    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: 0;
    color: var(--main-bg-color-principal-hover);
    font-family: var(--font-family-primary);
    margin-bottom: 2px;
    margin-left: 5px;
    height: 33px;
    /*padding-top: 19px;*/
}

#escapada-card .location {
    font-style: normal;
    font-family: var(--font-family-primary);
    /* font-size: 9.5px; */
    text-align: left;
    margin-top: 2px;
    height: 32px;
    color: var(--main-bg-color-principal-hover);
    margin-bottom: 2px;
    margin-left: 5px;
}

#escapada-card .location-link {
    font-style: italic;
    font-family: var(--font-family-primary);
    font-size: 10px;
    text-align: left;
    margin-top: 2px;
    height: 32px;
    color: var(--main-bg-color-principal-hover);
    margin-bottom: 15px;
    margin-left: 5px;
}

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

#escapada-card .caption {
    position: absolute;
    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: var(--main-bg-color-principal-hover);
}

.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: var(--main-bg-color-principal-hover);
    font-size: 11px;
}

.faicons_groups {
    color: #F19007;
}

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

.no_padding {
    padding: 0;

}

.no_margin {
    margin: 0;

}

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

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

.carousel_mellow .carousel-indicators .active {
    background-color: var(--color-white);
    border: 0;
    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: 0;
}

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

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

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

.title_column_infogroups {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    color: var(--main-bg-color-principal-hover);
    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 0 10px 0;
}

.label_info_group {
    color: var(--main-bg-color-principal-hover);
    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: var(--main-bg-color-principal-hover);
}

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

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

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

.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: 0 12px 0 10px;
}

.margin_down_20 {
    margin-bottom: 20px;
}

.btn_customer {
    background-color: var(--main-bg-color-principal-hover);
    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;
    border-radius: 88px;
    padding: 2px 2px 2px 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;
    border-radius: 88px;
    padding: 2px 2px 2px 6px;
    width: 27px;
}

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

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

.message_localiza {
    border: 1px solid #F19007;
    padding: 10px;
    font-size: 12px;
    margin: 25px 0 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: 0;
    margin-top: 15px;
    color: #4DBCB5;
}

#single-product .location {
    font-style: italic;
    color: var(--main-bg-color-principal-hover);
    margin-bottom: 2px;
    font-size: 11px;
}

#single-product .date {
    font-style: italic;
    color: var(--main-bg-color-principal-hover);
    margin-bottom: 10px;
    font-size: 11px;
}

#single-product .description {
    margin-top: 25px;
}

.no_sessions {
    color: var(--main-bg-color-principal-hover);
    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 var(--main-bg-color-principal-hover);
}

#tabs-single-product .nav-tabs li a {
    padding: 15px 30px 10px 30px;
    color: var(--main-bg-color-principal-hover)
}

#tabs-single-product .nav-tabs li a:hover {
    background-color: var(--main-bg-color-principal-hover);
    color: white;
}

#tabs-single-product .nav-tabs li.active a {
    border-color: var(--main-bg-color-principal-hover);
    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 var(--main-bg-color-principal-hover);
    margin-top: 6%;
}

#login-box h4 {
    color: var(--main-bg-color-principal-hover);
}

.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: var(--color-white);
    margin-left: -30px;
    width: 100%;
}

#menu {
    text-align: left;
    font-size: 13px;
    width: 100%;
    margin: 0;
}

#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: 0 0 6px 6px;
    margin-top: 0;
    padding-left: 0;

}

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

#menu ul li .ultimas-entradas {
    color: var(--main-bg-color-principal-hover)
}

/* 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: var(--font-family-primary);
}

#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: var(--font-family-primary);
    font-size: 15px;
    transition: 0.2s ease-out;
}

#menu-mellow-desplegable ul li {
    position: relative;
    float: left;
    padding: 0;
    border-left: 1px solid var(--color-white);
    margin: 35px 0 0;
    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: var(--color-white);
    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-bottom: 1px solid #7e7e7e;
    margin-left: 24px;
}

#menu-mellow ul li .ultimas-entradas {
    color: var(--main-bg-color-principal-hover)
}

#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;
    padding: 0;
    margin: -6px 0 -5px;
}

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

#menu-mellow-cat ul li {
    position: relative;
    float: left;
    padding: 0;
    border-left: 1px solid var(--color-white);
    margin: 35px 0 0;
    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: var(--color-white);
    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: var(--main-bg-color-principal-hover);
}

.ultimas-entradas-texto:hover {
    background-color: var(--color-white);
}

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

#menu ul li a {
    display: block;
    text-decoration: none;
    color: var(--color-white);
    position: relative;
    padding: 8px 8px 8px 3px;
    border-radius: 6px;
    font-family: var(--font-family-primary);
}

#menu ul li span {
    display: block;
    text-decoration: none;
    color: var(--main-bg-color-principal-hover);
    position: relative;
    padding: 8px 8px 8px 3px;
    border-radius: 6px;
    font-family: var(--font-family-primary);
}

#menu ul li:hover {
    position: relative;

    color: var(--color-white);
}

#menu ul li a:hover,
#menu ul li:hover a.nivel1 {
    color: #4db8b4;
    position: relative;
    transition: 0.2s ease-out;

}

#menu ul li span:hover,
#menu ul li:hover span.nivel1 {
    position: relative;
    color: #fe1663;
    transition: 0.2s ease-out;
}

#menu ul li a.nivel1,
#menu ul li span.nivel1 {
    display: block !important;
    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;
}

#menu ul li ul li a {
    width: 100%;
    color: var(--main-bg-color-principal-hover);
}

#menu ul li ul li a:hover {
    position: relative;
    color: #fe1663;
    font-family: var(--font-family-primary);
}

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

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

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

    color: var(--color-white);
}

#menu-mellow ul li a:hover,
#menu-mellow ul li:hover a.nivel1 {
    color: #42d099;
    position: relative;
    transition: 0.2s ease-out;

}

#menu-mellow ul li span:hover,
#menu-mellow ul li:hover span.nivel1 {
    position: relative;
    color: #fe1663;
    transition: 0.2s ease-out;
}

#menu-mellow ul li a.nivel1,
#menu-mellow ul li span.nivel1 {
    display: block !important;
    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;
}

#menu-mellow ul li ul li a {
    width: 100%;
    color: #7e7e7e;
    font-size: 11px;
}

#menu-mellow ul li ul li a:hover {
    position: relative;
    color: #42d099;
    font-family: var(--font-family-primary);
    font-weight: bold;
}

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

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

.child_new_menu {
    padding-left: 26px;
    line-height: 0.8;
    font-size: 12px;
}

.child_new_menu_first {
    padding-left: 26px;
    line-height: 0.8;
    font-size: 12px;
    margin-top: 6px;
}

.child_new_menu_first:hover {
    padding-left: 26px;
    line-height: 0.8;
    font-size: 12px;
}

.child_new_menu:hover {
    padding-left: 26px;
    line-height: 0.8;
    font-size: 12px;
}

.overflow_child {
    background-color: var(--color-white);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 70px;
}

/******************************************************/
/*				MENUS DESPLEGABLE MOVIL		          */
/******************************************************/

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

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

.category_title {
    color: var(--main-bg-color-principal-hover);
    font-weight: 600;
    font-size: 13px;
}

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

.cat_panel {
    position: absolute;
    top: 42px;
    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: var(--main-bg-color-principal-hover);
    font-weight: 600;
    font-size: 13px;
}

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

.panel_country {
    position: absolute;
    top: 42px;
    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 0 10px;

}

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

.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: var(--color-white);
    padding: 8px;
    position: relative;
    border-radius: 6px;
    font-family: var(--font-family-primary);
}

.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: var(--font-family-primary);
    width: 90%;
    margin-left: 24px;
    border-bottom: 1px solid var(--main-color);
    cursor: pointer;
}

.color_link {
    text-decoration: none;
    color: var(--color-white);
    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: var(--main-bg-color-principal-hover);
    width: 90%;
    margin-left: 24px;
    font-family: var(--font-family-primary);
}

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

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

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

.child_new_menu_first_mob {
    padding-left: 26px;
    line-height: 0.8;
    font-size: 12px;
    margin-top: 6px;
}

.child_new_menu_first_mob a {
    display: block;
    font-size: 12px;
    padding: 8px 6px 8px 20px;
    text-decoration: none;
    color: var(--color-white);
}

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

.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: var(--color-white);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.titulo_parent {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    background-color: #d0ebf5;
    color: var(--main-bg-color-principal-hover);
    border-bottom: 0 solid #e3e3e3;
    display: block;
    text-decoration: none;
    padding: 7px 0 7px 0;
    position: relative;
    margin: 0 0 0;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}

.titulo_parent_country {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    background-color: #d0ebf5;
    color: var(--main-bg-color-principal-hover);
    border-bottom: 0 solid #e3e3e3;
    display: block;
    text-decoration: none;
    padding: 7px 0 7px 0;
    position: relative;
    margin: 0 0 0;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}

.title_border {
    height: 40px;
    width: 8px;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #1d70b6;
}

.title_name {
    vertical-align: top;
    line-height: 1.4;
    margin-top: 10px;
    margin-left: 5px;
    background: var(--color-white);
    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: var(--main-bg-color-principal-hover);
    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: var(--color-white);
    font-weight: 600;
    font-size: 13px;
}

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

.content_poster_card {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #dddfe2;
    background: var(--color-white);
}

#poster-card .poster_title {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    color: var(--main-bg-color-principal-hover);
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 20px;
}

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

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

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

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

#cat_poster .btn:hover {
    background-color: #d0ebf5;
    color: #1d70b6;
    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: var(--color-white);
    font-weight: 600;
    font-size: 13px;
}

.blog_desc {
    color: var(--color-white);
    font-weight: 400;
    font-size: 13px;
}

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

.content_blog_card {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #dddfe2;
    background: var(--color-white);
}

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

#blog-card .blog_title {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    color: var(--main-bg-color-principal-hover);
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 33px;
}

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

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

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

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

#cat_blog .btn:hover {
    background-color: #d0ebf5;
    color: #1d70b6;
    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: var(--main-bg-color-principal-hover);
    font-weight: 600;
    margin-left: 15px;
    height: 33px;
    margin-bottom: 0;
}

.entry-text {
    font-size: 11px;
    text-align: left;
    margin-top: 15px;
    color: var(--main-bg-color-principal-hover);
    font-weight: 600;
    margin-left: 15px;
    height: auto;
}

.entry-post {
    font-size: 10px;
    text-align: left;
    margin-top: 15px;
    color: var(--main-bg-color-principal-hover);
    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 {
    color: var(--main-bg-color-principal-hover);
    font-size: 11px;
    margin-bottom: 5px;
}

#searcher_blog .btn {
    background-color: var(--color-white);
    color: white;
    width: 25px;
    text-transform: uppercase;
    font-weight: bold;
    height: 21px;
    margin-left: -4px;
    margin-top: -2px;
    padding: 0;
    border-top: 0 solid var(--main-bg-color-principal-hover);
    border-right: 0 solid var(--main-bg-color-principal-hover);
    border-bottom: 0 solid var(--main-bg-color-principal-hover);
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

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

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

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

.loader {
    position: fixed;
    left: 0;
    top: 0;
    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: var(--color-white);
    margin-top: 10%;
}

.header_form {
    color: var(--color-white);
}

.ui-autocomplete-loading {
    background: white url("../images/conectando.gif") right center no-repeat;
}

.ui-autocomplete.ui-widget {
    font-size: 0.9em;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;

}

.panelAffix {
    position: fixed;
    margin-top: 1%;
    right: 75%;
    left: 2%;
    border-color: var(--main-bg-color-principal-hover)
}

.panelAffixHotelOcio2 {
    position: fixed;
    margin-top: 24%;
    right: 75%;
    left: 2%;
    border-color: var(--main-bg-color-principal-hover)
}

.pasosReserva {
    font-size: 20px;
}

.panel-flt-hoteles-border-azul {
    border-color: var(--main-bg-color-principal-hover);
}

.text_primary {
    color: var(--main-bg-color-principal-hover) !important;
}

.link_accordion {
    padding: 10px 15px;
    display: block;
    margin: 0;
    background-color: #ddd;
    color: var(--main-bg-color-principal-hover);
    font-weight: bold;
}

.link_accordion:hover {
    text-decoration: none;
    color: #0cc8b1;
}

.link_accordion:focus {
    text-decoration: none;
    font-weight: bold;
    color: var(--main-bg-color-principal-hover);
}

.text_form_reserve {
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #132749 !important;
    font-weight: bold;
    line-height: 2;
}

.bg_primary {
    color: var(--color-white);
    background-color: var(--main-bg-color-principal-hover);
}

.item_form {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: var(--color-white);
    border: 1px solid #ddd;
    font-size: 13px;
    color: var(--main-bg-color-principal-hover);
}

.icon_form {
    float: right;
    margin-top: 2px;
}

.text_success {
    color: #4DBCB5;
}

.panel_form {
    padding: 15px 15px 0 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: var(--color-white);
}

.btn-buscador-new {
    color: var(--color-white);
    background-color: #ff7e04;
    border-color: #884301;
    transition: 0.5s;
    border-radius: 3px;
    padding: 5px 30px;
}

.btn-buscador-new:hover {
    color: var(--color-white);
    background-color: #ef5000;
    border-color: #884301;
    transition: 0.5s;
}

.btn-loMasBuscado {
    position: relative;
    transition: 0.5s;
    z-index: 25;
}

.btn-loMasBuscado:hover {
    transition: 0.5s;
}

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

.text_header_tren {
    font-size: 14px;
    color: var(--main-bg-color-principal-hover);
    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 {
    color: var(--color-primary);
    font-size: 12px;
}

.text_right_details .h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.no-bg {
    background: none !important;
}

.panel-primary {
    border-color: var(--main-bg-color-principal-hover) !important;
}

.text_pasajero {
    padding: 13px 8px !important;
    vertical-align: top;
}

/* CIRCUITOS --------------------------------------------------*/

.circuito-tipo-checkbox {
    margin-right: 5px !important;
    margin-left: 10px !important;
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

/* FIN CIRCUITOS ---------------------------------------------*/

.navbar-default .navbar-toggle .toggle-activ .icon-bar {
    background-color: var(--color-white) !important;
}

.navbar-toggle {
    display: none;

    @media (max-width: 767px) {
        display: block;
    }
}

.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);
    display: inline-block;
    content: "\f1db";
    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);
}

@media only screen and (max-width: 600px) {
    .panelAffix {
        position: initial;
    }

    .panelAffixHotelOcio2 {
        position: initial;
    }

    .text-activ-tit {
        position: absolute;
        z-index: 5;
        top: 32%;
        color: var(--color-white);
        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: 0 0 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: 0;
    }
}

@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: 900px) {

    .busc-actividades {
        position: relative;
        top: -195px;
        z-index: 25;
        margin-left: 2%;
    }
}

@media screen and (max-width: 992px) {

    .busc-actividades {
        /* position: relative; */
        /* top: 0; */
        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: var(--color-white);
    }

    .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: 0;
        z-index: 25;
        margin-left: auto;
    }
}

.panel-primary > .panel-heading {
    color: var(--color-white);
    background-color: var(--main-bg-color-principal-hover) !important;
    border-color: var(--main-bg-color-principal-hover) !important;
}

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

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

.btn_view {
    background-color: var(--main-bg-color-principal-hover);
    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: var(--main-bg-color-principal-hover);
    color: white;
    font-size: 11px;
    padding: 6px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    margin: 0 0 10px 0;
    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;
    display: block;
    margin: 50px auto 0;
}

.actual_month {
    font-size: 15px;
    font-weight: bold;
    color: var(--main-bg-color-principal-hover);
    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: var(--main-bg-color-principal-hover);
    text-align: center;
    color: var(--color-white);
    font-weight: bold;
    font-size: 11px;
}

.evento_calendar_dia {
    vertical-align: top;
    width: 14%;
    height: 85px;
    background: var(--color-white);
    text-align: right;
    padding: 5px 12px 5px 0;
    color: var(--main-bg-color-principal-hover);
    font-weight: bold;
    font-size: 11px;
}

.evento-calendar-horalink a {
    text-decoration: none;
    color: var(--main-bg-color-principal-hover);
    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: 25px 0;
    margin-left: -46px;
}

.banner_top_localiza {
    width: 100%;
    padding: 25px 0;
}

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

.container_banner_agencias {
    margin-top: 0;
    height: 390px !important;
    padding-top: 5px;
}

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

.text_banner_agencias {
    color: white;
    font-family: var(--font-family-primary);
    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 0 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;
    color: var(--color-white);
    width: 100%;
}

.titulo_banner {
    font-family: var(--font-family-primary);
    font-size: 18px;
}

.texto_banner {
    font-family: var(--font-family-primary);
    font-size: 12px;
    line-height: 1.8;
}

.precio_banner {
    font-family: var(--font-family-primary);
    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: var(--font-family-primary);
}

.ultimas_entradas {
    font-family: var(--font-family-primary);
    color: var(--color-white);
    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: var(--color-white);
    text-align: center;
    padding: 8px;
    border-radius: 2px;
    color: var(--main-bg-color-principal-hover);
    font-size: 15px;
    transition: ease-in-out;
    transition-duration: .3s !important;
}

.btn_inside_last_tickets:hover {
    color: var(--color-white);
    background-color: var(--main-bg-color-principal-hover);
    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, var(--main-bg-color) 0%, var(--main-bg-color) 33%, var(--main-bg-color) 100%);
    border-radius: 4px 4px 0 0;
}

.cartel_categorias a:hover {
    color: var(--color-white) !important;
    text-decoration: none;
}

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

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

.titulo_categorias_mellow {
    font-family: var(--font-family-primary);
    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, var(--main-bg-color) 0%, var(--main-bg-color) 33%, var(--main-bg-color) 100%);
    border-radius: 4px 4px 0 0;
}

.cartel_paises a:hover {
    color: var(--color-white) !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: var(--color-white);
}

.h1_banner_agencias {
    font-family: var(--font-family-primary);
    font-size: 13px;
}

.p_banner_agencias {
    font-family: var(--font-family-primary);
    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: var(--main-bg-color-principal-hover) !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: var(--font-family-primary);
    color: var(--color-white);
    margin-top: -16px;
    text-align: center;
}

.subtitulo_metas_site {
    font-family: var(--font-family-primary);
    color: var(--color-white);
    font-size: 11px;
    padding: 0 9px 0 9px;
    margin-top: -6px;
    text-align: center;
    line-height: 12px;

}

.titulo_metas_shop {
    display: flex;
    align-items: center;
}

.titulo_metas_shop h1 {
    font-size: 20px;
    font-family: var(--font-family-primary);
    font-weight: 700;
    letter-spacing: normal;
    margin: 0;
    color: var(--color-primary);
}

.subtitulo_metas_shop {
   color:#484848;
    font-size: 14px;
    margin-bottom: 20px;
}

.caja_metas_landing {
    display: inline-block;
    background: var(--color-white);
    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: var(--color-white);
    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: var(--color-white);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

.h1_land_art {
    margin: 10px 20px;
    font-family: var(--font-family-primary);
    color: var(--main-bg-color-principal-hover);
    font-size: 13px;
}

.h1_land_art_iframe {
    margin: 10px 20px;
    font-family: var(--font-family-primary);
    color: var(--main-bg-color-principal-hover);
    font-size: 13px;
    text-align: center;
}

.desc_land_art {
    margin: 10px 20px;
    font-family: var(--font-family-primary);
    color: var(--main-bg-color-principal-hover);
    font-size: 12px;
}

.h2_land_art {
    margin: 10px 20px;
    font-family: var(--font-family-primary);
    color: #4DBCB5;
    font-size: 12px;
}

#subcategory_filter {
    z-index: 1;
}

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

.barras_menu {
    margin-right: 5px;
    color: var(--color-white);
    margin-left: 5px;
}

.toggle_country {
    margin-left: 11px;
}

.titulo_espa {
    color: var(--main-bg-color-principal-hover);
}

.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: 5px 3px;
    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: 5px 3px;
    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: var(--color-white);
}

/* 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: 5px 3px;
    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: var(--color-white);
}

/* 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: 5px 3px;
    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: var(--color-white);
}

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

.carrito-trenes {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.hotelOcioOcupacionesTable {
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 5px 3px;
    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: var(--color-white);
}

/* 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 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.container-interlink a {
    color: var(--color-primary);
    text-decoration: underline;
}

.container-interlink a:hover {
    color: var(--color-secondary);
    text-decoration: none;
}

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

.interlink {
    font-size: 14px;
    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: var(--font-family-primary);
    color: var(--main-bg-color-principal-hover);
    text-decoration: none;
}

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

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

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

.card_productR .price {
    font-family: var(--font-family-primary);
    color: #4DBCB5;
    text-align: left;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.card_productR .location {
    font-style: italic;
    font-family: var(--font-family-primary);
    text-align: left;
    height: 32px;
    color: var(--main-bg-color-principal-hover);
    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: var(--main-bg-color-principal-hover);
    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: var(--font-family-primary);
    color: var(--main-bg-color-principal-hover);
    text-decoration: none;
    font-size: 11px;
}

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

.info_groups_enlace a:hover {
    text-decoration: none !important;
    color: var(--main-bg-color-principal-hover);
}

.info_groups_desc {
    font-family: var(--font-family-primary);
    color: var(--color-white);
    text-decoration: none;
    font-size: 13px;
    top: 6px;
    /* padding-left: 0; */
    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: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    width: 100%;
    min-height: 100px;
    background-color: var(--color-secondary);
    color: var(--color-white);
    z-index: 99999;
    padding-top: 20px;
}

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

.inner a.ok {
    padding: 4px;
    color: var(--color-link-cookies);
    text-decoration: underline;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: underline;
    color: var(--color-link-cookies);
}

.politica-privacidad {
    padding-left: 20px;
}

.iframe {
    width: 99%;
    height: 980px;
    padding-left: 10px;
}

/* --------------------- NUEVOS FORMS -----------------------*/

.mix_stripe {
    background: #365589;
    color: var(--color-white);
}

.mix_table th {
    border: none !important;
}

.mix_table td {
    border: none !important;
}

/* ----------- R ARELLANO 15.10.2019 ----------------*/

.texto-blanco {
    color: var(--color-white);
}

.texto-rosa {
    color: #ff00af;
}

.texto-azulmix {
    color: #4a9ea0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.p-0 {
    padding: 0;
}

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

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

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.m-0 {
    margin: 0;
}

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

.border-none {
    border: none !important;
}

.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: 0 0 9px #888;
}

.text-tachado {
    text-decoration: line-through;
}

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

.bg-toggle .icon-bar {
    background-color: var(--color-white) !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;
}

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

.text_field_pasajero {
    vertical-align: top;
}

.new-img-publi {
    width: 60%;
}

.h3-form {
    font-size: 32px;
    color: var(--color-white);
    text-align: center;
    font-weight: 700;
}

.panel-buscador {
    max-width: 1070px;
    margin: 10px auto;
    background-color: var(--main-bg-color-principal-hover);
}

.busca-adult-ninos {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.anadir-hab {
    color: var(--color-white) !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-nueva-busqueda {
    margin-top: 5px;
    color: var(--color-white);
    background-color: #908e8e;
    border-color: #908e8e;
    transition: 0.5s;
}

.btn-nueva-busqueda:hover {
    color: var(--color-white);
    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;
}

.p-15 {
    padding: 15px;
}

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

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

.banner-carrousel-providers {
    margin: 50px 0;

    #carrouselProviders img {
        width: 100%;
        transition: opacity 1.5s linear;
    }
}

/* Multibuscador Estilos */

.DivBuscadorAutocompletadoHome form {
    background-color: var(--color-white);
    display: flex;
    padding: 15px;
    border-radius: 12px;
    max-width: 1170px;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
    box-shadow: 0 2px 8px 0 rgba(78,78,78,0.50);
    flex-flow: row wrap;
    margin-top: -65px;
    position: relative;
    z-index: 0;
}

.DivBuscadorAutocompletadoHomeTrenes form {
    background-color: var(--color-white);
    display: flex;
    padding: 15px;
    border-radius: 12px;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
    box-shadow: 0 2px 8px 0 rgba(78, 78, 78, 0.50);
    margin-top: -65px;
    position: relative;
    z-index: 0;
}

.divResultadoHomeTrenes {
    background-color: var(--color-white);
    padding: 15px;
    border-radius: 12px;
    max-width: 1170px;
    box-shadow: 0 2px 8px 0 rgba(78, 78, 78, 0.50);
    position: relative;
    z-index: 0;
}

@media (max-width: 980px) {
    .DivBuscadorAutocompletadoHome form {
        max-width: 93%;
    }
}

#DivMultibuscador .control-label {
    color: #141519;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-input {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 70px;
    justify-content: end;
}

.form-input .input-group {
    display: block;
}

.form-input.form-input--big {
    flex-grow: 2;

    @media (max-width: 1032px) {
        width: 100%;
    }
}

.form-input.form-input--medium {
    width: 100%;
}

    @media (min-width: 736px) {
        .form-input.form-input--medium {
        width: 49%;

    }
}

@media (min-width: 1032px) {
.form-input.form-input--medium {
        width: 176px;
    }
}


.form-input.form-input--small {
    @media (max-width: 1032px) {
        width: 100%;
    }
}
.form-input .form-control {
    border-color: #5C6084;
    padding-left: 36px;
    height: 48px;
    background: transparent;
}

.form-input .form-control:first-child {
    border-radius: 4px;
}


.form-input .icon {
    position: absolute;
    top: 38px;
    left: 9px;
    width: 17px;
    height: 17px;
}

.form-input .icon-mappin {
    background: url(images/MapPin.png) no-repeat;
}

.form-input .icon-tag {
    background: url(images/icon-tag.png) no-repeat;
}

.form-input .kv-date-picker .glyphicon {
    position: absolute;
    top: 16px;
    left: 11px;
    width: 17px;
    height: 17px;
}

.form-input .kv-date-picker .glyphicon-calendar {
    background: url(images/CalendarDots.png);
}
.form-input .kv-date-picker .glyphicon-calendar:before {
   display: none
}

.form-input .glyphicon-remove:before {
    position: absolute;
    right: 12px;
    z-index: 2;
    top: 6px;
}

.form-input .input-group-addon {
    padding: inherit;
    background-color: transparent;
    border: transparent;
}

.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-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    color: var(--main-color);
    transition-property: background-image;
    transition-duration: 2s;
    position: relative;
}

.multibuscador-frm-home {
    /* position: absolute;
    bottom: -80px */
}

.ui-menu .ui-menu-item {
    font-size: 12px;
    line-height: 14px;
}

.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-radius: 3px;
    padding: 5px 0;
    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: var(--color-white);
}

.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;
    -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 {
    color: var(--main-color-principal);
    background-color: var(--color-secondary);
    border: 1px solid var(--main-bg-color-principal);
    width: 145px;
    border-radius: 30px;
    height: 48px;
    transition: 0.5s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;

    @media (max-width: 1032px) {
        width: 100%;
    }

}

.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: 0;
    padding: 5px 10px 5px 0;

}

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

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

.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: var(--color-white);
    /* Color del texto */
    border-radius: 5px;
    /* Borde del boton */
    letter-spacing: 2px;
    /* Espacio entre letras */
    background-color: var(--main-bg-color-principal-hover) !important;
    /* Color de fondo */
    padding: 18px 30px;
    /* Relleno del boton */
    position: fixed;
    bottom: 50px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    color: white;
    background-color: var(--main-bg-color-principal-hover) !important;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0 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;
    }
}

/* layout */
@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1390px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1555px;
    }
}



/* restyle welcometickets*/

/**
 * CARDS
 */

 .ClassCapasOcultarEnSubmits {
    #products-grid.product-card {
        margin-left: auto;
        margin-right: auto;
    }
 }

#products-grid.product-card {
    display: grid;
    grid-template-columns:  repeat(1, minmax(213px, 1fr));
    gap: 40px;
    /* margin-bottom: 30px; */
    margin-left: 30px;
    margin-right: 30px;






    @media(max-width: 980px) {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 520px) {
    #products-grid.product-card {
        grid-template-columns: repeat(2, minmax(213px, 1fr));
    }
}

@media (min-width: 840px) {
    #products-grid.grid-productos-home.product-card {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (min-width: 1024px) {
    #products-grid.product-card {
        grid-template-columns: repeat(3, minmax(213px, 1fr));
    }
    #products-grid.grid-productos-home.product-card {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1300px) {
    #products-grid.product-card {
        grid-template-columns: repeat(4, minmax(213px, 1fr));
    }
    #products-grid.grid-productos-home.product-card {
        grid-template-columns: repeat(5, 1fr)
    }
}
:not(.grid-productos-home) {

}
#product-card {
    /* box-shadow: 0 2px 8px 0 rgba(78, 78, 78, 0.50); */
    border-radius: 8px;
    background-color: white;
    /* min-height: 359px; */
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    justify-content: end;
    border: 1px solid #A6BDC4;
}

#product-card .product-card__wrapper {
    border-bottom: 1px solid #A6BDC4;


    &:has(.icon-offer) {
        .imagen_producto {
            /* max-height: calc(100% - 16px); */
        }

        .icon-offer {
            background: url(https://d1hkxmgwhmmdhs.cloudfront.net/dist/assets/img/welcometickets/icono_offer.svg) no-repeat top left;
            width: 32px;
            height: 32px;
            position: absolute;
            bottom: -16px;
            right: 20px;
        }
    }
}

#product-card .product_name {
    font-family: var(--font-family-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    /* min-height: 69px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

#product-card .product_name a {
    color: var(--color-primary);
}

#product-card .product-card__imagen {
    display: block;
}

#product-card .imagen_producto {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* object-fit: contain; */
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

#product-card .categoria {
    overflow: hidden;
    color: #32A4C3;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#product-card .categoria a {
    color: var(--color-tertiary) !important;
}

#product-card .location,
#product-card .location-link {font-size: 14px;font-weight: 400;line-height: 18px;/* max-height: 38px; */letter-spacing: -0.005em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: var(--color-primary);flex: 1;justify-content: end;align-items: end;}

#product-card .province {
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-primary);
    padding-bottom: 15px;
}

#product-card .price {
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    position: relative;
    margin-bottom: 0;
    justify-content: end;
    align-items: baseline;
    color: #5E7A82;
    line-height: 14px; /* 116.667% */
}

#product-card .price--big {
    font-weight: 700;
    margin-left: 10px;
    color: var(--color-primary);
    text-align: right;
    font-size: 24px;
    line-height: 28px; /* 116.667% */
}

#product-card .price--small {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    bottom: 28px;
    color: var(--color-tertiary);
    right: 0;
    margin-right: 0;
}

#product-card .caption {
    position: absolute;
    width: 85%;
    height: 45px;
    padding: 10px 6px 6px 6px;
    display: none;
    bottom: 40%;
}

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

.product-card__info {
    padding: 0 15px 10px;
}

.datepicker-dropdown {
    margin-top: 40px;
}

/**
 * PRODUCTOS DESTACADOS
 */

.grid-productos-home #product-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
    border: 1px solid #A3A7C7;
    box-shadow: none;
    min-height: fit-content;
}

.grid-productos-home #product-card .product-card__wrapper {
    height: 152px;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 0;
}

.grid-productos-home .product-card__info {
    flex-direction: column;
    display: flex;
    justify-content: start;
    /* flex: 1; */
    padding-bottom: 0;
}

.grid-productos-home #product-card .price {
    flex-direction: column;
    align-items: end;
    justify-content: end;
    padding: 0 15px;
    display: none;
}

.grid-productos-home #product-card .price--big {
    font-size: 24px;
    color: #141519;
}

.grid-productos-home #product-card .price--small {
    position: static;
   color: #D64A0E;
   margin-left: 10px;
   font-size: 12px;
   font-weight: 600;
}

.grid-productos-home #product-card .location,
.grid-productos-home #product-card .location-link {
    font-size: 14px;
    color: #141519;
    font-size: 500;
}

.grid-productos-home #product-card .province {
    color: #5C6084;
    text-transform: none;
}

.grid-productos-home #product-card .price__tag {
    color: #5C6084;
    font-size: 12px;
    text-transform: lowercase;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

.grid-productos-home #product-card .product_name {
    margin-bottom: 12px;
    max-height: 69px;
    min-height: auto;
}

.grid-productos-home #product-card .imagen_producto-home-new {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:768px) {
    .grid-productos-home #product-card .product_name {
        height: auto;
    }
}

.bggray {
    background-color: #F5F5FA;
}

.subtitle-home {
    font-size: 26px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 700;
    position: relative;
    padding-left: 12px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;

    @media (max-width: 980px) {
        margin-left: auto;
        margin-right: auto;
     }
}

@media (max-width: 768px) {
    .subtitle-home {
        font-size: 20px;
    }
}

.subtitle-home:before {
    background: var(--color-secondary);
    width: 3px;
    left: 0;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 22px;
}

.top_product1 {
    max-width: 1555px;
    margin: 52px auto;
}

@media (max-width: 1024px) {
    .top_product1 {
        max-width: 93%;
    }
}

/**
 * TOP DESTINOS
 */
div.section-container {
    max-width: 1555px;
    margin: 52px auto;

    @media (max-width: 980px) {
        max-width: 93%;
    }
    .home-grid-4 {
        display: grid;
        gap: 24px;
        margin-left: 30px;
        margin-right: 30px;
        @media (max-width: 980px) {
           margin-left: auto;
           margin-right: auto;
        }

        @media (min-width: 425px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (min-width: 768px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media (min-width: 1024px) {
            grid-template-columns: repeat(4, 1fr);
        }

        @media (min-width: 1100px) {
            grid-template-columns: repeat(5, 1fr);
        }

        .home-grid-element {
            border-radius: 8px;
            display: flex;
            position: relative;

            a {
                display: flex;
                flex: 1;
                .home-grid-image {
                    display: flex;
                    flex: 1;
                   &::before {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    height: 100%;
                    width: 100%;
                    content: "";
                    opacity: .5;
                    z-index: 2;
                    pointer-events: none;
                    border-radius: 8px;
                    background: linear-gradient(180deg, rgba(0, 40, 40, 0.1) 12.26%, rgba(0, 58, 73, .88) 100%);
                   }
                    img {
                        border-radius: 8px;
                        width: 100%;
                        max-height: 184px;
                    }
                }
            }

            .home-grid-info {
                position: absolute;
                left: 15px;
                right: 15px;
                bottom: 6px;
                font-size: 18px;
                font-weight: 700;
                line-height: 22px;
                color: var(--color-white);
                text-decoration: none;
                height: 50px;
                Z-index: 2;
                p {
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 22px;
                    color: var(--color-white);
                    text-decoration: none;
                    margin-bottom: 0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: 1px;
                }
                span, span p {
                    display: block;
                    font-size: 12px;
                    line-height: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }
        }
    }
}

/**
 * ETIQUETA DESTACADO
 */

.c-ribbon {
    height: 26px;
    width: 60px;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: 20px;
    background: #004d59;
    color: white;
    padding: 0px 6px;
    font-size: 0.75rem;
    font-weight: bold;
    z-index: 1;


    &:before {
        position: absolute;
        left: -42px;
        top: -1px;
        content: "";
        background: var(--color-primary);
        height: 27px;
        width: 46px;
        transform: skewX(-45deg);
        box-shadow: 0 0 5px rgba(0,0,0,.2)
    }

    &:after {
        position: absolute;
        right: -11px;
        content: "";
        top: -1px;
        background: var(--color-primary);
        height: 27px;
        width: 65px;
        transform: skewX(45deg);
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    }

    span {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        color: var(--color-white);
        font-size: 13px;
        font-weight: 600;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: var(--color-primary);
        z-index: 2;
        margin-left: -15px;
    }
}

/* ETIQUETA PRODUCTO AVORIS */
#product-card.product-card--avoris {
    border: 2px solid #0E7078;
}

.c-avoris {
    position: absolute;
    left: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #0E7078;
    border-radius: 4px;
    border: 2px solid #0e7078;
    padding: 4px 8px;
    background: var(--color-white);
    bottom: 13px;
}

/** menu navegacion flecha */

.caret {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
}

/* menu navegacion */

ul.navbar-nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;

    @media (max-width: 767px) {
        margin: 10px;
    }
}

.navbar-collapse.collapse {
    min-height: 48px;
    padding: 0;

    @media (max-width: 767px) {
        padding: initial;
    }
    @media (min-width: 768px) {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    align-items: center;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus {
    border-color: var(--color-primary) !important;
    background-color: white;
}

/* pagination */

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 48px;
    align-items: center;
    margin: 30px 0;
}

.pagination > .active > a {
    background-color: var(--color-primary);
    border-radius: 4px;
}

.pagination > .active > a:hover {
    background-color: var(--color-tertiary);
    color: white;
}

.pagination > li > a, .pagination > li > span {
    float: none !important;
    padding: 6px 12px;
    margin-left: auto;
    color: var(--color-primary);
    border: none;
    font-size: 16px;
}

/* detalle producto */

.btn-back {
    display: flex;
    justify-content: end;
    margin-bottom: 24px;
}

.product-info {
    @media (min-width: 680px) {
        display: flex;
        border-radius: 8px;
        box-shadow: 0 0 5px 4px #00000014;
        padding: 24px;
    }
}

.product-info__title {
    color: var(--color-primary);
    font-size: 20px;
    margin: 0 0 8px;
    font-weight: 700;
}

.product-info__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.product-info__text {
    width: 100%;
}

.product-info__text .location {
    color: var(--color-secondary);
}

.product-info__text .more_info {
    background-color: var(--color-secondary);
    color: white;
    padding: 5px;
    border-radius: 8px;
    height: 30px;
    display: flex;
    width: 87px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.product-info__text .more_info:hover {
    color: var(--main-color-principal-hover) !important;
    background-color: var(--main-bg-color-principal-hover) !important;
    transition: 0.5s;
}

.product-info__carousel {
    @media (min-width: 680px) {
        margin-right: 24px;
        margin-bottom: auto;
    }
    margin-bottom: 40px;
    min-width: 250px;
    min-height: 250px;
}

.product-info__carousel .carousel {
    min-height: 250px;
}

.field-hbform-fecha .table-condensed {
    width: 100%;
}

.datepicker.datepicker-inline {
    width: auto;
}

.datepicker .table-condensed {
    width: 100%;
}

#producto {
    margin-bottom: 70px;
}

#producto .panel {
    box-shadow: none;
}

.panel {
    margin-bottom: 70px;
}

.btn-translation_menu {
    text-transform: capitalize;
    padding: 6px 12px;
    cursor: pointer;
}

.btn-translation_menu:hover {
    background-color: #e2e2e2;
}
/**** filter mobile ***/

.filter_mobile, #filters {
    display: none;
}

.co-filters {
    .co-filters__ico {
        background: url(/css/images/filter.svg);
        width: 16px;
        height: 16px;
        display: block;
        margin-right: 8px;
    }
    .co-filters__title {
        font-size: 14px;
        font-weight: 400;
        color: var(--color-title-filter);
        margin-bottom: 33px;
        display: flex;
        align-items: center;
    }
}

/*** SLIDER ****/

.range-slider {
    position: relative;
    text-align: center;
    width: 176px;
}

.slider {
    position: relative;
    height: 5px;
    background-color: #CACACA;
    border-radius: 5px;
    z-index: 1;
    cursor: pointer;
}

.slider .progress {
    position: absolute;
    height: 100%;
    background-color: #0083A1;
    border-radius: 5px;
    z-index: 2;
}

input[type=range] {
    position: absolute;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: transparent;
    pointer-events: none;
    z-index: 3;

}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background-color: #008b8b;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    border: 1px solid var(--color-white);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    z-index: 4;

}

input[type=range]::-moz-range-thumb {
    width: 17px;
    height: 17px;
    background-color: #008b8b;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    z-index: 4;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

input[type=range]+ input[type=range] {
    right: -2px;
}

.values {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-size: 11px;
    color: var(--color-primary);
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 17px;
}

.values::after {
    content: "";
    width: 98%;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    bottom: 0;

}

.values span:first-of-type::after {
    content: "-";
    padding: 0 3px;
    display: inline-block;
}

.checkbox__container-section > div {
    display: grid;
    grid-template-columns: 1fr;
    max-height: 125px;
    overflow: hidden;

    label {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 300;
        display: flex;
        align-items: center;
        cursor: pointer;

        input {
            appearance: none;
            border: 1px solid var(--color-input-search);
            height: 12px;
            width: 12px;
            border-radius: 2px;
            margin: 0 10px 0 0;
            cursor: pointer;
        }

        input[type="checkbox"]:checked {
            font-weight: 500;
            input {
                background: url(/css/images/check.svg) center no-repeat;
            }
        }
    }

    input[type="checkbox"]:focus {
        outline: none!important;
        outline-offset: inherit!important;
    }

    input[type="checkbox"]:checked {
        background: url(/css/images/check.svg) center no-repeat;
    }

    &.open {
        height: auto;
        max-height: fit-content;
        overflow: visible;
    }
}

.checkbox__container-section.field-searcherform-selectedproviders > div {
    max-height: 50px;
}

.checkbox__container-section.field-searcherform-selectedproviders > div.open {
    max-height: none;
    overflow: visible;
}

.checkbox__container label:has(input[type="checkbox"]:checked) {
    font-weight: 500;
}

.field-searcherform-selectedlabels .checkbox__container {
    margin-bottom: 15px;
    max-height: 300px;
}

.checkbox__toggle-btn.hidden {
    display: none;
}

#filters-container section {
    margin-bottom: 20px;
}

#filters-container #activity-section {
    margin-bottom: 25px;
}

/** FIN SLIDER ****/
.checkbox__container-section .control-label,
.slider-title,
.label-section {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 21px;
}

.btn-categories {
    font-size: 12px;
    color: #333;
    line-height: 26px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 300;
    background: transparent;
    border: none;
    margin-left: 17px;
}

.btn-categories::hover {
    text-decoration: none;
}

/* categorias boton mostrar mas*/
.category-item {
    display: none;
}

.category-item.visible {
    display: block;
}

.filter-tags {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-tags__item {
    background-color: #E0EEF1;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 400;
    width: fit-content;
    height: 22px;
    padding: 0 7px;
    @media(max-width: 767px) {
        margin-bottom: 7px;
    }
}

.filter-tags__item a {
    color: var(--color-primary);
    text-decoration: none;
}

.ico-close {
    width: 6px;
    height: 6px;
    background: url(/css/images/tag-close.svg) no-repeat;
    display: block;
    margin-left: 7px;
}

.js-close {
    cursor: pointer;
}

.col-filter {
    width: 20%;
    @media(max-width: 960px) {
        width: 33.33333333%;
    }
    @media(max-width: 767px) {
        width: 100%;
    }
}

.col-filter-card {
    width: 80%;
    @media(max-width: 960px) {
        width: 66.66666667%;
    }

    @media(max-width: 767px) {
        width: 100%;
    }
}


/* WMP Atencion Cliente */

.container-fluid:has(.wmp-attclient) {
    .breadcrumb-navbar  {
        background: transparent;
    }

    .wmp-attclient {
        margin: 0;
        display: grid;
        justify-content: center;
        align-items: center;

        .wmp-attclient__container {
            max-width: 1182px;
            padding: 20px 140px;
        }

        a {
            font-weight: 700;
            text-decoration: underline;
        }

        .wmp-attclient__title {
            text-align: center;
            margin-bottom: 32px;
            color: #0091B3;
        }
        .wmp-attclient__steps {
            padding-left: 50px;
            padding-right: 50px;
        }

        .wmp-attclient__info {
            margin-top: 90px;
            font-size: 13px;
            line-height: 16px;
        }

        .wmp-img {
            max-width: 100%;
            margin: 20px 0;
        }

        .wmp-pr {
            margin-bottom: 0;
            @media(min-width: 1024px) {
                padding-right: 89px;
            }
        }
    }
}

/* tag producto destacado */
.product-card__tag {
    position: absolute;
    top: -0.875rem;
    right: 0.6875rem;
    z-index: 1;
}

product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #A6BDC4;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  max-width: 280px;
  min-height: 420px; /* Ajusta según lo que necesites */
}

.product-card__wrapper {
  position: relative;
  height: auto;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  flex-grow: 1;
}

.info-top {
  font-size: 0.85rem;
  color: #444;
  margin-bottom: 8px;
}

.info-bottom {
  margin-top: auto;
}

.product_name {
  font-weight: bold;
  margin: 0 0 6px 0;
}

.price {
  font-size: 1rem;
  margin: 0;
}

.grey_column.price--small {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
  font-size: 0.9rem;
}

.price--big {
  font-weight: bold;
  color: #007b7f;
  font-size: 1.1rem;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.info-top {
  flex-grow: 1;
}

.info-bottom {
  margin-top: auto;
}
.product-card__imagen {
  height: 181px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.product-card__imagen img {
  height: 100%;
  width: auto;
  object-fit: contain;
  max-height: 180px;
}
