.hidden {
    display: none;
}

.active .elementor-button{
    color: #fff!important;
    background-color: #7D2080!important;
}

.donacion {
    cursor: pointer;
    border: 1px solid #7D2080;
    border-radius: 6px;
    box-shadow: 5px 5px rgba(125, 32, 128, 0.1);
    margin: 0 5px;
}

.donacion:hover {
    background-color: rgba(125, 32, 128, 0.03);
}

.donacion.active {
    background-color: rgba(125, 32, 128, 0.1);
    box-shadow: 0 0;
}

.big-price {
    font-size: 50px;
}

.small-price {
    font-size: 30px;
}

/* Para formulario*/
.donacion-form .amigas-form-title .gfield_label.gform-field-label {
    font-size: 28px !important;
    font-weight: 800;
}

.donacion-form .gfield_label.gform-field-label {
  color: #7D2080;
  /*font-family: "Din";
  font-family: "Din Pro Condensed", Sans-serif;*/
  font-size: 24px !important;
}

