.nombre-autor {
    color: #000;
    font-family: Poppins;
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.descripcion-autor {
    color: #000;
    font-family: Poppins;
    font-size: clamp(16px, 1.5vw, 18px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.email-autor a {
    color: #BA0000;
    font-family: Poppins;
    font-size: clamp(18px, 1.8vw, 20px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;

}

.titulo-publicaciones {
    color: #000;
    font-family: Poppins;
    font-size: clamp(24px, 2.5vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.fecha-publi {
    color: #000;
    font-family: Poppins;
    font-size: clamp(14px, 1.2vw, 16px);
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.titulo-publi {
    color: #000;
    font-family: Poppins;
    font-size: clamp(16px, 1.5vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.descripcion-publi {
    color: #000;
    font-family: Poppins;
    font-size: clamp(14px, 1.2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.card-link { 
    position: relative; 
    cursor: pointer; 
  }
  

  .card-link .titulo-publi a {
    color: inherit;
    text-decoration: none;
  }
  

  .card-link .titulo-publi a::after {
    content: "";
    position: absolute;
    inset: 0;         
    z-index: 1;       
  }
  

  @media (min-width: 0px) and (max-width: 767px){
    .nombre-autor{
        margin-top: 20px;
    }
    .py-5{
        padding-top: 0px!important;
    }
    .titulo-publicaciones{
        margin-left: 10px;
    }
  }
  
  
  