@font-face {
  font-family: 'Montserrat-VariableFont_wght';
  src: url('../font/Montserrat-VariableFont_wght.eot');
  src: url('../font/Montserrat-VariableFont_wght.eot?#iefix') format('embedded-opentype'),
       url('../font/Montserrat-VariableFont_wght.ttf') format('truetype'),
       url('../font/Montserrat-VariableFont_wght.woff') format('woff'),
       url('../font/Montserrat-VariableFont_wght.woff2') format('woff2'),
       url('../font/Montserrat-VariableFont_wght.otf') format('otf');
}


/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat-VariableFont_wght';
}

html {
    min-width: 430px;
}

body {
    background-color: #061EFF;
    color: #fff;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 80px;
}

header .logo {
    font-weight: bold;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 50px;
}

.mobile-itens {
    display: none;
}

.desktop-itens {
    display: block;
}

.scroll-itens {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;

    transition: color 0.3s ease;
}

.scroll-itens:hover {
    color: #00b8ff;
}

.hero {
    display: flex;
    margin: 25px 0;
    position: relative;

    justify-content: flex-start;
    /* min-height: 100vh; */
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    /* largura do bloco */
    height: 100%;
    /* ocupa toda a altura da section */
    background-color: #B1D600;
    border-radius: 0 20px 20px 0;
}

.hero-container {
    display: flex;
    flex-direction: row;
}

.hero-text {
    position: relative;
    padding: 0px 0 0 110px;
    max-width: 45%;
    z-index: 2;
}

.hero-text .promo {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 4px 65px;
    font-size: 31px;
    display: inline-block;
}

.hero-text h1 {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 900;
    font-style: italic;
    font-size: 81px;
    width: 160%;
}

.hero-text .subtitle {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 900;
    font-style: italic;
    font-size: 77px;
    width: 150%;
}

.hero-text .description {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 200px;
    width: 110%;
}

.hero-text .description strong {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 700;
    font-style: italic;
    color: #B1D600;
}

.btn-pink {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 700;
    background: #DE5BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-pink:hover {
    background: #c735c5;
}

.btn-participar {
    padding: 20px 45px;
    font-size: 32px;
    border-radius: 30px;
}

.btn-card {
    width: 100% !important;
    font-size: 16px !important;
    margin-top: 20px;
}

.hero-image {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 0;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* cobre o espaço */
    object-position: top right;
    /* fixa no topo e direita */
}

.scroll-down {
    cursor: pointer;
    margin-bottom: 25px;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.about h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 900;
    font-style: italic;
    font-size: 68px;
    margin-bottom: 15px;
    width: 80%;
    /* line-height: 1.2; */
}

.about h2 span {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    font-style: italic;
    font-size: 43px;
    align-self: end;
}

.about-box {
    font-family: 'Montserrat-VariableFont_wght';
    font-size: 20px;
    line-height: 1.5;
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 15px;
    width: 65%;
}

.about h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 900;
    font-style: italic;
    font-size: 61px;
    margin-bottom: 15px;
    width: 80%;
}

.about h3 span {
    display: block;
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    font-style: italic;
    font-size: 53px;
    margin-top: 5px;
    align-self: end;
}

.about-sub {
    font-family: 'Montserrat-VariableFont_wght';
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    width: 65%;
}

.z-section {
    position: relative;
    width: 100%;
    min-height: 465px;
    /* background: url("../images/girl-image.png") no-repeat center right; */
    /* background-size: contain; */
    display: flex;
    align-items: center;
}

.z-section img {
    width: 100%;
}

.z-content {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 700;
    font-style: italic;
    color: #00B7FF;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 5%;
    max-width: 40%;
}

.participar {
    text-align: center;
    padding: 60px 0px;
}

.participar h2 {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 900;
    font-style: italic;
    font-size: 81px;
    margin-bottom: 40px;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    position: relative;
}

.steps::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    /* largura do bloco */
    height: 100%;
    /* ocupa toda a altura da section */
    background-color: #DE5BFF;
    border-radius: 20px 0px 0px 20px;
}

.step {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 1px solid white;
    border-radius: 28px;
    padding: 25px 15px;
    flex: 1 1 300px;
    max-width: 273px;
    /* max-height: 302px; */
    height: inherit;
    color: white;
}

.step .icon {
    font-size: 2rem;
}

.step h3 {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}

.step p {
    font-family: 'Montserrat-VariableFont_wght';
    font-size: 12px;
    line-height: 1.5;
}

.participar .info {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    width: 80%;
    place-self: center;
    margin-top: 40px;
    font-size: 24px;
}

.participar .alert {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    width: 70%;
    place-self: center;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
}

.form-section {
    position: relative;
    text-align: center;
    padding: 60px 20px;
}

.form-section h2 {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    font-size: 24px;
    margin: auto;
    margin-bottom: 30px;
    width: 60%;
}

.custom-form {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* .custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="url"] {
    font-family: FonteOpenSans;
    padding: 16px 30px 12px;
    border-radius: 3px 3px 0 0;
    border: none;
    font-size: 14px;
    width: 100%;
    height: 40px;
} */

.form-group-input {
    display: flex;
    justify-content: space-around;
    gap: 15px;
}

.form-group-input .input-wrapper {
    width: 50%;
}

.form-radio {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.form-radio label {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
}

.checkbox-inline {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.form-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
}

.form-checkboxes label {
    display: flex;
    align-items: center;
}

.form-checkboxes input {
    margin-right: 16px;
}

.form-checkboxes a {
    color: white;
    text-decoration: underline;
}

.btn-continuar,
.btn-submit {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 700;
    background: #00B7FF;
    color: #fff;
    align-self: center;
    border: none;
    padding: 20px 130px;
    border-radius: 30px;
    font-size: 32px;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s ease;
}
.btn-continuar:hover,
.btn-submit:hover {
    background: #B1D600;
    cursor: pointer;
}

.btn-continuar:disabled,
.btn-submit:disabled {
    color: #bbbbbb;
    background: #0098d4;
    cursor: not-allowed;
}

.btn-continuar {
    padding: 10px 90px;
    font-size: 23px;
}

#usuario_cadastrado {
    text-align: left;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
    font-size: 24px;
    line-height: 1.5;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper input {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    padding: 16px 15px 6px 15px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    width: 100%;
    background: #fff;
    outline: none;
}

.input-wrapper input:read-only {
    background: #d4d4d4;
    cursor: not-allowed;
}

.input-wrapper input:focus {
    border-bottom: 1px solid #0A0047;
}

.input-wrapper label {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 14px;
    color: #0A0047;
    pointer-events: none;
    transition: 0.2s ease all;
}

.input-wrapper input:not(:placeholder-shown)+label,
.input-wrapper input:focus+label {
    top: 1px;
    left: 15px;
    font-size: 10px;
    color: #0A0047;
}

#participantes-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 20px;
}

#ganhador-content {
    display: flex;
    border-top: 1px solid;
    margin-top: 15px;
}

.ganhador-box {
    padding: 30px;
}

.ganhador-box:not(:first-child) {
    border-left: 1px solid;
}

.ganhador-box p {
    color: #fff;
    margin: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.sorte-section {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 0;
}

/* Cards lado a lado */
.sorte-cards {
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.sorte-cards-box {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.sorte-cards-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    /* largura do bloco */
    height: 100%;
    /* ocupa toda a altura da section */
    background-color: #B1D600;
    border-radius: 0 20px 20px 0;
}

.sorte-cards .card {
    max-width: 360px;
}

.sorte-cards img {
    height: 60px;
    margin-bottom: 15px;
}

.sorte-cards h3 {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
}

.sorte-cards h3 span {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 700;
    font-size: 33px;
    color: #B1D600;
    display: block;
    margin-bottom: 8px;
}

.texto-central {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0;
}

.info-box {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    width: 550px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 16px 50px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.destaque {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 80%;
}

.destaque strong {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 900;
    font-style: italic;
    font-size: 61px;
}

.destaque span {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    font-style: italic;
    display: block;
    font-size: 92px;
    margin-top: 5px;
    align-self: end;
}

.btn-cta {
    padding: 18px 40px;
    border-radius: 30px;
    font-size: 32px;
}

.blue-detail {
    position: absolute;
    width: 100%;
    margin-bottom: 20px;
    z-index: -1;
    right: 0;
    /* top: 41px; */
    bottom: -170px;
}

.faq-section {
    /* max-width: 800px; */
    margin: 0 auto;
    padding: 48px 0;
}

.faq-title {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 900;
    font-style: italic;
    text-align: center;
    font-size: 81px;
    color: #fff;
    margin-bottom: 20px;
}

.faq-container {
    width: 60%;
    place-self: center;
}

.faq-item {
    border: 1px solid #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item input {
    display: none;
}

.faq-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.faq-label span {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 700;
}

.faq-arrow {
    width: 14px;
    /* ajuste conforme tamanho do seu PNG */
    height: 14px;
    background: url("../images/roll-down-transparent.png") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
}

/* animação quando abre */
.faq-item input:checked+.faq-label .faq-arrow {
    transform: rotate(180deg);
}

.faq-number {
    font-size: 26px;
    border-radius: 6px;
    padding: 0.3rem 0.6rem;
    min-width: 36px;
    text-align: center;
}

.faq-question {
    flex: 1;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    transition: all 0.4s ease;
    font-size: 14px;
}

.faq-item input:checked~.faq-content {
    max-height: 1000px;
    padding: 1rem 1.5rem;
}

.roll-up {
    position: relative;
    justify-self: end;
    bottom: 55px;
    right: 40px;
    cursor: pointer;
}

.footer-section {
    background: #fff;
    padding: 40px 65px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-left {
    flex: 1;
    max-width: 620px;
}

.footer-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.btn-black,
.btn-blue {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.btn-black {
    background: #000;
    color: #fff;
}

.btn-blue {
    background: #061EFF;
    color: #fff;
}

.btn-black:hover {
    background: #333;
}

.btn-blue:hover {
    background: #0040cc;
}

.footer-text {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10px;
}

.footer-note {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 600;
    font-size: 14px;
    color: #061EFF;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 220px;
}

.footer-operator {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.footer-logos {
    display: flex;
    align-items: flex-end;
    gap: 70px;
}

.logo-porto-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logos img {
    height: 45px;
    object-fit: contain;
}

.footer-bottom {
    background: #0026ff;
    padding: 15px 20px;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 20px;
}

.footer-links a {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    text-decoration: underline;
}

#demo-modal {
    z-index: 777;
    color: #000;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, 0.7);
    transition: all 0.4s;
    overflow: scroll;
}

#modal-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 80%;
    min-height: 30%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

#x-close {
    text-decoration: none;
    font-size: 30px;
    color: #000000;
    cursor: pointer;
}

#string-close {
    cursor: pointer;
}

#text-regulamento {
    border: 1px solid #807a7a;
    border-radius: 10px;
    padding: 10px;
    overflow-y: scroll;
}

.modal:target {
    visibility: visible;
    opacity: 1;
}

.modal-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
}

.modal-content {
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.modal-content-header {
    width: 100%;
    max-width: none;
}

.modal-content img {
    width: 100%;
}

.banner-header-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding-bottom: 48px;
}

.banner-header-mobile .white-div {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #00000029;
    background-color: #fff;
    padding: 25px;
}

.banner-header-mobile button {
    font-family: 'Montserrat-VariableFont_wght';
    font-weight: 500;
    font-size: 22px;
    color: #061EFF;
    background-color: transparent;
    border: none;
    margin: 3px;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
}

.modal-header-icon {
    width: 90%;
    padding: 10px 0;
    margin: 15px 20px 0;
    text-align: right;
}

.banner-header-mobile img {
    cursor: pointer;
    width: auto !important;
}

#form_etapa1 {
    display: flex;
    gap: 20px;
    flex-flow: row;
}

#form_etapa2 {
    display: flex;
    gap: 20px;
    flex-flow: column;
}

/* Responsividade */

@media (max-width: 1150px) {
    .hero-text .promo {
        font-size: 27px;
    }

    .hero-text .subtitle {
        font-size: 60px;
    }

    .hero-text .description {
        font-size: 19px;
    }

    .hero-image img {
        width: 85%;
    }

    .btn-participar {
        font-size: 25px;
    }

    .about h2 {
        font-size: 60px;
    }

    .about h2 span {
        font-size: 37px;
    }

    .about-box,
    .about-sub {
        font-size: 16px;
    }

    .about h3 {
        font-size: 56px;
    }

    .about h3 span {
        font-size: 48px;
    }

    .participar h2 {
        font-size: 76px;
    }

    .steps {
        gap: 30px;
    }

    .participar .info,
    .participar .alert,
    .texto-central,
    .form-section h2 {
        font-size: 19px;
    }

    .destaque strong {
        font-size: 56px;
    }

    .destaque span {
        font-size: 87px;
    }

    .btn-cta {
        font-size: 27px;
    }

    .btn-submit {
        font-size: 27px;
    }

    .faq-title {
        font-size: 76px;
    }

    .btn-black,
    .btn-blue {
        font-size: 20px;
    }
}

@media (max-width: 970px) {
    header {
        padding: 30px 40px;
    }

    header nav ul {
        gap: 30px;
    }

    .hero-text .promo {
        font-size: 22px;
    }

    .hero-text .subtitle {
        font-size: 48px;
    }

    .hero-text .description {
        font-size: 15px;
    }

    .hero-image img {
        width: 70%;
    }

    .btn-participar {
        font-size: 16px;
    }

    .about h2 {
        font-size: 50px;
    }

    .about h2 span {
        font-size: 30px;
    }

    .about-box,
    .about-sub {
        font-size: 16px;
    }

    .about h3 {
        font-size: 51px;
    }

    .about h3 span {
        font-size: 42px;
    }

    .participar h2 {
        font-size: 70px;
    }

    .steps {
        gap: 80px;
    }

    .participar .info,
    .participar .alert,
    .texto-central,
    .form-section h2 {
        font-size: 19px;
    }

    .destaque strong {
        font-size: 50px;
    }

    .destaque span {
        font-size: 80px;
    }

    .btn-cta {
        font-size: 27px;
    }

    .btn-submit {
        font-size: 27px;
    }

    .faq-title {
        font-size: 70px;
    }

    .sorte-cards {
        gap: 20px;
    }

    .hero::before,
    .steps::after,
    .sorte-cards-box::before {
        width: 40px;
    }
}

@media (max-width: 850px) {
    .about h2 {
        font-size: 45px;
    }

    .about h2 span {
        font-size: 25px;
    }

    .about-box,
    .about-sub {
        font-size: 14px;
    }

    .about h3 {
        font-size: 46px;
    }

    .about h3 span {
        font-size: 37px;
    }

    .participar h2 {
        font-size: 65px;
    }

    .sorte-cards h3 span {
        font-size: 28px;
    }

    .sorte-cards h3 {
        font-size: 20px;
    }

    .participar .info,
    .participar .alert,
    .texto-central,
    .form-section h2 {
        font-size: 19px;
        width: 80%;
    }

    .destaque strong {
        font-size: 45px;
    }

    .destaque span {
        font-size: 75px;
    }

    .btn-cta {
        font-size: 23px;
    }

    .btn-submit {
        font-size: 23px;
    }

    .faq-title {
        font-size: 65px;
    }
}

/* Mobile */

@media (max-width: 768px) {
    header {
        padding: 15px 30px;
    }

    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .desktop-itens {
        display: none;
    }

    .mobile-itens {
        display: block;
    }

    .ion-icon {
        align-self: start;
        margin: 10px 0 10px 10px;
    }

    .hero::before {
        width: 40px;
        height: 50%;
        border-radius: 0 30px 30px 0;
    }

    .hero-container {
        flex-direction: column;
        align-items: center;
    }

    .hero-text {
        padding: 0px 0 0 70px;
        text-align: start;
    }

    .hero-text .promo {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hero-text .subtitle {
        width: 100%;
        font-size: 36px;
        margin-bottom: 10px;
    }

    .hero-text .description {
        font-size: 26px;
        margin-bottom: 0px;
        width: 100%;
    }

    .hero-image {
        position: unset;
        margin-bottom: 50px;
        width: 100%;
    }

    .btn-participar {
        width: 50%;
        font-size: 20px;
        padding: 10px 30px;
    }

    .about {
        padding: 10px 20px;
    }

    .about h2 {
        font-size: 42px;
    }

    .about h2 span {
        font-size: 27px;
    }

    .about-box {
        font-size: 17px;
        padding: 15px 20px;
        width: 100%;
        margin: 50px 0;
    }

    .about h3 {
        font-size: 29px;
    }

    .about h3 span {
        font-size: 26px;
    }

    .about-sub {
        font-size: 17px;
        width: 100%;
    }

    .z-section {
        min-height: unset;
        margin: 30px 0;
    }

    /* .z-content {
        font-size: 1.5rem;
        max-width: 60%;
        margin-left: 10%;
    } */

    .participar {
        padding: 30px 0px;
    }

    .participar h2 {
        font-size: 33px;
    }

    .steps {
        gap: 30px;
    }

    .steps::after {
        width: 40px;
        height: 25%;
        top: 40px;
        border-radius: 30px 0px 0px 30px;
        align-self: anchor-center;
    }

    .participar .info,
    .participar .alert {
        font-size: 17px;
        width: 100%;
        padding: 0 20px;
    }

    .sorte-section {
        padding: 30px 0;
    }

    .sorte-cards,
    .steps {
        flex-direction: column;
        align-items: center;
    }

    .sorte-cards-box::before {
        width: 40px;
        height: 43%;
        border-radius: 0 30px 30px 0;
    }

    .sorte-cards .card {
        max-width: 300px;
    }

    .sorte-cards h3 {
        font-size: 20px;
    }

    .sorte-cards h3 span {
        font-size: 26px;
    }

    .sorte-cards-box {
        margin-bottom: 20px;
    }

    .texto-central {
        font-size: 18px;
        margin: 20px;
    }

    .info-box {
        width: unset;
        font-size: 17px;
        margin: 20px;
        padding: 16px 35px;
    }

    .destaque {
        width: 80%;
        padding: 20px;
        margin-bottom: 30px;
    }

    .destaque strong {
        font-size: 29px;
    }

    .destaque span {
        font-size: 43px;
    }

    .btn-cta {
        font-size: 24px;
        padding: 15px 30px;
    }

    .form-section {
        padding: 30px 20px;
    }


    .form-group-input-mobile {
        display: flex;
        flex-direction: column;
    }

    .form-group-input-mobile .input-wrapper {
        width: 100%;
    }

    .btn-submit {
        font-size: 25px;
        padding: 20px 80px;
    }

    #ganhador-content {
        flex-direction: column;
    }

    .ganhador-box:not(:first-child) {
        border-left: none;
        border-top: 1px solid;
    }

    .faq-section {
        padding: 0px;
        margin-bottom: 30px;
    }

    .faq-title-box {
        height: unset;
        background: unset;
        background-image: unset;
        background-size: unset;
    }

    .faq-title {
        font-size: 30px;
    }

    .faq-container {
        width: 85%;
    }

    .faq-label {
        font-size: 16px;
    }

    .footer-section {
        padding: 40px 20px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-buttons {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-bottom: 30px;
    }

    .btn-black,
    .btn-blue {
        font-size: 18px;
        width: 80%;
    }

    .footer-text {
        font-size: 12px;
    }

    .footer-note {
        font-size: 12px;
    }

    .footer-logos {
        gap: 50px;
        padding: 0 20px;
    }

    .footer-operator {
        font-size: 8px;
    }

    .footer-logos img {
        height: 40px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .footer-links a {
        font-size: 14px;
    }

    #form_etapa1 {
        flex-flow: column;
    }
}

@media (max-width: 550px) {
    .hero-text .promo {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .hero-text .subtitle {
        width: 100%;
        font-size: 31px;
        margin-bottom: 10px;
    }

    .hero-text .description {
        font-size: 20px;
        margin-bottom: 0px;
        width: 95%;
    }

    .btn-participar {
        width: 50%;
        font-size: 16px;
        padding: 10px 30px;
    }

    .about h2 {
        font-size: 26px;
        width: 100%;
    }

    .about h2 span {
        font-size: 18px;
    }

    .about-box {
        font-size: 14px;
        padding: 15px 20px;
        width: 100%;
        margin: 50px 0;
    }

    .about h3 {
        font-size: 24px;
        width: 100%;
    }

    .about h3 span {
        font-size: 21px;
    }

    .about-sub {
        font-size: 14px;
        width: 100%;
    }

    .participar h2 {
        font-size: 33px;
    }

    .participar .info,
    .participar .alert {
        font-size: 15px;
        width: 100%;
        padding: 0 20px;
    }

    .sorte-cards h3 {
        font-size: 20px;
        width: 100%;
    }

    .sorte-cards h3 span {
        font-size: 26px;
    }

    .texto-central {
        font-size: 16px;
        margin: 20px;
    }

    .info-box {
        width: unset;
        font-size: 15px;
        margin: 20px;
        padding: 16px 35px;
    }

    .destaque {
        width: 100%;
    }

    .destaque strong {
        font-size: 24px;
    }

    .destaque span {
        font-size: 38px;
    }

    .btn-cta {
        font-size: 16px;
        padding: 15px 30px;
    }

    .btn-submit {
        font-size: 25px;
        padding: 20px 80px;
    }

    .faq-title {
        font-size: 30px;
    }

    .faq-label {
        font-size: 16px;
    }

    .btn-black,
    .btn-blue {
        font-size: 18px;
        width: 80%;
    }

    .footer-text {
        font-size: 12px;
    }

    .footer-note {
        font-size: 12px;
    }

    .footer-operator {
        font-size: 8px;
    }

    .footer-links a {
        font-size: 14px;
    }
}


/* Desktop Maior que xD */
@media (min-width: 1600px) {
    .scroll-itens {
        font-size: 21px;
    }

    .hero-text .promo {
        font-size: 34px;
    }

    .hero-text .subtitle {
        font-size: 95px;
    }

    .hero-text .description {
        font-size: 27px;
    }

    .btn-pink {
        font-size: 35px;
    }

    .about h2 {
        font-size: 74px;
    }

    .about h2 span {
        font-size: 50px;
    }

    .about-box,
    .about-sub {
        font-size: 25px;
    }

    .participar h2 {
        font-size: 90px;
    }

    .step {
        max-width: 410px;
        /* max-height: 370px; */
    }

    .step h3 {
        font-size: 24px;
    }

    .step p {
        font-size: 17px;
    }

    .participar .info,
    .participar .alert,
    .texto-central {
        font-size: 29px;
    }

    .sorte-cards .card {
        max-width: 415px;
    }

    .sorte-cards h3 {
        font-size: 29px;
    }

    .sorte-cards h3 span {
        font-size: 40px;
    }

    .info-box {
        width: 670px;
        font-size: 26px;
    }

    .destaque strong {
        font-size: 68px;
    }

    .destaque span {
        font-size: 99px;
    }

    .btn-cta {
        font-size: 36px;
    }

    .btn-black,
    .btn-blue {
        font-size: 20px;
    }
}