.wpcf7 p>.wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 0;
}


.popup__content {
    width: 60%;
}

.promo-text-content {
    min-height: 7.5rem;
}

.card-promocion--title {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
}

.btn-yellow-big {

    border-radius: 3px;

    display: inline-block;

    padding: 10px;

    margin-left: 2px;

    background-color: rgba(255, 186, 0, 1);
    border-color: rgba(255, 186, 0, 1);
    color: black;


    text-align: center;
    text-transform: uppercase;
    display: f;
    padding: 0.5rem 1rem;
    font-weight: bold;
    justify-content: center;
}

.col-lg-12{
    margin-bottom:50px;
}
.btn-yellow-big:hover {
    background-color: #000000;
    color: #FFFFFF !important;
}

.card-promocion i {
    /* display: flex; */
    align-items: center;
    margin-left: 10px;
    margin-top: 3px;
}

.wpcf7-form .col-12 input.wpcf7-form-control.wpcf7-submit {
    margin-top: 25px !important;
}