
.zona_titulares {   

    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/fondo_titular_interior.jpg");
    background-position: center center;
    background-repeat: no-repeat;
   background-size: cover;   
    overflow: hidden;
    border-radius: 20px;
    padding:6% 1%;
    margin-left: 2%;
    margin-right: 2%;
    
    

}

.titular_jumbo  h1{   color: #fff;  text-align: center; font-size: clamp(1.563rem, 1.265rem + 1.49vw, 3.125rem); font-weight: 400; letter-spacing: 1px;}





.breadcrumbs a:hover {
    opacity: 0.8;
}

.title_page {
    text-align: center;
   
    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 {
    
    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;
}

.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: 3px dotted #079352;
}
.contenido_interior ul, .caja_noticia ul {
    list-style-type: none;
    padding: 10px 25px;
}

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

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

.ordinal {
    font-family: 'Times New Roman', Georgia, serif;
}


.contenido_interior  { font-size: clamp(1rem, 0.976rem + 0.12vw, 1.125rem);}
.contenido_interior p { line-height: 160%;}
.contenido_interior blockquote{ padding: 20px; font-size:clamp(1.1rem, 1.062rem + 0.19vw, 1.3rem); font-weight: 500;  background-color:#197B4A20;  margin-bottom:20px; text-align: justify; color:#197B4A;
font-style: italic;
}

.contenido_interior img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.contenido_interior h2{font-size: clamp(1.7rem, 1.548rem + 0.76vw, 2.5rem);}
.contenido_interior h3{font-size:clamp(clamp(1.375rem, 1.28rem + 0.48vw, 1.875rem)); margin-top: 20px;}



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
   .titular_jumbo  .zona_titulares { background-position: center left;}
    .bloque_textos .contenido_interior { column-count: 1;     }
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .titular_jumbo  .zona_titulares { background-position: center left;}
    .bloque_textos .contenido_interior { column-count: 1; }
}

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






.list-items {
    margin-top: 20px;
}

.list-items li {
    position: relative;
    padding-left: 25px;
}

ul.list-items li i {
    padding-right: 5px;
}





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

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

}

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

}

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


.contenido_interior strong{color:#000!important;}




.contenido_interior blockquote p {margin-bottom:0}



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



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

.contacto .titulo_dato {
    text-transform: uppercase;
    color: #222;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 0px;
  
}

.contacto .datos_cont {
    margin-top: 3.125em;
    text-align: center;
}

.titulo_galeria {
  
    color: #222;
    font-size: 2.1em;
  
}

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



/*------------------teaser presentancion-----------------------*/

.presentacion .imagenes_pres img {
    border-radius: 50%;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    margin-bottom: 0.5rem;
}
.presentacion  .texto_pres h2 {font-size: 2.2em;}
.presentacion .titulacion{color:#000; font-weight: 600; font-size: 1.1em; margin-bottom: 8px;}
.presentacion .tit_resultados{color:#000; font-weight: 600; font-size: 1.1em;}
.presentacion .tit_campeonato{font-weight: 600; color:#000; }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .presentacion  .texto_pres h2 {font-size: 1.5em;}
    .presentacion .texto_pres {text-align: center;}
    .texto_pres .campeonatos ul{ list-style: none;}
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .presentacion .texto_pres {text-align: center;}
    .texto_pres .campeonatos ul{ list-style: none;}
 
}




/*------------------teaser servicios-----------------------*/

.teaser_servicios .sobre_titular {
    margin-bottom: 28px;
    font-size: 16px;

    letter-spacing: 1px;
    text-transform: uppercase;
}
.teaser_servicios img{border-radius:35% 65% 63% 37% / 30% 26% 74% 70%  ; box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}



.teaser_servicios .texto_serv {
    align-self: center;
}

.teaser_servicios .texto_serv h2 {
    letter-spacing: -.3px;
    line-height: 1.22;
    font-size: 2.8em;
    margin-bottom: 35px;
}

.teaser_servicios .texto_serv p {
    margin-bottom: 30px;
   
   
}

.teaser_servicios .texto_serv h3 {
    line-height: 1.1;
    font-size: 1.7em;
}

.teaser_servicios .texto_servicios {
    display: flex;
}


/*--------------------------equipo------------------------------*/

.team-item_info{padding: 15px;  margin:15px 10px;  border-radius: 50px;
    background: #efefef;
    box-shadow:  20px 20px 60px #bebebe,
                 -20px -20px 60px #ffffff;
    }

.team-title{font-size:1.3em!important;}

.team-department{text-transform: uppercase; font-size: 0.85em;}

.caja_team:hover .team-item_info{
    padding: 15px;
    margin:15px 10px;
    border-radius: 50px;
    background: #fff;
    box-shadow:  20px 20px 60px #bebebe, -20px -20px 60px #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;}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .cabecero_interior {
        padding-bottom: 20px;
        padding-top: 20px;
    }

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

    
    .presentacion .imagenes_pres{ text-align: center;}
    .presentacion .imagenes_pres img{ width: 50%;}
    .imagen_pres {
        margin: 0px 0px 30px 0px;
    }

    .contenido_interior img {
        margin-left: 0;
        margin-right: 0;
    }


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
   
.presentacion .imagenes_pres{ text-align: center;}
.presentacion .imagenes_pres img{ width: 50%;}  

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

    .teaser_servicios .imagen_serv {
        margin: 0px 0px 30px 0px;
    }

    .team-item_info { padding: 11px;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .teaser_servicios .texto_servicios {
        padding-left: 10px;
    }

   
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  
    .teaser_servicios .texto_servicios { padding-left: 10px; }
}

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





