h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #974793;
  font-size: 72px;
  line-height: 84px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 72px;
  line-height: 84px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #974793;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #6f6f6e;
  font-size: 11px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.vertical {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #464646;
}

.navlogo {
  display: block;
  padding: 30px;
}

.navmenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: #974793;
}

.navlink:active {
  color: #974793;
}

.navlink:focus {
  color: #974793;
}

.navlink.w--current {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #974793;
}

.navlink.round {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #a141be;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
}

.navlink.round:hover {
  margin-bottom: 4px;
  padding-bottom: 15px;
  background-color: #591455;
}

.navlink.round:active {
  background-color: #360c34;
}

.navlink.round.rojo {
  background-color: #e8402f;
}

.navlink.round.rojo:hover {
  background-color: #c52717;
}

.navlink.round.celeste {
  background-color: #00a6c6;
}

.navlink.round.celeste:hover {
  background-color: #078097;
}

.navlink.round.amarillo {
  background-color: #ffb619;
}

.navlink.round.amarillo:hover {
  background-color: #e29f0f;
}

.navlink.round.verde {
  background-color: #0ca576;
}

.navlink.round.verde:hover {
  background-color: #0b7e5b;
}

.navlink.round.azul {
  background-color: #003892;
}

.navlink.round.azul:hover {
  background-color: #002764;
}

.navlink.round.marron {
  background-color: #b2042e;
}

.navlink.round.marron:hover {
  background-color: #95011a;
}

.navlink.round.violeta {
  background-color: #a141be;
}

.navlink.round.violeta:hover {
  background-color: #7d3094;
}

.navlink.dropdown {
  margin-bottom: 5px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.title {
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.tittlemain {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.oradores {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.pubilco {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.locacion {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.locacion.precioarg_hide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.serparte {
  padding-top: 28px;
  padding-bottom: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container.vertical {
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.sponsorspartners {
  margin-bottom: 0px;
  padding: 28px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.container.eventos {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt {
  max-width: 49%;
  min-width: 550px;
}

.txt.white {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.txt.white.precioarg_hide {
  display: block;
}

.btn {
  margin-top: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 3px solid #974793;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #974793;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #974793;
  color: #fff;
}

.btn:active {
  border-color: #360c34;
  background-color: #360c34;
}

.btn.round {
  position: static;
  width: auto;
  max-width: 400px;
  min-width: 180px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 24px;
  border-style: none;
  border-radius: 50px;
  background-color: #a141be;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #fff;
  font-weight: 400;
}

.btn.round:hover {
  border-color: #591455;
  background-color: #591455;
}

.btn.round:active {
  background-color: #360c34;
}

.btn.round.w--current {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  background-color: #974793;
  color: #fff;
}

.btn.round.celeste {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #00a6c6;
}

.btn.round.celeste:hover {
  background-color: #078097;
}

.btn.round.amarillo {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #ffb619;
}

.btn.round.amarillo:hover {
  background-color: #e29f0f;
}

.btn.round.rojo {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fe3823;
}

.btn.round.rojo:hover {
  background-color: #c52717;
}

.btn.round.azul {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #003892;
}

.btn.round.azul:hover {
  background-color: #002764;
}

.btn.round.marron {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #b2042e;
}

.btn.round.marron:hover {
  background-color: #751309;
}

.btn.round.verde {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #0ca576;
}

.btn.round.verde:hover {
  background-color: #077a57;
}

.btn.round.azul_invert {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
  color: #003892;
  font-weight: 700;
}

.btn.round.azul_invert:hover {
  background-color: #fff;
}

.btn.round.celeste_invert {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
  color: #00a6c6;
  font-weight: 700;
}

.btn.round.celeste_invert:hover {
  background-color: #fff;
}

.btn.round.verde_invert {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
  color: #0ca576;
  font-weight: 700;
}

.btn.round.verde_invert:hover {
  background-color: #fff;
}

.btn.round.marron_invert {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
  color: #95011a;
  font-weight: 700;
}

.btn.round.marron_invert:hover {
  background-color: #fff;
}

.btn.round.amarillo_invert {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
  color: #e29f0f;
  font-weight: 700;
}

.btn.round.amarillo_invert:hover {
  background-color: #fff;
}

.btn.round.rojo_invert {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
  color: #fe3823;
  font-weight: 700;
}

.btn.round.rojo_invert:hover {
  background-color: #fff;
}

.btn.round.violeta {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #a141be;
}

.btn.round.violeta:hover {
  background-color: #591455;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.footer_poweredby {
  padding-right: 20px;
  padding-left: 0px;
  font-size: 10px;
}

.icontext {
  text-align: center;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon.publico {
  width: 25%;
}

.icon_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding: 28px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.submenulink {
  padding: 15px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.submenulink:hover {
  color: #974793;
}

.submenulink:active {
  color: #974793;
}

.submenulink:focus {
  color: #974793;
}

.submenulink.w--current {
  color: #078097;
}

.submenulink.w--current:hover {
  color: #95011a;
}

.submenulink.chile:hover {
  color: #e8402f;
}

.submenulink.chile.w--current {
  color: #e8402f;
}

.submenulink.celeste {
  background-color: transparent;
}

.submenulink.celeste:hover {
  color: #00a6c6;
}

.submenulink.celeste:focus {
  color: #00a6c6;
}

.submenulink.celeste.w--current {
  color: #00a6c6;
}

.submenulink.amarillo:hover {
  color: #ffb619;
}

.submenulink.amarillo:focus {
  color: #ffb619;
}

.submenulink.amarillo.w--current {
  color: #ffb619;
}

.submenulink.verde:hover {
  color: #0ca576;
}

.submenulink.verde:focus {
  color: #0ca576;
}

.submenulink.verde.w--current {
  color: #0ca576;
}

.submenulink.azul:hover {
  color: #003892;
}

.submenulink.azul:focus {
  color: #003892;
}

.submenulink.azul.w--current {
  color: #003892;
}

.submenulink.azul.w--current:hover {
  color: #003892;
}

.submenulink.marron:hover {
  color: #b2042e;
}

.submenulink.marron:focus {
  color: #b2042e;
}

.submenulink.marron.w--current {
  color: #b2042e;
}

.submenulink.marron.w--current:hover {
  color: #b2042e;
}

.submenulink.montevideo:hover {
  color: #a141be;
}

.submenulink.montevideo.w--current {
  color: #e8402f;
}

.oradoresimg {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 150px;
  min-width: 150px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #000;
  border-radius: 8px;
}

.h3speakers {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.h3speakers.txt_verde {
  color: #6f6f6e;
}

.h3speakers.txt_verde.small {
  font-size: 24px;
  line-height: 32px;
}

.h3speakers.txt_verde.xsmall {
  font-size: 16px;
  line-height: 20px;
}

.oradorescargo {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  text-transform: none;
}

.oradorescargo.txt_verde {
  color: #6f6f6e;
}

.oradorescargo.txt_verde.debate {
  font-size: 12px;
  line-height: 18px;
}

.txt_oradores {
  font-size: 14px;
  line-height: 24px;
}

.testimonios {
  width: 33%;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.tittlelocacion {
  text-align: center;
}

.worktechparticipe {
  position: static;
  left: 100px;
  bottom: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/bg_sponsors_light.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.footer_worktech {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer_worktech:hover {
  color: #e6e6e6;
}

.footer_worktech:active {
  color: #6f6f6e;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #974793;
}

.preloader.mexico {
  background-color: #0ca576;
}

.preloader.lima {
  background-color: #b2042e;
}

.preloader.quito {
  background-color: #ffb019;
}

.preloader.bsas {
  background-color: #00a6c6;
}

.preloader.santiago {
  background-color: #fe3823;
}

.preloader.bogota {
  background-color: #003892;
}

.preloader.montevideo {
  background-color: #a141be;
}

.dropdown-list-2 {
  top: 0px;
  margin-top: -32px;
  padding-top: 20px;
}

.dropdown-list-2.w--open {
  top: 93px;
  min-width: 100%;
  margin-top: -30px;
  padding-top: 12px;
  padding-bottom: 8px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-toggle {
  padding: 0px;
}

.h3rojo {
  color: #e8402f;
}

.h3celeste {
  margin-bottom: 0px;
  color: #00a6c6;
}

.h1celeste {
  color: #00a6c6;
}

.h3amarillo {
  color: #ffb619;
}

.navbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #974793;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navbtn:hover {
  background-color: #591455;
  color: #fff;
}

.navbtn:active {
  background-color: #360c34;
  color: #dfdfdf;
}

.navbtn:focus {
  color: #fff;
}

.navbtn.w--current {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #974793;
}

.navbtn.hide {
  display: none;
  overflow: hidden;
}

.btn_select_txt {
  margin-top: 5px;
  padding-top: 0px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.btn_arrow {
  margin-left: 40px;
  padding: 13px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  color: #591455;
}

.btn_txt_align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-size: 22px;
}

.footer_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_legal {
  max-width: 1200px;
  min-width: 1000px;
  color: #dadada;
  font-size: 10px;
  font-style: normal;
  text-align: center;
}

.legal_txt {
  font-size: 12px;
}

.conteiner_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider {
  height: 30px;
}

.divider.xl {
  height: 60px;
}

.txt_fecha {
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #974793;
  font-family: 'Open Sans', sans-serif;
  color: #974793;
  font-size: 16px;
  text-align: center;
}

._3columns-2 {
  max-width: 30%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.headerworktechfull {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay {
  position: absolute;
  z-index: -10;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(151, 71, 147, 0.7);
}

.overlay.celeste {
  background-color: rgba(0, 166, 198, 0.7);
}

.overlay.marron {
  background-color: rgba(178, 4, 46, 0.6);
}

.overlay.verde {
  background-color: rgba(12, 165, 118, 0.7);
}

.overlay.shadow {
  z-index: -999;
  width: auto;
  height: auto;
  min-height: 450px;
  min-width: 450px;
  border-radius: 20px;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.overlay.borde_verde {
  z-index: 250;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(12, 165, 118, 0.65);
  border-radius: 8px;
  background-color: transparent;
}

.overlay.borde_celeste {
  z-index: 250;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(0, 166, 198, 0.6);
  border-radius: 8px;
  background-color: transparent;
}

.overlay.amarillo {
  background-color: rgba(255, 182, 25, 0.7);
}

.overlay.borde_amarillo {
  z-index: 250;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(255, 182, 25, 0.6);
  border-radius: 8px;
  background-color: transparent;
}

.overlay.azul {
  background-color: rgba(0, 56, 146, 0.7);
}

.overlay.borde_azul {
  z-index: 250;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(0, 56, 146, 0.6);
  border-radius: 8px;
  background-color: transparent;
}

.overlay.rojo {
  background-color: rgba(254, 56, 35, 0.7);
}

.overlay.borde_marron {
  z-index: 250;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(149, 1, 26, 0.6);
  border-radius: 8px;
  background-color: transparent;
}

.overlay.borde_rojo {
  z-index: 250;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(254, 56, 35, 0.6);
  border-radius: 8px;
  background-color: transparent;
}

.overlay.violeta {
  background-color: rgba(161, 65, 190, 0.7);
}

.overlay.borde_violeta {
  z-index: 250;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(161, 65, 190, 0.6);
  border-radius: 8px;
  background-color: transparent;
}

.bg_header {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('../images/02bw.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg_header.lima {
  background-image: url('../images/header-worktech-lima.jpg');
  background-size: 120vw;
}

.bg_header.bogota {
  background-image: url('../images/header-worktech-bogota.jpg');
  background-size: 110vw;
}

.bg_header.buenos_aires {
  background-image: url('../images/header-worktech-buenos-aires.jpg');
  background-size: 110vw;
}

.bg_header.quito {
  background-image: url('../images/header_quito.jpg');
  background-size: 110vw;
}

.bg_header.santiago {
  background-image: url('../images/header_santiago.jpg');
  background-size: 110vw;
}

.bg_header.mexico {
  background-image: url('../images/header-worktech-mexico.jpg');
}

.bg_header.montevideo {
  background-image: url('../images/header-worktech-uruguay.jpg');
}

.h1header {
  margin-top: 15px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 12px 19px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.3);
}

.h1header.precioarg_hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 200px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon_mouse {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  display: block;
}

.btn_header {
  margin: auto 10px;
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.4);
  font-family: 'Open Sans', sans-serif;
  color: #974793;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.header_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bokeh {
  position: absolute;
  z-index: -30;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.45);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.bokeh.small {
  z-index: -20;
  width: 150px;
  height: 150px;
}

.bokeh.x-small {
  z-index: -20;
  width: 70px;
  height: 70px;
}

.bold-text {
  font-weight: 400;
  text-transform: uppercase;
}

.h3_center {
  margin-top: 25px;
  font-weight: 400;
  text-align: center;
}

.h3_center.txt_rojo {
  color: #fe3823;
}

.h3_center.txt_amarillo {
  color: #ffb619;
}

.h3_center.txt_marron {
  color: #95011a;
}

.img_container {
  position: relative;
  overflow: hidden;
  max-width: 49%;
  min-height: 450px;
  min-width: 450px;
  border-radius: 20px;
  background-color: transparent;
}

.img_container.grey {
  box-shadow: 0 0 40px 0 rgba(111, 111, 110, 0.7);
}

.img_auditorio {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.sponsor_logo_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: 180px;
  max-width: 180px;
  min-height: 180px;
  min-width: 180px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}

.sponsor {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid transparent;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: #e0b647;
  box-shadow: 0 1px 10px 0 rgba(216, 176, 72, 0.5);
  color: #fff;
}

.sponsor.silver {
  background-color: #72afbe;
  box-shadow: 0 1px 10px 0 rgba(64, 103, 112, 0.5);
}

.sponsor.bronze {
  background-color: #b2977d;
  box-shadow: 0 1px 10px 0 rgba(64, 103, 112, 0.5);
}

.sponsor_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sponsor_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  min-width: 420px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.celeste {
  background-color: #00a6c6;
}

.partner {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid transparent;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: #b1bfc2;
  box-shadow: 0 1px 10px 0 hsla(0, 0%, 79.2%, 0.5);
  color: #fff;
}

.h3azul {
  color: #003892;
}

.h3marron {
  color: #b2042e;
}

.h3verde {
  color: #0ca576;
}

.txt_verde {
  color: #0ca576;
}

.oradores_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.oradores_column_info {
  max-width: 350px;
  min-width: 350px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-transform: none;
}

.oradores_shadow {
  position: absolute;
  z-index: -500;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #c4c4c4;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  cursor: default;
}

.oradores_reveal {
  display: none;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.oradores_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.oradores_reveal_info {
  max-width: 350px;
  min-width: 350px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-transform: none;
}

.oradores_info_divider {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0px;
  min-width: 150px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #000;
  border-radius: 8px;
}

.h2header {
  margin-top: -40px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 12px 19px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.3);
}

.txt_amarillo {
  color: #ffb619;
}

.txt_azul {
  color: #003892;
}

.txt_rojo {
  color: #fe3823;
}

.txt_marron {
  color: #b2042e;
}

.eventos_fecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eventos_worktech {
  width: 100%;
  max-width: 220px;
  font-size: 22px;
  text-transform: uppercase;
}

.eventos_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 296px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.eventos_botones {
  width: 100%;
  max-width: 200px;
}

.txt_eventos {
  font-size: 22px;
}

.divider_line {
  width: 100%;
  height: 1px;
  max-width: 1200px;
  border: 0px none transparent;
  background-color: #e5e5e5;
}

.txt_celeste {
  color: #00a6c6;
}

.plus {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-right: -24px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #6f6f6e;
  cursor: pointer;
}

.plus_line1 {
  position: absolute;
  height: 16px;
  min-width: 2px;
  background-color: #fff;
}

.plus_line2 {
  position: absolute;
  height: 16px;
  min-width: 2px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plus_shadow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-right: -24px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #6f6f6e;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.video {
  overflow: hidden;
  max-width: 49%;
  min-width: 650px;
}

.video_player {
  width: auto;
  min-width: 650px;
}

.heading-5 {
  margin-top: 10px;
}

.txt_evento_info {
  font-size: 13px;
  line-height: 18px;
}

.heading-6 {
  margin-top: 10px;
}

.locacion_icon_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.locacion_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-top: 4px;
  margin-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio_bg_azul {
  width: 100%;
  min-height: 0px;
  padding: 60px 16px;
  border-radius: 26px;
  background-color: #003892;
  box-shadow: 0 0 20px 0 rgba(0, 39, 100, 0.4);
}

.precio_container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.circulo {
  position: absolute;
  max-height: 240px;
  max-width: 240px;
  min-height: 240px;
  min-width: 240px;
  border-radius: 500px;
  background-color: #fff;
}

.circulo.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 146px;
  max-width: 146px;
  min-height: 146px;
  min-width: 146px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circulo.outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 156px;
  max-width: 156px;
  min-height: 156px;
  min-width: 156px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: transparent;
}

.precio_descuento {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 48%;
  min-height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio_ticket {
  position: relative;
}

.precio_ticket_container {
  position: absolute;
  left: 16px;
  top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  min-width: 360px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.precio_ticket_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio_ticket_column.izquierda {
  padding-left: 20px;
}

.precio_ticket_column.derecha {
  padding-right: 30px;
}

.precio_numero {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 36px;
  line-height: 40px;
}

.precio_numero.azul {
  color: #003892;
  line-height: 40px;
}

.precio_numero_h3 {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.txt_blanco {
  color: #fff;
  text-transform: none;
}

.precio_codigo {
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

.precio_linea {
  position: absolute;
  top: 100px;
  max-height: 3px;
  max-width: 38%;
  min-height: 3px;
  min-width: 38%;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.precio_numero_celeste {
  margin-bottom: 0px;
  color: #00a6c6;
  font-size: 36px;
  line-height: 40px;
}

.precio_bg_celeste {
  width: 100%;
  min-height: 0px;
  padding: 60px 16px;
  border-radius: 26px;
  background-color: #00a6c6;
  box-shadow: 0 0 20px 0 rgba(7, 128, 151, 0.6);
}

.precio_bg_verde {
  width: 100%;
  min-height: 0px;
  padding: 60px 16px;
  border-radius: 26px;
  background-color: #0ca576;
  box-shadow: 0 0 20px 0 rgba(0, 39, 100, 0.4);
}

.precio_numero_verde {
  margin-bottom: 0px;
  color: #0ca576;
  font-size: 36px;
  line-height: 40px;
}

.precio_bg_lima {
  width: 100%;
  min-height: 0px;
  padding: 60px 16px;
  border-radius: 26px;
  background-color: #95011a;
  box-shadow: 0 0 20px 0 rgba(117, 19, 9, 0.5);
}

.precio_numero_marron {
  margin-bottom: 0px;
  color: #95011a;
  font-size: 36px;
  line-height: 40px;
}

.precio_bg_ecuador {
  width: 100%;
  min-height: 0px;
  padding: 60px 16px;
  border-radius: 26px;
  background-color: #ffb619;
  box-shadow: 0 0 20px 0 rgba(226, 159, 15, 0.6);
}

.precio_numero_amarillo {
  margin-bottom: 0px;
  color: #ffb619;
  font-size: 36px;
  line-height: 40px;
}

.precio_bg_chile {
  width: 100%;
  min-height: 0px;
  padding: 60px 16px;
  border-radius: 26px;
  background-color: #fe3823;
  box-shadow: 0 0 20px 0 rgba(254, 56, 35, 0.6);
}

.precio_numero_rojo {
  margin-bottom: 0px;
  color: #fe3823;
  font-size: 36px;
  line-height: 40px;
}

.contact_field {
  height: 50px;
  padding: 0px 20px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #e6e6e6;
  font-family: 'Open Sans', sans-serif;
}

.contact_field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  background-color: #f0f0f0;
}

.header_small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_small_bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.header_small_bg.mexico {
  z-index: -550;
  background-image: url('../images/02bw.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.header_small_bg.gracias {
  z-index: -555;
  background-image: url('../images/header-worktech-bogota.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.header_gracias {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox {
  max-width: 250px;
}

.precioarg_hide {
  display: none;
}

.preloader_h1 {
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.play_triangulo {
  position: relative;
  overflow: hidden;
  max-height: 50px;
  max-width: 24px;
  min-height: 50px;
  min-width: 24px;
}

.play_triangulo_fill {
  position: absolute;
  left: -13px;
  top: 12px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.play_circular {
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  max-width: 80px;
  min-height: 80px;
  min-width: 80px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 500px;
  background-color: transparent;
  color: #000;
}

.play_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 268px;
  max-height: 268px;
  max-width: 224px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.play_img_container {
  position: relative;
}

.image {
  max-height: 100%;
}

.play_img {
  width: 280px;
  height: 280px;
  max-height: 100%;
  max-width: none;
}

.play_overlay {
  position: absolute;
  z-index: 100;
  display: block;
  width: 252px;
  height: 280px;
  max-width: none;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.play_overlay.shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -100;
  width: 225px;
  height: 268px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.container_multimedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container_multimedia.title {
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container_multimedia.tittlemain {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container_multimedia.oradores {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container_multimedia.pubilco {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container_multimedia.locacion {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_multimedia.serparte {
  padding-top: 28px;
  padding-bottom: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container_multimedia.vertical {
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_multimedia.sponsorspartners {
  margin-bottom: 0px;
  padding: 28px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.container_multimedia.eventos {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play_heading {
  position: absolute;
  bottom: 200px;
  z-index: 300;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.play_div {
  position: relative;
}

.play_video_overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.play_video_overlay.mexico {
  background-color: #0ca576;
}

.play_video_overlay.lima {
  background-color: #b2042e;
}

.play_video_overlay.quito {
  background-color: #ffb019;
}

.play_video_overlay.bsas {
  background-color: #00a6c6;
}

.play_video_overlay.santiago {
  background-color: #fe3823;
}

.play_video_overlay.bogota {
  background-color: #003892;
}

.play_video_overlay.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.play_video_container {
  width: auto;
  min-width: 50vw;
}

.play_close_btn {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: -100;
  width: 50px;
  height: 50px;
  border: 3px solid #e6e6e6;
  border-radius: 500px;
}

.play_closex1 {
  position: absolute;
  left: 7px;
  top: 19px;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 5px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.play_closex2 {
  position: absolute;
  left: 7px;
  top: 19px;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 5px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.txt_violeta {
  color: #a141be;
}

.txt_rojo-copy {
  color: #fe3823;
}

.multimedia_column1 {
  width: 100%;
  max-width: 920px;
  padding-right: 5px;
  padding-left: 5px;
}

.multimedia_column2 {
  width: 100%;
  max-width: 290px;
  padding-right: 5px;
  padding-left: 5px;
}

html.w-mod-js *[data-ix="banner-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="left"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="right"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="tittle"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="icon1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="icon-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="icon-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="icon-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="menu-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="btn"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h3 {
    margin-top: 0px;
  }
  .navlink {
    font-size: 14px;
    line-height: 20px;
  }
  .navlink.round {
    margin-top: 15px;
    padding-top: 16px;
    text-align: center;
  }
  .container {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container.oradores {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.pubilco {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container.serparte {
    padding-right: 21px;
    padding-left: 21px;
  }
  .container.sponsorspartners {
    max-width: 90%;
  }
  .container.eventos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.precio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .txt {
    min-width: 200px;
  }
  .footer_poweredby {
    padding-left: 4px;
  }
  .submenu {
    padding: 10px 50px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .submenulink {
    font-size: 14px;
    line-height: 20px;
  }
  .tittlelocacion {
    font-size: 42px;
    line-height: 52px;
  }
  .worktechparticipe {
    top: 351px;
    width: 100%;
    padding-top: 41px;
    padding-bottom: 37px;
  }
  .preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbtn {
    font-size: 14px;
    line-height: 20px;
  }
  .footer_flex {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_legal {
    max-width: 90vw;
    min-width: 90vw;
  }
  .legal_txt {
    max-width: 90vw;
    min-width: 90vw;
  }
  .conteiner_center {
    width: 100%;
    max-width: 1200px;
  }
  .divider {
    display: none;
  }
  .container_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .headerworktechfull {
    min-height: 750px;
  }
  .overlay {
    min-width: 0px;
  }
  .overlay.shadow {
    width: 35vw;
    min-width: 200px;
  }
  .bg_header.lima {
    background-size: auto 110vh;
  }
  .bg_header.buenos_aires {
    background-size: auto 110vh;
  }
  .bg_header.quito {
    background-size: auto 110vh;
  }
  .bg_header.santiago {
    background-size: auto 110vh;
  }
  .h1header {
    font-size: 80px;
    line-height: 96px;
  }
  .header_menu {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon_mouse {
    bottom: 2%;
  }
  .btn_header {
    display: block;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .header_flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img_container {
    width: 100%;
    min-width: 40vw;
  }
  .sponsor_logo_container {
    display: block;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sponsor_container {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .oradores_container {
    padding-right: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .oradores_column_info {
    max-width: 200px;
    min-width: 200px;
  }
  .oradores_reveal_info {
    max-width: 200px;
    min-width: 200px;
  }
  .h2header {
    font-size: 40px;
    line-height: 46px;
  }
  .eventos_fecha {
    max-width: 80px;
  }
  .eventos_worktech {
    max-width: 200px;
  }
  .eventos_data {
    max-width: 200px;
  }
  .video_player {
    width: 80vw;
    min-height: 0px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-7 {
    margin-top: 25px;
  }
  .precio_bg_azul {
    padding: 20px 19px;
  }
  .precio_container {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .precio_descuento {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .precio_bg_celeste {
    padding: 20px 19px;
  }
  .precio_bg_verde {
    padding: 20px 19px;
  }
  .precio_bg_lima {
    padding: 20px 19px;
  }
  .precio_bg_ecuador {
    padding: 20px 19px;
  }
  .precio_bg_chile {
    padding: 20px 19px;
  }
  .container_multimedia {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container_multimedia.oradores {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container_multimedia.pubilco {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container_multimedia.serparte {
    padding-right: 21px;
    padding-left: 21px;
  }
  .container_multimedia.sponsorspartners {
    max-width: 90%;
  }
  .container_multimedia.eventos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_multimedia.precio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .play_video_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h3 {
    margin-top: 0px;
  }
  .navlink {
    margin-right: 11px;
    padding: 10px 2px 10px 6px;
  }
  .navlink.round {
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }
  .container {
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.title {
    padding-top: 22px;
  }
  .container.pubilco {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.locacion {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.sponsorspartners {
    padding-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.eventos {
    padding-right: 0px;
    padding-left: 0px;
  }
  .txt {
    max-width: 90%;
  }
  .footer_poweredby {
    padding-right: 3px;
    padding-left: 3px;
  }
  .icon {
    width: 95%;
    padding-bottom: 60px;
  }
  .icon.publico {
    width: 80%;
  }
  .submenu {
    padding: 5px 25px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .submenulink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oradoresimg {
    max-height: 150px;
    max-width: 150px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .h3speakers {
    text-align: center;
  }
  .oradorescargo {
    text-align: center;
  }
  .txt_oradores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
  .txt_oradores.hide {
    display: none;
  }
  .testimonios {
    width: 80%;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .tittlelocacion {
    margin-bottom: 20px;
  }
  .worktechparticipe {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footer_worktech {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-list-2.w--open {
    padding-left: 12px;
  }
  .navbtn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn_arrow {
    display: none;
  }
  .footer_flex {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_legal {
    max-width: 90vh;
    min-width: 90vh;
  }
  .legal_txt {
    max-width: 90vw;
    min-width: 90vw;
  }
  .conteiner_center {
    padding-right: 10px;
    padding-left: 10px;
  }
  .divider {
    display: none;
    height: 30px;
  }
  ._3columns-2 {
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .container_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overlay.shadow {
    min-width: 400px;
  }
  .overlay.borde_verde {
    width: 150px;
    height: 150px;
  }
  .overlay.borde_celeste {
    width: 150px;
    height: 150px;
  }
  .overlay.borde_amarillo {
    width: 150px;
    height: 150px;
  }
  .overlay.borde_azul {
    width: 150px;
    height: 150px;
  }
  .overlay.borde_marron {
    width: 150px;
    height: 150px;
  }
  .overlay.borde_rojo {
    width: 150px;
    height: 150px;
  }
  .overlay.borde_violeta {
    width: 150px;
    height: 150px;
  }
  .bg_header.buenos_aires {
    background-size: auto 110vh;
  }
  .h1header {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 72px;
  }
  .header_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn_header {
    text-align: center;
  }
  .img_container {
    min-width: 400px;
  }
  .sponsor_logo_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sponsor_container {
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oradores_container {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oradores_column_info {
    max-width: 90%;
    min-width: 90%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .oradores_reveal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -24px;
    padding-top: 0px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .oradores_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oradores_reveal_info {
    max-width: 90%;
    min-width: 90%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .oradores_info_divider {
    max-height: 10px;
    max-width: 10px;
    min-height: 10px;
    min-width: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .oradores_info_divider.hide {
    display: none;
  }
  .h2header {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 36px;
  }
  .txt_marron {
    margin-bottom: 0px;
  }
  .txt_eventos {
    text-align: center;
  }
  .plus {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: -24px;
  }
  .plus_shadow {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: -24px;
  }
  .video {
    max-width: 90%;
  }
  .video_player {
    width: 80vw;
    min-width: 200px;
  }
  .txt_evento_info {
    text-align: center;
  }
  .container_multimedia {
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container_multimedia.title {
    padding-top: 22px;
  }
  .container_multimedia.pubilco {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container_multimedia.locacion {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_multimedia.sponsorspartners {
    padding-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container_multimedia.eventos {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
  }
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
  h3 {
    text-align: center;
  }
  p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }
  .navbar {
    margin-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.grey {
    padding-top: 1px;
    padding-bottom: 0px;
  }
  .navlogo {
    padding-bottom: 18px;
  }
  .navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navlink {
    margin: 0px auto 19px;
    padding: 8px 6px;
    font-size: 12px;
  }
  .navlink.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navlink.round.verde {
    padding-right: 24px;
    padding-left: 24px;
  }
  .navlink.round.marron {
    padding-right: 24px;
    padding-left: 24px;
  }
  .container {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.tittlemain {
    padding-bottom: 17px;
  }
  .container.oradores {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.locacion {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.serparte {
    padding-bottom: 30px;
  }
  .container.sponsorspartners {
    padding-bottom: 25px;
  }
  .container.precio {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .txt {
    max-width: 90%;
  }
  .btn.round {
    min-width: 250px;
  }
  .footer {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_poweredby {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon {
    padding-bottom: 48px;
  }
  .submenu {
    padding: 10px 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submenulink {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .testimonios {
    padding-bottom: 53px;
  }
  .tittlelocacion {
    margin-bottom: 20px;
  }
  .worktechparticipe {
    padding-top: 21px;
    padding-bottom: 17px;
  }
  .footer_worktech {
    padding-right: 6px;
    padding-left: 6px;
  }
  .dropdown-list-2.w--open {
    left: 0px;
    top: 40px;
    margin-top: 4px;
    padding-bottom: 0px;
  }
  .navbtn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .navbtn.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn_select_txt {
    display: none;
  }
  .btn_arrow {
    display: block;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .footer_flex {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_legal {
    max-width: 90vw;
    min-width: 90vw;
  }
  .legal_txt {
    position: static;
    max-width: 90vw;
  }
  .txt_fecha {
    font-size: 13px;
  }
  ._3columns-2 {
    max-width: 80%;
  }
  .overlay.shadow {
    width: 80vw;
    max-width: 49px;
    min-height: 200px;
    min-width: 200px;
  }
  .bg_header.buenos_aires {
    background-size: auto 110vh;
    background-attachment: scroll;
  }
  .h1header {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
  }
  .btn_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .img_container {
    width: 80vw;
    min-height: 200px;
    min-width: 200px;
  }
  .sponsor_logo_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sponsor_container {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oradores_container {
    padding-right: 0px;
  }
  .oradores_reveal {
    display: none;
  }
  .oradores_info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .h2header {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .video {
    max-width: 90%;
    min-width: 200px;
  }
  .precio_bg_azul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .precio_ticket_container {
    min-height: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .precio_ticket_column.izquierda {
    width: 40%;
    margin-right: 20px;
    margin-left: -20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .precio_ticket_column.derecha {
    width: 40%;
    padding-right: 40px;
  }
  .precio_ticket_shadow {
    min-width: 350px;
  }
  .precio_codigo {
    font-size: 20px;
    text-align: center;
  }
  .precio_bg_celeste {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .precio_bg_verde {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .precio_bg_lima {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .precio_bg_ecuador {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .precio_bg_chile {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container_multimedia {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container_multimedia.tittlemain {
    padding-bottom: 17px;
  }
  .container_multimedia.oradores {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container_multimedia.locacion {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_multimedia.serparte {
    padding-bottom: 30px;
  }
  .container_multimedia.sponsorspartners {
    padding-bottom: 25px;
  }
  .container_multimedia.precio {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

