/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cear-formulario input:disabled {
  background-color: #f5862a;
}

.cear-formulario input#donacion {
  width: 75px;
  height: 32px;
}

.cear-formulario .dona {
  width: 75px;
}

.cear-formulario .icono {
  color: rgb(121, 167, 90);
}

.cear-formulario button:disabled, input[type="button"]:disabled {
  background: rgb(70, 156, 48) !important;
  color: white !important;
}

.cear-formulario button[disabled]:hover {
  background: rgb(70, 156, 48)!important;
  color: white !important;
}

.cear-formulario #email {
  width: 100%;
  background: rgb(240, 251, 231);
}

.cear-formulario #periodo {
  width: 100%;
}

.cear-formulario .texto-tipo {
  font-size: 13px;
  padding-left: 25px;
}

.cear-formulario .btn-warning {
  color: black!important;
  border: 1px solid black!important;
  border-radius: 0!important;
}

.cear-formulario .btn-warning:hover {
  color: black!important;
  background-color: #f5862a!important;
}

.cear-formulario .cuadro {
  border: 1px solid black;
}

.cear-formulario .asterisk {
  color: rgb(192, 60, 51);
}

.cear-formulario .required{
  color: black;
}

.cear-formulario .texto {
  font-size: 20px;
}

.cear-formulario small {
  font-size: 13px;
}

.cear-formulario .titulo {
  font-weight: bold;
  text-align: center;
}

.cear-formulario .ayuda {
  border: solid 1px black;
  padding: 10px;
  background: rgb(240, 251, 231);
  text-align: center;
}

.cear-formulario .telefono {
  color:#f5862a;
  font-size: 20px;
}

.cear-formulario .activa {
  background: rgb(70, 156, 48);
  color: white;
}

.cear-formulario .close {
  float: left;
}

@media screen and (max-width: 800px) {
  #menu-cear {
    display: none;
  }
}
