/* IMPORTAR FONTES -------------------- */
@font-face {
  font-family: "gilam";
  src: url("../ASSETS/FONTS/GilamBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "gilam";
  src: url("../ASSETS/FONTS/GilamBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "brand";
  src: url("../ASSETS/FONTS/Font-Awesome-6-Brands-Regular-400.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "icon";
  src: url("../ASSETS/FONTS/Font-Awesome-6-Free-Regular-400.otf") format("opentype");
  font-weight: 400;
}

/* MINI RESET CSS -------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  border: 0;
}

/* DECLARAÇÃO DE VARIÁVEIS -------------------- */
:root {
  --fonte-primaria: "gilam";
  --amarelo: #ffea00;
  --azulescuro: #000038;
  --bgclaro: #ffffff;
  --cinza-claro: #cfd8dc;
  --whats: #20b456;
}


/* CONFIGURAÇÕES INICIAIS DO HTML, BODY E FONTE -------------------- */
html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: "gilam";
  color: #000000;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

p {
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "gilam", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5em;
}

h2 {
  font-size: 1.5em;
}

.base {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 95svh;
}

.conteiner {
  max-width: 100vh;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center {
  text-align: center;
}


/* CSS DA PÁGINA -------------------- */
nav {
  width: 100vh;
  height: 3.75em;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 64, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 0 0 10px 10px;
  position: fixed;
  box-shadow: 0px 4px 8px 0px #00000066;
}

nav img {
  height: 1.5em;
}

.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "brand";
  font-size: 2em;
  color: white;
  background-color: var(--whats);
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 20px;
  right: 200px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px #00000066;
}

.whatsapp:hover {
  scale: 110%;
  transition: all 0.15s;
}

.whatsapp.hidden {
  opacity: 0;
  visibility: hidden;
}

.sc_hero {
  padding-top: 3.75em;
  width: 100%;
  height: 100svh;
  background-color: #f5f5f5;
  background: url(../ASSETS/IMAGES/hero.webp) center/cover no-repeat;
  background-color: #000000aa; /* camada de cor */
  background-blend-mode: multiply; /* ou overlay, screen, etc */
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  text-align: center;
  color: white;
  max-width: 100svh;
}

.hero-content h1 {
  font-size: 2.5em;
  color: var(--amarelo);
  margin: 0.75em 0 0.5em;
}

.hero-content p {
  font-size: 1.25em;
  max-width: 60%;
  font-weight: 200;
}

.hero-content .call {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 5px;
}

.brand {
  font-family: "brand";
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
  font-feature-settings: "liga" 1, "clig" 1, "dlig" 1, "calt" 1;
  margin-right: 5px;
}

.icon {
  font-family: "icon";
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
  font-feature-settings: "liga" 1, "clig" 1, "dlig" 1, "calt" 1;
  margin-right: 5px;
}

.hero-content a {
  width: 70%;
  margin-top: 2.5em;
  padding: 10px;
  color: white;
  background-color: var(--whats);
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 700;
}

.cta-button {
  width: 100%;
  padding: 15px 50px;
  background-color: var(--amarelo);
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 5px;
}

.hero-content a:hover {
  scale: 1.025;
  transition: all 0.15s;
}

.sc_clientes {
  background-color: var(--cinza-claro);
  width: 100%;
  display: flex;
  justify-content: center;
}

.clientes {
  width: 120svh;
  padding: 3.75em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: solid 1px red; */
}

.clientes h2 {
  color: var(--azulescuro);
}

.cliente-grupo {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  gap: 0px;
}

.cliente-logo {
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.cliente-logo img {
  max-width: 70%;
  max-height: 500px;
  object-fit: contain;
}

.sc_doispe {
  color: white;
  background-color: #888;
  background-image: url("../ASSETS/IMAGES/2P-hero-dsk.webp");
  background-size: cover;
  background-position: center;
}

.doispe h2 {
  color: var(--amarelo);
}

.sc_servicos {
  color: white;
  background-color: var(--azulescuro);
}

.servicos {
  max-width: 150svh;
}

.servicos ul {
  color: var(--azulescuro);
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  text-align: center;
  width: 90%;
  gap: 1em;
}

.servicos ul li {
  background-color: var(--amarelo);
  width: 32%;
  height: 4em;
  box-shadow: 0px 4px 8px 0px #00000022;
  border-radius: 3px;
}

.servicos ul li a {
  color: inherit;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0 1em;
}

.servicos ul li:hover {
  transform: scale(105%);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.servicos ul li img {
  height: 1.5em;
  margin-right: 0.5em;
}

.sc_os-pes {
  color: white;
  background-color: #888;
  background-image: url("../ASSETS/IMAGES/2P-hero-dsk.webp");
  background-size: cover;
  background-position: center;
}

.os-pes {
  max-width: 150svh;
}

.socios {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  gap: 50px;
}

.socios div {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.socios div p {
  text-align: center;
}

.socios div h3 {
  margin: 0.5em 0;
}

.socio-img {
  height: 100px;
  border-radius: 50%;
}

.sc_metodo {
  background: url(../ASSETS/IMAGES/metodo.webp) center/cover no-repeat;
  background-color: #eceff1bb; /* camada de cor */
  background-blend-mode: screen; /* ou overlay, screen, etc */
  height: fit-content;
  padding: 2em 0 3em 0;
}

.metodo {
  width: 100%;
}

.acc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em; /* ESPAÇO ENTRE OS OBJETOS */
}

.acc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
}

.acc-item h3 {
  width: 95%;
  margin: 0;
}

.acc-item h3 button {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  font-size: 0.85em;
  font-weight: 700;
  height: 2.5em;
  border-radius: 5px;
  background-color: var(--azulescuro);
  color: var(--amarelo);
  padding-left: .6em;
  margin: 0 auto;
}

.acc-item h3 button:hover {
  cursor: pointer;
  scale: 1.025;
  transition: all 0.15s;
}

.acc-item h3 button img {
  height: 1.4em;
  margin-right: 0.5em;
}

.descricao {
  width: 93%;
  padding: 1.5% 3% 2% 6%;
  background-color: white;
  border-radius: 0 0 8px 8px;
}

.sc_cta {
  min-height: 70svh;
  background-color: var(--amarelo);
  color: var(--azulescuro);
  text-align: center;
}

.sc_cta h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.sc_cta a {
  width: 70%;
  margin-top: 2.5em;
  padding: 10px;
  color: white;
  background-color: var(--whats);
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 4px 8px 0 #00000044;
}

.sc_cta a:hover {
  scale: 105%;
  transition: all 0.15s;
}

.sc_footer {
  width: 100%;
  min-height: 25svh;
  padding: 4em 0px;
  background-color: var(--azulescuro);
  color: white;
  font-size: 0.8em;
}

.footer {
  width: 100svh;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 20%;
}

.left, .right {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  gap: 1.5em;
}

.sc_footer h2 {
  font-size: 1.1em;
  margin: 0;
  padding-bottom: 0.25em;
}

.left img {
  height: 1.5em;
  margin-bottom: 1.5em;
}

.left, .right, div {
  width: 100%;
}

.footer p {
  border-top: solid 1px var(--azulescuro);
  padding-top: 0.5em;
  min-width: 100%;
}

.right {
  margin-top: 4.5em;
}

.footer a {
  display: flex;
  flex-direction: column;
  color: var(--azulescuro);
  padding: 20px;
  background-color: var(--cinza-claro);
  border-radius: 5px;
}

.footer a:hover {
  color: cornflowerblue;
  scale: 105%;
  transition: all 0.15s;
}



/* BREAKPOINT MOBILE ------------------------------ */
@media (max-width: 480px) {
  nav {
    width: 90vw;
  }

  .whatsapp {
  right: 20px;
  }

  .hero-content {
    width: 90vw;
  }

  .hero-content h1 {
    font-size: 1.8em;
  }

  .hero-content p {
    max-width: 100%;
  }

  .hero-content a {
    font-size: 1.25em;
    width: 90%;
  }

  .clientes {
    width: 90vw;
  }

  .cliente-grupo {
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  }

  .conteiner {
    width: 80vw;
  }

  .doispe {
    height: fit-content;
    padding: 3.75em 0;
  }

  .socios {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3em;
  }

  .socios div {
  max-width: 90vw;
  }

  .sc_servicos {
    min-height: 105svh;
  }

  .servicos ul li {
    width: 100%;
  }

  .servicos ul li a {
    justify-content: left;
  }

  .sc_os-pes {
  min-height: 105svh;
  }

  .sc_os-pes h2 {
  margin-bottom: 0.5em;
  }

  .sc_cta a {
    width: 90%;
  }

  .footer {
  flex-direction: column;
  }

  .left, .right {
  width: 80vw;
  }

  .right {
    margin-top: 1.5em;
  }
}
