.button {
background-color: #ffffff; /* Color de fondo */
/* background-color: linear-gradient(to left, #0bcb9b, #ebfef7); */
border: none;
color: #012d27;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
border-radius: 4px;
font-weight: bold;
transition: background-color 0.3s;
text-transform: uppercase;
background: linear-gradient(to left, rgb(11, 203, 155),rgb(0, 155, 120));
/* border: 1px solid white; */
border-radius: 100px; /* Ajusta el radio según tus preferencias */
box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); /* Sombra con desplazamiento horizontal y vertical */
}
.inicio{
color: rgb(16, 100, 68);
}