#conteudo {
  max-width: 1060px;
  margin: 0 auto;
}

.linhaCinza {
  width: 99%;
  height:1px;
  background-color:#E0E0E0;
  padding-bottom:0px!important;
  }
  
/******* JANELA MODAL *******/

#modal_window{
  display: none;
  background:#fff;
  left:65%;
  margin:-200px 0 0 -40%;
  position:fixed;
  top:50%;
  width:50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow:0 3px 7px rgba(0,0,0,.25);
  -moz-box-shadow:0 3px 7px rgba(0,0,0,.25);
  -webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index: 1000;
  padding: 10px 10px 12px 10px;
  }

#modal_window2{
  display: none;
  background:#fff;
  left:65%;
  margin:-200px 0 0 -40%;
  position:fixed;
  top:50%;
  width:50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow:0 3px 7px rgba(0,0,0,.25);
  -moz-box-shadow:0 3px 7px rgba(0,0,0,.25);
  -webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index: 1000;
  padding: 10px 10px 12px 10px;
  }
 
#modal_heading{
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  padding: 15px 0 20px 0;
  margin:0 15px;
  height: 25px;
  }

#modal_heading h2{
  margin: 0px;
  float:left;
  }

.modal_close {
float: right;
}

#modal_content{
  padding: 10px;
  }
 
#modal_footer{
  background:#F7F7F7;
  border-top: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  padding: 10px;
  }


  
/******* FIM JANELA MODAL *******/

/******* ALINHAMENTO *******/

.centerSlider {
  max-width: 1060px;
  margin:0 auto;
  }
  
.noMarginLeft {
  margin-left:0!important;
  }

.noMarginRight {
  margin-right:0!important;
  }
  
.m4j_submit {
  margin-right:5px;
  }

/******* FIM ALINHAMENTO *******/  
  
/******* CONTATO *******/
  
.faleConosco {
  width: 57%;
  float: left;
}

.colContato {
  width: 40%;
  margin-right: 3%;
  float: left;
}

.titContato {
  color: #fff;
  background-color: #487d02;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 15px;
}

.mapaContato {
  border: 1px solid #487d02;
}

.txtContato {
  background: #f8f8f7;
  padding: 1px 15px 10px 15px;
  margin-bottom: 5%;
}

.fVerde {
  color: #487d02;
}

.mContato {
  font-size:10px;
  text-align:center;
  line-height: 14px;
  }

.contentheading {
  margin: 0!important;
  font-size: 17px;
  line-height: 0px;
  }

@media (max-width: 768px) {

   .colContato {
      width: 100%;
      margin-right: 0;
      }

   .faleConosco {
      width: 100%;
      }
}
  
/******* FIM CONTATO *******/

/******* MAPA *******/

.mapa {
  max-width: 570px;
  max-height: 585px;
  }

.mapaCol1 {
  min-width: 40%;
  margin-right: 3%;
  float: left;
  margin-bottom: 4%;
}

.mapaCol2 {
  min-width: 57%;
  float: left;
}

form select {
  border:1px solid #487d02;
  width:100%;
  height:26px ;
  text-transform: none;
  }
  
form select:hover{
  border:1px solid #8cc63f;
  text-transform: none;
  }
  
/******* FIM MAPA *******/

/******* APRESENTE SUA OBRA *******/

.apoCol1 {
  width:30%;
  float:left;
  }

.apoCol2 {
  width:70%;
  float:left;
  }
  
.txtCinza {
  background-color: #f8f8f7;
  padding: 15px 10px 15px 20px;
  margin-top: 0px;
  margin-right: 5%;
}
  
@media (max-width: 768px) {

  /* Layout */
  .apoCol1{ 
    width:100%;
  }

  .apoCol2{ 
    width:100%;
  }
  
  .txtCinza {
    margin-right:0px;
  }
 
   .jwts_tabbernav li a {
    font-size: 8px!important;
    padding: 17px!important;
  }
}
 

  
/******* FIM APRESENTE SUA OBRA *******/

/******* LOCALIZE O CANAL *******/

.mLocal  {
  text-align: center;
  }

.faleConosco div a {display:none!important}
  
/******* FIM LOCALIZE O CANAL *******/

/*-- NEWSLETTER--*/
.descadastrarNewsletter {
  width: 49%;
  float: left;
}

.cadastrarNewsletter {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.cadDiv {
  float:left;
  width:100%;
  white-space:nowrap;
  }
  
.descDiv {
  float:left;
  width:100%;
  white-space:nowrap;
  }

.linha input[type='text'] {
  height:26px;
  border: 1px solid #487d02;
  width:99%;
  }

.linha input[type='email'] {
  height:26px;
  border: 1px solid #487d02;
  width:99%;
  }

.newsBt {
  margin: 10px 5px 0 0!important;
  float:right!important;
}

.linha {
  margin-bottom:3px;
}

/*-- FIM NEWSLETTER--*/