@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #f5f5f5, #ffffff) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    scroll-behavior: smooth;
}

ul {
    margin: auto;
    padding: 0 0 0 16px;
    list-style-position: inside;
}

ul li {
    padding: 4px 0;
    text-align: left;
}

.hero {
    width: 100%;
    min-height: 100vh;
    padding-top: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(imagens/bg-lp-pais.png);
    background-size: cover;
    background-position: center center;
}

.description,
.cta-section {
    padding: 40px 0;
    background-color: #f5f5f5;
    border-top: 10px #fa058a solid;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-section {
    background-color: #3400cc;
    border: none;
    color: #fff;
}

.cta-section h4 {
    font-size: 24px;
}

.description .centered-box,
.cta-section .centered-box {
    padding-top: 0;
}

.form-box {
    text-align: center;
    max-width: 90%;
}

.centered-box {
    display: flex;
    justify-content: center;
    max-width: 1140px;
    gap: 32px;
    align-items: center;
    position: relative;
    padding: 16px;
}

.centered-box .col {
    width: 50%;
    position: relative;
}
.centered-box .col.col-right {
    text-align: left;
}

.box-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
}

.box-banner * {
    position: relative;
    z-index: 1;
    text-align: center;
}
.box-banner p {
    font-size: 24px;
    font-weight: 300;
}
.box-banner span{
    display: block;
}

.logo {
    /* width: 420px; */
    width: 100%;
    /* height: 320px; */
    margin: auto;
    max-width: 480px;
}

header {
    text-align: center;
    padding: 32px 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

footer {
    padding: 40px 16px;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}

.logo-header {
    max-height: 48px;
    width: auto;
}

.lettering {
    max-width: 500px;
    margin: auto;
    margin-bottom: 24px;
}

.lettering p {
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 14px;
}

.lettering p span {
    font-weight: 400;
}

.text-content {
    max-width: 1440px;
    padding: 16px;
}

.typing {
    font-size: 1.8rem;
    min-height: 2.8rem;
}

.title,
.sub-title {
    font-size: 32px;
    font-weight: 900;
    color: #3400cc;
}
.title span,
.sub-title span {
    font-size: 18px;
    display: block;
    font-weight: 400;
}

.sub-title {
    color: #333333;
}

h2 {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
}

.title-confirmacao {
    font-size: 18px;
}

.title-confirmacao span {
    font-size: 18px;
    display: block;
    font-weight: 400;
}

.body-form {
    min-height: 175px;
}

.box-col {
    padding: 40px 32px 32px 32px;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.2);
}

input,
.button {
    padding: 16px;
    font-size: 18px;
    margin: 8px auto;
    background: #fff;
    border: #f5f5f5 1px solid;
    border-radius: 8px;
    width: 100%;
    outline: none;
    color: #666666;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.1);
}

input::placeholder {
    color: #999999;
    opacity: 0.5;
}

input:-webkit-autofill {
    background-color: transparent !important;
    color: #fff !important;
    border-bottom: #ffffff 1px dotted !important;
}

.button {
    width: auto;
    padding: 16px 32px;
    background-color: #3400cc;
    border-radius: 60px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 16px;
    font-weight: 700;
    border: #ffffff 1px solid;
    text-decoration: none;
    display: inline-block;
}

.button.secondary {
    background-color: #3400cc;
}

.button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.btn-baixar {
    display: inline-block;
    padding: 12px 24px;
    margin: 4px auto;
    width: auto;
    background-color: #3400cc;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    border: #ffffff 1px solid;
}

.btn-baixar:hover {
    opacity: 0.8;
    cursor: pointer;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visible-mob {
    display: none !important;
    visibility: hidden;
}

#loader {
    display: flex;
    justify-content: center;
}

.spinner {
    width: 40px;
    height: 40px;
    animation: rotate 1s linear infinite;
}

.spinner .path {
    stroke: #999999;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

.box-success-message {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 32px;
    margin: 16px auto;
}

.success-message {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    margin: 8px auto 0 auto;
    text-align: center;
}

.m-bottom-16 {
    margin-bottom: 16px;
}
.m-bottom-8 {
    margin-bottom: 8px;
}
.m-bottom-4 {
    margin-bottom: 4px;
}
.m-top-16 {
    margin-top: 16px;
}
.m-top-8 {
    margin-top: 8px;
}
.m-top-4 {
    margin-top: 4px;
}

.space40 {
    height: 40px;
}
.space20 {
    height: 20px;
}

.text-center {
    text-align: center;
}

.max-768 {
    max-width: 768px;
    margin: auto;
}

/* 1. CONTAINERS */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px; /* espaçamento interno lateral */
}
.container.boxed {
    max-width: 1140px;
}
.container.full {
    max-width: 100%;
}

/* 2. BOX-COLS */
.box-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
/* .box-cols > * {
    padding: 16px;
} */

/* Container que receberá os corações */
/* .hearts-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #111;
} */

/* Estilo base do coração */
/* .heart {
    position: absolute;
    bottom: 100;
    font-size: 32px;
    color: #e74c3c;
    opacity: 0;
    will-change: transform, opacity;
    pointer-events: none;
    animation: rise 3s ease-out forwards;
} */

.flutuante {
    animation: flutuar 4s ease-in-out infinite;
    position: relative;
}

.heart-image {
    position: absolute;
    top: -60px;
    left: -80px;
}

@keyframes flutuar {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}

/* Keyframes para subir e fazer fade */
@keyframes rise {
    0% {
        transform: translateY(0) scale(0.5);
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }
    80% {
        opacity: 1;
        transform: translateY(-200px) scale(1.2);
    }
    100% {
        transform: translateY(-300px) scale(1.4);
        opacity: 0;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@media only screen and (max-width: 600px) {
    .heart {
        font-size: 14px;
    }
    header {
        padding: 24px;
        position: absolute;
    }
    .logo-header {
        max-height: 36px;
    }
    .hero {
        padding: 72px 0 48px 0;
        text-align: center;
    }
    .centered-box {
        display: block;
    }
    .centered-box .col {
        width: 100%;
        padding: 0 16px;
    }
    .title {
        font-size: 20px;
    }
    .title span {
        font-size: 14px;
    }
    .text-content {
        max-width: 100%;
    }
    .text-center-mob{
        text-align: center;
    }
    .hidden-mob {
        display: none !important;
        visibility: hidden;
    }
    .visible-mob {
        display: block !important;
    }

    .box-col {
        padding: 32px 32px 16px 32px;
        margin-top: 16px;
    }
    .box-cols {
        flex-direction: column;
        gap: 16px;
    }
    .box-cols > * {
        min-width: auto;
        width: 100%;
    }

}
