.menu_oculto_redes_reserva_sobre_logo{ box-shadow: 0 14px 25px rgba(0, 0, 0, .16); background-color: #FFF;}/*---color fondo menu----*/

/*------------------ 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: #666;
    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;

}
.idioma_cabecero {
    display: flex;
    justify-content: flex-end;
    margin: 0
}

.idioma_cabecero {   margin-top: 5px;}

.idioma_cabecero li {
    border-right: 1px solid #666;
    display: inline-block;
    padding: 0;
    color: #666;
    font-size: 0.8em;
}

.idioma_cabecero li a {
    color: #666;
    text-transform: uppercase;
    margin: 5px ;
}

.sin_dcha {
    border-right: none !important;
}

/*----------------------------titular jumbo-----------------------*/

.titular_jumbo_con_imagen {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
     
       
}

.titular_jumbo_con_imagen .overlay {
   position: absolute;
   top: 0;
    background: linear-gradient( rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    z-index: 1;
}


.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;
  font-weight: 400;
    line-height: 100%;
    font-size: clamp(1.563rem, 2.5vw, 3rem);
    text-shadow: 0px 4px 5px #000;
}


.titular_jumbo_con_imagen .zona_titulares h1:before {
    background: #A61A2B;
    width: 75px;
    left: 0;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -20px;
    
}


.ug-textpanel-title {display:none!important;}

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

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

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

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

@media (max-width: 375px){
    .titular_jumbo_con_imagen {background-attachment: inherit;background-size: cover;}
   
}

/* Extra small devices (portrait phones, 376px and up)*/
@media (min-width: 376px) and (max-width: 575.98px) {
     .titular_jumbo_con_imagen { 
        background-attachment: inherit;        
       
        background-size: cover;       
    }
}

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

    .titular_jumbo_con_imagen {background-attachment: inherit;background-size: cover;}
    .titular_jumbo_con_imagen { top: 34%;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .titular_jumbo_con_imagen .zona_titulares{ padding-top: 38px; }
    .titular_jumbo_con_imagen { 
        background-attachment: inherit;        
        top:32%;
        background-size: cover;       
    }
    
}

@media only screen
and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .titular_jumbo_con_imagen { 
        background-attachment: inherit;        
        top:14%;
        background-size: cover;       
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .titular_jumbo_con_imagen { 
        background-attachment: inherit;        
        top: 13%;}
}

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


/*--------------contacto------------------*/

.contacto .icono i {
    font-size: 1.5em;
   
}

.contacto .titulo_dato {
    text-transform: uppercase;   
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
}

.contacto .datos_cont {
    margin-top: 3.125em;
    text-align: center;
}
.datos_cont a{color:#666;}

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



.carousel-item {background-color: #000;}

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

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    
    .contacto .datos_cont { margin-top: 30px;}
}

/* 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) {
    .fondo_contacto_interior .relleno{padding-left: 3%; padding-right: 3%;}
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .fondo_contacto_interior .relleno{padding-left: 7%; padding-right: 7%;}
  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
.fondo_contacto_interior .relleno{padding-left: 7%; padding-right: 7%;}
   
    
}



/*----------------------------teaser derecha-----------------------*/
.texto_presentacion h1 {
    text-transform: uppercase;
    font-size: clamp(1.375rem, 0.735rem + 3.2vw, 3.4rem);
    font-weight: 600;
    line-height: 100%;
}

.texto_presentacion h2{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
   
}



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

.reservas {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0.5px;
}

.reservas h1{color:#fff; font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem); margin-bottom: 20px; line-height: 100%; text-transform: uppercase;}

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





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


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





.contenido_interior img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    
    
    
    
}

blockquote {    
    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: clamp(2.5rem, 5vw + 1rem, 4rem);
    
    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;
}

.contenido_interior h2 {
    font-size: clamp(1.8rem, 4vw + 0.5rem, 2.8rem);
   
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
}

.contenido_interior h3 {
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem);
    
}
.contenido_interior h4 {
    font-size: clamp(1.3rem, 3vw + 0.25rem, 1.8rem);
   
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
}









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



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .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%; }
    
}

/* 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) {
    .contenido_interior img { margin-left: 0px; margin-right: 0px; width: 100%; }
}


/* 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)  {
    .contenido_interior p {        text-align: justify;    }
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .contenido_interior p {        text-align: justify;    }
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
    .contenido_interior p {        text-align: justify;    }
    .fondo_textos{
        background-image:url("../img/fondo_textos.jpg");
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    
    }
    
    
}





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




