.mod_mrn_newsletter { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #002742; color: white; font-family: "Roboto"; height: 200px; }
.mod_mrn_newsletter .bloco_central { width: calc(100vw - 40px); max-width: 988px; padding: 0 28px 0 16px; height: 100px; background-color: #004779; border-radius: 5px; display: grid; grid-template-columns: max-content 1fr max-content; grid-gap: 16px; align-items: center; }
.mod_mrn_newsletter .bloco_central .newsletter_titulo, .mod_mrn_newsletter .bloco_central .newsletter_flavor { margin: 0; }
.mod_mrn_newsletter .bloco_central .newsletter_titulo { font-size: 27px; font-weight: bold; }
.mod_mrn_newsletter .bloco_central .newsletter_flavor { font-size: 18px; }
.mod_mrn_newsletter .bloco_central button { background-color: #E4AF2F; color: #002641; font-size: 16px; font-weight: bold; letter-spacing: 1px; border: 0; height: 45px; width: 165px; font-family: "Roboto"; }
.newsletter_lightbox_1, .newsletter_lightbox_2 { position: fixed; z-index: 99999; width: 100vw; height: 100vh; display: none; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.7); }
.lightbox_info { position: relative; background-color: white; padding: 28px; font-family: "Roboto"; border-radius: 10px; display: flex; flex-direction: column; gap: 20px; width: calc(100vw - 40px); max-width: 556px; max-height: calc(100vh - 100px); }
.lightbox_form_header { border-bottom: 2px solid black; padding-bottom: 20px; display: flex; justify-content: space-between; align-items: flex-end; }
.lightbox_info_title { font-size: 22px; font-weight: bold; }
.lightbox_info_field { display: flex; flex-direction: column; gap: 10px; }
.lightbox_info_field_label span { color: #CF2626; }
.lightbox_info_field_field input, .lightbox_info_field_field select { font-family: "Roboto"; font-size: 16px; padding: 8px 10px; border-radius: 3px; border: 2px solid #1E6E9B; width: 100%; }
.lightbox_info_field_field input::placeholder { color: #B3B3B3; }
.lightbox_link { cursor: pointer; font-weight: bold; color: #1E6E9B; text-decoration: underline; }
.lightbox_btn, .lightbox_fechar { border-radius: 5px; color: white; font-size: 18px; padding: 10px 16px; background-color: #1E6E9B; font-family: "Roboto"; border: 0; }
.lightbox_btn:disabled { background-color: #B3B3B3; }
.lightbox_fechar { width: 40px; height: 40px; position: absolute; top: -50px; right: 0; }

@media screen and (max-width: 600px) {
    .mod_mrn_newsletter { height: auto; padding: 20px 0; }
    .mod_mrn_newsletter .bloco_central { height: auto; grid-template-columns: 1fr; justify-content: center; padding: 20px; }
    .mod_mrn_newsletter .bloco_central div { text-align: center; }
    .lightbox_form_header { flex-direction: column; align-items: flex-start; }
}