/*
Theme Name: Divi Child
Template: Divi
*/


/* =========================================================
   RESET
   ========================================================= */

html,
body {
    margin: 0 !important;
    padding: 0 !important;

    width: 100%;
    min-height: 100%;
}

body.jm9-home {
    margin: 0 !important;
    padding: 0 !important;

    width: 100%;
    min-height: 100vh;

    background: #f4f4f1;
    color: #080808;

    font-family: 'Poppins', Arial, sans-serif;

    overflow: hidden;
}

body.jm9-home * {
    box-sizing: border-box;
}

body.jm9-home #page-container,
body.jm9-home #main-content {
    margin: 0 !important;
    padding: 0 !important;

    min-height: 0 !important;
}


/* =========================================================
   HERO
   ========================================================= */

.jm9-hero {
    --content-center: 46%;
    --content-width: min(46vw, 820px);

    position: relative;

    width: 100%;
    height: 100vh;
    min-height: 100vh;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background:
        url('/wp-content/uploads/2026/08/fundo-scaled.jpg')
        center center / cover
        no-repeat;
}


/* =========================================================
   ARTES
   ========================================================= */

.jm9-art {
    position: absolute;

    z-index: 2;

    display: block;

    max-width: none;

    pointer-events: none;
    user-select: none;
}

.jm9-mobile-left {
    position: absolute;

    z-index: 1;

    display: none;

    max-width: none;

    pointer-events: none;
    user-select: none;
}


/* =========================================================
   LATERAL ESQUERDA DESKTOP
   ========================================================= */

.jm9-art--left {
    top: 6vh;
    left: -1.5vw;

    width: clamp(350px, 27vw, 520px);
    height: auto;

    max-height: 95vh;

    object-fit: contain;
    object-position: left top;
}


/* =========================================================
   LATERAL DIREITA
   ========================================================= */

.jm9-art--right {
    top: 4.5vh;
    right: 0.5vw;

    width: auto;
    height: 94vh;
    max-height: 94vh;

    object-fit: contain;
    object-position: right center;
}


/* =========================================================
   LOGO
   ========================================================= */

.jm9-logo {
    position: absolute;

    z-index: 20;

    top: 2.7vh;
    left: 3%;

    display: block;

    width: clamp(82px, 5.8vw, 116px);
    height: auto;

    max-width: none;

    object-fit: contain;

    pointer-events: none;
    user-select: none;
}


/* =========================================================
   NOVO CAPÍTULO
   ========================================================= */

.jm9-chapter {
    position: absolute;

    z-index: 20;

    top: 3vh;
    right: 4%;

    display: flex;
    align-items: center;

    gap: 0.8vw;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(9px, 0.85vw, 15px);
    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.17em;

    text-transform: uppercase;
}

.jm9-dot {
    display: block;

    flex: 0 0 auto;

    width: 11px;
    height: 11px;

    border-radius: 50%;

    background: #a2cf20;
}


/* =========================================================
   CONTENT
   ========================================================= */

.jm9-content {
    position: absolute;

    z-index: 10;

    top: 0;
    bottom: 0;
    left: var(--content-center);

    width: var(--content-width);
    height: 100%;

    margin: 0;
    padding: 0;

    transform: translateX(-50%);

    line-height: normal;
}


/* =========================================================
   COUNTDOWN
   ========================================================= */

.jm9-countdown {
    position: absolute;

    top: 8.5vh;
    left: 0;

    width: auto;

    margin: 0;

    transform: none;
}

.jm9-countdown__heading {
    display: flex;
    align-items: center;
    gap: 1.2vw;
    margin: 0 0 1.8vh;
}

.jm9-countdown__heading > span {
    display: block;

    width: clamp(65px, 6vw, 110px);
    height: 1px;

    background: #a2cf20;
}

.jm9-countdown__heading strong {
    font-family: 'Poppins', sans-serif;

    font-size: clamp(10px, 0.9vw, 16px);
    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.jm9-countdown__numbers {
    display: flex;

    align-items: flex-start;
    justify-content: flex-start;

    width: max-content;

    gap: clamp(8px, 1vw, 18px);
}

.jm9-countdown__item {
    display: flex;
    flex-direction: column;

    flex: 0 0 auto;

    align-items: center;
}

.jm9-countdown__item strong {
    display: block;

    margin: 0;

    font-family: 'Anton', Impact, sans-serif !important;

    font-size: clamp(48px, min(4.4vw, 8vh), 82px);
    font-weight: 400 !important;

    line-height: 0.88;

    letter-spacing: 0;
}

.jm9-countdown__item span {
    display: block;

    margin-top: 0.6vh;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(9px, 0.75vw, 14px);
    font-weight: 500;

    line-height: 1;

    text-transform: uppercase;
}

.jm9-countdown__numbers > i {
    display: block;

    margin-top: -0.1vh;

    color: #a2cf20;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(40px, min(3.6vw, 6.7vh), 68px);
    font-style: normal;
    font-weight: 600;

    line-height: 0.75;
}


/* =========================================================
   COPY
   ========================================================= */

.jm9-copy {
    position: absolute;

    top: 27vh;
    left: 0;

    width: 100%;

    margin: 0;
    padding: 0;
}

.jm9-copy h1 {
    margin: 0 !important;
    padding: 0 !important;

    color: #050505;

    font-family: 'Anton', Impact, sans-serif !important;

    font-size: clamp(52px, min(5vw, 8.5vh), 94px);
    font-weight: 400 !important;

    line-height: 0.94;

    letter-spacing: 0;

    text-transform: uppercase;
}

.jm9-copy h1 span {
    display: block;

    white-space: nowrap;
}


/* =========================================================
   SUBLINHADO
   ========================================================= */

.jm9-title-underline {
    display: block !important;

    width: 102% !important;

    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;

    max-width: none !important;

    margin: 10px 0 0 -1% !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center 53% !important;

    overflow: hidden !important;

    pointer-events: none;
}


/* =========================================================
   TEXTO
   ========================================================= */

.jm9-copy p {
    margin: 30px 0 0 !important;
    padding: 0 !important;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(14px, min(1.2vw, 2.1vh), 22px);
    font-weight: 400;

    line-height: 1.4;
}


/* =========================================================
   FORM
   ========================================================= */

.jm9-form {
    position: absolute;

    top: calc(56vh + 20px);
    left: 0;

    z-index: 5;

    isolation: isolate;

    display: flex;
    flex-direction: column;

    width: 72%;

    margin: 0;

    padding: clamp(10px, 1.2vh, 14px);

    gap: clamp(6px, 0.8vh, 9px);

    border: 0;

    overflow: visible;

    background: rgba(245, 245, 242, 0.72);

    box-shadow: none;

    transform: none;
}

.jm9-form::before {
    content: "";

    position: absolute;

    z-index: 5;

    inset: -14px;

    border: 20px solid transparent;

    border-image-source:
        url('/wp-content/uploads/2026/08/moldura-desktop-green.png');

    border-image-slice:
        130
        120
        160
        120;

    border-image-width: 20px;

    border-image-outset: 0;

    border-image-repeat: stretch;

    pointer-events: none;
}

.jm9-form > * {
    position: relative;

    z-index: 2;
}


/* =========================================================
   CAMPOS
   ========================================================= */

.jm9-field {
    position: relative;

    width: 100%;
}

.jm9-field input {
    appearance: none;
    -webkit-appearance: none;

    display: block;

    width: 100%;
    height: clamp(42px, 5.3vh, 56px);

    margin: 0;

    padding:
        0
        4%
        0
        13%;

    border: 1px solid rgba(30, 30, 30, 0.42);
    border-radius: 3px;

    outline: none;

    background: rgba(249, 249, 248, 0.93);

    color: #111;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(12px, 0.9vw, 16px);
    font-weight: 400;

    line-height: 1;

    box-shadow: none;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.jm9-field input::placeholder {
    color: #aaa;

    opacity: 1;
}

.jm9-field input:focus {
    border-color: #8eaa00;

    background: #fff;

    box-shadow:
        0 0 0
        2px
        rgba(142, 170, 0, 0.12);
}

.jm9-field__icon {
    position: absolute;

    z-index: 2;

    top: 50%;
    left: 4%;

    width: clamp(22px, 2.7vh, 29px);
    height: clamp(22px, 2.7vh, 29px);

    transform: translateY(-50%);

    color: #111;

    pointer-events: none;
}

.jm9-field__icon svg {
    display: block;

    width: 100%;
    height: 100%;
}


/* =========================================================
   AUTOCOMPLETE DISTRITO
   ========================================================= */

.jm9-field--district {
    z-index: 30 !important;
}

.jm9-district-dropdown {
    position: absolute;

    z-index: 100;

    top: calc(100% + 4px);
    right: 0;
    left: 0;

    width: 100%;

    border: 1px solid rgba(30, 30, 30, 0.28);
    border-radius: 3px;

    overflow: hidden;

    background: #fff;

    box-shadow:
        0 8px 22px
        rgba(0, 0, 0, 0.14);
}

.jm9-district-dropdown[hidden] {
    display: none !important;
}

.jm9-district-options {
    display: block;

    width: 100%;

    /*
     * Três opções visíveis de cada vez.
     * Os restantes distritos ficam acessíveis por scroll.
     */
    max-height: 132px;

    margin: 0 !important;
    padding: 0 !important;

    overflow-x: hidden;
    overflow-y: auto;

    list-style: none !important;

    overscroll-behavior: contain;

    scrollbar-width: thin;
}

.jm9-district-option {
    display: flex;

    min-height: 44px;

    margin: 0 !important;
    padding: 0 14px !important;

    align-items: center;

    border: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);

    background: #fff;

    color: #111;

    cursor: pointer;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(12px, 0.9vw, 16px);
    font-weight: 400;

    line-height: 1.2;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;

    user-select: none;

    touch-action: manipulation;
}

.jm9-district-option:last-child {
    border-bottom: 0;
}

.jm9-district-option:hover,
.jm9-district-option:active,
.jm9-district-option.is-active,
.jm9-district-option[aria-selected="true"] {
    background: #f1f4e7 !important;
}

.jm9-district-option.is-active {
    font-weight: 600;
}

.jm9-district-empty {
    display: flex;

    min-height: 44px;

    margin: 0 !important;
    padding: 0 14px !important;

    align-items: center;

    color: #777;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(12px, 0.9vw, 16px);
    font-weight: 400;

    line-height: 1.2;
}


/* =========================================================
   BOTÃO
   ========================================================= */

.jm9-submit {
    position: relative;

    appearance: none;
    -webkit-appearance: none;

    display: flex;

    width: 100%;
    height: clamp(46px, 5.8vh, 62px);

    margin: 0;

    padding: 0 18% 0 8%;

    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 2px;

    outline: none;

    background: #050505;

    color: #fff;

    cursor: pointer;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(11px, 0.95vw, 17px);
    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.19em;

    text-transform: uppercase;
}

.jm9-submit:hover {
    opacity: 0.9;
}

.jm9-submit:disabled {
    cursor: wait;

    opacity: 0.65;
}

.jm9-submit__arrow {
    position: absolute;

    top: 50%;
    right: 8%;

    transform: translateY(-53%);

    color: #a2cf20;

    font-family: Arial, sans-serif;

    font-size: clamp(24px, 3.2vh, 35px);

    line-height: 1;
}


/* =========================================================
   STATUS
   ========================================================= */

.jm9-form-status {
    display: none;

    padding: 2px 0 0;

    font-size: 11px;

    text-align: center;
}

.jm9-form-status.is-visible {
    display: block;
}


/* =========================================================
   HONEYPOT
   ========================================================= */

.jm9-honeypot {
    position: absolute !important;

    left: -99999px !important;

    width: 1px !important;
    height: 1px !important;

    opacity: 0 !important;

    pointer-events: none !important;
}


/* =========================================================
   BENEFÍCIOS
   ========================================================= */

.jm9-benefits {
    position: absolute;

    top: calc(86.5vh + 20px);
    left: 0;

    display: flex;
    align-items: center;

    width: auto;

    margin: 0;

    gap: clamp(10px, 1vw, 18px);

    white-space: nowrap;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(11px, 0.95vw, 16px);
}

.jm9-benefit {
    display: flex;

    align-items: center;

    gap: clamp(6px, 0.5vw, 10px);
}

.jm9-check {
    display: inline-flex;

    flex: 0 0 auto;

    width: clamp(29px, 3.8vh, 42px);
    height: clamp(29px, 3.8vh, 42px);

    align-items: center;
    justify-content: center;

    border: 2px solid #a2cf20;
    border-radius: 50%;

    font-size: clamp(16px, 2.2vh, 24px);
    font-weight: 700;

    line-height: 1;
}

.jm9-benefits__dot {
    display: block;

    flex: 0 0 auto;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #a2cf20;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.jm9-copyright {
    position: absolute;

    z-index: 3;

    left: 50%;
    right: auto;

    bottom: 1.7vh;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 3px;

    margin: 0;

    color: #333;

    font-family: 'Poppins', sans-serif;

    font-size: clamp(9px, 0.75vw, 13px);
    font-weight: 400;

    line-height: 1.3;

    white-space: nowrap;

    transform: translateX(-50%);
}

.jm9-copyright a {
    color: #111;

    font-weight: 600;

    text-decoration: none;

    transition: opacity 0.2s ease;
}

.jm9-copyright a:hover {
    opacity: 0.6;
}


/* =========================================================
   ECRÃS GRANDES
   ========================================================= */

@media (min-width: 1650px) {

    .jm9-hero {
        --content-center: 47%;
        --content-width: min(44vw, 840px);
    }

    .jm9-art--left {
        top: 4vh;
        left: -1vw;

        width: clamp(410px, 28vw, 560px);
    }

    .jm9-art--right {
        top: 3.5vh;
        right: -0.5vw;

        height: 96vh;
        max-height: 96vh;
    }

}


/* =========================================================
   1200 - 1450
   ========================================================= */

@media
    (min-width: 1200px)
    and (max-width: 1450px) {

    .jm9-hero {
        --content-center: 46%;
        --content-width: 48vw;
    }

    .jm9-art--left {
        top: 8vh;
        left: -2vw;

        width: 25vw;

        min-width: 290px;
    }

    .jm9-art--right {
        top: 4vh;
        right: -0.8vw;

        height: 95vh;
        max-height: 95vh;
    }

    .jm9-copy h1 {
        font-size: min(5vw, 8vh);
    }

    .jm9-form {
        width: 74%;
    }

}


/* =========================================================
   981 - 1199
   ========================================================= */

@media
    (min-width: 981px)
    and (max-width: 1199px) {

    .jm9-hero {
        --content-center: 47%;
        --content-width: 51vw;
    }

    .jm9-art--left {
        top: 13vh;
        left: -2vw;

        width: 22vw;

        min-width: 210px;
    }

    .jm9-art--right {
        top: 5vh;
        right: -1.5vw;

        height: 91vh;
        max-height: 91vh;
    }

    .jm9-countdown {
        width: auto;
    }

    .jm9-copy h1 {
        font-size: clamp(43px, 5vw, 60px);
    }

    .jm9-form {
        width: 78%;
    }

    .jm9-benefits {
        font-size: 11px;

        gap: 8px;
    }

}


/* =========================================================
   DESKTOP BAIXO
   ========================================================= */

@media
    (min-width: 981px)
    and (max-height: 760px) {

    .jm9-art--left {
        top: 3vh;
    }

    .jm9-countdown {
        top: 6vh;
    }

    .jm9-copy {
        top: 23vh;
    }

    .jm9-form {
        top: 53vh;
    }

    .jm9-benefits {
        top: 88vh;
    }

    .jm9-copy h1 {
        font-size: min(5vw, 7.7vh);
    }

    .jm9-field input {
        height: 4.8vh;

        min-height: 36px;
    }

    .jm9-submit {
        height: 5.3vh;

        min-height: 40px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media
    (min-width: 768px)
    and (max-width: 980px) {

    html,
    body.jm9-home {
        min-height: 0;

        overflow-x: hidden;
        overflow-y: auto;
    }

    .jm9-hero {
        --content-center: 0;
        --content-width: 100%;

        position: relative;

        width: 100%;

        height: 177.7vw;
        min-height: 0;

        overflow: hidden;

        background:
            url('/wp-content/uploads/2026/08/fundo-scaled.jpg')
            center center / cover
            no-repeat;
    }

    .jm9-mobile-left {
        display: none !important;
    }

    .jm9-art--left {
        top: 5%;
        left: -5%;

        width: 47%;
        height: auto;

        max-height: none;
    }

    .jm9-art--right {
        top: 5vw;
        right: -6vw;

        width: auto;
        height: 125vw;
        max-height: none;
    }

    .jm9-logo {
        top: 1.7%;
        left: 4.5%;

        width: 14vw;
    }

    .jm9-chapter {
        top: 2%;
        right: 4%;

        gap: 1.3vw;

        font-size: 1.6vw;
    }

    .jm9-dot {
        width: 1.4vw;
        height: 1.4vw;
    }

    .jm9-content {
        position: absolute;

        inset: 0;

        width: 100%;
        height: 100%;

        transform: none;
    }

    .jm9-copy {
        top: 25%;
        left: 6%;

        width: 68%;
    }

    .jm9-copy h1 {
        font-size: 9.3vw;

        line-height: 0.98;
    }

    .jm9-copy h1 span {
        white-space: nowrap;
    }

    .jm9-title-underline {
        width: 97% !important;

        height: 2.5vw !important;
        min-height: 2.5vw !important;
        max-height: 2.5vw !important;

        margin:
            1.5vw
            0
            0
            -1% !important;

        object-fit: cover !important;
        object-position: center 53% !important;
    }

    .jm9-copy p {
        margin-top: 1.8vw !important;

        font-size: 2.8vw;

        line-height: 1.5;
    }

    .jm9-countdown {
        top: 53%;
        left: 6%;

        width: auto;

        margin: 0;

        transform: none;
    }

    .jm9-countdown__heading {
        gap: 1vw;

        margin-bottom: 1.5vw;
    }

    .jm9-countdown__heading > span {
        display: none;
    }

    .jm9-countdown__heading strong {
        font-size: 2.4vw;
    }

    .jm9-countdown__numbers {
        gap: 1vw;
    }

    .jm9-countdown__item {
        flex: 0 0 auto;
    }

    .jm9-countdown__item strong {
        font-size: 9vw;

        line-height: 0.9;
    }

    .jm9-countdown__item span {
        margin-top: 1.2vw;

        font-size: 2.1vw;
    }

    .jm9-countdown__numbers > i {
        font-size: 8vw;
    }

    .jm9-form {
        top: 67%;
        left: 18%;

        width: 51%;

        margin: 0;

        padding: 2.5vw;

        gap: 1.3vw;
    }

    .jm9-form::before {
        inset: -2vw;

        border-width: 2.8vw;

        border-image-width: 2.8vw;

        border-image-slice:
            130
            120
            160
            120;
    }

    .jm9-field input {
        height: 8.5vw;

        min-height: 0;
        max-height: none;

        padding:
            0
            3vw
            0
            9vw;

        font-size: 2.2vw;
    }

    .jm9-field__icon {
        left: 2.7vw;

        width: 4.2vw;
        height: 4.2vw;
    }

    .jm9-submit {
        height: 9vw;

        min-height: 0;
        max-height: none;

        padding:
            0
            8vw
            0
            3vw;

        font-size: 2.2vw;

        letter-spacing: 0.16em;
    }

    .jm9-submit__arrow {
        right: 4vw;

        font-size: 5vw;
    }

    .jm9-benefits {
        top: 94.5%;
        left: 6%;

        width: 88%;

        margin: 0;

        justify-content: center;

        gap: 2vw;

        font-size: 2.15vw;
    }

    .jm9-benefit {
        gap: 1vw;
    }

    .jm9-check {
        width: 5vw;
        height: 5vw;

        font-size: 3vw;
    }

    .jm9-benefits__dot {
        width: 1.2vw;
        height: 1.2vw;
    }

    .jm9-copyright {
        left: 50%;
        right: auto;

        bottom: 2vw;

        font-size: 1.5vw;

        transform: translateX(-50%);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    html,
    body.jm9-home {
        width: 100%;

        min-height: 100%;

        overflow-x: hidden;
        overflow-y: auto;

        background:
            url('/wp-content/uploads/2026/08/fundo-scaled.jpg')
            center top / cover
            fixed;
    }


    .jm9-hero {
        --content-center: 0;
        --content-width: 100%;

        position: relative;

        width: 100%;

        height: auto;
        min-height: 100svh;

        margin: 0;
        padding: 0;

        overflow: hidden;

        background:
            url('/wp-content/uploads/2026/08/fundo-scaled.jpg')
            center top / cover
            no-repeat;
    }


    .jm9-art--left {
        display: none !important;
    }


    .jm9-mobile-left {
        display: block;
    }


    .jm9-mobile-stamp {
        top: 13vw;
        left: 5vw;

        width: 27vw;
        height: auto;

        z-index: 4;

        object-fit: contain;
    }


    .jm9-mobile-nine {
        top: 104vw;
        left: -18vw;

        width: 50vw;
        height: auto;

        z-index: 1;

        object-fit: contain;
    }


    .jm9-art--right {
        top: 4vw;
        right: -25vw;
        width: auto;
        height: 130vw;
        max-width: none;
        max-height: none;
        z-index: 1;
        object-fit: contain;
        object-position: right top;
    }


    .jm9-logo {
        top: 3.5vw;
        left: 5vw;

        z-index: 30;

        width: clamp(50px, 13vw, 96px);
    }


    .jm9-chapter {
        top: 4.5vw;
        right: 4vw;

        z-index: 30;

        gap: 1.4vw;

        font-size: 1.95vw;

        letter-spacing: 0.13em;

        white-space: nowrap;
    }

    .jm9-dot {
        width: 1.7vw;
        height: 1.7vw;

        min-width: 0;
        min-height: 0;
    }


    .jm9-content {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;

        z-index: 10;

        display: grid;

        grid-template-columns: 100%;

        grid-template-areas:
            "countdown"
            "copy"
            "form"
            "benefits";

        row-gap: 8vw;

        width: 100%;
        height: auto;

        margin: 0;

        padding:
            48vw
            0
            4vw;

        transform: none;
    }


    .jm9-copy {
        grid-area: copy;

        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;

        z-index: 12;

        justify-self: start;

        width: 66vw;

        margin:
            1vw
            0
            0
            6vw;

        padding: 0;
    }


    .jm9-copy h1 {
        margin: 0 !important;
        padding: 0 !important;

        font-size:
            clamp(
                33px,
                8.2vw,
                45px
            );

        line-height: 0.94;

        letter-spacing: -0.01em;
    }


    .jm9-copy h1 span {
        display: block;

        white-space: nowrap;
    }


    .jm9-title-underline {
        display: block !important;

        width: 85% !important;

        height: 3vw !important;
        min-height: 3vw !important;
        max-height: 3vw !important;

        max-width: none !important;

        margin:
            1.8vw
            0
            0
            -8px !important;

        padding: 0 !important;

        object-fit: cover !important;
        object-position: center 53% !important;
    }


    .jm9-copy p {
        position: relative;

        width: 64vw;

        margin:
            4vw
            0
            0 !important;

        padding: 0 !important;

        font-size:
            clamp(
                12px,
                3vw,
                15px
            );

        line-height: 1.42;
    }


    .jm9-countdown {
        grid-area: countdown;

        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;

        z-index: 14;

        justify-self: start;

        width: auto;

        margin:
            -25px
            0
            0
            6vw;

        transform: none;
    }


    .jm9-countdown__heading {
        display: flex;

        align-items: center;

        gap: 2vw;

        margin:
            0
            0
            1.6vw;
    }


    .jm9-countdown__heading > span {
        display: block;

        width: 10vw;
        height: 1px;
    }


    .jm9-countdown__heading strong {
        font-size: 2.65vw;

        letter-spacing: 0.13em;
    }


    .jm9-countdown__numbers {
        display: flex;

        align-items: flex-start;
        justify-content: flex-start;

        width: max-content;

        gap: 1.2vw;
    }


    .jm9-countdown__item {
        flex: 0 0 auto;
    }


    .jm9-countdown__item strong {
        font-size: 9.5vw;

        line-height: 0.88;
    }


    .jm9-countdown__item span {
        margin-top: 1vw;

        font-size: 2vw;
    }


    .jm9-countdown__numbers > i {
        margin-top: 0;

        font-size: 7.7vw;

        line-height: 0.76;
    }


    .jm9-form {
        grid-area: form;

        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;

        z-index: 40;

        justify-self: start;

        display: flex;
        flex-direction: column;

        width: 82vw;

        margin:
            10vw
            0
            0
            9vw;

        padding: 2.5vw;

        gap: 1.5vw;

        overflow: visible;

        background:
            rgba(
                245,
                245,
                242,
                0.91
            );

        transform: none;
    }


    .jm9-form::before {
        inset: -2vw;

        border-width: 3vw;

        border-image-width: 3vw;

        border-image-slice:
            130
            120
            160
            120;

        border-image-repeat: stretch;
    }


    .jm9-field input {
        width: 100%;

        height: 10.5vw;

        min-height: 44px;
        max-height: 53px;

        margin: 0;

        padding:
            0
            3vw
            0
            10.5vw;

        font-size:
            clamp(
                12px,
                2.85vw,
                15px
            );

        background:
            rgba(
                255,
                255,
                255,
                0.95
            );
    }


    .jm9-field__icon {
        left: 3vw;

        width: 5vw;
        height: 5vw;

        min-width: 20px;
        min-height: 20px;
    }


    .jm9-submit {
        height: 11vw;

        min-height: 46px;
        max-height: 55px;

        padding:
            0
            10vw
            0
            3vw;

        font-size:
            clamp(
                9px,
                2.35vw,
                13px
            );

        letter-spacing: 0.15em;
    }


    .jm9-submit__arrow {
        right: 4vw;

        font-size: 5vw;
    }


    .jm9-form-status {
        font-size: 2.4vw;
    }


    /* =====================================================
       BENEFÍCIOS MOBILE
       ===================================================== */

    .jm9-benefits {
        grid-area: benefits;

        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;

        z-index: 20;

        justify-self: center;

        display: flex;

        width: 94vw;

        margin:
            -5vw
            0
            0;

        align-items: center;
        justify-content: center;

        gap: 1.6vw;

        font-size:
            clamp(
                9px,
                2.15vw,
                11px
            );

        white-space: nowrap;
    }


    .jm9-benefit {
        gap: 0.8vw;
    }


    .jm9-check {
        width: 5.8vw;
        height: 5.8vw;

        min-width: 24px;
        min-height: 24px;

        font-size: 3.2vw;
    }


    .jm9-benefits__dot {
        width: 1.1vw;
        height: 1.1vw;

        min-width: 4px;
        min-height: 4px;
    }


    /* =====================================================
       AUTOCOMPLETE DISTRITO MOBILE
       ===================================================== */

    .jm9-district-options {
        max-height: 132px;
    }

    .jm9-district-option,
    .jm9-district-empty {
        min-height: 44px;

        padding:
            0
            3vw !important;

        font-size:
            clamp(
                12px,
                2.85vw,
                15px
            );
    }


    /* =====================================================
       COPYRIGHT MOBILE
       ===================================================== */

    .jm9-copyright {
        position: relative;

        left: auto;
        right: auto;
        bottom: auto;

        z-index: 3;

        display: flex;

        width: 100%;

        margin: 0;

        padding:
            0
            0
            5vw;

        align-items: center;
        justify-content: center;

        gap: 2px;

        font-size: 2.2vw;

        line-height: 1.4;

        white-space: nowrap;

        transform: none;
    }

}