
.logo_menu_idiomas_1linea {    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);    -webkit-box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);}

.menu_oculto_redes_reserva_sobre_logo{ box-shadow: 0 14px 25px rgba(0, 0, 0, .16); background-color: #FFF;}/*---color fondo menu----*/

/*----------------------------titular jumbo con imagen-----------------------*/

.titular_jumbo_con_imagen {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;   
    position:relative;
    height: 40vh;
}

.titular_jumbo_con_imagen .overlay{position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.titular_jumbo_con_imagen  .zona_texto_cont{ padding-top:20px;}


.titular_jumbo_con_imagen  .zona_titulares h1 {   
    color: #fff;
    text-align: center;
    z-index: 100;
    position: absolute;
   bottom: 5%;
    line-height: 100%;
    font-size:clamp(1.563rem, 1.2rem + 3.27vw, 5rem);    
         text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000;
         left: 50%;
         transform: translateX(-50%);      
}




/*------------------media query ------------------*/



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .titular_jumbo_con_imagen {  height: 60vh;}
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .titular_jumbo_con_imagen {  height: 60vh;}
 .destacado.logo{width: 50%;}
}


/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .destacado.logo{width: 50%;}
}
/* 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){
   
    
}





/*----------------------------titular jumbo-----------------------*/
.titular_jumbo{background-color: #000; background-repeat: repeat; background-image: url(../img/patron.jpg); background-attachment: fixed;}
.titular_jumbo h1 {
    font-size: clamp(1.8em, 5vw, 3em);
    font-weight: 700;
    padding-bottom: 0px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
}



/*--------------presentacion---------------------*/

.presentacion.texto_teaser_dcha  h2 {
    font-size: 2.8em;
    line-height: 100%;
    text-transform: uppercase;
}

.presentacion.texto_teaser_dcha .sobretitular{text-transform: uppercase; letter-spacing: 1px; font-size: 0.9em; font-weight: 600; margin-bottom: 10px; }
.presentacion.texto_teaser_dcha  .texto_presentacion{  padding-right: 10%;}
.presentacion .bajo_raya{font-size: 0.85em; font-weight: 600;}
.presentacion .bajo_raya:hover span{color:#fff;}

/*---------------------presentacion slide --------------------------*/

.presentacion_slide .sobretitular {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 15px;
}




/*------------------servicios_imagenes-----------------------*/
.servicios_imagenes  {
    background-image: url("../img/fondo_lineas_guernica_gris.png");
  
    background-size: contain;
    background-repeat: no-repeat;
}

.servicios_imagenes {
    text-align: center;
}
.servicios_imagenes h1{
     text-transform: uppercase; 
     margin-bottom: 30px; 
     font-size: clamp(1.875rem, 1.313rem + 2.81vw, 5rem);      
     font-weight: 800; 
     opacity: 0.5;
    }

.servicios_imagenes h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: clamp(2rem, 1rem + 2.18vw, 2.5rem);
    font-weight: 400;
}


.servicios_imagenes h3 {
    text-align: center;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 0px;
}
.servicios_imagenes .fila_cajas {
    justify-content: center;
}

.servicios_imagenes a .desc {
    color: #666;
    font-size: 0.9em;
}


.servicios_imagenes .fila_cajas a .datos {
    padding: 5px 10px 20px 10px;
}

.servicios_imagenes a figure {
    margin: 0px;
    overflow: hidden;
}

.servicios_imagenes a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.servicios_imagenes a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
}

.servicios_imagenes a:hover figure {
    overflow: hidden;
}

.servicios_imagenes .nolink {
    cursor: default;
}


/*--------------media querys servicios_imagenes---------------------*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .servicios_imagenes a figure img { width: 50%; }
}

/* 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) {
    .servicios_imagenes h3 {
        font-size: 1em;
    }
}

/* 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) {
}









/*-------------------------------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;}





/*------------------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;
    background-color: #000;
   
}

.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;
    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;}



.contenido_interior h1 {
    font-size:clamp(1.9em, 5vw, 2.64em);
    font-weight:700;
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

.contenido_interior h2 {
    font-size:clamp(1.8em, 5vw, 2.4em);
    font-weight:700;
    padding-bottom: 0px;    
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

.contenido_interior h3 {
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
    font-size:clamp(1.6em, 5vw, 2.2em);
    font-weight: 600;
}
.contenido_interior h4 {
    font-size:clamp(1.4em, 5vw,1.8em);
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 5px!important;
    margin-top: 30px;
}

/*------galerias ------------------*/
.ug-tile .ug-textpanel-title{text-transform: uppercase!important; letter-spacing: 1px;}

.galeria h2{text-transform: uppercase; color:#fff; font-weight: 700; margin-bottom: 0px;}

.galeria{background-color:#000;}
.ug-gallery-wrapper{background-color: #000;}


/*------------------take away-----------------------*/
.contenido_interior .tel_destacado{font-weight: 700; font-size: 1.5em; letter-spacing: 5px;}


/*------------------servicios_imagenes_vertical-----------------------*/
.servicios_imagenes_vertical {

    text-align: center;
}

.servicios_imagenes_vertical h2 {
    text-transform: uppercase; color:#000;  text-align: center; font-size: clamp(1.563rem, 1.282rem + 1.4vw, 3.125rem); font-weight: 400;

}
.servicios_imagenes_vertical h3 {
    text-align: center;
    margin: 0px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size:clamp(1em , 5vw, 1.3em);
}

.servicios_imagenes_vertical .fila_cajas {
    justify-content: center;
}

.servicios_imagenes_vertical a .desc{color:#666; font-size: 0.9em;}
.servicios_imagenes_vertical .fila_cajas a .datos{padding: 5px 1px 20px 1px;}

.servicios_imagenes_vertical .fila_cajas a {
    position: relative;   
    display: block;
}

.servicios_imagenes_vertical .fila_cajas a::before,
.servicios_imagenes_vertical .fila_cajas a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.servicios_imagenes_vertical .fila_cajas a::before {
    top: 0;
    left: 0;
    border-top-color: transparent;
    border-left-color:transparent;
}

.servicios_imagenes_vertical .fila_cajas a::after {
    bottom: 0;
    right: 0;
    border-bottom-color:transparent;
    border-right-color: transparent;
}

.servicios_imagenes_vertical .fila_cajas a:hover::before {
    width: 100%;
    height: 100%;
}

.servicios_imagenes_vertical .fila_cajas a:hover::after {
    width: 100%;
    height: 100%;
}
.servicios_imagenes_vertical a figure {
    margin: 0px;
    overflow: hidden;
}

.servicios_imagenes_vertical a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.servicios_imagenes_vertical a:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    overflow: hidden;
}

.servicios_imagenes_vertical a:hover figure {
    overflow: hidden;
}

.servicios_imagenes_vertical .nolink {
    cursor: default;
}

/*--media queries-----*/

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .servicios_imagenes_vertical .fila_cajas a .datos{padding: 0px;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .servicios_imagenes_vertical .fila_cajas a .datos{padding: 0px;}

}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .servicios_imagenes_vertical h3 { font-size:0.85em;}
}
/* 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_vertical 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){
}




/*--------------------   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 h1::after{
    content: " ";
    display: block;
    height: 3px;
    width:221px;
    margin-bottom: 30px;
    background-color: #136B9B;
}

.contenido_imagen_fija_izq  .bloque_textos{padding: 5% ;}






/*------------------media query ------------------*/

@media (max-width: 375px){
    footer {        padding-top: 10px;}
    .caja_pie .text-end{text-align: center!important;}
}

/* Extra small devices (portrait phones, 376px and up)*/
@media (min-width: 376px) and (max-width: 575.98px) {
    footer { padding-top: 20px;}
   .caja_pie .text-end{text-align: center!important;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
   
    .caja_pie .text-end{text-align: center!important;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /*.contenido_imagen_fija_izq .columna_fija { height: 100vh; background-attachment: fixed; background-size: contain;    }*/
    .contenido_imagen_fija_izq .columna_fija { background-position-x: right; }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .contenido_imagen_fija_izq .columna_fija {  background-attachment: fixed;   }
}

/* 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) {  
    
    
}



@media (max-width: 375px){
    .contenido_interior p { text-align: center; }    

    
    .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) {
    
    

    .multicolumna {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    

    .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 img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    footer { padding-top: 20px;}
   
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
   
    .contenido_interior img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
}

/* 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_texto_izq{
        background-image:url("../img/fondo_texto_izq.png");
       background-position: top left;
       background-repeat: no-repeat;
    }

.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;

}

    .fondo_texto_dcha{
        background-image: url("../img/fondo_texto_dcha.png");
       background-position: top right;
       background-repeat: no-repeat;
    }

}





