@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.relleno_ambos {
    padding-top: 80px;
    padding-bottom: 40px;
}

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

#ir_arriba {
    bottom: 30px;
    position: fixed;
    right: 30px;
}

#ir_arriba span {
    background: url("../img/uptotop.png") no-repeat scroll center center;
    display: block;
    height: 48px;
    width: 48px;
    opacity: 0.50;
}

.marker {
    background-image: url('../img/mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}


/*------------------botones------------*/
.btn_redondo {
    border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -khtml-border-radius: 50px !important;
}

.btn_corporativo {
    text-transform: uppercase;    
    padding: 10px 35px;
    display: inline-block;
    letter-spacing: 0.14em;
    border: none;
    transition: all 1s linear !important;
}

.btn_transparente, .btn_transparente_b, .btn_transparente_n, .btn-dark, .btn_blanco {
    text-transform: uppercase;    
    padding: 10px 35px;
    letter-spacing: 0.14em;
    display: inline-block !important;
    transition: all 1s linear !important;
}

.btn_transparente_movil, .btn_transparente_b_movil, .btn_transparente_n_movil,  .btn_blanco_movil {
    border: 1px solid #000;
    background-color: transparent;
    color: #000 !important;
    letter-spacing: 0.14em;
    padding: 1px 1px;
    font-size: 0.8em;
    text-transform: uppercase;
}

.btn-dark_movil {
    text-transform: uppercase;
    background-color: #000;
    color: white;
    font-size: 0.8em;
}


.btn_transparente_cabecero {
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transition: all 1s linear !important;
}

.btn_gris {
    text-transform: uppercase;

    font-weight: 600;
    padding: 10px 35px;
    letter-spacing: 0.14em;
    display: inline-block !important;
    border: none;
    background-color: #ddd;
    transition: all 1s linear !important;
}

.fondo_gris {
    background-color: #efefef;
}

::placeholder {
    color: #ccc;
}

/*-------idioma cabecero ------------------*/

.idioma_cabecero {
    display: flex;
    justify-content: flex-end;
    margin: 0px;

}

.idioma_cabecero li {
    border-right: 1px solid #ccc;
    display: inline-block;
    padding: 0;
    color: #fff;
margin-top: 5px;
    line-height: 100%;
}

.idioma_cabecero li a {
    color: #fff;
    text-transform: uppercase;
    margin: 5px;
}

.idioma_cabecero li a:hover {
    color: #000;
}

.idioma_cabecero li:last-child {
    border-right: none !important;
}

/*--------------------------.logo_menu_iconos_1linea -----------------------------*/
.dropdown-toggle::after {    display: none;}
.zona_iconos_cab {
    text-align: right;
}
.icono_usuario{
    background: transparent;
    border: none;
}

.ico_tienda, .icono_registro {
    display: inline-block;
    font-size: 1.2em;
}

.badge {
    background-color: #CCA207;
    display: inline-block;
    min-width: 10px;

    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 50px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.logo_menu_iconos_1linea .zona_dcha_iconos {

    justify-content: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo_menu_iconos_1linea .zona_dcha_iconos li {
    text-align: right;
    font-size: 1.2em;
}

.logo_menu_iconos_1linea .zona_dcha_iconos li .nav-link {
    padding: 0px;
}


.logo_menu_idiomas_1linea {

    box-shadow: 0px 6px 30px rgba(0, 6, 18, 0.06);
}

.mi_cuenta a, .ico_tienda a {
    color: #fff;
}

.mi_cuenta a:hover, .ico_tienda a:hover {
    color: #CCA207 !important;
}

.logo_menu_idiomas_1linea .navbar {
    z-index: 1000;
}


.logo_menu_idiomas_1linea .dropdown-menu.show {
    padding: 0px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.logo_menu_idiomas_1linea .dropdown-menu.show .dropdown-item:hover {
    background-color: #fff;
}

.logo_menu_idiomas_1linea .menu_principal .nav-link {
    font-weight: 500;
    margin: 8px 10px 0px !important;
    padding: 0px;
    transition: border 1s linear !important;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    color: #fff ;
}
.logo_menu_idiomas_1linea .icono_usuario{color:#fff;}
.negrita_corporativo {
    font-weight: 600;
}

.affix_index {
    background-color: #000;
    opacity: 1;
    box-shadow: 0 0 0 5px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 0 5px rgb(0 0 0 / 15%);
}






/*------- solo para menu oculto -------------*/

.btn_hueco {
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    float: right;
    letter-spacing: 1px;
    padding: 8px;
}

.btn_hueco:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}

.zona_redes {
    margin-bottom: 0px;
}

.cerrar {
    text-align: right;
}

.cerrar a {
    color: #fff!important;
    font-size: 2em;
}

.logo_menu_idiomas_1linea .boton_menu_oculto {
    z-index: 1000;
}

#accordion1 {
    margin-top: 10px;
}


#menu_oculto {

    width: 100%;
    right: -100%;
    position: fixed;
    top: 0;
    z-index: 100000;
    -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.5);
  
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.container_menu_oculto {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 5px 15px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}


#abre-menu {
    float: right;
}

#abre-menu .fas {
    font-size: 1.1em;
    color: #fff;

}


#menu_oculto.abierto {
    right: 0;
}

.menu_oculto_redes_reserva_sobre_logo #accordion1 .nivel_1 a {
    color: #333;
}

.menu_oculto_redes_reserva_sobre_logo #accordion1 .nivel_1 a:hover {
    color: #000;
}



#accordion1 .nivel_1 .fas {
    float: right;
}

#accordion1 .nivel_2 a {
    font-size: 0.8em;
}

.icon_cierre {
    position: absolute;
    top: 10px;
    right: 10px;
}

.logo_oculto img {
    width: 80%;
}

#cerrar-menu {
    font-size: 1.9em;
    background: transparent;
    border: none;
}

.fa-times:before {
    color: #FFF;
    content: "\f00d";
}

#item1.show .nav-link {
    color: #666;
}

#accordion1 {
    margin-top: 10px;
    display: flex;
    align-items: center;
}



#accordion1 .nivel_1 a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: clamp(1.2rem, 1.128rem + 0.36vw, 1.6rem);
    padding: 0.3rem 1rem;
    color: #333;
    transition: all 500ms linear;
}

#accordion1 > li {
    padding: 0;
    margin: 0.2em;
    display: block;

    > a {
        position: relative;
        display: inline;
        cursor: pointer;
        transition: color 0.4s ease;

        &:hover {
            color: #e5e5e5;

            &:after {
                width: 100%;
            }
        }

        &:after {
            content: '';
            position: absolute;
            z-index: 1;
            bottom: -.15em;
            left: 0;
            width: 0;
            height: 2px;
            background: #e5e5e5;
            transition: width 0.4s ease;
        }
    }
}

#accordion1 .nivel_2 a {
    font-size: 0.95em;
}



.burguer {
    min-width: 20px;
    min-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    cursor: pointer;
    position: relative;
   /* z-index: 9999999999999;*/
}

.burguer span {
    border-radius: 5px;
    background-color: #FFF;
    width: 30px;
    height: 3px;
    transition: all 0.5s ease-out allow-discrete;
}

.burguer.active .line1 {
    opacity: 0;
    width: 0;
}

.burguer.active .line2 {
    transform: translateY(2.5px) rotate(45deg);
}

.burguer.active .line3 {
    transform: translateY(-6px) rotate(-45deg);
}


.cerrar #cerrar-menu {
    position: absolute;
    top: 6px;
    right: 27px;
}


.zona_redes_cab li {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.zona_redes_cab li a {
    line-height: 40px;
    border-radius: 50%;
    display: block;
    border: 1px solid #333;
    color: #333;
}

.zona_redes_cab li a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.datos_menu_oculto address p {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.datos_menu_oculto address .tel {
    font-size: 1.8em;
}

.datos_menu_oculto address .correo {
    font-size: 1em;
}

.datos_menu_oculto {
    font-weight: 300;
    color: #666;
    background-color: #00000080;
    border: 1px dotted #fff;
    width: 50%;
    text-align: center;
}

.datos_menu_oculto a {
    color: #666;
}



.zona_menu_v {
    overflow-y: auto;
}

/* -------------------- DROPDOWN TIENDA --------------------- */
.mi_cuenta {
    margin-bottom: 0px;
    position: relative;
}

.mi_cuenta .dropdown-menu {
    position: absolute;
    -webkit-box-shadow: 0 5px 10px #333;
    box-shadow: 0 5px 10px #333;

}


.mi_cuenta .dropdown-menu li {
    font-size: 0.9em;
    display: block;

}

.mi_cuenta .dropdown-menu li a {
    padding: 8px 10px;
    font-weight: 400;
    display: block;
    border-bottom: 1px dotted #ccc;
    color: #666;
}

.mi_cuenta .dropdown-menu li a:hover {
    color: #000 !important;
    background-color: #f2f2f2;
}

.mi_cuenta .dropdown-menu .nombre {
    padding: 8px 10px;
    color: #000;
    font-style: oblique;
    font-weight: 500;
}

.mi_cuenta .dropdown-toggle::after {
    display: none;
}







/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .logo_menu_idiomas_1linea .navbar-brand{margin-right: 0px!important;}

    .btn_reserva {
        width: 100%;
    }

    .navbar.fixed-top {
        position: inherit !important;
    }

    .color_menu {
        background-color: rgba(0, 0, 0, 1);
    }

    #menu_principal {
        text-align: center;
    }


    #menu_oculto {
        width: 100%;
        right: -570px;
        top: 0px;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
       
       
        margin-top: 5px;
        display: block;
    }

    .navbar-toggler i {
        color: #fff;
    }

    .logo_menu_idiomas_1linea .menu_principal .nav-link {
        text-align: center;
        border-radius: 0px;
    }

    .logo_menu_idiomas_1linea .dropdown-menu.show .dropdown-item {
        text-align: center;
    }


    .datos_cabecero {
        justify-content: center;
    }

    .datos_cabecero a {
        display: inline-block;
        font-size: 1em;
        padding-left: 8px;
        color: #012A5E;
        line-height: 100%;
    }

    .datos_cabecero a:hover {
        color: #000;
    }

    .icon_cab {
        display: inline-block;
        vertical-align: 15px;
        font-size: 1.3em;
        color: #012A5E;
    }

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

    .main-title {
        padding-bottom: 0px;
    }


    .cambio_row_y {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo_menu_idiomas_1linea .navbar-brand{margin-right: 0px!important;}
    .btn_reserva { width: 100%;    }

    #menu_principal { text-align: center; }

    #menu_oculto { top: 0px; }


    .dropdown-menu { text-align: center; }


    .logo_menu_idiomas_1linea .menu_principal .nav-link {
        text-align: center;
        border-radius: 0px;
    }

    .logo_menu_idiomas_1linea .dropdown-menu.show .dropdown-item {
        text-align: center;
        padding: 0px !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo_menu_idiomas_1linea .navbar-brand{margin-right: 0px!important;}
    .datos_menu_oculto {
        width: inherit;
        padding: 2% 5%;
    }

    #menu_oculto {
        top: 0px;
    }

    .navbar.fixed-top {
        position: inherit !important;
    }

    .color_menu {
        background-color: rgba(0, 0, 0, 1);
    }

    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .logo_menu_idiomas_1linea .menu_principal .nav-link {
        text-align: center;
        border-radius: 0px;
    }

    .logo_menu_idiomas_1linea .dropdown-menu.show .dropdown-item {
        text-align: center;
    }

    .main-title {
        max-width: 300px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar.fixed-top {
        position: inherit !important;
    }

    .color_menu {
        background-color: rgba(0, 0, 0, 1);
    }

    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

}

/* Large devices (min 1200)*/
@media (min-width: 1200px) {

}



/* ------------- teaser --------------- */
.texto_presentacion_imagen_g .texto_pres {
    line-height: 130%;
    text-align: left;
}

.texto_presentacion_imagen_g h2 {
    font-style: italic;
    color: #333;
    font-size: 2.8em;
    font-weight: 600;
    text-align: left;
}

.texto_presentacion_imagen_g blockquote {
    font-size: 1.2em;
    font-weight: 400;
    color: #555;
    line-height: 140%;
}

.texto_presentacion_imagen_g img {
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.fondo_corporativo b {
    font-weight: 500;
}


/*-----------------titulares -----------------------------*/
.titulares_sobretitular_bloque h2 {
    font-style: italic;
    color: #333;
    font-size: 3.2em;
    font-weight: 500;
}

.titulares_sobretitular_bloque .sobretitular {
    font-size: 2.4em;
    font-family: 'Satisfy', cursive;
}


/* -------------------- datos contacto ----------------------- */
.bloques_contacto .caja_contacto {
    background-color: #F2F2F2;
    margin: 10px;
    font-size: 1.2em;
    transition: all 0.5s ease;
}

.bloques_contacto .caja_contacto:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.bloques_contacto .caja_contacto ul li {
    display: block;
    text-align: center;
}

.bloques_contacto .caja_contacto ul.relleno_caja {
    padding: 35px;
}

.bloques_contacto .caja_contacto ul .tit_dato {
    font-weight: 700;
    margin: 10px 3px 5px 3px;
    display: block;
    font-size: 1.2em;
    color: #222;
}

.bloques_contacto .caja_contacto .dato {
    font-size: 0.9em;
}

.bloques_contacto .caja_contacto ul .dato a {
    color: #666;
}

.bloques_contacto .caja_contacto ul .icon {
    font-size: 2.5em;
}

.fondo_contacto_index .sobre_titulo {
    font-family: 'Satisfy', cursive;
    font-size: 1.8em;
}

.fondo_contacto_index h2 {
    font-size: 2.1em;
    font-weight: 600;
    padding-bottom: 5px;
}

.zona_texto_cont p {
    line-height: 180%;
}

.fondo_contacto_index .form-floating textarea.form-control {
    height: 100px;
    border-radius: 30px;
    background-color: #efefef;
}

.fondo_contacto_index .form-floating > .form-control {
    border-radius: 30px;
    background-color: #efefef;
}

.fondo_contacto_index .form-floating > label {
    padding-left: 25px;
}

.fondo_contacto_index .politica {
    font-size: 0.9em;
    color: #666;
}






/*--------------frase boton---------------------*/
.fondo_color_frase_boton{padding-top: 20px; padding-bottom: 20px;}
.banda_frase_boton .frase span{font-size:clamp(1.5rem, 1.399rem + 0.51vw, 2.063rem); font-weight: 500; text-transform: uppercase; line-height: 100%;}
.banda_frase_boton .btn-secondary {text-transform: uppercase; margin-top: 15px;}
.banda_frase_boton .frase p{margin-bottom: 2px;}


/*--------------generales--------------------/*



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {


}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .relleno_ambos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {


}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {

}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {


}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {

}


/*-------------------------------footer------------------------------*/


footer b{color:#ffffff!important;}
footer a {
    text-decoration: underline;
}

.area_pie {

    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.1;
}

.titular_pie_p {

    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.1;
}


.caja_pie .enlace {
    font-weight: 600;
}
footer .zona_redes {
    margin-bottom: 0px;
}



footer .zona_redes li  {  
     font-size: 1.4em;  
      line-height: 40px;  
      color: #fff;    
      display: inline-block;
    text-align: center;  
    margin-right: 5px; padding: 8px;
}

/*------ firma -----*/
#bloque_firma {
    padding-top: 8px;
    font-size: 0.8em;
}

#bloque_firma a {
    color: #666;
}

#bloque_firma a:hover {
    color: #000;
}

.firma {
    text-align: right;
}


/*----- media queries pie y firma -----*/

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    

    .aviso, .firma {
        text-align: center;
    }

    .area_pie {
        margin-bottom: 15px;
        margin-top: 40px;
    }


}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {

   

    .aviso, .firma {
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {


}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .zona_logo_pie {
        margin-top: -7px;
    }

}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .zona_logo_pie {
        margin-top: -7px;
    }

}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {
    .zona_logo_pie {
        margin-top: -7px;
    }
}


/*------------------------- subvenciones ----------------------------------*/
#subvenciones .logo_dcha {
    text-align: right;
}