


.boton_enviar {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    cursor: pointer !important;
}

.boton_enviar:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important ;
}



.btn_env_1 {
    color: #fff !important;
    background-color: #337aff !important;
    border-color: #337aff !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    cursor: pointer !important;
}

.btn_env_1:hover {
    background-color: #2e6bdb !important;
    border-color: #2e6bdb !important ;
}