/* BG Modal */
.bg-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}

/* Servicos Section */
.servicos-box {
  margin-top: 3em;
}

.servicos-box h2 {
  font-weight: 700;
  color: #070a0b;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

.servicos-box hr {
  border: 0.1em solid #000;
  width: 5%;
  margin: 2em auto;
}

.servicos-box p {
  text-align: center;
  width: 50%;
  display: block;
  margin: 2em auto;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #949292;
}

.servicos-content {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.servicos-ind {
  box-sizing: border-box;
  width: 33.3%;
  display: inline-block;
  padding: 0 2em;
  margin-bottom: 1.3em;
  vertical-align: top;
}

.servicos-ind-box {
  background: #f9f9f9;
  box-sizing: border-box;
}

.servicos-ind-box h3 {
  font-size: 1.6em;
  min-height: 2.5em;
  font-weight: 700;
  line-height: 1.3em;
  display: inline-block;
  width: 70%;
}

.icone-servico {
  float: left;
  width: 10%;
  font-size: 2em;
  margin-right: 0.7em;
}

.saiba-mais-text {
  padding: 1em;
}

.saiba-mais-box {
  text-align: center;
  border-top: 0.2em solid #e1e1e1;
  background: #949292;
  padding: 0.8em 0.5em
}

.saiba-mais {
  color: #fcfcfc;
  border: 0.05em solid #fcfcfc;
  padding: 0.3em;
  border-radius: 0.4em;
}

.solicite-orcamento {
  text-align: center;
  background: #070a0b;
  margin: 1.5em auto;
  color: #fcfcfc;
  padding: 0.5em;
  display: block;
  width: 20%;
  border-radius: 1em;
  font-weight: 700;
}

.box-wrapper-servico p {
  text-align: left;
  width: 100%;
  display: block;
  margin: 0;
  line-height: 1.2em;
  font-size: 1em;
  color: #fcfcfc;
  background: #949292;
  padding: 1em;
  box-sizing: border-box;
}

.modal-box-left {
  background: #000;
  color: #fcfcfc;
  position: absolute;
  top: 0;
  margin: 0 15em;
  box-shadow: 0 0 6px #505050;
  z-index: 999;
  left: 0;
  width: 500px;
}

.modal-box-middle {
  background: #000;
  color: #fcfcfc;
  position: absolute;
  top: 0;
  margin: 0 15em;
  box-shadow: 0 0 6px #505050;
  z-index: 999;
  right: 0;
  width: 500px;
}

.modal-box-right {
  background: #000;
  color: #fcfcfc;
  position: absolute;
  top: 0;
  margin: 0 15em;
  box-shadow: 0 0 6px #505050;
  z-index: 999;
  right: 0;
  width: 500px;
}

.modal-box h3 {
  left: 0;
  padding: 1.7em 1.8em 0 1.8em;
  font-size: 1.5em;
  font-weight: 700;
}

.modal-box a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  font-size: 1.3em;
  color: #fff;
}

.modal-box p {
  text-align: justify;
  width: 80%;
  display: block;
  margin: 3em auto;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #f1f1f1;
}

#box-contrato {
  display: none;
}

#box-analise-credito {
  display: none;
}

#box-emissao-boletos {
  display: none;
}

#box-conciliacao {
  display: none;
}

#box-cobranca-extrajudicial {
  display: none;
}

#box-cobranca-judicial {
  display: none;
}

@media screen and (max-width: 960px) {
  .servicos-ind {
    width: 100%;
    position: relative;
  }

  .solicite-orcamento {
    width: 80%;
  }

  .modal-box-left {
    top: 0;
    margin: 0 1em;
    box-shadow: 0 0 6px #505050;
    z-index: 999;
    left: 0;
    width: auto;
  }

  .modal-box-middle {
    top: 0;
    margin: 0 1em;
    box-shadow: 0 0 6px #505050;
    z-index: 999;
    left: 0;
    width: auto;
  }

  .modal-box-right {
    top: 0;
    margin: 0 1em;
    box-shadow: 0 0 6px #505050;
    z-index: 999;
    left: 0;
    width: auto;
  }
}
