/*-----------------------slide----------------------------------*/
.slide {
    background-color: #000;
}

.slide .carousel-caption h1 {
    font-family: "Ribeye Marrow", serif;
  font-weight: 400;
    font-size: clamp(1.6rem, 3vw, 4rem);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100%;
    text-align: left;
    color: #fff;
    margin-top: 18px;
    z-index: 999;
    text-shadow: 0 0 10px #ef542d, 0 0 20px #ef542d, 0 0 30px #ef542d;

}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.slide .carousel-caption {
    bottom: 20% !important;
}

.tit_destacado {    
    letter-spacing: 2px;
    font-size: clamp(1.25rem, 1.138rem + 0.56vw, 1.875rem);
    line-height: 160%;
    text-align: left;
    margin-bottom: 0;
    z-index: 900;
    position: relative;

}

.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-inner {
    height:calc(100vh - 200px);
}

.slide .carousel-item {
    height:calc(100vh - 200px);
}

.slide .carousel-item img {
    height:calc(100vh - 200px);
    object-fit: cover;
}

.slide .carousel-item {
    transition: transform 0.5s ease, opacity .5s ease-out !important;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .slide .carousel-caption h1 {
        margin-top: 1px;
    }

    .slide .carousel-inner {
        height: inherit !important;
    }

    .slide .carousel-item {
        height: inherit !important;
    }

    .slide .carousel-item img {
        height: calc(30vh) !important;
        object-fit: cover;
    }

    .slide .carousel-caption {
        bottom: 20px !important;
    }

    .slide .carousel-caption p {
        line-height: 100%;
        font-size: 1em;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .slide .carousel-inner {
        height: 100vh !important;
    }

    .slide .carousel-item {
        height: 100vh !important;
    }

    .slide .carousel-item img {
        height: 100vh !important;
        object-fit: cover;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .slide .carousel-inner {
        height: 80vh !important;
    }

    .slide .carousel-item {
        height: 80vh !important;
    }

    .slide .carousel-item img {
        height: 80vh !important;
        object-fit: auto;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* 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) {
    .slide .carousel-caption{width: 30%;}



}

h2 {
    font-weight: 400;
}


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

/*------------------servicios imagenes-----------------------*/


.servicios_imagenes { position: relative;  background-color:#F9F1E8; overflow: hidden;}

.servicios_imagenes .adornos {   position: absolute;}
.servicios_imagenes .adornos.img_izq{top:-10px; left:-10px; border-radius:0px 50% 50% 50%;  }
.servicios_imagenes .adornos.img_dcha{top:-10px; right:-10px; border-radius:50%  0px  50% 50%;  }

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

.servicios_imagenes .sobretitular {
    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);
}
.servicios_imagenes .sobretitular::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -76px;
    width: 63px;
    height: 1px;
    background: #D14905;
}
.servicios_imagenes .sobretitular::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -76px;
    width: 63px;
    height: 1px;
    background: #D14905;
}

.servicios_imagenes .caja_areas .sinopsis{font-size: 0.9em;}
.servicios_imagenes .caja_areas {
    border-radius: 50% 50% 0px 0px;
    text-align: center;
    z-index: 2;
    margin-bottom: 25px;
    transition: all 0.5s linear;
    color: #666;
    line-height: 128%;
    padding: 5px 35px;
}

.servicios_imagenes .caja_areas .servicios_imagenes .caja_areas .titular_areas {
    transition: all 0.5s linear;
}

.servicios_imagenes .caja_areas .titular_areas {
    font-size: clamp(1.063rem, 1.027rem + 0.18vw, 1.25rem);
}



.servicios_imagenes figure {
    display: inline-block;
    transition: transform 500ms linear, all 500ms linear ;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background-color: #333;
}

.servicios_imagenes figure img {
    transition: filter 200ms linear;
}

.servicios_imagenes .caja_repite:hover figure {
    transform: scale(1.2, 1.2);
    filter: invert(100%) sepia(0%) saturate(0%) brightness(200%) contrast(100%);
    background-color: #fff;
}

.caja_repite a .caja_areas {
   
    transition:  color 500ms linear;

    .titular_areas {
        font-size: 1.2em;
        text-transform: uppercase;
        color: #333;   
        letter-spacing: 1px;
        margin-bottom: 21px;
    }
}







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


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


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