.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  width: 100%;
  background-color: #212e35;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.section {
  width: 100%;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -132px;
  left: 880px;
}

.header {
  width: 100%;
  max-width: 1060px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column {
  width: 100%;
  height: 500px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo {
  object-fit: contain;
  align-self: center;
}

.text {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.primary-btn {
  background-image: linear-gradient(#00d1ff, #7183a6);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.column-2 {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-2 {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#004a41 0%, rgba(0, 255, 224, 0) 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.content {
  width: 100%;
  max-width: 1060px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uma-jornada-de-10-dias {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.error-21035b27-14de-f0aa-1832-767beaf03d25 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.columns {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: rgba(0, 209, 255, .15);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.text-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.vectors-wrapper-2 {
  height: 281px;
  max-height: 281.25px;
  max-width: 500px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-2 {
  width: 100%;
  max-width: 1060px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.column-4 {
  width: 100%;
  height: 200px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: rgba(0, 209, 255, .15);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

.div-block {
  width: 500px;
}

.image {
  object-fit: none;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: -500%;
    background-size: auto;
  }

  .vectors-wrapper {
    left: 173px;
  }

  .header {
    max-width: 700px;
  }

  .logo {
    object-fit: contain;
  }

  .content, .content-2 {
    max-width: 700px;
  }

  .column-4 {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: url('../images/Vectors-Wrapper.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header {
    max-width: 500px;
  }

  .column {
    align-items: center;
  }

  .logo {
    max-width: none;
    text-align: center;
    object-fit: none;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text {
    text-align: center;
  }

  .content {
    max-width: 500px;
    flex-direction: column;
  }

  .columns {
    flex-direction: column;
  }

  .content-2 {
    max-width: 500px;
  }

  .column-4 {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .header, .content, .content-2 {
    max-width: 300px;
  }

  .column-4 {
    height: 240px;
  }

  .div-block {
    width: 300px;
  }
}
