@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

a {
  transition: color 0.2s ease;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background-color: #f15a29;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #f15a29;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0d2dbf;
}

.navbar-divex {
  background: rgba(241, 90, 41, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar-divex.scrolled {
  background: rgba(241, 90, 41, 0.98);
  padding: 10px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.navbar-divex .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-divex .navbar-brand .logo-placeholder {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}
.navbar-divex .navbar-brand .logo-placeholder .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -1px;
}
.navbar-divex .navbar-brand .logo-placeholder .logo-text::before {
  content: "✕ ";
  color: #00edff;
  font-weight: 900;
  margin-right: 4px;
}
.navbar-divex .navbar-brand .logo-placeholder .logo-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 8px;
  border-left: 1px solid #ffffff;
  letter-spacing: 1px;
}

.navbar-divex .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  padding: 8px 14px !important;
  position: relative;
}
.navbar-divex .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00edff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.navbar-divex .navbar-nav .nav-item .nav-link:hover {
  color: #00edff !important;
}
.navbar-divex .navbar-nav .nav-item .nav-link:hover::after {
  width: 70%;
}
.navbar-divex .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 6px 10px;
}
.navbar-divex .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.placeholder-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
}



/* .logo-aliado-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 10px, #ececec 10px, #ececec 20px);
  border: 2px dashed #999;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  max-width: 280px;
  height: 120px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px dashed #0d2dbf;
} */

.apimex-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 10px, #ececec 10px, #ececec 20px); */
  /* border: 2px dashed #999; */
  /* color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 600; */
  text-align: center;
  /* letter-spacing: 1px; */
  display: inline-flex;
  width: 160px;
  height: 50px;
  /* background: rgba(255, 255, 255, 0.15); */
  /* border: 2px dashed rgba(255, 255, 255, 0.5); */
  /* color: #ffffff; */
}
.apimex-logo-placeholder .placeholder-label {
  background: transparent;
  color: #ffffff;
  font-size: 0.75rem;
}

.comprador-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 10px, #ececec 10px, #ececec 20px);
  border: 2px dashed #999;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  min-height: 600px;
  background: linear-gradient(135deg, #2a4a8b 0%, #1a3370 100%);
  border: none;
  color: #ffffff;
}
.comprador-image-placeholder .placeholder-label {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.footer-logo-placeholder {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
}
.footer-logo-placeholder .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.footer-logo-placeholder .logo-text::before {
  content: "✕ ";
  color: #00edff;
  font-weight: 900;
}
.footer-logo-placeholder .logo-tag-small {
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -4px;
}

.btn-registrate {
  display: inline-block;
  padding: 14px 36px;
  border: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.btn-registrate:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-registrate:hover {
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(21, 57, 212, 0.55);
  transform: translateY(-3px);
}

.btn-brochure {
  display: inline-block;
  padding: 14px 36px;
  border: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.btn-brochure:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-brochure {
  background: linear-gradient(90deg, #0d2dbf 0%, #1539d4 100%);
  color: #ffffff !important;
  padding: 12px 32px;
  font-size: 0.9rem;
  box-shadow: 0 6px 20px rgba(21, 57, 212, 0.4);
}
.btn-brochure:hover {
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(21, 57, 212, 0.5);
}

.btn-cta-orange {
  display: inline-block;
  padding: 14px 36px;
  border: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.btn-cta-orange:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-cta-orange {
  background: linear-gradient(90deg, #f15a29 0%, #f7944d 100%);
  color: #ffffff !important;
  padding: 16px 44px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 2px;
  box-shadow: 0 6px 20px rgba(241, 90, 41, 0.4);
}
.btn-cta-orange:hover {
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(241, 90, 41, 0.55);
  transform: translateY(-3px);
}

.btn-contacto {
  display: inline-block;
  padding: 14px 36px;
  border: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.btn-contacto:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-contacto {
  width: 100%;
  padding: 18px 32px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-contacto i {
  color: #f15a29;
  font-size: 1rem;
}

.btn-contacto-light {
  background: #ffffff;
  color: #f15a29 !important;
  border: 2px solid #ffffff;
}
.btn-contacto-light:hover {
  color: #f15a29 !important;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

/* .hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 80px;
} */
/* .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(241, 90, 41, 0.85) 0%, rgba(247, 148, 77, 0.7) 50%, rgba(241, 90, 41, 0.85) 100%);
  z-index: 2;
} */
.hero-section .hero-content {
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding: 80px 20px;
}
.hero-section .hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 9rem;
  line-height: 0.9;
  letter-spacing: -3px;
  margin-bottom: 0;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
.hero-section .hero-title .hero-title-main {
  display: inline-block;
  color: #ffffff;
}
.hero-section .hero-title .hero-x {
  color: #00edff;
  font-weight: 900;
  display: inline-block;
  transform: translateY(8px);
  text-shadow: 0 4px 20px rgba(0, 229, 216, 0.4);
}
.hero-section .hero-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: -10px 0 50px;
  transform: translateX(-30px);
}
@media (max-width: 767px) {
  .hero-section .hero-subtitle {
    transform: none;
    flex-wrap: wrap;
  }
}
.hero-section .hero-subtitle .subtitle-b2b {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  color: #00edff;
  letter-spacing: 2px;
  line-height: 1;
}
.hero-section .hero-subtitle .subtitle-bar {
  font-size: 3rem;
  color: #00edff;
  font-weight: 300;
  line-height: 1;
}
.hero-section .hero-subtitle .subtitle-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #00edff;
  letter-spacing: 3px;
  line-height: 1.1;
  text-align: left;
}
.hero-section .hero-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.hero-section .hero-tagline .tagline-line {
  width: 60px;
  height: 3px;
  background: #00edff;
}
.hero-section .hero-tagline .tagline-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 4px;
}
.hero-section .hero-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 30px 0 14px;
}
.hero-section .hero-date .date-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  padding: 8px 18px;
  border: 3px solid #00edff;
  border-radius: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
}
.hero-section .hero-date .date-month {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #ffffff;
  letter-spacing: 1px;
}
.hero-section .hero-date .date-year {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #ffffff;
  padding: 0 14px;
  border: 3px solid #00edff;
  border-radius: 16px;
}
.hero-section .hero-location {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 14px 0 6px;
}
.hero-section .hero-hours {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.95;
  margin: 0;
}
.hero-section .hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffd9c2;
  clip-path: ellipse(70% 100% at 50% 100%);
  z-index: 3;
}

.section-que-es {
  position: relative;
  background: linear-gradient(180deg, #f5b08a 0%, #ffd9c2 100%);
  padding: 80px 0 100px;
  overflow: hidden;
}
.section-que-es .section-top-curve {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60px;
}
.section-que-es .cta-register {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  margin-top: -40px;
}
.section-que-es .vertical-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  color: #1a1a1a;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .section-que-es .vertical-title {    
    transform: none;
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 24px;
  }
}
.section-que-es .que-es-content {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .section-que-es .que-es-content {
    padding: 0;
  }
}
.section-que-es .que-es-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 22px;
}
.section-que-es .que-es-content p strong {
  font-weight: 700;
  color: #1a1a1a;
}
.section-que-es .que-es-content .btn-brochure {
  margin-top: 18px;
}


.section-visitantes-stat .circuit-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(0, 229, 216, 0.08) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(0, 229, 216, 0.06) 0%, transparent 40%);
  opacity: 0.6;
}
.section-visitantes-stat .stat-intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.section-visitantes-stat .stat-intro strong {
  font-weight: 700;
  color: #ffffff;
}
.section-visitantes-stat .stat-intro .text-orange {
  color: #f7944d;
  font-weight: 700;
}
/* .section-visitantes-stat .x-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  opacity: 0.9;
  z-index: 1;
}
.section-visitantes-stat .x-symbol .x-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 30px rgba(0, 229, 216, 0.4));
} */
.section-visitantes-stat .stat-number {
  position: relative;
  z-index: 5;
  text-align: center;
}
.section-visitantes-stat .stat-number .stat-num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 8rem;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -4px;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}
.section-visitantes-stat .stat-number .stat-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 4px;
  margin-top: -10px;
}
.section-visitantes-stat .stat-number .stat-dots {
  display: block;
  font-size: 1.2rem;
  color: #00edff;
  margin-top: 10px;
  letter-spacing: 6px;
}

.section-sectores {
  background: #f0f0f0;
  padding: 100px 0;
  position: relative;
}
.section-sectores .section-header {
  margin-bottom: 60px;
}
.section-sectores .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 1px;
  color: #0d2dbf;
}
.section-sectores .section-title .title-bold {
  font-weight: 900;
}
.section-sectores .section-title .title-light {
  font-weight: 300;
  color: #0d2dbf;
  margin-left: 10px;
}
.section-sectores .carousel {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .section-sectores .carousel {
    padding: 0 30px;
  }
}
.section-sectores .carousel .carousel-inner {
  overflow: visible;
  padding: 40px 0;
}
.section-sectores .carousel .carousel-item {
  transition: transform 0.7s ease-in-out;
}
.section-sectores .sector-item {
  padding: 20px;
}
.section-sectores .sector-item.sector-side {
  opacity: 0.85;
  transform: scale(0.95);
}
.section-sectores .sector-item.sector-side .sector-name {
  font-size: 1.1rem;
}
.section-sectores .sector-item.sector-center {
  transform: scale(1.05);
  z-index: 2;
}
.section-sectores .sector-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  color: #0d2dbf;
  letter-spacing: 2px;
  margin-top: 16px;
  line-height: 1.2;
}
.section-sectores .sector-name.sector-name-big {
  font-size: 1.6rem;
}
.section-sectores .carousel-control-prev,
.section-sectores .carousel-control-next {
  width: 40px;
  opacity: 1;
}
.section-sectores .carousel-control-prev .carousel-arrow,
.section-sectores .carousel-control-next .carousel-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2dbf;
  font-size: 2.5rem;
  transition: all 0.3s ease;
}
.section-sectores .carousel-control-prev .carousel-arrow:hover,
.section-sectores .carousel-control-next .carousel-arrow:hover {
  color: #f15a29;
  transform: scale(1.2);
}
.section-sectores .carousel-control-prev {
  left: 0;
}
.section-sectores .carousel-control-next {
  right: 0;
}
.section-sectores .sectores-description {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  color: #555555;
  max-width: 700px;
  margin: 40px auto 0;
  line-height: 1.6;
}


.section-visitantes .visitantes-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: radial-gradient(ellipse at right, rgba(241, 90, 41, 0.1) 0%, transparent 60%);
  z-index: 1;
}
.section-visitantes .container {
  position: relative;
  z-index: 2;
}
.section-visitantes .visitantes-pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.6rem;
  color: #0d2dbf;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.section-visitantes .visitantes-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 0;
  max-width: 850px;
}
.section-visitantes .visitantes-title strong {
  font-weight: 700;
}
.section-visitantes .cards-row {
  margin-top: 50px;
}
.section-visitantes .benefit-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 50px 28px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.section-visitantes .benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.section-visitantes .benefit-dot {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f15a29;
  box-shadow: 0 6px 20px rgba(241, 90, 41, 0.4);
}
.section-visitantes .benefit-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a1a;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

/* .section-comprador {
  background: radial-gradient(ellipse at center, #1539d4 0%, #0d2dbf 60%, #0a1f6e 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-comprador .comprador-image-col {
    min-height: 400px;
  }
}
.section-comprador .comprador-content-col {
  padding: 100px 60px;
}
@media (max-width: 767px) {
  .section-comprador .comprador-content-col {
    padding: 60px 30px;
  }
}
.section-comprador .comprador-content {
  max-width: 600px;
}
.section-comprador .comprador-pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.2rem;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.section-comprador .comprador-text {
  background: rgba(12, 26, 64, 0.7);
  backdrop-filter: blur(10px);
  padding: 28px 32px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 30px;
}
.section-comprador .comprador-text strong {
  font-weight: 700;
  color: #5feee4;
}
.section-comprador .comprador-bonus {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-left: 3px solid #f15a29;
  padding-left: 18px;
}
.section-comprador .comprador-bonus .bonus-icon {
  font-size: 1.4rem;
  color: #00edff;
}
.section-comprador .comprador-bonus .bonus-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: 1.4;
} */
/* 
.section-aliados {
  background: #f0f0f0;
  padding: 100px 0 0;
  position: relative;
}
.section-aliados .aliados-frame {
  position: relative;
  padding: 80px 60px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .section-aliados .aliados-frame {
    padding: 60px 30px;
  }
}
.section-aliados .frame-corner {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid #f15a29;
}
.section-aliados .frame-corner.frame-tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.section-aliados .frame-corner.frame-tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.section-aliados .frame-corner.frame-bl {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.section-aliados .frame-corner.frame-br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.section-aliados .aliados-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #0c1a40;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.section-aliados .aliados-description {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  color: #555555;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.6;
}
.section-aliados .logos-row {
  margin-top: 40px;
}
.section-aliados .aliados-bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 10px, #ececec 10px, #ececec 20px);
  border: 2px dashed #999;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  height: 280px;
  margin-top: 60px;
  background: linear-gradient(135deg, #f15a29 0%, #2a3a6e 100%);
  border: none;
  color: #ffffff;
}
.section-aliados .aliados-bottom-image .placeholder-label {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
} */

.footer-divex {
  background: #f15a29;
  color: #ffffff;
  padding: 80px 0 30px;
  position: relative;
}
.footer-divex .footer-pretitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 8px;
}
.footer-divex .footer-pretitle strong {
  font-weight: 700;
}
.footer-divex .footer-description {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto 50px;
  line-height: 1.5;
}
.footer-divex .footer-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
.footer-divex .contacto-buttons {
  margin-bottom: 60px;
}
.footer-divex .footer-slogan {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: 3px;
  margin: 40px 0;
  text-transform: uppercase;
}
.footer-divex .footer-slogan strong {
  font-weight: 700;
}
.footer-divex .footer-bottom {
  padding-top: 40px;
  margin-top: 20px;
}
.footer-divex .follow-us {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.footer-divex .social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.footer-divex .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0d2dbf;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-divex .social-icons a:hover {
  background: #00edff;
  color: #0d2dbf;
  transform: translateY(-3px) scale(1.1);
}
.footer-divex .footer-legal {
  margin-top: 40px;
  padding-top: 20px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
  font-size: 0.85rem;
}
.footer-divex .footer-legal a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
.footer-divex .footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer-divex .footer-legal small {
  color: #ffffff;
  opacity: 0.9;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes float {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-12px);
  }
}
.js-enabled .hero-content > * {
  animation: fadeInUp 0.8s ease-out backwards;
}
.js-enabled .hero-content .hero-title {
  animation-delay: 0.1s;
}
.js-enabled .hero-content .hero-subtitle {
  animation-delay: 0.3s;
}
.js-enabled .hero-content .hero-tagline {
  animation-delay: 0.5s;
}
.js-enabled .hero-content .hero-date {
  animation-delay: 0.7s;
}
.js-enabled .hero-content .hero-location {
  animation-delay: 0.9s;
}
.js-enabled .hero-content .hero-hours {
  animation-delay: 1.1s;
}
.js-enabled .fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-enabled .fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.x-symbol {
  animation: float 4s ease-in-out infinite;
}

@media (max-width: 991px) {
  .hero-section .hero-title {
    font-size: 6.5rem;
  }
  .hero-section .hero-subtitle .subtitle-b2b {
    font-size: 2.8rem;
  }
  .hero-section .hero-subtitle .subtitle-text {
    font-size: 1rem;
  }
  .hero-section .hero-date .date-box,
  .hero-section .hero-date .date-month,
  .hero-section .hero-date .date-year {
    font-size: 2rem;
  }
  .hero-section .hero-date .date-box,
  .hero-section .hero-date .date-year {
    min-width: 60px;
    padding: 6px 14px;
  }
  .hero-section .hero-location {
    font-size: 1.3rem;
  }
  .section-visitantes-stat .stat-number .stat-num {
    font-size: 6rem;
  }
  .footer-divex .footer-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
  .navbar-divex .navbar-nav {
    padding: 16px 0;
  }
  .navbar-divex .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }
  .hero-section {
    min-height: 100vh;
  }
  .hero-section .hero-title {
    font-size: 4.5rem;
  }
  .hero-section .hero-subtitle {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
  }
  .hero-section .hero-subtitle .subtitle-b2b {
    font-size: 2rem;
  }
  .hero-section .hero-subtitle .subtitle-bar {
    font-size: 1.8rem;
  }
  .hero-section .hero-subtitle .subtitle-text {
    font-size: 0.85rem;
    text-align: center;
  }
  .hero-section .hero-tagline {
    gap: 10px;
    flex-wrap: wrap;
  }
  .hero-section .hero-tagline .tagline-line {
    width: 30px;
  }
  .hero-section .hero-tagline .tagline-text {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  .hero-section .hero-date {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hero-section .hero-date .date-box,
  .hero-section .hero-date .date-month,
  .hero-section .hero-date .date-year {
    font-size: 1.5rem;
  }
  .hero-section .hero-date .date-box,
  .hero-section .hero-date .date-year {
    min-width: 50px;
    padding: 4px 10px;
  }
  .hero-section .hero-location {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .section-que-es {
    padding: 60px 0;
  }
  .section-que-es .cta-register {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .section-que-es .btn-registrate {
    font-size: 1.1rem;
    padding: 14px 40px;
  }
  .section-visitantes-stat {
    padding: 80px 0;
  }
  .section-visitantes-stat .stat-intro {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  .section-visitantes-stat .stat-number .stat-num {
    font-size: 4.5rem;
  }
  .section-visitantes-stat .stat-number .stat-label {
    font-size: 1.3rem;
  }
  .section-sectores {
    padding: 60px 0;
  }
  .section-sectores .section-title {
    font-size: 2rem;
  }
  .section-sectores .carousel-item .row {
    flex-direction: column;
  }
  .section-sectores .carousel-item .sector-item {
    margin-bottom: 30px;
  }
  .section-visitantes {
    padding: 60px 0;
  }
  .section-visitantes .visitantes-title {
    font-size: 1.3rem;
  }
  .footer-divex {
    padding: 60px 0 30px;
  }
  .footer-divex .footer-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .footer-divex .footer-slogan {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }
  .footer-divex .footer-bottom {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-title {
    font-size: 3.5rem;
  }
  .hero-section .hero-content {
    padding: 40px 16px;
  }
  .image-placeholder {
    min-height: 280px;
  }
  .sector-image-placeholder {
    width: 180px;
    height: 230px;
  }
  .sector-image-placeholder.sector-image-big {
    width: 220px;
    height: 270px;
  }
}


/* 
.hero {
  position: relative;
  min-height: 520px;
  
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: grid;
  place-items: center;
}

button {
  font-size: 48px;
  font-weight: 900;
  color: #07008b;
  background: rgba(90, 0, 80, 0.55);
  border: 0;
  padding: 24px 48px;
}
.cta-register{
  font-size: 48px;
  font-weight: 900;
  color: #07008b;  
  border: 0;
  padding: 24px 48px;
}



.divider path {
  opacity: 1;
  mix-blend-mode: normal;
} */

.divider {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 220px;
  display: block;
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
}
