@charset "utf-8";
/* CSS Document */
/* General */
body {
  font-family: 'Muli', 'Roboto', sans-serif;
  background-color: #fff;
  font-size: 1rem;
  height: 100%;
  color: #4e4e4e;
  line-height: 1.5;
}
h1 {
  white-space: nowrap;
  color: #4e4e4e;
  font-weight: 700;
  font-size: 2rem;
}
h3 {
  text-align: left;
}
a {
  color: #28A745;
}
p {
  line-height: 1.5;
}
.terminos {
  color: #fff;
  cursor: pointer;
  text-decoration: underline !important;
}
#container {
  overflow: hidden;
  height: 100px
}
/* Precio */
.precio {
  font-size: 1rem;
  margin-top: 10px;
  color: #28A745;
  margin-bottom: 0;
  font-weight: bold;
}
.descripcion-sm {
  padding-top: 15px;
  text-align: justify;
}
/* Boton */
.suscripcion {
  margin: 1rem auto;
  background-color: #28A745;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0 none;
  width: 50%;
}
.suscripcion:hover {
  background-color: #28A745;
}
.suscripcion:focus, .suscripcion:active {
  background-color: #28A745;
}
/* Capcha */
.captcha-container {
  background-color: #0080c0;
  border: 1px solid #333333;
  margin: 10px 0;
  padding: 5px 0;
}
/* Footer */
.footer {
  background-color: #073182;
  color: #fff;
  font-size: .8rem;
  margin-top: 40px;
  padding: 15px 0;
  position: relative;
}
/* Zona */
.zona {
  background-color: #28A745 !important;
  color: #fff;
}
.zona:hover {
  background-color: #28A745 !important;
}
.zona a {
  color: #fff;
}
.zona button:hover {
  background-color: transparent;
}
/* Modal */
.modal-content {
  background-color: #fff;
}
.close {
  color: #000;
}
.modal-header, .modal-footer {
  border-bottom: 1px solid #dee2e670;
  border-top: 1px solid #dee2e670;
}
/* Modal Sweetalert */
.swal2-popup {
  background: #fff !important;
}
.swal2-content {
  color: #000 !important;
}
button.swal2-confirm.swal2-styled {
  background-color: #28A745 !important;
  color: #fff !important;
  border-left-color: #28A745 !important;
  border-right-color: #28A745 !important;
  border: 0 none !important;
}
.val_alert {
  width: 50%;
  margin: 0 auto;
}
.btn-link {
  color: #28A745;
}
/* Media query */
@-webkit-keyframes move {
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 576px) {
  #box {
    display: inline-block;
    animation: move 15s infinite linear;
    padding-left: 100%
  }
  h1 {
    font-size: 1.6rem;
  }
  .contenido {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px
  }
  .suscripcion {
    width: 100%;
  }
  .numero {
    width: 100%;
  }
  .val_alert {
    width: 100%;
  }
  .legal {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .mt-5 {
    margin-top: .5rem !important;
  }
  .container {
    display: block !important;
  }
}