#MelhorEmpresaTop {
    background-color: #042633;
    color: #fff;
}

#MelhorEmpresaTop p {
    font-size: .7em;
}

/* Mobile */
.hero-mobile {
    display: none;
}
@media (max-width: 1200px) {
    .hero-img,
    .hero-text {
        display: none;
    }
}
@media (max-width: 767px) {
    .hero-mobile {
        display: block !important;
        background-image: url("/images/selos/banner-mobile-seguro-viagem-em-movimento.jpg");
        min-height: 500px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #MelhorEmpresaTop {
        display: none;
    }

    .hero .container div.row {
        padding-top: 0 !important;
    }
}

.hero {
    width: 100vw;
    height: auto;
    background-image: url("/images/banners/01-2026/bg.jpg?v=2026-01");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Notebook */
@media (min-width: 1200px) {
    .hero-img {
        display: block;
    }
}
