::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.555);
}

@font-face {
  font-family: genos-medium;
  src: url("../fonts/Genos-Medium.woff");
}
@font-face {
  font-family: genos-regular;
  src: url("../fonts/Genos-Regular.woff");
}
@font-face {
  font-family: radicals;
  src: url("../fonts/radicals.woff");
}
@font-face {
  font-family: genos;
  src: url("../fonts/genos.woff2");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .container {
    width: 97%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .container {
    width: 90%;
  }
}

#navFixa {
  width: 100%;
  background-color: #333;
  color: #fff;
  position: relative;
  z-index: 1000;
  transition: top 0.3s;
}

nav {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(90deg, #5cc5ee, #39458f);
  padding: 20px 0;
}
nav .container .navbar {
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1358px) {
  nav .container .navbar {
    gap: 20px;
  }
}
nav .container .navbar .navbar-logo img {
  max-width: 150px;
}
nav .container .navbar .navbar-menu {
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 769px) {
  nav .container .navbar .navbar-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
nav .container .navbar .navbar-menu a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: genos-medium;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
nav .container .navbar .navbar-menu a.active {
  color: #ffe72d;
}
nav .container .navbar .navbar-menu a:hover {
  color: #ffe72d;
}
nav .container .navbar .navbar-menu a i {
  margin: 0;
}
nav .container .navbar .navbar-menu a.btn {
  color: #000;
  background: linear-gradient(90deg, #ffe72d, #f6a723);
  padding: 10px 30px;
  border-radius: 20px;
}
nav .container .navbar .navbar-menu a.btn:hover {
  background: #f6a723;
}
nav .sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: linear-gradient(#5cc5ee, #39458f);
  transition: left 0.3s ease;
  z-index: 1000;
  padding-top: 60px;
}
@media (max-width: 768px) {
  nav .sidebar {
    left: -250px;
  }
}
nav .sidebar a {
  padding: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: genos-medium;
  font-size: 20px;
}
nav .sidebar a.active {
  background: #39458f;
}
nav .sidebar a:hover {
  background-color: #39458f;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .navbar-menu {
    display: none;
  }
}
button:disabled {
  cursor: auto !important;
}

.banner {
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: center;
  background: linear-gradient(130deg, #5cc5ee, #39458f);
  z-index: 3;
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, #39458f);
  z-index: 2;
}
.banner .container {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner .container .box-banner {
  width: 100%;
  display: flex;
  padding: 50px 0;
}
@media (min-width: 769px) and (max-width: 1358px) {
  .banner .container .box-banner {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .banner .container .box-banner {
    flex-direction: column;
    gap: 30px;
  }
}
.banner .container .box-banner .box-titulo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .container .box-banner .box-titulo h1 {
  font-family: genos;
  font-size: calc(2rem + 2vw);
  color: #fff;
  font-weight: 100;
  line-height: 50px;
  margin-bottom: 0;
  margin-bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1358px) {
  .banner .container .box-banner .box-titulo h1 {
    max-width: 100%;
  }
  .banner .container .box-banner .box-titulo h1 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner .container .box-banner .box-titulo h1 {
    font-size: calc(1.7rem + 1.7vw);
    letter-spacing: 1px;
    line-height: 30px;
    max-width: 100vw;
    margin-bottom: 30px;
  }
  .banner .container .box-banner .box-titulo h1 br {
    display: none;
  }
}
.banner .container .box-banner .box-titulo h1 span {
  font-family: genos;
  font-size: calc(2.5rem + 2.5vw);
  color: #ffe72d;
  font-weight: 100;
  margin-bottom: 40px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .banner .container .box-banner .box-titulo h1 span {
    font-size: calc(2rem + 2vw);
    line-height: calc(2rem + 2vw);
  }
}
.banner .container .box-banner .box-titulo h4 {
  font-family: genos;
  font-size: calc(2rem + 2vw);
  color: #ffe72d;
  font-weight: 100;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner .container .box-banner .box-titulo h4 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 10px;
  }
}
.banner .container .box-banner .box-titulo ul {
  list-style: none;
  margin-bottom: 20px;
}
.banner .container .box-banner .box-titulo ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: genos-regular;
  font-size: 26px;
  font-weight: 100;
  color: #fff;
}
@media (max-width: 768px) {
  .banner .container .box-banner .box-titulo ul li {
    font-size: 22px;
  }
}
.banner .container .box-banner .box-titulo ul li i {
  color: #ffe72d;
}
.banner .container .box-banner .box-titulo h2 {
  font-family: genos-regular;
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .banner .container .box-banner .box-titulo h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.banner .container .box-banner .box-titulo p {
  color: #fff;
  font-size: 12px;
  font-family: genos-regular;
  font-weight: 100;
}
.banner .container .box-banner .box-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
@media (max-width: 768px) {
  .banner .container .box-banner .box-form {
    justify-content: start;
    align-items: start;
  }
}
.banner .container .box-banner .box-form form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  background: rgba(211, 211, 211, 0.5411764706);
  max-width: 420px;
  padding: 50px 20px;
  border-radius: 10px;
}
.banner .container .box-banner .box-form form h2 {
  font-family: genos-regular;
  font-size: 26px;
  font-weight: 100;
  color: #39458f;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .banner .container .box-banner .box-form form h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.banner .container .box-banner .box-form form input {
  width: 100%;
  max-width: 250px;
  padding: 15px 20px;
  border-radius: 50px;
  outline: none;
  border: none;
  text-align: center;
  font-family: genos-regular;
  font-size: 16px;
  color: #000;
}
.banner .container .box-banner .box-form form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6705882353);
}
.banner .container .box-banner .box-form form input::placeholder {
  color: rgba(0, 0, 0, 0.6705882353);
}
.banner .container .box-banner .box-form form button {
  margin-top: 30px;
  width: 100%;
  max-width: 250px;
  outline: none;
  border: none;
  color: #000;
  background: linear-gradient(90deg, #ffe72d, #f6a723);
  padding: 15px 20px;
  border-radius: 50px;
  font-family: genos-medium;
  font-size: 20px;
  cursor: pointer;
}
.banner .container .box-banner .box-form form button:hover {
  background: #f6a723;
}
.banner .container .box-card-banner {
  display: flex;
  border-top: 0.5px solid #ffe72d;
  padding: 50px 0;
  position: relative;
}
.banner .container .box-card-banner::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffe72d;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
.banner .container .box-card-banner::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ffe72d;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
@media (max-width: 768px) {
  .banner .container .box-card-banner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.banner .container .box-card-banner .box-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 768px) {
  .banner .container .box-card-banner .box-card {
    width: 50%;
    margin-bottom: 20px;
  }
}
.banner .container .box-card-banner .box-card img {
  max-width: 40px;
}
.banner .container .box-card-banner .box-card h4 {
  text-align: center;
  max-width: 150px;
  font-family: genos-medium;
  font-size: 20px;
  color: #fff;
}
.banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.nossas-piscinas {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.nossas-piscinas .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nossas-piscinas .container .box-titulo {
  width: 100%;
}
.nossas-piscinas .container .box-titulo h1 {
  font-family: radicals;
  font-size: calc(3rem + 3vw);
  color: #39458f;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 60px;
}
.nossas-piscinas .container .box-titulo h1 span {
  color: #f6a723;
}
@media (max-width: 768px) {
  .nossas-piscinas .container .box-titulo h1 {
    margin-bottom: 0px;
  }
}
.nossas-piscinas .container .box-carousel {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.nossas-piscinas .container .box-carousel .carousel {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .nossas-piscinas .container .box-carousel .carousel {
    -webkit-mask-image: linear-gradient(270deg, rgba(16, 136, 220, 0) 0%, rgb(16, 136, 220) 12%, rgb(16, 136, 220) 84%, rgba(16, 136, 220, 0) 100%);
            mask-image: linear-gradient(270deg, rgba(16, 136, 220, 0) 0%, rgb(16, 136, 220) 12%, rgb(16, 136, 220) 84%, rgba(16, 136, 220, 0) 100%);
  }
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track {
  display: flex;
  justify-content: left;
  transition: transform 0.3s ease-in-out;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .nossas-piscinas .container .box-carousel .carousel .carousel-track {
    margin-left: 0;
    margin-right: 0;
  }
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item {
  display: flex;
  transform: scale(0.9);
  justify-content: center;
  align-items: center;
  min-width: 33.3333333333%;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item {
    min-width: 100%;
  }
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active {
  transform: scale(1);
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-piscinas {
  background-color: #39458f;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-piscinas h2 {
  color: #fff;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-piscinas h4 {
  color: #fff;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-piscinas .box-categoria {
  background: linear-gradient(90deg, #ffe72d, #f6a723);
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-piscinas .box-categoria h4 {
  color: #fff;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item .box-piscinas {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  margin-top: 100px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 250px;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item .box-piscinas img {
  width: 100%;
  max-width: 120px;
  margin-top: -100px;
  z-index: 2;
  margin-bottom: 20px;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item .box-piscinas h2 {
  font-family: radicals;
  color: #39458f;
  font-size: 50px;
  font-weight: 100;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item .box-piscinas h4 {
  font-family: genos-medium;
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 100;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item .box-piscinas .box-categoria {
  width: 100%;
  background: #d9d9d9;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}
.nossas-piscinas .container .box-carousel .carousel .carousel-track .carousel-item .box-piscinas .box-categoria h4 {
  font-family: genos-medium;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 100;
}
.nossas-piscinas .container .box-carousel .carousel-btn {
  background-color: transparent;
  color: #acacac;
  border: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.nossas-piscinas .container .box-carousel .carousel-btn#prev-1 {
  left: -20px;
}
.nossas-piscinas .container .box-carousel .carousel-btn#prev-1 i {
  font-size: calc(2rem + 2vw);
}
.nossas-piscinas .container .box-carousel .carousel-btn#next-1 {
  right: -20px;
}
.nossas-piscinas .container .box-carousel .carousel-btn#next-1 i {
  font-size: calc(2rem + 2vw);
}
.nossas-piscinas .container .box-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.nossas-piscinas .container .box-btn button {
  color: #000;
  background: linear-gradient(90deg, #ffe72d, #f6a723);
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  outline: none;
  font-family: genos-medium;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.nossas-piscinas .container .box-btn button:hover {
  background: #f6a723;
}

.financie {
  background: linear-gradient(360deg, #5cc5ee, #39458f);
  padding: 100px 0;
  display: flex;
  justify-content: center;
}
.financie .container .box-titulo {
  width: 100%;
  padding-bottom: 50px;
}
.financie .container .box-titulo h1 {
  font-family: radicals;
  font-size: calc(3rem + 3vw);
  color: #fff;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 80px;
}
@media (max-width: 768px) {
  .financie .container .box-titulo h1 {
    margin-bottom: 20px;
    font-size: calc(3rem + 3vw);
    letter-spacing: 1px;
    line-height: 40px;
  }
}
.financie .container .box-conteudo {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 50px 0;
  position: relative;
}
.financie .container .box-conteudo::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffe72d;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
.financie .container .box-conteudo::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ffe72d;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
.financie .container .box-conteudo p {
  font-family: genos-medium;
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 100;
  letter-spacing: 1px;
}
.financie .container .box-foto {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .financie .container .box-foto {
    flex-direction: column;
  }
}
.financie .container .box-foto .box-desc {
  width: 80%;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: -100px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .financie .container .box-foto .box-desc {
    margin-right: 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
  }
}
@media (max-width: 768px) {
  .financie .container .box-foto .box-desc {
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 20px;
  }
}
.financie .container .box-foto .box-desc i {
  background-color: #000;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #39458f;
  font-size: 30px;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}
.financie .container .box-foto .box-desc i::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 40%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  z-index: -1;
}
.financie .container .box-foto .box-desc h2 {
  font-family: radicals;
  font-size: calc(2rem + 2vw);
  max-width: 250px;
  font-weight: 100;
  color: #39458f;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .financie .container .box-foto .box-desc h2 {
    line-height: 40px;
  }
}
.financie .container .box-foto .box-desc ul {
  font-size: calc(0.8rem + 0.8vw);
  color: #000;
  line-height: 30px;
  font-family: genos-medium;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .financie .container .box-foto .box-desc ul {
    line-height: 20px;
  }
}
.financie .container .box-foto .box-img {
  width: 100%;
}
.financie .container .box-foto .box-img img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.financie .container .box-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.financie .container .box-btn button {
  color: #000;
  background: linear-gradient(90deg, #ffe72d, #f6a723);
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  outline: none;
  font-family: genos-medium;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.financie .container .box-btn button:hover {
  background: #f6a723;
}

.depoimentos {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.depoimentos .container {
  display: flex;
  justify-content: center;
}
.depoimentos .container .box-titulo {
  width: 100%;
}
.depoimentos .container .box-titulo h1 {
  text-align: center;
  font-family: radicals;
  font-size: calc(3rem + 3vw);
  color: #39458f;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 60px;
}
.depoimentos .container .box-titulo h1 span {
  color: #f6a723;
}
@media (max-width: 768px) {
  .depoimentos .container .box-titulo h1 {
    margin-bottom: 0px;
  }
}
.depoimentos .container .box-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.depoimentos .container .box-carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 10px;
}
.depoimentos .container .box-carousel .carousel-indicators button {
  width: 50px;
  height: 3px;
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.depoimentos .container .box-carousel .carousel-indicators button.active {
  background: #000;
}
.depoimentos .container .box-carousel .carousel {
  overflow: hidden;
  width: 100%;
}
.depoimentos .container .box-carousel .carousel .carousel-track {
  display: flex;
  justify-content: left;
  align-items: end;
  padding: 30px 0 100px 0;
  transition: transform 0.3s ease-in-out;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track {
    margin-left: 0;
    margin-right: 0;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 31.8%;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item {
    min-width: 100%;
    height: 0px;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active {
  min-width: 40%;
}
@media (min-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active {
    display: flex;
    align-items: end;
  }
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active {
    min-width: 100%;
    height: 100%;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario {
  padding: 50px 30px 0 30px;
  background: linear-gradient(0deg, #5cc5ee, #39458f);
  transform: scale(1);
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario {
    padding: 20px 30px 0 20px;
  }
}
@media (min-width: 1199px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario {
    min-height: 420px;
  }
}
@media (min-width: 769px) and (max-width: 1198px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario {
    min-height: 600px;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario i {
  color: #fff;
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario i {
    font-size: calc(3rem + 3vw);
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario p {
  color: #fff;
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario p {
    margin-bottom: 65px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario .box-perfil img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px;
  }
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item.carousel-active .box-comentario .box-perfil h4 {
    text-transform: uppercase;
    font-family: genos-medium;
    font-size: 18px;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario {
  width: 100%;
  padding: 20px 30px 0 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (min-width: 1199px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario {
    min-height: 370px;
  }
}
@media (min-width: 769px) and (max-width: 1198px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario {
    min-height: 580px;
  }
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario i {
  font-size: calc(3rem + 3vw);
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario i {
    font-size: 0;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario p {
  font-family: genos-medium;
  text-align: left;
  font-size: 20px;
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario p {
    margin-bottom: 20px;
    font-size: 0;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario .box-perfil {
  margin-bottom: -70px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: -moz-fit-content;
  width: fit-content;
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario .box-perfil img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario .box-perfil img {
    width: 0px;
    height: 0px;
  }
}
.depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario .box-perfil h4 {
  text-transform: uppercase;
  font-family: genos-medium;
  font-size: 18px;
}
@media (max-width: 768px) {
  .depoimentos .container .box-carousel .carousel .carousel-track .carousel-item .box-comentario .box-perfil h4 {
    font-size: 0px;
  }
}
.depoimentos .container .box-carousel .carousel-btn {
  background-color: transparent;
  color: #acacac;
  border: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.depoimentos .container .box-carousel .carousel-btn#prev-2 {
  left: 0;
  width: 100px;
  height: 50%;
  background: transparent;
}
.depoimentos .container .box-carousel .carousel-btn#prev-2 i {
  font-size: 0px;
}
.depoimentos .container .box-carousel .carousel-btn#next-2 {
  right: 0;
  width: 100px;
  height: 50%;
  background: transparent;
}
.depoimentos .container .box-carousel .carousel-btn#next-2 i {
  font-size: 0px;
}

.faq {
  display: flex;
  justify-content: center;
}
.faq .container {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  position: relative;
  border-top: 1px solid #39458f;
}
.faq .container::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #39458f;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
.faq .container::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #39458f;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
.faq .container .box-titulo {
  width: 100%;
}
.faq .container .box-titulo h1 {
  text-align: center;
  font-family: radicals;
  font-size: calc(3rem + 3vw);
  color: #39458f;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .faq .container .box-titulo h1 {
    margin-bottom: 50px;
    font-size: calc(3rem + 3vw);
    letter-spacing: 1px;
    line-height: 45px;
  }
}
.faq .container .box-titulo h1 span {
  color: #f6a723;
}
.faq .container .box-faq .faq-item {
  background-color: #39458f;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.faq .container .box-faq .faq-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  cursor: pointer;
}
.faq .container .box-faq .faq-item .question h4 {
  width: 100%;
  text-align: center;
  font-family: genos-medium;
  font-weight: 100;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.faq .container .box-faq .faq-item .question .icon {
  transition: transform 0.3s ease-out;
  color: #fff;
}
.faq .container .box-faq .faq-item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  font-family: genos-medium;
  font-size: 20px;
  background-color: #fff;
  padding: 0 15px;
}
.faq .container .box-faq .faq-item .answer.open {
  font-family: genos-medium;
  font-size: 20px;
  background-color: #fff;
  max-height: 1500px;
  padding: 30px 15px 20px 15px;
}
.faq .container .box-faq .faq-item.open {
  max-height: 1500px;
}
.faq .container .box-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.faq .container .box-btn button {
  color: #000;
  background: linear-gradient(90deg, #ffe72d, #f6a723);
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  outline: none;
  font-family: genos-medium;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.faq .container .box-btn button:hover {
  background: #f6a723;
}

.sobre {
  display: flex;
  justify-content: center;
}
.sobre .container {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  position: relative;
  border-top: 1px solid #39458f;
}
.sobre .container::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #39458f;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
.sobre .container::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #39458f;
  -webkit-clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
          clip-path: polygon(0 44%, 42% 43%, 43% 0, 56% 0, 55% 43%, 100% 43%, 100% 57%, 54% 57%, 54% 100%, 43% 100%, 43% 56%, 0 55%);
}
.sobre .container .box-sobre {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .sobre .container .box-sobre {
    flex-direction: column;
  }
}
.sobre .container .box-sobre .box-conteudo {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .sobre .container .box-sobre .box-conteudo {
    width: 100%;
  }
}
.sobre .container .box-sobre .box-conteudo h1 {
  font-family: radicals;
  font-size: calc(3rem + 3vw);
  color: #39458f;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 30px;
}
.sobre .container .box-sobre .box-conteudo h1 span {
  color: #f6a723;
}
@media (max-width: 768px) {
  .sobre .container .box-sobre .box-conteudo h1 {
    margin-bottom: 0px;
  }
}
.sobre .container .box-sobre .box-conteudo p {
  font-family: genos-medium;
  font-size: 24px;
}
.sobre .container .box-sobre .box-video {
  display: flex;
  justify-content: center;
  width: 40%;
}
@media (max-width: 768px) {
  .sobre .container .box-sobre .box-video {
    width: 100%;
    justify-content: start;
  }
}

.margem {
  display: flex;
}
.margem img {
  width: 100%;
}

footer {
  display: flex;
  justify-content: center;
  background: #f6a723;
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 10px 0;
  flex-direction: column;
}
footer .container i {
  font-size: calc(1.2rem + 1.2vw);
  color: #fff;
}
footer .container .f-rodape {
  font-size: 28px;
}
footer .container .group-redes-sociais {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
footer .container .group-redes-sociais p {
  margin: 0;
}
footer .container p {
  font-family: genos-medium;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
footer .container p a {
  color: #fff;
  text-decoration: none;
}
footer .container .box-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .container .box-footer {
    flex-direction: column;
  }
}
footer .container .box-footer .box-logo, footer .container .box-footer .box-horario, footer .container .box-footer .box-loc {
  width: 25%;
}
@media (max-width: 768px) {
  footer .container .box-footer .box-logo, footer .container .box-footer .box-horario, footer .container .box-footer .box-loc {
    width: 100%;
  }
}
footer .container .box-footer .box-logo img, footer .container .box-footer .box-horario img, footer .container .box-footer .box-loc img {
  max-width: 200px;
}
footer .container .box-footer .box-logo h4, footer .container .box-footer .box-horario h4, footer .container .box-footer .box-loc h4 {
  font-family: genos-medium;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 100;
}

.error {
  border-color: red;
}

.error-message-container.show.success {
  color: white;
  background: green;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: "genos-regular";
  border-radius: 10px;
}

.error-message-container {
  font-family: "genos-regular";
  max-width: 420px;
  color: rgb(255, 255, 255);
  background: rgb(122, 0, 0);
  display: none;
  margin-bottom: 10px;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  transition: opacity 0.5s;
}

.error-message-container.show {
  display: block;
  opacity: 1;
}

input.error {
  border: 1.5px solid red !important;
  color: red !important;
}

input.success {
  border: 1.5px solid green !important;
  color: green !important;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebf1f4;
  z-index: 2000;
  overflow: hidden;
}
.loader-wrapper img {
  z-index: 2;
  max-width: 180px;
}
.loader-wrapper .wave {
  width: 200px;
  height: 200px;
  background: #f6a723;
  border-radius: 43% 57% 67% 33%/60% 35% 65% 40%;
  animation: wave 2s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-wrapper .wave:nth-child(2) {
  background: #5cc5ee;
  animation-delay: -1s;
}

@keyframes wave {
  0%, 100% {
    border-radius: 43% 57% 67% 33%/60% 35% 65% 40%;
  }
  50% {
    border-radius: 57% 43% 33% 67%/35% 60% 40% 65%;
  }
}
.pagina-de-sucesso {
  overflow-x: hidden;
  width: 100vw;
  min-height: 100vh;
  background-image: url(../img/bg-pagina-de-sucesso.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
.pagina-de-sucesso .container {
  align-items: center;
}
.pagina-de-sucesso .container .box-conteudo {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pagina-de-sucesso .container .box-conteudo img {
  width: 100%;
  max-width: 250px;
}
.pagina-de-sucesso .container .box-conteudo h1 {
  font-family: genos-medium;
  font-size: calc(1.2rem + 1.2vw);
  line-height: 35px;
  color: #333333;
  max-width: 95%;
}
@media (max-width: 768px) {
  .pagina-de-sucesso .container .box-conteudo h1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .pagina-de-sucesso .container .box-conteudo h1 {
    font-size: 30px;
    line-height: 25px;
  }
}
.pagina-de-sucesso .container .box-conteudo h1 span {
  color: #39458f;
}
.pagina-de-sucesso .container .box-conteudo p {
  font-family: genos;
  font-size: 22px;
  text-align: justify;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-overlay.active {
  display: flex;
}
.modal-overlay .modal {
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 90%;
  max-width: 650px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.modal-overlay .modal form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-overlay .modal form h1 {
  font-family: genos-medium;
  font-size: calc(1.2rem + 1.2vw);
  line-height: 35px;
  color: #000;
  max-width: 95%;
  text-align: center;
  font-weight: 100;
}
@media (max-width: 768px) {
  .modal-overlay .modal form h1 {
    max-width: 100%;
  }
}
.modal-overlay .modal form input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f6a723;
  outline: none;
  font-family: genos;
  font-size: 20px;
  color: #f6a723;
}
.modal-overlay .modal form input:focus {
  border: 1px solid #5cc5ee;
}
.modal-overlay .modal form button {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: none;
  font-family: genos;
  font-size: 20px;
  background: #f6a723;
  color: #000;
  transition: 1s all;
  cursor: pointer;
}
.modal-overlay .modal form button:focus {
  border: 1px solid #ffe72d;
}
.modal-overlay .modal form button:hover {
  transition: 1s all;
  background: #ffe72d;
  color: #000;
}
.modal-overlay .modal .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.openModal {
  cursor: pointer;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
button i {
  margin-top: 5px;
  font-weight: 100;
}/*# sourceMappingURL=style.css.map */