/*----------------------------
Para voce e sua empresa
----------------------------*/
.cotar-agora {
    margin: 10rem;
}

.cotar-agora .container-principal {
    display: flex;
    align-items: flex-start;
}

.cotar-agora-texto {
    margin-left: 10rem;
}

.cotar-agora-texto .botao-seta {
    margin-top: 3rem;
}

.faq-para-voce {
    background-color: var(--cinza-fundo);
    margin-top: 3rem;
}

.para-voce-cotacao {
    display: flex;
    background-color: var(--azul);
    height: 12rem;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
}

.para-voce-cotacao .titulo-principal {
    color: #ffffff;
    margin-right: 5rem;
    padding-bottom: 0;
    font-weight: 400;
}

.para-voce-cotacao .botao-seta {
    background-color: var(--azul-hover);
}

.para-voce-cotacao .botao-seta:hover {
    background-color: var(--azul-news);
}

.para-voce-cotacao .botao-seta::after {
    right: 26px;
}

/*----------------------------
Voce pode precisar
----------------------------*/
.noticias-para-voce {
    background-color: #ffffff;
}

.noticias-para-voce .paragrafo-principal {
    width: 60%;
    margin: 0 auto;
}

.cards-para-voce {
    width: calc(100% - 2rem);
    margin: 0 auto;
    margin-top: 2rem;
}

.noticias-para-voce .container-interno {
    padding: 0 5.5rem;
}

.noticias-para-voce .owl-item {
    min-height: 600px;
}

.noticias-para-voce .owl-prev {
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.noticias-para-voce .owl-next {
    right: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Bolinha ativa */
.noticias-para-voce .owl-theme .owl-dots .owl-dot.active span, 
.noticias-para-voce .owl-theme .owl-dots .owl-dot:hover span {
    background: #B0B0B2!important;
}

/* Bolinha inativa */
.noticias-para-voce .owl-theme .owl-dots .owl-dot span {
    background: transparent!important;
    border: 2px solid #B0B0B2;
}

/*----------------------------
Responsivo
----------------------------*/
@media screen and (max-width: 1100px) {
    .cotar-agora .container-principal {
        flex-direction: column;
        align-items: center;
    }

    .cotar-agora .container-principal img {
        max-width: 100%;
    }

    .cotar-agora-texto {
        margin: 3rem auto;
        width: 90%;
        text-align: center;
    }
}

@media screen and (max-width: 615px) {
    .para-voce-cotacao {
        flex-direction: column;
        height: 20rem;
    }

    .para-voce-cotacao .titulo-principal {
        margin: 0 auto;
        text-align: center;
        line-height: 1;
        padding-bottom: 2rem;
    }

    .noticias-para-voce .paragrafo-principal {
        width: 100%;
    }

    .noticias-para-voce .owl-item {
        height: 602px;
    }
}