/* tira a transparencia do menu topo */
.topo{
  background-color: rgba(0, 0, 0, 1);
}
/* fim - tira a transparencia do menu topo */
#reftop{
  padding-bottom: 100px;
}
.contato_conteudo{
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* mensagem de resposta */
.msg_resposta{
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 20px;
}
.contato_erro{
  text-align: center;
  font-size: 16px;
  background: #f00f00;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff;
}
.contato_enviado{
  text-align: center;
  font-size: 16px;
  background: #53ac53;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff;
}
/* fim - mensagem de resposta */
.coluna_esquerda{
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  width: 50%;
}
.coluna_direita{
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  width: 50%;
}
.coluna_direita p{
  margin-left: 50px;
  padding: 10px 0 10px 20px;
  border-left: solid 2px #1DBBDE;
  color: #FFFFFF;
  font-size: 24px;
}
.contato_form{
  padding: 0 0 20px 0;
}
.form_coluna{
  float: right;
  width: 100%;
  box-sizing: border-box;
}
.contato_form span{
  color: red;
  margin-right: 2px;
}
.contato_form .label{
  display: block;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 17px;
  color: #000000;
}
.contato_form input[type='text']{
  display: block;
  width: 96%;
  height: 70px;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 17px;
  color: #000000;
  outline: none;
  border: solid 1px #E6E6E6;
  box-sizing: border-box;
  background: #F7F7F7;
  margin-bottom: 20px;
}
.contato_form textarea{
  display: block;
  width: 100%;
  height: 424px;
  padding: 10px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 17px;
  color: #000000;
  border: solid 1px #E6E6E6;
  outline: none;
  background: #F7F7F7;
  margin-bottom: 20px;
}
.botao_enviar a{
  display: block;
  text-align: center;
  position: relative;
  float: right;
  margin-right: 15px;
  color: #ffffff;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 40px;
  background-color: #FF1D25;
  font-weight: 300;
  color: #FFFFFF;
  -webkit-transition: -webkit-all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
}
.botao_enviar a:hover{
  color: #FFFFFF;
  background-color: #000000;
}
/* onde estamos */
.conteudo_bloco3{
  margin-top: 100px;
}
.texto_titulo{
  font-size: 22px;
  font-weight: 800;
  color: #555555;
  margin-bottom: 10px;
}
.empresa_mapa{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
}
.empresa_mapa iframe{
  width: 100%;
  border: none;
  height: 350px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
}
.conteudo_texto2{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #555555;
}
.conteudo_texto2_semmapa{
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 18px;
  line-height: 32px;
  color: #555555;
}
.botao_saibamais a{
  text-decoration: none;
  color: #FF1D25;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  float: left;
}
.botao_saibamais a:hover{
  color: #000000;
}
/* fim - onde estamos */
@media screen and (max-width: 768px){
  .coluna_esquerda{
    float: inherit;
    width: 100%;
    padding: 0 15px;
  }
  .coluna_direita{
    float: inherit;
    width: 100%;
    padding: 0 15px;
  }
  .contato_form .label{
    width: 100%;
    text-align: left;
    padding: 0 0 10px 10px;
  }
  .contato_form input[type='text']{
    width: 100%;
  }
  .contato_form textarea{
    width: 100%;
  }
  .conteudo_texto2{
    float: inherit;
    width: 100%;
    padding: 15px;
  }
  .empresa_mapa{
    float: inherit;
    width: 100%;
    padding: 15px;
  }
}