:root {
  /* Background colors */
  --bg-primary: #34ccff;
  --bg-secondary: #2ecc71;
  --bg-light: #fff;
  --bg-dark: #000;
  --bg-blue: #171b26;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.list-item-pages {
}

.list-item-pages ul {
  list-style-type: disc;
  margin: 2rem;
}
.list-item-pages li {
  font-size: 0.85rem;
}

/* TRADUÇÃO */

.goog-te-gadget-icon {
  display: none !important;
}

ul {
  list-style: none;
}

body {
  font-family: 'Poppins', sans-serif;
}

.container {
  margin: 0 auto;
  width: 90%;
}

@media (width> 1024px) {
  .container {
    width: 73%;
  }
}

/* HEADER */

.header {
  height: 10vh;
  background: var(--bg-light);

  display: flex;
  align-items: center;
}

.header .mobile-header {
  height: 100%;
  width: 100%;

  display: flex;
  align-items: center;
}

.desktop-header {
  display: none;
}

.header .mobile-header .container .content-header {
  display: flex;
  flex-direction: column;
}

.header .mobile-header .container .content-header .logo {
  width: 100%;
  text-align: center;
}

.header .desktop-header .container .logo a,
.header .mobile-header .container .content-header .logo a {
  font-size: 1.5rem;
  font-weight: bold;

  color: var(--bg-primary);
  text-decoration: none;
}

.header .desktop-header .container .logo a span,
.header .mobile-header .container .content-header .logo a span {
  font-weight: 200;
}

.header .navegator ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.header .navegator ul li a {
  text-decoration: none;
  color: #000;
}

.header .desktop-header .container .langs {
  display: none;
}

footer {
  background: url(../image/footer.jpg);
  color: #fff;

  display: flex;
  flex-direction: column;
  height: 100%;
}

footer .container {
  display: grid;
  grid-template-columns: 1fr;
  padding-block: 1.5rem;
}

footer .container .footer-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

footer .container .footer-items .footer-item .logo {
  font-size: 2rem;
}

footer .container .footer-items .footer-item p {
  font-size: 0.85rem;
  margin-top: 1rem;
}

/* DADOS EMPRESA */
footer .container .footer-items .footer-item .title h2 {
  font-size: 1rem;
}

footer .container .footer-items .footer-item a {
  color: var(--bg-light);
  text-decoration: none;
}

footer .container .footer-items .footer-item .logo-company {
  text-align: center;
  margin-block: 1.5rem;
}

footer .copyright {
  border-top: 1px solid #2f323c;
}

footer .copyright .redes-sociais {
  display: none;
}

table {
  overflow: hidden !important;
  display: none !important;
}

@media (width> 1024px) {
  /* HEADER */
  .header .mobile-header {
    display: none;
  }

  .header .desktop-header {
    width: 100%;
    height: 10vh;
    display: flex;

    position: fixed;
    z-index: 999;

    background: var(--bg-light);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .header .desktop-header .container {
    width: 95% !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 !important;
  }

  .header .desktop-header .container nav ul {
    display: flex;
    gap: 1.5rem;
  }

  .header .desktop-header .container nav ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
  }

  .header .desktop-header .container nav ul li a.active {
    font-weight: bold;
    color: var(--bg-primary);
  }

  .header .desktop-header .container .langs {
    width: 10%;
    height: 100%;
    display: flex;
    gap: 1rem;
    justify-items: center;
    align-items: center;
  }

  /* CONTAINER */

  .container {
    width: 73%;
  }

  /* FOOTER */

  footer {
    background-position: center;
  }

  footer .container {
    width: 95% !important;
  }

  footer > .container {
    padding-block: 5rem;
  }

  footer .container .footer-items {
    display: flex;
    justify-content: space-between;
  }

  footer .container .footer-items .footer-item:nth-child(1) {
    width: 30%;
  }

  footer .container .footer-items .footer-item:nth-child(2) {
    width: 30%;
  }

  footer .container .footer-items .footer-item:nth-child(1) p {
    font-size: 0.8rem;
  }

  footer .copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  footer .copyright .container p {
    font-size: 0.8rem;
  }

  footer .copyright .redes-sociais {
    display: flex;
  }

  footer .copyright .redes-sociais a {
    border: 1px solid #2f323c;
    border-top: 0;
    border-bottom: 0;
    padding-block: 1rem;
    padding-inline: 1rem;

    color: #2f323c;
  }

  footer .copyright .redes-sociais a span {
    font-size: 1.3rem;
  }

  footer .copyright .redes-sociais a:nth-child(2) {
    border-left: 0;
  }
}

/* SLIDER PADRÃO  */
.owl-dots {
  margin: auto !important;
  display: flex !important;
  gap: 1rem;
}

.owl-dots .owl-dot {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.owl-dots .owl-dot.active {
  background: var(--bg-primary) !important;
}
