* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", "Arial", sans-serif;
  outline: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:root {
  --cor-primaria: #51bf62;
  --cor-secundaria: #0a0a0b;
  --cor-texto: #6c757d;
  --cor-branco: #ffffff;
}

#content {
  width: 100%;
  height: 100vh;
}

.center {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
}

#topo .center {
  max-width: 1216px;
}

#topo {
  width: 100%;
  padding: 1rem 2rem;
  position: fixed;
  background-color: var(--cor-branco);
  top: 0;
  z-index: 99999;
}

#topo.scrolled {
  background-color: var(--cor-branco);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all ease 0.3s;
  z-index: 10000;
  z-index: 99999;
}

.header-space {
  height: 116px;
}

#topo div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav {
  display: flex;
  gap: 2rem;
}

#nav nav {
  display: flex;
  gap: 2rem;
}

#nav nav a,
#nav nav > span {
  text-decoration: none;
  color: var(--cor-secundaria);
  font-weight: 400;
  transition: all ease 0.2s;
  cursor: pointer;
}

#nav nav a:hover,
#nav nav > span:hover {
  color: var(--cor-primaria);
}

#nav > a {
  text-decoration: none;
  color: var(--cor-branco);
  background-color: var(--cor-primaria);
  background-image: linear-gradient(to right, #51bf62, #4fc661);
  font-weight: 500;
  padding: 0.85rem 1.25rem;
  border-radius: 0.85rem;
  transition: all ease 0.2s;
  font-size: 1.05rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

#nav > a:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

#hero {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}

#hero .center {
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 10000;
  position: relative;
}

#hero .left {
  width: 50%;
}

.slider-item {
  padding: 3rem 0;
  background-position: center center;
  height: 721px !important;
}

#hero-slider .slick-dots {
  bottom: 0.8rem;
  width: 100%;
  position: absolute;
  display: flex !important;
  justify-content: center;
  list-style: none;
  gap: 1rem;
}

#hero-slider .slick-dots li {
  width: auto;
  height: auto;
}

#hero-slider .slick-dots li button {
  width: 20px;
  height: 7px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all ease 0.2s;
}

#hero-slider .slick-dots li.slick-active button {
  background-color: var(--cor-primaria);
  opacity: 0.8;
}

#hero-slider .left {
  width: 50%;
}

.tag {
  background-color: rgba(0, 208, 132, 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(0, 208, 132, 0.3);
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 0.875rem;
  color: var(--cor-primaria);
  font-weight: 500;
  line-height: 1.25rem;
  border: 1px solid var(--cor-primaria);
  margin: 1rem 0;
}

.tag svg {
  color: var(--cor-primaria);
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#hero .tag,
#hero-slider .tag {
  margin-top: 0 !important;
}

#hero h1,
#hero-slider h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  color: var(--cor-secundaria);
  font-family: "Chakra Petch", monospace;
}

#hero h1 span,
#hero-slider h1 span {
  color: var(--cor-primaria);
  font-size: 3rem;
  line-height: 1;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Chakra Petch", monospace;
}

#hero p,
#hero p *,
#hero-slider p,
#hero-slider p * {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
  color: var(--cor-texto);
}

#hero p b,
#hero-slider p b {
  color: var(--cor-primaria);
  font-weight: 400;
}

#hero .left > div,
#hero-slider .left > div {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.hero-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-item-box div {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #51bf62 0%, #4fc661 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
}

.hero-item-box div svg {
  width: 2rem;
  height: 2rem;
  color: var(--cor-branco);
}

.hero-item-box strong {
  font-size: 1rem;
  color: var(--cor-secundaria);
  font-weight: 500;
}

.hero-item-box span {
  font-size: 1rem;
  color: var(--cor-texto);
  font-weight: 300;
}

#hero .left > a,
#hero-slider .left > a {
  margin-top: 3rem;
  text-decoration: none;
  color: var(--cor-branco);
  background-color: var(--cor-primaria);
  background-image: linear-gradient(to right, #51bf62, #4fc661);
  font-weight: 500;
  padding: 0.85rem 1.25rem;
  border-radius: 0.85rem;
  transition: all ease 0.2s;
  font-size: 1.05rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

#hero .left > a:last-child,
#hero-slider .left > a:last-child {
  background: #fff;
  color: var(--cor-primaria);
  box-shadow: none !important;
  border: 2px solid var(--cor-primaria);
  margin-left: 1rem;
}

#hero .left > a:hover,
#hero-slider .left > a:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

#sobre {
  background-color: #f8f9fa;
  padding: 4rem 0;
}

#sobre .center {
  display: flex;
  align-items: center;
  gap: 2rem;
}

#sobre .left {
  width: 50%;
}

#sobre h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  color: var(--cor-secundaria);
  font-family: "Chakra Petch", monospace;
}

#sobre h2 span {
  color: var(--cor-primaria);
  font-size: 3rem;
  line-height: 1;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Chakra Petch", monospace;
}

#sobre .left p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--cor-texto);
  margin-bottom: 1rem;
}

#sobre .left > a {
  margin-top: 2rem;
  text-decoration: none;
  color: var(--cor-primaria);
  font-weight: 500;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

#sobre .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#sobre .box-info {
  width: 100%;
  display: flex;
  gap: 1rem;
}

.box-info > div img {
  max-width: 100%;
  border-radius: 0.5rem;
}

.box-info > div {
  background-color: #fff;
  padding: 0.5rem;
  border: rgb(229 231 235);
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-info .icon {
  background-color: #00d0841a;
  display: flex;
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
}

.box-info .icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--cor-primaria);
}

.box-info strong {
  font-size: 2rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-top: 1rem;
  font-family: "Chakra Petch", monospace;
}

.nossos-valores {
  width: 100%;
  margin-top: 1rem;
  background-color: #fff;
  padding: 2rem;
  border: rgb(229 231 235);
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nossos-valores > h3 {
  font-size: 1.5rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Chakra Petch", monospace;
}

.nossos-valores > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.nossos-valores > div h3 {
  font-size: 1rem;
  color: var(--cor-primaria);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.nossos-valores > div p {
  font-size: 1rem;
  color: var(--cor-texto);
  font-weight: 300;
  line-height: 1.5rem;
}

#solucoes {
  display: flex;
  margin-top: 4rem;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 1rem;
  color: var(--cor-secundaria);
  font-family: "Chakra Petch", monospace;
}

.hero-title h2 span {
  color: var(--cor-primaria);
  font-size: 3rem;
  line-height: 1;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Chakra Petch", monospace;
}

.hero-title p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--cor-texto);
  margin-bottom: 3rem;
  text-align: center;
}

#servicos {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.servico-home {
  background-color: #fff;
  padding: 2rem;
  border: rgb(229 231 235);
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all ease 0.2s;
  border: 1px solid #e5e7eb;
}

.servico-home:hover {
  transform: scale(1.05);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #d1d5db;
}

.servico-home .icon {
  background-color: #00d0841a;
  display: flex;
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.servico-home .icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--cor-primaria);
}

.servico-home h3 {
  font-size: 1.5rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Chakra Petch", monospace;
}

.servico-home p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--cor-texto);
  margin-bottom: 1rem;
}

.servico-home ul {
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.servico-home ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--cor-texto);
  margin-bottom: 0.5rem;
  background-image: url("../images/icons/check-icon.svg");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 1.8rem;
}

.servico-home a {
  margin-top: auto;
  text-decoration: none;
  color: var(--cor-primaria);
  font-weight: 500;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all ease 0.2s;
}

.servico-home a svg {
  transition: all ease 0.2s;
}

.servico-home a:hover {
  color: #379546;
}

.servico-home a:hover svg {
  transform: translateX(5px);
}

#call-to-action {
  width: 100%;
  background-color: #f8f9fa;
}

#cta-content {
  margin: 4rem 0 0;
  /* background: linear-gradient(135deg, #00d084 0%, #20e3b2 100%); */
  padding: 4rem 2rem;
  /* border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

#cta-content h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1rem;
  color: var(--cor-secundaria);
  font-family: "Chakra Petch", monospace;
}

#cta-content h2 span {
  color: var(--cor-primaria);
  font-size: 2rem;
  line-height: 1;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Chakra Petch", monospace;
}

#cta-content p {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--cor-texto);
  text-align: center;
}

#cta-content a {
  text-decoration: none;
  color: var(--cor-branco);
  background-image: linear-gradient(to right, #51bf62, #4fc661);
  font-weight: 500;
  padding: 0.85rem 1.25rem;
  border-radius: 0.85rem;
  transition: all ease 0.2s;
  font-size: 1.05rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

#cta-content a:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

#clientes-logos {
  margin: 1rem 0 3rem 0;
}

.logo-cliente img {
  max-width: 150px;
  margin: auto;
  max-height: 50px;
}

#tags-clientes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 4rem;
}

#tags-clientes > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

#tags-clientes > div strong {
  font-size: 2rem;
  color: var(--cor-primaria);
  font-weight: 500;
  font-family: "Chakra Petch", monospace;
  text-align: center;
}

#tags-clientes > div span {
  font-size: 1rem;
  color: var(--cor-texto);
  font-weight: 300;
  text-align: center;
}

#depoimentos {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

#depoimentos > div {
  background-color: #fff;
  padding: 2rem;
  border: rgb(229 231 235);
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all ease 0.2s;
  border: 1px solid #e5e7eb;
}

#depoimentos > div:before {
  content: "“";
  font-size: 6rem;
  color: var(--cor-primaria);
  font-weight: 700;
  font-family: "Chakra Petch", monospace;
  margin: -2rem 0 -3rem;
}

#depoimentos > div p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--cor-texto);
  margin-bottom: 1.5rem;
}

#depoimentos > div div {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

#depoimentos > div div strong {
  font-size: 0.875rem;
  color: var(--cor-secundaria);
  font-weight: 600;
}

#depoimentos > div div span {
  font-size: 0.875rem;
  color: var(--cor-texto);
  font-weight: 300;
}

#rodape {
  width: 100%;
  background-color: var(--cor-secundaria);
  padding: 2rem 0;
  color: var(--cor-branco);
}

#topo-rodape {
  width: 100%;
  border-bottom: 1px solid #343a40;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

#topo-rodape p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #d1d5db;
  margin-bottom: 1rem;
}

#topo-rodape .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#topo-rodape .box img {
  width: 210px;
  margin-bottom: 1.5rem;
}

#topo-rodape .box a {
  text-decoration: none;
  color: #d1d5db;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  transition: all ease 0.2s;
}

#topo-rodape .box h3 {
  font-size: 1.25rem;
  color: var(--cor-branco);
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "Chakra Petch", monospace;
}

#topo-rodape .box a:hover {
  color: var(--cor-primaria);
}

.box-contato {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.box-contato svg {
  color: var(--cor-primaria);
}

.box-contato div span {
  color: #8b8b8b;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.2rem;
  transition: all ease 0.2s;
  display: inline-block;
  width: 100%;
}

.box-contato div span:first-child {
  color: #d1d5db;
}

.social {
  display: flex;
  gap: 1rem;
}

.social a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #00d08433;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
}

.social a svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--cor-primaria);
  transition: all ease 0.2s;
}

#base-rodape {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#base-rodape p {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 300;
}

#base-rodape a {
  text-decoration: none;
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 300;
  transition: all ease 0.2s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#base-rodape a img {
  /* filter: brightness(0) invert(1); */
  opacity: 0.7;
  transition: all ease 0.2s;
}

#base-rodape a:hover img {
  opacity: 1;
}

.hero-animation {
  position: relative;
}

.bg-animation {
  background-image: linear-gradient(
    to bottom right,
    rgb(0 208 132 / 0.1),
    rgb(32 227 178 / 0.1)
  );
  width: 100%;
  height: 100%;
}

.bg-network {
  position: absolute;
  inset: 0;
  height: 100%;
}

.bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.svg-grid {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.dot-green {
  fill: #33cc99; /* cor verde */
  r: 0.8; /* raio maior para aparecer bem */
}

.pulse-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 2s infinite;
  box-shadow: 0 0 10px currentColor;
}

.circle-1 {
  top: 20px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: #33cc99;
  color: #33cc99;
}

.circle-2 {
  top: 160px;
  right: 128px;
  width: 12px;
  height: 12px;
  background: #33cc99; /* expertek-green-light */
  color: #33cc99;
  animation-delay: 1s;
}

.circle-3 {
  bottom: 128px;
  left: 100px;
  width: 20px;
  height: 20px;
  background: #33cc99;
  color: #33cc99;
  animation-delay: 2s;
}

.circle-4 {
  bottom: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: #33cc99;
  color: #33cc99;
  animation-delay: 0.5s;
}

.svg-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.line-green {
  stroke: #33cc99;
  stroke-width: 0.1;
}

.gradient-circle {
  position: absolute;
  width: 24rem; /* 96 * 0.25rem */
  height: 24rem;
  border-radius: 50%;
  animation: float 6s ease-in-out infinite alternate;
}

.gradient-1 {
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 100, 151, 0.05), transparent);
}

.gradient-2 {
  bottom: 0;
  right: 0;
  background: radial-gradient(circle, rgba(51, 204, 153, 0.05), transparent);
  animation-delay: 2s;
}

/* Animações */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

@keyframes float {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}

.card-wrapper {
  position: relative;
  width: 100%;
}

.card-content {
  position: relative;
  width: 100%;
  height: 24rem; /* h-96 */
  background: linear-gradient(
    to bottom right,
    rgb(0 208 132 / 0.1),
    rgb(32 227 178 / 0.1)
  );
  border-radius: 1.5rem; /* rounded-3xl */
  border: 1px solid rgba(0, 100, 151, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* shadow-corporate-xl */
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    transparent,
    rgba(0, 100, 151, 0.05)
  );
}

.float-box,
.float-circle,
.float-box-large {
  position: absolute;
  animation: float 6s ease-in-out infinite alternate;
}

.float-1 {
  top: 2rem;
  left: 2rem;
  width: 4rem;
  height: 4rem;
  background: #00d08433;
  border-radius: 0.75rem;
}

.float-2 {
  top: 4rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background: #00d08433;
  border-radius: 50%;
  animation-delay: 1s;
}

.float-3 {
  bottom: 3rem;
  left: 4rem;
  width: 5rem;
  height: 5rem;
  background: #00d08433;
  border-radius: 1rem;
  animation-delay: 2s;
}

.icon-wrapper {
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00d084, #33cc99);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.icon-wrapper svg {
  width: 4rem;
  height: 4rem;
  color: white;
}

.icon-shield {
  width: 4rem;
  height: 4rem;
  color: white;
}

/* Info Boxes */
.info-box {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid #e5e7eb; /* border-gray-200 */
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12); /* shadow-corporate-lg */
  animation: float 6s ease-in-out infinite alternate;
}

.info-top {
  top: -1.5rem;
  right: -1.5rem;
}

.info-bottom {
  bottom: -1.5rem;
  left: 2.5rem;
  animation-delay: 1.5s;
}

.info-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.status-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #51bf62; /* expertek-green */
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.info-text {
  color: #111827; /* expertek-black */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

/* Animations */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

@keyframes float {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}

#hero .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#carrossel-vantagens {
  width: 100%;
  margin-top: 2rem;
}

.vantagem {
  background-color: #fff;
  padding: 2rem;
  border: rgb(229 231 235);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
  border: 1px solid #e5e7eb;
  height: 100%;
  margin: 0 0.5rem;
}

.vantagem .icon {
  background-color: var(--cor-primaria);
  display: flex;
  border-radius: 1rem;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.vantagem .icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--cor-branco);
}

.vantagem .tag-vantagem {
  background-color: #00d0841a;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: var(--cor-primaria);
  font-weight: 500;
}

.vantagem h3 {
  font-size: 1.125rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Chakra Petch", monospace;
  text-align: center;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.slick-prev {
  left: -2rem;
  background-image: url(../images/icons/prev.svg);
}

.slick-next {
  right: -2rem;
  background-image: url(../images/icons/next.svg);
}

.slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  text-indent: -9999px;
  background-color: var(--cor-branco);
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all ease 0.2s;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}

#detalhes-servico {
  width: 100%;
}

#title-servico {
  width: 100%;
  background-image: linear-gradient(
    to bottom right,
    #0a0a0b,
    #0a0a0b,
    rgb(0 208 132 / 0.2)
  );
  padding: 1.1rem 0;
}

#title-servico .voltar {
  color: var(--cor-primaria);
  font-weight: 500;
  font-size: 1.05rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#title-servico .voltar:hover {
  text-decoration: underline;
}

#title-servico h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 3.5rem;
  margin: 1.5rem 0;
  color: var(--cor-branco);
  font-family: "Chakra Petch", monospace;
  max-width: 50%;
}

#title-servico h1 span {
  color: var(--cor-primaria);
  font-size: 3rem;
  line-height: 1;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Chakra Petch", monospace;
}

#title-servico p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #d1d5db;
  max-width: 50%;
}

#botoes-title {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0 1rem;
}

.primary-btn {
  text-decoration: none;
  color: var(--cor-branco);
  background-color: var(--cor-primaria);
  background-image: linear-gradient(to right, #51bf62, #4fc661);
  font-weight: 500;
  padding: 0.85rem 1.25rem;
  border-radius: 0.85rem;
  transition: all ease 0.2s;
  font-size: 1.05rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.primary-btn:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.secondary-btn {
  text-decoration: none;
  color: var(--cor-branco);
  font-weight: 500;
  padding: 0.85rem 1.25rem;
  border-radius: 0.85rem;
  transition: all ease 0.2s;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;

  background: #fff;
  color: var(--cor-primaria);
  border: 2px solid var(--cor-primaria);
}

#botoes-title .secondary-btn {
  border-color: #e5e7eb;
  color: #000;
}

.secondary-btn:hover {
  transform: scale(1.05);
}

#servico-imagem {
  width: 100%;
  margin: 3rem 0;
}

.crop-image {
  width: 100%;
  height: 24rem;
  border-radius: 1rem;
  overflow: hidden;
}

.crop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.2s;
}

#conteudo-servico {
  width: 100%;
  padding: 3rem 0;
  background-color: #f8f9fa;
}

.center-title {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.center-title h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--cor-secundaria);
  font-family: "Chakra Petch", monospace;
}

.center-title p {
  max-width: 48rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #64748b;
}

#topicos {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

#topicos.one-columns {
  grid-template-columns: repeat(1, 1fr);
}

#topicos > div {
  background-color: #fff;
  padding: 2rem;
  border: rgb(229 231 235);
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-start;
  transition: all ease 0.2s;
  border: 1px solid #e5e7eb;
  display: flex;
  gap: 1rem;
}

#topicos .icon {
  background-color: #00d0841a;
  display: flex;
  border-radius: 1rem;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

#topicos .icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--cor-primaria);
}

#topicos .content h3 {
  font-size: 1.25rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Chakra Petch", monospace;
}

#topicos .content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #64748b;
}

#diferenciais {
  width: 100%;
  margin-top: 4rem;
}

#diferenciais .center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

#diferenciais .left h3 {
  font-size: 1.5rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Chakra Petch", monospace;
}

#diferenciais .left ul {
  list-style: none;
  padding: 0;
}

#diferenciais .left ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 0.5rem;
  background-image: url(../images/icons/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

#diferenciais .right {
  align-items: center;
  display: flex;
}

.porque-escolher {
  background-color: #00d0841a;
  padding: 1.5rem;
  border-radius: 1rem;
}

.porque-escolher h3 {
  font-size: 1.3rem;
  color: var(--cor-secundaria);
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Chakra Petch", monospace;
}

.porque-escolher h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #64748b;
  text-align: center;
}

.porque-escolher > div {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}

.porque-escolher > div div {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.porque-escolher > div div svg {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--cor-primaria);
}

.porque-escolher > div div strong {
  font-size: 2rem;
  color: var(--cor-primaria);
  text-align: center;
  font-family: "Chakra Petch", monospace;
}

.porque-escolher > div div span {
  font-size: 0.825rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #64748b;
  text-align: center;
}

#solicite-contato {
  padding: 3rem 0;
  margin-top: 3rem;
  background-color: #f8f9fa;
}

#form-contato {
  width: 85%;
  margin: 2rem 7.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#form-contato form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem 0 0 1rem;
}

.form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-row > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.form-row label {
  width: 100%;
  color: #0b0b0b;
  font-weight: 500;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  resize: none;
  font-size: 0.875rem;
}

.form-row span {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #9e9e9e;
  line-height: 1.5rem;
}

.form-row button {
  border: 0;
  cursor: pointer;
}

#contato-infos {
  background-color: var(--cor-secundaria);
  color: #fff;
  padding: 2rem;
  border-radius: 0 1rem 1rem 0;
}

#contato-infos h3 {
  font-size: 1.5rem;
  color: var(--cor-branco);
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: "Chakra Petch", monospace;
}

#infos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#infos > div {
  display: flex;
  gap: 1rem;
}

#contato-infos .icon {
  background-color: #00d08433;
  display: flex;
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

#contato-infos .icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--cor-primaria);
}

#infos .text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

#infos .text strong {
  font-size: 1rem;
  color: var(--cor-branco);
  font-weight: 600;
}

#infos .text span {
  font-size: 1.05rem;
  color: #d1d5db;
  font-weight: 400;
}

#infos .text small {
  font-size: 0.875rem;
  color: #9ca3af;
  font-weight: 400;
}

#mensagem-atendimento {
  background-color: #00d08433;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #00d0844d;
  margin-top: 2rem;
}

#mensagem-atendimento strong {
  font-size: 1rem;
  color: var(--cor-primaria);
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

#mensagem-atendimento p {
  font-size: 0.875rem;
  color: #d1d5db;
  font-weight: 400;
}

#title-quem-somos {
  width: 100%;
  background-image: linear-gradient(
    to bottom right,
    #0a0a0b,
    #0a0a0b,
    rgb(0 208 132 / 0.2)
  );
  padding: 1.1rem 0;
}

#title-quem-somos h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 3.5rem;
  margin: 1.5rem 0;
  color: var(--cor-branco);
  font-family: "Chakra Petch", monospace;
}

#title-quem-somos h1 span {
  color: var(--cor-primaria);
  font-size: 3rem;
  line-height: 1;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Chakra Petch", monospace;
}

#title-quem-somos p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #d1d5db;
  max-width: 60%;
  margin: 0 auto;
}

#title-quem-somos {
  text-align: center;
}

#nossa-historia {
  padding: 3rem 0;
  max-width: 56rem;
  margin: 0 auto;
}

#nossa-historia p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  color: #64748b;
}

#nossa-historia p b {
  color: #000;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#nossa-historia p strong {
  color: var(--cor-primaria);
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#missa-visao-valores {
  padding: 4rem 0;
  background-color: #f8f9fa;
  margin-top: 1rem;
}

#topicos-quem-somos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

#topicos-quem-somos > div {
  background-color: #fff;
  padding: 2rem;
  border: rgb(229 231 235);
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
  border: 1px solid #e5e7eb;
  flex-direction: column;
  text-align: center;
}

#topicos-quem-somos > div .icon {
  background-color: #00d0841a;
  display: flex;
  border-radius: 1rem;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

#topicos-quem-somos > div .icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--cor-primaria);
}

#topicos-quem-somos > div h3 {
  font-size: 1.25rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Chakra Petch", monospace;
}

#topicos-quem-somos > div p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #64748b;
}

#cta {
  background-color: var(--cor-primaria);
  background-image: linear-gradient(to right, #005435, #00ab6d);
  padding: 3rem 0;
}

#cta h2,
#cta p {
  color: #fff;
}

#cta-buttons {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

#cta-buttons .primary-btn {
  background: none;
  background-color: var(--cor-branco);
  color: var(--cor-secundaria);
  border: 2px solid var(--cor-branco);
  box-shadow: none;
}

#cta-buttons .secondary-btn {
  background: none;
  color: var(--cor-branco);
  border: 2px solid var(--cor-branco);
  box-shadow: none;
}

.slick-slide {
  cursor: grab;
}

#contato {
  padding: 3rem 0;
  background-color: #f8f9fa;
}

#conteudo-politica h2 {
  font-size: 1.2rem;
  color: var(--cor-secundaria);
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Chakra Petch", monospace;
}

#conteudo-politica p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 1rem;
}

#conteudo-politica strong {
  font-weight: 600;
  color: var(--cor-secundaria);
}

#conteudo-politica ul {
  list-style: disc inside;
  margin-bottom: 1rem;
}

#conteudo-politica ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 0.5rem;
}

#conteudo-politica {
  max-width: 54rem;
}

#contato #form-contato {
  max-width: 62rem;
  margin: 0 auto;
}

input.error,
select.error,
textarea.error {
  border-color: red;
}

.error-message {
  color: red;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.dropmenu {
  position: absolute;
  z-index: 1000;
  background-color: var(--cor-branco);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  overflow: hidden;
  display: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
}

.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

#nav nav > span:hover .dropmenu {
  display: flex !important;
}

.dropmenu a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 1rem;
  transition: all ease 0.2s;
  width: 100%;
}

.dropmenu a:hover {
  background-color: #ecfaf2;
}

.dropmenu a .dropmenu-icon {
  background-color: #00d0841a;
  display: flex;
  border-radius: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center !important;
  justify-content: center !important;
}

.dropmenu a .dropmenu-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--cor-primaria);
}

.dropmenu-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.dropmenu-txt span {
  font-size: 0.875rem;
  color: #333;
  font-weight: 600;
}

.dropmenu-txt span:last-child {
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 400;
  margin-top: -0.2rem;
}

#home .menu-home,
#servicos-page .menu-servicos,
#contato-page .menu-contato,
#quem-somos-page .menu-quem-somos {
  color: var(--cor-primaria);
}

.whatsapp-fixed {
  position: fixed;
  bottom: 3rem;
  right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--cor-primaria);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all ease 0.2s;
}

.menu-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  #nav > a {
    display: none;
  }

  .header-space {
    height: 95px;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--cor-primaria);
    border-radius: 0.5rem;
    cursor: pointer;
    border: 0;
  }

  .menu-toggle svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--cor-branco);
  }

  #nav {
    flex-direction: column;
  }

  #nav nav {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    height: 0;
    transition: all ease 0.3s;
  }

  #nav nav.open {
    height: auto;
  }

  #nav nav > a,
  #nav nav > span,
  .dropmenu-txt span {
    width: 100%;
    padding: 0.5rem 2rem;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
  }

  #nav nav > span {
    padding: 0;
    padding-top: 0.5rem;
  }

  .dropmenu-txt span {
    border: 0;
    border-top: 1px solid #e5e7eb;
  }

  .dropmenu {
    display: flex !important;
    box-shadow: none;
    position: initial;
    overflow: visible;
    margin-top: 0.5rem;
  }

  .dropmenu a {
    padding: 0;
  }

  .dropmenu a .dropmenu-icon,
  .dropmenu-txt span:last-child {
    display: none !important;
  }

  .dropmenu-txt {
    width: 100%;
  }

  #hero h1,
  #hero-slider h1,
  #hero h1 span,
  #hero-slider h1 span {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  #sobre h2,
  #sobre h2 span,
  .hero-title h2,
  .hero-title h2 span,
  #cta-content h2,
  #cta-content h2 span,
  .center-title h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .hero-title p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .servico-home h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .servico-home p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .servico-home ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #sobre .center {
    flex-direction: column;
  }

  #sobre .left,
  #sobre .right {
    width: 100%;
  }

  #topo-rodape,
  #base-rodape,
  #topicos-quem-somos,
  #cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .center {
    width: 95%;
  }

  #cta-content {
    padding: 4rem 0;
  }

  #topo a img {
    width: 180px;
  }

  #title-quem-somos h1,
  #title-quem-somos h1 span,
  #title-servico h1,
  #title-servico h1 span {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  #title-servico h1 {
    width: 100%;
    max-width: 100%;
  }

  #title-servico p {
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  #title-quem-somos p {
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  #botoes-title {
    flex-direction: column;
    gap: 1rem;
  }

  #topicos {
    grid-template-columns: repeat(1, 1fr);
  }

  #diferenciais .center {
    grid-template-columns: repeat(1, 1fr);
  }

  #form-contato {
    grid-template-columns: repeat(1, 1fr);
    width: 95%;
    margin: 2rem auto;
  }

  #form-contato form {
    border-radius: 1rem 1rem 0 0;
  }

  #contato-infos {
    border-radius: 0 0 1rem 1rem;
  }

  #infos .text span {
    font-size: 0.875rem;
  }

  #contato-infos {
    padding: 1.5rem;
  }

  #topicos .icon {
    width: 3rem;
    height: 3rem;
  }

  #topicos .icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  #slider-home .slider-item {
    background-image: url(../images/banners/banner-mobile.png) !important;
    background-size: cover !important;
    background-position: center !important;
  }

  #hero-slider .left {
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  #hero-slider .left > a:last-child {
    margin: 1rem 0 0;
  }

  .form-row {
    flex-direction: column;
  }
}
