@font-face{
    font-family: 'FonteTextoInicial';
    src: url('../FontesPersonalizadas/fonts/fonnts.com-Massilia_Bold.otf') format(truetype);
}

/*===========================================|
|                                            |
|                                            |
|                                            |
|           SESSÃO INÍCIO E COMUNS           |
|                                            |
|                                            |
|                                            |
L============================================*/
body,
html {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

.section {
    padding: 0px 0px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background-color: #FF7757;
    border-radius: 8px;
}

.btn-warning {
    background-color: #FFD500;
    border-radius: 8px;
}

.btn-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 205px;
    width: 200px;
    background-color: white;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
}

.button-icon {
    width: 100px;
    margin-top: 50px;
}

.fonteP {
    font-size: 2.0rem !important;
}

.Bold {
    font-weight: 750 !important;
}

.textoPreto {
    color: black;
}

.font15 {
    font-size: 1.5rem !important;
}

.opacidade60 {
    opacity: 60%;
}

.image-container-lanche {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.imagem-lanche {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.font-box {
    color: #FF7757;
    font-weight: 700;
}

.espaco-topo-b>div {
    display: flex;
    justify-content: center;
    align-items: center;
}





#inicio {
    background: #207CE0;
}

.ilustracao-inicio {
    max-width: 100%;
    height: auto;
}

.ajustado {
    display: flex;
    margin-top: 100px;
    margin-bottom: 100px;
}

.med50 {
    width: 50%;
}

.fonteM {
    font-size: 3.0rem;
}

.TextoInicialTitle{
    font-family: 'FonteTextoInicial';
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|           FIM - INÍCIO E COMUNS            |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|                SESSÃO NAVBAR               |
|                                            |
|                                            |
|                                            |
L============================================*/
.nav-link {
    color: #ffffff !important;
    font-weight: bold;
    transition: color 0.3s, transform 0.3s;
}

.nav-link:hover {
    color: #ffb8b8 !important;
    transform: scale(1.1);
}

.navbar {
    background-color: #207CE0 !important;
}

#navbar-logo {
    height: 40px;
    width: auto;
}

.btn-contact {
    background-color: #FF7757;
    border-radius: 8px;
    margin-left: 30px;
}

#sobre {
    position: relative;
    width: 100%;
    background: white;
}

@media(max-width: 992px){
    .btn-contact{
        margin-left: -5px;
    }
    .btnCatalogo{
        margin-top: 10px
    }
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|                FIM - NAVBAR                |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|               SESSÃO CLUBEFC               |
|                                            |
|                                            |
|                                            |
L============================================*/
#ClubeFC {
    background: #ffffff;
    color: black;
    margin-bottom: 50px;
}

#sobre {
    background: white;
}

.ilustracao-ClubeFC {
    max-width: 40%;
    height: auto;
}

.borda-amarela {
    border-width: 5px;
    border-style: solid;
    border-color: yellow;
    padding: 1px 5px;
    border-radius: 18px;
}

.ajustebtn {
    margin-top: 20px;
    width: 250px;
}

.icon-text-container {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-weight: 500;
}

.check-icon {
    width: 25px;
    margin-right: 14px;
}

.texto-Esquerdo-1 {
    text-align: left;
    font-weight: 600;
    font-size: 4.0rem;
}

.texto-Esquerdo-5 {
    font-size: 1.55rem;
    text-align: left;
    font-weight: 500;
}

.agrupadorTexto1 {
    display: flex;
}

.quebraCaixa {
    display: contents;
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|                FIM - CLUBEFC               |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|   SESSÃO MUITO MAIS QUE APENAS EMBALAGEM   |
|                                            |
|                                            |
|                                            |
L============================================*/
.div-separador {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: -60px;
}

.divSeparadorTexto {
    width: 65%;
    height: 65%;
    background-color: #ebebeb;
    border-radius: 60px;
    margin-bottom: -250px;
    margin-top: 80px;
    z-index: 1;
}

.fonteDescricao {
    font-size: 1.7rem;
    font-weight: 400;
}

.caixaDeTexto {
    margin-top: 50px;
    margin-bottom: 50px;
}

.espaco-topo {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
}

.container-caixas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.box {
    background-color: #ebebeb;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #FF7757;
    flex-wrap: nowrap;
    font-size: 1.5rem;
}

.highlight {
    font-size: 3.8rem;
    font-weight: 700;
    min-width: 198px;
    line-height: 0.9 !important;
}

.espaco-topo-b {
    position: relative;
    z-index: 1;
    margin-top: 150px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 1135px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.8rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.5rem !important;
    }

    .div-separador{
        margin-top: 3% !important;
    }
}

@media(max-width: 1098px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.7rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.5rem !important;
    }
}

@media(max-width: 1010px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.6rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.4rem !important;
    }

    .div-separador{
        margin-top: 4% !important;
    }
}

@media(max-width: 978px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.5rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.35rem !important;
    }

    .div-separador{
        margin-top: 5.5% !important;
    }
}

@media(max-width: 937px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.4rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.3rem !important;
    }

    .div-separador{
        margin-top: 6.5% !important;
    }
}

@media(max-width: 910px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.35rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.25rem !important;
    }

    .div-separador{
        margin-top: 7.5% !important;
    }
}

@media(max-width: 869px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.25rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.17rem !important;
    }

    .div-separador{
        margin-top: 8.5% !important;
    }
}

@media(max-width: 820px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.15rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.12rem !important;
    }

    .div-separador{
        margin-top: 9.5% !important;
    }
}

@media(max-width: 777px){
    /*.caixaDeTexto .opacidade60{
        font-size: 1.7rem !important
    }*/

    .caixaDeTexto .fonteM{
        font-size: 2.07rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.07rem !important;
    }

    .div-separador{
        margin-top: 9.5% !important;
    }
}

@media(max-width: 750px){
    .caixaDeTexto .opacidade60{
        font-size: 1.3rem !important
    }

    .caixaDeTexto .fonteM{
        font-size: 1.90rem;
    }

    .caixaDeTexto .fonteDescricao{
        font-size: 1.00rem !important;
    }

    .div-separador{
        margin-top: 11.5% !important;
    }
}

/*===========================================|
|                                            |
|                                            |
|                                            |
|    FIM - MUITO MAIS QUE APENAS EMBALAGEM   |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|    SESSÃO FRASE QUEM SOMOS E PRINCIPIOS    |
|                                            |
|                                            |
|                                            |
L============================================*/
.frase {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.1 !important;
}

.centralizando {
    margin-top: 120px;
    margin-bottom: 135px;
}

.aspas {
    position: absolute;
    margin: 0 5px;
}

.aspas-topo {
    top: 0;
    left: 0;
    width: 95px;
    transform: rotate(180deg);
}

.aspas-baixo {
    bottom: 0;
    right: 0;
    width: 95px;
}

.frase {
    margin: 0;
    padding: 0;
}

@media (max-width: 1200px) {
    .ajustado {
        display: ruby;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .med50 {
        width: 100%;
    }

    .agrupadorTexto1 {
        display: inline-block;
    }

}

@media (max-width: 800px) {
    .ajustado {
        display: ruby;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .med50 {
        width: 100%;
    }

    .agrupadorTexto1 {
        display: inline-block;
    }

    .quebraCaixa {
        display: inline-block;
    }

    .ilustracao-ClubeFC {
        max-width: 80%;
        height: auto;
        margin-top: 10px;
    }

    .container-caixas {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 1200px;
        flex-wrap: wrap;
    }
}

#msgMoti {
    color: black;
    display: grid;
    grid-template-columns: 100px auto 100px;
    grid-template-rows: 50px auto 50px;
    grid-template-areas:
        'imgLeft1 text imgRight1'
        'imgLeft2 text imgRight2'
        'imgLeft3 text imgRight3';
    width: 70%;
    justify-content: center;
    margin: auto;
    height: auto;
}

@media(max-width: 500px){
    #imgAspasLeft, #imgAspasRight{
        width: 80% !important;
    }
}

@media(max-width: 425px){
    #imgAspasLeft, #imgAspasRight{
        width: 70% !important;
    }
}

@media(max-width: 408px){
    #imgAspasLeft, #imgAspasRight{
        width: 55% !important;
    }
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|     FIM - FRASE QUEM SOMOS E PRINCIPIOS    |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|    SESSÃO FUNDO AZUL MENINA COM PACOTE     |
|                                            |
|                                            |
|                                            |
L============================================*/
#iniPrin2 {
    background-color: rgb(32, 124, 224);
    box-sizing: border-box;
}

#divIniPrin2 {
    height: 440px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#divIniPrin22 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-row: 300px;
    height: 500px;
    justify-content: center;
    grid-gap: 2rem;
}

#divTextoIniPrin2 {
    padding-left: 3vw;
    margin-top: 50px;
}

#divImgIniPrin2 {
    text-align: right;
    position: relative;
    z-index: 1;
}

#imgIniPrin2 {
    transform: rotateY(180deg);
    max-width: 100%;
    height: 120%;
    object-fit: contain;
    margin-top: 50px;
}

@media (min-width: 905px) {
    #divImgIniPrin2 {
        align-self: self-end;
    }
}

@media(max-width: 1230px) {
    #iniPrin2 {
        height: 440px;
    }
}

@media(max-width: 1200px) {
    #iniPrin2 {
        height: 440px;
    }
}

@media(max-width: 1130px) {
    #iniPrin2 {
        height: 450px;
    }
}

@media(max-width: 1089px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 46px !important;
    }
    #divTextoIniPrin2{
        margin-top: 15% !important;
    }
}

@media(max-width: 1054px) {
    #iniPrin2 {
        height: 460px;
    }
}

@media(max-width:1025px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 46px !important;
    }
    #divTextoIniPrin2{
        margin-top: 17% !important;
    }
}

@media(max-width:1005px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 46px !important;
    }
}

@media(max-width: 995px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 46px !important;
    }
}

@media(max-width: 981px){
    #iniPrin2{
        height: 465px;
    }
}

@media(max-width: 956px){
    #iniPrin2 {
        height: 468px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 44px !important;
    }
    #divTextoIniPrin2{
        margin-top: 18% !important;
    }
}

@media(max-width: 950px) {
    #iniPrin2 {
        height: 468px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 43px !important;
    }
    #divTextoIniPrin2{
        margin-top: 19% !important;
    }
}

@media(max-width: 909px) {
    #iniPrin2 {
        height: 470px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 43px !important;
    }
}

@media(max-width: 905px) {
    #iniPrin2 {
        height: 440px;
    } 
}

@media(max-width: 888px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 41px !important;
    }
    #divTextoIniPrin2{
        margin-top: 20% !important;
    }
}

@media(max-width: 880px) {
    #iniPrin2 {
        height: 435px;
    }
}

@media(max-width: 857px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 40px !important;
    }
    #divTextoIniPrin2{
        margin-top: 23% !important;
    }
}

@media(max-width: 832px) {
    #iniPrin2 {
        height: 428px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 38px !important;
    }
    #divTextoIniPrin2{
        margin-top: 24% !important;
    }
}

@media(max-width: 810px) {
    #iniPrin2 {
        height: 428px;
    }
}

@media(max-width: 793px){
    #iniPrin2 {
        height: 420px;
    }
}

@media(max-width: 790px) {
    #iniPrin2 {
        height: 414px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 37px !important;
    }
    #divTextoIniPrin2{
        margin-top: 25% !important;
    }
}

@media(max-width: 772px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 34px !important;
    }
    #divTextoIniPrin2{
        margin-top: 30% !important;
    }
}

@media(max-width: 746px) {
    #iniPrin2 {
        height: 410px;
    }
}

@media(max-width: 738px) {
    #iniPrin2 {
        height: 410px;
    }
}

@media(max-width:720px){
    #iniPrin2{
        height: 400px;
    }
}

@media(max-width: 715px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 32px !important;
    }
    #divTextoIniPrin2{
        margin-top: 33% !important;
    }
}

@media(max-width: 701px) {
    #iniPrin2 {
        height: 396px;
    }
}

@media(max-width:678px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 30px !important;
    }
    #divTextoIniPrin2{
        margin-top: 35% !important;
    }
}

@media(max-width: 655px) {
    #iniPrin2 {
        height: 395px;
    }
}

@media(max-width:650px){
    #iniPrin2{
        height: 390px;
    }
}

@media(max-width:635px){
    #iniPrin2{
        height: 388px
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 29px !important;
    }
    #divTextoIniPrin2{
        margin-top: 40% !important;
    }
}

@media(max-width: 624px) {
    #iniPrin2 {
        height: 385px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 28px !important;
    }
    #divTextoIniPrin2{
        margin-top: 40% !important;
    }
}

@media(max-width: 600px) {
    #iniPrin2 {
        height: 380px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 27px !important;
    }
    #divTextoIniPrin2{
        margin-top: 44% !important;
    }
}

@media(max-width: 584px) {
    #iniPrin2 {
        height: 375px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 25px !important;
    }
    #divTextoIniPrin2{
        margin-top: 45% !important;
    }
}

@media(max-width:552px){
    #iniPrin2{
        height: 370px;
    }
}

@media(max-width: 537px) {
    #iniPrin2 {
        height: 365px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 24px !important;
    }
    #divTextoIniPrin2{
        margin-top: 46% !important;
    }
}

@media(max-width: 518px){
    #TextoPrincipalDivMeninaAzul {
        font-size: 23px !important;
    }
    #divTextoIniPrin2{
        margin-top: 51% !important;
    }
}

@media(max-width: 504px){
    #iniPrin2{
        height: 360px
    }
}

@media(max-width: 491px){
    #iniPrin2{
        height: 354px;
    }
    #TextoPrincipalDivMeninaAzul {
        font-size: 20px !important;
    }
    #divTextoIniPrin2{
        margin-top: 55% !important;
    }
}

@media(max-width: 480px){
    #iniPrin2{
        height: 350px;
    }
}

@media(max-width: 467px){
    #iniPrin2{
        height: 350px;
    }
}

@media(max-width: 450px){
    #iniPrin2{
        height: 370px
    }
    #imgIniPrin2{
        display: none;
    }
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|     FIM - FUNDO AZUL MENINA COM PACOTE     |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|             SESSÃO CAROUSEL 01             |
|                                            |
|                                            |
|                                            |
L============================================*/
.lupa01 {
    position: absolute;
    color: rgb(32, 124, 224);
    right: 50px;
    top: 110px;
    background-color: transparent;
    border: none;
    outline: none;
}

#divBtnSlidePrev01 {
    margin: 0 auto;
    height: 50px;
    position: relative;
}

#btnSlidePrev01 {
    position: absolute;
    margin-left: 10%;
    position: absolute;
    bottom: 200px;
    left: 0px;
    border: none;
    background-color: transparent;
    outline: none;
}

.setaEsquerda1 {
    color: rgb(32, 124, 224);
}

#divBtnSlideNext01 {
    margin: 0 auto;
    height: 50px;
    position: relative;
}

#btnSlideNext01 {
    position: absolute;
    margin-left: 86%;
    position: absolute;
    bottom: 250px;
    left: 0px;
    border: none;
    background-color: transparent;
    outline: none;
}

.setaDireita1 {
    color: rgb(32, 124, 224);
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|              FIM - CAROUSEL 01             |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|            SESSÃO COMUM CAROUSELS          |
|                                            |
|                                            |
|                                            |
L============================================*/
.swiper {
    width: 70%;
    height: 220px;
}

.swiper-slide {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 20px;
}

.swiper-slide img {
    width: 75%;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
}

.swiper-slide p {
    margin-top: 10px;
    font-size: 15px;
}

.centralizarBtnModal {
    padding-left: 50%;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-caption {
    margin-top: 10px;
    font-size: 16px;
    color: black;
    text-align: center;
}

.carousel-title {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    color: black;
    text-align: center;
    margin: 20px 0;
    margin-top: 3%;
    padding: 10px;
    padding-left: 100px;
    width: auto;
    max-width: 90%;
    display: inline-block;
}

@media (max-width: 503px){
    .carousel-title{
        padding-left: 50px;
    }
}

@media (max-width: 560px) {
    #btnSlidePrev02 {
        margin-left: 6%;
        left: -20px;
    }

    #btnSlidePrev01 {
        margin-left: 6%;
        left: -20px;
    }
}

@media (max-width: 860px) {
    #btnSlidePrev02 {
        margin-left: 8%;
    }

    #btnSlidePrev01 {
        margin-left: 8%;
    }
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|           FIM - COMUM CAROUSELS            |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|             SESSÃO CAROUSEL 02             |
|                                            |
|                                            |
|                                            |
L============================================*/
.lupa02 {
    position: absolute;
    color: rgb(32, 124, 224);
    right: 50px;
    top: 110px;
    background-color: transparent;
    border: none;
    outline: none;
}

#divBtnSlidePrev02 {
    margin: 0 auto;
    height: 50px;
    position: relative;
}

#btnSlidePrev02 {
    position: absolute;
    margin-left: 10%;
    position: absolute;
    bottom: 235px;
    left: 0px;
    border: none;
    background-color: transparent;
    outline: none;
}

.setaEsquerda2 {
    color: rgb(32, 124, 224);
}

#divBtnSlideNext02 {
    margin: 0 auto;
    height: 50px;
    position: relative;
}

#btnSlideNext02 {
    position: absolute;
    margin-left: 86%;
    position: absolute;
    bottom: 285px;
    left: 0px;
    border: none;
    background-color: transparent;
    outline: none;
}

.setaDireita2 {
    color: rgb(32, 124, 224);
}

.ServirNaMesa {
    margin-top: -100px;
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|              FIM - CAROUSEL 02             |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|             SESSÃO FALE CONOSCO            |
|                                            |
|                                            |
|                                            |
L============================================*/
#FaleConosco {
    background-color: rgb(230, 230, 230);
    display: grid;
    align-items: center;
    text-align: center;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

#textoFaleConosco {
    margin-top: 40px;
    word-wrap: break-word;
    white-space: normal;
}

#textoFaleConosco i {
    color: rgb(255, 119, 87);
}

#btnFaleConosco {
    background-color: rgb(255, 119, 87);
    width: auto;
    max-width: 40%;
    justify-self: center;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    transition: color 0.3s, transform 0.3s;
    padding-right: 20px;
    padding-left: 20px;
}

#btnFaleConosco:hover {
    color: #ffb8b8 !important;
    transform: scale(1.1);
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|              FIM - FALE CONOSCO            |
|                                            |
|                                            |
|                                            |
L============================================*/




/*===========================================|
|                                            |
|                                            |
|                                            |
|               SESSÃO FOOTER                |
|                                            |
|                                            |
|                                            |
L============================================*/
#divFooter {
    height: auto;
    background-color: rgb(51, 51, 51);
    color: white;
    padding: 20px 8%;
    padding-bottom: 20px;
}

#elementosFooter {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: auto; 
    gap: 20px; 
}

#elementosFooter a{
    color: white;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

#elementosFooter a:hover {
    color: rgb(32, 124, 224) !important;
    transform: scale(1.1);
}

#logoMetaforaFooter {
    grid-area: 'Logo';
}

#logoMetaforaFooter img {
    width: 200px;
    height: auto;
}

#vazio {
    grid-area: 'vazio';
}

#vazio02 {
    grid-area: 'vazio02';
}

#iconsRedesSociais {
    grid-column: 4; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px; 
}

#iconsRedesSociais img {
    width: auto;
    height: 30px;
}

#Produtos {
    grid-column: 2; 
}

#ClubeFc {
    grid-column: 3; 
}

#divTextoFinalFooter{
    margin-top: 10%;
    font-size: 14px;
    text-align: center;
}

#Produtos,
#ClubeFc,
#Atendimento {
    display: flex;
    flex-direction: column; 
}

@media (max-width: 768px) {
    #elementosFooter {
        grid-template-columns: 1fr; 
        grid-template-rows: auto; 
    }

    #logoMetaforaFooter,
    #iconsRedesSociais,
    #Produtos,
    #ClubeFc,
    #Atendimento {
        grid-column: span 1; 
        text-align: center; 
    }

    #iconsRedesSociais {
        justify-content: center; 
    }

    #iconsRedesSociais img {
        height: 25px; 
    }
}
/*===========================================|
|                                            |
|                                            |
|                                            |
|                FIM - FOOTER                |
|                                            |
|                                            |
|                                            |
L============================================*/

.black {
	color: #000000;
}

/*===========================================|
|                                            |
|                                            |
|                                            |
|            SESSÃO CAROUSEL MODAL           |
|                                            |
|                                            |
|                                            |
L============================================*/
.btn-primary{
    border-radius: 5px;
    margin-bottom: 20px;
}

.swal2-html-container .bx-wrapper{
    margin-left: 68px
}

.divSliderModal img{
width: 100%;
height: auto;
text-align: center;
}

.swal2-title{
    font-size: 30px !important;
}

@media(max-width: 630px){
    .swal2-html-container .bx-wrapper{
        margin-left: 60px;
    }
}

@media(max-width: 608px){
    .swal2-html-container .bx-wrapper{
        margin-left: 53px;
    }
}

@media(max-width: 598px){
    .swal2-html-container .bx-wrapper{
        margin-left: 48px;
    }
}

@media(max-width: 587px){
    .swal2-html-container .bx-wrapper{
        margin-left: 40px !important;
    }
}

@media(max-width: 567px){
    .swal2-html-container .bx-wrapper{
        margin-left: 30px !important;
    }
}

@media(max-width: 545px){
    .swal2-html-container .bx-wrapper{
        margin-left: 20px !important;
    }
}

@media(max-width: 530px){
    .swal2-html-container .bx-wrapper{
        margin-left: 10px !important;
    }
}

@media(max-width: 516px){
    .swal2-html-container .bx-wrapper{
        margin-left: 0px !important;
    }
}

/*===========================================|
|                                            |
|                                            |
|                                            |
|            FIM - CAROUSEL MODAL            |
|                                            |
|                                            |
|                                            |
L============================================*/