/* =====================================================
   ESTILOS GENERALES SEGURMEDI · SANITAS
   ===================================================== */

:root {
  --sanitas-azul: #003057;
  --sanitas-azul-claro: #00b2d4;
  --sanitas-verde: #25D366;
  --fondo-claro: #f0f9fb;
  --fondo-seccion: #e8f6f9;
}

/* -------------------------
   BASE
------------------------- */
body {
  background-color: var(--fondo-claro);
  font-family: 'Segoe UI', sans-serif;
  color: var(--sanitas-azul);
}

/* -------------------------
   SECCIONES
------------------------- */
.main-section {
  background: var(--fondo-seccion);
  padding: 40px 20px;
}

/* -------------------------
   TEXTOS
------------------------- */
.highlight {
  color: var(--sanitas-azul-claro);
}

/* -------------------------
   FORMULARIOS
------------------------- */
.form-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* -------------------------
   VIDEO
------------------------- */
.video-box video {
  width: 100%;
  border-radius: 12px;
  border: 4px solid #06992d;
}

/* -------------------------
   BOTONES
------------------------- */
.btn-success {
  background-color: var(--sanitas-verde);
  border-color: var(--sanitas-verde);
}

.btn-success:hover {
  background-color: #1ebe5d;
  border-color: #1ebe5d;
}

/* ===== FOOTER FULL WIDTH ===== */
.footer-sanitas{
  width:100%;
  margin:0;
  padding:0;
}

.footer-bg{
  width:100%;
  background:#0b1f4b; /* azul Sanitas */
}

.footer-link{
  color:#ffffff;
  text-decoration:none;
}

.footer-link:hover{
  text-decoration:underline;
}


/* -------------------------
   SHARE / VIDEO LANDING
------------------------- */
.video-wrapper {
  position: relative;
}

.brand-line {
  height: 6px;
  background: var(--sanitas-verde);
  border-radius: 4px;
  margin-top: 6px;
}

.share-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

.share-btn:hover {
  background: #f1f1f1;
}

/* Ajuste móvil para que no tape el logo */
@media (max-width: 576px) {
  .share-btn {
    top: auto;
    bottom: -16px;
    right: 12px;
  }

  .video-wrapper {
    padding-bottom: 60px;
  }
}
main ul li a {
  color: #003057;
  text-decoration: none;
  font-weight: 500;
}

main ul li a:hover {
  text-decoration: underline;
  color: #00b2d4;
}
.footer-sanitas {
  width: 100%;
  background: #0b1f4b; /* azul oscuro Sanitas */
}
.footer-bg{
  background:#0b1f4b;
}

.footer-link{
  color:#ffffff;
  text-decoration:none;
}

.footer-link:hover{
  text-decoration:underline;
}
/* ================= FOOTER ================= */
.footer-bar{
  background:#003057; /* o el azul exacto que quieras */
  width:100%;
}

.footer-link{
  color:#ffffff;
  text-decoration:none;
}

.footer-link:hover{
  text-decoration:underline;
}
footer {
  background: #003057;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.footer-sanitas > .container {
  margin-left: auto;
  margin-right: auto;
}
body {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .footer-sanitas .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* ===============================
   TEXTO SEGURO BODY
================================ */

.seguro-body {
  color: #ffffff;
  transition: color 0.25s ease-in-out;
}

.seguro-body h5,
.seguro-body p {
  color: #ffffff;
  transition: color 0.25s ease-in-out;
}

/* Hover en toda la tarjeta */
.seguro-card:hover .seguro-body,
.seguro-card:hover .seguro-body h5,
.seguro-card:hover .seguro-body p {
  color: #ffc107; /* amarillo Bootstrap */
}

.seguro-body .btn {
  color: #fff !important;
}
✨ Opcional (queda muy fino)
Si quieres que además suba un poco la tarjeta:

.seguro-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seguro-card:hover {
  transform: translateY(-4px);
}
.presupuesto-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.presupuesto-box h2 {
  font-weight: 600;
}

.presupuesto-box .form-label {
  font-size: 0.9rem;
  font-weight: 500;
}
.presupuesto-card {
  margin-top: 6px; /* microajuste visual */
}
/* ===============================
   FAQ PROVINCIA – CENTRADO
================================ */

.faq-provincia {
  max-width: 900px;
  margin: 0 auto;          /* centra horizontalmente */
}

.faq-provincia h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* Ajuste visual acordeón */
.faq-provincia .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.faq-provincia .accordion-button {
  font-weight: 500;
}

.faq-provincia .accordion-button:not(.collapsed) {
  background-color: #f3fdf9;
  color: #0b6b47;
}

/* Responsive fino */
@media (max-width: 768px) {
  .faq-provincia {
    padding: 0 10px;
  }
}
/* ===== TARJETAS PREGUNTA ASISTENTE ===== */
.card {
  cursor: pointer;
  transition: all .25s ease;
  border: 1px solid #e5e7eb;
}

.card:hover {
  border-color: #0d6efd;
  box-shadow: 0 12px 30px rgba(13,110,253,.15);
  transform: translateY(-4px);
}

.card:active {
  transform: translateY(-2px);
}

/* Indicador visual de acción */
.card::after {
  content: "→ Preguntar al asistente";
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #0d6efd;
}
