/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Inter", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #5cb874;
}

a:hover {
  color: #80c792;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.whats-float {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  border-radius: 150px;
  background: #FFF;
  box-shadow: 0 4px 10.7px 0 rgba(0, 0, 0, 0.25);
  width: 70px;
  height: 70px;
  transition: all 0.4s;
}

.whats-float img {

}

.whats-float:hover {
  background: #00792E;
}

.whats-float.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0F101A;
  font-size: 10px;
  font-weight: 400;
  color: #FFF;
  height: 40px;
  padding: 0;
  line-height: 1;
}

#topbar .contact-info a {
  line-height: 0;
  color: #FFF;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #5cb874;
}

#topbar .contact-info span {
  margin: 0 10px;
  font-size: 14px;
}

#topbar .contact-info img {
  width: 17px;
  margin-right: 10px;
}

#topbar .social-links img {
  width: 17px;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 120px;
}

#header.fixed-top {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

#header .logo img {
  height: 70px;
}

#header .logo a {
  color: #5cb874;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0 5px;
  white-space: nowrap;
  transition: 0.3s;
  color: #0F101A;
  font-size: 16px;
  font-weight: 700;
}

.navbar a:hover,
.navbar li:hover>a {
  color: #00792E;
  text-decoration: underline;
}

.getstarted,
.getstarted:focus {
  border-radius: 150px;
  border: 1.5px solid #00792E;
  color: #00792E;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 25px;
  transition: all 0.5s;
}

.getstarted:hover,
.getstarted:focus:hover {
  background: #00792E;
  color: #fff;
}

.getstarted img {
  width: 18px;
  margin-right: 7px;
  vertical-align: bottom;
  transition: all 0.5s;
}

.getstarted:hover img,
.getstarted:focus:hover img {
  filter: brightness(0%) invert(1);
}

@media (max-width: 1366px) {
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5cb874;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #FFF;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "Open Sans";
  background: #00792E;
  width: 55%;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  width: 55%;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next, 
#hero .carousel-control-prev {
  opacity: 1;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 5px;
  transition: all 0.3s;
  color: #fff;
  width: 50px;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(0, 224, 86, 0.10);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  width: 25px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #5cb874;
}

#hero .btn-get-started:hover {
  background: #6ec083;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 90px);
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.title-green {
  color: #00792E;
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  border-radius: 150px;
  background: rgba(0, 121, 46, 0.10);
  padding: 10px 22px;
  width: fit-content;
}

.btn-verde {
  border-radius: 150px;
  background: #00792E;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  border: unset;
  padding: 8px 25px;
  transition: all 0.5s;
}

.btn-verde:hover,
.btn-verde:focus:hover {
  background: rgba(0, 121, 46, 0.60);
  color: #fff;
}

.img-round {
  border-radius: 35px;
}


/*--------------------------------------------------------------
# CLIENTES
--------------------------------------------------------------*/
.clientes h3 {
  color: #323556;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #323556;
  padding: 15px;
  padding-left: 0;
  width: 90%;
}

/*-- EFEITO LETREIRO --*/
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.marquee__content li {
  color: #FFF;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  list-style: none;
}

.marquee__content li img {
  max-height: 60px;
  margin: 0 35px;
}

.clientes .row {
  padding: 0;
  width: 100%;
}

.clientes .enable-animation {
  padding: 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 20s linear infinite;
}

/*--------------------------------------------------------------
# SOBRE
--------------------------------------------------------------*/
.about {
  padding: 0;
}

.about .row {
  padding: 20px 0;
}

.about .content {
  padding-left: 10%;
}

.about h3 {
  margin-top: 25%;
}

.about img {
  width: 100%;
}

.about .content h2,
.titulo {
  color: #0F101A;
  font-size: 34px;
  font-weight: 700;
  margin: 25px 0;
}

.about .content p {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

/*--------------------------------------------------------------
# SERVIÇOS
--------------------------------------------------------------*/
.servicos {
  padding: 70px 0;
  margin-top: 50px;
  background: #0F101A;
  overflow: hidden;
}

.servicos h2 {
  color: #00E056;
  font-family: Sora;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}

.servicos .title-green {
  color: #9AD1D4;
  background: rgba(154, 209, 212, 0.10);
}

.servicos .content-item {
  margin-top: 65px;
}

.servicos .content-item h4 {
  color: #FFF;
  font-family: Sora;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 25px;
}

.servicos .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.servicos .swiper {
  overflow: visible;
}

.servicos .swiper-slide {
  border-radius: 25px;
  height: 400px;
  overflow: hidden;
}

.servicos .swiper-button-next, 
.servicos .swiper-button-prev {
  top: 130px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 9px 20px;
  color: #FFF !important;
  transition: all 0.5s;
}

.swiper-button-prev {
  left: auto;
  right: 70px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.20);
}

@media (max-width: 768px) {
  .servicos .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 70px 0 30px;
}

.faq h3 {
  color: #0F101A;
  font-family: Sora;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq img {
  border-radius: 50px;
}

.faq .content {
  padding-left: 3%;
  padding-top: 2%;
}

.accordion-button {
  color: #0F101A;
  font-family: Sora;
  font-size: 16px;
  font-weight: 400;
  border-radius: unset;
  background: transparent;
  padding: 15px 0;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  color: #0F101A;
  background-color: transparent;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}

.accordion-button::after {
  background-image: url('../img/icons/Mais.png');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/icons/Menos.png');
}

.accordion-item {
  border: unset;
  margin-top: 20px;
}

.accordion-body {
  background: transparent;
  color: rgba(0, 0, 0, 0.60);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: unset;
  padding: 15px 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.60);
}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta {
  background: #0F101A;
  padding: 50px 7%;
  margin-top: 180px;
}

.cta img {
  margin-top: -200px;
}

.cta h3 {
  color: #FFF;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 5%;
}

.cta p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 30px 0;
}

.cta a {
  color: #00792E;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 150px;
  background: #FFF;
  padding: 10px 15px;
  transition: all 0.5s;
  display: inline-block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 50px 0;
}

.footer_logo img {
  max-width: 230px;
  width: 100%;
}

.footer h4 {
  color: #323556;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer p, .footer a {
  color: #0F101A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}

.footer p img,
.footer a img {
  max-height: 15px;
  max-width: 18px;
  width: auto;
  vertical-align: unset;
  margin-right: 5px;
  float: left;
  margin-top: 4px;
}

.copyright {
  background: #0F101A;
  padding: 10px 5%;
}

.copyright p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 48%;
  padding: 0;
  float: left;
  margin: 0;
}


/*--------------------------------------------------------------
# PÁGINAS INTERNAS
--------------------------------------------------------------*/

.about p.font-20 {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.about p.font-18 {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.about p.font-18 strong {
  color: #0F101A;
  font-weight: bold;
}

.lista-setas {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
  padding: 0;
}

.lista-setas li {
  margin-bottom: 10px;
}

.lista-setas li::before {
  content: '';
  display: inline-block; 
  background-image: url("../img/icons/Seta.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.equipe {
  padding: 50px 5%;
  margin-top: 35px;
}

.equipe h2 {
  color: #0F101A;
  font-family: Sora;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.equipe p {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 0;
}

.equipe img.img-round {
  margin-top: 1rem;
}

.relatorios {
  padding: 50px 5%;
}

.relatorios h2 {
  color: #0F101A;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.relatorios p {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.relatorios .img-icon {
  margin-bottom: 25px;
  height: 30px;
}


/*-- CTA 2 --*/
.cta2 {
  padding: 50px 5%;
}

.back-cta {
  background: #0F101A;
  padding: 30px 5%;
  margin-top: 180px;
  margin-top: 80px;
  border-radius: 20px;
}

.cta2 img {
  margin-top: -150px;
}

.cta2 h3 {
  color: #00E056;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 5%;
}

.cta2 p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 30px 0;
}

.cta2 a {
  color: #00792E;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 150px;
  background: #FFF;
  padding: 10px 15px;
  transition: all 0.5s;
  display: inline-block;
}


/*-- SERVIÇOS --*/
.servicos-interna {
  padding: 50px 5%;
}

.servicos-interna h2 {
  color: #0F101A;
  font-family: Sora;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 10%;
}

.servicos-interna p {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

.solucoes {
  width: 100%;
  padding-right: 5%;
  padding-top: 30px;
  scroll-margin-top: 81px;
  overflow: clip;
}    

.solucoes .img-mascote {
  width: 100%;
  margin-left: -25%;
}

.linha-solucao {
  border-bottom: 1px solid #CECECE;
  padding: 30px 0;
}

.linha-solucao img {
  width: 75px;
  display: block;
  margin: 0 auto;
}

.linha-solucao p.subtitulo {
  color: #000;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.linha-solucao p {
  color: rgba(7, 9, 13, 0.75);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.box-mascote-fixo {
  top: 120px;
  z-index: 2;
}


/*-- CONTATO --*/
.contato {
  padding: 50px 5% 0;
}

.box-mascote {
  padding: 50px;
  border-radius: 25px;
  background: linear-gradient(27deg, #0F101A -0.58%, #4A4F80 97.96%);
  margin-bottom: 200px;
}

.box-mascote .title-green {
  color: #9AD1D4;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-mascote h2 {
  color: #00E056;
  font-family: Sora;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box-mascote p {
  color: #FFF;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.box-mascote img {
  width: 100%;
  margin-bottom: -200px;
}

#formulario_contato label {
  color: #0F101A;
  font-family: Sora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 17px 0;
  display: block;
}

#formulario_contato input,
#formulario_contato textarea {
  border-radius: 15px;
  border: 1px solid #0F101A;
  display: block;
  width: 100%;
  padding: 15px 25px;
}

.btn-mensagem {
  border-radius: 150px;
  background: #00792E;
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 30px;
  border: unset;
  margin-top: 30px;
}


.m-block,
.m-testeira { 
  display: none; 
}

@media (max-width: 992px) {
  #topbar,
  .getstarted { 
    display: none !important; 
  }

  #header {
    height: 90px;
  }
}


@media (max-width: 768px) {
  .clientes h3 {
    border-right: unset;
    padding: 15px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .order-m-1 { order: 2; }

  .about h3 {
    margin-top: 0;
  }

  .servicos h2 {
    font-size: 26px;
  }

  .servicos .content-item {
    padding: 20px;
    margin-top: 35px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .servicos .swiper-slide {
    height: auto;
  }    

  body, .container, .container-md, .container-sm {
    max-width: 100% !important;
  }

  .m-none { display: none !important; }

  .faq {
    padding: 70px 20px 30px;
  }

  .faq .content {
    padding: 20px 12px;
  }

  .cta, .cta2 {
    padding: 50px 20px;
    margin-top: 40px;
    text-align: center;
  }

  .cta img,
  .cta2 img {
    width: 380px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
  }

  .footer {
    padding: 20px 20px 40px;
    border-top: 1px solid #ccc;
  }

  .footer h4 {
    margin-top: 25px;
  }

  .copyright {
    padding: 10px 15px;
  }

  .copyright p {
    width: 100%;
    float: unset;
    text-align: left !important;
  }

  .m-block { display: block; }

  .whats-float {
    background: #00E056;
    box-shadow: 0 4px 10.7px 0 rgba(0, 0, 0, 0.25);
    width: auto;
    height: 40px;
    padding: 10px 25px;
    transition: all 0.4s;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .whats-float img {
    height: 20px;
    margin-right: 10px;
    filter: brightness(0%) invert(1);
  }

  .scrolled-offset {
    margin-top: 90px;
  }

  .titulo {
    font-size: 26px;
    margin: 15px 0;
  }

  .about p.font-20 {
    font-size: 16px;
    margin: 20px 0 !important;
  }

  .about p.font-18 {
    margin: 15px 0 25px !important;
  }

  .about img {
    margin-top: 40px;
  }

  .equipe {
    padding: 50px 20px;
    margin-top: 0;
  }
  
  .servicos-interna {
    padding: 20px 20px 0;
  }

  .solucoes {
    padding: 20px;
  }

  .box-mascote {
    padding: 0;
    border-radius: unset;
    background: unset;
    margin-bottom: 0;
  }

  .box-mascote h2 {
    color: #0F101A;
    font-family: Sora;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .box-mascote p {
    color: #07090D;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin: 15px 0 !important;
  }

  .contato .col-lg-7.ps-5 { padding-left: 12px !important; }

  #formulario_contato label {
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .btn-mensagem {
    width: 100%;
    display: block;
  }

  .contato {
    padding: 40px 20px;
  }

  .box-mascote .title-green,
  .title-green {
    font-size: 14px;
    color: #00792E;
    background: rgba(0, 121, 46, 0.10);
  }

  .about {
    padding: 0 20px;
  }

  .pm-32 {
    padding: 0 32px !important;
  }

  .about .col-lg-6.ps-5 {
    padding-left: 12px !important;
  }

  .about .content {
    padding-left: 0;
  }

  .servicos {
    padding: 70px 20px;
  }

  .cta2 h3, .cta h3 {
    font-size: 30px;
  }

  .cta2, .back-cta {
    margin-top: 0;
  }
  
  .relatorios {
    padding: 50px 20px 0;
  }

  .col-m-100 {
    width: 100%;
    flex: none;    
    margin: 30px 0;
  }

  .col-m-50 {
    width: 50%;
    flex: none;
    margin: 30px 0;
  }

  #hero h2, #hero p {
    width: 100%;
  }
}