.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    position: relative;
    background-color: #dee9d2;
}

.popup-close {
    position: absolute;
    right: 17px;
    top: 10px;
    font-size: 35px;
    cursor: pointer;
    color: white;
}

.popup-form-group {
    margin-bottom: 7px;
}

.popup-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.6vh;
    color: #18345b;
}

label[for="nome"] {
    margin-top: 46px;
}
.popup-form-group input[type="text"], .popup-form-group input[type="email"], .popup-form-group input[type="tel"], popup-form-group input[type="number"] {
    width: 100%;
    border: none;
    background-color: white;
    padding: 7px 11px;
    border-radius: 5px;
    color: black;
    font-size: 1.6vh;
}

.popup-form-group .radio-group label {
    font-weight: normal;
    margin-right: 20px;
    display: inline-block;
}

.popup-submit {
        padding: 15px 33px;
    text-align: center;
    font-size: 1vw;
    background-color: #075e54;
    border-radius: 1000px;
    color: white;
    border: none;
}

.popup-submit:hover {
    background-color: #45a049;
}

.popup-content {
    border-radius: 7px;
    box-shadow: -1px 14px 12px #00000033;
}

p.tittle_popup {
    text-align: center;
    font-weight: 600;
        font-size: 2vh;
        color: white;
    line-height: 20px;
}

p.subtittle_popup {
    color: white;
    text-align: center;
    font-size: 1.8vh;
    padding: 0 !important;
padding-bottom: 0 !important;
}

p.desc_popup {
    text-align: center;
    font-size: 14px;
    color: white;
    font-size: 1.6vh;
    padding: 0 !important;

}

button.popup-submit {
        padding: 15px 33px;
    text-align: center;
    font-size: 1vw;
    background-color: #075e54;
    border-radius: 1000px;
    color: white;
    border: none;
    width: 100%;
}

a.email_hrp {
    color: #0064ff;
    text-decoration: underline;
    margin-top: 16px;
    font-size: 0.7vw;
    display: flex;
    width: 100%;
    justify-content: center;
}

.bllock_1 {
    padding: 20px 49px;
    background-color: #818f70;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.bllock_2 {
    padding: 0px 49px;
    background-color: #dee9d2;
}

form#popup-form-form {
    margin-top: -31px;
    margin-bottom: 18px;
}

.radio-group {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .popup-content {
    margin-top: 200px;
    height: max-content;
}

p.tittle_popup {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
padding-bottom: 0 !important;
}

p.subtittle_popup {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
}


p.desc_popup {
    text-align: center;
    font-size: 11px;
    color: white;
}
.popup-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #18345b;
}

.popup-form-group input[type="text"], .popup-form-group input[type="email"], .popup-form-group input[type="tel"], popup-form-group input[type="number"] {
    width: 100%;
    border: none;
    background-color: white;
    border-radius: 5px;
    color: black;
    font-size: 11px;
    padding: 5px 13px;
}

label[for="nome"] {
    margin-top: 23px;
}

.popup {
    align-items: unset;
}

.popup-content {
    height: max-content;
    max-width: unset;
    width: 96%;
}

button.popup-submit {
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    background-color: #075e54;
    border-radius: 1000px;
}

a.email_hrp {
    font-size: 11px;
}

form#popup-form-form {
    margin-top: -11px;
}

.bllock_1 {
    padding: 15px 25px;
}

.bllock_2 {
    padding: 0px 23px;
    background-color: #dee9d2;
}

.popup-form-group .radio-group label {
    margin: 0 !important;
}

}	