body{
  overflow-x: hidden !important;
}
.imagem_fundo{
  opacity:1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 500px;
}

.conteudo_imagem{
  position: relative;
  left: 45%;
  text-align: center;
  right: 0;
  z-index: 9999;
  top: 50%;
  /*bottom:50%;*/
  max-width: 250px;
  margin-right: 50px;
  background-color: rgba(102,101,101,0.86);
  background: -webkit-linear-gradient(left, rgba(102,101,101,0.86), rgba(102,101,101,0.86));
  background: -o-linear-gradient(right, rgba(102,101,101,0.86), rgba(102,101,101,0.86));
  background: -moz-linear-gradient(right, rgba(102,101,101,0.86), rgba(102,101,101,0.86));
  background: linear-gradient(to right, rgba(102,101,101,0.86), rgba(102,101,101,0.86));
  text-align:left;
  padding:0px;
  color:white
  text-align: justify;
  text-justify: inter-word;
}

.conteudoQuote{
  color: white;
  padding:20px;
  text-align: center;
}
.titulo_assoc {
  color: #179DCB;
  position: relative;
  font-size: 30px;
  z-index: 1;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
   text-transform: uppercase;
}
.titulo_assoc:before, .titulo_assoc:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 5%;
  height: 3px;

  content: '\a0';
  background-color: #179DCB;
}
.titulo_assoc:before {
  margin-left: -7%;
  text-align: right;
}
.titulo_assoc:after {
  margin-left: 2%;
}
.aqui{
  color: #179DCB;
}
.aqui:hover{
  color: #4E4D4D;
}
.form-control{
  border-color: #179DCB;
}
.form-control:focus{
  border-color: #4E4D4D;
}
.btn-primary, .btn-primary{
  border-color: #179DCB;
  background-color: #179DCB;
  color: white;
  padding:5px 20px;
  font-weight: bold;
}
.btn-primary:focus, .btn-primary:hover{
  background-color: #179DCB;
  border-color: #179DCB;
}
.i_frame{
  border:0;
  width:100%;
  height:350px;
}
.form_esq{
  padding-left:0px;
}
.form_dir{
  padding-right:0px;
}
/*
##########################################################################################################################################
##########################################################################################################################################
##########################################################################################################################################
#################################                          MEDIAQUERYS                          ##########################################
#################################                          MEDIAQUERYS                          ##########################################
##########################################################################################################################################
##########################################################################################################################################
##########################################################################################################################################
*/
@media screen and (max-width: 360px){
  /*Super pequeno*/
}
@media  (min-width: 767px) {
  /*tablet para cima*/
}
@media  (max-width: 767px) {
  /*tablet para baixo*/
  .imagem_fundo{
    height: 200px;
  }
  .conteudo_imagem{
    top:45%;
    width: 90%;
    left:12%;
    margin-left:5%;
    margin-right:5%;
  }
  .i_frame{
    margin-top:20px;
    border:0;
    width:100%;
    height:350px;
  }
  .form_esq{
    padding-left:0px;
    padding-right:0px;
  }
  .form_dir{
    padding-left:0px;
    padding-right:0px;
  }
  .growMobile{
    width:100%;
  }
  .text-center-mobile{
    text-align: center;
  }

}
