/* ///////////////////// SECTION HEADER SOBRE \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-header-sobre {
    height: 632px;
    background-color: #fff;
    background-image: url(../images/bg-sobre.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 632px;  
}

#section-header-sobre .text-banner-sobre {
    padding-top: 35px;
    font-weight: 600;
    padding-left: 70px;
    font-size: 1.6rem;
    line-height: 30px;
}

#section-header-sobre #form-header {
    padding: 0.9rem 1.8rem;
    padding-bottom: 1.2rem;
    position: relative;
    margin-top: 16px;
    margin-left: 0 !important;
    right: 0 !important;
    width: 341px;
    height: auto;
    background-color: #fff;
    box-shadow: -10px 40px 14px -20px rgba(0,0,0,0.175);     
}

#section-header-sobre .col-md-8 h2 {
    padding-top: 270px;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 6.3rem;
    line-height: 90px;
}

/* ///////////////////// SECTION FRANQUIA DE CRÉDITO \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-franquia-de-credito {
    height: 815px;
    background-color: #00205c;
    background-image: url(../images/bg-section-franquia-de-credito.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 815px; /* Define a largura e a altura da imagem */
}

#section-franquia-de-credito h2 {
    color: #00ffea;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 70px;
}

#section-franquia-de-credito .card.w-75 {
    width: 95% !important;
}

#section-franquia-de-credito p {
    font-size: 1.85rem;
    line-height: 32px;

}

#section-franquia-de-credito p span {
    font-weight: 700;
}

#section-franquia-de-credito .card-body:not(.atendimento)::after {
    position: absolute;
    content: '';    
    width: 40px;
    height: 40px;    
    background-image: url(../images/arrow-franquia.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #34ff2d;
    font-size: 2.4rem;
    right: -25px;
    bottom: 10px;
}

/* ///////////////////// SECTION EVOLUINDO JUNTO \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-evoluindo-junto {   
    background-color: #00ffea;
    height: 712px;
    background-image: url(../images/bg-evoluindo-junto.png);
    background-size: 2000px 712px;
    background-position: center center;
    background-repeat: no-repeat;    
}

#section-evoluindo-junto h2 {
    padding-top: 60px;
    font-size: 4.1rem;
    font-weight: 800;
    line-height: 70px;
    padding-bottom: 30px;
}

#section-evoluindo-junto .col-md-4 {
    width: 26%;
}

#section-evoluindo-junto span {
    display: block;
    margin-top: 10px;
    color: #00205c;
    font-size: 2rem;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px;
    line-height: 40px;
}

/* ///////////////////// SECTION CONTRATAR LOJA WHATS -> VER ARQUIVO 'main.css' \\\\\\\\\\\\\\\\\\\\\\\\\ */

/* ///////////////////// SECTION ENCONTRE UMA LOJA -> VER ARQUIVO 'main.css' \\\\\\\\\\\\\\\\\\\\\\\\\ */

/* ///////////////////// SECTION SEJA UM FRANQUEADO SOBRE \\\\\\\\\\\\\\\\\\\\\\\\\ */

#section-seja-um-franqueado-sobre {
    height: 1046px;
    background-color: #fff;
    background-image: url(../images/bg-seja-um-franqueado-2.jpg);
    background-size: 2000px 1046px;
    background-position: top left -150px;
    background-repeat: no-repeat;
}

#section-seja-um-franqueado-sobre h2 {
    padding-top: 200px;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 75px;
}

#section-seja-um-franqueado-sobre p {
    font-family: 'Gotham';
    padding-top: 430px;
    font-size: 1.55rem;
    font-weight: normal;
    font-style: normal;
    color: #00205c;
}

#section-seja-um-franqueado-sobre a {
    font-family: 'Gotham';
    font-size: 1.55rem;
    font-weight: bold;
    font-style: normal;
    padding: 0.6rem 4rem 0.6rem 4rem; 
    text-decoration: none;
    text-wrap: nowrap;
    color: #fff;
    background-color: #00205c;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

#section-seja-um-franqueado-sobre a:hover {
    background-color: #002c7e;
}

/* ///////////////////// SECTION CANAIS DE ATENDIMENTO -> VER ARQUIVO 'main.css' \\\\\\\\\\\\\\\\\\\\\\\\\ */