:root {
  --main: rgba(0, 92, 169, 0.9);
  --orange: #f68712;
}

/* Estilo da barra de rolagem inteira */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Fundo da barra (trilho) */
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

/* Parte que se move (o "thumb") */
::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 6px;
  border: 1px solid #f0f0f0;
}

/* Hover do thumb */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

* {
  margin: 0 !important;
  box-sizing: border-box;
  font-family: "Didact Gothic", sans-serif !important;
  text-transform: uppercase;
}

a {
  text-decoration: none !important;
}

body {
  background-color: var(--main);
}

button {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

button img {
  width: 25px;
  height: 25px;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

header img {
  width: 500px;
}

main {
  padding: 0 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#instagram {
  width: 20px;
  height: 20px;
}

.carousel {
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  width: 35%;
  margin: 1rem 0 0 0 !important;
}

button {
  width: 100% !important;
  margin: 0.5rem 0 !important;
}

h5 {
  margin-bottom: 1rem !important;
}

h4 {
  margin: 0 !important;
  font-weight: bold;
}

p {
  text-align: justify;
  color: #fff;
  margin-bottom: 1rem !important;
}

h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px var(--orange);
  margin: 1rem 0 0 0 !important;
}

.post-principal {
  margin-top: 1rem !important;
  width: calc(800px + 1rem);
}

.post-header {
  width: 100% !important;
  margin-bottom: 1rem !important;
}
.post-main {
  width: 50% !important;
}

.products-contact,
.posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem !important;
  gap: 1rem;
}

.posts {
  margin: 1rem !important;
}

.posts div {
  width: 400px;
}

.products-contact h5 {
  font-weight: bold;
  padding: 0.5rem;
  background-color: aliceblue;
  border-radius: 50px;
  color: var(--main);
}

.products-contact a {
  width: 400px;
}

.products-contact div {
  width: 100%;
}

.posts img {
  width: 400px;
  border-radius: 5px;
}

.products-contact img {
  width: 100%;
  border-radius: 5px;
}

.social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem !important;
}

iframe {
  width: 100%;
}

footer {
  text-align: center;
  position: relative;
  padding: 1rem;
  margin-top: 2rem !important;
  background-color: var(--orange);
}

footer p {
  font-size: 0.8rem;
}

#selo {
  width: 100px;
  position: absolute;
  top: -50px;
  right: 1rem;
}

@media (max-width: 920px) {
  .post-principal {
    width: 100%;
  }

  .post-main {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  header img {
    width: 90%;
  }

  .products-contact,
  .posts {
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
  }

  .products-contact {
    margin-top: 2rem !important;
  }

  .posts {
    margin-top: 1rem !important;
  }

  .products-contact div {
    width: 100%;
  }

  .products-contact a {
    width: 100%;
  }

  .posts img {
    width: 100%;
  }

  .social-links {
    flex-direction: column;
    gap: 0 !important;
  }

  .social-links-container {
    width: 100% !important;
  }

  .social {
    width: 100%;
    margin-top: 0 !important;
  }

  .social-links a {
    width: 100% !important;
  }
}

@media (min-width: 721px) and (max-width: 920px) {
  .social {
    width: 60%;
    margin-top: 0 !important;
  }
}
