body {
  font-family: "Source Sans Pro", sans-serif;
}

a:link {
  text-decoration: none;
}

p {
  font-size: 1.3em;
  font-family: "Source Sans Pro", sans-serif;
}

ul li {
  font-size: 1.3em;
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  text-align: center;
}

h2,
h3,
h4,
h5 {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}

hr {
  border-top: 0;
}

footer {
  color: #fff;
  background-color: #111;
  height: 100%;
  clear: both;
  text-align: center;
  padding: 25px;
}

header {
  background: url("../images/background-topo.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: relative;
  padding-bottom: 90px;
}

.heading-grey {
  color: #333;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.padding-60 {
  padding: 60px;
}

.hr {
  color: #333;
  margin-top: 20px;
  margin-bottom: 60px;
  border-bottom: 5px solid #333;
  text-align: center;
  margin-left: 0;
}

.h1-red {
  color: #333;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.hr-white {
  color: #fff;
  margin-top: 20px;
  border-bottom: 5px solid #fff;
  text-align: center;
  margin-left: 0;
}

.hr-grey {
  color: #333;
  margin-top: 20px;
  border-bottom: 5px solid #333;
  text-align: center;
  margin-left: 0;
}

.marcas-hr {
  margin-top: 20px;
  border-bottom: 3px solid #ff7f00;
  max-width: 30rem;
}

.marcas {
  /* background: url("../images/bg-red.gif") center center; */
  /* background-attachment: fixed; */
  background-color: #eee;
  padding-top: 60px;
  padding-bottom: 90px;
}

.atendimento-sp {
  /*background: url('../images/bg-melhor-atendimento.jpg')center center;*/
  background-color: #e21833;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  font-size: 20px;
}

.btn-preto {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #333;
  border-radius: 0;
  padding: 12px 25px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.btn-preto:hover {
  background-color: #fff;
  border: 4px solid #fff;
  color: #333;
  transition: all 0.3s ease;
}

.btn-vermelho {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #fff;
  border-radius: 0;
  padding: 12px 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  /* margin-top: 20px; */
}

.btn-vermelho:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #111111;
  color: #111111;
  transition: all 0.3s ease;
}

.btn-branco {
  background-color: transparent;
  border: 4px solid #fff;
  margin-top: 20px;
  border-radius: 0;
  padding: 12px 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  /* margin-top: 20px; */
  transition: all 0.3s ease;
}

.btn-branco:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff;
  /* background-color: rgba(0, 0, 0, 0);
  border: 4px solid #e5e5e5;
  color: #eee; */
  /* transform: scale(1.2); */
}

.atendimento-sp:before {
  content: " ";
  background: rgba(51, 51, 51, 0.5);
  z-index: 999;
  display: block;
}

.quem-somos {
  background-color: #ececec;
  padding-top: 60px;
  padding-bottom: 90px;
}

.quem-somos .container {
  padding: 0 !important;
}

.salberfrio {
  background-color: #ccc;
  padding: 60px 0;
}

.nossos-servicos {
  background-color: #6bb134;
  padding-top: 60px;
  padding-bottom: 90px;
  color: #333;
  text-align: center;
}

.nossos-servicos .container {
  padding: 0 !important;
}

.formas-pagamento {
  background-color: #ececec;
  padding-top: 60px;
  padding-bottom: 90px;
  text-align: left;
}

.formas-pagamento .container {
  padding: 0 !important;
}

.contato {
  background-color: #ececec;
  padding-top: 60px;
  padding-bottom: 90px;
}

.contato .container {
  padding: 0 !important;
}

.telefones {
  background-color: #333;
  color: #fff;
  height: 100%;
  text-align: center;
  padding: 20px;
  /* margin-top: 30px; */
}

.telefones p {
  font-size: 3em;
}

.regiao-sp {
  color: #ffffff;
  /* background: url("../images/bg-red.gif") center center;
  background-attachment: fixed; */
  background-color: #011e41;
  height: 100%;
  padding: 30px;
}

.localidade {
  color: #ffffff;
  /* background: url("../images/bg-cinza.gif") center center; */
  background-color: #6bb134;
  background-attachment: fixed;
  height: 100%;
  padding: 30px;
  color:#333;
}

.faca-seu-orcamento {
  margin-top: 70px;
  text-align: center;
}

.faca-seu-orcamento .container {
  padding: 0 !important;
}

.form-group input {
  background-color: #ececec;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #333;
}

.form-group textarea {
  background-color: #ececec;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #333;
}

.btn-form {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #333;
  border-radius: 0;
  padding: 12px 25px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.btn-form:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #333;
  color: #333;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .oculta-formulario {
    display: none;
  }

  .formas-pagamento {
    /* display: none; */
  }
}
