/* line 1, ../sass/_components.scss */
.more {
  display: block;
  width: 100%;
  text-align: center;
  color: #00A550;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 15px 0;
}
/* line 11, ../sass/_components.scss */
.more::before {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  background-color: #00A550;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
/* line 27, ../sass/_components.scss */
.more span {
  padding: 0 15px;
  background-color: white;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 42, ../sass/_components.scss */
.menu-secundary {
  margin: 15px 0 30px 0;
}
/* line 45, ../sass/_components.scss */
.menu-secundary ul {
  display: table;
  width: 100%;
}
/* line 49, ../sass/_components.scss */
.menu-secundary ul li {
  display: table-cell;
}
/* line 52, ../sass/_components.scss */
.menu-secundary ul li a {
  color: #919496;
  font-weight: 800;
  text-decoration: none;
  display: block;
  background-color: #F7F7F7;
  margin: 0 5px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 11.5px;
  padding: 0 5px;
}
/* line 67, ../sass/_components.scss */
.menu-secundary ul li.selected a {
  color: white;
  background-color: #00964A;
}

/* line 76, ../sass/_components.scss */
h2 {
  color: #07428D;
  text-transform: uppercase;
  text-align: center;
  font-size: 20.6px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 30px;
}

/* line 87, ../sass/_components.scss */
.page .text {
  color: #2c2c2d;
  font-size: 13.5px;
  line-height: 26px;
}

/* line 94, ../sass/_components.scss */
.archives {
  margin-top: 15px;
  margin-bottom: 30px;
}
/* line 98, ../sass/_components.scss */
.archives .archive {
  width: 33%;
  float: left;
  padding: 10px;
}
/* line 103, ../sass/_components.scss */
.archives .archive img {
  width: 100%;
}
/* line 107, ../sass/_components.scss */
.archives .archive .title {
  text-align: center;
  padding: 5px 0;
  font-size: 15.5px;
  font-weight: 800;
  color: #919496;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 117, ../sass/_components.scss */
.archives .archive .subtitle {
  text-align: center;
  font-size: 13.5px;
  font-weight: bold;
  color: #919496;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 126, ../sass/_components.scss */
.archives .archive .description {
  text-align: center;
  font-size: 12.5px;
  color: #919496;
  padding: 3px;
  white-space: nowrap;
}
/* line 135, ../sass/_components.scss */
.archives .archive.diretoria .title {
  font-size: 12.5px;
}
/* line 139, ../sass/_components.scss */
.archives .archive.diretoria .subtitle {
  font-weight: normal;
  font-size: 12.5px;
}

/* line 147, ../sass/_components.scss */
.video {
  position: relative;
  display: block;
}
/* line 151, ../sass/_components.scss */
.video i.youtube-play {
  width: 80px;
  height: 113px;
  position: absolute;
  background-image: url(../images/icons/youtube-play.svg);
  z-index: 6;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 168, ../sass/_components.scss */
.pagination {
  margin-bottom: 25px;
}
/* line 171, ../sass/_components.scss */
.pagination ul {
  float: right;
}
/* line 174, ../sass/_components.scss */
.pagination ul li {
  float: left;
  background-color: #F7F7F7;
  margin-left: 2px;
}
/* line 179, ../sass/_components.scss */
.pagination ul li a {
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  color: #434343;
  padding: 3px 7px;
  display: block;
}
/* line 188, ../sass/_components.scss */
.pagination ul li.disabled {
  display: none;
}
/* line 192, ../sass/_components.scss */
.pagination ul li.active {
  background-color: #00964a;
}
/* line 195, ../sass/_components.scss */
.pagination ul li.active a {
  color: white;
}

/* line 4, ../sass/style.scss */
main {
  min-height: calc(100% - 140px - 128px);
}

/* line 8, ../sass/style.scss */
#header {
  border-top: 16px solid #294d91;
  padding: 15px 0;
  height: 128px;
}
/* line 13, ../sass/style.scss */
#header .container {
  height: 100%;
}
/* line 17, ../sass/style.scss */
#header .logo {
  width: 195px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
/* line 23, ../sass/style.scss */
#header .logo img {
  width: 100%;
}
/* line 28, ../sass/style.scss */
#header nav {
  display: inline-block;
  width: 675px;
  height: 100%;
  vertical-align: top;
  position: relative;
}
/* line 35, ../sass/style.scss */
#header nav ul {
  text-align: center;
  width: 100%;
}
/* line 39, ../sass/style.scss */
#header nav ul li {
  display: inline-block;
  padding: 0px 16px;
  font-size: 11.5px;
  font-weight: 800;
  position: relative;
}
/* line 47, ../sass/style.scss */
#header nav ul li.selected::before {
  content: '';
  background-image: url(../images/icons/background-menu.png);
  width: 115%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  left: 42%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 63, ../sass/style.scss */
#header nav ul li.selected a {
  color: white;
}
/* line 68, ../sass/style.scss */
#header nav ul li a {
  color: #919496;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 112px;
  display: block;
  font-weight: 800;
}
/* line 80, ../sass/style.scss */
#header .social-network {
  width: 110px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
}
/* line 87, ../sass/style.scss */
#header .social-network ul {
  width: 100%;
  float: right;
}
/* line 91, ../sass/style.scss */
#header .social-network ul li {
  width: 33.33%;
  display: inline-block;
  float: left;
  padding: 0 2px;
}
/* line 97, ../sass/style.scss */
#header .social-network ul li a {
  font-size: 0;
  display: block;
}
/* line 101, ../sass/style.scss */
#header .social-network ul li a::before {
  content: '';
  display: block;
  height: 70px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 111, ../sass/style.scss */
#header .social-network ul li a.facebook::before {
  background-image: url(../images/icons/facebook.png);
}
/* line 117, ../sass/style.scss */
#header .social-network ul li a.twitter::before {
  background-image: url(../images/icons/twitter.png);
}
/* line 123, ../sass/style.scss */
#header .social-network ul li a.mail::before {
  background-image: url(../images/icons/mail.png);
}

/* line 135, ../sass/style.scss */
#banners .slich img {
  width: 100%;
}

/* line 141, ../sass/style.scss */
#info {
  padding: 30px;
}
/* line 144, ../sass/style.scss */
#info .info-item {
  padding: 0 10px;
  text-align: center;
}
/* line 148, ../sass/style.scss */
#info .info-item a {
  text-decoration: none;
}
/* line 153, ../sass/style.scss */
#info .info-item figure img {
  width: 100%;
}
/* line 158, ../sass/style.scss */
#info .info-item .info-title {
  color: #00A451;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 0 6px 0;
}
/* line 166, ../sass/style.scss */
#info .info-item .info-description-short {
  color: #919496;
  font-size: 13.5px;
  line-height: 20px;
  padding: 0 20px;
  color: #7d7d7d;
  font-weight: 800;
}

/* line 177, ../sass/style.scss */
#news {
  background-color: #F7F7F7;
  padding: 40px 0px;
}
/* line 181, ../sass/style.scss */
#news h2 {
  color: #585858;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 30px;
}
/* line 191, ../sass/style.scss */
#news .news-list {
  margin-bottom: 25px;
}
/* line 195, ../sass/style.scss */
#news .news-item {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  color: #919496;
  font-size: 14px;
}

#news .news-item figure {
  max-height: 300px;
  overflow: hidden;
}

/* line 203, ../sass/style.scss */
#news .news-item figure img {
  width: 100%;
}
/* line 208, ../sass/style.scss */
#news .news-item time {
  color: #919496;
  font-weight: 800;
  padding: 5px 0;
  display: block;
}
/* line 215, ../sass/style.scss */
#news .news-item .news-title {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 13.5px;
}
/* line 222, ../sass/style.scss */
#news .news-item .news-description-short {
  line-height: 20px;
}
/* line 228, ../sass/style.scss */
#news .more span {
  background-color: #f7f7f7;
}

/* line 234, ../sass/style.scss */
#holidays {
  height: 200px;
  background-image: url(../images/feriados_fundo.jpg);
  background-position: center center;
  background-size: auto 100%;
  position: relative;
}
/* line 241, ../sass/style.scss */
#holidays .container {
  height: 100%;
}
/* line 244, ../sass/style.scss */
#holidays .container header {
  color: #03428E;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 15px;
}
/* line 251, ../sass/style.scss */
#holidays .container footer {
  color: #00A550;
  font-size: 26px;
}
/* line 256, ../sass/style.scss */
#holidays .container a {
  text-decoration: none;
}

/* line 262, ../sass/style.scss */
section#impostometro {
  max-height: 140px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
/* line 268, ../sass/style.scss */
section#impostometro::before {
  content: '';
  border-top-color: #f3b92f;
  border-top-width: 32px;
  border-top-style: solid;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 281, ../sass/style.scss */
#social-networks .container {
  margin-bottom: 30px;
}

/* line 286, ../sass/style.scss */
#footer {
  background-color: #D0D1D3;
}
/* line 289, ../sass/style.scss */
#footer .container {
  height: 140px;
  padding: 30px 0;
}
/* line 293, ../sass/style.scss */
#footer .container > * {
  position: relative;
  height: 100%;
}
/* line 299, ../sass/style.scss */
#footer .container .logo figure {
  padding-left: 30px;
}
/* line 302, ../sass/style.scss */
#footer .container .logo figure img {
  width: 85%;
  display: block;
}
/* line 309, ../sass/style.scss */
#footer .container .address {
  padding-left: 25px;
}
/* line 312, ../sass/style.scss */
#footer .container .address p {
  line-height: 24px;
  font-size: 12px;
  color: #585858;
  font-weight: 800;
}
/* line 320, ../sass/style.scss */
#footer .container .social-network {
  width: 110px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
}
/* line 327, ../sass/style.scss */
#footer .container .social-network ul {
  width: 100%;
  float: right;
}
/* line 331, ../sass/style.scss */
#footer .container .social-network ul li {
  width: 33.33%;
  display: inline-block;
  float: left;
  padding: 0 2px;
}
/* line 337, ../sass/style.scss */
#footer .container .social-network ul li a {
  font-size: 0;
  display: block;
}
/* line 341, ../sass/style.scss */
#footer .container .social-network ul li a::before {
  content: '';
  display: block;
  height: 35px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 351, ../sass/style.scss */
#footer .container .social-network ul li a.facebook::before {
  background-image: url(../images/icons/facebook.png);
}
/* line 357, ../sass/style.scss */
#footer .container .social-network ul li a.twitter::before {
  background-image: url(../images/icons/twitter.png);
}
/* line 363, ../sass/style.scss */
#footer .container .social-network ul li a.mail::before {
  background-image: url(../images/icons/mail.png);
}
/* line 371, ../sass/style.scss */
#footer .container .social-network .copyright {
  color: #585858;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 13px;
  text-decoration: none;
  color: #585858;
  font-weight: 800;
}

/* line 385, ../sass/style.scss */
#faq,
#contact {
  padding-top: 30px;
}

/* line 391, ../sass/style.scss */
.noticias .noticia {
  border-bottom: 1px solid #00A550;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
/* line 396, ../sass/style.scss */
.noticias .noticia time {
  padding: 10px 5px;
  display: block;
  font-size: 13.5px;
}
/* line 402, ../sass/style.scss */
.noticias .noticia .news-title {
  color: #434343;
  font-weight: 800;
  font-size: 17.5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 413, ../sass/style.scss */
#faq .question {
  margin-bottom: 30px;
}
/* line 416, ../sass/style.scss */
#faq .question .answer {
  font-weight: 800;
  font-size: 15.5px;
  margin: 5px 0;
  color: #585858;
}

/* line 426, ../sass/style.scss */
#contact .text {
  margin-bottom: 30px;
}
/* line 430, ../sass/style.scss */
#contact .row {
  margin-bottom: 60px;
}
/* line 435, ../sass/style.scss */
#contact .row form .box {
  margin-bottom: 8px;
}
/* line 438, ../sass/style.scss */
#contact .row form .box > * {
  line-height: 36px;
}
/* line 442, ../sass/style.scss */
#contact .row form .box label {
  vertical-align: top;
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  color: #585858;
  font-size: 13.5px;
  font-weight: 800;
}
/* line 453, ../sass/style.scss */
#contact .row form .box input,
#contact .row form .box textarea {
  width: 80%;
  float: left;
  padding: 0 8px;
  color: #2c2c2d;
  font-size: 14px;
  font-family: 'Open Sans';
  background-color: #dfdede;
  border: 0;
}
/* line 465, ../sass/style.scss */
#contact .row form .box textarea {
  line-height: 22px;
  padding: 8px 8px;
}
/* line 470, ../sass/style.scss */
#contact .row form .box input[type=submit] {
  float: right;
  width: 100px;
  font-weight: bold;
}
/* line 479, ../sass/style.scss */
#contact .logo-address {
  text-align: center;
  padding-top: 10px;
}
/* line 483, ../sass/style.scss */
#contact .logo-address figure {
  margin: 0 0 5px 0;
}
/* line 486, ../sass/style.scss */
#contact .logo-address figure img {
  width: 40%;
}
/* line 492, ../sass/style.scss */
#contact .logo-address address p {
  line-height: 22px;
  font-size: 13.5px;
}
/* line 497, ../sass/style.scss */
#contact .logo-address address .number {
  padding-left: 68px;
}
/* line 503, ../sass/style.scss */
#contact iframe {
  margin-bottom: -2px;
}

/* line 509, ../sass/style.scss */
.slick-dots button {
  background-color: white !important;
}
/* line 513, ../sass/style.scss */
.slick-dots .slick-active button {
  background-color: #00964a !important;
}
/* line 516, ../sass/style.scss */
.slick-dots .slick-active button::before {
  color: #00964a !important;
}

/* line 523, ../sass/style.scss */
.tabtop {
  float: none !important;
}

/* line 527, ../sass/style.scss */
#about {
  margin-bottom: 30px;
}
/* line 531, ../sass/style.scss */
#about .archive img {
  max-height: 220px;
}

/* line 537, ../sass/style.scss */
#services {
  margin-bottom: 30px;
}

/* line 541, ../sass/style.scss */
#press {
  margin-bottom: 30px;
}

/* line 545, ../sass/style.scss */
.archives .archive.feriados {
  width: 100%;
}

/* line 549, ../sass/style.scss */
.social-networks-item {
  text-align: center;
}
