/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'BatmanForever';
  src: url('../fonts/batman_forever/batmfa__.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BatmanForever2';
  src: url('../fonts/batman_forever/batmfo__.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ff3600;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ff3600;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ff3600;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(13, 13, 13, 0.8);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #ff3600;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a {
  padding: 0 10px;
  display: block;
  line-height: 40px; /* <-- ajusta esto al nuevo height del header */
  position: relative;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff3600;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #ff3600;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #ff3600;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #0d0d0d;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #ff3600;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  display: none !important; /* Por defecto oculto */
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}


#mobile-nav-toggle i.fa {
  color: #333;
}
/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 54, 00, 0.6);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ff3600;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ff3600;
}

#mobile-nav ul .menu-item-active {
  color: #ff3600;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(13, 13, 13, 0.5);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section Mejorado
--------------------------------------------------------------*/

#intro {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#introCarousel .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.6);
}

.intro-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.5);
  z-index: 1;
}

#intro .intro-container {
  font-family: 'BatmanForever', sans-serif;
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  color: white;
}

#intro h1 {
  font-family: 'BatmanForever', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

#intro h1 span {
  color: #ff3600;
}

#intro p {
  color: #ebebeb;
  font-weight: 600;
  font-size: 30px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff3600 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 32px;
  border-radius: 50px;
  border: 2px solid #ff3600;
  color: #fff;
  transition: 0.5s;
  margin: 10px;
  display: inline-block;
}

#intro .about-btn:hover {
  background: #ff3600;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  font-size: 18px;
  color: white;
  background-color: #ff3600;
  padding: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #f82249;
  transform: scale(1.1);
  color: white;
}

@media (max-width: 768px) {
  #intro h1 {
    font-size: 36px;
  }

  #intro p {
    font-size: 16px;
  }

  .social-icon {
    padding: 10px;
  }
}

/* -----------------------------------------------------------
      SOBRE NOSOTROS 
---------------------------------------------------------------*/

.company-about-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden; /* 👈 evita scroll horizontal */
}

.company-about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(108,117,125,0.08)"/><circle cx="75" cy="75" r="1.5" fill="rgba(108,117,125,0.05)"/><circle cx="50" cy="10" r="0.8" fill="rgba(108,117,125,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
    opacity: 0.4;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }  /* 👈 quité rotate */
    50% { transform: translateY(-20px); }
}

.company-about-section .about-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.company-about-section .about-header {
    text-align: center;
    margin-bottom: 60px;
    animation: slideDown 1s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.company-about-section .about-header h2 {
    font-size: 3.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: linear-gradient(45deg, #2c3e50, #34495e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.company-about-section .company-description {
    font-size: 1.3rem;
    color: #495057;
    max-width: 800px;
    margin: 0 auto 40px;
    text-shadow: none;
    line-height: 1.8;
}

.company-about-section .company-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

@media (min-width: 576px) {
    .company-about-section .company-values-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
}

@media (min-width: 768px) {
    .company-about-section .company-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .company-about-section .company-values-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
}

.company-about-section .company-value-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: slideUp 0.8s ease-out forwards;
    opacity: 0;
}

.company-about-section .company-value-card:nth-child(1) { animation-delay: 0.2s; }
.company-about-section .company-value-card:nth-child(2) { animation-delay: 0.4s; }
.company-about-section .company-value-card:nth-child(3) { animation-delay: 0.6s; }
.company-about-section .company-value-card:nth-child(4) { animation-delay: 0.8s; }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.company-about-section .company-value-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(0,0,0,0.02), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.company-about-section .company-value-card:hover::before {
    animation: shimmer 1.5s ease-in-out;
}

@keyframes shimmer {
    0% {
        transform: rotate(45deg) translate(-100%, -100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) translate(100%, 100%);
        opacity: 0;
    }
}

.company-about-section .company-value-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    background: rgba(255,255,255,1);
}

.company-about-section .company-value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.company-about-section .company-value-card:hover .company-value-icon {
    transform: scale(1.1) rotate(5deg);
}

.company-about-section .company-innovation .company-value-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.company-about-section .company-excellence .company-value-icon {
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
}

.company-about-section .company-commitment .company-value-icon {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
}

.company-about-section .company-collaboration .company-value-icon {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
    color: white;
}

.company-about-section .company-value-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.company-about-section .company-value-description {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.company-about-section .company-value-card:hover .company-value-title {
    color: #1a202c;
}

.company-about-section .company-value-card:hover .company-value-description {
    color: #2d3748;
}

.company-about-section .company-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden; /* 👈 evita que burbujas se salgan */
}

.company-about-section .company-floating-element {
    position: absolute;
    background: rgba(108,117,125,0.06);
    border-radius: 50%;
    animation: floatAnimation 15s infinite linear;
}

.company-about-section .company-floating-element:nth-child(1) {
    width: 20px;
    height: 20px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.company-about-section .company-floating-element:nth-child(2) {
    width: 15px;
    height: 15px;
    top: 60%;
    left: 80%;
    animation-delay: -5s;
}

.company-about-section .company-floating-element:nth-child(3) {
    width: 25px;
    height: 25px;
    top: 80%;
    left: 20%;
    animation-delay: -10s;
}

@keyframes floatAnimation {
    0%   { transform: translateY(100vh) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

@media (max-width: 768px) {
    .company-about-section .about-header h2 {
        font-size: 2.5rem;
    }
    
    .company-about-section .company-description {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .company-about-section .company-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .company-about-section .company-value-card {
        padding: 30px 20px;
    }
    
    .company-about-section {
        padding: 60px 10px;
    }
}

@media (max-width: 480px) {
    .section-header h2 {
        font-size: 2rem;
    }
    
    .company-about-section .company-value-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
    
    .company-about-section .company-value-title {
        font-size: 1.5rem;
    }
    
    .company-about-section .company-value-description {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
    # Contador Rediseñado
    --------------------------------------------------------------*/
    
    #contador {
      background: linear-gradient(135deg, #000729 0%, #270e00 100%);
      padding: 80px 0;
      position: relative;
      overflow: hidden;
    }
    
    /* Efectos de fondo animados */
    #contador::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
      opacity: 0.3;
      animation: float 20s ease-in-out infinite;
    }
    
    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
    }
    
    .container {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
    
  .event-header {
  text-align: center;
  margin-bottom: 60px;
  color: white;
}

  .event-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .event-title img {
    max-width: 400px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.3));
    transition: all 0.3s ease;
    animation: logoFloat 3s ease-in-out infinite;
  }

  .event-title img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.4));
  }

  /* Animación sutil del logo */
  @keyframes logoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
  }

  .event-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 30px;
  }

  /* Destacar fechas del evento */
  .event-dates {
    display: inline-block;
    background: rgba(255, 54, 0, 0.9);
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 10px 30px rgba(255, 54, 0, 0.3);
    border: 3px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    animation: pulse 2s ease-in-out infinite alternate;
  }
    
    @keyframes pulse {
      0% { transform: scale(1); box-shadow: 0 10px 30px rgba(255, 54, 0, 0.3); }
      100% { transform: scale(1.05); box-shadow: 0 15px 40px rgba(255, 54, 0, 0.5); }
    }
    
    /* Contador principal */
    .countdown-wrapper {
      text-align: center;
      margin-top: 50px;
    }
    
    .countdown-title {
      color: white;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 40px;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
    
    .countdown-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem;
      margin-top: 2rem;
    }
    
    .flip-card {
      background: rgba(255, 255, 255, 0.95);
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.2);
      padding: 2rem 1.5rem;
      text-align: center;
      width: 140px;
      position: relative;
      backdrop-filter: blur(10px);
      border: 2px solid rgba(255,255,255,0.3);
      transition: all 0.4s ease;
      overflow: hidden;
    }
    
    .flip-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
      transition: left 0.6s;
    }
    
    .flip-card:hover::before {
      left: 100%;
    }
    
    .flip-card:hover {
      transform: translateY(-10px) scale(1.05);
      box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    }
    
    .flip-card .number {
      font-size: 3.5rem;
      font-weight: 800;
      color: #ff3600;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
      line-height: 1;
    }
    
    .flip-card .label {
      font-size: 1rem;
      color: #495057;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    
    /* Animaciones mejoradas */
    @keyframes flipEnhanced {
      0% { 
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
      }
      50% { 
        transform: perspective(400px) rotateX(180deg);
        opacity: 0.8;
      }
      100% { 
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
      }
    }
    
    .flip-card .number.flip-animation {
      animation: flipEnhanced 0.8s ease-in-out;
    }
    
    /* Efectos adicionales */
    .countdown-note {
      color: rgba(255,255,255,0.8);
      font-size: 1.1rem;
      margin-top: 40px;
      font-style: italic;
    }
    
    /* Responsive */
    @media (max-width: 1200px) {
      .event-title img {
        max-width: 350px;
      }
    }

    @media (max-width: 992px) {
      .event-title img {
        max-width: 300px;
      }
      
      .event-dates {
        font-size: 1.6rem;
        padding: 12px 35px;
      }
    }
    
    @media (max-width: 768px) {
      .event-title img {
        max-width: 280px;
      }
      
      .event-dates {
        font-size: 1.4rem;
        padding: 12px 30px;
      }
      
      .event-header {
        margin-bottom: 40px;
      }
      
      .flip-card {
        width: 110px;
        padding: 1.5rem 1rem;
        gap: 1rem;
      }
      
      .flip-card .number {
        font-size: 2.8rem;
      }
      
      .flip-card .label {
        font-size: 0.9rem;
      }
      
      .countdown-container {
        gap: 1rem;
      }
    }
    
    @media (max-width: 576px) {
      .event-title img {
        max-width: 250px;
      }
      
      .event-dates {
        font-size: 1.2rem;
        padding: 10px 25px;
      }    
      
      .flip-card {
        width: 90px;
        padding: 1rem 0.7rem;
      }
      
      .flip-card .number {
        font-size: 2.2rem;
      }
      
      .flip-card .label {
        font-size: 0.8rem;
      }
      
      .countdown-container {
        gap: 0.5rem;
      }
    }

    @media (max-width: 400px) {
      .event-title img {
        max-width: 200px;
      }
      
      .event-dates {
        font-size: 1.1rem;
        padding: 8px 20px;
      }
    }
    
    /* Estado final cuando el evento ha comenzado */
    .event-started {
      text-align: center;
      background: rgba(40, 167, 69, 0.9);
      color: white;
      padding: 40px;
      border-radius: 20px;
      font-size: 2.5rem;
      font-weight: bold;
      box-shadow: 0 15px 40px rgba(40, 167, 69, 0.3);
      animation: celebration 1s ease-in-out infinite alternate;
    }
    
    @keyframes celebration {
      0% { transform: scale(1); }
      100% { transform: scale(1.02); }
    }

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

        /*--------------------------------------------------------------
        # Speakers Section
        --------------------------------------------------------------*/

#speakers {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  position: relative;
  overflow: hidden;
}
    #speakers::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="dots" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="rgba(255,56,0,0.1)"/></pattern></defs><rect width="200" height="200" fill="url(%23dots)"/></svg>');
          opacity: 0.3;
      }
    .section-title {
          color: #2c3e50;
          font-weight: 800;
          margin-bottom: 1rem;
          position: relative;
      }
    .section-title::after {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 50%;
          transform: translateX(-50%);
          width: 80px;
          height: 4px;
          background: linear-gradient(90deg, #ff3600, #ff6b35);
          border-radius: 2px;
      }
    .section-subtitle {
          color: #7f8c8d;
          font-size: 1.2rem;
          margin-bottom: 3rem;
          font-weight: 400;
      }
    .ponente-card {
          background: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(20px);
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 20px;
          transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          position: relative;
          overflow: hidden;
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }
     .ponente-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 4px;
          background: linear-gradient(90deg, #ff3600, #ff6b35);
          transform: scaleX(0);
          transition: transform 0.4s ease;
      }
     .ponente-card:hover::before {
          transform: scaleX(1);
      }
     .ponente-card:hover {
          transform: translateY(-15px) rotate(2deg);
          box-shadow: 0 20px 60px rgba(255, 54, 0, 0.2);
      }
     .ponente-img-container {
          position: relative;
          overflow: hidden;
          border-radius: 16px;
          margin: 1rem;
          height: 280px;
      }
     .ponente-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 0.4s ease;
          border-radius: 12px;
      }
     .ponente-card:hover .ponente-img {
          transform: scale(1.1);
      }
     .ponente-overlay {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(
              45deg,
              rgba(255, 54, 0, 0.8) 0%,
              rgba(255, 107, 53, 0.6) 50%,
              transparent 100%
          );
          opacity: 0;
          transition: all 0.4s ease;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 12px;
      }
     .ponente-card:hover .ponente-overlay {
          opacity: 1;
      }
     .view-profile-btn {
          background: rgba(255, 255, 255, 0.9);
          color: #ff3600;
          border: none;
          padding: 0.75rem 1.5rem;
          border-radius: 50px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          transform: translateY(20px);
          transition: all 0.3s ease;
          font-size: 0.85rem;
      }
     .ponente-card:hover .view-profile-btn {
          transform: translateY(0);
          background: white;
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
      }
     .ponente-info {
          padding: 1.5rem;
          text-align: center;
          position: relative;
      }
     .ponente-name {
          font-size: 1.3rem;
          font-weight: 700;
          color: #2c3e50;
          margin-bottom: 0.5rem;
          line-height: 1.2;
      }
     .ponente-country {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #7f8c8d;
          font-weight: 500;
          margin-bottom: 1rem;
      }
     .flag-img {
          width: 24px;
          height: 18px;
          object-fit: cover;
          margin-right: 8px;
          border-radius: 3px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }
     .ponente-specialty {
          position: absolute;
          top: 1rem;
          right: 1rem;
          background: linear-gradient(135deg, #ff3600, #ff6b35);
          color: white;
          padding: 0.25rem 0.75rem;
          border-radius: 20px;
          font-size: 0.75rem;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          z-index: 2;
      }
     .experience-indicator {
          position: absolute;
          bottom: 1rem;
          left: 1rem;
          background: rgba(255, 255, 255, 0.9);
          color: #ff3600;
          padding: 0.5rem;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          font-size: 0.9rem;
          z-index: 2;
      }
     /* Modal Styles */
      .modal-content {
          border: none;
          border-radius: 20px;
          overflow: hidden;
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      }
     .modal-header-ponentes {
          background: linear-gradient(135deg, #ff3600, #ff6b35);
          color: white;
          border: none;
          padding: 2rem;
          position: relative;
      }
     .modal-header-ponentes::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
      }
     .modal-title {
          font-size: 1.8rem;
          font-weight: 700;
          margin: 0;
          z-index: 2;
          position: relative;
      }
     .modal-body {
          padding: 2rem;
          background: linear-gradient(145deg, #ffffff, #f8f9fa);
      }
     .modal-speaker-img {
          border-radius: 15px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          border: 3px solid #ff3600;
          max-width: 200px;
          transition: transform 0.3s ease;
      }
     .modal-speaker-img:hover {
          transform: scale(1.05);
      }
     .speaker-details {
          flex: 1;
      }
     .speaker-detail-item {
          background: white;
          padding: 1rem;
          border-radius: 10px;
          margin-bottom: 1rem;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          border-left: 4px solid #ff3600;
      }
     .speaker-detail-label {
          font-weight: 700;
          color: #2c3e50;
          margin-bottom: 0.5rem;
          display: flex;
          align-items: center;
      }
     .speaker-detail-label i {
          margin-right: 0.5rem;
          color: #ff3600;
      }
     .floating-elements {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          pointer-events: none;
          z-index: 1;
      }
     .floating-icon {
          position: absolute;
          color: rgba(255, 54, 0, 0.1);
          animation: float 8s ease-in-out infinite;
      }
     .floating-icon:nth-child(1) { top: 10%; left: 5%; animation-delay: 0s; }
      .floating-icon:nth-child(2) { top: 20%; right: 10%; animation-delay: 2s; }
      .floating-icon:nth-child(3) { bottom: 30%; left: 15%; animation-delay: 4s; }
      .floating-icon:nth-child(4) { bottom: 20%; right: 20%; animation-delay: 6s; }
     @keyframes float {
          0%, 100% { transform: translateY(0px) rotate(0deg); }
          25% { transform: translateY(-10px) rotate(90deg); }
          50% { transform: translateY(-20px) rotate(180deg); }
          75% { transform: translateY(-10px) rotate(270deg); }
      }
     .speakers-grid {
          position: relative;
          z-index: 2;
      }
     @media (max-width: 768px) {
          .ponente-card:hover {
              transform: translateY(-10px) rotate(0deg);
          }
          
          .section-title {
              font-size: 2rem;
          }
          
          .ponente-img-container {
              height: 250px;
          }
          
          .modal-body {
              padding: 1rem;
          }
          
          .modal-body .d-flex {
              flex-direction: column !important;
          }
          
          .modal-speaker-img {
              margin-bottom: 1rem;
              margin-right: 0 !important;
          }
      }
     /* Animación de entrada escalonada */
      .ponente-card {
          opacity: 0;
          transform: translateY(30px);
          animation: slideInUp 0.6s ease forwards;
      }
     .ponente-card:nth-child(1) { animation-delay: 0.1s; }
      .ponente-card:nth-child(2) { animation-delay: 0.2s; }
      .ponente-card:nth-child(3) { animation-delay: 0.3s; }
      .ponente-card:nth-child(4) { animation-delay: 0.4s; }
      .ponente-card:nth-child(5) { animation-delay: 0.5s; }
      .ponente-card:nth-child(6) { animation-delay: 0.6s; }
      .ponente-card:nth-child(7) { animation-delay: 0.7s; }
      .ponente-card:nth-child(8) { animation-delay: 0.8s; }
      .ponente-card:nth-child(9) { animation-delay: 0.9s; }
     @keyframes slideInUp {
          to {
              opacity: 1;
              transform: translateY(0);
          }
      }
/*--------------------------------------------------------------
# Schedule Section (Lista en tarjetas)
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0;
  background-color: #f8f9fa;
}

#schedule .nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 5px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  transition: all 0.3s ease;
}

#schedule .nav-pills .nav-link.active {
  background-color: #ff3600;
  color: #fff;
}

#schedule-tabs {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.text-ponente {
  color: #ff3600;
}

#schedule-tabs .nav-link {
  white-space: nowrap;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 50px;
}
@media (max-width: 576px) {
  #schedule-tabs .nav-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
}

#schedule .card {
  border-radius: 12px;
  border: none;
  transition: all 0.3s ease;
}

#schedule .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#schedule .card-body h5 {
  font-size: 1rem;
  font-weight: 700;
}

#schedule .card-body p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}

#schedule .img-thumbnail {
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #schedule .card-body {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  #schedule .img-thumbnail {
    width: 100%;
    height: auto;
    max-width: 100px;
  }
}



/*--------------------------------------------------------------
# Venue Section Mejorado
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
  background-color: #f9f9f9;
}

#venue .section-header {
  text-align: center;
  margin-bottom: 40px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
  filter: brightness(95%);
}

/* Información con imagen de fondo */
#venue .venue-info {
  position: relative;
  background: url('../img/hotels/1.jpg') center center no-repeat;
  background-size: cover;
  min-height: 400px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

#venue .venue-info .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 20, 41, 0.6); /* Más suave para ver la imagen */
  z-index: 1;
  border-radius: 0;
}

#venue .venue-info .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

#venue .venue-info h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

#venue .venue-info p {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd;
}


/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery-grid .gallery-item {
  flex: 1 0 30%;
  max-width: 30%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-grid .gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-grid .gallery-item.tall {
  height: 320px;
}

.gallery-grid .gallery-item.wide {
  height: 200px;
}

.gallery-grid .gallery-item:not(.tall):not(.wide) {
  height: 240px;
}

/* ==== Sponsors Section Mejorado y Contrastado ==== */

#supporters {
  background-color: #121212; /* Fondo principal oscuro */
  color: #ffffff;
}

#supporters .section-header h2 {
  color: #ffffff;
}

#supporters .section-header p {
  color: #aaaaaa;
}

.sponsor-card {
  background-color: #1a1a1a; /* Fondo oscuro para que los logos blancos destaquen */
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #2a2a2a;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-card:hover {
  background-color: #2a2a2a; /* Un poco más claro al hacer hover */
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
}

.grayscale-hover {
  filter: grayscale(100%) brightness(1.2);
  opacity: 0.85;
  transition: all 0.3s ease;
}

.grayscale-hover:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}

/* Imágenes responsivas sin deformación */
.sponsor-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}



/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #f82249;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

        #paquetes {
                    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
                    position: relative;
                    overflow: hidden;
                }

        #paquetes::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }

        .section-title {
            color: #0e1b4d;
            font-weight: 800;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            margin-bottom: 3rem;
        }

        .section-subtitle {
            color: #0e1b4d;
            font-size: 1.2rem;
            margin-bottom: 3rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .package-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .package-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-color), var(--accent-light));
        }

        .package-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1);
        }

        /* Paquete Express */
        .express {
            --accent-color: #4285f4;
            --accent-light: #6fa8f5;
        }

        /* Paquete Básico */
        .basico {
            --accent-color: #34a853;
            --accent-light: #5bb974;
        }

        /* Paquete Premium */
        .premium {
            --accent-color: #ff6b35;
            --accent-light: #ff8c69;
            position: relative;
        }

        .premium::after {
            content: '🔥 MÁS POPULAR';
            position: absolute;
            top: 20px;
            right: -40px;
            transform: rotate(45deg);
            background: linear-gradient(45deg, #ff6b35, #f7931e);
            color: white;
            padding: 8px 50px;
            font-weight: 700;
            font-size: 0.75rem;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
            z-index: 10;
            letter-spacing: 1px;
        }

        .card-header-custom {
            background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
            color: white;
            padding: 1.5rem;
            border: none;
            position: relative;
        }

        .package-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .price-section {
            background: rgba(248, 249, 250, 0.8);
            padding: 1.5rem;
            margin: 0 -1.5rem 1.5rem -1.5rem;
        }

        .price-item {
            background: white;
            border-radius: 12px;
            padding: 0.75rem 1rem;
            margin: 0.5rem 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .price-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        }

        .price-label {
            font-weight: 600;
            color: #495057;
        }

        .price-value {
            font-weight: 800;
            color: var(--accent-color);
            font-size: 1.1rem;
        }

        .features-section h5 {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid var(--accent-color);
            display: inline-block;
        }

        .feature-item {
            padding: 0.4rem 0;
            color: #495057;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .feature-item:hover {
            color: var(--accent-color);
        }

        .feature-item i {
            color: var(--accent-color);
            margin-right: 0.75rem;
            width: 16px;
        }

        .cta-button {
            background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
            border: none;
            border-radius: 50px;
            padding: 0.875rem 2rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        .premium .cta-button {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            animation: pulse-premium 2s infinite;
        }

        @keyframes pulse-premium {
            0%, 100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7); }
            50% { box-shadow: 0 0 0 10px rgba(255, 107, 53, 0); }
        }

        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 1;
        }

        .floating-icon {
            position: absolute;
            color: #0e1b4d;
            animation: float 6s ease-in-out infinite;
        }

        .floating-icon:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
        .floating-icon:nth-child(2) { top: 20%; right: 15%; animation-delay: 2s; }
        .floating-icon:nth-child(3) { bottom: 30%; left: 20%; animation-delay: 4s; }
        .floating-icon:nth-child(4) { bottom: 20%; right: 10%; animation-delay: 1s; }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        @media (max-width: 768px) {
            .package-card {
                margin-bottom: 2rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .premium::after {
                right: -50px;
                padding: 6px 45px;
                font-size: 0.7rem;
            }
        }

/* ========================================
CONTACT SECTION 
=======================================*/
        :root {
            --primary-color: #ff3600;
            --secondary-color: #112363;
            --accent-color: #4869df;
            --gradient: linear-gradient(135deg, #ff3600 0%, #e0072f 100%);
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        #contact {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        #contact::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 100%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 54, 0, 0.05) 0%, transparent 70%);
            pointer-events: none;
        }

        .section-title {
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 1rem;
            position: relative;
        }

        .section-subtitle {
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 4rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .contact-info {
            margin-bottom: 4rem;
        }

        .contact-card {
            background: white;
            padding: 2.5rem 1.5rem;
            border-radius: 20px;
            box-shadow: var(--shadow);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(255, 54, 0, 0.1);
            position: relative;
            overflow: hidden;
        }

        .contact-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--gradient);
        }

        .contact-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
        }

        .contact-icon {
            width: 80px;
            height: 80px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            transition: all 0.3s ease;
        }

        .contact-card:hover .contact-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .contact-icon i {
            font-size: 2rem;
            color: white;
        }

        .contact-card h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .contact-card p,
        .contact-card address {
            color: #666;
            margin-bottom: 0;
            line-height: 1.6;
        }

        .contact-card a {
            color: var(--accent-color);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-card a:hover {
            color: var(--primary-color);
        }

        .form-container {
            background: white;
            padding: 3rem;
            border-radius: 25px;
            box-shadow: var(--shadow);
            position: relative;
            overflow: hidden;
        }

        .form-container::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 54, 0, 0.02) 0%, transparent 70%);
            pointer-events: none;
        }

        .form-title {
            color: var(--secondary-color);
            font-weight: 600;
            margin-bottom: 2rem;
            text-align: center;
        }

        .form-group {
            margin-bottom: 1.5rem;
            position: relative;
        }

        .form-label {
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 0.5rem;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 15px;
            padding: 1rem 1.25rem;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(255, 54, 0, 0.1);
            background: white;
        }

        .btn-submit {
            background: var(--gradient);
            border: none;
            padding: 1rem 3rem;
            color: white;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
        }

        .btn-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255, 54, 0, 0.3);
        }

        .btn-submit::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, #e0072f 0%, #ff3600 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .btn-submit:hover::before {
            opacity: 1;
        }

        .btn-submit span {
            position: relative;
            z-index: 1;
        }

        .alert-success {
            background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
            border: 2px solid #28a745;
            border-radius: 15px;
            color: #155724;
            padding: 1rem 1.5rem;
        }

        .alert-danger {
            background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.05) 100%);
            border: 2px solid #dc3545;
            border-radius: 15px;
            color: #721c24;
            padding: 1rem 1.5rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            #contact {
                padding: 60px 0;
            }

            .contact-card {
                margin-bottom: 2rem;
                padding: 2rem 1.25rem;
            }

            .form-container {
                padding: 2rem 1.5rem;
                margin-top: 2rem;
            }

            .section-title {
                font-size: 2.5rem;
            }

            .contact-icon {
                width: 70px;
                height: 70px;
            }

            .contact-icon i {
                font-size: 1.75rem;
            }
        }

        @media (max-width: 576px) {
            .form-container {
                padding: 1.5rem 1rem;
            }

            .btn-submit {
                padding: 0.875rem 2.5rem;
                width: 100%;
            }

            .contact-card {
                padding: 1.5rem 1rem;
            }
        }

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

        .fadeInUp {
            animation: fadeInUp 0.8s ease-out forwards;
        }

        .delay-1 { animation-delay: 0.1s; }
        .delay-2 { animation-delay: 0.2s; }
        .delay-3 { animation-delay: 0.3s; }
        .delay-4 { animation-delay: 0.4s; }



/*-----------------------------------------------------------
SECCIÓN PARA IR A LA PÁGINA DE PAGO VÍA STRIPE
------------------------------------------------------------ */
 /* Estilos únicos para la sección del congreso */
        .congress-promo-section {
            background: linear-gradient(135deg, #f8f9fd 0%, #ffffff 50%, #f1f3f4 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .congress-promo-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots-congress" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="rgba(255,54,0,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots-congress)"/></svg>');
            opacity: 0.4;
            animation: congress-float 20s ease-in-out infinite;
        }

        @keyframes congress-float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(1deg); }
        }

        .congress-container {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 25px;
            padding: 50px;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.3);
            z-index: 2;
        }

        .congress-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #ff3600, #ff6b35, #f7931e, #ff3600);
            background-size: 200% 100%;
            animation: congress-gradient 3s ease infinite;
        }

        @keyframes congress-gradient {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        .congress-badge {
            background: linear-gradient(135deg, #ff3600, #ff6b35);
            color: white;
            padding: 10px 25px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            animation: congress-pulse 2s infinite alternate;
            box-shadow: 0 8px 20px rgba(255, 54, 0, 0.3);
            display: inline-block;
        }

        @keyframes congress-pulse {
            0% { transform: scale(1); box-shadow: 0 8px 20px rgba(255, 54, 0, 0.3); }
            100% { transform: scale(1.05); box-shadow: 0 12px 30px rgba(255, 54, 0, 0.4); }
        }

        .congress-title {
            font-weight: 800;
            color: #0e1b4d;
            line-height: 1.2;
            background: linear-gradient(45deg, #0e1b4d, #2c3e50);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 1.5rem;
        }

        .congress-subtitle {
            color: #495057;
            font-weight: 400;
            line-height: 1.6;
            margin-bottom: 2rem;
        }

        .price-highlight-section {
            background: linear-gradient(135deg, #ff3600, #ff6b35);
            color: white;
            padding: 35px 30px;
            border-radius: 20px;
            margin: 35px 0;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(255, 54, 0, 0.3);
        }

        .price-highlight-section::before {
            content: '💰';
            position: absolute;
            top: -15px;
            right: -15px;
            font-size: 80px;
            opacity: 0.15;
            transform: rotate(15deg);
        }

        .price-highlight-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            animation: congress-shimmer 3s ease-in-out infinite;
        }

        @keyframes congress-shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .price-label {
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.9;
        }

        .price-amount {
            font-size: 3.5rem;
            font-weight: 900;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            position: relative;
        }

        .price-currency {
            font-size: 1.5rem;
            font-weight: 600;
            vertical-align: top;
            margin-left: 5px;
        }

        .deadline-info {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-weight: 600;
            margin-top: 15px;
        }

        .deadline-icon {
            background: rgba(255,255,255,0.2);
            padding: 8px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .congress-features {
            background: rgba(248, 249, 250, 0.8);
            padding: 30px;
            border-radius: 15px;
            border-left: 5px solid #ff3600;
            margin: 35px 0;
        }

        .congress-features h4 {
            color: #0e1b4d;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .feature-item-congress {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            padding: 10px 15px;
            background: white;
            border-radius: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .feature-item-congress:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .feature-icon-congress {
            color: #ff3600;
            margin-right: 15px;
            font-size: 1.2rem;
            width: 20px;
            text-align: center;
        }

        .feature-text-congress {
            color: #495057;
            font-weight: 500;
        }

        .congress-cta-button {
            background: linear-gradient(135deg, #ff3600, #ff6b35);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 18px 40px;
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            overflow: hidden;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 10px 30px rgba(255, 54, 0, 0.3);
            margin-top: 1rem;
        }

        .congress-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.6s;
        }

        .congress-cta-button:hover::before {
            left: 100%;
        }

        .congress-cta-button:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 20px 50px rgba(255, 54, 0, 0.4);
            color: white;
            text-decoration: none;
        }

        .urgency-item {
            background: rgba(255,255,255,0.9);
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-top: 3px solid #ff3600;
            margin-bottom: 1rem;
        }

        .urgency-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #ff3600;
            margin-bottom: 5px;
        }

        .urgency-label {
            font-size: 0.9rem;
            color: #495057;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Elementos flotantes decorativos */
        .congress-floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            overflow: hidden;
            z-index: 1;
        }

        .congress-floating-element {
            position: absolute;
            color: rgba(255, 54, 0, 0.1);
            animation: congress-float-element 12s infinite linear;
        }

        .congress-floating-element:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
            font-size: 2rem;
        }

        .congress-floating-element:nth-child(2) {
            top: 60%;
            right: 15%;
            animation-delay: -4s;
            font-size: 1.5rem;
        }

        .congress-floating-element:nth-child(3) {
            bottom: 30%;
            left: 20%;
            animation-delay: -8s;
            font-size: 1.8rem;
        }

        @keyframes congress-float-element {
            0% {
                transform: translateY(0px) rotate(0deg);
                opacity: 0.1;
            }
            50% {
                opacity: 0.3;
            }
            100% {
                transform: translateY(-30px) rotate(360deg);
                opacity: 0.1;
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .congress-promo-section {
                padding: 60px 0;
                min-height: auto;
            }

            .congress-container {
                padding: 30px 20px;
                margin: 15px;
            }

            .congress-title {
                font-size: 2rem;
            }

            .congress-subtitle {
                font-size: 1rem;
            }

            .price-amount {
                font-size: 2.5rem;
            }

            .price-highlight-section {
                padding: 25px 20px;
                margin: 25px 0;
            }

            .congress-features {
                padding: 20px;
                margin: 25px 0;
            }

            .congress-cta-button {
                padding: 15px 30px;
                font-size: 1rem;
                width: 100%;
            }

            .urgency-number {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .congress-container {
                padding: 25px 15px;
            }

            .congress-title {
                font-size: 1.75rem;
            }

            .price-amount {
                font-size: 2.2rem;
            }

            .congress-badge {
                padding: 8px 15px;
                font-size: 12px;
            }

            .feature-item-congress {
                padding: 8px 12px;
            }
        }

        /* Bootstrap utilities override cuando sea necesario */
        .congress-promo-section .text-center {
            text-align: center !important;
        }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f82249;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(13, 13, 13, 0.7);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }
  
  #mobile-nav-toggle {
    display: block !important; /* Mostrar en móvil */
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {    
    font-family: 'BatmanForever', sans-serif;
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}
