.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #111111;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

input {
  border: none;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Inter Tight", sans-serif;
}

li {
  list-style: none;
  font-family: "Inter Tight", sans-serif;
}

span {
  font-size: 1.6rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

h3 {
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

.header h3 {
  color: #157ecf;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.header h2 {
  font-size: 4.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
  font-family: "Inter Tight", sans-serif;
}

.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

.carousel-button:hover {
  background-color: #157ecf !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  p {
    width: 100% !important;
  }
  .left, .right {
    width: 100% !important;
  }
  h3 {
    font-size: 2.5rem !important;
  }
  .container {
    width: 90% !important;
  }
}
.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #111111;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

input {
  border: none;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Inter Tight", sans-serif;
}

li {
  list-style: none;
  font-family: "Inter Tight", sans-serif;
}

span {
  font-size: 1.6rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

h3 {
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

.header h3 {
  color: #157ecf;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.header h2 {
  font-size: 4.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
  font-family: "Inter Tight", sans-serif;
}

.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

.carousel-button:hover {
  background-color: #157ecf !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  p {
    width: 100% !important;
  }
  .left, .right {
    width: 100% !important;
  }
  h3 {
    font-size: 2.5rem !important;
  }
  .container {
    width: 90% !important;
  }
}
.s-1 {
  background-image: url("../img/bg_home1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.s-1 .container .content .box .infos .text {
  width: 45%;
  position: absolute;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.s-1 .container .content .box .infos .text img {
  max-width: 15%;
}
.s-1 .container .content .box .infos .text p {
  width: 75%;
  color: #fff;
  font-size: 1.6rem;
}
.s-1 .container .content .box .infos .text h2 {
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.s-2 {
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.s-2 .content {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-2 .box {
  display: flex;
  flex-direction: column;
}
.s-2 .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.s-2 .header h2 {
  width: 50%;
  text-align: center;
}
.s-2 .header p {
  width: 45%;
  text-align: center;
}
.s-2 .aulas {
  height: 60vh;
  overflow-y: auto;
  padding: 2rem 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.s-2 .aulas .card {
  position: relative;
  width: 90%;
  max-width: 1200px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5rem;
}
.s-2 .aulas .card .left {
  width: 50%;
}
.s-2 .aulas .card .left .text {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-left: 2px solid #157ecf;
}
.s-2 .aulas .card .left .text .number {
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 2rem;
  margin-right: 1rem;
}
.s-2 .aulas .card .left .text .info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.s-2 .aulas .card .left .text .info h3 {
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
}
.s-2 .aulas .card .right {
  width: 50%;
}
.s-2 .aulas .card .right img {
  width: 100%;
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.divisor {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
  padding: 5rem 0;
}
.divisor .faixa {
  position: absolute;
  display: flex;
  width: 150%;
  left: -12%;
  padding: 12px 0;
  background-color: #157ecf;
  white-space: nowrap;
  will-change: transform;
}
.divisor .faixa1 {
  top: 75px;
  transform: rotate(-7deg);
}
.divisor .faixa1 .texto {
  display: inline-block;
}
.divisor .faixa1 .texto span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
}
.divisor .faixa2 {
  top: 125px;
  transform: rotate(7deg);
}
.divisor .faixa2 .texto {
  display: inline-block;
}
.divisor .faixa2 .texto span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
}

.s-3 {
  padding-top: 10rem;
}
.s-3 .container .content .cta {
  margin-top: 3rem;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.s-3 .container .content .cta a {
  padding: 1rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  background: #157ecf;
  box-shadow: 0px 0px 15px #157ecf;
  color: #fff;
}
.s-3 .container .content .box .header {
  width: 50%;
  margin-bottom: 3rem;
}
.s-3 .container .content .box .header p {
  width: 70%;
  font-size: 1.6rem;
}
.s-3 .container .content .box .content-cards {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.s-3 .container .content .box .content-cards .card1 {
  background-image: url("../img/card1_quadra.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.s-3 .container .content .box .content-cards .card1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.44);
}
.s-3 .container .content .box .content-cards .card2 {
  background-image: url("../img/card2_natacao.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.s-3 .container .content .box .content-cards .card2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.44);
}
.s-3 .container .content .box .content-cards .card3 {
  background-image: url("../img/card3_hidroginastica.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.s-3 .container .content .box .content-cards .card3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.44);
}
.s-3 .container .content .box .content-cards .card3 .info {
  gap: 0rem !important;
}
.s-3 .container .content .box .content-cards .card4 {
  background-image: url("../img/ioga+.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.s-3 .container .content .box .content-cards .card4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.44);
}
.s-3 .container .content .box .content-cards .card {
  padding: 3rem;
  border-radius: 10px;
  height: 35rem;
  width: 33.33%;
  position: relative;
}
.s-3 .container .content .box .content-cards .card .info {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  bottom: 10%;
  width: 85%;
}
.s-3 .container .content .box .content-cards .card .info .text h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  width: 80%;
}
.s-3 .container .content .box .content-cards .card .info .text p {
  color: #fff;
  font-size: 1.2rem;
  width: 80%;
}
.s-3 .container .content .box .content-cards .card .info .link a {
  background: #fff;
  border-radius: 50px;
  padding: 0.5rem 0.8rem;
  color: #157ecf;
}

.s-4 {
  padding: 10rem 0;
}
.s-4 .container .content .box .unidades {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.s-4 .container .content .box .unidades .unidade {
  display: flex;
  border: 1px solid #c7c7c7;
  border-radius: 0px 10px 10px 0px;
  gap: 3rem;
}
.s-4 .container .content .box .unidades .unidade .left {
  width: 60%;
}
.s-4 .container .content .box .unidades .unidade .left img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}
.s-4 .container .content .box .unidades .unidade .right {
  width: 40%;
  padding: 3rem 0;
}
.s-4 .container .content .box .unidades .unidade .right .infos .contato h3 {
  font-size: 2.4rem;
  font-weight: 900;
}
.s-4 .container .content .box .unidades .unidade .right .infos .contato p {
  font-size: 1.6rem;
  margin: 1rem 0;
}
.s-4 .container .content .box .unidades .unidade .right .infos .links {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1rem;
}
.s-4 .container .content .box .unidades .unidade .right .infos .links .local, .s-4 .container .content .box .unidades .unidade .right .infos .links .telefone {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #157ecf;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 900;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.s-4 .container .content .box .unidades .unidade .right .infos .links .local::after, .s-4 .container .content .box .unidades .unidade .right .infos .links .telefone::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #157ecf;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.s-4 .container .content .box .unidades .unidade .right .infos .links .local:hover, .s-4 .container .content .box .unidades .unidade .right .infos .links .telefone:hover {
  color: rgb(45.2763157895, 151.6578947368, 233.7236842105);
}
.s-4 .container .content .box .unidades .unidade .right .infos .links .local:hover::after, .s-4 .container .content .box .unidades .unidade .right .infos .links .telefone:hover::after {
  width: 100%;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .title {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .itens {
  margin-top: 2rem;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .itens .line {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .itens .line .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #808080;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .itens .line .ultimo {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #157ecf;
  text-decoration: underline;
  padding-bottom: 2px;
  border: none;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .itens .line .ultimo a {
  color: #157ecf;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .cta {
  margin-top: 3rem;
}
.s-4 .container .content .box .unidades .unidade .right .infos .servicos .cta a {
  padding: 1rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  background: #157ecf;
  box-shadow: 0px 0px 15px #157ecf;
  color: #fff;
}

.s-5 {
  width: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 90vh;
  min-height: 400px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 5%) !important;
  left: auto;
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 5%) !important;
  right: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  background-color: #157ecf;
  border-radius: 50%;
  color: #fff !important;
  transition: background-color 0.3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
  font-weight: bold;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgb(16.3026315789, 97.8157894737, 160.6973684211);
}

.carousel-text-content {
  background-color: #157ecf;
  color: #fff;
  padding: 2.5rem 0;
}
.carousel-text-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.carousel-text-content .text-area {
  max-width: 60%;
  display: flex;
  align-items: center;
  gap: 5rem;
}
.carousel-text-content .text-area h2, .carousel-text-content .text-area p {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
.carousel-text-content .text-area h2 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #fff;
  text-transform: uppercase;
}
.carousel-text-content .text-area p {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 40%;
  color: #fff;
}
.carousel-text-content .text-fade-out h2, .carousel-text-content .text-fade-out p {
  opacity: 0;
  transform: translateY(10px);
}
.carousel-text-content .logo-area img {
  max-height: 30px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 90%;
  max-width: 700px;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.popup-container.is-visible {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}

body.popup-open {
  overflow: hidden;
}
body.popup-open .popup-overlay {
  opacity: 1;
  pointer-events: all;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 1rem;
}
.popup-header h2 {
  font-size: 1.8rem;
  color: #000;
  text-transform: uppercase;
}
.popup-header .popup-close-btn {
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #888;
}

.popup-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.popup-service-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  color: #808080;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  white-space: nowrap;
}
.popup-service-item i {
  font-size: 1.8rem !important;
  color: #157ecf;
}
.popup-service-item span {
  font-weight: 500;
  color: #808080;
}

.icon-insta {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 768px) {
  .icon-insta {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    font-weight: 400;
  }
  .popup-container {
    width: 95%;
    padding: 1.5rem;
  }
  .popup-services-grid {
    grid-template-columns: 1fr;
  }
  .s-1 {
    overflow: hidden;
  }
  .s-1 .container .content .box .infos .text {
    width: 90%;
    position: absolute;
    top: 25%;
  }
  .s-1 .container .content .box .infos .text img {
    max-width: 30%;
  }
  .s-1 .container .content .box .infos .text p {
    width: 50% !important;
    font-size: 1.4rem !important;
    margin-top: -2rem !important;
  }
  .s-1 .container .content .box .infos .text h2 {
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    width: 50% !important;
  }
  .s-2 .container .content .box .aulas .card {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .s-2 .container .content .box .aulas .card .text {
    gap: 0rem !important;
  }
  .s-2 .container .content .box .aulas .card .text .number {
    width: 20% !important;
  }
  .s-2 .container .content .box .aulas .card .text .info {
    width: 80% !important;
  }
  .s-2 .container .content .box .aulas .card .text .info p {
    font-size: 1.4rem !important;
  }
  .s-2 .container .content .box .aulas .card .text .info h3 {
    font-size: 2rem !important;
    font-weight: 900 !important;
  }
  .s-2 .container .content .box .aulas .card .right img {
    width: 100% !important;
    height: 21rem !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .divisor .faixa {
    width: 240% !important;
    left: -65% !important;
  }
  .divisor .faixa1 {
    top: 75px !important;
    transform: rotate(-12deg) !important;
  }
  .divisor .faixa1 .texto span {
    font-size: 16px !important;
  }
  .divisor .faixa2 {
    top: 82px !important;
    transform: rotate(12deg) !important;
  }
  .divisor .faixa2 .texto span {
    font-size: 16px !important;
  }
  .s-3 {
    padding-top: 0rem;
  }
  .s-3 .header {
    width: 100% !important;
    text-align: center;
  }
  .s-3 .header p {
    width: 90%;
    margin: 0 auto;
  }
  .s-3 .content-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .s-3 .content-cards::-webkit-scrollbar {
    display: none;
  }
  .s-3 .card, .s-3 .card1, .s-3 .card2, .s-3 .card3 {
    flex: 0 0 85%;
    height: 30rem;
    scroll-snap-align: start;
  }
  .s-3 .card .info .text h2, .s-3 .card1 .info .text h2, .s-3 .card2 .info .text h2, .s-3 .card3 .info .text h2 {
    width: 100%;
    font-size: 2rem;
    font-weight: 900;
  }
  .s-3 .card .info .text p, .s-3 .card1 .info .text p, .s-3 .card2 .info .text p, .s-3 .card3 .info .text p {
    width: 100%;
    font-size: 1.4rem;
  }
  .s-4 .container .content .box .header {
    text-align: center;
    margin-bottom: 30px;
  }
  .s-4 .container .content .box .header h2 {
    width: 100% !important;
  }
  .s-4 .container .content .box .unidades {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .s-4 .container .content .box .unidades .unidade {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    color: #fff;
  }
  .s-4 .container .content .box .unidades .unidade::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(80deg, rgba(0, 0, 0, 0.8), transparent 100%) !important;
    z-index: 2;
  }
  .s-4 .container .content .box .unidades .unidade .servicos, .s-4 .container .content .box .unidades .unidade .cta, .s-4 .container .content .box .unidades .unidade .contato .links {
    display: block;
  }
  .s-4 .container .content .box .unidades .unidade .servicos .itens, .s-4 .container .content .box .unidades .unidade .cta .itens, .s-4 .container .content .box .unidades .unidade .contato .links .itens {
    display: block;
  }
  .s-4 .container .content .box .unidades .unidade .servicos .itens .item, .s-4 .container .content .box .unidades .unidade .cta .itens .item, .s-4 .container .content .box .unidades .unidade .contato .links .itens .item {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5607843137);
  }
  .s-4 .container .content .box .unidades .unidade .servicos .itens .ultimo, .s-4 .container .content .box .unidades .unidade .cta .itens .ultimo, .s-4 .container .content .box .unidades .unidade .contato .links .itens .ultimo {
    background: transparent;
  }
  .s-4 .container .content .box .unidades .unidade .servicos .itens .ultimo a, .s-4 .container .content .box .unidades .unidade .cta .itens .ultimo a, .s-4 .container .content .box .unidades .unidade .contato .links .itens .ultimo a {
    color: #fff !important;
  }
  .s-4 .container .content .box .unidades .unidade .servicos .title, .s-4 .container .content .box .unidades .unidade .cta .title, .s-4 .container .content .box .unidades .unidade .contato .links .title {
    display: block;
    color: #fff;
  }
  .s-4 .container .content .box .unidades .unidade .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .s-4 .container .content .box .unidades .unidade .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s-4 .container .content .box .unidades .unidade .right {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .s-4 .container .content .box .unidades .unidade .right .infos {
    padding: 16px;
    border-radius: 12px;
  }
  .s-4 .container .content .box .unidades .unidade .right .infos .contato h3 {
    font-size: 2rem !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    margin-bottom: 8px;
    color: #fff;
  }
  .s-4 .container .content .box .unidades .unidade .right .infos .contato h3::before {
    content: "UNIDADE";
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 4px;
  }
  .s-4 .container .content .box .unidades .unidade .right .infos .contato p {
    font-size: 1.2rem;
    margin: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5607843137);
    border: 1px solid #fff;
    padding: 1rem;
    border-radius: 10px;
    color: #fff;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    height: 6rem;
  }
  .s-4 .container .content .box .unidades .unidade .right .infos .contato p::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 12px;
  }
  .s-4 .container .content .box .unidades .unidade .right .infos .contato .links {
    display: flex;
    margin-top: 1rem;
  }
  .s-4 .container .content .box .unidades .unidade .right .infos .contato .links a {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
  }
  .s-4 .container .content .box .unidades .unidade:first-child .contato h3::before {
    content: "UNIDADE 1";
  }
  .s-4 .container .content .box .unidades .unidade:nth-child(2) .contato h3::before {
    content: "UNIDADE 2";
  }
  .s-5 .carousel-text-content .container {
    flex-direction: column !important;
    align-items: start !important;
  }
  .s-5 .carousel-text-content .container .text-area {
    flex-direction: column !important;
    max-width: 100% !important;
    gap: 1rem !important;
  }
  .s-5 .carousel-text-content .container .text-area h2 {
    font-size: 2rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    width: 100% !important;
  }
  .s-5 .carousel-text-content .container .text-area p {
    width: 100% !important;
  }
  .s-5 .carousel-text-content .container .logo-area img {
    max-height: 30px !important;
  }
  footer {
    border-top: 2px solid #fff !important;
  }
  footer .container .content {
    flex-direction: column-reverse !important;
    align-items: center !important;
    gap: 2rem !important;
  }
  footer .container .content .left {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
  }
  footer .container .content .right h2 {
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
  footer .container .content .right p {
    font-size: 1.4rem !important;
  }
  footer .container .content .right .links {
    gap: 0rem !important;
  }
  footer .container .content .right .links a img {
    max-width: 80% !important;
  }
  .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 40%) !important;
  }
  .header h3 {
    font-size: 1.6rem !important;
    font-weight: 900 !important;
    margin-bottom: 0rem !important;
  }
  .header h2 {
    font-size: 2rem !important;
    font-weight: 900 !important;
    width: 70% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 1rem auto !important;
  }
}
.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #111111;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

input {
  border: none;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Inter Tight", sans-serif;
}

li {
  list-style: none;
  font-family: "Inter Tight", sans-serif;
}

span {
  font-size: 1.6rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

h3 {
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

.header h3 {
  color: #157ecf;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.header h2 {
  font-size: 4.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
  font-family: "Inter Tight", sans-serif;
}

.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

.carousel-button:hover {
  background-color: #157ecf !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  p {
    width: 100% !important;
  }
  .left, .right {
    width: 100% !important;
  }
  h3 {
    font-size: 2.5rem !important;
  }
  .container {
    width: 90% !important;
  }
}
header {
  position: sticky;
  top: 0;
  padding-top: 3rem;
  z-index: 99;
}
header .menu-toggle, header .blur-background {
  display: none;
}
header nav .itens-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(22, 22, 22, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 1rem;
  border-radius: 50px;
}
header nav .itens-menu a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
header nav .itens-menu .logo-mobile {
  display: none;
}
header nav .itens-menu .logo {
  width: 15%;
  flex-shrink: 0;
}
header nav .itens-menu .logo img {
  width: 100%;
  display: block;
}
header nav .itens-menu .mobile-menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
header nav .itens-menu .links ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav .itens-menu .links ul a {
  position: relative;
  color: #fff;
  padding-bottom: 4px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header nav .itens-menu .links ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header nav .itens-menu .links ul a:hover {
  color: white;
}
header nav .itens-menu .links ul a:hover::after {
  width: 100%;
}
header nav .itens-menu .cta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header nav .itens-menu .cta .dropdown-aluno {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
header nav .itens-menu .cta .dropdown-aluno .btn-area {
  cursor: pointer;
}
header nav .itens-menu .cta .dropdown-aluno .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(22, 22, 22, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 1rem;
  min-width: 200px;
  z-index: 10;
  flex-direction: column;
  gap: 1rem;
}
header nav .itens-menu .cta .dropdown-aluno .dropdown-menu a {
  text-align: center;
  border-radius: 5px;
  padding: 1rem;
  transition: background-color 0.2s ease;
}
header nav .itens-menu .cta .dropdown-aluno .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header nav .itens-menu .cta .dropdown-aluno:hover .dropdown-menu {
  display: flex;
}
header nav .itens-menu .cta .btn-area {
  padding: 1rem;
  border-radius: 50px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  font-size: 1.2rem;
}
header nav .itens-menu .cta .btn-cta {
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 1px solid #024172;
  text-transform: uppercase;
  font-weight: 600;
  background: #157ecf;
  box-shadow: 0px 0px 15px #157ecf;
  white-space: nowrap;
}

@media (max-width: 768px) {
  body.menu-is-open {
    overflow: hidden;
  }
  .s-1 header.is-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .s-1 header.is-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .s-1 header.is-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .s-1 header.is-open .mobile-menu-content, .s-1 header.is-open .blur-background {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
  }
  .s-1 header nav.container {
    position: sticky;
    top: 20px;
    left: 0%;
    right: 0%;
    width: 90%;
    z-index: 100;
    background-color: #121820;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .s-1 header nav.container .itens-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s-1 header .logo-mobile {
    display: block !important;
    width: 30% !important;
    flex-shrink: 0;
  }
  .s-1 header .logo-mobile img {
    width: 100%;
    display: block;
  }
  .s-1 header .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 28px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
  }
  .s-1 header .menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
  }
  .s-1 header .mobile-menu-content {
    position: fixed;
    top: -4rem !important;
    left: -4rem !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    min-height: 100vh !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    align-items: start !important;
    background-color: #121820;
    z-index: 98;
    padding: 100px 30px 30px 30px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    justify-content: left !important;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }
  .s-1 header .mobile-menu-content .logo {
    width: 30%;
    margin-top: -5rem !important;
    margin-bottom: 2rem !important;
  }
  .s-1 header .mobile-menu-content .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start !important;
    margin-top: 2rem !important;
  }
  .s-1 header .mobile-menu-content .links ul a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  .s-1 header .mobile-menu-content .cta {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 20px;
    margin-top: 2rem !important;
    width: 100%;
  }
  .s-1 header .mobile-menu-content .cta .dropdown-aluno {
    width: 100%;
  }
  .s-1 header .mobile-menu-content .cta .dropdown-aluno .btn-area {
    border: none;
    padding: 0;
    text-align: left;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
    pointer-events: none;
  }
  .s-1 header .mobile-menu-content .cta .dropdown-aluno .dropdown-menu {
    display: flex;
    position: static;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0;
    padding-left: 1rem;
    margin-top: 15px;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    transform: none;
  }
  .s-1 header .mobile-menu-content .cta .dropdown-aluno .dropdown-menu a {
    width: auto;
    text-align: left;
    padding: 0;
    border: none;
    font-size: 16px;
    color: #fff;
  }
  .s-1 header .mobile-menu-content .cta .btn-cta {
    color: #121820;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
  }
  .s-1 header .blur-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
  }
}
.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #111111;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
}

p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

input {
  border: none;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Inter Tight", sans-serif;
}

li {
  list-style: none;
  font-family: "Inter Tight", sans-serif;
}

span {
  font-size: 1.6rem;
  color: #111111;
  font-family: "Inter Tight", sans-serif;
}

h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

h3 {
  font-family: "Inter Tight", sans-serif;
  color: #111111;
}

.header h3 {
  color: #157ecf;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.header h2 {
  font-size: 4.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
  font-family: "Inter Tight", sans-serif;
}

.s-whatsAppButton .whatsapp-link {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.s-whatsAppButton .whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px #25D366;
}
.s-whatsAppButton .whatsapp-link .whatsapp-icon {
  font-size: 4rem;
  margin-top: 2px;
}

.carousel-button:hover {
  background-color: #157ecf !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  h2 {
    width: 100% !important;
    font-size: 30px !important;
  }
  p {
    width: 100% !important;
  }
  .left, .right {
    width: 100% !important;
  }
  h3 {
    font-size: 2.5rem !important;
  }
  .container {
    width: 90% !important;
  }
}
footer {
  padding-top: 5rem;
  background: #157ecf;
  border-top: 1px solid #fff;
}
footer .container .content {
  display: flex;
  justify-content: space-around;
}
footer .container .content .right h2 {
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
}
footer .container .content .right p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
}
footer .container .content .right .links {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}/*# sourceMappingURL=main.css.map */