/*------------------ menu ----------------------*/


.sin_dcha {
    border-right: none !important;
}

/*---- media queries menu -----*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .menu_oculto_redes_reserva_sobre_logo {
        position: relative;
        z-index: 10;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .menu_oculto_redes_reserva_sobre_logo {position: relative; z-index: 20;}

}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .menu_oculto_redes_reserva_sobre_logo {position: relative; z-index: 20; }
}

/* 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){
}





/*-----------------------slide----------------------------------*/
.slide {
    background-color: #000; margin-top: -98px;
}

.slide .carousel-caption h1 {
    font-size: clamp(1.6rem, 5vw, 9rem);   
    text-transform: uppercase;
    line-height: 100%;
    text-align: left;
    color: #fff;
    margin-top: 18px;
    z-index: 999;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;

}
.slide .carousel-caption h1 span.tipo_g{font-size:clamp(1.5rem, 8vw, 9rem); letter-spacing: 1px; line-height: 90%;}
.slide .carousel-caption h1 span.color_especial{color:#000;}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 15%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}



.tit_destacado {    
  
    font-size: clamp(1.25rem, 1.138rem + 0.56vw, 1.875rem);
    line-height: 120%;
    text-align: left;
    margin-bottom: 0;
    z-index: 900;
    position: relative;
    text-transform: uppercase;

}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 3;
}

.carousel-indicators {
    z-index: 3;
    display: none;
}

.carousel-caption {
    z-index: 4 !important;
    position: absolute;
    text-align: left;
}


/*------poner imagen a pantalla entera-----*/



.slide .carousel-item {    height:calc(100vh - 98px);}

.slide .carousel-item img { height:calc(100vh - 98px);    object-fit: cover;}

.slide .carousel-item {
    transition: transform 0.5s ease, opacity .5s ease-out !important;
}


/* ------------media queries-----*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 389px){
    .slide {margin-top: 0px;    }
    .slide .carousel-item { height: inherit !important; }
    .slide .carousel-item img { height:36vh !important; object-fit: cover; }
    .slide .carousel-caption { bottom: 10px !important;  left:8%}
    .slide  .tit_destacado {font-size: 1em;}
    .btn_corporativo.tipo_especial{font-size: 8px;}
    
}
@media (390px <= width <= 575.98px) {
    .slide {margin-top: 0px;    }
    .slide .carousel-item { height: inherit !important; }
    .slide .carousel-item img { height:31vh !important; object-fit: cover; }
    .slide .carousel-caption { bottom: 10px !important; }
    .slide  .tit_destacado {font-size: 1em;}
    .btn_corporativo.tipo_especial{font-size: 8px;}
}



/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {

    .slide {margin-top: 0px;    }
    .slide .carousel-item { height: inherit !important; }
    .slide .carousel-item img {height: calc(100vh - 98px); object-fit: cover; }
    .slide .carousel-caption { bottom: 10px !important; }
    .slide  .tit_destacado {font-size: 1em;}
    .btn_corporativo.tipo_especial{font-size: 8px;}
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {

  
    .slide .carousel-item { height: inherit !important; }
    .slide .carousel-item img {height: 100vh; object-fit: cover; }
    .slide .carousel-caption { bottom: 10px !important; }
    .slide  .tit_destacado {font-size: 1em;}
    .btn_corporativo.tipo_especial{font-size: 8px;}
    
}
/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {

    .slide {margin-top: 0px;    }
    .slide .carousel-item { height: inherit !important; }
    .slide .carousel-item img {height: calc(45vh - 98px); object-fit: cover; }
    .slide .carousel-caption { bottom: 10px !important; }
    .slide  .tit_destacado {font-size: 1em;}
    .btn_corporativo.tipo_especial{font-size: 9px;}
}


/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .slide .carousel-item { height: inherit !important; }
    .slide .carousel-item img {height:75vh; object-fit: cover; }
    .carousel-caption { left: 11%; width: 50%;}
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait)  {

    .carousel-caption { left: 11%; width: 50%;}
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {

    .slide .carousel-caption{width: 30%;}
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){

    .slide .carousel-caption{width: 30%;}
    
}





/*-------------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-----------------------*/

#presentacion {color: #333; position: relative;}

.fondo_presentacion {
    background-image: url("../img/fondo_presentacion.jpg");
    background-size: cover;
    background-position: center center;
}


.texto_pres h2 {
    color: #333;
    font-size: clamp(1.75rem, 2.3vw, 3.125rem);
    margin-left: -3px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 21px;
    margin-bottom: 16px !important;

}


.texto_pres h2 span {
    font-weight: 800;
}


#presentacion .sobre_titular {
   
    text-transform: uppercase;
    color: #0e1927;
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 18px;    
    font-size: clamp(0.8125rem, 2vw, 1.1rem);
  
}
#presentacion .sobre_titular::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -76px;
    width: 63px;
    height: 1px;
    background: #D14905;
   
}
#presentacion .shape {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(249, 241, 232);
    width: 721px;
    height: 550px;
    z-index: -1;
}
#presentacion .imagen_pres {
    display: flex;
    align-self: center;
}

#presentacion .imagen_pres img {
    align-self: center;
}

#presentacion .texto_presentacion {
    padding-left: 4%;
    display: flex;
    align-self: center
}

.texto_pres {
   
    align-self: center;
   
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    #presentacion .texto_presentacion { padding-left: 10px; }
    #presentacion .shape {   width: 100%;}

}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    #presentacion .shape {   width: 100%;}
}


/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    #presentacion .texto_presentacion { padding-left: 10px;    }
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait) {
    .texto_presentacion { margin-left: -100px; position: relative; z-index: 2;    }
}


/* 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) {


}


/*--------------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-family: "Rouge Script", serif;
    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%;
}


/*------------------banner_publi-----------------------*/
.banner_publi {
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 5%;


}
/*.banner_publi .overlay{ position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}*/


.banner_publi .zona_texto {
    z-index: 5;
    padding-top: 10%;   
    line-height: 120%;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}



.banner_publi .zona_texto h2 {
    font-size: clamp(1.2em, 2vw + 1em, 2.6em);
    font-weight: 500;
    line-height: 100%;
    color: #FFF; 
    text-transform: uppercase;
}
.banner_publi .zona_texto h2 span{color:#000;}





/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .banner_publi {background-position: center left;  padding-top: 10%;}
    .banner_publi .zona_texto{ padding-top: 25%; line-height: 105%;}
   
}

/* 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){
   
   
}


/*------------------servicios_imagenes-----------------------*/

.servicios_imagenes  {
    background-color: #000;
   background-image: url("../img/fondo_tienda.jpg");
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.servicios_imagenes .sobretitular{
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.8em;}
.servicios_imagenes .caja{
    position: relative;
    display: block;
    padding: 5px;
}

.servicios_imagenes h2 {
    color:#fff;
    line-height: 80%;
    font-size: clamp(2rem, 1rem + 2.18vw, 3rem);
    text-transform: uppercase;
}

.servicios_imagenes a figure {
    margin: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 3px;
   
}
.servicios_imagenes h3{color:#fff; font-size: 1.4em;  letter-spacing: 1px;  text-transform: uppercase; min-height: 63px;}
.servicios_imagenes a figure img {
    opacity: 0.9;
    -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;
    opacity: 1;
}

.servicios_imagenes a:hover figure {
    overflow: hidden;
}
.servicios_imagenes a .destacado.tipo_especial {color:#fff; font-size: 0.9rem; transition: all 500ms linear;}
.servicios_imagenes a:hover .destacado.tipo_especial{color:#000; background-color:#fff;}

/*--------------media querys servicios_imagenes---------------------*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    
    .servicios_imagenes h3 {   font-size: 0.9em; min-height: 40px;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
   
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .servicios_imagenes h3 { font-size: 1.2em;}
}

/* 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) {
}

/*------------------teaser con items-----------------------*/


.teaser_con_items {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
   
}

.teaser_con_items h2 {
    font-size: clamp(1.2em, 2vw + 1em, 2.6em);
    font-weight: 500;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
}



.teaser_con_items .intro p {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 20px;
    color: #333;
}

.teaser_con_items .cajas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.teaser_con_items .caja {   
    padding: 10px;
    position: relative;
}

.teaser_con_items .caja-number {
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #000;
    color: #fff;
   font-size: 0.7em;
    padding: 5px 10px 3px 10px;
    line-height: 100%;
   
    width: 100%;
}

.teaser_con_items .caja h3 {
    font-size: 1.5rem;
    margin-top: 10px;
    text-transform: uppercase;
}

.teaser_con_items .caja p {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #555;
    line-height: 125%;
    
}

/*------------servicios video imagen-----------*/

.servicios_video_imagen  .caja_servicio{position: relative;}

.servicios_video_imagen .video.caja { max-height: 523px;}

.servicios_video_imagen .video.caja .imagen{width:100%; height:100%; object-fit: cover;}

.servicios_video_imagen .video_reel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
    transition: all 500ms linear;
}
.servicios_video_imagen .video.caja a:hover .video_reel { opacity: 0.8;}
/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
   
    .modal-dialog {max-width: 500px!important; margin: 1.75rem auto!important;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
   
    .modal-lg, .modal-xl {max-width: 800px!important;}
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .modal-xl {max-width: 1140px!important;}
}

/* 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) {
}
