.btn-consulta {
    display: inline-block;
    background-color: #5a7d96;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    margin: 10px 0;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-consulta:hover {
    background-color: #496a83;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.btn-programa {
    display: inline-block;
    background-color: #5a7d96;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    margin: 10px 0;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-programa:hover {
    background-color: #496a83;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.btn-agendar-online {
    display: inline-block;
    background-color: #27ae60;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    margin: 10px 0;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-agendar-online:hover {
    background-color: #219653;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.btn-agendar-presencial {
    display: inline-block;
    background-color: #27ae60;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    margin: 10px 0;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-agendar-presencial:hover {
    background-color: #219653;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.btn-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #5a7d96;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-whatsapp-icon:hover {
    background-color: #496a83;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}
