@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --blue-gradient: linear-gradient(to right, #8e2b00, hsl(13, 99%, 41%), #dc503b, #a04d16);
    --blue-2-gradient: linear-gradient(to right, #0059AA, #0172CE);
    --gold-gradient: linear-gradient(to right, #FBDB31, #f7de50, #e6c927, #C6AC20);
    --gold-2-gradient: linear-gradient(to right, #FBDB31, #f7de50, #e6c927);
    --green-gradient: linear-gradient(72deg, #0DFF00, #2AFA1F, #0DFF00);
    --metal-gradient: linear-gradient(74deg, #FFFFFF, #EDEDED, #FFFFFF);
}

html {
    touch-action: manipulation;
}

* {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 !important;
    font-family: 'Inter';
    transition: all 1s ease !important;
}

body {
    position: relative;
    /* background-color: #000000 !important; */
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/lion-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}



/* -------------------------------- General -------------------------------- */

.container {
    max-width: 1164px !important;
    margin: 0 auto !important;
}

section {
    margin-bottom: 140px !important;
}

.get-pv-button {
    width: 387px !important;
    height: 66px !important;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    background-color: #00FF37;
    border: none;
    border-radius: 5px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

main {
    max-width: 1350px !important;
    margin: 0 auto !important;
    background-color: #0a0a0a;
    box-shadow: 0px 0px 10px black;
    /* border-left: 2px solid transparent; */
    /* border-right: 2px solid transparent; */
    /* Define uma borda transparente */
    /* background: linear-gradient(#0a0a0a, #0a0a0a) padding-box, */
        /* var(--gold-gradient) border-box; */
    /* Define o gradiente na borda */
    /* border-radius: 10px; */
    /* Opcional: Bordas arredondadas */
}

/* -------------------------------- General -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- Navbar Start -------------------------------- */

.navbar {
    background-color: rgb(255, 0, 17);
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 5px #00000057;
}

.navbar p {
    width: 100%;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px #4a0505, 0 0 5px #3f0008, 0 0 10px #3f0008;
    font-weight: bold;
    animation: glow 0.1s infinite alternate;
}

/* -------------------------------- Navbar End -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- HOME MAIN START -------------------------------- */
#home-main {
    padding-top: 80px !important;
    position: relative;
    background-image: url('../images/lion-bg2.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

#home-main .home-main-svg-bg::before {
    content: '';
    position: absolute;
    top: 160px;
    width: 100%;
    height: 100%;
    background-image: url('../images/home-bg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

#home-main .container {
    max-width: 1220px !important;
}

#home-main .main-logo .logo {
    position: relative;
}

#home-main .main-logo .pv-logo {
    pointer-events: auto;
    width: 290px !important;
    position: relative;
    z-index: 2;
}

#home-main .lion-logo {
    pointer-events: auto;
    width: 450px;
    position: absolute;
    z-index: 0;
    bottom: 61px;
    left: 100px;
    transition: transform 3s ease, box-shadow 3s ease;
    display: inline-block;
}

#home-main .pv-logo:hover+.lion-logo {
    z-index: 3;
    transform: scale(1.2) rotateY(360deg);
    /* Aumentar e girar a imagem */
    filter: drop-shadow(0 0 10px rgba(26, 26, 26, 0.438));
    /* Cor de fundo durante o hover */
}


#home-main .title-bg {
    background: var(--blue-gradient);
    border-radius: 30px;
    padding: 10px 20px;
}

#home-main .title {
    /* margin-top: -100px !important; */
    text-transform: uppercase;
    color: white;
    /* text-shadow: -1px -1px 0 #1275C8, 1px -1px 0 #1275C8, -1px 1px 0 #1275C8, 1px 1px 0 #1275C8; */
    background: var(--metal-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#home-main .title h2 {
    display: flex;
    gap: 8px;
    justify-content: start;
    font-size: 27px;
    align-items: center;
    font-weight: 900;
    white-space: nowrap;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

#home-main .energ-disp {
    overflow: hidden;
    /* display: flex !important; */
    text-align: center;
    max-height: 35px !important;
    max-width: 320px !important;
    color: black !important;
    background: var(--gold-gradient);
    border-radius: 10px;
}

#home-main .energ-disp span {
    /* display: inline-block; */
    height: 100%;
    /* animation: spin_words_1 6s infinite 3s forwards; */
    animation: spin_words_1 6s ease-in-out infinite;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    text-shadow: none;
    margin-bottom: 15px !important;
    /* animation-delay: 2s; */
    /* animation-timing-function: steps(1, end); */
    /* animation-fill-mode: forwards; */
}


#home-main .desc {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500 !important;
    margin: 10px 0 !important;
    width: 605px;
    font-weight: 800;
    color: #f8f8f8;
}

#home-main .desc .gold {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#home-main .home-frascos {
    display: flex;
    justify-content: center;
    position: relative;
    left: 20px;
}

.pv-frasc:nth-child(1),
.pv-frasc:nth-child(3) {
    position: absolute;
    z-index: -1;
    max-height: 390px !important;
}

.pv-frasc:nth-child(1) {
    left: 120px;
}

.pv-frasc:nth-child(3) {
    right: 120px;
}

#home-main .home-frascos img {
    max-height: 530px;
    position: relative;
    bottom: 50px;
    filter: drop-shadow(0px 6px 10px rgba(156, 156, 156, 0.45));
}

#home-main .home-frascos img:hover {
    transform: scale(1.05);
}




#home-main .main-button {
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    width: 530px;
    height: 63px;
    font-size: 30px;
    background: var(--green-gradient);
    color: white;
    border: none;
    border-radius: 15px;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}

#vantagens {
    padding: 30px 20px 20px;
    display: flex;
    gap: 10px;
}

#vantagens .col .vantagem {
    display: flex;
    gap: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f8f8f8;
    font-style: italic;
    white-space: nowrap;
}

/* -------------------------------- HOME MAIN END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- INFO-SECTION START -------------------------------- */

#info-section {
    display: flex;
    flex-direction: column;
    gap: 250px;
    position: relative;
}


.bg-svg-info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 360px;
    width: 100%;
    height: 100%;
    background-image: url('../images/Bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#info-section .info-1 .row,
.info-2 .row {
    display: flex;
    justify-content: space-between;
}

#info-section .info-1 .info1-text,
.info-2,
.info2-text {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

#info-section .info-1 h1 {
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    color: transparent;
    background: var(--green-gradient);
    -webkit-background-clip: text;
    background-clip: text;
}

#info-section .info-1 h1 p {
    font-size: 36px;
}

#info-section .info-1 hr {
    width: 560px;
    border: none;
    border-radius: 10px;
    margin-top: 10px !important;
    background: var(--blue-gradient);
    height: 2px;
    opacity: 1;
}

#info-section .info-1 span {
    text-transform: uppercase;
    color: transparent;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
}

#info-section .info-1 .info1-img {
    display: flex;
    justify-content: end !important;
    position: relative;
}

#info-section .info-1 .info1-img::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -75px;
    width: 441px;
    height: 441px;
    background: var(--green-gradient);
    z-index: -1;
    border-radius: 17px;
}

#info-section .info-1 .description {
    display: flex;
    line-height: 24px;
    flex-direction: column;
    gap: 20px;
    max-width: 83%;
    text-transform: uppercase;
    /* color: #014868; */
    color: white;
    font-size: 18px;
    font-weight: 400;
}

#info-section .info-1 img {
    max-width: 441px;
    max-height: 441px;
    display: block;
}

/* INFO2 */

#info-section .info-2 .info2-img {
    display: flex;
    justify-content: start !important;
    position: relative;
}

#info-section .info-2 .info2-img img {
    max-width: 385px;
    max-height: 385px;
}

#info-section .info-2 .info2-img::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 10px;
    width: 385px;
    height: 349px;
    background: #013852a2;
    z-index: -1;
    border-radius: 20px;
}

#info-section .info-2 h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    color: transparent;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
}

#info-section .info-2 hr {
    width: 615px;
    border: none;
    border-radius: 10px;
    margin-top: 10px !important;
    background: var(--blue-gradient);
    height: 2px;
    opacity: 1;
}

#info-section .info-2 .description {
    display: flex;
    line-height: 20px;
    flex-direction: column;
    gap: 15px;
    text-transform: uppercase;
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 500;
}

#info-section .info-2 .ideal-soluction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#info-section .info-2 h3 {
    font-size: 24px;
    font-weight: 700;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#info-section .info-2 h2 {
    font-size: 33px;
    font-weight: 700;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


/* -------------------------------- INFO-SECTION END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- BENEFICIOS-SECTION START -------------------------------- */

#beneficios .benef {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#beneficios .benef .title {
    margin-bottom: 40px !important;
}

#beneficios hr {
    width: 900px;
    border: none;
    border-radius: 10px;
    margin-top: 10px !important;
    background: var(--blue-gradient);
    height: 2px;
    opacity: 1;
}

#beneficios h1 {
    padding: 0px 0px 30px;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
}


#beneficios .card-mold {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px !important;
}

#beneficios .card-mold img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#beneficios .vantagem-cards {
    margin-bottom: 40px !important;
}

#beneficios .vant-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 15px;
    border-radius: 13px;
}

#beneficios .vant-card .vant-card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0px 50px;
    padding-bottom: 40px !important;
    text-align: center;
}

#beneficios .vant-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    /* left: -75px; */
    width: 100%;
    height: 65%;
    background: rgb(255, 255, 255);
    /* box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25); */
    z-index: -1;
    border-radius: 13px;
    opacity: 0;
    transition: all 1s ease-in-out !important;

}

#beneficios .vant-card .sub-title {
    font-size: 17px;
    font-weight: 800;
    color: #D6D6D6;
    transition: all 1s ease;
}

#beneficios .vant-card h3 {
    font-size: 22px;
    font-weight: 800;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#beneficios .vant-card p {
    background: var(--metal-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 14px;
    font-weight: 600;
}

#beneficios .vant-card:hover::before {
    background: var(--blue-gradient);
    height: 100%;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0);
    opacity: 1;
}

#beneficios .vant-card:hover .sub-title {
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#beneficios .vant-card:hover h3 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

#beneficios .vant-card:hover p {
    color: #F4FCFF;
}

#beneficios .vant-card:hover .card-mold {
    width: 100%;
    height: 190px;
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px !important;
}

#beneficios .vant-card:hover .vant-card-info {
    text-align: start;
    align-items: flex-start;
    text-align: start;
    padding-left: 50px;
}


/* -------------------------------- BENEFICIOS-SECTION END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- ESPECIALISTA-SECTION START -------------------------------- */

#especialistas {
    position: relative;
}

#especialistas .main-esp-row {
    max-height: 390px !important;
}


#especialistas .text-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#especialistas .text-info .title h3 {
    font-size: 32px;
    font-weight: 900;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#especialistas .text-info .title h1 {
    font-size: 70px;
    font-weight: 900;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#especialistas .text-info .title hr {
    border: none;
    border-radius: 10px;
    margin-top: 10px !important;
    background: var(--blue-gradient);
    height: 2px;
    opacity: 1;
}

#especialistas .text-info .description {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
    color: #f8f8f8;
}

.bg-svg-esp::before {
    content: '';
    position: absolute;
    top: 400px;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('../images/esp-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transition: right 0.5s ease;
    /* AnimaÃ§Ã£o */
}

#especialistas .esp-image .esp {
    width: 308px;
    height: auto;
    filter: drop-shadow(-1px 6px 6.5px rgba(0, 0, 0, 0.25));
}

#especialistas .esp-image .pv_frasco {
    width: 140px;
    /* height: auto; */
    position: absolute;
    top: 80px;
    left: 180px;
    transform: rotate(6deg);
    filter: drop-shadow(-1px 10px 8px rgba(0, 0, 0, 0.25));
}

/* card */

.ingred-cards {
    display: flex;
    justify-content: start;
    gap: 29px;
    padding-top: 60px !important;
}

.ingred-cards-down {
    display: flex;
    justify-content: center;
    gap: 29px;
    margin-top: 45px !important;
}

.ing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 232px !important;
    height: auto;
    position: relative;
}

@keyframes gradienteAnimado {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ing-card:hover::before {
    animation: gradienteAnimado 5s ease infinite;
}

.ing-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 220px;
    z-index: -1;
    border-radius: 9px;
    background: var(--blue-gradient);
    background-size: 300% 500%;
    transition: all 1s ease-in-out !important;
}

.ing-card picture {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
    /* box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5); */
    margin-bottom: 15px !important;
}

.ing-card picture img {
    object-fit: cover;
    height: 100%;
}

.ing-card:hover picture {
    transform: scale(1.1);
}

.ing-card .text-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 0px 5px 20px;
}

.ing-card h3 {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.ing-card p {
    text-align: center;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 600;
    color: #F4FCFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* -------------------------------- ESPECIALISTA-SECTION END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- AVALIAÃ‡Ã•ES-SECTION START -------------------------------- */

#avaliacoes {
    position: relative;
}

#avaliacoes .container {
    max-width: 1250px !important;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#avaliacoes .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

#avaliacoes .title hr {
    width: 750px;
    border: none;
    border-radius: 10px;
    margin-top: 10px !important;
    background: var(--blue-gradient);
    height: 2px;
    opacity: 1;
}

#avaliacoes .title h2 {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* Aval-Card */
.aval-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
}

.aval-cards .col {
    /* position: unset !important; */
    display: flex;
    justify-content: center;
}

.aval-cards .col:nth-child(2) {
    position: relative;
    top: 35px;
}


.aval-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    gap: 20px;
    width: 350px;
    border-radius: 9px;
    padding: 20px 25px;
    /* box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.25); */
}

.aval-card .perfil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.aval-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    /* left: -75px; */
    width: 350px;
    height: 70%;
    /* background: var(--gold-gradient); */
    z-index: -1;
    border-radius: 9px;
    opacity: 0;
    transition: all 1s ease-out;
}

.aval-card:hover {
    transform: scale(1.2);
}

.aval-card:hover h2 {
    background: var(--metal-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.aval-card:hover h6 {
    transform: scale(1.1);
    margin-top: 10px !important;
    color: #008cff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
}

.aval-card:hover p {
    background: var(--metal-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    font-weight: 800;
}

.aval-card:hover:before {
    opacity: 1;
    background: var(--blue-gradient);
    background-size: 120% 120%;
    /* box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.3); */
}

.aval-card:hover picture {
    /* transform: scale(1.1); */
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px !important;
}

.aval-card picture {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5); */
}

.aval-card picture img {
    object-fit: cover;
    height: 100%;
}

.aval-card h2 {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
}

.aval-card h6 {
    background: var(--metal-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.aval-card p {
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    background: var(--metal-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
}

.aval-card .stars-container {
    display: flex;
    gap: 10px;
    /* EspaÃ§amento entre as estrelas */
}

.aval-card .star {
    position: relative;
    width: 28px;
    height: 28px;
}

.aval-card .star::before {
    content: 'â˜…';
    font-size: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.aval-card:hover .star::before {
    color: #fadd3b;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.aval-card .star:nth-child(1) {
    top: 0;
}

.aval-card .star:nth-child(2) {
    top: 5px;
}

.aval-card .star:nth-child(3) {
    top: 10px;
}

.aval-card .star:nth-child(4) {
    top: 5px;
}

.aval-card .star:nth-child(5) {
    top: 0;
}



/* -------------------------------- AVALIAÃ‡Ã•ES-SECTION END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- CHECKOUT-SECTION START -------------------------------- */

#checkout {
    position: relative;
}

#checkout .container {
    max-width: 1250px !important;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#checkout .title {
    text-align: center;
    max-width: 904px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#checkout .title h1 {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#checkout .title hr {
    width: 841px;
    border: none;
    border-radius: 10px;
    margin-top: 10px !important;
    background: var(--blue-gradient);
    height: 2px;
    opacity: 1;
}

#checkout .title h4 {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

/* checkout-cards */

#checkout .checkout-cards .col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
}

.pv-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px !important;
    width: 278px !important;
    height: 483px;
    background-color: #F8F8F8;
    border: 1px solid #ff865a;
    border-radius: 6px;
    padding: 30px;
}

.pv-card img {
    width: auto;
    max-height: 250px !important;
}

.pv-card:hover {
    box-shadow: 0px 7px 10px 3px rgba(63, 63, 63, 0.16);
}

.pv-card .card-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px !important;
}

.pv-card .tratamento {
    font-size: 20px;
    text-transform: uppercase;
    color: #c83012;
    font-weight: 900;
}

.pv-card .sub-title-tratamento {
    font-size: 16px;
    text-transform: uppercase;
    color: #636363;
    font-weight: 700;
}

.pv-card .price-title {
    font-size: 22px;
    font-weight: 800;

}

.pv-card .price-subtitle {
    color: #014868;
    font-size: 12px;
    font-weight: 800;
}

.pv-card .frete-gratis {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    color: transparent;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 10px 0 !important;
}

.pv-card .buy-now {
    background-color: #00FF37;
    border: none;
    border-radius: 7px;
    font-weight: 800;
    color: white;
    padding: 10px 30px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.pv-card .correios {
    margin-top: 20px !important;
    max-width: 95px !important;
}

/* Chefe Cards */

.safe-cards {
    display: flex;
    justify-content: center;
    text-align: center;
    /* gap: 220px; */
    position: relative;
}

.safe-cards .safe-bg {
    position: absolute;
}

.safe-cards .safe-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 15px;
}

.safe-cards .col:nth-child(2) {
    position: relative;
    top: 40px;
}

.safe-cards .safe-card .icon-svg {
    max-height: 90px;
}

.safe-cards .safe-card h3 {
    font-size: 16px;
    font-weight: 800;
    background: var(--metal-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}


/* -------------------------------- CHECKOUT-SECTION END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- CONTACT START -------------------------------- */

#contact {
    background-image: url('../images/Bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 153px 0;
    /* height: 100%; */
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.493);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -80px;
    margin-bottom: 30px !important;
}

#contact .container {
    position: relative;
    top: 50px;
    max-width: 1051px !important;
}

#contact .text-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
}

#contact .text-info h1 {
    font-size: 43px;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#contact .text-info .desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: white;
    text-transform: uppercase;
}

#contact .text-info .contact-button {
    width: 360px;
    height: 65px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: var(--green-gradient);
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px !important;
}

#contact .text-info .contact-button .whatsapp-icon {
    width: 36px !important;
    height: 36px;
    color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}


/* -------------------------------- CONTACT END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -------------------------------- USE-MODE START -------------------------------- */

#modo-de-uso .container {
    max-width: 1310px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#modo-de-uso .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#modo-de-uso .title h1 {
    font-size: 39px;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#modo-de-uso .title hr {
    width: 570px;
    border: none;
    border-radius: 10px;
    margin-top: 10px !important;
    background: var(--blue-gradient);
    height: 2px;
    opacity: 1;
}

/* Card */

.usemode-cards {
    gap: 20px;
}


.usemode-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    max-width: 328px !important;
}

.usemode-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: white;
    z-index: 0;
    border-radius: 15px;
}

.usemode-card .step {
    position: relative;
    top: 30px;
    z-index: 1;
}

.usemode-card .usemode-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.usemode-card .usemode-img picture {
    width: 328px;
    height: 219px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block;
}

.usemode-card .usemode-img picture img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.usemode-card .usemode-img .down-icon {
    position: absolute;
    top: 205px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.usemode-card .desc {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #002648;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 45px 25px 25px;
    height: 167px;
    position: relative;
    z-index: 1;
}






/* -------------------------------- USE-MODE END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* -------------------------------- FOOTER START -------------------------------- */

footer {
    position: relative;
}

footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 50px 0;
}

footer .line-svg::before {
    content: '';
    position: absolute;
    top: -50px;
    bottom: 0;
    width: 100%;
    background-image: url('../images/line-svg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

footer .bg-svg::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    background-image: url('../images/bg-svg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}



footer .pv-logo {
    max-width: 347px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
}

footer .pv-logo img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

footer .pv-logo .lion-logo {
    width: 209px;
    height: auto;
}

footer .pv-logo .text-logo {
    width: 347px;
    height: auto;
    position: relative;
    z-index: 1;
    bottom: 70px;
}

footer .desc {
    font-size: 15px;
    text-align: center;
    color: white;
    max-width: 755px;
}

footer .social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

footer .social-links .social-link {
    width: 38px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

footer .social-links .social-link::before {
    content: '';
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 38px;
    height: 38px;
    /* background-color: white; */
    z-index: -1;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

footer .social-links .social-link:hover:before {
    transform: scale(1.1);
    background-color: white;
}

.social-link svg {
    transition: transform 0.4s ease;
    /* TransiÃ§Ã£o para escala */
}

@keyframes opacy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacy-out {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.social-link:hover svg {
    transform: scale(1.1);
    animation: opacy 0.5s ease-in-out;
}

.social-link:not(:hover) {
    animation: opacy-out 0.5s ease-in-out;
    /* AnimaÃ§Ã£o de saÃ­da */
}

.icon-fill {
    transition: fill 1s ease;
}

.social-link:hover svg .icon-fill {
    fill: url(style.css#hover-gradient);
    /* Gradiente no hover */
}

.social-link:hover svg .stroke-fill {
    stroke: url(style.css#hover-gradient);
}

.copy {
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-align: center;
    background: var(--blue-gradient);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 10px 0px;
}

/* -------------------------------- FOOTER END -------------------------------- */

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */











/* -------------------------------- ANIMATIONS -------------------------------- */

/* General //////////////////////////////////////// */
@keyframes glow {
    0% {
        text-shadow: 1px 1px 2px #63000d,
            0 0 0px #63000d,
            0 0 5px #63000d;
    }

    100% {
        text-shadow: 1px 1px 2px #63000d,
            0 0 10px #63000d,
            0 0 20px #63000d;
        ;
    }
}


/* sua energia/seu desempenho */
@keyframes spin_words_1 {
    0% {
        transform: translateY(10%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-90%);
    }

    75% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(10%);
    }
}

.pulsing-button {
    cursor: pointer;
    transition: transform 0.2s;
    animation: pulse 1.5s infinite;
    /* Define a animaÃ§Ã£o de pulsaÃ§Ã£o */
}

@keyframes pulse {
    0% {
        transform: scale(1);
        /* Tamanho normal */
    }

    50% {
        transform: scale(1.1);
        /* Aumenta um pouco */
    }

    100% {
        transform: scale(1);
        /* Volta ao tamanho normal */
    }
}




/* General //////////////////////////////////////// */


/* Load Animations //////////////////////////////////////// */


/* AnimaÃ§Ã£o surgindo da esquerda */
.from-left {
    transform: translateX(-100px);
    /* Sai da esquerda */
}

.from-right {
    transform: translateX(100px);
    /* Sai da direita */
}

.from-top {
    transform: translateY(-100px);
    /* Sai de cima */
}

.from-bottom {
    transform: translateY(100px);
    /* Sai de baixo */
}



@keyframes revealFromLeft {
    0% {
        mask-position: 100% 0;
    }

    100% {
        mask-position: 0 0;
    }
}

@keyframes revealFromRight {
    0% {
        mask-position: -100% 0;
    }

    100% {
        mask-position: 0 0;
    }
}

.reveal-svg-from-left::before {
    display: flex !important;
    mask: linear-gradient(to right, white 50%, transparent 50%);
    mask-size: 200% 100%;
    opacity: 1 !important;
    filter: blur(0) !important;
    transition: opacity 2s ease-out, filter 2s ease-out;
    animation: revealFromLeft 3s ease-out;
}

.reveal-svg-from-right::before {
    display: flex !important;
    mask: linear-gradient(to left, transparent 50%, white 50%);
    mask-size: 200% 100%;
    opacity: 1 !important;
    filter: blur(0) !important;
    transition: opacity 2s ease-out, filter 2s ease-out;
    animation: revealFromRight 3s ease-out;
}

.use-reveal-from-right::before,
.use-reveal-from-left::before {
    opacity: 0;
    filter: blur(10px);
}



.before-load-animation {
    opacity: 0;
    filter: blur(10px);
}

/* AnimaÃ§Ã£o quando o componente entra na tela */
.animate-visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
    filter: blur(0);
    transition: opacity 0.5s ease-out, filter 0.5s ease-out;
    /* TransiÃ§Ãµes suaves */
    /* Remove o blur gradualmente */
}