.menu_oculto_redes_reserva_sobre_logo .navbar-brand img { height: 100px; }


/*=== MENÚ INTERIOR ============================================================*/

/* Extra small (< 576px) */
@media (width <= 575.98px) {
    .menu_oculto_redes_reserva_sobre_logo .btn_reserva { font-size: 0.8em !important; padding: 5px 8px !important; }
}

/* Small (576px–767px) */
@media (576px <= width <= 767.98px) {
    .menu_oculto_redes_reserva_sobre_logo .btn_reserva { font-size: 0.8em !important; padding: 5px 8px !important; }
}

/* Medium (768px–991px) */
@media (768px <= width <= 991.98px) {
    .menu_oculto_redes_reserva_sobre_logo .btn_reserva { font-size: 0.8em !important; padding: 5px 8px !important; }
}

/* Medium portrait (768px–991px) */
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    .menu_oculto_redes_reserva_sobre_logo .btn_reserva { font-size: 0.8em !important; padding: 5px 8px !important; }
}

/* Large (992px–1199px) */
@media (992px <= width <= 1199.98px) {
}


/*=== TITULAR JUMBO CON IMAGEN — titular_jumbo_con_imagen.html.twig ============*/

.titular_jumbo_con_imagen {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -182px;
    margin-bottom: -182px;
    height: 50vh;
    background-color: #000;
}

.titular_jumbo_con_imagen .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% + 1px);
    z-index: 1;
}

.titular_jumbo_con_imagen .zona_titulares h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
    padding-top: 15%;
    line-height: 100%;
    font-size: clamp(2.5rem, 5vw, 5rem);
}

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

/* Small (576px–767px) */
@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 (768px–991px) */
@media (768px <= width <= 991.98px) {
    .titular_jumbo_con_imagen .zona_titulares h1 { padding-top: 11%; }
    .titular_jumbo_con_imagen {
        height: auto;
        top: 0;
        margin-bottom: 0;
    }
}

/* Medium portrait (768px–991px) */
@media (768px <= width <= 991.98px) and (orientation: portrait) {
}

/* Large (992px–1199px) */
@media (992px <= width <= 1199.98px) {
}

/* Large portrait (992px–1199px) */
@media (992px <= width <= 1199.98px) and (orientation: portrait) {
}

/* Extra large (1200px–1399px) */
@media (1200px <= width <= 1399px) {
}

/* XXL (≥ 1400px) */
@media (width >= 1400px) {
}


/*=== PRESENTACIÓN — index_texto_teaser_dcha.html.twig =========================*/

.presentacion .bajo_raya { font-size: 0.85em; font-weight: 600; }
.presentacion .bajo_raya:hover span { color: #fff; }


/*=== PRESENTACIÓN SLIDE — banda_texto_teaser_img_slide_*.html.twig ============*/

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


/*=== SERVICIOS IMÁGENES — index_servicios_imagenes.html.twig ==================*/

.servicios_imagenes {
    background-image: url('../img/fondo_cartas_inicio.png');
    background-position: left top;
    background-repeat: no-repeat;
}

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

.servicios_imagenes .fila_cajas figure {
    overflow: hidden;
}

.servicios_imagenes .subtitular {
    display: inline-block;
    text-transform: uppercase;
    font-size: clamp(0.6rem, 1.5vw + 0.3rem, 0.9em);
    letter-spacing: 2px;
    padding: 8px 20px 0px 20px;
    border-radius: 50px;
}

/* Honey effect: enlace de overlay sobre la figura */
.servicios_imagenes figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.servicios_imagenes h2 {
    font-size: clamp(1.6rem, 4vw + 1rem, 3rem);
    font-weight: 500;
    text-transform: uppercase;
}

.servicios_imagenes h2::after {
    content: '';
    display: block;
    width: 150px;
    height: 24px;
    margin: 0 auto 8px;
    background-color: #9ac9d5;
    -webkit-mask-image: url("../img/onda_adorno.svg");
    mask-image: url("../img/onda_adorno.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

.servicios_imagenes figure {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.servicios_imagenes .caja_servicio figure {
    border-radius: 50%;
    border: 3px solid #374960;
    transition: transform 0.6s ease;
    padding: 10px;
}

.servicios_imagenes .caja_servicio figure img { border-radius: 50%; }

.servicios_imagenes .caja_servicio a {
    transition: all 1s;
}

.servicios_imagenes .caja_servicio a:hover figure {
    transform: scale(1.05) translateY(-20px);
}

.servicios_imagenes a:hover h3 { letter-spacing: 3px; font-weight: bolder; }

.servicios_imagenes h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(1.4rem, 2vw, 2.5rem);
    text-align: center;
    color: #333;
    transition: all 0.5s linear;
    display: block;
}

.servicios_imagenes h3::after {
    content: '';
    display: block;
    width: 90px;
    height: 15px;
    margin: 0 auto 8px;
    background-color: #9ac9d5;
    -webkit-mask-image: url("../img/onda_adorno.svg");
    mask-image: url("../img/onda_adorno.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.servicios_imagenes a:hover h3::after {
    animation: ola 0.6s ease infinite;
}

@keyframes ola {
    0%   { transform: translateX(0) scaleY(1); }
    25%  { transform: translateX(4px) scaleY(1.2); }
    50%  { transform: translateX(0) scaleY(1); }
    75%  { transform: translateX(-4px) scaleY(1.2); }
    100% { transform: translateX(0) scaleY(1); }
}

/* Extra small (< 576px) */
@media (width <= 575.98px) {
}

/* Small (576px–767px) */
@media (576px <= width <= 767.98px) {
}

/* Medium (768px–991px) */
@media (768px <= width <= 991.98px) {
}

/* Medium portrait (768px–991px) */
@media (768px <= width <= 991.98px) and (orientation: portrait) {
}

/* Large (992px–1199px) */
@media (992px <= width <= 1199.98px) {
    /*.servicios_imagenes { margin-top: -180px; }*/
}

/* Large portrait (992px–1199px) */
@media (992px <= width <= 1199.98px) and (orientation: portrait) {
}

/* Extra large (1200px–1399px) */
@media (1200px <= width <= 1399px) {
}

/* XXL (≥ 1400px) */
@media (width >= 1400px) {
    /*.servicios_imagenes { margin-top: -199px; }*/
}


/*=== SERVICIOS IMÁGENES CUADRADAS =============================================*/

.servicios_imagenes_cuadradas .caja_servicio { max-width: 310px; }

.servicios_imagenes_cuadradas figure {
    height: 229px;
    max-width: 310px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
}

.servicios_imagenes_cuadradas figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.servicios_imagenes_cuadradas h2 {
    text-align: center;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ccc;
    font-weight: 400;
    font-size: 0.85em;
    letter-spacing: 0px;
}

.servicios_imagenes_cuadradas .fila_cajas .datos {
    padding: 5px 5px 20px 5px;
}

.servicios_imagenes_cuadradas .caja_servicio:hover figure img {
    transform: scale(1.1);
    overflow: hidden;
}


/*=== FONDO CONTACTO INTERIOR — banda_contacto.html.twig =======================*/

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


/*=== PRESENTACIÓN TEXTO TEASER DCHA — index_texto_teaser_dcha.html.twig =======*/

.presentacion.texto_teaser_dcha h2 { font-size: clamp(2rem, 2.5vw, 3.8rem) !important; line-height: 100%; margin-top: 2px; }
.presentacion.texto_teaser_dcha h3 { font-size: clamp(1.7rem, 2.5vw, 2rem) !important; }
.presentacion.texto_teaser_dcha .color-diferente { font-weight: 700; font-size: 0.8em; }
.presentacion.texto_teaser_dcha .tit_destacado {
    font-family: mendl-sans-variable, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}
.presentacion.texto_teaser_dcha .titular { padding-right: 10%; }

/* Extra small (< 576px) */
@media (width <= 575.98px) {
    .presentacion.texto_teaser_dcha .texto_presentacion { padding-right: 0; }
    .presentacion h2 { margin-top: 0; }
}

/* Small (576px–767px) */
@media (576px <= width <= 767.98px) {
    .presentacion.texto_teaser_dcha .tit_destacado { margin-top: -20px; margin-bottom: 26px; }
    .presentacion.texto_teaser_dcha .texto_presentacion { padding-right: 0; }
    .presentacion h2 { margin-top: 0; }
}


/*=== RESERVAS =================================================================*/

.fondo_reserva {
    background-image: url("../img/patron_mar_oscuro.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 100px;
    margin-top: -177px;
}

.reservas {
    background-size: cover;
    background-attachment: fixed;
}

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

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


/*=== CONTENIDO INTERIOR =======================================================*/

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

.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 ul, .caja_noticia ul {
    list-style-type: none;
}

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

.contenido_interior p {
    text-align: justify;
}

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

.contenido_interior h2 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 5px !important;
}

.contenido_interior h2:after {
    content: '';
    display: block;
    width: 150px;
    height: 15px;
    margin: 8px 0 20px 0;
    background-color: #9ac9d5;
    -webkit-mask-image: url(../img/onda_adorno.svg);
    mask-image: url(../img/onda_adorno.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left;
    -webkit-mask-position: left;
}

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

.contenido_interior h4 {
    font-size: clamp(1.4em, 5vw, 2em);
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: 5px !important;
    margin-top: 30px;
}
/*=== BANNER MÚLTIPLE IMAGEN FONDO ================================================================*/

.banner_multiple_fondo_container {
    background-image: var(--imagen-fondo);
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 177px;
    margin-top: -177px;

}

.banner_multiple_fondo_container .cabecero_titulo { color: #fff; }

.banner_multiple_fondo {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    min-height: 420px;
    background-color: #111;
}

.banner_multiple_fondo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner_multiple_fondo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.banner_multiple_fondo .texto-caption {
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 90%;
    padding: 0 8%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}

.banner_multiple_fondo .texto-caption h2 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5rem;
}

.banner_multiple_fondo .texto-caption span {
    display: block;
    text-transform: none;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 400;
    margin-bottom: 1rem;
}

.banner_multiple_fondo .texto-caption p {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1rem;
}

.banner_multiple_fondo .btn_banner {
    border: 1px solid #fff;
    background-color: #00000080;
    color: #fff;
    padding: 6px 24px;
    font-size: 0.8em;
    letter-spacing: 0.12em;
    transition: all 0.3s;
}

.banner_multiple_fondo .btn_banner:hover {
    background-color: #fff;
    color: #000;
}

.banner_multiple_fondo_container .row { width: 100%; }



/*=== MAPA ================================================================*/

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

/*=== GENERALES ================================================================*/

.breadcrumbs a:hover {
    opacity: 0.8;
}

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

.breadcrumbs li {
    display: inline-block;
}

.sobre_titulo {
    font-size: 1em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    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;
}

blockquote {
    font-family: 'Covered By Your Grace', cursive;
    color: #333;
    padding: 30px 5px;
    font-size: 1.5em;
}

.multicolumna {
    column-count: 2;
    column-gap: 60px;
    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;
}


/*=== MENÚ ARTÍCULO ÚNICO — banda_carta_articulo_unico.html.twig ===============*/

.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 (< 576px) */
@media (width <= 575.98px) {
    .contenido_interior.bloque_textos h3 { margin-top: 20px; }
}


/*=== MEDIA QUERIES GENERALES ==================================================*/

/* Extra small (< 576px) */
@media (width <= 575.98px) {
    .contenido_interior p { text-align: left; }
    .contenido_interior img { margin-left: 0px; margin-right: 0px; width: 100% !important; }
    .multicolumna { column-count: 1; }
    .columna_fija { position: static; }
}

/* Small (576px–767px) */
@media (576px <= width <= 767.98px) {
    .contenido_interior img { margin-left: 0px; margin-right: 0px; width: 100%; }
}

/* Medium (768px–991px) */
@media (768px <= width <= 991.98px) {
    .contenido_interior img { margin-left: 0px; margin-right: 0px; width: 100%; }
}

/* Medium portrait (768px–991px) */
@media (768px <= width <= 991.98px) and (orientation: portrait) {
}

/* Large (992px–1199px) */
@media (992px <= width <= 1199.98px) {
    .contenido_imagen_fija_izq .columna_fija { background-attachment: fixed; }
    .texto_presentacion { padding-left: 3%; padding-right: 3%; }
    .texto_presentacion p { text-align: justify; }
}

/* Large portrait (992px–1199px) */
@media (992px <= width <= 1199.98px) and (orientation: portrait) {
}

/* Extra large (1200px–1399px) */
@media (1200px <= width <= 1399px) {
    .texto_presentacion { padding-left: 7%; padding-right: 7%; }
    .texto_presentacion p { text-align: justify; }
}

/* XXL (≥ 1400px) */
@media (width >= 1400px) {
    .texto_presentacion { padding-left: 7%; padding-right: 7%; }
    .texto_presentacion p { text-align: justify; }
    .zona_texto_cont .contenido_interior p { text-align: justify; }
}