/* ======== Reset ======== */
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Courier New', Courier, monospace;
  background: linear-gradient(90deg, rgb(32, 30, 30) 0%, rgba(176, 9, 9, 1) 35%, rgba(0, 0, 0, 1) 95%);
  color: white;
}

/* ======== Cabeçalho ======== */
nav.container-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 20px 10px 20px;
  background-color: black;
  background-image: url(https://t4.ftcdn.net/jpg/03/64/00/07/360_F_364000735_Uz0C3yTpbC1uPWC4SNGqch8yv9QCUYLp.jpg);
  background-size: cover;
  background-position: center;
  height: 130px;
}

.logo {
  margin-top: -90px;
  width: 290px;
}

.buttons-group {
  margin-top: 50px;
}

.button {
  padding: 10px 15px;
  border: 1px solid red;
  background-color: black;
  color: white;
  cursor: pointer;
  border-radius: 20%;
  transition: 0.3s;
}

.button:hover {
  background-color: #ff0c0ccc;
  transform: scale(1.1);
}

/* ======== Seções ======== */
section.imgbody {
  padding-top: 15px;
  text-align: center;
}

.header-images figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.imgheader {
  width: 100%;
  max-width: 300px;
  height: auto;
  border: 5px solid black;
  border-radius: 8px;
  box-shadow: 2px 2px 10px white;
  object-fit: cover;
}

/* ======== Títulos ======== */
h1, h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
  background: -webkit-linear-gradient(#ffffff, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ======== Quadrados de Serviço ======== */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  background: linear-gradient(90deg, rgb(32, 30, 30) 0%, rgba(176, 9, 9, 1) 35%, rgba(0, 0, 0, 1) 95%);
}

.square1 {
  width: 140px;
  height: 80px;
  background: linear-gradient(90deg, rgb(32, 30, 30) 0%, rgba(176, 9, 9, 1) 35%, rgba(0, 0, 0, 1) 95%);
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: large;
  border: 5px solid red;
  border-radius: 20%;
  cursor: pointer;
  transition: 0.3s;
}

.square1:hover {
  background-color: #fa0505;
  color: white;
  transform: scale(0.9);
}

/* ======== Blocos de Informação ======== */
.bloco-info {
  margin: 20px auto;
  padding: 15px 20px;
  max-width: 600px;
  width: 90%;
  background: linear-gradient(90deg, rgb(32, 30, 30) 0%, rgba(176, 9, 9, 1) 35%, rgba(0, 0, 0, 1) 95%);
  border-left: 6px solid #fd0000;
  border-radius: 5px;
  box-shadow: 2px 2px 10px white;
}

/* ======== Sobre Nós ======== */
.sobre-nos {
  background-color: #4e0707;
  padding: 20px;
}

.sobre-nos p {
  padding-left: 50px;
}

.sobre-nos img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  border: 6px solid black;
  box-shadow: 2px 2px 10px white;
}

/* ======== Contato ======== */
.contato {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  background-color: #2c2e29;
  border-radius: 8px;
}

.contato-info {
  flex: 1;
  min-width: 280px;
}

.contato-info p {
  margin: 10px 0;
  font-size: 16px;
  color: white;
}

.contato-info a {
  color: #d11f1f;
  text-decoration: none;
}

.contato-info a:hover {
  text-decoration: underline;
}

.redes-sociais a {
  margin-left: 20px;
  display: block;
}

.contato-mapa {
  flex: 1;
  min-width: 300px;
}

iframe {
  border-radius: 8px;
  width: 100%;
  height: 300px;
}

/* ======== Citações ======== */
blockquote {
  text-align: center;
  color: white;
}

/* ======== Responsividade ======== */
@media (max-width: 768px) {
  h1, h2 {
    font-size: 32px;
  }

  nav.container-button {
    flex-direction: column;
    height: auto;
    align-items: center;
  }

  .buttons-group {
    margin-top: 10px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo {
    width: 150px;
    margin-top: -20px;
  }

  .imgheader {
    max-width: 90%;
  }

  .square1 {
    flex: 1 1 100%;
    max-width: 90%;
  }

  .contato {
    flex-direction: column;
    align-items: center;
  }

  iframe {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 120px;
  }

  .button {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 10px;
  }
}

.fb-video iframe {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 100%;
  width: 100%;
  }
.fb-video iframe {
  width: 100% !important;
  max-width: 700px;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}
.btnwpp {
  display: flex;
  align-items: center;
  background-color: green;
  color: white;
  border: 5px solid white;
  border-radius: 20%;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  gap: 10px;

  transition: 0.3s;
}

.btnwpp:hover {
  background-color: #38e64f;
  transform: scale(1.1);
}
.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  width: 100%;
}

.fb-video {
  width: 100% !important;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
