.moldura-img-home {
    border-radius: 0px 0px 15px 15px;
    min-width: 100%;
    height: 400px !important;
    max-height: 400px;
    overflow: hidden;
}

.banners-home {
    border-radius: 0px 0px 15px 15px;
    width: 100% !important;
    height: 400px !important;
    max-height: 400px;
}

.custom-carousel-home {
    background-color: transparent !important;
    border: 2px solid white;
    color: white;
}

.lato-bold {
    font-weight: bold;
    font-family: 'lato', sans-serif;
}

.lato {
    font-family: 'lato', sans-serif !important;
}

.font-blue-hotsite {
    color: #014085;
}

.font-dark-blue-hotsite {
    color: #002459;
}

.font-light-blue-hotsite {
    color: #2d7a88;
}

.line-height-1-hotsite {
    line-height: 1rem;
}

@media (min-width: 320px) and (max-width: 499px) {

    .div-home-mobile {
        margin-top: 30%;
    }

    .moldura-img-home {
        max-width: 100%;
        margin-top: 100px !important;
        max-height: 200px;
        height: 200px;
    }

    .banners-home {
        height: 200px !important;
        max-height: 200px;
    }

}