.slide_carousel {
    background: #000; /* Esto es por cuestiones de accesibilidad */
}

.slide .sobretitular{font-size:clamp(0.8rem, 2vw, 1.1rem) ; text-transform: uppercase; letter-spacing: 1px; font-weight: 500;}

.slide .carousel-caption h1 {
   line-height: 110%;
    color: #fff;
    font-size: clamp(1.5rem, 4.5vw, 4.688rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.slide .carousel-caption {
    bottom: 20% !important;
}


/*------poner imagen a pantalla entera-----*/


.slide .carousel-item {
    height: 100vh !important;
}

.slide .carousel-item img {
    height: 100vh !important;
    object-fit: cover;
}

.slide .carousel-item {
    transition: transform 0.5s ease, opacity .5s ease-out !important;
}

.slide .video-responsive {
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.slide .video-responsive iframe, .slide .video-responsive object, .slide .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;

}


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {

    .slide .carousel-caption { bottom: 25px !important; right: 9%; left: 9%; }

    .slide .carousel-caption p { line-height: 100%; font-size: 0.875em; }

    .slide .carousel-item { height: 35vh !important; }

    .slide .carousel-item img { height: 35vh !important; object-fit: cover; }
}


/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {

    .slide .carousel-item {height: 80vh !important;    }

    .slide .carousel-item img { height: 80vh !important; object-fit: cover; }
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {

    .slide .carousel-item { height: 90vh !important; }

    .slide .carousel-item img { height: 90vh !important; object-fit: cover; }
}


/* 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) {
    .slide.slide_top { top: -100px; margin-bottom: -100px; }
    .slide .carousel-item { height: 45vh !important; }
    .slide .carousel-item img { height: 45vh !important; object-fit: cover; }
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {

    .slide.slide_top { top: -100px; margin-bottom: -100px; }

    .slide .carousel-item { height: 80vh !important; }

    .slide .carousel-item img { height: 80vh !important; object-fit: cover; }

}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {
    .slide.slide_top { top: -100px; margin-bottom: -100px; }


}

/*------------prsentacion doble columna------------------------*/


.presentacion_img_doble_columna h2{text-align: center; font-size: clamp(22px, 1.5vw + 1rem, 48px); font-weight: 600;}

.presentacion_img_doble_columna .subtitulo{ text-align: center; display: flex; justify-content: center;}
.presentacion_img_doble_columna .multicolumna{ column-count: 2; /* Número de columnas */        column-gap: 4em; /* Espacio entre columnas */}




/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .presentacion_img_doble_columna .multicolumna{ column-count: 1; }
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .presentacion_img_doble_columna .multicolumna{ column-count: 1; }
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .presentacion_img_doble_columna .multicolumna{ column-count: 1;text-align: justify; }
}
/* 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) {
    .presentacion_img_doble_columna .multicolumna{text-align: justify;}
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
    .presentacion_img_doble_columna .multicolumna{text-align: justify;}
    
}



/*------------------banner_publi-----------------------*/
.banner_publi {
  background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
   

}
.banner_publi .overlay{ position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}


.banner_publi .zona_texto {
    z-index: 5;
    padding-top: 10%;
    padding-bottom: 10%;
    line-height: 100%;
    text-align: center;
}

.banner_publi .zona_texto .subtitulo {
    font-size: 0,9em;
    font-weight: 400;
    line-height: 100%;
    color: #FFF;
}

.banner_publi .zona_texto h2 {
    font-size: clamp(1.3rem, 1.5rem, 1.7rem);
    font-weight: 500;
    line-height: 100%;
    color: #FFF;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .banner_publi h2 {
        font-size: 1.4em;
    }

    .banner_publi p {
        font-size: 1em;
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner_publi h2 {
        font-size: 1.6em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        padding-top: 5%;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner_publi h2 {
        font-size: 1.6em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        padding-top: 5%;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner_publi h2 {
        font-size: 2.5em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        height: auto;
        padding-top: 8%;
        padding-bottom: 10%;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .banner_publi {
        height: auto !important;
        padding-top: 8%;
        padding-bottom: 10%;
    }

}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {

}














/*-------------galeria-------------------*/
.ug-textpanel-title {
    display: none !important;
}

.fondo_galeria {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(8, 52, 76, 0.3) 50%, rgba(8, 52, 76, 0) 100%);
}


/*----- banda logos ---*/
.banda_logos h2.sobre_titular {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 800;
}


/*--------------presentacion---------------------*/

.fondo_teaser_derecha {
    background-image: url("../img/fondo_historia_letual.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.presentacion .relleno {
    padding: 10%;
}

.presentacion img {
    margin: 0px;
}

.presentacion.texto_teaser_dcha {
    color: #fff;
}

.presentacion.texto_teaser_dcha h2 {
    font-size: clamp(1.75rem, 1.669rem + 0.4vw, 2.2rem);
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.presentacion.texto_teaser_dcha .sobretitular {
   
    font-weight: 400;
    font-size: clamp(2rem, 0.666rem + 2.92vw, 4rem);
    line-height: 100%;
}

.presentacion.texto_teaser_dcha .texto_presentacion {
    padding-right: 10%;
}

.presentacion .bajo_raya {
    font-size: 0.85em;
    font-weight: 600;
}

.presentacion .bajo_raya:hover span {
    color: #fff;
}

/*--------------titular jumbo ---------------------*/
.titular_jumbo {
    position: relative;
    background-image: url("../img/comedor_carta_index.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.titular_jumbo .overlay {
    position: absolute;
    top: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.7) 75%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.titular_jumbo .zona_titulares {
    z-index: 44;
    position: relative;
    color: #000;
}

.titular_jumbo .sobretitular {
   
    font-weight: 400;
    font-size: clamp(1.3rem, 0.666rem + 2.92vw, 2rem);
    line-height: 100%;
}

.titular_jumbo h2 {
    font-size: clamp(1.75rem, 1.669rem + 0.4vw, 2.2rem);
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
}

.titular_jumbo p {
    font-size: 0.9em;
    line-height: 120%;
}

/*------------------servicios_imagenes-----------------------*/
.servicios_imagenes{
    background:  url(../img/fondo_carta_index.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.servicios_imagenes h2 {
  color:#000;
    font-size: clamp(1.563rem, 1.282rem + 1.4vw, 3.125rem);
    font-weight: 500;
    position: relative;
  display: inline-block; /* para que la línea se ajuste al contenido */
}

.servicios_imagenes h2::after {
    content: "";
    display: block;
    width: 110%; /* ancho de la línea */
    height: 1px;   /* grosor de la línea */
    background-color: #000; /* color de la línea */
    margin: 8px  0; /* espacio entre el texto y la línea */
  }

.servicios_imagenes h3 {
    margin: 0;
    padding-top: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
}
.servicios_imagenes .desc a {color: #000;}
.servicios_imagenes .desc a:hover {
    color: #c03222;
}


.servicios_imagenes .sobretitular {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.85em;
    letter-spacing: 1px;
    color:#000;
}

.servicios_imagenes .caja {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: all 500ms linear;
}

.servicios_imagenes .caja:hover .sinopsis, .servicios_imagenes .caja:hover .destacado, .servicios_imagenes .caja:hover h3 {    color: #fff;}

.servicios_imagenes .sinopsis {
    color: #666;
    font-size: 0.9em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 110%;


}

.servicios_imagenes .fila_cajas .datos {
    padding: 5px 10px 20px 10px;
}


.servicios_imagenes figure {
    margin: 0px;
    overflow: hidden;
    border-radius: 30px 30px 0px 0px;
} 

.servicios_imagenes figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.servicios_imagenes a:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    overflow: hidden;
}

.servicios_imagenes a:hover figure {

    overflow: hidden;
}

.servicios_imagenes .nolink {
    cursor: default;
}

.servicios_imagenes .mas.btn {
    padding: 3px 10px;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    font-size: 0.8em;
    letter-spacing: 1px;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 20px;
    margin: auto;
}


/* 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) {
    .servicios_imagenes_vertical h3 { font-size: 1em; }

    .servicios_imagenes img { max-width: 500px; }
}

/* 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) {
    
}

/*------------------servicios_imagenes cuadrada-----------------------*/
.servicios_imagenes_cuadradas {
    text-align: center;
    z-index: 99;
    position: relative;
}

.servicios_imagenes_cuadradas h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    text-align: center;
    font-size: clamp(1.25rem, 0.576rem + 3.37vw, 4rem);
    margin-top: -35px;
}

.servicios_imagenes_cuadradas .tit_destacado {
    text-align: center;
    margin-top: -20px;
}

.servicios_imagenes_cuadradas .nombre_caja {
    position: relative;
    display: block;
    padding: 5px;
    /* border-top: 1px solid #fff;
     border-bottom: 1px solid #ffff;*/
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(1.5rem, 1.443rem + 0.29vw, 1.8rem);
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

}

.fondo_negro {
    background-color: #000;
}

.servicios_imagenes_cuadradas a:hover .datos, .servicios_imagenes_cuadradas a:hover .overlay {
    opacity: 0;
}

.servicios_imagenes_cuadradas .fila_cajas {
    justify-content: center;
}


.servicios_imagenes_cuadradas .fila_cajas a .datos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 90%;
    transition: all 0.5s linear;
}

.servicios_imagenes_cuadradas .fila_cajas a .datos .ver {
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.servicios_imagenes_cuadradas .fila_cajas a {
    position: relative;
    display: block;
}

.servicios_imagenes_cuadradas .overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s linear;
}

.servicios_imagenes_cuadradas a figure {
    margin: 0;
    overflow: hidden;
}

.servicios_imagenes_cuadradas a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.servicios_imagenes_cuadradas a:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    overflow: hidden;
}

.servicios_imagenes_cuadradas a:hover figure {
    overflow: hidden;
}

.servicios_imagenes_cuadradas .nolink {
    cursor: default;
}


/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {

}

/* 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) {
    .servicios_imagenes_cuadradas {
        margin-top: -95px;
    }
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait) {
    .servicios_imagenes_cuadradas {
        margin-top: -95px;
    }
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .servicios_imagenes_cuadradas {
        margin-top: -100px;
    }


}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {
    .servicios_imagenes_cuadradas {
        margin-top: -100px;
    }


}



/*---------------- texto central imagenes laterales -----------------------------*/
.texto_central_imagenes_laterales {
    color: #333
}

.texto_central_imagenes_laterales {
    background-size: cover;
    background-position: center top;
}

.texto_central_imagenes_laterales h2 {
    font-size: clamp(1.438rem, 1.246rem + 0.96vw, 2.5rem);
    text-transform: uppercase;
}

.texto_central_imagenes_laterales .sobretitulo {
    font-size: clamp(1.875rem, 1.426rem + 2.25vw, 5.375rem);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}

.texto_central_imagenes_laterales .sinopsis {
    font-weight: 400;
}

.texto_central_imagenes_laterales h2 {
    color: #000;
    font-weight: 300;
}


/*--------------medi querys---------------------*/


/* 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) {

}

/* 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) {


}

