@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
}

a {
  text-decoration: none;
}

.navbar {
  background-color: #96e631;
  width: 100vw;
  height: auto;
  padding: 20px 40px;
  display: block;
  position: sticky;
  top: 0;
}

.navbar:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  background-color: #ff7bc200;
}

.navbar:where(.w-variant-27141344-bd98-b8d0-23a7-141e429f34c5) {
  background-color: #fff;
}

.navbar:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  background-color: #ff7bc200;
}

.navbar:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cc) {
  background-color: #fff;
}

.navbar.techfest {
  background-color: #0000;
}

.navmenu {
  color: #000;
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.86px;
  display: block;
}

.navmenu.w--current {
  color: #000;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.navmenu.w--current:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
.navmenu.w--current:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb),
.navmenu.w--current:visited {
  color: #000;
}

.section {
  background-color: #96e63100;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.body {
  background-color: #96e631;
  max-width: 100vw;
  overflow: visible;
}

.div-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.custombutton {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  position: static;
  right: 0;
}

.custombutton:hover {
  background-color: #009542;
}

.custombutton.secondary {
  color: #000;
  background-color: #0000;
  display: block;
}

.custombutton.white {
  opacity: 0;
  color: #4b4b4b;
  background-color: #fff;
  border-color: #fff;
  position: absolute;
  inset: auto 0% auto auto;
}

.custombutton.navbarbutton {
  display: block;
  position: absolute;
}

.custombutton.navbarbutton.open-overlay,
.custombutton.navbarbutton.open-overlay.buttons-grande-4k {
  display: flex;
}

.custombutton.customnext {
  display: none;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-right: 226px;
  display: flex;
}

.nav-menu:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  width: auto;
}

.nav-menu:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-right: 226px;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 90vh;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 11px;
  display: flex;
}

.text-block {
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 153.6px;
  display: block;
}

.text-block.imagecolombia {
  line-height: 130px;
}

.text-block-2 {
  color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34.06px;
}

.text-block-2.title-wrap.imagecolombia {
  margin-top: 16px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-3 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
}

.div-block-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-light {
  z-index: 12;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  grid-column-gap: 9.1rem;
  grid-row-gap: 9.1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-brand {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  display: flex;
}

.apoya-bogota {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  width: 173px;
  height: 92px;
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline block;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.titlefooter {
  color: #96e631;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.linkfooter {
  color: #efefef;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-block-4 {
  color: #efefef;
  font-family: Neuepower, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
  display: flex;
}

.text-block-5 {
  color: #96e631;
  margin-top: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.link {
  color: #efefef;
  flex: 0 auto;
  margin-right: 20px;
  font-family: Neuepower, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  display: block;
}

.textfooter {
  color: #96e631;
  white-space: nowrap;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 169px;
  font-weight: 500;
  line-height: 202.8px;
}

.smooth-section {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 72px 40px;
}

.smooth-section.titlestl-section {
  margin-left: auto;
  padding-top: 72px;
  position: sticky;
  top: 25px;
  left: auto;
}

.container-6 {
  max-width: 100%;
  position: relative;
}

.section-4 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4.logo-section {
  background-color: #0000;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.imagecolombia {
  display: inline-block;
}

.section-5 {
  background-color: #0000;
  max-width: 1900px;
  margin-top: -320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.container-8 {
  max-width: 1440px;
}

.div-block-10 {
  justify-content: space-around;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.text-block-8 {
  color: #efefef;
  padding-left: 30px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 92px;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.fixedblocksections {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: auto;
  bottom: 0;
}

.div-block-14 {
  background-color: #ff7bc2;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.copy-desk {
  color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.copy-desk:active {
  text-decoration: none;
}

.div-block-16 {
  background-color: #ff9e38;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.div-block-17 {
  background-color: #fedd5a;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.text-block-10 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.container-9 {
  max-width: 1440px;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  margin-top: 40px;
  display: flex;
}

.text-block-11 {
  color: #000;
  margin-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.section-6 {
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.counter {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 140px;
  font-weight: 500;
  line-height: 92px;
}

.thumbnail-image {
  display: block;
}

.logo-image {
  transform: scale(1.4);
}

.logo-image.small {
  width: 160px;
}

.text-block-12 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-12.show-bar2 {
  display: block;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.show-bar {
  display: none;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.show-bar2 {
  display: none;
}

.text-block-13 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-22 {
  display: none;
}

.text-block-16 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-24 {
  text-align: left;
  background-color: #ff7bc2;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  position: relative;
}

.div-block-24.orangebg {
  background-color: #ff9e38;
}

.div-block-24.yellowbg {
  background-color: #fedd5a;
}

.div-block-24.greenbg {
  background-color: #009542;
}

.show-perfil1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  width: 688%;
  height: auto;
  max-height: 450px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
  transition: opacity .325s;
  display: block;
  position: absolute;
  top: 0;
}

.show-perfil1.card2,
.show-perfil1.card3 {
  display: none;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.cardinfo {
  width: 688px;
  height: 544px;
  padding-top: 400px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.cardinfo.cardorange,
.cardinfo.yellow,
.cardinfo.green {
  width: 322px;
}

.seccion-agenda {
  z-index: 1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.decoy {
  z-index: 10;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pixel {
  z-index: 1;
  background-color: #009542;
  flex: none;
  width: 5lvw;
  height: 5lvw;
  position: relative;
}

.pixel-backdrop {
  background-color: #009542;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.carousel-container {
  grid-column-gap: 30%;
  grid-row-gap: 30%;
  max-width: none;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.image-container2 {
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.agenda {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #000;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  width: 100%;
  height: 900px;
  min-height: auto;
  padding: 0 40px 0 0;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.div-block-34 {
  z-index: 3;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

.button {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  display: inline-block;
}

.div-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.rosesquare {
  opacity: 1;
  width: 32px;
  max-width: none;
  height: 32px;
  position: absolute;
  inset: 100px auto auto 40px;
}

.value-inner {
  width: 800px;
  position: relative;
}

.value-wrapper {
  height: 4500px;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.horizontal-wrapper {
  z-index: 100;
  width: 100vw;
  padding-top: 16rem;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horizontalsvganim {
  z-index: -1;
  opacity: 0;
  max-width: none;
  height: 16.75rem;
  position: absolute;
  top: 30%;
  left: 1200px;
  right: 0;
}

.logo-car {
  width: 80%;
  max-width: 300px;
  height: auto;
  display: flex;
  transform: scale(2);
}

.bigtextone {
  font-family: Neuepower, Arial, sans-serif;
  font-size: 73px;
  font-weight: 500;
  line-height: 92px;
  position: static;
  top: 25px;
  left: 10%;
}

.rosesquares {
  opacity: 1;
  position: absolute;
  inset: 0 auto auto -47px;
  transform: rotate(90deg);
}

.squaregreen {
  position: absolute;
  inset: 100px auto auto 40px;
}

.greensquares.center {
  position: absolute;
  inset: 0 auto auto;
}

.orangesquare {
  opacity: 1;
  position: absolute;
  top: 100px;
  left: 40px;
}

.orangesquares {
  opacity: 1;
  position: absolute;
  inset: 65% 0% 0% auto;
}

.shadowlogossec {
  color: #000;
  background-color: #000;
  width: 20px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 8px 0 16px 12px #020202;
}

.shadowlogossec.right {
  inset: 0% 0% 0% auto;
  box-shadow: -8px 0 16px 12px #020202;
}

.div-block-36 {
  flex: 1;
  height: auto;
}

.div-block-36:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
.div-block-36:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  cursor: pointer;
}

.infocardtext {
  padding-top: 20px;
}

.infocardtext.card2,
.infocardtext.card3 {
  display: none;
}

.imagecard {
  width: 688px;
  min-width: 688px;
  position: absolute;
  top: 0;
  left: 0;
}

.imagecard.imagecard3 {
  width: 603px;
}

.image-5 {
  margin-left: 40px;
  margin-right: 0;
}

.image-6 {
  margin-left: 60px;
  margin-right: 0;
}

.loadercontainer {
  z-index: 1000;
  background-color: #96e631;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loadercontainer.loaderrosevariant {
  background-color: #ff7bc2;
  display: none;
}

.loader-img {
  width: 100%;
  height: 95%;
  position: absolute;
  inset: auto 0% 0%;
}

.loader-img.loader-img-2 {
  z-index: 1;
  opacity: 0;
  color: #333;
  display: inline-block;
}

.loader-img.loader-img-1 {
  z-index: 1;
  opacity: 1;
  border-radius: 0;
  display: inline-block;
}

.navbarlogoblack {
  width: 180px;
  position: absolute;
}

.navbarlogowhite {
  opacity: 0;
  width: 180px;
  position: absolute;
}

.navbarlogoswrapper {
  width: 200px;
  height: 56px;
  position: relative;
}

.title-h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.title-h1.two-lines {
  color: #000;
  width: 75%;
  display: flex;
}

.tech-fest-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ff9e3800;
  flex-flow: column;
  width: 100%;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2.5rem 160px;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-11 {
  max-width: 33%;
}

.title-section {
  color: #000;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 70px;
}

.title-section.title-grande-4k {
  letter-spacing: 1px;
  padding-left: 0;
  font-size: 54px;
  line-height: 64px;
}

.containercustom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 2000px;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
}

.containercustom.dualsection {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-left: 100px;
  position: absolute;
  top: 0;
}

.text-block-100 {
  color: #000;
  max-width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-100.text-grande-4k {
  font-size: 16px;
}

.banner-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fedd5a;
  flex-flow: column;
  width: 100vw;
  padding: 0;
  display: none;
}

.banner-title {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.banner-parr {
  color: #000;
  text-align: center;
  max-width: 100%;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.centerfiguresquareanim {
  vertical-align: middle;
  max-width: 82%;
  margin-left: 60px;
  margin-right: 0;
  position: static;
  inset: 0% 0;
}

.left-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: none;
}

.form-block {
  padding-left: 0;
  padding-right: 0;
}

.input-wrapper {
  z-index: 1;
  opacity: .92;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.form-row {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.text-field {
  z-index: auto;
  color: #000;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  border: 1px solid #efefef;
  border-radius: 4px;
  width: 100%;
  height: 52%;
  display: block;
  position: static;
}

.text-field:focus {
  color: #000;
}

.text-field::placeholder {
  color: #00000080;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field.hidden {
  opacity: 0;
  transform-style: preserve-3d;
  height: 0;
  transform: scale3d(0, 0, 0);
}

.text-field.inputformindicator,
.text-field.formidentifierinput {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.field-label {
  color: #000;
  word-break: normal;
  text-wrap: nowrap;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.field-label.text-grande-4k {
  padding-left: 0;
  font-size: 22px;
}

.submit-button {
  background-color: #000;
  align-self: center;
  width: 50%;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.submit-button.attendesubmit {
  height: 42px;
  margin-left: 0;
  display: inline-block;
}

.submit-button.attendesubmit.buttons-grande-4k {
  width: 39%;
}

.submit-button.sponsorssubmitbut {
  width: 50%;
  height: 42px;
  margin-left: 20px;
}

.titlesanimwrapper {
  z-index: 2;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-left: 100px;
  position: static;
  top: 0;
  overflow: hidden;
}

.bigtexttwo {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 96px;
  line-height: 92px;
  transform: scale(.5);
}

.bigtextthree {
  font-family: Neuepower, Arial, sans-serif;
  font-size: 96px;
  line-height: 92px;
  transform: scale(.5);
}

.titlesanimcontainer {
  width: 100%;
  max-width: 1900px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pagewrappertech {
  background-color: #96e631;
  width: 100vw;
  height: auto;
  position: relative;
  overflow: visible;
}

.pagewrappertech.pagewhiteinitial {
  background-color: #fff;
  overflow: visible;
}

.rightsquares {
  z-index: 1;
  width: 200px;
  height: auto;
  position: absolute;
  inset: 45% 0% auto auto;
}

.rosesquare2 {
  position: absolute;
  top: 25%;
  left: -150px;
}

.rosessquares2 {
  position: absolute;
  top: 10%;
  right: -150px;
}

.inner-hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ff7bc2;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  max-height: 564px;
  padding: 4rem 0 4rem 2.5rem;
  display: flex;
  overflow: hidden;
}

.title-inner-pages {
  color: #000;
  text-align: left;
  letter-spacing: 4.8px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 120px;
}

.image-14 {
  width: 100vw;
}

.blocks-data {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-flow: row;
  width: auto;
  max-width: 437px;
  height: 100%;
  min-height: 360px;
  padding: 2rem;
}

.data-numb {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.data-inner-text {
  color: #fff;
  width: 100%;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

.data-inner-text._32px {
  font-size: 32px;
  line-height: 32px;
}

.data-inner-parr {
  color: #fff;
  width: 100%;
  height: auto;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: static;
}

.data-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 313px;
  height: 100%;
  min-height: 300px;
}

.column-fake-wrapper {
  align-self: center;
  height: 100%;
}

.column-fake-wrapper.first-col {
  align-self: flex-start;
}

.column-fake-wrapper.second-col {
  align-self: flex-start;
  margin-top: 100px;
}

.column-fake-wrapper.third-col {
  align-self: flex-start;
  margin-top: 200px;
}

.data-section-01 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
}

.data-section-02 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  margin-top: -220px;
  padding: 100px 40px 450px;
  display: flex;
  position: sticky;
  top: 0;
}

.left-title {
  color: #000;
  text-align: left;
  width: 48%;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.tag-section {
  color: #000;
  width: auto;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: static;
}

.tag {
  background-color: #ff7bc2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: .5rem;
  display: flex;
}

.tag.large {
  width: 230px;
}

.tag.large.es {
  width: 260px;
}

.left-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 93%;
}

.columns-data {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 94%;
  min-height: auto;
  max-height: 100vh;
  position: absolute;
  bottom: 0;
}

.columns_growth {
  align-self: flex-end;
  width: 25%;
  max-width: 600px;
  height: 100%;
}

.data-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-flow: row;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 25%;
  padding: 2rem 1rem;
}

.data-col._4th {
  max-width: 900px;
  height: auto;
  min-height: auto;
}

.data-col._3th {
  max-width: 900px;
  height: auto;
}

.data-col._2nd {
  max-width: 900px;
  height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.data-col._1st {
  max-width: 900px;
  height: auto;
  min-height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.dual-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0000;
  flex-flow: row;
  width: 100vw;
  max-width: 2000px;
  height: auto;
  margin-top: 100px;
  padding: 0 0 0 2.5rem;
  display: flex;
  position: sticky;
  top: 100px;
  left: 0;
}

.img-mid {
  width: 50%;
}

.left-block-nomargin {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  max-width: 50%;
  padding-top: 100px;
}

.left-title-40 {
  color: #fff;
  text-align: left;
  width: 100%;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.left-title-wrapper-02 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.slider-txt {
  color: #fff;
  width: 100%;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.line-slider {
  background-color: #eee;
  border-radius: 20px;
  width: 1px;
  height: 350px;
  position: static;
}

.slider-drag-item {
  background-color: #ff7bc2;
  border-radius: 20px;
  width: 6px;
  height: 58px;
  position: absolute;
  top: auto;
  left: -2px;
}

.div-block-42 {
  align-self: flex-start;
  height: 350px;
  padding-top: 100px;
  position: relative;
}

.img-block-slider {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.input---black {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.label-style {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Power, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-46814 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 16px 20px;
  display: flex;
}

.placeholder {
  opacity: .4;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.button-style {
  grid-column-gap: 10px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text-here {
  color: #fff;
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.newsletter {
  grid-column-gap: 0px;
  background-color: #efefef;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.frame-46816 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.title-style {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.become-a-volunteer {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  text-decoration: none;
}

.we-are-looking-for-strong-minded-individuals-that-want-to-have-a-meaningful-impact-in-our-ecosystem {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.press {
  grid-row-gap: 50px;
  background-color: #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ctw-making-headlines {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.frame-46861 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  padding-top: 160px;
  text-decoration: none;
  display: flex;
}

.forbes {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-46833 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.colombia-se-prepara-para-su-primera-tech-week {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Power, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.portafolio {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.en-bogot-ser-la-primera-colombia-tech-week-plataforma-para-startups {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Power, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-46863 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blu {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.primera-edicin-de-colombia-tech-week-llega-a-bogota-cundo-es {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Power, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.acis {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.por-pirmera-vez-en-el-pas-se-realizar-colombia-tech-week {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Power, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-46862 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 160px;
  text-decoration: none;
  display: flex;
}

.bloomberg {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cierra-el-primer-ciclo-de-colombia-tech-week-con-ms-de-150-eventos-en-bogot {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Power, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.la-republica {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.se-lanz-colombia-tech-week-evento-que-rene-lderes-del-sector-pblico-y-privado {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Power, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.press-2 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.foto-speaker-15 {
  grid-row-gap: 10px;
  background-image: url('../images/Forbes.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding-top: 0;
  display: flex;
}

.info-speaker-2 {
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.foto-speaker-16 {
  grid-row-gap: 10px;
  background-image: url('../images/Portafolio.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding-top: 0;
  display: flex;
}

.foto-speaker-17 {
  grid-row-gap: 10px;
  background-image: url('../images/Blu.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding-top: 0;
  display: flex;
}

.forbes-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.foto-speaker-19 {
  grid-row-gap: 10px;
  background-image: url('../images/Bloomberg-Línea.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding-top: 0;
  display: flex;
}

.foto-speaker-20 {
  grid-row-gap: 10px;
  background-image: url('../images/La-República.webp');
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding-top: 0;
  display: flex;
}

.data-wrapper-min {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 313px;
  height: 100%;
  min-height: 200px;
}

.section-10 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
  flex-flow: column;
  height: auto;
  min-height: 650px;
  margin-top: 280px;
  padding: 0 40px 80px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.title-h1-white {
  color: #fff;
  text-align: center;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.data-linkedin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fedd5a;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 620px;
  max-width: 668px;
  height: auto;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.attendees {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(322px, 1fr);
  grid-auto-columns: 2fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 47px;
  text-decoration: none;
}

.cardlindquedingparr2 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.texture {
  object-fit: cover;
  position: absolute;
  inset: 5% 5% auto auto;
}

.linkedin-sect-parr {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.decor-elmnt {
  width: 96px;
  max-width: none;
}

.hirinsection {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 89%;
  max-width: 2000px;
  height: auto;
  overflow: visible;
}

.decor-elmnt-02 {
  align-self: flex-end;
  width: 96px;
  max-width: none;
}

.vol-form-input {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
  font-family: Manrope, sans-serif;
  transform: scale(1);
}

.vol-form-input:focus {
  color: #000;
}

.vol-form-input::placeholder {
  color: #aaa;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.vol-form-input.forminputindicator {
  opacity: 0;
  transform: none;
}

.vol-input-wrapper {
  width: 100%;
  max-width: 100%;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.attendee-form {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-color: #ff7bc200;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 4rem 2.5rem;
  display: flex;
}

.form-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.select-container {
  width: 100%;
}

.step1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.cardssectioncontainer {
  max-width: 2000px;
  height: 2500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-16 {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 500px;
  left: -317px;
  right: 0;
}

.image-17 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 60px;
  left: 0;
  right: -480px;
}

.image-18 {
  position: absolute;
  top: 500px;
  bottom: auto;
  right: 0;
}

.image-18.topblacksquare {
  top: 0;
  left: 0;
  right: auto;
}

.barsinfosection {
  max-width: 2000px;
  height: 2000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.timelinedualsection {
  max-width: 2000px;
  height: 4000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.select-input {
  color: #00000080;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 4px;
  height: auto;
  margin-top: 0;
  padding-right: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.step2form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.step2form.entrepreneur,
.step2form.investor {
  display: block;
  position: static;
}

.step2form.general {
  position: static;
}

.flex-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
}

.flex-block-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.subtitle-h3-forms {
  color: #000;
  text-align: left;
  padding-top: 20px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.form-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.linkedinsection {
  max-width: 2000px;
  height: 3000px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-43 {
  width: 100%;
  overflow: hidden;
}

.flex-block-16 {
  width: 100vw;
}

.image-20 {
  background-color: #ff7bc200;
  width: 50%;
  max-width: none;
  height: 100%;
}

.tabs {
  background-color: #0000;
  width: 50%;
  max-width: none;
}

.tabs-menu,
.tabs-content {
  background-color: #ff7bc200;
  width: 100%;
}

.tab-pane-tab-1,
.tab-pane-tab-2 {
  width: 100%;
}

.text-block-101 {
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-attendees {
  color: #000;
  background-color: #0000;
}

.tab-link-attendees.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
}

.tab-link-sponsors {
  color: #000;
  background-color: #0000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-sponsors.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}

.tab-link-host {
  color: #000;
  background-color: #0000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
}

.tab-link-host.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}

.inner-hero-forms {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ff7bc200;
  flex-flow: column;
  width: 100vw;
  height: auto;
  max-height: 564px;
  padding: 4rem 40px;
  display: flex;
  overflow: hidden;
}

.host-form-sec {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fedd5a00;
  flex-flow: column;
  width: 100%;
  padding: 4rem 2.5rem;
  display: flex;
}

.step2wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
}

.flex-block-17,
.input-wrapper-host {
  width: 100%;
  max-width: none;
}

.flex-vertical-input {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
}

.text-block-103 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 12px;
}

.flex-block-18 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
}

.flex-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-45,
.div-block-46,
.div-block-47,
.div-block-48 {
  display: flex;
}

.image-23,
.image-24,
.image-25,
.image-26 {
  margin-right: 60px;
}

.menumobile,
.div-block-50 {
  display: none;
}

.hubspot-legalconsent {
  margin-top: 1rem;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.socials_mov_navbar {
  color: #96e631;
  margin-top: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.centerfiguremobile {
  display: none;
}

.linkedingtl {
  width: auto;
  height: 100%;
}

.rosesquare3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: auto;
}

.rosesquares3 {
  position: absolute;
  bottom: -60px;
  right: 20px;
  transform: rotate(-90deg);
}

.swiper {
  display: block;
}

.swiper.completeregister {
  flex-flow: column;
  display: flex;
}

.swiper-slide {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.swiper-slide.swiper-cards {
  display: none;
}

.swiper-slide.completeregister {
  flex-flow: column;
  display: flex;
}

.arrowsslider {
  transform: rotate(1deg);
}

.navigation {
  display: none;
}

.swiper-wrapper {
  display: block;
}

.swiper-wrapper.completeregister {
  flex-flow: column;
  display: flex;
}

.foto-speaker-acis {
  grid-row-gap: 10px;
  background-image: url('../images/Acis.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding-top: 0;
  display: flex;
}

.title-style-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.text-3 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.tech-fest-texture {
  object-fit: cover;
  position: absolute;
  top: 582px;
  left: 532px;
  overflow: hidden;
}

.tech-fest-texture-2 {
  object-fit: cover;
  position: absolute;
  top: -66px;
  left: -80px;
  overflow: hidden;
}

.tech-fest-texture-2.overlay-agenda {
  max-width: 50%;
  height: auto;
}

.close-overlay {
  z-index: 2;
  grid-column-gap: 8px;
  cursor: pointer;
  border: .8px solid #000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.overlay-form-techfest {
  grid-row-gap: 60px;
  background-color: #96e631;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 612px;
  padding: 60px 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% auto auto;
  overflow: hidden;
}

.overlay-form-techfest.orange {
  grid-row-gap: 32px;
  background-color: #ff9e38;
  height: auto;
  padding-bottom: 100px;
}

.overlay-form-techfest.needregister {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: auto;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.form-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.overlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.union-2-copy {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.0003px;
  max-width: none;
  height: 16.0004px;
  text-decoration: none;
  display: flex;
}

.data-blocks-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pagewrapperform {
  background-color: #ff7bc2;
}

.temsandconditionswrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-60 {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 82px;
  display: flex;
  position: relative;
}

.div-block-61 {
  z-index: 100;
  background-color: #ff7bc2;
  display: block;
  position: sticky;
  top: 0;
}

.div-block-62 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.sponsorsstep3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.sponsorsstep2 {
  padding-top: 40px;
}

.div-block-63 {
  justify-content: center;
  display: flex;
}

.termsandconditionshost {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hoststep1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hoststep2,
.hoststep3,
.hoststep4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.menu-button-2 {
  display: none;
}

.image-36 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.copy-mobile {
  color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: none;
}

.copy-mobile:active {
  text-decoration: none;
}

.mobile-icon {
  display: none;
}

.label-7 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}

.label-8 {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.label-9,
.label-10 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}

.wrapperlogosanimslice {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  opacity: 1;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -200px;
  margin-bottom: 220px;
  padding-top: 40px;
  display: flex;
  position: relative;
  top: 30%;
  right: 0;
  overflow: hidden;
}

.logoscontaineranimslice {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 150%;
  display: flex;
  transform: translate(100%);
}

.heading-8 {
  color: #000;
  width: 100%;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.section-12 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100vw;
  height: auto;
  padding-bottom: 100px;
  padding-left: 155px;
  padding-right: 155px;
  display: flex;
}

.text-block-105 {
  color: #000;
  font-size: 16px;
}

.policy-title {
  font-family: Neuepower, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-65 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.bold-text,
.bold-text-2,
.bold-text-3 {
  color: #009542;
}

.pagewrapper-policy {
  background-color: #fff;
}

.privacy-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  left: 0;
}

.block-02-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: none;
}

.inner-hero-policy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ff7bc200;
  flex-flow: column;
  width: 100vw;
  height: auto;
  max-height: 564px;
  padding: 4rem 155px;
  display: flex;
  overflow: hidden;
}

.awesome {
  width: auto;
}

.image-37 {
  display: none;
}

.checkbox-label {
  padding-left: 15px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.checkbox-field {
  padding-left: 20px;
  display: flex;
}

.image-38 {
  width: 668px;
  height: 185px;
}

.imagecolombia-hero {
  display: inline-block;
}

.bold-text-4 {
  width: 100%;
}

.subtitle-h3-forms-2 {
  color: #000;
  text-align: left;
  padding-bottom: 16px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.form-row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.body-4 {
  text-decoration: none;
}

.textarea {
  background-color: #fff0;
  border: 1px solid #fff;
}

.input-wrapper-op0 {
  opacity: 0;
  width: 100%;
  max-width: 100%;
}

.div-block-68 {
  width: 100%;
}

.pagewrapperform-3 {
  background-color: #ff9e38;
}

.swiper-wrapper-3,
.swiper-slide-4 {
  flex-flow: column;
  display: flex;
}

.form-row-p2,
.form-row-p3,
.form-row-p4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.form-row-p1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.div-block-94 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.div-block-95 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-44 {
  width: 60%;
  height: auto;
  transform: rotate(45deg);
}

.pagewrapperform-4 {
  background-color: #ffd335;
}

.tab-link-tab-1-2 {
  color: #000;
  background-color: #0000;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.tab-link-tab-1-5 {
  color: #000;
  background-color: #0000;
}

.tab-link-tab-1-5.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.div-block-96 {
  width: 100%;
}

.text-span-2 {
  font-size: 12px;
}

.step2form-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.step2form-3.investor-3 {
  display: block;
  position: static;
}

.div-block-97 {
  display: flex;
}

.form-row-phone {
  z-index: 1000;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.div-block-98:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  width: 20px;
  height: 20px;
}

.dropdown-list {
  background-color: #ddd0;
  flex-flow: column;
  display: none;
}

.dropdown-list:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  background-color: #ddd0;
  font-family: Neuepower, Arial, sans-serif;
  display: none;
}

.dropdown-list:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  flex-flow: column;
  display: none;
}

.dropdown-list.w--open {
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-link:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  font-family: PT Sans, sans-serif;
}

.dropdown-link:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

.dropdown-link:hover,
.dropdown-link:hover:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  font-weight: 700;
}

.dropdown-link.w--current {
  color: #303030;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: underline;
}

.dropdown-link.w--current:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  font-family: Manrope, sans-serif;
  text-decoration: underline;
}

.dropdown-link.w--current:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  text-decoration: none;
}

.dropdown-link.w--current:hover {
  font-weight: 700;
}

.dropdown-link-2 {
  padding-bottom: 0;
}

.dropdown-link-2:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.dropdown-link-2:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  color: #303030;
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: underline;
}

.dropdown-link-2:where(.w-variant-27141344-bd98-b8d0-23a7-141e429f34c5) {
  color: #303030;
  font-weight: 600;
}

.dropdown-link-2:hover,
.dropdown-link-2:hover:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
  font-weight: 700;
}

.dropdown-link-2.w--current {
  color: #303030;
  font-weight: 700;
  text-decoration: underline;
}

.investor-form {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-color: #ff7bc200;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 4rem 2.5rem;
  display: flex;
}

.button-3 {
  background-color: #000;
}

.text-8 {
  color: #fff;
  font-weight: 700;
}

.icon {
  filter: invert();
}

.text-block-114 {
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.file-upload-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.default-state {
  display: flex;
}

.hero-ctw {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 451px;
  text-decoration: none;
  display: flex;
}

.tech-week {
  grid-row-gap: 60px;
  background-color: #96e631;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 120px 40px 139px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-style-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ecosystem-game-changers {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 100px;
  text-decoration: none;
  display: none;
}

.toggle {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.toggle-ctw {
  grid-column-gap: 10px;
  background-color: #009542;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 76px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vector {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.text-11 {
  opacity: .4;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.layer_1 {
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 70% -4% 0% auto;
  overflow: hidden;
}

.layer_2 {
  z-index: 1;
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 70% auto 0% -4%;
  overflow: hidden;
}

.layter_3 {
  z-index: 0;
  display: none;
  position: absolute;
  inset: 70% auto 0% -4%;
}

.layter_4 {
  z-index: 0;
  display: none;
  position: absolute;
  inset: 70% -4% 0% auto;
}

.filtros {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-bottom: 65px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.filter {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.checkbox {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.ellipse-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  text-decoration: none;
  display: none;
  position: static;
  top: 5px;
  left: 4.5px;
}

.check,
.check-2,
.check-3,
.check-4,
.check-5,
.check-6 {
  border: 1px solid #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.key-partners {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 60px;
  text-decoration: none;
  display: none;
}

.text-13 {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.platinum {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.diamond {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.silver {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.gold {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.bronce {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #000;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.partners-wrap-ctw {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.collection-item {
  background-color: #00954200;
  width: 253px;
  height: 253px;
  margin-bottom: 24px;
  margin-right: 24px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.partner-card-1 {
  background-color: #009542;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 43px;
  transition: background-color .45s ease-in;
  display: flex;
}

.partner-card-1:hover {
  background-color: #000;
}

.image-45 {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: static;
}

.collection-list-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.partner-card-2 {
  background-color: #009542;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px;
  transition: background-color .45s ease-in;
  display: flex;
}

.partner-card-2:hover {
  background-color: #000;
}

.collection-item-2 {
  background-color: #00954200;
  width: 253px;
  height: 253px;
  margin-bottom: 24px;
  margin-right: 24px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.collection-list-wrapper-4,
.collection-list-wrapper-5,
.collection-list-wrapper-6,
.collection-list-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  display: flex;
}

.ellipse-all {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  text-decoration: none;
  display: block;
  position: static;
  top: 5px;
  left: 4.5px;
}

.toggle-img {
  position: relative;
}

.image-46 {
  z-index: 0;
  position: absolute;
  inset: auto auto auto 0%;
}

.mask-group-ctf {
  z-index: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 75px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: -.000976563px;
  left: 0;
}

.filters {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.partners-wrap-ctf {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.collection-list-wrapper-2-ctf {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.partner-card-1-ctf {
  background-color: #fedd5a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 43px;
  transition: background-color .45s ease-in;
  display: flex;
}

.partner-card-1-ctf:hover {
  background-color: #ff9e38;
}

.image-45-ctf {
  width: 100%;
  height: 100%;
}

.partner-card-2-ctf {
  background-color: #fedd5a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px;
  transition: background-color .45s ease-in;
  display: flex;
}

.partner-card-2-ctf:hover {
  background-color: #ff9e38;
}

.wayuu {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.muisca,
.inca,
.chibcha {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.separador {
  opacity: .59;
  background-image: linear-gradient(#000 13%, #fff 56%, #000 89%);
  width: 2px;
  height: 100%;
}

.text-10-mobile {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.text-11-mobile {
  opacity: .4;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.dropdown-toggle {
  flex-flow: column;
  display: flex;
}

.dropdown-toggle.w--open {
  display: block;
}

.navmenu-partners {
  color: #000;
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.86px;
  display: flex;
}

.navmenu-partners.w--current {
  color: #000;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.navmenu-partners.w--current:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
.navmenu-partners.w--current:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb),
.navmenu-partners.w--current:visited {
  color: #000;
}

.form-row5 {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.div-block-100 {
  margin-top: 0;
  display: flex;
}

.dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.select-field {
  color: #8b3f68;
  background-color: #ff7bc2;
  border: 1px solid #fff;
  border-radius: 4px;
}

.select-field.input-4k {
  color: #000;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
}

.text-grande-4k {
  padding-left: 0;
  font-size: 14px;
}

.select-field-2 {
  color: #803d60;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 1px;
}

.p-9 {
  display: flex;
}

.text-block-115 {
  width: 6px;
}

.idioma {
  display: flex;
}

.link-2 {
  color: #000;
  font-weight: 700;
  text-decoration-style: solid;
  text-decoration-color: #00e0;
}

.link-2:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb),
.link-2:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cc),
.link-2.w--current {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.link-3 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.link-3:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
.link-3.w--current {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.dropdown-toggle-2,
.dropdown-2 {
  display: none;
}

.collection-item-3,
.collection-item-4,
.collection-item-5 {
  background-color: #00954200;
  width: 207px;
  height: 207px;
  margin-bottom: 24px;
  margin-right: 24px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.collection-list-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.allies {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.collection-list-wrapper-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.mask {
  background-image: url('../images/Mask-group.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 88px;
}

.partners-wrap-ctw-es {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.label-partners {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.union-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.loading-text {
  z-index: 100;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: auto;
}

.dots {
  background-color: #000;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.title-inner-pages-copy {
  color: #000;
  text-align: left;
  letter-spacing: 4.8px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 120px;
}

.text-here-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .08em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-102 {
  background-image: url('../images/Touchpoint-nav-bar.svg');
  background-position: 0 0;
  background-size: auto;
  width: 12px;
  height: 12px;
}

.nav-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-tech-fest-menu {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 165px;
  max-width: none;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-tech-fest-menu-es {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 196px;
  max-width: none;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: none;
}

.div-block-109 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-link-investor {
  color: #000;
  background-color: #0000;
}

.tab-link-investor.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
}

.submit-wrap {
  margin-top: 24px;
  display: flex;
}

.text-block-116,
.text-block-117 {
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
}

.form-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 0;
  padding: 4rem 2.5rem;
  display: flex;
}

.reg-link {
  background-color: #009542;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.label-21,
.label-22,
.label-23,
.label-24,
.label-25,
.label-26 {
  font-size: 14px;
}

.div-block-110 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-200 {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0000009e;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-118 {
  font-family: Neuepower, Arial, sans-serif;
  font-weight: 500;
  display: none;
}

.div-block-201 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-33-copy {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #00000080;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-202 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.title-section-copy {
  color: #000;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 70px;
}

.title-section-copy.title-grande-4k {
  letter-spacing: 1px;
  padding-left: 0;
  font-size: 54px;
  line-height: 64px;
}

.text-3-copy {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-13 {
  color: #fff;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  display: none;
}

.tab-link-tab-1-6 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
}

.tab-link-tab-1-6.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
}

.tab-link-tab-2.w--current {
  color: #000;
  background-color: #fff;
}

.tabs-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 22%;
  padding-left: 40px;
  display: flex;
}

.cities-tabs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  height: auto;
  min-height: auto;
  display: none;
}

.days-filter-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.day-filter {
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 38px;
  display: flex;
}

.text-block-123 {
  color: #fff;
}

.medellindays {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.bogota-days {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: none;
}

.heading-15 {
  color: #fff;
  width: auto;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.day-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-right: 40px;
  display: flex;
}

.filter-2-type {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.type {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 24px;
  padding: 4px 8px 4px 4px;
  display: flex;
}

.filter-color-1 {
  background-color: #337735;
  width: 16px;
  height: 16px;
}

.text-block-124 {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
}

.collection-list-wrapper-9 {
  display: flex;
}

.collection-item-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 73%;
  display: flex;
}

.color-type {
  background-color: #009542;
  width: 12px;
  height: 12px;
}

.color-wrap {
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.panel {
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  padding: 6px 8px;
}

.text-block-125 {
  color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.lugar {
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  padding: 6px 8px;
  line-height: 18px;
}

.tag-id {
  color: #fff;
  width: auto;
  font-family: Neuepower, Arial, sans-serif;
  display: none;
}

.info-type-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 45%;
  display: flex;
}

.hora-evento {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
}

.info-arrow-wrap {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.image-47 {
  filter: invert();
}

.heading-16 {
  z-index: 3;
  color: #fff;
  width: 38%;
  margin-top: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.evento {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding: 12px 20px;
  display: block;
  position: relative;
}

.panelista-hora {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 63%;
  display: flex;
}

.day-search {
  flex-flow: column;
  margin-bottom: 50px;
  padding-left: 40px;
  display: none;
  position: static;
}

.filtros-3 {
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.image-48 {
  width: 48%;
  height: auto;
}

.text-field-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-left-style: none;
  border-radius: 0 4px 4px 0;
  width: 399px;
  height: 48px;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  line-height: 24px;
}

.searchbar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.type-3-co,
.type-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 24px;
  padding: 4px 8px 4px 4px;
  display: flex;
}

.filter-color-2 {
  background-color: #96e631;
  width: 16px;
  height: 16px;
}

.filter-color-3 {
  background-color: #ff7bc2;
  width: 16px;
  height: 16px;
}

.filter-color-4 {
  background-color: #ff9e38;
  width: 16px;
  height: 16px;
}

.filter-color-5 {
  background-color: #fedd5a;
  width: 16px;
  height: 16px;
}

.tab-link-tab-2-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-2-2.w--current {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fbfbfb;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-3.w--current {
  color: #000;
  background-color: #fff;
}

.tab-link-tab-4 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-4.w--current {
  color: #000;
  background-color: #fff;
}

.tab-link-tab-5 {
  color: #fdfdfd;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-5.w--current {
  color: #000;
  background-color: #fff;
  display: none;
}

.tab-link-tab-1-7 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-1-7.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.tabs-menu-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  height: 46px;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.text-block-126 {
  color: #fff;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
}

.empty-state {
  background-color: #ddd0;
}

.tab-link-tab-6 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-6.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding-right: 16px;
}

.text-block-128 {
  color: #fff;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
}

.empty-state-2 {
  background-color: #000;
}

.tipo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  display: flex;
}

.color1 {
  background-color: #ffdd5a;
  width: 16px;
  height: 16px;
}

.text-block-129 {
  color: #fff;
  font-size: 12px;
}

.color2 {
  background-color: #ff9e38;
  width: 16px;
  height: 16px;
}

.color1-copy {
  background-color: #009542;
  width: 16px;
  height: 16px;
}

.color3 {
  background-color: #009543;
  width: 16px;
  height: 16px;
}

.color4 {
  background-color: #96e631;
  width: 16px;
  height: 16px;
}

.color5 {
  background-color: #ff7bc2;
  width: 16px;
  height: 16px;
}

.text-block-130 {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
}

.empty-state-3 {
  background-color: #ddd0;
  margin-left: 40px;
}

.text-block-131 {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
}

.text-block-132 {
  color: #fff;
  padding-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
}

.empty-state-4 {
  background-color: #000;
}

.filters-overlay {
  z-index: 20;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: column;
  width: 27%;
  height: auto;
  min-height: 836px;
  padding: 32px 40px;
  display: none;
  position: fixed;
  inset: 15% auto auto 0%;
}

.heading-17 {
  width: 126px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.div-block-205 {
  justify-content: space-between;
  align-items: center;
  height: 32px;
  display: flex;
}

.div-block-206 {
  cursor: pointer;
  background-image: url('../images/Union_4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #000;
  width: 32px;
  height: 32px;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-206:hover {
  background-color: #96e631;
}

.filters-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000004383 {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.chips---agenda-ctw {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-4 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.chips---agenda-ctw-2 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-5 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.text-block-133,
.text-block-134,
.text-block-135 {
  font-size: 16px;
}

.tab-link-tab-1-8 {
  color: #000;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1-8.w--current {
  color: #fff;
  background-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 26px;
  font-family: Neuepower, Arial, sans-serif;
}

.tab-link-tab-2-3 {
  color: #000;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Neuepower, Arial, sans-serif;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}

.tab-link-tab-3-2 {
  color: #000;
  background-color: #fff;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Neuepower, Arial, sans-serif;
}

.tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  width: 100%;
  display: flex;
}

.container-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 339px;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.chips---agenda-ctw-3 {
  grid-column-gap: 10px;
  background-color: #009542;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-6 {
  color: #fff;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.chips---agenda-ctw-4 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-7 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.frame-1000004384 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 339px;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.chips---agenda-ctw-5 {
  grid-column-gap: 10px;
  background-color: #009542;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-8 {
  color: #fff;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}

.chips---agenda-ctw-6 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-9 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.filters-chips {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.chips---agenda-ctw-7 {
  grid-column-gap: 10px;
  background-color: #009542;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33.6914px;
  height: 37.9883px;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-10 {
  color: #fff;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.chips---agenda-ctw-8 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-here-11 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.filter-botton-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-4 {
  cursor: pointer;
  background-color: #000;
  font-family: Neuepower, Arial, sans-serif;
}

.button-5 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  font-family: Neuepower, Arial, sans-serif;
}

.button-5:hover {
  border: 1px solid #009542;
}

.tag-id-copy {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
}

.panelista {
  color: #fff;
  display: none;
}

.evento-independiente---modal {
  z-index: 30;
  grid-row-gap: 40px;
  opacity: 1;
  background-color: #fff;
  border: 2px solid #000;
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 617px;
  height: auto;
  padding: 32px 40px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.title-close {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.frame-1000004379 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 478.5px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.frame-1000004378 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-22,
.day-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.close {
  grid-column-gap: 8px;
  background-image: url('../images/Union_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: .8px solid #000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.close.modal {
  display: none;
}

.union {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 45.9479%;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.eventos-desplegables {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 537px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.info-event---desplegado {
  grid-row-gap: 16px;
  background-color: #000;
  border: 0 solid #ff7bc2;
  border-left-width: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.labels {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.connect {
  grid-column-gap: 8px;
  border: 1px solid #efefef;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.rectangle-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.label-style-2 {
  grid-column-gap: 10px;
  background-color: #efefef;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.speaker-hour {
  grid-column-gap: 120px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #fff;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.info-event {
  grid-row-gap: 24px;
  background-color: #efefef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 562px;
  padding: 24px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-43 {
  object-fit: cover;
  border-radius: 8px;
}

.text-26 {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.discover-how-movement-community-and-curiosity-fuel-the-people-shaping-our-digital-future-join-the-fi {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.button-style-2 {
  grid-column-gap: 10px;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text-here-12 {
  color: #fff;
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.organized-by {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-28 {
  color: #009542;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
}

.tab-pane-tab-1-2 {
  min-height: 100vh;
}

.image-url {
  width: 240px;
  height: 240px;
}

.div-block-207 {
  width: 16px;
  height: 16px;
}

.tab-pane-tab-1-3 {
  width: auto;
  min-height: 100vh;
}

.button-6 {
  text-align: left;
  vertical-align: middle;
  background-color: #000;
}

.see-agenda-botton {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  padding-bottom: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
  left: 11%;
}

.text-block-136 {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 24px;
}

.empty-state-5 {
  background-color: #000;
  padding-left: 40px;
}

.tab-pane-tab-2-2 {
  width: 100%;
  min-height: 100vh;
}

.calendar {
  flex-flow: column;
  width: 100%;
  height: 92%;
  display: flex;
  position: static;
  top: 19%;
}

.calendar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #fff;
  grid-template-rows: 6% 100%;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 600px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.calendar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
}

.zona-columna {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropzone {
  border: 1px solid #f3f3f3;
  width: 417.578px;
  height: 54.5313px;
}

.evento1 {
  justify-content: space-between;
  align-items: center;
  width: 418px;
  height: 55px;
  padding: 12px;
  display: flex;
}

.title {
  color: #000;
}

.hora-panel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.image-49 {
  width: 24px;
  height: 24px;
}

.sublabel {
  color: #000;
  word-break: normal;
  text-wrap: nowrap;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.sublabel.text-grande-4k {
  padding-left: 0;
  font-size: 22px;
}

.new-agenda {
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
}

.button-7 {
  background-color: #000;
  border: 1px solid #fff;
  width: auto;
}

.day-filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.filters-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
}

.dia-del-evento {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 5px;
  display: none;
}

.checkbox-label-2 {
  color: #fff;
  position: relative;
  top: 10%;
  left: -30%;
}

.checkbox-label-3 {
  color: #fff;
  position: relative;
  left: -42%;
}

.checkbox-label-4 {
  color: #fff;
  position: relative;
  left: -9%;
}

.form-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.tags {
  opacity: 0;
  color: #fff;
  font-size: 5px;
  line-height: 5px;
  display: none;
}

.checkbox-field-2 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  padding: 0 7px 7px 30px;
  display: flex;
  position: relative;
}

.checkbox-field-3 {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 7px 7px 7px 35px;
  display: flex;
  position: relative;
}

.checkbox-field-4 {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  padding: 7px 7px 7px 27px;
  display: flex;
  position: relative;
}

.checkbox-2 {
  z-index: 1;
  opacity: 0;
  background-color: #80808000;
  border: 1px #000;
  width: 91%;
  height: 84%;
  position: absolute;
}

.checkbox-2.w--redirected-checked {
  opacity: 0;
  background-color: #fff;
}

.checkbox-field-5 {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 7px 7px 7px 20px;
  display: flex;
  position: relative;
  left: 0%;
}

.checkbox-field-6 {
  border: 1px solid #fefefe;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 7px 7px 7px 20px;
  display: flex;
  position: relative;
}

.ciudad {
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  padding: 6px 8px;
  line-height: 18px;
}

.ciudad-del-evento {
  color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: none;
}

.day-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.checkbox-field-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 88px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  display: flex;
}

.checkbox-label-5 {
  color: #fff;
}

.div-block-209 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.search-field-filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.day-title-wraper {
  display: flex;
}

.heading-15-lunes,
.heading-15-martes,
.heading-15-miercoles,
.heading-15-jueves,
.heading-15-viernes {
  color: #fff;
  width: auto;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: none;
}

.div-block-210 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.checkbox-field-8 {
  border: 1px solid #f9f9f9;
  width: auto;
  height: auto;
  padding: 2px 7px 2px 27px;
}

.checkbox-label-6 {
  color: #fff;
}

.checkbox-3 {
  background-color: #009542;
  border: 1px #000;
}

.tag-filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.filters-wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.calendar-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 118%;
  grid-template-columns: .5fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 600px;
  max-height: none;
  margin-right: 0;
  padding-right: 0;
  display: grid;
  overflow: clip;
}

.horas {
  opacity: 0;
  width: 100%;
  height: auto;
}

.dia-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: flex;
}

.calendar-grid-wrap {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.card-event {
  grid-column-gap: 0px;
  background-color: #009542;
  border-left: 5px #000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100px;
  padding: 9px 40px 9px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-style {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #000;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  width: 65.6715%;
  max-width: 250px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.hora-fecha {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-30 {
  opacity: .94;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
  overflow: hidden;
}

.link-style {
  filter: invert();
  object-fit: cover;
  position: absolute;
  inset: auto 5% auto auto;
}

.empty-state-6 {
  color: #000;
  background-color: #000;
}

.text-block-137 {
  color: #000;
}

.empty-state-7 {
  color: #000;
  background-color: #000;
}

.collection-list-wrapper-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: minmax(auto, auto) auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: flex;
}

.dia-del-evento-calendar {
  opacity: 0;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 5px;
  font-weight: 500;
  line-height: 5px;
  text-decoration: none;
  display: none;
}

.separador-2 {
  opacity: .59;
  background-image: linear-gradient(#000 13%, #fff 56%, #000 89%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.separador-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000004388 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 67px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #efefef;
  letter-spacing: .04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

.div-block-211 {
  height: 47px;
}

.hora {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.checkbox-4 {
  background-color: #96e631;
  border: 1px #000;
}

.checkbox-5 {
  background-color: #ff7bc2;
  border: 1px #000;
}

.checkbox-6 {
  background-color: #ff9e38;
  border: 1px #000;
}

.checkbox-7 {
  background-color: #ffdd5a;
  border: 1px #000;
}

.checkbox-8 {
  z-index: 1;
  border: 1px #000;
  width: 91%;
  height: 84%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-8.w--redirected-checked {
  opacity: 0;
  background-color: #f1f1f100;
}

.checkbox-9 {
  z-index: 1;
  border: 1px #000;
  width: 91%;
  height: 84%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-9.w--redirected-checked {
  opacity: 0;
}

.checkbox-10 {
  z-index: 1;
  border: 1px #000;
  width: 91%;
  height: 84%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-10.w--redirected-checked {
  opacity: 0;
}

.checkbox-11 {
  z-index: 1;
  border: 1px #000;
  width: 91%;
  height: 84%;
  margin-left: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-11.w--redirected-checked {
  opacity: 0;
}

.textcard {
  width: 100%;
  display: flex;
}

.tag-evento {
  opacity: 0;
  color: #000;
  letter-spacing: .04em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5px;
  font-weight: 500;
  line-height: 5px;
  text-decoration: none;
  display: none;
}

.div-block-212 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-138 {
  color: #fff;
  text-align: center;
  font-family: Neuepower, Arial, sans-serif;
  display: block;
}

.visualizacin {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.calendar-2 {
  grid-column-gap: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 128px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.shopping-shipping-discount-coupon {
  filter: invert();
  object-fit: cover;
  overflow: hidden;
}

.text-32 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.calendar-3 {
  grid-column-gap: 12px;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 128px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.collection-list-wrapper-11 {
  flex-flow: column;
  width: auto;
  height: auto;
  padding-bottom: 24px;
  display: none;
  position: relative;
  overflow: auto;
}

.tabs-content-2,
.tab-pane-medell-n,
.tabs-2,
.tabs-content-3 {
  height: auto;
}

.tag-evento-1 {
  color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.div-block-213,
.next {
  font-size: 16px;
  font-weight: 700;
}

.pagination {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 14px;
  padding-left: 30px;
}

.event-title-wrap {
  display: flex;
}

.sector {
  opacity: 1;
  color: #fff;
  border-radius: 0;
  display: none;
}

.formato,
.audience {
  opacity: 0;
  color: #fff;
  display: none;
}

.checkbox-field-filters {
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 37px;
  padding: 6px 7px 2px 27px;
  display: block;
}

.checkbox-label-6-copy {
  color: #000;
}

.checkbox-4-copy {
  background-color: #fff;
  border: 1px solid #000;
}

.checkbox-4-copy.w--redirected-checked {
  background-color: #009542;
}

.checkbox-field-filters-1 {
  border: 1px solid #000;
  border-radius: 4px;
  width: auto;
  height: 37px;
  padding: 7px 7px 2px 27px;
}

.form-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.form-block-5 {
  width: 100%;
  margin-top: 40px;
}

.checkbox-field-filters-2 {
  border: 1px solid #000;
  border-radius: 4px;
  width: auto;
  height: 37px;
  padding: 6px 7px 2px 27px;
}

.tab-pane-tab-5 {
  height: auto;
}

.collection-list-6 {
  height: auto;
  position: relative;
}

.heading-15-sabado {
  color: #fff;
  width: auto;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: none;
}

.tabs-content-4 {
  width: 100%;
}

.text-field-2-copy {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  width: 437px;
  height: 48px;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  line-height: 24px;
  display: none;
}

.filtros-3-mobile {
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.div-block-214 {
  display: flex;
}

.search-icon {
  border: 1px solid #fff;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.checkbox-field-6-copy {
  border: 1px solid #fefefe;
  width: 64px;
  padding: 7px 7px 7px 20px;
  position: relative;
}

.sector-calendario,
.formato-calendario,
.audiencia-calendario {
  opacity: 0;
  color: #000;
  letter-spacing: .04em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5px;
  font-weight: 500;
  line-height: 5px;
  text-decoration: none;
  display: none;
}

.evento-independiente---modal-cal {
  z-index: 30;
  grid-row-gap: 40px;
  opacity: 1;
  background-color: #fff;
  border: 2px solid #000;
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 617px;
  height: auto;
  padding: 32px 40px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 28% 0% auto auto;
  overflow: hidden;
}

.text-block-139 {
  font-family: Neuepower, Arial, sans-serif;
}

.pagination-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-left: 30px;
}

.button-8 {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  max-width: 117px;
  margin-left: 40px;
  font-family: Neuepower, Arial, sans-serif;
  display: none;
}

.listado-de-eventos {
  display: block;
}

.next-2,
.select-field-3,
.calendario-mobile {
  display: none;
}

.calendar-2-mobile {
  grid-column-gap: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 128px;
  padding: 12px 16px;
  text-decoration: none;
  display: none;
}

.tab-link-barranquilla {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
}

.tab-link-barranquilla.w--current {
  background-color: #fff;
  border-radius: 4px;
  font-family: Neuepower, Arial, sans-serif;
}

.empty-state-8 {
  width: 100%;
}

.empty-state-9 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.shopping-shipping-discount-coupon-copy {
  filter: invert();
  object-fit: cover;
  overflow: hidden;
}

.tab-pane-bogot {
  width: auto;
}

.dropdownitem {
  background-color: #cbcbcb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-140 {
  color: #fff;
  font-family: Neuepower, Arial, sans-serif;
}

.collection-item-7 {
  width: auto;
  overflow: visible;
}

.dropdawnhora {
  background-color: #f1e7e780;
  width: 100%;
  height: auto;
  min-height: auto;
}

.dropdown-toggle-3 {
  width: 100%;
  height: auto;
}

.dropdown-list-2 {
  min-height: auto;
}

.dropdown-list-3 {
  height: auto;
}

.dropdown-list-4 {
  height: 100px;
  overflow: visible;
}

.radio-button-field {
  border: 1px solid #faf9f9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
}

.radio-button-label {
  color: #fff;
}

.radio-botton-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.collection-list-wrapper-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: block;
}

.collection-list-7,
.collection-list-8,
.collection-list-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.modal-close {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  display: flex;
}

.div-block-215 {
  width: auto;
  height: 100%;
  position: relative;
}

.pagination-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-left: 30px;
}

.pagination-4 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-left: 30px;
}

.code-embed-2 {
  width: 100%;
  height: 900px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  top: 0;
}

.label-27,
.label-28 {
  display: none;
}

.button-9 {
  color: #000;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.botton-agenda-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.logoscontaineranimslicemobile {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 150%;
  display: none;
  transform: translate(100%);
}

.needregistermodal {
  z-index: 100;
  background-color: #000000b0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-18 {
  color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.heading-19 {
  color: #000;
  text-align: center;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
}

.code-agenda {
  width: 100%;
  height: 900px;
  min-height: 433vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: 0;
}

.button-10 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  display: inline-block;
}

.blur-agenda {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0000009e;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-141 {
  color: #fff;
  text-align: center;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}

.seccion-agenda-interna {
  z-index: 1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.text-blur-agenda {
  z-index: 3;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.div-block-216 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-blur-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-217 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  display: flex;
}

.linktoagendblock {
  z-index: 10;
  background-color: #fdfdfd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 20px 10% auto;
}

.image-50 {
  background-color: #292929fa;
  width: 70%;
  max-width: 90%;
  display: block;
  overflow: clip;
}

.image-51 {
  z-index: 100;
  width: 70%;
  position: static;
}

.code-agenda-2 {
  width: 100%;
  height: 900px;
  min-height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: 0;
}

.link-3-copy {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.link-7 {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.link-3-copy:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
.link-3-copy.w--current {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

@media screen and (min-width: 1920px) {


  .navbar {
    max-width: none;
    padding-left: 80px;
    padding-right: 180px;
  }

  .navbar.techfest {
    padding-right: 100px;
  }

  .navmenu {
    color: #000;
    display: block;
  }

  .navmenu.w--current {
    pointer-events: auto;
    color: #000;
  }

  .container {
    max-width: none;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    padding-left: 80px;
    padding-right: 0;
  }

  .div-block-2 {
    width: 100%;
    padding-top: 40px;
  }

  .text-block.imagecolombia {
    max-width: 200%;
    padding-top: 0;
    font-size: 128px;
  }

  .footer-light {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-3 {
    max-width: none;
  }

  .imagecolombia {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .section-5 {
    max-width: 1920px;
  }

  .container-8 {
    max-width: none;
  }

  .text-block-6 {
    font-size: 90px;
    line-height: 97px;
  }

  .div-block-12 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .container-9,
  .div-block-18 {
    max-width: none;
  }

  .counter {
    font-size: 150px;
    line-height: 100px;
  }

  .carousel-container {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
  }

  .image-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .loadercontainer {
    display: flex;
  }

  .herofromright {
    width: 38%;
    height: auto;
  }

  .herofromleft {
    width: 1000px;
    height: auto;
  }

  .title-h1.two-lines {
    font-size: 71px;
  }

  .containercustom {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .containercustom.dualsection {
    width: 100%;
  }

  .containercustom.joinfetchsec {
    justify-content: center;
    align-items: center;
  }

  .centerfiguresquareanim {
    max-width: 82%;
    margin-right: 0;
  }

  .left-block {
    width: 100%;
  }

  .titlesanimwrapper {
    width: 85%;
  }

  .pagewrappertech {
    max-width: none;
    padding-right: 0;
  }

  .title-inner-pages {
    width: 100%;
    font-size: 145px;
    line-height: 152px;
  }

  .blocks-data {
    width: 587px;
    max-width: 776px;
  }

  .data-section-01 {
    max-width: none;
    padding-right: 40px;
  }

  .data-section-02 {
    padding-left: 40px;
  }

  .columns-data {
    width: 96%;
    margin-left: 0;
  }

  .frame-46861 {
    max-width: 591px;
  }

  .frame-46863 {
    width: 591px;
  }

  .blu,
  .acis,
  .bloomberg,
  .la-republica {
    max-width: 591px;
  }

  .flex-block-19 {
    padding-right: 100px;
  }

  .data-blocks-flex {
    justify-content: space-between;
    align-items: center;
  }

  .logoscontaineranimslice {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
  }

  .image-38 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .herofromright-1 {
    height: auto;
  }

  .imagecolombia-hero {
    width: 100%;
    max-width: 200%;
    height: auto;
  }

  .bold-text-4 {
    width: 99.3767%;
    font-size: 90px;
    line-height: 73px;
  }

  .subtitle-h3-forms-2 {
    font-size: 20px;
  }

  .tech-week {
    height: 685px;
  }

  .title-style-3 {
    grid-row-gap: 18px;
  }

  .toggle {
    opacity: 0;
  }

  .vector {
    z-index: 1;
    position: relative;
  }

  .filtros {
    background-color: #fff;
  }

  .key-partners {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .text-13 {
    max-width: none;
    padding-left: 43px;
  }

  .platinum {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
  }

  .text-14 {
    max-width: none;
    padding-left: 43px;
  }

  .diamond {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
  }

  .text-15 {
    max-width: none;
    padding-left: 43px;
  }

  .silver {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .text-16 {
    max-width: none;
    padding-left: 43px;
  }

  .gold {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .text-17 {
    max-width: none;
    padding-left: 43px;
  }

  .bronce {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .text-18 {
    max-width: none;
    padding-left: 43px;
  }

  .partners-wrap-ctw {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .toggle-img {
    position: relative;
  }

  .image-46 {
    z-index: 0;
    opacity: 0;
    position: absolute;
    inset: .1% auto 0% 0%;
  }

  .partners-wrap-ctf {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .wayuu {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .muisca {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
  }

  .inca {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
  }

  .chibcha {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .navmenu-partners {
    color: #000;
    display: flex;
  }

  .navmenu-partners.w--current {
    pointer-events: auto;
    color: #000;
  }

  .partners-wrap-ctw-es {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .title-inner-pages-copy {
    width: 100%;
    font-size: 145px;
    line-height: 152px;
  }

  .text-block-133,
  .text-block-134,
  .text-block-135 {
    font-family: Neuepower, Arial, sans-serif;
  }

  .tab-link-tab-1-8 {
    color: #000;
    background-color: #fff;
    padding-right: 16px;
  }

  .tab-link-tab-1-8.w--current {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
  }

  .tab-link-tab-2-3 {
    color: #000;
    background-color: #fff;
  }

  .tab-link-tab-2-3.w--current {
    background-color: #000;
    border-radius: 4px;
  }

  .tab-link-tab-3-2 {
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-3-2.w--current {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
  }

  .tabs-menu-4 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    border-bottom: 1px solid #000;
    display: flex;
  }

  .container-10 {
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 21px;
  }

  .text-here-6 {
    line-height: 14px;
  }

  .chips---agenda-ctw-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-here-7 {
    line-height: 14px;
  }

  .frame-1000004384 {
    grid-row-gap: 8px;
    margin-top: 16px;
  }

  .chips---agenda-ctw-5 {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 14px;
  }

  .text-here-8 {
    line-height: 17px;
  }

  .chips---agenda-ctw-6 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-here-9,
  .text-here-10,
  .text-here-11 {
    line-height: 14px;
  }

  .logoscontaineranimslicemobile {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
  }
}

@media screen and (max-width: 1400px) {

  .collection-list-wrapper-3,
  .collection-list-wrapper-4,
  .collection-list-wrapper-5,
  .collection-list-wrapper-6,
  .collection-list-wrapper-7 {
    padding-left: 16px;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {

  .collection-list-wrapper-3,
  .collection-list-wrapper-4,
  .collection-list-wrapper-5,
  .collection-list-wrapper-6,
  .collection-list-wrapper-7 {
    padding-left: 16px;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 40px;
  }

  .text-block.imagecolombia {
    width: 89%;
    font-size: 100px;
  }

  .div-block-5 {
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .div-block-18 {
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cardinfo.cardrose,
  .cardinfo.cardorange,
  .cardinfo.yellow,
  .cardinfo.green {
    width: 100%;
    height: auto;
  }

  .seccion-agenda {
    display: flex;
  }

  .text-block-17 {
    font-size: 40px;
    line-height: 40px;
  }

  .rosesquare {
    width: 32px;
    max-width: none;
    height: 32px;
  }

  .imagecard.imagecard1 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .imagecard.imagecard2,
  .imagecard.imagecard3 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .tech-fest-section {
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-11 {
    display: none;
  }

  .title-section {
    width: auto;
  }

  .title-section.title-grande-4k {
    text-align: center;
  }

  .containercustom {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-title {
    font-size: 48px;
    line-height: 48px;
  }

  .left-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .inner-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-20,
  .tabs {
    width: 100%;
  }

  .data-blocks-flex {
    flex-flow: column;
  }

  .privacy-container {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-02-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .ecosystem-game-changers {
    z-index: 5;
    position: relative;
  }

  .filter {
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .collection-item {
    padding-bottom: 24px;
  }

  .title-section-copy {
    width: auto;
  }

  .title-section-copy.title-grande-4k {
    text-align: center;
  }

  .heading-16 {
    width: auto;
  }

  .filters-overlay {
    display: none;
  }

  .evento-independiente---modal {
    display: none;
    transform: none;
  }

  .form-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dia-del-evento,
  .ciudad,
  .ciudad-del-evento,
  .sector,
  .formato,
  .audience {
    display: none;
  }

  .text-block-141 {
    font-size: 40px;
    line-height: 40px;
  }

  .seccion-agenda-interna {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar.techfest {
    padding-bottom: 0;
  }

  .navmenu {
    color: #fff;
    margin-left: 0;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
  }

  .navmenu.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 24px;
  }

  .container:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
  .container:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
    overflow: visible;
  }

  .div-block {
    width: 40px;
    height: 40px;
    display: none;
  }

  .custombutton {
    text-align: center;
    width: 100%;
  }

  .custombutton.secondary {
    text-align: center;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .custombutton.white {
    width: 300px;
    height: 40px;
    position: static;
  }

  .custombutton.navbarbutton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    display: none;
    position: static;
  }

  .custombutton.navbarbutton.mobile {
    display: block;
  }

  .nav-menu {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .container-2 {
    min-height: 600px;
    padding-top: 0;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .text-block.imagecolombia {
    vertical-align: middle;
    width: 103%;
    font-size: 42px;
    line-height: 60px;
  }

  .text-block-2.title-wrap.imagecolombia {
    font-size: 24px;
  }

  .div-block-4 {
    align-self: center;
    width: 100%;
  }

  .div-block-5 {
    display: none;
  }

  .div-block-6.title-wrap.herofrombottom {
    width: 100%;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two {
    align-items: center;
    margin: 40px auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-social-block-two {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .text-block-4 {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: stretch;
  }

  .link {
    padding-top: 10px;
  }

  .textfooter {
    pointer-events: auto;
    color: #96e631;
    text-align: left;
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 52px;
    line-height: 62px;
    text-decoration: none;
  }

  .smooth-section.titlestl-section {
    padding-top: 200px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .section-5 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-10 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-6 {
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-8 {
    margin-left: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
  }

  .div-block-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-14 {
    background-color: #009542;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    position: fixed;
    inset: auto 0% 0%;
  }

  .copy-desk,
  .div-block-16,
  .div-block-17 {
    display: none;
  }

  .container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .text-block-11 {
    margin-left: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .counter {
    font-size: 70px;
  }

  .logo-image {
    width: auto;
    max-width: 180px;
  }

  .text-block-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-24 {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .show-perfil1.card1 {
    width: auto;
    max-height: none;
    font-size: 24px;
    line-height: 32px;
    top: 10px;
  }

  .show-perfil1.card2,
  .show-perfil1.card3 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    display: block;
    top: 10px;
  }

  .cardinfo.cardrose,
  .cardinfo.cardorange,
  .cardinfo.yellow,
  .cardinfo.green {
    width: 100%;
    height: 530px;
    padding-top: 0;
  }

  .seccion-agenda {
    min-height: 600px;
    display: flex;
  }

  .carousel-container {
    margin-top: 40px;
  }

  .image-container {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 220px;
  }

  .agenda {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-34 {
    display: flex;
  }

  .text-block-17 {
    font-size: 40px;
    line-height: 44px;
  }

  .button {
    text-align: center;
    width: 90%;
  }

  .rosesquare {
    top: 80px;
  }

  .value-wrapper {
    height: 2200px;
  }

  .horizontal-wrapper {
    display: none;
  }

  .logo-car {
    width: auto;
    transform: scale(1);
  }

  .bigtextone {
    font-size: 28px;
    line-height: 34px;
  }

  .rosesquares {
    left: auto;
    right: 5px;
  }

  .squaregreen {
    top: 80px;
  }

  .greensquares.center {
    right: 20px;
  }

  .orangesquare {
    top: 80px;
  }

  .orangesquares {
    top: 60%;
    right: 5px;
  }

  .shadowlogossec {
    display: none;
    box-shadow: 8px 0 16px 12px #020202;
  }

  .infocardtext.card2,
  .infocardtext.card3 {
    display: block;
  }

  .imagecard.imagecard1 {
    vertical-align: middle;
    background-image: url('../images/Foto-speaker.svg');
    background-position: 50%;
    background-size: auto;
    width: 583.688px;
    min-width: 300px;
    max-width: none;
    height: 360px;
    min-height: auto;
    position: relative;
    left: -137px;
  }

  .imagecard.imagecard2 {
    width: 583.328px;
    min-width: 300px;
    max-width: none;
    height: 360px;
    min-height: auto;
    position: relative;
    left: -136px;
  }

  .imagecard.imagecard3 {
    width: 583.688px;
    min-width: 300px;
    height: 360px;
    min-height: auto;
    position: relative;
    left: -79px;
  }

  .image-5 {
    width: 36px;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 0;
  }

  .image-6 {
    width: 36px;
    margin-left: 40px;
    margin-right: 0;
  }

  .loadercontainer {
    display: none;
  }

  .loadercontainer.loaderrosevariant {
    display: flex;
  }

  .loader-img.loader-img-2 {
    opacity: 0;
    width: 800px;
    max-width: none;
  }

  .loader-img.loader-img-1 {
    width: 800px;
    max-width: none;
  }

  .navbarlogowhite {
    opacity: 100;
    width: 160px;
    display: block;
  }

  .navbarlogoswrapper {
    width: 140px;
  }

  .navbarlogoswrapper.w--current {
    height: 40px;
  }

  .title-h1 {
    width: 100%;
    max-width: 320px;
    max-height: none;
    margin: 0 auto;
    font-size: 40px;
    line-height: 44px;
  }

  .tech-fest-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .flex-block-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    z-index: 2;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    visibility: hidden;
    max-width: 100%;
    height: 0;
  }

  .title-section {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .title-section.title-grande-4k {
    width: 99.9999%;
    font-size: 40px;
  }

  .containercustom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .containercustom.dualsection {
    padding-top: 100px;
    padding-left: 60px;
    top: -60px;
  }

  .containercustom.joinfetchsec {
    justify-content: space-between;
    align-items: center;
    padding: 40px 1rem;
  }

  .text-block-100 {
    text-align: center;
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-100.text-grande-4k {
    text-align: center;
    display: block;
  }

  .banner-title {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-parr {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .centerfiguresquareanim {
    max-width: none;
    height: 90px;
    margin-left: 0;
    display: none;
    position: static;
  }

  .left-block {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .input-wrapper {
    margin-bottom: 20px;
  }

  .form-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .text-field {
    width: 100%;
  }

  .field-label {
    text-wrap: wrap;
    font-size: 14px;
  }

  .field-label.text-grande-4k {
    font-size: 14px;
  }

  .submit-button {
    width: auto;
  }

  .submit-button.sponsorssubmitbut {
    margin-left: 0;
  }

  .titlesanimwrapper {
    padding-left: 0;
  }

  .bigtexttwo,
  .bigtextthree {
    font-size: 28px;
    line-height: 33px;
  }

  .titlesanimcontainer {
    height: 450px;
  }

  .rightsquares {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .rosesquare2 {
    width: 31px;
    margin-left: auto;
    margin-right: auto;
    top: -65px;
    left: 0;
    right: 0;
  }

  .rosessquares2 {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 -140px;
  }

  .inner-hero {
    width: 100vw;
    max-width: 100%;
    height: auto;
    max-height: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .title-inner-pages {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .image-14 {
    width: auto;
    max-width: none;
    height: 65px;
    overflow: clip;
  }

  .image-14:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
    display: inline-flex;
  }

  .blocks-data {
    max-width: 100%;
    min-height: 340px;
    padding-top: 3rem;
    padding-left: 2rem;
    position: relative;
  }

  .data-numb {
    font-size: 40px;
    line-height: 40px;
  }

  .data-inner-text {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .data-inner-parr {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .data-wrapper {
    flex-flow: column;
    height: 100%;
    min-height: 200px;
  }

  .column-fake-wrapper.first-col {
    width: 100%;
    height: auto;
  }

  .column-fake-wrapper.second-col,
  .column-fake-wrapper.third-col {
    margin-top: 10px;
  }

  .data-section-01 {
    height: auto;
    margin-bottom: 40px;
    padding: 40px 16px 0;
  }

  .data-section-02 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 16px;
  }

  .left-title {
    width: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .tag-section {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .tag,
  .left-title-wrapper {
    width: auto;
  }

  .columns-data {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    max-height: none;
    position: static;
  }

  .columns_growth {
    width: 100%;
  }

  .data-col {
    max-width: 100%;
  }

  .dual-section {
    height: auto;
    min-height: 700px;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .img-mid {
    display: none;
  }

  .left-block-nomargin {
    max-width: 100%;
    height: auto;
    padding-top: 0;
  }

  .left-title-40 {
    width: 85%;
    font-size: 32px;
    line-height: 36px;
  }

  .left-title-wrapper-02 {
    width: 90%;
  }

  .slider-txt {
    text-align: left;
    width: 85%;
    font-size: 20px;
    line-height: 24px;
  }

  .img-block-slider {
    flex-flow: row;
    display: block;
  }

  .frame-46816 {
    padding: 40px 16px;
  }

  .become-a-volunteer {
    font-family: Neuepower, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .press {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ctw-making-headlines {
    font-family: Neuepower, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .frame-46861 {
    max-width: none;
    padding-top: 0;
  }

  .frame-46862 {
    padding-top: 40px;
  }

  .data-wrapper-min {
    flex-flow: column;
  }

  .section-10 {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 0;
  }

  .title-h1-white {
    width: 100%;
    padding-right: 16px;
    font-size: 40px;
    line-height: 40px;
  }

  .data-linkedin {
    min-width: 300px;
    max-width: none;
    height: 400px;
  }

  .attendees {
    width: 95%;
  }

  .texture,
  .decor-elmnt {
    display: none;
  }

  .hirinsection {
    flex-flow: row;
    width: 100%;
    position: static;
    overflow: visible;
  }

  .attendee-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 1.5rem;
  }

  .step1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cardssectioncontainer {
    height: auto;
  }

  .image-16,
  .image-17,
  .image-18 {
    display: none;
  }

  .barsinfosection {
    height: 2000px;
  }

  .timelinedualsection {
    height: 4000px;
    margin-top: 0;
    padding-top: 60px;
  }

  .step2form.entrepreneur,
  .step2form.investor,
  .step2form.general {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flex-block-14 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .subtitle-h3-forms {
    font-size: 16px;
  }

  .linkedinsection {
    height: 4000px;
    position: relative;
  }

  .div-block-43 {
    position: static;
    overflow: hidden;
  }

  .flex-block-16 {
    flex-flow: column;
  }

  .image-20 {
    width: 100%;
    display: none;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 104px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-101 {
    text-wrap: nowrap;
    width: auto;
  }

  .tab-link-attendees {
    flex: 0 auto;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .tab-link-attendees.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-sponsors,
  .tab-link-host {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-hero-forms {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .host-form-sec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 1rem;
  }

  .step2wrapper {
    display: flex;
  }

  .flex-block-17 {
    padding-bottom: 20px;
  }

  .input-wrapper-host,
  .flex-vertical-input {
    margin-bottom: 20px;
  }

  .menu-button {
    width: 100%;
    height: 100%;
    position: static;
  }

  .image-21,
  .image-22 {
    display: none;
  }

  .div-block-45,
  .div-block-46,
  .div-block-47,
  .div-block-48 {
    display: flex;
  }

  .image-23,
  .image-24,
  .image-25,
  .image-26 {
    margin-right: 20px;
  }

  .menumobile {
    width: 25%;
    display: block;
  }

  .menumobilewrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #009542;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 16px;
    display: flex;
    position: fixed;
    inset: 0% 0;
    transform: translate(101vw);
  }

  .menumobilewrapper:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
  .menumobilewrapper:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
    transform: translate(101vw);
  }

  .menumobilewrapper.menumobiletechfest {
    z-index: 100;
    transform: translate(101vw);
  }

  .div-block-49 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .div-block-50 {
    display: none;
  }

  .button-2 {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: Manrope, sans-serif;
    font-weight: 700;
  }

  .div-block-51 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-52,
  .div-block-53 {
    display: flex;
  }

  .div-block-54 {
    display: flex;
    transform: translate(0);
  }

  .div-block-56 {
    width: 100%;
  }

  .flex-block-20 {
    width: 100%;
    padding-left: 20px;
  }

  .socials_mov_navbar {
    color: #fff;
  }

  .centerfiguremobile {
    display: none;
  }

  .body-3 {
    max-width: 100vw;
    overflow: visible;
  }

  .body-3:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
    max-height: 100vw;
    overflow: hidden;
  }

  .section-11 {
    width: 100%;
    overflow: hidden;
  }

  .section-11:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
    width: 100%;
    max-height: 100vw;
    overflow: hidden;
  }

  .div-block-58 {
    width: 100%;
  }

  .linkedingtl {
    max-width: none;
    height: 400px;
  }

  .image-27,
  .image-28,
  .image-29 {
    width: 32px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .image-30,
  .image-31,
  .image-32 {
    display: none;
  }

  .rosesquare3 {
    width: 31px;
    top: -60px;
    left: 20px;
  }

  .rosesquares3 {
    bottom: -80px;
    right: 40px;
  }

  .swiper {
    display: block;
    position: relative;
  }

  .swiper-slide,
  .swiper-slide.swiper-cards {
    display: block;
  }

  .arrowsslider {
    background-color: #fff;
    border: 2px solid #009542;
    border-radius: 0;
    width: 40px;
    height: 40px;
    position: relative;
    transform: none;
  }

  .navigation {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    display: flex;
    position: static;
    bottom: -90px;
  }

  .swiper-wrapper {
    display: block;
  }

  .image-33 {
    width: 10px;
    margin: auto;
    position: absolute;
    inset: 0%;
    transform: rotate(-180deg);
  }

  .image-34 {
    width: 10px;
    margin: auto;
    position: absolute;
    inset: 0%;
  }

  .text-2 {
    z-index: 20;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
  }

  .text-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .close-overlay {
    inset: 2% 4% auto auto;
  }

  .overlay-form-techfest {
    width: 90%;
    max-width: 343px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-form-techfest.orange {
    justify-content: center;
    align-items: flex-start;
    max-width: 320px;
    display: flex;
  }

  .overlay-form-techfest.needregister {
    grid-row-gap: 30px;
    height: 250px;
    padding: 20px;
  }

  .overlay {
    display: none;
  }

  .data-blocks-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 0%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .temsandconditionswrapper {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    justify-content: center;
  }

  .div-block-60 {
    margin-top: 0;
  }

  .div-block-61 {
    z-index: 100;
    position: sticky;
    top: 0;
  }

  .hoststep2,
  .hoststep3,
  .hoststep4 {
    padding-top: 40px;
  }

  .menu-button-2 {
    width: 100%;
  }

  .flex-block-21 {
    justify-content: center;
    align-items: center;
  }

  .copy-mobile {
    color: #fff;
    display: block;
  }

  .desk-icon {
    display: none;
  }

  .mobile-icon {
    width: 24px;
    max-width: none;
    display: inline-block;
  }

  .label-7 {
    padding-top: 20px;
  }

  .label-7.text-grande-4k {
    padding-top: 0;
    line-height: 20px;
  }

  .label-8 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .label-8.text-grande-4k {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .label-9 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .label-9.text-grande-4k {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .label-10 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .label-10.text-grande-4k {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .flex-block-23 {
    align-items: center;
  }

  .wrapperlogosanimslice {
    width: 100%;
    margin-bottom: 60px;
    position: static;
  }

  .logoscontaineranimslice {
    display: none;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 100%;
  }

  .section-12 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-105 {
    width: 100%;
  }

  .privacy-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 0 16px 0 0;
  }

  .block-02-copy {
    max-width: 100%;
  }

  .inner-hero-policy {
    max-height: 380px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-37 {
    width: 100%;
    display: block;
  }

  .bold-text-4 {
    text-align: left;
  }

  .subtitle-h3-forms-2 {
    font-size: 16px;
  }

  .form-row-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .input-wrapper-op0 {
    margin-bottom: 20px;
  }

  .swiper-wrapper-3 {
    display: block;
  }

  .form-row-p2,
  .form-row-p3,
  .form-row-p4,
  .form-row-p1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .tab-link-tab-1-2 {
    flex: 0 auto;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .tab-link-tab-1-2.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1-5 {
    flex: 0 auto;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .tab-link-tab-1-5.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step2form-3.investor-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-row-phone {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .dropdown-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 93px;
    display: flex;
  }

  .dropdown-link,
  .dropdown-link-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .investor-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 1.5rem;
  }

  .title-style-3 {
    width: 141.813%;
  }

  .ecosystem-game-changers {
    width: 100%;
    font-size: 58px;
    line-height: 62px;
  }

  .text-10 {
    display: none;
  }

  .toggle-ctw {
    width: 99px;
  }

  .text-11 {
    display: none;
  }

  .layer_1 {
    width: 164px;
    height: auto;
    top: 91%;
    left: 58%;
  }

  .layer_2 {
    width: 164px;
    height: auto;
    top: 91%;
    left: 0%;
  }

  .layter_3 {
    width: 164px;
    height: auto;
    display: none;
    top: 91%;
    left: 58%;
  }

  .layter_4 {
    width: 164px;
    display: none;
    top: 91%;
    left: 0%;
  }

  .filtros {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .filter {
    grid-column-gap: 25px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .key-partners {
    padding-bottom: 16px;
  }

  .text-13 {
    padding-left: 16px;
    font-size: 40px;
  }

  .platinum {
    padding-bottom: 16px;
  }

  .text-14 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .diamond {
    padding-bottom: 16px;
  }

  .text-15 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .silver {
    padding-bottom: 16px;
  }

  .text-16 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .gold {
    padding-bottom: 16px;
  }

  .text-17 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .bronce {
    padding-bottom: 16px;
  }

  .text-18 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .collection-list-wrapper-2 {
    padding-left: 16.5px;
  }

  .collection-item {
    width: 183px;
    height: 183px;
    padding-bottom: 24px;
  }

  .collection-list-wrapper-3 {
    padding-left: 16.5px;
  }

  .partner-card-2 {
    width: 100%;
    padding: 13px;
  }

  .collection-item-2 {
    width: 100%;

  }

  .collection-list-wrapper-3,
  .collection-list-wrapper-4,
  .collection-list-wrapper-5,
  .collection-list-wrapper-6,
  .collection-list-wrapper-7 {
    padding-left: 16px;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #Platinum .collection-item,
  #Platinum .partner-card-1,
  #Platinum .collection-list .w-dyn-items .w-row {
    width: 122px !important;
    height: 122px !important;
  }

  #Diamond .collection-list-wrapper-4 .collection-item-2 {
    width: 122px;
    min-width: 122px;
    height: 122px;
  }

  #Platinum .partner-card-1 .image-45 {
    width: 96px !important;
    height: 96px !important;
    max-width: none !important;
  }

  .collection-list-wrapper-2-ctf {
    padding-left: 16.5px;
  }

  .partner-card-2-ctf {
    width: 100%;
    padding: 13px;
  }

  .wayuu,
  .muisca,
  .inca,
  .chibcha {
    padding-bottom: 16px;
  }

  .separador {
    display: none;
  }

  .text-10-mobile,
  .text-11-mobile {
    display: flex;
  }

  .navmenu-partners {
    color: #fff;
    margin-left: 0;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
  }

  .navmenu-partners.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
  }

  .form-row5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .dropdown-toggle-2 {
    display: none;
  }

  .collection-item-3,
  .collection-item-4,
  .collection-item-5 {
    width: 122px;
    height: 122px;
  }

  .collection-list-wrapper-8 {
    padding-left: 16px;
  }

  .loading-text {
    justify-content: center;
    align-items: flex-end;
    bottom: auto;
    right: auto;
  }

  .div-block-101 {
    display: flex;
  }

  .title-inner-pages-copy {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    font-size: 48px;
    line-height: 48px;
  }

  .tab-link-investor {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: static;
  }

  .tab-link-investor.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .submit-wrap {
    justify-content: center;
    align-items: center;
  }

  .text-block-117 {
    width: 65px;
  }

  .form-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reg-link {
    display: none;
  }

  .label-21 {
    margin-bottom: 20px;
  }

  .label-23 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .div-block-200,
  .div-block-33-copy {
    text-align: left;
  }

  .link-4 {
    color: #000;
    font-weight: 400;
    text-decoration-color: #000;
  }

  .link-4.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
  }

  .link-5 {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration-color: #000;
    text-decoration: underline;
  }

  .link-5.w--current {
    color: #fff;
    text-decoration: underline;
  }

  .text-block-119 {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-203 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    display: flex;
  }

  .flex-block-36 {
    width: 100%;
  }

  .title-section-copy {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .title-section-copy.title-grande-4k {
    width: 99.9999%;
    font-size: 45px;
  }

  .flex-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-38,
  .flex-block-39 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-204 {
    grid-column-gap: .54rem;
    grid-row-gap: .54rem;
    flex-flow: column;
    display: flex;
  }

  .link-6 {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .link-6.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .text-3-copy {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 64px;
  }

  .tab-link-tab-1-6 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-1-6.w--current,
  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu-2 {
    width: auto;
    padding-left: 0;
  }

  .heading-15 {
    width: auto;
  }

  .day-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .filter-2-type {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
  }

  .info-wrap {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
  }

  .lugar {
    height: 24px;
  }

  .info-type-wrap {
    flex-flow: wrap;
    width: 126%;
  }

  .hora-evento {
    width: 55%;
  }

  .heading-16 {
    width: 100%;
    height: 95%;
  }

  .evento {
    margin-left: 0;
    margin-right: 0;
  }

  .panelista-hora {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    width: 114%;
  }

  .day-search {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .text-field-2 {
    width: 258px;
    display: none;
  }

  .searchbar,
  .tabs-menu-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .filters-overlay {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .panelista {
    width: auto;
  }

  .evento-independiente---modal {
    transform: translate(100vw);
  }

  .sublabel {
    text-wrap: wrap;
    font-size: 14px;
  }

  .sublabel.text-grande-4k {
    font-size: 14px;
  }

  .filters-wrap {
    justify-content: center;
    align-items: center;
  }

  .form-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .dia-del-evento {
    opacity: 0;
    font-size: 5px;
    line-height: 5px;
    display: none;
  }

  .form-block-4 {
    justify-content: center;
    align-items: center;
  }

  .tags {
    width: auto;
    font-size: 5px;
    line-height: 5px;
    display: none;
  }

  .ciudad {
    padding: 0;
  }

  .ciudad-del-evento {
    font-size: 8px;
    line-height: 8px;
    display: none;
  }

  .day-wraper,
  .search-field-filters {
    display: none;
  }

  .heading-15-lunes,
  .heading-15-martes,
  .heading-15-miercoles,
  .heading-15-jueves,
  .heading-15-viernes {
    width: auto;
  }

  .tag-filters {
    display: none;
  }

  .filters-wraper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .dia-1 {
    height: 100%;
  }

  .calendar-grid-wrap,
  .separador-2 {
    display: none;
  }

  .frame-1000004388 {
    height: 599.805px;
  }

  .tag-evento {
    display: none;
  }

  .visualizacin {
    grid-column-gap: 13px;
  }

  .calendar-2 {
    width: auto;
    display: none;
  }

  .text-32 {
    display: none;
  }

  .calendar-3 {
    width: auto;
  }

  .text-33 {
    display: none;
  }

  .collection-list-wrapper-11 {
    display: flex;
  }

  .event-title-wrap {
    flex-flow: wrap;
  }

  .sector,
  .formato,
  .audience {
    font-size: 8px;
    line-height: 8px;
    display: none;
  }

  .checkbox-label-6-copy {
    white-space: nowrap;
    word-break: keep-all;
    width: auto;
  }

  .heading-15-sabado {
    width: auto;
  }

  .text-field-2-copy {
    width: 200px;
    display: block;
  }

  .filtros-3-mobile {
    display: flex;
  }

  .sector-calendario,
  .formato-calendario,
  .audiencia-calendario {
    display: none;
  }

  .evento-independiente---modal-cal {
    transform: translate(100vw);
  }

  .listado-de-eventos {
    display: none;
  }

  .dropdown-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .select-field-3 {
    color: #878787;
    background-color: #f3f3f300;
    width: 50%;
    height: 50px;
    font-family: Neuepower, Arial, sans-serif;
    display: flex;
  }

  .slider {
    background-color: #ddd0;
    height: 100%;
  }

  .calendario-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: 600px;
    grid-template-columns: .25fr 82%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slide {
    width: 100%;
  }

  .slide-nav {
    display: none;
  }

  .icon-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .right-arrow {
    top: -55px;
  }

  .left-arrow {
    top: -55px;
    left: -20px;
  }

  .icon-3 {
    border: 1px #fff;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .calendar-2-mobile {
    width: auto;
  }

  .code-embed-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logoscontaineranimslicemobile {
    display: flex;
  }

  .heading-18 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-19 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .code-agenda {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-10 {
    text-align: center;
    width: 90%;
  }

  .blur-agenda {
    text-align: left;
  }

  .text-block-141 {
    font-size: 40px;
    line-height: 44px;
  }

  .seccion-agenda-interna {
    min-height: 600px;
    display: flex;
  }

  .text-blur-agenda {
    display: flex;
  }

  .div-block-217 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .code-agenda-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar.techfest {
    padding-bottom: 0;
  }

  .navmenu {
    color: #fff;
    margin-left: 0;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
  }

  .navmenu.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 24px;
  }

  .container:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
  .container:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
    overflow: visible;
  }

  .div-block {
    width: 40px;
    height: 40px;
    display: none;
  }

  .custombutton {
    text-align: center;
    width: 100%;
  }

  .custombutton.secondary {
    text-align: center;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .custombutton.white {
    width: 300px;
    height: 40px;
    position: static;
  }

  .custombutton.navbarbutton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    display: none;
    position: static;
  }

  .custombutton.navbarbutton.mobile {
    display: block;
  }

  .nav-menu {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .container-2 {
    min-height: 600px;
    padding-top: 0;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .text-block.imagecolombia {
    vertical-align: middle;
    width: 103%;
    font-size: 42px;
    line-height: 60px;
  }

  .text-block-2.title-wrap.imagecolombia {
    font-size: 24px;
  }

  .div-block-4 {
    align-self: center;
    width: 100%;
  }

  .div-block-5 {
    display: none;
  }

  .div-block-6.title-wrap.herofrombottom {
    width: 100%;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two {
    align-items: center;
    margin: 40px auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-social-block-two {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .text-block-4 {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: stretch;
  }

  .link {
    padding-top: 10px;
  }

  .textfooter {
    pointer-events: auto;
    color: #96e631;
    text-align: left;
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 52px;
    line-height: 62px;
    text-decoration: none;
  }

  .smooth-section.titlestl-section {
    padding-top: 200px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .section-5 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-10 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-6 {
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-8 {
    margin-left: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
  }

  .div-block-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-14 {
    background-color: #009542;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    position: fixed;
    inset: auto 0% 0%;
  }

  .copy-desk,
  .div-block-16,
  .div-block-17 {
    display: none;
  }

  .container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .text-block-11 {
    margin-left: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .counter {
    font-size: 70px;
  }

  .logo-image {
    width: auto;
    max-width: 180px;
  }

  .text-block-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-24 {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .show-perfil1.card1 {
    width: auto;
    max-height: none;
    font-size: 24px;
    line-height: 32px;
    top: 10px;
  }

  .show-perfil1.card2,
  .show-perfil1.card3 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    display: block;
    top: 10px;
  }

  .cardinfo.cardrose,
  .cardinfo.cardorange,
  .cardinfo.yellow,
  .cardinfo.green {
    width: 100%;
    height: 530px;
    padding-top: 0;
  }

  .seccion-agenda {
    min-height: 600px;
    display: flex;
  }

  .carousel-container {
    margin-top: 40px;
  }

  .image-container {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 220px;
  }

  .agenda {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-34 {
    display: flex;
  }

  .text-block-17 {
    font-size: 40px;
    line-height: 44px;
  }

  .button {
    text-align: center;
    width: 90%;
  }

  .rosesquare {
    top: 80px;
  }

  .value-wrapper {
    height: 2200px;
  }

  .horizontal-wrapper {
    display: none;
  }

  .logo-car {
    width: auto;
    transform: scale(1);
  }

  .bigtextone {
    font-size: 28px;
    line-height: 34px;
  }

  .rosesquares {
    left: auto;
    right: 5px;
  }

  .squaregreen {
    top: 80px;
  }

  .greensquares.center {
    right: 20px;
  }

  .orangesquare {
    top: 80px;
  }

  .orangesquares {
    top: 60%;
    right: 5px;
  }

  .shadowlogossec {
    display: none;
    box-shadow: 8px 0 16px 12px #020202;
  }

  .infocardtext.card2,
  .infocardtext.card3 {
    display: block;
  }

  .imagecard.imagecard1 {
    vertical-align: middle;
    background-image: url('../images/Foto-speaker.svg');
    background-position: 50%;
    background-size: auto;
    width: 583.688px;
    min-width: 300px;
    max-width: none;
    height: 360px;
    min-height: auto;
    position: relative;
    left: -137px;
  }

  .imagecard.imagecard2 {
    width: 583.328px;
    min-width: 300px;
    max-width: none;
    height: 360px;
    min-height: auto;
    position: relative;
    left: -136px;
  }

  .imagecard.imagecard3 {
    width: 583.688px;
    min-width: 300px;
    height: 360px;
    min-height: auto;
    position: relative;
    left: -79px;
  }

  .image-5 {
    width: 36px;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 0;
  }

  .image-6 {
    width: 36px;
    margin-left: 40px;
    margin-right: 0;
  }

  .loadercontainer {
    display: none;
  }

  .loadercontainer.loaderrosevariant {
    display: flex;
  }

  .loader-img.loader-img-2 {
    opacity: 0;
    width: 800px;
    max-width: none;
  }

  .loader-img.loader-img-1 {
    width: 800px;
    max-width: none;
  }

  .navbarlogowhite {
    opacity: 100;
    width: 160px;
    display: block;
  }

  .navbarlogoswrapper {
    width: 140px;
  }

  .navbarlogoswrapper.w--current {
    height: 40px;
  }

  .title-h1 {
    width: 100%;
    max-width: 320px;
    max-height: none;
    margin: 0 auto;
    font-size: 40px;
    line-height: 44px;
  }

  .tech-fest-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .flex-block-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    z-index: 2;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    visibility: hidden;
    max-width: 100%;
    height: 0;
  }

  .title-section {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .title-section.title-grande-4k {
    width: 99.9999%;
    font-size: 40px;
  }

  .containercustom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .containercustom.dualsection {
    padding-top: 100px;
    padding-left: 60px;
    top: -60px;
  }

  .containercustom.joinfetchsec {
    justify-content: space-between;
    align-items: center;
    padding: 40px 1rem;
  }

  .text-block-100 {
    text-align: center;
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-100.text-grande-4k {
    text-align: center;
    display: block;
  }

  .banner-title {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-parr {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .centerfiguresquareanim {
    max-width: none;
    height: 90px;
    margin-left: 0;
    display: none;
    position: static;
  }

  .left-block {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .input-wrapper {
    margin-bottom: 20px;
  }

  .form-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .text-field {
    width: 100%;
  }

  .field-label {
    text-wrap: wrap;
    font-size: 14px;
  }

  .field-label.text-grande-4k {
    font-size: 14px;
  }

  .submit-button {
    width: auto;
  }

  .submit-button.sponsorssubmitbut {
    margin-left: 0;
  }

  .titlesanimwrapper {
    padding-left: 0;
  }

  .bigtexttwo,
  .bigtextthree {
    font-size: 28px;
    line-height: 33px;
  }

  .titlesanimcontainer {
    height: 450px;
  }

  .rightsquares {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .rosesquare2 {
    width: 31px;
    margin-left: auto;
    margin-right: auto;
    top: -65px;
    left: 0;
    right: 0;
  }

  .rosessquares2 {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 -140px;
  }

  .inner-hero {
    width: 100vw;
    max-width: 100%;
    height: auto;
    max-height: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .title-inner-pages {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .image-14 {
    width: auto;
    max-width: none;
    height: 65px;
    overflow: clip;
  }

  .image-14:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
    display: inline-flex;
  }

  .blocks-data {
    max-width: 100%;
    min-height: 340px;
    padding-top: 3rem;
    padding-left: 2rem;
    position: relative;
  }

  .data-numb {
    font-size: 40px;
    line-height: 40px;
  }

  .data-inner-text {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .data-inner-parr {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .data-wrapper {
    flex-flow: column;
    height: 100%;
    min-height: 200px;
  }

  .column-fake-wrapper.first-col {
    width: 100%;
    height: auto;
  }

  .column-fake-wrapper.second-col,
  .column-fake-wrapper.third-col {
    margin-top: 10px;
  }

  .data-section-01 {
    height: auto;
    margin-bottom: 40px;
    padding: 40px 16px 0;
  }

  .data-section-02 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 16px;
  }

  .left-title {
    width: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .tag-section {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .tag,
  .left-title-wrapper {
    width: auto;
  }

  .columns-data {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    max-height: none;
    position: static;
  }

  .columns_growth {
    width: 100%;
  }

  .data-col {
    max-width: 100%;
  }

  .dual-section {
    height: auto;
    min-height: 700px;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .img-mid {
    display: none;
  }

  .left-block-nomargin {
    max-width: 100%;
    height: auto;
    padding-top: 0;
  }

  .left-title-40 {
    width: 85%;
    font-size: 32px;
    line-height: 36px;
  }

  .left-title-wrapper-02 {
    width: 90%;
  }

  .slider-txt {
    text-align: left;
    width: 85%;
    font-size: 20px;
    line-height: 24px;
  }

  .img-block-slider {
    flex-flow: row;
    display: block;
  }

  .frame-46816 {
    padding: 40px 16px;
  }

  .become-a-volunteer {
    font-family: Neuepower, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .press {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ctw-making-headlines {
    font-family: Neuepower, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .frame-46861 {
    max-width: none;
    padding-top: 0;
  }

  .frame-46862 {
    padding-top: 40px;
  }

  .data-wrapper-min {
    flex-flow: column;
  }

  .section-10 {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 0;
  }

  .title-h1-white {
    width: 100%;
    padding-right: 16px;
    font-size: 40px;
    line-height: 40px;
  }

  .data-linkedin {
    min-width: 300px;
    max-width: none;
    height: 400px;
  }

  .attendees {
    width: 95%;
  }

  .texture,
  .decor-elmnt {
    display: none;
  }

  .hirinsection {
    flex-flow: row;
    width: 100%;
    position: static;
    overflow: visible;
  }

  .attendee-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 1.5rem;
  }

  .step1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cardssectioncontainer {
    height: auto;
  }

  .image-16,
  .image-17,
  .image-18 {
    display: none;
  }

  .barsinfosection {
    height: 2000px;
  }

  .timelinedualsection {
    height: 4000px;
    margin-top: 0;
    padding-top: 60px;
  }

  .step2form.entrepreneur,
  .step2form.investor,
  .step2form.general {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flex-block-14 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .subtitle-h3-forms {
    font-size: 16px;
  }

  .linkedinsection {
    height: 4000px;
    position: relative;
  }

  .div-block-43 {
    position: static;
    overflow: hidden;
  }

  .flex-block-16 {
    flex-flow: column;
  }

  .image-20 {
    width: 100%;
    display: none;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 104px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-101 {
    text-wrap: nowrap;
    width: auto;
  }

  .tab-link-attendees {
    flex: 0 auto;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .tab-link-attendees.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-sponsors,
  .tab-link-host {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-hero-forms {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .host-form-sec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 1rem;
  }

  .step2wrapper {
    display: flex;
  }

  .flex-block-17 {
    padding-bottom: 20px;
  }

  .input-wrapper-host,
  .flex-vertical-input {
    margin-bottom: 20px;
  }

  .menu-button {
    width: 100%;
    height: 100%;
    position: static;
  }

  .image-21,
  .image-22 {
    display: none;
  }

  .div-block-45,
  .div-block-46,
  .div-block-47,
  .div-block-48 {
    display: flex;
  }

  .image-23,
  .image-24,
  .image-25,
  .image-26 {
    margin-right: 20px;
  }

  .menumobile {
    width: 25%;
    display: block;
  }

  .menumobilewrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #009542;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 16px;
    display: flex;
    position: fixed;
    inset: 0% 0;
    transform: translate(101vw);
  }

  .menumobilewrapper:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693),
  .menumobilewrapper:where(.w-variant-392f38c5-9b12-1542-3530-6bc0e63d92cb) {
    transform: translate(101vw);
  }

  .menumobilewrapper.menumobiletechfest {
    z-index: 100;
    transform: translate(101vw);
  }

  .div-block-49 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .div-block-50 {
    display: none;
  }

  .button-2 {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: Manrope, sans-serif;
    font-weight: 700;
  }

  .div-block-51 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-52,
  .div-block-53 {
    display: flex;
  }

  .div-block-54 {
    display: flex;
    transform: translate(0);
  }

  .div-block-56 {
    width: 100%;
  }

  .flex-block-20 {
    width: 100%;
    padding-left: 20px;
  }

  .socials_mov_navbar {
    color: #fff;
  }

  .centerfiguremobile {
    display: none;
  }

  .body-3 {
    max-width: 100vw;
    overflow: visible;
  }

  .body-3:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
    max-height: 100vw;
    overflow: hidden;
  }

  .section-11 {
    width: 100%;
    overflow: hidden;
  }

  .section-11:where(.w-variant-4ce97b52-3366-3dc3-d4ff-2075fda0b693) {
    width: 100%;
    max-height: 100vw;
    overflow: hidden;
  }

  .div-block-58 {
    width: 100%;
  }

  .linkedingtl {
    max-width: none;
    height: 400px;
  }

  .image-27,
  .image-28,
  .image-29 {
    width: 32px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .image-30,
  .image-31,
  .image-32 {
    display: none;
  }

  .rosesquare3 {
    width: 31px;
    top: -60px;
    left: 20px;
  }

  .rosesquares3 {
    bottom: -80px;
    right: 40px;
  }

  .swiper {
    display: block;
    position: relative;
  }

  .swiper-slide,
  .swiper-slide.swiper-cards {
    display: block;
  }

  .arrowsslider {
    background-color: #fff;
    border: 2px solid #009542;
    border-radius: 0;
    width: 40px;
    height: 40px;
    position: relative;
    transform: none;
  }

  .navigation {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    display: flex;
    position: static;
    bottom: -90px;
  }

  .swiper-wrapper {
    display: block;
  }

  .image-33 {
    width: 10px;
    margin: auto;
    position: absolute;
    inset: 0%;
    transform: rotate(-180deg);
  }

  .image-34 {
    width: 10px;
    margin: auto;
    position: absolute;
    inset: 0%;
  }

  .text-2 {
    z-index: 20;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
  }

  .text-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .close-overlay {
    inset: 2% 4% auto auto;
  }

  .overlay-form-techfest {
    width: 90%;
    max-width: 343px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-form-techfest.orange {
    justify-content: center;
    align-items: flex-start;
    max-width: 320px;
    display: flex;
  }

  .overlay-form-techfest.needregister {
    grid-row-gap: 30px;
    height: 250px;
    padding: 20px;
  }

  .overlay {
    display: none;
  }

  .data-blocks-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 0%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .temsandconditionswrapper {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    justify-content: center;
  }

  .div-block-60 {
    margin-top: 0;
  }

  .div-block-61 {
    z-index: 100;
    position: sticky;
    top: 0;
  }

  .hoststep2,
  .hoststep3,
  .hoststep4 {
    padding-top: 40px;
  }

  .menu-button-2 {
    width: 100%;
  }

  .flex-block-21 {
    justify-content: center;
    align-items: center;
  }

  .copy-mobile {
    color: #fff;
    display: block;
  }

  .desk-icon {
    display: none;
  }

  .mobile-icon {
    width: 24px;
    max-width: none;
    display: inline-block;
  }

  .label-7 {
    padding-top: 20px;
  }

  .label-7.text-grande-4k {
    padding-top: 0;
    line-height: 20px;
  }

  .label-8 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .label-8.text-grande-4k {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .label-9 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .label-9.text-grande-4k {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .label-10 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .label-10.text-grande-4k {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .flex-block-23 {
    align-items: center;
  }

  .wrapperlogosanimslice {
    width: 100%;
    margin-bottom: 60px;
    position: static;
  }

  .logoscontaineranimslice {
    display: none;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 100%;
  }

  .section-12 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-105 {
    width: 100%;
  }

  .privacy-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 0 16px 0 0;
  }

  .block-02-copy {
    max-width: 100%;
  }

  .inner-hero-policy {
    max-height: 380px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-37 {
    width: 100%;
    display: block;
  }

  .bold-text-4 {
    text-align: left;
  }

  .subtitle-h3-forms-2 {
    font-size: 16px;
  }

  .form-row-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .input-wrapper-op0 {
    margin-bottom: 20px;
  }

  .swiper-wrapper-3 {
    display: block;
  }

  .form-row-p2,
  .form-row-p3,
  .form-row-p4,
  .form-row-p1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .tab-link-tab-1-2 {
    flex: 0 auto;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .tab-link-tab-1-2.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1-5 {
    flex: 0 auto;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .tab-link-tab-1-5.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step2form-3.investor-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-row-phone {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .dropdown-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 93px;
    display: flex;
  }

  .dropdown-link,
  .dropdown-link-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .investor-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 1.5rem;
  }

  .title-style-3 {
    width: 141.813%;
  }

  .ecosystem-game-changers {
    width: 100%;
    font-size: 58px;
    line-height: 62px;
  }

  .text-10 {
    display: none;
  }

  .toggle-ctw {
    width: 99px;
  }

  .text-11 {
    display: none;
  }

  .layer_1 {
    width: 164px;
    height: auto;
    top: 91%;
    left: 58%;
  }

  .layer_2 {
    width: 164px;
    height: auto;
    top: 91%;
    left: 0%;
  }

  .layter_3 {
    width: 164px;
    height: auto;
    display: none;
    top: 91%;
    left: 58%;
  }

  .layter_4 {
    width: 164px;
    display: none;
    top: 91%;
    left: 0%;
  }

  .filtros {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .filter {
    grid-column-gap: 25px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .key-partners {
    padding-bottom: 16px;
  }

  .text-13 {
    padding-left: 16px;
    font-size: 40px;
  }

  .platinum {
    padding-bottom: 16px;
  }

  .text-14 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .diamond {
    padding-bottom: 16px;
  }

  .text-15 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .silver {
    padding-bottom: 16px;
  }

  .text-16 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .gold {
    padding-bottom: 16px;
  }

  .text-17 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .bronce {
    padding-bottom: 16px;
  }

  .text-18 {
    padding-left: 16.5px;
    font-size: 40px;
    line-height: 44px;
  }

  .collection-list-wrapper-2 {
    padding-left: 16.5px;
  }

  .collection-item {
    width: 183px;
    height: 183px;
    padding-bottom: 24px;
  }

  .collection-list-wrapper-3 {
    padding-left: 16.5px;
  }

  .partner-card-2 {
    width: 100%;
    padding: 13px;
  }

  .collection-item-2 {
    width: 100%;

  }

  .collection-list-wrapper-3,
  .collection-list-wrapper-4,
  .collection-list-wrapper-5,
  .collection-list-wrapper-6,
  .collection-list-wrapper-7 {
    padding-left: 16px;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #Platinum .collection-item,
  #Platinum .partner-card-1,
  #Platinum .collection-list .w-dyn-items .w-row {
    width: 122px !important;
    height: 122px !important;
  }

  #Diamond .collection-list-wrapper-4 .collection-item-2 {
    width: 122px;
    min-width: 122px;
    height: 122px;
  }

  #Platinum .partner-card-1 .image-45 {
    width: 96px !important;
    height: 96px !important;
    max-width: none !important;
  }

  .collection-list-wrapper-2-ctf {
    padding-left: 16.5px;
  }

  .partner-card-2-ctf {
    width: 100%;
    padding: 13px;
  }

  .wayuu,
  .muisca,
  .inca,
  .chibcha {
    padding-bottom: 16px;
  }

  .separador {
    display: none;
  }

  .text-10-mobile,
  .text-11-mobile {
    display: flex;
  }

  .navmenu-partners {
    color: #fff;
    margin-left: 0;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
  }

  .navmenu-partners.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
  }

  .form-row5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .dropdown-toggle-2 {
    display: none;
  }

  .collection-item-3,
  .collection-item-4,
  .collection-item-5 {
    width: 122px;
    height: 122px;
  }

  .collection-list-wrapper-8 {
    padding-left: 16px;
  }

  .loading-text {
    justify-content: center;
    align-items: flex-end;
    bottom: auto;
    right: auto;
  }

  .div-block-101 {
    display: flex;
  }

  .title-inner-pages-copy {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    font-size: 48px;
    line-height: 48px;
  }

  .tab-link-investor {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: static;
  }

  .tab-link-investor.w--current {
    min-width: 104px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .submit-wrap {
    justify-content: center;
    align-items: center;
  }

  .text-block-117 {
    width: 65px;
  }

  .form-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reg-link {
    display: none;
  }

  .label-21 {
    margin-bottom: 20px;
  }

  .label-23 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .div-block-200,
  .div-block-33-copy {
    text-align: left;
  }

  .link-4 {
    color: #000;
    font-weight: 400;
    text-decoration-color: #000;
  }

  .link-4.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
  }

  .link-5 {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration-color: #000;
    text-decoration: underline;
  }

  .link-5.w--current {
    color: #fff;
    text-decoration: underline;
  }

  .text-block-119 {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-203 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    display: flex;
  }

  .flex-block-36 {
    width: 100%;
  }

  .title-section-copy {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .title-section-copy.title-grande-4k {
    width: 99.9999%;
    font-size: 45px;
  }

  .flex-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-38,
  .flex-block-39 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-204 {
    grid-column-gap: .54rem;
    grid-row-gap: .54rem;
    flex-flow: column;
    display: flex;
  }

  .link-6 {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .link-6.w--current {
    color: #fff;
    font-family: Neuepower, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }


  .text-3-copy {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 64px;
  }

  .tab-link-tab-1-6 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-1-6.w--current,
  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu-2 {
    width: auto;
    padding-left: 0;
  }

  .heading-15 {
    width: auto;
  }

  .day-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .filter-2-type {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
  }

  .info-wrap {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
  }

  .lugar {
    height: 24px;
  }

  .info-type-wrap {
    flex-flow: wrap;
    width: 126%;
  }

  .hora-evento {
    width: 55%;
  }

  .heading-16 {
    width: 100%;
    height: 95%;
  }

  .evento {
    margin-left: 0;
    margin-right: 0;
  }

  .panelista-hora {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    width: 114%;
  }

  .day-search {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .text-field-2 {
    width: 258px;
    display: none;
  }

  .searchbar,
  .tabs-menu-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .filters-overlay {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .panelista {
    width: auto;
  }

  .evento-independiente---modal {
    transform: translate(100vw);
  }

  .sublabel {
    text-wrap: wrap;
    font-size: 14px;
  }

  .sublabel.text-grande-4k {
    font-size: 14px;
  }

  .filters-wrap {
    justify-content: center;
    align-items: center;
  }

  .form-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .dia-del-evento {
    opacity: 0;
    font-size: 5px;
    line-height: 5px;
    display: none;
  }

  .form-block-4 {
    justify-content: center;
    align-items: center;
  }

  .tags {
    width: auto;
    font-size: 5px;
    line-height: 5px;
    display: none;
  }

  .ciudad {
    padding: 0;
  }

  .ciudad-del-evento {
    font-size: 8px;
    line-height: 8px;
    display: none;
  }

  .day-wraper,
  .search-field-filters {
    display: none;
  }

  .heading-15-lunes,
  .heading-15-martes,
  .heading-15-miercoles,
  .heading-15-jueves,
  .heading-15-viernes {
    width: auto;
  }

  .tag-filters {
    display: none;
  }

  .filters-wraper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .dia-1 {
    height: 100%;
  }

  .calendar-grid-wrap,
  .separador-2 {
    display: none;
  }

  .frame-1000004388 {
    height: 599.805px;
  }

  .tag-evento {
    display: none;
  }

  .visualizacin {
    grid-column-gap: 13px;
  }

  .calendar-2 {
    width: auto;
    display: none;
  }

  .text-32 {
    display: none;
  }

  .calendar-3 {
    width: auto;
  }

  .text-33 {
    display: none;
  }

  .collection-list-wrapper-11 {
    display: flex;
  }

  .event-title-wrap {
    flex-flow: wrap;
  }

  .sector,
  .formato,
  .audience {
    font-size: 8px;
    line-height: 8px;
    display: none;
  }

  .checkbox-label-6-copy {
    white-space: nowrap;
    word-break: keep-all;
    width: auto;
  }

  .heading-15-sabado {
    width: auto;
  }

  .text-field-2-copy {
    width: 200px;
    display: block;
  }

  .filtros-3-mobile {
    display: flex;
  }

  .sector-calendario,
  .formato-calendario,
  .audiencia-calendario {
    display: none;
  }

  .evento-independiente---modal-cal {
    transform: translate(100vw);
  }

  .listado-de-eventos {
    display: none;
  }

  .dropdown-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .select-field-3 {
    color: #878787;
    background-color: #f3f3f300;
    width: 50%;
    height: 50px;
    font-family: Neuepower, Arial, sans-serif;
    display: flex;
  }

  .slider {
    background-color: #ddd0;
    height: 100%;
  }

  .calendario-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: 600px;
    grid-template-columns: .25fr 82%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slide {
    width: 100%;
  }

  .slide-nav {
    display: none;
  }

  .icon-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .right-arrow {
    top: -55px;
  }

  .left-arrow {
    top: -55px;
    left: -20px;
  }

  .icon-3 {
    border: 1px #fff;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .calendar-2-mobile {
    width: auto;
  }

  .code-embed-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logoscontaineranimslicemobile {
    display: flex;
  }

  .heading-18 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-19 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .code-agenda {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-10 {
    text-align: center;
    width: 90%;
  }

  .blur-agenda {
    text-align: left;
  }

  .text-block-141 {
    font-size: 40px;
    line-height: 44px;
  }

  .seccion-agenda-interna {
    min-height: 600px;
    display: flex;
  }

  .text-blur-agenda {
    display: flex;
  }

  .div-block-217 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .code-agenda-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}