﻿.boton-personalizado-4 {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #00b2ef;
    border-color: #d8d8d8;
    border-width: 3px;
    border-style: solid;
    border-radius: 35px;
}
/* Este es el estilo al poner el cursor encima del boton*/
    .boton-personalizado-4:hover {
        background-color: #000000;
    }