body {
  font-family: Montserrat, sans-serif;
  color: #003a70;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  text-align: center;
}

.hero {
  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-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;
  background-color: #ffb819;
}

.hero.becas {
  height: 350px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.nav-link {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #003a72;
  font-weight: 500;
}

.nav-link.w--current {
  color: #003a70;
  font-weight: 600;
}

.container {
  display: inline-block;
  max-width: 800px;
  margin-right: 12%;
  margin-left: 12%;
  -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;
  text-align: center;
}

.container.center {
  text-align: center;
}

.container.center.hero {
  margin-top: 50px;
}

.container.non-flex {
  display: inline-block;
  width: 100%;
}

.logo {
  height: 75px;
}

.hero-heading {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

.hero-images {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 265px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-images.hero-img {
  position: relative;
  margin-bottom: 0px;
}

.image {
  position: relative;
  margin-bottom: -4px;
}

.div-block {
  height: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  display: inline-block;
  width: 250px;
  height: 60px;
  min-width: 180px;
  padding: 12px 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-radius: 4px;
  background-color: #003a70;
  font-size: 18px;
  font-weight: 600;
}

.button.form {
  margin-top: 50px;
}

.button.hero {
  height: auto;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.space {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  width: 160px;
  height: 100%;
}

.left-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.right-icons {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.right-icons.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  display: block;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 175px;
}

.section.background {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 31, 31, .35), rgba(31, 31, 31, .35)), url('../images/Depositphotos_156763356_original.jpg');
  background-image: linear-gradient(180deg, rgba(31, 31, 31, .35), rgba(31, 31, 31, .35)), url('../images/Depositphotos_156763356_original.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fefefe;
  text-align: center;
}

.section.tools {
  padding-top: 125px;
  padding-bottom: 225px;
}

.section.blue {
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #003a70;
  color: #fff;
}

.section.yellow {
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #ffb819;
}

.section-heading {
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
}

.paragraph {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}

.yellow-link {
  display: inline-block;
  margin-top: 15px;
  color: #ffb819;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
}

.yellow-square {
  position: absolute;
  left: 5%;
  top: -50.5px;
  display: inline-block;
  width: auto;
  padding: 20px 25px;
  background-color: #ffb819;
}

.yellow-square.bottom {
  left: auto;
  top: auto;
  right: 5%;
  bottom: -50.5px;
}

.blue-line-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 70px;
  -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 #003a70;
  text-align: left;
}

.number {
  display: inline-block;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #003a70;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}

.heading {
  display: inline-block;
}

.numbers-titles {
  display: inline-block;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #003a70;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.line {
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #003a70;
}

.star1 {
  position: absolute;
  top: -17px;
  right: 37%;
  height: 32px;
}

.star2 {
  position: absolute;
  right: 14px;
  bottom: -14px;
  height: 26px;
}

.floating-right {
  position: absolute;
  top: 25px;
  right: 5%;
  height: 120px;
}

.floating-right.bottom {
  position: absolute;
  top: auto;
  right: 15%;
  bottom: 0px;
  z-index: 5;
  height: 180px;
  margin-bottom: -8px;
}

.floating-right.bottom.center {
  position: static;
  right: 42%;
  bottom: -59px;
  z-index: 1;
  height: auto;
  margin-bottom: -25px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.name {
  margin-bottom: 8px;
  color: #ffb819;
  font-size: 18px;
  font-weight: 600;
}

.escuela {
  margin-bottom: 16px;
  color: #ffb819;
  font-weight: 300;
}

.testimony-div {
  margin-bottom: 75px;
  text-align: center;
}

.testimony {
  margin-bottom: 50px;
  font-style: italic;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-text {
  color: #003a70;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-text.bold {
  font-weight: 600;
}

.footer-text.bold.w--current {
  font-weight: 600;
}

.semibold {
  font-weight: 600;
}

.slide-nav {
  color: #003a70;
  font-size: 11px;
}

.obstacle-img {
  position: relative;
  z-index: 9;
  height: 137px;
  margin-right: -22px;
  margin-bottom: -5px;
}

.obstacle-img.right {
  height: 239px;
  margin-right: 0px;
}

.form-section {
  position: relative;
  padding-top: 50px;
  background-color: #ededed;
}

.floating-left {
  position: absolute;
  left: 15%;
  top: -45px;
  height: 150px;
}

.text-field {
  height: 50px;
  margin-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b2b2b2;
  border-radius: 0px;
  background-color: #ededed;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 0px;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #003a70;
  font-size: 15px;
  font-weight: 300;
}

.text-field::-webkit-input-placeholder {
  color: #003a70;
}

.text-field:-ms-input-placeholder {
  color: #003a70;
}

.text-field::placeholder {
  color: #003a70;
}

.radio-button-field {
  text-align: left;
}

.blank-section {
  position: relative;
  height: 200px;
}

.tall-image {
  margin-bottom: -8px;
}

.nav-menu {
  float: right;
}

.image-3 {
  margin-bottom: -5px;
}

.slide {
  height: auto;
}

.mask {
  height: auto;
}

.center-man {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -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;
}

.footer-small-text {
  margin-top: 8px;
  color: #6b6b6b;
  font-size: 10px;
}

html.w-mod-js *[data-ix="load"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .container {
    margin-right: 5%;
    margin-left: 5%;
  }
  .hero-images {
    padding-right: 2%;
    padding-left: 2%;
  }
  .section {
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #ffb819;
    color: #003a70;
  }
  .nav-menu {
    background-color: rgba(255, 184, 25, .78);
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .hero {
    position: relative;
    height: 500px;
  }
  .container.non-flex {
    display: block;
    width: auto;
  }
  .logo {
    height: 60px;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .image {
    height: 180px;
  }
  .right-icons.center {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .right-icons.center.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 180px;
  }
  .section.tools {
    padding-bottom: 200px;
  }
  .section.yellow {
    padding-top: 50px;
  }
  .section-heading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .blue-line-container {
    width: 200px;
  }
  .number {
    font-size: 38px;
    line-height: 38px;
  }
  .numbers-titles {
    font-size: 14px;
    line-height: 16px;
  }
  .floating-right {
    top: 15px;
    right: 5%;
    height: 75px;
  }
  .floating-right.bottom {
    height: 150px;
  }
  .floating-right.hide-mobile {
    display: none;
  }
  .slider-container {
    margin-right: 5%;
    margin-left: 5%;
  }
  .floating-left {
    left: 2%;
    height: 120px;
  }
  .tall-image {
    height: 300px;
  }
  .image-3 {
    height: 135px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 14px;
    line-height: 23px;
  }
  .hero-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .section-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .yellow-link {
    font-size: 22px;
  }
  .slider {
    height: auto;
  }
  .obstacle-img {
    height: 118px;
  }
  .obstacle-img.right {
    height: 216px;
  }
  .text-field {
    font-size: 13px;
  }
  .tall-image {
    display: none;
  }
  .mask {
    height: auto;
  }
  .paragraph-2 {
    line-height: 25px;
  }
}

