@import "../css/style.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap');

* {
    font-family: 'Roboto Condensed';
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
}

.esconder {
    display: none !important;
}


#container_pop_up_1 {
    position: fixed;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #00000069;
}

.close_pop_up_1 {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}


.container_pop_up_1 {
    position: relative;
    width: 100%;
    max-width: 430px;
    background: #C12D2D;
    border: 4px solid #FFF943;
    border-radius: 10px;
}

.container_pop_up_1_int {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 40px 20px;
}

.title_pop_up_1 h2 {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.sub_title_pop_up_1 p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 100%;
    text-align: center;
    color: #000000;
}


.sub_title_pop_up_1 p b {
    font-weight: bold;
}

.btn_principal_pop_up_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 20px 30px;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    border: 1px solid #C49209;
    border-radius: 15px;
    cursor: pointer;
}

.btn_principal_pop_up_1 h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 117%;
    color: #000000;
    text-align: center;

}



#container_pop_up_2 {
    position: fixed;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #00000069;
}

.close_pop_up_2 {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}


.container_pop_up_2 {
    position: relative;
    width: 100%;
    max-width: 430px;
    background: #DCEDF8;
    border: 4px solid #C32D2D;
    border-radius: 10px;
}

.container_pop_up_2_int {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 40px 20px;
}

.title_pop_up_2 h2 {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 100%;
    text-align: center;
    color: #C32D2D;
}

.sub_title_pop_up_2 p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 100%;
    text-align: center;
    color: #0D294F;
}


.sub_title_pop_up_2 p b {
    font-weight: bold;
}

.btn_principal_pop_up_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 20px 30px;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    border: 1px solid #C49209;
    border-radius: 15px;
}

.btn_principal_pop_up_2 h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 117%;
    color: #0D294F;
    text-align: center;

}



#container_1 {
    background-image: url(../img/bg_home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 5em 0em 10em 0em;
}

a {
    text-decoration: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 354px;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
h2,
h3,
p {
    margin: 0px;
}

#smartplayer {
    filter: drop-shadow(0px 4px 7.9px #0055C2) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
    box-shadow: 0px 4px 15px #0055C2;
}

.viewers {
    font-size: 1.6em;
    color: #000;
    text-align: center;
}

.container_tarja {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #d51010;
    padding: 20px 0px;
    position: fixed;
    top: 0px;
    z-index: 99;
}

.container_tarja_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

.area_tarja {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.area_texts_tarja {
    display: flex;
    align-items: center;
    gap: 5px;
}

.title_tarja h2 {
    font-weight: 700;
    font-size: 1.4em;
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;

}

.sub_title_tarja p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 120%;
    color: #FFFFFF;
}

.btn_tarja {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 20px 30px;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    border: 1px solid #C49209;
    border-radius: 15px;
}

.btn_tarja h3 {
    font-weight: 700;
    font-size: 1.6em;
    color: #0055C2;
}


.notification {
    position: fixed;
    bottom: 0.625rem;
    left: 0.625rem;
    display: flex;
    background-color: #0055C2;
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
    border-radius: 0.25rem;
    gap: 0.625rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
    align-items: center;
    transform: translateY(200%);
    transition: all 0.2s ease-in-out;
    z-index: 1000;
}

.notification.active {
    transform: translateY(0);
}

.notification .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3125rem;
    font-size: 1em;
}

.notification .text .name {
    font-weight: 600;
    font-size: 1em;
    margin: 0 0 0.125rem;
    color: #FFF;
}

.notification .text .quantity {
    font-weight: 500;
    color: #FFF;
    font-size: 0.9em;
    margin: 0 0 0.125rem;
}

.notification .text h5 {
    margin: 0;
}

.notification .text .time {
    font-weight: 400;
    color: #FFF;
    font-size: 0.8em;
}

.notification .text .verified {
    font-weight: 700;
    color: #FFF;
    position: relative;
    padding-left: 1.2em;
    font-size: 0.8em;
}

.notification .text .verified::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.5 11.5L2 8l1.5-1.5 2 2 4.5-4.5L13 5l-7.5 6z'/%3E%3C/svg%3E");
    position: absolute;
    left: 0.2rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #3D81FA;
    border-radius: 50%;
    padding: 0.0625rem;
    transform: translate(-50%, -50%);
}

.notification .close {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: rgba(0, 0, 0, 0.3490196078);
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 50%;
    font-size: 0.875rem;
    cursor: pointer;
}

.area_top_strip {
    background: linear-gradient(269.36deg, #7B0707 -1.89%, #E91717 104.82%);
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 999999;
}



.container_1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container_1_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_container_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 850px;
    gap: 40px;
}

.area_text_container_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.title_container_1 h1 {
    font-weight: bold;
    font-size: 2.5em;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #0D284E;
}

.title_container_1 h1 b {
    font-weight: bold;
    color: #AB1A1A;
}

.btn_principal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    gap: 10px;
    max-width: 440px;
    background: linear-gradient(180deg, #5DB816 0%, #2F8C03 100%);
    border-radius: 100px;
    -webkit-animation: pulse-verde 2s infinite;
    -moz-animation: pulse-verde 2s infinite;
    -o-animation: pulse-verde 2s infinite;
    animation: pulse-verde 2s infinite;
}

.btn_principal h2 {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 110%;
    color: #FFFFFF;
}

#bg_clock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*Clock*/
.container_bg_clock {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0055C2;
    border-radius: 20px;
    width: 100%;
    max-width: 1000px;
    margin-top: -125px;
}

.container_bg_clock_int {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
    position: relative;
}

.container_bg_clock.avaliacoes {
    margin-top: 0px;
}

.arrow {
    position: absolute;
    left: 46%;
    bottom: -16%;
}

.area_bg_clock {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px 0px 60px 0px;
}

.title_bg_clock h2 {
    font-weight: bold;
    font-size: 2.4em;
    line-height: 1.2em;
    text-align: center;
    color: #FFFFFF;
}

.count p {
    font-weight: 700;
    font-size: 3.4em;
    line-height: 100%;
    text-align: center;
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

/*Planos*/


.container_planos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6em 0em 6em 0em;
}

.container_planos_int {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.area_texts_planos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.titles_texts_planos p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 100%;
    color: #202020;
}

.titles_texts_planos_2 p {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 100%;
    color: #202020;
}

.area_planos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.card_planos {
    display: flex;
    flex-direction: column;
    background-color: #E7EFFA;
    max-width: 420px;
    width: 100%;
    border-radius: 20px;
}

.card_planos.popular {
    background-color: #FFF3B7;
}

.basic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #595959;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 0px;
}


.basic p {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
}

.basic.bundle {
    background-color: #317483;
}

.popular_card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(90deg, #0A2344 0%, #3E83FF 100%);
    border-radius: 20px 20px 0px 0px;
    padding: 20px 0px;
}

.popular_card p {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
}



.card_planos.popular .title_card_planos h2 {
    color: #0055C2;
}


.card_planos_int {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 1.6em 3em 1.6em 3em;
}

.lipo_drop {
    max-width: 460px;
    width: auto;
    height: 330px;
    object-fit: contain;
}

.title_card_planos h2 {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 100%;
    color: #202020;
}

.day_card_planos span {
    font-weight: 700;
    font-size: 2em;
    line-height: 100%;
    color: #595959;
}

.price_planos h2 {
    font-weight: 700;
    font-size: 5em;
    line-height: 100%;
    color: #202020;
}

.price_planos h2 span {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 70px;
}

.area_price_planos {
    display: flex;
    align-items: flex-end;
}

.price_planos_bottle p {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 100%;
    color: #202020;
}



.area_free {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 10px 0px;
}

.area_free_int {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info_free p {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 100%;
    color: #0055C2;
    text-transform: uppercase;

}

.info_free_2 p {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 100%;
    color: #E21A27;
    text-transform: uppercase;
}

.btn_planos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 20px 30px;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    border: 1px solid #C49209;
    border-radius: 15px;
}

.btn_planos h3 {
    font-weight: 700;
    font-size: 1.6em;
    color: #0055C2;
}

.price_total p {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 100%;
    color: #202020;
}

.price_total s {
    text-decoration-color: #FF0000;
}


.container_garantia {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0055C2;
    border-top: 1px solid #7C7C7C;
    width: 100%;
    padding: 6em 0em 6em 0em;
}

.container_garantia.rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-top: 1px solid #7C7C7C;
    width: 100%;
    padding: 6em 0em 6em 0em;
}

.container_garantia_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1240px;
}

.area_garantia {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.area_texts_garantia {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 740px;
}

.title_garantia h2 {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 115%;
    color: #FFFFFF;
}

.info_garantia p {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 120%;
    color: #FFFFFF;
}

.rodape .title_garantia h2 {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 115%;
    background: linear-gradient(90deg, #0C264A 0%, #3D81FA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.rodape .info_garantia p {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 120%;
    color: #202020;
}

/*Bonus*/

#container_bonus {
    background-image: url(../img/bg_bonus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 6em 0em 6em 0em;
}

.container_bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.container_bonus_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_bonus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    max-width: 1000px;
}

.area_bonus_total {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
}

.area_bonus_int {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 60px;
}

.area_texts_bonus {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: max-content;
}

.bonus h2 {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 100%;
    text-transform: uppercase;
    color: #0055C2;
}

.area_titles_bonus_total {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.area_titles_bonus {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.title_bonus h2 {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 110%;
    color: #202020;
}

.sub_title_bonus p {
    font-weight: 400;
    font-size: 2em;
    line-height: 100%;
    color: #202020;
    text-transform: uppercase;

}

.sub_title_bonus p s {
    text-decoration-color: #FF0000;
}

.sub_title_bonus p b {
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #B89508 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info_bonus p {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 120%;
    color: #202020;
}

.container_order {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, #0C264A 0%, #3D81FA 100%);
    padding: 6em 0em 6em 0em;
}

.container_order_int {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.area_order {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 70px;
    width: 100%;
}

.area_order_int_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    width: 100%;
    max-width: max-content;
}

.area_titles_order {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: max-content;
    text-align: center;
}

.titles_order h2 {
    font-weight: 700;
    font-size: 2.4em;
    line-height: 115%;
    color: #FFFFFF;
}

.titles_order h2 b {
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sub_title_order p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 108%;
    color: #FFFFFF;
}

.area_order_int_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.card_order {
    width: 100%;
    max-width: 410px;
    background: #F4F4F4;
    border-radius: 12px;
}

.card_order_int {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
}

.area_check_order {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.info_check p {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 100%;
    color: #202020;
}



/*Container Swiper*/

.container_swiper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 6em 0em 6em 0em;
}

.container_swiper_int {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.area_swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.title_swiper h2 {
    font-weight: 700;
    font-size: 2.4em;
    line-height: 115%;
    text-align: center;
    color: #202020;
}

.swiper {
    width: 100%;
    height: 100%;
    max-width: 2400px;
    overflow-y: visible !important;
}

.swiper-pagination {
    bottom: -40px !important;
}

.swiper-pagination-bullet {
    background-color: #202020 !important;
    opacity: 1 !important;
    height: 10px !important;
    width: 10px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0C264A 0%, #3D81FA 100%) !important;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
}

.swiper-slide img {
    height: auto;
    width: 100%;
    max-width: 250px;
}

.box_container {
    max-width: 250px;
    width: 100%;
}

/*Avaliações*/

.container_avaliacoes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0em 0em 6em 0em;
}

.container_avaliacoes_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_avaliacoes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    width: 100%;
    gap: 20px;
    padding: 0px 20px;
}

.card_avaliacoes {
    width: 100%;
    max-width: 420px;
    background-color: #EAF1FA;
    border-radius: 12px;
    border: 1px solid #0055C2;
}

.card_avaliacoes_int {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
}

.area_stars_avaliacoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.info_avaliacoes p {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 134%;
    color: #031910;
}


.info_avaliacoes p b {
    color: #F38901;
}

.area_texts_avaliacoes {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
}

.title_avaliacoes h2 {
    font-weight: 700;
    font-size: 1.8em;
    line-height: 100%;
    color: #202020;

}

.sub_title_avaliacoes p {
    font-weight: 400;
    font-size: 1em;
    line-height: 120%;
    color: #202020;
}



/*Berry*/

#container_berry {
    background-image: url(../img/bg_berry.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 6em 0em 6em 0em;
}

.container_berry {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.container_berry_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_berry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 70px;
    width: 100%;
    padding: 0px 20px;
}

.imagens_ingredientes {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.area_titles_berry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

.title_mitolyn h2 {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 100%;
    color: #0055C2;
}

.sub_title_mitolyn p {
    font-weight: 400;
    font-size: 2.4em;
    line-height: 100%;
    color: #202020;
}

.area_card_berry_total {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 20px;
}

.card_berry {
    width: 100%;
    max-width: 420px;
}

.card_berry_int {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.title_berry h2 {
    font-weight: 700;
    font-size: 2.4em;
    line-height: 100%;
    color: #202020;
}

.sub_title_berry p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 120%;
    color: #202020;
}

.area_list_berry {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}

.list_berry {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info_list_berry p {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 100%;
    color: #202020;
}


/*Faq*/
.container_faq {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 6em 0em 6em 0em;
    background: linear-gradient(90deg, #0C264A 0%, #3D81FA 100%);
    border-top: 1px solid #7C7C7C;
    position: relative;
}

.container_faq_int {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1280px;
}

.title_faq h2 {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.area_faq {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    gap: 15px;
}

.faq_quests {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 35px 20px 35px;
    cursor: pointer;
}

.quest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    cursor: pointer;
}

.quest h2 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 100%;
    color: #202020;
}

.close {
    opacity: 1 !important;
}

.aswer {
    max-height: 0px;
    opacity: 0;
    transition: all ease-in-out 400ms;
    transform: scaleY(0.2);
    transform-origin: top;
    background: #FFFFFF;
    border: 1.2px solid #818181;
    border-radius: 6px;
    position: relative;
    z-index: 0
}

.aswer.open {
    margin: -18px 0px 20px 0px;
    padding: 20px 35px 20px 35px;
}

.aswer h2 {
    font-size: 1.25em;
    line-height: 120%;
    color: #202020;
    font-weight: 400;
}

.open {
    display: flex;
    height: fit-content;
    max-height: 100% !important;
    transition: all ease-in-out 400ms;
    opacity: 1;
    transform: scaleY(1);
}

footer {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #EAEAEA;
    padding: 6em 0em 6em 0em;
}

.container_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container_footer_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 0px 20px;
}

.title_footer h2 {
    font-weight: bold;
    font-size: 2.4em;
    line-height: 1.2em;
    text-align: center;
    color: #202020;
}

.area_infos_footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    width: 100%;
    padding: 0px 20px;
}

.infos_footer {
    width: 100%;
    max-width: 600px;
}

.area_infos_footer ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px;
}

.area_infos_footer ul li {
    font-weight: 400;
    font-size: 0.8em;
    line-height: 117%;
    color: #202020;
}

.area_footer a {
    max-width: 500px;
}

.btn_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 20px 30px;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    background: radial-gradient(100% 1603.14% at 0% 50.65%, #FDCC00 0%, #FFFA45 50%, #FDCC00 100%);
    border: 4px solid #C49209;
    border-radius: 15px;

}

.btn_footer h2 {
    font-weight: 700;
    font-size: 2em;
    line-height: 100%;
    color: #0055C2;
    text-align: center;
}

.container_creditos {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, #0C264A 0%, #3D81FA 100%);
    border-top: 1px solid #7C7C7C;
    padding: 6em 0em 6em 0em;
}

.container_creditos_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_creditos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.area_infos_creditos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 780px;
}

.area_infos_creditos a {
    max-width: max-content;
}

.infos_creditos p {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.text_creditos p {
    font-weight: 400;
    font-size: 0.9em;
    text-align: center;
    line-height: 120%;
    color: #FFFFFF;
}


@media(max-width: 1366px) {
    .card_planos {
        max-width: 380px;
    }
}

@media(max-width: 1024px) {

    .area_texts_tarja {
        text-align: center;
    }

    .area_tarja {
        flex-direction: column;
        max-width: 600px;
        gap: 20px;
        padding: 0px 20px;
    }

    .title_bg_clock h2 {
        font-size: 2em;
    }

    .area_garantia {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 0px 20px;
    }

    .area_texts_garantia {
        text-align: center;
        align-items: center;
        gap: 20px;
    }

    .bg_points {
        display: none;
    }

    .area_bonus {
        justify-content: center;
    }

    .area_bonus_int {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .area_texts_bonus {
        align-items: center;
        text-align: center;
        max-width: 600px;
    }

    .bonus h2 {
        font-size: 2.4em;
    }

    .title_bonus h2 {
        font-size: 2.2em;
    }

    .area_order_int_1 {
        flex-direction: column;
        gap: 40px;
    }

    .area_titles_order {
        gap: 20px;
    }

    .area_order_int_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .area_order {
        gap: 60px;
    }

    .area_avaliacoes {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0px 20px;
    }


    .area_berry {
        gap: 60px;
    }

    .area_card_berry_total {
        grid-template-columns: repeat(2, 1fr);
    }

    .container_faq_int {
        padding: 0px 20px;
    }

    .area_footer {
        padding: 0px 20px;
    }

    .title_footer h2 {
        font-size: 2em;
    }

    .area_infos_footer ul {
        padding-left: 20px;
    }

    .area_infos_footer {
        gap: 40px;
    }

    .area_creditos {
        padding: 0px 20px;
    }

    .area_infos_footer {
        flex-direction: column;
        align-items: center;
    }

}

@media(max-width: 480px) {

    .area_texts_tarja {
        text-align: center;
    }

    .btn_tarja {
        display: none;   
    }

    .viewers {
        font-size: 1.4em;
    }
    
    .sub_title_tarja p {
        font-size: 0.9em;
    }

    .area_tarja {
        padding: 0px 10px;
    }

    .title_tarja h2 {
        font-size: 1em;
    }
    
    .btn_tarja {
        max-width: max-content;
        padding: 15px 20px 15px 20px;
    }

    #container_1 {
        padding: 3em 0em 10em 0em;
    }

    .title_container_1 h1 {
        font-size: 2.2em;
        padding: 0px 20px;
    }

    .area_bg_clock {
        padding: 0px;
    }

    .container_bg_clock_int {
        padding: 40px;
    }

    .container_planos {
        width: auto;
        padding: 6em 2em 6em 2em;
    }

    .container_bg_clock {
        margin: -125px 20px 0px 20px;
    }

    .btn_planos h3 {
        font-size: 1.4em;
    }

    .title_garantia h2 {
        font-size: 2em;
    }

    .title_avaliacoes h2 {
        font-size: 1.4em;
    }

    .title_bg_clock h2 {
        font-size: 1.6em;
    } 

    .area_bonus_int {
        padding: 0px 20px;
        width: auto;
    }

    .price_planos h2 {
        font-size: 4em;
    }
    .price_planos h2 span {
        font-size: 50px;
    }
    

    .title_swiper h2 {
        font-size: 2em;
    }

    .area_swiper {
        padding: 0px 20px;
    }

    .area_order {
        padding: 0px 20px;
    }

    .titles_order h2 {
        font-size: 2em;
    }

    .area_order_int_2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .area_card_berry_total {
        grid-template-columns: repeat(1, 1fr);
    }

    .sub_title_mitolyn p {
        font-size: 2em;
    }

    .lipo_drop {
        max-width: 320px;
        height: 100%;
        max-height: 330px;
    }

    .info_check p {
        font-size: 1.4em;
    }

}

@media (max-width: 375px) {
    .btn_planos h3 {
        font-size: 1.2em;
    }
    .btn_planos {
        padding: 20px 20px 20px 20px;
    }

    .title_pop_up_1 h2 {
        font-size: 2.2em;
    }
    .btn_principal_pop_up_1 {
        max-width: 260px;
    }
    .btn_principal_pop_up_1 h3 {
        font-size: 22px;
    }

    .title_pop_up_2 h2 {
        font-size: 2.2em;
    }
    .btn_principal_pop_up_2 {
        max-width: 260px;
    }
    .btn_principal_pop_up_2 h3 {
        font-size: 22px;
    }

}
