html[lang="pt-pt"] *[data-lang="pt"] {
  display: block; }

html[lang="pt-pt"] *[data-lang="en"] {
  display: none; }

html[lang="pt-pt"] .cookie-bar[data-lang="pt"] {
  visibility: visible; }

html[lang="pt-pt"] .cookie-bar[data-lang="en"] {
  visibility: hidden; }

html[lang="en-US"] *[data-lang="pt"] {
  display: none; }

html[lang="en-US"] *[data-lang="en"] {
  display: block; }

html[lang="en-US"] .cookie-bar[data-lang="pt"] {
  visibility: hidden; }

html[lang="en-US"] .cookie-bar[data-lang="en"] {
  visibility: visible; }

.home .divergente-menu .inner-link {
  display: inline-block; }

.divergente-menu {
  background-color: black;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999; }
  .divergente-menu a:focus {
    color: white !important;
    text-decoration: underline;
    outline: none !important; }
  .divergente-menu * {
    transition: linear 0.3s; }
  .divergente-menu-wrap {
    width: 100%;
    height: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .divergente-menu-logo a {
    height: 40px;
    display: block; }
    .divergente-menu-logo a img {
      height: 100%; }
  .divergente-menu-items {
    background: black; }
  .divergente-menu-item {
    cursor: pointer;
    color: white;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 5px 12px; }
    .divergente-menu-item:hover {
      color: white;
      outline: none !important; }

  .divergente-menu-toggle {
    display: none; }
    .divergente-menu-toggle-bars {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .divergente-menu-toggle-bar {
      display: block;
      height: 3px;
      background: white;
      width: 25px;
      margin-bottom: 4px; }
  .divergente-menu-capitulos {
    position: absolute;
    background-color: black;
    margin: 0;
    padding: 0;
    transform: translateX(-28%);
    margin-top: 14px;
    padding: 5px; }
    .divergente-menu-capitulos li {
      display: block;
      text-transform: uppercase;
      text-align: center;
      padding: 5px; }
      .divergente-menu-capitulos li a {
        color: white; }

.divergente-newsletter {
  position: fixed;
  top: 0;
  left: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center; }
  .divergente-newsletter-wrap {
    background: white;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .divergente-newsletter--open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .divergente-newsletter-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    cursor: pointer; }
  .divergente-newsletter-header {
    background: black;
    padding: 30px; }
    .divergente-newsletter-header img {
      width: 250px; }
  .divergente-newsletter-body {
    padding: 30px; }
    .divergente-newsletter-body p {
      font-family: Open Sans;
      font-size: 18px;
      font-weight: 700;
      color: black;
      margin-top: 0;
      margin-bottom: 1rem;
      padding: 0; }
    .divergente-newsletter-body form {
      padding: 10px !important; }
    .divergente-newsletter-body input.email {
      margin: 0px 0 -9px 0px !important; }
    .divergente-newsletter-body input {
      width: 100% !important;
      border-radius: 0px !important; }
  .divergente-newsletter #mc_embed_signup input.button {
    background: black;
    width: 40px !important;
    margin: 30px auto 0 auto; }

.cookie-bar {
  font-family: "Open Sans";
  position: fixed;
  background: black;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  font-size: 10px;
  color: white; }
  .cookie-bar-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 35px;
    padding: 10px; }
  .cookie-bar.open {
    display: -ms-flexbox;
    display: flex; }
  .cookie-bar-close {
    background: white;
    color: black;
    cursor: pointer;
    border-radius: 0px;
    margin: 0 13px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 25px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .cookie-bar a {
    color: white; }

.page-id-19130, .page-id-19132 {
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  background: black;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .page-id-19130 .parent-section, .page-id-19132 .parent-section {
    min-height: calc(100vh);
    background: black; }
  .page-id-19130 .divergente-newsletter-open, .page-id-19132 .divergente-newsletter-open {
    display: none !important; }
  .page-id-19130 .divergente-newsletter, .page-id-19132 .divergente-newsletter {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    position: relative; }
    .page-id-19130 .divergente-newsletter-close, .page-id-19132 .divergente-newsletter-close {
      display: none; }
  .page-id-19130 footer, .page-id-19132 footer {
    display: none; }

@media only screen and (max-width: 600px) {
  .divergente-menu.scroll .divergente-menu-items {
    background-color: black; }
  .divergente-menu-items {
    opacity: 0;
    height: 0px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: 0.2s height linear;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .divergente-menu-items.menu-show {
      opacity: 1;
      height: auto; }
  .divergente-menu-toggle {
    display: block; }
  .divergente-menu-capitulos {
    position: relative;
    transform: none;
    margin-bottom: 30px; }
  .divergente-newsletter--open {
    padding-top: 20px; }
  .divergente-newsletter-close {
    right: 0;
    top: 0; } }

body {
  padding-top: 60px; }

.navbar {
  top: 60px;
  display: none; }

@media only screen and (max-width: 740px) {
  .divergente-newsletter-wrap {
    transform: scale(0.7); } }

@media only screen and (max-width: 600px) {
  .home .wpb_column.vc_column_container.padding-seven-top.col-xs-mobile-fullwidth {
    width: 33%;
    display: inline-block;
    float: none; } }

.panel-title {
  color: black;
  border-color: black;
  text-transform: none;
  font-size: 14px;
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  .home .image_background_scale .rotation-highlight {    
    margin-top: 170px;
  }
}
  