/* ////////////////////// RESET \\\\\\\\\\\\\\\\\\\\\\\\\ */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* ///////////////////// CONFIGURACOES GERAIS \\\\\\\\\\\\\\\\\\\\\\\\\ */
.color-primary {
    color: #00205c;
}

.color-secondary {
    color: #00ffea;
}

.color-tertiary {
    color: #fff;
}

.bg-primary {
    background-color: #00205c !important;
}

.bg-secondary {
    background-color: #00ffea;
}

.bg-tertiary {
    background-color: #fff;
}

body {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    background-color: #fff;
}

/* Accordion Customize */
.accordion-item {
    background-color: transparent;
    border-color: transparent;
    border-width: 4px;
}

.accordion-header {
    padding-bottom: 0px;
}

.accordion-button {
    font-size: 1.4rem;
    font-weight: bold;
    color: #00205c;
}

.accordion-button::after {
    display: none;
}

.accordion-button.collapsed .fa-square-plus {
    display: inline-block;
    font-size: 2rem;
    color: #00205c;
}

.accordion-button.collapsed, .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button.accordion-button-customize.collapsed, .accordion-button.accordion-button-customize:not(.collapsed) {
    background-color: #b3fff9;
    box-shadow: none;
}

.accordion-button:not(.collapsed) .fa-square-minus {
    display: inline-block;
    font-size: 2rem;
    color: #00205c;
}

.accordion-body {
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    color: #00205c;
}

.accordion-body p {
    padding-right: 30px;
    margin-bottom: 0px;
}

.accordion-body li {
    list-style-type: disc;
}

.fa-square-plus,
.fa-square-minus {
    display: none;
}
/* / Accordion Customize */

/* Modal */
.custom-width {
    display: flex;
    width: auto;
    max-width: 45%;
    align-items: center;
    justify-content: center;
}

@media(max-width: 576px) {
    .custom-width {
        max-width: 100%;
    }
}

.modal-backdrop {
    opacity: 0.75 !important;
}

/* Comunicados */
#comunicado {
    min-height: 1169px;
    height: auto;
    background-color: #00205c; 
}

#comunicado h2 {
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: left;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 4rem;
    line-height: 60px;
}

#comunicado p {
    padding-top: 20px;
    /* padding-bottom: 40px; */
    text-align: left;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 20px;
}

#comunicado h4 {
    padding-top: 40px;
    /* padding-bottom: 40px; */
    text-align: left;
    color: #00ffea;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 30px;
}

#comunicado ul li {
    padding-top: 0px;
    /* padding-bottom: 40px; */
    text-align: left;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 20px;
}

p.first-termos-gerais {
    padding-top: 50px !important;
}

p.first-privacidade {
    padding-top: 80px !important;
}

p.last {
    padding-bottom: 100px;
}

p.termos-gerais {
    padding-top: 5px !important;
}

p.privacidade {
    padding-top: 5px !important;
}

h4.title-termos-gerais {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}

h4.title-privacidade {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}

span.obs {
    text-align: left;
    color: #00ffea;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
    line-height: 10px;
}

.tabela-definicoes {
    color: #fff;
    background-color: #1a376d;
    padding-bottom: 30px;
    
}

.tabela-definicoes .col-md-2 {
    padding: 20px;
    border-bottom: 2px solid #00ffea;
}

.tabela-definicoes .col-md-10 {
    padding: 20px;
    border-bottom: 2px solid #00ffea;
}

.no-border {
    padding: 20px;
    border-bottom: none !important;
}

.bg-thead {
    background-color: #00ffea;
    color: #00205c;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 4px solid #00205c !important;
}

/****************************
SECTION CANAIS DE ATENDIMENTO -> PAGES - HOME / PRODUTOS / SOBRE / SEJA UM FRANQUEADO / SAQUE ANIVERSÁRIO
*****************************/

#section-canais-de-atendimento {
    background-color: #fff;
    height: 380px;
    background-image: url(../images/bg-canais-de-atendimento.jpg);
    background-size: 2000px 380px;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-canais-de-atendimento .col-md-12 h2 {
    padding-top: 182px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 700;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 46px;
}

#section-canais-de-atendimento a {
    font-family: 'Gotham';
    font-size: 1.1rem;
    font-weight: bold;
    font-style: normal;
    padding: 0.75rem 4.8rem 0.75rem 4.8rem; 
    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-canais-de-atendimento a:hover {
    background-color: #002c7e;
}

#section-canais-de-atendimento span.confira-a-loja-mais-perto {
    display: inline-block;
    vertical-align: middle;
}

/****************************
SECTION ENCONTRE UMA LOJA -> PAGES - HOME / SOBRE
*****************************/

#section-encontre-uma-loja {
    background-color: #fff;
    height: 726px;
    background-image: url(../images/bg-encontre-uma-loja.jpg);
    background-size: 2000px 726px;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-encontre-uma-loja h2 {
    padding-left: 40px;
    color: #00205c;
    font-family: 'Gotham';
    font-weight: 700;
    font-style: normal;
    font-size: 3.30rem;
    line-height: 70px;
    letter-spacing: -1px;
}

#section-encontre-uma-loja p {
    font-family: 'Gotham';
    padding-left: 40px;
    padding-top: 492px;
    font-size: 2.0rem;
    font-weight: 700;
    font-style: normal;
    color: #00205c;
    line-height: 26px;
}

#section-encontre-uma-loja a {
    font-family: 'Gotham';
    margin-left: -28px;
    width: 380px;
    text-align: center;
    font-size: 1.55rem;
    font-weight: 600;
    font-style: normal;
    padding: 0.6rem 8.6rem 0.6rem 0.4rem;
    vertical-align: middle;
    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-encontre-uma-loja a:hover {
    background-color: #002c7e;
}

/****************************
SECTION CONTRATAR LOJA WHATS -> PAGES - SOBRE / EMPRÉSTIMO CONSIGNADO / SAQUE ANIVERSÁRIO / CARTÃO DE CRÉDITO / EMPRÉSTIMO PESSOAL
*****************************/

#section-contratar-loja-whats {
    background-color: #fff;
    height: 271px;
}

#section-contratar-loja-whats h2 {
    text-align: right;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 40px;
}

#section-contratar-loja-whats .box-sobre {
    background-color: #00ffea;
    color: #00205c;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 24px;
}

#section-contratar-loja-whats .box-sobre a {
    color: #00205c;
    text-decoration: none;
}

#section-contratar-loja-whats .box-sobre span {
    padding-top: 0.4rem;
    padding-left: 1rem;
    line-height: 30px;
}

/****************************
SECTION COMO FUNCIONA -> PAGES - EMPRÉSTIMO CONSIGNADO / SAQUE ANIVERSÁRIO / CARTÃO DE CRÉDITO / EMPRÉSTIMO PESSOAL
*****************************/

#como-funciona {
    height: 814px;
    background-color: #fff;
    background-image: url(../images/bg-como-funciona.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 814px; 
}

#como-funciona h2 {
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: left;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 7rem;
    line-height: 110px;
}

#como-funciona p {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    color: #00205c;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 26px;
}

/****************************
/* SECTION CONHEÇA NOSSOS PRODUTOS -> PAGES - EMPRÉSTIMO CONSIGNADO / SAQUE ANIVERSÁRIO / CARTÃO DE CRÉDITO / EMPRÉSTIMO PESSOAL
*****************************/

#conheca-nossos-produtos {
    height: 640px;
    background-color: #00205c;
}

#conheca-nossos-produtos h2 {
    text-align: left;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 3.8rem;
    padding-top: 80px;
    padding-left: 0px;
    padding-bottom: 80px;
    line-height: 90px;
}

#conheca-nossos-produtos a {
    display: block;
    transition: 0.4s;
}

#conheca-nossos-produtos a span {
    color: rgba(255, 255, 255, 1);
    transition: 0.4s;
}

#conheca-nossos-produtos a .box-produto img {
    display: block;
    width: 100%;
    height: auto;
    border: 5px solid transparent;
    transition: 0.4s;
}

#conheca-nossos-produtos a:hover .box-produto .overlay {
    opacity: 1;
    scale: 1.05;
}

#conheca-nossos-produtos a:hover .box-produto img {   
    scale: 1.05;
}

#conheca-nossos-produtos span {
    padding-top: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-size: 1.15rem;
    line-height: 28px;
}

#conheca-nossos-produtos .col-md-3 {
    width: 18.5%;
}

#conheca-nossos-produtos .col-md-3 .foto-produto {
    width: 100%;
}

#conheca-nossos-produtos .col-md-3 .foto-produto-maior {
    width: 100%;
    padding: 8px;
    margin: auto;
}

#conheca-nossos-produtos .col-md-12.produto-destaque {
    background-color: #00ffea;
}

#conheca-nossos-produtos .col-md-12.produto-destaque span {
    padding-top: 15px;
    font-size: 1.3rem;
    font-weight: 700;
}

.overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0; 
    bottom: 0;
    background-color: rgba(0, 32, 92, 0.35);
    border: 5px solid #fff;
    color: #f1f1f1; 
    width: 100%;
    transition: 0.4s;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.icon-clique {
    width: 36px !important;
    height: 45px !important;
}

.form-container {
    top: 104px;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 650px;
}

/****************************
/* BOX SEJA UM FRANQUEADO -> PAGES - HOME / SOBRE / ENCONTRE UMA LOJA / SEJA UM FRANQUEADO
*****************************/

#box-seja-um-franqueado {
    padding: 2.15rem;
    padding-bottom: 0.9rem;
    margin-left: 0px !important;
    width: 339px;
    height: auto;
    background-color: #fff;
    box-shadow: -10px 40px 14px -20px rgba(0,0,0,0.175);
    z-index: 999999;  
}

#box-seja-um-franqueado h2 {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    color: #00205c;
    font-size: 2.3rem;
    line-height: 42px;
}

#box-seja-um-franqueado p {
    margin-bottom: 28px;
    font-size: 1.125rem;
    color: #909090;
    font-weight: normal;
    line-height: 24px;
}

#box-seja-um-franqueado #cta-quero-ser-franqueado {
    text-align: center;
    margin-bottom: 38px;
    display: block;
    background-color: #1ea597;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    text-decoration: none;
    padding: 0.6rem 0.8rem;
    line-height: 26px;
    transition: 0.4s;
}

#box-seja-um-franqueado #cta-quero-ser-franqueado:hover {   
    background-color: #20b9aa;
}

#box-seja-um-franqueado #cta-whats {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    background-color: #00205c;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    line-height: 26px;
    transition: 0.4s
}

#box-seja-um-franqueado #cta-whats:hover {    
    background-color: #002c7e;    
}

/****************************
/* MODAL / FORM - QUERO SER UM FRANQUEADO -> PAGES - HOME / SOBRE / ENCONTRE UMA LOJA / SEJA UM FRANQUEADO
*****************************/

#form-quero-ser-franqueado {
    padding: 1.8rem;
    padding-top: 0px;
    padding-bottom: 1.2rem;
    position: relative;
    margin-top: 0px !important;
    margin-right: 0 !important;
    right: 0 !important;
    width: 642px;
    height: auto;
    background-color: #fff;
    box-shadow: -10px 40px 14px -20px rgba(0, 0, 0, 0.175);
}

#form-quero-ser-franqueado h2 {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    color: #00205c;
    font-size: 2.3rem;
    line-height: 42px;
}

#form-quero-ser-franqueado form label:not(.custom-checkbox) {
    font-size: 1.125rem;
    color: #00205c;
    font-weight: normal;
}

#form-quero-ser-franqueado form input, #form-quero-ser-franqueado form select {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 0.4rem;
    border-radius: 8px;
}

#form-quero-ser-franqueado form input:focus-visible, #form-quero-ser-franqueado form select:focus-visible {
    outline: none;
}

#form-quero-ser-franqueado form select:focus {
    box-shadow: none;
    outline: none;
}

#form-quero-ser-franqueado form button {
    text-align: center;
    margin-bottom: 0px;
    display: block;
    background-color: #1ea597 !important;
    color: #fff;
    font-size: 1.3rem !important;
    font-weight: normal !important;
    text-decoration: none;
    padding: 1.2rem 0.8rem !important;
    line-height: 26px;
    border: 1px solid transparent;
    outline: none;
    transition: 0.4s;
}

@media(max-width: 576px) {
    #form-quero-ser-franqueado form button {
        margin-top: 20px;
    } 
}

#form-quero-ser-franqueado form button:hover {
    background-color: #20b9aa !important;
}