
.menu_oculto_redes_reserva_logo {
    background-color: #FFF;
    box-shadow: 7px 7px 17px #a6a6a6, -7px -7px 17px #ffffff;
}


.cabecero_interior {

    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/cabecero_interior.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;

}

.fondo_pie {
    background-image: url(../img/fondo_pie.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.titular_jumbo h1 {
    color: #777;
    font-size: clamp(1.5rem, 1.208rem + 1.46vw, 3.125rem);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.titular_jumbo {
    background-image: url("../img/fondo_titular_interior.webp");
    background-repeat: no-repeat;
    background-position: left bottom;
}


.titular_jumbo.relleno_ambos {
    padding-top: 38px;
    padding-bottom: 38px;
}

/*----------------------------titular jumbo con imagen-----------------------*/
.titular_jumbo_con_imagen .overlay {
    
        position: absolute;
        top: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.3) 100%);
        width: 100%;
        height: 100%;
        z-index: 1;
   
}

.titular_jumbo_con_imagen {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 3px 8px 0 #000;
    background-color: #000;
}

.titular_jumbo_con_imagen .zona_texto_cont {
    padding-top: 20px;
}

.titular_jumbo_con_imagen .zona_titulares h1 {
    text-transform: uppercase;
    color: #fff;
    z-index: 100;
    position: relative;
    padding-top: 10%;
    padding-bottom: 6%;
    line-height: 100%;
    font-size: clamp(2rem, 2vw + 1rem, 4rem);
}

/*------------------media query ------------------*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .titular_jumbo_con_imagen {
        position: relative;
        top: inherit;
        height: auto;
        margin-bottom: 0;
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .titular_jumbo_con_imagen {
        position: relative;
        top: inherit;
        height: auto;
        margin-bottom: 0;
    }

}

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

.breadcrumbs a:hover {
    opacity: 0.8;
}

.title_page {
    text-align: center;
    font-weight: 900;
    font-size: 3.5em;
}


.breadcrumbs {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block;
    margin: 1px 0 0;
    margin-top: 1px;
    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: 16px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.contenido_interior ul {
    list-style-type: none;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-left: -10px;
}

.contenido_interior ul li {
    margin-bottom: 15px;
    margin-top: 15px;
}

.pagination{ justify-content: end; padding-top: 20px; padding-bottom: 10px;}
.contenido_interior ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f101';
    position: relative;
    margin-left: -10px;
    padding-right: 10px;
}


.contenido_interior h2 {
    font-size: clamp(1.5rem, 1.32rem + 0.9vw, 2.5rem);
    padding-bottom: 10px;
    font-weight: 600;
}

.contenido_interior h3 {
    font-size: clamp(1.375rem, 1.285rem + 0.45vw, 1.875rem);
    font-weight: 600;
    margin-top: 30px;
}

.contenido_interior strong, .contenido_interior b {
    color: #000 !important;
    font-weight: bolder;
}

.contenido_interior li::marker {
    color: #000 !important;
    font-weight: 700;
}


blockquote {
    padding-bottom: 20px;
    color: #000;
    padding: 20px;
    font-size: 1.2em;
    background-color: #00847C10;
    text-align: justify;
}

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

.caja_noticia ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f101';
    margin-right: 10px;

}

.caja_noticia ul.lista_redes li::before {
    content: '';
    margin-right: 0;

}

.btn-link:hover {
    text-decoration: none !important;
}


.titulo_galeria {
    font-family: 'Albert Sans', sans-serif;
    color: #222;
    font-size: 2.1em;
    font-weight: 600;
}

.subtitulo_galeria {
    font-size: 1.2em;
    font-weight: 600;
    color: #222;
}

.fondo_bloques {
    background-color: #ffffff;
}

.mapboxgl-popup-content {
    padding: 25px !important;
    border: transparent !important;
    color: #000;
}

.mapboxgl-popup-content a {
    color: #000;
}

.mapboxgl-popup-content a:focus-visible {
    outline: none !important;
}

.fondo_degradado_corporativo {
    background: none;

}

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

    .contenido_interior img {
        margin: 8px 0px;
    }

    .relleno_ambos {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .titular_jumbo.relleno_ambos {
        padding: 10px 5px;
    }

    h1 {
        font-size: 2em !important;
    }

    blockquote {
        font-size: 1em;
        display: block;
    }

    .contenido_interior h2 {
        font-size: 1.7em;
    }

    .contenido_interior h3 {
        font-size: 1.4em;
    }

    .contenido_interior p {
        text-align: justify;
    }

    .contenido_interior ul {
        margin-left: -28px;
    }

    .multicolumna {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }


}

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

    .contenido_interior img {
        margin: 8px 0px;
    }

    .contenido_interior ul {
        margin-left: -28px;
    }

    .contenido_interior p {
        text-align: justify;
    }

    .contenido_interior h2 {
        font-size: 2.3em;
        padding-bottom: 15px;
    }

    .multicolumna {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    h1 {
        font-size: 2.2em !important;
    }
}

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

    .contenido_interior img {
        margin: 5px;
    }

    h1 {
        font-size: 2.5em !important;
    }

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

    .contenido_interior p {
        text-align: justify;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .contenido_interior h2 {
        font-size: 2.3em;
    }

    .contenido_interior p {
        text-align: justify;
    }
}

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

}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .contenido_interior p {
        text-align: justify;
    }

}





