@import "../css/style_page.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: 'Roboto Condensed';
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
}

.esconder {
    display: none !important;
}

#container_1 {
    background-image: url(../img/bg_home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 5em 0em 5em 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;
}

.texto {
    border: 2px solid #E21A27;
    padding: 5px;
}

.texto a {
    color: #E21A27;
    font-size: 1em;
    font-weight: 600;
}

.container_step {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, #0C264A 0%, #3D81FA 100%);
    padding: 2em 0em 2em 0em;
}

.container_step_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.area_step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.area_titles_step {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.title_step h2 {
    font-weight: 700;
    font-size: 3.6em;
    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;
}

.title_step_2 h2 {
    font-weight: 700;
    font-size: 3.2em;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.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;
}

.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%;
}


/*Planos*/

.container_planos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6em 0em 6em 0em;
    border-top: 1px solid #7C7C7C;
}

.container_planos_int {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.title_principal_planos h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    text-align: center;
    color: #202020;
}

.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: start;
    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: 420px;
    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;
}

.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_creditos {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, #0C264A 0%, #3D81FA 100%);
    border-top: 1px solid #7C7C7C;
    padding: 2em 0em 2em 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: 1300px) {
    .card_planos {
        max-width: 350px;
    }
    .lipo_drop {
        max-width: 350px;
    }
    .card_planos_int {
        padding: 1.6em 2em 1.6em 2em;
    }
}
 
@media(max-width: 480px) {

    #container_1 {
        padding: 3em 0em 3em 0em;
    }

    .title_step h2 {
        font-size: 2.2em;
    }

    .title_step_2 h2 {
        font-size: 1.6em;
    }
    .area_step {
        padding: 0em 1em 0em 1em;
    }

    .area_titles_step {
        gap: 10px;
    }

    .container_planos {
        width: auto;
        padding: 4em 1em 4em 1em;
    }

    .container_planos_int {
        gap: 40px;
    }

    .btn_planos h3 {
        font-size: 1.4em;
    }

    .price_planos h2 {
        font-size: 4em;
    }

    .area_order {
        padding: 0px 20px;
    }

    .titles_order h2 {
        font-size: 2em;
    }

    .lipo_drop {
        max-width: 320px;
        height: 100%;
        max-height: 330px;
    }

    .title_principal_planos h2 {
        font-size: 2.2em;
    }

    .area_creditos {
        padding: 0px 20px;
    }

    .container_creditos {
        padding: 2em 0em 2em 0em;
    }

}