html,body{
  overflow-x: hidden; 
}
section.galeria-fotos {
  background: #008d00;
}
.foto-equipamentos {
 width: 171px;
  height: 165px;
  display: inline-block;
  margin: -4px;
  object-fit: cover;
  position: relative;
  margin-bottom: -3px;
}
.galeria-fotos {
  text-align: center;
  position: relative;
}
ul.listagem li a {
  font-size: 24px;
  color: #008d00;
  font-weight: 600;
  display: block;
  padding: 7px 11px;
  position: relative;
}
ul.listagem li:nth-child(1) a::before {
  display: none;
}
ul.listagem li {
  display: inline-block;
}
.lista_pecas {
  text-align: center;
  padding: 15px 0;
  width: 60%;
  margin: auto;
}
ul.listagem li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: green;
  border-radius: 50%;
  top: 49%;
  left: 0px;
}
span.botaoArquivo {
  background: #ffffff;
  padding: 12px;
  width: 100%;
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  height: 28px;
  background-image: url(../images/anexar.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  float: left;
  padding-left: 25px;
  cursor: pointer;
  color: #666666;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}
form.orcamento textarea {
  background: white;
  padding: 20px;
  width: calc(100% - 41px);
  border: 1px solid #d0d0d0;
  height: 89px;
  border-radius: 5px;
  resize: none;
  margin-bottom: 50px;
}
form.orcamento {
  margin-bottom: 10px;
}
h2.titulo.small {
  font-size: 25px;
}
.materias-prima {
  align-items: center;
}
a.link-site {
  display: block;
  margin-left: auto;
  padding: 15px;
  background: #0142a6;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  width: 240px;
  text-align: center;
}
a.link-site:hover {
  background: green; 
}
input.quantidade {
  margin-right: 24px;
}
.foumario_Orcamento {
  width: 740px;
  margin: auto;
}
form#EnviarCV input {
  width: 46%;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid #c5c5c5;
  margin-bottom: 8px;
  font-size: 16px;
}
.felx_input {
  display: flex;
}
#inputArquivo {
  display: none;
}
section.formularios {
  background-image: url(../images/orcamento.png);
  background-repeat: no-repeat;
  background-position: center;
}
form.orcamento input::placeholder,form.orcamento textarea::placeholder {
  font-size: 12px;
  color: #666666 !important;
  font-weight: 500;
}
form.orcamento input {
  background: white;
  padding: 20px;
  width: 100%;
  border: 1px solid #d0d0d0;
  margin-bottom: 18px;
}
input.nome {
  margin-right: 23px;
}

@media screen and (max-width: 815px){
  section.formularios{
    background: yellow; 
  }
}

@media screen and (max-width: 615px){
  .foto-equipamentos {
    width: calc(100% / 2);
  }
  .lista_pecas {
    text-align: left;
    width: auto;
  }
  ul.listagem li a{
    font-size: 16px;
    padding: 0 10px;
  }
  section.formularios{
    background: yellow; 
  }
  h2.titulo.small {
    font-size: 23px;
    line-height: 1;
  }
  .felx_input {
    display: block;
  }
  input.nome {
    margin-right: 0;
  }
  form.orcamento input{
    width: calc(100% - 43px);
  }
  span.botaoArquivo{
    width: calc(100% - 43px);
  }
  form.orcamento textarea{
    width: calc(100% - 43px);
    margin-top: 16px;
  }
  input.quantidade {
    margin-right: 0;
  }
}