:root {
    --Primary_1: #0D7059;
    --Primary_2: #01BF93;
    --Primary_500: #009F7A;
    --Primary_300: #30CB47;
    --Neutral_900: #1A1A1A;
    --WhatsApp: #00c174;
    --white: #ffffff;
    --black: #000000;


    --Neutral_1: #151515;
    --Neutral_2: #101010;
    --Neutral_3: #1D1D1D;
    --Neutral_4: #6D6D6D;
    --Neutral_5: #1C1C1C;
    --Tertinary_1: #CBECE3;
}

.max-width-content {
    width: 1280px;
}

.span-color-green {
    color: var(--Primary_500);
}

.span-color-black {
    color: var(--Neutral_3);
}

.header-section {
    background-image: url(../images/section-header-background.png);
    background-position: bottom;
    background-size: cover;
    background-color: var(--Neutral_2);
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-section .header-section-main-content {
    display: flex;
    justify-content: space-between;
    margin: 55px 10px 111px 20px;
}

.header-section .header-section-clock-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Primary_2);
    border-radius: 20px;
    padding: 9px 15px 9px 15px;
    gap: 10px;
    margin-top: 12px;
    width: fit-content;
}

.header-section .header-section-clock-content p {
    font-size: 20px;
    font-weight: 800;
    font-family: Rubik;
    color: var(--white);
    line-height: 20px;
}

.header-section .header-section-clock-content img {
    height: 20px;
}

.header-section .header-section-h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: DM Sans;
    color: var(--white);
    margin-top: 20px;
    white-space: nowrap;
}

.header-section .header-h1-mobile {
    display: none;
}

.header-section .header-section-button {
    font-size: 20px;
    font-weight: 700;
    font-family: Rubik;
    color: var(--white);
    background-color: var(--Primary_300);
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}

.details-section {
    background-color: var(--Neutral_2) !important;
    background: url(../images/course-about-background.png);
    background-position: bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.details-section-content {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.details-section .details-section-h2 {
    font-size: 40px;
    font-weight: 800;
    font-family: Alegreya Sans;
    color: var(--white);
}

.details-section .details-section-h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: DM Sans;
    padding-top: 10px;
    color: var(--white);
}

.details-section .details-section-h3-mobile {
    display: none;
    font-size: 20px;
    font-weight: 400;
    font-family: DM Sans;
    padding-top: 10px;
    color: var(--white);
}

.details-section .details-section-player {
    width: 801px;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}

.details-section .details-section-yt {
    border-radius: 20px;
}

.details-section .details-section-p {
    font-size: 20px;
    font-weight: 700;
    font-family: DM Sans;
    color: var(--white);
    margin-top: 24px;
}

.details-section .details-section-button {
    font-size: 20px;
    font-weight: 700;
    font-family: Rubik;
    color: var(--white);
    background-color: var(--Primary_300);
    padding: 15px 20px 15px 20px;
    margin-top: 20px;
    border-radius: 50px;
    display: inline-block;
}

.details-section .details-section-span {
    font-size: 20px;
    font-weight: 800;
    font-family: Rubik;
    color: var(--white);
    margin-top: 10px;
    display: block;
}

.whosfor-section {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: var(--Primary_500);
}

.whosfor-section-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.whosfor-section .whosfor-section-h2 {
    font-size: 45px;
    font-weight: 800;
    font-family: Alegreya Sans;
    color: var(--white);
}

.whosfor-section .whosfor-section-h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: DM Sans;
    color: var(--white);
    margin-top: 10px;
    line-height: 170%;
}

.whosfor-section .whosfor-section-h3-mobile {
    display: none;
    font-size: 18px;
    font-weight: 400;
    font-family: DM Sans;
    color: var(--white);
    margin-top: 10px;
    line-height: 170%;
}

.whosfor-section-content-article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.whosfor-section .whosfor-section-article {
    height: 44px;
    width: 1069px;
    margin-top: 10px;
    padding: 10px;
    background-color: var(--Tertinary_1);
    border: 1px solid #0F7E64CC;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whosfor-section .whosfor-section-article {
    font-size: 16px;
    font-weight: 400;
    font-family: DM Sans;
    color: var(--Neutral_900);
}

.whosfor-section .whosfor-section-p {
    font-size: 18px;
    font-weight: 400;
    font-family: DM Sans;
    color: var(--white);
    line-height: 113.99999999999999%;
    margin-top: 20px;
}

.whosfor-section .whosfor-section-button {
    font-size: 16px;
    font-weight: 700;
    font-family: DM Sans;
    color: var(--white);
    background-color: var(--Primary_300);
    padding: 10px 22px 10px 22px;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #285F5F33 inset;
    display: inline-block;
}

.whosfor-section .whosfor-section-span {
    font-size: 16px;
    font-weight: 600;
    font-family: Rubik;
    color: var(--white);
    display: block;
    margin-top: 15px;
}

.extra-modules-slider {
    background-image: -webkit-linear-gradient(58.5deg, #151515 50%, #1D1D1D 50%);
    background-position: bottom left;
    background-size: contain;
    background-repeat: round;
    padding-top: 55px;
    padding-bottom: 55px;
    display: flex;
    justify-content: center;
}

.extra-modules-slider .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}

.extra-modules-slider .section-title {
    font-family: Alegreya Sans;
    color: var(--white);
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    text-align: center;
    margin-bottom: 10px;
}

.extra-modules-slider .extra-modules-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
}

.extra-modules-slider .extra-modules-description-mobile {
    display: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
}

.extra-modules-slider .extra-modules-slider-container .carousel {
    max-width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    padding: 0px 0%;
    margin: auto;
    overflow: hidden;
}

.extra-modules-slider .pink-disclaimer {
    font-family: Rubik;
    background-color: #009F7A;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 12px 20px;
    border-radius: 20px;
    color: var(--white);
    width: fit-content;
}

.extra-modules-slider .pink-disclaimer img {
    width: 20px;
    height: 20px;
}

.extra-modules-slider .extra-modules-description-difference-desktop {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
}

.extra-modules-slider .extra-modules-description-difference-mobile {
    display: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
}

.extra-modules-slider .last-warning-text {
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    color: var(--white);
    margin-top: 10px;
}

.extra-modules-slider .carousel_item.active,
.extra-modules-slider .carousel_item-next,
.extra-modules-slider .carousel_item-prev {
    display: flex;
}

.extra-modules-slider .carousel {
    width: 51%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    padding: 0px 0%;
    margin: auto;
    overflow: hidden;
}

.extra-modules-slider .carousel_inner {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.extra-modules-slider .row {
    padding: 0px 60px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.extra-modules-slider .carousel_item {
    height: fit-content;
}

.extra-modules-slider .carousel_item .section-title {
    font-family: Alegreya Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 42.5px;
    text-align: center;
    color: var(--white);
    margin-top: 12px;
    margin-bottom: 12px;
}

.extra-modules-slider .carousel_item .section-description {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: center;
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 10px;
}

.extra-modules-slider .carousel_item .slide-item {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.extra-modules-slider .carousel_item img {
    height: 550px;
    display: block;
    max-width: 100%;
}

.extra-modules-slider .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: var(--white);
    font-size: 2em;
    border: none;
    display: block;
    cursor: pointer;
}

.extra-modules-slider .prev {
    left: 12%;
    top: 8em;
}

.extra-modules-slider .next {
    right: 12%;
    top: 8em;
}

.extra-modules-slider .carousel-pagination {
    text-align: center;
    width: 100%;
}

.extra-modules-slider .dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    border: 2px solid var(--white);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.extra-modules-slider .dot.active {
    background-color: var(--white);
}

.extra-modules-slider .carousel_item {
    text-align: center;
    flex: 1 0 100%;
    width: 100%;
}

.extra-modules-slider .slide_img {
    width: 100px;
}

.testimonials-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 130px;
    background: url(../images/K_background.png), #151515;
    background-repeat: no-repeat;
    background-position: 0% 65%;
}

.testimonials-section .text-content {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-flow: column;
    width: 50%;
}

.testimonials-section .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 10px;
}

.testimonials-section .section-description {
    font-family: DM Sans;
    font-size: 34px;
    font-weight: 200;
    line-height: 34px;
    text-align: left;
    color: var(--white);
    margin-bottom: 24px;
    width: 54%;
}

.testimonials-section .last-warning-text {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: var(--white);
}

.testimonials-section .horizontal-slider {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
}

.testimonials-section .horizontal-slider::-webkit-scrollbar {
    width: 10px;
    border-radius: 15px;
    margin: 0px 10px;
}

.testimonials-section .horizontal-slider::-webkit-scrollbar-track {
    background: #006738;
    border-radius: 15px;
}

.testimonials-section .horizontal-slider::-webkit-scrollbar-thumb {
    color: var(--Primary_500);
    border-radius: 15px;
}

.testimonials-section .horizontal-slider::-webkit-scrollbar-thumb:hover {
    color: var(--Primary_500);
}

.testimonials-section #slider-modal {
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 1000;
    display: none;
}

.testimonials-section #carouselSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 100%;
}

.testimonials-section #carouselSlider #close-btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 85%;
}

.testimonials-section #carouselSlider #close-btn span {
    color: var(--white);
    font-size: 30px;
    cursor: pointer;
}

.testimonials-section .carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
}

.testimonials-section .carousel .carousel-inner .slider-items {
    display: flex;
    width: 650px;
}

.testimonials-section .carousel .carousel-inner .carousel-item video {
    width: 650px;
    height: 420px;
}

.testimonials-section .carousel .carousel-control-prev {
    width: fit-content;
    opacity: 1;
    left: 1em;
    height: 80%;
}

.testimonials-section .carousel .carousel-control-prev .carousel-control-prev-icon {
    color: var(--white);
}

.testimonials-section .carousel .carousel-control-next {
    width: fit-content;
    opacity: 1;
    right: 1em;
    height: 80%;
}

.testimonials-section .carousel .carousel-control-prev .carousel-control-next-icon {
    color: var(--white);
}

.testimonials-section .carousel-indicators {
    position: relative;
    height: fit-content;
    max-height: fit-content;
}

.testimonials-section .carousel-indicators button {
    width: 183px;
    border-radius: 5px;
    background-color: transparent;
    height: fit-content;
}

.testimonials-section .carousel-indicators button:hover {
    opacity: 1;
}

.testimonials-section .content {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
}

.testimonials-section .slide_item {
    width: 300px;
    margin-right: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.testimonials-section .slide_item .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-section .slide_item .play-icon {
    position: absolute;
    width: 40px;
    cursor: pointer;
}

.testimonials-section .slide_item .user-img {
    width: 100%;
    cursor: pointer;
}

.testimonials-section .slide_item .section-title {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonials-section .slide_item .section-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.ourDifferences-section {
    display: flex;
    justify-content: center;
    background-color: var(--Neutral_1);
}

.ourDifferences-section .ourDifferences-section-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 51px;
}

.ourDifferences-section .ourDifferences-section-h2 {
    font-size: 45px;
    font-weight: 800;
    font-family: Alegreya Sans;
    color: var(--white);
}

.ourDifferences-section .ourDifferences-section-images {
    margin: 0 auto;
}

.ourDifferences-section .ourDifferences-section-img {
    margin-top: 20px;
}

.ourDifferences-section .ourDifferences-section-button {
    font-size: 14px;
    font-weight: 700;
    font-family: Rubik;
    color: var(--white);
    background-color: var(--WhatsApp);
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    width: fit-content;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    margin: 0 auto;
    display: inline-block;
}

.discount-section {
    display: flex;
    justify-content: center;
    background-color: var(--Primary_500);
}

.discount-section-content-header {
    margin-top: 70px;
    margin-bottom: 46px;
}

.discount-section .discount-section-h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: Alegreya Sans;
    color: var(--white);
    text-align: center;
}

.discount-section .discount-section-h3 {
    font-size: 25px;
    font-weight: 400;
    font-family: DM Sans;
    color: var(--white);
    text-align: center;
    margin-top: 10px;
}

.discount-section .discount-section-img {
    margin: 0 auto;
    padding-top: 10px;
}

.discount-section .discount-section-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100vw;
}

.discount-section .discount-section-left-content {
    background-color: var(--white);
    height: 349px;
    width: 424px;
    border-radius: 20px;
    padding: 40px 29px 40px 29px;
}

.discount-section .discount-section-clock {
    background-color: var(--Primary_1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 17px 10px 17px;
    width: fit-content;
    border-radius: 20px;
}

.discount-section .discount-section-clock-img {
    height: 20px;
}

.discount-section .discount-section-clock-span {
    font-size: 20px;
    font-weight: 800;
    font-family: Rubik;
    color: var(--white);
}

.discount-section .discount-section-prices {
    display: flex;
    flex-direction: column;
}

.discount-section .discount-section-prices-old-price {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins;
    color: var(--Neutral_4);
    margin-top: 20px;
    display: block;
    text-decoration: line-through;
}

.discount-section .discount-section-prices-for {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    color: var(--Neutral_900);
    margin-top: 10px;
    display: block;
}

.discount-section .discount-section-prices-parcels {
    font-size: 20px;
    font-weight: 400;
    font-family: Poppins;
    color: var(--Neutral_900);
    display: block;
}

.discount-section .discount-section-prices-parcels span {
    font-size: 40px;
    font-weight: 800;
}

.discount-section-prices-insight {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins;
    color: var(--Neutral_900);
}

.discount-section .discount-section-prices-insigh {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins;
    color: var(--Neutral_900);
    display: block;
}

.discount-section .discount-section-prices-economize-content {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 19px;
}

.discount-section .discount-section-prices-economize {
    font-size: 25px;
    font-weight: 700;
    font-family: Poppins;
    color: var(--Neutral_900);
}

.discount-section .discount-section-prices-img {
    height: 20px;
}

.discount-section .discount-section-btn-span-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.discount-section .discount-section-button {
    font-size: 20px;
    font-weight: 700;
    font-family: Rubik;
    color: var(--white);
    background-color: var(--Primary_300);
    box-shadow: 0px 0px 6px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #285F5F33 inset;
    padding: 15px 20px 15px 20px;
    border-radius: 50px;
    width: fit-content;
    margin-top: 13px;
    display: inline-block;
}

.discount-section .discount-section-span {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins;
    color: var(--white);
    margin-top: 15px;
}

.discount-section .discount-section-bottom-content-certifies {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 44px;
    gap: 28px;
}

.discount-section .discount-envolve-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 18px;
    width: fit-content;
}

.discount-section .discount-text-content {
    width: 100%;
}

.discount-section .discount-section-title {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    color: var(--white);
    width: fit-content;
    line-height: 40px;
    white-space: nowrap;
}

.discount-section .discount-section-description {
    font-size: 15px;
    font-weight: 300;
    font-family: Alegreya Sans;
    color: var(--white);
    width: 88%;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

.about-section {
    background-color: var(--Neutral_1);
    display: flex;
    justify-content: center;
}

.about-section .about-section-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 82px;
    padding-top: 60px;
    padding-bottom: 61px;
    padding-left: 10px;
    padding-right: 10px;
}

.about-section .about-section-left-content img {
    height: 471px;
}

.about-section .about-section-right-content-h2 {
    font-size: 45px;
    font-weight: 800;
    font-family: Alegreya Sans;
    color: var(--white);
    margin-bottom: 24px;
}

.about-section .about-section-right-content-p {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    color: var(--white);
    margin-bottom: 20px;
    max-width: 550px;
}

.questions-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: var(--Neutral_5);
}

.questions-section .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.questions-section .accordion {
    width: 1280px;
    margin-top: 40px;
}

.questions-section .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--white);
}

.questions-section .section-whats-title {
    display: block;
    width: 100%;
    font-family: Alegreya Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-top: 62px;
    margin-bottom: 35px;
}

.questions-section .section-description {
    font-family: DM Sans;
    font-size: 20px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.questions-section-whats-disclaimer {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.questions-section-whats-disclaimer-mobile {
    display: none;
}

.questions-section .whatsapp-btn {
    border-radius: 50px;
    color: var(--white);
    background-color: var(--WhatsApp);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0px 14.5px 0px #0000004d, 0px 1px 10px -1px #0000004d inset;
}

.questions-section .whatsapp-btn img {
    width: 20px;
    margin-right: 10px;
}

.questions-section .accordion-button,
.questions-section .accordion-header,
.questions-section .accordion-item {
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}

.questions-section .accordion-item {
    margin-top: 10px;
    border-radius: 5px;
}

.questions-section .accordion-body {
    color: var(--white) !important;
}

.questions-section .accordion-collapse {

    visibility: visible !important;
}

.questions-section .accordion-button:not(.collapsed) {
    color: var(--white) !important;
    background-color: var(--black);
    box-shadow: none;
}

.questions-section .accordion-button {
    font-size: 20px;
    font-weight: 400;
    font-family: Poppins;
}

.questions-section .accordion-button:focus {
    outline: none !important;
}

.questions-section .accordion-button::after {
    background-image: url(../images/accordion_grey_icon.png) !important;
    height: 13px !important;
}

.footer-section,
.footer-section-envolve {
    background-color: var(--Neutral_1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-section .footer-section-copyright,
.footer-section .footer-section-CNPJ,
.footer-section .footer-section-span,
.footer-section-contacts {
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
    color: var(--white);
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-section .footer-section-span {
    text-decoration: underline;
}


.whatsapp-popup .fixed-whatsapp-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    user-select: none;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.whatsapp-popup .whats-btn-message {
    background: url(../images/whats-btn-message.png);
    width: 385px;
    height: 80px;
    bottom: 4.5vh;
    position: fixed;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
    right: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: none;
    -webkit-animation: animateSize 0.5s linear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes animateSize {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 385px;
        height: 80px;
    }
}

.whatsapp-popup .whats-btn-message .header {
    display: flex;
    justify-content: space-between;
    padding: 5px 25px 0px 15px;
}

.whatsapp-popup .whats-btn-message .header .section-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
}

.whatsapp-popup .whats-btn-message .header img {
    cursor: pointer;
    height: 12px;
    margin: 5px;
}

.whatsapp-popup .whats-btn-message .section-description {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: var(--Neutral_4);
    padding: 0px 0px 0px 15px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 1330px) {

    .questions-section .accordion {
        width: 1100px;
    }

}

@media screen and (max-width: 1280px) {
    .max-width-content {
        width: 1180px;
    }

    .testimonials-section {
        padding-left: 80px;
    }

}

@media screen and (max-width: 1130px) {
    .testimonials-section {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1110px) {
    .header-section .header-section-h1 {
        font-size: 36px;
    }

    .header-section .header-section-right-content img {
        height: 500px;
    }

    .whosfor-section .whosfor-section-article {
        width: 980px;
    }

    .discount-section-right-content img {
        height: 450px;
    }

    .about-section .about-section-left-content img {
        height: 451px;
    }

    .about-section .about-section-right-content-p {
        font-size: 14px;
        max-width: 480px;
    }

    .questions-section .accordion {
        width: 900px;
    }

    .questions-section .accordion-button {
        font-size: 18px;
    }
}

@media screen and (max-width: 1025px) {
    .header-section .header-section-clock-content P {
        font-size: 18px;
    }

    .header-section .header-section-button {
        font-size: 18px;
    }

    .details-section .details-section-player {
        width: 650px;
    }

    .whosfor-section .whosfor-section-article {
        width: 960px;
    }

    .discount-section-right-content img {
        height: 430px;
    }

    .about-section .about-section-left-content img {
        height: 431px;
    }
}

@media screen and (max-width: 980px) {
    .max-width-content {
        width: 90%;
    }

    .header-section .header-h1-desktop {
        display: none;
    }

    .header-section .header-h1-mobile {
        display: block;
    }

    .header-section .header-section-h1-mobile {
        display: block;
        font-size: 36px;
    }

    .header-section .header-section-main-content {
        flex-direction: column;
        justify-items: center;
        align-items: center;
        margin: 55px 10px 55px 10px;
    }

    .header-section .header-section-button-content {
        display: flex;
        justify-content: center;
    }

    .header-section .header-section-button-content a {
        width: 100%;
    }

    .header-section .header-section-right-content img {
        margin-top: 30px;
    }

    .header-section .header-section-button {
        width: 100%;
    }

    .details-section .details-section-player {
        width: 80%;
    }

    .details-section .details-section-span {
        margin-top: 30px;
    }

    .whosfor-section .whosfor-section-article {
        width: 90%;
        height: inherit;
    }

    .discount-section .discount-section-content {
        flex-direction: column;
        gap: 30px;
    }

    .about-section .about-section-content {
        flex-direction: column;
    }

    .about-section .about-section-right-content {
        width: 90%;
    }

    .about-section .about-section-right-content-p {
        width: 100%;
        max-width: none;
    }

    .testimonials-section {
        flex-flow: column;
        padding-left: 20px 50px;
        background: url(../images/K_background.png), #dc4a7b;
        background-repeat: no-repeat;
        background-position: 0% 65%;
    }

    .testimonials-section .text-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .testimonials-section .carousel-inner {
        width: 750px;
    }

    .testimonials-section .carousel .carousel-inner .slider-items {
        width: 500px;
    }

    .testimonials-section #carouselSlider #close-btn {
        width: 67%;
    }

    .testimonials-section .carousel .carousel-inner .carousel-item video {
        width: 650px;
        height: fit-content;
    }

    .testimonials-section .carousel .carousel-control-prev {
        left: 5em;
    }

    .testimonials-section .carousel .carousel-control-next {
        right: 5em;
    }

    .testimonials-section .carousel-indicators button {
        width: 100px;
    }

    .testimonials-section .horizontal-slider {
        width: 100%;
    }

    .testimonials-section .section-description {
        width: 75%;
    }

    .extra-modules-slider .row {
        padding: 0px;
    }

    .questions-section .accordion {
        width: 90%;
    }

    .discount-section .discount-section-disclame-here {
        display: none;
    }

    .questions-section .questions-section-whats-disclaimer {
        display: none;
    }

    .questions-section .questions-section-whats-disclaimer-mobile {
        display: block;
    }

}

@media screen and (max-width: 920px) {
    .extra-modules-slider .next {
        right: 5%;
        top: 8em;
    }

    .extra-modules-slider .prev {
        left: 5%;
        top: 8em;
    }
}

@media screen and (max-width: 750px) {
    .testimonials-section .carousel .carousel-control-prev {
        left: 3em;
    }

    .testimonials-section .carousel .carousel-control-next {
        right: 3em;
    }

    .testimonials-section #carouselSlider #close-btn {
        width: 500px;
    }
}

@media screen and (max-width: 740px) {
    .extra-modules-slider .pink-disclaimer {
        font-size: 18px;
    }
}

@media screen and (max-width: 740px) {
    .discount-section .discount-section-title {
        font-size: 26px;
    }

    .discount-section .discount-section-description {
        font-size: 13px;
    }
}

@media screen and (max-width: 690px) {

    .header-section .header-section-right-content img {
        height: 75%;
    }

    .testimonials-section .section-description {
        width: 95%;
    }

    .extra-modules-slider-container .carousel_item img {
        height: 450px;
    }

    .extra-modules-slider .pink-disclaimer {
        font-size: 16px;
    }

    .extra-modules-slider .prev {
        left: 2%;
        top: 7em;
    }

    .extra-modules-slider .next {
        right: 2%;
        top: 7em;
    }

    .discount-section .discount-section-left-content {
        width: 90%;
    }

    .discount-section-right-content img {
        height: 50%;
    }
}

@media screen and (max-width: 670px) {

    .footer-section .footer-section-copyright,
    .footer-section .footer-section-CNPJ,
    .footer-section .footer-section-span,
    .footer-section-contacts {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {
    .testimonials-section #carouselSlider #close-btn {
        width: 450px;
    }

    .testimonials-section .carousel .carousel-inner .slider-items {
        width: 450px;
    }

    .testimonials-section .carousel .carousel-control-prev {
        left: 2vw;
    }

    .testimonials-section .carousel .carousel-control-next {
        right: 2vw;
    }

    .extra-modules-slider .pink-disclaimer {
        font-size: 15px;
    }

    .discount-section .discount-envolve-content img {
        height: 100px;
    }

    .discount-section .discount-envolve-content {
        gap: 0px;
    }

    .discount-section .discount-section-title {
        font-size: 25px;
    }

    .discount-section .discount-section-description {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {

    .footer-section .footer-section-copyright,
    .footer-section .footer-section-CNPJ,
    .footer-section .footer-section-span,
    .footer-section-contacts {
        font-size: 11px;
    }
}

@media screen and (max-width: 575px) {
    .extra-modules-slider-container .carousel_item img {
        height: 400px;
    }

    .extra-modules-slider .prev {
        left: 2%;
        top: 6em;
    }

    .extra-modules-slider .next {
        right: 2%;
        top: 6em;
    }
}

@media screen and (max-width: 585px) {
    .header-section .header-section-h1 {
        font-size: 34px;
    }
}

@media screen and (max-width: 575px) {
    .discount-section .discount-envolve-content img {
        height: 90px;
    }

    .discount-section .discount-section-title {
        font-size: 24px;
    }

    .discount-section .discount-section-description {
        font-size: 12px;
    }

    .whatsapp-popup .whats-btn-message {
        background: url(../images/whats-btn-message.png);
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 95px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right;
        display: none;
        -webkit-animation: animateSize 0.5s linear;
        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 300px;
            height: fit-content;
        }
    }

    .whatsapp-popup .whats-btn-message .section-description {
        padding: 0px 15px 0px 15px;
    }

}

@media screen and (max-width: 553px) {
    .details-section-content {
        padding-top: 30px;
    }

    .header-section .header-section-main-content {
        margin: 55px 10px 30px 10px;
    }

    .header-section .header-section-logo-img {
        width: 60%;
    }

    .header-section .header-section-h1 {
        font-size: 7.5vw;
    }

    .header-section .header-section-clock-content {
        margin-top: 30px;
    }

    .header-section .header-section-clock-content p {
        font-size: 3.9vw;
    }

    .header-section .header-section-button {
        font-size: 3.4vw;
    }

    .details-section .details-section-h2 {
        font-size: 8vw;
    }

    .details-section .details-section-h3 {
        display: none;
    }

    .details-section .details-section-h3-mobile {
        font-size: 4.5vw;
        display: flex;
    }

    .details-section .details-section-player {
        width: 100%;
    }

    .details-section .details-section-p {
        font-size: 4.5vw;
        line-height: 22px;
    }

    .details-section .details-section-button {
        font-size: 3.4vw;
    }

    .details-section .details-section-span {
        font-size: 4.5vw;
    }

    .whosfor-section .whosfor-section-h2 {
        font-size: 10vw;
    }

    .whosfor-section .whosfor-section-article {
        width: 100%;
    }

    .whosfor-section .whosfor-section-h3 {
        display: none;
        font-size: 4.5vw;
    }

    .whosfor-section .whosfor-section-h3-mobile {
        display: flex;
        font-size: 4.5vw;
    }

    .whosfor-section .whosfor-section-article {
        font-size: 3.9vw;
    }

    .whosfor-section .whosfor-section-p {
        font-size: 4.5vw;
        line-height: 30px;
    }

    .whosfor-section .whosfor-section-button {
        font-size: 4vw;
    }

    .whosfor-section .whosfor-section-span {
        font-size: 4vw;
    }

    .extra-modules-slider {
        padding-top: 30px;
    }

    .extra-modules-slider .carousel {
        width: 100%;
    }

    .extra-modules-slider .section-title {
        font-size: 10vw;
    }

    .extra-modules-slider .extra_modules_carousel .section-title {
        font-size: 7vw;
        line-height: 30.5px;
    }

    .extra-modules-slider .extra-modules-description {
        font-size: 4vw;
        line-height: 30px;
        display: none;
    }

    .extra-modules-slider .extra-modules-description-mobile {
        display: flex;
        font-size: 4vw;
        line-height: 30px;
    }

    .extra-modules-slider .carousel_item .section-description {
        font-size: 3.2vw;
        line-height: 25.5px;
    }

    .extra-modules-slider .extra-modules-description-difference-desktop {
        display: none;
    }

    .extra-modules-slider .extra-modules-description-difference-mobile {
        display: block;
        font-size: 4vw;
    }

    .extra-modules-slider .pink-disclaimer {
        font-size: 3.6vw;
        text-align: center;
        margin-top: 0px;
    }

    .extra-modules-slider .last-warning-text {
        font-size: 4.8vw;
    }

    .extra-modules-slider .prev {
        left: 15%;
        top: 6em;
    }

    .extra-modules-slider .next {
        right: 15%;
        top: 6em;
    }

    .testimonials-section {
        padding-left: 15px;
    }

    .testimonials-section .section-title {
        font-size: 9vw;
    }

    .testimonials-section .last-warning-text {
        font-size: 4.8vw;
    }

    .testimonials-section .slide_item .section-title {
        font-size: 6vw;
    }

    .testimonials-section .slide_item .section-description {
        font-size: 3.8vw;
    }

    .testimonials-section #carouselSlider #close-btn {
        width: 300px;
    }

    .testimonials-section .carousel .carousel-inner .slider-items {
        width: 300px;
    }

    .testimonials-section .carousel-indicators button {
        width: 75px;
        opacity: 0.9;
    }

    .testimonials-section .section-description {
        width: 95%;
        font-size: 4.5vw;
        line-height: normal;
    }

    .ourDifferences-section .ourDifferences-section-h2 {
        font-size: 8vw;
        margin-top: 30px;
    }

    .ourDifferences-section .ourDifferences-section-h2-img {
        width: 80%;
        margin: 0 auto;
    }

    .ourDifferences-section .ourDifferences-section-button {
        font-size: 3vw;
    }

    .discount-section .discount-section-content-header {
        margin-top: 30px;
    }

    .discount-section .discount-section-h2 {
        font-size: 8vw;
    }

    .discount-section .discount-section-h3 {
        font-size: 4.8vw;
    }

    .discount-section .discount-section-left-content {
        width: 100%;
    }

    .discount-section .discount-section-left-content {
        height: auto;
    }

    .discount-section .discount-section-clock-span {
        font-size: 3.6vw;
    }

    .discount-section .discount-section-prices-old-price {
        font-size: 4.4vw;
    }

    .discount-section .discount-section-prices-for {
        font-size: 4vw;
    }

    .discount-section .discount-section-prices-parcels {
        font-size: 4.4vw;
    }

    .discount-section .discount-section-prices-parcels span {
        font-size: 8.5vw;
    }

    .discount-section .discount-section-prices-insight {
        font-size: 4.4vw;
    }

    .discount-section .discount-section-prices-economize {
        font-size: 5.2vw;
    }

    .discount-section .discount-section-prices-img {
        height: 2.5vh;
    }

    .discount-section .discount-section-btn-span-content a {
        width: 100%;
    }

    .discount-section .discount-section-button {
        width: 100%;
        font-size: 4.4vw;
    }

    .discount-section .discount-section-span {
        font-size: 5vw;
    }

    .discount-section .discount-section-bottom-content-certifies {
        margin-top: 14px;
    }

    .discount-section .discount-section-title {
        font-size: 4vw;
    }

    .discount-section .discount-section-description {
        font-size: 2.2vw;
    }

    .discount-section .discount-section-content-header {
        margin-bottom: 35px;
    }

    .about-section .about-section-content {
        padding-top: 20px;
        gap: 65px;
    }

    .about-section .about-section-left-content img {
        height: auto;
    }

    .about-section .about-section-right-content-h2 {
        font-size: 8.5vw;
    }

    .about-section .about-section-right-content-p {
        font-size: 3.3vw;
        line-height: 27.2px;
    }

    .questions-section {
        padding-top: 30px;
    }

    .questions-section .section-title {
        font-size: 9vw;
    }

    .questions-section .accordion {
        margin-top: 20px;
    }

    .questions-section .accordion-button {
        font-size: 3.8vw;
    }

    .questions-section .accordion-body {
        font-size: 4vw;
    }

    .questions-section .section-whats-title {
        font-size: 5.8vw;
    }

    .questions-section .whatsapp-btn {
        font-size: 3.8vw;
    }

    .footer-section .footer-section-contacts {
        display: flex;
        flex-direction: column;
    }

    .footer-section .footer-pipe {
        display: none;
    }

    .footer-section .footer-section-copyright,
    .footer-section .footer-section-CNPJ,
    .footer-section .footer-section-span,
    .footer-section-contacts {
        font-size: 3vw;
    }

    .footer-section .footer-section-envolve {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-section .footer-section-envolve img {
        width: 40%;
    }
}

@media screen and (max-width: 550px) {

    .testimonials-section #carouselSlider #close-btn {
        width: 350px;
    }

    .testimonials-section .carousel .carousel-inner .slider-items {
        width: 350px;
    }

    .testimonials-section .carousel .carousel-control-prev {
        left: 2vw;
    }

    .testimonials-section .carousel .carousel-control-next {
        right: 2vw;
    }
}

@media screen and (max-width: 450px) {

    .whatsapp-popup .fixed-whatsapp-btn {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .whatsapp-popup .whats-btn-message {
        background: url(../images/whats-btn-message.png);
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 95px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right;
        display: none;
        -webkit-animation: animateSize 0.5s linear;
        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 245px;
            height: fit-content;
        }
    }
}

@media screen and (max-width:399px) {
    .discount-section .discount-section-prices-economize {
        font-size: 5vw;
    }
}

@media screen and (max-width: 374px) {
    .extra-modules-slider-container .carousel_item img {
        height: 300px;
    }

    .extra-modules-slider .prev {
        left: 15%;
        top: 4.5em;
    }

    .extra-modules-slider .next {
        right: 15%;
        top: 4.5em;
    }

    .testimonials-section #carouselSlider #close-btn {
        width: 250px;
    }

    .testimonials-section .carousel .carousel-inner .slider-items {
        width: 250px;
    }

    .testimonials-section .carousel-indicators button {
        width: 60px;
        opacity: 0.9;
    }

    .discount-section .discount-section-prices-economize {
        font-size: 4.6vw;
    }
}

@media screen and (max-width: 331px) {
    .discount-section .discount-section-prices-economize {
        font-size: 4.3vw;
    }
}

@media screen and (max-width: 350px) {
    .whatsapp-popup .whats-btn-message {
        background: url(../images/whats-btn-message.png);
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 95px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right;
        display: none;
        -webkit-animation: animateSize 0.5s linear;
        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 185px;
            height: fit-content;
        }
    }

    .whatsapp-popup .header .section-title {
        font-size: 14px;
    }

    .whatsapp-popup .section-description {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .testimonials-section #carouselSlider #close-btn {
        width: 200px;
    }

    .testimonials-section .carousel .carousel-inner .slider-items {
        width: 200px;
    }

    .testimonials-section .carousel-indicators button {
        width: 60px;
        opacity: 0.9;
    }
}