* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
html,
body {
  height: 100%;
}
body {
  background-color: #000;
}
.center {
  margin: 0 auto;
  max-width: 1024px;
}
.container {
  padding: 0 3%;
}
.center-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1084px;
  width: 100%;
  z-index: 0;
}
.flex {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.line-01 {
  border-left: 2.2px solid #1bb3c1;
  width: 50%;
}
.line-02 {
  width: 50%;
}
.line-01 > .container {
  position: relative;
  left: -29%;
}
.line-01 > .container h2,
.line-01 > .container span {
  color: #1ab2c0;
  font-size: 19px;
}
.wraper-text {
  display: none;
}
.wraper-text h2,
.wraper-text span {
  display: inline-block;
  padding: 5px 0;
  font-size: 19px !important;
  color: #1ab2c0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.w60 {
  width: 60%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 49%;
}
.w33 {
  width: 33.3%;
}
.w20 {
  width: 20%;
}
div.border-left {
  border-left: 2.2px solid blue;
}
.btn {
  position: relative;
  z-index: 999;
  display: inline-block;
  margin: 20px 0;
  width: 281px;
  height: 56px;
  border-radius: 28px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  text-decoration: none;
}
.btn-small {
  margin: 20px 0;
  width: 180px;
  height: 40px;
  display: inline-block;
  border-radius: 23px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.orange {
  background: linear-gradient(45deg, #f1571e, #ea6432);
}
.purple {
  background: linear-gradient(45deg, #5000df, #8706d3);
}
.green-Water {
  background: linear-gradient(45deg, #1bb4c2, #0ee2d9);
}
div.onda > .onda-end {
  background: linear-gradient(#131313, #000);
  height: 150px;
}
.arrow-down-small {
  width: 25px !important;
  height: 25px;
}
.arrow-down {
  width: 38px;
  display: inline-block;
  animation: fade_move_down 1.5s ease-in-out infinite;
}
header .center {
  padding: 2%;
}
/*Estilizando scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #141414; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; 
}
div.logo img {
  width: 160px;
  height: 105px;
  padding: 10px 0;
}
nav.menu-desktop ul li {
  display: inline-block;
  position: relative;
  top: 42px;
  padding: 0 10px;
}
nav.menu-desktop ul li a {
  font-size: 15px;
  font-weight: medium;
  text-decoration: none;
}
header .menu-desktop ul li span {
  cursor: pointer;
}
.submenu {
  display: none;
  width: 200px;
  height: 60px;
  position: absolute;
  z-index: 999;
  border-radius: 7px;
  background: #262525;
}
.submenu li {
  top: 20px !important;
}
.submenu li a {
  font-size: 14px;
  font-weight: 400 !important;
  text-decoration: none;
}
.hamburguer {
  position: relative;
  top: 25px;
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.hamburguer .line {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #ecf0f1;
  margin-block: 10px;
  border-radius: 4px;
  transition: transform 0.5s, opacity 0.25s;
}
.hamburguer.active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
}
.hamburguer.active .line:nth-child(2) {
  opacity: 0;
}
.hamburguer.active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
}
.content-menu-mobile {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 50px;
  background: #262525;
  border-bottom: 4px solid #202020;
}
header .content-menu-mobile ul {
  display: inline-block;
  width: 100%;
}
header .content-menu-mobile ul li {
  display: inline-block;
  width: 100%;
}
header .content-menu-mobile ul li a {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
section.destaques {
  padding: 70px 15px;
}
section.destaques .center-container {
  top: 160px;
  z-index: 0;
  height: 0;
}
section.destaques .center .line-01,
section.destaques .center .line-02 {
  border-width: 2.2px;
  border-color: #1bb3c1;
}
section.destaques .center .container:nth-child(2) {
  padding: 0 0 0 5%;
}
section.destaques .center h2 {
  font-size: 26px;
  font-weight: 600;
}
section.destaques .center span {
  font-size: 26px;
  font-weight: 400;
}
section.destaques .center h1 {
  font-size: 41px;
  padding: 20px 0;
}
section.destaques .center p {
  font-size: 15px;
  max-width: 310px;
}
.bg-desktop {
  color: transparent;
}
section.oportunidades .wraper-btn {
  position: relative;
  top: -200px;
  left: 20%;
  width: 180px;
}
section.oportunidades > .center {
  position: relative;
  top: -90px;
}
section.oportunidades .container:nth-child(1) h2,
section.oportunidades .container:nth-child(1) span {
  font-size: 19px;
  padding: 90px 300px 0 0;
  position: relative;
  left: -90%;
  color: #f0571e;
}
section.oportunidades .container:nth-child(2) {
  text-align: center;
}
section.oportunidades .container:nth-child(2) h2 {
  font-size: 40px;
  padding-bottom: 25px;
}
section.oportunidades div.wraper-arrow {
  position: relative;
  top: -170px;
  left: 30%;
  text-align: right;
}
div.container-oportunidade {
  max-width: 1140px;
  margin: 45px auto;
}
.slide-mobile-oportunidades {
  margin: 40px 0;
  display: none;
}
section.oportunidades .father-flex {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}
section.oportunidades .wraper-card {
  width: 100%;
}
section.oportunidades .card-single {
  background: #131313;
  width: 90%;
  height: 120px;
  padding: 5px;
  border-bottom: 1px solid #f0571e;
  border-radius: 12px;
}
.oportunidades .father-flex .wraper-card:first-child .card-single {
  border-right: 1px solid #f0571e;
  position: relative;
  left: -20px;
}
.oportunidades .father-flex .wraper-card:last-child .card-single {
  border-left: 1px solid #f0571e;
  position: relative;
  right: -20px;
}
.oportunidades .container-oportunidade .father-flex:last-child .card-single {
  border-bottom: 0;
  border-top: 1px solid #f0571e;
}
div.arrow-uping {
  width: 70px;
  height: 70px;
  margin: 10px;
  border-radius: 50%;
  position: relative;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
  -ms-transform: translateY(-50%);
  background-color: #f0571e;
}
div.arrow-uping > img {
  width: 44px;
  height: 44px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.slide-mobile-oportunidades h2,
.father-flex .card-single h2 {
  padding: 17px 0 5px;
  font-size: 16px;
  font-weight: 500;
}
.slide-mobile-oportunidades p,
.father-flex .card-single p {
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
}
.slide-mobile-oportunidades h2,
.slide-mobile-oportunidades p {
  color: #dedede;
}
.banner-phone {
  width: 100%;
  height: 300px;
}
.banner-phone lottie-player {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 48%;
  min-height: 300%;
  width: 100%;
}
.wraper-center-container {
  position: relative;
  top: -150px;
}
section.servicos .center > .container {
  position: relative;
  top: -115px;
}
section.servicos .center h2 {
  font-size: 40px;
  font-weight: 600;
}
section.servicos .center .container p {
  padding: 10px 0;
  font-size: 18px;
  max-width: 350px;
}
section.servicos .wraper-arrow {
  position: relative;
  top: -370px;
  left: -15%;
  text-align: right;
}
.slide-servicos-wraper {
  padding-left: 5px;
  max-width: 1084px;
  height: 310px;
  overflow: hidden;
}
section.servicos .slide-servicos {
  width: 100%;
  height: 155px;
  padding: 0 3.5%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
section.servicos .slide-single-wraper {
  height: 100%;
  width: calc(33.3% - 60px);
  margin: 0 30px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}
section.servicos .slide-single-wraper img {
  width: 33px;
  height: 33px;
}
section.servicos .border-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #4f08d0;
}
section.servicos .slide-single {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: linear-gradient(149deg, #333 18.485%, #000 100.07%);
  padding: 10px 20px 38px;
}
section.servicos .slide-single h2 {
  padding: 20px 0;
  font-size: 17px;
  font-weight: 400;
}
section.servicos .slide-servicos > .w33 {
  width: calc(33.3% - 30px);
}
.slide-servicos .border-slide {
  transition: 0.3s;
}
.slide-servicos .slide-single-wraper:first-child .border-slide {
  top: 39px;
  left: -33px;
}
.slide-servicos .slide-single-wraper:first-child .slide-single {
  background: linear-gradient(325deg, #4f08d0 19.485%, #8606d2 100.07%);
}
section.servicos .bullets {
  padding: 10px 0;
  position: relative;
  z-index: 999;
  text-align: center;
}
section.servicos .bullets span {
  margin: 40px 2px 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  background-color: #3c035f;
}
section.servicos .bg-servicos {
  max-height: 100px;
  height: 100%;
  position: relative;
  z-index: 0;
  width: 100%;
}
section.servicos .bg-servicos lottie-player {
  position: relative;
  z-index: 0;
  top: -250px;
  left: 100%;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  width: 65%;
}
section.servicos .details {
  padding: 3%;
  position: relative;
  z-index: 333;
}
section.servicos .details h2 {
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px 0 25px 0;
}
section.servicos .details ul {
  display: none;
  list-style-type: none;
}
section.servicos .details ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
}
section.servicos .details ul li img {
  width: 23px;
  height: 23px;
}
section.servicos .details ul li span {
  font-size: 13px;
  padding: 0 0 0 5px;
  max-width: none;
}
section.servicos .details .btn {
  margin-top: 25px;
}
section.feature {
  padding: 0;
}
section.feature .desktop-left lottie-player {
  position: relative;
  top: -135px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 125%;
  height: 125%;
}
section.feature .feature-details {
  position: relative;
  top: 35px;
}
section.feature .feature-details h2,
section.feature .feature-details p,
section.feature .feature-details span {
  font-weight: 500;
  text-align: justify;
}
section.feature .feature-details h2 {
  font-size: 26px;
}
section.feature .horizontal-line {
  margin: 0 0 10px;
  width: 20%;
  border-bottom: 4px solid #1bb3c1;
}
section.feature .feature-details p {
  padding: 7px 0;
  font-size: 17px;
}
section.feature .feature-details span {
  font-size: 14px;
}
section.feature .percentage {
  text-align: center;
  width: 33.3%;
  padding: 0 10px;
  position: relative;
  top: -150px;
}
section.feature .seo .bar {
  -webkit-box-shadow: 3px 10px 46px 1px rgba(135, 6, 211, 0.7);
  -moz-box-shadow: 3px 10px 46px 1px rgba(135, 6, 211, 0.7);
  box-shadow: 3px 10px 46px 1px rgba(135, 6, 211, 0.7);
}
section.feature .trafego .bar {
  -webkit-box-shadow: 3px 10px 46px 1px rgba(27, 180, 194, 0.5);
  -moz-box-shadow: 3px 10px 46px 1px rgba(27, 180, 194, 0.5);
  box-shadow: 3px 10px 46px 1px rgba(27, 180, 194, 0.5);
}
section.feature .suporte .bar {
  -webkit-box-shadow: 3px 10px 46px 1px rgba(241, 87, 30, 0.5);
  -moz-box-shadow: 3px 10px 46px 1px rgba(241, 87, 30, 0.5);
  box-shadow: 3px 10px 46px 1px rgba(241, 87, 30, 0.5);
}
section.feature .percentage h2 {
  font-size: 60px;
  font-weight: 500;
}
section.feature .wraper-bar {
  height: 27px;
  max-width: 150px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 12px;
}
section.feature .bar {
  margin: 10px 0;
  height: 100%;
  position: absolute;
  left: 0;
  display: inline-block;
  border-radius: 12px;
}
section.depoimentos {
  padding: 250px 0;
}
section.depoimentos .half-01 {
  background-color: #262525;
  height: 350px;
  width: 65%;
}
section.depoimentos .half-02 {
  background-color: red;
  height: 350px;
  width: 35%;
}
section.depoimentos .wraper-depoimentos {
  padding: 40px 0 0;
  width: 78%;
}
section .depoimentos-text {
  font-size: 50px;
  font-weight: 600;
}
section.depoimentos .center-container {
  margin-top: 45px;
}
section.depoimentos .line-01,
section.depoimentos .line-02 {
  border-width: 2.2px;
  border-color: #1bb3c1;
  border-right: 0;
}
section.depoimentos .line-01 > .container {
  position: relative;
  left: -29%;
}
section.depoimentos .line-01 > .container h2,
section.depoimentos .line-01 > .container span {
  color: #1ab2c0;
  font-size: 19px;
}
section.depoimentos .half-01 .container a {
  font-weight: 500;
}
section.depoimentos .half-01 .btn {
  width: 100%;
  min-width: 200px;
  max-width: 281px;
}
section.depoimentos .half-02 {
  position: relative;
}
section.depoimentos .container-depoimentos {
  width: 100%;
  height: 225%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.depoimentos .depoimento-single {
  height: 33.3%;
  width: 100%;
  margin: 10px;
  padding: 17px 0 17px 9%;
  position: relative;
  border-radius: 15px;
  background: linear-gradient(23deg, #000 -6.515%, #282828 73.07%);
}
section.depoimentos .depoimento-single img {
  width: 50px;
  height: 50px;
}
section .depoimento-single .depoimento-text {
  width: 66.6%;
}
section.depoimentos .depoimento-single p {
  padding: 3px 0 25px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
}
section.depoimentos .depoimento-single h2 {
  font-size: 14px;
  font-weight: 500;
}
section.depoimentos .depoimento-img img {
  height: 85%;
  min-width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -15%;
  border-radius: 15px;
  background-color: #333;
}
section.depoimentos .depoimentos-mobile-wraper {
  max-width: 1084px;
  overflow: hidden;
  margin: 60px 0;
}
section.depoimentos .depoimentos-mobile {
  margin: 60px 2%;
  display: none;
}
section.depoimentos .depoimentos-mobile-single {
  width: 60%;
  min-height: 200px;
  margin: 0 15px;
  border-radius: 7px;
  border-bottom: 2.2px solid #1bb3c1;
  background: linear-gradient(-23deg, #000 -6.515%, #282828 73.07%);
}
section.depoimentos .depoimentos-mobile-single img {
  width: 50px;
  height: 50px;
}
section .depoimentos-mobile-single .depoimento-text {
  padding: 4%;
  width: 66.6%;
}
section .depoimento-single .depoimento-text {
  width: 66.6%;
}
section.depoimentos .depoimentos-mobile-single .depoimento-text p {
  padding: 3px 0 10px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
}
section.depoimentos .depoimentos-mobile-single .depoimento-text h2 {
  font-size: 14px;
  font-weight: 500;
}
section.depoimentos .depoimentos-mobile-single .depoimento-img {
  width: 30%;
  height: 200px;
}
section.depoimentos .depoimentos-mobile-single .depoimento-img img {
  height: 100%;
  min-width: 140px;
  position: relative;
  top: 80px;
  left: -0;
  background-color: #333;
}
section.consultoria {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.consultoria > .half-01 lottie-player {
  width: 100%;
  position: relative;
  top: -140px;
}
section.consultoria > .half-02 {
  padding: 0 4%;
  border-left: 2.2px solid #1bb3c1;
  height: 200px;
}
section.consultoria > .half-02 h2 {
  font-size: 32px;
  font-weight: 500;
}
section.consultoria > .half-02 p {
  padding: 10px 0;
  font-size: 13px;
  max-width: 80%;
  font-weight: 400;
}
section.consultoria > .half-02 .wraper-btn {
  width: 100%;
}
section.consultoria > .half-02 img {
  position: relative;
  top: 150px;
}

section.contato {
  padding: 0px 0 40px 0;
}
section.contato > .center {
  display: flex;
}
section.contato .orcamento h2 {
  font-size: 32px;
  padding: 0 30px;
  font-weight: 500;
  border-left: 2.2px solid #1bb3c1;
}
section.contato .orcamento span {
  padding: 20px 50px 20px 30px;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
footer {
  position: relative;
  z-index: 3;
  padding: 35px 2%;
  background-color: #262525;
}
footer .navegue > h2 {
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #19b2bf;
}
footer nav.menu-navigate ul li {
  display: inline-block;
  padding: 0 10px;
}
footer nav.menu-navigate ul li a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
footer .center span,
footer .center a {
  padding: 40px 10px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
footer .center .social a {
  display: inline-block;
  margin: 0 10px;
}
footer .center .social a i {
  font-size: 25px;
  color: #d9d9d9;
}
footer .solucoes ul {
  text-align: left;
  display: inline-block;
}
footer .solucoes ul li {
  padding: 2px 0;
  list-style-type: none;
  font-size: 14px;
  font-weight: 300;
}
footer .solucoes li h2 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #19b2bf;
}
footer .horizontal-line {
  height: 1.2px;
  width: 100%;
  margin: 30px auto;
  padding: 0 5%;
  background: #3c3939;
}
footer .center:last-child p {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}
.slick-dotted {
  height: 10px;
}
.slick-dotted ul {
  list-style-type: none;
  text-align: center;
  margin-top: 50px;
}
.slick-dotted li {
  padding: 66px 0;
  display: inline-block;
  margin: 0 7px;
}
.slick-dotted button:focus {
  outline: 0;
}
.slick-dotted li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  color: #3c035f;
  border-width: 0;
  background: #3c035f;
  opacity: 1;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
li.slick-active button {
  background: #8606d2;
  color: #8606d2;
}
.slick-slide:focus {
  outline: none;
}
aside .contato form {
  padding: 20px 0;
}
aside .contato h2 {
  font-size: 22px;
  font-weight: 600;
  color: #19b2bf;
}
aside .contato p {
  padding: 7px 0 25px;
  font-size: 16px;
}
/* Erro página não encontrada */
.erro-404 .center{
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wraper-404 h2,
.wraper-404 p{
  text-align: center;
  padding: 10px 0;
}
.wraper-404 a{
  color: #19b2bf;
}
/* Fim erro página não encontrada */
@media screen and (min-width: 1444px){
  section .depoimentos-text {
    margin-left: 10%;
  }
  section.depoimentos .wraper-btn{
    margin-left: 10%;
  }
}
@media screen and (max-width: 1330px) {
  section.oportunidades .container:nth-child(1) h2,
  section.oportunidades .container:nth-child(1) span {
    left: -77%;
  }
  section.servicos .line-01 > .container {
    left: -25%;
  }
  section.depoimentos .line-01 > .container {
    left: -25%;
  }
}
@media screen and (max-width: 1300px) {
  section.oportunidades .container:nth-child(1) h2,
  section.oportunidades .container:nth-child(1) span {
    left: -60%;
  }
  section.servicos .line-01 > .container h2,
  section.servicos .line-01 > .container span,
  section.depoimentos .line-01 > .container h2,
  section.depoimentos .line-01 > .container span {
    display: none;
  }
  section.servicos .line-01 {
    margin-top: 40px;
    height: 150px;
  }
  .wraper-text {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  section.oportunidades .container:nth-child(1) h2,
  section.oportunidades .container:nth-child(1) span {
    left: -40%;
  }
  section.oportunidades div.wraper-arrow {
    left: 5%;
  }
}
@media screen and (max-width: 1168px) {
  section.oportunidades .container:nth-child(1) h2,
  section.oportunidades .container:nth-child(1) span {
    left: -20%;
  }
}
@media screen and (max-width: 1124px) {
  .oportunidades .father-flex .wraper-card:first-child .card-single {
    left: 3%;
  }
  .oportunidades .father-flex .wraper-card:last-child .card-single {
    right: 3%;
  }
  section.oportunidades div.wraper-arrow {
    left: -25%;
  }
  section.oportunidades .wraper-btn {
    top: -220px;
    left: -10%;
  }
  section.oportunidades .container:nth-child(1) h2,
  section.oportunidades .container:nth-child(1) span {
    left: -8%;
  }
}
@media screen and (max-width: 1016px) {
  div.container-oportunidade {
    margin: auto;
  }
  div.onda > .onda-end {
    background: linear-gradient(#131313, #000);
    height: 75px;
  }
  section.oportunidades .container:nth-child(2) h2 {
    font-size: 40px;
    padding-bottom: 25px;
  }
    section.oportunidades .wraper-btn {
    top: -270px;
    left: -55%;
  }
  section.oportunidades .container:nth-child(1) h2,
  section.oportunidades .container:nth-child(1) span {
    left: -8%;
  }
}
@media screen and (max-width: 941px) {
  .destaques .w50 {
    width: 100%;
  }
  section.destaques .center .container:nth-child(2) {
    padding: 0 3%;
    text-align: center;
  }
  .destaques .container p {
    display: inline;
  }
  .destaques .container lottie-player {
    display: none;
  }
  section.oportunidades div.wraper-arrow {
    top: 90%;
    left: -60%;
  }
  .oportunidades .wraper-btn {
    display: none;
  }
  section.feature .desktop-left lottie-player {
    top: 0;
    width: 100%;
    height: 100%;
  }
  section.feature .percentage {
    text-align: center;
    position: relative;
    top: 80px;
  }
  section.depoimentos .half-01 {
    width: 80%;
  }
  section.depoimentos .half-02 {
    width: 20%;
  }
  section.depoimentos .wraper-depoimentos {
    padding: 40px 0 0 7%;
    float: left;
  }
  section.depoimentos .half-02 .container-depoimentos {
    display: none;
  }
  section.depoimentos .depoimentos-mobile {
    display: block;
  }
  section.oportunidades .father-flex:not(lottie-player) {
    display: none;
  }
  .slide-mobile-oportunidades-wraper {
    padding-left: 5px;
    max-width: 1084px;
    overflow: hidden;
  }
  .slide-mobile-oportunidades {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    display: block;
  }
  section.contato .w40 {
    width: 94%;
    margin: 0 auto;
  }
  section.contato > .center {
    flex-direction: column-reverse;
  }
  section.contato form,
  section.contato .orcamento {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 810px) {
  section.servicos .bg-servicos lottie-player {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer .w50 {
    width: 100%;
  }

  footer .center p{
    text-align: center;
    float: none;
  }
  .banner-phone lottie-player {
    display: none;
  }
  .banner-phone {
    height: 50px;
  }
  nav.menu-desktop {
    display: none;
  }
  .hamburguer {
    display: block;
  }
  section.oportunidades .container:nth-child(1) h2,
  section.oportunidades .container:nth-child(1) span {
    display: none;
  }
  .w60 {
    width: 100%;
  }
  section.destaques {
    padding: 70px 15px 0;
  }
  section.feature .percentage h2 {
    font-size: 40px;
  }
  section.feature .w50 {
    width: 100%;
  }
  section.feature .feature-details {
    top: -190px;
    text-align: justify;
  }
  section.feature .feature-details h2 {
    font-size: 22px;
  }
  section.feature .feature-details p {
    font-size: 16px;
  }
  section.feature .feature-details span {
    font-size: 13px;
  }
  section.feature .desktop-left lottie-player {
    top: -150px;
  }
  section.feature .percentage {
    top: -30px;
  }
  section.depoimentos {
    padding: 150px 0;
  }
  section.consultoria {
    position: relative;
    top: -150px;
  }
  section.consultoria > .half-01 lottie-player {
    width: 64%;
    margin: 40px auto 0;
    top: -20px;
  }
  section.consultoria > .half-02 {
    width: 94.3%;
    text-align: center;
    margin: 0 auto;
    border-width: 0;
    position: relative;
  }
  section.consultoria > .half-02 p {
    max-width: none;
  }
  section.consultoria {
    flex-direction: column;
  }
  section.contato .w40 {
    width: 90%;
  }
  section.consultoria > .half-02 img {
    top: 40px;
  }
}
@media screen and (max-width: 658px) {
  div.arrow-uping {
    width: 60px;
    height: 60px;
  }
  div.arrow-uping > img {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 530px) {
  section.servicos .bg-servicos lottie-player {
    width: 100%;
  }
  section .depoimentos-text {
    font-size: 9vw;
  }
}
@media screen and (max-width: 468px) {
  div.arrow-uping {
    width: 40px;
    height: 40px;
  }
  div.arrow-uping > img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 443px) {
  section.destaques .center h1 {
    font-size: 8.5vw;
  }
  section.depoimentos .depoimentos-mobile-single {
    margin: 0 10vw;
  }
  section.depoimentos .depoimentos-mobile-single .depoimento-img img {
    height: calc(100% - 20px);
    min-width: 120px;
    top: 60px;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -1.5rem);
    -ms-transform: translate(0, -1.5rem);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 1.5rem);
    -ms-transform: translate(0, 1.5rem);
    opacity: 0;
  }
}
/*Resolver o negócio do  link q está sobreposto*/
