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




.cabecero_interior_sobretitular_titular{
    background-image:linear-gradient(rgba(0, 116, 200,0.5), rgb(3 135 229 / 70%)), url("../img/cabecero_interior.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
}






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

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

.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 h2 { font-size: clamp(1.3rem, 2.5vw, 2.5rem);  padding-bottom: 5px;}

.contenido_interior h3 { font-size:clamp(1.2rem, 2.5vw, 1.875rem);   }
.contenido_interior h4 { font-size:clamp(1.1rem, 2.5vw, 1.5rem);}

.contenido_interior strong{color:#000!important; font-weight: 500;}


.contenido_interior blockquote{ padding:5px 20px ; color:#c40023; margin-bottom: 15px; border-left: 4px solid #c40023; font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
.contenido_interior blockquote p {margin-bottom:0}

.contenido_interior ul, .caja_noticia ul { list-style-type: none;}

.contenido_interior .video-container {
    position: relative;
   padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.contenido_interior .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.contenido_interior ul li {
    margin-bottom: 8px;
}
.contenido_interior ul li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f101';
    position: relative;
    margin-left: -25px;
    padding-right: 10px;
    font-size: 0.9em;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .multicolumna {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .multicolumna {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .multicolumna {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    .multicolumna {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}


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

}
















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

}

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

}



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





/*------------------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: 500;
    font-size: 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 10px 20px 10px;}

.servicios_imagenes_vertical .fila_cajas a {
    position: relative;
    padding: 2px;
    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;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .servicios_imagenes_vertical 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_vertical 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){}

/*------ fin servicios imagen vertial ------*/

/*----------------------------horarios-----------------------*/

.contenido_interior .horario th{ font-weight: 600; color:#000;}

.contenido_interior .horario{text-align: inherit;}
/*----------------------------titular jumbo-----------------------*/

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

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

.zona_titulares h1 {    
    color: #fff;
   font-weight: 300;
    font-size: clamp(1.5rem, 2.5vw, 3.125rem);

}




/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .titular_jumbo_con_imagen {
        background-position: left bottom!important;
    }
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
  
 
}

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

   
    
}



