@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, 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;
  box-sizing: border-box; }

/* 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; }

a {
  color: inherit;
  text-decoration: none; }
  a:focus {
    outline: none; }

img {
  max-width: 100%; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: black; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #000;
  padding: 1px; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  bottom: -14px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-transform: uppercase; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

#cboxClose:focus {
  outline: none; }

.container-base, .container-lg, .container {
  margin: 0 auto; }
  .container-base p, .container-lg p, .container p {
    width: 100%;
    max-width: none;
    margin-bottom: 1em; }
    .container-base p:last-child, .container-lg p:last-child, .container p:last-child {
      margin-bottom: 0; }

.container {
  max-width: 1025px; }

.container-lg {
  max-width: 1300px; }

@media screen and (max-width: 1400px) {
  .container-lg {
    max-width: 920px; }
  .container {
    max-width: 800px; } }

@media screen and (max-width: 1024px) {
  .container {
    max-width: 600px; }
  .container-lg {
    max-width: 600px; } }

@media screen and (max-width: 767px) {
  .container-lg {
    max-width: 90%; }
  .container,
  .container-mobile-only {
    max-width: 80%; } }

/**
 * Definição dos estilos e inclusão das fontes
 */
@font-face {
  font-family: 'Circular Std Medium';
  src: url("../../fonts/CircularStd-MediumItalic.eot");
  src: url("../../fonts/CircularStd-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/CircularStd-MediumItalic.woff") format("woff"), url("../../fonts/CircularStd-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Circular Std';
  src: url("../../fonts/CircularStd-Medium.eot");
  src: url("../../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/CircularStd-Medium.woff") format("woff"), url("../../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std Book';
  src: url("../../fonts/CircularStd-Book.eot");
  src: url("../../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/CircularStd-Book.woff") format("woff"), url("../../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("../../fonts/CircularStd-Bold.eot");
  src: url("../../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/CircularStd-Bold.woff") format("woff"), url("../../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("../../fonts/CircularStd-Black.eot");
  src: url("../../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/CircularStd-Black.woff") format("woff"), url("../../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/**
 * Títulos
 */
.page-title {
  bottom: 0.7em;
  color: white;
  font-size: 10em;
  font-weight: 900;
  left: 50%;
  margin-left: -512.5px;
  position: absolute;
  text-align: center;
  width: 1025px;
  z-index: 10; }

.title-1, .title-2 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden; }

.title-2 {
  font-size: 2.8rem;
  line-height: 1.2; }

@media screen and (max-width: 1110px) {
  .page-title {
    margin-left: -400px;
    width: 800px; }
  .title-2 {
    font-size: 2rem; } }

@media screen and (max-width: 1024px) {
  .title-1, .title-2 {
    font-size: 4rem; } }

@media screen and (max-width: 767px) {
  #page-top {
    height: 50vh; }
  .page-title {
    font-size: 6em;
    margin-left: -300px;
    width: 600px; }
  .title-1, .title-2 {
    font-size: 3rem; }
  .title-2 {
    font-size: 2rem; } }

@keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

body {
  background: black;
  font-family: "Circular Std", sans-serif;
  overflow-y: scroll; }
  body.body-class-home, body.no-scroll {
    overflow-y: hidden; }
  body.body-class-home #footer-menu,
  body.body-class-home #page-footer, body.onTransition #footer-menu,
  body.onTransition #page-footer {
    display: none; }
  body.onTransition::before {
    background-image: url("../../images/dist/logo-abacc.svg");
    animation: loading 1.3s ease-out infinite 0.5s;
    background-size: contain;
    content: '';
    height: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 70px; }

html {
  font-size: 0.625em; }

strong {
  font-weight: 900; }

p {
  font-family: "Circular Std Book", sans-serif; }

/*.logo-abacc {
  background-image: url("../../images/dist/logoABACCslider.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block; }*/

.logo-abacc-menu {
  background-image: url("../../images/dist/logoABACCnavbar.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block; }

.background-horizontal, .button, #top-navigation .sub-menu .menu-item::before, #subnav .current:after, #sccc .box:after, #historia:after, #timeline .year, #lista-acordos .download, #nav-equipe .item.selected, #relatorios .relatorio .year {
  background: #6aab3b;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6aab3b), color-stop(100%, #0085d8));
  background: linear-gradient(to right, #6aab3b 0%, #0085d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aab3b', endColorstr='#0085d8', GradientType=1 ); }

.background2-horizontal, #sccc .box:last-child:after {
  background: #9754c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #9754c3), color-stop(100%, #fe7729));
  background: linear-gradient(to right, #9754c3 0%, #fe7729 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9754c3', endColorstr='#fe7729', GradientType=1 ); }

.background-vertical, .horizontal-list .title:after, .home-section .footer .child:before, #tipos-inspecao .inspecao-title::after {
  background: #6aab3b;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6aab3b), color-stop(100%, #0085d8));
  background: linear-gradient(to bottom, #6aab3b 0%, #0085d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aab3b', endColorstr='#0085d8', GradientType=0 ); }

::-moz-selection {
  background: #69AB3B; }

::selection {
  background: #69AB3B; }

.bg-shadow,
.bg-shadow2,
#galerias .galeria:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 2; }

.bg-shadow {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.22)), color-stop(100%, rgba(0, 0, 0, 0.28)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 80%, rgba(0, 0, 0, 0.28) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }


.bg-shadow2,
#galerias .galeria:before {
  background: rgba(0, 0, 0, 0.49);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.49)), color-stop(100%, rgba(0, 0, 0, 0.23)));
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.23) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }

.button {
  margin: 4px;
  border-radius: 2.5em;
  color: white;
  display: inline-block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  min-width: 195px;
  padding: 0 2em;
  text-align: center;
  transition: transform 300ms ease-out; }
  .button:hover {
    transform: perspective(1px) scale(1.05); }

.small {
  font-size: 1.4rem;
  text-transform: uppercase; }

.flag {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -2px; }
  .flag:before, .flag:after {
    content: "";
    width: 11px;
    height: 22px;
    display: inline-block;
    position: absolute; }
  .flag:after {
    right: 0px;
    border-radius: 0 22px 22px 0;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1; }
  .flag:before {
    left: -2px;
    border-radius: 22px 0 0 22px;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1; }
  .flag.brasil:before {
    background: #69AB3B; }
  .flag.brasil:after {
    background: #FEDE00; }
  .flag.argentina:before {
    background: #0087d8; }
  .flag.argentina:after {
    background: #efefef; }
  .flag.us:before {
    background: #0087d8;
    border: 0;
    left: -1px; }
  .flag.us:after {
    background: red; }

.br {
  color: #69AB3B; }

.ar {
  color: #0087d8; }

.box-shadow, .download {
  box-shadow: 0px 0px 30px 0px #878787; }

.year-circle, .biblioteca-item .year, #relatorios .relatorio .year {
  border-radius: 50%;
  color: white;
  font-size: 1.8rem;
  font-weight: 900;
  height: 70px;
  line-height: 0;
  line-height: 70px;
  text-align: center;
  width: 70px; }

.download {
  border-radius: 5em;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 0;
  padding: 2.5rem 3rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease-out; }
  .download:hover {
    transform: perspective(1px) scale(1.02); }

.pais-nome {
  border-top: 1px solid #efefef;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0;
  margin-top: 1.5rem; }

.pais-nome.br {
  border-bottom: 5px solid #69AB3B; }

.pais-nome.ar {
  border-bottom: 5px solid #0087d8; }

.intro {
  font-size: 1.6rem;
  font-family: "Circular Std Book", sans-serif;
  line-height: 1.75; }

.horizontal-list {
  background: black;
  padding: 1.75em 7.5vw;
  overflow: hidden;
  position: relative;
  margin-top: 5em;
  text-align: center; }
  .horizontal-list:before {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 85px;
    position: absolute;
    background: #333; }
  .horizontal-list .content {
    color: white;
    font-size: 1.4rem;
    max-width: 320px;
    line-height: 1.75;
    margin-top: 1em; }
  .horizontal-list .title {
    color: #69AB3B; }
    .horizontal-list .title:after {
      content: "";
      width: 4px;
      height: 42px;
      display: block;
      border-radius: 10px;
      margin: 0.25em 2px; }
  .horizontal-list .list-item {
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    text-align: left;
    vertical-align: top;
    z-index: 5; }
    .horizontal-list .list-item:last-child {
      width: auto !important; }
  @media screen and (min-width: 1110px) {
    .horizontal-list .container {
      max-width: none; } }
  @media screen and (max-width: 1110px) {
    .horizontal-list:before {
      display: none; }
    .horizontal-list .list-item,
    .horizontal-list .list-item:last-child {
      margin-bottom: 2em;
      width: 100% !important; }
    .horizontal-list .list-item:last-child {
      margin-bottom: 0; }
    .horizontal-list .title {
      float: left;
      width: 100%; }
      .horizontal-list .title:after {
        display: none; }
    .horizontal-list .content {
      max-width: none;
      margin-top: 1em; } }

.vertical-list {
  background: #0D0D0D;
  overflow: hidden;
  padding-bottom: 3.3em; }
  .vertical-list .title-1, .vertical-list .title-2 {
    margin-top: 1.75em;
    margin-bottom: 0.25em; }
  .vertical-list .list-item {
    border-top: 1px solid #000;
    padding: 0.8em;
    list-style: none; }
    .vertical-list .list-item p {
      margin-bottom: 0;
      color: white;
      font-size: 1.6rem;
      padding-left: 2em;
      position: relative;
      line-height: 1.5em; }
      .vertical-list .list-item p:before {
        content: "";
        position: absolute;
        top: -0.2em;
        left: 0;
        height: 12px;
        width: 12px;
        background: black;
        vertical-align: top;
        border-radius: 50%;
        margin: 0.55em 1em 0 0; }
    .vertical-list .list-item:last-child {
      border-bottom: 1px solid black; }

.icon-busca {
  background-image: url("../../images/dist/busca.svg");
  background-size: cover; }

button.icon-busca {
  cursor: pointer;
  background-color: transparent;
  height: 40px;
  width: 40px;
  margin-left: 30px;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

#page-footer, #footer-menu {
  position: relative;
  z-index: 500; }

#footer-menu {
  background: #0D0D0D; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 0 auto 1em; }

@media screen and (max-width: 1400px) {
  .vertical-list .title {
    width: 800px; } }

@media screen and (max-width: 1023px) {
  #footer-menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #1a1a1a; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../../fonts/slick.eot");
  src: url("./../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./../../fonts/slick.woff") format("woff"), url("./../../fonts/slick.ttf") format("truetype"), url("./../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#menu-mobile {
  display: none; }

#top-navigation .nav-container {
  background: white;
  border-top: 0;
  border: 1px solid #efefef;
  line-height: 0;
  margin: 0 auto;
  position: fixed;
  width: 1400px;
  z-index: 100;
  top: 0;
  left: 50%;
  margin-left: -700px; }



  #top-navigation .logo-abacc-menu {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 50px;
    margin: 0 1em;
    width: 100px;
    z-index: 1000; }

#top-navigation .menu-item {
  border-right: 1px solid #efefef;
  float: left;
  font-weight: bold;
  height: 85px;
  max-width: 160px;
  padding: 0 2em;
  position: relative;
  text-transform: uppercase; }
  #top-navigation .menu-item div {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #top-navigation .menu-item a {
    font-size: 1.4em;
    line-height: 1em;
    transition: color 150ms ease-out;
    vertical-align: middle; }
    #top-navigation .menu-item a:hover {
      color: #909090; }
  #top-navigation .menu-item.current-menu-item {
    color: #909090; }

#top-navigation .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible; }

#top-navigation .sub-menu {
  left: 50%;
  opacity: 0;
  padding-top: 4.2rem;
  position: absolute;
  top: 5em;
  transform: translateX(-50%);
  transition: opacity 500ms ease-out;
  visibility: hidden;
  width: 280px;
  z-index: 100; }
  #top-navigation .sub-menu.hide {
    display: none !important; }
  #top-navigation .sub-menu::before {
    background: #0D0D0D;
    content: '';
    display: inline-block;
    height: 10px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: calc(4.2rem - 4px);
    transform: rotateZ(45deg);
    width: 10px; }
  #top-navigation .sub-menu .menu-item {
    background-color: #0D0D0D;
    border: 0;
    display: inline-block;
    height: auto;
    max-width: none;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100; }
    #top-navigation .sub-menu .menu-item::before {
      content: '';
      height: calc(100% + 1px);
      left: 0;
      opacity: 0;
      position: absolute;
      top: -1px;
      transition: opacity 200ms ease-out;
      width: 100%; }
    #top-navigation .sub-menu .menu-item:hover::before {
      opacity: 1; }
    #top-navigation .sub-menu .menu-item:hover a {
      border-bottom-color: transparent; }
    #top-navigation .sub-menu .menu-item div {
      margin-bottom: 0;
      margin: 0 auto;
      max-width: 80%;
      overflow: hidden;
      position: relative;
      top: 0;
      transform: none;
      z-index: 10; }
    #top-navigation .sub-menu .menu-item a {
      border-bottom: 1px solid #909090;
      color: white;
      display: inline-block;
      padding: 2rem 0;
      width: 100%; }
    #top-navigation .sub-menu .menu-item:last-child a {
      border-bottom: 0; }

#language-selector {
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  z-index: 9;
  transform: translateY(-50%); }
  #language-selector .option {
    display: none;
    cursor: pointer;
    width: 26px;
    overflow: hidden;
    line-height: 24px;
    border: 1px solid white;
    transition: color 300ms ease-out; }
  #language-selector .lang {
    display: none; }
  #language-selector .option.selected {
    display: inline-block; }
  #language-selector .languages {
    background: white;
    padding: 0.5em 0;
    position: absolute;
    right: 30px;
    top: 24px; }
    #language-selector .languages:hover {
      border-color: #efefef;
      padding: 0.5em 1em;
      right: 16px; }
      #language-selector .languages:hover .option, #language-selector .languages:hover .lang {
        display: inline-block; }
      #language-selector .languages:hover .option {
        text-transform: uppercase;
        width: 120px;
        text-align: right; }
  #language-selector .option:hover {
    color: #909090; }
  #language-selector .flag {
    float: right;
    margin: 0 0 0.5em 0.5em; }

.youtubeicone {
  position: absolute;
  right: 180px;
  width: 30px;
  top: 26px;
  opacity: .6; }

#busca {
  cursor: pointer;
  font-size: 1.4rem;
  height: 30px;
  position: absolute;
  right: 70px;
  text-transform: uppercase;
  top: 35px; }
  #busca .icon-busca {
    display: inline-block;
    height: 23px;
    margin-left: .25em;
    margin-top: -.2em;
    opacity: 0.8;
    position: relative;
    transition: opacity 150ms ease-out;
    vertical-align: middle;
    width: 23px; }
    #busca .icon-busca:hover {
      opacity: 1; }
    #busca .icon-busca:active {
      top: 1px; }
  #busca .form {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    padding: 1em;
    position: fixed;
    left: calc(50% - 700px + 120px);
    top: 0;
    width: calc(1400px - 120px);
    z-index: 120; }
    #busca .form .close {
      float: right;
      margin-top: 30px;
      margin-right: 10%;
      transition: color 150ms ease-in; }
      #busca .form .close:hover {
        color: #69AB3B; }
    #busca .form .icon-busca {
      width: 40px;
      height: 40px;
      margin-left: 30px; }
  #busca .text-field {
    height: 30px;
    font-size: 1.5em;
    padding: 0.5em;
    width: 75%;
    font-family: "Circular Std Book", sans-serif; }
    #busca .text-field:focus::-moz-placeholder {
      opacity: 0.2; }
    #busca .text-field:focus:-ms-input-placeholder {
      opacity: 0.2; }
    #busca .text-field:focus::placeholder {
      opacity: 0.2; }

#page-top {
  height: 560px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  overflow: visible;
  border-bottom: 3px solid #555; }
  #page-top .page-title {
    max-width: 70%; }

#subnav {
  background: white;
  border-bottom: 1px solid #efefef;
  bottom: -3.25em;
  height: 6.5em;
  left: 50%;
  margin-left: -700px;
  position: absolute;
  width: 1400px;
  z-index: 10; }
  #subnav .menu-item {
    float: left;
    text-transform: uppercase;
    text-align: center;
    height: 6.8em;
    padding: 0 2em;
    position: relative; }
  #subnav .current:after {
    bottom: 3px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%; }
  #subnav a {
    font-size: 1.4em;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    transition: color 150ms ease-out;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    #subnav a:hover {
      color: #909090; }

@media screen and (max-width: 1400px) {
  #top-navigation .nav-container,
  #subnav {
    margin-left: -534px;
    width: 1088px; }
  #top-navigation .menu-item {
    padding: 0 1.1em; }
    #top-navigation .menu-item a {
      font-size: 1.3em; }
  #page-top {
    height: 520px;
    background-attachment: inherit; }
  #busca .form {
    left: calc(50% - 500px + 120px);
    width: calc(1000px - 120px); }
    #busca .form .close {
      margin-right: 30px; } }

@media screen and (max-width: 1023px) {
  #page-top {
    height: 60vh; }
    #page-top .page-title {
      left: 0;
      margin-left: 0;
      max-width: none;
      text-align: center;
      width: 100%; }
  #subnav {
    display: none; }
  #busca {
    top: 30px;
    font-size: 1.2em; }
    #busca .text {
      display: none; }
    #busca .form {
      left: 0;
      padding-top: 100px;
      width: 100%;
      padding-left: 10%; }
      #busca .form .icon-busca {
        margin-left: 10px; }
    #busca .text-field {
      width: 65%; }
    #busca .close {
      position: absolute;
      top: 1em;
      right: 0%; }
  #language-selector .languages {
    top: 20px; }
  .youtubeicone {
    top: 21px;
    margin-right: calc(4% + 18px); }
  #busca, #language-selector {
    margin-right: calc(10% + 18px); }
  #language-selector {
    top: 0; }
  #top-navigation {
    background: white;
    height: 80px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
    #top-navigation, #top-navigation .nav-container {
      height: 80px; }
    #top-navigation .nav-container {
      left: 0;
      margin-left: 0;
      width: 100%; }
      #top-navigation .nav-container.show-menu {
        z-index: 10000;
        opacity: 1; }
    #top-navigation .menu {
      height: 100vh;
      left: -100vh;
      margin-left: 0;
      width: 100%;
      overflow: auto;
      opacity: 0;
      z-index: -1;
      transition: opacity 300ms ease-out; }
      #top-navigation .menu.show-menu {
        z-index: 10000;
        opacity: 1; }
    #top-navigation .menu-item {
      height: auto;
      max-width: none;
      padding: 0;
      width: 100%;
      border: 0; }
      #top-navigation .menu-item a {
        display: block;
        margin: 0 auto;
        max-width: 80%;
        padding: 1.5em 0; }


        #top-navigation .menu-item .logo-abacc-menu {
          display: inline-block;
          margin: 1em 0 1em 10%;
          z-index: 10000;
          transform: none;
          border-right: 0; }

      #top-navigation .menu-item .open-mobile {
        background-image: url("../../images/dist/icon-menu.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        cursor: pointer;
        height: 30px;
        opacity: 0.2;
        position: fixed;
        right: 10%;
        top: 25px;
        transition: opacity 300ms ease;
        width: 30px; }
        #top-navigation .menu-item .open-mobile:hover {
          opacity: 0.4; }
      #top-navigation .menu-item .close-mobile {
        cursor: pointer;
        height: 31px;
        overflow: hidden;
        position: absolute;
        right: calc(10%);
        top: 1.9em;
        width: 31px;
        z-index: 10000;
        visibility: hidden;
        opacity: 0;
        transition: 300ms ease opacity; }
        #top-navigation .menu-item .close-mobile:hover::before, #top-navigation .menu-item .close-mobile:hover::after {
          background-color: #909090; }
        #top-navigation .menu-item .close-mobile::before, #top-navigation .menu-item .close-mobile::after {
          background-color: #c0c0c0;
          content: "";
          display: inline-block;
          height: 2px;
          width: 31px;
          position: absolute;
          top: 20px;
          transition: 300ms ease-out background-color; }
        #top-navigation .menu-item .close-mobile::before {
          transform: rotateZ(45deg);
          left: 1px; }
        #top-navigation .menu-item .close-mobile::after {
          transform: rotateZ(-45deg);
          left: 0; }
      #top-navigation .menu-item div {
        top: 0;
        transform: none; }
    #top-navigation .menu {
      background: white;
      height: auto;
      left: -100vw;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
      #top-navigation .menu.opened {
        z-index: 100; }
      #top-navigation .menu > .menu-item {
        border-top: 1px solid #efefef; }
    #top-navigation br {
      display: none; }
    #top-navigation .sub-menu {
      left: 0;
      margin-top: 0;
      opacity: 1;
      padding-top: 0;
      position: relative;
      top: 0;
      transform: none;
      visibility: visible;
      width: 100%; }
      #top-navigation .sub-menu::before {
        display: none; }
      #top-navigation .sub-menu .menu-item {
        margin-bottom: 0; }
      #top-navigation .sub-menu a {
        max-width: 100%; }
  #top-navigation.opened .open-mobile {
    visibility: hidden;
    opacity: 0; }
  #top-navigation.opened .close-mobile {
    opacity: 1;
    visibility: visible; }
  #top-navigation.opened .menu {
    z-index: 1000;
    opacity: 1;
    position: relative;
    left: 0; }
  #top-navigation.opened .nav-container {
    height: 100vh;
    overflow: auto; }
  #top-navigation.opened #busca, #top-navigation.opened #language-selector {
    display: none; } }

@media screen and (max-width: 766px) {
  #menu-mobile {
    display: block; }
  .page-title {
    font-size: 4em; }
  .youtubeicone {
    top: 22px;
    margin-right: calc(2% + 1px); } }

#page-footer {
  padding: 5em 0;
  text-align: center;
  background: #333;
  width: 100%;
  display: inline-block; }
  #page-footer .logo-abacc {
    height: 85px;
    width: 85px; }

    #page-footer .logo-abacc-menu {
      height: 85px;
      width: 85px; }

#footer-menu .menu {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center; }

#footer-menu .menu-item {
  border-right: 1px solid #333;
  color: white;
  display: inline-block;
  font-size: 1.4em;
  padding: 2em 1em;
  text-transform: uppercase; }
  #footer-menu .menu-item br {
    display: none; }
  #footer-menu .menu-item:first-child {
    border-left: 1px solid #333; }
  #footer-menu .menu-item:last-child {
    border-right: 1px solid #333; }

#home-page {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-bottom: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 500ms ease-out; }
  #home-page.reveal {
    opacity: 1; }
  #home-page .slick-dots {
    right: 1em;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 100;
    transform: translateY(-50%); }
    #home-page .slick-dots button {
      visibility: hidden; }
    #home-page .slick-dots li {
      border-radius: 50%;
      height: 10px;
      width: 10px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      display: inline-block;
      margin-bottom: 2em;
      transition: all 300ms ease-out; }
      #home-page .slick-dots li.slick-active {
        background-color: white;
        transform: scale(1.2); }

.home-area {
  background-position: center center;
  background-image: url(https://abacc.sv.com.br/wp-content/uploads/2016/09/telaSite.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw; }
  .home-area:focus {
    outline: none; }
  .home-area.slick-current {
    transition-delay: 0.5s !important; }

#abacc .logo-abacc {
  width: 120px;
  height: 138px; }

#abacc .logo-abacc-menu {
    width: 85px;
    height: 85px; }

#abacc .button.anchor {
  margin-top: 1rem; }

#abacc .text {
  /*bottom: 12vh;*/
  bottom: 4vh;
  /*left: 50%;*/
  left: 61%;
  margin-left: -531.5px;
  /*max-width: 710px;*/
  position: absolute;
  width: 1025px;
  z-index: 3; }

#abacc .intro {
  color: white;
  font-size: 4.4em;
  font-family: "Circular Std Book", sans-serif;
  line-height: 1.2;
  margin: 1em 0; }

#featured-posts .news {
  background-size: cover; }

#featured-posts .infos {
  bottom: 65px;
  max-width: 430px;
  position: absolute;
  z-index: 10; }

#featured-posts .category {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  display: inline-block; }
  #featured-posts .category:after {
    background: white;
    content: "";
    display: inline-block;
    height: 6px;
    padding-right: 1.5em;
    position: relative;
    top: -3px;
    width: 100%; }

#featured-posts .title {
  font-size: 4.4em;
  color: white;
  font-weight: 900;
  margin: 0.3em 0 0; }

#featured-posts .text {
  color: white;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1em; }

#featured-posts .button {
  margin-top: 3em; }

#featured-posts .bg-shadow {
  background: rgba(0, 0, 0, 0.3); }

#featured-posts .full {
  float: left;
  height: 100vh;
  width: 100%; }
  #featured-posts .full .infos {
    left: 100px; }

#featured-posts .half {
  float: left;
  height: 100%;
  position: relative;
  width: 50%; }
  #featured-posts .half .infos {
    left: 100px; }
  #featured-posts .half:first-child {
    border-right: 1px solid white; }
  #featured-posts .half:last-child {
    border-left: 1px solid white;
    float: right; }

#featured-posts .vhalf_top {
  border-bottom: 1px solid white;
  height: calc(50vh + 42.5px); }

#featured-posts .vhalf_bottom {
  border-top: 1px solid white;
  height: calc(50vh - 42.5px); }

#featured-posts .news:nth-child(2) .title, #featured-posts .news:nth-child(3) .title {
  font-size: 3em; }

#featured-posts .news:nth-child(2) .infos, #featured-posts .news:nth-child(3) .infos {
  left: 65px; }

@media screen and (max-width: 767px) {
  #featured-posts .full, #featured-posts .half {
    width: 100%; }
    #featured-posts .full .infos, #featured-posts .half .infos {
      max-width: none;
      width: 70%;
      left: 15%;
      font-size: 0.5em; } }

.home-section {
  color: white; }
  .home-section .title {
    font-size: 14em;
    font-weight: 900;
    line-height: 0.8em;
    margin-bottom: 0.4em;
    position: relative; }
    .home-section .title:after {
      background: white;
      bottom: -0.2em;
      content: "";
      display: inline-block;
      height: 3px;
      left: 50%;
      margin-left: -90px;
      position: absolute;
      width: 180px; }
  .home-section .text {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "Circular Std Book", sans-serif;
    max-width: 500px;
    margin: 0 auto; }
  .home-section .button {
    margin-top: 2em; }
  .home-section .content {
    margin: 0 auto;
    text-align: center;
    width: 800px;
    z-index: 10;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .home-section .footer {
    background: black;
    bottom: 0;
    height: 125px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11; }
    .home-section .footer:before {
      content: "";
      background-color: #666;
      display: inline-block;
      height: 1px;
      left: 0;
      position: absolute;
      top: 20px;
      width: 100%; }
    .home-section .footer .child {
      display: inline-block;
      width: 270px;
      text-align: left; }
      .home-section .footer .child:before {
        border-radius: 2px;
        content: "";
        display: inline-block;
        height: 61px;
        position: absolute;
        top: -20px;
        width: 6px; }
      .home-section .footer .child:last-child {
        width: auto; }
    .home-section .footer span {
      color: #666;
      display: block;
      font-size: 2em;
      margin-top: 2.6em; }
    .home-section .footer a {
      color: white;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold;
      margin-top: 0.7em;
      text-transform: uppercase; }

@media screen and (max-width: 1400px) {
  #abacc .text {
    margin-left: -512.5px;
    width: 1025px; }
  #abacc .intro {
    font-size: 3.5em; }
  .home-section .title {
    font-size: 8em; }
    .home-section .title:after {
      bottom: -0.25em; }
  .home-section .button {
    margin-top: 1em; }
  #featured-posts .vhalf_top .text,
  #featured-posts .vhalf_bottom .text {
    display: none; }
  #featured-posts .infos {
    bottom: 25px; }
  #featured-posts .button {
    margin-top: 2em; } }

@media screen and (max-width: 1023px) {
  #abacc .text {
    margin-left: -450px;
    width: 900px; }
  #featured-posts .news:first-child {
    margin-top: 100px; }
  #featured-posts .news {
    height: calc(33% - 33.33333px);
    width: 100%; }
    #featured-posts .news:nth-child(n) {
      border: 0; }
  #featured-posts .button {
    display: none; }
  #featured-posts .infos {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  #featured-posts .news:nth-child(n) .infos {
    left: 10%; } }

@media screen and (max-width: 1023px) {
  #abacc .text {
    bottom: auto;
    font-size: .6em;
    margin-left: -38%;
    /*top: calc(50% + 40px);*/
    top: calc(75% + 40px);
    transform: translateY(-50%);
    width: 80%; }
  .home-section .content {
    margin-top: 45px; }
  .home-section .title {
    font-size: 3em;
    margin-bottom: .5em; }
    .home-section .title::after {
      display: none; }
  .home-section .footer {
    display: none; }
  .home-section .text {
    max-width: 70%; }
  .home-section .content {
    width: 90%; } 

.home-area {
  background-position: center center;
  background-image: url(https://abacc.sv.com.br/wp-content/uploads/2021/07/telaSiteMobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw; }
  .home-area:focus {
    outline: none; }
  .home-area.slick-current {
    transition-delay: 0.5s !important; }

  }

.main-content {
  width: 100%;
  background: white;
  padding: 4em 0 6em;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.7em; }
  .main-content .breadcrumb {
    margin-bottom: 4em; }

.general-page p, .general-page h1, .general-page h2,
.general-page .content-block {
  max-width: 1025px;
  margin: 0 auto 1em; }
  .general-page p img, .general-page h1 img, .general-page h2 img,
  .general-page .content-block img {
    height: auto; }

.general-page > h2 {
  font-family: "Circular Std", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin-top: 3em; }
  .general-page > h2:first-child {
    margin-top: 0; }

.general-page .wp-caption {
  float: right;
  height: auto;
  margin: 0.5em 0 0em 2em;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  overflow: visible; }
  .general-page .wp-caption img {
    width: 100%;
    height: auto; }
  .general-page .wp-caption .image {
    overflow: hidden;
    height: 66.5%; }

.general-page .wp-caption-text {
  font-size: 1.5rem; }

.general-page #lista-galeria h2 {
  margin-top: 2em;
  margin-bottom: 0.5em; }

.general-page #lista-galeria ul {
  margin: 0 -0.25em; }

.general-page .galeria-item {
  background-size: cover;
  background-position: center center;
  float: left;
  height: 150px;
  margin: 0 0.25em 0.5em;
  width: calc(25% - 1em); }
  .general-page .galeria-item a {
    width: 100%;
    display: inline-block; }

.general-page iframe {
  width: 100%;
  height: 577.075px;
  margin: 2em 0 3em; }

.breadcrumb {
  background-color: #e8e8e8;
  font-size: 1.4rem;
  line-height: 1.0em;
  text-align: center; }

.error-404 .breadcrumb {
  margin-top: 5em; }

@media screen and (max-width: 1400px) {
  .main-content .wp-caption {
    height: auto; }
  .main-content .wp-caption-text {
    font-size: 1.5rem;
    left: -450px;
    width: 450px; }
  .general-page iframe {
    height: 450.4px; }
  .general-page p, .general-page h1, .general-page h2 {
    max-width: 800px; } }

@media screen and (max-width: 1024px) {
  .general-page p, .general-page h1, .general-page h2 {
    max-width: 600px; }
  .main-content {
    padding: 3em 0 3em; }
    .main-content .wp-caption-text {
      position: static;
      width: 100%;
      display: none; }
    .main-content .wp-caption {
      max-width: 600px;
      width: 100% !important;
      float: none;
      height: auto;
      margin: 0 auto; }
      .main-content .wp-caption .image {
        display: none; } }

@media screen and (max-width: 766px) {
  .main-content {
    font-size: 1.6rem;
    padding-bottom: 0; }
    .main-content .wp-caption-text {
      font-size: 2rem;
      line-height: 1.2;
      padding: 1.5em; }
  .general-page p, .general-page h1, .general-page h2 {
    max-width: 80%; }
  .general-page h2 {
    line-height: 1.1; } }

#sccc .bottom {
  margin-top: 4em; }

#sccc .bottom .title-1 span, #sccc .bottom .title-2 span {
  max-width: 500px;
  display: inline-block; }

#sccc .intro {
  font-family: "Circular Std Book", sans-serif;
  margin-top: 1em;
  margin: 1em auto 0;
  width: 1025px; }
  #sccc .intro span {
    display: block;
    width: 500px; }

#sccc .boxes {
  margin-top: 2.5em;
  overflow: hidden; }

#sccc .box {
  width: 50%;
  height: 22vw;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative; }
  #sccc .box:after {
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10; }
  #sccc .box:first-child {
    border-right: 2px solid white; }

#sccc .top {
  color: white;
  font-size: 4rem;
  font-weight: 900;
  margin: 0.75em 1em;
  position: relative;
  z-index: 10; }

#sccc .bottom .title {
  bottom: 1.2em;
  color: white;
  font-size: 2.4rem;
  left: 1.7em;
  line-height: 1em;
  max-width: 300px;
  position: absolute;
  z-index: 5; }

#sccc .footer {
  font-family: "Circular Std Book", sans-serif;
  margin-top: 3.5em; }

@media screen and (max-width: 1110px) {
  #sccc .subtitle,
  #sccc .intro,
  #sccc .footer {
    width: 800px; }
    #sccc .subtitle span,
    #sccc .intro span,
    #sccc .footer span {
      max-width: 100%; } }

@media screen and (max-width: 767px) {
  #sccc .boxes {
    display: none; }
  #sccc .footer {
    margin-top: 1em;
    padding-bottom: 4em; } }

@keyframes bounce {
  0% {
    transform: translateY(-20px);
    opacity: 0.5; }
  70% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }

@keyframes bounce180 {
  0% {
    transform: rotateZ(180deg) translateY(-20px);
    opacity: 0.5; }
  70% {
    transform: rotateZ(180deg) translateY(0px);
    opacity: 1; }
  100% {
    transform: rotateZ(180deg) translateY(15px);
    opacity: 0; } }

#historia {
  position: relative; }
  #historia:before {
    background: #ddd;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -612.5px;
    position: absolute;
    top: 9em;
    width: 1px; }
  #historia:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    top: 15rem;
    left: 50%;
    margin-left: -622.5px; }
  #historia .intro {
    font-size: 1.6rem;
    font-family: "Circular Std Book", sans-serif;
    line-height: 1.75; }

#timeline {
  position: relative;
  margin: 4.5em 0 0;
  transition: 500ms ease-out opacity; }
  #timeline .timeline-entry {
    z-index: 1;
    position: relative;
    width: 100%;
    height: calc(100vh - 85px);
    transition: all 500ms ease;
    margin-bottom: 50vh; }
  #timeline .timeline-entry.current {
    z-index: 5; }
  #timeline .image {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  #timeline.fixed .image {
    position: fixed;
    top: -100%; }
  #timeline .timeline-entry[data-reveal="next"] .image {
    top: 100%; }
  #timeline .timeline-entry[data-reveal="prev"] .image {
    top: -100%;
    transition-delay: 1.2s; }
  #timeline .timeline-entry[data-reveal="current"] .image {
    top: 0; }
  #timeline .content {
    width: 20%;
    position: absolute;
    left: calc(50% - 512.5px);
    top: 10rem;
    z-index: 5; }
  #timeline .about {
    color: #909090;
    font-size: 1.6rem;
    line-height: 1.5; }
  #timeline strong {
    color: #333; }
  #timeline .title-1, #timeline .title-2 {
    margin-bottom: 1em;
    font-size: 1.2em; }
  #timeline .year {
    content: "";
    width: 65px;
    height: 65px;
    position: absolute;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    color: white;
    top: 8.5rem;
    left: calc(50% - 650px + 4px); }
  #timeline .small {
    margin-bottom: 0; }
  #timeline .entry-name {
    line-height: 1;
    font-weight: bold;
    font-size: 1.4rem; }
  #timeline .next, #timeline .prev {
    position: absolute;
    bottom: 9.5em;
    left: calc(50% - 512.5px);
    cursor: pointer; }
    #timeline .next:hover, #timeline .prev:hover {
      opacity: 0.8; }
  #timeline .arrow-down, #timeline .arrow-up {
    background-image: url("../../images/dist/arrow-down.svg");
    background-size: 100% auto;
    width: 40px;
    height: 42px;
    position: absolute;
    left: -120px;
    top: -5px;
    transition: transform 300ms ease-out;
    animation: bounce 2s ease-out infinite 2s; }
  #timeline .arrow-up {
    transform: rotateZ(180deg);
    animation: bounce180 2s ease-out infinite 2s; }

@media screen and (max-width: 1400px) {
  #historia:before {
    margin-left: -450px; }
  #historia:after {
    margin-left: -460px; }
  #timeline .content {
    left: calc(50% - 400px);
    top: 7rem; }
  #timeline .year {
    left: calc(50% - 460px - 22px);
    top: 5rem; }
  #timeline .next, #timeline .prev {
    bottom: 2.5em;
    left: calc(50% - 400px); }
  #timeline .arrow-down, #timeline .arrow-up {
    left: -70px;
    top: -2px; }
  #timeline .arrow-up {
    top: -10px; }
  #timeline .timeline-entry {
    height: calc(100vh - 85px); } }

@media screen and (max-width: 1023px) {
  #historia:after,
  #historia:before {
    display: none; }
  #timeline {
    max-width: 600px; }
    #timeline .content {
      position: relative;
      width: 600px;
      left: calc(50% - 300px); }
    #timeline .timeline-entry {
      height: auto;
      margin-bottom: 15rem;
      padding-top: 10rem; }
    #timeline .image {
      display: none; }
    #timeline .next, #timeline .prev {
      display: none; }
    #timeline .year {
      left: 0;
      top: 0; } }

@media screen and (max-width: 1023px) {
  #timeline {
    margin-left: auto;
    margin-right: auto; }
    #timeline .content {
      width: 100%;
      left: auto;
      top: 0; }
    #timeline .timeline-entry {
      margin-bottom: 8rem; }
    #timeline .image {
      display: none; } }

#tipos-inspecao {
  background: black;
  margin-top: 8em;
  overflow: visible;
  position: relative;
  text-align: center; }
  #tipos-inspecao::before {
    background: #333;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 1.2em;
    width: 100%; }
  #tipos-inspecao .painel-inspecoes {
    display: inline-block;
    margin: 0 auto;
    max-width: 1400px;
    overflow: visible;
    padding: 3em 0;
    text-align: left;
    width: 100%; }
  #tipos-inspecao .inspecao {
    float: left;
    padding: 0 8rem;
    position: relative;
    width: 33.33%; }
  #tipos-inspecao .inspecao-title {
    clear: both;
    color: white;
    float: left;
    font-size: 2.9rem;
    font-weight: 900; }
    #tipos-inspecao .inspecao-title::after {
      border-radius: 10px;
      content: '';
      display: block;
      height: 70px;
      margin: .25em 0;
      width: 5px; }
  #tipos-inspecao .number {
    color: #333;
    float: left;
    font-size: 1.8rem; }
  #tipos-inspecao .inspecao-about {
    color: white;
    float: left;
    font-family: "Circular Std Book", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    opacity: .8; }
  #tipos-inspecao .button {
    bottom: -24px;
    cursor: pointer;
    font-weight: 900;
    height: auto;
    left: 50%;
    padding: .25em 2em;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%); }
  #tipos-inspecao .image {
    background-size: cover;
    border-radius: 50%;
    height: 100px;
    left: 3em;
    position: absolute;
    top: -6em;
    width: 100px; }

#instalacoes {
  margin-top: 7em; }
  #instalacoes table {
    margin-top: 2em;
    width: 100%; }
  #instalacoes .title-1 span, #instalacoes .title-2 span {
    display: inline-block;
    max-width: 50%; }
  #instalacoes th {
    color: #333;
    font-size: 1.4rem;
    padding: .5em 0 2em;
    text-align: left; }
    #instalacoes th.tipo {
      border-top: 5px solid #c0c0c0;
      color: #c0c0c0; }
    #instalacoes th.brasil {
      border-top: 5px solid #69AB3B; }
    #instalacoes th.argentina {
      border-top: 5px solid #0087d8; }
    #instalacoes th.total {
      border-top: 5px solid black; }
    #instalacoes th.brasil, #instalacoes th.argentina, #instalacoes th.total {
      text-align: center;
      width: 15%; }
  #instalacoes tr {
    border-top: 1px solid #efefef; }
  #instalacoes td {
    padding-bottom: 2em;
    position: relative;
    text-align: center; }
    #instalacoes td:first-child {
      text-align: left; }
    #instalacoes td span {
      border-radius: 50%;
      color: white;
      height: 46px;
      left: 50%;
      line-height: 46px;
      margin-left: -23px;
      position: absolute;
      top: -10px;
      width: 46px; }
    #instalacoes td.ar span {
      background: #0087d8; }
    #instalacoes td.br span {
      background: #69AB3B; }
    #instalacoes td.total span {
      background: black; }
  #instalacoes .footer {
    background: #c0c0c0; }
    #instalacoes .footer td {
      padding: .5em 1em; }
      #instalacoes .footer td span {
        font-size: 2.5rem;
        font-weight: 900;
        height: 66px;
        line-height: 66px;
        margin-left: -33px;
        width: 66px; }
    #instalacoes .footer .i {
      font-size: 1.4rem; }

#lista-inspetores {
  display: none; }

.lista-inspetores .panel {
  float: left;
  padding-right: 2em;
  width: calc(50% - 0.5rem); }
  .lista-inspetores .panel:last-child {
    float: right; }

.lista-inspetores .title-1, .lista-inspetores .title-2 {
  margin-bottom: .25em; }

.lista-inspetores .inspetores {
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 1em; }

#colorbox.inspetores #cboxLoadedContent,
#colorbox.inspetores #cboxContent {
  background: white;
  padding: 2.5em 0; }

#colorbox.inspetores .lista-inspetores {
  padding: 0 5em;
  min-width: 600px; }

@media screen and (max-width: 1400px) {
  #tipos-inspecao .painel-inspecoes {
    max-width: 1040px; }
  #tipos-inspecao .inspecao {
    padding: 0 6rem; }
  #tipos-inspecao .inspecao-title::after {
    height: 50px;
    width: 3px; } }

@media screen and (max-width: 1024px) {
  #tipos-inspecao .inspecao {
    margin-bottom: 2em;
    width: 100%; }
    #tipos-inspecao .inspecao:last-child {
      margin-bottom: 0; }
  #tipos-inspecao .inspecao-title:after {
    display: none; }
  #tipos-inspecao .image {
    display: none; }
  #instalacoes td {
    text-align: center; }
    #instalacoes td span {
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 0.8em;
      top: 10px;
      left: auto;
      margin-left: -10px; }
  #instalacoes th {
    font-size: 0;
    padding-bottom: 20px; }
  #instalacoes .footer {
    display: none; }
  .flag {
    margin-right: 0; } }

#oportunidades-de-trabalho .title-1, #oportunidades-de-trabalho .title-2 {
  overflow: hidden; }

#oportunidades-de-trabalho .excerpt {
  float: left;
  width: 60%;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  margin: 1em 0; }

#oportunidades-de-trabalho .requirements-button {
  clear: both;
  font-size: 1.4rem;
  width: 100%;
  float: left;
  cursor: pointer; }

#oportunidades-de-trabalho .requirements {
  display: none;
  color: #333;
  clear: both;
  width: 75%;
  float: left;
  padding: 2.5em 0;
  font-size: 1.6rem; }
  #oportunidades-de-trabalho .requirements p {
    margin-bottom: 1em; }
  #oportunidades-de-trabalho .requirements b {
    font-weight: bold; }
  #oportunidades-de-trabalho .requirements a {
    text-decoration: underline; }
  #oportunidades-de-trabalho .requirements li {
    list-style-type: square;
    margin-left: 1em;
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 0.5em; }
  #oportunidades-de-trabalho .requirements ul {
    margin-bottom: 2em; }

#oportunidades-de-trabalho .oportunidade {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  padding-bottom: 2.5em; }

#oportunidades-de-trabalho .container-lg {
  position: relative; }

#oportunidades-de-trabalho .download {
  top: 13rem; }
  #oportunidades-de-trabalho .download.ar {
    background: #0087d8; }
  #oportunidades-de-trabalho .download.br {
    background: #69AB3B; }

@media screen and (max-width: 1024px) {
  #oportunidades-de-trabalho .excerpt {
    margin-top: 7.5em;
    width: 100%; }
  #oportunidades-de-trabalho .download {
    top: 18rem;
    left: 0; }
  #oportunidades-de-trabalho .requirements {
    width: 100%; }
  #oportunidades-de-trabalho td, #oportunidades-de-trabalho table {
    max-width: 100%;
    width: 100% !important; } }

#contato {
  font-size: 1.6rem;
  margin-top: -35px; }
  #contato .pais-nome, #contato .painel {
    width: 50%; }
  #contato .title-1, #contato .title-2 {
    padding-top: 1.5em; }
  #contato .painel {
    max-width: 60%;
    min-height: 200px; }
  #contato .telefone, #contato .fax, #contato .email, #contato .endereco {
    overflow: hidden; }
  #contato .telefone, #contato .fax, #contato .email {
    float: left;
    width: 33.33%;
    margin-top: 2.5em; }
  #contato .entry {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5em;
    overflow: hidden; }
  #contato .endereco {
    margin-top: 1.5em;
    display: inline-block;
    width: 100%; }
  #contato strong {
    text-transform: uppercase;
    display: block; }
  #contato .imagem {
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    height: 365px;
    position: absolute;
    right: 0;
    top: 0;
    width: 365px; }
  #contato .pais-nome span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px; }
  #contato .flag {
    vertical-align: middle;
    margin-right: 0.5em; }
  @media screen and (max-width: 1023px) {
    #contato .pais,
    #contato .pais-nome,
    #contato .telefone,
    #contato .email,
    #contato .painel {
      width: 100%;
      max-width: none; }
    #contato .title-1, #contato .title-2 {
      margin-top: 0; }
    #contato .imagem {
      position: relative;
      max-width: 280px;
      height: 280px;
      margin-top: 1.5em; }
    #contato .email,
    #contato .telefone,
    #contato .endereco {
      margin-top: 1em; } }

#laboratorios .painel {
  float: left;
  width: calc(50% - 2px); }
  #laboratorios .painel:last-child {
    margin-left: 4px; }

#laboratorios ul {
  margin-top: 1.85em; }

#laboratorios li {
  padding: 0.25em 0;
  margin-bottom: 0.25em;
  line-height: 1.5;
  font-family: "Circular Std Book", sans-serif; }
  #laboratorios li:last-child {
    border-bottom: 0; }

#laboratorios .laboratorio {
  overflow: hidden;
  margin-bottom: 5em; }

@media screen and (max-width: 1400px) {
  #laboratorios li {
    font-size: 1.6rem; }
  #laboratorios ul {
    margin-top: 1rem; } }

@media screen and (max-width: 1024px) {
  #laboratorios .painel {
    width: 100%; } }

#cooperacao-tecnica .ar, #cooperacao-tecnica .br {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  width: calc(50% - 1px);
  float: left; }

#cooperacao-tecnica .br {
  margin-left: 2px; }

#cooperacao-tecnica .brasil .list {
  background: #69AB3B; }

#cooperacao-tecnica .argentina .list {
  background: #0087d8; }

#cooperacao-tecnica .list {
  width: calc(50% - 1px);
  color: white;
  padding: 2em;
  float: left;
  font-size: 2.5rem; }
  #cooperacao-tecnica .list.argentina {
    background: #0087d8; }
  #cooperacao-tecnica .list.brasil {
    background: #69AB3B; }
  #cooperacao-tecnica .list:last-child {
    margin-left: 2px; }
  #cooperacao-tecnica .list li {
    margin-bottom: 0.75em; }

#cooperacao-tecnica .paineis {
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  overflow: hidden; }

#cooperacao-tecnica .painel-container {
  margin: 3.9em auto;
  overflow: hidden; }

#cooperacao-tecnica .vertical-list {
  margin-top: 10rem; }

@media screen and (max-width: 1400px) {
  #cooperacao-tecnica .list {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  #cooperacao-tecnica .ar, #cooperacao-tecnica .br {
    display: none; }
  #cooperacao-tecnica .paineis {
    display: inline-block;
    width: 100%; }
  #cooperacao-tecnica .list {
    width: 100%; }
    #cooperacao-tecnica .list:last-child {
      margin-left: 0; } }

#capacitacao {
  overflow: hidden;
  width: 100%;
  position: relative; }
  #capacitacao .box {
    display: -ms-flexbox;
    display: flex; }
  #capacitacao .list {
    width: 540px;
    background-color: black;
    color: white;
    display: inline-block;
    padding: 1.5em 0; }
  #capacitacao .imagem {
    background-size: cover;
    width: 400px; }
  #capacitacao .panel {
    margin-top: 3.4em;
    margin-bottom: 3.4em; }
  #capacitacao .imagem2 {
    height: 230px;
    width: 400px;
    margin-left: 140px; }
  #capacitacao .item {
    padding: 0.25em 1.5em;
    border-bottom: 1px solid #333; }
    #capacitacao .item:last-child {
      border-bottom: 0; }
  #capacitacao .small {
    color: #c0c0c0; }
  #capacitacao .imagem3 {
    position: absolute;
    right: -35px;
    height: 500px;
    width: 50vw;
    margin-top: -61px; }
  #capacitacao .imagem3 + .content {
    min-height: 500px;
    width: 40%; }

@media screen and (max-width: 1110px) {
  #capacitacao .imagem2 {
    margin-left: 60px; }
  #capacitacao .imagem3 {
    right: -68px; }
  #capacitacao .imagem3 + .content {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  #capacitacao .imagem {
    display: none; }
    #capacitacao .imagem + .content {
      width: 100%; } }

body.body-class-acordos #subnav {
  display: none; }

#acordos .small {
  font-weight: bold;
  color: #909090;
  margin-bottom: 0;
  line-height: 1; }

#acordos .acordo {
  font-weight: 900;
  font-family: "Circular Std", sans-serif; }

#acordos .ano {
  font-weight: 500;
  color: #c0c0c0;
  margin-left: 0.5em; }

#acordos .principais-acordos {
  overflow: hidden;
  margin: 9rem auto; }

#acordos .acordo {
  width: calc(50% - 10px);
  margin-right: 5px;
  float: left; }
  #acordos .acordo:last-child {
    margin-right: 0; }
  #acordos .acordo:before {
    content: "";
    height: 5px;
    width: 100%;
    display: inline-block; }
  #acordos .acordo:nth-child(2):before {
    background: #68ab3a;
    background: -webkit-gradient(left top, right top, color-stop(0%, #68ab3a), color-stop(100%, #4b9d6d));
    background: linear-gradient(to right, #68ab3a 0%, #4b9d6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ab3a', endColorstr='#4b9d6d', GradientType=1 ); }
  #acordos .acordo:nth-child(3):before {
    background: #4b9d6d;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4b9d6d), color-stop(100%, #2392a5));
    background: linear-gradient(to right, #4b9d6d 0%, #2392a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b9d6d', endColorstr='#2392a5', GradientType=1 ); }
  #acordos .acordo:nth-child(4):before {
    background: #2392a5;
    background: -webkit-gradient(left top, right top, color-stop(0%, #2392a5), color-stop(100%, #0087d8));
    background: linear-gradient(to right, #2392a5 0%, #0087d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2392a5', endColorstr='#0087d8', GradientType=1 ); }

#lista-acordos .item.destaque {
  background: black; }
  #lista-acordos .item.destaque .title-2 {
    color: white; }

#lista-acordos .content {
  position: relative;
  padding-left: 13.5rem; }

#lista-acordos .lista {
  border-top: 1px solid rgba(144, 144, 144, 0.3); }

#lista-acordos .title-2 {
  margin-bottom: 0.5em;
  max-width: 70%;
  margin-left: 0; }

#lista-acordos .item {
  padding: 6.5rem 0 4.5rem; }

#lista-acordos .small {
  margin-bottom: 1em; }

#lista-acordos .guide {
  border-radius: 5px;
  height: 70px;
  left: 33px;
  position: absolute;
  top: -20px;
  width: 5px;
  z-index: 2; }

#lista-acordos .year {
  border-radius: 50%;
  color: white;
  font-weight: 900;
  height: 70px;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: -22px;
  width: 70px;
  z-index: 1; }

#lista-acordos .download {
  right: 0;
  top: 5rem;
  opacity: 0; }

#lista-acordos .destaque {
  margin-bottom: 2rem; }
  #lista-acordos .destaque .download {
    box-shadow: none; }

#lista-acordos .excerpt {
  color: #909090;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 70%;
  transition: opacity 300ms ease-out; }

#lista-acordos .lista {
  overflow: hidden;
  position: relative; }
  #lista-acordos .lista:after, #lista-acordos .lista:before {
    content: "";
    display: inline-block;
    left: calc(50% - 650px);
    position: absolute;
    background: rgba(144, 144, 144, 0.3);
    z-index: 1; }
  #lista-acordos .lista:before {
    height: calc(100% - 5em);
    width: 1px;
    margin-left: 35px; }
  #lista-acordos .lista:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    bottom: 4.5rem;
    margin-left: 31px; }

#lista-acordos .item:hover .download {
  opacity: 1; }

#lista-acordos .item:hover .excerpt {
  opacity: 0.8; }

@media screen and (max-width: 1400px) {
  #lista-acordos .lista:before, #lista-acordos .lista:after {
    left: calc(50% - 460px); }
  #lista-acordos .item {
    padding: 3.5rem; }
  #lista-acordos .year {
    height: 50px;
    width: 50px;
    left: 10px;
    font-size: 1.4rem;
    line-height: 52px;
    top: -13px; }
  #lista-acordos .decade {
    margin-top: 2em;
    overflow: hidden; } }

@media screen and (max-width: 1023px) {
  #acordos .acordo {
    width: 100%; }
  #lista-acordos .title-2 {
    max-width: 100%; }
  #lista-acordos .excerpt {
    max-width: 100%; }
  #lista-acordos .content {
    padding-left: 0; }
  #lista-acordos .year {
    top: 0;
    left: -15%; }
  #lista-acordos .guide {
    display: none; }
  #lista-acordos .new-year .content {
    padding-top: 8rem; } }

#equipe .equipe-area {
  width: 50%;
  margin-top: 10.5rem; }

#equipe .title-1, #equipe .title-2 {
  margin-bottom: 1em;
  overflow: hidden; }
  #equipe .title-1:after, #equipe .title-2:after {
    content: "";
    height: 1px;
    background: #efefef;
    width: 50%;
    position: absolute;
    left: 0;
    margin-top: 1.15em; }

#equipe .membros {
  margin-top: 1rem;
  overflow: hidden; }

#equipe .pais-nome {
  border-top: 0;
  margin-top: 4.5rem;
  margin-bottom: 4rem; }

#equipe .membro {
  margin-top: 3rem;
  position: relative;
  min-height: 60px; }

#equipe .nome {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1; }

#equipe .sobre, #equipe .email {
  font-size: 1.6rem;
  color: #909090; }

#equipe .membros.brasil {
  margin-top: 5rem; }

#equipe .imagem {
  height: 75px;
  width: 75px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  border-radius: 50% 50%;
  background-size: 130% auto;
  top: -15px; }

#equipe .estrutura {
  position: relative; }

#equipe .imagem + .infos {
  padding-left: 95px; }

#nav-equipe {
  background: black;
  padding: 4rem 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px; }
  #nav-equipe.fixed {
    position: fixed;
    top: 20vh;
    right: calc(50% - 650px); }
  #nav-equipe .arrow {
    color: #69AB3B; }
  #nav-equipe .item {
    padding: 0.5em;
    color: white;
    padding: 0 2.3rem 0 6.5rem;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4rem;
    cursor: pointer;
    font-weight: bold; }
    #nav-equipe .item .content {
      border-bottom: 1px solid #333;
      padding: 1.5rem 0;
      line-height: 1.25; }
    #nav-equipe .item.selected .content {
      border-bottom: 0; }
    #nav-equipe .item.selected .arrow {
      color: white; }

@media screen and (max-width: 1400px) {
  #nav-equipe {
    padding: 2rem 0 3.5rem;
    width: 300px; }
    #nav-equipe .item {
      padding: 0 2.3rem; }
    #nav-equipe.fixed {
      right: calc(50% - 460px); } }

@media screen and (max-width: 1024px) {
  #nav-equipe {
    display: none; }
  #equipe .equipe-area {
    width: 100%; }
  #equipe .membros.brasil {
    margin-top: 0; } }

.biblioteca-item {
  position: relative;
  width: calc(50% - 40px);
  float: left;
  margin: 0 20px 55px;
  padding: 102px 20px 0; }
  .biblioteca-item:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100%);
    top: 52px;
    left: 0;
    background: #efefef; }
  .biblioteca-item:hover .title-2 {
    color: #69AB3B; }
  .biblioteca-item:hover .download {
    opacity: 1; }
  .biblioteca-item:hover .resumo {
    color: #909090; }
  .biblioteca-item .icon.download-pdf {
    width: 20px;
    height: 25px;
    display: inline-block;
    background-image: url("../../images/dist/download-pdf.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px; }
  .biblioteca-item .download {
    padding: 1.2rem 3rem; }
    .biblioteca-item .download span {
      position: relative;
      top: 2px;
      left: 2px; }
  .biblioteca-item:first-child {
    width: 100%; }
    .biblioteca-item:first-child .title-2 {
      font-size: 4rem; }
  .biblioteca-item .year {
    position: absolute;
    top: 0; }
  .biblioteca-item .event {
    color: #d1d1d1;
    font-size: 1.8rem;
    position: absolute;
    top: 20px;
    left: 110px;
    font-weight: bold; }
  .biblioteca-item .autor {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 1.5rem;
    width: 100%; }
  .biblioteca-item .a {
    color: #d1d1d1;
    font-weight: bold;
    margin-right: 1em;
    text-transform: uppercase; }
  .biblioteca-item .nome {
    color: #69AB3B; }
  .biblioteca-item .date {
    color: #d1d1d1;
    font-size: 1.4rem;
    line-height: 1.5; }
  .biblioteca-item .resumo {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 0.5em;
    overflow: hidden;
    transition: 300ms color ease-out; }
  .biblioteca-item .title-2 {
    line-height: 1;
    font: 2.8rem "Circular Std", sans-serif;
    font-weight: 700;
    max-width: 70%;
    margin-left: 0;
    transition: 200ms ease color; }
    .biblioteca-item .title-2 em {
      font-style: italic; }
  .biblioteca-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .biblioteca-item .download {
    top: 10rem;
    opacity: 0; }
  .biblioteca-item .read-more {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 1.5em; }

#documentos .list,
#noticias .list {
  margin: 0 -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#noticias .biblioteca-item {
  padding-top: 0; }
  #noticias .biblioteca-item::before {
    display: none; }
  #noticias .biblioteca-item .download {
    padding: 2.5rem 3rem; }

@media screen and (max-width: 1400px) {
  .biblioteca-item {
    padding: 80px 20px 0;
    margin-bottom: 60px; }
    .biblioteca-item:before {
      top: 44px; }
    .biblioteca-item .year {
      height: 60px;
      width: 60px;
      line-height: 60px; }
    .biblioteca-item .event {
      top: 15px;
      left: 95px;
      font-size: 1.6rem; }
    .biblioteca-item .download {
      top: 7.5rem; } }

@media screen and (max-width: 1024px) {
  .biblioteca-item {
    width: 100%; }
    .biblioteca-item:first-child .title-2 {
      font-size: 2rem; }
    .biblioteca-item .title-2 {
      max-width: 100%; }
    .biblioteca-item .download {
      opacity: 1;
      position: relative;
      top: 0;
      margin: 3rem 0 1rem; } }

#relatorios .list {
  margin: 0 -15px; }

#relatorios .relatorio {
  position: relative;
  padding: 60px 15px 0;
  float: left;
  margin-bottom: 30px; }
  #relatorios .relatorio .image {
    height: 310px;
    width: 230px;
    display: inline-block;
    background-size: cover;
    border: 1px solid #efefef; }
  #relatorios .relatorio .year {
    position: absolute;
    top: 0;
    left: 15px; }

@media screen and (max-width: 1400px) {
  #relatorios .relatorio .image {
    height: 280px;
    width: 206px; } }

#search {
  min-height: 80vh; }
  #search .title-1, #search .title-2 {
    margin-bottom: 1.5em; }
  #search .content {
    position: relative;
    margin-bottom: 2em; }
  #search .post-type {
    text-transform: uppercase;
    font-size: 1.4rem;
    background: #c0c0c0;
    display: inline-block;
    color: white;
    line-height: 1;
    padding: 0.2em 0.5em;
    margin-bottom: 1.25em; }
  #search .search-entry {
    margin-bottom: 3em; }
    #search .search-entry:hover .title-2 {
      color: #69AB3B; }
    #search .search-entry:hover .download {
      opacity: 1; }
  #search .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #search .download {
    top: 0;
    opacity: 0; }
  #search .excerpt {
    font-size: 1.4rem;
    color: #909090;
    line-height: 1.2;
    position: relative; }
    #search .excerpt .text {
      width: 75%; }
  #search .no-excerpt .excerpt {
    position: static; }
  #search .title-2 {
    margin-bottom: 0;
    margin-left: 0;
    transition: color 300ms ease;
    width: 75%; }
  #search .no-results span {
    color: #69AB3B;
    display: inline-block; }
  #search .no-results input {
    font-size: 1.4em;
    padding: 0.5em;
    width: 50%;
    height: 30px;
    vertical-align: middle;
    display: inline-block; }
  #search .no-results .icon-busca {
    display: inline-block;
    vertical-align: middle; }

#infscr-loading {
  display: none !important; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#single-galeria-panel {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0; }

#galerias .galeria-container {
  margin: -40px 0; }

#galerias .bottom {
  bottom: 1.25em;
  color: white;
  left: 1.5em;
  z-index: 5; }

#galerias .top {
  color: white;
  font-size: 1.2rem;
  left: 2.75rem;
  opacity: .9;
  text-transform: uppercase;
  top: 1.5rem;
  z-index: 100; }

#galerias .galeria {
  animation: 500ms fadeIn forwards ease-out;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 470px;
  margin: 20px;
  position: relative;
  width: 904px; }
  #galerias .galeria .bottom, #galerias .galeria .top {
    position: absolute; }
  #galerias .galeria .title {
    font-family: "Circular Std", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 90%; }
  #galerias .galeria:before {
    content: '';
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    transition: opacity 300ms ease-out;
    width: 100%; }
  #galerias .galeria:hover::before {
    opacity: 0; }
  #galerias .galeria:nth-child(8n + 1), #galerias .galeria:nth-child(8n + 7) {
    height: 520px;
    width: 906px; }
    #galerias .galeria:nth-child(8n + 1) .title, #galerias .galeria:nth-child(8n + 7) .title {
      font-size: 2.4rem; }
  #galerias .galeria:nth-child(8n + 7) {
    float: right; }
  #galerias .galeria:nth-child(8n + 2), #galerias .galeria:nth-child(8n + 3), #galerias .galeria:nth-child(8n + 6), #galerias .galeria:nth-child(8n) {
    height: 240px;
    width: 314px; }
  #galerias .galeria:nth-child(8n + 4), #galerias .galeria:nth-child(8n + 5) {
    height: 380px;
    width: 610px; }

@media screen and (max-width: 1400px) {
  #galerias .galeria-container {
    margin: -20px 0; }
  #galerias .galeria {
    margin: 10px; }
    #galerias .galeria:nth-child(8n + 1), #galerias .galeria:nth-child(8n + 7) {
      height: 374px;
      width: 600px; }
      #galerias .galeria:nth-child(8n + 1) .title, #galerias .galeria:nth-child(8n + 7) .title {
        font-size: 2.4rem; }
    #galerias .galeria:nth-child(8n + 7) {
      float: right; }
    #galerias .galeria:nth-child(8n + 2), #galerias .galeria:nth-child(8n + 3), #galerias .galeria:nth-child(8n + 6), #galerias .galeria:nth-child(8n) {
      height: 177px;
      width: 280px; }
    #galerias .galeria:nth-child(8n + 4), #galerias .galeria:nth-child(8n + 5) {
      height: 250px;
      width: 440px; } }

@media screen and (max-width: 1023px) {
  #galerias {
    padding-bottom: 1em; }
    #galerias .galeria:nth-child(n) {
      width: 100%;
      height: 60vw;
      margin: .5em 0; }
    #galerias .galeria .title:nth-child(n) {
      font-size: 1.6rem; } }

#cboxWrapper {
  overflow: visible; }
  #cboxWrapper .title-lightbox {
    color: white;
    font-size: 2.5rem;
    font-weight: 900;
    max-width: 80%; }

#cboxContent {
  margin-top: 15px; }

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible; }

#cboxClose {
  background: transparent;
  display: inline-block;
  height: 30px;
  right: 0;
  top: -38px;
  width: 30px; }
  #cboxClose:before, #cboxClose:after {
    background: white;
    content: '';
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 30px; }
  #cboxClose:before {
    transform: rotateZ(45deg); }
  #cboxClose:after {
    transform: rotateZ(135deg); }

#cboxNext,
#cboxPrevious {
  background: transparent;
  height: 20px;
  margin-top: -10px;
  opacity: .7;
  position: absolute;
  top: 50%;
  transform: rotateZ(45deg);
  transition: all 300ms ease;
  width: 20px; }
  #cboxNext:hover,
  #cboxPrevious:hover {
    opacity: 1; }
  #cboxNext:focus,
  #cboxPrevious:focus {
    outline: 0; }

#cboxNext {
  border-right: 1px solid white;
  border-top: 1px solid white;
  right: -40px; }

#cboxPrevious {
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  left: -40px; }

#cboxCurrent {
  color: white;
  font-size: 1em;
  font-weight: bold;
  margin-top: .5em;
  right: auto;
  text-indent: 0;
  text-transform: uppercase;
  top: auto; }
