/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: "Sora", sans-serif;
}

.sora {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/* Reset básico */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #000000f7;

}

.container {
    max-width: 960px;
    margin: 40px auto;
    padding: 15px 15px;
}

header>.container {
    margin: 0 auto;

}

.header {
    background-image: linear-gradient(to right,
            rgba(196, 123, 45, 0.2) 0%,
            rgba(196, 123, 45, 0.2) 0%,
            rgba(246, 200, 80, 0.2) 100%);

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;

}

.header .logo img {
    height: 71px;
}

.header .social-media a {
    margin-left: 10px;
}

.main-art {
    padding: 60px 0;
    /*  background-color: #e9ecef;
    background-image: url('http://localhost/projetos/fitobrasil/site/assets/images/background-md-principal.png');
*/
}

.main-art h1 {
    font-size: 3.4rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
}

.main-art p {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #fff;
}

.main-art .btn {
    padding: 10px 20px;
    font-size: 1rem;
}

.main-art>div>div>div img {
    scale: 1.3;
}

/* Estilo do botão com borda gradiente */
.btn:hover {
    color: #f8f9fa !important;
    text-decoration: none;
}

.btn-gold {
    position: relative;
    background-color: #222222;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-gold::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to right, #FF4800, #FFB600);
    border-radius: 13px;
    z-index: -1;
}


.btn-gold:hover {
    background-color: #333333;
}


.linha-gold-left {
    display: flex;
    margin-top: 137px;
}

.linha-gold-left .gold {
    background-color: #FFB600;
    width: 40%;
    height: 2px;
}

.linha-gold-left .dark {
    background-color: #494949;
    width: 60%;
    height: 2px;
}



.for-whom {
    padding: 60px 0;
    position: relative;
}

.for-whom::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 65%;
    background-color: #F6C850;
    z-index: -2;
    bottom: 88px;
    opacity: 20%;
}

.for-whom::after {
    content: '';
    position: absolute;
    background-image: url(../images/LUZESQUERDA.png);
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(100px);
}


.for-whom h2 {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.for-whom p {
    font-size: 19px;
    text-align: center;
    color: #fff;
}

.for-whom img {
    margin-left: -20px;
    width: 520px !important;
    scale: 2.3;
}

/* Estilo para Seção Ingredientes */
.Ingredients {
    position: relative;
}

.Ingredients h1,
h2,
h3,
p {
    color: #fff;
}

.row-Ingredients {
    position: relative;
    height: 920px;
    margin-top: -130px;
}

.row-Ingredients h1 {
    font-size: 24px;
}

.row-Ingredients p {
    font-size: 14px;
    text-align: left;
}

.cb1 {
    right: 0;
    top: 0;
}

.cb2 {
    top: 25%;
}

.cb3 {
    bottom: 0;
    right: 0;
}

.linha-gold-left2 {
    display: flex;
    margin: 30px 0 30px 0;
}

.linha-gold-left2 .gold {
    background-color: #f6c850;
    width: 20%;
    height: 2px;
}

.linha-gold-left2 .dark {
    background-color: #494949;
    width: 80%;
    height: 2px;
}

.card-box-Ingredients {
    position: absolute;
    max-width: 450px;
    width: 100%;
}

.img-box-Ingredients {
    width: auto;
}

.txt-box-Ingredients {
    background-color: #222222;
    padding: 40px 30px;
    position: absolute;
    height: min-content;
    min-width: 360px !important;
    border-radius: 13px;
}

.bottom-txt {
    position: absolute;
    bottom: 0;
}

.left-box {
    display: flex;
    justify-content: flex-start;
}

.right-box {
    display: flex;
    justify-content: flex-end;
}

.left-box>.txt-box-Ingredients {
    top: 69px;
    left: 87px;
}

.right-box>.txt-box-Ingredients {
    top: 69px;
    right: 87px;
}

/* Estilo para Seção oferta */
.title-section {
    text-align: center;
}

.title-section h1 {
    margin-bottom: 0px;
    font-weight: 900;
}

.title-section p {
    margin-bottom: 45px;
}

.box-oferta {
    max-width: 500px;
    min-width: 300px;
    position: relative;
    border-radius: 10px;
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.box-oferta::before {
    content: '';
    position: absolute;
    height: 80%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #222222;
    border-radius: 13px;
    z-index: -1;
}


.box-oferta::after {
    content: '';
    position: absolute;
    height: 81%;
    top: -3px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to right, #C47B2D, #F6C850);
    border-radius: 13px;
    z-index: -2;
}



.title-oferta {
    background: linear-gradient(to right, #F6C750, #FF8705);
    color: #fff;
    border-radius: 13px 13px 0 0;
    padding: 10px;
    text-align: center;
}

.title-oferta h2 {
    margin: unset !important;
    font-size: 1rem;
}

.valor-oferta {
    text-align: center;
}

.valor-oferta p {
    padding: 10px;
    font-size: 15px;
}

.valor-oferta span {
    font-size: 50px;
    font-weight: 900;
}

.valor-oferta span .price {
    font-size: 58px;

}

.img-oferta {
    display: flex;
    justify-content: center;
}

.img-oferta>.pote1 {}

.img-oferta>.pote2 {}

.img-oferta>.pote3 {}

.btn-oferta {
    display: flex;
    justify-content: center;
}

/* Estilo para imagens */
img {
    max-width: 100%;
    height: auto;
}




/* Utilitários */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}


/* estilo para txt */
.gold-txt {
    background: linear-gradient(90deg, #FF4800 0%, #FFB600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Swiper content*/
.swiper-container {
    overflow: hidden;
}


.swiper-button-next:after {
    content: '' !important;
}

.swiper-button-prev:after {
    content: '' !important;
}



.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -12px) !important;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -12px) !important;
    right: auto;
}

.swiper-buttons-container {
    z-index: 999999999999;
}


.swiper-wrapper {
    display: flex;
    max-width: 20%;
}

.swiper-slide {
    width: 20%;
    margin: 0 !important;
    text-align: center;
    padding: 20px;
    min-height: max-content;
}

.swiper-produtos {
    position: relative;
}

.swiper-produtos::after {
    content: '';
    position: absolute;
    top: 35px;
    left: calc(50% - (width / 2));
    width: 100%;
    height: 80%;
    background-color: #f7e8b200;
    /*     background-color: #F7E8B2;*/
    border-radius: 15px;
    z-index: -1;
}

.btn-swiper {
    display: flex;
    justify-content: center;

}





.card {
    background-color: #212529;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    width: 440px;
    max-width: 100%;
}

.perfil {
    margin: 10px;
}

.img-perfil {
    margin-right: 5px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50px;
    overflow: hidden;
}



.txt-perfil {
    margin: 5px;
}

.card-body {
    padding: 20px;
}

.card-body>.row {
    position: relative;
}

.card-body>.card-text {
    font-size: 13px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.perfil>div>.card-text {
    font-size: 1rem;
    opacity: 31%;
}

.ratings {
    display: flex;
    align-items: center;
    margin: 10px;
    max-width: max-content;
}

.ratings i {
    color: #ffc107;
    font-size: 1.2rem;
    margin-right: 5px;
}

.google-icon {
    position: absolute;
    top: 10px;
    right: 0;
    max-width: max-content;
}

.google-icon img {
    max-width: 80% !important;
}


/* FAQ */
.title-faq {
    text-align: center;
}



.title-faq p {
    margin-top: -72px;
    font-size: 39px;
    font-weight: 100;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-faq {
    background-color: #202127;

}

.card-faq button {
    color: #fff;
    text-decoration: unset;
}

card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2 {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0;
}

.card-header .btn {
    flex-grow: 1;
    text-align: left;
    padding: 0;
    border: none;
    background: none;
}

.card-header i {
    margin-left: auto;
}

.btn-link:hover {
    color: #fff;
    text-decoration: unset;
    box-shadow: unset !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset !important;
    text-decoration: unset !important;
}

.saq {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.saq h2,
p,
a {
    margin: 0 auto;
}

.saq h2 {
    margin-bottom: 20px;
}

.btn-saq {
    position: relative;
    background-color: #222222;
    font-size: 20px;
    color: #fff;
    padding: 20px;
    border-radius: 13px;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.btn-saq::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to right, #C47B2D, #F6C850);
    border-radius: 13px;
    z-index: -1;
}


.btn-saq:hover {
    background-color: #333333;
}

/* FOOTER */
footer {
    background-color: #f6c85042;
    padding: 1px;
    margin-top: 40px;
    text-align: center;
}

footer .container {
    margin: 0 auto;
}

footer p {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}


/* BACKGROUND E PARTICULAS */
.background1::before {
    content: '';
    position: absolute;
    background-image: url(../images/particulas/background1.webp);
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -10;
    filter: blur(10px);
}

.luzes-Ingredientes::before {
    content: '';
    position: absolute;
    background-image: url(../images/particulas/LUZES-ingredientes.webp);
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -10;
    background-position: center;
}

.background-oferta {
    position: relative;
    padding: 0px 0 18px 0;
}

.background-oferta::before {
    content: '';
    position: absolute;
    background-image: url(../images/particulas/BACKGROUND-oferta.webp);
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    filter: blur(10px);
    background-position: center;
}

.background-depoimentos {
    position: relative;
    padding: 30px;
}

.background-depoimentos::before {
    content: '';
    position: absolute;
    background-image: url(../images/particulas/background-depoimentos.webp);
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background-position: center;
    background-size: cover;
    filter: blur(10px);
}

.background-footer {
    position: relative;
}

.background-footer::before {
    content: '';
    position: absolute;
    background-image: url(../images/particulas/BACKGROUND-footer.webp);
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background-position: bottom;
    filter: blur(10px);
}


/* RESPONSIVIDADE */
.desktop {
    display: block;
}

.mobile {
    display: none;
}


@media screen and (max-width: 1280px) {

    /* GLOBAL */
    .container {
        margin: 20px auto;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .col-md-6 {
        max-width: 90% !important;
    }

    /* END GLOBAL */


    /* MAIN ART */
    .main-art {
        padding: 0;
    }

    .main-art p {
        font-size: 24px;
        margin: 0 auto;
        width: 80%;
    }

    .main-art>div>div>div img {
        scale: 1;
    }

    .main-art>.container>.align-items-center {
        flex-direction: column-reverse;
    }

    .main-art>.container>.align-items-center>.col-md-6 {
        text-align: center;
    }

    body>div.background1>section>div>div>div:nth-child(1)>div.row {
        display: none;
    }

    .linha-gold-left {
        display: none;
    }

    /* END MAIN ART */

    /* PARA QUEM */
    .for-whom img {
        display: none;
    }

    .for-whom>.container>.row {
        display: block !important;
        padding: 30px;
    }

    .for-whom p {
        font-size: 22px;
    }

    /* END PRA QUEM */

    /* INGREDIENTES */
    .Ingredients>.container>.row {
        display: block;
        margin-bottom: 60px;
    }

    .Ingredients>.container>.row>.col-md-6 {
        margin: 0 auto;
    }

    .row-Ingredients {
        height: max-content;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .card-box-Ingredients {
        position: relative;
        max-width: 70%;
    }

    .row-Ingredients h1 {
        text-align: center;
        font-size: 30px;
    }

    .row-Ingredients p {
        text-align: center;
        font-size: 16px;
    }

    .txt-box-Ingredients {
        max-width: 70%;
    }

    .cb2 {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .cb2>.txt-box-Ingredients {
        top: 69px;
        right: 87px !important;
    }

    .cb2>.img-box-Ingredients img {
        transform: scaleX(-1);
    }

    .cb3 {
        display: flex !important;
        justify-content: flex-start !important;
    }

    .cb3>.txt-box-Ingredients {
        top: 69px !important;
        right: 87px !important;
    }

    .cb3>.img-box-Ingredients img {
        transform: scaleX(-1);
    }

    .bottom-txt {
        position: relative;
    }

    .bottom-txt h3 {
        font-size: 35px;
        text-align: center;
    }

    /* END INGREDIENTES */

    /* OFERTA */
    .box-oferta {
        margin-bottom: 50px;
    }

    .background-oferta>.container>.row {
        flex-direction: column;
        align-content: center;
    }

    .title-oferta h2 {
        font-size: 24px;
    }

    .valor-oferta p {
        font-size: 20px;
    }

    .img-oferta img {
        height: 550px;
    }

    .img-oferta>.pote2 {
        margin-bottom: -20px;
    }

    .btn-oferta>.btn {
        font-size: 30px;
    }

    /* END OFERTA */
    .for-whom::before {
        height: 70%;
    }

    header>.container>.d-flex {
        justify-content: space-around !important;
    }

    body>div.background1>header>div>div>div.social-media>a:nth-child(1) {
        display: none;
    }

    body>div.background1>header>div>div>div.social-media>a:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .row-Ingredients {
        gap: 60px;
    }

    .txt-box-Ingredients {
        min-width: min-content !important;
    }

    .card-box-Ingredients {
        position: relative;
        max-width: 95% !important;
    }

    .row-Ingredients p {
        text-align: center;
        font-size: 14px !important;
    }

    .cb2>.txt-box-Ingredients {
        left: -15px !important;
    }

    .box-oferta {
        margin: 30px !important;
    }
}

@media screen and (max-width: 568px) {
    .main-art h1 {
        font-size: 2.4rem;
    }

    .main-art p {
        font-size: 16px;
        width: 90%;
    }


    .for-whom {
        padding: 30px 0;
    }

    .for-whom h2 {
        font-size: 26px;
    }

    .for-whom p {
        font-size: 16px;
    }

    .for-whom::before {
        bottom: 70px;
    }



    .bottom-txt h3 {
        font-size: 22px;
    }

    .bottom-txt>h3>span.gold-txt {
        font-size: 30px;
    }


    .img-oferta img {
        height: 400px;
    }

    .background-oferta {
        padding: 0;
    }




    .row-Ingredients h1 {
        font-size: 24px
    }

    .cb2>.txt-box-Ingredients {
        top: 29px !important;
        left: -15px !important;
    }

    .cb3>.txt-box-Ingredients {
        top: 39px !important;
        right: 0 !important;
    }

    .box-oferta {
        margin: 50px !important;
    }




    .title-section>h1 {
        font-size: 1.5rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .perfil>div>.card-text {
        font-size: .8rem;
    }

    .img-perfil {
        max-width: 60px;
        max-height: 60px;
    }

    .saq h2 {
        font-size: 1rem;
    }

    .saq p {
        font-size: .8rem;
    }
}

@media screen and (max-width: 480px) {

    .main-art h1 {
        font-size: 2rem;
    }

    .social-media>.btn-gold {
        font-size: 12px;
    }

    .main-art h1 {
        font-size: 1.8rem;
    }

    .main-art p {
        width: 100%;
    }

    .col-md {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .social-media>.btn-gold {
        font-size: 10px !important;
    }

    .main-art h1 {
        font-size: 1.6rem !important;
    }

    .for-whom h2 {
        font-size: 18px !important;
    }

    .for-whom p {
        font-size: 13px !important;
    }



    .Ingredients>.container>.row>.col-md-6>h2 {
        font-size: 1.4rem !important;
    }

    .Ingredients>.container>.row>.col-md-6>h3 {
        font-size: 1rem !important;
    }

    .row-Ingredients h1 {
        font-size: 17px !important;
    }

    .row-Ingredients p {
        text-align: center;
        font-size: 11px !important;
    }

    .txt-box-Ingredients {
        padding: 20px 15px !important;
    }

    .img-box-Ingredients img {
        height: 360px !important;
    }

    .img-oferta img {
        height: 300px !important;
    }

    .btn-oferta>.btn {
        font-size: 20px !important;
    }

    .google-icon {
        display: none;
    }

    .swiper-slide {
        padding: 0 !important;
    }

    .container {
        margin: 0 !important;
    }

}