/* Resetando margens e paddings */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos gerais */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #3e5347;
}

header {
  background-color: #161618;
  color: rgb(255, 255, 255);
  padding: 1rem 0;
  text-align: center;
}

header nav ul {
  list-style-type: none;
  margin-top: 1rem;
}

header nav ul li {
  display: inline;
  margin: 0 10px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

section {
  padding: 3rem;
}

h2 {
  font-size: 3rem;
  color: #161618;
  margin-bottom: 5px;
}

p {
  color: #ad9978;
}

.box {
  width: 300px;
  height: 150px;
  margin: 0 auto;
  background-color: #0600b6;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}

.txt-inicio {
  color: #619177;
}

body.scrolled .box {
  opacity: 1;
  transform: translateY(0);
}

/* Estilo dos produtos */


.produtos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.produtos h3 {
  color: #000000;
}

.produtos h2 {
  margin: none;
}

.img-logo {
  height: 10rem;
  margin: none;
}


.produto {
  width: auto;
  height: auto;
  padding: 7px;
  margin-top: 3rem;
  text-align: center;

}

.produto img {
  width: 70vw;
  height: auto;
  margin: none;
  justify-content: center;
  text-align: center;
  display: flex;

}

.produto h3 {
  color: #000000;
  margin-top: 10px;
}

.produto p {
  font-size: large;
}

/*meio-site*/
.meio-site {
  margin-top: 3rem;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  position: relative;
}

.meio-site video {
  height: 100%;
  width: 100%;
  align-items: center;
  text-align: start;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}


/*sobre*/
.sobre {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sobre h2 {
  margin-right: 1rem;
  display: flex;
  align-items: flex-start;
}

.sobre p {
  font-size: large;
  margin-top: 0;
  display: flex;

}

.sociais h2 {

  margin-left: 20%;
}

.sociais p {
  font-size: large;
}

.btn-social {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}


.botao-instagram {
  display: inline-block;
  margin-top: 1rem;
  padding: 13px 30px;
  background-color: #E1306C;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.botao-whatsapp {
  display: inline-block;
  margin-top: 1rem;
  padding: 13px 30px;
  background-color: #25D366;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.botao-whatsapp:hover {
  background-color: #128C7E;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.botao-whatsapp:focus {
  outline: none;

  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);

}


.botao-instagram:hover {
  background-color: #c13584;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}


.botao-instagram:focus {
  outline: none;

  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);

}

/* footer */

footer {
  background-color: #333;
  color: white;
  padding: 50px 20px;
  margin-top: 7rem;
  width: 100%;

}

.logo-breno img {
  height: 7rem;
  margin-top: 0;
}

.logo-breno a button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  background-color: #f95300;
  font-size: 2px;
  cursor: pointer;
  margin: 0 1px;
  transition: .2s;
  margin-right: 10rem;
  margin-top: none;
}

.logo-breno button {
  text-align: center;
  align-items: center;

}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-links,
.footer-social,
.footer-contact {
  width: 30%;
}

.footer-links h4,
.footer-social h4,
.footer-contact h4 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.footer-links ul,
.footer-social ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li,
.footer-social ul li,
.footer-contact ul li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-links ul li a,
.footer-social ul li a,
.footer-contact ul li a {
  list-style: none;
  text-decoration: none;
  color: white;
  font-size: 1em;
}

.footer-links ul li a:hover,
.footer-social ul li a:hover,
.footer-contact ul li a:hover {
  list-style: none;
  text-decoration: underline;
}

.footer-contact p {
  list-style: none;
  font-size: 1em;
  margin-bottom: 10px;
}


.footer-bottom {
  list-style: none;
  text-align: center;
  font-size: 0.9em;
}

.footer-bottom p {
  list-style: none;
  margin: 15px 0;
}

@media (max-width: 768px) {
  .footer-content {
    list-style: none;
    flex-direction: column;
    align-items: center;
  }

  .footer-links,
  .footer-social,
  .footer-contact {
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 768px) {

  header {

    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  /* Logo */
  .logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-left: 10%;
  }

  .img-logo {
    margin-left: 3rem;
  }


  /* Barra de navegação */
  nav ul {
    list-style-type: none;
    display: flex;
    margin-right: 5rem;
  }

  nav ul li {
    margin: 0 15px;
  }

  nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px;
    transition: all 0.3s ease;
  }

  nav ul li a:hover {
    background-color: #f50000;
    border-radius: 5px;
  }

  .produtos {
    display: flex;
    text-align: center;
  }

  .produtos h2 {
    margin-top: 2rem;
    margin: none;
    height: 0;
    width: 2;
  }

  .produto {
    margin-top: 8rem;

  }

  .produto img {
    text-align: center;
    justify-content: center;
    margin-left: 30%;
    width: 40%;
    height: auto;
    border-radius: 8px;
  }

  .produto h3 {
    text-align: center;

    margin-top: 10px;
  }

  /*meio-site*/
  .meio-site {
    margin-top: 15rem;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
  }

  .meio-site video {
    height: 100vh;
  }

  /*sobre*/
  .sobre {
    margin-top: 5rem;
  }

  .sobre p {
    margin-top: 2rem;
  }

  .sociais h2 {
    margin-top: 2rem;
    margin-right: 50%;
    margin: 0;
  }

  .btn-social {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
  }

  .botao-instagram {
    margin-top: 2rem;
    display: inline-block;
    padding: 13px 30px;
    background-color: #E1306C;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .botao-whatsapp {
    margin-top: 1rem;
    display: inline-block;
    padding: 13px 30px;
    background-color: #25D366;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)
  }

  .botao-whatsapp:hover {
    background-color: #128C7E;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
  }


  .botao-whatsapp:focus {
    outline: none;

    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);

  }


  .botao-instagram:hover {
    background-color: #c13584;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
  }


  .botao-instagram:focus {
    outline: none;

    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);

  }
}