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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

.hero {
  padding-top: 130px;
  padding-bottom: 40px;
  background-image: url('../images/banner-hero.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.conheca-os-trainers {
  padding-top: 130px;
  padding-bottom: 130px;
}

.beneficios {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #e7e7e7;
}

.o-que-voce-ira-aprender {
  padding-top: 130px;
  padding-bottom: 130px;
}

.depoimentos {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #001a7b;
}

.inscricao {
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url('../images/ins-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #001a7b;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 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;
}

.container.container-alt {
  width: 100%;
}

.body {
  color: #ff0070;
}

.body-2 {
  background-color: #001a7b;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 140px;
  -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;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -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;
}

.divisor {
  width: 21px;
  height: 12px;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #ff0070;
}

.divisor.divisor-alt {
  margin-top: 0px;
  margin-bottom: 20px;
}

.div-block-4 {
  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;
}

.div-block-4.div-block-4-alt {
  margin-left: 140px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -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;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 90px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-7 {
  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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.paragraph {
  width: 100%;
  height: auto;
  margin-top: 30px;
  color: #001a7b;
  font-size: 15px;
  line-height: 30px;
  -webkit-column-count: 2;
  column-count: 2;
}

.paragraph.paragraph-alt {
  margin-bottom: 90px;
}

.divisor-fino {
  width: 1200px;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
  background-color: #ff0070;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff0070;
  font-size: 32px;
  line-height: 32px;
}

.div-block-9 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 789px;
  height: 117px;
  margin-top: 350px;
}

.heading {
  margin-top: 410px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 165px;
  -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;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.brain {
  overflow: visible;
  width: 866px;
  height: 720px;
  margin-top: -50px;
  margin-right: 115px;
  margin-left: auto;
}

.image-2 {
  width: 238px;
}

.text-block {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.heading-2 {
  color: #ff0070;
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-2 {
  width: 610px;
  margin-top: 90px;
  margin-bottom: 75px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.div-block-13 {
  width: 858px;
  height: 715px;
  background-image: url('../images/brain.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-3 {
  color: #001a7b;
}

.heading-4 {
  color: #001a7b;
  font-size: 43px;
  line-height: 43px;
}

.image-3 {
  width: 482px;
  height: 514px;
}

.image-4 {
  width: 279px;
  height: 297px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 67% 20%;
  object-position: 67% 20%;
}

.paragraph-3 {
  color: #001a7b;
  font-size: 15px;
  line-height: 21px;
}

.text-span {
  font-size: 22px;
  line-height: 26px;
}

.heading-5 {
  color: #ff0070;
  text-align: center;
}

.text-block-2 {
  width: 200px;
  margin-top: 20px;
  color: #001a7b;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

.image-5 {
  width: 88px;
  height: 88px;
}

.heading-6 {
  margin-bottom: 90px;
  color: #001a7b;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-7 {
  color: #001a7b;
  font-size: 32px;
}

.heading-8 {
  width: 75%;
  color: #ff0070;
  text-align: center;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.slider {
  width: 100%;
  height: 382px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.heading-9 {
  margin-left: 20px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.paragraph-4 {
  margin-top: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.icon {
  color: #ff0070;
}

.icon-2 {
  color: #ff0070;
}

.heading-10 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-4 {
  margin-top: 65px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.text-block-5 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.text-block-5.text-block-5-alt {
  margin-top: 85px;
}

.form {
  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-field {
  height: 60px;
  margin-bottom: 0px;
  border-radius: 100px;
}

.text-field::-webkit-input-placeholder {
  color: #001a7b;
  font-size: 22px;
  line-height: 22px;
}

.text-field:-ms-input-placeholder {
  color: #001a7b;
  font-size: 22px;
  line-height: 22px;
}

.text-field::-ms-input-placeholder {
  color: #001a7b;
  font-size: 22px;
  line-height: 22px;
}

.text-field::placeholder {
  color: #001a7b;
  font-size: 22px;
  line-height: 22px;
}

.form-block {
  margin-top: 60px;
  margin-bottom: 0px;
}

.div-block-16 {
  display: -ms-grid;
  display: grid;
  width: 1200px;
  margin-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  width: 645px;
  height: 97px;
  margin-top: 230px;
}

.text-block-6 {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.image-7 {
  width: 240px;
  margin-left: 20px;
}

.text-block-7 {
  margin-left: 20px;
  color: #ff0070;
  font-size: 32px;
  line-height: 32px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block.link-block-alt {
  background-image: url('../images/instagram.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-8 {
  width: 279px;
  height: 297px;
}

.image-9 {
  width: 382px;
  height: 382px;
}

.text-span-2 {
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/banner-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/banner-hero.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .conheca-os-trainers {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .beneficios {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .o-que-voce-ira-aprender {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inscricao {
    padding-bottom: 60px;
  }

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

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    margin-top: 30px;
    margin-left: 0px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4.div-block-4-alt {
    margin-top: 60px;
    margin-left: 0px;
  }

  .div-block-5 {
    margin-top: 30px;
    margin-left: 0px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .divisor-fino {
    max-width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .button {
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 21px;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: 300px;
    height: auto;
    margin-top: 30px;
  }

  .heading {
    margin-top: 50px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .div-block-11 {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-12 {
    position: relative;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brain {
    display: none;
    width: 300px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .paragraph-2 {
    width: 300px;
    margin-top: 45px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 28px;
  }

  .image-3 {
    width: 300px;
    height: auto;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-2 {
    width: 300px;
  }

  .heading-6 {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .heading-8 {
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 16px;
    text-align: center;
  }

  .slider {
    height: auto;
  }

  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-15 {
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-4 {
    margin-left: 0px;
    text-align: center;
  }

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

  .heading-10 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-5.text-block-5-alt {
    margin-top: 40px;
  }

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

  .text-field::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .text-field:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .text-field::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    width: 300px;
    height: auto;
    margin-top: 100px;
  }

  .image-7 {
    width: 240px;
    margin-top: 15px;
    margin-left: 0px;
  }

  .text-block-7 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .link-block {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .link-block.link-block-alt {
    margin-right: 0px;
    margin-left: 10px;
  }

  .image-9 {
    width: 300px;
    height: auto;
  }

  .right-arrow {
    width: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .left-arrow {
    width: 24px;
  }
}