@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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{font-weight: 600;    padding: 10px 35px;}
.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;

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

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


.btn_gris {
    text-transform: uppercase;

    font-weight: 600;
    padding: 10px 35px;
    letter-spacing: 0.10em;
    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;

    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 -----------------------------*/
.zona_iconos_cab {
    text-align: right;
}


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

.badge {
    background-color: rgb(14, 13, 13);
    display: inline-block;
    min-width: 10px;

    font-size: 12px;
    font-weight: bold;
    color: #fff;
    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:#000; }

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

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


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

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




/*------- 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: #aaa8a8!important;
    font-size: 2em;
}

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

#accordion1 {
    margin-top: 10px;
}

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



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

.logo_oculto img {
    width: 80%;
}

#cerrar-menu {
    font-size: 1.9em;
}

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

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

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

#menu_oculto.abierto {
    flex-direction: column;
    right: 0;
}

#accordion1 .nivel_1 a {
   letter-spacing: 1px;
    font-weight: 500;
    font-size:clamp(1.5rem, 1.23rem + 1.35vw, 3rem);
    padding: 0rem 1rem;
    color: #fff;
    transition: all 500ms linear;
}

#accordion1 > li {
    padding: 0;   
    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: -.05em;
            left: 0;
            width: 0;
            height: 2px;
            background: #ffffff50;
            transition: width 0.4s ease;
        }
    }
}
#accordion1 li a.especial::after{background: transparent!important;}
#accordion1 .nivel_2 a {
    font-size: 0.95em;
}

#menu_oculto {
    width: 100%;
    right: -100%;
    position: fixed;
    top: 0;
    z-index: 100000;
    -webkit-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 0px 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;

}


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



.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_redes_cab li {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
   
    margin-right: 5px;
   
}

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

.zona_redes_cab li a:hover {
    border: 1px solid #fff;
    background-color: transparent!important;
    color:#fff;
}



.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) {

    .btn_reserva {
        width: 100%;
    }

    .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;
        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) {

    .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) {
    .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) {

}


/*--------------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 address{margin-bottom: 0px;}
#footer b {font-weight: 500;}
#footer p{font-size: 0.9em; margin-bottom: 8px;}
footer a{transition: all 500ms linear;}
footer p a:hover{letter-spacing: 1px;}
#footer  .zona_redes li {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50px 50px 50px 50px;
    margin-right: 5px;
}
#footer .zona_redes li a {color:#cc2338;}
#footer .zona_redes li i {
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
  }

#footer  .area_pie {
    text-transform: uppercase;
    color:#fff;    
    font-size: 1.4em;
    letter-spacing: 1px;   
    font-weight: 400;
    line-height: 1.1;
   
}

footer .zona_logo_pie{margin-top: -5px;}
footer .zona_logo_pie .texto_empresa{padding-right: 13px;}


/*------ 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) {
    .firma, footer { text-align: center;    }
}

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

  
    .firma, footer {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) {

   
}

/* 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) {

}