* {
  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: "Switzer", sans-serif;
  color: #141414;
}

* strong {
  font-weight: 700;
}

::-moz-selection {
  background: #007EE5;
  color: #FFFFFF;
}

::selection {
  background: #007EE5;
  color: #FFFFFF;
}

html {
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

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

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

@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;
  font: 400 14px/1 "Switzer", sans-serif;
  margin: 0 0 12px 0;
  color: #595959;
}

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.3 "Switzer", sans-serif;
  width: 100%;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  padding: 0 12px 2px 12px;
  height: 48px;
  border-radius: 0 12px;
  -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: #007EE5;
}

form fieldset textarea {
  height: 128px;
  padding-top: 10px;
}

form > label {
  margin: -12px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

form > label input {
  margin: 4px 12px 0 0;
}

form > label p,
form > label p * {
  font-size: 13px;
}

form h6 {
  display: none;
  font-size: 15px;
  margin: 20px 0 0 0;
}

form .button {
  width: 100%;
  margin: 24px 0 0 0;
}

button {
  cursor: pointer;
}

button:disabled {
  opacity: .8;
}

p,
p * {
  font: 300 16px/160% "Switzer", sans-serif;
}

p a,
p * a {
  font-weight: 700;
  color: #007EE5;
}

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

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

h1,
h1 * {
  font: 700 40px/140% "Switzer", sans-serif;
}

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

h2,
h2 * {
  font: 600 32px/140% "Switzer", sans-serif;
}

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

h3,
h3 * {
  font: 600 28px/140% "Switzer", sans-serif;
}

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

h4,
h4 * {
  font: 600 24px/120% "Switzer", sans-serif;
}

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

h5 {
  font: 600 20px/140% "Switzer", sans-serif;
}

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

h6,
h6 * {
  font: 600 18px/120% "Switzer", sans-serif;
}

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

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;
  padding: 24px 0;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

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

.navbar.fixed {
  padding: 16px 0;
  -webkit-box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}

.navbar.fixed .navbar__logo {
  max-width: 110px;
}

.navbar.fixed .navbar__button, .navbar.fixed .navbar__button::before, .navbar.fixed .navbar__button::after {
  background: #00276B;
}

.navbar.open {
  background: #00276B;
}

.navbar.open .navbar__logo img:first-of-type {
  display: none;
}

.navbar.open .navbar__logo img:last-of-type {
  display: block;
}

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

.navbar.open .navbar__button {
  background: #00276B;
}

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

.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;
}

.navbar__logo {
  position: relative;
  z-index: 9;
  display: block;
  max-width: 142px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

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

.navbar__logo img:last-of-type {
  display: none;
}

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

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 40px 0;
  }
}

.navbar__menu ul li:not(:last-of-type) {
  margin: 0 40px 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 "Switzer", sans-serif;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  opacity: .64;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul li a {
    color: #FFFFFF;
    opacity: 1;
  }
}

.navbar__menu ul li a::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  height: 2px;
  background: #007EE5;
  opacity: 0;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

@media screen and (min-width: 1080px) {
  .navbar__menu ul li a:hover, .navbar__menu ul li a.active {
    opacity: 1;
  }
  .navbar__menu ul li a:hover::before, .navbar__menu ul li a.active::before {
    opacity: 1;
  }
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul li a {
    font-size: 24px;
  }
}

.navbar__menu .button {
  display: none !important;
}

@media screen and (max-width: 1080px) {
  .navbar__menu .button {
    margin: 24px 0 0 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1080px) {
  .navbar__menu {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    opacity: 0;
    visibility: hidden;
    padding: 56px 24px 24px 24px;
    overflow-y: auto;
    display: block;
    background: #00276B;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
  }
}

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

.navbar__actions .button {
  padding: 14px 24px;
}

@media (max-width: 1080px) {
  .navbar__actions .button--outline {
    display: none;
  }
}

@media (max-width: 1080px) {
  .navbar__actions .button--normal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 48px;
    height: 48px;
    background: #00276B;
    border: 1px solid #FFFFFF;
  }
}

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

.navbar .button--normal span {
  color: #FFFFFF;
}

@media (max-width: 1080px) {
  .navbar .button--normal span {
    display: none;
  }
}

.navbar .button--normal:hover {
  background: #00276B;
  border-color: #00276B;
}

.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;
}

.content__banner {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .content__banner {
    overflow: initial;
  }
}

.content__banner::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  background: #00276B;
  height: 300px;
  width: 60%;
}

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

.content__banner .container {
  padding-top: 120px;
  position: relative;
  z-index: 5;
}

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

.content__banner .container::before {
  content: url("../assets/banner-left.svg");
  position: absolute;
  bottom: -8px;
  left: -112px;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .content__banner .container::before {
    content: url("../assets/banner-left-mob.svg");
    left: 0;
    bottom: -80px;
  }
}

.content__banner .container::after {
  content: url("../assets/banner-right.svg");
  position: absolute;
  top: 0;
  right: -160px;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .content__banner .container::after {
    content: url("../assets/banner-right-mob.svg");
    right: 0;
  }
}

.content__banner .container .swiper {
  z-index: 5;
  height: 600px;
  border-radius: 40px 0 40px 0;
}

@media screen and (max-width: 1080px) {
  .content__banner .container .swiper {
    border-radius: 32px 0 32px 0;
    height: 420px;
  }
}

.content__banner .container .swiper .swiper-slide {
  padding: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1080px) {
  .content__banner .container .swiper .swiper-slide {
    padding: 16px 16px 48px 16px;
  }
}

.content__banner .container .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 39, 107, 0.4)), to(rgba(0, 39, 107, 0)));
  background: linear-gradient(270deg, rgba(0, 39, 107, 0.4) 0%, rgba(0, 39, 107, 0) 100%);
}

.content__banner .container .swiper .swiper-slide article {
  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;
  padding: 48px;
  max-width: 640px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 40px 0 0;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1080px) {
  .content__banner .container .swiper .swiper-slide article {
    padding: 20px;
    border-radius: 0 32px 32px 0;
  }
}

.content__banner .container .swiper .swiper-slide article h5 {
  margin: 0 0 16px 0;
  font-weight: 300;
}

@media screen and (max-width: 1080px) {
  .content__banner .container .swiper .swiper-slide article h5 {
    margin: 0 0 12px 0;
  }
  .content__banner .container .swiper .swiper-slide article h5,
  .content__banner .container .swiper .swiper-slide article h5 * {
    font-size: 16px;
  }
}

.content__banner .container .swiper .swiper-slide article h1 {
  margin: 0 0 32px 0;
  font-weight: 300;
}

@media screen and (max-width: 1080px) {
  .content__banner .container .swiper .swiper-slide article h1 {
    margin: 0 0 24px 0;
  }
  .content__banner .container .swiper .swiper-slide article h1,
  .content__banner .container .swiper .swiper-slide article h1 * {
    font-size: 23px;
  }
}

.content__banner .container .swiper .swiper-slide img,
.content__banner .container .swiper .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.content__banner .container .swiper .controls {
  position: absolute;
  right: 48px;
  bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .content__banner .container .swiper .controls {
    left: 16px;
    bottom: 24px;
  }
}

.content__banner .container .swiper .controls div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: auto;
  margin: 0 40px 0 0;
}

.content__banner .container .swiper .controls div span {
  background: #FFFFFF;
  border-radius: 0;
  width: 24px;
  height: 2px;
  opacity: .24;
  margin: 0;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.content__banner .container .swiper .controls div span.swiper-pagination-bullet-active {
  opacity: 1;
}

.content__banner .container .swiper .controls button {
  width: 48px;
}

@media screen and (max-width: 1080px) {
  .content__banner .container .swiper .controls button {
    display: none;
  }
}

.content__banner .container .swiper .controls button:not(:last-of-type) {
  margin: 0 16px 0 0;
}

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

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

.content__clientes .container * {
  text-align: center;
}

.content__clientes .container header {
  margin: 0 0 56px 0;
}

@media screen and (max-width: 1080px) {
  .content__clientes .container header {
    margin: 0 0 40px 0;
  }
}

.content__clientes .container h2 {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

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

.content__clientes .container h2,
.content__clientes .container h2 * {
  font-size: 40px;
}

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

.content__clientes .container h2 strong {
  color: #007EE5;
}

.content__clientes .container p {
  margin: 16px 0 0 0;
}

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

.content__clientes .container p,
.content__clientes .container p * {
  font-size: 20px;
}

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

.content__clientes--portfolio .container p {
  display: none;
}

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

.content__clientes--portfolio .swiper {
  overflow: initial;
}

.content__clientes .swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__clientes .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__clientes .swiper .swiper-wrapper .swiper-slide:hover p {
  opacity: 1;
  visibility: visible;
}

.content__clientes .swiper .swiper-wrapper .swiper-slide p {
  opacity: 0;
  visibility: hidden;
  font: 300 14px/140% "Switzer", sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 126, 229, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #FFFFFF;
  padding: 16px;
  width: 100%;
  z-index: 9;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

@media screen and (max-width: 1080px) {
  .content__clientes .swiper .swiper-wrapper .swiper-slide p {
    padding: 16px 24px;
  }
}

.content__sobre {
  margin: 120px 0 0 0;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 570px 1fr;
      grid-template-columns: 570px 1fr;
}

@media screen and (max-width: 1080px) {
  .content__sobre {
    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;
    margin: 80px 0 0 0;
  }
}

.content__sobre::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00276B;
  z-index: 1;
}

.content__sobre::before {
  content: url("../assets/graph-sobre.svg");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .content__sobre::before {
    content: url("../assets/graph-sobre-mob.svg");
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.content__sobre img {
  position: relative;
  z-index: 9;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .content__sobre img {
    height: initial;
    max-height: 370px;
  }
}

.content__sobre aside {
  position: relative;
  z-index: 9;
  padding: 120px 48px 120px 64px;
  max-width: 940px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  .content__sobre aside {
    padding: 80px 24px;
  }
}

.content__sobre aside h2 {
  color: #FFFFFF;
  margin: 0 0 48px 0;
}

@media screen and (max-width: 1080px) {
  .content__sobre aside h2 {
    font-size: 22px;
    margin: 0 0 40px 0;
  }
}

.content__sobre aside section:not(:last-of-type) {
  margin: 0 0 40px 0;
}

.content__sobre aside section h4 {
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #007EE5;
  text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
  .content__sobre aside section h4 {
    margin: 0 0 16px 0;
  }
}

.content__sobre aside section p {
  color: #FFFFFF;
}

.content__sobre aside 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .content__sobre aside footer {
    margin: 40px 0 0 0;
  }
}

.content__sobre aside footer h6 {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__sobre aside footer h6:not(:last-of-type)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.24);
  margin: 16px;
  display: block;
}

@media screen and (max-width: 1080px) {
  .content__sobre aside footer h6:not(:last-of-type)::after {
    margin: 16px 12px;
  }
}

.content__servicos {
  position: relative;
  z-index: 9;
  padding: 120px 0 0 0;
}

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

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

@media screen and (max-width: 1080px) {
  .content__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;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content__servicos .container article .title-sec {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  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;
}

@media screen and (max-width: 1080px) {
  .content__servicos .container article .title-sec {
    margin: 0 0 48px 0;
  }
}

.content__servicos .container article .title-sec p {
  margin: 16px 0 0 0;
}

.content__servicos .container article .title-sec .button {
  margin: 32px 0 0 0;
}

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

.content__servicos .container aside {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

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

.content__servicos .container aside div {
  padding: 32px 32px 40px 32px;
  background: rgba(0, 39, 107, 0.08);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

@media screen and (max-width: 1080px) {
  .content__servicos .container aside div {
    padding: 32px 24px;
  }
  .content__servicos .container aside div:not(:last-of-type) {
    margin: 0 0 24px 0;
  }
}

.content__servicos .container aside div:hover {
  background: rgba(0, 39, 107, 0.16);
}

.content__servicos .container aside div img {
  margin: 0 0 24px 0;
}

.content__servicos .container aside div p {
  margin: 16px 0 0 0;
}

.content__servicos .container > .button {
  display: none;
  margin: 40px 0 0 0;
}

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

.content__section {
  overflow: hidden;
  padding: 120px 0 24px 0;
}

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

.content__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.content__section .container aside {
  position: relative;
  z-index: 5;
  padding: 48px;
  background: #00276B;
  margin: 0 -72px 72px 0;
}

@media screen and (max-width: 1080px) {
  .content__section .container aside {
    margin: 0;
    padding: 80px 24px 32px 24px;
    z-index: 1;
  }
}

.content__section .container aside h2 {
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .content__section .container aside h2 {
    font-size: 22px;
  }
}

.content__section .container aside::before {
  content: "";
  background: #007EE5;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}

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

.content__section .container aside::after {
  content: url("../assets/quote.svg");
  position: absolute;
  top: 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 32px;
}

.content__section .container figure {
  position: relative;
  z-index: 1;
  min-width: 460px;
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .content__section .container figure {
    padding: 0 24px;
    min-width: initial;
    z-index: 5;
    margin: 0 0 -48px 0;
  }
}

.content__section .container figure::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 24px;
  background: #007EE5;
  width: 1000%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .content__section .container figure::before {
    display: none;
  }
}

.content__section .container figure img {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .content__section .container figure img {
    height: 260px;
    min-height: initial;
  }
}

.content__section--invert .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1080px) {
  .content__section--invert .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.content__section--invert .container aside {
  margin: 0 0 72px -72px;
}

@media screen and (max-width: 1080px) {
  .content__section--invert .container aside {
    margin: 0;
  }
}

.content__section--invert .container aside::before {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  left: unset;
  right: 0;
}

.content__section--invert .container figure::before {
  left: unset;
  right: 24px;
}

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

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

.content__cases .container .title-sec {
  margin: 0 0 48px 0;
}

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

.content__cases .container .swiper .swiper-slide {
  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) {
  .content__cases .container .swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.content__cases .container .swiper .swiper-slide aside {
  border-left: 1px solid #dfdfdf;
  padding: 0 0 0 32px;
  margin: 0 0 0 32px;
}

@media screen and (max-width: 1080px) {
  .content__cases .container .swiper .swiper-slide aside {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    border-left: unset;
    border-bottom: 1px solid #dfdfdf;
  }
  .content__cases .container .swiper .swiper-slide aside * {
    text-align: center;
  }
}

.content__cases__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 48px 0 0 0;
}

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

.content__cases__controls button {
  border: 1px solid #007EE5;
}

.politica-privacidade__banner {
  position: relative;
  background: #007EE5;
  padding: 48px 0;
  margin: 120px 0 48px 0;
}

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

.politica-privacidade__banner::after {
  content: url("../assets/banner-right-mob.svg");
  position: absolute;
  top: 6px;
  right: -80px;
  z-index: 1;
  display: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

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

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

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

.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% "Switzer", 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,
.politica-privacidade__content .container ol li *,
.politica-privacidade__content .container ul li,
.politica-privacidade__content .container ul li * {
  font: 300 16px/160% "Switzer", sans-serif;
}

.politica-privacidade__content .container ol li a,
.politica-privacidade__content .container ol li * a,
.politica-privacidade__content .container ul li a,
.politica-privacidade__content .container ul li * a {
  font-weight: 700;
  color: #007EE5;
}

.politica-privacidade__content .container ol li a:hover,
.politica-privacidade__content .container ol li * a:hover,
.politica-privacidade__content .container ul li a:hover,
.politica-privacidade__content .container ul li * a:hover {
  text-decoration: underline;
}

.politica-privacidade__content .container ol li strong,
.politica-privacidade__content .container ol li * strong,
.politica-privacidade__content .container ul li strong,
.politica-privacidade__content .container ul li * strong {
  font-weight: 700;
}

.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 ul li {
  list-style: disc;
}

.politica-privacidade__content .container ol li {
  list-style: decimal;
}

.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;
  }
}

.contato {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 120px 0 0 0;
}

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

.contato aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 64px 0 40px;
}

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

.contato aside article {
  max-width: 500px;
  width: 100%;
}

.contato aside article .title-sec {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .contato aside article .title-sec {
    margin: 0 0 24px 0;
  }
}

.contato iframe {
  border-radius: 0 64px 0 0;
}

@media screen and (max-width: 1080px) {
  .contato iframe {
    border-radius: 0 40px 0 0;
    height: 260px;
  }
}

.footer {
  background: #00276B;
  margin: 120px 0 0 0;
}

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

.footer .container header {
  padding: 80px 0;
}

.footer .container header h2 {
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 56px 0;
}

@media screen and (max-width: 1080px) {
  .footer .container header h2 {
    margin: 0 0 40px 0;
  }
}

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

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

.footer .container header section aside {
  max-width: 500px;
  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;
}

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

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

.footer .container header section aside section:not(:last-of-type) {
  margin: 0 0 24px 0;
}

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

.footer .container header section aside section div h6,
.footer .container header section aside section div h6 * {
  line-height: 140%;
}

.footer .container header section aside section div * {
  color: #FFFFFF;
}

.footer .container header section aside section div a {
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.footer .container header section aside section div a:hover {
  color: #007EE5;
}

.footer .container header section aside section div span {
  font: 400 15px/150% "Switzer", sans-serif;
  margin: 8px 0 0 0;
  display: block;
}

.footer .container header section aside h5 {
  font: 400 14px/1 "Switzer", sans-serif;
  color: #FFFFFF;
  opacity: .5;
  margin: 0 0 8px 0;
}

.footer .container header section aside h6 {
  color: #FFFFFF;
}

.footer .container header section aside > div {
  margin: 24px 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) {
  .footer .container header section aside > div {
    margin: 16px 0 0 0;
  }
}

.footer .container header section aside > div a {
  display: block;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.footer .container header section aside > div a:hover {
  opacity: .72;
}

.footer .container header section aside > div a:not(:last-of-type) {
  margin: 0 24px 0 0;
}

.footer .container header section aside .button {
  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;
  max-width: 280px;
  width: 100%;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .footer .container header section aside .button {
    max-width: 100%;
  }
}

.footer .container header section aside .button::before {
  content: url("../assets/whatsapp.svg");
  margin: 0 12px 0 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer .container header section aside .button:hover::before {
  -webkit-filter: unset;
          filter: unset;
}

.footer .container header section aside .button--outline-white:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer .container footer {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 32px 0;
  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 footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .container footer * {
  color: #FFFFFF;
}

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

@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;
    gap: 8px;
    margin: 20px 0 0 0;
  }
}

.footer .container footer aside * {
  font-size: 13px;
}

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

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

.footer .container footer aside p a {
  display: block;
  margin: 0 0 0 8px;
}

.title-sec h6 {
  text-transform: uppercase;
  color: #007EE5;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.title-sec p {
  margin: 16px 0 0 0;
}

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

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

.button {
  padding: 14px 32px;
  font: 600 15px/1 "Switzer", sans-serif;
  text-transform: uppercase;
  background: #007EE5;
  border: 1px solid #007EE5;
  color: #FFFFFF;
  display: block;
  text-align: center;
  border-radius: 12px 0px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.button i {
  color: #FFFFFF;
}

.button:hover {
  background: #FFFFFF;
  color: #007EE5;
}

.button:hover i {
  color: #007EE5;
}

.button--outline {
  border-color: rgba(0, 126, 229, 0.32);
  background: #FFFFFF;
  color: #007EE5;
}

.button--outline:hover {
  color: #FFFFFF;
  background: #007EE5;
  border-color: #007EE5;
}

.button--outline-white {
  border-color: #FFFFFF;
  background: unset;
}

.button--outline-white:hover {
  border-color: #007EE5;
  background: #007EE5;
  color: #FFFFFF;
}

.button--white {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #007EE5;
}

.button--white:hover {
  border-color: #007EE5;
  background: #007EE5;
  color: #FFFFFF;
}

.fba {
  padding: 6px;
  position: fixed;
  right: 24px;
  bottom: 96px;
  background: -webkit-gradient(linear, left top, left bottom, from(#02C358), to(#00AA4C));
  background: linear-gradient(180deg, #02C358 0%, #00AA4C 100%);
  -webkit-box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08);
  border-radius: 1000px;
  z-index: 99;
}

@media screen and (max-width: 1080px) {
  .fba {
    right: 16px;
    bottom: 16px;
  }
}

.fba a {
  position: relative;
  display: block;
}

.fba a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fba a:hover span {
  opacity: 1;
}

.fba a span {
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  white-space: nowrap;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.16);
  padding: 8px 12px;
  font: 600 14px/1 "Switzer", sans-serif;
  border-radius: 1000px;
}

.fba a img {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.fba a:not(:last-of-type) {
  margin: 0 0 8px 0;
}
/*# sourceMappingURL=main.css.map */