#hero {
    font-weight: bold;
}

.bg-image {
    position: relative;
}
.bg-image::before {
    background-image: url('img/monitor_feminicidios_web-1024x640.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -1;
    opacity: 0.2;
}


.hero-title {
    font-weight: 900;
}

#footer {
    padding-top: 3vh;
    padding-bottom: 2vh;
}

.section-title {
    padding-top: 3vh; 
}

.active {
    background-color: rgb(185, 185, 185)!important;
    color: white!important;
    border-radius: 15px;
}

.anchor-top {
    position: -webkit-sticky;
    position: sticky;
    top: 66px;
    z-index: 1020;
    padding: 20px;
}