.btn-espaco {
  padding: 0 !important;
  text-align: left !important;
}

.duvidas-text {
  text-align: justify;
}

.icone {
  width: 55px;
  margin-left: 20px;
  margin-top: 10px;
}

.titulo-beneficio {
  margin-top: 5rem;
  text-align: center;
  color: #cc9933;
  font-weight: bold;
}

.text-color {
  font-size: 1.2rem;
  text-align: center;
  color: #0067f4;
  font-weight: 400;
}

.text-beneficios {
  font-size: 1rem;
  text-align: justify;
}

.duvidas {
  margin-top: 6.2rem;
  margin-bottom: 1rem;
  color: #cc9933;
}

.servicos {
  font-weight: bold;
  color: #cc9933;
}

.lg-br-cid {
  font-size: 1.2em;
  /* font-weight: 600; */
  color: rgb(6, 107, 141);
  margin: 10px 0 15px 0;
}
input,
input::-webkit-input-placeholder {
  font-size: 11px;
}

.benefices {
  overflow: hidden;
  margin-bottom: 30px;
}

.benefices:before,
.benefices:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  min-width: 20%;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .benefices::before,
  .benefices::after {
    /* display: none; */
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    min-width: 6%;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* .btn-home {
    margin-right: 20px !important;
  } */
  .btn-home-abrir {
    padding: 0 10px 0 10px;
    margin-right: 20px;
    margin-left: 5px;
  }

  .caixa {
    margin-left: 15px;
    padding: 5px;
  }
  .caixa1 {
    padding: 5px;
    margin-right: 10px;
  }
}
