/* === Social icons footer (SAFE MODE) === */

#ps-social-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

/* Evita herencias del skin */
#ps-social-footer a {
  display: inline-flex;
  line-height: 0;
}

/* Tamaño y color DEFINITIVO */
#ps-social-footer svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: #3e64b0;
  transition: opacity 0.2s ease;
}

/* Hover */
#ps-social-footer a:hover svg {
  opacity: 0.75;
}

/* Bloque contacto superior */
.top_contact {
  text-align: right;
}

.top_contact p {
  margin: 0;
  line-height: 1.3;
}

.top_contact .top_phone {
  font-weight: 600;
}

.top_contact .hours {
  font-size: 0.85em;
  font-weight: 400;
}

.top_contact .top_email {
  font-size: 0.85em;
  opacity: 0.85;
}

/* ===== Ajustes SOLO en móvil ===== */
@media (max-width: 768px) {

  .top_contact {
    margin-bottom: 6px;
  }

  .top_contact .top_email {
    font-size: 0.8em;
  }

  /* Botón pedir cita un poco más compacto */
  .btn,
  .pedir-cita,
  a[href*="cita"] {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.9em;
  }
}

.top_contact {
  text-align: right;
}

.top_contact p {
  margin: 0;
  line-height: 1.3;
}

/* Teléfono manda */
.top_contact .fa-phone {
  margin-right: 4px;
}

/* Correo más discreto */
.top_contact .top_email {
  font-size: 0.85em;
  opacity: 0.75;
}

/* ===== MÓVIL ===== */
@media (max-width: 768px) {

  /* El correo no desaparece, pero pasa a línea inferior SOLO en móvil */
  .top_contact .top_email {
    display: block;
    margin-left: 18px; /* alinea con el texto tras el icono */
    font-size: 0.8em;
  }
}


/* CTA Pedir cita */
.btn-pedir-cita img {
  width: 100px;
  height: auto;
  display: block;
}

/* Ajuste en móvil */
@media (max-width: 768px) {
  .btn-pedir-cita img {
    width: 88px;   /* un poco más pequeño */
  }
}

/* Opcional: ajuste del contenedor */
.top-cta {
  text-align: right;
}

/* Baja la altura del botón sin rehacer la imagen */
.btn-pedir-cita img{
  height: 30px;   /* prueba 30–34 */
  width: auto;
  display: block;
}










