/* COLORS */

:root {
  --color-grey-light-01: #f2f2f2;
  --color-grey-light-02: #ebebeb;
  --color-grey-light-03: #d4d4d4;
  --color-grey-dark: #383838;
  --color-primary-light-01: #1771bf;
  --color-primary-light-02: #1466be;
  --color-primary-mid: #0e49bc;
  --color-primary-dark-01: #0c40a6;
  --color-primary-dark-02: #1c3f84;
  --color-secondary-light: #c74949;
  --color-secondary-mid: #b91c1c;
  --color-secondary-dark: #821414;
  --color-tertiary-light: #ddbf5f;
  --color-tertiary-mid: #d4af37;
  --color-tertiary-dark: #947a27;
}

/* CONTENT */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/* 1rem = 10px; 10px/16px = 62.5% */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--color-grey-dark);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

/* HEADINGS, BUTTONS AND ICONS */

.heading-primary {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
}

.heading-primary--white {
  color: var(--color-grey-light-01);
}

.heading-primary--blue {
  text-align: right;
  color: var(--color-primary-dark-01);
  margin-bottom: 2rem;
  line-height: 0.9;
}

.heading-primary--red {
  color: var(--color-secondary-mid);
}

.heading-primary--header-main {
  display: block;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.heading-primary--header-main-02 {
  font-size: 20rem;
  margin-left: -0.8rem;
}

.heading-primary--header-sub {
  display: block;
  font-weight: 300;
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.heading-primary--header-sub-02 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.heading-primary--info-main {
  display: block;
  font-size: 13rem;
}

.heading-primary--info-sub {
  display: block;
  font-weight: 300;
  font-size: 7.5rem;
  letter-spacing: 0.2rem;
}

.heading-primary--cursos {
  font-size: 14.5rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  color: #fff;
}

.heading-primary--diferenciais-main {
  display: block;
  font-size: 16rem;
}

.heading-primary--diferenciais-sub {
  display: block;
  font-weight: 300;
  font-size: 10rem;
  letter-spacing: 0.2rem;
}

.heading-primary--contact {
  align-self: flex-end;
}

.heading-primary--contact-main {
  display: block;
  font-size: 16rem;
}

.heading-primary--contact-main:nth-of-type(2) {
  display: block;
  font-size: 8.8rem;
  line-height: 0.5;
  margin-top: 3rem;
  margin-right: 0.5rem;
}

.heading-primary--contact-sub {
  display: block;
  font-weight: 300;
  font-size: 8.6rem;
  letter-spacing: 0.2rem;
}

.heading-secondary {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-primary-mid);
}

a:focus,
button:focus {
  outline: none;
}

.btn,
.btn:link,
.btn:visited {
  max-width: fit-content;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: var(--color-grey-light-01);
  padding: 0.8rem 2.4rem;
  border-radius: 10rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn--red:link,
.btn--red:visited {
  background: linear-gradient(
    to right,
    var(--color-tertiary-mid),
    var(--color-tertiary-dark)
  );
}

.btn--form,
.btn--blue:link,
.btn--blue:visited {
  background: linear-gradient(
    to right,
    var(--color-primary-light-01),
    var(--color-primary-dark-01)
  );
  margin: 3rem auto 0;
  font-size: 1.5rem;
  padding: 0.8rem 4rem;
  box-shadow: 0.5rem 0.5rem 1.2rem rgba(23, 113, 191, 0.4);
}

.btn--gold:link,
.btn--gold:visited {
  background: linear-gradient(
    to right,
    var(--color-tertiary-light),
    var(--color-tertiary-dark)
  );
  margin-top: 2rem;
  font-size: 1.8rem;
  padding: 0.8rem 4rem;
  box-shadow: 0.5rem 0.5rem 1.2rem rgba(255, 145, 38, 0.4);
}

.btn--form {
  max-width: 100%;
  width: 100%;
  padding: 1.5rem 4rem;
  justify-content: flex-end;
  margin-top: 2rem;
  transition: 0.3s ease-in-out;
}

.btn--form:hover {
  animation: 0.3s infinite alternate rightToLeftLoop;
}

.btn--animated {
  transition: all 0.2s ease;
}

.btn--animated:hover {
  transform: translateY(-0.5rem) scale(1.05);
}

.btn--animated:active {
  transform: translateY(0) scale(1);
}

.btn--animated02:hover {
  transform: translateY(-0.3rem) scale(1.02);
}

.btn--animated02:active {
  transform: translateY(0) scale(1);
}

.header__icon {
  font-size: 2.2rem;
  margin-left: 0.8rem;
}

.cursos__icon-play {
  width: 13rem;
  height: 13rem;
  background-color: var(--color-secondary-light);
  padding: 4rem;
  border-radius: 50%;
  margin-right: -3.5rem;
}

.cursos__icon-game {
  font-size: 3rem;
  margin-left: 1.5rem;
}

.icon__drop {
  width: 2rem;
  height: 2rem;
  color: var(--color-primary-dark-01);
  font-size: 1.8rem;
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  z-index: 100;
  transition: transform 0.2s ease;
}

.arrow__rotation {
  transform: rotate(90deg);
}

.icon__social {
  transform: translateX(-22rem);
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid #fff;
  border-radius: 5rem;
  transition: all 0.3s ease;
}

.icon__social:hover {
  background-color: #fff;
  color: var(--color-secondary-light);
}

/* CURVES */

.blue-curve {
  width: 100%;
  height: 100vh;
  margin-top: -92vh;
  z-index: -1;
  background-color: var(--color-primary-dark-01);
  clip-path: url(#blue02);
}

.dark-orange-curve-top {
  width: 100%;
  height: 100vh;
  background-color: var(--color-tertiary-dark);
  clip-path: url(#dark-orange-top);
  z-index: -1;
}

.orange-curve-top {
  width: 100%;
  height: 100vh;
  margin-top: -90vh;
  background-color: var(--color-tertiary-mid);
  clip-path: url(#orange-top);
  z-index: -1;
}

.orange-curve-bot {
  width: 100%;
  height: 100vh;
  margin-top: -80vh;
  z-index: -1;
  background-color: var(--color-tertiary-mid);
  clip-path: url(#orange-bot);
}

.dark-orange-curve-bot {
  width: 100%;
  height: 100vh;
  margin-top: -84vh;
  z-index: -2;
  background-color: var(--color-tertiary-dark);
  clip-path: url(#dark-orange-bot);
}

.dark-grey-curve {
  width: 100%;
  height: 100vh;
  background-color: var(--color-grey-light-03);
  clip-path: url(#grey-dark);
  z-index: -1;
}

.grey-curve {
  width: 100%;
  height: 100vh;
  margin-top: -90vh;
  background-color: var(--color-grey-light-02);
  clip-path: url(#grey-light);
  z-index: -1;
}

.dark-red-curve {
  width: 100%;
  height: 100vh;
  background-color: var(--color-secondary-dark);
  clip-path: url(#red-dark);
  z-index: 1;
}

.red-curve {
  width: 100%;
  height: 100vh;
  margin-top: -90vh;
  background-color: var(--color-secondary-light);
  clip-path: url(#red-light);
  z-index: 1;
}

/* ANIMATIONS */

@keyframes rightToLeftLoop {
  0% {
    padding: 1.5rem 4rem;
  }

  100% {
    padding: 1.5rem 5rem;
  }
}

@keyframes toRight {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes toLeft {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes toBottom {
  0% {
    opacity: 0;
    transform: translateY(-5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  width: 80vw;
  max-width: 110rem;
  position: absolute;
  top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 8rem 2rem 6rem;
  background-color: #fff;
  transform: skew(-50deg);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.navbar__logo {
  height: 10rem;
  margin-bottom: -1rem;
  transform: skew(50deg);
  transition: transform 0.2s ease;
  transition: all 0.2s ease;
}

.navbar__nav {
  display: flex;
  transform: skew(50deg);
  transition: all 0.2s ease;
}

.navbar__menu,
.cursos__list {
  list-style: none;
  display: flex;
  align-items: center;
}

.navbar__list {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 3.5rem;
}

.navbar__link {
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--color-primary-dark-02);
  transition: color 0.2s ease;
}

.navbar__link:hover {
  color: var(--color-tertiary-dark);
}

.sticky {
  width: 100%;
  max-width: 100vw;
  transform: skew(0);
  top: 0;
  position: fixed;
  animation: 0.6s ease backwards fadeIn;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.sticky-correct {
  transform: skew(0);
}

.header {
  width: 100%;
  max-height: 85rem;
  background: linear-gradient(
    to bottom right,
    var(--color-primary-mid),
    var(--color-primary-light-01)
  );
  clip-path: url(#blue01);
}

.header__content {
  width: 80vw;
  max-width: 120rem;
  margin: 28rem auto;
  display: flex;
}

.header__img-box {
  position: relative;
}

.top__img {
  position: relative;
  margin-top: -8.5rem;
  z-index: 1;
}

.top__img02 {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  width: 80rem;
  z-index: 0;
  opacity: 0.4;
}

.info {
  width: 80vw;
  max-width: 120rem;
  display: flex;
  flex-wrap: wrap;
  padding: 8rem 0 12rem 0;
}

.info__img {
  width: 70rem;
  margin: 0 0 -17rem -1rem;
}

.info__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.info__text-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.info__icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.info__icons-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
}

.info__icon {
  font-size: 3.5rem;
  color: var(--color-secondary-mid);
  margin-top: 0.5rem;
}

.info__text {
  text-align: right;
  margin-left: 10rem;
}

.cursos {
  width: 100%;
  margin-top: -90vh;
  background-color: var(--color-tertiary-mid);
  text-align: center;
  padding: 15rem 0 0;
  display: flex;
  flex-direction: column;
}

.cursos__list {
  flex-direction: column;
  margin-top: 2rem;
  gap: 3px;
}

.cursos__item {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.cursos__icon {
  color: var(--color-secondary-mid);
}

.swiper {
  width: 70%;
  padding: 6rem 0 8rem 0;
  background-color: #fff;
  border-radius: 5rem;
}

.swiper-pagination {
  transform: scale(2);
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide__media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cursos__panel {
  width: 90%;
  background-color: #fff;
  padding: 3rem 7rem 5rem 5rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
}

.cursos__panel--tecnologo,
.cursos__panel--capacitacoes {
  border-radius: 0 5rem 5rem 0;
}

.cursos__panel--pos {
  border-radius: 5rem 0 0 5rem;
  align-self: flex-end;
}

.cursos__media {
  position: relative;
}

.cursos__media--tecnologo,
.cursos__media--capacitacoes {
  margin-right: 5rem;
}

.cursos__media--pos {
  transform: translate(4rem, -1rem);
  width: 280%;
}

.cursos__player-btn:link,
.cursos__player-btn:visited {
  position: absolute;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  z-index: 1;
  transition: all 0.3s ease;
}

.cursos__player-btn:hover {
  transform: translateY(-0.3rem) scale(1.02);
}

.cursos__player-btn:active {
  transform: translateY(0) scale(1);
}

.cursos__player-btn--tecnologo,
.cursos__player-btn--capacitacoes {
  top: -2rem;
  left: 6rem;
}

.cursos__player-btn--pos {
  bottom: -4rem;
  left: 4rem;
}

#video-play {
  font-size: 6rem;
}

.cursos__cta-video {
  min-width: fit-content;
}

.cursos__icon-play {
  font-size: 5rem;
}

.cursos__cta-video {
  background: linear-gradient(
    to right,
    var(--color-secondary-light),
    var(--color-secondary-dark)
  );
  padding: 1.5rem 2.5rem;
  border-radius: 5rem;
}

.cursos__img {
  max-width: 57rem;
  margin: 3rem 3rem 0 3rem;
  border-radius: 3rem;
  box-shadow: 0 1rem 1rem 0 #00000012;
}

.cursos__content--pos {
  min-width: 35%;
  transform: translateX(3rem);
}

.cursos__text {
  width: 90%;
  margin: 0 auto;
}

.cursos__panel-nav {
  display: flex;
  justify-content: space-between;
  width: 12rem;
  margin: -4rem 0 2rem;
  opacity: 0;
  visibility: hidden;
}

.cursos__panel-btn {
  width: 2.4rem;
  height: 2.4rem;
  background-color: var(--color-tertiary-dark);
  border-radius: 5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cursos__panel-btn:nth-of-type(1) {
  background-color: #fff;
}

.diferenciais,
.como-funciona {
  padding: 15rem 0 15rem;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
}

.diferenciais__heading {
  width: fit-content;
  position: relative;
  margin-bottom: 2rem;
}

.diferenciais__content {
  display: flex;
  gap: 2rem;
}

.diferenciais__text {
  background-color: var(--color-primary-light-02);
  border-radius: 5rem;
  padding: 3rem;
  color: #fff;
  width: 100rem;
  text-align: center;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.12);
}

.diferenciais__icon {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.diferenciais__p {
  line-height: 1.8;
  font-size: 1.6rem;
}

.depoimentos {
  width: 120rem;
  margin-top: -90vh;
  background-color: var(--color-tertiary-mid);
  text-align: center;
  padding: 15rem 0 5rem;
  display: flex;
  flex-direction: column;
}

.depoimentos__content {
  display: flex;
  gap: 4rem;
}

.depoimentos__box {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
  background-color: #fff;
  padding: 4rem;
  text-align: left;
  border-radius: 5rem;
  box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.12);
}

.depoimentos__icon {
  font-size: 6rem;
  color: var(--color-secondary-mid);
}

.depoimentos__nome {
  font-weight: 700;
  font-size: 1.8rem;
}

.como-funciona__heading {
  width: fit-content;
  position: relative;
  margin-bottom: 2rem;
}

.como-funciona__content {
  display: flex;
  gap: 2rem;
}

.como-funciona__text {
  background-color: var(--color-primary-light-02);
  border-radius: 5rem;
  padding: 4rem;
  color: #fff;
  width: 100rem;
  text-align: center;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.12);
  position: relative;
}

.como-funciona__num {
  position: absolute;
  font-size: 6rem;
  font-weight: 700;
  top: -1rem;
  left: 3rem;
  opacity: 0.3;
}

.como-funciona__icon {
  font-size: 6rem;
  margin-bottom: 2rem;
}

.como-funciona__p {
  line-height: 1.8;
  font-size: 1.8rem;
}

.contact__container {
  width: 80rem;
}

.btn--contact {
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5rem;
}

.heading-primary--contact-main {
  margin-bottom: 2rem;
}

.contact {
  width: 100%;
  margin-top: -85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0 35rem;
  background-color: var(--color-grey-light-02);
}

.footer {
  width: 100%;
  max-width: 120rem;
  position: absolute;
  bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: inherit;
}

.footer__curves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25vh;
  max-height: 24rem;
  overflow: hidden;
}

.footer__social {
  display: flex;
}

.footer__social-link:link,
.footer__social-link:visited {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.curves {
  position: absolute;
  bottom: 0;
  z-index: -100;
}

/* FORM */

.form {
  margin-top: 4rem;
  width: 100%;
  min-width: 50rem;
}

.form__column-2 {
  display: flex;
  justify-content: space-between;
}

.form__column-2--50 {
  width: 48%;
}

.form__input,
.form__select {
  width: 100%;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  padding: 1.2rem 2.4rem;
  border-radius: 5rem;
  background-color: #fff;
  border: none;
  color: var(--color-primary-light-02);
  transition: all 0.2s ease-in;
}

.form__input::placeholder {
  font-size: 2rem;
  color: var(--color-primary-light-02);
}

.form__input:focus,
.form__select:focus {
  outline: none;
  box-shadow: 0 0.5rem 1rem rgba(12, 64, 166, 0.2);
}

.form__select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form__select::-ms-expand {
  display: none;
}

.form__group--select {
  position: relative;
}

.form__label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  /* text-transform: uppercase; */
  color: var(--color-primary-light-02);
  display: block;
  text-align: right;
  margin-top: -4.2rem;
  margin-left: 2.4rem;
  margin-bottom: 2.5rem;
  transform: translateX(-5rem);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
}

.form__option {
  font-size: 2rem;
  color: var(--color-primary-light-02);
}

.form__select + .form__label {
  opacity: 0;
  visibility: hidden;
}

.form-submission-msg {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-grey-dark);
  margin-top: 2rem;
  text-align: right;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .header__content-animation,
  .cursos__panel--tecnologo-animation,
  .cursos__panel--capacitacoes-animation {
    animation: 1s ease 0.4s backwards toRight;
  }

  .top__img-animation,
  .info__img-animation,
  .form-animation {
    animation: 1s ease 0.5s backwards fadeIn;
  }

  .info__content-animation,
  .cursos__panel--pos-animation,
  .heading-primary--contact-animation {
    animation: 1s ease 0.4s backwards toLeft;
  }

  .diferenciais__content-animation {
    animation: 1s ease 0.8s backwards toLeft;
  }
}

/* MEDIA QUERIES: RESPONSIVENESS */

/*1400px/16px = 87.5em*/

@media (min-width: 87.5em) {
  .cursos {
    align-items: center;
  }

  .cursos__panel {
    max-width: 130rem;
  }

  .cursos__panel--tecnologo {
    border-radius: 50px;
  }

  .cursos__panel--pos {
    align-self: center;
    border-radius: 50px;
  }

  .cursos__panel--capacitacoes {
    border-radius: 50px;
  }
}

/*1300px/16px = 81.25em*/

@media (max-width: 81.25em) {
  html {
    font-size: 54.7%;
  }

  .diferenciais__text {
    width: 80rem;
  }
}

/*1160px/16px = 72.5em*/

@media (max-width: 72.5em) {
  .btn--blue:link,
  .btn--blue:visited {
    font-size: inherit;
  }

  .top__img,
  .top__img02 {
    max-width: 70rem;
  }

  .info__img {
    margin: 0 0 -13rem -1rem;
  }

  .navbar__list {
    margin-right: 3rem;
  }

  .heading-primary--info-sub {
    font-size: 6rem;
  }

  .heading-primary--info-main {
    font-size: 10rem;
  }

  .footer {
    max-width: 110rem;
  }
}

/*1060px/16px = 66.25em*/

@media (max-width: 66.25em) {
  .navbar__list {
    margin-right: 2.2rem;
  }

  .navbar__link {
    font-size: inherit;
  }

  .navbar__logo {
    height: 5.5rem;
  }

  .btn--red:link,
  .btn--red:visited {
    font-size: 1.3rem;
  }

  .btn--gold:link,
  .btn--gold:visited {
    font-size: 1.8rem;
    padding: 0.8rem 3rem;
  }

  .heading-primary--info-sub:nth-of-type(1) {
    margin-top: 3rem;
  }

  .top__img {
    max-width: 60rem;
  }

  .top__img02 {
    max-width: 80rem;
    bottom: 0;
  }

  .info__img {
    width: 60rem;
    margin: 0 0 -16rem 0;
  }

  .heading-primary--cursos {
    font-size: 10rem;
  }

  .cursos {
    align-items: center;
    padding: 15rem 0;
  }

  .cursos__panel {
    display: none;
  }

  .cursos__icon-play {
    width: 6rem;
    height: 6rem;
  }

  .slide__img {
    margin: 6rem 0;
    width: 50rem;
  }

  .diferenciais,
  .depoimentos,
  .como-funciona {
    max-width: 100% !important;
    padding: 12rem 6rem;
  }

  .footer {
    max-width: 90rem;
  }

  .footer__social {
    transform: translateX(10rem);
  }
}

/*900px/16px = 56.25em*/

@media (max-width: 56.25em) {
  .header__content {
    width: 100vw;
    padding: 0 5rem;
    margin: 22rem auto;
  }

  .top__img {
    margin-top: -6rem;
    max-width: 60rem;
    margin-left: -4rem;
  }

  .blue-curve {
    margin-top: -94vh;
  }

  .navbar,
  .navbar__nav,
  .navbar__logo {
    transform: skew(0);
  }

  .navbar {
    width: 100%;
    top: 0;
    left: 0;
  }

  .navbar__menu {
    display: none;
  }

  .navbar__logo {
    height: 6.5rem;
  }

  .btn--red:link,
  .btn--red:visited {
    font-size: 1.8rem;
    padding: 1rem 2.5rem;
    display: flex;
    align-items: flex-start;
  }

  .header__icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .info__img {
    width: 50rem;
    margin: 0 0 -16rem 0;
  }

  .diferenciais__content,
  .como-funciona__content {
    flex-wrap: wrap;
  }

  .footer {
    max-width: 80rem;
  }

  .footer__social {
    transform: translateX(12rem);
  }
}

/*800px/16px = 50em*/

@media (max-width: 50em) {
  .header {
    max-height: fit-content;
  }

  .header__content {
    display: block;
    margin: 18rem auto 24rem auto;
  }

  .top__img,
  .top__img02 {
    margin: 5rem 0 -30rem 0;
  }

  .heading-primary--header-sub {
    font-size: 3.8rem;
  }

  .heading-primary--diferenciais-sub,
  .heading-primary--contact-sub,
  .heading-primary--contact-main02 {
    font-size: 6rem !important;
  }

  .heading-primary--diferenciais-main,
  .heading-primary--contact-main {
    font-size: 10rem;
  }

  .info__img {
    display: block;
    margin: 0;
    width: 100%;
  }

  .info__text-icons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .info__text {
    order: -1;
    margin-bottom: 8rem;
  }

  .contact {
    padding: 10rem 0 25rem;
  }

  .form-submission-msg {
    text-align: left;
  }

  .contact__container {
    width: 60rem;
  }

  .footer {
    max-width: 70rem;
  }

  .footer__text {
    margin-right: 5rem;
  }

  .footer__social {
    transform: translateX(14rem);
  }
}

/*700px/16px = 43.75em*/

@media (max-width: 43.75em) {
  .heading-primary--header-main-02 {
    font-size: 14rem;
  }

  .heading-primary--header-main {
    font-size: 2.4rem;
  }

  .heading-primary--header-sub {
    font-size: 3.8rem;
  }

  .heading-primary--info-sub {
    font-size: 5rem;
  }

  .heading-primary--info-main {
    font-size: 9rem;
  }

  .heading-primary--cursos {
    font-size: 7rem;
  }

  .slide__img {
    width: 48rem;
  }

  .footer {
    max-width: 60rem;
  }

  .footer__social {
    transform: translateX(22rem);
  }
}

/*600px/16px = 37.5em*/

@media (max-width: 37.5em) {
  .blue-curve {
    margin-top: -94vh;
  }

  .heading-primary--header-sub {
    font-size: 3.2rem;
  }

  .slide__img {
    width: 40rem;
  }

  .swiper {
    width: 75%;
  }

  .slide__video-btn {
    transform: scale(0.9);
  }

  .depoimentos__content {
    flex-wrap: wrap;
  }

  .form {
    min-width: 0;
  }

  .btn--form {
    margin-top: 4.5rem;
  }

  .footer {
    max-width: 50rem;
  }

  .footer__curves {
    padding: 12rem 0;
  }

  .footer__social {
    transform: translateX(27rem);
  }

  .dark-red-curve {
    margin-top: -10vh;
  }
}

/*500px/16px = 31.25em*/

@media (max-width: 31.25em) {
  .heading-primary--header-sub {
    font-size: 4.05rem;
  }

  .btn--gold:link,
  .btn--gold:visited {
    margin-right: 0;
    align-self: flex-start;
    font-size: 1.8rem;
  }

  .heading-primary--header-sub {
    font-size: 3rem;
  }

  .top__img {
    width: 100%;
  }

  .top__img02 {
    width: 55rem;
  }

  .info__text {
    margin-left: 0rem;
    margin-bottom: 6rem;
  }

  .swiper {
    width: 85%;
  }

  .slide__img {
    width: 38rem;
  }

  .slide__img--pos {
    width: 32rem;
  }

  .slide__video-btn {
    transform: scale(0.8);
  }

  .heading-primary--diferenciais-sub,
  .heading-primary--info-sub {
    font-size: 4rem !important;
    margin-bottom: 1rem;
  }

  .heading-primary--contact-sub {
    font-size: 4rem !important;
    margin-bottom: -1.5rem;
  }

  .heading-primary--contact-main02 {
    font-size: 4rem !important;
    margin-bottom: 1rem;
  }

  .heading-primary--diferenciais-main,
  .heading-primary--contact-main,
  .heading-primary--info-main {
    font-size: 7.2rem;
  }

  .heading-primary--cursos {
    font-size: 5.2rem;
    line-height: 1;
  }

  .btn--gold {
    align-self: flex-end !important;
  }

  .contact__container {
    width: 42rem;
  }

  .footer {
    max-width: 46rem;
  }

  .footer__text {
    font-size: 1.5rem;
  }

  .footer__social {
    transform: translateX(21rem);
  }

  .footer__text {
    margin-right: 0;
  }
}

/*460px/16px = 28.75em*/

@media (max-width: 28.75em) {
  .heading-primary--header-sub {
    font-size: 2.4rem;
  }

  .heading-primary--header-main {
    font-size: 2.1rem;
  }

  .btn--gold:link,
  .btn--gold:visited {
    font-size: 1.4rem;
  }

  .nav__btn-txt {
    display: none;
  }

  .header__icon {
    font-size: 2rem;
    margin-top: 0.5rem;
  }

  .btn--red:link,
  .btn--red:visited {
    font-size: 1.8rem;
    padding: 1.4rem 1.4rem;
  }

  .cursos__img {
    max-width: 32rem;
    margin-top: 8rem;
  }

  .cursos__content {
    margin: 0 3rem;
  }

  .contact__container {
    width: 36rem;
  }

  .footer {
    max-width: 46rem;
  }

  .footer__text {
    margin: 0 auto;
  }

  .footer__curves {
    padding: 18rem 0;
  }

  .dark-red-curve {
    margin-top: -5vh;
  }

  .red-curve {
    margin-top: -70vh;
  }
}

/*400px/16px = 25em*/

@media (max-width: 25em) {
  .navbar {
    padding: 2rem 4rem;
  }

  .heading-primary--header-main {
    font-size: 1.6rem;
    line-height: 1;
  }

  .heading-primary--header-main-02 {
    font-size: 10rem;
  }

  .heading-primary--header-sub {
    font-size: 2rem;
  }

  .heading-primary--info-sub {
    font-size: 3.5rem;
  }

  .heading-primary--info-main {
    font-size: 6.5rem;
  }

  .slide__video-btn {
    margin-top: -5rem;
    transform: scale(0.7);
    display: flex;
    flex-direction: column;
  }

  .cursos__img {
    max-width: 30rem;
    margin-top: 10rem;
  }

  .diferenciais,
  .depoimentos,
  .como-funciona {
    padding: 12rem 3rem;
  }

  .heading-primary--contact-main02,
  .heading-primary--contact-sub {
    font-size: 3.4rem !important;
  }

  .contact__container {
    width: 30rem;
  }

  .footer {
    padding: 0 2rem;
  }

  .footer__text {
    font-size: 1.2rem;
  }
}
