@charset "utf-8";
/* CSS Document */


.formulario-texto{
font-family: 'Geogrotesque Rg';
}

.mod_sef_th  {
  font-weight: normal !important;
  font-size: 15px !important;
  }
.mod_sef_td  {
  width: 100%;
  }
.mod_sef_td input  {
  width: 100%;
  height: 30px;
  border: solid 1px #ccc;
  margin-bottom: 10px;
  }
.mod_sef_td textarea  {
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 10px;
  }
  
#mod_simpleemailform_submit_1 , #mod_simpleemailform_reset_1  {
  width: 110px;
  float: right;
  background: #06669C;
  color: #fff;
  margin: 0 0 0 10px;
  border: 0 !important;
  cursor: pointer;
  }
  
.mapa-um  {
  float: left;
  width: 47%;
  }
.mapa-dois  {
  float: right;
  width: 47%;
  }
.mapa-um h4 , .mapa-dois h4  {
  font-weight: bold;
  color: #0d3654;
  font-size: 15px;
  margin-bottom: 10px;
  }
.mapa-um img , .mapa-dois img  {
  width: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
body  {
  /*font-family: 'corisandelightregular';*/
  font-size: 16px;
  }
iframe  {
  /*height: 450px;*/
  width: 100%;
  }
.formulario-campo input  {
  width: 99.5%;
  /*border: solid 1px #4B6A77;*/
  border: 0;
  height: 40px;
  font-family: 'corisanderegularregular';
  margin-bottom: 10px;
  }
.formulario-campo input.textfield-ddd  {
  width: 10%;
  margin-right: 2%;
  }
.formulario-campo input.textfield-telefone  {
  width: 86.6%;
  }
.formulario-campo textarea  {
  font-family: 'corisanderegularregular';
  width: 99.5%;
  /*border: solid 1px #4B6A77;*/
  border: 0;
  margin-bottom: 10px;
  height: 150px;
  }
input.btn-contato-reset , input.btn-contato-enviar  {  
  background: #203037;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  }
input.btn-contato-reset:hover , input.btn-contato-enviar:hover  {  
  background: #b98d2f;
  }










@media only screen and (max-width: 768px) {
.contato-esq , .contato-dir {
  width: 100%;
  margin-bottom: 15px;
  }
iframe {
  /*height: 490px;*/
  }
.formulario-campo input.textfield-telefone {
    width: 85.6%;
}
  }
/*CONTATO - FIM*/