.block-formulario-boton .envir-btn {
    float: left;
    width: auto;
    margin-top: 25px;
}

.block-formulario-boton .envir-btn input[type="button"] {
    border-radius: 0px;
    border: none;
    background: #005CFF;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins-ExtraBold';
    width: 150px;
    letter-spacing: 1.54px;
    padding: 17px 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 27px;
}

.block-formulario-boton .envir-btn input[type="button"]:hover {
    background: #000087;
    color: #fff;
}

.block-formulario-boton .envir-btn input[type="submit"] {
    border-radius: 0px;
    border: none;
    background: #005CFF;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins-ExtraBold';
    width: 150px;
    letter-spacing: 1.54px;
    padding: 17px 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 27px;
}

.block-formulario-boton .envir-btn input[type="submit"]:hover {
    background: #000087;
    color: #fff;
}

/* BACKEND */
.acf-block-preview .block-formulario-boton {
    float: unset;
    position: relative;
    display: inline-block;
    /* margin-top: 0; */
}