@charset "CP850";
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
body {
  background: url(../img/bg.png) repeat-x white;
  font-family: "Lato", sans-serif;
  color: #373737; }

p {
  font-family: "Lato", sans-serif; }

h1 {
  font-size: 35px;
  font-family: 'Pathway Gothic One', sans-serif; }

h2 {
  font-size: 40px;
  color: #354880;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One', sans-serif; }

h3 {
  font-size: 28px;
  color: #354880; }

h4 {
  font-size: 20px;
  color: #354880;
  margin-bottom: 10px; }

#conteudo {
  min-height: 380px; }
  #conteudo h1 {
    font-size: 35px;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #354880;
    border-bottom: solid 1px #354880;
    margin-bottom: 20px; }
  #conteudo p {
    text-align: justify; }

.navbar {
  background: none !important;
  margin-bottom: 0; }
  .navbar li {
    line-height: 40px !important;
    height: auto !important; }
  .navbar a {
    height: 40px !important;
    line-height: 50px !important;
    text-shadow: 1px 1px #354880 !important;
    font-weight: bold;
    padding: 0 10px !important; }
  .navbar a:hover, .navbar .gumby-touch .navbar ul li.active > a {
    border-bottom: solid 2px #354880;
    background: none !important;
    color: #354880; }
  .navbar .menu {
    margin-top: 70px; }
  .navbar .marca img {
    padding: 10px 0; }

.marca {
  padding: 0 !important; }
  .marca a {
    padding: 0 !important;
    border: none !important; }

#banner {
  margin-bottom: 40px;
  text-align: center; }
  #banner img {
    -moz-box-shadow: 0 5px 19px 0 #2B2B4E;
    -webkit-box-shadow: 0 5px 19px 0 #2B2B4E;
    box-shadow: 0 5px 19px 0 #2B2B4E; }

.inform {
  text-align: justify; }

.box_home {
  min-height: 349px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: solid 3px #d6d8d0;
  border-radius: 5px;
  background: #f9f9f9; }
  .box_home h2 {
    padding-bottom: 0; }
  .box_home input[type=submit] {
    padding: 4px 0; }
  .box_home a {
    margin: 5px 0;
    float: left;
    color: #373737;
    font-size: 14px; }
  .box_home a:hover {
    color: #33698f; }
  .box_home label {
    color: #354880;
    float: left; }
  .box_home input[type=text] {
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 0;
    border: solid 1px #354880;
    border-radius: 12px;
    padding: 8px; }
  .box_home ul {
    min-height: 70px; }
    .box_home ul li {
      float: left;
      margin: 0 0 0 20px;
      clear: both;
      list-style: disc;
      line-height: normal;
      font-size: 14px; }
      .box_home ul li a {
        margin: 0;
        font-size: 16px; }
        .box_home ul li a:hover {
          text-decoration: underline; }

.box_parceiros {
  text-align: center; }
  .box_parceiros h2 {
    text-align: left; }
  .box_parceiros img {
    margin-top: 20px; }

/*************** 
 *    FOOTER
 **************/
#rodape {
  text-align: center;
  padding: 20px 0;
  color: #354880; }

/*************** 
  * NOVIDADES
  **************/
ul.novidade li {
  padding: 0 20px 0 35px;
  margin-bottom: 20px;
  background: url(../img/ico.png) no-repeat 0 3px; }

a.btn_veja {
  float: right;
  color: #354880;
  font-weight: 600;
  margin-right: 10px; }
  a.btn_veja:hover {
    color: #3E2944; }

/*************** 
 *    EMPRESA
 **************/
.depoimentos {
  text-align: center; }
  .depoimentos img {
    border: solid 1px #354880;
    border-radius: 100%;
    max-width: 160px; }

/********************* 
 *    AREA ATUAÇÃO
 *********************/
.area_box img {
  float: left;
  margin: 0 20px 0 0; }
.area_box ul {
  padding-left: 15px; }
  .area_box ul li {
    list-style: disc; }

/********************* 
 *    TREINAMENTO
 *********************/
.area_treinamento h1 span {
  font-size: 28px; }
.area_treinamento ul li {
  float: left; }
  .area_treinamento ul li p {
    float: left;
    max-width: 330px; }
  .area_treinamento ul li a {
    float: right;
    margin: 0; }
.area_treinamento ul li:first-child {
  margin-left: 20px; }
.area_treinamento table {
  border: solid 1px #354880; }
  .area_treinamento table thead {
    background: #8DB0D8; }
  .area_treinamento table th {
    font-size: 18px; }
  .area_treinamento table td, .area_treinamento table th {
    text-align: center;
    border: solid 1px #354880; }

/********************* 
 *    ARTIGOS
 *********************/
.anteriores {
  font-size: 13px;
  text-align: left;
  padding: 0 10px; }

.atigos_lista li {
  list-style: circle;
  margin: 0 20px; }
  .atigos_lista li a {
    font-size: 20px; }

/********************* 
  *    CONTATO
  *********************/
.inform form input[type=text] {
  width: 100%;
  height: 38px;
  padding: 3px 5px;
  float: left;
  border: solid 2px #1686B9;
  border-radius: 5px;
  font-size: 16px; }
.inform form textarea {
  width: 100%;
  height: 200px;
  padding: 3px 5px;
  float: left;
  border: solid 2px #1686B9;
  border-radius: 5px;
  font-size: 16px;
  resize: none; }
.inform form input[type=submit] {
  height: 31px !important;
  width: 105px; }

.rcol p {
  font-size: 18px;
  margin: 10px;
  text-align: center !important;
  color: #1686B9; }

.btn_geral {
  float: right !important;
  min-width: 80px;
  padding: 0 10px;
  margin: 15px 0;
  text-align: center;
  font-size: 12px;
  color: white !important;
  background: #354880;
  text-shadow: 1px 1px #373737;
  border-radius: 18px;
  border: solid 1px #373737;
  transition: all 0.3s ease 0s;
  cursor: pointer; }

.btn_geral:hover {
  background: #3e2741;
  color: white !important;
  transition: all 0.3s ease 0s; }
