/*----------------------banner publi--------------------------------------*/

.banner_publi {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5),*/
    /*rgba(0, 0, 0, 0.5)), url("../img/banner_publi.jpg");*/
    background-color: #000;
    background-position: center center !important;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 24%;
    padding-bottom: 10%;
    margin-top: -53px;
}


.banner_publi .texto-caption {
    color: #fff;
    text-align: center;

    padding-left: 5%;
    padding-right: 5%;
}

.banner_publi .texto-caption h1 {
    font-size: 3em;
    font-weight: 500;
    line-height: 100%;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 0 10px #f19a04, 0 0 20px #f19a04, 0 0 30px #f19a04;
    /* text-shadow: -1px 0 #666, 1px 0 #666, 0 1px #666, 0 -1px #666;*/
}

.banner_publi .texto-caption span {
    font-size: 0.5em;
    font-weight: 400;
    line-height: 100% !important;
    text-shadow: 1px 1px #000000, -1px -1px #333;
    padding: 10px;
    text-transform: none;
    line-height: 100%;

}

/*--------media query publi-----------/*




/
/*--------------presentacion texto_teaser_dcha---------------------*/
.fondo_color {
    background-color: #ddd5c7;
}

.presentacion.texto_teaser_dcha h3 {
    font-size: clamp(2rem, 2.5vw, 3.8rem);
    line-height: 100%;
    margin-top: 2px;
}

.presentacion.texto_teaser_dcha h4 {
    font-size: clamp(2rem, 2.5vw, 3rem);

}

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

.presentacion.texto_teaser_dcha .texto_pres {
    font-size: clamp(1rem, 0.943rem + 0.29vw, 1.3rem);
}

/*----------------presentacion_texto teaser--------------------*/
.presentacion.texto_teaser h4 {
    font-size: clamp(2rem, 2.5vw, 3rem);
    line-height: 100%;
    color: #000
}
.presentacion.texto_teaser h3 {
    font-size: clamp(2rem, 2.5vw, 3rem);
    line-height: 100%;
    color: #000
}
.presentacion.texto_teaser h4.ultimas-palabras {
    font-weight: 700;
    font-size: 0.8em;
}

.presentacion.texto_teaser .texto_pres {
    font-size: clamp(1rem, 0.943rem + 0.29vw, 1.3rem);
}

.presentacion.texto_teaser h5 {
    font-size: clamp(1.7rem, 2.5vw, 2rem);
}

.presentacion .bajo_raya {
    font-size: 0.85em;
    font-weight: 600;
}

.presentacion .bajo_raya:hover span {
    color: #fff;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-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: 0px;
    }
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-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: 0px;
    }
}


/*----------------presentacion_restaurante--------------------*/


#presentacion_restaurante { /* background-image:  url("../img/fondo_manzanas_color_arriba.png");  background-repeat: no-repeat; background-position: center top;*/
    padding-top: 50px;
}

.fondo_down {
    background: url("../img/fondo_madrid.jpg") center right no-repeat;
}


#presentacion_restaurante h2 {
    font-size: 2.2em;
}

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

#presentacion_restaurante p {
    line-height: 200%;
}

#presentacion_restaurante b {
    font-weight: inherit;
}

#presentacion_restaurante h2::after {
    content: " ";
    display: block;
    height: 3px;
    width: 80px;
    margin: 20px auto 0;
}

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


/*----------------slick-slide--------------------*/
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slide_slick img {
    object-fit: cover;
}

.elemento_slick .overlay {
    width: 99.2%;
}

.elemento_slick {
    width: 100%;
    height: 100%;
    margin: 0 5px;
    position: relative !important;
    background-color: #000;
}

.slick-slide .overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
}

.elemento_slick .btn_negro {
    box-shadow: 0 0 10px #db9224, 0 0 20px #0f0f0f, 0 0 30px #db9224;
    padding: 5px 20px;
}

.elemento_slick .btn_negro:hover {
    box-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000;
}

.slick-slide img.slick-loading {
    border: 0;
}

.slick-slider {
    margin: 0 auto 50px;
}

.slide_slick .slick-list {
    cursor: grab;
}

.slide_slick .slick-list::before {
    left: -1px;
    background: linear-gradient(90deg, #f2f2f2 0%, rgba(242, 242, 242, 0.3) 100%);
}

.slide_slick .slick-list::after {
    right: -1px;
    background: linear-gradient(90deg, rgba(242, 242, 242, 0.3) 0%, #f2f2f2 100%);
}

.slick-dots {
    display: none !important;
}


.slick-dots li:focus {
    border: 1px solid #000 !important;
}

.carousel-caption h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 110%;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

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

/*------poner imagen a pantalla entera

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

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


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

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

.presentacion .relleno {
    padding: 10%;
}

.presentacion .figue-img {
    margin: 0px;
}

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

.texto_presentacion h2 {

    font-weight: 700;
    font-size: 2.8em;
    line-height: 100%;
}

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

.presentacion .relleno_pres {
    padding-left: 10%;
    padding-right: 10%;
}

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

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

/*------------------novedades-----------------------*/
.novedades {
    text-align: center;
}

.novedades h2 {
    text-transform: uppercase;
    color: black;
    padding-bottom: 30px;
    text-align: center;

}

.novedades h3 {
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;

}

.novedades .fila_cajas {
    justify-content: center;
}

.novedades a .desc {
    color: #666;
    font-size: 0.9em;
}


.novedades .fila_cajas a:hover .datos {
    background-color: #efefef;
}

.novedades .fila_cajas a .datos {
    padding: 5px 10px 20px 10px;
}


.novedades a figure {
    margin: 0px;
    overflow: hidden;
}

.novedades a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.novedades a:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    overflow: hidden;
}

.novedades a:hover figure {
    overflow: hidden;
}

.novedades .nolink {
    cursor: default;
}


/*------------------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: #877457;
    padding: 0;
    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;
    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;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

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

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

    .carousel-item img {
        height: inherit !important;
        object-fit: inherit;
    }

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

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

    .carousel-caption h2 {
        font-size: 1.5em;
        line-height: 100%;
    }

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

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .presentacion h2 {
        font-size: 1.9em;
    }

    .presentacion .relleno_pres {
        padding: 1% 1%;
    }

    .noticias_horizontal_fecha_sobre_rayas {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_imagen i {
        left: 45%;
        top: 50%;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_datos h2 {
        font-size: 2em;
        font-weight: 700;
    }
}

@media (max-width: 575px) {
    .banner_publi .texto-caption h1 {
        font-size: 1.5em;
    }

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


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

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

    .carousel-item img {
        height: inherit !important;
        object-fit: inherit;
    }

    .carousel-caption {
        bottom: 0px;
    }

    .slick-slide img {
        height: 200px;
    }

    .presentacion .relleno_pres {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .fondo_down {
        background-image: none;
        padding-bottom: 30px;
    }

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

    .texto_presentacion h2 {
        font-weight: 700;
        font-size: 2em;
    }

    .noticias_horizontal_fecha_sobre_rayas {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_datos h2 {
        font-size: 2em;
        font-weight: 700;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner_publi {
        margin-top: 0px;
    }

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

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

    .carousel-item img {
        height: inherit !important;
        object-fit: inherit;
    }

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

    .carousel-caption h2 {
        font-size: 2rem;
        bottom: 40px;
    }

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .slick-slide img {
        height: 330px;
    }

    .presentacion .relleno_pres {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .fondo_down {
        background-image: none;
        padding-bottom: 30px;
    }


    .noticias_horizontal_fecha_sobre_rayas {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_imagen i {
        left: 45%;
        top: 50%;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .banner_publi .texto-caption h1 {
        font-size: 2.6em;
    }

    .banner_publi {
        padding-top: 15%;
        padding-bottom: 15%;
        margin-top: -30px;
    }


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

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

    .carousel-item img {
        height: inherit !important;
        object-fit: inherit;
    }

    .carousel-caption h2 {
        font-size: 2.2rem;
    }

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fondo_down {
        background-image: none;
        padding-bottom: 30px;
    }

    .slick-slide img {
        height: 450px;
    }

    .presentacion .relleno_pres {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }


    .noticias_horizontal_fecha_sobre_rayas {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .noticias_horizontal_fecha_sobre_rayas .sinopsis {
        margin: 10px auto;
        line-height: 140%;
        -webkit-line-clamp: 4;
    }

    .noticias_horizontal_fecha_sobre_rayas h2 {
        font-size: 1.5em;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_imagen i {
        left: 45%;
        top: 40%;
    }

    .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) {

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

    .carousel-caption h2 {
        font-size: 2.2rem;
    }

    .presentacion h2 {
        font-size: 2em;
    }

    .presentacion .relleno_pres {
        padding: 0% 1% !important;
    }


    .slick-slide img {
        height: 500px;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_datos h2 {
        font-size: 2em;
    }

    .noticias_horizontal_fecha_sobre_rayas .sinopsis {
        -webkit-line-clamp: 3;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_imagen i {
        left: 18vw;
        top: 80px
    }

}

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

    .noticias_horizontal_fecha_sobre_rayas .relleno {
        margin: 0% 8%;
    }

    .noticias_horizontal_fecha_sobre_rayas a .zona_imagen i {
        bottom: 199px;
        left: calc(27vw - 7.65rem);
    }
}

