#FormMovit{

}
#FormMovit span,
#FormMovit a{
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    background: transparent !important;
}


#FormMovit .wpcf7-list-item p span,
#FormMovit .wpcf7-list-item p a{
    display: inline-block;
    white-space: break-spaces;
}
#FormMovit .wpcf7-list-item p a{
    color: #a2244d !important;
    text-decoration: underline !important;
}
#FormMovit input,
#FormMovit select,
#FormMovit textarea{
    width: 100%;
    margin: 0;
    border: 1px solid #dadada !important;
    border-radius:
}
#FormMovit .row {
  justify-content: space-between;
    padding-bottom: 14px;
}
#FormMovit .row .col-lg-6:nth-child(1){
    padding-right: 8px;
}
#FormMovit .row .col-lg-6:nth-child(2){
    padding-left: 8px;
}
#FormMovit .aceptacion{
    margin-bottom: 14px;
}
#FormMovit .aceptacion label {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
}
#FormMovit .aceptacion label input {
    max-width: 14px;
    margin-right: 10px;
}
#FormMovit .aceptacion label span {
    flex: 1;
}

#FormMovit .aceptacion label input {
    max-width: 14px;
    margin-right: 10px;
    width: 14px;
}
#PromoText #FormMovit .aceptacion  p {
    font-weight: 400;
    font-size: 14px;
    text-align: left !important;
}

#FormMovit .aceptacion label {
    text-align: left;
    padding: 2px 0;
}



#FormMovit input[type="submit"] {
    background-color: #A2244D;
    border-radius: 40px;
    max-width: 40px;
    float: none;
}

#FormMovit .bot-enviar-wrap .wpcf7-spinner{
    position: absolute;
    top: 8px;
    right: 10px;
    border: 1px solid #ffa5a57d;
    opacity: 1;
}


@media screen and (max-width: 980px) {

    #FormMovit .row {
        padding-bottom: 0px;
    }

   #FormMovit .row .col-lg-6:nth-child(1){
        padding-right: 0px;
    }
    #FormMovit .row .col-lg-6:nth-child(2){
        padding-left: 0px;
    }
    #FormMovit .row .col-12{
        padding-bottom: 10px;
    }

}
