@font-face {
    font-family: "NespressoLucas-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/NespressoLucas-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "NespressoLucas-Light";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/NespressoLucas-Light.woff2") format("woff2");
}

@font-face {
    font-family: "NespressoLucas-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/NespressoLucas-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "NespressoLucas-XtraBd";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/NespressoLucas-XtraBd.woff2") format("woff2");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "NespressoLucas-Regular";
    overflow-x: hidden;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
}

body,
input-security,
textarea,
button {
    font-weight: 400;
    font-size: 1rem;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

b {
    font-family: "NespressoLucas-Bold";
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

.page-momentn {
    overflow: hidden;
}

.header {
    width: 100%;
    background: #ffffff;
    border-top: 1.375rem solid #876c43;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.header .wrapper-top {
    width: 100%;
    max-width: 109rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .main-logo {
    max-width: 8.3125rem;
    width: 100%;
    height: auto;
    aspect-ratio: 229/62;
}

.header .main-logo img {
    width: 100%;
    height: 100%;
}

.header .wrapper-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header .single-button {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 2rem;
    padding: 0.25rem 0.5rem;
    gap: 1rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fff;
    color: #000000;
}

.header .single-button img {
    width: 1rem;
    height: 1rem;
}

.header .single-button p {
    display: none;
    color: #000000;
    font-family: "NespressoLucas-Regular";
}

.header .hamburger {
    display: flex;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease-in-out;
    background-image: url("../img/menu-svgrepo-com.svg");
}

.header .hamburger.open {
    background-image: url("../img/close-md-svgrepo-com.svg");
}

.header .wrapper-bottom {
    position: absolute;
    top: 100%;
    right: 0;
    gap: 1rem;
    background: #fff;
    flex-direction: column;
    width: 250px;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding: 2rem;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    align-items: flex-start;
    display: flex;
    visibility: hidden;
}

.header .wrapper-bottom.active {
    transform: translateX(0);
    visibility: visible;
}

.header .single-link {
    color: #000;
    text-decoration: none;
    font-size: 1.125rem;
    font-family: "NespressoLucas-Bold";
}

.wrapper-first-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e8c4a4;
    position: relative;
}

.wrapper-first-section .wrapper-image-first-section {
    max-width: 60rem;
    width: 100%;
    height: auto;
    aspect-ratio: 960/745;
    max-height: 46.5625rem;
}

.wrapper-first-section .wrapper-image-first-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper-first-section .align-text-first-infos {
    max-width: 88.8125rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}

.wrapper-first-section .align-text-first-infos .wrapper-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 3rem 1rem;
}

.wrapper-first-section .title-section {
    font-size: calc(clamp(2rem, 1.72cqi + 1.58rem, 3.13rem));
    font-family: "NespressoLucas-Bold";
    color: #3a2419;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 6.25px;
}

.wrapper-first-section .description-section {
    font-size: calc(clamp(1.25rem, 0.96cqi + 1.02rem, 1.88rem));
    font-family: "NespressoLucas-Regular";
    color: #3a2419;
    line-height: 135%;
    letter-spacing: 1.5px;
}

.wrapper-first-section .description-section br {
    display: none;
}

.wrapper-first-section .description-section span {
    font-family: "NespressoLucas-Bold";
}

.wrapper-first-section .align-buttons {
    width: 100%;
    font-family: "NespressoLucas-Bold";
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.375rem;
}

.wrapper-first-section .align-buttons a {
    font-size: calc(clamp(1rem, 0.48cqi + 0.88rem, 1.31rem));
    font-family: "NespressoLucas-Bold";
    line-height: 115%;
    padding: 1.1875rem 2.5rem;
    cursor: pointer;
    letter-spacing: 1.05px;
    width: 100%;
    text-align: center;
}

.wrapper-first-section .align-buttons a.link-v1 {
    background: #392419;
    color: #ffffff;
}

.wrapper-first-section .align-buttons a.link-v2 {
    color: #392419;
    background: #ffffff;
}

.vantagens {
    max-width: 88.8125rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 4.25rem 1rem 2.5rem 1rem;
    gap: 2rem;
}

.vantagens .title-section {
    font-size: calc(clamp(2rem, 2.2cqi + 1.46rem, 3.44rem));
    color: #000000;
    font-family: "NespressoLucas-Bold";
    font-weight: 400;
    letter-spacing: 2.75px;
}

.vantagens .wrapper-itens-vantagens {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vantagens .wrapper-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.vantagens .single-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(clamp(0.75rem, 0.38cqi + 0.66rem, 1rem));
    gap: 0.5rem;
    color: #000000;
    font-family: "NespressoLucas-Bold";
    cursor: pointer;
    background: #f2eee5;
    padding: 1rem;
    min-height: 4.4375rem;
    text-align: center;
}

.vantagens .single-tab.active {
    background: #ebddb8;
}

.vantagens .single-tab img {
    width: 1.0625rem;
    height: 0.5625rem;
}

.vantagens .wrapper-content {
    width: 100%;
    position: relative;
    background: #ebddb8;
    display: flex;
    align-items: stretch;
    padding: 2.5rem 1rem;
}

.vantagens .single-item-content {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 3rem;
    flex-wrap: wrap;
}

.vantagens .single-item-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.vantagens .single-item-content .single-item-with-icon:nth-of-type(1) {
    max-width: 17.9375rem;
}

.vantagens .single-item-content .single-item-with-icon:nth-of-type(2) {
    max-width: 24.925rem;
}

.vantagens .single-item-content .single-item-with-icon:nth-of-type(3) {
    max-width: 15rem;
}

.vantagens .single-item-with-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.vantagens .single-item-with-icon .icon {
    height: 3.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vantagens .single-item-with-icon .icon img {
    width: 70%;
    height: auto;
}

.vantagens .single-item-with-icon .title {
    font-size: calc(clamp(1.25rem, 0.57cqi + 1.11rem, 1.63rem));
    color: #000000;
    line-height: 125%;
    font-family: "NespressoLucas-Bold";
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.0625rem 0 0 0;
}

.vantagens .single-item-with-icon .title::after {
    content: "";
    display: block;
    width: 5.75rem;
    height: 3px;
    background: #ffffff;
    margin: 1.5rem 0 1.375rem 0;
}

.vantagens .single-item-with-icon .description {
    max-width: 17.9375rem;
    width: 100%;
    font-size: calc(clamp(1rem, 0.57cqi + 0.86rem, 1.38rem));
    color: #000000;
    line-height: 125%;
    font-family: "NespressoLucas-Regular";
}

.vantagens .single-item-with-icon .description a,
.vantagens .single-item-with-icon .description span {
    font-family: "NespressoLucas-Bold";
    color: #000000;
}

.como-funciona {
    width: 100%;
    background-image: url("../img/como-funciona.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.como-funciona .align-como-funciona {
    max-width: 82.8125rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3rem 0;
    gap: 3rem;
}

.como-funciona .title-section {
    font-size: calc(clamp(2rem, 1.15cqi + 1.72rem, 2.75rem));
    color: #000000;
    font-family: "NespressoLucas-Bold";
    font-weight: 400;
    padding: 0 1rem;
}

.como-funciona .wrapper-itens-como-funciona {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}

.como-funciona .single-item-como-funciona {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    min-height: 10.375rem;
    background-color: #f9f7f3;
    text-align: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.como-funciona .single-item-como-funciona:not(:first-of-type) {
    padding-top: 0;
}

.como-funciona .single-item-como-funciona .card-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8125rem;
    height: 2.8125rem;
    background: #ccbca4;
    border-radius: 50%;
    font-family: "NespressoLucas-XtraBd";
    font-size: 1.625rem;
    color: #ffffff;
}

.como-funciona .single-item-como-funciona .card-title {
    font-family: "NespressoLucas-XtraBd";
    font-size: 1.1875rem;
    color: #000000;
    margin: 1.5rem 0 0.5rem 0;
}

.como-funciona .single-item-como-funciona .card-description,
.como-funciona .single-item-como-funciona .card-description a {
    color: #6a6a6a;
    font-family: "NespressoLucas-Regular";
    font-size: 1.0625rem;
    line-height: 1.125rem;
    line-height: 110%;
}

.como-funciona .single-item-como-funciona .card-description a {
    text-decoration: underline;
}

.formulario {
    max-width: 88.8125rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 1rem;
    gap: 2.375rem;
}

.formulario .wrapper-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.375rem;
    text-align: center;
}

.formulario .wrapper-title .title-section {
    font-size: calc(clamp(2rem, 2.2cqi + 1.46rem, 3.44rem));
    color: #000000;
    font-family: "NespressoLucas-Bold";
    font-weight: 400;
    letter-spacing: 2.75px;
}

.formulario .wrapper-title .subtitle-section {
    font-size: calc(clamp(1.25rem, 0.96cqi + 1.02rem, 1.88rem));
    font-family: "NespressoLucas-Regular";
    font-weight: 400;
    color: #000000;
}

.formulario form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.formulario .row {
    display: flex;
    flex-direction: column;
}

.formulario .col {
    flex: 1;
}

.formulario input[type="text"],
.formulario input[type="email"] {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    border: 1px solid #000000;
    font-size: 1.25rem;
    font-family: "NespressoLucas-Regular";
}

.formulario input:disabled {
    opacity: 0.3;
    background: transparent;
}

.formulario input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
}

.formulario input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
}

.formulario label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-right: 0.625rem;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.formulario .checkbox {
    width: 100%;
    margin-bottom: 1.5rem;
}

.formulario .checkbox label {
    margin: 0;
    gap: 0.5625rem;
    font-size: 1.25rem;
    color: #000000;
    font-family: "NespressoLucas-Regular";
}

.formulario .submit-btn {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 26.5625rem;
    width: 100%;
    padding: 1.25rem 2rem;
    font-size: 1.25rem;
    border: none;
    font-family: "NespressoLucas-Bold";
    letter-spacing: 1.5px;
    background: #392419;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

.formulario .observacao,
.formulario .observacao-2,
.formulario .aviso-dia-util {
    font-size: 0.9375rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

.formulario .observacao {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5625rem;
    border: 1px dashed #9d9d9d;
    border-top: none;
    margin-top: -1.5rem;
}

.formulario .aviso-dia-util {
    font-size: 1.25rem;
    color: #ffffff;
    padding: 0.625rem 1rem 0.75rem 1rem;
    background: #cfbfa5;
    border-radius: 0.6875rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulario a {
    color: #000000;
    text-decoration: none;
}

.formulario a:hover {
    text-decoration: underline;
}

.solicitar-contato {
    min-height: 40.3125rem;
    width: 100%;
    padding: 2rem 1rem 5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    background-image: url("../img/background-eu-quero.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% center;
}

.solicitar-contato .title-section {
    font-size: calc(clamp(2rem, 2.2cqi + 1.46rem, 3.44rem));
    color: #ffffff;
    font-family: "NespressoLucas-Regular";
    font-weight: 400;
    letter-spacing: 2.75px;
    text-align: center;
    max-width: 64.75rem;
}

.solicitar-contato a {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 26.5625rem;
    width: 100%;
    padding: 1.25rem 2rem;
    font-size: 1.25rem;
    border: none;
    font-family: "NespressoLucas-Bold";
    letter-spacing: 1.5px;
    background: #ffffff;
    color: #392419;
    cursor: pointer;
    text-transform: uppercase;
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 5.8125rem 1rem 7.3125rem 1rem;
    gap: 1.5rem;
    color: #000000;
}

.footer .first-links,
.footer .last-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer a {
    position: relative;
    color: #000000;
    font-family: "NespressoLucas-Light";
    text-align: center;
}

.footer a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.footer .first-links a {
    font-size: calc(clamp(1.13rem, 1.15cqi + 0.84rem, 1.88rem));
}

.footer .last-links a {
    color: #686868;
    font-size: calc(clamp(0.88rem, 0.96cqi + 0.64rem, 1.5rem));
}

@media (min-width: 992px) {
    .header .wrapper-top {
        padding: 5.5rem 1rem 2.5rem 1rem;
    }

    .header .main-logo {
        max-width: 14.3125rem;
    }

    .header .hamburger {
        display: none;
    }

    .header .single-button img {
        width: 1.75rem;
        height: 1.75rem;
    }

    .header .single-button p,
    .header .single-button a {
        display: block;
    }

    .header .single-button {
        padding: 0.875rem 1.125rem;
    }

    .header .wrapper-bottom {
        visibility: visible;
        transform: none !important;
        position: static;
        height: auto;
        max-width: 88.8125rem;
        width: 100%;
        justify-content: space-between;
        gap: 1rem;
        flex-direction: row;
        box-shadow: none;
        padding: 2.5rem 1rem 3.75rem 1rem;
    }

    .wrapper-first-section {
        flex-direction: row;
        align-items: stretch;
        min-height: 46.5625rem;
    }

    .wrapper-first-section .wrapper-image-first-section {
        max-width: none;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        max-height: none;
        min-height: 46.5625rem;
        height: 100%;
        aspect-ratio: 0;
    }

    .wrapper-first-section .align-text-first-infos .wrapper-text {
        gap: 2.625rem;
        padding: 5.75rem 1rem;
        max-width: 41.3125rem;
        width: 50%;
    }

    .wrapper-first-section .description-section {
        margin-bottom: 0.5rem;
    }

    .wrapper-first-section .description-section br {
        display: block;
    }

    .wrapper-first-section .align-buttons {
        flex-wrap: nowrap;
    }

    .wrapper-first-section .align-buttons a {
        width: fit-content;
    }

    .vantagens {
        padding: 7.25rem 1rem 4.5rem 1rem;
        gap: 3.8125rem;
    }

    .vantagens .wrapper-content {
        min-height: 28.1875rem;
        padding: 4.125rem 1rem;
        padding-right: 4rem;
    }

    .vantagens .single-item-with-icon .icon {
        height: 5.1875rem;
    }

    .vantagens .single-item-with-icon .icon img {
        width: 100%;
    }

    .como-funciona {
        background-size: cover;
        background-position: center;
    }

    .como-funciona .wrapper-itens-como-funciona {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: stretch;
        padding: 0 1rem;
    }

    .como-funciona .wrapper-itens-como-funciona .single-item-como-funciona {
        background-color: transparent;
        background-image: url("../img/como-funciona-bc-1.png");
        min-height: 21.1875rem;
        justify-content: flex-start;
        padding-top: 3rem;
        padding-right: 1rem;
    }

    .como-funciona
    .wrapper-itens-como-funciona
    .single-item-como-funciona:nth-of-type(1) {
        background-image: url("../img/como-funciona-bc-0.png");
        padding-right: 3rem;
    }

    .como-funciona
    .wrapper-itens-como-funciona
    .single-item-como-funciona:nth-of-type(4) {
        background-image: url("../img/como-funciona-bc-2.png");
    }

    .como-funciona .single-item-como-funciona .card-number {
        width: 3rem;
        height: 3rem;
        font-size: 1.75rem;
    }

    .como-funciona .single-item-como-funciona .card-title {
        font-size: 1.25rem;
    }

    .como-funciona .single-item-como-funciona .card-description,
    .como-funciona .single-item-como-funciona .card-description a {
        font-size: 1.25rem;
    }

    .formulario {
        padding: 5.3125rem 1rem 5.0625rem 1rem;
        gap: 6.375rem;
    }

    .formulario form {
        gap: 4.3125rem;
    }

    .formulario .row {
        flex-direction: row;
        gap: 2.5rem;
    }

    .formulario input[type="text"],
    .formulario input[type="email"] {
        padding: 1.0625rem 1.1875rem;
        margin-bottom: 1.6875rem;
        font-size: 1.375rem;
    }

    .formulario input[type="radio"] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .formulario input[type="checkbox"] {
        width: 1.75rem;
        height: 1.75rem;
    }

    .formulario label {
        gap: 0.75rem;
        margin-right: 0.625rem;
        font-size: 1.4375rem;
        margin-bottom: 2.5rem;
    }

    .formulario .checkbox {
        margin-bottom: 2.125rem;
    }

    .formulario .checkbox label {
        font-size: 1.125rem;
    }

    .formulario .submit-btn {
        padding: 1.625rem 2rem;
        font-size: 1.875rem;
    }

    .formulario .observacao,
    .formulario .observacao-2,
    .formulario .aviso-dia-util {
        font-size: 0.9375rem;
        margin-bottom: 2.5rem;
    }

    .formulario .observacao {
        padding: 0.5625rem;
        margin-top: -1.6875rem;
    }

    .formulario .aviso-dia-util {
        font-size: 1.4375rem;
        padding: 0.625rem 1rem 0.75rem 1rem;
    }

    .solicitar-contato {
        background-position: center;
    }

    .solicitar-contato a {
        padding: 1.625rem 2rem;
        font-size: 1.875rem;
    }

    .solicitar-contato .title-section {
        text-align: left;
    }

    .footer {
        gap: 0.5rem;
    }

    .footer .first-links,
    .footer .last-links {
        gap: 3rem;
    }

    .footer .first-links a:not(:last-of-type)::after,
    .footer .last-links a:not(:last-of-type)::after {
        content: "•";
        position: absolute;
        right: -1.875rem;
        line-height: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1470px) {
    .header .wrapper-bottom {
        padding: 2.5rem 0 3.75rem 0;
    }

    .wrapper-first-section .align-text-first-infos .wrapper-text {
        padding: 5.75rem 0;
    }

    .vantagens {
        padding: 7.25rem 0 4.5rem 0;
    }

    .como-funciona .wrapper-itens-como-funciona {
        padding: 0;
    }
}

@media (min-width: 1800px) {
    .header .wrapper-top {
        padding: 5.5rem 0 2.5rem 0;
    }
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: -25px;
    display: block;
}

input.error,
input[x-bind*="invalid"] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}

button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.error-message {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.success-message {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    text-align: center;
}
