.banner-area-inner {
    margin-top: 100px;
}

.banner-cobranza {
    margin-top: 120px;
}


/*.contact-inner-content-area input[type="button"] {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background-color: #ff9b00;
    cursor: pointer;
    border: 0;
    outline: none;
    font-size: 18px;
    font-weight: 700;
}*/

.btn-solicitar-demo {
    /*[type=reset], [type=submit], button, html*/
    /*    -webkit-appearance: button;
    -moz-appearance:button;*/
    width: 40%;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background-color: #ff9b00;
    cursor: pointer;
    border: 0;
    outline: none;
    font-size: 18px;
    font-weight: 700;
}

.btn-colgar-demo {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    border: 0;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    /*display: none;*/
}

.form-right-area input[type="button"]:hover {
    /*.form-right-area input[type="reset"]:hover*/
    background-color: #000;
    transition: all 0.5s ease-out;
}

.title_form {
    font-size: 30px !important;
}