.home-noticias{
    background: #f8f8f8;
    padding: 56px 24px 64px 24px;
}
.home-noticias h2{
    font-family: 'Prompt';
    font-size: 28px;
    font-weight: 600;        
    line-height: 1.29;        
    text-align: center;
    color: #004685;
    margin-bottom: 40px;
}
.home-noticias .noticias  ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 1900px;
    gap: 24px;
}
.home-noticias .noticias  ul li{
    /*margin-bottom: 24px;*/
    width: 100%;
}
.home-noticias .noticias  ul li .content-block{
    padding: 0;
}
.home-noticias .noticias  ul li:last-of-type{
    margin-bottom: 40px;
}
.home-noticias .noticias  .noticiahome .img-destacados{
    margin-bottom: 0;
}
/*.home-noticias .noticias  .noticiahome .noticia-content a{
    position: relative;
}*/
.home-noticias .noticias  .noticiahome .fecha-destacados{
    padding: 7px 12px 8px 12px;
    background-color: #004685;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;  
    color: #fff;
    position: absolute;
    top: -50px;
}
.home-noticias .noticias  .noticiahome .noticia-content{
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
}
.home-noticias .noticias .noticiahome .noticia-content .fecha-wrapper{
    position: relative;
}
.home-noticias .noticias  .noticiahome span.title-destacados{
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #004685;
    margin-bottom: 0;
    max-height: initial;
    min-height: initial;
}
.home-noticias .noticias  .noticiahome .excerpt-destacados{
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #00162a;
    margin-bottom:0;
}
.home-noticias .noticias  .noticiahome .excerpt-destacados p{
    font-weight: 400;
}
#homevertodosnoticias{
    margin-top: 0;
    margin-bottom: 0;
}
.home-noticias .noticias ul li:nth-child(5),
.home-noticias .noticias ul li:nth-child(6){
    display: none;
    visibility: hidden;
}
.home-noticias .noticias ul li a:after{
    content:'';
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}
/*.home-noticias .noticiahome a.h3:focus,
.home-noticias .noticiahome a.h3:focus-visible{
    outline: none;
}*/
/*.home-noticias .noticias ul li a:hover:after,*/
.home-noticias .noticiahome a.h3:focus:after,
.home-noticias .noticiahome a.h3:focus-visible:after{
    border: 2px solid #004685;
}

@media only screen and (min-width: 620px){
    .home-noticias .noticias ul{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        height: 1124px;
    }
    .home-noticias .noticias ul li{
        width: calc( ( (100vw - 48px) - 20px) /2 ); /*50%;*/
    }
    .home-noticias ul li{     
        padding:0;
        width: auto;
    }
}

@media only screen and (min-width: 992px){
    .home-noticias{
        background-color: #f8f8f8;
        padding: 96px 120px 88px 120px;
    }
    .home-noticias h2{
        font-family: 'Prompt';
        font-size: 32px;
        font-weight: 600;        
        line-height: 1.25;        
        text-align: center;
        color: #004685;        
        margin-bottom: 56px;
    }
    .home-noticias .noticias ul{
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        height: 1124px;
    }
    .home-noticias .noticias ul li{
        width: calc( ( (100vw - 240px) - 80px) /3 ); /*33.3333333%;*/
        position: relative;
    }
    .home-noticias ul li{
        /*flex: 1;*/
        padding:0;
        width: auto;
    }
  
    .home-noticias .noticias ul li:nth-child(5),
    .home-noticias .noticias ul li:nth-child(6){
        display: block;
        visibility: visible;
    }
    .home-noticias .noticias .noticiahome:hover .noticia-content{
        background-color:  #004685;
    }
    .home-noticias .noticias .noticiahome:hover .noticia-content .h3,
    .home-noticias .noticias .noticiahome:hover .noticia-content .h3 span,
    .home-noticias .noticias .noticiahome:hover .noticia-content .excerpt-destacados p{
        color: #fff;
    }


}