

.menu_oculto_redes_reserva_sobre_logo{ box-shadow: 0 14px 25px rgba(0, 0, 0, .16); background-color: #FFF;}/*---color fondo menu----*/

/*----------------------------titular jumbo con imagen-----------------------*/

b{color:#fff;}

body{color:#b3b2b2;  background-color: #121212;} 



.titular_jumbo_con_imagen {
    background-position: center top !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position:relative;   
}

.titular_jumbo_con_imagen .overlay{position: absolute;
    top: 0;
    background: linear-gradient( rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: calc(100% + 1px);
    z-index: 1;
}




.titular_jumbo_con_imagen  .zona_titulares h1 {  
     
    color: #fff;
    text-align: center;
    z-index: 100;
    position: relative;
    padding-top: 10%;
    line-height: 100%; 
    font-size: clamp(3rem, 5vw, 5rem);   
   /*text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000;*/
  /* text-shadow: 0 0 10px #dba300, 0 0 20px #dba300, 0 0 30px #dba300; */
}



.ug-textpanel-title {display:none!important;}

/*------------------media query ------------------*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .titular_jumbo_con_imagen { background-attachment:inherit;}
   
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .titular_jumbo_con_imagen { background-attachment:inherit;}
    .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---------------------*/

.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;
}




/*------------------servicios_imagenes-----------------------*/
.servicios_imagenes  {
   
  
    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) {
}

/** servicios con imagenes cuadradas - reconocimientos ---*/


/*-----------------*/


/*----------------- reconocimientos------------------------------*/
.servicios_imagenes_cuadradas .caja_servicio{ max-width: 310px;  }
.servicios_imagenes_cuadradas figure {
    height: 229px; 
    max-width: 310px;
    width: 100%;
    margin: 0;
    overflow: hidden; /* evita que la imagen se salga */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
}
.servicios_imagenes_cuadradas figure img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* hace que la imagen se recorte si es necesario */
  }



.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  figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.servicios_imagenes_cuadradas caja_servicio:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
}



/*-------------------------------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;
}




/*--------------presentacion texto_teaser_dcha---------------------*/
.fondo_color{background-color: #121212;}
.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{  line-height: 100%;}
.presentacion.texto_teaser_dcha  .titular{  padding-right: 10%; }



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .presentacion.texto_teaser_dcha .tit_destacado{  margin-bottom: 15px;}
    .presentacion.texto_teaser_dcha .texto_presentacion { padding-right: 0; }
    .presentacion  h2 { margin-top: 0;    }
}


/* Small devices (landscape phones, 576px and up)*/
@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;    }
}


/*------------------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) {
    .texto_presentacion{padding-left: 3%; padding-right: 3%;}
    .texto_presentacion p { text-align: justify;}
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .texto_presentacion{padding-left: 7%; padding-right: 7%;}
    .texto_presentacion p { text-align: justify;}

  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
    .texto_presentacion{padding-left: 7%; padding-right: 7%;}
    .texto_presentacion p { text-align: justify;}
}


/*----------------------------reservas-----------------------*/

.fondo_reserva{
    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{color:#917313; 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;
}



/***************************************/
.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 {
    font-family: 'Covered By Your Grace', cursive;
   
    color: #333;
    padding: 30px 5px;
    font-size: 1.5em;
    
}

.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(2rem, 5vw, 3.2rem);
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: 5px!important;
   
}

.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;
}





/*------------------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) {

}

/* 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){
  
    
}








