.formularioIA-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background: url(./img/fundo-modal.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    width: 95%;
    max-width: 80rem;
    height: auto;
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
}
.formularioIA-modal p {
    margin-bottom: 1rem;
}

.formularioIA-modal-close {
    position: absolute;
    top: 0px;
    right: 0.1px;
    font-size: 42px;
    cursor: pointer;
    padding: 0.7rem 1.2rem;
    color: #fff;
    background-color: #ff0069;
    z-index: 1;
}

/* Estilo do overlay semi-transparente */
.formularioIA-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998; /* Coloque um z-index menor que o modal para que fique por trás dele */
}


/* Estilo do conteúdo do modal, para que não seja afetado pelo filtro de desfoque */
.formularioIA-modal-content {
    position: relative;
    width: 100%;
    margin: auto;
}
#formularioIA-logo {
    background: url(./img/logo-campanha.png);
    background-size: contain;
    height: 7rem;
    width: 20.3rem;
    float: right;
    margin-top: 7.4rem;
    margin-right: 4.35rem;
}


#formularioIA-texto1 {
    background: url(./img/texto-1.png);
    background-size: 100% 100%;
    height: auto;
    width: 92%;
    margin: 0 auto;
}

.texto1-texto {
    color: #fff;
    font-size: 14.5pt;
    font-weight: 700;
    line-height: 1.8rem;
    width: 85%;
    padding: 2rem 0rem 1rem 1rem;
}

#formularioIA-texto2 {
    background: url(./img/texto-2.png);
    background-size: 100% 100%;
    height: auto;
    width: 92%;
    margin: 0px auto 1rem;
}

.texto2-texto {
    color: #fff;
    font-size: 12.5pt;
    font-weight: 700;
    line-height: 1.8rem;
    width: 92%;
    padding: 2.2rem 0rem 2.2rem 2.2rem;
}

.formularioIA-modal-body {
    padding: 2rem;
    color: #fff;
}
#formularioIA-modal h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1rem;
}
#formularioIA-modal h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}
#formularioIA-modal ol {
    list-style-type: lower-alpha;
    padding-left: 3rem;
    margin-bottom: 1rem;
}
#formularioIA-modal ol li {
    margin-bottom:1rem;
}
#formularioIA-modal strong {
    font-weight: bold;
    font-style: normal;
}
._field-wrapper input, ._field-wrapper textarea {
    width: 100%;
    margin: 0.7em 0;
    background-color: #ffffff3b;
    padding: 10px 5px;
    box-sizing: border-box;
    display: block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff;
    border: 0;
}

._button-wrapper._full_width {
    width: 100%;
}

#_form_621_submit {
    color: #fff;
    margin: 0;
    display: block;
    width: 150px;
    background: linear-gradient(45deg, rgba(199,70,181,1) 0%, rgb(221 162 215) 100%);
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1em;
    font-size: 1em;
}

#_form_621_submit:hover {
    color: #fff;
    margin: 0;
    display: block;
    width: 150px;
    background: linear-gradient(45deg,rgb(221 162 215)  0%, rgb(199,70,181) 100%);
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1em;
    font-size: 1em;
}

._form_621 ._form-label {
    text-transform: uppercase;
    font-weight: 700;
    color: #c746b5;
}

._form_621 ._form-content {
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-items: center;
    color: #fff;
    font-family: Metropolis !important;
    /* background-color: rgba(50, 50, 50, 0.9) !important; */
    backdrop-filter: none;
}

._form_621 {
    width: 70%;
}

._field-wrapper input::placeholder, ._field-wrapper textarea::placeholder {
    color: #fff;
}
span.queremos {
    color: rgb(199,70,181);
    display: block;
    margin-top: -0.5rem;
    width: 95%;
}
span.basta {
    width: 62%;
    display: block;
    margin-top: -0.5rem;
}
span.naoperca {
    display: block;
    width: 75%;
    margin-top: 0.5rem;
}
@media (max-width: 768px) {
    .formularioIA-modal {
        width: 20rem;
        height: 40rem;
        overflow-x: auto;
    }
    .formularioIA-modal-content {
        width: 19.6rem;
    }
    #formularioIA-texto1 {
        background-size: 200% 100%;
        width: 100%;
        margin-top: 2.2rem;
    }
    .texto1-texto {
        font-size: 10pt;
        line-height: 1.2rem;
        width: 90%;
    }
    span.basta {
        width: 90%;
    }

    #formularioIA-texto2 {
        background: url(./img/texto-2.png);
        background-size: cover;
        width: 100%;
    }
    .texto2-texto {
        font-size: 8pt;
        width: 90%;
        line-height: 1.2rem;
        padding: 0.8rem 0rem 1rem 1.7rem;
    }
    span.naoperca {
        width: 90%;
    }
    
    #formularioIA-logo {
        height: 4.9rem;
        width: 15.1rem;
        float: none;
        margin: 2rem auto 0;
        background-size: cover;
    }
    #formularioIA-modal h1 {
        font-size: 28px;
    }
    ._form_621 {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
}