body {
    font-family: "Roboto";
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

#conteudoPrimario {
    width: 50%;
    margin-top: 0.25rem !important;
}

#conteudoSecundario {
    width: 50%;
    padding: 20px;
}

#conteudoPrincipal {
    display: flex;
    justify-content: space-between;
}

#conteudoPrimarioLogotipo {
    margin-top: 1.5rem;
}

#cardPrincipal {
    margin-top: 0.6rem;
    width: 100%;
    min-width: 350px;
    max-width: 500px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

div#carrosselImagens {
    width: 95%;
    height: 370px;
    max-width: 850px;
}

#conteudoPrimarioTexto,
.swiper {
    margin-top: 3rem;
}

div#carrosselImagensMobile {
    width: 100%;
    height: 250px;
}

@media screen and (max-width: 411px) {
    div#carrosselImagens {
        width: 100% !important;
        height: 250px !important;
    }

    #conteudoPrimario,
    #conteudoSecundario {
        width: 100vw !important;
    }

    #conteudoSecundario {
        padding: 10px;
    }

    #conteudoPrimario {
        padding: 15px;
    }

    #conteudoPrimarioTexto,
    .swiper {
        margin-top: 1rem !important;
    }

    #conteudoPrincipal {
        display: block;
    }

    #cardPrincipal {
        width: 96%;
    }

    #conteudoPrimarioLogotipo {
        margin-top: 0;
        height: 45px !important;
        width: 123px !important;
    }

    #cardPrincipal {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    :root {
        --swiper-navigation-size: 30px !important;
    }

    #cardTituloMobile {
        display: block !important;
    }

    #cardTituloDesktop {
        display: none !important;
    }

    .bs-stepper-circle {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 412px) and (max-width: 767px) {
    div#carrosselImagens {
        width: 95% !important;
        height: 250px !important;
    }

    #conteudoPrimario,
    #conteudoSecundario {
        width: 100vw !important;
    }

    #conteudoSecundario {
        padding: 10px;
    }

    #conteudoPrimario {
        padding: 15px;
    }

    #conteudoPrimarioTexto,
    .swiper {
        margin-top: 1rem !important;
    }

    #conteudoPrincipal {
        display: block;
    }

    #cardPrincipal {
        width: 96%;
    }

    #conteudoPrimarioLogotipo {
        margin-top: 0;
        height: 45px !important;
        width: 123px !important;
    }

    #cardPrincipal {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    :root {
        --swiper-navigation-size: 30px !important;
    }

    #cardTituloMobile {
        display: block !important;
    }

    #cardTituloDesktop {
        display: none !important;
    }

    .bs-stepper-circle {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    div#carrosselImagens {
        width: 95%;
        height: 250px;
        max-width: 700px;
    }

    #conteudoPrimario,
    #conteudoSecundario {
        width: 100vw !important;
    }

    #conteudoSecundario {
        padding: 15px;
    }

    #conteudoPrimario {
        padding: 15px;
    }

    #conteudoPrimarioTexto,
    .swiper {
        margin-top: 1rem !important;
    }

    #conteudoPrincipal {
        display: block;
    }

    #cardPrincipal {
        width: 96%;
    }

    #conteudoPrimarioLogotipo {
        margin-top: 0;
        height: 45px !important;
        width: 123px !important;
    }

    #cardPrincipal {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    :root {
        --swiper-navigation-size: 30px !important;
    }

    #conteudoSecundario {
        padding: 15px;
    }
}

label {
    color: #4c4b4b
}