@font-face {
  font-family: "Claris Sans";
  src: url("./assets/fonts/clarissans.ttf");
}
@font-face {
  font-family: "GothamRounded-Book";
  src: url("./assets/fonts/GothamRnd-Book.otf");
}
@font-face {
  font-family: "GothamRoundedLight-Light";
  src: url("./assets/fonts/GothamRnd-Light.otf");
}
@font-face {
  font-family: "GothamRounded-Bold";
  src: url("./assets/fonts/GothamRnd-Bold.otf");
}
body {
  font-family: "Claris Sans";
}

* {
  padding: 0;
  margin: 0;
}

header {
  background: white;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 20px 0;
}
header .btn-header {
  display: none;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container a {
  font-size: 15px;
  color: #9e58a1 !important;
  padding: 0 8px;
  text-decoration: none;
  cursor: pointer;
}

.banner {
  margin-top: 85px;
}
.banner .banner-carousel {
  height: 367px;
}
.banner .banner-carousel .item {
  background-size: cover !important;
  height: 100%;
  width: 100%;
}
.banner .banner-carousel .item.b1 {
  background: url("./assets/img/banner-sm.png");
  position: relative;
}
.banner .banner-carousel .item.b1 .container {
  position: absolute;
  bottom: 30px;
}
.banner .banner-carousel .item.b1 h1 {
  font-size: 24px;
  background: #4bc3d2;
  color: white;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 6px;
  position: relative;
}
.banner .banner-carousel .item .btn {
  padding: 5px 30px;
  background: #9e58a1;
  color: white;
  border-radius: 30px;
  font-size: 17px;
  font-family: "GothamRounded-Bold";
  margin-top: 15px;
}
.banner .banner-carousel .item .btn i {
  margin-right: 5px;
}
.banner .banner-carousel .item.b2 {
  background: #4aaedb;
}
.banner .banner-carousel .item.b2 .container {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}
.banner .banner-carousel .item.b2 .container img {
  width: 55%;
}
.banner .banner-carousel .item.b2 .container div h2 {
  font-size: 24px;
  line-height: 28.8px;
  color: white;
  text-align: left;
  margin-bottom: 0;
}
.banner .banner-carousel .item.b2 .container div .btn {
  padding: 5px 10px;
  font-size: 15px;
}
.banner .banner-carousel .item.b3 {
  background: url("./assets/img/b3-sm.png") 100%;
  position: relative;
}
.banner .banner-carousel .item.b3 .container {
  position: absolute;
  bottom: 30px;
}
.banner .banner-carousel .item.b3 h2 {
  font-size: 24px;
  background: #4bc3d2;
  color: white;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 6px;
  position: relative;
}

.servicos .blue-intro {
  padding: 26px 0 20px 0;
  background: #4aaedb;
  position: relative;
  margin-top: 70px;
}
.servicos .blue-intro h1 {
  font-size: 33.41px;
  line-height: 30px;
  color: #fff;
  max-width: 50%;
}
.servicos .blue-intro img {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 45%;
}
.servicos .white-content {
  padding-top: 62px;
  padding-bottom: 48px;
  max-width: 75%;
}
.servicos .white-content div + div {
  margin-top: 30px;
}
.servicos .white-content div .service h2 {
  font-size: 23.4px;
  line-height: 28.08px;
  padding-bottom: 7px;
}
.servicos .white-content div .service p {
  font-family: "GothamRounded-Book";
  font-size: 15px;
  line-height: 18px;
  padding: 16px 0;
  margin-bottom: 0;
}
.servicos .white-content div .service .btn-saiba {
  font-size: 22.06px;
  line-height: 26.47px;
  color: #fff;
  padding: 2px 25px;
  text-decoration: none;
}
.servicos .white-content div .service.purple h2 {
  color: #9e58a1;
}
.servicos .white-content div .service.purple .line span:first-of-type {
  background: #9e58a1;
}
.servicos .white-content div .service.purple .line span:last-of-type {
  background: #8181bc;
}
.servicos .white-content div .service.purple p {
  color: #9e58a1;
}
.servicos .white-content div .service.purple .btn-saiba {
  background-color: #9e58a1;
}
.servicos .white-content div .service.blue h2 {
  color: #4aaedb;
}
.servicos .white-content div .service.blue .line span:first-of-type {
  background: #4aaedb;
}
.servicos .white-content div .service.blue .line span:last-of-type {
  background: #4bc3d2;
}
.servicos .white-content div .service.blue p {
  color: #4aaedb;
}
.servicos .white-content div .service.blue .btn-saiba {
  background-color: #4aaedb;
}
.servicos .white-content div .service .line {
  display: flex;
  height: 5px;
  align-items: center;
}
.servicos .white-content div .service .line span {
  display: block;
  height: 5px;
}
.servicos .white-content div .service .line span:first-of-type {
  width: 20%;
}
.servicos .white-content div .service .line span:last-of-type {
  width: 80%;
}
.servicos .white-content div .service + .service {
  margin-top: 30px;
}

.sobre-nos {
  padding-bottom: 35px;
}
.sobre-nos h2 {
  font-size: 30px;
  line-height: 36px;
  color: #9e58a1;
  text-align: center;
  margin-bottom: 25px;
}
.sobre-nos img {
  margin-bottom: 39px;
  width: 100%;
}
.sobre-nos .box-purple {
  padding: 15px 35px;
  background-color: #9e58a1;
  border-radius: 50px;
  font-family: "GothamRounded-Book";
  font-size: 16px;
  line-height: 18.79px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sobre-nos .box-purple p:last-of-type {
  margin-bottom: 0;
}

.visao {
  background: #8181bc;
  padding: 20px 0;
}
.visao .item {
  color: #fff;
  display: flex;
}
.visao .item:last-of-type .bloco-texto {
  margin-bottom: 0;
}
.visao .item .bloco-titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  border-right: 3px solid white;
}
.visao .item .bloco-titulo .titulo {
  font-size: 36.44px;
  line-height: 43.72px;
}
.visao .item .bloco-texto {
  width: 60%;
  padding-left: 10px;
  margin-bottom: 10px;
}
.visao .item .bloco-texto p {
  font-family: "GothamRoundedLight-Light";
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}

.comentarios {
  padding: 30px 0;
}
.comentarios h3 {
  font-size: 30px;
  line-height: 36px;
  color: #4bc3d2;
  text-align: center;
  margin-bottom: 40px;
}
.comentarios .wrapper-comentarios {
  position: relative;
}
.comentarios .wrapper-comentarios .tns-controls button {
  position: absolute;
  top: 35%;
  z-index: 2;
  border: none;
  background: none;
  font-size: 32px;
}
.comentarios .wrapper-comentarios .tns-controls button i {
  color: #4bc3d2;
}
.comentarios .wrapper-comentarios .tns-controls button:first-of-type {
  left: 0;
}
.comentarios .wrapper-comentarios .tns-controls button:last-of-type {
  right: 0;
}
.comentarios .wrapper-comentarios .item .box-blue {
  background: #4bc3d2;
  padding: 20px 20px;
  border-radius: 45px;
  color: #fff;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 85%;
  margin: 0 auto;
}
.comentarios .wrapper-comentarios .item .box-blue p {
  font-family: "GothamRoundedLight-Light";
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
}
.comentarios .wrapper-comentarios .item .nome {
  color: #4bc3d2;
  text-align: center;
  display: block;
}

.galeria {
  background: #4aaedb;
  padding: 47px 0;
}
.galeria .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.galeria .container a {
  width: 45%;
  margin: 7px;
}
.galeria .container a img {
  width: 100%;
}

footer {
  padding: 25px 0 40px 0;
  text-align: center;
}
footer .whats-app-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease-in-out;
}
footer .whats-app-btn:hover {
  transform: scale(1.35);
  transition: transform 0.3s ease-in-out;
}
footer .midias {
  margin: 15px 0 0 0;
  font-size: 21px;
  color: #9e58a1;
}
footer .midias i {
  font-size: 21px;
  color: #9e58a1;
}
footer .midias span {
  font-family: "GothamRounded-Book";
  margin-left: 10px;
}
footer .localizacao {
  margin-top: 15px;
}
footer .localizacao .matriz {
  font-family: "GothamRounded-Bold";
  font-size: 17.17px;
  line-height: 20.61px;
  color: #9e58a1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
footer .localizacao .matriz i {
  font-size: 40px;
  margin-right: 10px;
}
footer .localizacao a {
  color: #9e58a1 !important;
  width: 315.83px;
  font-family: "GothamRounded-Book";
  font-size: 14.65px;
  line-height: 17.58px;
  text-decoration: none;
  max-width: 75%;
  margin: 5px auto;
  display: block;
}
footer .whats {
  font-family: "GothamRounded-Book";
  font-size: 17.17px;
  line-height: 20.61px;
  color: #9e58a1;
  text-decoration: none;
}

@media (min-width: 1280px), (width: 1024px), (width: 1180px) {
  header a:hover {
    color: #4aaedb !important;
  }
  header .btn-header {
    display: inline-block;
  }
  .banner .banner-carousel {
    height: 690px;
    width: 100%;
  }
  .banner .banner-carousel .item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    width: 100%;
  }
  .banner .banner-carousel .item.b1 {
    background: url("./assets/img/banner-lg.png") center;
  }
  .banner .banner-carousel .item.b1 .container {
    position: relative;
    top: 20%;
  }
  .banner .banner-carousel .item.b1 .container h1 {
    font-size: 42px;
    line-height: 62px;
    color: #fff;
    background: #4bc3d2;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .banner .banner-carousel .item.b1 .container .btn {
    border-radius: 32px;
    background: #9e58a1;
    font-family: "GothamRounded-Bold";
    font-size: 35.99px;
    line-height: 43.18px;
    color: #fff;
    padding: 7px 50px;
    margin-top: 30px;
  }
  .banner .banner-carousel .item.b2 .container {
    justify-content: space-between;
  }
  .banner .banner-carousel .item.b2 .container img {
    width: 50%;
  }
  .banner .banner-carousel .item.b2 .container div h2 {
    font-size: 77px;
    line-height: 92.4px;
  }
  .banner .banner-carousel .item.b2 .container div .btn {
    font-size: 35.99px;
    line-height: 43.18px;
    padding: 7px 30px;
  }
  .banner .banner-carousel .item.b3 {
    background: url("./assets/img/b3-lg.png");
  }
  .banner .banner-carousel .item.b3 .container {
    position: relative;
    top: 48%;
  }
  .banner .banner-carousel .item.b3 .container h2 {
    font-size: 37.82px;
    line-height: 55.83px;
  }
  .servicos .blue-intro {
    margin-top: -1px;
    padding: 47px 0 61px 0;
    background: #4bc3d2;
  }
  .servicos .blue-intro .container {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    justify-content: center;
  }
  .servicos .blue-intro .container h1 {
    font-size: 52.3px;
    line-height: 55.78px;
    max-width: 409px;
    position: relative;
    left: 200px;
  }
  .servicos .blue-intro .container img {
    left: 20%;
    top: -100px;
    width: unset;
  }
  .servicos .white-content {
    display: flex;
  }
  .servicos .white-content div {
    width: 95%;
  }
  .servicos .white-content div + div {
    margin-top: 0;
  }
  .servicos .white-content div:first-of-type .service h2 {
    max-width: unset;
  }
  .servicos .white-content div .service h2 {
    max-width: 150px;
  }
  .servicos .white-content div .service p {
    height: 125px;
  }
  .sobre-nos {
    padding-bottom: 59px;
  }
  .sobre-nos .container {
    max-width: 75%;
  }
  .sobre-nos .container h2 {
    margin-bottom: 44px;
  }
  .sobre-nos .container .lg-order {
    display: flex;
    justify-content: center;
  }
  .sobre-nos .container .lg-order iframe {
    margin-bottom: 0;
    margin-right: 67px;
  }
  .sobre-nos .container .lg-order .box-purple {
    max-width: 55%;
    padding: 40px;
  }
  .sobre-nos .container .lg-order .box-purple p {
    font-size: 16px;
    line-height: 20px;
  }
  .sobre-nos .container .mapa img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .visao {
    padding: 75px 0 87px 0;
  }
  .visao .container {
    display: flex;
    align-items: center;
  }
  .visao .container .logo-s {
    margin-right: 60px;
  }
  .visao .container .item .bloco-titulo {
    width: 140px;
    justify-content: flex-end;
    padding-right: 20px;
  }
  .visao .container .item .bloco-texto {
    width: 75%;
    padding-left: 34px;
    margin-bottom: 35px;
    position: relative;
    top: 15px;
  }
  .comentarios {
    padding: 58px 0;
  }
  .comentarios .wrapper-comentarios .item .box-blue {
    max-width: 78%;
  }
  .galeria .container {
    max-width: 90%;
  }
  .galeria .container a {
    width: 12%;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .container .localizacao {
    display: flex;
    align-items: center;
  }
  footer .container .localizacao h4 {
    color: #9e58a1;
    max-width: 130px;
    font-size: 21.73px;
    line-height: 26.08px;
    padding-right: 15px;
    border-right: 3px solid #9e58a1;
    margin-right: 15px;
    text-align: right;
  }
  footer .container .localizacao .fa-location-dot {
    font-size: 28px;
    color: #9e58a1;
  }
  footer .container .localizacao div {
    text-align: left;
    margin-left: 15px;
  }
  footer .container .localizacao div .matriz {
    justify-content: flex-start;
  }
  footer .container .localizacao div a {
    margin-left: 0;
  }
  .banner a:hover {
    transform: scale(1.02);
  }
  .servicos .btn-saiba:hover {
    opacity: 0.6;
  }
  .galeria a:hover {
    transform: scale(1.02);
  }
}
@media (min-width: 1920px) {
  .banner .banner-carousel {
    height: 900px;
  }
}
@media (min-width: 1680px) {
  .banner .banner-carousel {
    height: 800px;
  }
}/*# sourceMappingURL=main.css.map */