  
      .noticias{
        width:100%;
        display:flex;
        justify-content:center;
        padding:102px 20px;
        background:linear-gradient(to bottom, #E3E3E3, #BEBEBE);
      }
      
      .noticias .container{
        width:100%;
        display:flex;
        flex-direction:column;
        /*background-color:green;*/
        align-items:center;
        max-width:1339px;
      }
      
      .noticias .tabs{
        width:100%;
        display:flex;
        /*background-color:grey;*/
        gap:57px;
        justify-content:center;
        padding-bottom:71px;
      }
      
      
      .noticias .tabs button.boton{
        text-decoration:none;
        border:none;
        cursor:pointer;
        width:100%;
        display:flex;
        gap:15px;
        padding:22px 10px;
        max-width:335px;
        background:linear-gradient(to right, #5E655B , #323231);
        border-radius:9px;
        align-items:center;
        color:white;
        justify-content:center;
        font-size:21px;
        line-height:28px;
      }
      
        .noticias .tabs button.boton.activo{
        background:linear-gradient(to right, #941442 , #591624);
      }
      
      
      .noticias .tabs .vineta{
        width:15px;
        height:16px;
        flex-shrink:0;
        display:flex;
        align-items:center;
        justify-content:center;
        overflow:hidden;
      }

      .noticias .tabs .vineta img{
        width:100%;
        height:100%;
        object-fit:contain;
        display:block;
      }
      
      .noticias .compilado{
        width:100%;
        display:flex;
        /*background-color:maroon;*/
        gap:20px;
        justify-content:space-between;
      }
      
      .noticias .noticia{
        width:100%;
        max-width:400px;
        display:flex;
        flex-direction:column;
        /*background-color:lightgrey;*/
      }
      
      .noticias .portada{
        width:100%;
        height:206px;
        display:flex;
        background-color:black;
        border-radius:16px;
      }
      
      .noticias a.vermas{
        text-decoration:none;
        cursor:pointer;
        display:flex;
        width:fit-content;
        padding:9px 9px 9px 20px;
        border-radius:60px;
        background-color:#F4F4F4;
        border:1px solid #AC344D;
        gap:14px;
        align-items:center;
        margin-top:47px;
      }
      
      .noticias .flecha{
        width:40px;
        height:40px;
        flex-shrink:0;
        border-radius:50px;
      }
      
      
      .noticias .titular{
        text-align:center;
        font-size:43px;
        line-height:44px;
      }
      
      .noticias .subtexto{
        padding:28px 0 53px 0;
        max-width:780px;
        text-align:center;
        font-size:21px;
        line-height:28px;
      }
      
      .noticias .fecha{
        font-size:16px;
        line-height:18px;
        padding-bottom:14px;
        text-decoration-line: underline;
        text-underline-offset: 2px;
      }
      
      .noticias .tituloNoticia{
        font-size:20px;
        line-height:26px;
        padding-top:30px;
      }
      
      .noticias .textoNoticia{
        font-size:16px;
        line-height:20px;
        padding-top:10px;
      }
      
      .noticias img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }
      
      .noticias .portada img{
        border-radius:16px;
      }
