.seguros-hero {
    position: relative;
    height: 80vh;
    min-height: 480px;
    /* asegura visibilidad en pantallas pequeñas */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #2f2f2f;
    /* fallback si la imagen no carga */
}

/*.seguros-hero {
  position: relative;
  height: 100vh;
}
.seguros-hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
}*/

.seguros-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.seguros-hero .content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 22px;
}

.seguros-hero h1 {
    font-size: 3rem;
    margin-bottom: 12px;
}

.seguros-hero p {
    font-size: 1.15rem;
    margin-bottom: 18px;
}

/* Botones */
.seguros-hero .btn {
    border-radius: 10px;
    padding: 10px 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .seguros-hero {
        height: 60vh;
        min-height: 380px;
    }

    .seguros-hero h1 {
        font-size: 2rem;
    }

    .seguros-hero p {
        font-size: 1rem;
    }
}

/* ===== Botones Header ===== */
.custom-breadcrumb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 10px 24px;
  background: transparent;
}

.custom-breadcrumb-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.custom-breadcrumb-btn a:hover {
  color: #ddd;
}

.custom-breadcrumb-btn .arrow {
  color: #fff;
  font-size: 18px;
  pointer-events: none; /* la flecha no es clickeable */
}

.custom-breadcrumb-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== Sección Beneficios ===== */
.benefits-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-green {
  color: var(--color-green, #00b871);
}

.display-6 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--color-dark, #111827);
}

/* ===== Tarjetas ===== */
.feature-card {
  background: transparent;
  border: none;
  padding: 10px;
  transition: transform 0.3s ease;
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-bottom: 30px !important;
}

.feature-icon img {
  width: 130px; 
  height: 130px;
  object-fit: contain;
  justify-content: center;
  display: flex; 
}

.feature-title {
  color: var(--color-dark, #111827);
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 5px;
}

.feature-text {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 240px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .display-6 {
    font-size: 2rem;
  }
  .feature-icon {
    width: 100px;
    height: 100px;
  }
  .feature-icon img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 768px) {
  .feature-card {
    padding: 0;
  }
  .feature-text {
    font-size: 0.9rem;
  }
}


/* =====  ===== */
:root {
  --pr-green: #09ca51;   
  --pr-text: #2a2a2a;    
  --pr-light-bg: #f3f3f3;
}


.referidos-register-section {
  background-color: transparent; 
  color: var(--pr-text);
}


.referidos-register-section .section-subtitle {
  color: var(--pr-green);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.referidos-register-section .section-title {
  color: var(--pr-text);
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.02;
  margin-bottom: 0.6rem;
}


.referidos-register-section .section-desc {
  color: rgba(42,42,42,0.7);
  max-width: 520px;
  font-size: 1rem;
}


.register-card {
  width: 420px; 
  background: #ffffff;
  border-radius: 10px;
  padding: 34px 32px;
  box-shadow:
    0 10px 18px rgba(0,0,0,0.12),  
    0 4px 6px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.06);
  position: relative;
}


.register-card .register-title {
  font-size: 1.6rem;
  color: var(--pr-text);
  font-weight: 800;
  margin: 0;
}


.register-input {
  width: 100%;
  border-radius: 999px; 
  padding: 12px 18px;
  font-size: 0.95rem;
  background: #fff;
  border: none;
  box-shadow: 8px 8px 18px rgba(0,0,0,0.10); 
  transition: box-shadow 160ms ease, transform 160ms ease;
  outline: none;
}


.register-input:focus {
  box-shadow: 6px 6px 18px rgba(0,0,0,0.12), 0 0 0 4px rgba(9,202,81,0.06);
}

.register-card .mb-3 { margin-bottom: 16px; }


.form-check-input.custom-check {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
}

.btn-register {
  background: linear-gradient(180deg, var(--pr-green) 0%, #06b848 100%);
  color: #fff;
  border-radius: 999px;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  box-shadow: 0 8px 18px rgba(9,202,81,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.btn-register .bi {
  font-size: 0.95rem;
  transform: translateY(1px);
}

.btn-register:hover, .btn-register:focus {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(9,202,81,0.18);
}

@media (max-width: 991.98px) {
  .register-card {
    width: 100%;
    padding: 28px;
    margin-top: 1.5rem;
  }
  .referidos-register-section .section-title {
    font-size: 1.8rem;
  }
}

.register-form .form-check-label { 
    color: rgba(42,42,42,0.7); 
    font-size: 0.9rem; 
}


/* ===== Sección nuestros servicios ===== */
/* Card de servicios */
.servicio-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.servicio-card:hover {
    background: #e6f9f0; 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.servicio-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    object-fit: contain;
}

.servicio-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

/* ===== Banner Insurance CTA ===== */
#banner-insurance {
  background: var(--color-purple);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

#banner-insurance h6,
#banner-insurance h2 {
  color: #fff;
}

/* Botón rectangular con esquinas redondeadas */
.btn-quote {
  display: inline-block;
  background: var(--color-green);
  color: var(--color-blanco);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 36px;
  border-radius: 8px; 
  text-decoration: none;
}

.btn-quote:hover {
  background: var(--color-green-secondary); 
  color: var(--color-blanco);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
