body {
    font-family: 'Proxima Nova';
    font-weight: normal
}

h1 { font-family: 'Space Grotesk', sans-serif; font-weight: normal }

h2, p { font-family: 'Proxima Nova'; font-weight: normal }

p { font-size: 16px }

.section__title { font-size: 38px }
.section__padding { padding:80px 0 80px 0 }
.section__padding--notop { padding: 0 0 80px 0 }

/* Header */

#header a.logo {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header nav {
    margin-top: 10px;
}

#mobile-header {
    display: none;
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 15;
}

button.hamburger {
    margin-top: 20px;
}

#mobile-header .mobile-menu-content {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: -1000%;
    transition: 0.4s ease;
    background-color: #f7f7f7;
    text-align: center;
}

#mobile-header .mobile-menu-content.active {
    left: 0;
}

.mobile-menu-content ul {
    list-style: none;
    margin: 40% 0 0 0;
    padding: 0;
}

.mobile-menu-content ul li {
    margin-bottom: 15px;
}

.mobile-menu-content a {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.1;
    text-decoration: none;
    color: black;
    text-align: center;
}

.mobile-menu-content a:hover {
    text-decoration: underline;
    color: #333;
}

/* FullBanner Section */

#fullbanner {
    width: 100%;
    min-height: 1260px;
    background: url("../img/fullbanner.jpg");
    background-size: cover;
}

.fullbanner__text--big {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1.1;
    margin-top: 130px !important;
}

.fullbanner__text--small {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-size: 20px;
    margin-top: 20px !important;
    width: 400px
}

/* Icon Boxes */

.iconbox { display: flex }

.iconbox__icon--default {
    background-color: black;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.iconbox__icon--default i {
    color: white;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
}

.iconbox__text--default {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 100px;
}

/* Company Section */

#company {
    background-color: #000;
    width: 100%;
    min-height: 450px;
}

.company__text--big {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.1;
    width: 300px;
    color: #fff;
}

.company__text--small {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    color:#fff;
}

#company p { color: #fff }

/* Your Money Section */

#yourmoney {
    background-color: #FFBF23;
    width: 100%;
    min-height: 530px;
}

.yourmoney__text--big {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.1;
    width: 300px;
}

.yourmoney__text--small {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
}

#yourmoney p { text-align: justify }

/* Page Intro */
#page-intro {
    background-color: #000;
    width: 100%;
    min-height: 530px;
}

.pageintro__text--big {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.1;
    width: 300px;
    padding: 90px 0 0 0;
    color: #fff;
}

.pageintro__text--small {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    padding-top: 80px;
    color:#fff;
}

#page-intro p { color: #fff }



/* Products Section */

.product__box {
    border: 2px solid;
    width: 326px;
    border-radius: 13px;
    min-height: 585px;
}
.product__box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.product__intro {
    text-align: justify;
    width: 100%;
    padding: 15px;
}

.product__resume {
    text-align: justify;
    width: 100%;
    min-height: 210px;
    padding: 15px;
}

.product__links {
    width: 100%;
    padding: 15px;
}

.product__links a {
    display: block;
    margin-top: 10px;
}


/* Support Section */

.support__text {
    width: 400px;
    margin: 190px auto 0 auto
}

/* Testimony */

.testimony__box--default {
    border-radius: 10px;
    border:3px solid black;
    min-height: 400px;
    width: 290px;
}

.testimony__box--header {
    background-color: #fbbd08;
    border-bottom: 3px solid black;
    height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimony__box--body {
    height: 70%;
}

.testimony__box--body p {
    font-size: 16px;
    padding: 40px;
}

.testimony__box--footer {
    text-align: center;
}

/* Plans */

#plans {
    background-color: #f7f7f7;
    /*height: 700px;*/
}

.plan__box--default {
    width: 350px;
    height: 550px;
    border-radius: 10px;
    border: 3px solid black;
}

.plan__box--small {
    width: 350px;
    height: 265px;
    border-radius: 10px;
    border: 3px solid black;
}

.plan__box--header {
    background-color: black;
    color: white;
    height: 60%;
    padding: 10px;
}

.plan__box--benefits {
    height: 40%;
}

.plan__box--padding {
    padding:20px;
}

.plan__box--benefits ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.plan__box--header .plan__name {
    font-size: 28px;
    font-family: 'Space Grotesk', sans-serif;
    display: block;
    margin-bottom: 30px;
}

.plan__box--header .plan__price__brl {
    font-size: 18px!important;
    line-height: 1!important;
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
}

.plan__box--header .plan__price__month {
    font-size: 18px!important;
    line-height: 1!important;
    margin-right: 2px;
    display: inline-block;
    vertical-align: bottom;
}

.plan__box--header .plan__price {
    font-size: 50px;
    font-family: 'Space Grotesk', sans-serif;
}

.plan__box--header .plan__description {
    font-size: 14px;
    margin-top: 15px;
}

.plan__box--header .plan__description--additional {
    font-size: 12px;
    font-style: italic;
}

/* Footer */

#footer {
    background-color: #fbbd08;
    min-height: 600px;
    position: relative;
}

.footer__column--title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

.footer__copyright {
    width: 100%;
    background-color: black;
    min-height: 35px;
    bottom: 0;
    position: absolute;
    color: #fff;
}

.footer__copyright p {
    padding-top: 10px;
}

.footer__social {
    list-style: none;
    padding: 0;
}

.footer__social li {
    margin-bottom: 10px;
}

.footer__sociallink {
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#footer .column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .column ul li {
    margin: 0 0 10px 0;
}

#footer .column ul li a {
    text-decoration: none;
    color: #000;
}

#footer .column ul li a:hover {
    text-decoration: underline;
    color: #333;
}

/* Utilities */
.responsive-image {
    max-inline-size: 100%;
    block-size: auto;
}

/**/
section#internal-content {
    margin: 40px 0 40px 0;
}

/* accordion */

*:focus {
    outline: none;
}

.accordion {
    width: 100%;
    margin-bottom: 5rem;
    font-family: 'Inter Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

details div {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.5em;
}

details div > * + * {
    margin-top: 1.5em;
}

details + details {
    margin-top: .5rem;
}

summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary {
    border: 1px solid #ccc;
    padding: .75em 1em;
    cursor: pointer;
    position: relative;
    padding-left: calc(1.75rem + .75rem + .75rem);
}

summary:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .75rem;
    content: "↓";
    width: 1.75rem;
    height: 1.75rem;
    background-color: #000;
    color: #FFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

details[open] summary {
    background-color: #eee;
}

details[open] summary:before {
    content: "↑";
}

summary:hover {
    background-color: #eee;
}

.plan__box--default:hover {
    cursor: pointer;
    border: 3px solid #fbbd08;
}
.plan__box--small:hover {
    cursor: pointer;
    border: 3px solid #fbbd08;
}

.selectedPlan { border: 4px solid forestgreen }

#cardNumber {
    padding-left: 55px;
}

label.error { color: darkred !important; }

/* Realtime page */
#plims_count { font-size: 50px; color: darkolivegreen; font-family: 'Space Grotesk', sans-serif; font-weight: bold }
#plims_total_amount { font-size: 50px; color: darkolivegreen; font-family: 'Space Grotesk', sans-serif; font-weight: bold }
.profit { width: 100%; font-size: 14px; padding: 10px 0 10px 0; }
.profit .profit-total {
    padding:5px;
    background-color: darkolivegreen;
    color: #fff;
    min-width: 70px;
    display: inline-block;
    text-align: center;
}
.profit .profit-description {
    padding:5px;
    background-color: #ccc;
    color: #000;
    width: 100%;
    display: inline-block;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    /*#header nav { display: none }*/
    #mobile-header { display: block }
    .desktop-header { display: none !important; }

    .support__text {margin: 0px auto 0 auto }

    .testimony__box--default {
        width: 100%;
        margin: 0 0 0 0;
    }

    .product__resume {
        width: 100%;
    }

    #fullbanner {
        min-height: 630px;
        background-color: #ccc;
        background-image: none;
        margin-top: 100px; /* according to mobile menu height */
    }
    .fullbanner__text--big {
        margin-top: 50px !important;
    }

}

@media only screen and (max-width: 600px) {
    .plan__box--small {
        width: 100%;
        min-height: 265px;
        border-radius: 10px;
        border: 3px solid black;
    }

    .plan__box--default {
        width: 100%;
    }

    #page-intro {
        margin-top: 115px;
    }

    .pageintro__text--big {
        padding: 30px 0 0 0;
    }

    .pageintro__text--small {
        padding-top: 15px;
    }

    .product__box {
        width: 100%;
    }

    .product__box img {
        width: 100%;
    }
}