.boton {
    margin-bottom: 10px;
    width: 100%;
    /* border-radius: 50px; */
    text-align: left;
    background-color: #FF8300;
    border-color: #FF8300;
    font-weight: bold;
    font-size: 0.8em;
    color: #ffffff;
}

.boton:hover {
    margin-bottom: 10px;
    width: 100%;
    /* border-radius: 50px; */
    text-align: left;
    background-color: #FF8300;
    border-color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    color: #0078b6;
}
