@charset "UTF-8";
:root {
  --gray: #424242;
  --gray-light: #d9d9d9;
  --gray-dark: #131415;
  --txt-light: #b3b2b2;
  --c1: #2a565e;
  --c2: #48818d;
  --c3: #8eb6be;
  --maxWhidth: 1220px;
}

.title-section {
  color: var(--txt-light);
  font-size: 6rem;
  font-weight: 100;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .title-section {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .title-section {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-section {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .title-section {
    font-size: 3rem;
  }
}

.bt-default {
  width: auto;
  height: 50px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .bt-default {
    height: 44px;
  }
}
.bt-default a, .bt-default button {
  width: 280px;
  height: 100%;
  padding: 0 60px 0 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--gray-light);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 10px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.25) 10px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bt-default a .bt-bg, .bt-default button .bt-bg {
  width: 46px;
  height: 46px;
  background-color: var(--gray-dark);
  -webkit-box-shadow: 0 3px 2px 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0 3px 2px 0 rgba(255, 255, 255, 0.25) inset;
  border-radius: 60px;
  position: absolute;
  right: 4px;
  top: 2px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .bt-default a .bt-bg, .bt-default button .bt-bg {
    width: 40px;
    height: 40px;
  }
}
.bt-default a .bt-bg i, .bt-default button .bt-bg i {
  width: 46px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .bt-default a .bt-bg i, .bt-default button .bt-bg i {
    width: 40px;
  }
}
.bt-default a .bt-bg i img, .bt-default button .bt-bg i img {
  width: 22px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .bt-default a .bt-bg i img, .bt-default button .bt-bg i img {
    width: 15px;
    height: 12px;
  }
}
.bt-default a .bt-bg i svg, .bt-default button .bt-bg i svg {
  width: 22px;
  height: 22px;
}
.bt-default a .bt-bg i svg path, .bt-default button .bt-bg i svg path {
  fill: var(--gray-light);
}
.bt-default a .bt-bg i.i-hover, .bt-default button .bt-bg i.i-hover {
  -webkit-transform: translateX(-46px);
          transform: translateX(-46px);
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bt-default a .txt-bt, .bt-default button .txt-bt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 200%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.bt-default a .txt-bt span, .bt-default button .txt-bt span {
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
  color: var(--gray-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .bt-default a .txt-bt span, .bt-default button .txt-bt span {
    font-size: 1.6rem;
  }
}
.bt-default a .txt-bt span.span-hover, .bt-default button .txt-bt span.span-hover {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.bt-default a:hover .bt-bg, .bt-default button:hover .bt-bg {
  width: calc(100% - 8px);
}
.bt-default a:hover .bt-bg i.i-visible, .bt-default button:hover .bt-bg i.i-visible {
  -webkit-transform: translateX(46px);
          transform: translateX(46px);
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bt-default a:hover .bt-bg i.i-hover, .bt-default button:hover .bt-bg i.i-hover {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.bt-default a:hover .bt-bg i img, .bt-default button:hover .bt-bg i img {
  width: 22px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .bt-default a:hover .bt-bg i img, .bt-default button:hover .bt-bg i img {
    width: 15px;
    height: 12px;
  }
}
.bt-default a:hover .txt-bt span.span-visible, .bt-default button:hover .txt-bt span.span-visible {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bt-default a:hover .txt-bt span.span-hover, .bt-default button:hover .txt-bt span.span-hover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.rede-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.rede-social a img {
  width: 28px;
  height: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rede-social a:hover img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.rede-social a svg {
  width: 28px;
  height: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rede-social a svg path {
  fill: var(--gray-light);
}
.rede-social a svg:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.rede-social a svg:hover path {
  fill: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
  background-color: var(--gray-dark);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

.box p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .box p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.box p:last-child {
  margin-bottom: 0;
}

.box-wrapper {
  width: 100%;
  padding: 0 16px;
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .box-wrapper {
    width: 100%;
  }
}

/* Ou para IDs específicos, se preferir]
#inicio:target, #sobre:target, #contato:target */
section:target {
  scroll-margin-top: 89px;
}

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

::-webkit-scrollbar-track {
  background: #333;
}

::-webkit-scrollbar-thumb {
  background-color: var(--c2);
  border-radius: 10px;
  border: none;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #909090;
}

:root {
  --gray: #424242;
  --gray-light: #d9d9d9;
  --gray-dark: #131415;
  --txt-light: #b3b2b2;
  --c1: #2a565e;
  --c2: #48818d;
  --c3: #8eb6be;
  --maxWhidth: 1220px;
}

.title-section {
  color: var(--txt-light);
  font-size: 6rem;
  font-weight: 100;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .title-section {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .title-section {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-section {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .title-section {
    font-size: 3rem;
  }
}

.bt-default {
  width: auto;
  height: 50px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .bt-default {
    height: 44px;
  }
}
.bt-default a, .bt-default button {
  width: 280px;
  height: 100%;
  padding: 0 60px 0 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--gray-light);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 10px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.25) 10px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bt-default a .bt-bg, .bt-default button .bt-bg {
  width: 46px;
  height: 46px;
  background-color: var(--gray-dark);
  -webkit-box-shadow: 0 3px 2px 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0 3px 2px 0 rgba(255, 255, 255, 0.25) inset;
  border-radius: 60px;
  position: absolute;
  right: 4px;
  top: 2px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .bt-default a .bt-bg, .bt-default button .bt-bg {
    width: 40px;
    height: 40px;
  }
}
.bt-default a .bt-bg i, .bt-default button .bt-bg i {
  width: 46px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .bt-default a .bt-bg i, .bt-default button .bt-bg i {
    width: 40px;
  }
}
.bt-default a .bt-bg i img, .bt-default button .bt-bg i img {
  width: 22px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .bt-default a .bt-bg i img, .bt-default button .bt-bg i img {
    width: 15px;
    height: 12px;
  }
}
.bt-default a .bt-bg i svg, .bt-default button .bt-bg i svg {
  width: 22px;
  height: 22px;
}
.bt-default a .bt-bg i svg path, .bt-default button .bt-bg i svg path {
  fill: var(--gray-light);
}
.bt-default a .bt-bg i.i-hover, .bt-default button .bt-bg i.i-hover {
  -webkit-transform: translateX(-46px);
          transform: translateX(-46px);
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bt-default a .txt-bt, .bt-default button .txt-bt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 200%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.bt-default a .txt-bt span, .bt-default button .txt-bt span {
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
  color: var(--gray-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .bt-default a .txt-bt span, .bt-default button .txt-bt span {
    font-size: 1.6rem;
  }
}
.bt-default a .txt-bt span.span-hover, .bt-default button .txt-bt span.span-hover {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.bt-default a:hover .bt-bg, .bt-default button:hover .bt-bg {
  width: calc(100% - 8px);
}
.bt-default a:hover .bt-bg i.i-visible, .bt-default button:hover .bt-bg i.i-visible {
  -webkit-transform: translateX(46px);
          transform: translateX(46px);
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bt-default a:hover .bt-bg i.i-hover, .bt-default button:hover .bt-bg i.i-hover {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.bt-default a:hover .bt-bg i img, .bt-default button:hover .bt-bg i img {
  width: 22px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .bt-default a:hover .bt-bg i img, .bt-default button:hover .bt-bg i img {
    width: 15px;
    height: 12px;
  }
}
.bt-default a:hover .txt-bt span.span-visible, .bt-default button:hover .txt-bt span.span-visible {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bt-default a:hover .txt-bt span.span-hover, .bt-default button:hover .txt-bt span.span-hover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.rede-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.rede-social a img {
  width: 28px;
  height: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rede-social a:hover img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.rede-social a svg {
  width: 28px;
  height: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rede-social a svg path {
  fill: var(--gray-light);
}
.rede-social a svg:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.rede-social a svg:hover path {
  fill: #ffffff;
}

header {
  width: 100%;
  height: 90px;
  padding: 0 40px;
  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;
  position: sticky;
  top: 0;
  z-index: 99;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media only screen and (max-width: 992px) {
  header {
    height: 80px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: 110px;
  }
}
header .flex .logo {
  width: 180px;
  display: block;
}
@media only screen and (max-width: 992px) {
  header .flex .logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  header .flex .logo {
    width: 130px;
    margin-bottom: 12px;
  }
}
header .flex .logo img {
  width: 100%;
}
header .whats {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--txt-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 992px) {
  header .whats {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 575px) {
  header .whats {
    font-size: 1.2rem;
    display: none;
  }
}
header .whats span {
  font-size: 1.6rem;
  margin-right: 2px;
}
@media only screen and (max-width: 992px) {
  header .whats span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 575px) {
  header .whats span {
    font-size: 1rem;
  }
}
header .whats i {
  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;
  margin-right: 4px;
}
header .whats i img {
  width: 12px;
  height: auto;
}
@media only screen and (max-width: 575px) {
  header .whats i img {
    width: 10px;
  }
}
header .whats i svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 575px) {
  header .whats i svg {
    width: 16px;
    height: 16px;
  }
}
header .whats i svg path {
  fill: var(--txt-light);
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  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;
}
header nav ul li {
  height: 25px;
  gap: 12px;
  padding: 0px 4px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  header nav ul li {
    padding: 0 2px;
  }
}
header nav ul li a {
  height: 200%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header nav ul li a span {
  color: var(--txt-light);
  font-size: 1.6rem;
  padding: 0 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 992px) {
  header nav ul li a span {
    font-size: 1.4rem;
  }
}
header nav ul li a span.span-hover {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
header nav ul li a:hover span, header nav ul li a.active span {
  color: var(--c2);
}
header nav ul li a:hover span.span-visible, header nav ul li a.active span.span-visible {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
header nav ul li a:hover span.span-hover, header nav ul li a.active span.span-hover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
header .menu-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .menu-mobile {
    display: block;
  }
}
header .menu-mobile #btn-mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  font-size: 1.6rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  header .menu-mobile #btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .menu-mobile #btn-mobile #hamburger {
  width: 20px;
  display: block;
  color: var(--gray-light);
  border-top: 2px solid;
}
header .menu-mobile #btn-mobile #hamburger::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  background-color: currentColor;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
header .menu-mobile #btn-mobile #hamburger::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  background-color: currentColor;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
header .menu-mobile #menu {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #ddd;
  z-index: 1000;
  visibility: hidden;
  overflow-y: hidden;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
header .menu-mobile #menu .top-menu {
  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;
  padding: 10px 50px 10px 0;
  background-color: var(--gray-dark);
}
header .menu-mobile #menu .top-menu .logo {
  width: 100px;
}
header .menu-mobile #menu .top-menu .whats {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--txt-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-mobile #menu .top-menu .whats span {
  font-size: 1.2rem;
  margin-right: 2px;
}
header .menu-mobile #menu .top-menu .whats i {
  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;
  margin-right: 4px;
}
header .menu-mobile #menu .top-menu .whats i img {
  width: 10px;
  height: auto;
}
header .menu-mobile #menu .top-menu .whats i svg {
  width: 16px;
  height: 16px;
}
header .menu-mobile #menu .top-menu .whats i svg path {
  fill: var(--txt-light);
}
header .menu-mobile #menu ul {
  padding-top: 10px;
}
header .menu-mobile #menu ul li a {
  color: #000000;
  font-size: 1.4rem;
  padding: 16px 16px;
  display: block;
}
header .menu-mobile #menu ul li a:hover {
  background-color: #bbb;
}
header .menu-mobile.active #btn-mobile {
  position: relative;
  top: -22px;
  right: -28px;
  z-index: 1001;
}
header .menu-mobile.active #btn-mobile #hamburger {
  border-top-color: transparent;
  color: #fff;
}
header .menu-mobile.active #btn-mobile #hamburger::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .menu-mobile.active #btn-mobile #hamburger::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: -7px;
}
header .menu-mobile.active #menu {
  height: calc(100vh - 0px);
  visibility: visible;
  overflow-y: auto;
}
header.scrolled-class {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.section-hero {
  width: 100%;
  height: calc(100vh + 110px);
  margin-top: -90px;
  padding-bottom: 110px;
  background: url(../img/bg-topp.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .section-hero {
    height: calc(100vh + 88px);
    padding-bottom: 88px;
  }
}
@media only screen and (max-width: 992px) {
  .section-hero {
    height: calc(100vh + 70px);
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero {
    height: calc(100vh + 46px);
    padding-bottom: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .section-hero {
    height: calc(100vh + 22px);
    padding-bottom: 28px;
  }
}
.section-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(19, 20, 21, 0)), color-stop(92%, rgb(19, 20, 21)));
  background: linear-gradient(0deg, rgba(19, 20, 21, 0) 8%, rgb(19, 20, 21) 92%);
  position: absolute;
  top: 0;
}
.section-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(19, 20, 21, 0)), color-stop(92%, rgb(19, 20, 21)));
  background: linear-gradient(180deg, rgba(19, 20, 21, 0) 8%, rgb(19, 20, 21) 92%);
  position: absolute;
  bottom: 0;
}
.section-hero .mask {
  width: 100%;
  height: 100%;
  background: url(../img/ruido-animado.gif) repeat center;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-hero .box-wrapper {
  height: 100%;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
.section-hero .box-wrapper h1 {
  color: #ffffff;
  font-size: 6rem;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .section-hero .box-wrapper h1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 992px) {
  .section-hero .box-wrapper h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .box-wrapper h1 {
    max-width: 440px;
    font-size: 3.4rem;
    line-height: 110%;
    text-align: center;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .section-hero .box-wrapper h1 {
    font-size: 2.8rem;
  }
}
.section-hero .box-wrapper h1 span {
  color: var(--c2);
}
.section-hero .box-wrapper h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .section-hero .box-wrapper h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .section-hero .box-wrapper h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .box-wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .section-hero .box-wrapper h2 {
    font-size: 1.5rem;
  }
}
.section-hero .box-wrapper .bt-default {
  margin-top: 20px;
}
.section-hero .box-wrapper .bt-default a {
  width: 270px;
}
@media only screen and (max-width: 1200px) {
  .section-hero .box-wrapper .bt-default a {
    width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .section-hero .box-wrapper .bt-default a {
    width: 100%;
  }
}
.section-hero .box-wrapper .bt-default a span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .section-hero .box-wrapper .bt-default a span {
    font-size: 1.4rem;
  }
}
.section-hero .box-wrapper .rede-social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .section-hero .box-wrapper .rede-social {
    margin-top: 20px;
  }
}

.section-txt {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: var(--gray-light);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section-txt {
    padding: 60px 0;
  }
}
.section-txt:before {
  content: "";
  display: block;
  background: url(../img/barra.svg) no-repeat center;
  background-size: contain;
  width: 1240px;
  height: 110px;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .section-txt:before {
    width: 992px;
    height: 88px;
    top: -88px;
  }
}
@media only screen and (max-width: 992px) {
  .section-txt:before {
    width: 765px;
    height: 70px;
    top: -68px;
  }
}
@media only screen and (max-width: 767px) {
  .section-txt:before {
    width: 575px;
    height: 52px;
    top: -52px;
  }
}
@media only screen and (max-width: 575px) {
  .section-txt:before {
    width: 300px;
    height: 28px;
    top: -27px;
  }
}
.section-txt:after {
  content: "";
  display: block;
  background-color: var(--gray-light);
  clip-path: polygon(35% 100%, 65% 100%, 65% 0%, 100% 0, 100% 100%, 0 100%, 0 0, 35% 0);
  width: 100%;
  height: 110px;
  position: absolute;
  top: -110px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .section-txt:after {
    height: 88px;
    top: -88px;
  }
}
@media only screen and (max-width: 992px) {
  .section-txt:after {
    height: 68px;
    top: -67px;
  }
}
@media only screen and (max-width: 767px) {
  .section-txt:after {
    height: 52px;
    top: -51px;
  }
}
@media only screen and (max-width: 575px) {
  .section-txt:after {
    height: 28px;
    top: -26px;
  }
}
.section-txt .box-logo {
  width: 150px;
  height: 150px;
  background-color: var(--gray-light);
  -webkit-box-shadow: inset 0px -4px 6px rgba(0, 0, 0, 0.2), inset 0px 4px 6px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px -4px 6px rgba(0, 0, 0, 0.2), inset 0px 4px 6px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  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;
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 40px;
  -webkit-animation: myAnimation 1.7s infinite ease-in-out alternate;
          animation: myAnimation 1.7s infinite ease-in-out alternate;
}
@-webkit-keyframes myAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes myAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media only screen and (max-width: 1200px) {
  .section-txt .box-logo {
    width: 120px;
    height: 120px;
    padding: 30px;
    top: -160px;
  }
}
@media only screen and (max-width: 992px) {
  .section-txt .box-logo {
    width: 100px;
    height: 100px;
    padding: 25px;
    top: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .section-txt .box-logo {
    width: 76px;
    height: 76px;
    top: -100px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-txt .box-logo {
    width: 44px;
    height: 44px;
    top: -55px;
    padding: 14px;
  }
}
.section-txt .bloco-txt {
  position: relative;
  z-index: 9;
}
.section-txt .bloco-txt h3 {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .section-txt .bloco-txt h3 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 992px) {
  .section-txt .bloco-txt h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-txt .bloco-txt h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-txt .bloco-txt h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.section-txt .bloco-txt h3 span {
  color: var(--c1);
  font-weight: 900;
}

.section-portfolio {
  min-height: 100vh;
  padding: 50px 16px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.section-portfolio::before {
  content: "";
  display: block;
  width: 800px;
  height: 700px;
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(140px);
          filter: blur(140px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.1;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.section-portfolio .title-section {
  position: relative;
  z-index: 2;
}
.section-portfolio .box {
  margin: 0 auto 28px;
}
.section-portfolio .box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--gray-light);
}
.section-portfolio .bt-default {
  margin: 48px auto 0;
}
.section-portfolio .bt-default a {
  width: 260px;
}
@media only screen and (max-width: 575px) {
  .section-portfolio .bt-default a {
    width: 100%;
  }
}
.section-portfolio .bt-default a span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .section-portfolio .bt-default a span {
    font-size: 1.4rem;
  }
}
.section-portfolio .swiper {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 16px 30px;
}
.section-portfolio .swiper .card-list {
  padding: 40px 40px 12px;
}
.section-portfolio .swiper .card-list .card-item {
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0px;
  opacity: 0;
  pointer-events: none;
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  z-index: 4;
}
.section-portfolio .swiper .card-list .card-item .thumb a {
  height: 500px;
  overflow: hidden;
  display: block;
  position: relative;
  opacity: 0.3;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 8px;
}
@media only screen and (max-width: 992px) {
  .section-portfolio .swiper .card-list .card-item .thumb a {
    height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .section-portfolio .swiper .card-list .card-item .thumb a {
    height: 240px;
  }
}
.section-portfolio .swiper .card-list .card-item .thumb a:after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(19, 20, 21, 0)), color-stop(92%, rgb(19, 20, 21)));
  background: linear-gradient(180deg, rgba(19, 20, 21, 0) 10%, rgb(19, 20, 21) 92%);
  position: absolute;
  bottom: 0;
}
.section-portfolio .swiper .card-list .card-item .thumb a img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio {
  width: 200%;
  opacity: 0;
  margin: 0px auto 0px;
  padding-bottom: 12px;
  position: relative;
  z-index: 93;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio h5 {
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
  line-height: 5rem;
  text-transform: uppercase;
  margin: 0px auto 16px;
  color: var(--gray-light);
  letter-spacing: 1px;
  z-index: 5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (max-width: 1200px) {
  .section-portfolio .swiper .card-list .card-item .sobre-portfolio h5 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 992px) {
  .section-portfolio .swiper .card-list .card-item .sobre-portfolio h5 {
    font-size: 3rem;
    line-height: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .section-portfolio .swiper .card-list .card-item .sobre-portfolio h5 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-portfolio .swiper .card-list .card-item .sobre-portfolio h5 {
    font-size: 2rem;
    line-height: 120%;
  }
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio p {
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: var(--gray-light);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (max-width: 1200px) {
  .section-portfolio .swiper .card-list .card-item .sobre-portfolio p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-portfolio .swiper .card-list .card-item .sobre-portfolio p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio .bt-portf {
  width: 140px;
  margin: 16px auto 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio .bt-portf a {
  width: 100%;
  padding: 8px 12px;
  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;
  color: var(--c1);
  background-color: var(--c3);
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 10px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.25) 10px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio .bt-portf a i {
  width: 28px;
  height: 28px;
  padding: 4px;
  background-color: var(--c2);
  border-radius: 60px;
  position: absolute;
  right: 4px;
  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;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio .bt-portf a i svg {
  width: 20px;
  height: 20px;
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio .bt-portf a i svg path {
  fill: var(--gray-dark);
}
.section-portfolio .swiper .card-list .card-item .sobre-portfolio .bt-portf a:hover i {
  width: calc(100% - 8px);
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-prev, .section-portfolio .swiper .card-list .card-item.swiper-slide-next {
  opacity: 0.3;
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active {
  margin: 0 -40px;
  opacity: 1;
  overflow: visible;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  z-index: 9;
  pointer-events: auto;
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active .thumb a {
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  height: 500px;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active .thumb a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active .thumb a:after {
  height: 55%;
}
@media only screen and (max-width: 992px) {
  .section-portfolio .swiper .card-list .card-item.swiper-slide-active .thumb a {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .section-portfolio .swiper .card-list .card-item.swiper-slide-active .thumb a {
    height: 320px;
  }
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active .sobre-portfolio {
  opacity: 1;
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active .sobre-portfolio h5 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active .sobre-portfolio p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.section-portfolio .swiper .card-list .card-item.swiper-slide-active .sobre-portfolio .bt-portf {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.section-portfolio .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 5px;
  background-color: var(--gray-light);
  border-radius: 8px;
}
.section-portfolio .swiper .swiper-button {
  color: #fff;
  margin-top: -50px;
  -webkit-transition: 0.4 ease;
  transition: 0.4 ease;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.section-portfolio .swiper .swiper-button:hover {
  color: var(--c2);
}
.section-portfolio .swiper .swiper-button.swiper-button-prev {
  left: -10px !important;
}
@media only screen and (max-width: 1200px) {
  .section-portfolio .swiper .swiper-button.swiper-button-prev {
    left: 0px !important;
  }
}
.section-portfolio .swiper .swiper-button.swiper-button-next {
  right: -10px !important;
}
@media only screen and (max-width: 1200px) {
  .section-portfolio .swiper .swiper-button.swiper-button-next {
    right: 0px !important;
  }
}

.section-diferencial {
  padding: 80px 0 80px;
}
@media only screen and (max-width: 992px) {
  .section-diferencial {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .section-diferencial {
    padding: 40px 0 40px;
  }
}
.section-diferencial ul {
  width: 100%;
  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: 16px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .section-diferencial ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .section-diferencial ul {
    gap: 12px;
  }
}
.section-diferencial ul li {
  width: 14%;
  position: relative;
  background-color: var(--gray);
  padding: 20px 12px;
  overflow: hidden;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media only screen and (max-width: 992px) {
  .section-diferencial ul li {
    width: calc(25% - 12px);
    padding: 16px 8px;
  }
}
@media only screen and (max-width: 575px) {
  .section-diferencial ul li {
    width: calc(33% - 8px);
  }
}
.section-diferencial ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  background-color: var(--c3);
}
.section-diferencial ul li img {
  width: 76%;
}
.section-diferencial ul li h4 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 6px;
  color: var(--gray-light);
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .section-diferencial ul li h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-diferencial ul li h4 {
    font-size: 1.1rem;
  }
}
.section-diferencial ul li:hover img {
  -webkit-animation: logo-anime 1s infinite ease-in-out alternate;
          animation: logo-anime 1s infinite ease-in-out alternate;
}
@-webkit-keyframes logo-anime {
  0%, 100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes logo-anime {
  0%, 100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.section-ia {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: var(--gray-light);
}
.section-ia .title-section {
  color: var(--gray-dark);
}
.section-ia .box {
  margin-bottom: 22px;
  text-align: center;
}
.section-ia .flex-ia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-ia .flex-ia .box-ia {
  width: 49%;
  background-color: #fff;
  padding: 12px;
  gap: 16px;
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .section-ia .flex-ia .box-ia {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-ia .flex-ia .box-ia .foto {
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 475px) {
  .section-ia .flex-ia .box-ia .foto {
    width: 100%;
  }
}
.section-ia .flex-ia .box-ia .foto img {
  width: 100%;
}
.section-ia .flex-ia .box-ia .txt-ia {
  width: 58%;
}
@media only screen and (max-width: 475px) {
  .section-ia .flex-ia .box-ia .txt-ia {
    width: 100%;
  }
}
.section-ia .flex-ia .box-ia .txt-ia h2 {
  margin-bottom: 8px;
  font-size: 16px;
}
@media only screen and (max-width: 475px) {
  .section-ia .flex-ia .box-ia .txt-ia h2 {
    text-align: center;
  }
}
.section-ia .flex-ia .box-ia .txt-ia .sobre-ia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-ia .flex-ia .box-ia .txt-ia .sobre-ia i {
  width: 120px;
  margin-right: 12px;
}
@media only screen and (max-width: 475px) {
  .section-ia .flex-ia .box-ia .txt-ia .sobre-ia i {
    width: 80px;
  }
}
.section-ia .flex-ia .box-ia .txt-ia .sobre-ia i img {
  width: 100%;
}
.section-ia .flex-ia .box-ia .txt-ia .sobre-ia p {
  font-size: 14px;
  line-height: 18px;
}

.section-sobre {
  width: 100%;
  padding: 150px 0;
  background: url(../img/bg-world.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .section-sobre {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 575px) {
  .section-sobre {
    padding: 60px 0 60px;
  }
}
.section-sobre::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, rgba(19, 20, 21, 0)), color-stop(92%, rgb(19, 20, 21)));
  background: linear-gradient(0deg, rgba(19, 20, 21, 0) 8%, rgb(19, 20, 21) 92%);
  position: absolute;
  top: 0;
  z-index: 1;
}
.section-sobre::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(19, 20, 21, 0)), color-stop(92%, rgb(19, 20, 21)));
  background: linear-gradient(180deg, rgba(19, 20, 21, 0) 8%, rgb(19, 20, 21) 92%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.section-sobre .title-section {
  position: relative;
  z-index: 2;
}
.section-sobre .box-sobre {
  height: 100%;
  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;
  position: relative;
  z-index: 6;
}
.section-sobre .box-sobre .descricao {
  width: 100%;
  text-align: center;
}
.section-sobre .box-sobre .descricao h4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--gray-light);
  letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
  .section-sobre .box-sobre .descricao h4 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .section-sobre .box-sobre .descricao h4 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-sobre .box-sobre .descricao h4 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-sobre .box-sobre .descricao h4 {
    font-size: 2.1rem;
  }
}
.section-sobre .box-sobre .descricao h5 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 40px;
  color: var(--gray-light);
  letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
  .section-sobre .box-sobre .descricao h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-sobre .box-sobre .descricao h5 {
    font-size: 1.4rem;
  }
}
.section-sobre .box-sobre .descricao h5 span {
  font-weight: bold;
  color: var(--c2);
}
.section-sobre .box-sobre .descricao .box {
  margin-bottom: 14px;
}
.section-sobre .box-sobre .descricao .box p {
  color: var(--gray-light);
}
.section-sobre .box-sobre .descricao .rede-social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-contato {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
.section-contato .box-contato {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.section-contato .box-contato .title-section {
  position: relative;
  z-index: 2;
}
.section-contato .box-contato .box .whats {
  color: var(--c2);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 50px auto 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .section-contato .box-contato .box .whats {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-contato .box-contato .box .whats {
    font-size: 2.2rem;
  }
}
.section-contato .box-contato .box .whats span {
  font-size: 1.5rem;
  color: var(--gray);
  text-transform: uppercase;
}
.section-contato .box-contato .box .mail {
  color: var(--gray-light);
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-contato .box-contato .box .mail {
    font-size: 1.4rem;
  }
}
.section-contato .box-contato .bt-default {
  margin: 30px auto 0;
}
.section-contato .box-contato .bt-default a {
  width: 200px;
  background-color: #29a71a;
}
@media only screen and (max-width: 575px) {
  .section-contato .box-contato .bt-default a {
    width: 100%;
  }
}
.section-contato .box-contato .bt-default a .txt-bt span {
  color: #fff;
}
.section-contato .box-contato .bt-default a .bt-bg {
  background-color: #fff;
  -webkit-box-shadow: 0 -3px 2px 0 rgba(24, 24, 24, 0.25) inset;
          box-shadow: 0 -3px 2px 0 rgba(24, 24, 24, 0.25) inset;
}
.section-contato .box-contato .bt-default a .bt-bg i svg path {
  fill: #29a71a;
}
.section-contato .box-contato .bt-default a:hover .txt-bt span {
  color: var(--gray-dark);
}

.page-portfolio {
  padding: 0 16px;
}
.page-portfolio .box {
  max-width: 1220px;
  margin: 0 auto 28px;
}
.page-portfolio .box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  color: var(--gray-light);
}
.page-portfolio .txt-img {
  margin: 40px auto 16px;
}
.page-portfolio .txt-img p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--txt-light);
}
.page-portfolio .galeria {
  max-width: 1220px;
  margin: 0 auto;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-portfolio .galeria .img {
  width: calc(25% - 9px);
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page-portfolio .galeria .img {
    width: calc(50% - 6px);
    height: 180px;
  }
}
.page-portfolio .galeria .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  pointer-events: inherit;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.page-portfolio .galeria .img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-portfolio #modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0px 50px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.page-portfolio #modal .print {
  width: 80%;
  max-width: 800px;
  max-height: 100%;
  overflow-y: scroll;
  margin-top: 40px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.page-portfolio #modal .print img {
  width: 100%;
}
.page-portfolio #modal .imgScroll {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
  border-radius: 40px;
  padding: 6px;
  width: 28px;
  height: 28px;
  background: var(--c2);
  -webkit-animation: animaSc 1.7s infinite ease-in-out alternate;
          animation: animaSc 1.7s infinite ease-in-out alternate;
}
@-webkit-keyframes animaSc {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes animaSc {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.page-portfolio #modal .imgScroll svg {
  width: 16px;
  height: 16px;
}
.page-portfolio #modal .imgScroll svg path {
  fill: var(--gray-light) !important;
}
.page-portfolio #modal .imgScroll::before {
  content: "Scroll";
  position: absolute;
  top: 25px;
  color: var(--gray);
}
.page-portfolio #modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-portfolio .btn-fechar {
  position: fixed;
  top: 40px;
  right: 20px;
  display: none;
  background-color: #ffffff;
  padding: 4px;
  cursor: pointer;
  border-radius: 40px;
  z-index: 1000;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.page-portfolio .btn-fechar img {
  width: 30px;
  cursor: pointer;
  pointer-events: inherit;
}
.page-portfolio .btn-fechar.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.topo-portfolio {
  width: 100%;
  min-height: 600px;
  margin-top: -90px;
  background: url(../img/premium2.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.2;
  position: fixed;
  top: 0;
}
.topo-portfolio::after {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(19, 20, 21, 0)), color-stop(92%, rgb(19, 20, 21)));
  background: linear-gradient(180deg, rgba(19, 20, 21, 0) 8%, rgb(19, 20, 21) 92%);
  position: absolute;
  bottom: 0;
}

.section-allPortfolio {
  margin-top: 150px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  .section-allPortfolio {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .section-allPortfolio {
    margin-top: 80px;
  }
}
.section-allPortfolio .title-section {
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.section-allPortfolio .box {
  margin: 0 auto 28px;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  padding: 0 16px;
}
.section-allPortfolio .box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--gray-light);
}
.section-allPortfolio .box-portfolio {
  max-width: 1220px;
  margin: 0 auto;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .section-allPortfolio .box-portfolio {
    padding: 0 16px;
  }
}
.section-allPortfolio .box-portfolio .item-portfolio {
  width: calc(33% - 9px);
  overflow: hidden;
  padding: 8px;
  background-color: #000;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .section-allPortfolio .box-portfolio .item-portfolio {
    width: calc(50% - 6px);
  }
}
.section-allPortfolio .box-portfolio .item-portfolio .thumb {
  height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .section-allPortfolio .box-portfolio .item-portfolio .thumb {
    height: 240px;
  }
}
@media only screen and (max-width: 575px) {
  .section-allPortfolio .box-portfolio .item-portfolio .thumb {
    height: 200px;
  }
}
.section-allPortfolio .box-portfolio .item-portfolio .thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  pointer-events: inherit;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.section-allPortfolio .box-portfolio .item-portfolio .thumb img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.section-allPortfolio .box-portfolio .item-portfolio .info {
  padding: 10px 10px 2px;
  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 only screen and (max-width: 575px) {
  .section-allPortfolio .box-portfolio .item-portfolio .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .section-allPortfolio .box-portfolio .item-portfolio .info .flex {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }
}
.section-allPortfolio .box-portfolio .item-portfolio .info .flex .status {
  color: var(--gray);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .section-allPortfolio .box-portfolio .item-portfolio .info .flex .status {
    font-size: 1rem;
  }
}
.section-allPortfolio .box-portfolio .item-portfolio .info .flex .name {
  color: var(--gray-light);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  .section-allPortfolio .box-portfolio .item-portfolio .info .flex .name {
    font-size: 1.4rem;
  }
}
.section-allPortfolio .box-portfolio .item-portfolio .info .ano {
  height: 34px;
  color: var(--txt-light);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 12px;
  background-color: var(--gray-dark);
  border-radius: 6px;
}
.section-allPortfolio .box-portfolio .item-portfolio .info .ano span {
  font-size: 0.8rem;
  color: var(--txt-light);
  line-height: 100%;
}
@media only screen and (max-width: 575px) {
  .section-allPortfolio .box-portfolio .item-portfolio .info .ano {
    width: 100%;
  }
}