@charset "UTF-8";

#popupGaytino .modal-dialog {
  font-family: "Gill Sans", Arial;
  min-width: 730px;
  text-align: center;
}
#popupGaytino .modal-body {
  padding: 0;
}
#popupGaytino .row {
  display: block;
  flex-wrap: initial;
  margin-left: 0;
  margin-right: 0;
}
#popupGaytino .content-text {
  padding-bottom: 20px;
  padding-top: 15px;
}
#popupGaytino .content-text span {
  clear: both;
  display: block;
  font-weight: initial;
  text-align: center;
  width: 100%;
}
#popupGaytino img {
  max-width: 100%;
}
#popupGaytino .text-white {
  color: #fff;
  font-size: 13pt;
  line-height: 1em;
  text-transform: uppercase;
}
#popupGaytino .text-red {
  color: #ef1c24;
  font-size: 20pt;
  text-transform: uppercase;
}
.mailing-form {
  text-align: center;
  width: 100%;
}
.mailing-form .email {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14pt;
  margin-bottom: 8px;
  padding: 5px;
  text-align: center;
  width: 60%;
}
.mailing-form .btn-mailing {
  background-color: #ef1c24;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  font-size: 12pt;
  margin-bottom: 15px;
  padding: 5px;
  text-transform: uppercase;
  width: 60%;
}

#popupGaytino .msg.open {
  position: relative;
  padding: .75rem 1.25rem;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid transparent;
  border-radius: .25rem;
}
#popupGaytino .msg.open.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#popupGaytino .msg.open.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

#popupGaytino .close {
  background-color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  font-size: 12pt;
  margin: 20px 20px 30px;
  padding: 5px;
  text-transform: uppercase;
  width: 30%;
}

@media (max-width: 767px) {
  #popupGaytino .modal-dialog {
    margin: 1.75rem;
    min-width: auto;
    max-width: 100%;
  }
  .mailing-form .email, .mailing-form .btn-mailing {
    width: 90%;
  }
}