@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  overflow-x: hidden;
}



/* FIXED ICONS */
.iconWhatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.iconTop {
  display: block;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  transform: rotate(180deg);
  opacity: 0;
  transition: opacity 0.4s;
}
.iconTop.visible {
  opacity: 1;
}
.iconWhatsapp img {
  width: 55px;
  height: 55px;
  cursor: pointer;
  transition: 0.4s;
}
.iconTop img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: 0.4s;
}
.iconWhatsapp img:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.200));
}
.iconTop img:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.200));
}
/* FIXED ICONS */

/* <!-- NAVBAR --> */
.whatsapp {
  width: 30px;
  height: 30px;
  margin-left: 9px;
  transform:  translateY(1px);
  filter: invert(100%);
  transition: 0.6s;
}

.solicitarOrcamento2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  width: 290px;
  height: 50px;
  padding: 10px 20px;
  background-color: rgb(245, 44, 44);
  border-radius: 4px;
  transition: 0.6s;
  transform:  translateY(30px);
  border: 2px solid #ffffff75;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
}

.solicitarOrcamento2:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(245, 44, 44);
    border: 2px solid rgb(245, 44, 44);
}

.solicitarOrcamento2:hover .whatsapp {
  filter: invert(100%) drop-shadow(0px 0px 4px red);
}

.divNavbar {
    display: flex;
    justify-content: center;
}


.iconNavbar {
    width: 33px;
    height: 33px;
    transform: translateY(2px);
    transition: 0.6s;
}

.iconNavbar:hover {
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.507));
}

.logo {
  width: 260px;
  height: 90px;
  padding: 8px;
  max-width: 100%;
  max-height: 100vh;
  transition: 0.5s;
}

.navBar {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px #0000002d;
  height: 90px;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  max-height: 100vh;
}

.seta {
  position: absolute;
  transform: translateY(6px);
}

.nav-links {
    width: auto;
    display: flex;
    align-items: center;
    background: #ffffff00;
    padding: 20px 5px;
    margin-left: 240px;
    border-radius: 12px;
    text-align: center;
    justify-content: center;
}

.nav-links li .submenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px #0000002d;
  padding: 6px 25px;
  border-radius: 8px;
  transition: 0.5s;
  z-index: 1000;
  transform: translateX(-70px);
}

.nav-links li:hover .submenu {
  display: block;
}

.nav-links li .submenu li {
  margin: 7px 0;
  animation: slideFromLeftNavBar 0.5s ease;
}

.nav-links li .submenu li a {
  color: #ff0000;
  text-decoration: none;
  font-size: 18px;
}

.nav-links li .submenu li a:hover {
  color: #ff0000;
}

@keyframes slideFromLeftNavBar {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  32% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.nav-links li {
  list-style: none;
  margin: 0 35px;
}

.nav-links li a {
  position: relative;
  color: #ff0000;
  font-size: 21px;
  font-weight: 550;
  padding: 6px 0;
  text-decoration: none;
  transition: 0.6s;
}

.nav-links li a:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.507);
}

.nav-links li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #00559e;
  border-radius: 12px;
  transition: all 0.4s ease;
}

.nav-links li a:hover:before {
  width: 100%;
}

.nav-links li.center a:before {
  left: 50%;
  transform: translateX(-50%);
}
/* <!-- NAVBAR --> */




/* INTRO */
/* REVELAR */
.reveal {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 31%;
  margin: 50px 33.5%;
  height: auto;
  text-align: center;
}

:root {
  --delay: 700ms;
  --duration: 1000ms;
  --iterations: 1;
}

.reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 1000ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 1000ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  font-size: 1.5vw;
  animation-name: clip-text;
  color: #2c7bfe;
  white-space: nowrap;
  cursor: default;
  letter-spacing: 0.6px;
  
  &::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #003869, #0088ff);
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
}


@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes text-revealer {
  
  0%, 50% {
    transform-origin: 0 50%;
  }
  
  60%, 100% {
    transform-origin: 100% 50%;		
  }

  
  60% {
    transform: scaleX(1);
  }
  
  100% {
    transform: scaleX(0);
  }
}
/* REVELAR */

.grid-container {
  position: relative;
  width: 100%;
  height: 90.5vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding-left: 50px;
  transition: background-image 1s ease-in-out;
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.overlayIntro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 79, 153, 0.980), rgba(0, 85, 158, 0));
  z-index: 1
}

.text {
  position: relative;
  max-width: 660px;
  text-align: left;
  z-index: 2; 
}

.text p {
  font-size: 3.438vw;
  color: rgb(230, 251, 255);
  letter-spacing: 1px;
  line-height: 1.3em;
  font-weight: 500;
}

.text h3 {
  font-size: 18px;
  color: rgb(43, 241, 255);
  letter-spacing: 0.4px;
  line-height: 88px;
  font-weight: 500;
  transform: translateY(-10px);
}

.text > p {
  font-family: "Roboto", sans-serif;
  font-style: helvetica;
}
/* INTRO */






/* <!-- NOSSOS SERVIÇOS --> */
.sectionOur {
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 70px 0px;
  background-color: rgb(245, 245, 245);
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: default;
  transition: 0.5s;
}
.servicesH3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
.servicesP {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
.imgService1,
.imgService3,
.imgService4,
.imgService5 {
  width: 70px;
  height: 70px;
  filter: invert(100%);
}
.imgService6 {
  width: 58px;
  height: 58px;
  filter: invert(100%);
  padding-right: 5px;
}
.imgService5 {
  width: 62px;
  height: 62px;
  filter: invert(100%);
  padding-bottom: 7px;
}
.imgService2 {
  width: 52px;
  height: 52px;
  filter: invert(100%);
}
.card:hover .imgService1,
.card:hover .imgService2,
.card:hover .imgService3,
.card:hover .imgService4,
.card:hover .imgService5,
.card:hover .imgService6 {
  filter: invert(0%);
  transition: filter 0.7s;
}
@media screen and (min-width: 320px) {
  .column {
    flex: 0 100%;
    max-width: 100%;
  }
  .row {
    width: 90%;
  }
  .servicesH3 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

/* <!-- NOSSOS SERVIÇOS --> */





/* FEEDBACKS */
a{
  text-decoration: none;
}
#testimonials{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width:100%;
}
.testimonial-heading{
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-heading h1{
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #202020;
  color: #ffffff;
  padding: 10px 20px;
}
.testimonial-heading span{
  font-size: 1.3rem;
  color: #252525;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial-box-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
}
.testimonial-box{
  width:500px;
  box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: default;
}
.profile-img{
  width:50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.profile-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile{
  display: flex;
  align-items: center;
}
.name-user{
  display: flex;
  flex-direction: column;
}
.name-user strong{
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.name-user span{
  color: #979797;
  font-size: 0.8rem;
}
.reviews{
  color: #f9d71c;
}
.box-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.client-comment p{
  font-size: 0.9rem;
  color: #4b4b4b;
  overflow-x: hidden;
  overflow-y: auto;
  height: 80px;
}
.client-comment p::-webkit-scrollbar {
  width: 8px;
}
.client-comment p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.client-comment p::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.client-comment p::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.testimonial-box:hover{
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

@media(max-width:1060px){
  .testimonial-box{
      width:45%;
      padding: 10px;
  }
}
@media(max-width:790px){
  .testimonial-box{
      width:100%;
  }
  .testimonial-heading h1{
      font-size: 1.4rem;
  }
}
@media(max-width:340px){
  .box-top{
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .reviews{
      margin-top: 10px;
  }
}
::selection{
  color: #ffffff;
  background-color: #252525;
}

.ratingStar {
  height: 16px;
}

#testimonials{
  margin-top: 70px;
  margin-bottom: 70px;
}
/* FEEDBACKS */




/* FORMS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

input,
textarea {
  font-family: "Poppins", sans-serif;
}

.container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 2rem;
  background-color: rgb(245, 245, 245);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #0060b4;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #00396b);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #0060b4;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #0060b4;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #0060b4;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #0060b4;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  /* background: linear-gradient(45deg, #0067c2, #00437e); */
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.facebook {
  width: 35px;
}

.instagram {
  margin-left: 2px;
  width: 35px;
}

.whatsapp2 {
  margin-left: 4px;
  width: 35px;
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #0065bd;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.4;
}

.map {
  color: black;
  text-decoration: none;
}

.mail {
  color: black;
  text-decoration: none;
}

.tel {
  color: black;
  text-decoration: none;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #0065bd, #00396b);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
  filter: hue-rotate(40deg);
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}
/* FORMS */





/* SOBRE NOS */
.about-us {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 30px 0;
  background: #ddd;
}

.about2 {
  max-width: 1300px;
  margin: auto;
  display: block;
  align-items: center;
  height: 100%;
}

.textAbout2 {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.textAbout2 h2 {
  text-align: center;
  color: #333;
  font-size: 69px;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

.containerBox {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  max-width: 1300px;
  transition: 0.4s;
}

.imgTeam {
  margin: 50px 0px;
  justify-self: center;
  z-index: 2;
  width: 500px;
  box-shadow: -10px 10px 0px #0060b4;
}

.imgTeam2 {
  margin: 50px 0px;
  justify-self: center;
  z-index: 2;
  width: 500px;
  box-shadow: 10px 10px 0px #0060b4;
}

.textTeam {
  justify-self: left;
  opacity: 0;
  z-index: 1;
  width: 550px;
  text-align: justify;
  font-size: 22px;
}

.textTeam2 {
  justify-self: end;
  opacity: 0;
  z-index: 1;
  text-align: justify;
  width: 550px;
  font-size: 22px;
}

.moreAbout {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  padding-top: 20px;
}

.moreAbout a {
  text-decoration: none;
  color: black;
  transition: 0.5s;
}

.moreAbout:hover a {
  color: white;
}

.moreImg {
  width: 17px;
  height: 17px;
  transform: translateY(4px);
  transition: 0.5s;
}

.moreAbout:hover .moreImg {
  filter: invert(100%);
}

@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
  }
  20% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromLeft {
  0% {
    transform: translateX(-100%);
  }
  20% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* SOBRE NOS */





/* SOBRE CEO */
.pic {
  margin: 0 auto;
  height: auto;
  width:  302px;
  box-shadow: -10px 10px 0px #0060b4;
}

.about {
  max-width: 1300px;
  margin: auto;
  display: block;
  align-items: center;
  padding: 130px;
  height: 100%;
}

.divAbout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 35px;
}

.textAboutH2 {
  text-align: center;
  width: 100%;
}

.textAbout {
  height: 0px;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-left: 5px;
}

.textAboutH2 h2 {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 69px;
  font-weight: 600;
}

.textAbout h5 {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.andre {
  color: #4070f4;
}

.welcome {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 1px;
}
/* SOBRE CEO */





/* INSIGHTS */
.insight {
  width: 100%;
  max-width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.insight img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.insight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 37, 68, 0.822);
}

.divCounter {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
}

.counter-wrapper {
  width: 100%;
  max-width: 1300px;
  height: 150px;
  color: white;
  transform: translateY(-200px);
  word-wrap: break-word;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  transition: 0.4s;
  padding-left: 15px;
}

.counter {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  color: white;
  height: 150px;
  font-size: 23px;
  transform: translateY(20px);
}

.counting1 {
  height: 40px;
  width: 70px;
  transform: translateX(-58px) translateY(-35px);
}

.counting2 {
  height: 40px;
  width: 70px;
  transform: translateX(-33px) translateY(-35px);
}

.counting3 {
  height: 40px;
  width: 70px;
  transform: translateX(-6px) translateY(-35px);
}

.counting {
  position: absolute;
  height: 40px;
  width: 70px;
  font-size: 30px;
  color: rgb(126, 182, 255);
  transition: height 1s, width 1s;
}

.counter-wrapper img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  transform: translateY(-20px);
}
/* INSIGHTS */





/* <!-- HAMBURGUER MENU --> */
#menuToggle {
  z-index: 1002 !important;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  top: 180px;
  right: 900px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.342);
  border-radius: 50%;
  padding: 15px 9px;
  animation: slideInRight 0.8s ease forwards;
}

@keyframes slideInRight {
    from {
        transform: translateX(1080px) translateY(-160px);
    }
    to {
        transform: translateX(880px) translateY(-160px);
    }
}

@-webkit-keyframes slideInRight {
    from {
        transform: translateX(1080px) translateY(-160px);
    }
    to {
        transform: translateX(880px) translateY(-160px);
    }
}

@keyframes slideOutLeft {
  from {
      transform: translateX(880px) translateY(-160px);
  }
  to {
      transform: translateX(1180px) translateY(-160px);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
      transform: translateX(880px) translateY(-160px);
  }
  to {
      transform: translateX(1180px) translateY(-160px);
  }
}

#menuToggle a {
  text-decoration: none;
  transition: color 0.3s ease;
}

#menuToggle input {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0065bd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #444444;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 320px;
  margin: -100px -235px;
  padding: 30px;
  padding-top: 125px;
  background-color: rgb(255, 255, 255);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  border: 2px solid #ff0000;
  text-align: left;
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.nav-links2 {
  width: 190px;
  transform: translateY(-40px);
}

.nav-links2 li .submenu {
display: none;
position: absolute;
background-color: #ffffff;
box-shadow: 0px 0px 15px #0000002d;
padding: 0px 27px;
border-radius: 8px;
transition: 0.5s;
z-index: 1000;
transform: translateX(-40px);
line-height: 7px;
width: 250px;
text-align: left;
}

.nav-links2 li:hover .submenu {
display: block;
}

.nav-links2 li .submenu li {
margin: 7px 0;
animation: slideFromLeftNavBar 0.5s ease;
}

.nav-links2 li .submenu li a {
color: #ff0000;
text-decoration: none;
font-size: 18px;
}

.nav-links li .submenu li a:hover {
color: #ff0000;
}

@keyframes slideFromLeftNavBar {
0% {
  opacity: 0;
  transform: translateX(-60px);
}
32% {
  opacity: 0;
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}

.nav-links2 li {
list-style: none;
margin: 0 35px;
}

.nav-links2 li a {
position: relative;
color: #ff0000;
font-size: 21px;
font-weight: 550;
padding: 6px 0;
text-decoration: none;
transition: 0.6s;
}

.nav-links2 li a:hover {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.507);
}

.nav-links2 li a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 0%;
background: #00559e;
border-radius: 12px;
transition: all 0.4s ease;
}

.nav-links2 li a:hover:before {
width: 100%;
}

.nav-links2 li.center a:before {
left: 50%;
transform: translateX(-50%);
}

.seta2 {
  position: absolute;
  transform: translateY(-25px) translateX(102px);
}

#menuToggle .seta2{
  background: none;
}
/* <!-- HAMBURGUER MENU --> */
/* OPEN IMG */
.modal {
  overflow: hidden !important;
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal img {
  display: block;
  margin: 50px auto;
  max-width: 90%;
  max-height: 90%;
  border: solid 3px #00abdf;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
/* OPEN IMG */
/* FOOTER */
.footer {
  height: 70px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #c0c0c0;
}
.imgFooter {
  height: 50px;
  width: 140px;
  margin-left: 30px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 7px;
}
.powered {
  text-decoration: none !important;
  color: black;
  font-weight: 500;
}
/* FOOTER */
/* TRANSITION */
.loader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 0s 1.4s ease;
}
.loader .loader__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.loader .loader__icon svg {
  transform-origin: 0 0;
}
.loader .loader__tile {
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  background-color: #007AE5;
  transition: width 0.7s ease;
}
.loader .loader__tile:nth-child(0) {
  top: calc(-1 * 20%);
  transition-delay: -0.2s;
}
.loader .loader__tile:nth-child(1) {
  top: calc(0 * 20%);
  transition-delay: 0s;
}
.loader .loader__tile:nth-child(2) {
  top: calc(1 * 20%);
  transition-delay: 0.2s;
}
.loader .loader__tile:nth-child(3) {
  top: calc(2 * 20%);
  transition-delay: 0.4s;
}
.loader .loader__tile:nth-child(4) {
  top: calc(3 * 20%);
  transition-delay: 0.6s;
}
.loader .loader__tile:nth-child(5) {
  top: calc(4 * 20%);
  transition-delay: 0.8s;
}
.loader--active {
  width: 100%;
  transition-delay: 0s;
}
.loader--active .loader__icon {
  opacity: 1;
  transition: opacity 0.5s 1.4s ease;
}
.loader--active .loader__tile {
  width: 100%;
}
.loader--active .loader__tile:nth-child(0) {
  transition-delay: -0.2s;
}
.loader--active .loader__tile:nth-child(1) {
  transition-delay: 0s;
}
.loader--active .loader__tile:nth-child(2) {
  transition-delay: 0.2s;
}
.loader--active .loader__tile:nth-child(3) {
  transition-delay: 0.4s;
}
.loader--active .loader__tile:nth-child(4) {
  transition-delay: 0.6s;
}
.loader--active .loader__tile:nth-child(5) {
  transition-delay: 0.8s;
}
/* TRANSITION */




/* <!-- RESPONSIVIDADE --> */
/* Estilos para smartphones em modo retrato (vertical)  */
@media only screen and (max-width: 767px) {
  /* NAVBAR */
  .navBar {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000002d;
    padding: 10px 30px;
    height: 90px;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: block;
    max-height: 100vh;
  }

  .logo {
    width: 200px;
    height: 65px;
    padding: 6px;
    max-width: 100%;
    max-height: 100vh;
  }

  .nav-links {
    display: none;
  }

  /* MENU */
  #menuToggle {
    display: block;
    transform: translateX(880px) translateY(-160px);
  }

  /* INSIGHT */
  .insight {
    height: 400px;
  }
  
  .insight img {
    height: 400px;
  }
  
  .counter-wrapper {
    margin-left: 25px;
    transform: translateY(-505px);
    grid-template-columns: 1fr;
  }
  
  .counter {
    text-align: left;
    align-items: left;
    justify-content: left;
    height: 130px;
    font-size: 18px;
    transform: translateY(122px);
  }
  
  .counting1 {
    transform: translateY(-22px) translateX(70px);
  }
  
  .counting2 {
    transform: translateY(-22px) translateX(70px);
  }
  
  .counting3 {
    transform: translateY(-22px) translateX(70px);
  }
  
  .counting {
    font-size: 25px;
  }
  
  .counter-wrapper img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    transform: translateY(-12px);
  }

  /* SOBRE NOS */
  .containerBox {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    gap: 220px;
    max-width: 100%;
  }

  .about2 {
    max-width: 100%;
    height: 100%;
  }

  .textAbout2 h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 10px;
  }
  
  .imgTeam {
    grid-column: 1;
    grid-row: 1;
    width: 80%;
    margin: 0% 10%;
  }
  
  .imgTeam2 {
    grid-column: 1;
    grid-row: 2;
    width: 80%;
    margin: 0% 10%;
  }
  
  .textTeam {
    grid-column: 1;
    grid-row: 1;
    width: 80%;
    margin: 0% 10%;
    font-size: 12px;
    margin-top: 50px;
  }
  
  .textTeam2 {
    grid-column: 1;
    grid-row: 2;
    width: 80%;
    margin: 0% 10%;
    font-size: 12px;
    margin-top: 30px;
  }

  @keyframes slideFromRight {
    0% {
      transform: translateY(0);
    }
    20% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(180px);
      opacity: 1;
    }
  }
  
  @keyframes slideFromLeft {
    0% {
      transform: translateY(0);
    }
    20% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(180px);
      opacity: 1;
    }
  }

  /* SOBRE CEO */
  .pic {
    margin: 0 10%;
    width: 80%;
     transform: translateY(210px);
     margin-bottom: 180px;
  }

  .divAbout {
    display: block;
    grid-template-columns: none;
  }
  
  .about {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
    padding: 0px;
    display: block;
    align-items: center;
    justify-content: center;
  }
  
  .textAbout {
    height: 100%;
    width: auto;
  }

  .textAboutH2 {
    width: auto;
    transform: translateY(230px);
  }
  
  .textAboutH2 h2 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 35px;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  
  .textAbout h5 {
    font-size: 18px;
  }
  
  .welcome {
    font-size: 16px;
    padding: 0px 20px;
  }

  /* INTRO */
  .grid-container {
    height: 40vh;
    padding-left: 10px;
  }

  .text {
    max-width: 250px;
  }

  .text p {
    font-size: 3.8vw;
    letter-spacing: 0.6px;
    line-height: 1.3em;
  }

  .text h3 {
    font-size: 8px;
    line-height: 15px;
    transform: translateY(10px);
  }

  /* REVELAR */
  .reveal {
    width: 72%;
    margin: 20px 14%;
  }

  .reveal-text {
    font-size: 3.4vw;
  }

  /* FIXED ICONS */
  .iconWhatsapp {
    bottom: 5px;
    right: 13px;
  }
  .iconTop {
    bottom: 60px;
    right: 13px;
  }
  .iconWhatsapp img {
    width: 40px;
    height: 40px;
  }
  .iconTop img {
    width: 35px;
    height: 35px;
  }

  /* REVELAR */
  .reveal {
    width: 72%;
    margin: 20px 14%;
  }

  .reveal-text {
    font-size: 3.4vw;
  }

    /* FIXED ICONS */
  .iconWhatsapp {
    bottom: 5px;
    right: 13px;
  }
  .iconTop {
    bottom: 60px;
    right: 13px;
  }
  .iconWhatsapp img {
    width: 40px;
    height: 40px;
  }
  .iconTop img {
    width: 35px;
    height: 35px;
  }

  /* SOLICITAR ORÇAMENTO */
  .solicitarOrcamento2 {
    width: 70%;
    height: 30px;
    font-size: 10px;
  }
  .whatsapp {
    width: 15px;
    height: 15px;
    transform:  translateY(0px);
  }
  /* FOOTER */
  .footer {
    height: 45px; 
    font-size: 10px;
  }
  .imgFooter {
    display: none;
  }
}



 /* Estilos para tablets em modo retrato (vertical)  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* NAVBAR */
  .navBar {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000002d;
    padding: 10px 30px;
    height: 90px;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: block;
    max-height: 100vh;
  }

  .logo {
    width: 240px;
    height: 75px;
    padding: 6px;
    max-width: 100%;
    max-height: 100vh;
  }

  .nav-links {
    display: none;
  }

  /* MENU */
  #menuToggle {
    display: block;
    transform: translateX(880px) translateY(-160px);
  }

  /* INSIGHT */
  .counter-wrapper {
    transform: translateY(-292px);
  }
  
  .counter {
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 130px;
    font-size: 16px;
    transform: translateY(122px);
  }
  
  .counting1 {
    transform: translateY(-22px) translateX(-35px);
  }
  
  .counting2 {
    transform: translateY(-22px) translateX(-15px);
  }
  
  .counting3 {
    transform: translateY(-22px) translateX(4px);
  }
  
  .counting {
    font-size: 25px;
  }

  .counter-wrapper img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    transform: translateY(-12px);
  }

  /* SOBRE CEO */
  .pic {
    margin: 0 25%;
    width: 50%;
     transform: translateY(210px);
     margin-bottom: 230px;
  }

  .divAbout {
    display: block;
    grid-template-columns: none;
  }
  
  .about {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
    padding: 0px;
    display: block;
    align-items: center;
    justify-content: center;
  }
  
  .textAbout {
    height: 100%;
    width: auto;
    padding: 0px 30px;
    margin: 20px 0px 0px 0px;
  }

  .textAboutH2 {
    width: auto;
    transform: translateY(270px);
  }
  
  .textAboutH2 h2 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 45px;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  
  .textAbout h5 {
    font-size: 18px;
  }
  
  .welcome {
    font-size: 19px;
    padding: 0px 20px;
  }

  /* SOBRE NOS */
  .divAbout {
    padding-top: 90px;
  }

  .containerBox {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    gap: 300px;
    max-width: 100%;
  }

  .about2 {
    max-width: 100%;
    height: 100%;
  }

  .textAbout2 h2 {
    text-align: center;
    font-size: 55px;
    margin-bottom: 10px;
  }
  
  .imgTeam {
    grid-column: 1;
    grid-row: 1;
    width: 80%;
    margin: 0% 10%;
  }
  
  .imgTeam2 {
    grid-column: 1;
    grid-row: 2;
    width: 80%;
    margin: 0% 10%;
  }
  
  .textTeam {
    grid-column: 1;
    grid-row: 1;
    width: 80%;
    margin: 0% 10%;
    font-size: 19px;
    margin-top: 40px;
  }
  
  .textTeam2 {
    grid-column: 1;
    grid-row: 2;
    width: 80%;
    margin: 0% 10%;
    font-size: 19px;
    margin-top: 20px;
  }

  @keyframes slideFromRight {
    0% {
      transform: translateY(0);
    }
    20% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(305px);
      opacity: 1;
    }
  }
  
  @keyframes slideFromLeft {
    0% {
      transform: translateY(0);
    }
    20% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(305px);
      opacity: 1;
    }
  }

  /* NOSSOS SERVIÇOS */
  .row {
    width: 90%;
  }

  /* INTRO */
  .grid-container {
    height: 50vh;
    padding-left: 30px;
  }
  
  .text {
    max-width: 500px;
  }
  
  .text p {
    font-size: 2.8vw;
    letter-spacing: 0.6px;
    line-height: 1.3em;
  }
  
  .text h3 {
    font-size: 13px;
  }

  /* REVELAR */
  .reveal {
    width: 42%;
    margin: 20px 29%;
  }

  .reveal-text {
    font-size: 2vw;
  }

  /* FIXED ICONS */
  .iconWhatsapp {
    bottom: 5px;
    right: 10px;
  }
  .iconTop {
    bottom: 60px;
    right: 10px;
  }
  .iconWhatsapp img {
    width: 45px;
    height: 45px;
  }
  .iconTop img {
    width: 35px;
    height: 35px;
  }
  /* FOOTER */
  .footer {
    height: 60px;
  }
  .imgFooter {
    height: 40px;
    width: 120px;
    margin-left: 20px;
  }
}




 /* Estilos para NOTEBOOKs em modo retrato (vertical)  */
 @media only screen and (min-width: 1024px) and (max-width: 1600px) {
  /* NOSSOS SERVIÇOS */
  .row {
    width: 80%;
  }

  /* NAVBAR */
  .navBar {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000002d;
    padding: 10px 30px;
    height: 90px;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: block;
    max-height: 100vh;
  }

  .logo {
    width: 210px;
    height: 70px;
    padding: 6px;
    max-width: 100%;
    max-height: 100vh;
  }

  .nav-links {
    transform: translateY(-75px);
  }

  .nav-links li .submenu li a {
    font-size: 16px;
  }

  .nav-links li a {
    position: relative;
    color: #ff0000;
    font-size: 18px;
    font-weight: 550;
    padding: 4px 0;
    text-decoration: none;
    transition: 0.6s;
  }

  /* SOBRE NOS */
  .about-us {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 30px 0;
    background: #ddd;
  }

  .about2 {
    max-width: 1300px;
    margin: auto;
    display: block;
    align-items: center;
    height: 100%;
  }

  .textAbout2 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .textAbout2 h2 {
    text-align: center;
    color: #333;
    font-size: 69px;
    font-weight: 600;
    width: 100%;
    height: 100%;
  }

  .textAboutH2 h2 {
    font-size: 60px;
  }

  .containerBox {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 90%;
    margin: 0% 5%;
  }

  .imgTeam {
    margin: 50px 0px;
    justify-self: center;
    width: 90%;
  }

  .imgTeam2 {
    margin: 50px 0px;
    justify-self: center;
    width: 90%;
  }

  .textTeam {
    justify-self: center;
    width: auto;
    margin: 0% 7%;
    font-size: 18px;
  }

  .textTeam2 {
    width: auto;
    margin: 0% 7%;
    font-size: 18px;
  }

  /* INTRO */
  .grid-container {
    padding-left: 40px;
  }
  
  .text {
    max-width: 500px;
  }
  
  .text p {
    font-size: 3.238vw;
    letter-spacing: 0.8px;
    line-height: 1.3em;
  }
  
  .text h3 {
    font-size: 14px;
  }
  /* REVELAR */
  .reveal {
    width: 41%;
    margin: 30px 29.5%;
  }

  .reveal-text {
    font-size: 2vw;
  }

  /* FOOTER */
  .footer {
    height: 60px;
  }
  .imgFooter {
    height: 40px;
    width: 130px;
    margin-left: 30px;
  }
  /* FORMS */
  .container {
    min-height: 70vw;
  }
  /* INSIGHT */
  .counter-wrapper {
    transform: translateY(-292px);
  }
  
  .counter {
    font-size: 22px;
    transform: translateY(122px);
  }
  
  .counting1 {
    transform: translateY(-32px) translateX(-50px);
  }
  
  .counting2 {
    transform: translateY(-32px) translateX(-25px);
  }
  
  .counting3 {
    transform: translateY(-32px) translateX(-1px);
  }
}

@media only screen and (min-width: 1024px) and (min-height: 1024px) {
  /* INTRO */
  .grid-container {
    height: 50vh;
  } 
  .text {
    max-width: 450px;
  }
  .text p {
    font-size: 3.038vw;
    letter-spacing: 0.8px;
    line-height: 1.3em;
  }
  .text h3 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 2500px) {
  .grid-container {
    height: 75vh;
  }
  .text {
    max-width: 900px;
  }
  .text p {
    font-size: 3.738vw;
  }
  .text h3 {
    font-size: 20px;
    letter-spacing: 0.7px;
  }
  .imgCard {
    width: 70%;
    height: 300px;
  }
}
/* <!-- RESPONSIVIDADE --> */