.intro {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .intro {
    padding-top: 140px;
  }
}
.intro .row {
  flex-direction: column-reverse;
}
@media (min-width: 720px) {
  .intro .row {
    flex-direction: row;
  }
}
.intro .image {
  padding-right: 30px;
  width: 100%;
}
.intro .image figcaption {
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 720px) {
  .intro .image {
    width: 50%;
  }
}
.intro .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.intro .content img {
  width: 100px;
}
@media (min-width: 1200px) {
  .intro .content img {
    width: 151px;
  }
}
@media (max-width: 991.98px) {
  .intro .content img {
    display: none;
  }
}
@media (min-width: 720px) {
  .intro .content {
    width: 50%;
  }
}
.intro .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}
.intro .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
@media (min-width: 720px) {
  .intro .text {
    padding-bottom: 0;
    gap: 70px;
  }
}

.swiper-clases {
  padding-top: 72px;
}
@media (min-width: 992px) {
  .swiper-clases {
    padding-top: 128px;
  }
}
.swiper-clases .title {
  text-align: center;
}
.swiper-clases .title h3 {
  padding-top: 12px;
}
@media (min-width: 992px) {
  .swiper-clases .title h3 {
    padding-top: 24px;
  }
}
.swiper-clases .catSwiper .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .swiper-clases .catSwiper .navigation {
    padding-top: 8px;
  }
}
.swiper-clases .catSwiper .swiper-wrapper {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .swiper-clases .catSwiper .swiper-wrapper {
    padding-top: 140px;
  }
}
.swiper-clases .catSwiper .swiper-slide {
  margin-top: auto;
  cursor: none;
}
.swiper-clases .catSwiper .swiper-slide a {
  cursor: none;
}
.swiper-clases .catSwiper .swiper-slide .inner {
  text-align: center;
  will-change: height;
  transition: height 0.4s ease-in;
}
.swiper-clases .catSwiper .swiper-slide .inner h4 {
  padding-bottom: 23px;
}
.swiper-clases .catSwiper .swiper-slide:nth-of-type(even) figure {
  aspect-ratio: 1/1.04;
  transition: all 0.3s ease-in;
}
.swiper-clases .catSwiper figure {
  aspect-ratio: 1/1.334;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.swiper-clases .catSwiper figcaption {
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.home-about {
  margin-top: 80px;
  background-color: #e7e6e2;
  padding: 60px 0 70px;
}
@media (min-width: 992px) {
  .home-about {
    margin-top: 140px;
    padding: 80px 0 132px;
  }
}
.home-about h2 {
  border-bottom: 1px solid #010200;
  padding-bottom: 16px;
  margin-bottom: 42px;
}
.home-about .values {
  padding: 47px 30px 0;
  display: flex;
  flex-direction: column;
  gap: 51px;
}
@media (min-width: 720px) {
  .home-about .values {
    flex-direction: row;
    padding: 47px 0 0 0;
  }
}
.home-about .values .item {
  background-color: rgb(253, 253, 248);
  padding: 30px;
}
.home-about .values .item .text {
  padding-top: 12px;
}

.home-cta {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.home-cta figcaption {
  text-align: center;
  width: 76%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 3;
  padding: 30px 30px 30px;
  border-radius: 30px;
  background-color: rgb(253, 253, 248);
}
@media (min-width: 720px) {
  .home-cta figcaption {
    width: 70%;
    padding: 42px 60px 44px;
  }
}
@media (min-width: 992px) {
  .home-cta figcaption {
    width: 47%;
    padding: 42px 60px 45px;
  }
}
.home-cta figcaption .btn_sand {
  margin-top: 24px;
}
@media (min-width: 720px) {
  .home-cta figcaption .btn_sand {
    margin-top: 44px;
  }
}

/*# sourceMappingURL=home.css.map */
