/*----------------------------
Banner
----------------------------*/
.banner-principal {
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.banner-principal .owl-item img {
    display: block;
    width: 100%;
    height: calc(100vh - 19rem);
    object-fit: cover;
}

.banner-principal .owl-nav {
    margin-top: 10px;
    width: 72%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 15%;
    cursor: default;
}

.banner-principal .owl-dots {
    position: absolute;
    top: 80%;
    left: calc(50% - 28px);
}

/* remove o outline das setas*/
.owl-theme .owl-dots .owl-dot {
    outline: none!important;
}

/* remove o fundo das setas */
.owl-theme .owl-nav [class*=owl-] {
    background: transparent!important;
    outline: none;
}

/* Bolinha ativa */
.banner-topo .owl-theme .owl-dots .owl-dot.active span, 
.banner-topo .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--branco)!important;
}

/* Bolinha inativa */
.banner-topo .owl-theme .owl-dots .owl-dot span {
    background: transparent!important;
    border: 2px solid var(--branco)!important;
}

.banner-titulo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--branco);
    font-size: 12rem;
}

.banner-saiba.botao-seta {
    position: absolute;
    top: calc(57% + 3rem);
    left: calc(50% - 10rem);
}

/*----------------------------
Botoes do banner
----------------------------*/
.banner-botoes {
    display: flex;
    justify-content: center;
    margin-top: -90px;
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: default;
}

.banner-botao:last-child {
    margin-right: 0;
}

.banner-botao::before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--azul-hover);
    top: -14px;
    position: absolute;
    left: calc(50% - 15px);
    opacity: 0;
}

.banner-botao:hover,
.banner-botao.active {
    background-color: #384e78;
    border-bottom: 10px solid #283c61;
    cursor: pointer;
}

.banner-botao:hover::before,
.banner-botao.active::before {
    opacity: 1;
}

/*----------------------------
Sobre
----------------------------*/
.sobre{
    margin: 4rem auto;
}

.sobre-caixas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 5rem;
}

.sobre-caixas-caixa {
    width: 49%;
    min-height: 228px;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
    border-radius: 1rem;
    margin-bottom: 2rem;
    padding: 3rem 5rem;
}

.caixa-topo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.caixa-icone {
    margin-right: 3rem;
}

.caixa-titulo {
    font-size: 3rem;
    font-size: 3rem;
    font-weight: 300;
    color: #485d88;
}

.caixa-paragrafo {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #696969;
    line-height: 1.8;
}

/*----------------------------
Features
----------------------------*/
.features {
    width: 100%;
    padding: 5rem 0;
    background-color: #485d88;
}

.features .container-interno {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.feature {
    display: flex;
    margin: 1.6rem;
}

.feature-icone {
    margin-right: 2rem;
}

.feature-texto {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: 300;
    margin-top: -1.8rem;
}

.feature-texto.bold {
    font-weight: 600;
    /* padding-top: 3.5rem; */
}

.feature .count {
    margin-right: 1rem;
}

/*----------------------------
Atuacao
----------------------------*/
.atuacao {
    padding: 7rem 4rem;
    background-color: #f6f6f6;
}

.atuacao .paragrafo-principal {
    margin-bottom: 5rem;
}

.container-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    gap: 1.5rem;
}

.grid-card {
    width: 100%;
    height: 28rem;
    border-radius: 1rem;
    background-color: #485d88;
    padding: 5rem;
}

.grid-card:hover {
    background-color: #384e78;
}

.grid-card-topo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.grid-card-icone {
    margin-right: 2rem;
    width: auto!important;
}

.grid-card-titulo {
    color: #92a6ca;
    font-size: 2.7rem;
    line-height: 1.1;
}

.grid-card.normal {
    grid-column: span 2;
}

.grid-card.normal .grid-card-paragrafo {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-card.grande {
    height: 26rem;
    grid-column: span 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-card.grande .grid-card-paragrafo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-card-paragrafo {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.grid-card-link {
    color: #92a6ca;
    font-size: 1.8rem;
}

.atuacao-carrossel .owl-prev {
    position: absolute;
    left: -53px;
    top: calc(50% - 9px);
    filter: brightness(0.5);
}

.atuacao-carrossel .owl-next {
    position: absolute;
    right: -53px;
    top: calc(50% - 9px);
    filter: brightness(0.5);
}

.atuacao-carrossel {
    width: 97%;
    margin: 0 auto;
}

/*----------------------------
Faq
----------------------------*/
.faq {
    padding: 7rem 0;
}

.faq-botoes {
    display: none;
    justify-content: center;
    width: 100%;
    margin-top: 4rem;
}

.faq-botao {
    max-width: 190px;
    height: 80px;
    font-size: 1.6rem;
    margin-right: .6rem;
    padding: 0 .5rem;
    position: relative;
    cursor: pointer;
}

.faq-botao::after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: none;
    border-top: 15px solid var(--azul);
    top: 63px;
    position: absolute;
    left: calc(50% - 15px);
    opacity: 0;
}

.faq-botao:hover,
.faq-botao.ativo {
    border-top: 10px solid #283c61;
    background-color: #384e78;
    border-bottom: 10px solid transparent;
}

.faq-botao:hover::after,
.faq-botao.ativo::after {
    border-top: 15px solid var(--azul-hover);
    border-bottom: unset;
    opacity: 1;
}

.faq-perguntas {
    overflow: hidden;
    margin-top: 5rem;
}

.filterDiv {
    line-height: 37px;
    display: none; /* Ocultado por padrao */
}

.show {
    display: block;
}

/*----------------------------
Operadoras
----------------------------*/
.operadoras {
    margin-bottom: 13rem;
}

.operadoras .titulo-principal-centralizado {
    margin-bottom: 2rem;
}

.operadoras-banner {
    box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
}

/* Imagem no owl */
.operadoras-banner .owl-item img {
    width: auto!important;
}

/* item no owl */
.operadoras-banner .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.5rem;
}

/* seta esq owl */
.operadoras-banner .owl-prev {
    position: absolute;
    top: calc(50% - 16px);
    left: 40px;
}

/* seta dir owl */
.operadoras-banner .owl-next {
    position: absolute;
    top: calc(50% - 16px);
    right: 40px;
}

.operadoras-banner.owl-carousel .owl-stage-outer .owl-stage .owl-item{
    cursor: grab;
}

.operadoras-banner.owl-carousel .owl-stage-outer .owl-stage .owl-item:active{
    cursor: grabbing;
}
/*----------------------------
Noticias
----------------------------*/
.noticias {
    background: #f6f6f6;
    padding: 7rem 0;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0rem;
    transition: 0.3s;
}

.cards-card {
    width: calc(33.33% - 2rem);
    box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(208,208,208,0.75);
}

.cards-card:hover {
    -webkit-transform: translate3d(0,-7px,0);
    -moz-transform: translate3d(0,-7px,0);
    -ms-transform: translate3d(0,-7px,0);
    -o-transform: translate3d(0,-7px,0);
    transform: translate3d(0,-7px,0);
    box-shadow: 0 13px 10px 0 #e7e7e7;
}

.card-imagem {
    height: 26.7rem;
    background-size: cover!important;
}

.card-texto {
    background: var(--branco);
    padding: 5rem 4rem;
    position: relative;
    height: 56%;
}

/* .card-texto a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 260px;
} */

.card-titulo {
    color: #485d88;
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.card-paragrafo,
.card-texto p {
    color: #696969;
    font-size: 1.4rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-indent: 30px;
}

.card-botao {
    position: absolute;
    bottom: -15px;
    color: #ffffff;
    background-color: #485d88;
    border: none;
    outline: none;
    border-radius: 10px;
    /* width: 3rem;
    height: 3rem; */
    cursor: pointer;
    text-align: center;
    line-height: 2;
    font-weight: 700;
    font-size: 1.3rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
}

.card-botao:hover {
    background-color: #384e78;
}

/*----------------------------
Newsletter
----------------------------*/
.newsletter {
    height: 34.6rem;
    display: flex;
    align-items: center;
}

.newsletter-titulo {
    color: #ffffff;
    font-size: 3.7rem;
    margin-bottom: 2rem;
}

.newsletter-form {
    display: flex;
    justify-content: space-between;
}

.newsletter-form > input {
    height: 7rem;
    width: 40%;
    border-radius: 1rem;
    border: none;
    outline: none;
    padding: 0 3rem;
    color: #445b87;
    font-size: 1.8rem;
}

.newsletter-form > input::placeholder {
    color: #445b87;
    font-size: 1.8rem;
}

/*----------------------------
Footer
----------------------------*/
footer {
    border: none;
}

/*----------------------------
Responsivo
----------------------------*/
@media screen and (max-width: 1024px){
    .banner-topo .owl-item img {
        width: auto!important;
        max-height: calc(100vh - 201.11px);
        height: 100%;
    }

    .banner-titulo {
        font-size: 10rem;
    }

    .banner-saiba.botao-seta {
        top: calc(50% + 3rem);
    }
}

@media screen and (max-width: 920px){
    .banner-titulo {
        font-size: 8rem!important;
    }

    .banner-botoes {
        margin-top: -75px!important;
    }
    
    .banner-botao {
        height: 75px!important;
    }

    .grid-card-titulo {
        font-size: 2rem;
    }
}

@media screen and (max-width: 790px){
    .banner-topo .owl-item img {
        width: 100%!important;
        max-height: calc(100vh);
        height: 100%;
    }
    
    .cards-card {
        width: calc(50% - 2rem);
        margin-bottom: 7rem;
    }

    .grid-card {
        grid-column: span 6!important;
    }
}

@media screen and (max-width: 615px){
    .banner-titulo {
        font-size: 5rem!important;
        transform: translate(-40%, -40%);
        line-height: 1;
        top: 40%;
    }

    .banner-saiba.botao-seta {
        position: absolute;
        top: calc(57% + 3rem);
        left: calc(50% - 8rem);
        width: 17rem;
        height: 5.2rem;
        font-size: 1.5rem;
    }

    .banner-principal .owl-dots {
        top: 89%;
    }

    .banner-botoes {
        display: none;
    }

    .sobre-caixas {
        justify-content: center;
    }

    .sobre-caixas-caixa {
        width: 90%;
    }

    .owl-carousel {
        display: block!important;
        width: 100%;
        z-index: 1;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

    /* Atuacao */
    .grid-card {
        padding: 4rem;
    }

    .grid-card.grande {
        height: 28rem;
    }

    .grid-card-topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .grid-card-icone {
        margin-right: 0;
    }

    .grid-card.normal .grid-card-paragrafo {
        -webkit-line-clamp: 3;
    }

    .faq-botao {
        font-size: 1.2rem;
    }

    .accordion {
        font-size: 1.6rem;
    }

    .cards {
        justify-content: center;
    }

    .cards-card {
        width: 90%;
    }

    .newsletter {
        height: 46rem;
    }

    .newsletter-form {
        flex-direction: column;
        align-items: center;
    }

    .newsletter-form > input {
        margin-bottom: 1rem;
        width: 90%;
    }

    .newsletter .botao {
        width: 50%;
    }
}