/*---------------------------------------
geral
---------------------------------------*/
* {
  position: relative; }

/*bloco especial */
@media (max-width: 767px) {
  .noBr-mob br {
    display: none; } }
/*---------------------------------------
reveal
---------------------------------------*/
main .col {
  opacity: 0;
  transition: all .5s ease-out;
  transform: translate(0, 30px) scale(0.9); }
  main .col.active {
    opacity: 1;
    transform: none; }

/*---------------------------------------
sm
---------------------------------------*/
a.sm {
  height: 32px;
  width: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px; }
  a.sm:first-child {
    margin-left: 0; }
  a.sm:last-child {
    margin-right: 0; }

/*---------------------------------------
header
---------------------------------------*/
header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9); }
  header a {
    text-decoration: none; }
  header .pll-switcher-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/form-select.svg");
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    background-color: var(--bs-navy);
    color: white;
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
    padding: 10px 40px 10px 10px;
    font-weight: bold;
    text-transform: uppercase; }
  header .pll-switcher-select:hover,
  header .pll-switcher-select:focus {
    outline: none; }
  header .pll-switcher-select option {
    padding: 10px;
    background-color: #fff;
    color: #333;
    font-size: 16px; }
  header ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    header ul li {
      display: inline-block;
      margin-left: 15px; }
      header ul li a {
        color: var(--bs-navy);
        padding: 5px 0;
        display: block;
        border-bottom: 3px solid transparent; }
        header ul li a:hover {
          color: var(--bs-navy);
          border-color: var(--bs-navy); }
  header .header-white {
    padding-top: 40px;
    padding-bottom: 40px;
    transition: var(--transition); }
  header .header-navy {
    background-color: var(--bs-navy);
    color: white;
    transition: var(--transition); }
    header .header-navy a.sm {
      filter: brightness(10) grayscale(1);
      margin-top: 4px; }
    header .header-navy ul li {
      margin: 0 0 0 -5px;
      border-right: 1px solid white;
      font-weight: bold; }
      header .header-navy ul li:first-child {
        border-left: 1px solid white; }
      header .header-navy ul li a {
        color: white;
        padding: 10px 30px;
        display: block;
        border-bottom: none; }
        header .header-navy ul li a:hover {
          background-color: white;
          color: var(--bs-navy); }

@media (min-width: 992px) {
  header .header-white {
    text-transform: lowercase; }

  header.is-hidden {
    background-color: white;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16); }
    header.is-hidden .header-navy {
      padding: 0;
      height: 0;
      overflow: hidden; }
    header.is-hidden .header-white {
      padding-top: 30px;
      padding-bottom: 30px; } }
@media (max-width: 991px) {
  header {
    background-color: white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
    header .header-white {
      padding: 20px 30px; }
    header .menu-mobile {
      /*btn ctrole menu */
      /* menu ativo */ }
      header .menu-mobile a {
        color: white; }
      header .menu-mobile #menu {
        background-image: url("../images/shipmasters-branco-ico.svg");
        background-repeat: no-repeat;
        background-size: 54px auto;
        background-position: 35px 35px;
        opacity: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        transform: translate(-100vw, 0) scale(1);
        z-index: 10;
        padding: 80px 30px 30px;
        height: 100vh;
        width: 100vw;
        left: 0;
        top: 0;
        background-color: var(--bs-navy);
        color: white;
        position: fixed;
        text-align: center;
        overflow: scroll;
        /* menu */
        /* sm */ }
        header .menu-mobile #menu hr {
          background-color: white;
          width: 100%; }
        header .menu-mobile #menu ul li {
          display: block;
          padding: 5px 0;
          text-transform: lowercase; }
          header .menu-mobile #menu ul li a {
            color: white;
            font-size: 18px; }
        header .menu-mobile #menu a.sm {
          height: 56px;
          width: 56px;
          background-size: 64px 64px;
          margin: 0 6px;
          background-color: white;
          border-radius: 8px;
          display: inline-block; }
      header .menu-mobile .menu-btn {
        cursor: pointer;
        width: 54px;
        height: 54px;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        float: right;
        background-color: var(--bs-navy);
        z-index: 11; }
      header .menu-mobile .menu-btn .bar {
        width: 24px;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        transition: var(--transition);
        border-radius: 3px; }
        header .menu-mobile .menu-btn .bar:nth-of-type(2) {
          top: calc(50% - 7px); }
        header .menu-mobile .menu-btn .bar:nth-of-type(3) {
          top: calc(50% + 7px); }
      header .menu-mobile.menu-ativo #menu {
        transform: none;
        opacity: 1; }
      header .menu-mobile.menu-ativo .menu-btn {
        background-color: white; }
        header .menu-mobile.menu-ativo .menu-btn .bar {
          top: 50%;
          background-color: var(--bs-navy); }
          header .menu-mobile.menu-ativo .menu-btn .bar:nth-of-type(1) {
            display: none; }
          header .menu-mobile.menu-ativo .menu-btn .bar:nth-of-type(2) {
            transform: translate(-50%, 0%) rotate(45deg); }
          header .menu-mobile.menu-ativo .menu-btn .bar:nth-of-type(3) {
            transform: translate(-50%, 0%) rotate(-45deg); } }
/*---------------------------------------
footer
---------------------------------------*/
footer {
  background-color: var(--bs-navy);
  color: white;
  font-size: 14px;
  padding: 70px 0; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:Hover {
      color: white;
      text-decoration: underline; }
  footer a.sm {
    background-color: white;
    border-radius: 7px;
    background-size: 108%;
    background-position: center center; }
  footer hr {
    background-color: var(--bs-cyan);
    margin: 70px 0;
    background-size: 36px 36px; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: lowercase; }
    footer ul li {
      margin: 0;
      padding: 0;
      text-align: left; }
      footer ul li + li {
        margin-top: 20px; }
  footer .copyright {
    color: var(--bs-cyan); }
    footer .copyright a {
      color: var(--bs-cyan); }

@media (max-width: 767px) {
  footer .col + .col {
    margin-top: 35px; }
  footer a.sm {
    height: 56px;
    width: 56px;
    background-size: 64px 64px;
    margin: 0 6px; }
  footer ul {
    margin-bottom: 35px; }
    footer ul li {
      margin: 15px 0;
      text-align: center; } }
@media (min-width: 768px) {
  footer {
    padding: 35px 0; }
    footer hr {
      margin: 35px 0; }
    footer ul {
      columns: 2; } }
/*---------------------------------------
home
---------------------------------------*/
.home-servicos {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.16);
  background-color: white;
  border-radius: 1.1rem;
  color: var(--bs-navy);
  padding: 30px;
  text-align: center;
  margin-top: 1rem; }

.swiper-diferenciais,
.swiper-segmentos {
  overflow: visible; }
  .swiper-diferenciais .swiper-slide-segmento,
  .swiper-segmentos .swiper-slide-segmento {
    height: 100%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 20px;
    background-color: white; }
    .swiper-diferenciais .swiper-slide-segmento img,
    .swiper-segmentos .swiper-slide-segmento img {
      border-radius: 13px;
      margin-bottom: 1rem; }
    .swiper-diferenciais .swiper-slide-segmento h3,
    .swiper-segmentos .swiper-slide-segmento h3 {
      color: var(--bs-navy); }

.swiper-logos {
  overflow: visible; }
  .swiper-logos .swiper-slide-logo {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    background-color: white; }

.bg-waves {
  background-image: url("../images/bg-waves.svg");
  background-repeat: repeat-x;
  height: 148px;
  z-index: 1;
  margin: -48px 0 -100px; }

.bg-waves2 {
  background-image: url("../images/bg-waves2.svg");
  background-repeat: repeat-x;
  height: 84px;
  z-index: 1;
  margin: -42px 0 -42px; }

@media (min-width: 768px) {
  .home-servicos {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center; }
    .home-servicos h3, .home-servicos p, .home-servicos .btn {
      margin: 0; }
    .home-servicos .btn {
      max-width: 170px !important;
      min-width: auto; }
    .home-servicos h3 {
      display: block;
      width: 20%;
      margin-left: 10px; }
    .home-servicos p {
      width: 42%;
      padding-right: 40px; }

  .swiper-grid2 .swiper-wrapper {
    flex-direction: row; }
    .swiper-grid2 .swiper-wrapper .swiper-slide {
      margin: 0;
      padding: 4px 4px 8px; } }
/*---------------------------------------
sobre
---------------------------------------*/
.box-tarjabranca,
.box-wca {
  z-index: 1;
  margin-bottom: -1px; }
  .box-tarjabranca:before,
  .box-wca:before {
    content: '';
    display: block;
    left: 0;
    bottom: -1px;
    right: 0;
    background-color: white;
    height: 200px;
    position: absolute; }

.swiper-slide-presenca p {
  font-size: 18px; }
.swiper-slide-presenca p.h1 {
  font-size: 27px;
  margin-top: 1em; }

.accordion h4 {
  border-bottom: 2px solid var(--bs-orange);
  display: block;
  padding: 0.6rem 0;
  margin-top: 1rem;
  		cursor: pointer; 
  padding-right: 60px; }
  .accordion h4:before {
    			content: ''; 
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 2px solid var(--bs-navy);
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/ico-mais.svg");
    background-position: top center;
    background-size: cover; }
.accordion .text {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: var(--transition);
}
.accordion .item.active .text {
  height: auto;
  opacity: 1; }
.accordion .item.active h4:before {
  background-position: bottom center; }

.box-tarja-mar {
  z-index: 1;
  margin-bottom: -1px; }
  .box-tarja-mar .areoi-background__image:before {
    content: '';
    display: block;
    left: 0;
    top: -1px;
    right: 0;
    background-color: white;
    height: 60px;
    position: absolute; }

@media (max-width: 767px) {
  .box-tarja-mar {
    padding-bottom: 220px; }
    .box-tarja-mar .container {
      width: 100vw;
      max-width: none;
      margin: 0; } }
@media (min-width: 768px) {
  .box-wca:before {
    height: 75px; }

  .box-tarjabranca:before {
    height: 160px; } }
/*---------------------------------------
solucoes + contato
---------------------------------------*/
h1.h1-solucao {
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 21px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  padding-top: 65px;
  margin-bottom: 20px;
  min-height: 55px; }

.flex-grid-11 {
  margin-bottom: -40px; }
  .flex-grid-11 .col {
    z-index: 1; }

.margin-bottom-negative {
  margin-bottom: -40px; }
  .margin-bottom-negative .col {
    z-index: 1; }

.foto-solucoes {
  aspect-ratio: 4/3; }

.bg-solucao-detalhe {
  padding: 100px 0 200px;
  overflow: hidden; }
  .bg-solucao-detalhe .bg-mobile-only {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0; }

/* contato */
.form-ico-seta {
  height: 30px; }
  .form-ico-seta:before {
    content: '';
    background-image: url("../images/contato-seta-from-to.svg");
    background-repeat: no-repeat;
    transform: rotate(90deg);
    display: block;
    height: 36px;
    width: 33px;
    margin-left: -12px; }

.box-politica h2, .box-politica h3 {
  margin-top: 1em; }

@media (min-width: 768px) {
  .bg-ondas-5d12 {
    background-image: url("../images/bg-solucoes-onda.svg?v=1");
    background-repeat: no-repeat;
    background-position: center center; }
    .bg-ondas-5d12 h1, .bg-ondas-5d12 .h1 {
      font-size: 60px; }

  h1.h1-solucao {
    background-position: center left;
    padding: 20px 0 20px 70px;
    margin-bottom: 40px; }

  .foto-solucoes {
    aspect-ratio: 10/14; }

  .flex-grid-11 {
    margin-bottom: -60px; }
    .flex-grid-11 .col-lg-5 {
      width: 45%; }
    .flex-grid-11 .col-lg-4 {
      width: 38.333%; }

  .margin-bottom-negative {
    margin-bottom: -60px; }

  .bg-solucao-detalhe {
    padding: 195px 0 150px; }
    .bg-solucao-detalhe .bg-mobile-only {
      display: none; }

  /* contato */
  .form-ico-seta {
    height: auto; }
    .form-ico-seta:before {
      transform: none;
      margin: 28px 0 0 0; } }
/*---------------------------------------
solucoes + contato
---------------------------------------*/
.swiper-slide-certificacao {
  margin-bottom: 1em; }
  .swiper-slide-certificacao img {
    margin-bottom: 2em; }

.box-certificacoes .col {
  z-index: 1; }

.box-shakehands {
  min-height: 430px;
  margin-top: 100px;
  padding: 0; }
  .box-shakehands .bg-cyan {
    margin-top: -100px; }

h2.font-300 {
  line-height: 1.4em;
  font-weight: 300; }

.box-condutas {
  padding-bottom: 1em; }
  .box-condutas:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 155px;
    background-color: white; }

@media (min-width: 768px) {
  .box-certificacoes {
    padding: 0; }

  .swiper-slide-certificacao {
    margin-bottom: 0;
    min-height: 600px; }

  .box-shakehands {
    min-height: 630px;
    margin-top: -410px; }
    .box-shakehands .bg-cyan {
      margin-top: -200px;
      min-height: 450px; }

  .box-condutas:before {
    height: 55px; }
  .box-condutas .bg-white {
    min-height: 580px; }
  .box-condutas .bg-orange {
    min-height: 460px; } }
