@charset "UTF-8";
* {
  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.8rem;
  -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: #000;
  font-size: 1.6rem;
}

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

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

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

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

a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}

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

span {
  font-size: 1.6rem;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

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

strong {
  color: #212121;
  font-family: "Montserrat", 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: #006FF7 !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;
  }
}
* {
  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.8rem;
  -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: #000;
  font-size: 1.6rem;
}

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

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

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

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

a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}

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

span {
  font-size: 1.6rem;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

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

strong {
  color: #212121;
  font-family: "Montserrat", 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: #006FF7 !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 {
  opacity: 0.89;
  background-image: url("../img/bg_home_prime.png");
  background-repeat: no-repeat;
  background-position: 0 -390px;
  background-size: 100% 176.426%;
  background-color: #B2D6FF;
  height: 80vh;
  position: relative !important;
}
.s-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(224, 237, 251, 0.9) 0%, rgba(255, 252, 244, 0.9) 100%);
  pointer-events: none;
}
.s-1 .container .content-s1 .box {
  position: relative;
}
.s-1 .svg-home {
  position: absolute;
  bottom: 0%;
  height: 1.5rem;
  z-index: 99;
}
.s-1 .home-criancas {
  position: absolute;
  bottom: 1%;
  left: 40%;
  width: 30%;
}
.s-1 .container .content-s1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
}
.s-1 .container .content-s1 .box .left {
  width: 50%;
}
.s-1 .container .content-s1 .box .left .infos strong {
  color: #292865;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.s-1 .container .content-s1 .box .left .infos h2 {
  color: #004487;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1.3px;
  width: 80%;
}
.s-1 .container .content-s1 .box .left .infos p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  width: 75%;
}
.s-1 .container .content-s1 .box .left .buttons-cta {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.s-1 .container .content-s1 .box .left .buttons-cta a {
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.s-1 .container .content-s1 .box .left .buttons-cta .conheca {
  background: #004487;
  color: #fff;
  border-radius: 10px;
}
.s-1 .container .content-s1 .box .left .buttons-cta .fale {
  border: 1px solid #004487;
  color: #004487;
  border-radius: 10px;
}
.s-1 .container .content-s1 .box .right .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.s-1 .container .content-s1 .box .right .infos .card {
  background: #004487;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  width: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-1 .container .content-s1 .box .right .infos .card strong {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: -0.06875rem;
}
.s-1 .container .content-s1 .box .right .infos .card p {
  color: #00F9FF;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.s-2 .container .content-s2 .box1 .right, .s-2 .container .content-s2 .box3 .right {
  margin-left: 3rem;
}
.s-2 .container .content-s2 .box2 .right {
  margin-right: 3rem;
}
.s-2 .container .content-s2 .box2 .content {
  flex-direction: row-reverse;
}
.s-2 .container .content-s2 .box {
  margin: 2rem 0;
}
.s-2 .container .content-s2 .box .text-principal img {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 1rem;
  width: 10%;
}
.s-2 .container .content-s2 .box .text-principal h2 {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.3px;
  margin-top: 2rem;
}
.s-2 .container .content-s2 .box .text-principal p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
.s-2 .container .content-s2 .box .content {
  display: flex;
  align-items: center;
}
.s-2 .container .content-s2 .box .content .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.s-2 .container .content-s2 .box .content .left h3 {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.3px;
}
.s-2 .container .content-s2 .box .content .left .card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #004487;
  border-radius: 10px;
  height: auto;
  padding: 1rem;
}
.s-2 .container .content-s2 .box .content .left .card p {
  color: #fff;
}
.s-2 .container .content-s2 .box .content .left .card img {
  width: 8%;
}
.s-2 .container .content-s2 .box .content .right {
  width: 40%;
}
.s-2 .container .content-s2 .box .content .right img {
  border-radius: 10px;
}

.s-3 {
  background: #006FF7;
  padding: 5rem 0;
}
.s-3 .container .content-s3 .box .text-principal {
  text-align: center;
  margin-bottom: 3rem;
}
.s-3 .container .content-s3 .box .text-principal p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.s-3 .container .content-s3 .box .text-principal h2 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.3px;
  margin: 0 auto;
  width: 45%;
}
.s-3 .container .content-s3 .box .content .box {
  display: flex;
  gap: 5rem;
  align-items: stretch;
}
.s-3 .container .content-s3 .box .content .box .left, .s-3 .container .content-s3 .box .content .box .right {
  padding: 2rem;
  border: 1px solid #fff;
  width: 50%;
  border-radius: 10px;
}
.s-3 .container .content-s3 .box .content .box .left .title, .s-3 .container .content-s3 .box .content .box .right .title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.s-3 .container .content-s3 .box .content .box .left .title img, .s-3 .container .content-s3 .box .content .box .right .title img {
  width: 8%;
}
.s-3 .container .content-s3 .box .content .box .left .title h3, .s-3 .container .content-s3 .box .content .box .right .title h3 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.8px;
}
.s-3 .container .content-s3 .box .content .box .left .infos p, .s-3 .container .content-s3 .box .content .box .right .infos p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin: 1.5rem 0;
}

.s-4 {
  padding: 5rem 0;
}
.s-4 .container .content-s4 .box .content {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
.s-4 .container .content-s4 .box .content .left {
  width: 40%;
}
.s-4 .container .content-s4 .box .content .left .title p {
  color: #006FF7;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.s-4 .container .content-s4 .box .content .left .title h2 {
  color: #004487;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 51.6px;
  letter-spacing: -1.3px;
}
.s-4 .container .content-s4 .box .content .left .infos p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  padding: 0.5rem 0;
  width: 100%;
}
.s-4 .container .content-s4 .box .content .left .cta {
  margin-top: 2rem;
}
.s-4 .container .content-s4 .box .content .left .cta a {
  background: #006FF7;
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.s-4 .container .content-s4 .box .content .right {
  width: 60%;
  position: relative;
  background-image: url("../img/image4_sec.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.s-4 .container .content-s4 .box .content .right .image {
  border-radius: 10px;
}
.s-4 .container .content-s4 .box .content .right .box {
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 1rem;
}
.s-4 .container .content-s4 .box .content .right .box .card {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  width: 45%;
}
.s-4 .container .content-s4 .box .content .right .box .card h3 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.8px;
}
.s-4 .container .content-s4 .box .content .right .box .card p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.s-5 {
  padding: 5rem 0;
  background: #006FF7;
}
.s-5 .container .content-s5 .box {
  display: flex;
  justify-content: stretch;
  gap: 5rem;
}
.s-5 .container .content-s5 .box .left {
  width: 100%;
}
.s-5 .container .content-s5 .box .left .title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.s-5 .container .content-s5 .box .left .title h2 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 57.6px;
  letter-spacing: -1.3px;
}
.s-5 .container .content-s5 .box .left .title span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
.s-5 .container .content-s5 .box .left .faq {
  margin-top: 2rem;
}
.s-5 .container .content-s5 .box .left .faq .question {
  margin-bottom: 1rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.s-5 .container .content-s5 .box .left .faq .question .question-header {
  width: 100%;
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
}
.s-5 .container .content-s5 .box .left .faq .question .question-header span {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
.s-5 .container .content-s5 .box .left .faq .question .question-header .arrow {
  width: 14px;
  height: 14px;
  border-right: 2px solid #B2D6FF;
  border-bottom: 2px solid #B2D6FF;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.s-5 .container .content-s5 .box .left .faq .question .answer {
  max-height: 0;
  padding: 0 1.6rem;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  transition: max-height 0.3s ease;
}
.s-5 .container .content-s5 .box .left .faq .question.open .answer {
  max-height: 400px;
  padding-bottom: 1.2rem;
}
.s-5 .container .content-s5 .box .left .faq .question.open .arrow {
  transform: rotate(-135deg);
}
.s-5 .container .content-s5 .box .right {
  width: 100%;
}
.s-5 .container .content-s5 .box .right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.s-6 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.s-6 .content-s6 .carrousel {
  position: relative;
  overflow: hidden;
}
.s-6 .content-s6 .carrousel .items {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
}
.s-6 .content-s6 .carrousel .items a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 140px;
}
.s-6 .content-s6 .carrousel .items a img {
  max-width: 100%;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-6 .content-s6 .carrousel .dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.s-6 .content-s6 .carrousel .dots .dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.s-6 .content-s6 .carrousel .dots .dot.active {
  background-color: #000;
}

.s-7 {
  padding: 5rem 0;
}
.s-7 .container .content-s7 .box .content {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 3rem;
}
.s-7 .container .content-s7 .box .content .left {
  width: 60%;
}
.s-7 .container .content-s7 .box .content .left .title p {
  color: #006FF7;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.s-7 .container .content-s7 .box .content .left .title h2 {
  color: #004487;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}
.s-7 .container .content-s7 .box .content .left .formulario {
  background: #004487;
  padding: 2rem;
  border-radius: 10px;
}
.s-7 .container .content-s7 .box .content .left .formulario form .group {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.s-7 .container .content-s7 .box .content .left .formulario form .group label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.s-7 .container .content-s7 .box .content .left .formulario form .group input {
  padding: 1rem;
}
.s-7 .container .content-s7 .box .content .left .formulario form button {
  background: #006FF7;
  padding: 1rem 2rem;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
}
.s-7 .container .content-s7 .box .content .right {
  width: 40%;
}
.s-7 .container .content-s7 .box .content .right img {
  width: 100%;
  border-radius: 10px;
  text-align: end;
}

main {
  overflow: hidden;
}

footer {
  background: #004487;
  padding: 5rem 0;
}
footer .container .content .box {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
footer .container .content .box a {
  width: 15%;
}
footer .container .content .box .contatos .phone a, footer .container .content .box .contatos .mail a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
footer .container .content .box .contatos .social {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}
footer .container .content .box .contatos .social a {
  width: 10%;
}
footer .container .content .box .contatos .social a img {
  background: #fff;
  border-radius: 12.5px;
  width: 100%;
}
footer .container .content .box .contatos .social a i {
  color: #fff;
  font-size: 2rem;
}

.depoimentos {
  background: #006FF7;
  padding: 5rem 0;
}
.depoimentos .container .content-depoimentos .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.depoimentos .container .content-depoimentos .box .title {
  text-align: center;
}
.depoimentos .container .content-depoimentos .box .title p {
  color: #fff;
  margin-bottom: 0.5rem;
}
.depoimentos .container .content-depoimentos .box .title h2 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.3px;
}
.depoimentos .container .content-depoimentos .box .carousel-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-window {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.depoimentos .container .content-depoimentos .box .carousel-container .depoimentos-content {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.depoimentos .container .content-depoimentos .box .carousel-container .depoimento {
  background: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  min-width: 100%;
  box-sizing: border-box;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.depoimentos .container .content-depoimentos .box .carousel-container .depoimento .text p {
  color: #000;
  margin-bottom: 2rem;
}
.depoimentos .container .content-depoimentos .box .carousel-container .depoimento .author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: auto;
}
.depoimentos .container .content-depoimentos .box .carousel-container .depoimento .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.75rem;
}
.depoimentos .container .content-depoimentos .box .carousel-container .depoimento .author span b {
  color: #000;
}
.depoimentos .container .content-depoimentos .box .carousel-container .depoimento .author .empresa, .depoimentos .container .content-depoimentos .box .carousel-container .depoimento .author .cargo {
  color: rgb(63.75, 63.75, 63.75);
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-button {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  background-color: #006FF7;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease;
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-button:hover {
  background-color: #fff;
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-button.prev {
  left: -22px;
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-button.next {
  right: -22px;
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 820px) {
  .depoimentos .container .content-depoimentos .box .carousel-container .carousel-button.prev {
    left: -25px;
  }
  .depoimentos .container .content-depoimentos .box .carousel-container .carousel-button.next {
    right: -15px;
  }
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-dots {
  text-align: center;
  margin-top: 2rem;
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-dots .dot.active {
  background-color: #00F9FF;
  transform: scale(1.1);
}
.depoimentos .container .content-depoimentos .box .carousel-container .carousel-dots .dot:hover {
  background-color: #00F9FF !important;
}

@media (max-width: 768px) {
  header .container nav {
    flex-wrap: nowrap;
    align-items: center;
  }
  header .container nav .logo {
    width: 80%;
  }
  header .container nav .menu-toggle {
    display: flex;
  }
  header .container nav ul.menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #004487;
    margin-top: 1rem;
    border-radius: 8px;
    padding: 1rem 0;
  }
  header .container nav ul.menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .container nav ul.menu li a {
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .container nav ul.menu li.has-submenu .submenu {
    position: static;
    background: transparent;
    box-shadow: none;
    padding-left: 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  header .container nav ul.menu li.has-submenu.submenu-open .submenu {
    max-height: 500px;
  }
  header .container nav ul.menu li.has-submenu a {
    cursor: pointer;
  }
  header .container nav ul.menu li.has-submenu a .arrow {
    border-right: none;
    border-bottom: none;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  header .container nav ul.menu li.has-submenu.submenu-open a .arrow {
    transform: rotate(-45deg);
  }
  header .container nav .cta-header {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
  }
  header .container nav .cta-header a {
    display: inline-block;
  }
  .s-1 {
    height: 100% !important;
    padding: 5rem 0;
  }
  .s-1 .home-criancas {
    width: 50% !important;
    display: none !important;
  }
  .s-1 svg {
    display: none !important;
  }
  .s-1 .content-s1 .box {
    flex-direction: column !important;
    height: 100% !important;
    gap: 4rem;
  }
  .s-1 .content-s1 .box .left .infos .card {
    width: 100% !important;
  }
  .s-1 .content-s1 .box .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .s-1 .content-s1 .box .right .card {
    width: 100% !important;
  }
  .s-2 .content-s2 .box .text-principal img {
    width: 40% !important;
  }
  .s-2 .content-s2 .box .content {
    flex-direction: column !important;
    gap: 2rem;
  }
  .s-2 .content-s2 .box .content .right {
    margin-left: 0;
    margin-right: 0;
  }
  .s-2 .content-s2 .box .content .left .card {
    padding: 2rem 1rem;
  }
  .s-2 .content-s2 .box .content .left .card p {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
  .s-3 .content-s3 .content .box {
    flex-direction: column !important;
  }
  .s-4 .content-s4 .box .content {
    flex-direction: column !important;
  }
  .s-4 .content-s4 .box .content .left .cta {
    text-align: center;
    margin: 2rem 0;
  }
  .s-4 .content-s4 .box .content .right {
    background-image: none !important;
  }
  .s-4 .content-s4 .box .content .right .box {
    position: relative !important;
    flex-direction: column !important;
  }
  .s-4 .content-s4 .box .content .right .box .card {
    width: 100% !important;
    background: #006FF7 !important;
  }
  .s-4 .content-s4 .box .content .right .box .card p, .s-4 .content-s4 .box .content .right .box .card h3 {
    color: #fff !important;
  }
  .s-5 .content-s5 .box {
    flex-direction: column !important;
  }
  .s-5 .content-s5 .box .right {
    display: none !important;
  }
  .s-5 .content-s5 .box .left span {
    width: 90% !important;
  }
  .s-7 .content-s7 .box .content {
    flex-direction: column !important;
  }
  .s-7 .content-s7 .box .content .right {
    display: none !important;
  }
  footer .content .box {
    flex-direction: column !important;
    gap: 2rem !important;
  }
  footer .content .box a {
    width: 30% !important;
  }
  footer .content .box .contatos a {
    width: 50% !important;
  }
}
* {
  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.8rem;
  -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: #000;
  font-size: 1.6rem;
}

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

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

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

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

a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}

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

span {
  font-size: 1.6rem;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

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

strong {
  color: #212121;
  font-family: "Montserrat", 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: #006FF7 !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 {
  width: 100%;
  z-index: 999999999999;
  padding: 2rem 0;
  background: #004487;
  /*  blur  */
}
header nav .menu-inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*  hambúrguer / X  */
  /*  off-canvas  */
  /*  ícones  */
}
header nav .menu-inf .logo {
  width: 30% !important;
}
header nav .menu-inf .logo img {
  width: 135px;
}
header nav .menu-inf .mobile-hamburguer {
  display: block;
}
header nav .menu-inf .itens-menu-inf {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80vw;
  height: 100%;
  background: #004487;
  padding: 2rem;
  flex-direction: column;
  gap: 2.5rem;
  transition: left 0.5s ease;
  z-index: 99;
}
header nav .menu-inf .itens-menu-inf .logo-mobile {
  display: block;
  margin-bottom: 2rem;
}
header nav .menu-inf .itens-menu-inf .logo-mobile img {
  width: 50%;
}
header nav .menu-inf .itens-menu-inf ul {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}
header nav .menu-inf .itens-menu-inf ul li {
  position: relative;
  white-space: nowrap;
  /*  submenu – mobile  */
}
header nav .menu-inf .itens-menu-inf ul li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
header nav .menu-inf .itens-menu-inf ul li a:hover {
  border-bottom-color: #fff;
}
header nav .menu-inf .itens-menu-inf ul li .submenu {
  display: none;
  position: static;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 1rem;
}
header nav .menu-inf .itens-menu-inf ul li .submenu.open {
  display: flex;
  gap: 1.5rem;
}
header nav .menu-inf .itens-menu-inf ul li .submenu.open .primeiro {
  margin-top: 1.5rem !important;
}
header nav .menu-inf .itens-menu-inf .cta-header {
  margin-top: 3rem;
}
header nav .menu-inf .itens-menu-inf .cta-header a {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  background: #006FF7;
  color: #fff;
  white-space: nowrap;
}
header nav .menu-inf .hamburger, header nav .menu-inf .close-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}
header nav .menu-inf .close-menu {
  display: none;
}
header .blur-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}
header .blur-background.show {
  display: block;
}

@media (min-width: 769px) {
  header {
    padding: 2rem 0 !important;
  }
  .mobile-hamburguer {
    display: none !important;
  }
  .cta-header {
    margin-top: 0rem !important;
  }
  nav .menu-inf {
    display: flex !important;
    align-items: center !important;
    gap: 3rem !important;
  }
  nav .menu-inf .logo {
    width: 20% !important;
  }
  nav .menu-inf .logo img {
    width: 100% !important;
  }
  nav .menu-inf .itens-menu-inf {
    position: static !important;
    height: auto !important;
    flex-direction: row !important;
    gap: 3rem !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  nav .menu-inf .itens-menu-inf .logo-mobile {
    display: none !important;
  }
  nav .menu-inf .itens-menu-inf ul {
    flex-direction: row !important;
    gap: 4rem !important;
  }
  nav .menu-inf .itens-menu-inf ul li {
    /*  submenu – desktop  */
    /* anula .open que venha do mobile */
  }
  nav .menu-inf .itens-menu-inf ul li .submenu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #004487 !important;
    padding: 1rem 0 !important;
    min-width: 250px !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  nav .menu-inf .itens-menu-inf ul li .submenu li {
    padding: 1rem !important;
  }
  nav .menu-inf .itens-menu-inf ul li .submenu li a {
    color: #fff !important;
  }
  nav .menu-inf .itens-menu-inf ul li:hover > .submenu {
    display: flex !important;
  }
  nav .menu-inf .itens-menu-inf ul li .submenu.open {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */