/* introducao */
body{
  background: #D2DDDF
}
.secoes.introducao{
    padding-top: 0;
    margin-bottom: 180px;
}
.secoes.introducao .banner{
    min-height: 114px;
    position: relative;
}
.secoes.introducao .banner .content-titulo{
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: transparent;
    /* padding-bottom: 10px; */
}
.secoes.introducao .banner .content-titulo:before{
    content:'';
    background: transparent;
    width: 1000px;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    right: 100%;
}
.secoes.introducao .banner .content-titulo:after{
    content: '';
    background: transparent;
    width: 1000px;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    left: 100%;
}
.secoes.introducao .banner .content-titulo .titulo{
    padding: 0 15px;
    left: 15px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    font-family: 'Open Sans',sans-serif;
    color: #1D4E89;
    margin: 0;
}
.secoes.introducao .texto *{
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
@media(min-width:1000px){
  .formulario-campos div[class*="col-md-"]{
    padding: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.formulario-campos .msg-success-form{
    margin-bottom: 20px;
    /* background: #dfe6f3; */
    /* border-bottom: 1px solid #12a5b6; */
    position: relative;
    min-height: 50px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    display: none;
    color: #666666;
    text-align: center;
}
.formulario-campos .msg-success-form p{
    text-align: center;
    margin: 0;
    width: 100%;
    color: #004a70;
    font-size: 18px;
    font-family: neo-sans, sans-serif;
    font-weight: 400;
}
.formulario-campos input,
.formulario-campos select,
.formulario-campos textarea{
  border-radius: 18px;
  /* background: #ebebeb; */
  color: #666666;
  border: 1px solid #c8d1d9;
  font-size: 15px;
}
.formulario-campos select{
  background-image: url(../img/seta-select-form.png);
  background-position-y: center;
  background-position-x: 98%;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 100%;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.formulario-campos select::-ms-expand {
  display: none;
}
.formulario-campos input:focus,
.formulario-campos select:focus,
.formulario-campos textarea:focus{
  outline: none;
  box-shadow: none
}
.formulario-campos .btn-formulario{
  font-size: 22px;
  color: #fff;
  background: #18b68f;
  font-weight: bold;
  width: 250px;
  height: 40px;
  border-radius: 18px;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.formulario-campos .btn-formulario:hover{
  background: rgba(24, 182, 143, .9);
}
.formulario-campos .btn-formulario:focus{
  box-shadow: 0 0 0 0.1rem rgba(24, 182, 143, .5);
  outline: none;
}
.indica-obrigatorio{
  /* margin-top: 18px; */
  text-align: right;
}
.indica-obrigatorio span{
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}