@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  background: #fff; }

body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 400;
  display: flex;
  min-height: 100vh;
  max-width: 1440px;
  margin: 0 auto;
  flex-direction: row; }
  @media (max-width: 765px) {
    body {
      display: block;
      font-size: 12px; } }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button,
input {
  outline: none;
  border: 0; }

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px; } }
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: 0;
  margin-left: 0; }

.row:after,
.row:before {
  content: "";
  display: block;
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.header {
  align-items: center;
  justify-content: flex-end;
  z-index: 1; }
  .header__logo {
    font-size: 1em;
    margin-right: auto;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin: 0 auto 0 30px; }
  .header__login {
    font-size: 1em;
    font-weight: 700;
    margin: 0 30px; }
  .header__search {
    font-size: 1em;
    font-weight: 700;
    margin: 0 30px; }
  .header__join-us {
    font-size: 1.125em;
    font-weight: 700;
    padding: 20px 30px;
    background-color: #f9a658;
    color: #fff; }
  .header .aside-toggle {
    display: none; }
  @media (max-width: 765px) {
    .header {
      flex-direction: column;
      text-align: center;
      display: block !important; }
      .header__login, .header__search {
        margin: 0 auto;
        text-align: center;
        padding: 20px 30px;
        width: 49%;
        display: inline-block; }
      .header__join-us {
        display: inline-block;
        width: 100%;
        text-decoration: underline; }
      .header__logo {
        display: flex;
        border-bottom: 1px solid #e1e1e1;
        padding: 15px;
        margin: 0 auto;
        text-align: center; }
      .header .aside-toggle {
        display: inline-block;
        flex-basis: 40px;
        font-size: 20px; } }

body ::selection {
  background: #f9a658;
  color: #fff;
  text-shadow: none; }
body ::-moz-selection {
  background: #f9a658;
  color: #fff;
  text-shadow: none; }
body ::-webkit-selection {
  background: #f9a658;
  color: #fff;
  text-shadow: none; }
body #js-close-aside {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }

.hero {
  position: relative; }
  .hero .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 20px; }
    .hero .owl-dots .owl-dot {
      display: block !important; }

.society {
  background-color: #fff;
  padding: 50px 50% 50px 40px;
  background: url("../img/society.png") bottom right no-repeat;
  background-size: 90%; }
  .society h2 {
    font-weight: 700;
    font-size: 3em;
    color: #f9a658;
    margin-bottom: 30px; }
  .society p {
    margin-bottom: 20px;
    line-height: 26px;
    color: #606060; }
    .society p:last-child {
      margin-bottom: 0; }
  @media (max-width: 765px) {
    .society {
      background: none;
      padding: 30px 10px; } }
  @media (max-width: 1224px) {
    .society {
      background: none;
      padding: 30px 10px; } }

.more {
  display: flex; }
  .more__join-us {
    display: flex;
    background-color: #ff7200;
    padding: 20px 40px;
    flex: 1;
    align-items: center; }
    .more__join-us .col-1 {
      flex-basis: 70%; }
    .more__join-us .col-2 {
      margin-left: auto;
      padding-left: 20px; }
    .more__join-us h2 {
      color: #fff;
      font-size: 1.8em;
      margin-bottom: 15px; }
    .more__join-us p {
      line-height: 18px;
      color: #2e2e2e; }
    .more__join-us a {
      padding: 10px 50px;
      background-color: #fff;
      color: #ff7200;
      border-radius: 20px;
      display: block;
      white-space: nowrap;
      font-weight: 700; }
  .more__newsletter {
    background-color: #f9a658;
    padding: 20px 40px; }
    .more__newsletter h2 {
      color: #fff;
      font-size: 1.8em;
      margin-bottom: 15px;
      font-weight: 700; }
    .more__newsletter input {
      border-radius: 20px;
      white-space: nowrap;
      padding: 10px 15px;
      margin-right: 15px;
      margin: 5px 15px 5px 0; }
    .more__newsletter .submit {
      display: inline-block;
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-weight: 700;
      background-color: #ff7200;
      color: #fff;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      border: 0; }
    @media (max-width: 765px) {
      .more__newsletter {
        text-align: center; } }
  @media (max-width: 1224px) {
    .more {
      flex-direction: column; }
      .more__join-us {
        flex-direction: column;
        padding: 40px 10px; }
        .more__join-us .col-2 {
          margin: 20px auto 0 auto;
          padding-left: 0; }
      .more__newsletter {
        flex-direction: column;
        padding: 40px 10px; }
        .more__newsletter input {
          margin-bottom: 20px;
          margin-right: 0;
          width: 100%; }
        .more__newsletter .col-2 {
          margin: auto; } }

.knows {
  display: block;
  padding: 10px;
  color: #fff; }
  .knows__box {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 250px;
    width: 100%;
    display: inline-block;
    padding: 15px;
    display: flex;
    flex-direction: column-reverse; }
    .knows__box .item-title {
      display: block;
      font-weight: 700;
      font-size: 1.3em;
      line-height: 24px; }
    .knows__box .item-date {
      display: block;
      font-size: 1em;
      margin-top: 5px; }
    .knows__box:before {
      content: "";
      display: inline-block;
      width: 60px;
      height: 60px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 35px;
      position: absolute;
      top: 15px;
      left: 15px;
      border-radius: 50%; }
    .knows__box:after {
      position: absolute;
      top: 35px;
      left: 85px;
      color: #fff;
      font-size: 1em;
      font-weight: 700;
      text-transform: uppercase; }
    .knows__box.news {
      background-image: url("../img/box-news.png"); }
      .knows__box.news:before {
        background-image: url("../img/icon-box-news.png"); }
      .knows__box.news:after {
        content: "Notícias"; }
    .knows__box.events {
      background-image: url("../img/box-events.png"); }
      .knows__box.events:before {
        background-image: url("../img/icon-box-events.png"); }
      .knows__box.events:after {
        content: "Eventos"; }
    .knows__box.group-works {
      background-image: url("../img/box-group-works.png"); }
      .knows__box.group-works:before {
        background-image: url("../img/icon-box-group-works.png"); }
      .knows__box.group-works:after {
        content: "Grupo de trabalho"; }
  @media (max-width: 765px) {
    .knows {
      flex-direction: column;
      margin-left: auto;
      margin-right: auto; }
      .knows__box {
        margin-bottom: 10px; } }

.partners {
  margin: 40px auto;
  text-align: center; }
  .partners h2 {
    font-weight: 700;
    font-size: 1.5em;
    color: #f9a658;
    margin-bottom: 20px; }
  .partners img {
    max-width: 100%; }
  .partners .owl-carousel .owl-item,
  .partners .owl-carousel .owl-stage {
    display: flex;
    align-items: center; }
  .partners .owl-carousel .owl-dots {
    display: none; }

.aside {
  background-color: #2e2e2e;
  position: relative;
  z-index: 3; }
  .aside__logo {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 120px; }
  .aside__menu {
    margin: 50px auto; }
  .aside__menu > li {
    list-style: none; }
  .aside__menu > li.active > a {
    border-color: #f9a658;
    background-color: #3b3b3b; }
  .aside__menu > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    border-left: 3px solid transparent;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .aside__menu > li > a:hover {
      border-color: #f9a658;
      background-color: #3b3b3b; }
  .aside__menu > li > ul {
    display: none; }
  .aside__menu > li.active > ul {
    display: block; }
  .aside__menu > li > ul > li {
    position: relative; }
  .aside__menu > li.active > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 10px 20px 10px 30px;
    background-color: #3b3b3b; }
  .aside__menu > li > ul > li > ul {
    display: none;
    z-index: 1; }
  .aside__menu > li > ul > li:active > ul {
    display: block; }
  .aside__menu > li > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 40px;
    cursor: pointer;
    background-color: #545454; }
  .aside__menu > li > ul > li > ul > li > a:hover {
    background-color: #6e6e6e; }
  .aside__contact {
    padding: 0 20px; }
    .aside__contact > span {
      color: #f9a658;
      font-weight: 700; }
    .aside__contact > ul {
      border-bottom: 1px solid #484848; }
    .aside__contact > ul > li {
      display: inline-block;
      cursor: pointer; }
    .aside__contact > p {
      color: #f9a658;
      font-size: 0.75em;
      line-height: 18px;
      margin-top: 10px;
      margin-bottom: 50px; }
    .aside__contact .social-midia li {
      margin: 20px 20px 20px 0; }
    .aside__contact .social-midia i.fab {
      font-size: 20px;
      color: #fff; }
  @media (max-width: 765px) {
    .aside {
      position: fixed;
      top: 0;
      width: 70vw;
      height: 100vh;
      overflow-y: scroll;
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -ms-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .aside.active {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
  @media (max-width: 1224px) {
    .aside__contact .social-midia {
      display: flex; }
      .aside__contact .social-midia li {
        flex: 1; } }

.pages {
  padding: 0 40px 40px 40px; }
  .pages .title-bg {
    background: #F9A658;
    padding: 20px;
    margin: auto -40px; }
  .pages .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 700; }
  .pages .subtitle {
    font-weight: 700;
    color: #ff7200;
    padding: 15px 0px;
    font-size: 1.5em; }
  .pages .subtitle-dark {
    font-weight: 700;
    color: #2e2e2e;
    padding: 15px 0px;
    font-size: 1.5em; }
  .pages .area-titles {
    font-weight: 700;
    color: #2e2e2e;
    padding: 15px 0px;
    font-size: 1em; }
  .pages .minititle {
    font-weight: 700;
    color: #2e2e2e;
    padding: 12px 0px;
    font-size: 1em; }
  .pages .info {
    margin-top: 20px;
    line-height: 26px;
    color: #606060;
    margin-bottom: 20px;
    font-size: 1em; }
    .pages .info p, .pages .info h1, .pages .info h2, .pages .info h3, .pages .info h4, .pages .info h5, .pages .info h6, .pages .info ul, .pages .info li {
      padding: 7px 0px !important;
      margin: initial !important; }
    .pages .info li {
      list-style-type: initial !important;
      margin: 0px 0px 0px 15px !important;
      padding: 3px 0px !important; }
    .pages .info strong, .pages .info b {
      font-weight: 700; }
    .pages .info a {
      color: #ff7200 !important; }

@media (max-width: 765px) {
  .pages .title-bg {
    border-top: 2px solid #fff; } }
form .label-control {
  box-sizing: border-box;
  color: #444444;
  display: inline;
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: middle; }
form .subtitle {
  font-weight: 700;
  color: #ff7200;
  padding: initial;
  font-size: 1.5em; }
form .form-control {
  min-height: 34px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0px 0px 15px 0px; }
  form .form-control input[type=text], form .form-control input[type=search], form .form-control input[type=radio], form .form-control input[type=tel], form .form-control input[type=time], form .form-control input[type=url], form .form-control input[type=week], form .form-control input[type=password], form .form-control input[type=checkbox], form .form-control input[type=color], form .form-control input[type=date], form .form-control input[type=datetime], form .form-control input[type=datetime-local], form .form-control input[type=email], form .form-control input[type=month], form .form-control input[type=number], form .form-control select, form .form-control textarea {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out; }
form .label-radio {
  padding: 3px; }
form .margin-buttons {
  margin-top: 28px !important; }
form .checkbox-field, form .radio-field {
  margin-top: 28px; }
form .row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  display: block; }
form .row-block {
  background: #f2f2f2;
  padding: 15px 0px; }
form .hide {
  display: none !important; }
form .radio-container {
  padding: 5px 15px;
  float: left; }
form .view-file {
  font-size: 12px;
  text-decoration: underline; }
form .remove-file {
  font-size: 12px;
  text-decoration: underline;
  color: red; }
form .col-xs-1, form .col-sm-1, form .col-md-1, form .col-lg-1, form .col-xs-2, form .col-sm-2, form .col-md-2, form .col-lg-2, form .col-xs-3, form .col-sm-3, form .col-md-3, form .col-lg-3, form .col-xs-4, form .col-sm-4, form .col-md-4, form .col-lg-4, form .col-xs-5, form .col-sm-5, form .col-md-5, form .col-lg-5, form .col-xs-6, form .col-sm-6, form .col-md-6, form .col-lg-6, form .col-xs-7, form .col-sm-7, form .col-md-7, form .col-lg-7, form .col-xs-8, form .col-sm-8, form .col-md-8, form .col-lg-8, form .col-xs-9, form .col-sm-9, form .col-md-9, form .col-lg-9, form .col-xs-10, form .col-sm-10, form .col-md-10, form .col-lg-10, form .col-xs-11, form .col-sm-11, form .col-md-11, form .col-lg-11, form .col-xs-12, form .col-sm-12, form .col-md-12, form .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.saudacoes-associados {
  margin: 20px 0px; }

.box-funcoes-associados {
  padding: 50px;
  margin: 10px;
  background: #f2f2f2;
  font-size: 20px;
  text-align: center; }

@media (max-width: 765px) {
  .box-funcoes-associados {
    padding: 20px; } }
.associados-estadual-dados {
  margin-top: 30px; }
  .associados-estadual-dados h2 {
    font-size: 20px;
    font-weight: 600;
    color: #f9a658; }
  .associados-estadual-dados p {
    padding-top: 10px; }
    .associados-estadual-dados p strong {
      font-weight: 600; }

.cobranca-automatica {
  font-weight: bold;
  color: blue;
  animation: blinker 1s linear infinite; }
  .cobranca-automatica.ativa {
    color: green; }

@keyframes blinker {
  50% {
    color: darkblue; } }
.btn {
  background: #ff7200;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 10px; }

.btn-small {
  font-size: 0.7em;
  border-radius: 10px !important; }

.btn-password {
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 0.7em;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 10px; }

.btn-margin {
  margin: 20px 0px; }

.search {
  padding: 0;
  height: 0; }
  .search.active {
    height: auto;
    padding: 20px 0;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .search.active form {
      opacity: 1;
      -ms-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .search form {
    text-align: center;
    opacity: 0; }
  .search input,
  .search button {
    padding: 10px 15px;
    display: inline-block;
    margin: 0 auto;
    font-size: 1.2em; }
  .search input {
    width: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: rgba(0, 0, 0, 0.5); }
  .search button {
    display: inline-block;
    width: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: none;
    margin-left: -4px;
    cursor: pointer;
    padding-right: 50px;
    color: rgba(0, 0, 0, 0.3);
    outline: none;
    background-color: #fff; }
  @media (max-width: 765px) {
    .search input {
      width: 80%;
      padding: 10px; }
    .search button {
      width: 10%;
      padding: 10px; } }

.login {
  padding: 0;
  height: 0; }
  .login.active {
    height: auto;
    padding: 20px 0;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .login.active form {
      opacity: 1;
      -ms-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .login form {
    text-align: center;
    opacity: 0; }
    .login form input {
      padding: 10px 15px;
      border-radius: 30px;
      display: inline-block;
      margin: 10px auto 15px auto;
      font-size: 1.2em;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .login form button.btn {
      display: inline-block;
      margin: 0 auto; }

@media (max-width: 765px) {
  .login form input {
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    margin: 10px auto 15px auto;
    font-size: 1.2em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 80%; }
  .login form button.btn {
    display: block;
    margin: 0 auto; } }
.owl-carousel .owl-dots .owl-dot span {
  background-color: #fff !important; }
  .owl-carousel .owl-dots .owl-dot span:hover {
    background-color: #2e2e2e !important; }
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #2e2e2e !important; }

.d-flex, .header {
  display: flex; }

.d-block {
  display: block !important; }

.d-none {
  display: none !important; }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

.text-right {
  text-align: right; }

.table-head {
  background: #2e2e2e;
  color: #fff;
  padding: 5px;
  margin: 5px 0px; }

.table-body {
  background: #f2f2f2;
  padding: 5px;
  margin: 2px 0px; }

.pagination a, .pagination span {
  padding: 5px 10px;
  background: #2e2e2e;
  color: #fff; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
