:root {
  --green-one: #00c500;
  --main-font: Roboto, sans-serif;
  --text-gray: #cacaca;
  --background-main: #14161f;
}

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

@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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--green-one);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 40px;
}

p {
  font-family: var(--main-font);
  color: var(--text-gray);
  margin-bottom: 10px;
  font-size: 16px;
}

strong {
  font-weight: bold;
}

.body {
  font-family: var(--main-font);
  color: #fff;
  background-color: #14161f;
  margin: 0;
  padding: 0;
}

.top-hero {
  background-image: url('../images/background-hero-home.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 80vh;
  display: flex;
}

.date-text-two {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.date-text-one {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.main-content-home {
  background-image: linear-gradient(0deg, #14161f, #14161f00 10%), url('../images/background-body-home.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.top-hero-left {
  align-self: flex-end;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.top-hero-rigth {
  align-self: flex-end;
  width: 50%;
  padding: 20px;
}

.text-date-top-hero {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-top-hero {
  max-width: 275px;
  margin-left: 40px;
}

.title-hero {
  text-align: center;
  width: 350px;
  font-size: 20px;
  line-height: 25px;
}

.bt-main-home {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 80px 60px;
}

.bt-secundary-home {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 100px;
  padding-top: 60px;
  display: flex;
}

.bt-image {
  max-width: 600px;
}

.bt-2-image {
  max-width: 300px;
}

.logos {
  background-image: linear-gradient(0deg, #14161f, #14161f00 10% 90%, #14161f), url('../images/background-LOGOS.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-text {
  color: var(--text-gray);
  text-align: center;
  text-transform: uppercase;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 18px;
  line-height: 22px;
}

.footer-url-text {
  color: var(--text-gray);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.copyright {
  margin-top: 60px;
}

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

.links-social {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text-gray);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.footer-closer {
  color: var(--text-gray);
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
  line-height: 24px;
}

.footer {
  padding-bottom: 100px;
}

.social-bt {
  max-width: 40px;
  margin-left: 20px;
}

.social-txt {
  color: var(--text-gray);
  padding-left: 10px;
  padding-right: 40px;
  font-size: 16px;
  display: inline-block;
}

.top-hero-two {
  background-image: url('../images/background-program-general-hero.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.top-hero-left-two {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 20%;
  padding-top: 20px;
  display: flex;
}

.top-hero-rigth-two {
  align-self: flex-end;
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-hero-center-two {
  text-align: center;
  order: 0;
  width: 80%;
  padding-left: 60px;
  padding-right: 60px;
}

.logo-top-hero-two {
  max-width: 150px;
  margin-left: 40px;
}

.title-hero-two {
  font-family: var(--main-font);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.text-date-top-hero-two {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

.date-text-one-t2 {
  font-family: var(--main-font);
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.date-text-two-t2 {
  font-family: var(--main-font);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.content-container-t1 {
  padding-bottom: 140px;
}

.banner-day {
  margin-top: 60px;
}

.hour-site-program-general {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}

.type-event-program-general {
  color: var(--green-one);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}

.description-program-general {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 23px;
}

.footnote-program-general {
  opacity: .75;
  color: var(--green-one);
  padding-left: 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.event-program-general {
  padding: 40px 40px 20px;
}

.speaker-event-name-link {
  color: var(--text-gray);
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 23px;
  display: block;
}

.main-content-program-general {
  background-image: linear-gradient(0deg, #14161f, #14161f00 10%), url('../images/background-proigram-general.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.top-hero-selecci-n {
  background-image: url('../images/Banner-top.webp');
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  display: flex;
}

.main-content-seleccion {
  vertical-align: text-bottom;
  background-image: linear-gradient(0deg, #14161f, #14161f00 10%), url('../images/background-Selección.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  font-family: Roboto, sans-serif;
  display: block;
}

.code-embed {
  font-family: var(--main-font);
  margin-top: 60px;
  margin-bottom: 100px;
}

.container {
  vertical-align: baseline;
  display: inline;
}

.bold-text {
  color: var(--green-one);
  text-transform: none;
}

.top-hero-competencia {
  background-image: url('../images/Banner-top.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  display: flex;
}

.heading {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 125%;
}

.title-competition {
  padding: 40px 40px 20px;
}

.top-hero-equipo {
  background-image: url('../images/Banner-top.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  display: flex;
}

.image-2 {
  display: block;
}

.div-block {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-block-3 {
  width: 40%;
  padding: 20px;
}

.heading-2 {
  color: var(--green-one);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 28px;
}

.nombres {
  color: var(--text-gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 110%;
}

.div-separador {
  background-color: var(--green-one);
  width: 100%;
  height: 2px;
  margin-top: 20px;
}

.container-2 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.logos-div {
  flex-flow: wrap;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.titulo-logo {
  font-family: var(--main-font);
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-size: 16px;
  font-weight: 400;
}

.logos-organizadores {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 20px;
  display: flex;
}

.logos-footer {
  margin: 10px;
}

.container-aliados {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 20px;
  display: flex;
}

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

.logos-aliados {
  width: auto;
  height: 100px;
  margin: 10px 20px;
}

.institucional {
  max-width: 50%;
  margin: 10px;
}

.container-3 {
  margin-top: 40px;
}

.main-content-equipo {
  vertical-align: text-bottom;
  background-image: linear-gradient(0deg, #14161f, #14161f00 10%), url('../images/background-inviados.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  font-family: Roboto, sans-serif;
  display: block;
}

.complementary-programs {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

.code-embed-programs {
  font-family: var(--main-font);
  margin-top: 20px;
  margin-bottom: 100px;
}

.event-program-detail {
  padding: 40px 40px 20px;
}

.container-5 {
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-menu {
  aspect-ratio: auto;
  background-color: var(--background-main);
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  position: fixed;
}

.bt-nav-menu {
  color: #fff;
  width: 200px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.icon {
  color: var(--background-main);
  background-color: #fff;
  border-radius: 25px;
  font-size: 50px;
}

.div-invitadxs {
  margin-top: 100px;
  margin-bottom: 20px;
}

.bold-text-2 {
  line-height: 26px;
}

.title-categotia-inviados {
  font-family: var(--main-font);
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.bold-text-4 {
  font-size: 28px;
  line-height: 34px;
}

.type-perfiles-invitados {
  color: var(--green-one);
  text-align: center;
  padding-top: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}

.perfil-equipo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-block {
  font-family: var(--main-font);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-8 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .footer-social-text {
    padding-left: 250px;
    padding-right: 250px;
  }

  .footer-url-text {
    padding-left: 220px;
    padding-right: 220px;
  }

  .code-embed, .equipo, .code-embed-programs {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  .top-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main-content-home {
    background-repeat: repeat, repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .top-hero-left {
    text-align: center;
    align-self: center;
    width: 100%;
    padding-left: 0;
  }

  .top-hero-rigth {
    align-self: center;
  }

  .text-date-top-hero {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .logo-top-hero {
    max-width: 250px;
  }

  .title-hero {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-url-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-social {
    flex-flow: wrap;
  }

  .footer-closer {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 22px;
  }

  .social-txt {
    display: none;
  }

  .top-hero-two {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
  }

  .top-hero-left-two {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .top-hero-rigth-two {
    align-self: center;
    width: 100%;
  }

  .top-hero-center-two {
    width: 100%;
  }

  .logo-top-hero-two {
    max-width: 130px;
    margin-left: 0;
  }

  .text-date-top-hero-two {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .hour-site-program-general, .type-event-program-general {
    font-size: 24px;
  }

  .description-program-general {
    font-size: 15px;
    line-height: 22px;
  }

  .footnote-program-general {
    font-size: 12px;
  }

  .event-program-general {
    padding-left: 20px;
    padding-right: 20px;
  }

  .speaker-event-name-link {
    font-size: 15px;
    line-height: 22px;
  }

  .main-content-program-general {
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .top-hero-selecci-n, .top-hero-competencia {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
  }

  .title-competition {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-hero-equipo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    width: auto;
  }

  .div-block-3 {
    width: 80%;
  }

  .equipo {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .complementary-programs {
    font-size: 24px;
  }

  .event-program-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .type-perfiles-invitados {
    font-size: 24px;
  }

  .perfil-equipo {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .top-hero {
    min-height: 100vh;
  }

  .top-hero-rigth {
    width: 100%;
  }

  .logo-top-hero {
    max-width: 200px;
  }

  .title-hero {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bt-main-home {
    padding: 60px 20px;
  }

  .bt-secundary-home {
    grid-column-gap: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .bt-2-image {
    max-width: 200px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-url-text {
    font-size: 20px;
  }

  .footer-closer {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .top-hero-two {
    min-height: 80vh;
  }

  .top-hero-left-two {
    padding-left: 60px;
    padding-right: 60px;
  }

  .top-hero-center-two {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hour-site-program-general, .type-event-program-general {
    font-size: 22px;
    line-height: 120%;
  }

  .description-program-general {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .footnote-program-general {
    padding-left: 10px;
  }

  .speaker-event-name-link {
    padding-left: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .top-hero-selecci-n {
    flex-flow: column-reverse;
    min-height: 80vh;
  }

  .container {
    vertical-align: super;
  }

  .image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-hero-competencia, .top-hero-equipo {
    flex-flow: column-reverse;
    min-height: 80vh;
  }

  .complementary-programs {
    font-size: 22px;
    line-height: 120%;
  }

  .code-embed-programs {
    margin-left: 0;
    margin-right: 0;
  }

  .event-program-detail {
    padding-left: 10px;
    padding-right: 10px;
  }

  .type-perfiles-invitados {
    font-size: 22px;
    line-height: 120%;
  }
}


