﻿.div-banner {
    margin: 110px 0 .5rem 0;
    height: auto;
    width: 100vw;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    gap: 1rem;
    min-width: 350px;
}

    .div-banner h1 {
        font-family: "Barlow", serif;
        font-weight: 700 !important;
        font-size: 45px;
        text-transform: uppercase;
        color: #333 !important;
        margin: 0;
    }

.div-container-reportes {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100vw;
    height: fit-content;
    margin: 5rem 0;
    gap: 1rem;
    flex-wrap: wrap;
    padding: .5rem 2rem;
}

.btn-dark {
    font-weight: 600;
    width: 250px;
    height: 80px;
    font-family: "Montserrat", regular;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 15px;
}
