
/*----------------------------titular jumbo con imagen-----------------------*/

.titular_jumbo_con_imagen {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 8px 8px 10px 0px #000;
    position:relative;
    top: -113px;
    margin-bottom: -110px;
    height: 65vh;
}

.titular_jumbo_con_imagen  .zona_texto_cont{ padding-top:20px;}


.titular_jumbo_con_imagen  .zona_titulares h1 {
    text-transform: uppercase; 
       color: #fff;    
    text-align: center;
    z-index: 100;
    position: relative;
    padding-top:16%;
    line-height: 100%;
    font-size:clamp(1.563rem, 1.2rem + 3.27vw, 5rem);
}
.titular_jumbo_con_imagen  .zona_titulares h1::after {
    content: " ";
    display: block;
    height: 3px;
    width: 80px;
    margin: 20px auto 0;
}


.ug-textpanel-title {display:none!important;}

/*------------------media query ------------------*/

@media (max-width: 375px){
    .titular_jumbo_con_imagen {     
        position: relative;
        top:inherit; 
        height: auto;
        margin-bottom: 0;
    }
    
}

/* Extra small devices (portrait phones, 376px and up)*/
@media (min-width: 376px) and (max-width: 575.98px) {
    .titular_jumbo_con_imagen {     
        position: relative;
        top:inherit; 
        height: auto;
        margin-bottom: 0;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .titular_jumbo_con_imagen {     
        position: relative;
        top:inherit; 
        height: auto;
        margin-bottom: 0;
    }
}

/* 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) {
    
}

/* 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) {  
    
    
}


/*----------------------------reservas-----------------------*/

.fondo_reserva{
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0.5px;
}

.reservas {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0.5px;
}

.reservas h1{color:#fff; margin-bottom: 20px;}

.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;
}

.contenido_interior a {
    text-decoration: underline;
}


.overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    z-index: 1;
}

/***************************************/
.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;}



.btn-link:hover {
    text-decoration: none !important;
}

.contenido_interior h1 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 5px!important;
}

.contenido_interior h1::after {
     
    content: " ";
    display: block;
    height: 3px;
    width: 80px;
    margin: 20px auto 0;
}
.presentacion.texto_teaser_dcha h2{
font-size: clamp(1.563rem, 1.146rem + 2.08vw, 3.75rem);
line-height: 100%;
font-weight: 600;
padding-bottom: 20px;
margin-bottom: 5px!important;
margin-top: 30px;
}
.presentacion.texto_teaser_dcha h2::after {
    content: " ";
    display: block;
    height: 3px;
    width: 100px;
    margin: 20px  0;
    background-color:#d65606 ;
}
.presentacion .texto_pres{font-size:clamp(1rem, 0.975rem + 0.13vw, 1.125rem) ; color:#888;}

.contenido_interior h2 {
    font-size: clamp(1.125rem, 0.398rem + 3.64vw, 3.125rem);
    line-height: 100%;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 5px!important;
    margin-top: 30px;
}

.contenido_interior h3 {
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
    font-size:clamp(1rem, 0.455rem + 2.73vw, 2.5rem);
    font-weight: 600;
}
.contenido_interior h4 {
    font-size: 1.3em;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
}



/*--------------------   Contenido Img fija de fondo----------------------*/

.contenido_imagen_fija_izq .columna_fija {    background-attachment:inherit;    background-attachment: fixed; min-height: 600px;  background-position-y:center ; }

.contenido_imagen_fija_izq  .bloque_textos .precio, .contenido_imagen_fija_izq  .bloque_textos .texto_peke { text-align: center!important;}
.contenido_imagen_fija_izq  .bloque_textos h2{ font-size:3.5em ;}
.contenido_imagen_fija_izq  .bloque_textos h3{ font-size:2.3em ;}

.contenido_imagen_fija_izq  .bloque_textos h1::after, .contenido_imagen_fija_izq  .zona_texto_cont h1::after{
    content: " ";
    display: block;
    height: 3px;
    width:50%;
    margin-bottom: 30px;
  
}

.contenido_imagen_fija_izq  .bloque_textos{padding: 5% ;}

.contenido_imagen_fija_izq  .bloque_textos .precio{ font-size: 1.5em; margin-top: 35px;}





/*---------------------------- carta imagen fija  menu articulo unico-----------------------*/

.menu_articulo_unico .bloque_textos{font-size: 1.1em;}
.menu_articulo_unico h1{text-align: center; text-decoration: underline; margin-bottom: 60px!important;}
.menu_articulo_unico h1::after{display: none!important;}
.menu_articulo_unico .precio span{font-weight: 600;}





/*--------------contacto------------------*/

.contacto .icono i {
    font-size: 2.5em;
    color: #012A5E;
}

.contacto .titulo_dato {
    text-transform: uppercase;
    color: #222;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 800;
}

.contacto .datos_cont {
    margin-top: 3.125em;
    text-align: center;
}

.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;}



@media (max-width: 375px){
    .contenido_interior p {
        text-align: left;
    }

    

    .contenido_interior h2 {
        font-size: 2em;
    }

    .relleno_ambos {
        padding-top: 22px;
        padding-bottom: 30px;
    }

    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%!important;
    }
}

/* Extra small devices (portrait phones, 376px and up)*/
@media (min-width: 376px) and (max-width: 575.98px) {
    .contenido_interior h2 {
        font-size: 1.7em;
    }

    .cabecero_interior {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .multicolumna {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    .title_page {
        font-size: 2em;
    }

    .relleno_ambos {
        padding-top: 22px;
        padding-bottom: 30px;
    }

    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%!important;
    }

    .columna_fija{ position: static;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .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;
    }
 
    

    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .columna_fija{ position: static;}
}

/* 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) {
   
}

/* 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) {
   

.fondo_textos{
    background-image:url("../img/fondo_texto_izq.png"), url("../img/fondo_texto_dcha.png");
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;

}

   

}





