html {
  font-size: 14px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem rgb(255, 255, 255), 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}



.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating>.form-control-plaintext:focus::placeholder,
.form-floating>.form-control:focus::placeholder {
  text-align: start;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  width: 100%;
  min-height: 100%;
  align-items: center;
  background: #791919;
  color: #333;
}

header {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #111827, #0d1b38, #10367c);
  color: white;
}


.footer {
  width: 90%;
  margin: 40px auto;

  background: #111827;
  color: white;

  border-radius: 18px;
  padding: 18px 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 25px;
  border-right: 1px solid #374151;
}

.footer-item:last-of-type {
  border-right: none;
}

.footer-item i {
  color: #3b82f6;
  font-size: 22px;
}

.footer-item strong {
  display: block;
  margin-bottom: 3px;
}

.footer-item p {
  margin: 0;
  color: #d1d5db;
  font-size: 14px;
}

.footer-whatsapp {
  width: 55px;
  height: 55px;

  background: #25D366;
  color: white;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  transition: .2s;
}

.footer-whatsapp:hover {
  transform: scale(1.08);
}

.footer-whatsapp i {
  font-size: 28px;
}


@media (max-width: 900px) {
  .footer i {
    color: #ffffff;
  }

  .footer {
    flex-direction: column;
    gap: 20px;
  }

  .footer-item {
    width: 100%;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid #374151;
    padding-bottom: 15px;
  }

  .footer-item:last-of-type {
    border-bottom: none;
  }
}




.icon i {
  font-size: 20px;
  color: #737d8d;
}

.linha-vertical {
  width: 2px;
  height: 30px;
  background-color: #737d8d;
}

.servico {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.foto-header {
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 0;
}

.text-header {
  width: 50%;
  position: relative;
  z-index: 1;
}


.text-header h1 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
}


.text-header p {
  color: #f1841e;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.emoji-header {
  flex-direction: row;
  display: flex;
}

.emoji-header h1 {
  font-size: 10px;
  font-weight: 300;

}

.emoji-header i {
  font-size: 15px;
  padding: 3px;
  color: #f1841e;
}

.conteudo {
  margin: 0px;
  background-color: #ffffff;
  display: grid;
  height: 100%;
  width: 100%;
}

.conteudo-r {
  margin-top: 80px;
  padding-top: 10px;
  color: white;
  margin: 0px;
  background-color: #111827;
  display: grid;
  height: 100%;
  width: 100%;
}

.conteudo-r h1 {
  font-size: 17px;
  text-align: center;
  color: white;
  margin: 0px;
  background-color: #111827;
  display: grid;
  height: 100%;
  width: 100%;
}

.conteudo-realizado {

  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;

}

.servico-realizado {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow-x: auto;
  height: 190px;
  width: 100%;
  background-color: #111827;
}

.servico-realizado p {
  padding-top: 5px;
  font-size: 10px;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
}

.servico-realizado img {
  border-radius: 10px;
  width: 110px;
  height: 100px;
  color: #ffffff;
  text-align: center;
}

.realizado-card {
  flex: 0 0 auto;
}

.servicos {
  justify-content: center;
  display: flex;
  overflow-x: auto;
  min-width: 100%;
  padding-right: 10px;
  height: 180px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
  overflow-y: hidden;
}

.comentarios {
  justify-content: center;
  display: flex;
  overflow-x: auto;
  min-width: 0%;
  padding-right: 10px;
  padding-left: 10px;
  height: 180px;
  background-color: #ffffff;
  margin-top: 20px;
  gap: 20px;
  overflow-y: hidden;
}

.comentarios-card {
  text-align: center;
  width: 170px;
  height: auto;
  padding-top: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-shrink: 0;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.comentarios-card i {
  font-size: 15px;
}

.comentarios-card p {
  font-size: 13px;
}

nav {
  justify-content: space-between;
  background-color: #111827;
  display: flex;
  align-items: center;
  width: 100%;
}

.card {
  text-align: center;
  width: 170px;
  height: auto;
  padding-top: 15px;
  flex-shrink: 0;
  margin-left: 10px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.logo {
  display: flex;
  width: 80px;

}

.card:hover {
  transform: translateY(-5px);
}

.acabamento {
  width: 60px;
  height: 50px;
  color: #e97911;
}

i {
  color: #e78d39;
  font-size: 30px;
  padding-bottom: 10px;
}

hr {
  margin: 5px auto;
  opacity: 1;
  border-radius: 30px;
  border: none;
  height: 5px;
  background-color: #ff6600;
  width: 10%;
}

.card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5;
  color: #111827;
}

.links {
  margin-top: 30px;
  margin-bottom: 20px;
}

.card p {
  width: 100%;
}

a {
  padding-right: 6px;
  text-decoration: none;
  color: rgb(217, 211, 218) !important;
}

.formulario {
  display: grid;
  background: white;
  margin-top: 50px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.formulario h2 {
  margin-bottom: 20px;
  text-align: center;
}

.input-group {
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
}

textarea {
  resize: none;
  height: 120px;
}

.btn-header {
  width: 150px;
  height: 30%;
  display: flex;
  text-align: center;
  padding: 10px;
  margin-left: 5px;
  border: none;
  white-space: nowrap;
  background: #f1841e;
  color: white;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}


.btn-what {
  width: 270px;
  height: 50%;
  display: flex;
  text-align: center;
  padding: 10px;
  margin-left: 5px;
  border: none;
  white-space: nowrap;
  background: #3ba312;
  color: white;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}

button:hover {
  background: #f14c00;
}


@media(min-width:1000px) {
  button {
    width: 150px;
  }

  .foto-header {
    width: 50%;
    
  }

  .card p {
    font-size: 13px;
  }

  .servico-realizado {
    justify-content: center;
  }

  .servicos {
    justify-content: center;
  }

  .comentarios {
    justify-content: center;
  }



}

@media(max-width:787px) {
  header h1 {
    font-size: 30px;
  }
  

  .servico-realizado {
    justify-content: flex-start;
  }

  .servicos {
    justify-content: flex-start;
  }

  .comentarios {
    justify-content: flex-start;
  }



}

@media(max-width:490px) {
  button {
    min-width: 150px;
  }

  a {
    font-size: 10px;
  }

  .logo {
    width: 50px;
  }


}