O mês de novembro é visto como um alerta para que os homens tenham mais atenção com sua saúde o...
Pronto Atendimento
24 horas
Alameda Presidente Taunay, 483, Batel - Curitiba/PR
Atendimentos Eletivos
Segunda a Sexta das 08:00 às 18:00 horas
.hopr-header-buttons {
display: flex;
flex-direction: column;
gap: 8px;
font-family: inherit;
}
.hopr-btn {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 16px;
border-radius: 6px;
text-decoration: none;
font-size: 13px;
font-weight: 600;
transition: all 0.3s ease;
box-sizing: border-box;
width: 100%;
}
/* Estilo do Botão do WhatsApp (Verde Claro) */
.hopr-btn-whatsapp {
background-color: #179350;
color: #ffffff;
border: 1px solid #179350;
}
.hopr-btn-whatsapp:hover {
background-color: #127941;
color: #ffffff;
}
/* Estilo do Botão de Agendar Consulta (Verde Escuro) */
.hopr-btn-consult {
background-color: #125B50;
color: #ffffff;
border: 1px solid #125B50;
}
.hopr-btn-consult:hover {
background-color: #073523;
color: #ffffff;
}
.hopr-btn-icon {
display: flex;
align-items: center;
margin-right: 10px;
font-size: 32px;
}
.hopr-btn-text {
flex-grow: 1;
text-align: left;
}
.hopr-btn-arrow {
font-weight: bold;
margin-left: 10px;
font-size: 14px;
}

