/* PAGE DIVIDER */

.page__divider {
  border-bottom: 1px solid var(--gray-200);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 89%;
  max-width: 1212px;
}

@media screen and (min-width: 770px) {
  .page__divider {
    width: 95%;
  }
}

@media screen and (min-width: 1026px) {
  .page__divider {
    width: 96%;
  }
}

@media screen and (min-width: 1285px) {
  .page__divider {
    width: 100%;
  }
}


/* HERO */

.s-hero,
.s-hero__tag,
.s-hero__text {
  color: white;
}

.s-hero__tag {
  background: rgba(255, 255, 255, 0.30)
}

.s-hero {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.60) -5.09%, rgba(0, 0, 0, 0.00) 72.22%), linear-gradient(0deg, rgba(142, 32, 45, 0.20) 0%, rgba(142, 32, 45, 0.20) 100%);
  background-blend-mode: normal, normal, multiply;
}

@media screen and (min-width: 640px) {
  .s-hero {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.60) -5.09%, rgba(0, 0, 0, 0.00) 72.22%), linear-gradient(0deg, rgba(142, 32, 45, 0.10) 0%, rgba(142, 32, 45, 0.10) 100%);
    padding: 80px 0 183px;
  }
}

@media screen and (min-width: 1026px) {
  .s-hero {
    padding-top: 120px;
    padding-bottom: 242px;
  }
}

.s-hero__content {
  display: grid;
  gap: 34px;
  max-width: 766px;
}

.s-hero__text {
  max-width: 592px;
}

.s-hero__aspects {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.s-hero__aspect {
  margin-right: 8px;
}

@media screen and (min-width: 640px) {
  .s-hero__aspect {
    margin-right: 16px;
  }
}

.s-hero__aspect-tag {
  font-size: 10px;
  padding: 5.5px 16px;
}

.s-hero__aspect-tag-secondary {
  background: var(--gray-100);
  color: var(--gray-400);
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
}


.s-hero__aspect-tag-secondary svg {
  margin-right: 8px;
}

.s-hero__video {
  position: absolute;
  width: 140%;
  height: 140%;
  top: -262px;
  z-index: -1;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .s-hero__video {
    object-position: 43% -20vh;
    top: 0;
  }
}

/* ABOUT */

.s-about {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1026px) {
  .s-about {
    padding: 105px 0 116px;
  }
}

.s-about__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: 0vw 92%;
  transform: scaleY(-1);
}

.s-about__bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 50%, #FFF 100%);
  z-index: 0;
}

.s-about__text {
  margin: 24px 0;
}

@media screen and (min-width: 1026px) {
  .s-about__text {
    margin: 31px 0;
  }
}

.s-about__container {
  display: grid;
  gap: 48px;
  align-items: center;
}

@media screen and (min-width: 1026px) {
  .s-about__container {
    grid-template-columns: 48% 40%;
    gap: 11%;
  }
}

.s-about__video {
  background: rgba(231, 231, 231, 0.60);
  border-radius: 8px;
  padding: 40px 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
}


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

.s-about__video p {
  text-align: center;
  max-width: 356px;
  margin: 0 auto 32px;
}


/* STUDENTS PROFILE */

.s-students-profile {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1026px) {
  .s-students-profile {
    padding: 100px 0 124px;
  }
}


@media screen and (min-width: 1026px) {
  .s-students-profile .container {
    grid-template-columns: 53% 50%;
    display: grid;
    align-items: center;
    gap: 9%;
  }
}

.s-students-profile__title {
  font-weight: 700;
  margin-bottom: 24px;
}

.s-students-profile__subtitle {
  margin-bottom: 40px;
}

@media screen and (max-width: 770px) {
  .s-students-profile__subtitle br {
    display: none;
  }
}

@media screen and (min-width: 1026px) {
  .s-students-profile__subtitle {
    margin-bottom: 56px;
  }
}

.s-students-profile__img {
  height: auto;
  width: 76%;
}

@media screen and (max-width: 1026px) {
  .s-students-profile__img {
    display: block;
    max-width: 603px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 29px;
    width: 107%;
  }
}

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

.s-students-profile__aspect {
  padding: 24px;
  font-size: 16px;
  border-radius: 8px;
  color: var(--gray-500);
  border: 1px solid var(--gray-150);
  line-height: 28px;
}

.s-students-profile__pagination {
  display: flex;
  margin-bottom: 24px;
  position: static;
}

.s-students-profile__pagination .btn {
  font-size: 12px;
  line-height: 24px;
  padding: 4px 16px;
  color: var(--gray-270);
  border-color: var(--gray-270);
}

.s-students-profile__pagination .btn:first-of-type {
  margin-right: 16px;
}

@media screen and (min-width: 1026px) {
  .s-students-profile__pagination .btn {
    font-size: 14px;
    line-height: 32px;
  }
}

.s-students-profile__pagination .btn-rounded--active {
  background: var(--gray-500);
  border-color: var(--gray-500);
  color: white;
}

.s-students-profile .swiper-button-next::after {
  display: none;
}

.s-students-profile .swiper-button-next svg {
  height: auto;
  width: auto;
}

.s-students-profile .swiper-button-next {
  right: -3px;
}

@media screen and (max-width: 1285px) {
  .s-students-profile .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 1026px) {
  .s-students-profile .swiper-slide {
    max-width: 100%;
  }
}


/* ACTIVITIES */

.s-activities {
  padding: 60px 0;
  position: relative;
}

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

@media screen and (min-width: 1026px) {
  .s-activities__duration {
    padding-left: 13%;
  }
}

.s-activities__meetings {
  color: white;
  display: grid;
  gap: 24px;
}

@media screen and (max-width: 1026px) {
  .s-activities__meetings {
    margin-top: -19px;
  }
}

@media screen and (min-width: 1026px) {
  .s-activities__meetings {
    grid-template-columns: 55.4% 27.1%;
  }
}

.s-activities__title {
  font-weight: 700;
  margin-bottom: 43px;
}

.s-activities__meeting {
  padding: 40px 32px;
  border-radius: 8px;
  display: flex;
}

.s-activities__meeting > svg {
  margin-right: 15px;
  margin-top: 6px;
  min-width: 20px;
}

.s-activities__details {
  display: grid;
  gap: 21px;
}

.s-activities__meeting-1 .s-activities__details {
  gap: 26px;
}

.s-activities__detail {
  display: flex;
  align-items: center;
}

.s-activities__detail svg {
  margin-right: 16px;
}

.s-activities__detail span {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.s-activities__reservations {
  font-size: 14px;
  font-weight: 500;
}

.s-activities__items {
  text-align: center;
  margin-top: 67px;
}

@media screen and (min-width: 1026px) {
  .s-activities__items {
    margin-top: 80px;
  }
}

.s-activities__item {
  text-align: left;
}

.c-card-values {
  height: 141px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .c-card-values {
    justify-items: center;
    padding: 24px 0;
  }
}

@media screen and (min-width: 1285px) {
  .c-card-values {
    width: 180px;
  }
}

.c-card-values__title {
  white-space: nowrap;
}

.s-activities__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media screen and (min-width: 640px) {
  .s-activities__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1285px) {
  .s-activities__list {
    grid-template-columns: repeat(6, 1fr);
  }
}


/* FACULTY */

.s-faculty {
  padding: 60px 0;
  position: relative;
}

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

.s-faculty__title {
  margin-bottom: 40px;
  font-weight: 700;
}

.s-faculty__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 22px;
  color: var(--gray-500);
}

.s-faculty__list {
  display: grid;
  margin-bottom: 40px;
  gap: 24px;
}

@media screen and (min-width: 1026px) {
  .s-faculty__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.s-faculty__professors {
  margin-bottom: 30px;
}

.s-faculty__professor.hidden {
  display: none;
}

.s-faculty__see-all {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.s-faculty__see-all svg {
  margin-left: 8px;
  transition: transform 0.3s var(--move);
}

.s-faculty__see-all.expanded svg {
  transform: scale(-1);
}

.s-faculty__remaining-count {
  margin-left: 4px;
}


@media screen and (max-width: 1026px) {
  .s-faculty .page__divider {
    display: none;
  }
}


/* PRICE */

.s-payment {
  padding: 0 0 114px;
  overflow: hidden;
}

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

.s-payment .container {
  display: grid;
  gap: 48px;
}

@media screen and (min-width: 1026px) {
  .s-payment .container {
    grid-template-columns: 49% 48%;
    gap: 24px;
  }
}

@media screen and (min-width: 1285px) {
  .s-payment .container {
    padding: 0 132px;
  }
}

.s-payment__values {
  padding: 64px 32px 40px;
  border-radius: 16px;
  display: grid;
  justify-items: center;
  color: white;
}

.s-payment__split {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 28px;
}

.s-payment__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 24px;
}

@media screen and (min-width: 640px) {
  .s-payment__price {
    line-height: 80px;
    font-size: 56px;
    margin-bottom: 40px;
  }
}

.s-payment__full {
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (min-width: 640px) {
  .s-payment__full {
    margin-bottom: 48px;
  }
}

.s-payment__reservation {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: var(--gray-200);
}

.s-payment__divider {
  margin: 40px 0;
  width: 100%;
  border-bottom: 1px solid var(--gray-200);
}

.s-payment__methods {
  border: 1px solid white;
}

.s-payment__methods:hover {
  background: white;
  color: var(--secondary);
}

.s-payment__ctas {
  display: grid;
  gap: 16px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .s-payment__ctas {
    gap: 11px;
    grid-template-columns: 60% 37%;
  }
}

@media screen and (min-width: 1285px) {
  .s-payment__ctas {
    gap: 10px;
    grid-template-columns: 49% 49%;
  }
}

.s-payment__discounts {
  padding: 40px 24px;
  border-radius: 8px;
  border: 1px solid var(--gray-150);
  background: white;
  backdrop-filter: blur(8px);
}

@media screen and (min-width: 1026px) {
  .s-payment__discounts {
    padding: 40px;
  }
}

.s-payment__discounts > p {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: var(--primary);
  margin-bottom: 32px;
}

.s-payment__discounts-item {
  display: flex;
  align-items: flex-start;
}

.s-payment__discounts-percentage {
  border-radius: 8px;
  background: #E7E7E7;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 16px;
  min-width: 51px;
  text-align: center;
}

.s-payment__discounts-list {
  display: grid;
  gap: 19px;
}

.s-payment__discounts-details {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.s-payment__discounts-reservation {
  font-size: 12px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}

.s-payment__discounts-cta {
  display: block;
  font-size: 12px;
  color: var(--primary);
  font-weight: 600;
  margin-top: 11px;
}

.s-payment__discounts-cta svg {
  margin-left: 8px;
}


/* TESTIMONIALS */

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

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

.s-testimonials__title {
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

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

.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: white;
}

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

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


/* INTERNATIONAL */

.s-international {
  padding: 60px 0;
}

@media screen and (min-width: 1026px) {
  .s-international {
    padding-top: 148px;
    padding-bottom: 208px;
  }
}

.s-international__title {
  margin-bottom: 40px;
}

@media screen and (min-width: 1285px) {
  .s-international__container {
    display: grid;
    gap: 24px;
    grid-template-columns: 48% 50%;
    align-items: end;
  }
}

@media screen and (min-width: 1285px) {
  .s-international__text {
    max-width: 485px;
  }
}

.s-international__slide {
  display: grid;
  gap: 24px;
}

@media screen and (min-width: 770px) {
  .s-international__slide {
    gap: 28px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-international__pagination {
  position: static;
  margin-top: 24px;
}

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

.s-international__carousel {
  margin-top: 24px;
}

@media screen and (min-width: 1285px) {
  .s-international__carousel {
    position: relative;
    top: 39px;
    margin-top: 0;
  }
}

/* SOBRE VOLPE MIELE */

.s-about-volpe {
  padding: 80px 0;
}

@media screen and (min-width: 1026px) {
  .s-about-volpe {
    padding-top: 150px;
    padding-bottom: 188px;
  }
}

.s-about-volpe__container {
  display: grid;
  gap: 64px;
  align-items: end;
  justify-items: center;
}

@media screen and (min-width: 1026px) {
  .s-about-volpe__container {
    grid-template-columns: 58% 267px;
    gap: 130px;
  }
}

@media screen and (min-width: 1285px) {
  .s-about-volpe__main {
    padding-left: 104px;
  }
}

.s-about-volpe__title {
  margin: 16px 0 64px;
}

@media screen and (min-width: 1026px) {
  .s-about-volpe__title {
    margin: 32px 0 33px;
  }
}

.s-about-volpe__title span {
  color: var(--primary);
}

.s-about-volpe__content {
  padding-top: 16px;
}

.s-about-volpe__content-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--gray-500);
  margin-bottom: 27px;
}

.s-about-volpe__content-title svg {
  margin-right: 16px;
}

.s-about-volpe__content-text {
  font-size: 14px;
}

.s-about-volpe__contents {
  margin-bottom: 24px;
  display: grid;
  gap: 24px;
}

@media screen and (min-width: 770px) {
  .s-about-volpe__contents {
    grid-template-columns: 48% 46%;
    gap: 19px;
  }
}

@media screen and (min-width: 1026px) {
  .s-about-volpe__contents {
    margin-bottom: 40px;
  }
}

.s-about-volpe__btn {
  background: transparent;
}

@media screen and (min-width: 770px) {
  .s-about-volpe__btn {
    width: max-content;
  }
}

.s-about-volpe__btn:hover {
  background: var(--secondary);
}

.s-about-volpe__emec {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .s-about-volpe .qr-code--tertiary {
    width: 100%;
  }
}