

#menu_principal .nav-link{color:#666!important;}




.menu_oculto_redes_reserva_sobre_logo {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
    background-color: #fff;
}

/*---color fondo menu----*/

.burguer span {
    background-color: #000;
}

.idioma_cabecero li a {
    color: #000;
}


/*----------------------------titular jumbo con imagen-----------------------*/

.titular_jumbo_con_imagen {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #FF0000;
    /*  top: -78px;
      margin-bottom: -78px;      esto se utiliza para cabeceros que van debajo del menu*/


}

.titular_jumbo_con_imagen .overlay {
    position: absolute;
    top: 0;
    /*  background: linear-gradient( rgba(45, 45, 45, 0.7) 0%, rgba(45, 45, 45, 0.4) 100%);*/
    width: 100%;
    height: 100%;
    z-index: 1;
}


.titular_jumbo_con_imagen .zona_titulares h1 {
    font-weight: 300;
    color: #fff;
    z-index: 100;
    position: relative;
    padding-top: 8%;
    line-height: 100%;
    font-size: clamp(2.5rem, 5vw, 5rem);
    text-shadow: 0 0 0px #000, 0 0 0px #000, 0 0 30px #000;

}


.ug-textpanel-title {
    display: none !important;
}

/*------------------media query ------------------*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .titular_jumbo_con_imagen {
        position: relative;
        top: inherit;
        height: auto;
        margin-bottom: 0;
    }


}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .titular_jumbo_con_imagen {
        position: relative;
        top: inherit;
        height: auto;
        margin-bottom: 0;
    }

    .titular_jumbo_con_imagen .zona_titulares h1 {
        padding-top: 8%;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .titular_jumbo_con_imagen .zona_titulares h1 {
        padding-top: 11%;
    }

    .titular_jumbo_con_imagen {
        height: 57vh;
    }
}


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

}


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

}

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

}


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


}


/*--------------presentacion img doble columna---------------------*/

.py-lg-5.presentacion_img_doble_columna {
    padding-top: 0 !important;
}

/*--------------presentacion---------------------*/

.presentacion .bajo_raya {
    font-size: 0.85em;
    font-weight: 600;
}

.presentacion .bajo_raya:hover span {
    color: #fff;
}

/*---------------------presentacion slide --------------------------*/

.presentacion_slide .sobretitular {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 15px;
}

/*----------------teaser-----------------*/

.texto_presentacion .sinopsis {font-size: larger;}

.texto_presentacion .precio{  font-size: clamp(1.2rem, 5vw, 2.5rem);}

.texto_presentacion h2 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-style: italic;
}
h2.titular::after {
    content: ""; 
    display: block;
    width: 50%;           /* Ancho de la línea */
    height: 3px;           /* Grosor de la línea */
    background-color: #c03222;
    margin: 5px 0 30px 0;    /* Espacio superior para separarla del texto */
}

.texto_presentacion h3 {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    transform: none !important;
}

.texto_presentacion .sinopsis b {
    color: #000;
}
.texto_presentacion .sinopsis ul{padding-left: 1rem;}
/*--------------media querys teaser ---------------------*/


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

}

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

/* 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) {
    .texto_presentacion .sinopsis {
        text-align: left;
    }
}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {
    .texto_presentacion .sinopsis {
        text-align: left;
    }
}

/*------------------cajas servicios----------------------*/

.servicios .zona_titulares h2 {
    line-height: 1.1;
    font-size: clamp(1.25rem, 0.964rem + 1.43vw, 3rem);
}
.servicios .zona_titulares h2::after {
    content: "";
    display: block;
    width: 50%; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #c03222;
    margin: 5px 0 30px 0; /* Espacio superior para separarla del texto */
}

.servicios .caja {
    padding: 20px;
    transition: all 0.3s linear;
    position: relative;
}

.servicios .caja a:hover {
    box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.09);
}

.servicios .caja h3 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-style: italic;
}
.servicios .caja h3::after {
    content: "";
    display: block;
    width: 50%; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #c03222;
    margin: 5px 0 30px 0; /* Espacio superior para separarla del texto */
}

.servicios .caja a h3 {
    text-decoration: none;
}

.servicios .caja .icono {
    font-size: 2em;
    padding-bottom: 10px;
}
.servicios .sinopsis b {
    color: #000;
}

.servicios .sinopsis ul {
    padding-left: 1rem;
}

.servicios .caja .ver {
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 700; /*position: absolute; bottom: 30px;*/
    opacity: 0;
    transition: all 0.3s linear;
}

.servicios .caja a:hover .ver {
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 700; /*position: absolute; bottom: 30px;*/
    opacity: 1;
}

.servicios .caja p {
    max-width: 100%;
    margin: 15px auto;
    font-size: clamp(1.2rem, 5vw, 2.5rem);
    line-height: 140%;
    font-family: "Playfair Display", serif;
    /*height: 67px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

/*--------------media querys servicios ---------------------*/


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

}

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

/* 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) {
    .servicios .sinopsis {
        text-align: left;
    }
}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {
    .servicios .sinopsis {
        text-align: left;
    }
}
/*------------------servicios_imagenes-----------------------*/
.servicios_imagenes {
    /*background-image: url("../img/fondo_lineas_guernica_gris.png");*/
    background-size: contain;
    background-repeat: no-repeat;
}

.servicios_imagenes {
    text-align: center;
}

.servicios_imagenes h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: clamp(1.875rem, 1.313rem + 2.81vw, 5rem);
    font-weight: 800;
    opacity: 0.5;
}

.servicios_imagenes h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: clamp(2rem, 1rem + 2.18vw, 2.5rem);
    font-weight: 400;
}


.servicios_imagenes h3 {
    text-align: center;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 0px;
}

.servicios_imagenes .fila_cajas {
    justify-content: center;
}

.servicios_imagenes a .desc {
    color: #666;
    font-size: 0.9em;
}


.servicios_imagenes .fila_cajas a .datos {
    padding: 5px 10px 20px 10px;
}

.servicios_imagenes a figure {
    margin: 0px;
    overflow: hidden;
}

.servicios_imagenes a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.servicios_imagenes a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
}

.servicios_imagenes a:hover figure {
    overflow: hidden;
}

.servicios_imagenes .nolink {
    cursor: default;
}


/*--------------media querys servicios_imagenes---------------------*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .servicios_imagenes a figure img {
        width: 50%;
    }
}

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

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

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .servicios_imagenes h3 {
        font-size: 1em;
    }
}

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


/*-------------------------------fondo contacto interior------------------------------*/


.fondo_contacto_interior .sobretitulo {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 15px;
}

.fondo_contacto_interior input, .fondo_contacto_interior textarea {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.fondo_contacto_interior .relleno {
    padding: 0 10px 40px 10px;
}

.fondo_contacto_interior .politica {
    font-size: 0.8em;
}

.fondo_contacto_interior a {
    color: #000;
}

.fondo_contacto_interior a:hover {
    color: #999;
}

.fondo_contacto_interior .form-check {
    margin-bottom: 15px;
}

.fondo_contacto_interior .h2 {
    text-transform: uppercase;
    font-size: clamp(1.375rem, 0.735rem + 3.2vw, 3.4rem);
    font-weight: 600;
    line-height: 100%;
}

.fondo_contacto_interior strong {
    color: #FFF;
}

.fondo_contacto_interior .form-group {
    margin-bottom: 1rem;
}

.sobre_titulo {
    font-size: 1em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}


/*--------------contacto------------------*/

.contacto .icono i {
    font-size: 1.5em;

}

.contacto .titulo_dato {
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
}

.contacto .datos_cont {
    margin-top: 3.125em;
    text-align: center;
}

.datos_cont a {
    color: #666;
}

.mapboxgl-popup-content {
    padding: 25px !important;
    border: transparent !important;
    color: #000;
}

.mapboxgl-popup-content a {
    color: #000;
}

.mapboxgl-popup-content a:focus-visible {
    outline: none !important;
}


/*------------------media query ------------------*/

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

    .contacto .datos_cont {
        margin-top: 30px;
    }
}

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


}

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

}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .fondo_contacto_interior .relleno {
        padding-left: 3%;
        padding-right: 3%;
    }
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .fondo_contacto_interior .relleno {
        padding-left: 7%;
        padding-right: 7%;
    }


}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {
    .fondo_contacto_interior .relleno {
        padding-left: 7%;
        padding-right: 7%;
    }


}


/*------------------media query ------------------*/

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


}

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


}

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

.zona_mensaje {
    height: 60vh;
}

/*----------------------------reservas-----------------------*/
.reservas h1 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.fondo_reserva {
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0.5px;
    margin-top: -80px;
}

.reservas {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0.5px;
}

.reservas h1 {
    font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
    margin-bottom: 20px;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: 80px;
}

.reservas iframe {
    border: none;
    width: 100%;
}

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


.contenido_interior ul li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f101';
    position: relative;
    margin-left: -25px;
    padding-right: 10px;
}

.contenido_interior a {
    text-decoration: underline;
}


/***************************************/
.bloque_menu_logo_int {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.contenido_interior {
    word-break: break-word;
}

.breadcrumbs a:hover {
    opacity: 0.8;
}

.title_page {
    text-align: center;
    font-weight: 900;
    font-size: 3.5em;
}


.breadcrumbs {
    width: 100%;
    text-align: center;
    display: block;
    margin: 1px 0 0;
    font-size: 1em !important;

}

.breadcrumbs li {
    display: inline-block;
}


.sobre_titulo {
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: left;
}

.sobre_titulo span {
    display: inline-block;
    position: relative;
}

.sobre_titulo span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -1px;
    width: 25px;
    height: 2px;
    display: block;
}


.relleno_ambos {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contenido_interior p {
    text-align: justify;
}

.contenido_interior img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;


}

blockquote {


    color: #cc1905;
    padding: 30px 5px;
    font-size: clamp(1.1rem, 5vw, 1.5rem);

}

.multicolumna {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
    -webkit-column-rule: 1px solid #ddd; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ddd; /* Firefox */
    column-rule: 1px solid #ddd;
}

.list-items {
    margin-top: 20px;
}

.list-items li {
    position: relative;
    padding-left: 25px;
}

ul.list-items li i {
    padding-right: 5px;
}


.contenido_interior ul, .caja_noticia ul {
    list-style-type: none;
}

.contenido_interior ul li {
    margin-bottom: 8px;
}


.contenido_interior h2 {
    font-size: clamp(1.7rem, 5vw, 2.4rem);
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contenido_interior h3 {
    padding-bottom: 0px;
    margin-bottom: 5px !important;
    margin-top: 30px;
    font-size: clamp(1.6rem, 5vw, 2.2rem);
    font-weight: 300;
}

.contenido_interior h4 {
    font-size: clamp(1.4em, 5vw, 1.8em);
    font-weight: 300;
    padding-bottom: 0px;
    margin-bottom: 5px !important;
    margin-top: 30px;
}


/*------------------media query ------------------/*

@media (max-width: 375px){

}

/* Extra small devices (portrait phones, 376px and up)*/
@media (min-width: 376px) and (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .multicolumna {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

}
 
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .contenido_imagen_fija_izq .columna_fija {
        background-attachment: fixed;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {


}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .presentacion_restaurante {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
        -moz-column-gap: 60px; /* Firefox */
        column-gap: 60px;
        -webkit-column-rule: 1px solid #ddd; /* Chrome, Safari, Opera */
        -moz-column-rule: 1px solid #ddd; /* Firefox */
        column-rule: 1px solid #ddd;
    }

    .zona_texto_cont .contenido_interior p {
        text-align: justify;
    }

}

/*---------------------------- carta imagen fija  menu articulo unico-----------------------*/


.menu_articulo_unico .bloque_textos {
    color: #333;
    text-align: center;
}

.menu_articulo_unico h2 {
    text-align: center;
    font-size: clamp(1.5rem, 5vw, 2.188rem);
    font-weight: 600;
    color: #000;
}

.menu_articulo_unico .contenido_interior h3 {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    font-weight: 600;
}

.menu_articulo_unico .precio span {
    font-weight: 600;
}

.menu_articulo_unico .contenido_interior.bloque_textos .precio {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    display: block;
}

.menu_articulo_unico .contenido_interior.bloque_textos .texto_peke {
    text-align: center;
    color: #333;
    font-size: 0.8em;
    line-height: 120%;
}

.contenido_interior.bloque_textos h3 {
    margin-top: 40px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .contenido_interior.bloque_textos h3 {
        margin-top: 20px;
    }
}


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

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .contenido_interior p {
        text-align: left;
    }


    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100% !important;
    }

    .cabecero_interior {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .multicolumna {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }


    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100% !important;
    }

    .columna_fija {
        position: static;
    }


}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

}

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

    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

}

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

}


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

}

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

}


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


}








