﻿#savethedate .background-save {
    background-image: url('../img/novo 2025/bg-hero.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: 100vh;
}

.logo-savethedate-div {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

    .logo-savethedate-div img {
        display: inline-block;
        width: 400px;
        max-width: 80%;
        padding: 0 0 80px 0;
    }

label.error {
    font-size: 12px !important;
    margin: 0 0 5px 0 !important;
    color: #e52c2c !important;
    display: block !important;
}

#savethedate #modal-politicas {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

    #savethedate #modal-politicas .popup-close {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #savethedate #modal-politicas .popup-close img {
            width: 50%;
        }

    #savethedate #modal-politicas p {
        text-align: initial;
    }

    #savethedate #modal-politicas h6 {
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
    }

#savethedate .main-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#savethedate #card {
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
}

.logo-savethedate {
    width: 300px;
    padding: 24px 0;
}

#savethedate .info-home-data {
    padding: 32px 24px;
}

    #savethedate .info-home-data .date-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

#savethedate h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

#savethedate #card strong {
    margin: 5% 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Proxima-Nova', sans-serif;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #000;
    padding: 1px 1px;
    width: 100%;
    height: 56px;
    border: 1px solid transparent;
    border-radius: 30px !important;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #D9D5EB, #CDD2EE, #BACCF3, #94C0FF, #94BAFF, #A099FF);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#savethedate #card p {
    text-transform: uppercase;
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

#savethedate .col-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

#savethedate #contato-mobile {
    display: none;
    padding-bottom: 40px;
}

    #savethedate #contato-mobile form {
        max-width: 100%;
    }

#savethedate #contato-desktop {
    display: flex;
    align-items: start;
    justify-content: center;
}

#savethedate .main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

#savethedate form input {
    font-family: Proxima-Nova, sans-serif !important;
    border: 1px solid black;
    color: black;
}

#savethedate #contato-desktop form input::placeholder,
#savethedate #contato-mobile form input::placeholder {
    color: black;
    font-family: Proxima-Nova, sans-serif !important;
}

#savethedate #contato-desktop h3,
#savethedate #contato-mobile h3 {
    font-family: Proxima-Nova, sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: initial;
    color: #fff;
}

#savethedate #contato-mobile h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

#savethedate .lgpd-privacidade-acordo p,
#savethedate label {
    font-family: Proxima-Nova, sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

#savethedate form button {
    text-transform: initial;
    font-family: Proxima-Nova, sans-serif !important;
    background: var(--Blue, #1A5DDD);
    border: none;
    color: var(--White, #FFF);
}

#savethedate .lgpd-privacidade-acordo a {
    color: #fff;
    text-decoration: underline;
}

#savethedate .screenoverlay {
    padding: 40% 0;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}

    #savethedate .screenoverlay video {
        width: 250%;
        position: absolute;
        top: 0px;
        left: -40%;
    }

    #savethedate .screenoverlay span {
        font-family: Proxima Nova;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }

    #savethedate .screenoverlay span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000080;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        padding: 24px;
    }


@media(max-width: 768px) {
    #savethedate h1 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
    }

    #savethedate .background-save {
        height: max-content;
        padding: 40px 0;
    }

    #savethedate .main {
        flex-wrap: wrap;
    }

    #savethedate .screenoverlay span {
        font-size: 22px;
    }
}
