.sobre-a-fvm-whatsapp-btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 20;
}

@media screen and (min-width: 770px) {
  .sobre-a-fvm-whatsapp-btn {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* HERO */

.s-hero {
  padding: 66px 0;
  overflow: hidden;
}

@media screen and (max-width: 770px) {
  .s-hero {
    background-position: 59% 0;
  }
}

.s-hero .tag {
  text-transform: none;
}

.s-hero .container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .s-hero .container {
    flex-direction: row;
  }
}

.s-hero__title {
  margin: 23px 0 39px;
}

.s-hero .btn {
  width: max-content;
  margin-top: 32px;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 1026px) {
  .s-hero .btn {
    margin-top: 87px;
  }
}

@media screen and (max-width: 1026px) {
  .s-hero__img {
    max-width: 589px;
    margin-top: -60px;
    display: block;
    width: 125%;
    left: 44%;
    position: relative;
    transform: translateX(-50%);
    object-fit: cover;
    height: auto;
  }
}

@media screen and (min-width: 1026px) {
  .s-hero__img {
    height: auto;
    width: 110%;
    margin-top: -96px;
    position: relative;
    left: -35px;
    object-fit: cover;
  }
}

/* PURPOSE */
.s-purpose {
  padding: 60px 0;
  scroll-margin-top: 60px;
}

@media screen and (min-width: 1026px) {
  .s-purpose {
    padding: 120px 0 170px;
  }
}

.s-purpose__title {
  margin-bottom: 16px;
  margin-top: 32px;
}

.s-purpose__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-500);
}

.s-purpose__values .paragraph {
  margin-top: 64px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1026px) {
  .s-purpose__values .paragraph {
    margin-top: 100px;
    text-align: center;
  }
}

.s-purpose__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

@media screen and (min-width: 1026px) {
  .s-purpose__items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    overflow-x: auto;
  }
}

@media screen and (max-width: 1285px) {
  .s-purpose__items {
    overflow-x: auto;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

/* AREAS */
.s-areas {
  padding: 60px 0;
  color: white;
}

@media screen and (min-width: 1026px) {
  .s-areas {
    padding: 120px 0;
  }
}

.s-areas .swiper-pagination-bullet {
  height: auto;
  width: auto;
}

.s-areas .swiper-pagination-item {
  margin: 0 10px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
}

.s-areas .swiper-pagination-item.active {
  color: #007aff;
}

.s-areas .swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination-bullets.s-areas__pagination {
  position: relative;
  padding-left: 24px;
  margin-left: -24px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 273px 169px 89px 265px 167px;
  gap: 8px;
  overflow-x: auto;
  width: auto;
}

@media screen and (min-width: 1285px) {
  .swiper-pagination-bullets.s-areas__pagination {
    display: flex;
    gap: 0;
  }
}

.s-areas .btn-rounded {
  font-size: 14px;
  padding: 4px 16px;
  white-space: nowrap;
}

@media screen and (min-width: 1285px) {
  .s-areas .btn-rounded {
    margin-right: 24px;
  }
}

.s-areas__navigation {
  display: none;
  grid-template-columns: 25px 25px;
  gap: 40px;
  justify-content: end;
  position: relative;
  margin: 74px 0 30px;
}

@media screen and (min-width: 1026px) {
  .s-areas__navigation {
    display: grid;
    margin: 74px 0;
  }
}

.s-areas__slide {
  display: grid;
  gap: 40px;
  position: relative;
}

@media screen and (min-width: 1026px) {
  .s-areas__slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.s-areas__courses {
  display: grid;
  gap: 16px;
}

@media screen and (min-width: 770px) {
  .s-areas__courses {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.s-areas__arrows {
  top: auto;
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  right: auto;
  margin-top: 0;
}

.s-areas__divider {
  margin: 40px 0;
  border-bottom: 1px solid white;
  opacity: 0.2;
}

.s-areas__text {
  line-height: 28px;
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .s-areas__slide .btn {
    width: max-content;
  }
}

@media screen and (min-width: 1026px) {
  .s-areas__slide .btn {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(60% + 74px));
  }
}

/* EMEC */

.s-emec {
  padding: 20px 0;
}

@media screen and (min-width: 1026px) {
  .s-emec {
    padding: 95px 0;
  }
}

.s-emec .heading-2 {
  margin-bottom: 41px;
}

.s-emec .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  gap: 6%;
  align-items: center;
}

@media screen and (max-width: 1026px) {
  .s-emec .container {
    justify-items: center;
  }
}

@media screen and (min-width: 1026px) {
  .s-emec .container {
    grid-template-columns: 39% 50%;
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 1285px) {
  .s-emec .container {
    gap: 12%;
  }
}

/* TESTIMONIALS */

.s-testimonials {
  overflow: hidden;
  padding: 60px 0;
}

@media screen and (min-width: 1026px) {
  .s-testimonials {
    padding: 120px 0;
  }
}

.s-testimonials .container {
  margin-bottom: 60px;
}

@media screen and (min-width: 1026px) {
  .s-testimonials .container {
    width: clamp(44rem, 69%, 66rem);
    margin-bottom: 80px;
  }
}

.s-testimonials__title {
  margin-bottom: 24px;
}

@media screen and (max-width: 770px) {
  .s-testimonials__title {
    font-size: 24px;
  }
}

.s-testimonials__carousel {
  position: relative;
}

@media screen and (max-width: 1026px) {
  .s-testimonials__carousel {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.s-testimonials__navigation {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 49.5%;
  width: 71%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

@media screen and (max-width: 1026px) {
  .s-testimonials__navigation {
    bottom: auto;
    top: 100%;
    width: 98%;
    left: 50%;
  }
}

.s-testimonials .swiper-slide-prev,
.s-testimonials .swiper-slide-next {
  transition: transform, opacity, 0.5s var(--move);
}

@media screen and (min-width: 1026px) {
  .s-testimonials .swiper-slide-prev,
  .s-testimonials .swiper-slide-next {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

.s-testimonials .swiper-button-prev,
.s-testimonials .swiper-button-next {
  position: relative;
  width: 8px;
  height: 15px;
  left: auto;
  right: auto;
  top: auto;
}

.s-testimonials .swiper-button-prev::after,
.s-testimonials .swiper-button-next::after {
  display: none;
}

.s-testimonials .swiper-slide {
  transition: transform 0.5s var(--move);
  max-width: 996px;
}

.s-testimonials .swiper {
  overflow: visible;
}

.s-testimonials .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 1026px) {
  .s-testimonials .swiper-pagination {
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }
}

.s-testimonials .swiper-pagination-bullet {
  background: var(--primary);
}

@media screen and (min-width: 1536px) {
  .s-testimonials .swiper {
    max-width: 1014px;
  }

  .s-testimonials__navigation {
    width: 104%;
    left: 49%;
  }
}
