<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;700&amp;display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}
a, a:visited, a:active, a:link {
    color: #ffffff;
    text-decoration: none;
}
p:empty {
    display: none;
}
body {
    font-family: 'Spline Sans', sans-serif;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
.logo img {
    max-width: 600px;
}
.boton {
    background-color: #ff4d43;
    width: 30%;
    padding: 20px;
    display: block;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 1.5em;
    border-radius: 4px;
    max-width: 500px;
}
#main {
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 10vh;
    border-bottom: 5px solid #333333;
}
#main h1 {
    font-size: 6em;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 40px;
    font-weight: bold;
}
#main p {
    font-size: 2em;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}
@media only screen and (min-width: 600px) and (max-width: 1449px) {
    #main h1 {
    font-size: 4em;
}
#main p {
    font-size: 1.4em;
}
}
.odd_card {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 5px solid #333333;
    flex-flow: unset;
}
.even_card {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    text-align: left;
    flex-flow: unset;
}
.even_card li {
    text-align: left;
}
.card-text h1 {
    font-size: 2.2em;
    padding: 20px;
}
.card-text p {
    font-size: 1.3em;
    padding: 20px;
}
.card-image {
    padding: 20px;
    width: 40%;
}
.card-text {
    padding: 20px;
}
#footer {
    background-color: #333333;
    padding: 10px;
    font-size: 0.8em;
}

@media (max-width: 600px) {
    #main h1 {
        font-size: 3em;
        margin-top: 30px;
    }
    #main p {
        font-size: 1.2em;
    }
    .boton {
        width: 70%;
        padding: 15px;
    }
    .odd_card {
        flex-flow: column;
    }
    .even_card {
        flex-flow: column-reverse;
    }
    .card-text {
        padding: 0;
        text-align: center;
    }
    .card-image {
        width: 100%;
    }
    .card-text h1 {
        font-size: 2em;
    }
    .card-text p {
        font-size: 1.1em;
    }
    #main .top_form .top_form-validation-text h2 {
    font-size: 0.8em;
}
}
.close-button {
    z-index: 9999;
    position: relative;
    color: #ffffff;
    font-size: 50px;
    margin-right: 20px;
    text-align: right;
}
@media (max-width: 600px) {
    #gvs-modal-form {
        top: 0 !important;
    }
}
.blink {
    text-decoration: blink;
    animation-name: blink;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@-webkit-keyframes blink {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1
    }
}

@keyframes blink {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1
    }
}

select#lang {
    position: absolute;
    top: 18px;
    right: 10px;
    padding: 5px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    width: auto;
}
p:empty, h1:empty, h2:empty {
    display: none;
}
@media (max-width: 600px) {
    select#lang {
        width: 50px;
    }
}
img.stars {
    width: 20%;
    margin-right: 10px;
}


/*** smart_trivia ***/

.splash {
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 999;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}
.splash img {
    width: 100%;
    height: auto;
    max-width: 550px;
    margin: auto;
    display: inline-block;
    padding-top: 0;
    z-index: 9999;
}
button.button-splash {
    width: 60%;
    padding: 0.7em 0;
    margin: 1em 0;
    position: relative;
    top: -10%;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}
button.form-button {
    width: 46%;
    padding: 0.7em 0;
    margin: 1em 0;
    background-color: #34d200;
    border: none;
    color: #ffffff;
    font-size: 1.2em;
}
div.trivia {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    }

.filled [data-value~="1"] {
        background: green !important;
        color: #fff !important;
        border: none !important
    }

.pressed_button {
        background: red !important;
        color: #fff !important;
        border: none !important
    }

.pressed_button[data-value~="1"] {
        background: green !important;
        color: #fff !important;
        animation: test_tilt 0.15s 4 alternate backwards
    }

img.question-image {
    width: 100%;
    margin-bottom: 10px;
}
li.answer.answer-available.answer-text {
    border-radius: 4px;
    background: #666666;
    color: #ffffff;
    padding: 0.6em 0.4em;
    margin: 0.3%;
    font-size: 1em;
    width: 80%;
    margin: 0.2em auto;
}
li.answer.answer-available.answer-image {
    width: 22%;
    display: inline-block;
    border-radius: 4px;
    background-color: #666666;
    padding: 5px;
}
li.answer.answer-available.answer-image-text {
    width: 40%;
    display: inline-block;
    border-radius: 4px;
    background-color: #666666;
    color: #ffffff;
    padding: 5px;
    margin: 5px;
}
li.answer.answer-available.answer-image-text span {
    vertical-align: sub;
}
li.answer.answer-input {
    margin: 10px;
}
li.answer.answer-input input {
    width: 39%;
    height: 10px;
    padding: 10px;
    border-radius: 4px;
}
li.answer.answer-continue button {
    border-radius: 4px;
    background: #666666;
    color: #ffffff;
    padding: 0.5em 0.4em;
    font-size: 1em;
    width: 40%;
    margin: 0.2em auto;
    display: inline-block;
    border: none;
}
.error {
    margin-top: 20px;
}
li.answer.answer-select select {
    padding: 5px;
    width: 89%;
}
li.answer.answer-select {
    width: 45%;
    margin: 10px auto;
}
.tab-trivia {
    text-align: center;
}
.selected-answer {
    background: #00ac09 !important;
}
.tab.tab-trivia.result p {
    text-align: center;
}
.numeration {
    background-color: #000000;
    color: #ffffff;
    width: 30px;
    padding: 5px;
    margin: 5px auto;
    font-weight: bold;
    font-size: 1.4em;
    border-radius: 4px;
}
p.question-text {
    margin: 0 auto;
    padding: 10px;
}
:focus {
    outline: none;
}

@media (max-width: 750px) {
    li.answer.answer-available.answer-image {
        width: 44%;
    }
    li.answer.answer-input input {
        width: 90%;
    }
    li.answer.answer-continue button {
        width: 90%;
    }
    li.answer.answer-select {
        text-align: center;
        width: 100%;
    }
    button.button-splash {
        top: -30%;
    }
    }


    .related_content {
        margin: 40px auto;
    }
    .related_content .thumbs ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .related_content h3 {
        font-size: 1.5em;
        font-weight: bold;
        padding: 20px;
        font-style: italic;
    }
    li.item {
        width: 50%;
        display: inline-block;
        padding: 6px;
    }
    li.item h3 {
        font-size: 1em;
        color: #000000;
    }
    li.item a {
        text-decoration: none;
    }
    .info {
        border-bottom: 1px solid #000000;
        margin-bottom: 20px;
    }
    .accordion-collapse {
        display: none;
    }
    
    .accordion_container {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        width: 70%;
        margin: 60px auto;
        flex-direction: row;
        justify-content: space-evenly;
        cursor: pointer;
    }
    
    h1.accordion-title {
        display: flex;
        width: 90%;
        text-align: center;
        align-content: center;
        box-shadow: none;
        font-size: 2em;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .accordion-column.left, .accordion-column.right {
        display: flex;
        flex-direction: column;
        width: 45%;
    }
    
    .accordion-item {
        padding: 5px;
        background-color: #fefefe;
        margin: 10px auto;
        width: 100%;
        border-radius: 4px;
        display: flex;
        text-align: left;
        box-shadow: 0rem 0.25rem 1.75rem rgb(30 34 40 / 14%);
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    
    .accordion-header {
        margin: 10px 0;
        font-size: 1.1em;
        display: flex;
    }
    
    .accordion-body {
        margin: 15px auto;
        text-align: left;
        padding: 0 10px;
        opacity: 0.5;
    }
    
    .accordion-header:before {
        content: "+";
        display: flex;
        margin: auto 10px;
}
    
    @media only screen and (max-width: 600px) {
        .accordion_container {
            width: 90%;
        }
        .accordion-column.left, .accordion-column.right {
            width: 100%;
        }
        .accordion-item {
            width: 100%;
        }
}


/*Iframe Lacaixa*/

form#datos {
    padding: 10px;
    border: 1px solid #999999;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cardinfo-card-number {
    margin-top: 20px;
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cardinfo-exp-date {
    height: 90px;
    text-align: left;
    width: 49.5%;
}
.cardinfo-cvv {
    height: 90px;
    width: 49.5%;
    text-align: left;
}
label {
    text-align: left;
    padding-left: 10px;
}
#boton {
    height: 90px;
    display: flex;
    width: 100%;
    margin: 0 auto;
}
button#divImgAceptar {
    display: flex;
    justify-content: center;
}
#cardinfo-shopper-name {
    width: 50%;
    display: flex;
    flex-direction: column;
}
#cardinfo-shopper-email {
    margin-bottom: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
}
input#shopper-email, input#shopper-name {
    height: 3.2em;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 4px 10px;
    width: 94%;
    margin: 0 auto;
    margin-top: 5px;
}

@media only screen and (max-width: 600px) {
    .cardinfo-card-number {
        width: 98%;
    }
    .cardinfo-cvv {
        width: 98%;
    }
    .cardinfo-exp-date {
        width: 98%;
    }
    #cardinfo-shopper-name {
        width: 100%;
    }
    #cardinfo-shopper-email {
        width: 100%;
        margin-top: 15px;
    }
}

/*form_celeris*/

#payment_form_celeris {
    text-align: left;
    border: 1px solid #cccccc;
    padding: 2rem 1rem;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    width: 100%;
    border-radius: 4px;
}
#payment_form_celeris #card-number-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(../img/cards2.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 10px;
    background-position-x: right;
}
#payment_form_celeris .cardinfo-card-number {
    margin-top: 0;
    height: 70px;
    width: 100%;
    padding: 0;
}
#payment_form_celeris .cardinfo-exp-date {
    margin-top: 0;
    height: 80px;
    width: 100%;
}
#payment_form_celeris  #expiry-field-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris .cardinfo-cvv {
    margin-top: 10px;
    height: 90px;
    width: 100%;
}
#payment_form_celeris #card-cvv-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris .cardinfo-shopper-name {
    margin-top: 10px;
    height: 90px;
    width: 100%;
}
#payment_form_celeris #card-holder-name-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris #cardinfo-shopper-email {
    margin-bottom: 20px;
    width: 100%;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
}
#payment_form_celeris input#shopper-email, input#shopper-name {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris .boton {
    letter-spacing: 0;
    font-weight: bold;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 20px;
    color: #fff;
    width: 100%;
    border: none;
    margin: 0 auto;
    max-width: none;
    letter-spacing: 1px;
    background-image: linear-gradient(45deg, #26c427 10%, #29fb2d 100%);
}
#payment_form_celeris .boton:hover {
    background-image: linear-gradient(45deg, #29fb2d 10%, #26c427 100%);
}
#payment_form_celeris label {
    text-align: left;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    #payment_form_celeris label {
    font-size: 0.7em;
}
.cardinfo.cardinfo-card-number {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
}
#payment_form_celeris .cardinfo-cvv {
    margin-top: 0;
    height: 70px;
}
#payment_form_celeris .cardinfo-shopper-name {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    height: 70px;
    margin-top: 0;
}
#payment_form_celeris #card-number-input-container {
    margin-top: 0;
    background-size: 32%;
}
#payment_form_celeris #expiry-field-input-container {
    margin-top: 5px;
}
#payment_form_celeris #card-cvv-input-container {
    margin-top: 5px;
}
#payment_form_celeris #card-holder-name-input-container {
    margin-top: 0;
}
#payment_form_celeris #cardinfo-shopper-email {
    margin-top: 5px;
}
}

/*form_monei*/
form#payment-form-monei {
    margin: 20px 0;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
}
#payment-form-monei .boton {
    width: 100%;
    font-size: 1.3em;
    border-radius: 10px;
    font-weight: bold;
    padding: 15px;
    background-color: #00ac6f;
    color: #FFF;
    border: 1px solid #0b7d54;
}
#payment-form-monei div#cardinfo-shopper-name {
    width: 100%;
}


/*WELCOME*/

p#welcome-text-multicontent {
    padding: 120px 100px;
}

.after_payment #main p.welcome-text-1 {
    font-size: 1em;
    margin-top: 3rem;
}
.after_payment #main p.welcome-text-2 {
    font-size: 2em;
}
.after_payment #credentials-text {
    background-color: #ffffff3d;
    max-width: 28%;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #f6539d;
    margin-top: 1em;
}
.after_payment p#username-text {
    font-size: 1.4em;
    font-weight: bold;
    padding: 1em;
}
.after_payment p#password-text {
    font-size: 2em;
    font-weight: bold;
    padding: 0 1em 1em;
}
.after_payment p#error_text {
    padding: 3em 1em;
    border: 2px solid #ff0000;
    background: #eeeeee;
    border-radius: 10px;
    margin: 3em auto;
    width: 90%;
}
@media only screen and (max-width: 600px) {
    p#welcome-text-multicontent {
        padding: 40px 60px;
    }
    .after_payment #credentials-text {
        max-width: 92%;
    }
    .after_payment #main p.welcome-text-1 {
        margin-top: 1rem;
    }
    .after_payment #main p.welcome-text-2 {
        font-size: 1.4em;
        font-weight: bold;
    }
    .after_payment p#password-text {
        font-size: 1.4em;
    }
}


/*dropdown-btn*/

.dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.dropdown-btn img {
    width: 8%;
}
.dropdown-btn span {
    padding: 0 10px;
}
.dropdown-content {
    display: none;
}
.dropdown.open .dropdown-content {
    display: block;
}

/*btn google pay*/
#checkout_google_pay {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    flex-direction: column;
}
#main .top_form p.google_pay_p {
    margin: 20px auto 10px;
    font-size: 1em;
}

#main .top_form .google_pay_before_form p {
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    #checkout_google_pay {
        display: flex;
        padding: 10px 0 24px 0;
        align-items: stretch;
    }
    p.google_pay_p {
        padding: 10px 0 !important;
    }
}

google-pay-button {
    width: 100%;
    height: 50px;
}

/*btn apple pay*/
#checkout_apple_pay {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    flex-direction: column;
}
#main .top_form p.apple_pay_p {
    margin: 0 auto 10px;
    font-size: 1em;
}

#main .top_form .apple_pay_before_form p {
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    #checkout_apple_pay {
        display: flex;
        padding: 10px 0 24px 0;
        align-items: stretch;
    }
    p.apple_pay_p {
        padding: 10px 0 !important;
    }
}

apple-pay-button {
    width: 100%;
    height: 50px;
}

/*pagbrasil*/
#form_payment_pagbrasil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 20px;
}

form#form_payment_pagbrasil input {
    height: 40px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px;
}

#form_payment_pagbrasil div {
    width: 100%;
    display: flex;
    margin: 10px auto;
    flex-direction: column;
    position: relative;
}

.pix {
    margin-bottom: 40px;
}

button#pixButton {
    height: 50px;
    background: #555555;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1.2em;
    font-family: 'Outfit', sans-serif;
    width: 95%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjQzNTEgMjBIMy44OTg5MUMyLjExNDQ0IDIwIDAuNjY2OTkyIDE4LjU1MjYgMC42NjY5OTIgMTYuNzY4MVYzLjIzMTkyQzAuNjY2OTkyIDEuNDQ2MDEgMi4xMTQ0NCAwIDMuODk4OTEgMEgxNy40MzUxQzE5LjIyMDMgMCAyMC42NjcgMS40NDYwMSAyMC42NjcgMy4yMzE5MlYxNi43NjgxQzIwLjY2NyAxOC41NTI2IDE5LjIyMDMgMjAgMTcuNDM1MSAyMFoiIGZpbGw9IiMwMkJEQUUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjU0OTM0IDUuNzUzOEM3LjI0MTQ3IDUuNzUzOCA3LjkwNDc0IDYuMDQ3NjggOC4zNjk4NSA2LjU1OTQ0TDEwLjQzNTIgOC44MzU0NEMxMC42NzEzIDkuMDY1MzUgMTEuMDUzNyA5LjA2NjggMTEuMjkxMyA4LjgzNjg5TDEzLjYzMTMgNi40Nzk2QzE0LjA0NTkgNi4wNjIxMSAxNC42MDU4IDUuODA2NzEgMTUuMTkwMiA1Ljc2MTQ5TDEyLjIxODcgMi43ODk1MUMxMS4zNzg5IDEuOTQ5NzIgMTAuMDE4MiAxLjk0OTcyIDkuMTc4ODYgMi43ODk1MUw2LjIxNDU4IDUuNzUzOEg2LjU0OTM0Wk0xNy45NDA0IDguNTExNzRMMTUuODY5OCA2LjQ0MDY0SDE1LjM3NThDMTQuOTA2OSA2LjQ0MDY0IDE0LjQ0OSA2LjYzMTU5IDE0LjExOSA2Ljk2Mzk1TDExLjc3NDIgOS4zMjU1NkMxMS41MTk4IDkuNTcxODMgMTEuMTkwOCA5LjY5Mzk5IDEwLjg2MjMgOS42OTM5OUMxMC41Mjg1IDkuNjkzOTkgMTAuMTk1MiA5LjU2NzUgOS45NDM2MiA5LjMxNTk0TDkuOTMyNTYgOS4zMDM0NEw3Ljg2MDk4IDcuMDIxNjZDNy41MjYyMSA2LjY1Mjc1IDcuMDQ4MTIgNi40NDA2NCA2LjU0OTM0IDYuNDQwNjRINS41MjcyNkwzLjQ1NjYzIDguNTExNzRDMi42MTczMiA5LjM1MTA2IDIuNjE3MzIgMTAuNzExOCAzLjQ1NjYzIDExLjU1MTFMNS41MjcyNiAxMy42MjIySDYuMjk2MzRDNi43NjUzIDEzLjYyMjIgNy4yMjMxOSAxMy40MzE3IDcuNTUzMTUgMTMuMDk4OUw5Ljg5NzkzIDEwLjczNzJDMTAuNDEwMiAxMC4yNDE0IDExLjIyODggMTAuMjQ3NiAxMS43MjgxIDEwLjc0NjlMMTEuNzM5NiAxMC43NTg5TDEzLjgxMTIgMTMuMDQxMUMxNC4xNDYgMTMuNDEwNSAxNC42MjQgMTMuNjIyMiAxNS4xMjI4IDEzLjYyMjJIMTUuODY5OEwxNy45NDA0IDExLjU1MTFDMTguNzc5NyAxMC43MTE4IDE4Ljc3OTcgOS4zNTEwNiAxNy45NDA0IDguNTExNzRaTTEyLjIxODcgMTcuMjczOEwxNS4xODI5IDE0LjMwOTVIMTUuMTIyOEMxNC40MzA3IDE0LjMwOTUgMTMuNzY3NCAxNC4wMTUxIDEzLjMwMTggMTMuNTAyOUwxMS4yMzcgMTEuMjI3NEMxMS4wMDA4IDEwLjk5NzUgMTAuNjE4NCAxMC45OTYgMTAuMzgwOCAxMS4yMjY0TDguMDQwODYgMTMuNTgzMkM3LjU4MjQ5IDE0LjA0NDUgNi45NDcxMSAxNC4zMDk1IDYuMjk2MzQgMTQuMzA5NUg2LjIxNDU4TDkuMTc4ODYgMTcuMjczOEMxMC4wMTgyIDE4LjExMzEgMTEuMzc4OSAxOC4xMTMxIDEyLjIxODcgMTcuMjczOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 44% center;
}

@media only screen and (max-width: 600px) {
    button#pixButton {
        background-position: 41% center;
    }
}

#main .top_form .pix h2 {
    text-align: center;
    margin: 30px auto 10px;
    font-size: 1.1em;
}

button#creditButton {
    height: 50px;
    background: #55c300;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.2em;
    font-family: 'Outfit', sans-serif;
}

button#payButton {
    height: 50px;
    background: #55c300;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.2em;
    font-family: 'Outfit', sans-serif;
}

#legal_payment_by_gpay_only {
    font-size: 0.7em;
    margin: 100px auto;
    padding: 20px;
    max-width: 1200px;
}

#legal_payment_by_applepay_only {
    font-size: 0.7em;
    margin: 100px auto;
    padding: 20px;
    max-width: 1200px;
}

/* Popup container - can be anything you want */
#form_payment_pagbrasil div .popup {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 20px;
    background-color: #e3e3e3;
    padding: 5px;
    width: 7%;
    right: 6px;
    border-radius: 4px;
}
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -160px;
    padding: 5px;
}
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

/* Social footer list */

ul.social {
    display: flex;
    justify-content: center;
}

ul.social li::before {
    display: none;
}
ul.social li {
    margin: 10px;
    width: 2%;
}
#footer ul.social li img {
    width: 100%;
}

#main .top_form h2.license {
    font-weight: normal;
}

#main .top_form h2.license span {
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    ul.social li {
        width: 8%;
    }
}/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwkT9mI1F55MKw.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwAT9mI1F55MKw.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwgT9mI1F55MKw.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwcT9mI1F55MKw.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwsT9mI1F55MKw.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwoT9mI1F55MKw.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwQT9mI1F54.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvvYwYZ8UA3J58.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvuYwYZ8UA3J58.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwYZ8UA3.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  background-color: #ffffff;
  color: #111111;
  font-family: "Inter", sans-serif;
}

a,
a:visited,
a:active,
a:link {
  color: #111111;
}

p:empty {
  display: none;
}

.logo {
  display: flex;
  max-width: 1400px;
  justify-content: flex-start;
  margin: 0 auto;
}

.logo img {
  max-width: 160px;
  padding: 15px;
}

.boton {
  background-color: #2563eb;
  letter-spacing: 0;
}

.boton:hover {
  background-color: #0344cf;
}

a.button-cta-card {
  width: 25%;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  margin: 0 auto;
  background-color: #2563eb;
  margin-top: 40px;
}

a.button-cta-card:hover {
  background-color: #0344cf;
}

.card-text h1 {
  font-size: 2em;
}

.card-text p {
  font-size: 1.1em;
  line-height: 1.5;
}

.before_smart_trivia .even_card.card_2 a {
  margin-top: 10px;
}

.before_smart_trivia #top_card {
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  justify-content: space-around;
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  align-items: center;
}

#top_card .card-image img {
  border-radius: 20px;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.before_smart_trivia #top_card ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 0 40px;
  text-align: left;
}

.before_smart_trivia #top_card ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.before_smart_trivia #main h1 {
  font-size: 3em;
  text-align: left;
  margin: 0;
  padding: 0;
}

#main .before_smart_trivia p {
  text-align: left;
  font-size: 1em;
}

.before_smart_trivia #main p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.2em;
}

.before_smart_trivia #main .boton {
  width: 40%;
  margin: 0;
}

#top_card .card-image {
  padding: 0;
  width: 100%;
}

a#button-confirm {
  color: #ffffff;
  margin-top: 50px;
}

.boton {
  font-size: 1.3em;
  border-radius: 50px;
  font-weight: bold;
  padding: 15px;
}

#main {
  border-bottom: none;
  background-position: center;
  background-color: #f7f7f7;
  padding-bottom: 0;
}

.odd_card {
  border-bottom: 2px solid #efefef;
  justify-content: space-around;
  align-items: center;
}
.input-form {
  text-align: center;
}
button.submit-form-button {
  width: 100%;
  padding: 15px;
  background-color: #01bc00;
  border: none;
  border-radius: 20px;
  color: #ffffff;
  font-size: 1.2em;
  margin: 10px auto;
}
input#email {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.even_card {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 50px;
  justify-content: space-around;
  align-items: center;
}

.before_smart_trivia .odd_card,
.before_smart_trivia .even_card {
  max-width: 1400px;
}

.before_smart_trivia .odd_card.card_1 {
  border-bottom: none;
  margin: 0 auto;
  padding: 100px 0 0;
}

.before_smart_trivia .odd_card.card_1 .card-image {
  display: none;
}

.before_smart_trivia .odd_card.card_1 .card-text {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  padding: 0;
}

.before_smart_trivia .card-text h1 {
  font-weight: bold;
  padding: 0;
}

.before_smart_trivia .card-text ul li:before {
  content: url(../img/check.png);
  margin-right: 10px;
}

.before_smart_trivia .card-text ul li:nth-child(2):before {
  content: url(../img/check.png);
}

.before_smart_trivia .card-text ul li:nth-child(3):before {
  content: url(../img/check.png);
}

.before_smart_trivia .even_card.card_2 .card-image img,
.before_smart_trivia .odd_card.card_3 .card-image img,
.before_smart_trivia .even_card.card_4 .card-image img {
  border-radius: 20px;
}

.before_smart_trivia .even_card.card_2 {
  margin: 40px auto 0;
  padding-bottom: 100px;
  border-bottom: none;
}

.before_smart_trivia .even_card.card_2 .card-image {
  display: none;
}

.before_smart_trivia .even_card.card_2 .card-text {
  width: 100%;
  padding: 0;
}

.before_smart_trivia .even_card.card_2 .card-text ul {
  display: flex;
  align-content: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.before_smart_trivia .even_card.card_2 .card-text ul li {
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 30%;
  flex-direction: column;
  font-size: 1.2em;
  padding: 40px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.before_smart_trivia .even_card.card_2 ul li:before {
  content: url(../img/001.png);
  margin-bottom: 20px;
  margin-right: 0;
}

.before_smart_trivia .even_card.card_2 ul li:nth-child(2):before {
  content: url(../img/002.png);
  margin-bottom: 20px;
  margin-right: 0;
}

.before_smart_trivia .even_card.card_2 ul li:nth-child(3):before {
  content: url(../img/003.png);
  margin-bottom: 20px;
  margin-right: 0;
}

.before_smart_trivia .even_card.card_2 p {
  font-size: 0.8em;
  font-weight: normal;
  padding: 10px 0;
  opacity: 0.6;
}

.before_smart_trivia .odd_card.card_3 {
  background-color: #2563eb;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 100px 0;
}

.before_smart_trivia .odd_card.card_3 .card-image {
  display: none;
}

.before_smart_trivia .odd_card.card_3 .card-text {
  width: 100%;
  max-width: 1400px;
}

.before_smart_trivia .odd_card.card_3 .card-text h1 {
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
}

.before_smart_trivia .odd_card.card_3 ul {
  display: flex;
  align-content: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.before_smart_trivia .odd_card.card_3 ul li {
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 30%;
  background-color: #124fd6;
  color: #ffffff;
  flex-direction: column;
  font-size: 1.2em;
  padding: 40px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.before_smart_trivia .odd_card.card_3 ul li small {
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
}

.before_smart_trivia .odd_card.card_3 ul li span {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: normal;
  padding: 10px 0;
  opacity: 0.6;
  text-align: left;
}

.before_smart_trivia .odd_card.card_3 .card-text ul li:before {
  content: url(../img/stars.png);
  margin-right: 10px;
  margin-bottom: 20px;
}

.before_smart_trivia .odd_card.card_3 a.button-cta-card {
  background-color: #ffffff;
  color: #2563eb;
  margin-top: 60px;
}

.before_smart_trivia .even_card.card_4 {
  border-bottom: none;
  margin: 0 auto;
  padding: 100px 0 0;
  flex-direction: column;
}

.before_smart_trivia .even_card.card_4 .card-image {
  order: 1;
  width: 30%;
}

.before_smart_trivia .even_card.card_4 .card-text {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  padding: 0;
}

.before_smart_trivia .odd_card.card_5 {
  border-bottom: none;
  margin-top: 20px;
}

.before_smart_trivia .odd_card.card_5 .card-text {
  width: 100%;
}

.before_smart_trivia .odd_card.card_5 p {
  font-size: 0.8em;
  font-weight: normal;
  padding: 10px 0;
  opacity: 0.6;
}

.before_smart_trivia .odd_card.card_5 ul {
  display: flex;
  align-content: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.before_smart_trivia .odd_card.card_5 li {
  margin: 20px auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 30%;
  flex-direction: column;
  font-size: 1.2em;
  padding: 40px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.before_smart_trivia .odd_card.card_5 .card-image {
  display: none;
}

.before_smart_trivia .odd_card.card_5 li span {
  line-height: 1.5;
  font-size: 0.8em;
  font-weight: normal;
  padding: 10px 0;
  opacity: 0.6;
}

.before_smart_trivia .odd_card.card_5 ul li:before {
  content: url(../img/004.png);
  margin-bottom: 20px;
  margin-right: 0;
  width: 100%;
}

.before_smart_trivia .odd_card.card_5 ul li:nth-child(2):before {
  content: url(../img/005.png);
}

.before_smart_trivia .odd_card.card_5 ul li:nth-child(3):before {
  content: url(../img/006.png);
}

.before_smart_trivia .odd_card.card_5 ul li:nth-child(4):before {
  content: url(../img/nivel4.png);
}

.before_smart_trivia .odd_card.card_5 ul li:nth-child(5):before {
  content: url(../img/nivel5.png);
}

.before_smart_trivia .odd_card.card_5 ul li:nth-child(6):before {
  content: url(../img/nivel6.png);
}

.before_smart_trivia .even_card.card_6 {
  border-bottom: none;
  margin: 0 auto;
  padding: 0 0 50px;
  flex-direction: column;
}

.before_smart_trivia .even_card.card_6 .card-image {
  order: 1;
  width: 30%;
}

.before_smart_trivia .even_card.card_6 .card-text {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  padding: 0;
}

.before_smart_trivia .odd_card.card_7 {
  border-bottom: none;
}

.before_smart_trivia .odd_card.card_7 .card-image {
  display: none;
}

.before_smart_trivia .odd_card.card_7 .card-text {
  width: 100%;
}

.before_smart_trivia .odd_card.card_7 ul {
  display: flex;
  align-content: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.before_smart_trivia .odd_card.card_7 li {
  margin: 20px auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 30%;
  flex-direction: column;
  font-size: 1.2em;
  padding: 40px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.before_smart_trivia .odd_card.card_7 li span {
  line-height: 1.5;
  font-size: 0.8em;
  font-weight: normal;
  padding: 10px 0;
  opacity: 0.6;
}

.before_smart_trivia .odd_card.card_7 ul li:before {
  content: url(../img/nivel1.png);
  margin-bottom: 20px;
  margin-right: 0;
  width: 100%;
}

.before_smart_trivia .odd_card.card_7 ul li:nth-child(2):before {
  content: url(../img/nivel2.png);
}

.before_smart_trivia .odd_card.card_7 ul li:nth-child(3):before {
  content: url(../img/nivel3.png);
}

.before_smart_trivia .odd_card.card_7 ul li:nth-child(4):before {
  content: url(../img/nivel4.png);
}

.before_smart_trivia .odd_card.card_7 ul li:nth-child(5):before {
  content: url(../img/nivel5.png);
}

.before_smart_trivia .odd_card.card_7 ul li:nth-child(6):before {
  content: url(../img/nivel6.png);
}

.before_smart_trivia .even_card.card_8 {
  border-bottom: none;
  margin: 0 auto;
  padding: 0 0 50px;
  flex-direction: column;
}

.before_smart_trivia .even_card.card_8 .card-image {
  order: 1;
  width: 70%;
}

.before_smart_trivia .even_card.card_8 .card-text {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .card-text p {
    font-size: 1em;
  }
  .card-text h1 {
    font-size: 1.8em;
  }
  .before_smart_trivia .even_card.card_6 .card-image {
    order: 1;
    width: 100%;
    padding: 0;
  }
  .before_smart_trivia .even_card.card_2 .card-text ul {
    flex-direction: column;
  }
  .before_smart_trivia .even_card.card_2 .card-text ul li {
    width: 100%;
    padding: 30px;
    margin: 20px auto;
  }
  .boton {
    width: 90%;
  }
  .before_smart_trivia #top_card {
    padding: 40px 20px 50px;
    flex-direction: column;
  }
  .before_smart_trivia #top_card .card-image img {
    margin-top: 50px;
  }
  .before_smart_trivia #main .boton {
    width: 70%;
    margin: 0 auto;
  }
  .before_smart_trivia #main h1 {
    font-size: 1.8em;
    text-align: center;
    padding: 10px;
  }
  .before_smart_trivia #main p {
    text-align: center;
  }
  .before_smart_trivia .odd_card.card_1 li {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
  }
  .before_smart_trivia .odd_card.card_5 li {
    width: 100%;
    margin: 10px auto;
    padding: 30px;
    text-align: left;
  }
  .before_smart_trivia .odd_card.card_1 {
    margin: 10px auto;
    padding: 40px 20px 0;
  }
  .before_smart_trivia .even_card.card_2 {
    margin: 10px auto;
    padding: 20px 20px 90px;
  }
  .before_smart_trivia .odd_card.card_3 {
    margin: 10px auto;
    padding: 100px 20px 40px;
  }
  .before_smart_trivia .odd_card.card_3 ul {
    flex-direction: column;
  }
  .before_smart_trivia .odd_card.card_3 ul li {
    width: 100%;
    padding: 30px;
    margin: 20px auto;
  }
  .before_smart_trivia .even_card.card_4 {
    margin: 50px auto;
    padding: 20px;
  }
  .before_smart_trivia .even_card.card_4 .card-image {
    width: 90%;
  }
  .before_smart_trivia .odd_card.card_5 {
    padding: 20px;
    margin-bottom: 10px;
  }
  .before_smart_trivia .even_card.card_6 {
    padding: 20px;
  }
  a.button-cta-card {
    margin: 40px auto;
    width: 70%;
  }
  .before_smart_trivia .odd_card.card_7 li {
    width: 90%;
  }
}

#footer {
  background-color: #efefef;
}
#footer &gt; div.container {
  font-size: 0.8rem;
  line-height: 1.2rem;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.container_payment {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0;
  background-color: #fafafa;
}

.payment_info {
  text-align: left;
  max-width: 36em;
  padding: 0 12px 4px;
  order: -1;
  display: flex;
  flex-direction: column;
}

.payment_info img {
  display: flex;
  order: 2;
  margin-top: 24px;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  padding: 10px;
}

.payment_info ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.payment-form #main {
  padding-bottom: 15vh;
  background: #fafafa;
}

.top_form-check ul {
  font-size: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px auto 14px;
}

.top_form-check ul li {
  margin: 5px;
  display: flex;
}

.footer_info {
  display: flex;
  flex-direction: column;
  order: 2;
}

.footer_info ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#main .footer_info ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  border-top: none;
}

#main .footer_info ul li p {
  opacity: 1;
  display: inline-block;
}

#main .footer_info ul li span {
  opacity: 0.5;
  margin: 10px 0;
  font-size: 0.9em;
  line-height: 1.4;
  order: 1;
}

#main .footer_info ul li h1 {
  width: auto;
  margin-left: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

#main .footer_info ul li:before {
  content: url(../img/user.png);
  margin-right: 10px;
}

#main .footer_info ul li:after {
  content: url(../img/stars.png);
  margin-left: 10px;
}

#payment_form {
  display: flex;
  flex-direction: column;
  width: 36em;
  max-width: 36em;
  margin-bottom: 8em;
  padding: 0 12px 4px;
}

#main .header_info h1:first-child {
  display: none;
}

#main .header_info h1 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  display: flex;
}

#main .header_info h1:before {
  content: url(../img/check2.png);
  margin-right: 10px;
}

#main .header_info {
  display: flex;
  text-align: left;
  order: 1;
  flex-direction: column;
}

#main .payment_info .header_info {
  border: 1px solid #e7e7e7;
  display: flex;
  text-align: left;
  order: 1;
  padding: 20px;
  border-radius: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

#main .header_info p.resultstime {
  font-size: 0.9em;
  padding: 1em;
  margin: 2em auto;
  width: 80%;
  display: flex;
  background-color: #f2f2f2;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#main .header_info p:before {
  content: url(../img/clock.png);
  margin-right: 10px;
}

.list {
  margin-bottom: 1.6em;
  display: flex;
  order: 2;
  margin-top: 1em;
  display: none;
}

.list li {
  margin-top: 1.3em;
  display: flex;
  font-size: 1.1em;
}

li:before {
  content: url(../img/check.png);
  margin-right: 10px;
}

#main .footer_info h1 {
  font-size: 1em;
  margin-top: 1em;
  padding: 20px 30px;
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-bottom: 1em;
  border: 1px solid #e7e7e7;
  width: 100%;
  font-weight: normal;
  text-align: center;
}

#main .footer_info h1 span {
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #e7e7e7;
}

#main .footer_info h2 {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.7em;
}

#main .footer_info p.pname {
  font-size: 1em;
  padding: 0.7em;
  margin: 10px auto 0;
  font-weight: bold;
  background-color: #f2f2f2;
  width: 100%;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .footer_info p::before {
  content: url(../img/certificate.png);
  margin-right: 10px;
}

.top_form {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.top_form ul {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f2f2f2;
}

.top_form ul li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-direction: row;
}

.footer_form {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  order: 1;
}

#main .footer_form h1 {
  margin-top: 1em;
  font-weight: bold;
  padding: 0;
  text-align: left;
  font-size: 1em;
}

#main .footer_form h2 {
  font-size: 0.8em;
  padding: 1em 0 0;
  margin: 10px auto;
  text-align: left;
}

.footer_checkbox {
  margin: 0 auto;
  margin-top: 10vh;
  font-size: 0.9em;
  background-color: #333333;
  padding: 20px;
  width: 96%;
  max-width: 1400px;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  #main .payment_info .header_info {
    display: none;
  }
  .container_payment {
    display: block;
    width: 94%;
    margin: 10px auto;
  }
  .footer_form {
    display: none;
  }
  #footer &gt; div.container {
    max-width: 80%;
  }
  #payment_form {
    margin-bottom: 0;
    width: auto;
  }
  #main .footer_info h1 span {
    padding: 2px 10px;
  }
  #main .footer_info h1 {
    line-height: 1.6;
  }
  #main .header_info p.resultstime {
    align-items: center;
  }
}

.wpwl-control {
  color: #000000;
}

.wpwl-form {
  max-width: 36em;
  margin: 0;
}

.wpwl-button {
  padding: 15px 16px;
}

.wpwl-control {
  height: 2.5em;
}

.wpwl-label {
  margin-bottom: 10px;
  padding: 0 4px;
}

.wpwl-label-brand {
  padding-top: 8px;
}

.wpwl-wrapper-billing input,
.wpwl-wrapper-billing select {
  margin-top: 15px;
  width: 100%;
  float: left;
}

input.wpwl-control.wpwl-control-street1,
select.wpwl-control.wpwl-control-country,
input.wpwl-control.wpwl-control-city {
  margin-right: 22px;
}

.wpwl-label.wpwl-label-billing {
  margin-top: 10px;
  margin-bottom: 0;
}

.wpwl-group {
  margin-bottom: 15px;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .wpwl-wrapper-billing input,
  .wpwl-wrapper-billing select {
    width: 48%;
  }

  .wpwl-group {
    margin-bottom: 15px;
    width: 100%;
  }
}

.wpwl-form-card {
  backdrop-filter: blur(6.6px);
  text-align: left;
  border: 1px solid #e7e7e7;
  padding: 1rem;
  border-radius: 20px;
}

.wpwl-brand-card-logo {
  margin: 0 4px 0 4px;
  position: inherit;
}

.wpwl-control {
  height: 2.5em;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 10px;
}

.wpwl-label {
  padding: 0px;
  font-size: 14px;
  width: auto;
}
.wpwl-button-pay {
  font-size: 19px;
  color: #fff;
  background-color: #124fd6;
  border-color: #124fd6;
  border-radius: 50px;
  padding: 20px 10px;
  width: 100%;
  margin-top: 15px;
  letter-spacing: 1px;
}
.wpwl-button-pay:hover,
.wpwl-button-pay:focus,
.wpwl-button-pay:active {
  color: #fff;
  background-color: #0344cf;
  border-color: #0344cf;
}
.wpwl-text,
.wpwl-text-confirmation {
  display: block;
  text-align: justify;
  padding: 12px 4px;
}

@media only screen and (max-width: 600px) {
  .wpwl-label {
    font-size: 14px;
    width: auto;
  }
}

.wpwl-group.wpwl-group-custom {
  width: 100%;
  padding: 0 4px;
}

.wpwl-group.wpwl-group-brand.wpwl-clearfix {
  width: 20%;
  display: none;
}

.wpwl-wrapper {
  width: 100%;
  padding: 0 4px;
}

.wpwl-group.wpwl-clearfix.wpwl-group-billing {
  width: 100%;
}

input.wpwl-control.wpwl-control-street1,
select.wpwl-control.wpwl-control-country,
input.wpwl-control.wpwl-control-city {
  margin-right: 12px;
}

.wpwl-group.wpwl-group-submit.wpwl-clearfix {
  width: 100%;
}

.wpwl-wrapper-billing input,
.wpwl-wrapper-billing select {
  margin-top: 15px;
  width: 48%;
  float: left;
}

#main .top_form h1 {
  font-size: 1.5em;
  margin-top: 0;
  padding: 20px;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 20px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#main .top_form h1.first {
  font-size: 1.5em;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  padding: 20px 20px 10px;
  text-align: left;
  display: none;
}

#main .top_form h1.first:before {
  content: url(../img/check2.png);
  margin-right: 10px;
}

#main .top_form h2.first {
  font-size: 1em;
  margin-top: 0;
  text-align: left;
  font-weight: normal;
  border-top: none;
  padding: 0 0 20px 60px;
  border-bottom: 1px solid #e7e7e7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: flex-start;
  display: none;
}

#main .top_form p.resultstime {
  font-size: 0.9em;
  padding: 1em;
  margin: 2em auto 2em;
  width: 100%;
  display: flex;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: none;
}

#main .top_form p.resultstime:before {
  content: url(../img/clock.png);
  margin-right: 10px;
}

#main .top_form h1.offer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .top_form h1:before {
  content: url(../img/offer.png);
  margin-right: 10px;
}

#main .top_form h1.footerform {
  font-size: 1.2em;
  margin-top: 0;
  padding: 20px;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 20px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
}

#main .top_form h1.footerform:before {
  content: url(../img/pay.png);
  margin-right: 10px;
}

.footer_form h3 {
  font-size: 0.9em;
  text-align: left;
  padding: 0px 20px 20px;
  border: 1px solid #e7e7e7;
  border-top: navajowhite;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.top_form {
  padding: 0;
}

.top_form h2 {
  padding: 0;
  padding: 10px 0;
  text-align: left;
}

.top_form_00 {
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 1.8em;
  text-align: center;
}

#countdown_payment {
  width: 20%;
  text-align: right;
  padding: 1em;
  margin: 2em auto;
  background-color: #f2f2f2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-style: italic;
}

.top_form_01,
.top_form_02,
.top_form_03 {
  display: flex;
  justify-content: space-evenly;
  margin: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.top_form_01 .text1 {
  font-size: 1.3em;
  color: #999999;
  text-align: center;
}

.top_form_01 .text2 {
  font-size: 3em;
  font-weight: bold;
}

.top_form_02 {
  color: #ff0000;
}

.top_form_03 {
  font-weight: bold;
}

.top_form-check p {
  padding: 0;
  margin: 0;
}

img.cefr {
  display: none;
}

@media only screen and (max-width: 600px) {
  #main .top_form h1.first {
    display: flex;
  }
  #main .top_form h2.first {
    display: flex;
    margin: 1em auto;
  }
  #main .top_form p.resultstime {
    display: flex;
    margin: 2em auto 0.3em;
  }
  img.cefr {
    display: flex;
    margin: 1em auto;
  }
  .top_form-check {
    font-size: 1.2em;
  }
  .top_form-check h4 {
    font-size: 1.8em;
    display: block;
    font-weight: bold;
  }
  .top_form_00 {
    font-size: 1.1em;
  }
  .top_form-check ul li {
    font-size: 0.8em;
    text-align: left;
  }
  #main .top_form h1.footerform {
    font-size: 1em;
    justify-content: center;
  }
  #main .top_form h1.footerform:after {
    margin-left: 10px;
  }
}

#main .top_form .top_form-validation-text h2 {
  font-weight: normal;
  border: none;
  font-size: 1.1em;
  padding: 0;
  margin-left: 15px;
  width: auto;
}

#main .top_form h2 {
  font-weight: bold;
  font-size: 4em;
  width: 100%;
  text-align: center;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
#main .top_form h2 span {
  font-size: 0.5em;
  text-decoration: line-through;
  opacity: 0.5;
  margin-right: 20px;
}

#main .top_form .footer_form h2 {
  font-size: 0.9em;
  font-weight: normal;
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  margin-top: 20px;
  text-align: left;
  line-height: 1.4;
}

span.top_form-price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -18px;
  color: #3cc93d;
  font-weight: bold;
}

.top_form-validation {
  padding: 10px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

.top_form-validation-lock img {
  display: grid;
  width: auto;
  justify-self: start;
}

.top_form-validation-text h2 {
  padding: 0;
}

.top_form-validation-text p {
  padding: 0;
}

.top_form-validation-cards img {
  display: grid;
  width: auto;
  justify-self: end;
}

.wpwl-has-error ~ .wpwl-hint {
  color: #ffffff;
  padding: 10px;
  font-size: 0.8em;
  background-color: #f00;
  border-radius: 20px;
  min-height: 50px;
}

.wpwl-container {
  margin-top: 14px;
}

#main .footer_checkbox_legal p {
  font-size: 0.9em;
  font-weight: normal;
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  margin-top: -20px;
  text-align: left;
  line-height: 1.4;
  display: none;
}

.top_form-validation-text {
  display: flex;
}

.top_form-validation-cards {
  display: none;
}

#main .top_form p {
  font-size: 0.8em;
  padding: 0;
  margin: 0 auto 0 15px;
  color: #333333;
  text-align: left;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .top_form-validation-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #main .footer_checkbox_legal p {
    display: block;
  }
  #main .top_form h2 {
    text-align: center;
    font-size: 3em;
  }
  #main .top_form p {
    margin: 0;
    font-size: 0.7em;
    margin-left: 5px;
  }
  #main .top_form .top_form-validation-text h2 {
    font-size: 0.8em;
    margin-left: 5px;
  }
}

img.stars {
  width: 20%;
  margin-right: 10px;
}

label.label_check_recurring_payment {
  padding: 0 0 0 10px;
}

label.label_check_legal_tc {
  padding: 0 0 0 10px;
}

#main &gt; div.footer_legal_checkbox {
  margin: 20px 0;
  display: none;
}

span.error {
  color: #ffffff;
  padding: 10px;
  font-size: 0.8em;
  background-color: #f00;
  border-radius: 20px;
  width: 100%;
  margin: 20px 0;
  display: block;
}

#main &gt; div.footer_checkbox_legal &gt; p &gt; a {
  text-decoration: underline;
}

#main &gt; div.footer_legal_checkbox &gt; p {
  font-size: 12px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#main &gt; div.footer_legal_checkbox &gt; p {
  width: 100%;
  max-width: 1400px;
}

input#check_recurring_payment,
input#check_legal_tc {
  background-color: #e8f7fe;
  cursor: pointer;
  width: 12px;
  height: 12px;
  appearance: none;
  border: 1px solid #888;
  padding: 0 5px;
}

input#check_recurring_payment:checked,
input#check_legal_tc:checked {
  background-color: #124fd6;
  border: 1px solid #124fd6;
  background-image: url(../img/imputcheck.png);
  background-position: center;
}

#footer img {
  width: 10%;
}

.card-text {
  width: 40em;
}

.card-text ul {
  padding: 20px;
}

.card-text ul li {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  #footer img {
    width: 40%;
  }
  .card-text {
    width: 100%;
  }
}

/*LP3*/

.after_smart_trivia #top_card {
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0 50px 50px;
}

.after_smart_trivia #main ul {
  flex-direction: column;
  max-width: 600px;
  padding-bottom: 30px;
  margin-left: 40px;
  align-content: flex-start;
  align-items: flex-start;
}

.after_smart_trivia #main ul li {
  margin: 10px;
  display: flex;
  align-items: center;
  text-align: left;
}

.after_smart_trivia #main ul li:before {
  content: url(../img/check.png);
}

.after_smart_trivia .card-text ul li {
  margin: 10px auto;
  text-align: left;
  align-items: flex-start;
}

.after_smart_trivia .odd_card.card_1 span {
  background-color: #124fd6;
  padding: 5px 10px;
  border-radius: 20px;
  color: #ffffff;
}

.after_smart_trivia .odd_card.card_1 {
  display: none;
}

.after_smart_trivia .odd_card.card_1 .card-text p {
  font-size: 2em;
}

.after_smart_trivia a#button-confirm {
  color: #ffffff;
  width: 100%;
  margin: 10px 20px 20px 30px;
}

.after_smart_trivia .even_card.card_2 .card-text {
  display: none;
}

.after_smart_trivia .even_card.card_2 .card-image {
  width: 100%;
}

.after_smart_trivia .even_card.card_2 .card-text ul li {
  margin: 0 auto 30px;
  align-items: center;
}

.after_smart_trivia .odd_card.card_3 .card-text {
  order: 1;
}

.after_smart_trivia #main .logo p {
  background-color: #17c117;
  max-width: none;
  color: #ffffff;
  margin-top: 0;
  font-size: 1.2em;
}

.after_smart_trivia #main h1 {
  font-size: 1.6em;
  max-width: 600px;
  padding: 30px;
  text-align: left;
  margin-top: 0;
}

.after_smart_trivia .odd_card.card_3 ul li:before {
  content: url(../img/quote.png);
}

@media only screen and (max-width: 600px) {
  .after_smart_trivia #main .logo p {
    margin-bottom: 0;
  }
  .after_smart_trivia #top_card {
    flex-direction: column-reverse;
    padding: 10px;
  }
  .after_smart_trivia #main h1 {
    font-size: 1.4em;
    width: 95%;
    padding: 10px;
    text-align: center;
  }
  .after_smart_trivia #main ul {
    width: 95%;
    margin: 0 auto;
  }
  .after_smart_trivia a#button-confirm {
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
  }
  .after_smart_trivia #top_card .card-image {
    margin-top: 0;
  }
}

.testimonial {
  display: flex;
  flex-direction: column;
}
.testimonial-content-text {
  padding: 1em 0;
}
.testimonial-content-text h1 {
  font-size: 2.2em;
  padding: 20px;
}
.slider {
  height: 420px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}
.slider-btn {
  width: 12px;
  height: 12px;
  margin: 0px 12px;
  z-index: 10;
  background-color: #e8f7fe;
  border-radius: 20px;
  cursor: pointer;
  appearance: none;
  backface-visibility: hidden;
}
.slider-btn:checked {
  -webkit-animation: check 0.5s linear forwards;
  animation: check 0.5s linear forwards;
  background-color: #124fd6;
}
.slider-btn:checked:nth-of-type(1) ~ .slider-inner {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slider-btn:checked:nth-of-type(2) ~ .slider-inner {
  -webkit-transform: translateX(-25%);
  transform: translateX(-33.3%);
}
.slider-btn:checked:nth-of-type(3) ~ .slider-inner {
  -webkit-transform: translateX(-50%);
  transform: translateX(-66.6%);
}
.slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  transition: all 1s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
}
.slider-contents {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  padding: 0 20px;
}
.slider-contents img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 2em;
  border: 5px solid #124fd6;
}
.slider-contents p {
  font-size: 1.1em;
}
.slider-caption {
  font-size: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  color: #124fd6;
}
.slider-txt {
  color: #999;
  margin-bottom: 48px;
  max-width: 300px;
}

/*Trivia*/

p.question-text {
  font-size: 1.3em;
  line-height: 1.4;
}

li.answer.answer-available.answer-text {
  background: #124fd6;
  color: #ffffff;
  padding: 0.8em 0.4em;
  margin: 0.5em auto;
  font-weight: normal;
  border-radius: 50px;
}

.main-ul.question-trivia {
  margin: 20px auto;
}

.question-trivia li:before {
  display: none;
}

.question-trivia li:nth-child(2):before {
  display: none;
}

.question-trivia li:nth-child(3):before {
  display: none;
}

.question-trivia li:nth-child(4):before {
  display: none;
}

.question-trivia li:nth-child(5):before {
  display: none;
}

.question-trivia li:nth-child(6):before {
  display: none;
}

#step_1 {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-top: 10vh;
}

#step_final {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-top: 5vh;
}

.step-messages_container {
  margin-top: 20px;
  align-self: center;
  font-size: 1.4rem;
}

.step-message {
  display: flex;
  align-items: center;
  color: lightgrey;
}

.step-message_active {
  color: black;
  transition: color 0.5s ease;
}

.step-message_active svg {
  color: #45c4a0;
}

.step-message svg {
  margin-right: 5px;
}

.step-messages ul {
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  text-align: left;
}

.step-messages ul li {
  display: flex;
  align-items: center;
  margin: 10px;
}

.step-messages ul li:before {
  content: url(../img/step1.png);
  margin-right: 10px;
}

#step_1 h1,
#step_final h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

#step_1 h3 {
  color: #000000;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}

#step_1 span {
  color: #124fd6;
  margin-right: 10px;
}

.step-messages p {
  margin: 10px auto;
  font-size: 1.2em;
}

@media only screen and (max-width: 600px) {
  .step-messages p {
    font-size: 1em;
  }
  .step-messages ul li {
    align-items: flex-start;
  }
}

#start_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 15px;
  background-color: #124fd6;
  color: #ffffff;
  width: 50%;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 30px;
  align-self: center;
  max-width: 400px;
  animation: Pulse 2s ease-in-out 1s infinite normal forwards;
}

#start_button:hover {
  background-color: #124fd6;
}

:root {
  --triviaCircularProgressColor1: #124fd6;
  --triviaCircularProgressColor2: #7698e2;
}

.tab-trivia {
  display: none;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1000px;
  border: 2px solid #efefef;
  background: #f9f9f9;
  border-radius: 20px;
}

#smartly_trivia_header {
  background: #efefef;
  display: flex;
  padding: 20px;
  font-size: 23px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 10px auto 0;
  max-width: 1000px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#remaining_questions {
  font-weight: bolder;
}

#time_counter {
  display: flex;
  align-items: center;
}

#time_counter_text {
  font-size: 1.1rem;
  font-weight: lighter;
  color: #000000;
  margin-right: 5px;
}

#time_counter_seconds {
  font-size: 1.5rem;
  color: black;
}

.question-image {
  position: relative;
  width: 50%;
  height: auto;
}

.ul {
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: inherit;
}

.answer-available {
  padding: 20px;
  background-color: rgb(229 231 235);
  color: black;
  font-weight: bold;
}

.answer-available:hover {
  cursor: pointer;
  background-color: var(--blue-hover);
}

.selected-answer {
  background: #0a0a94 !important;
  color: #ffffff !important;
  border: 2px solid #0a0a94 !important;
}

#question_selector_container {
  font-size: 15px;
  display: grid;
  gap: 1rem 0;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  justify-items: center;
  margin: 30px auto;
  max-width: 1000px;
}

.question_selector {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 5px 10px;
  width: 3.8rem;
  border: 2px solid #124fd6;
  border-radius: 50px;
}

.question_selector:hover {
  cursor: pointer;
  border: 2px solid #124fd6;
  color: #ffffff;
  background-color: #124fd6;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.progress-bar {
  width: 100%;
  background-color: #efefef;
  padding: 0;
  margin-bottom: 20px;
  height: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.progress-bar-fill {
  width: 0;
  display: block;
  height: 5px;
  background-color: #124fd6;
  border-radius: 20px;
  transition: width 500ms ease-in-out;
}

#question_controller_container {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 10px;
  max-width: 1000px;
}

.button_controller {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 2px solid #124fd6;
  border-radius: 50px;
  color: #124fd6;
}

.button_controller:hover {
  cursor: pointer;
  background-color: #124fd6;
  color: #ffffff;
}

ul {
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

li.answer.answer-available.answer-image-text {
  width: 40%;
  display: flex;
  border-radius: 20px;
  background-color: #f0f0f0;
  color: #000000;
  padding: 10px;
  margin: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid #f0f0f0;
}

img.question-image {
  width: 80%;
  margin-bottom: 0;
  padding: 20px;
}

li.answer.answer-available.answer-image-text span {
  margin-top: 10px;
  font-weight: normal;
}

li.answer.answer-available.answer-image-text:hover {
  background-color: #e8f7fe;
  border: 2px solid #124fd6;
}

.question-selector-active {
  background-color: #124fd6;
  color: #ffffff;
  border: 2px solid #124fd6;
}

.step-messages {
  padding: 20px;
}

.circular-progress {
  position: relative;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 30px auto;
}
.circular-progress:before {
  content: "";
  position: absolute;
  height: 84%;
  width: 84%;
  background-color: #ffffff;
  border-radius: 50%;
}
.value-container {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  color: #231c3d;
}

#loading-spin {
  color: #124fd6;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#loading-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 35%;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-color: #124fd6;
  border-top-color: #e8f7fe;
  border-width: 7px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

#loading-spin-percentage {
  display: block;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a#download_pdf_button {
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .tab-trivia {
    flex-direction: column;
    width: 95%;
  }
  .wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #smartly_trivia_header {
    padding: 10px;
    font-size: 1.2rem;
    width: 95%;
    margin: 0 auto;
  }

  #question_selector_container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 0.75rem;
    font-size: 0.8rem;
    width: 90%;
  }

  .question-image {
    position: unset;
    width: 100%;
  }

  .question-trivia {
    justify-content: center;
  }

  #time_counter_text {
    display: none;
  }

  .button_controller &gt; span {
    display: none;
  }

  .button_controller.button-forward.button-forward-last &gt; span {
    display: block;
  }

  #start_button {
    font-size: 1.2rem;
    width: 80%;
    margin-top: 20px;
  }

  #step_1 h3 {
    font-size: 16px;
  }

  #step_1 h1,
  #step_final h1 {
    font-size: 1.6em;
  }

  main {
    margin-top: 20px;
  }

  img.question-image {
    width: 70%;
    margin: 20px auto;
  }

  #question_controller_container {
    margin-top: 30px;
    width: 87%;
  }

  li.answer.answer-available.answer-image-text {
    width: 20%;
    padding: 5px;
    margin: 0 5px 20px;
  }

  li.answer.answer-available.answer-image-text span {
    margin-top: 5px;
    font-size: 14px;
  }
}

/***  END smart_trivia ***/

@keyframes Pulse {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

/***  After payment ***/

.after_payment #main {
  height: 100vh;
}

.after_payment #main p {
  /*margin-top: 20vh;*/
  margin: 0 auto;
}

.after_payment #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*Modal pago*/

.modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.payment_modal_form_content {
  height: 90%;
  width: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  overflow: scroll;
  max-width: 600px;
  max-height: 700px;
}

/*Modal TRIVIA*/

#popup_modal_wrapper_not_answered_questions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_trivia_modal_form_content {
  width: 90%;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}
button#btn_return_to_test,
button#btn_remake_the_test {
  padding: 15px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 1.2em;
  margin-top: 20px;
  background-color: #124fd6;
}
#popup_modal_wrapper_minimum_time {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payxpert .payment_modal_form_content {
  height: 45%;
  min-height: 580px;
}

#email_modal_form_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.email_modal_form_content {
  width: 90%;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}

.email_modal_form_content .header_info h2 {
  margin-bottom: 15px;
}

.email_form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#emailInput {
  width: 100%;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

input#nameInput {
  width: 100%;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.button_submit_email {
  padding: 15px 20px;
  border: none;
  border-radius: 50px;
  background-color: #124fd6;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  font-size: 1.1em;
  font-family: "Inter", sans-serif;
}

.button_submit_email:hover {
  background-color: #023ab2;
}

.header_info h1 {
  font-size: 1.8em;
  font-weight: bold;
}

.header_info h2 {
  font-size: 1em;
  margin-top: 10px;
  margin-left: 40px;
}

.header_info p {
  font-size: 0.8em;
  margin: 10px auto 20px;
}

p.checkbox_terms {
  font-size: 0.7em;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

p.legal {
  font-size: 0.7em;
  margin-top: 6em;
}

label.label_check_recurring_payment {
  padding: 0;
  margin-left: 5px;
}

label.label_check_legal_tc {
  padding: 0;
  margin-left: 5px;
}

.footer_legal_checkbox {
  margin: 2em auto;
  display: flex;
  flex-direction: column;
  order: 1;
}

::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 600px) {
  .payment_modal_form_content {
    height: 96%;
    width: 94%;
    padding: 15px;
  }
  .header_info h1 {
    font-size: 1.2em;
  }
  .header_info h2 {
    font-size: 1em;
  }
  .header_info p {
    font-size: 0.7em;
  }
  .top_form-validation-text h2 {
    font-size: 0.7em;
  }
  .top_form-validation-text p {
    font-size: 0.6em;
  }
  .top_form-validation-cards {
    width: 50%;
  }
  .top_form-validation-cards img {
    width: 100%;
  }
}

.under_logo {
  background-color: #8dffa1;
  padding: 20px;
  font-size: 1.2em;
}
.top_block {
  color: #999999;
  font-size: 1.2em;
  width: 40%;
  margin: 0 auto;
}
.top_block h2 {
  margin: 30px auto 40px;
  font-size: 2em;
  font-weight: bold;
  color: #111111;
}

@media only screen and (max-width: 600px) {
  .top_block {
    font-size: 1em;
    width: 90%;
  }
}

/*Border */

.brd .footer_checkbox_legal a {
  color: #bebebe;
  text-decoration: underline;
}

.brd .footer_checkbox_legal {
  padding: 20px;
}

.brd .label_check_recurring_payment {
  color: #bebebe;
}

.brd .label_check_legal_tc {
  color: #bebebe;
}

.brd .label_check_legal_tc a {
  color: #bebebe;
}
</pre></body></html>