* {
    margin: 0;
    padding: 0;
    box-sizing: border-box ;
    font-family: "Rubik", sans-serif !important;  
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  li {
    text-decoration: none !important;
  }
  
  .logo-apostillas {
    margin-left: 50px;
    width: 150px;
  }
  
  .nav-container {
    background-color: #2d3845 !important;
  }
  
  .secondary-links {
    color: grey !important;
  }
  
  .tickets-link {
    color: #27a442 !important;
  }
  
  div ul {
    margin-left: 55px;
    padding: 0 20px;
  }
  
  .conferencia {
    font-size: 1.4rem !important;
  }
  

  
  .carousel-size {
    height: calc(100vh - 79px) !important;
    overflow: hidden;
    position: relative;
  }
  
  .carousel-size img {
    object-fit: cover;
    filter: brightness(60%);
    position: absolute;
    overflow: hidden;
    top: -130px;
    width: 100vw;
    height: calc(100vh - -79px) !important;
  }
  
  .carousel-caption {
    margin-bottom: 50px;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    height: 50vh;
    text-align: end;
  }
  
  .hero-info {
    display: flex;
    justify-content: end;
    width: 100%;
    z-index: 10;
  }
  
  .hero-info button {
    margin: 10px 5px;
  }
  
  .hero-txt {
    justify-content: end;
    text-align: end;
    width: 50%;
  }
  
  .btn-success {
    background-color: #29a744 !important;
  }
  
  .btn-success:hover {
    background-color: rgb(14, 138, 14) !important;
  }
  
  .oradores {
    font-size: 2rem;
    font-weight: 500;
    margin-top: -20px;
    margin-bottom: 5px;
  }
  
  /*.card {
    width: 300px !important;
    min-width: 200px !important;
    max-width: 300px !important;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.213);
    border-radius: 5px !important;
  }
  
  .card-img {
    width: 100% !important;
    object-fit: cover !important;
  }
  
  .navlinks:hover {
    color: white !important;
  }*/
  
  .yellow-button {
    padding: 0px 4px !important;
    font-weight: 600 !important;
  }
  
  .blue-button {
    padding: 0px 4px !important;
    font-weight: 600 !important;
  }
  
  .badge-padding {
    padding-top: 2px !important;
  }
  
  .btn-info {
    background-color: #15a1ba !important;
    color: white !important;
  }

  ul {
    border-radius: 30px;
    padding: 0px;
  }
  
  .landscape {
    width: 100%;
    padding: 0 !important;
    background-color: #2d3845 !important;
  }
  
  .landscape-title-info {
    margin-top: 0px;
    margin-left: 20px;
    font-weight: 500;
    color: white;
  }

  .landscape-subtitle-info {
    margin-bottom: 0px;
    margin-left: 20px;
    margin-top: 15px;
    color: white;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .landscape-paragraph-info {
    margin: 20px;
    color: white;
    font-size: 0.9rem;
    font-weight: 200;
  }
  
  .register-container {
    width: 52vw !important;
  }
  
  u {
    color: black;
    text-decoration: underline dotted black !important;
  }
  
  .send-button {
    background-color: #96c93e !important;
    border: 1px solid #96c93e !important;
  }
  
  footer {
    background-image: linear-gradient(to right, #2d3845, #1d5271);
  }
  
  .footer-links {
    font-size: 0.9rem !important;
    text-decoration: none;
    transition-duration: 0.3s;
    font-weight: 400 !important;
    justify-content: center;
  }
  .footer {
  background-color: #1c2b34; /* tono oscuro elegante */
}

.footer .badge {
  border-radius: 6px;
  font-size: 14px;
}

.footer hr {
  opacity: 0.2;
}


  .navbar-toggler,
  .navbar-toggler-icon,
  .navbar-collapse {
    border: 0.5x solid rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
  }

/* Custom card styles */

  .custom-card {
    background-color: #334454 !important; /* gris oscuro por defecto */
    color: white !important;
    transition: all 0.3s ease-in-out; /* animación suave */
  }

  /* 🔥 Efecto hover */
  .custom-card:hover {
    background-color: #0d6efd !important; /* azul bootstrap */
    transform: scale(1.05);   /* se agranda un poquito */
    color: white;
  }

  /* Para que los íconos también cambien de color */
  .custom-card:hover i {
    color: #fff;
  }

  body {
    background-color: #2d3845 !important; /* color de fondo claro */
  }

  /*.rubik-text {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  }*/

  .navlinks {
  color: white;
  font-weight: 500;
  transition: color 0.3s, transform 0.3s;
}
.navlinks:hover {
  color: #ffcc00; /* color del hover */
  transform: scale(1.1); /* efecto sutil */
}

/* wpp */

/* Botón flotante */
.whatsapp-float-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s;
}

.whatsapp-float-btn img {
  width: 35px;
  height: 35px;
}

.whatsapp-float-btn:hover {
  transform: scale(1.1);
}

/* Ventana de chat */
.whatsapp-widget {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 320px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.3);
  font-family: sans-serif;
  display: none;
  flex-direction: column;
  z-index: 1001;
  overflow: hidden;
  animation: fadeInUp 0.3s ease;
}

/* Animación */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.whatsapp-header {
  background-color: #25D366;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: bold;
}

.whatsapp-logo {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.close-btn {
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.whatsapp-body {
  padding: 15px;
  background-color: #f0f0f0;
}

.whatsapp-message {
  background-color: #e5e5e5;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  max-width: 80%;
}

.whatsapp-chat-btn {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 12px 15px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
  transition: background 0.3s;
}

.whatsapp-chat-btn:hover {
  background-color: #1ebe57;
}

/*SERVICIOS*/
.cards-container {
  position: relative;
  margin-top: -120px; /* sube las cards sobre el carousel */
  z-index: 10;
}

.step-card {
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}

.step-1 {
  background: #f57c00 !important; /* naranja */
  height: calc(100vh - 450px) !important;
}

.step-2 {
  background: #37474f !important; /* gris oscuro */
  height: calc(100vh - 450px) !important;
}

.step-3 {
  background: #ffffff !important; /* blanco */
  border: 1px solid #eee;
  height: calc(100vh - 450px) !important;
}

.step-number {
  position: absolute;
  top: 0;
  right: 0;
  background: #212529;
  color: #fff;
  font-weight: bold;
  padding: 8px 14px;
  border-bottom-left-radius: 10px;
  font-size: 0.9rem;
}

/* fin servicios */

/* Indicators a la derecha */
.carousel-indicators.custom-indicators {
  position: absolute;
  top: 50%;
  right: 20px; /* pegados al lateral */
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  flex-direction: column; /* los acomoda en vertical */
  gap: 10px;
}

.carousel-indicators.custom-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.carousel-indicators.custom-indicators .active {
  background-color: #212529;
  opacity: 1;
}
/* Fin indicators a la derecha */