.boton-blue{
text-decoration: none;
padding: 10px;
font-weight: 600;
font-size: 15px;
color: #ffffff;
background-color: #1883ba;
border-radius: 6px;
text-align: center;
}
.boton-blue:hover{
color: #1883ba;
background-color: #ffffff;
}
.boton-blue-1{
background-color: #1883ba;
border-radius: 6px;
text-align: center;
}