/*
Theme Name: IPMA - Navio Mario Ruivo
Description: Tema exclusivo desenvolvido por Visuals para a IPMA.
Author: Visuals
Author URI: https://visuals.pt/
Version: 1.0
*/
html, body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  background: #FFFFFF;
  color: #201E50;
}

#app {
  width: 100%;
  overflow-x: hidden;
}

.crop-x {
  overflow-x: hidden;
}

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

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

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 800 !important;
  font-size: 60px;
}

.extra-bold {
  font-family: "Raleway", sans-serif !important;
  font-weight: 800 !important;
}

h2 {
  font-size: 46px;
}

h2.light-blue {
  color: #73CCD4;
}

h3 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: #73CCD4;
  transition: 0.4s;
}

a:hover {
  color: #73CCD4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  transition: 0.4s;
}

.dark {
  color: #FFFFFF;
}
.dark a {
  color: #FFFFFF !important;
}
.dark a:hover {
  color: #EFEFEF !important;
}
.dark li.current-menu-ancestor a {
  color: #C7C7D4 !important;
}
.dark li.current-menu-ancestor li a {
  color: #FFFFFF !important;
}
.dark li.current-menu-ancestor li.current_page_item a {
  color: #C7C7D4 !important;
}

.container.dark {
  background: #201E50;
}

header {
  position: relative;
  z-index: 99;
}
header #pn-logo #logo {
  max-width: 290px;
  margin-top: 15px;
}
header #pn-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
}
header #pn-nav a {
  text-decoration: none;
  color: #201E50;
  transition: 0.2s;
}
header #pn-nav a:hover {
  color: #C7C7D4;
  transition: 0.2s;
}
header #pn-nav #menu {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
header #pn-nav #menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
header #pn-nav #menu ul li {
  position: relative;
  padding: 10px;
  white-space: nowrap;
}
header #pn-nav #menu ul li.current-menu-ancestor a,
header #pn-nav #menu ul li.current_page_item a {
  color: #C7C7D4;
}
header #pn-nav #menu ul li.menu-item-has-children {
  padding-right: 20px;
  margin-right: 10px;
}
header #pn-nav #menu ul li.menu-item-has-children ul {
  position: absolute;
  display: block;
  text-align: left;
  padding: 10px 0;
  opacity: 0;
  transition: 0.4s;
}
header #pn-nav #menu ul li.menu-item-has-children ul li {
  padding: 5px 0;
  margin: 0;
}
header #pn-nav #menu ul li.menu-item-has-children ul li a {
  color: #201E50;
}
header #pn-nav #menu ul li.menu-item-has-children ul li a:hover {
  color: #C7C7D4;
}
header #pn-nav #menu ul li.menu-item-has-children ul li.current_page_item a {
  color: #A0A0A0;
}
header #pn-nav #menu ul li.menu-item-has-children::after {
  content: "";
  background: url(imgs/arrow-down.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -18px;
  right: 0px;
}
header #pn-nav #menu ul li.menu-item-has-children:hover ul {
  opacity: 1;
  transition: 0.4s;
}
header #pn-nav #menu ul li:last-child {
  margin-right: 0;
}
header #pn-nav #menu-lang {
  position: relative;
  display: inline-block;
  border-left: 1px solid #201E50;
  list-style: none;
  padding: 0 20px;
}
header #pn-nav #menu-lang #selector-lang {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: 0.4s;
}
header #pn-nav #menu-lang #selector-lang .current-lang {
  display: none;
}
header #pn-nav #menu-lang:hover #selector-lang {
  opacity: 1;
  pointer-events: auto;
  transition: 0.4s;
}
header #pn-nav #menu-lang::after {
  content: "";
  background: url(imgs/arrow-down.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -18px;
  right: 0px;
}

header.dark #pn-logo #logo {
  filter: brightness(0) invert(1);
}
header.dark #pn-nav a {
  color: #FFFFFF;
}
header.dark #pn-nav #menu li.menu-item-has-children ul li a {
  color: #FFFFFF;
}
header.dark #pn-nav #menu li.menu-item-has-children ul li.current_page_item a {
  color: #C7C7D4;
}
header.dark #pn-nav #menu li.menu-item-has-children::after {
  background: url(imgs/arrow-down-white.svg) center center no-repeat;
}
header.dark #pn-nav #menu-lang {
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
header.dark #pn-nav #menu-lang::after {
  background: url(imgs/arrow-down-white.svg) center center no-repeat;
}

.content {
  min-height: 100vh;
}

.foreground {
  position: relative;
  z-index: 1;
}

.padding-instead-margin-top {
  margin-top: 0 !important;
  padding-top: 80px;
}

.squared-background-half-top {
  position: absolute;
  background: url(imgs/squared-background.png) left top repeat;
  height: 50%;
  top: 0;
  left: 0;
  width: 100%;
}

.squared-background-half-bottom {
  position: absolute;
  background: url(imgs/squared-background.png) left bottom repeat;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
}

.squared-background {
  background: url(imgs/squared-background.png) left top repeat;
}

.squared-background-from-bottom {
  background: url(imgs/squared-background.png) left bottom repeat;
}

footer {
  background: #201E50;
  color: #FFFFFF;
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 20px;
}
footer hr {
  margin-top: 40px;
}
footer #logo-mario-ruivo-footer {
  width: 245px;
  height: auto;
}
footer #logo-ipma-footer-pn {
  display: inline-flex;
  align-items: flex-end;
}
footer #logo-ipma-footer {
  width: 185px;
  height: auto;
}
footer .footer-file {
  border-bottom: 1px solid #C7C7D4;
  padding: 10px 0;
}
footer .footer-file a {
  font-size: 22px;
}
footer .footer-file a .icon {
  display: inline-block;
  width: 18px;
  height: auto;
  margin-left: 10px;
}
footer #title-footer-files {
  font-size: 12px;
  text-transform: uppercase;
}
footer #footer-social-network {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
footer #footer-social-network .footer-icon {
  flex-grow: 1;
  padding-right: 20px;
  padding-left: 0;
  transition: 0.3s;
}
footer #footer-social-network .footer-icon .icon-image {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
}
footer #footer-social-network .footer-icon .icon-image .icon-foreground {
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s;
  z-index: 0;
}
footer #footer-social-network .footer-icon .icon-image .icon-background {
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
footer #footer-social-network .footer-icon .icon-image:hover .icon-foreground {
  opacity: 0;
  transition: 0.3s;
}
footer #footer-social-network .footer-icon .icon-image:hover .icon-background {
  opacity: 1;
  transition: 0.3s;
}
footer #footer-copy-terms-and-credits {
  display: flex;
  justify-content: space-between;
}
footer #footer-copy-terms-and-credits #footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  display: inline-flex;
}
footer #footer-copy-terms-and-credits #footer-menu ul li {
  padding: 0 10px;
}

.no-margin {
  margin-top: 0;
}

.header-float {
  position: absolute;
  left: 0;
  width: 100%;
}

.hero {
  position: relative;
  background: #C7C7D4 center center no-repeat;
  background-size: cover;
  height: 650px;
  color: #FFF;
  text-align: center;
}
.hero .hero-text {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.hero .half-radar {
  position: absolute;
  background: url(imgs/half-radar.png) center center no-repeat;
  background-size: cover;
  width: 441px;
  height: 221px;
  right: 0;
  bottom: 0;
}

#hero-home {
  height: auto;
  position: relative;
  margin-top: 0;
}
#hero-home .hero-titulo {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 6vh;
  text-shadow: 1px 1px 0px #00000044;
  z-index: 1;
}
#hero-home .hero-titulo h1 {
  font-size: 4vw;
}
#hero-home .hero-titulo h2 {
  font-size: 2vw;
}
#hero-home .navio-caracteristica {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  z-index: 1;
}
#hero-home .navio-caracteristica .box {
  position: absolute;
  display: flex;
  background: #FFFFFF;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: -100px;
  width: 320px;
  height: 90px;
  vertical-align: top;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}
#hero-home .navio-caracteristica .box .img {
  background: center center no-repeat;
  background-size: cover;
  height: 80px;
  width: 80px;
}
#hero-home .navio-caracteristica .box .desc {
  color: #201E50;
  padding-left: 10px;
}
#hero-home .navio-caracteristica .box .desc .titulo {
  font-size: 30px;
  line-height: 1em;
}
#hero-home .navio-caracteristica .box .desc .subtitulo {
  font-size: 14px;
}
#hero-home .navio-caracteristica .box.center {
  margin-left: -140px;
}
#hero-home .navio-caracteristica .box.right {
  margin-left: -280px;
}
#hero-home .navio-caracteristica .icon {
  position: relative;
  width: 40px;
  height: 40px;
}
#hero-home .navio-caracteristica .icon::before {
  position: absolute;
  content: " ";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(imgs/icon-plus-white.svg) center center no-repeat;
  background-size: contain;
  opacity: 1;
  transition: 0.4s;
}
#hero-home .navio-caracteristica .icon::after {
  position: absolute;
  content: " ";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(imgs/icon-less-white.svg) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.4s;
}
#hero-home .navio-caracteristica .icon:hover::before {
  transform: rotate(180deg);
  opacity: 0;
}
#hero-home .navio-caracteristica .icon:hover::after {
  transform: rotate(180deg);
  opacity: 1;
}
#hero-home .navio-caracteristica:hover {
  z-index: 2;
}
#hero-home .navio-caracteristica:hover .box {
  opacity: 1;
  transition: 0.4s;
}
#hero-home img.navio-base {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

.description-home {
  margin-top: 10px;
  padding-top: 40px;
}

.features-home {
  margin-top: 0 !important;
  padding-top: 50px;
}
.features-home .features-content-pn {
  padding: 30px 15px;
}
.features-home .features-content-pn .home-feature-slides {
  width: 100%;
  height: 500px;
  background: center center no-repeat;
  background-size: cover;
}

.content-frota .frota-description {
  margin: 80px 0;
}

.campanhas-frota {
  margin-top: 80px;
  padding: 50px 0;
  margin-bottom: -50px !important;
}

.section-content {
  position: relative;
  margin-top: 80px;
  overflow-x: hidden;
}

.expandable-text {
  border-bottom: 1px solid #C7C7D4;
  padding: 10px 0;
  margin-top: 10px;
}
.expandable-text .hidden-text {
  padding-top: 10px;
}
.expandable-text .show-icon.white {
  filter: brightness(0) invert(1);
}
.expandable-text p {
  margin-bottom: 0.3rem;
}

#marinetraffic {
  height: 650px;
}

.expandable-text.no-border {
  border-bottom: none;
}

.features-frota {
  margin-top: 30px;
}

.hero-observatorio {
  margin-top: 0;
  height: 450px;
  background: #EFEFEF center center;
  background-size: cover;
}

#observatorio-content {
  background: url(imgs/observatorio-bckg.png) right top no-repeat;
  background-size: contain;
}
#observatorio-content .observatorio-brief {
  padding-top: 50px;
  margin-top: 0;
}
#observatorio-content .observatorio-estrutura h2 a {
  color: #201E50;
}
#observatorio-content .observatorio-estrutura h2 .icon {
  display: inline-block;
  width: 25px;
  height: auto;
}

.hero-quem-somos {
  margin-top: 0;
  height: 450px;
  background: #EFEFEF center center;
  background-size: cover;
}

#quem-somos-content {
  background: url(imgs/quem-somos-bckg.png) right top no-repeat;
}
#quem-somos-content .quem-somos-colaboradores .colaborador {
  font-size: 15px;
}
#quem-somos-content .quem-somos-colaboradores .colaborador .nome {
  font-weight: bold;
}

#quem-somos-squares {
  margin-top: 50px;
  background: url(imgs/squared-background.png) repeat;
  background-position-y: -3px;
  height: 165px;
}

#historic-carousel {
  margin: 0 -10px;
}
#historic-carousel .historico-foto {
  margin-top: 20px;
  height: 150px;
  padding: 0 10px;
}
#historic-carousel .historico-foto .img {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.news-home {
  padding: 30px 0;
  background: #EFEFEF;
}

.post-call {
  margin-top: 15px;
}
.post-call a {
  text-decoration: none;
}
.post-call a .post {
  background: #FFFFFF;
  padding: 10px;
  padding-bottom: 30px;
  min-height: 100%;
  transition: 0.4s;
}
.post-call a .post .imagem {
  height: 180px;
  background: center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.post-call a .post .titulo {
  font-weight: bold;
  color: #201E50;
  margin-bottom: 20px;
}
.post-call a .post .data-fonte {
  font-size: 12px;
  margin-bottom: 20px;
}
.post-call a .post .resumo {
  font-size: 14px;
  color: #201E50;
}
.post-call a:hover .post {
  transform: scale(1.01);
  box-shadow: 0 0 30px #C7C7D4;
  background: #FFFFFF;
  transition: 0.4s;
  z-index: 1;
}

.content-noticias {
  margin-top: 0;
}
.content-noticias .post-call {
  margin-top: 15px;
}
.content-noticias .post-call a {
  text-decoration: none;
}
.content-noticias .post-call a .post {
  position: relative;
  outline: 0px solid #EFEFEF;
  background: #EFEFEF;
  transition: 0.4s;
  z-index: 0;
}
.content-noticias .post-call a:hover .post {
  background: #FFFFFF;
}

.hero-post {
  margin-top: 0;
  height: 450px;
  background: #EFEFEF center center;
  background-size: cover;
}

.post-title {
  padding-top: 80px;
  margin-top: 0;
}
.post-title h1 {
  font-size: 30px;
  font-weight: bold;
}

#close-post-icon {
  width: 40px;
  height: 40px;
  transition: 0.4s;
}

#close-post-icon:hover {
  transform: rotate(180deg);
  transition: 0.4s;
}

.post-content {
  margin-top: 0;
}
.post-content .data-fonte {
  margin: 10px 0;
  color: #73CCD4;
}
.post-content .resumo {
  font-size: 30px;
}
.post-content .partilhar {
  margin-top: 80px;
}

.share-icons {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}
.share-icons .share-icon {
  margin-right: 20px;
}
.share-icons .share-icon .icon-image {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
}
.share-icons .share-icon .icon-image .icon-foreground {
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s;
  z-index: 0;
}
.share-icons .share-icon .icon-image .icon-background {
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.share-icons .share-icon .icon-image:hover .icon-foreground {
  opacity: 0;
  transition: 0.3s;
}
.share-icons .share-icon .icon-image:hover .icon-background {
  opacity: 1;
  transition: 0.3s;
}

.features-slide .splide__arrows {
  background: none;
}
.features-slide .splide__arrows .splide__arrow {
  background: url(imgs/icon-slide-arrow.svg);
  background-size: contain;
  width: 34px;
  height: 34px;
}
.features-slide .splide__arrows .splide__arrow[disabled] {
  display: none;
}
.features-slide .splide__arrows .splide__arrow.splide__arrow--prev {
  margin-top: -15px;
  transform: rotate(180deg);
}

.post-foto {
  padding: 5px;
}
.post-foto img {
  width: 100%;
  height: auto;
}

#pagination {
  margin-top: 50px;
}
#pagination .arrow {
  width: 20px;
  height: auto;
}
#pagination .left {
  transform: rotate(180deg);
}

.projeto-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0;
}
.projeto-logos .logo-destaque {
  max-width: 240px;
}
.projeto-logos .logo-menor {
  max-width: 200px;
  max-height: 100px;
  margin: 0 20px;
}

#projeto-sobre {
  margin-top: 0;
  background: center center no-repeat;
  background-size: cover;
  padding: 110px 0;
}

.tabela-financiamento {
  margin: 10px;
}
.tabela-financiamento .financiamento-valor {
  text-align: right;
}

#projeto-informacoes-relevantes #informacoes-contato h3.documentos {
  margin-top: 20px;
  margin-bottom: 80px;
}

#page-404 {
  background: url(imgs/404-background.png) top right no-repeat;
  background-size: contain;
  min-height: calc(100vh - 105px);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
#page-404 h2 {
  font-size: 30px;
}
#page-404 h1 {
  font-size: 100px;
  margin-bottom: 50px;
}
#page-404 a .btn {
  background: #201E5000;
  color: #201E50;
  border: 1px solid #201E50;
  padding: 20px 40px;
  border-radius: 100px;
  font-size: 25px;
  transition: 0.4s;
}
#page-404 a:hover .btn {
  background: #201E50FF;
  color: #FFFFFF;
  transition: 0.4s;
}

.campanhas-carousel {
  background: #EFEFEF;
  padding: 20px;
  min-height: 650px;
}
.campanhas-carousel .mes-campanha {
  white-space: nowrap;
}
.campanhas-carousel .slide {
  width: 100%;
  height: 500px;
  background: center center no-repeat;
  background-size: cover;
}
.campanhas-carousel .paginacao {
  display: flex;
  justify-content: space-around;
}
.campanhas-carousel .paginacao img {
  width: 20px;
  height: auto;
}
.campanhas-carousel .prev {
  transform: rotate(180deg);
}
.campanhas-carousel h2.titulo {
  margin-top: 50px;
}

#planeamento {
  margin-top: 50px;
}
#planeamento .mes {
  padding: 0;
  margin: 0;
}
#planeamento .mes .top-lines,
#planeamento .mes .bot-lines {
  height: 15px;
  border-right: 1px solid #201E50;
}
#planeamento .mes .body {
  position: relative;
  height: 50px;
  border: 1px solid #201E50;
  border-left: none;
  z-index: 2;
}
#planeamento .mes .body .campanha {
  position: absolute;
  left: 0;
  top: 0;
  width: calc( 100%);
  height: calc( 100% - 16px);
  margin: 8px 0;
  background: #C7C7D4;
  mix-blend-mode: darken;
}
#planeamento .mes .body .campanha .desc-box {
  position: absolute;
  bottom: calc( 100% + 20px);
  margin-left: -80px;
  width: 200px;
  padding: 20px;
  background: #C7C7D4;
  z-index: 1;
  color: #201E50;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 999;
}
#planeamento .mes .body .campanha .desc-box .titulo {
  font-size: 18px;
}
#planeamento .mes .body .campanha:hover .desc-box {
  opacity: 1;
  transition: 0.4s;
}
#planeamento .mes .body .campanha.hover {
  background: #201E50;
}
#planeamento .mes .month-name {
  color: #C7C7D4;
  text-align: center;
  font-size: 26px;
  margin-top: -10px;
}
#planeamento .mes:first-child .top-lines,
#planeamento .mes:first-child .bot-lines {
  border-left: 1px solid #201E50;
}
#planeamento .mes:first-child .body {
  border-left: 1px solid #201E50;
}
#planeamento .paginacao {
  display: flex;
  justify-content: flex-end;
}
#planeamento .paginacao .label {
  font-size: 30px;
  padding: 0 20px;
}
#planeamento .paginacao .nav-planeamento {
  padding-top: 10px;
}
#planeamento .paginacao .nav-planeamento img {
  width: 18px;
  height: auto;
  display: inline-block;
}
#planeamento .paginacao .nav-planeamento img.prev {
  transform: rotate(180deg);
}

.pn-arrow {
  display: inline-flex;
  padding: 0;
  margin: 0;
  align-items: center;
  background: url(imgs/post-arrow-hover.svg) center center no-repeat;
  cursor: pointer;
}
.pn-arrow img {
  opacity: 1;
  transition: 0.3s;
}

.pn-arrow.left {
  transform: rotate(180deg);
}
.pn-arrow.left img.left {
  transform: rotate(180deg) !important;
}

.pn-arrow:hover img {
  opacity: 0 !important;
  transition: 0.3s;
}

.general-page-background {
  position: relative;
  min-height: 350px;
  text-align: right;
  margin-bottom: -100px;
  z-index: 0;
}
.general-page-background img {
  position: relative;
  height: 350px;
  width: auto;
  z-index: 1;
}
.general-page-background .squared-background {
  position: absolute;
  background-position: center center;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
}

@media screen and (max-width: 720px) {
  html, body {
    font-size: 16px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h2.light-blue {
    color: #73CCD4;
  }

  h3 {
    font-size: 28px;
  }

  footer #logo-footer-pn {
    text-align: center;
    margin-bottom: 50px;
  }
  footer #logo-footer-pn #logo-mario-ruivo-footer {
    width: 100%;
    max-width: 245px;
  }
  footer #footer-files {
    margin-bottom: 50px;
  }
  footer #footer-files a {
    font-size: 18px;
  }
  footer #logo-ipma-footer-pn {
    display: block;
    text-align: center;
  }
  footer #footer-social-network {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  footer #footer-social-network .footer-icon {
    flex-grow: 1;
    width: 25%;
  }
  footer #footer-social-network #footer-hashtag {
    flex-grow: 4;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  footer #footer-copy-terms-and-credits {
    display: flex;
    flex-direction: column;
  }
  footer #footer-copy-terms-and-credits #footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
    display: inline-flex;
    margin-bottom: 30px;
    width: 100%;
  }
  footer #footer-copy-terms-and-credits #footer-menu ul li {
    text-align: center;
    padding: 10px 0px;
  }
  footer #footer-copy-terms-and-credits #footer-credits {
    text-align: center;
    margin-bottom: 30px;
  }
  footer #footer-copy-terms-and-credits #visuals-credit {
    text-align: center;
  }

  #marinetraffic {
    height: 550px;
  }

  #projeto-informacoes-relevantes #informacoes-contato h3.documentos {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-hero-image {
    margin-bottom: 50px;
  }

  #projeto-logos-pn {
    margin-top: 0;
  }

  #projeto-sobre {
    padding: 0;
  }
  #projeto-sobre img {
    margin-bottom: 50px;
  }
  #projeto-sobre h3 {
    margin-bottom: 30px;
  }

  .features-home .features-content-pn .home-feature-slides {
    height: 300px;
    margin-bottom: 30px;
  }

  #historic-carousel .historico-foto {
    height: 100px;
  }

  .projeto-logos {
    display: block;
    text-align: center;
    margin: 40px 0;
  }
  .projeto-logos .logo-destaque {
    flex: 1;
    width: 100%;
    text-align: center;
    max-width: 240px;
    margin: 10px 0;
    margin-bottom: 20px;
  }
  .projeto-logos .row .col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .projeto-logos .row .col-6 .logo-menor {
    text-align: center;
    max-width: 160px;
    max-height: 85px;
    margin: 0;
    margin-bottom: 20px;
  }

  .campanhas-carousel .slide {
    height: 300px;
  }
  .campanhas-carousel .mes-campanha {
    padding-top: 10px;
    min-width: 210px;
    text-align: center;
  }

  #planeamento .planeamento-titulo {
    font-size: 24px;
  }
  #planeamento .body .campanha .desc-box[mes="1"],
#planeamento .body .campanha .desc-box[mes="4"],
#planeamento .body .campanha .desc-box[mes="7"],
#planeamento .body .campanha .desc-box[mes="10"] {
    margin-left: 0;
  }
  #planeamento .body .campanha .desc-box[mes="2"],
#planeamento .body .campanha .desc-box[mes="5"],
#planeamento .body .campanha .desc-box[mes="8"],
#planeamento .body .campanha .desc-box[mes="11"] {
    margin-left: -80px;
  }
  #planeamento .body .campanha .desc-box[mes="3"],
#planeamento .body .campanha .desc-box[mes="6"],
#planeamento .body .campanha .desc-box[mes="9"],
#planeamento .body .campanha .desc-box[mes="12"] {
    margin-left: -160px;
  }

  #hero-observatorios,
#hero-quem-somos {
    height: 200px;
  }

  .quem-somos-colaboradores .colaborador {
    text-align: left;
    margin-bottom: 30px;
  }

  .hero-post {
    height: 200px;
  }

  header {
    background: #FFF;
  }
  header #pn-menu-mobile {
    text-align: right;
  }
  header #pn-menu-mobile #menu-mobile-icon {
    margin: 10px 5px;
    margin-top: 25px;
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
    height: 35px;
    width: 35px;
  }
  header #pn-menu-mobile #menu-mobile-icon .line {
    background: #201E50;
    height: 3px;
  }
  header #pn-menu-lang-mobile {
    text-align: center;
  }
  header #pn-menu-lang-mobile #menu-lang {
    position: relative;
    display: inline-block;
    border-left: none;
    list-style: none;
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 30px;
  }
  header #pn-menu-lang-mobile #menu-lang #selector-lang {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 0.4s;
  }
  header #pn-menu-lang-mobile #menu-lang #selector-lang .current-lang {
    display: none;
  }
  header #pn-menu-lang-mobile #menu-lang:hover #selector-lang {
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s;
  }
  header #pn-menu-lang-mobile #menu-lang::after {
    content: "";
    background: url(imgs/arrow-down.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -18px;
    right: 0px;
  }
  header #pn-mobile-nav {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    display: none;
    padding: 30px 0;
  }
  header #pn-mobile-nav a {
    text-decoration: none;
    color: #201E50;
    transition: 0.2s;
  }
  header #pn-mobile-nav a:hover {
    color: #C7C7D4;
    transition: 0.2s;
  }
  header #pn-mobile-nav #menu {
    display: block;
    margin-right: 10px;
    width: 100%;
  }
  header #pn-mobile-nav #menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header #pn-mobile-nav #menu ul li {
    position: relative;
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 24px;
    text-align: left;
  }
  header #pn-mobile-nav #menu ul li.current-menu-ancestor a,
header #pn-mobile-nav #menu ul li.current_page_item a {
    color: #C7C7D4;
  }
  header #pn-mobile-nav #menu ul li.menu-item-has-children {
    padding-right: 20px;
  }
  header #pn-mobile-nav #menu ul li.menu-item-has-children ul {
    position: relative;
    display: block;
    text-align: left;
    padding: 10px 30px;
    opacity: 1;
    transition: 0.4s;
  }
  header #pn-mobile-nav #menu ul li.menu-item-has-children ul li {
    padding: 5px 0;
    margin: 0;
  }
  header #pn-mobile-nav #menu ul li.menu-item-has-children ul li a {
    color: #201E50;
  }
  header #pn-mobile-nav #menu ul li.menu-item-has-children ul li a:hover {
    color: #C7C7D4;
  }
  header #pn-mobile-nav #menu ul li.menu-item-has-children ul li.current_page_item a {
    color: #A0A0A0;
  }
  header #pn-mobile-nav #menu ul li.menu-item-has-children::after {
    content: "";
    background: none;
  }

  #hero-mobile-home {
    text-align: center;
    background: #FFFFFF;
    color: #201E50;
    height: auto;
    margin-top: 0;
  }
  #hero-mobile-home h1 {
    font-size: 40px;
  }
  #hero-mobile-home .hero-titulo {
    padding: 20px 0;
  }

  .description-home {
    margin-top: 0;
  }

  .pn-arrow:hover img {
    opacity: 1 !important;
  }
}/*# sourceMappingURL=style.css.map */