@charset "UTF-8";
@import url("//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
.logo-placeholder .hero-logo {
  width: 60%;
}

.navbar-divex .navbar-nav .nav-item {
  margin: 0;
}

.hero-section .hero-bg-placeholder {
  background-image: url("../img/fondo.png");
}
.hero-section .hero-logo {
  width: 50%;
}
.hero-section .hero-tagline .tagline-text {
  font-size: 2em;
  font-weight: 400;
}

.navbar-divex {
  padding: 15px;
}
.navbar-divex .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navbar-divex .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 991px) {
  .navbar-divex .navbar-brand {
    max-width: calc(100% - 70px);
  }
  .navbar-divex .navbar-brand .logo-placeholder .logo-text {
    font-size: 1.4rem;
  }
  .navbar-divex .navbar-brand .logo-placeholder .logo-tag {
    font-size: 0.5rem;
  }
}
.navbar-divex .navbar-brand .logo-placeholder {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.navbar-divex .navbar-toggler {
  margin-left: auto;
  order: 2;
}
.navbar-divex .navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.navbar-divex .navbar-nav {
  align-items: center;
}
.navbar-divex .navbar-nav .nav-link {
  line-height: 1.1;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  .navbar-divex .container {
    flex-wrap: nowrap;
  }
  .navbar-divex .navbar-collapse {
    width: auto;
    flex-basis: auto;
    margin-top: 0;
  }
  .navbar-divex .navbar-nav .nav-link {
    position: relative;
    top: 0px;
  }
}
.navbar-divex .navbar-collapse {
  order: 3;
  width: 100%;
  flex-basis: 100%;
}
@media (max-width: 991px) {
  .navbar-divex .navbar-collapse {
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-divex .navbar-nav {
    padding: 8px 0;
    text-align: right;
  }
  .navbar-divex .navbar-nav .nav-item {
    margin: 0;
  }
  .navbar-divex .navbar-nav .nav-item .nav-link {
    padding: 10px 4px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar-divex .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}

.hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 240px;
}
.hero-section .hero-bg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/fondo.png");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.hero-section .placeholder-label {
  display: none;
}
.hero-section .hero-overlay {
  z-index: 2;
}
.hero-section .divider {
  z-index: 3;
}
.hero-section .hero-content {
  position: relative;
  z-index: 5;
}
.hero-section .cta-register {
  z-index: 10;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 240px;
}
.hero-section .hero-bg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/fondo.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-section .hero-bg-placeholder .placeholder-label {
  display: none;
}
.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}
.hero-section .hero-content {
  position: relative;
  z-index: 5;
}
.hero-section .hero-logo {
  width: 50%;
}
.hero-section .hero-tagline .tagline-text {
  font-size: 2em;
  font-weight: 400;
}
.hero-section .divider {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 220px;
  display: block;
  z-index: 3;
  opacity: 1;
  mix-blend-mode: normal;
}
@media (max-width: 767px) {
  .hero-section .divider {
    height: 140px;
  }
}
@media (max-width: 575px) {
  .hero-section .divider {
    height: 90px;
  }
}
.hero-section .cta-register {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-section .cta-register {
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .hero-section .cta-register {
    bottom: 100px;
  }
}
.hero-section .btn-registrate {
  color: #0d2dbf;
  padding: 15px 30px;
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: 3px;
}

.section-que-es {
  background: #fbcfb1;
}

.section-visitantes-stat {
  background: url("../img/bg-lideres.png") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: #ffffff;
  min-height: 400px;
}
.section-visitantes-stat .container {
  position: relative;
  z-index: 2;
}
.section-visitantes-stat .row {
  position: relative;
  min-height: 400px;
}
.section-visitantes-stat .imgx {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.section-visitantes-stat .imgx img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.image-placeholder {
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.image-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  display: block;
}
.image-placeholder .image-rounded {
  border-radius: 24px;
  overflow: hidden;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  margin: 0;
  list-style: none;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  z-index: 20;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li button:hover {
  background: #ffffff;
  transform: scale(1.15);
}
.slick-dots li.slick-active button {
  width: 20px;
  background: #f0f0f0;
  box-shadow: 0 0 12px rgba(242, 107, 33, 0.65);
}

.section-sectores .sectores-slick {
  padding: 30px 0 0;
  position: relative;
}
.section-sectores .sector-item {
  padding: 20px;
  outline: none;
}
.section-sectores .sector-inner {
  transform: scale(0.7);
  transition: transform 0.5s ease;
  transform-origin: center center;
}
.section-sectores .sector-image-placeholder {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 4/5;
  margin: 0 auto;
  border-radius: 50%/55%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
.section-sectores .sector-image-placeholder .placeholder-label {
  background: rgba(255, 255, 255, 0.85);
  color: #555;
  padding: 6px 14px;
  border-radius: 6px;
}
.section-sectores .sector-image {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 4/5;
  margin: 0 auto;
  border-radius: 50%/55%;
  object-fit: cover;
  display: block;
}
.section-sectores .slick-center .sector-inner {
  transform: scale(1);
}
.section-sectores .slick-slide:focus, .section-sectores .slick-slide:focus-visible {
  outline: none;
}
.section-sectores .slick-prev,
.section-sectores .slick-next {
  width: 50px;
  height: 50px;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
  font-size: 0;
}
.section-sectores .slick-prev:hover, .section-sectores .slick-prev:focus,
.section-sectores .slick-next:hover,
.section-sectores .slick-next:focus {
  background: transparent;
  outline: none;
  transform: translateY(-50%) scale(1.2);
}
.section-sectores .slick-prev:before,
.section-sectores .slick-next:before {
  font-family: "slick";
  font-size: 3rem;
  line-height: 1;
  color: #0d2dbf;
  opacity: 1;
  transition: color 0.3s ease;
}
.section-sectores .slick-prev:hover:before,
.section-sectores .slick-next:hover:before {
  color: #f15a29;
}
.section-sectores .slick-prev {
  left: -10px;
}
.section-sectores .slick-prev:before {
  content: "‹";
}
.section-sectores .slick-next {
  right: -10px;
}
.section-sectores .slick-next:before {
  content: "›";
}
@media (max-width: 767px) {
  .section-sectores .slick-prev,
.section-sectores .slick-next {
    width: 35px;
    height: 35px;
  }
  .section-sectores .slick-prev:before,
.section-sectores .slick-next:before {
    font-size: 2rem;
  }
  .section-sectores .slick-prev {
    left: 5px;
  }
  .section-sectores .slick-next {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .section-sectores .sector-inner {
    transform: scale(0.85);
  }
  .section-sectores .sector-image-placeholder,
.section-sectores .sector-image {
    max-width: 220px;
  }
  .section-sectores .slick-center .sector-inner {
    transform: scale(1);
  }
}

.sector-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  width: 220px;
  height: 350px;
  margin: 0 auto 20px;
}

.sector-image-placeholder.sector-image-big {
  width: 280px;
  height: 340px;
  border-radius: 160px/170px;
}

.section-visitantes {
  position: relative;
  padding: 100px 0;
  background: url("../img/proveedor.png") no-repeat center;
  overflow: hidden;
}

.section-comprador {
  position: relative;
  background: radial-gradient(ellipse at center, #1539d4 0%, #0d2dbf 60%, #0a1f6e 100%);
  color: #ffffff;
  overflow: hidden;
  min-height: 620px;
  padding: 0;
}
.section-comprador .comprador-bg-lines {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 40%), repeating-linear-gradient(180deg, transparent 0px, transparent 30px, rgba(255, 255, 255, 0.03) 30px, rgba(255, 255, 255, 0.03) 31px);
  pointer-events: none;
  z-index: 0;
}
.section-comprador .comprador-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  min-height: 620px;
}
.section-comprador .comprador-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: stretch;
  position: relative;
  min-height: 620px;
}
@media (max-width: 991px) {
  .section-comprador .comprador-grid {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 767px) {
  .section-comprador .comprador-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.section-comprador .comprador-image-col {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-comprador .comprador-image-col {
    min-height: 380px;
  }
}
.section-comprador .comprador-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: clamp(320px, 38vw, 520px);
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .section-comprador .comprador-image {
    width: clamp(280px, 40vw, 400px);
  }
}
@media (max-width: 767px) {
  .section-comprador .comprador-image {
    position: relative;
    right: auto;
    left: auto;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.section-comprador .comprador-content-col {
  position: relative;
  z-index: 1;
  padding: 80px 60px 80px 0;
}
@media (max-width: 991px) {
  .section-comprador .comprador-content-col {
    padding: 60px 30px 60px 0;
  }
}
@media (max-width: 767px) {
  .section-comprador .comprador-content-col {
    padding: 0 24px 60px;
    z-index: 2;
  }
}
.section-comprador .comprador-content {
  max-width: 720px;
  margin-left: auto;
}
.section-comprador .comprador-card {
  background: #0c1a40;
  border-radius: 40px 60px 40px 200px;
  padding: 40px 60px 40px 200px;
  position: relative;
  margin-left: -240px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
@media (max-width: 991px) {
  .section-comprador .comprador-card {
    border-radius: 60px;
    padding: 35px 40px 35px 140px;
    margin-left: -160px;
  }
}
@media (max-width: 767px) {
  .section-comprador .comprador-card {
    border-radius: 40px;
    padding: 28px 24px;
    margin-left: 0;
  }
}
.section-comprador .comprador-pretitle {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 4px;
  margin: 0 0 18px;
  text-align: right;
}
@media (max-width: 767px) {
  .section-comprador .comprador-pretitle {
    font-size: 1.4rem;
    text-align: center;
  }
}
.section-comprador .comprador-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: right;
  margin: 0;
}
@media (max-width: 767px) {
  .section-comprador .comprador-text {
    font-size: 0.95rem;
  }
}
.section-comprador .btn-comprador {
  display: block;
  float: right;
  margin: -24px 70px 0 -240px;
  padding: 10px 50px;
  border-radius: 50px;
  background: linear-gradient(90deg, #f15a29 0%, #f7944d 100%);
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 8px 24px rgba(241, 90, 41, 0.4);
  transition: all 0.3s ease;
  z-index: 99999999;
  position: relative;
  width: 70%;
}
.section-comprador .btn-comprador:hover {
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(241, 90, 41, 0.55);
}
@media (max-width: 991px) {
  .section-comprador .btn-comprador {
    margin: 18px 0 0 -160px;
  }
}
@media (max-width: 767px) {
  .section-comprador .btn-comprador {
    margin: 18px 0 30px 0;
    width: 100%;
  }
}
.section-comprador .comprador-bonus {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 991px) {
  .section-comprador .comprador-bonus {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-comprador .comprador-bonus {
    margin-top: 30px;
    text-align: center;
  }
}
.section-comprador .comprador-bonus-text {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-right: 20px;
  border-right: 3px solid #f15a29;
}
@media (max-width: 767px) {
  .section-comprador .comprador-bonus-text {
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    padding-right: 14px;
  }
}

.section-aliados {
  background: #f0eeea;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-aliados {
    padding: 60px 20px;
  }
}
.section-aliados .aliados-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.section-aliados .aliados-title-wrap {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: -5px;
}
.section-aliados .aliados-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: #0c1a40;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 30px;
  background: #f0eeea;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .section-aliados .aliados-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .section-aliados .aliados-title {
    font-size: 1.5rem;
    padding: 0 16px;
  }
}
.section-aliados .aliados-frame {
  position: relative;
  padding: 80px 60px 80px;
}
@media (max-width: 767px) {
  .section-aliados .aliados-frame {
    padding: 70px 30px 60px;
  }
}
.section-aliados .frame-corner {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 0 solid #f15a29;
  width: 180px;
}
.section-aliados .frame-corner.tl {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}
.section-aliados .frame-corner.tr {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}
.section-aliados .frame-corner.bl {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.section-aliados .frame-corner.br {
  bottom: 0;
  right: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.section-aliados .frame-line {
  position: absolute;
  background: #f15a29;
}
.section-aliados .frame-line.top-left {
  top: 0;
  left: 50px;
  height: 2px;
  width: calc(50% - 50px - 220px);
}
.section-aliados .frame-line.top-right {
  top: 0;
  right: 50px;
  height: 2px;
  width: calc(50% - 50px - 220px);
}
.section-aliados .frame-line.bottom {
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 2px;
  width: 0;
}
.section-aliados .frame-line.left {
  left: 0;
  top: 50px;
  bottom: 50px;
  width: 2px;
}
.section-aliados .frame-line.right {
  right: 0;
  top: 50px;
  bottom: 50px;
  width: 2px;
}
.section-aliados .aliados-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  color: #555555;
  line-height: 1.7;
  font-size: 1rem;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .section-aliados .aliados-description {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
}
.section-aliados .aliados-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-aliados .aliados-logos {
    gap: 40px;
  }
}
.section-aliados .aliado-logo {
  text-align: center;
}
.section-aliados .aliado-logo .logo-img {
  max-width: 280px;
  max-height: 110px;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .section-aliados .aliado-logo .logo-img {
    max-width: 200px;
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .section-aliados .frame-line.top-left,
.section-aliados .frame-line.top-right {
    width: calc(50% - 50px - 140px);
  }
}
@media (max-width: 767px) {
  .section-aliados .frame-line.top-left,
.section-aliados .frame-line.top-right {
    width: calc(50% - 50px - 90px);
  }
}
@media (max-width: 480px) {
  .section-aliados .frame-line.top-left,
.section-aliados .frame-line.top-right {
    display: none;
  }
}

.decorative-bg {
  background: url("../img/decorative-bg.png") no-repeat center;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.footer-divex .blue {
  color: #0d2dbf !important;
}
.footer-divex .footer-logo-placeholder {
  width: 60%;
}

/*# sourceMappingURL=styles.css.map */
