.interna_produtos {
  background: url("../img/bg.jpg") no-repeat center;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(194, 154, 23, 0.685);
}

.produto_item {
  padding-top: 60px;
}

.produto_item h2 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  top: -180px;
  text-align: center;
  margin-bottom: -56px;
}

.produto_item h2:after,
.produto_item h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 6px auto 8px auto;
}

.produto_icone {
  background: #000;
  padding: 70px 0;
}

.produto_icone img {
  margin: 0 auto;
}

.produto_info {
  background: #000;
}

.produto_info p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  height: 180px;
  padding: 30px 40px;
}

.produto_info ul li {
  background: #fec63e;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  float: left;
  width: 229px;
  height: 49px;
  text-align: center;
  padding-top: 16px;
}

.produto_info ul li:nth-child(1),
.produto_info ul li:nth-child(2) {
  margin-bottom: 2px;
}

.produto_info ul li:nth-child(even) {
  margin-left: 2px;
}

/*Orçamento*/

.orcamento {
  background: #fff;
  width: 100%;
  margin-top: 60px;
  padding: 0px 0 40px 0;
}
.orcamento p {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 30px;
}
.orcamento h2 {
  color: #fec63e;
}

.orcamento h2:after {
  background: #fec63e;
}

.orcamento_dados {
  color: black;
}

.orcamento_dados h3 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fec63e;
  font-weight: bold;
}

.orcamento_dados span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: Georgia, "Times New Roman", serif;
}

.orcamento_dados span:nth-of-type(2) {
  margin-bottom: 40px;
}

.orcamento_dados ul {
  padding-right: 60px;
}

.orcamento_dados ul li {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  padding: 10px 15px;
}

.orcamento_dados ul li:nth-child(odd) {
  background: wheat;
}

.orcamento_dados p {
  margin: 8px 0;
}

.cta {
  margin-top: 40px;
  text-align: center;
}

.cta .btn-branco{
  color: #fff;
}

.lista-1 {
  background: url("../img/servicos/servico-locacao-caminhao-munck.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  text-align: center;
  box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
}

.lista-1 h2 {
  margin-top: 160px;
  margin-bottom: 40px;
  color: white;
  font-weight: 700;
}
.lista-1 h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 3px;
  background: white;
  margin: 10px auto;
}

.lista-1 a {
  background: none;
  color: #fec63e;
}
.lista-2 {
  background: url("../img/servicos/servico-venda-locacao-empilhadeira.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  text-align: center;
  box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
}

.lista-2 h2 {
  margin-top: 160px;
  margin-bottom: 40px;
  color: white;
  font-weight: 700;
}
.lista-2 h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 3px;
  background: white;
  margin: 10px auto;
}

.lista-2 a {
  background: none;
  color: #fec63e;
}
.lista-3 {
  background: url("../img/servicos/locacao-e-venda-de-geradores .webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  text-align: center;
  box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
}

.lista-3 h2 {
  margin-top: 160px;
  margin-bottom: 40px;
  color: white;
  font-weight: 700;
}
.lista-3 h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 3px;
  background: white;
  margin: 10px auto;
}

.lista-3 a {
  background: none;
  color: #fec63e;
}
.lista-4 {
  background: url("../img/servicos/servico-remocao-industrial.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  text-align: center;
  box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
}

.lista-4 h2 {
  margin-top: 160px;
  margin-bottom: 40px;
  color: white;
  font-weight: 700;
}
.lista-4 h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 3px;
  background: white;
  margin: 10px auto;
}

.lista-4 a {
  background: none;
  color: #fec63e;
}

@media only screen and (max-width: 600px) {
  .lista-1 {
    background: url("../img/servicos/servico-locacao-caminhao-munck.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    height: 280px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
  }

  .lista-1 h2 {
    padding-top: 100px;
    max-width: 80%;
    margin: 0 auto 20px auto;
    color: white;
    font-weight: 700;
  }
  .lista-1 h2:after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background: white;
    margin: 10px auto;
  }

  .lista-1 a {
    background: none;
    color: #fec63e;
  }
  .lista-2 {
    background: url("../img/servicos/servico-venda-locacao-empilhadeira.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    height: 280px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
  }

  .lista-2 h2 {
    padding-top: 100px;
    max-width: 80%;
    margin: 0 auto 20px auto;
    color: white;
    font-weight: 700;
  }
  .lista-2 h2:after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background: white;
    margin: 10px auto;
  }

  .lista-2 a {
    background: none;
    color: #fec63e;
  }
  .lista-3 {
    background: url("../img/servicos/servico-geradores-de-energia.jpg");
    background-size: cover;
    background-position: center;
    height: 280px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
  }

  .lista-3 h2 {
    padding-top: 100px;
    max-width: 80%;
    margin: 0 auto 20px auto;
    color: white;
    font-weight: 700;
  }
  .lista-3 h2:after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background: white;
    margin: 10px auto;
  }

  .lista-3 a {
    background: none;
    color: #fec63e;
  }
  .lista-4 {
    background: url("../img/servicos/servico-remocao-industrial.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    height: 280px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(31, 31, 31, 0.65);
  }

  .lista-4 h2 {
    padding-top: 100px;
    max-width: 80%;
    margin: 0 auto 20px auto;
    color: white;
    font-weight: 700;
  }
  .lista-4 h2:after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background: white;
    margin: 10px auto;
  }

  .lista-4 a {
    background: none;
    color: #fec63e;
  }
}
