/*-------------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_restaurante--------------------*/
#presentacion_restaurante h2 {
    text-transform: uppercase; font-size:clamp(1.375rem, 0.735rem + 3.2vw, 3.938rem) ; font-weight: 600; line-height: 100%;}

.rellenox_presentacion {
    padding-left: 13%;
    padding-right: 13%;
}

#presentacion_restaurante p {
    line-height: 130%;
    font-size: 17px;
    color:#333;
}

#presentacion_restaurante b {
    font-weight: inherit;
}

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

/*------------------ menu ----------------------*/
.burguer {
    min-width: 20px;
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* align-items:flex-end;*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
    cursor: pointer;
}

.burguer span {
    border-radius: 5px;
    background-color: #FFF;
    width: 30px;
    height: 3px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.btn_reserva{
    font-size: 0.9em!important;
    line-height: 100%;
    padding: 8px 15px!important;
    letter-spacing: 0px!important;
    text-transform: uppercase;
    font-weight: 400!important;

}
.sobretitular{font-family: "Allison", cursive;    font-weight: 400;    }

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







/*----------- listado menu grande con imagenes--------------*/

.listado_menu_g_con_imagenes{position: relative; background-color: #000;}
.listado_menu_g_con_imagenes .menu_grande{ margin: 0px; padding: 0px;}
.listado_menu_g_con_imagenes .menu_grande li{
    list-style: none;
    font-size:clamp(1.875rem, 1.088rem + 3.93vw, 6.25rem);
    color:#000;
    text-align: center;
    line-height: 100%;
    display: block;
    text-transform: uppercase;
    font-weight:500;
    transition: all 1s linear;
    position: relative;
}

.listado_menu_g_con_imagenes .menu_grande li span{font-size: 16px; line-height:100%; text-transform: none!important; display: block;}
.listado_menu_g_con_imagenes .menu_grande li a{line-height: 100%; text-transform: uppercase; display: block; transition: all 500ms linear; color:#6A767D;}
.listado_menu_g_con_imagenes .menu_grande li:hover img{opacity:1; }
.listado_menu_g_con_imagenes .menu_grande li img{transition: all 500ms linear; position: absolute; opacity: 0; z-index: 999; }


.listado_menu_g_con_imagenes  .img_top{top:5px;}
.listado_menu_g_con_imagenes  .img_bottom{bottom: 0px;}
.listado_menu_g_con_imagenes  .izq{left:25px}
.listado_menu_g_con_imagenes  .dcha{right: 20px;}


/*.listado_menu_g_con_imagenes .menu_grande li:first-child::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    width: 100%;
    height: 1px;
    background: #bbccbe;
    z-index: 0;
}*/
.listado_menu_g_con_imagenes .menu_grande li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #363839;   
    z-index: 0;
}

.listado_menu_g_con_imagenes .menu_grande li:last-child::after{ background: none;}



/*---- media queries listado  menu grande -----*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .listado_menu_g_con_imagenes .menu_grande li img{max-height:50px ;}
    .listado_menu_g_con_imagenes .menu_grande li a {color:#ccc;}

}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .listado_menu_g_con_imagenes .menu_grande li img{max-height:100px ;}

}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .listado_menu_g_con_imagenes .menu_grande li img{max-height:100px ;}
    .slide_texto_img .carousel-inner img {height: auto!important;}
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .listado_menu_g_con_imagenes .menu_grande li img{max-height:150px ;}
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .listado_menu_g_con_imagenes .menu_grande li img{max-height:175px ;}


}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){



}


/*------------------------------------------------------------------*/

/*--------------presentacion---------------------*/

.presentacion .relleno {
    padding: 10%;
}

.presentacion img {
    margin: 0px;
}


.listado_carta_pres{  border-top: 1px solid #ccc;  border-bottom: 1px solid #ccc;}
.listado_carta_pres li::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f101';   
position: relative;
margin-left: -25px;  /* movemos icono a la izq */
padding-right: 10px;
}

.listado_carta_pres li:last-child{ border-bottom: none;}

.listado_carta_pres li{
    list-style-position:outline;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    list-style: none;

}

.listado_carta_pres li a{ font-weight: 600; font-size:clamp(1.5rem, 1.374rem + 0.63vw, 2.2rem); line-height: 100%;}
.listado_carta_pres li a:hover{ color:#000;}

/*------------------servicios_imagenes-----------------------*/


.servicios_imagenes {
    background-color: #000;
}



.servicios_imagenes .fila_cajas {
    justify-content: center;
}
.servicios_imagenes .fila_cajas figure{overflow: hidden;}

/***** Honey *****/
/*---------------*/

figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.servicios_imagenes figure{
    position: relative;
	background: #000;
    
}
.servicios_imagenes .caja_servicio:nth-child(even) figure  {
    border-radius: 150px 0px 150px 0;
}
.servicios_imagenes .caja_servicio:nth-child(odd) figure  {
    border-radius: 0px 150px 0px 150px;
}
.servicios_imagenes figure img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.servicios_imagenes figure:hover img {
	opacity: 0.5;
}


.servicios_imagenes figure h2 {
    text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
    font-size:clamp(1rem, 2vw, 1.5rem) ;
    text-align: center;
    color:#fff;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
  text-shadow: 
  0px 0px 5px rgba(0, 0, 0, 1),
  0px 0px 10px rgba(0, 0, 0, 1),
  0px 0px 15px rgba(0, 0, 0, 1);
	
	
}



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


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
   
    .servicios_imagenes .caja_servicio:nth-child(even) figure  {
        border-radius: 50px 0px 50px 0;
    }
    .servicios_imagenes .caja_servicio:nth-child(odd) figure  {
        border-radius: 0px 50px 0px 50px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .servicios_imagenes .caja_servicio:nth-child(even) figure  {
        border-radius: 50px 0px 50px 0;
    }
    .servicios_imagenes .caja_servicio:nth-child(odd) figure  {
        border-radius: 0px 50px 0px 50px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .servicios_imagenes .caja_servicio:nth-child(even) figure  {
        border-radius: 50px 0px 50px 0;
    }
    .servicios_imagenes .caja_servicio:nth-child(odd) figure  {
        border-radius: 0px 50px 0px 50px;
    }
   

}
/* 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 h3 {
        font-size: 1em;
    }
}
/* 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) {
}


/*-------------teaser -------------*/
.texto_presentacion h3{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 15px;
}
.texto_presentacion{padding-left: 5%; padding-right: 5%;}
    .texto_presentacion p { text-align: justify; color:#333;}

.texto_presentacion h2 {

    text-transform: uppercase;
    font-size: clamp(1.375rem, 0.735rem + 3.2vw, 3.4rem);
    font-weight: 600;
    line-height: 100%;
}

.figure-caption {
    font-size: 85%;
    color: #333;
}



.boton_noticias {
    position: absolute;
    bottom: 15px;
}

.card-text {
    margin-bottom: 2.5rem;
}



/*------------------noticias-----------------------*/
#blog {
    text-align: center;
}

#blog h2 {
    text-transform: uppercase;
}

.zona_noticias {
    margin-top: 40px;
    margin-bottom: 10px;
}

.zona_tit_not {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.titular_not {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    padding: 0px;
    margin-top: 0px;
}

.ver_todas {
    padding-right: 0px;
    float: right;
    display: block;
}

.ver_todas a {
    font-size: 14px;
    background-color: #B28500;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;

}

.ver_todas a:hover {
    font-size: 14px;
    background-color: #333;

}

.caja_noticia {
    margin-top: 10px;
}

.datos_not {
    font-size: 14px;
}

.titulo_not {
    color: #000;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 8px;
}

.titulo_not a {
    color: #000;
}

.titulo_not a:hover {
    color: #333;
}

.fecha_not {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    padding: 0px;
    padding-top: 15px;
    letter-spacing: 1px;
    border-top: 1px dotted #ddd;
}

.fecha_not a {
    text-transform: uppercase;
    color: #B28500;
    padding: 0px;
    font-weight: 600;
}

.fecha_not a:hover {
    color: #000;
}


.subt_not {
    font-size: 25px;
    line-height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
}

.bloque_noticia {
    margin-bottom: 30px;
}

.bloque_noticia h3 a {
    color: #000;
    font-size: 15px;
    text-align: center !important;
    text-transform: uppercase;
}

.bloque_noticia h3 a:hover {
    color: #B28500;
}

.bloque_noticia h3 {
    text-align: center !important;
    line-height: 69%;
}

.desarrollo_not {
    color: #666;
    text-align: justify;
    font-size: 13px;
    padding-bottom: 15px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 67px;
    margin: 24px auto;
    font-size: 1em;
    line-height: 130%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nombre {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    margin-top: 10px;
}

.foto_not img {
    /* Aumentamos la anchura y altura durante 2 segundos */
    transition: width 2s, height 2s, transform 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s, -o-transform 2s;
}

.foto_not img:hover {
    filter: sepia(60%);
}


/*---------------------------------------*/

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


/*--------------medi querys---------------------*/


@media (max-width: 575px) {    

    .banner_publi {
        background-attachment: inherit;
        margin-top: 0px;
    }

    .rellenox_presentacion { padding-left: 2%; padding-right: 2%; }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {   

    .rellenox_presentacion { padding-left: 2%; padding-right: 2%; }
    
    .relleno_ambos { padding-top: 30px; padding-bottom: 30px; }  
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    
    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;   }

    .rellenox_presentacion {
        padding-left: 2%;
        padding-right: 2%;
        background-color: #ffffff90;
    }

}

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

@media only screen and (min-device-width: 1024px) and (max-device-width: 1400px) and (orientation: portrait) {
    .texto_presentacion{padding-left: 3%; padding-right: 3%;}
    .texto_presentacion p { text-align: justify;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .texto_presentacion{padding-left: 7%; padding-right: 7%;}
    .texto_presentacion p { text-align: justify;}

}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {

.texto_presentacion{padding-left: 7%; padding-right: 7%;}
.texto_presentacion p { text-align: justify;}

}

