.modal-header-signup {
  background-color: #1a8dca;
  height: 94px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.modal-header-signup > p {
  margin: auto;
  color: white;
  font-size: 23px;
  font-weight: bold;
}

.text-under-button {
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #363636;
}

.input_form_signup {
  width: 100%;
}

.facebook-text > span > a {
  color: white;
  font-weight: bold;
}

.google-text > span > a {
  color: #747474;
  font-weight: bold;
}

.modal-text {
  font-size: 13px;
  text-align: left;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 13px;
}

.text-item-menu-interest {
  font-family: "Poppins" !important;
  width: 100%;
}

.span-name {
  font-size: 15px;
  font-weight: bold;
  color: #747474;
}

.span-seeAlert {
  font-size: 13px;
  color: #0c70ba;
  font-weight: bold;
  text-align: right;
}

.span-icon {
  color: #0c70ba;
  font-size: 19px;
}

.ready-btn {
  background-color: #6ece66;
  color: white;
  height: 40px;
  border: none;
  width: 100%;
  font-size: 15px;
}

.ready-div {
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-header-interests {
  background-color: #1a8dca;
  height: 94px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.modal-header-interests > p {
  margin: auto;
  color: white;
  font-size: 23px;
  font-weight: bold;
}

.button-item-menu-offers {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: transparent;
  border: none;
  align-items: center;
  text-decoration: none !important;
  padding-left: 8px;
}

.offers-search {
  padding-left: 15px;
  padding-top: 22px;
  padding-right: 15px;
}

.offers-search > input {
  height: 26px;
  border: 1px solid #bcbcbc;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 5px;
}

.offers-search > input::placeholder {
  font-size: 10px;
}

.offers-search-btn {
  background-color: #33b926;
  color: white;
  font-weight: bold;
  height: 26px;
  border: none;
  font-size: 15px;
  width: 89px !important;
}

.offers-search-btn-blue {
  background-color: #0c70ba;
  border: none;
  color: white;
  font-weight: bold;
  width: 119px !important;
  font-size: 15px;
  height: 23px;
}

.modal-text-emailSent {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding-top: 33px;
  padding-left: 25px;
  padding-right: 24px;
}

.paragraphy-text-emailSent {
  padding-top: 33px;
  padding-left: 35px;
  padding-right: 34px;
  font-size: 13px;
  text-align: center;
}

.image-emailSent {
  text-align: center;
  padding-top: 57px;
}

.ready-btn-emailSent {
  background-color: #6ece66;
  color: white;
  height: 40px;
  border: none;
  width: 100%;
  font-size: 15px;
}
.menu-categorias {
  height: 320px;
  overflow-y: scroll;
}

.menu-categorias::-webkit-scrollbar {
  display: none;
}

@media (max-width: 290px) {
  .modal-header-interests > p {
    font-size: 19px;
  }

  .span-seeAlert {
    font-size: 10px;
  }

  .span-name {
    font-size: 12px;
  }

  .modal-text {
    font-size: 11px;
  }

  .offers-search-btn {
    font-size: 12px;
    width: 79px !important;
  }

  .offers-search-btn-blue {
    font-size: 12px;
    width: 109px !important;
  }
  .ready-btn {
    font-size: 14px;
    height: auto !important;
  }
}

@media (max-width: 245px) {
  .modal-header-interests > p {
    font-size: 16px;
  }

  .span-seeAlert {
    font-size: 7px;
  }

  .span-name {
    font-size: 9px;
  }

  .modal-text {
    font-size: 8px;
  }

  .offers-search-btn {
    font-size: 10px;
    width: 69px !important;
    height: 22px;
  }

  .offers-search > input {
    height: 22px;
  }

  .offers-search-btn-blue {
    font-size: 10px;
    width: 99px !important;
    height: 18px;
  }

  .ready-btn {
    font-size: 13px;
    height: auto !important;
  }
}

@media (max-width: 205px) {
  .modal-header-interests > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .span-seeAlert {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .span-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .modal-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ready-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .offers-search-btn {
    font-size: 8px;
    width: 59px !important;
    height: 18px;
  }

  .offers-search > input {
    height: 18px;
  }

  .offers-search-btn-blue {
    font-size: 8px;
    width: 79px !important;
    height: 15px;
  }
}
