@import url(section/banner-top-img-back.css);
@import url(section/encontre-melhor.css);
@import url(section/perguntas-frequentes-duas-colunas.css);
@import url(section/cards-hospital-saude-profissional.css);
@import url(section/escolha-quali-p-voce.css);
@import url(section/escolha-quali-p-voce-reverso.css);
@import url(section/por-que-tres-colunas.css);
@import url(section/texto-varias-colunas-botao.css);
@import url(section/coluna-imagem-texto-itens.css);

.banner-top-img-back {
    background-image: url(https://www.qualicorp.com.br/wp-content/uploads/2026/08/qualicorp-planos-para-sua-familia.jpg);
}
.banner-top-img-back .content .p-light{
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
}
.banner-top-img-back .content .title {
    line-height: 48px !important;
    width: 410px;
}
.planos-hospital {
    padding-top: 48px;
}
.porque-tres-colunas .item{
    flex: 1;
    height: -webkit-fill-available;
}
.planos-saude .qcp-planos-home__viewport, 
.planos-saude .qcp-planos-home__track{
        background-color: #fff;
}

.planos-hospital .qcp-planos-home__card, 
.planos-saude .qcp-planos-home__card{
background: #f4f2f1;
}
.escolha-quali-p-voce-reverso{
    background: #fff!important;
}
.coluna-image-texto .two-columns{
    height: 525px;
}
@media (max-width: 960px) {
    .find-the-best .content .sobre__conteudo{
        padding: 0 16px 24px 16px!important;
    }
    .banner-top-img-back .content .title{
        width: 240px;
    }
    .banner-top-img-back .p-light{
        font-size: 16px!important;
        line-height: 24px!important;
    }
    .porque-tres-colunas .line-3-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-top-img-back .content .title{
        line-height: 24px!important;
    }
    .banner-top-img-back .first-banner-paragraph {
        margin-top: 120px !important;
    }
    
    .items .is-style-qualicorptheme-button-contrast{
        width: 100%!important;
    }
    .texto-varias-colunas-botao .texto-colunas-botao-content .item:last-child{
        grid-column: inherit;
    }
    .texto-varias-colunas-botao .texto-colunas-botao-content{
        grid-template-columns: inherit;
    }
   .coluna-image-texto .content-item .btn-content .is-style-contrast {
        width: 100%;
    }
    .encontre .automatic-debit__container .btn-content a{
        text-wrap: unset;
    }
    .texto-varias-colunas-botao .texto-colunas-botao-content .item:last-child{
        padding: 0px!important;
    }
} 