/* CSS reset with box-sizing fix */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  color: #17385d;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-top: 30px;
  font-family: 'EncodeSansExpanded', sans-serif;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 30px;
  }
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .container {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.carret {
  display: inline-block;
  width: 13px;
  height: 9px;
  margin-left: 5px;
  background: url("../img/icons/carret.svg") center / cover no-repeat;
}
.title {
  overflow: hidden;
}
.title__text {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  color: #17385d;
  margin-bottom: 30px;
}
.title__text.white {
  color: white;
}
@media only screen and (max-width: 992px) {
  .title__text {
    font-size: 26px;
  }
}
.title__separator {
  display: inline-block;
  width: 83px;
  height: 4px;
  background-color: #00ac94;
}
.paragraph {
  height: 450px;
  display: flex;
  align-items: center;
  background-color: #1C8282;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  line-height: 51px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .paragraph {
    height: 450px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .paragraph {
    height: 450px;
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 992px) {
  .paragraph {
    height: 360px;
    font-size: 20px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .paragraph {
    height: auto;
    font-size: 20px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .paragraph {
    line-height: 26px;
  }
}
.paragraph p {
  opacity: 0;
  transition-duration: 2s;
}
.paragraph p.animateTo {
  opacity: 1;
}
.paralax {
  width: 100%;
  height: 430px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* Important */
  position: relative;
}
.paralax img {
  width: 100%;
}
.paralax .bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paralax .paralax-fixer {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
}
@media only screen and (max-width: 992px) {
  .paralax {
    height: 300px;
    background-size: cover;
  }
}
.paralax .paralax1 {
  background-image: url("../img/paralax_re/paralax-1-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax1 {
    background-image: url("../img/paralax_re/paralax-1-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax1 {
    background-image: url("../img/paralax_re/paralax-1-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax1 {
    background-image: url("../img/paralax_re/paralax-1-M.jpg");
  }
}
.paralax .paralax2 {
  background-image: url("../img/paralax_re/paralax-2-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax2 {
    background-image: url("../img/paralax_re/paralax-2-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax2 {
    background-image: url("../img/paralax_re/paralax-2-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax2 {
    background-image: url("../img/paralax_re/paralax-2-M.jpg");
  }
}
.paralax .paralax3 {
  background-image: url("../img/paralax_re/paralax-3-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax3 {
    background-image: url("../img/paralax_re/paralax-3-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax3 {
    background-image: url("../img/paralax_re/paralax-3-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax3 {
    background-image: url("../img/paralax_re/paralax-3-M.jpg");
  }
}
.paralax .paralax4 {
  background-image: url("../img/paralax_re/paralax-4-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax4 {
    background-image: url("../img/paralax_re/paralax-4-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax4 {
    background-image: url("../img/paralax_re/paralax-4-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax4 {
    background-image: url("../img/paralax_re/paralax-4-M.jpg");
  }
}
.paralax .paralax5 {
  background-image: url("../img/paralax_re/paralax-5-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax5 {
    background-image: url("../img/paralax_re/paralax-5-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax5 {
    background-image: url("../img/paralax_re/paralax-5-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax5 {
    background-image: url("../img/paralax_re/paralax-5-M.jpg");
  }
}
.paralax .paralax6 {
  background-image: url("../img/paralax_re/paralax-6-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax6 {
    background-image: url("../img/paralax_re/paralax-6-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax6 {
    background-image: url("../img/paralax_re/paralax-6-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax6 {
    background-image: url("../img/paralax_re/paralax-6-M.jpg");
  }
}
.paralax .paralax7 {
  background-image: url("../img/paralax_re/paralax-7-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax7 {
    background-image: url("../img/paralax_re/paralax-7-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax7 {
    background-image: url("../img/paralax_re/paralax-7-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax7 {
    background-image: url("../img/paralax_re/paralax-7-M.jpg");
  }
}
.paralax .paralax8 {
  background-image: url("../img/paralax_re/paralax-8-XXL.jpg");
  /*@media only screen and (max-width: 576px) {
				background-image: url("../img/paralax/paralax-@{value}-S.jpg");
			}*/
}
@media only screen and (max-width: 1200px) {
  .paralax .paralax8 {
    background-image: url("../img/paralax_re/paralax-8-XL.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .paralax .paralax8 {
    background-image: url("../img/paralax_re/paralax-8-L.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax .paralax8 {
    background-image: url("../img/paralax_re/paralax-8-M.jpg");
  }
}
@media only screen and (min-width: 993px) {
  .paralax.paralax5 {
    background-size: contain;
    background-color: #f9f9f9;
  }
}
.paralax.paralax6 {
  background-image: url("../img/paralax_2/paralax-6.jpg");
}
@media only screen and (max-width: 992px) {
  .paralax.paralax6 {
    background-image: url("../img/paralax_2/paralax-6-xs.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .paralax.paralax6 {
    background-position: center top;
  }
}
.paralax-fixer.force-contain {
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .paralax-fixer.force-contain {
    background-size: auto;
  }
}
.animation {
  transition: all 1s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
.titleAnimation {
  overflow: hidden;
  transform: translateX(-100%);
  display: inline-flex;
  flex-direction: column;
}
.titleAnimation.animateTo {
  transform: translateX(0);
}
.w100 {
  width: 100%;
}
.force-height {
  height: auto;
}
.twoBoxes {
  overflow: hidden;
}
.twoBoxes__imageWrapper {
  display: inline-block;
  position: absolute;
  width: 30%;
  top: -80px;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .twoBoxes__imageWrapper {
    width: 33%;
  }
}
@media only screen and (max-width: 992px) {
  .twoBoxes__imageWrapper {
    width: 36%;
  }
}
@media only screen and (max-width: 768px) {
  .twoBoxes__imageWrapper {
    position: relative;
    width: 50%;
    top: auto;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .twoBoxes__imageWrapper {
    width: 80%;
    left: 3%;
  }
}
.twoBoxes__imageWrapper.animateTo::before {
  height: 100%;
  opacity: 1;
}
.twoBoxes__imageWrapper::before {
  content: "";
  width: 100%;
  height: 10%;
  background-color: #13617F;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 1;
  opacity: 0;
  transition: all 1s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
@media only screen and (max-width: 768px) {
  .twoBoxes__imageWrapper::before {
    width: 95%;
  }
}
.twoBoxes__imageWrapper.unsetClipPath {
  clip-path: unset;
}
.twoBoxes__imageWrapper img {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  position: relative;
  z-index: 10;
}
.twoBoxes__imageWrapper img.animateTo {
  clip-path: inset(0 0% 0 0);
}
.twoBoxes__imageLabel {
  position: absolute;
  bottom: 10px;
  left: -15px;
  transform: translate(calc(-100%), -100%);
  color: #17385d;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
}
.twoBoxes__imageLabel.animateTo {
  opacity: 1;
}
.twoBoxes__contentWrapper {
  position: relative;
  margin-top: 170px;
}
@media only screen and (max-width: 768px) {
  .twoBoxes__contentWrapper {
    margin-top: 30px;
  }
}
.twoBoxes__content {
  padding: 60px;
  padding-left: 145px;
  width: 75%;
  margin-left: auto;
  margin-top: 40px;
  border: 1px solid #808080;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  transform: translateX(30%);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .twoBoxes__content {
    padding: 30px;
    padding-left: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .twoBoxes__content {
    width: 100%;
    padding-left: 30px;
  }
}
.twoBoxes__content.animateTo {
  transform: translateX(0);
  opacity: 1;
}
.twoBoxes__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 45px;
  color: #17385d;
}
.twoBoxes__separator {
  width: 40px;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #00ac94;
}
@media only screen and (max-width: 768px) {
  .twoBoxes__separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.twoBoxes__paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
}
@media only screen and (max-width: 1200px) {
  .twoBoxes__paragraph {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .twoBoxes__paragraph {
    font-size: 18px;
  }
}
.twoBoxes__list {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.twoBoxes__list.pl {
  padding-left: 25px;
}
.twoBoxes__listItem {
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
}
@media only screen and (max-width: 1200px) {
  .twoBoxes__listItem {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .twoBoxes__listItem {
    font-size: 18px;
  }
}
.twoBoxes__listItem-title {
  font-weight: 500;
}
.twoBoxes__listItem.plus::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icons/plus.svg);
  position: absolute;
  left: -20px;
  top: 11px;
}
.inverse .twoBoxes {
  overflow: hidden;
}
.inverse .twoBoxes__imageWrapper {
  display: inline-block;
  position: absolute;
  z-index: 10;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  top: auto;
  bottom: -20px;
  right: 80px;
}
@media only screen and (max-width: 1200px) {
  .inverse .twoBoxes__imageWrapper {
    right: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .inverse .twoBoxes__imageWrapper {
    position: relative;
    width: 50%;
    top: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .inverse .twoBoxes__imageWrapper {
    width: 80%;
    left: 3%;
  }
}
.inverse .twoBoxes__imageWrapper img {
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  clip-path: inset(0 0 0 100%);
}
.inverse .twoBoxes__imageWrapper img.animateTo {
  clip-path: inset(0 0 0 0%);
}
.inverse .twoBoxes__imageWrapper::before {
  left: auto;
  right: -30px;
}
.inverse .twoBoxes__contentWrapper {
  position: relative;
  margin-top: 150px;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inverse .twoBoxes__contentWrapper {
    margin-top: 30px;
  }
}
.inverse .twoBoxes__content {
  padding-left: 45px;
  padding-right: 150px;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .inverse .twoBoxes__content {
    padding: 30px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .inverse .twoBoxes__content {
    padding: 30px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .inverse .twoBoxes__content {
    width: 100%;
    padding-left: 30px;
  }
}
.inverse .twoBoxes__title {
  font-weight: 600;
  line-height: 45px;
  color: #17385d;
}
.inverse .twoBoxes__separator {
  width: 40px;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #00ac94;
}
@media only screen and (max-width: 768px) {
  .inverse .twoBoxes__separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.inverse .twoBoxes__paragraph {
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
}
@media only screen and (max-width: 1200px) {
  .inverse .twoBoxes__paragraph {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .inverse .twoBoxes__paragraph {
    font-size: 18px;
  }
}
.inverse .twoBoxes__list {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 125px;
}
@media only screen and (max-width: 768px) {
  .inverse .twoBoxes__list {
    padding-right: 0;
  }
}
.inverse .twoBoxes__listItem {
  position: relative;
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
}
@media only screen and (max-width: 1200px) {
  .inverse .twoBoxes__listItem {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .inverse .twoBoxes__listItem {
    font-size: 18px;
  }
}
.inverse .twoBoxes__listItem-title {
  font-weight: 500;
}
.inverse .twoBoxes__listItem.plus::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icons/plus.svg);
  position: absolute;
  left: -20px;
  top: 11px;
}
@media only screen and (min-width: 992px) {
  .medium-only {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .small-only {
    display: none;
  }
}
.mobile {
  display: none;
  position: relative;
  z-index: 3000;
  background-color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobile__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: none;
}
.mobile__hamburguer {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 150;
}
.mobile__hamburguer span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  position: relative;
  background: #17385d;
  border-radius: 3px;
}
.mobile__menu {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mobile__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 33px;
  color: #17385d;
  cursor: pointer;
  font-weight: bold;
  transition: transform 300ms ease-in-out;
}
.mobile__close:hover {
  transform: scale(1.1);
}
.mobile__nav {
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  color: #17385d;
  font-size: 23px;
}
.mobile__nav li {
  margin-bottom: 15px;
  cursor: pointer;
}
.mobile__lang {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.mobile__lang .languages__wrapper {
  width: 100%;
  justify-content: center;
}
.mobile__lang .languages__separator {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #17385d;
}
.mobile__lang .languages__language {
  color: #17385d;
  font-size: 22px;
}
[data-page-index] {
  display: none;
}
[data-page-index="1"] {
  display: block;
}
.scrollTop {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: auto;
}
.scrollTop__wrapper {
  bottom: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  position: fixed;
  z-index: 3000;
  display: none;
  right: 0px;
}
.scrollTop__wrapper.normalized {
  position: unset;
}
.overflow-hidden {
  overflow: hidden;
}
.no-height {
  height: auto;
}
.hide {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .hide-tablet {
    display: none;
  }
}
.p-relative {
  position: relative;
}
.alecrim {
  position: absolute;
  width: 25%;
  top: -130px;
  right: -50px;
}
@media only screen and (max-width: 768px) {
  .alecrim {
    display: none;
  }
}
.m-b-2 {
  margin-bottom: 0px;
}
.m-b-15 {
  margin-bottom: 15px;
}
@font-face {
  font-family: 'EncodeSansExpanded';
  src: url(../fonts/EncodeSansExpanded-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'EncodeSansExpanded';
  src: url(../fonts/EncodeSansExpanded-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'EncodeSansExpanded';
  src: url(../fonts/EncodeSansExpanded-SemiBold.ttf);
  font-weight: 500;
}
.navbar {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .navbar {
    display: none;
  }
}
.languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  position: relative;
  z-index: 2;
}
.languages__language {
  font-size: 16px;
  font-family: 'EncodeSansExpanded';
  font-weight: 500;
  color: #17385d;
  cursor: pointer;
}
.languages__separator {
  width: 2px;
  height: 20px;
  background-color: #00ac94;
}
.menu {
  margin-left: auto;
  display: flex;
  position: relative;
  z-index: 2;
}
.menu__item {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #17385d;
  cursor: pointer;
  position: relative;
}
.menu__item.active {
  color: #00ac94;
}
.menu__item:hover > .dropdown-content {
  display: block;
  opacity: 1;
}
.menu__item a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu__item:first-child {
  margin-left: 0;
}
.logo {
  width: 168px;
  height: 100px;
  background: url("../img/logo.svg") center / cover no-repeat;
  cursor: pointer;
}
.logo__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .logo__wrapper {
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 993px) {
  .logo__wrapper {
    top: 60px;
  }
}
.dropdown-content {
  display: block;
  position: absolute;
  background-color: none;
  top: 120%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.85s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  background-color: white;
}
.dropdown-content a {
  color: #17385d;
  padding: 6px 0px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.intro {
  display: flex;
  align-items: center;
  padding-top: 125px;
}
@media only screen and (max-width: 576px) {
  .intro {
    flex-wrap: wrap;
  }
}
.intro picture {
  width: 55%;
}
.intro picture img {
  width: 100%;
  margin-bottom: -1.5px;
}
@media only screen and (max-width: 576px) {
  .intro picture {
    width: 100%;
    order: 2;
  }
}
.intro__text {
  font-size: 52px;
  text-align: center;
  color: #17385d;
  font-weight: 500;
  margin-left: 55px;
}
@media only screen and (max-width: 1200px) {
  .intro__text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .intro__text {
    font-size: 22px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .intro__text {
    font-size: 27px;
    margin-left: 0px;
    order: 1;
    width: 100%;
  }
}
.intro__text h2 {
  font-weight: 300;
}
.history {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.history__floater {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
.history__floater.animateTo {
  opacity: 1;
}
@media only screen and (max-width: 1800px) {
  .history__floater {
    visibility: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .history {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.history__content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .history__content {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.history__paragraph {
  width: 45%;
  font-size: 18px;
  font-weight: 400;
  color: #17385d;
  line-height: 28px;
  opacity: 0;
  transition: all 2s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
.history__paragraph--bold {
  font-weight: 500;
}
@media only screen and (max-width: 1800px) {
  .history__paragraph {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .history__paragraph {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 992px) {
  .history__paragraph {
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .history__paragraph {
    max-width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }
}
.history__paragraph.animateTo {
  opacity: 1;
}
.history__imageWrapper {
  width: 41%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.history__imageWrapper::before {
  content: "";
  width: 75%;
  height: 10%;
  background-color: #13617F;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 1;
  opacity: 0;
  transition: all 1s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
.history__imageWrapper.animateTo::before {
  opacity: 1;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .history__imageWrapper {
    width: 80%;
    order: 1;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.history__mainImage {
  width: 100%;
  position: relative;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}
.history__mainImage.animateTo {
  clip-path: inset(0 0% 0 0);
}
.history__leaves {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 1s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
@media only screen and (max-width: 992px) {
  .history__leaves {
    width: 35%;
    bottom: -70px;
  }
}
@media only screen and (max-width: 572px) {
  .history__leaves {
    width: 40%;
  }
}
.history__leaves.animateTo {
  opacity: 1;
}
.vision {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.vision__floaterA {
  position: absolute;
  bottom: -1px;
  width: 35%;
  left: 0;
  transition: opacity 2s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .vision__floaterA {
    width: 50%;
  }
}
.vision__floaterA.animateTo {
  opacity: 1;
}
.vision__floaterB {
  position: absolute;
  bottom: 0;
  width: 35%;
  right: 0;
  transition: opacity 2s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .vision__floaterB {
    width: 50%;
  }
}
.vision__floaterB.animateTo {
  opacity: 1;
}
.vision__floaterContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 992px) {
  .vision {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.vision__content {
  padding-top: 30px;
  position: relative;
  z-index: 30;
}
.vision__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #17385d;
  line-height: 28px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .vision__subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.vision__columnWrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .vision__columnWrapper {
    flex-wrap: wrap;
  }
}
.vision__column {
  width: 30%;
  background-color: #13617F;
}
@media only screen and (max-width: 992px) {
  .vision__column {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .vision__column {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.vision__column-image img {
  width: 100%;
  margin-top: -1px;
}
.vision__column-info {
  padding: 30px;
  padding-top: 35px;
  overflow: hidden;
}
.vision__column-info h6 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 2s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
@media only screen and (max-width: 992px) {
  .vision__column-info h6 {
    font-size: 26px;
  }
}
.vision__column-info h6.animateTo {
  opacity: 1;
}
.vision__column-info-separator {
  width: 0%;
  opacity: 0;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #00ac94;
  transition: all 0.85s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
@media only screen and (max-width: 992px) {
  .vision__column-info-separator {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.vision__column-info-separator.animateTo {
  width: 100%;
  opacity: 1;
}
.vision__column-info p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 28px;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  transform: translateX(30%);
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .vision__column-info p {
    font-size: 18px;
  }
}
.vision__column-info p.animateTo {
  transform: translateX(0);
  opacity: 1;
}
.company {
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
}
.company__floater {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .company__floater {
    width: 100%;
  }
}
.company__floater.animateTo {
  opacity: 1;
}
.company__floaterContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 992px) {
  .company {
    padding-top: 60px;
    padding-bottom: 230px;
  }
}
.company__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
  margin-top: 50px;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 992px) {
  .company__subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.company__subtitle.animateTo {
  opacity: 1;
}
.company__infography {
  margin-top: 50px;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
  transform: translateY(20%);
  position: relative;
  z-index: 300;
}
.company__infography.animateTo {
  opacity: 1;
  transform: translateY(0);
}
.company__infography img {
  width: 90%;
}
.policy {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .policy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.policy__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
  margin-top: 50px;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  transform: translateY(15%);
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .policy__subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.policy__subtitle.animateTo {
  transform: translateY(0);
  opacity: 1;
}
.policy__center-title {
  font-weight: 500;
  font-size: 18px;
  color: #17385d;
  margin-top: 30px;
  margin-bottom: 15px;
  transform: translateY(15%);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
.policy__center-title.animateTo {
  transform: translateY(0);
  opacity: 1;
}
.policy__center-list-item {
  margin: 10px 0;
  color: #17385d;
  font-size: 18px;
  transform: translateY(15%);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
.policy__center-list-item.animateTo {
  transform: translateY(0);
  opacity: 1;
}
.quality {
  overflow: hidden;
  padding-bottom: 50px;
}
.certificate__title {
  font-size: 23px;
  font-weight: 600;
  color: #17385d;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .certificate__title {
    justify-content: center;
  }
}
.certificate__title img {
  width: 13px;
  height: 13px;
  display: block;
  margin-left: 5px;
  margin-top: 2px;
}
.certificateImage {
  width: 150px;
}
.product {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .product {
    padding-bottom: 30px;
  }
}
.product.pt0 {
  padding-top: 40px;
}
.product__content {
  margin-top: 50px;
  transition: all 1.5s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  transform: translateX(30%);
  opacity: 0;
}
.product__content.animateTo {
  transform: translateX(0);
  opacity: 1;
}
.product__title {
  font-size: 26px;
  font-weight: 600;
  color: #17385d;
  line-height: 45px;
  margin-bottom: 25px;
}
.product__paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
}
.product__social-list-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #17385d;
  margin-top: 8px;
}
.product__social-icon {
  margin-right: 10px;
  width: 20px;
}
.service {
  padding-top: 80px;
  padding-bottom: 250px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .service {
    padding-top: 75px;
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .service {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}
.service__content {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.service__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.service__bg img {
  margin-bottom: -10px;
  width: 60%;
}
.service__wrapper {
  display: flex;
  background-color: #13617F;
  height: 500px;
  margin-bottom: 45px;
  transform: scale(0.95) translateY(40px);
  opacity: 0;
  transition: all 0.85s cubic-bezier(0.17, 0.75, 0.2, 0.96);
}
.service__wrapper.animateTo {
  opacity: 1;
  transform: scale(1) translateY(0);
}
@media only screen and (max-width: 1400px) {
  .service__wrapper {
    height: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .service__wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .service__wrapper {
    flex-wrap: wrap;
    background-color: unset;
    height: unset;
  }
}
.service__image {
  width: 35%;
}
@media only screen and (max-width: 992px) {
  .service__image {
    width: 100%;
    margin: 0 auto;
  }
}
.service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__separator {
  border-bottom: 3px dotted #00ac94;
  margin-top: 15px;
  margin-bottom: 10px;
}
.service__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  color: white;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .service__text {
    padding-left: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .service__text {
    width: 100%;
    padding: 35px;
    background-color: #13617F;
  }
}
.service__text h6 {
  font-size: 30px;
  font-family: "EncodeSansExpanded", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .service__text h6 {
    font-size: 26px;
  }
}
.service__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  padding-right: 35px;
}
@media only screen and (max-width: 992px) {
  .service__text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.area {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.area__floaterContainer {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.area__floaterLeft {
  position: absolute;
  bottom: 0;
  width: 20%;
  left: 0;
  transition: opacity 2s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .area__floaterLeft {
    width: 60%;
    display: none;
  }
}
.area__floaterLeft.animateTo {
  opacity: 1;
}
.area__floaterA {
  position: absolute;
  top: 0;
  width: 35%;
  right: 0;
  transition: opacity 2s cubic-bezier(0.17, 0.75, 0.2, 0.96);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .area__floaterA {
    width: 60%;
  }
}
.area__floaterA.animateTo {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.contactos {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1C8282;
}
@media only screen and (max-width: 768px) {
  .contactos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contactos__info {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contactos__info {
    flex-wrap: wrap;
  }
}
.contactos__title-separator {
  margin-bottom: 10px;
  display: inline-block;
  width: 83px;
  height: 4px;
  background-color: #13617F;
}
.contactos__infoBox {
  margin-top: 0px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  font-style: unset;
  width: 100%;
  line-height: 25px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
  .contactos__infoBox {
    font-size: 18px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .contactos__infoBox {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.contactos__infoBox strong {
  font-weight: 600;
}
.contactos__icons {
  margin-top: 30px;
}
.contactos__icons img {
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 768px) {
  .contactos__icons {
    margin-top: 30px;
  }
}
.contactos__reclamacoes {
    margin-top: 30px;
}
.contactos__reclamacoes img {
  width: 30%;
  height: 30%;
}
@media only screen and (max-width: 768px) {
  .contactos__reclamacoes {
    margin-top: 30px;
  }
}
.contactos__form {
  width: 100%;
}
.contactos__form-title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin-bottom: 25px;
}
.contactos__form input {
  color: white;
  display: block;
  width: 100%;
  height: 68px;
  margin-bottom: 25px;
  background-color: transparent;
  border: 1px solid white;
  font-size: 18px;
  padding-left: 20px;
  font-family: "Barlow", sans-serif;
}
@media only screen and (max-width: 992px) {
  .contactos__form input {
    height: 50px;
  }
}
.contactos__form input::placeholder {
  color: white;
}
.contactos__form textarea {
  font-family: "Barlow", sans-serif;
  color: white;
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 10px;
}
.contactos__form textarea::placeholder {
  color: white;
}
.contactos__form button {
  margin-top: 15px;
  padding: 10px 25px;
  font-family: "Barlow";
  font-size: 16px;
  background: #13617F;
  border: none;
  font-weight: 500;
  color: white;
}
.contactos__mail {
  color: white;
  text-decoration: underline;
}
#map {
  width: 100%;
  height: 800px;
}