.Noticias .row.g-3{
    padding-top:2em;
}
.noticia {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    outline:0px solid #D29741;
    transition: outline 0.3s linear;
}

.noticia:hover{
    outline-width:3px;
}
.Noticias a{
    color: #000000;
}
.noticia-detalle{
    padding:25px 15px;
    background-color:#FFFFFF;
}
.noticia .tarjeta-fecha{
    padding:5px 0px;
}
.noticia img{
    height:200px;
    width:100%;
    object-fit: cover;
    object-position: center;
}

.Noticias{
    padding-bottom: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(241,226,193,1) 100%);
}

@media (max-width: 767px){
    .noticia {
        margin-bottom: 30px;
    }
    .Noticias{
        padding-bottom:30px;
    }
}
.Noticias button{
    background-color: #D29741;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    transition:0s;
    margin-top:3em;
    margin-bottom:2em;
    color: #FFFFFF !important;
    box-shadow: 6px 6px 5px #000000;
}

.Noticias button:hover{
    outline:1px solid #000000;
}