@media (min-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width: 576px) {
    #menu-container {
        min-height: 123px;
        height: auto;
    }
}

@media(max-width: 576px) {
    .nav-item {
        font-size: 1.5rem;
    }
}

@media(max-width: 576px) {
    #form-header {
        /* margin-top: 184px !important; */
        margin-top: 30px !important;
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .seja-franqueado {
        margin-top: 10px;
        display: inline-block;
    }
}

@media (min-width: 1921px) {
    #section-header-home {
        background-position: center center;
    }

    #section-header-franqueado {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-header-home {
        background-position: center center;
    }

    #section-header-franqueado {
        background-position: center center;
    }
}

@media (max-width: 1539px) {
    #section-header-home {
        background-position: bottom center;
    }

    #section-header-franqueado {
        background-position: center center;
    }
}

/* @media(max-width: 1366px) {
    
} */

@media (max-width: 576px) {
    #section-header-home {      
        background-image: url('../images/bg-mobile-header-home.jpg');
        background-color: #fff;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 430px 632px;
        /* height: 632px; */
        padding-bottom: 0px;
        height: auto;
    }
}

@media(max-width: 1539px) {
    #section-header-home #form-header {
        margin-top: 42px !important;
    }
}

@media(max-width: 576px) {
    #section-header-home #form-header {
        margin-top: 194px !important;
    }
}

@media(max-width: 1366px) {
    .text-banner-home {
        height: auto;
    }
}

@media (max-width: 768px) {
    .text-banner-home {
        padding-left: 0;
        font-size: 1.5rem;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    #section-header-home .text-banner-home {
        padding-top: 360px;
        padding-left: 0;
        color: #fff;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    }
}

@media (max-width: 768px) {
    .slogan-home {
        padding-left: 0;
        font-size: 1.5rem;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    #section-produtos {
        background-image: none;
        padding-top: 0 !important;
        height: auto;
    }

    #section-produtos .card-title {
        font-size: 1.5rem;
    }

    #section-produtos .card-text {
        font-size: 1.25rem;
    }

    #section-produtos .saiba-mais {
        font-size: 1.25rem;
    }

    #section-produtos .saiba-mais i {
        font-size: 1.25rem;
        line-height: 30px;
    }
}

@media (max-width: 576px) {
    #section-produtos .row {
        padding-bottom: 0px !important;
        padding-left: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    #section-produtos h2 {
        padding-top: 30px !important;
        font-size: 2rem;
        line-height: 36px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 576px) {
    #section-produtos h2 span {
        font-size: 2rem;
        line-height: 36px;
    }
}

@media (min-width: 1921px) {
    #section-encontre-uma-loja {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-encontre-uma-loja {
        background-position: center center;
    }
}

@media (max-width: 576px) {
    #section-encontre-uma-loja {
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: top center;
        height: auto;
    }

    #section-encontre-uma-loja h2 {
        padding-left: 20px;
        font-size: 2.4rem;
        line-height: 20px;
    }

    #section-encontre-uma-loja p {
        padding-left: 60px;
        padding-top: 440px;
    }

    #section-encontre-uma-loja a { 
        margin-left: 0px;
        width: 100%;
    }
}

@media (min-width: 1921px) {
    #section-seja-um-franqueado {
        background-position: center center;
    }
    #section-seja-um-franqueado-sobre {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-seja-um-franqueado {
        background-position: center center;
    }
    #section-seja-um-franqueado-sobre {
        background-position: center center;
    }
}

@media (max-width: 576px) {
    #section-seja-um-franqueado {
        background-image: none;
        background-color: #fff;
        padding-top: 0px;
        height: auto;
    }

    #section-seja-um-franqueado h2 {
        padding-top: 30px;
        font-size: 2.8rem;
        line-height: 50px;
        font-weight: bold;
        color: #00205c;
    }

    #section-seja-um-franqueado p {
        padding-top: 30px;
    }

    #section-seja-um-franqueado a {
        width: 100%;
        padding: 0.75rem 2rem 0.75rem 2rem;
        text-align: center;
    }
    
    #section-seja-um-franqueado-sobre {
        background-position: top left;
        background-color: #fff;
        padding-top: 0px;
        height: auto;
    }
}


@media (max-width: 576px) {
    #section-seja-um-franqueado-sobre h2 {
        padding-top: 0px !important;
        font-size: 3rem;
        line-height: 50px;
    }

    #section-seja-um-franqueado-sobre p {
        text-align: left;
        padding-top: 280px;
    }

    #section-seja-um-franqueado-sobre a {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #section-canais-de-atendimento {
        height: auto;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    #section-canais-de-atendimento .col-md-12 h2 {
        padding-top: 150px;
        font-size: 2.5rem;
        line-height: 40px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    }

    #section-canais-de-atendimento a {
        padding: 0.75rem 2rem 0.75rem 2rem; 
    }
}

@media (max-width: 576px) {
    #section-canais-de-atendimento-emprestimo-consignado {
        background-position: top right -260px;
        height: auto;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    #section-canais-de-atendimento-emprestimo-consignado .col-md-12 h2 {
        padding-top: 150px;
        font-size: 2.5rem;
        line-height: 40px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    }

    #section-canais-de-atendimento-emprestimo-consignado a {
        width: 100%;
        padding: 0.75rem 2rem 0.75rem 2rem; 
    }
}

@media(max-width: 576px) {
    #section-canais-de-atendimento-cartao-de-credito {
        background-position: top right -260px;
        height: auto;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    #section-canais-de-atendimento-cartao-de-credito .col-md-12 h2 {
        padding-top: 150px;
        font-size: 2.5rem;
        line-height: 40px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    }

    #section-canais-de-atendimento-cartao-de-credito a {
        width: 100%;
        padding: 0.75rem 2rem 0.75rem 2rem; 
    }
}

@media(max-width: 576px) {
    #section-canais-de-atendimento-debito-conta {
        background-position: top center;
        height: auto;
        padding-top: 40px;
        padding-bottom: 0px
    }

    #section-canais-de-atendimento-debito-conta .col-md-12 h2 {
        padding-top: 150px;
        font-size: 2.5rem;
        line-height: 40px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    }

    #section-canais-de-atendimento-debito-conta a {
        width: 100%;
        padding: 0.75rem 2rem 0.75rem 2rem; 
    }
}

@media (max-width: 576px) {
    #faq-home h2 {
        font-size: 1.5rem;
    }
    #faq-home h2 img {
        width: 20%;
        height: auto;
        margin-right: 10px !important;
    }
}

/* ///////////////////// PAGINA PRODUTOS \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (min-width: 1921px) {
    #section-header-produtos {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-header-produtos {
        background-position: center center;
    }
}

@media (max-width: 1539px) {
    #section-header-produtos {
        background-position: bottom center;
    }
}

@media (max-width: 576px) {
    #section-header-produtos {
        background-image: url('../images/bg-mobile-header-produtos.jpg');
        background-color: #fff;
        background-position: top center;
        background-size: 430px 632px;
        height: auto;
        padding-bottom: 50px;
    }
}

@media(max-width: 1366px) {
    .text-banner-produtos {
        height: auto;
    }
}

@media (max-width: 768px) {
    .text-banner-produtos {        
        padding-left: 0;
        font-size: 1.5rem;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    #section-header-produtos .text-banner-produtos {
        padding-top: 390px;
        padding-left: 0;
        font-size: 1.5rem;
        line-height: 36px;
        color: #fff;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    }

    #section-header-produtos #form-header {
        margin-top: 188px !important;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    #section-header-produtos .slogan-produtos {
        padding-left: 0;
        font-size: 1.5rem;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    #section-header-produtos .slogan-produtos {
        padding-left: 0;
        font-size: 1.75rem;
        line-height: 36px;
    }
}

@media(max-width: 576px) {

    #section-page-produtos {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }

    #section-page-produtos .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #section-page-produtos .row {
        padding-top: 0px !important;
    }

    #section-page-produtos h2 {
        text-align: left !important;
        padding-top: 0px !important;        
        font-size: 2rem;
        line-height: 36px;
    }

    #section-page-produtos .card-title {
        font-size: 1.5rem;
    }
    
    #section-page-produtos .card-text {
        font-size: 1.25rem;
    }
    
    #section-page-produtos .saiba-mais {
        font-size: 1.25rem;
    }
    
    #section-page-produtos .saiba-mais i {
        font-size: 1.25rem;
        line-height: 30px;
    }
}

@media (min-width: 1921px) {
    #section-contratar-produtos {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-contratar-produtos {
        background-position: center center;
    }
}

@media(max-width: 1539px) {
    #section-contratar-produtos {
        padding-top: 3rem !important;
        background-position: center left -100px;
    }
}

@media(max-width: 576px) {
    #section-contratar-produtos {
        padding-top: 30px !important;
        background-image: none;
    }
}

@media(max-width: 1539px){
    .space {
        width: 32%;
    }
}

@media(max-width: 1539px){
    .space-first {
        width: 25%;
    }
}

@media(max-width: 1366px){
    .space {
        width: 30%;
    }
}

@media(max-width: 1366px){
    .space-first {
        width: 23%;
    }
}

@media(max-width: 576px){
    .space {
        padding-top: 20px;
        width: 100%;
        justify-content: left !important;
    }
}

@media(max-width: 576px){
    .space-first {
        padding-top: 20px;
        width: 100%;
    }
}

@media (max-width: 1920px) {
    #section-contratar-produtos .heart-contratar {
        justify-content: start;
    }
}

@media (max-width: 1539px) {
    #section-contratar-produtos .heart-contratar {
        justify-content: start;
    }
}

@media(min-width: 1921px) {
    #section-contratar-produtos h2 {
        padding-left: 2rem;
        text-align: center;
    }
}

@media(max-width: 1920px){
    #section-contratar-produtos h2 {
        /* padding-left: 2rem; */
        padding-bottom: 0rem;
    }
}

@media(max-width: 1539px){
    #section-contratar-produtos h2 {
        font-size: 3.1rem;
        /* padding-left: 9.4rem; */
    }
}

@media(max-width: 1366px){
    #section-contratar-produtos h2 {
        font-size: 3.1rem;
        /* padding-left: 14rem; */
    }
}

@media (max-width: 576px) {
    #section-contratar-produtos h2 {
        text-align: center;
        padding: 0;
        font-size: 2.5rem;
        line-height: 40px;
    }
}

@media (max-width: 1539px) {
    #section-canais-de-atendimento a {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    #section-canais-de-atendimento a {
        width: 100%;
    }
}


/* ///////////////////// PAGINA SOBRE \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (min-width: 1921px) {
    #section-header-sobre {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-header-sobre {
        background-position: center center;
    }
}

@media (max-width: 1539px) {
    #section-header-sobre {
        background-position: bottom center;
    }
}

@media (max-width: 576px) {
    #section-header-sobre {
        background-image: url('../images/bg-mobile-header-sobre.jpg');
        background-color: #fff;
        background-position: top center;
        background-size: 430px 632px;
        padding-bottom: 30px;
        height: auto;
    }
}

@media(max-width: 1366px) {
    #section-header-sobre .text-banner-sobre {
        height: auto;        
    }
}

@media (max-width: 768px) {
    #section-header-sobre .text-banner-sobre {        
        padding-left: 0;
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    #section-header-sobre .text-banner-sobre {
        padding-top: 410px;
        padding-left: 0;
        padding-bottom: 170px;
        color: #fff;
        font-size: 1.75rem;     
    }

    #section-header-sobre #form-header {
        margin-top: 178px !important;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .slogan-sobre {
        padding-left: 0;
        font-size: 1.5rem;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    #section-franquia-de-credito {
        height: auto;
        background-image: none;
    }
    #section-franquia-de-credito .card.w-75 {
        width: 93% !important;
    }
}

@media (max-width: 576px) {
    #section-franquia-de-credito .col-md-4 {
        justify-content: center !important;
    }
}

@media (max-width: 1539px) {
    #section-franquia-de-credito h2 {
        font-size: 4rem;
    }

    #section-franquia-de-credito p {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    #section-franquia-de-credito h2 {
        font-size: 2.5rem;
        line-height: 50px;
        padding-top: 0px !important;
    }
}

@media (max-width: 576px) {
    #section-evoluindo-junto {
        background-image: none;
        height: auto;
        padding-bottom: 50px !important;
    }
}

@media (max-width: 576px) {
    #section-evoluindo-junto h2 {
        padding-top: 0px;
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 50px;
        padding-bottom: 0px;
    }

    #section-evoluindo-junto .col-md-4 {
        width: 45%;
    }

    #section-evoluindo-junto img {
        padding-top: 40px;
        width: 360px;
    }    
}

@media (max-width: 576px) {
    #section-evoluindo-junto span {
        font-size: 1.55rem;
        line-height: 34px;
    }
}

@media (min-width: 1921px) {
    #section-contratar-loja-whats {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-contratar-loja-whats {
        background-position: center center;
    }
}

@media(max-width: 1539px) {
    #section-contratar-loja-whats {
        padding-top: 40px !important;
        background-position: center left -100px;
    }
}

@media(max-width: 576px) {
    #section-contratar-loja-whats {
        height: auto;
        background-position: center left 100px;
        padding-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    #section-contratar-loja-whats h2 {
        font-size: 2.5rem;
    }
}

@media(max-width: 576px) {
    #section-contratar-loja-whats .box-sobre {
        width: 100%;
        margin: 0 auto;
        margin-top: 1rem;
    } 
}

/* ///////////////////// PAGINA ATENDIMENTO \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (min-width: 1921px) {
    #section-header-atendimento {
        background-position: center center;
    }
}

@media (max-width: 1920px) {
    #section-header-atendimento {
        background-position: center center;
    }
}

@media (max-width: 1539px) {
    #section-header-atendimento {
        background-position: bottom center;
    }
}

@media (max-width: 576px) {
    #section-header-atendimento {
        background-image: url(../images/title-atendimento.png);
        background-position: top 20px left 10px;
        background-size: 93% auto; /* Define a largura e a altura da imagem */
        height: auto;
    }

    #section-header-atendimento .text-banner-atendimento {
        padding-top: 144px;
    }
}

@media (max-width: 576px) {
    #section-fale-com-a-credbiz {
        height: auto;
    }
}

@media (max-width: 576px) {
    #section-fale-com-a-credbiz h2 {
        font-size: 2.5rem;
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 1920px) {
    #fale-com-a-credbiz {
        padding-bottom: 80px;
    }

}

@media (max-width: 576px) {
    #fale-com-a-credbiz {
        padding-bottom: 0px;
    }

}

@media (max-width: 576px) {
    #fale-com-a-credbiz form button {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    #section-fale-com-a-credbiz .contato {
       margin-bottom: 30px;
    }
    
}

@media (max-width: 576px) {
    #section-page-canais-de-atendimento {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #section-page-canais-de-atendimento .col-md-12 h2 {
        text-align: center;
        font-size: 2.5rem;
        line-height: 40px;
    }
}

/* @media (max-width: 1539px) {
    #section-page-canais-de-atendimento a {
        font-size: 1.1rem;
    }
} */

@media (max-width: 576px) {
    #section-page-canais-de-atendimento a {
        padding: 0.75rem 2rem 0.75rem 2rem; 
    }
}

/* ///////////////////// PAGINA ENCONTRE UMA LOJA \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width: 576px) {
    #section-header-encontre-uma-loja {
        background-image: url('../images/bg-mobile-header-encontre-uma-loja.jpg');
        background-color: #fff;
        background-position: top center;
        background-size: 430px 632px;
        height: auto;
        padding-bottom: 30px;
    }

    #section-encontre-a-loja-mais-proxima .lojas {
        font-size: 1rem;
    }

    #section-header-encontre-uma-loja .text-banner-encontre-uma-loja {
        padding-top: 410px;
        padding-left: 25px;
        padding-bottom: 170px;
        color: #fff;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
        font-size: 1.75rem;
    }

    #section-header-encontre-uma-loja #form-header {
        margin-top: 172px !important;
        box-shadow: none;
    }

    #section-encontre-a-loja-mais-proxima {
        height: auto;
        padding-bottom: 20px;      
    }

    #section-encontre-a-loja-mais-proxima h2 {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
        font-size: 3rem;
        line-height: 50px;
    }

    #section-encontre-a-loja-mais-proxima p {
        padding-bottom: 0px !important;
    }

    #section-encontre-a-loja-mais-proxima .lojas {
        margin-bottom: 20px;
    }

    #section-encontre-a-loja-mais-proxima .row {
        padding-bottom: 0px !important;
    }
}

/* ///////////////////// PAGINA SEJA UM FRANQUEADO \\\\\\\\\\\\\\\\\\\\\\\\\ */
@media(min-width: 1921px) {
    #o-que-dizem-os-franqueados {
        background-position: top center;
    }
}

@media(max-width: 1539px) {
    #o-que-dizem-os-franqueados {
        background-position: top left -170px;
    }
}


@media (max-width: 576px) {
    #box-seja-um-franqueado {        
        margin-top: 0px;
        width: 100%;
        box-shadow: none;
    }

    #section-o-que-e-a-franquia {
        height: auto;
        background-image: none;
        background-color: #00205c;
    }

    #section-o-que-e-a-franquia h2 {
        padding-top: 50px;
        padding-bottom: 30px;
        font-size: 3rem;
        line-height: 50px;
    }

    #section-o-que-e-a-franquia .col-md-6 h5 {
        padding-top: 0px;
        font-size: 2rem;
    }

    #section-o-que-e-a-franquia .title-potencial {
        margin-top: 0px !important;
        padding-top: 40px;
        font-size: 3rem;
        color: #fff;
    }

    #section-o-que-e-a-franquia p.p-nosso-plano {
        color: #fff;
    }

    #section-o-que-e-a-franquia span {
        padding-bottom: 30px;
    }

    #perfil-do-franqueado {
        height: auto;
        background-color: #00ffea;
        background-image: none;
        padding-bottom: 50px;
    }

    #perfil-do-franqueado h2 {
        padding-top: 40px;
        padding-bottom: 0px;
        font-size: 3rem;
        line-height: 50px;
    }

    #perfil-do-franqueado p {
        line-height: 30px;
    }

    #perfil-do-franqueado .text-franqueado {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #apoio-ao-franqueado {
        padding-top: 40px;
        padding-bottom: 0px;
        height: auto;
        background-position: top right -380px;
        background-size: cover;
    }

    #apoio-ao-franqueado h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #apoio-ao-franqueado p {
        font-size: 2rem;
        line-height: 30px;
        padding-bottom: 60px;
    }

    #apoio-ao-franqueado .col-md-4 {
        padding-bottom: 100px;
    }

    #apoio-ao-franqueado .cards-seja {
        padding-top: 40px;
    }

    #o-que-dizem-os-franqueados {
        height: auto;
        background-image: none;
        padding-bottom: 50px;
    }

    #o-que-dizem-os-franqueados h2 {
        padding-top: 50px;
    }

    #o-que-dizem-os-franqueados .col-md-4 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    #o-que-dizem-os-franqueados .card {
        width: 100%;
    }

    #vantagens-da-franquia {
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
        background-color: #00205c;
        background-image: none;
    }

    #vantagens-da-franquia h2 {
        padding: 0px 12px 40px 12px;        
        font-size: 3rem;
        line-height: 50px;
    }

    #quero-ser-um-franqueado-whats {
        background-color: #fff;
        height: auto;
    }

    #quero-ser-um-franqueado-whats .box-sobre.w-50 {
        width: 100% !important;
    }

    #somos-associados {
        height: auto;
        background-color: #00205c;
        background-image: none;
        padding-bottom: 50px;
    }

    #somos-associados h2 {
        padding-top: 60px;
        padding-bottom: 20px;
        font-size: 3rem;
        line-height: 50px;
    }

    #somos-associados .col-md-7 {
        padding-left: 25px;
    }
}


/* ///////////////////// PAGINA EMPRESTIMO CONSIGNADO \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media(max-width: 1539px) {
    #conheca-nossos-produtos {
        height: 600px;
        background-position: top -50px left;
    }
}

@media (max-width: 1539px) {
    #conheca-nossos-produtos h2 {
        font-size: 3.8rem;
        padding-left: 0px;
    }
}

@media (max-width: 1539px) {
    #conheca-nossos-produtos span {
        font-size: 1.18rem;
    }
}

@media (max-width: 1539px) {
    #conheca-nossos-produtos .col-md-3 {
        width: 18.7%;
    }
}

@media (max-width: 1539px) {
    #conheca-nossos-produtos .col-md-3 .foto-produto-maior {
        padding: 0;
        padding-top: 8px;
        margin: auto;
        width: 96%;
    }
}

@media (max-width: 1539px) {
    #conheca-nossos-produtos .col-md-12.produto-destaque {
        background-color: #00ffea;
    }
}

@media (max-width: 576px) {
    #section-header-emprestimo-consignado {
        background-image: url('../images/bg-mobile-emp-consignado.jpg');
        background-position: top center;
        background-size: 430px 632px;
        height: auto;
        padding-bottom: 50px;
    }

    #section-header-emprestimo-consignado .text-banner-emprestimo-consignado {
        padding-top: 370px;
        padding-left: 50px;
        color: #fff;
        font-size: 1.75rem;
    }

    #section-header-emprestimo-consignado #form-header {
        margin-top: 190px !important;
        width: 100% !important;
        box-shadow: none;
    }
}

@media(max-width: 576px) {
    #section-melhores-taxas {
        height: auto;
        padding-bottom: 50px;
        background-image: none;
        background-color: #00205c;
    }

    #section-melhores-taxas h2 {
        font-size: 3rem;
        line-height: 50px;
    }

    #section-melhores-taxas span {
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    #section-spc-serasa {
        height: auto;
        padding-bottom: 40px;
        background-image: none;
        background-color: #00205c;
    }

    #section-spc-serasa h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #quem-pode-solicitar {
        background-color: #00ffea;
        height: auto;
    }

    #section-contratar-sobre {
        background-image: none;
    }

    #quem-pode-solicitar h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #quem-pode-solicitar .cards-seja {
        padding-top: 40px;
        padding-bottom: 0px;
        background-image: none;
        background-color: #00ffea;
    }

    #quem-pode-solicitar .cards-seja .col-md-4 {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 576px) {
    #como-funciona {
        height: auto;
        padding-bottom: 0px;
        background-image: none;
        background-color: #00ffea;
    }

    #como-funciona h2 {
        padding-top: 0px;
        font-size: 3rem;
        line-height: 50px;
    }

    #como-funciona > div > div.row.mt-4 {
        margin-top: 0px !important;
    }
}

@media (max-width: 576px) {
    #faq-emprestimo-consignado .accordion-body {
        display: flex;
        flex-direction: column;
    }

    #faq-emprestimo-consignado h2 {
        margin-top: 0px !important;
        font-size: 2.8rem;
    }
}

@media (max-width: 576px) {
    #conheca-nossos-produtos {
        height: auto;
        background-image: none;
        background-color: #00205c;
        padding-bottom: 20px;
    }

    #conheca-nossos-produtos h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
        padding-left: 0px;
        padding-bottom: 40px;
    }

    #conheca-nossos-produtos .col-md-3 {
        width: 100%;
        padding-bottom: 15px;
    }

    #conheca-nossos-produtos .col-md-12.produto-destaque {
        margin: 15px 0px !important;
        width: 100%;
    }
}

/* ///////////////////// PAGINA SAQUE ANIVERSARIO \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width: 576px) {
    #section-header-saque-aniversario {
        background-image: url(../images/bg-mobile-header-saque-aniversario.jpg);
        background-position: top center;
        background-size: 430px 632px;
        padding-bottom: 30px;
        height: auto;
    }

    #section-header-saque-aniversario .text-banner-saque-aniversario {
        padding-top: 410px;
        padding-left: 0px;
        color: #fff;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
        font-size: 1.75rem;
    }

    #section-header-saque-aniversario #form-header {
        margin-top: 170px !important;
        box-shadow: none;
    }

    #section-dinheiro-rapido {
        padding: 40px 0px;
        height: auto;
        background-image: none;
        background-color: #00205c;
    }

    #section-dinheiro-rapido h2 {
        padding: 0px 12px;
    }

    #porque-antecipar {
        padding: 40px 0px 0px;
        height: auto;
        background-image: none;
        background-color: #00ffea;
    }

    #porque-antecipar h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
        padding-left: 0px; 
    }

    #porque-antecipar .cards-seja .col-md-4 {
        padding-bottom: 40px !important;
    }

    #como-funciona-fgts {
        height: auto;
        padding-bottom: 40px;
        background-image: none;
        background-color: #00ffea;
    }

    #como-funciona-fgts h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #faq-saque-aniversario h2 {
        margin-top: 0px !important;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
        color: #00205c;
        font-family: 'Poppins';
        font-weight: 800;
        font-style: normal;
        font-size: 2.8rem !important;
    }

    #faq-saque-aniversario .accordion-header {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    #faq-saque-aniversario .accordion-body {
        display: flex;
        flex-direction: column;
    }
}

/* ///////////////////// PAGINA CARTAO DE CREDITO CONSIGNADO \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width: 576px) {
    #section-header-cartao-de-credito {
        background-image: url(../images/bg-mobile-header-cartao-de-credito.jpg);
        background-position: top center;
        background-size: 430px 632px;
        height: auto;
        padding-bottom: 30px;
    }

    #section-header-cartao-de-credito .text-banner-cartao-de-credito {
        padding-top: 370px;
        padding-left: 0px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
        font-size: 1.5rem;
    }

    #section-header-cartao-de-credito #form-header {
        margin-top: 190px !important;
        box-shadow: none;
    }
    
    #section-parceiro-financeiro {
        padding: 40px 0px;
        height: auto;
        background-image: none;
        background-color: #00205c;
    }
    
    #section-parceiro-financeiro h2 {
        padding: 0px 12px;
        font-size: 3rem;
        line-height: 50px;
    }

    #o-que-e-cartao {
        background-color: #00ffea;
        height: auto;
    }

    #o-que-e-cartao h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #o-que-e-cartao .cards-seja {
        padding-top: 40px;
        padding-bottom: 0px;
        background-image: none;
        background-color: #00ffea;
    }

    #o-que-e-cartao .cards-seja .col-md-3 {
        padding-bottom: 40px;
    }

    #o-que-e-cartao .card.w-100 {
        width: 93% !important;
    }

    #faq-cartao-de-credito {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #faq-cartao-de-credito h2 {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 2.8rem;
        line-height: 50px;
    }

    #faq-cartao-de-credito .accordion-body {
        flex-direction: column;
    }

    #como-funciona-cartao {
        height: auto;
        padding-bottom: 40px;
        background-image: none;
        background-color: #00ffea;
    }

    #como-funciona-cartao h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }
}

/* ///////////////////// PAGINA EMPRESTIMO PESSOAL \\\\\\\\\\\\\\\\\\\\\\\\\ */
@media (max-width: 576px) {
    #section-header-debito-conta {
        background-image: url(../images/bg-mobile-header-debito-conta.jpg);
        background-position: top center;
        background-size: 430px 632px;
        padding-bottom: 30px;
        height: auto;
    }
    
    #section-header-debito-conta .text-banner-debito-conta {
        padding-top: 410px;
        padding-left: 40px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
        font-size: 1.75rem;
    }

    #section-header-debito-conta #form-header {
        margin-top: 180px !important;
        box-shadow: none;
    }
    
    #section-forma-mais-simples {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
        background-image: none;
        background-color: #00205c;
    }
    
    #section-forma-mais-simples h2 {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 3rem;
        line-height: 50px;
    }
    
    #porque-debito-conta {
        background-color: #00ffea;
        height: auto;
    }

    #porque-debito-conta h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #porque-debito-conta .cards-seja {
        padding-top: 40px;
    }

    #porque-debito-conta .cards-seja .col-md-4 {
        padding-bottom: 40px;
    }

    #como-funciona-debito-conta {
        height: auto;
        padding-bottom: 40px;
        background-image: none;
        background-color: #00ffea
    }

    #como-funciona-debito-conta h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #faq-debito-conta {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #faq-debito-conta h2 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 20px;
        color: #00205c;
        font-family: 'Poppins';
        font-weight: 800;
        font-style: normal;
        font-size: 2.8rem;
    }

    #faq-debito-conta .accordion-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #faq-debito-conta .accordion-body {
        display: flex;
        flex-direction: column;
    }
}

/* ///////////////////// PAGINA EMPRESTIMO COM GARANTIA DE VEICULO \\\\\\\\\\\\\\\\\\\\\\\\\ */
@media (max-width: 576px) {
    #section-header-emprestimo-garantia-veiculo {
        background-image: url(../images/bg-mobile-header-emp-garantia-veiculo.jpg);
        background-position: top center;
        background-size: 430px 632px;
        padding-bottom: 30px;
        height: auto;
    }
    
    #section-header-emprestimo-garantia-veiculo .text-banner-emprestimo-garantia-veiculo {
        padding-top: 410px;
        padding-left: 40px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
        font-size: 1.75rem;
    }

    #section-header-emprestimo-garantia-veiculo #form-header {
        margin-top: 180px !important;
        box-shadow: none;
    }
    
    #section-garantia-de-maior-prazo {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
        background-image: none;
        background-color: #00205c;
    }
    
    #section-garantia-de-maior-prazo h2 {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 3rem;
        line-height: 50px;
    }
    
    #porque-emprestimo-garantia-veiculo {
        background-color: #00ffea;
        height: auto;
    }

    #porque-emprestimo-garantia-veiculo h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #porque-emprestimo-garantia-veiculo .cards-seja {
        padding-top: 40px;
    }

    #porque-emprestimo-garantia-veiculo .cards-seja .col-md-4 {
        padding-bottom: 40px;
    }

    #como-funciona-emprestimo-garantia-veiculo {
        height: auto;
        padding-bottom: 40px;
        background-image: none;
        background-color: #00ffea
    }

    #como-funciona-emprestimo-garantia-veiculo h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #faq-emprestimo-garantia-veiculo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #faq-emprestimo-garantia-veiculo h2 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 20px;
        color: #00205c;
        font-family: 'Poppins';
        font-weight: 800;
        font-style: normal;
        font-size: 2.8rem;
    }

    #faq-emprestimo-garantia-veiculo .accordion-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #faq-emprestimo-garantia-veiculo .accordion-body {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 576px) {    
    #comunicado h2 {
        padding-top: 50px;
        font-size: 2rem;
        line-height: 30px;
    }
}

/* ///////////////////// PAGINA CONSORCIO \\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width: 576px) {
    #section-header-consorcio {
        background-image: url(../images/bg-mobile-header-consorcio.jpg);
        background-position: top center;
        background-size: 430px 632px;
        height: auto;
        padding-bottom: 30px;
    }

    #section-header-consorcio .text-banner-consorcio {
        padding-top: 400px;
        padding-left: 0px;
        font-size: 1.75rem;
        /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 1); */
    }

    #section-header-consorcio #form-header {
        margin-top: 200px !important;
        box-shadow: none;
    }
    
    #section-solucao-que-adianta {
        padding: 40px 0px;
        height: auto;
        background-image: none;
        background-color: #00205c;
    }
    
    #section-solucao-que-adianta h2 {
        padding: 0px 12px;
        font-size: 3rem;
        line-height: 50px;
    }

    #section-solucao-que-adianta p {
        padding-right: 0;
    }

    #principais-vantagens {
        background-color: #00ffea;
        height: auto;
    }

    #principais-vantagens h2 {
        padding-top: 40px;
        font-size: 3rem;
        line-height: 50px;
    }

    #principais-vantagens .cards-seja {
        padding-top: 40px;
        padding-bottom: 0px;
        background-image: none;
        background-color: #00ffea;
    }

    #principais-vantagens .cards-seja .col-md-3 {
        padding-bottom: 40px;
    }

    #principais-vantagens .card.w-100 {
        width: 93% !important;
    }

    #valores {
        height: auto;
        padding-bottom: 50px;
    }

    #valores h2 {
        padding-top: 50px;
        padding-bottom: 30px;
        font-size: 3.4rem;
    }

    #valores .col-md-6 div {
        padding: 0px !important;
        padding-bottom: 30px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #valores img {
        width: 300px
    }

    #valores .col-md-6.offset-md-3 {
        padding-top: 0px !important;
    }

    #valores p {
        padding-top: 0px !important;
        display: inline-flex;
        font-size: 1rem !important;
    }
}

/* ///////////////////// PAGINA EMPRESTIMO COM GARANTIA DE IMOVEL \\\\\\\\\\\\\\\\\\\\\\\\\ */
@media (max-width: 576px) {
    #section-header-emprestimo-garantia-imovel {
        background-image: url(../images/bg-mobile-header-emp-garantia-imovel.jpg);
        background-position: top center;
        background-size: 430px 632px;
        padding-bottom: 30px;
        height: auto;
    }

        #section-header-emprestimo-garantia-imovel .text-banner-emprestimo-garantia-imovel {
            padding-top: 410px;
            padding-left: 40px;
            text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
            font-size: 1.75rem;
        }

        #section-header-emprestimo-garantia-imovel #form-header {
            margin-top: 180px !important;
            box-shadow: none;
        }

    #section-valores-mais-altos {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
        background-image: none;
        background-color: #00205c;
    }

        #section-valores-mais-altos h2 {
            padding-top: 0px;
            padding-bottom: 0px;
            font-size: 2.4rem;
            line-height: 46px;
        }

        #section-valores-mais-altos p {
            font-size: 1.5rem;
            line-height: 34px;
        }

    #porque-emprestimo-garantia-imovel {
        background-color: #00ffea;
        height: auto;
    }

        #porque-emprestimo-garantia-imovel h2 {
            padding-top: 40px;
            font-size: 3rem;
            line-height: 50px;
        }

        #porque-emprestimo-garantia-imovel .cards-seja {
            padding-top: 40px;
        }

            #porque-emprestimo-garantia-imovel .cards-seja .col-md-4 {
                padding-bottom: 40px;
            }

    #como-funciona-imovel {
        height: auto;
        padding-bottom: 40px;
        background-image: none;
        background-color: #00ffea
    }

        #como-funciona-imovel h2 {
            padding-top: 40px;
            font-size: 3rem;
            line-height: 50px;
        }

        #como-funciona-imovel .row {
            margin-top: 0px !important;
        }

        #como-funciona-imovel div {
            margin-left: 0px !important;
        }

    #faq-emprestimo-garantia-veiculo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #faq-emprestimo-garantia-veiculo h2 {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            padding-bottom: 20px;
            color: #00205c;
            font-family: 'Poppins';
            font-weight: 800;
            font-style: normal;
            font-size: 2.8rem;
        }

        #faq-emprestimo-garantia-veiculo .accordion-header {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        #faq-emprestimo-garantia-veiculo .accordion-body {
            display: flex;
            flex-direction: column;
        }
}

@media(max-width: 576px) {
    #comunicado h2 {
        padding-top: 50px;
        font-size: 2rem;
        line-height: 30px;
    }
}

/* ///////////////////// FOOTER \\\\\\\\\\\\\\\\\\\\\\\\\ */
@media(max-width: 576px) {
    #footer .text-legal {
        padding-top: 40px;
    }
}