	@charset "UTF-8";
/* CSS Document */
 
h1 {
  font-size: 32px; margin: 0 0 50px 0;
}
h3{ margin-top: 0; }
h2 {
  font-size: 22px;
}
.topo{
  background-image:url("../img/bg-topo-sm.jpg");
  padding: 15px 0 25px 0;
}
.language{
  padding-bottom: 25px;
}
.titulo-topo {
  font-size: 21px;
   line-height: 23px;
}
.contato-interna{
  background-size:cover;
}
.contato-form{
  right: 60px;
  padding: 30px 0 20px 50px;
}
.background-branco {
  background-color: #FFF;
  padding: 60px 0;
}
.texto-horizontal {
  margin-top: -195px;
}
.bg-info{
  margin-top: 30px;
  text-align: left;
}

.rodape{
  text-align: center;
}

@media only screen and (max-width: 550px) {
  .marca-topo {
    padding-bottom: 0px;
  }

  .titulo-topo {
    font-size: 19px;
  }

  .sub-titulo-topo {
    font-size: 13px;
    padding-top: 6px;
    line-height: 15px;
  }

  .conteudo-topo a, .conteudo-videos a {
    font-size: 9px;
    padding-top: 2px;
  }

  .navbar-brand {
    width: 250px;
  }

  .margin-off {
    margin-bottom: 60px;

  }

  @media only screen and (max-width: 500px) {
    .topo {
      padding: 10px 0 30px 0;
    }

    .titulo-topo {
      font-size: 17px;
    }
  }
}

