.home__banner {
  position: relative;
}

.home__banner .swiper {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}

@media screen and (max-width: 1080px) {
  .home__banner .swiper {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
}

.home__banner .swiper .swiper-wrapper .swiper-slide {
  padding: 168px 0 180px 0;
}

@media screen and (max-width: 1080px) {
  .home__banner .swiper .swiper-wrapper .swiper-slide {
    padding: 136px 0;
  }
}

.home__banner .swiper .swiper-wrapper .swiper-slide .container article {
  max-width: 720px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home__banner .swiper .swiper-wrapper .swiper-slide .container article h1 {
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .home__banner .swiper .swiper-wrapper .swiper-slide .container article h1 {
    font-size: 32px;
  }
}

.home__banner .swiper .swiper-wrapper .swiper-slide .container article p {
  color: #FFFFFF;
  font-size: 20px;
  margin: 32px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__banner .swiper .swiper-wrapper .swiper-slide .container article p {
    font-size: 17px;
    margin: 20px 0 0 0;
  }
}

.home__banner .swiper .swiper-wrapper .swiper-slide .container article footer {
  margin: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .home__banner .swiper .swiper-wrapper .swiper-slide .container article footer {
    margin: 32px 0 0 0;
    display: block;
  }
}

.home__banner .swiper .swiper-wrapper .swiper-slide .container article footer aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 40px;
}

@media screen and (max-width: 1080px) {
  .home__banner .swiper .swiper-wrapper .swiper-slide .container article footer aside {
    margin: 24px 0 0 0;
  }
}

.home__banner .swiper .swiper-wrapper .swiper-slide .container article footer aside a {
  display: block;
}

.home__banner .swiper .swiper-wrapper .swiper-slide .container article footer aside a:not(:last-of-type) {
  margin: 0 16px 0 0;
}

.home__banner__pagination {
  position: absolute;
  bottom: 96px;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 1080px) {
  .home__banner__pagination {
    bottom: 64px;
  }
}

.home__banner > img {
  position: absolute;
  right: 80px;
  bottom: -144px;
  z-index: 9;
}

@media screen and (max-width: 1080px) {
  .home__banner > img {
    max-width: 80px;
    right: 24px;
    bottom: -64px;
  }
}

.home__sobre {
  padding: 120px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__sobre {
    padding: 80px 0 0 0;
  }
}

.home__sobre .container .title-sec {
  margin: 0;
}

.home__sobre .container .title-sec article {
  position: relative;
}

.home__sobre .container .title-sec article * {
  position: relative;
  z-index: 5;
}

.home__sobre .container .title-sec article::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: calc(100% + 96px);
  height: calc(100% + 48px);
  background: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .home__sobre .container .title-sec article::before {
    display: none;
  }
}

.home__sobre .container img {
  min-height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .home__sobre .container img {
    margin: 32px 0 0 0;
    min-height: initial;
    width: calc(100% + 48px);
    max-width: initial;
    margin-left: -24px;
  }
}

.home__empresa {
  padding: 64px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__empresa {
    padding: 40px 0 0 0;
  }
}

.home__empresa .title-sec h5 {
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .home__empresa .title-sec h5 {
    margin: 0 0 16px 0;
  }
}

.home__empresa .title-sec article p:first-of-type {
  margin-top: 0;
}

.home__empresa__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 120px 0;
}

@media screen and (max-width: 1080px) {
  .home__empresa__cards {
    display: block;
    padding: 0 0 80px 0;
    gap: 40px;
  }
}

.home__empresa__cards aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .home__empresa__cards aside {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home__empresa__cards aside:not(:last-of-type) {
    margin: 0 0 32px 0;
  }
}

.home__empresa__cards aside * {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .home__empresa__cards aside * {
    text-align: left;
  }
}

.home__empresa__cards aside img {
  height: 56px;
  margin: 0 0 24px 0;
}

.home__empresa__cards aside h4 {
  border-bottom: 2px solid #23BFEB;
  padding: 0 0 8px 0;
  margin: 0 0 24px 0;
}

.home__empresa__cards aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .home__empresa__cards aside ul {
    max-width: 100%;
  }
}

.home__empresa__cards aside ul li {
  width: 50%;
}

.home__empresa__cards aside ul li p {
  text-align: left;
}

.home__servicos {
  padding: 120px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__servicos {
    padding: 80px 0 0 0;
  }
}

.home__servicos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__servicos .container section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin: 32px 0 40px 0;
}

@media screen and (max-width: 1080px) {
  .home__servicos .container section {
    gap: 56px;
  }
}

.home__servicos .container section aside {
  padding: 0 24px 32px 24px;
  max-width: 360px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.home__servicos .container section aside * {
  text-align: center;
}

.home__servicos .container section aside img {
  margin: -32px 0 0 0;
}

.home__servicos .container section aside h4 {
  margin: 24px 0 0 0;
  min-height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .home__servicos .container section aside h4 {
    min-height: initial;
    margin: 20px 0 0 0;
  }
}

.home__servicos .container section aside p {
  margin: 24px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__servicos .container section aside p {
    margin: 20px 0 0 0;
  }
}

.home__servicos .container section aside .button {
  margin: 40px 0 0 0;
}

.home__servicos .container section aside .button::after {
  content: url("../assets/download.svg");
}

.home__certificacoes {
  padding: 120px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__certificacoes {
    padding: 80px 0 0 0;
  }
}

.home__certificacoes .swiper-slide {
  padding: 8px 24px 8px 8px;
  display: inline-block;
  width: auto;
}

.home__certificacoes .swiper-slide img {
  margin: 0 16px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.home__certificacoes .swiper-slide h5 {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
}

.home__beneficios {
  padding: 120px 0 0 0;
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1080px) {
  .home__beneficios {
    padding: 80px 0 0 0;
    margin: 0 0 80px 0;
  }
}

.home__beneficios .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
      grid-template-columns: 360px 1fr;
  gap: 64px;
}

@media screen and (max-width: 1080px) {
  .home__beneficios .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.home__beneficios .container .title-sec {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

@media screen and (max-width: 1080px) {
  .home__beneficios .container .title-sec {
    position: relative;
    top: unset;
  }
}

.home__beneficios__cards article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 24px 32px 20px;
  border: 1px solid #EBEBEB;
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
  background: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .home__beneficios__cards article {
    position: relative;
    top: unset;
  }
}

.home__beneficios__cards article:not(:last-of-type) {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .home__beneficios__cards article:not(:last-of-type) {
    margin: 0 0 24px 0;
  }
}

.home__beneficios__cards article h2 {
  font: 700 56px/1 "Cabin", sans-serif;
  color: #23BFEB;
}

@media screen and (max-width: 1080px) {
  .home__beneficios__cards article h2 {
    font-size: 40px;
  }
}

.home__beneficios__cards article h2::after {
  content: "";
  min-height: 96px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#23BFEB), to(rgba(35, 191, 235, 0)));
  background: linear-gradient(0deg, #23BFEB 0%, rgba(35, 191, 235, 0) 100%);
  opacity: 0.4;
  display: block;
}

.home__beneficios__cards article h6 {
  margin: 0 0 0 20px;
}

.home__depoimentos {
  background: #1E272E;
  padding: 120px 0;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos {
    padding: 80px 0;
  }
  .home__depoimentos .container {
    padding: 0;
  }
}

.home__depoimentos__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 56px 0;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos__header {
    margin: 0 0 40px 0;
    display: block;
    padding: 0 24px;
  }
}

.home__depoimentos__header .title-sec {
  margin: 0;
}

.home__depoimentos__header aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos__header aside {
    display: none;
  }
}

.home__depoimentos__header aside article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 40px;
  gap: 24px;
}

.home__depoimentos__header aside article button {
  width: 48px;
}

.home__depoimentos .swiper .swiper-slide::before {
  content: url("../assets/quote.svg");
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 0 -32px 40px;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos .swiper .swiper-slide::before {
    margin: 0 0 -32px 24px;
  }
}

.home__depoimentos .swiper .swiper-slide article {
  background: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
          clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
  padding: 64px 40px;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos .swiper .swiper-slide article {
    padding: 48px 24px;
  }
}

.home__depoimentos .swiper .swiper-slide article h6 {
  font-weight: 600;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos .swiper .swiper-slide article h6 {
    font-size: 18px;
  }
}

.home__depoimentos .swiper .swiper-slide article footer {
  padding: 32px 0 0 0;
  margin: 32px 0 0 0;
  border-top: 1px solid #EBEBEB;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos .swiper .swiper-slide article footer {
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
  }
}

.home__depoimentos .swiper .swiper-slide article footer div {
  position: relative;
}

.home__depoimentos .swiper .swiper-slide article footer div::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 8px);
  width: 4px;
  background: #23BFEB;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos .swiper .swiper-slide article footer div::before {
    left: -24px;
  }
}

.home__depoimentos .swiper .swiper-slide article footer div p:not(:last-of-type) {
  margin: 0 0 2px 0;
}

.home__depoimentos .swiper .swiper-slide article footer div p strong {
  font-weight: 600;
}

.home__depoimentos__footer {
  padding: 32px 24px 0 24px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.home__depoimentos__footer button {
  width: 48px;
}

@media screen and (max-width: 1080px) {
  .home__depoimentos__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home__destaque {
  padding: 168px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__destaque {
    padding: 96px 0 0 0;
  }
  .home__destaque .container {
    padding: 0;
  }
}

.home__destaque article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.home__destaque article::before {
  content: url("../assets/graph-destaque-contato.svg");
  position: absolute;
  bottom: 64px;
  right: 32px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .home__destaque article::before {
    display: none;
  }
}

.home__destaque article div {
  width: 100%;
  padding: 120px 0 112px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);
}

@media screen and (max-width: 1080px) {
  .home__destaque article div {
    padding: 80px 24px;
    -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
            clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
  }
}

.home__destaque article div h2,
.home__destaque article div p {
  max-width: 640px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
}

.home__destaque article div h2 {
  font-size: 48px;
  line-height: 140%;
  margin: 0 auto 24px auto;
}

@media screen and (max-width: 1080px) {
  .home__destaque article div h2 {
    font-size: 27px;
    margin: 0 auto 16px auto;
  }
}

.home__destaque article .button {
  position: relative;
  z-index: 5;
  margin: -66px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__destaque article .button {
    margin: -44px 0 0 0;
  }
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Cabin", sans-serif;
  color: #1E272E;
}

* strong {
  font-weight: 700;
}

::-moz-selection {
  background: #23BFEB;
  color: #FFFFFF;
}

::selection {
  background: #23BFEB;
  color: #FFFFFF;
}

html {
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

html.o-hidden,
body.o-hidden {
  overflow: hidden;
}

html figure,
body figure {
  margin: 0;
}

form section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  form section {
    display: block;
  }
}

form fieldset {
  margin: 0 0 20px 0;
  width: 100%;
  display: block;
}

form fieldset label {
  display: block;
  margin: 0 0 12px 0;
}

form fieldset label,
form fieldset label * {
  font: 400 15px/1 "Open Sans", sans-serif;
}

form fieldset label span {
  color: red;
}

form fieldset input[type=date],
form fieldset input[type=datetime],
form fieldset input[type=datetime-local],
form fieldset input[type=email],
form fieldset input[type=month],
form fieldset input[type=number],
form fieldset input[type=password],
form fieldset input[type=range],
form fieldset input[type=search],
form fieldset input[type=tel],
form fieldset input[type=text],
form fieldset input[type=time],
form fieldset input[type=url],
form fieldset input[type=week],
form fieldset input[type=file],
form fieldset select,
form fieldset option,
form fieldset textarea {
  font: 500 15px/1.4 "Open Sans", sans-serif;
  width: 100%;
  resize: none;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  padding: 0 16px;
  height: 46px;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background: #FFFFFF;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

form fieldset input[type=date]:focus, form fieldset input[type=date]:hover,
form fieldset input[type=datetime]:focus,
form fieldset input[type=datetime]:hover,
form fieldset input[type=datetime-local]:focus,
form fieldset input[type=datetime-local]:hover,
form fieldset input[type=email]:focus,
form fieldset input[type=email]:hover,
form fieldset input[type=month]:focus,
form fieldset input[type=month]:hover,
form fieldset input[type=number]:focus,
form fieldset input[type=number]:hover,
form fieldset input[type=password]:focus,
form fieldset input[type=password]:hover,
form fieldset input[type=range]:focus,
form fieldset input[type=range]:hover,
form fieldset input[type=search]:focus,
form fieldset input[type=search]:hover,
form fieldset input[type=tel]:focus,
form fieldset input[type=tel]:hover,
form fieldset input[type=text]:focus,
form fieldset input[type=text]:hover,
form fieldset input[type=time]:focus,
form fieldset input[type=time]:hover,
form fieldset input[type=url]:focus,
form fieldset input[type=url]:hover,
form fieldset input[type=week]:focus,
form fieldset input[type=week]:hover,
form fieldset input[type=file]:focus,
form fieldset input[type=file]:hover,
form fieldset select:focus,
form fieldset select:hover,
form fieldset option:focus,
form fieldset option:hover,
form fieldset textarea:focus,
form fieldset textarea:hover {
  border-color: #23BFEB;
}

form fieldset textarea {
  height: 144px;
  padding-top: 12px;
}

form .button {
  max-width: 200px;
  width: 100%;
  margin: 32px auto 0 auto;
}

@media screen and (max-width: 1080px) {
  form .button {
    margin: 24px auto 0 auto;
    max-width: 100%;
  }
}

button {
  cursor: pointer;
}

p,
p * {
  font: 300 16px/170% "Open Sans", sans-serif;
}

p a,
p * a {
  font-weight: 700;
  color: #23BFEB;
}

p a:hover,
p * a:hover {
  text-decoration: underline;
}

p strong,
p * strong {
  font-weight: 700;
}

h1,
h1 * {
  font: 700 56px/130% "Cabin", sans-serif;
}

@media screen and (max-width: 1080px) {
  h1,
  h1 * {
    font-size: 40px;
  }
}

h2,
h2 * {
  font: 700 40px/130% "Cabin", sans-serif;
}

@media screen and (max-width: 1080px) {
  h2,
  h2 * {
    font-size: 32px;
  }
}

h3,
h3 * {
  font: 700 32px/120% "Cabin", sans-serif;
}

@media screen and (max-width: 1080px) {
  h3,
  h3 * {
    font-size: 26px;
  }
}

h4,
h4 * {
  font: 700 26px/140% "Cabin", sans-serif;
}

@media screen and (max-width: 1080px) {
  h4,
  h4 * {
    font-size: 22px;
  }
}

h5,
h5 * {
  font: 700 20px/130% "Cabin", sans-serif;
}

@media screen and (max-width: 1080px) {
  h5,
  h5 * {
    font-size: 18px;
  }
}

h6,
h6 * {
  font: 700 18px/140% "Cabin", sans-serif;
}

@media screen and (max-width: 1080px) {
  h6,
  h6 * {
    font-size: 16px;
  }
}

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

.container {
  max-width: calc(1130px + 80px);
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .container {
    padding: 0 24px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 96px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media screen and (max-width: 1080px) {
  .navbar {
    height: 75px;
  }
}

.navbar.fixed {
  height: 80px;
  -webkit-box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .navbar.fixed {
    height: 75px;
  }
}

.navbar.fixed .navbar__menu ul li a {
  color: #1E272E;
}

.navbar.fixed .navbar__menu aside {
  height: calc(44px + 18px);
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.navbar.fixed .navbar__menu aside figure {
  border-color: #23BFEB;
}

.navbar.fixed .navbar__button {
  background: #1E272E;
}

.navbar.fixed .navbar__button::before, .navbar.fixed .navbar__button::after {
  background: #1E272E;
}

.navbar.open {
  background: #FFFFFF;
}

.navbar.open .navbar__menu {
  opacity: 1;
  visibility: visible;
}

.navbar.open .navbar__button {
  background: #FFFFFF;
}

.navbar.open .navbar__button::before, .navbar.open .navbar__button::after {
  width: 100%;
  background: #1E272E;
}

.navbar.open .navbar__button::before {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.navbar.open .navbar__button::after {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.navbar__logo {
  position: relative;
  z-index: 9;
  display: block;
}

.navbar__logo img {
  max-height: 48px;
}

@media screen and (max-width: 1080px) {
  .navbar__logo img {
    max-height: 40px;
  }
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.navbar__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul {
    display: block;
  }
}

.navbar__menu ul li:not(:last-of-type) {
  margin: 0 56px 0 0;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul li:not(:last-of-type) {
    margin: 0 0 32px 0;
  }
}

.navbar__menu ul li a {
  font: 400 16px/1 "Cabin", sans-serif;
  color: #FFFFFF;
  display: block;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul li a {
    color: #1E272E;
    font-size: 20px;
  }
}

.navbar__menu ul li a:hover {
  color: #23BFEB !important;
}

.navbar__menu .button {
  margin: 0 16px 0 48px;
}

@media screen and (max-width: 1080px) {
  .navbar__menu .button {
    margin: 32px 0 24px 0;
    width: 100%;
  }
}

.navbar__menu aside {
  position: relative;
  height: calc(44px + 26px);
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}

@media screen and (max-width: 1080px) {
  .navbar__menu aside {
    height: auto;
    -webkit-transform: unset;
            transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar__menu aside figure {
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  border: 1px solid #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .navbar__menu aside figure {
    border-color: #23BFEB;
    margin: 0 20px 0 0;
  }
}

.navbar__menu aside article {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  padding: 14px 16px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  white-space: nowrap;
  background: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .navbar__menu aside article {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    opacity: 1;
    visibility: visible;
    padding: 0;
    white-space: initial;
  }
}

.navbar__menu aside article p {
  font-weight: 400;
}

.navbar__menu aside article p:not(:last-of-type) {
  margin: 0 0 8px 0;
}

@media screen and (max-width: 1080px) {
  .navbar__menu aside article p:not(:last-of-type) {
    margin: 0 0 4px 0;
  }
}

.navbar__menu aside:hover article {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1080px) {
  .navbar__menu {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100% - 75px);
    border-top: 1px solid #EBEBEB;
    opacity: 0;
    visibility: hidden;
    padding: 40px 24px 32px 24px;
    overflow-y: auto;
    display: block;
    background: #FFFFFF;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
  }
}

.navbar__button {
  position: relative;
  margin: 0 0 0 8px;
  background: #FFFFFF;
  width: 24px;
  height: 2px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  display: none;
}

@media screen and (max-width: 1080px) {
  .navbar__button {
    display: block;
  }
}

.navbar__button::before, .navbar__button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.navbar__button::before {
  top: -7px;
}

.navbar__button::after {
  bottom: -7px;
}

.contato {
  margin: 136px 0 0 0;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .contato {
    margin: 80px 0 0 0;
  }
}

.contato .container {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .contato .container {
    padding: 0;
  }
}

.contato .container form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto -88px auto;
  background: #FFFFFF;
  padding: 48px 40px;
  -webkit-box-shadow: 0px 64px 160px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 64px 160px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1080px) {
  .contato .container form {
    padding: 56px 24px;
    margin: 0 auto;
  }
}

.contato .container form .title-sec {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1080px) {
  .contato .container form .title-sec {
    margin: 0 0 32px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contato .container form .title-sec * {
    text-align: left;
  }
}

.contato::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: #1E272E;
  -webkit-clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.footer {
  position: relative;
  z-index: 1;
}

.footer * {
  color: #FFFFFF;
}

.footer a {
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.footer a:hover {
  color: #23BFEB;
}

.footer .container > header,
.footer .container > section,
.footer .container > footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .footer .container > header,
  .footer .container > section,
  .footer .container > footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .container > header {
  padding: 160px 0 64px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1080px) {
  .footer .container > header {
    padding: 64px 0;
  }
}

.footer .container > header > a {
  display: block;
  margin: 0 0 40px 0;
}

.footer .container > header h6 {
  font: 700 18px/1 "Cabin", sans-serif;
  text-transform: uppercase;
  color: #5B6670;
  margin: 0 0 32px 0;
}

.footer .container > header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  .footer .container > header ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
  }
}

@media screen and (max-width: 1080px) {
  .footer .container > header ul li {
    width: 50%;
  }
}

.footer .container > header ul li:not(:last-of-type) {
  margin: 0 72px 0 0;
}

@media screen and (max-width: 1080px) {
  .footer .container > header ul li:not(:last-of-type) {
    margin: 0;
  }
}

.footer .container > header ul li a {
  font: 400 18px/1 "Cabin", sans-serif;
  display: block;
}

@media screen and (max-width: 1080px) {
  .footer .container > header ul li a {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}

.footer .container > section {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 48px 0;
  gap: 64px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1080px) {
  .footer .container > section {
    gap: 32px;
  }
}

.footer .container > section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 64px;
}

.footer .container > section aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container > section aside > a {
  display: block;
  margin-top: 8px;
}

.footer .container > section aside > a:not(:last-of-type) {
  margin-right: 16px;
}

.footer .container > section aside > img {
  margin: 0 24px 0 0;
}

.footer .container > section aside > div small {
  font: 200 15px/1 "Cabin", sans-serif;
  display: block;
  margin: 0 0 10px 0;
}

.footer .container > section aside > div a {
  font: 700 18px/1 "Open Sans", sans-serif;
  display: block;
}

.footer .container > footer {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 32px 0;
}

.footer .container > footer aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .footer .container > footer aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 24px 0;
  }
}

.footer .container > footer aside h6 {
  margin: 0 16px 0 0;
}

@media screen and (max-width: 1080px) {
  .footer .container > footer aside h6 {
    margin: 0 0 8px 0;
  }
}

.footer .container > footer h6,
.footer .container > footer a {
  font: 600 13px/140% "Open Sans", sans-serif;
}

@media screen and (max-width: 1080px) {
  .footer .container > footer h6,
  .footer .container > footer a {
    text-align: center;
  }
}

.footer .container > footer h6 {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container > footer h6 a {
  display: block;
  margin: 0 0 0 12px;
}

.footer--normal {
  margin: 120px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .footer--normal {
    margin: 80px 0 0 0;
  }
}

.footer--normal .container > header {
  padding: 64px 0;
}

.title-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 64px 0;
}

@media screen and (max-width: 1080px) {
  .title-sec {
    margin: 0 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.title-sec h5 {
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #23BFEB;
  max-width: 265px;
  width: 100%;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .title-sec h5 {
    margin: 0 0 16px 0;
  }
}

.title-sec article {
  max-width: 600px;
  width: 100%;
}

.title-sec article p:first-of-type {
  margin-top: 32px;
}

@media screen and (max-width: 1080px) {
  .title-sec article p:first-of-type {
    margin-top: 24px;
  }
}

.title-sec article p:not(:last-of-type) {
  margin-bottom: 24px;
}

.title-sec--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title-sec--vertical h5 {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1080px) {
  .title-sec--vertical h5 {
    margin: 0 0 16px 0;
  }
}

.title-sec--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-sec--center * {
  text-align: center;
}

.title-sec--white article * {
  color: #FFFFFF;
}

.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-form.closed {
  opacity: 0;
  visibility: hidden;
}

.modal-form .container {
  max-width: 640px;
}

@media screen and (max-width: 1080px) {
  .modal-form .container {
    padding: 0;
  }
}

.modal-form .container * {
  text-align: center;
}

.modal-form .container div {
  padding: 48px 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1080px) {
  .modal-form .container div {
    padding: 40px 24px;
  }
}

.modal-form .container div p {
  margin: 16px 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .modal-form .container div p {
    margin: 12px 0 24px 0;
  }
}

.cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: #FFFFFF;
  z-index: 999;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  -webkit-box-shadow: 0px -8px 64px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -8px 64px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
}

.cookies.open {
  opacity: 1;
  visibility: visible;
}

.cookies .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .cookies .container {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .cookies .container aside p,
  .cookies .container aside p * {
    font-size: 15px;
    line-height: 140%;
  }
}

@media screen and (max-width: 1080px) {
  .cookies .container button {
    width: 100%;
    display: block;
    margin: 16px 0 0 0;
  }
}

.button {
  padding: 12px 36px 14px 36px;
  font: 700 17px/1 "Cabin", sans-serif;
  background: #23BFEB;
  border: 1px solid #23BFEB;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  text-align: center;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  -webkit-box-shadow: 0px 8px 32px rgba(35, 191, 235, 0.16);
          box-shadow: 0px 8px 32px rgba(35, 191, 235, 0.16);
}

.button:hover {
  background: #FFFFFF;
  color: #23BFEB;
}

.button--outline {
  background: #FFFFFF;
  color: #23BFEB;
}

.button--outline:hover {
  background: #23BFEB;
  color: #FFFFFF;
}

.button--outline:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.button--white {
  background: #FFFFFF;
  color: #23BFEB;
  border-color: #FFFFFF;
}

.button--white:hover {
  border-color: #23BFEB;
  background: #23BFEB;
  color: #FFFFFF;
}

.politica-privacidade__banner {
  padding: 185px 0 65px 0;
  margin: 0 0 64px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__banner {
    padding: 144px 0 40px 0;
    margin: 0 0 40px 0;
  }
}

.politica-privacidade__banner .container h1 {
  color: #FFFFFF;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__banner .container h1 {
    font-size: 32px;
  }
}

.politica-privacidade__content .container {
  max-width: 750px;
}

.politica-privacidade__content .container h1,
.politica-privacidade__content .container h2,
.politica-privacidade__content .container h3,
.politica-privacidade__content .container h4,
.politica-privacidade__content .container h5,
.politica-privacidade__content .container h6 {
  margin: 48px 0 24px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container h1,
  .politica-privacidade__content .container h2,
  .politica-privacidade__content .container h3,
  .politica-privacidade__content .container h4,
  .politica-privacidade__content .container h5,
  .politica-privacidade__content .container h6 {
    margin: 48px 0 24px 0;
  }
}

.politica-privacidade__content .container img {
  width: 100%;
}

.politica-privacidade__content .container figure {
  display: block;
  margin: 40px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container figure {
    margin: 32px 0;
  }
}

.politica-privacidade__content .container figure figcaption {
  font: 400 14px/140% "Cabin", sans-serif;
  text-align: center;
  margin: 16px 0 0 0;
}

.politica-privacidade__content .container ol,
.politica-privacidade__content .container ul {
  margin: 32px 0 32px 16px;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container ol,
  .politica-privacidade__content .container ul {
    margin: 24px 0 24px 16px;
  }
}

.politica-privacidade__content .container ol li:not(:last-of-type),
.politica-privacidade__content .container ul li:not(:last-of-type) {
  margin: 0 0 4px 0;
}

.politica-privacidade__content .container p,
.politica-privacidade__content .container span {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container p,
  .politica-privacidade__content .container span {
    margin: 0 0 16px 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.pagination span {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  margin: 0;
  background: unset;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.pagination span:hover {
  border-color: #23BFEB;
}

.pagination span::before {
  content: "";
  background: #23BFEB;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  opacity: 0;
  visibility: hidden;
}

.pagination span.swiper-pagination-bullet-active {
  border-color: #23BFEB;
}

.pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=main.css.map */