.top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(24deg, #2C84D3 0%, #4AC9B1 100%);
    mix-blend-mode: overlay;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.top {
    background-color: transparent;
    background-image: linear-gradient(24deg, #2C84D3 0%, #4AC9B1 100%);
    position: relative;
    background-size: cover;

    padding: 6px 0;
}

    .top input {
        height: 35px;
        border-bottom: none;
        font-size: 12px;
        padding-left: 15px;
    }

/* Menu do site */
.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

    .navbar-nav .nav-link.active {
        color: #fff;
    }

@media (min-width: 768px) {
    .navbar-nav .nav-link {
        padding: 0 15px !important;
    }
}

footer {
    background-color: var(--azul-escuro);
    color: white;
}