.modal_content_interessa {
  border-radius: 0;
  height: 100%;
  background-image: url("../../img/money-bag-moda-bg.png") !important;
  padding: 5px 20px;
}

#modal-noticia-overlay.ativo, .modal_interessa.ativo {
  flex-direction: column;
}

.modal_interessa .modal_noticia_info .load_modal {
  right: 50px;
  top: 34px;
}

.modal-close-box {
  width: 100%;
  position: relative;
  max-width: 896px;
  height: 35px;
}

.modal-close-box .close_pop.close_pop_x {
  max-width: 896px;
  color: #FFF;
  right: 0;
  top: -5px;
}

.modal-noticia-wrapper {
  margin: none;
}

.modal-noticia-wrapper .content-modal {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.modal-noticia-wrapper .content-modal .left-content-modal {
  width: 75%;
}

.modal-noticia-wrapper .content-modal .left-content-modal .header-modal p.title {
  color: #0a3c44;
  font-family: "Gotham";
  background-color: #91c8cd;
  font-size: 25px;
  width: min-content;
  height: min-content;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}

.modal-noticia-wrapper .content-modal .left-content-modal .header-modal p.subtitle {
  font-size: 18px;
  color: #FFF;
  font-family: "Gotham Light";
  margin-bottom: 5px;
  line-height: 28px;
  font-weight: 600;
}

.modal-noticia-wrapper .content-modal .left-content-modal .header-modal p.subtitle span {
  font-family: "Gotham Bold";
}

.modal-noticia-wrapper .content-modal .left-content-modal .header-modal p.desc {
  font-size: 12px;
  color: #FFF;
  font-family: "Gotham Light";
  margin-bottom: 15px;
}

.modal-noticia-wrapper .content-modal .left-content-modal .new_form_style label {
  color: #8fc9cc;
  font-size: 12px;
  text-transform: none;
}

.modal-noticia-wrapper .content-modal .left-content-modal .new_form_style .new_input_style {
  border-radius: 0;
  border: 1px solid #666666;
  margin-bottom: 10px;
  padding: 0px 16px;
  color: #093b44;
}

.modal-noticia-wrapper .content-modal .left-content-modal .new_form_style select {
  height: 33px;
}

.modal-noticia-wrapper .content-modal .left-content-modal .new_form_style .modal_noticia_info .new_modal_btn {
  text-transform: uppercase;
  font-size: 15px !important;
  border-radius: 0;
  font-weight: bold;
  width: inherit;
  margin-top: 0px;
  font-family: "Gotham Bold";
  margin-bottom: 10px;
  height: 40px;
}

@media (max-width: 500px) {
  .modal-noticia-wrapper .content-modal .left-content-modal .new_form_style .modal_noticia_info .new_modal_btn {
    height: 26px;
    font-size: 10px;
    margin-bottom: 0;
  }
}

.modal-noticia-wrapper .content-modal .left-content-modal .new_form_style .modal_noticia_info .copy-modal {
  font-size: 9px;
  line-height: 0px;
  text-align: center;
  color: #b2b2b2;
  font-weight: 400;
  margin-top: 7px;
}

.modal_interessa .response_modal_form {
  border-radius: 0;
  height: 100%;
  background-image: url("../../img/money-bag-moda-bg.png");
}

.modal_interessa .response_modal_form .close_pop.close_pop_x {
  color: #FFF;
}

.content-modal-fase2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}

.content-modal-fase2 .left-content-modal-fase2 {
  width: 60%;
}

.content-modal-fase2 .left-content-modal-fase2 .header-modal p.title {
  color: #e6be46;
  font-size: 35px;
  margin-bottom: 0;
}

.content-modal-fase2 .left-content-modal-fase2 .header-modal p.subtitle {
  color: #FFF;
  font-size: 27px;
}

.content-modal-fase2 .left-content-modal-fase2 .header-modal p.desc {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Gotham Light";
}

.content-modal-fase2 .left-content-modal-fase2 .header-modal p.desc a {
  color: #e6be46;
  font-weight: 400;
}

.content-modal-fase2 .left-content-modal-fase2 .modal-btns .new_close_btn {
  border-radius: 0;
  background: #91c8cd;
  font-size: 18px;
  color: #0a3c44;
  font-weight: bold;
  font-family: "Gotham Medium";
}

.content-modal-fase2 .left-content-modal-fase2 .modal-btns a {
  padding: 17px 11px;
  background: #e6be46;
  font-size: 18px !important;
  color: #0a3c44;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gotham Medium";
  font-weight: bold;
}

@media (max-width: 900px) {
  .modal_interessa .modal-noticia-wrapper {
    margin-top: 2px;
    max-width: 90%;
    height: unset;
    overflow: hidden;
  }
  .modal_content_interessa {
    padding: 10px;
    margin-top: 0;
  }
  .modal-close-box {
    max-width: 90%;
    height: 30px;
  }
}

@media (max-width: 770px) {
  .modal_content_interessa .content-modal .left-content-modal {
    width: 100%;
  }
  .modal_content_interessa .content-modal .left-content-modal .header-modal p.title {
    font-size: 26px;
  }
  .modal_content_interessa .content-modal .left-content-modal .header-modal p.subtitle {
    font-size: 20px;
  }
  .modal_content_interessa .content-modal .left-content-modal .header-modal p.desc {
    font-size: 11px;
  }
  .modal-noticia-wrapper .content-modal .left-content-modal .new_form_style .modal_noticia_info .copy-modal {
    line-height: 10px;
  }
}

@media (max-width: 490px) {
  .modal_content_interessa {
    margin-top: 0 !important;
    padding: 10px !important;
    padding-bottom: 150px;
  }
  .new_form_style .modal_noticia_info .new_modal_btn {
    max-width: max-content;
    height: max-content;
    padding: 10px 20px;
  }
}

@media (max-width: 430px) {
  .modal_content_interessa .content-modal .left-content-modal .header-modal p.desc {
    font-size: 9px;
  }
  .modal_content_interessa .content-modal .left-content-modal .header-modal p.subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 700px) {
  .content-modal-fase2 .left-content-modal-fase2 {
    width: 100%;
  }
}

@media (max-width: 476px) {
  .modal_interessa .response_modal_form {
    padding-bottom: 150px;
  }
  .content-modal-fase2 .left-content-modal-fase2 .header-modal p.title {
    font-size: 22px;
  }
  .content-modal-fase2 .left-content-modal-fase2 .header-modal p.subtitle {
    font-size: 17px;
  }
  .content-modal-fase2 .left-content-modal-fase2 .header-modal p.desc {
    font-size: 11px;
  }
  .content-modal-fase2 .left-content-modal-fase2 .modal-btns .new_close_btn {
    font-size: 10px;
  }
  .content-modal-fase2 .left-content-modal-fase2 .modal-btns a {
    font-size: 10px !important;
  }
}
/*# sourceMappingURL=modal.css.map */