
/*------------------noticias-----------------------*/

#noticias .zona_titulares h2 {
    margin-bottom: 18px;
    font-weight: 700;  
    line-height: 1.1;
    font-size: 2.8em;
    text-align: center;
}
.zona_datos_not h3{
    font-size: 22px;
    font-weight: 500;
    color:#000;
    transition: color 1s linear;
}
.zona_datos_not .fecha{ text-transform: uppercase; font-size: 0.9em; letter-spacing: 1px; transition: color 1s linear; }

.zona_datos_not .categoria{text-transform: uppercase; font-size: 0.9em; letter-spacing: 1px; transition: color 1s linear; }
.zona_datos_not .sinopsis_noticia{
    color: #666;
    font-size: 16px;
    font-weight:500;
    line-height: 2;

}

.zona_noticias article{ padding-top: 30px; padding-bottom: 30px; border-bottom:1px solid #ccc;}
.zona_noticias article img{transition: filter 1s linear; filter: grayscale(50%);}

a:hover article img{filter: grayscale(0%);}
a:hover article .fecha, a:hover article .categoria {color:#666; }
article .btn_corporativo{transition: box-shadow 1s linear; }
a:hover article .btn_corporativo{  box-shadow: 0px 0px 10px 0px #333 inset;}
article .btn_corporativo{transition: box-shadow 1s linear; }



/*------------------ficha       noticias CARD-----------------------*/

a h2.card-title{
    font-size: 22px;
    font-weight: 500;
    color: #000;
    transition: color 1s linear;
}

.fecha_redes{ display: flex;  align-items: center;}
.fecha_redes .redes_ficha{ display: inline-block;}
.fecha_redes .fecha_g{ display: inline-block; margin-left: 30px; font-size: 1em; text-transform: uppercase; font-weight:500; line-height:100%; padding: 7px 15px; background-color: #efefef;}
.zona_otras_noticias{background: #fff;
    padding: 40px 30px 40px;
    -webkit-box-shadow: 15px 15px 30px rgb(0 0 1 / 5%);
    box-shadow: 15px 15px 30px rgb(0 0 1 / 5%);
    border-radius: 15px;
}

.titular_not_g{margin-bottom: 20px; margin-top: 30px; font-weight: 600; color: #333; font-size: clamp(1.375rem, 1.229rem + 0.73vw, 2.188rem);}

.caja_noticia_g{
    
    background: #fff;
    border-radius: 15px;
    transition: 0.3s;
    padding: 30px;
    box-shadow:15px -1px 30px rgb(0 0 1 / 5%);
}

.imagen_g{border-radius: 10px; overflow: hidden; margin-bottom: 20px;}

.lista_redes{ margin-bottom: 0px;}
.lista_redes li {
    display: inline-block;
    margin: 0 10px 0px 0;
}

.lista_redes li i {
    line-height: 30px !important;
}

.lista_redes li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    text-align: center;
    width: 30px;
    display: inline-block;
   
}

.lista_redes a:hover { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);}
    
.facebook { background-color: #3B5998;}
.twitter { background-color: #00A0D1;}
.youtube { background-color: #C4302B;}
.instagram { background-color: #825C48;}
.whatsapp { background-color: #3DC24F;}
.email { background-color: #f6d317;}

.titular_otras{color:#333; font-weight: 700; font-size: 1.5em; margin-bottom: 30px;}
.noticia_peke{ grid-template-columns:85px auto ; display: grid; margin-bottom: 15px;}
.datos_p{ padding-left: 10px;}
.datos_p .fecha{ color:#888; text-transform: uppercase; font-size: 0.8em;}
.noticia_peke figure img{border-radius: 5px; overflow: hidden;  transition: all 1s linear;}
.noticia_peke:hover figure img{opacity: 0.5;}
.datos_p .card-title {font-size: 0.9em; font-weight: 600; line-height:110%!important; margin-bottom: 20px;}
.datos_p .card-title a{ font-weight: 600; line-height:100%!important; color:#333;}
.datos_p .card-title a:hover{ color:#000; }

 /*-----------------*/

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .fecha_g {margin-bottom: 10px;}
   
    .caja_noticia_g { padding: 10px;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    
    .noticia_peke{grid-template-rows:auto auto; grid-template-columns: none; display: grid;}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .zona_datos_not .relleno { padding-left: 60px;}
    .caja_noticia_g p{ text-align: justify;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px){ 
    .zona_datos_not .relleno { padding-left: 60px;}
    .caja_noticia_g p{ text-align: justify;}
}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    .zona_datos_not .relleno { padding-left: 60px;}
    .caja_noticia_g p{ text-align: justify;}
}




