.custom-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.custom-container.nav {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.info-secc {
  padding-top: 40px;
  padding-bottom: 70px;
  text-align: center;
}

.main-titles {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Helvetica, sans-serif;
  color: #00306e;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.footer {
  position: relative;
  z-index: 4500;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-top-color: #e2e2e2;
  background-color: #122b57;
  background-image: linear-gradient(225deg, #000, #032238 67%);
}

.linklogo-footer {
  width: 120px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.mck-footerlogo {
  display: block;
}

.divider-footer {
  height: 1px;
  margin: 5px 20px 15px;
  background-color: #fff;
  opacity: 0.2;
}

.copyright {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.div-block-3 {
  margin-top: 22px;
  float: right;
  text-align: right;
}

.footerlink {
  display: inline-block;
  margin-right: 20px;
  padding-right: 0px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footerlink:hover {
  color: #00aeef;
  text-decoration: none;
}

.st-custom-button {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 9px;
  margin-left: 9px;
  padding: 8px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  font-family: Helvetica, sans-serif;
  color: #fff;
}

.st-custom-button:hover {
  background-color: transparent;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.st-custom-button.linkedin {
  background-image: url('../images/linkedin.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.st-custom-button.facebook {
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.st-custom-button.mail {
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.share-txtbtn {
  display: none;
  color: #00a9f4;
  text-align: center;
  cursor: pointer;
}

.cont-botones-share {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.contact-us.register {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 10%;
  background-color: #fff;
  background-image: url('../images/grinds.jpg');
  background-position: 100% 100%;
  background-size: 430px;
  background-repeat: no-repeat;
}

.contact-us.register.cont {
  background-image: url('../images/grinds.jpg');
  background-position: 100% 100%;
  background-size: 400px;
}

.form-block {
  max-width: 750px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.form-block.registro {
  position: relative;
  z-index: 1600;
  max-width: 810px;
  margin: 0px auto 75px 20px;
  padding: 10px;
  background-color: transparent;
  text-align: left;
}

.subtitleform {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Helvetica, sans-serif;
  color: #051c2c;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.field-label {
  margin-top: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.field-label.italicas {
  position: static;
  display: block;
  margin-top: -2px;
  margin-bottom: 10px;
  padding-left: 0px;
  direction: ltr;
  color: #1f40e6;
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.legalform {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 0px;
  background-color: hsla(0, 0%, 100%, 0.87);
  font-family: Helvetica, sans-serif;
  color: #929292;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
}

.reg-textfield {
  height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #000;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  color: #051c2c;
  font-size: 16px;
  font-weight: 400;
}

.reg-textfield::-webkit-input-placeholder {
  color: #fff;
}

.reg-textfield:-ms-input-placeholder {
  color: #fff;
}

.reg-textfield::-ms-input-placeholder {
  color: #fff;
}

.reg-textfield::placeholder {
  color: #fff;
}

.subtitle-insights {
  width: 50%;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Helvetica, sans-serif;
  color: #122b57;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.subtitle-insights.full {
  width: 100%;
  margin-top: -28px;
  padding-top: 0px;
  color: #000;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.subtitle-insights.subtitle {
  padding-left: 16px;
  color: #1f40e6;
  font-style: italic;
}

.subtitle-insights.home {
  display: block;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 15px;
}

.texto-regular {
  margin-bottom: 25px;
  padding-left: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.texto-regular.bullet {
  max-width: 460px;
  margin-bottom: 33px;
  margin-left: 15px;
  padding-left: 16px;
  background-image: url('../images/arrowblue.png');
  background-position: 0% 6px;
  background-size: 13px 17px;
  background-repeat: no-repeat;
  font-size: 18px;
}

.div-block-7 {
  padding-left: 0px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align: center;
}

.image {
  display: block;
}

.link-logonav {
  width: 170px;
  margin-top: 9px;
}

.navbar {
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #fff;
}

.herosection {
  position: relative;
  display: block;
  height: 530px;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txtherocont {
  position: relative;
  z-index: 200;
  width: 43%;
  margin-top: 73px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.herosecc-title {
  font-family: 'Chronicle display roman', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  text-align: left;
}

.herosecc-title.blue {
  margin-top: 1px;
  margin-bottom: 13px;
  padding: 5px 20px 15px;
  font-family: Bower, sans-serif;
  color: #051c2c;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.herosecc-title.blue.left {
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  font-family: Bower, sans-serif;
  color: #051c2c;
  line-height: 40px;
  text-align: left;
}

.herosecc-title.arrow {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bower, sans-serif;
  color: #051c2c;
  font-size: 38px;
}

.herosecc-title.question {
  margin-bottom: 0px;
  font-family: Bower, sans-serif;
  color: #051c2c;
  text-align: center;
}

.italic-text {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}

.subtitle-hero {
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.message-blue {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 360px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.61);
  font-family: Bower, sans-serif;
  color: #1f40e6;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.hero-slider {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  width: 62%;
  height: 500px;
  float: right;
  background-color: transparent;
  text-align: center;
}

.slide-nav {
  display: none;
}

.imgperson {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 70px;
  float: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide {
  text-align: center;
}

.nav-link {
  margin-bottom: 0px;
  padding: 25px 10px 23px 13px;
  border-bottom: 5px solid #fff;
  font-family: Helvetica, sans-serif;
  color: #051c2c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.nav-link:hover {
  border-bottom-color: #1f40e6;
}

.nav-link.w--current {
  border-bottom-color: #1f40e6;
  color: #051c2c;
}

.studentname {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.6px;
  text-shadow: 4px 4px 8px #051c2c;
}

.header-y-hero {
  position: relative;
  z-index: 6000;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #1f40e6, #133092 13%, #051c2c 53%);
}

._33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 400px;
  padding: 129px 40px 42px;
  float: left;
  -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;
  background-color: #1f40e6;
}

._33:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 107, 235, 0.56)), to(rgba(82, 107, 235, 0.56)));
  background-image: linear-gradient(180deg, rgba(82, 107, 235, 0.56), rgba(82, 107, 235, 0.56));
}

._33._2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #051c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 28, 44, 0.76)), to(rgba(5, 28, 44, 0.76))), url('../images/img2_1.jpg');
  background-image: linear-gradient(180deg, rgba(5, 28, 44, 0.76), rgba(5, 28, 44, 0.76)), url('../images/img2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._33._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 28, 44, 0.95)), to(rgba(5, 28, 44, 0.95))), url('../images/img2.jpg');
  background-image: linear-gradient(180deg, rgba(5, 28, 44, 0.95), rgba(5, 28, 44, 0.95)), url('../images/img2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._33._3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #00a9f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 169, 244, 0.72)), to(rgba(0, 169, 244, 0.72))), url('../images/img_team_action.jpg');
  background-image: linear-gradient(180deg, rgba(0, 169, 244, 0.72), rgba(0, 169, 244, 0.72)), url('../images/img_team_action.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

._33._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 177, 255, 0.99)), to(rgba(0, 177, 255, 0.99))), url('../images/img_team_action.jpg');
  background-image: linear-gradient(180deg, rgba(0, 177, 255, 0.99), rgba(0, 177, 255, 0.99)), url('../images/img_team_action.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._33._1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 64, 230, 0.8)), to(rgba(31, 64, 230, 0.8))), url('../images/img3.jpg');
  background-image: linear-gradient(180deg, rgba(31, 64, 230, 0.8), rgba(31, 64, 230, 0.8)), url('../images/img3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._33._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 64, 230, 0.95)), to(rgba(31, 64, 230, 0.95))), url('../images/img3.jpg');
  background-image: linear-gradient(180deg, rgba(31, 64, 230, 0.95), rgba(31, 64, 230, 0.95)), url('../images/img3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sharetxt {
  display: none;
  margin-top: -8px;
  padding-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #1f40e6;
}

.objectives-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bower, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0px;
}

.objectives-title.back {
  height: 37px;
  margin-bottom: 12px;
  padding-left: 20px;
  background-image: url('../images/arrow_triangle.png');
  background-position: 0% 50%;
  background-size: auto 54%;
  background-repeat: no-repeat;
}

.register-btn {
  display: inline-block;
  width: 150px;
  margin-top: 13px;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-to-right.png');
  background-position: 95% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.register-btn:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.register-btn.blue {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 600;
  margin-bottom: 40px;
  margin-left: 16px;
  color: #fff;
}

.register-btn.hero {
  width: 140px;
  background-size: auto 70%;
}

.secc-context {
  position: relative;
  height: 650px;
  padding-top: 48px;
  padding-bottom: 38px;
  background-color: #f7f7f7;
}

.deepbluediv {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 13;
  width: 25%;
  height: 650px;
  background-color: #051c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 16, 60, 0.76)), to(rgba(0, 16, 60, 0.76))), url('../images/backteam.jpg');
  background-image: linear-gradient(180deg, rgba(0, 16, 60, 0.76), rgba(0, 16, 60, 0.76)), url('../images/backteam.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.phrase-secc {
  position: relative;
  height: 360px;
  -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;
}

.btn-registro {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #1f40e6;
  background-color: #1f40e6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.btn-registro:hover {
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  color: #1f40e6;
}

.btn-registro.disabled {
  border-color: #cacaca;
  background-color: #cacaca;
  color: #fff;
}

.btn-registro.disabled:hover {
  box-shadow: none;
  color: #fff;
}

.down-arrow {
  width: 29px;
  margin-left: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.objectives-cont-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  padding-left: 20px;
  -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;
}

.objectives-cont-title.mobile {
  display: none;
}

.puzzleright {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90;
}

.puzzleleft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  opacity: 0.5;
}

.gif-production {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 0%;
  z-index: 10;
  height: 480px;
  color: #1f40e6;
}

.input-name {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-13 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.event-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin: -20px auto 42px;
  padding: 8px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.15);
}

.date-number {
  display: block;
  margin-top: 7px;
  font-family: Bower, sans-serif;
  font-size: 32px;
}

.date-number.doble {
  font-size: 17px;
}

.challenge-date {
  display: inline-block;
  width: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 0px;
  background-color: #1f40e6;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.date-year {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
}

.event-info-cont {
  display: inline-block;
  width: 720px;
  padding-left: 20px;
}

.event-divider {
  height: 1px;
  max-width: 800px;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.event-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #051c2c;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.event-descrip {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Helvetica, sans-serif;
  color: #929292;
  font-weight: 400;
}

.calendar-img {
  display: block;
  width: 66%;
  height: auto;
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.datecolor {
  color: #1f40e6;
  font-size: 17px;
  font-weight: 400;
}

.member-col {
  padding: 25px 19px;
}

.mensaje {
  min-height: 170px;
  border: 1px solid #000;
  font-family: Helvetica, sans-serif;
  color: #051c2c;
}

.timeline-container {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.fecha-cont {
  display: inline-block;
  width: 14%;
  height: 82px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 18px 6px 10px;
  border-style: solid;
  border-width: 6px 1px 1px;
  border-color: #1f40e6;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  text-decoration: none;
}

.fecha-cont:hover {
  box-shadow: 7px 9px 9px 2px rgba(0, 0, 0, 0.14);
}

.fecha-cont.past {
  background-color: #1f40e6;
}

.fecha {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bower, sans-serif;
  color: #1f40e6;
  font-size: 15px;
  line-height: 20px;
}

.fecha.past {
  color: #fff;
}

.eventname {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.eventname.past {
  color: #fff;
}

.column {
  z-index: 50;
}

.secc-questions {
  padding-top: 59px;
  padding-bottom: 95px;
}

.contenedor-preguntas {
  max-width: 950px;
  margin: 30px auto 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #051c2c;
}

.question-wraper {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.droptrigger {
  padding: 10px 16px;
  background-color: #fff;
}

.preguntatxt {
  padding: 5px 40px 5px 5px;
  background-image: url('../images/angle-arrow-down.png');
  background-position: 99% 6px;
  background-size: auto 20px;
  background-repeat: no-repeat;
  font-family: Bower, sans-serif;
  color: #051c2c;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.dropcontent {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  background-color: #fff;
}

.respuesta {
  position: relative;
  overflow: visible;
  padding: 15px 16px;
  font-family: Theinhardtpantt, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.respuesta.dissclaimer {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #1f40e6;
  text-align: center;
}

.popup-cont {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
  padding-bottom: 163px;
  -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.61);
  text-align: center;
}

.container-terms {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 70vh;
  max-width: 850px;
  margin: auto;
  padding: 10px;
  background-color: #fff;
}

.termstitle {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Bower, sans-serif;
  color: #051c2c;
  font-size: 23px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.termstitle.modal {
  font-size: 21px;
}

.info-cont-pop {
  overflow: scroll;
  width: 100%;
  height: 99%;
}

.txt-terms {
  padding-bottom: 10px;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.checkbox-label {
  display: block;
}

.button {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #1f40e6;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
}

.disclaimer-txt {
  margin-top: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helvetica, sans-serif;
  color: #051c2c;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}

.subtitle-blue {
  max-width: 310px;
  margin: 35px auto 20px;
  padding-bottom: 10px;
  border-bottom: 1px none #000;
  font-family: Helvetica, sans-serif;
  color: #1f40e6;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
}

.blue-piece {
  position: absolute;
  left: auto;
  top: 0px;
  right: 79px;
  bottom: auto;
  z-index: 93;
  height: 165px;
  -webkit-transform: rotate(71deg);
  -ms-transform: rotate(71deg);
  transform: rotate(71deg);
}

.sub-text-terms {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Chronicle display', sans-serif;
  color: #051c2c;
  text-align: left;
}

.sub-text-terms.blue {
  padding-right: 5px;
  padding-left: 5px;
  color: #122b57;
  font-size: 17px;
}

.rowterms {
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
}

.col-terms {
  border-left: 1px solid #b6b6b6;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 99%;
  padding-right: 20px;
  padding-left: 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;
  border-right: 1px solid #b4b4b4;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 99%;
  -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;
}

.column-3 {
  height: 99%;
}

html.w-mod-js *[data-ix="puzzle-piece"] {
  -webkit-transform: translate(-85px, 0px) rotate(63deg);
  -ms-transform: translate(-85px, 0px) rotate(63deg);
  transform: translate(-85px, 0px) rotate(63deg);
}

@media screen and (max-width: 991px) {
  .custom-container.nav {
    padding-left: 10px;
  }
  .contact-us.register {
    padding-top: 10px;
    padding-bottom: 45px;
    padding-left: 0%;
    background-position: 220% 100%;
  }
  .form-block {
    margin-right: 30px;
    margin-left: 30px;
  }
  .form-block.registro {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 35px;
    padding-left: 10px;
  }
  .subtitle-insights.full {
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .subtitle-insights.subtitle {
    padding-top: 5px;
  }
  .subtitle-insights.home {
    width: 70%;
    margin-bottom: 15px;
  }
  .texto-regular.bullet {
    margin-left: 10px;
    font-size: 17px;
  }
  .navbar {
    padding-top: 0px;
  }
  .herosection {
    height: 330px;
  }
  .txtherocont {
    width: 40%;
    margin-top: 0px;
    padding-left: 10px;
  }
  .herosecc-title {
    font-size: 31px;
    line-height: 37px;
  }
  .herosecc-title.blue {
    font-family: Bower, sans-serif;
    font-size: 30px;
    line-height: 35px;
  }
  .herosecc-title.blue.left {
    font-size: 26px;
  }
  .herosecc-title.question {
    margin-bottom: 16px;
  }
  .subtitle-hero {
    font-size: 19px;
    line-height: 25px;
  }
  .message-blue {
    width: 60%;
    margin-left: 60px;
    background-color: transparent;
    font-family: 'Chronicle display', sans-serif;
  }
  .hero-slider {
    width: 57%;
    height: 300px;
  }
  .imgperson {
    margin-right: 0px;
  }
  .nav-link {
    padding-left: 30px;
    border-bottom-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
  }
  .nav-link.w--current {
    border-bottom-color: #fff;
    color: #fff;
  }
  .studentname {
    left: 4%;
  }
  ._33 {
    height: 250px;
    padding: 29px 22px;
  }
  .objectives-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }
  .register-btn.blue {
    margin-bottom: 10px;
  }
  .secc-context {
    height: 740px;
    padding-top: 30px;
  }
  .deepbluediv {
    height: 740px;
  }
  .gif-production {
    right: 14%;
    bottom: 0px;
    height: 289px;
  }
  .div-block-13 {
    padding-top: 10px;
  }
  .date-number {
    font-size: 35px;
  }
  .challenge-date {
    line-height: 24px;
  }
  .event-title {
    font-size: 20px;
    line-height: 23px;
  }
  .event-descrip {
    padding-top: 8px;
  }
  .calendar-img {
    width: 90%;
  }
  .fecha-cont {
    width: 20%;
    margin-top: 12px;
    margin-right: 29px;
    margin-left: 29px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu-button {
    margin-right: 15px;
    padding: 12px 4px 10px;
    float: left;
    font-size: 50px;
  }
  .menu-button.w--open {
    background-color: #fff;
    background-image: url('../images/delete.png');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    color: transparent;
  }
  .nav-menu {
    background-color: #1f40e6;
  }
  .secc-questions {
    padding-top: 10px;
  }
  .preguntatxt {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
  .respuesta {
    font-size: 14px;
    line-height: 23px;
  }
  .popup-cont {
    padding-top: 88px;
  }
  .container-terms {
    max-width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .custom-container {
    max-width: 100%;
  }
  .custom-container.nav {
    padding-left: 5px;
  }
  .contact-us.register {
    padding-bottom: 45px;
    background-position: -50% 100%, 150% 100%, 0px 0px;
  }
  .form-block.registro {
    z-index: 1000;
    padding-bottom: 19px;
  }
  .subtitleform {
    margin-bottom: 35px;
    line-height: 25px;
  }
  .subtitle-insights {
    width: 60%;
  }
  .subtitle-insights.full {
    padding-top: 1px;
  }
  .subtitle-insights.subtitle {
    margin-bottom: 29px;
    font-size: 21px;
  }
  .subtitle-insights.home {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .texto-regular {
    font-size: 15px;
  }
  .div-block-7 {
    padding-left: 37px;
  }
  .link-logonav {
    padding-left: 0px;
  }
  .herosecc-title {
    font-size: 23px;
    line-height: 26px;
  }
  .herosecc-title.blue {
    font-size: 25px;
  }
  .herosecc-title.blue.left {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
  .herosecc-title.arrow {
    font-size: 30px;
  }
  .herosecc-title.question {
    margin-bottom: 1px;
    font-size: 30px;
    line-height: 35px;
  }
  .subtitle-hero {
    font-size: 17px;
  }
  .message-blue {
    width: 70%;
    height: 280px;
    margin-left: auto;
    font-size: 26px;
    line-height: 39px;
  }
  .hero-slider {
    width: 90%;
  }
  .imgperson {
    margin-right: 0px;
  }
  .slide {
    text-align: right;
  }
  .studentname {
    left: 16%;
  }
  ._33 {
    width: 100%;
    height: 200px;
    padding: 25px 51px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  ._33._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .register-btn.hero {
    width: 137px;
  }
  .secc-context {
    height: 760px;
  }
  .deepbluediv {
    position: relative;
    display: none;
    width: 60%;
  }
  .phrase-secc {
    height: 280px;
  }
  .objectives-cont-title {
    width: 40%;
    margin-top: 10px;
    padding-left: 10px;
  }
  .puzzleright {
    height: 280px;
  }
  .puzzleleft {
    height: 280px;
  }
  .gif-production {
    right: 0%;
    bottom: 0px;
    width: 330px;
    height: 300px;
    text-align: right;
  }
  .event-title {
    font-size: 18px;
  }
  .calendar-img {
    width: 100%;
  }
  .timeline-container {
    margin-top: -20px;
  }
  .fecha-cont {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu-button {
    margin-right: 0px;
  }
  .droptrigger {
    padding-right: 10px;
    padding-left: 10px;
  }
  .preguntatxt {
    padding-right: 33px;
    background-position: 99% 5px;
    background-size: auto 20px;
  }
  .respuesta {
    padding-right: 10px;
    padding-left: 10px;
  }
  .popup-cont {
    height: 100%;
    padding-top: 76px;
    padding-bottom: 10px;
  }
  .container-terms {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
  }
  .termstitle {
    font-size: 18px;
    line-height: 20px;
  }
  .info-cont-pop {
    height: 100%;
  }
  .txt-terms {
    font-size: 12px;
  }
  .disclaimer-txt {
    margin-top: 11px;
    font-size: 10px;
  }
  .subtitle-blue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
  }
  .blue-piece {
    display: none;
  }
  .sub-text-terms {
    font-size: 13px;
  }
  .column-2 {
    display: block;
    height: auto;
    border-right-style: none;
  }
  .columns {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-3 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .custom-container {
    max-width: 98%;
  }
  .info-secc {
    background-image: none;
  }
  .footer {
    padding-top: 30px;
  }
  .divider-footer {
    margin-right: 15px;
    margin-left: 15px;
  }
  .copyright {
    padding-left: 15px;
    text-align: left;
  }
  .div-block-3 {
    float: none;
    text-align: left;
  }
  .footerlink {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
    border-bottom-width: 3px;
  }
  .st-custom-button {
    width: 50px;
    height: 39px;
    padding-left: 35px;
  }
  .share-txtbtn {
    display: none;
  }
  .contact-us.register {
    padding-top: 20px;
    background-position: 60% 100%, 150% 100%, 0px 0px;
  }
  .form-block {
    margin-right: 10px;
    margin-left: 10px;
  }
  .form-block.registro {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .subtitleform {
    margin-bottom: 25px;
    font-size: 17px;
  }
  .legalform {
    font-size: 12px;
    line-height: 18px;
  }
  .reg-textfield {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 16px;
  }
  .subtitle-insights {
    width: 100%;
  }
  .subtitle-insights.full {
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6px;
    padding-bottom: 10px;
    padding-left: 6px;
    font-size: 15px;
    line-height: 26px;
  }
  .subtitle-insights.subtitle {
    padding-left: 0px;
    font-size: 18px;
  }
  .subtitle-insights.home {
    width: 99%;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 21px;
  }
  .texto-regular.bullet {
    font-size: 17px;
    line-height: 25px;
  }
  .div-block-7 {
    padding-left: 0px;
  }
  .link-logonav {
    margin-top: 5px;
  }
  .herosection {
    height: 360px;
    padding-top: 10px;
  }
  .txtherocont {
    z-index: 900;
    width: 95%;
    padding-top: 8px;
  }
  .herosecc-title {
    font-size: 27px;
    line-height: 31px;
  }
  .herosecc-title.blue {
    line-height: 25px;
  }
  .herosecc-title.blue.left {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 29px;
  }
  .herosecc-title.arrow {
    font-size: 25px;
  }
  .herosecc-title.question {
    margin-top: 40px;
    font-size: 25px;
  }
  .subtitle-hero {
    font-size: 19px;
    line-height: 30px;
  }
  .message-blue {
    width: 95%;
    height: 320px;
    margin-left: auto;
    font-family: 'Chronicle display roman', sans-serif;
    font-size: 27px;
    line-height: 37px;
    letter-spacing: 0px;
  }
  .hero-slider {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -107px;
    width: 99%;
    height: 210px;
    text-align: right;
  }
  .imgperson {
    margin-right: -45px;
    padding-left: 0px;
  }
  .slide {
    text-align: right;
  }
  .studentname {
    left: 7%;
    display: block;
  }
  ._33 {
    height: 250px;
    padding-top: 43px;
    padding-bottom: 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._33._3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 169, 244, 0.85)), to(rgba(0, 169, 244, 0.85))), url('../images/img_team_action.jpg');
    background-image: linear-gradient(180deg, rgba(0, 169, 244, 0.85), rgba(0, 169, 244, 0.85)), url('../images/img_team_action.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .objectives-title {
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .register-btn.hero {
    position: relative;
    z-index: 900;
    width: 105px;
    padding-right: 5px;
    padding-left: 5px;
    background-size: auto 60%;
    font-size: 15px;
  }
  .secc-context {
    height: auto;
    padding-top: 50px;
  }
  .phrase-secc {
    height: 320px;
  }
  .down-arrow {
    width: 24px;
  }
  .objectives-cont-title {
    position: absolute;
    display: none;
    width: 90%;
    margin-top: 230px;
  }
  .objectives-cont-title.mobile {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-left: 20px;
  }
  .puzzleright {
    display: none;
    height: 320px;
  }
  .puzzleleft {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 280px;
  }
  .gif-production {
    position: static;
    top: auto;
    bottom: auto;
    display: block;
    width: 95%;
    height: auto;
    margin: 15px auto 19px;
  }
  .event-row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .event-info-cont {
    padding-left: 10px;
  }
  .event-title {
    font-size: 15px;
    line-height: 17px;
  }
  .event-descrip {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .datecolor {
    font-size: 14px;
  }
  .fecha-cont {
    width: 43%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .fecha {
    font-size: 16px;
  }
  .menu-button {
    padding-right: 10px;
    padding-bottom: 8px;
  }
  .question-wraper {
    width: 100%;
  }
  .droptrigger {
    padding-right: 5px;
    padding-left: 5px;
  }
  .respuesta {
    padding: 12px 5px;
    line-height: 23px;
  }
  .popup-cont {
    padding-top: 27%;
  }
  .termstitle.modal {
    font-size: 18px;
    line-height: 24px;
  }
  .info-cont-pop {
    height: 230px;
    min-height: 230px;
  }
  .subtitle-blue {
    margin-bottom: 10px;
  }
  .col-terms {
    border-left-style: none;
  }
}

@font-face {
  font-family: 'Chronicle display roman';
  src: url('../fonts/Chronicle-Display-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bower';
  src: url('../fonts/Bower-Bold.ttf') format('truetype'), url('../fonts/Bower-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Theinhardtpantt';
  src: url('../fonts/TheinhardtPanTT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Theinhardtpantt';
  src: url('../fonts/TheinhardtPanTT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Theinhardtpantt';
  src: url('../fonts/TheinhardtPanTT-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Theinhardtpantt';
  src: url('../fonts/TheinhardtPanTT-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Theinhardtpantt';
  src: url('../fonts/TheinhardtPanTT-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Theinhardtpantt';
  src: url('../fonts/TheinhardtPanTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chronicle display';
  src: url('../fonts/Chronicle-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Theinhardtpan';
  src: url('../fonts/TheinhardtPan-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Theinhardtpan';
  src: url('../fonts/TheinhardtPan-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Theinhardtpan';
  src: url('../fonts/TheinhardtPan-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Theinhardtpan';
  src: url('../fonts/TheinhardtPan-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Theinhardtpan';
  src: url('../fonts/TheinhardtPan-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Theinhardtpan';
  src: url('../fonts/TheinhardtPan-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}