.card-not {
    margin-bottom: 30px;
}

.cont-img {
    width: 100%;
    margin-bottom: 25px;
}

.cont-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 23px;
}

.cont-text {
    width: 100%;
}

.cont-text p {
    width: 100%;
}
div#noticias {
    margin: 10px !important;
}
  a.not-btn {      color: #454545 !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7) !important;
}
.not-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #FFCD00;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 28px;
    transition: background-color 0.3s ease;
  }
   .not-btn:hover {
    background-color: #454545 ;
        color: white !important;
  }

.fecha {
    color: #707070;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: lowercase;
    font-family: 'Work Sans',sans-serif !important;
}

.titulo {
    color: #004884;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    letter-spacing: 1px;
    line-height: 1.5em !important;
}

.titulo:hover {
    color: #3772ff;
}

.descripcion {
display: -webkit-box;
max-width: 250px;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
/* max-height: 50px; */
overflow: hidden;
margin: 0;
color: #3d4b58;
font-family: 'Work Sans',sans-serif;
font-weight: 300;
font-size: 16px;
}

.vermastodo {
    display: flex;
    justify-content: flex-end;
    

}