﻿h1 {
    color: #9E3391;
    /*font-size: 3em;*/
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.btn-morado {
    background-color: #9E3391;
    border-color: #9E3391;
    color: white;
    cursor: default;
}

.btn-morado:hover {
    color: white;
}

.img-noticia {
    /* height: 500px; */
    object-fit: fill;
    width: 100%;
}