body {
  opacity: 1 !important;
  visibility: visible !important;
  background: white !important;
}

/* HERO SECTION CLIENTES */
.hero-clientes {
  position: relative;
  min-height: 50vh;
  background-image: url("../img/hero-slide1.jpg");
  display: flex;
  align-items: center;
  margin: 0;
  padding: 140px 0 60px;
}

.hero-clientes .hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 40px 0;
}

.hero-clientes .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-clientes .hero-subtitle {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.6;
}

.hero-breadcrumb {
  color: rgba(255, 255, 255, 0.8);
}

.hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.hero-breadcrumb span {
  color: #007bff;
}

/* SECTION STYLES CONSISTENTES */
.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  text-align: center;
  background: linear-gradient(135deg, #2c3e50 0%, #007bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 400;
}

/* LOGIN SECTION */
.client-info {
  padding: 40px 30px 40px 0;
}

.features-list {
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(0, 123, 255, 0.05);
  border-radius: 15px;
  border-left: 4px solid #007bff;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(10px);
  background: rgba(0, 123, 255, 0.1);
}

.feature-item i {
  font-size: 2rem;
  color: #007bff;
  margin-right: 20px;
  min-width: 50px;
}

.feature-item h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}

.feature-item p {
  color: #666;
  margin: 0;
  font-size: 0.95rem;
}

/* LOGIN CONTAINER */
.login-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 123, 255, 0.1);
}

.login-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-header h3 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 700;
}

.login-header p {
  color: #666;
  margin: 0;
}

/* LOGIN FORM */
.login-form .form-group {
  margin-bottom: 25px;
}

.login-form label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
}

.input-group {
  position: relative;
}

.login-form .form-control {
  width: 100%;
  padding: 15px 50px 15px 15px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.login-form .form-control:focus {
  border-color: #007bff;
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 1.2rem;
}

.password-toggle {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 1.1rem;
}

.password-toggle:hover {
  color: #007bff;
}

/* FORM OPTIONS */
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.form-check {
  margin: 0;
}

.form-check-label {
  color: #666;
  font-size: 0.9rem;
}

.forgot-password {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: #0056b3;
}

/* LOGIN BUTTON */
.btn-login {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
}

/* LOGIN DIVIDER */
.login-divider {
  text-align: center;
  margin: 25px 0;
  position: relative;
}

.login-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e9ecef;
}

.login-divider span {
  background: white;
  padding: 0 15px;
  color: #666;
  font-size: 0.9rem;
}

/* SOCIAL LOGIN */
.social-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.btn-social {
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-social:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* LOGIN FOOTER */
.login-footer {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.login-footer p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

.login-footer a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

/* PLATAFORMAS SECTION */
.plataformas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.plataforma-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 123, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.plataforma-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 123, 255, 0.05),
    transparent
  );
  transition: left 0.6s;
}

.plataforma-card:hover::before {
  left: 100%;
}

.plataforma-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 123, 255, 0.2);
}

.plataforma-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: white;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.plataforma-card:hover .plataforma-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
}

.plataforma-card h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.plataforma-card p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.plataforma-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.plataforma-features li {
  padding: 8px 0;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plataforma-features li i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1rem;
}

/* RECOVERY SECTION */
.recovery-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.recovery-form {
  margin-top: 30px;
}

.recovery-form .form-group {
  margin-bottom: 25px;
  text-align: left;
}

.btn-recovery {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.btn-recovery:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
}

.recovery-info {
  background: rgba(0, 123, 255, 0.05);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.recovery-info p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.recovery-info i {
  color: #007bff;
}

.recovery-footer {
  text-align: center;
}

.back-to-login {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .hero-clientes {
    padding: 120px 0 40px;
    min-height: 40vh;
  }

  .hero-clientes .hero-content h1 {
    font-size: 2.5rem;
  }

  .client-info {
    padding: 20px;
    text-align: center;
  }

  .features-list {
    margin-top: 30px;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .feature-item i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .login-container {
    padding: 30px 20px;
  }

  .social-login {
    grid-template-columns: 1fr;
  }

  .plataformas-grid {
    grid-template-columns: 1fr;
  }

  .recovery-container {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .hero-clientes .hero-content h1 {
    font-size: 2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .login-header h3 {
    font-size: 1.7rem;
  }

  .form-options {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

/* ANIMACIONES */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-item,
.login-container,
.plataforma-card,
.recovery-container {
  animation: fadeInUp 0.6s ease forwards;
}

/* SECURITY INDICATOR */
.security-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  color: #28a745;
  font-size: 0.9rem;
}

.security-indicator i {
  font-size: 1.2rem;
}

/* ===== DROPDOWN DEL TELÉFONO MEJORADO ===== */

/* Estilo base del número de teléfono */
.navbar-text.phone-number {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.navbar-text.phone-number:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Dropdown menu personalizado */
.dropdown-menu.phone-dropdown {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-width: 280px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Opciones del teléfono */
.phone-option {
  padding: 12px 15px;
  border-radius: 10px;
  margin: 5px 0;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.phone-option:hover {
  background: rgba(0, 123, 255, 0.2);
  transform: translateX(5px);
}

.option-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.option-content i {
  font-size: 1.3rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.phone-option:hover .option-content i {
  background: rgba(0, 123, 255, 0.3);
  transform: scale(1.1);
}

.option-content div {
  flex: 1;
}

.option-content strong {
  display: block;
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
}

.option-content span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  margin-top: 2px;
}

/* Colores específicos para cada opción */
.phone-option:nth-child(1) .option-content i {
  color: #28a745; /* Verde para llamada */
}

.phone-option:nth-child(2) .option-content i {
  color: #25d366; /* Verde WhatsApp */
}

.phone-option:nth-child(3) .option-content i {
  color: #17a2b8; /* Azul SMS */
}

/* Información de horario */
.schedule-info {
  padding: 10px 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
}

.schedule-info i {
  color: white;
  font-size: 1.1rem;
}

.schedule-info strong {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 600;
}

.schedule-info span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

/* Flecha del dropdown */
.dropdown-toggle::after {
  margin-left: 8px;
  border-top: 0.3em solid rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease;
}

.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Animaciones */
.dropdown-menu {
  animation: dropdownFadeIn 0.3s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .navbar-text.phone-number {
    margin: 10px 0;
    justify-content: center;
    width: 100%;
    max-width: 200px;
  }

  .dropdown-menu.phone-dropdown {
    position: static !important;
    transform: none !important;
    margin-top: 10px;
    width: 100%;
  }

  .ms-lg-3 {
    margin-left: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* Efectos de hover mejorados */
.phone-option {
  position: relative;
  overflow: hidden;
}

.phone-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 123, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.phone-option:hover::before {
  left: 100%;
}

/* Estados activos */
.phone-option:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

/* Mejoras de accesibilidad */
.phone-option:focus {
  outline: 2px solid rgba(0, 123, 255, 0.5);
  outline-offset: 2px;
}

/* Badge para indicar opción preferida */
.phone-option:nth-child(2)::after {
  content: "Recomendado";
  position: absolute;
  top: -5px;
  right: 10px;
  background: #25d366;
  color: white;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 600;
}

/* ===== MEJORAS ESPECÍFICAS PARA MÓVILES ===== */
@media (max-width: 767.98px) {
  .navbar-text.phone-number {
    background: rgba(0, 123, 255, 0.2);
    border: 2px solid rgba(0, 123, 255, 0.3);
    font-size: 1.1rem;
    padding: 12px 20px;
  }

  .navbar-text.phone-number::after {
    display: none; /* Ocultar flecha en móviles */
  }

  .dropdown-menu.phone-dropdown {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border: 2px solid rgba(0, 123, 255, 0.3);
  }

  .phone-option {
    padding: 15px;
    margin: 8px 0;
  }

  .option-content {
    gap: 15px;
  }

  .option-content i {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}

/* ===== ESTADOS DE VISIBILIDAD MEJORADOS ===== */
@media (max-width: 991.98px) {
  .navbar-collapse.show .dropdown {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .navbar-collapse.show .dropdown-menu {
    text-align: center;
  }
}

/* ===== ANIMACIONES ADICIONALES ===== */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.navbar-text.phone-number:hover {
  animation: pulse 2s infinite;
}

/* ===== INDICADOR DE NUEVAS OPCIONES ===== */
.navbar-text.phone-number .new-indicator {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
  background: #ff6b6b;
  border-radius: 50%;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

/* ===== BOTÓN CONTACTAR SOPORTE CLIENTES ===== */

#soporte-clientes {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
    padding: 60px 0 !important;
}

#soporte-clientes .btn-warning {
    background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
    color: #007bff !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 18px 40px !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

#soporte-clientes .btn-warning:hover {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
    color: #0056b3 !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.4) !important;
    letter-spacing: 1.2px !important;
}

#soporte-clientes .btn-warning::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 123, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
}

#soporte-clientes .btn-warning:hover::before {
    left: 100%;
}

#soporte-clientes .btn-warning i {
    margin-right: 10px;
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

#soporte-clientes .btn-warning:hover i {
    transform: translateX(5px) scale(1.1);
}

@keyframes pulse-soporte {
    0% {
        box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 0 8px 30px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    }
}

#soporte-clientes .btn-warning {
    animation: pulse-soporte 3s infinite;
}

#soporte-clientes h3 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    font-family: "Montserrat", sans-serif !important;
}

#soporte-clientes p {
    font-size: 1.1rem !important;
    opacity: 0.9 !important;
    line-height: 1.6 !important;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 992px) {
    #soporte-clientes {
        padding: 50px 0 !important;
    }
    
    #soporte-clientes .btn-warning {
        padding: 16px 35px !important;
        font-size: 1.1rem !important;
    }
    
    #soporte-clientes h3 {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 768px) {
    #soporte-clientes {
        text-align: center !important;
        padding: 40px 0 !important;
    }
    
    #soporte-clientes .col-lg-8 {
        margin-bottom: 25px !important;
    }
    
    #soporte-clientes .btn-warning {
        padding: 15px 30px !important;
        font-size: 1.1rem !important;
        width: 100% !important;
        max-width: 300px !important;
    }
    
    #soporte-clientes h3 {
        font-size: 1.6rem !important;
    }
    
    #soporte-clientes p {
        font-size: 1rem !important;
    }
}

@media (max-width: 576px) {
    #soporte-clientes {
        padding: 30px 0 !important;
    }
    
    #soporte-clientes .btn-warning {
        padding: 14px 25px !important;
        font-size: 1rem !important;
    }
    
    #soporte-clientes h3 {
        font-size: 1.4rem !important;
    }
}