@charset "UTF-8";
/*
configuração
autor: Hermenegildo Fernandes
data: 17-02-2018

*/
section.layout__servicos > section > *, section.layout__aereportos > section > *, section.layout__noticia > header > *, section.layout__noticia > section > *, section.layout__aereporto > section > div > *, section.layout__aereporto > section > div > div > *, section.layout_servico > section > *, section.layout_servico > section > div:nth-child(1) > section > *, section.layout_servico > section > div:nth-child(3) > section > * {
  margin-right: 0.5rem; }
  section.layout__servicos > section > *:last-child, section.layout__aereportos > section > *:last-child, section.layout__noticia > header > *:last-child, section.layout__noticia > section > *:last-child, section.layout__aereporto > section > div > *:last-child, section.layout__aereporto > section > div > div > *:last-child, section.layout_servico > section > *:last-child, section.layout_servico > section > div:nth-child(1) > section > *:last-child, section.layout_servico > section > div:nth-child(3) > section > *:last-child {
    margin-right: 0; }

section.layout__slider__aereporto, section.layout__slider__aereporto > div, section.layout__slider__aereporto > div > article > div, section.layout__slider, section.layout__slider > section > article, section.layout_servico > section > div:nth-child(1) > section > div, section.layout_servico > section > div:nth-child(3) > section > div, section.layout_servico > section > div:nth-child(1) > section > div > span, section.layout_servico > section > div:nth-child(3) > section > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

section.layout__slider__aereporto {
  background: #ffffff;
  background: url("../media/img/full.jpg") no-repeat center center;
  background-size: cover;
  height: calc(100vh - 109px); }
  section.layout__slider__aereporto > * {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px; }
  section.layout__slider__aereporto > div > article {
    max-width: 640px; }
    section.layout__slider__aereporto > div > article > h1,
    section.layout__slider__aereporto > div > article > h2,
    section.layout__slider__aereporto > div > article p {
      text-align: center;
      color: #ffffff; }
    section.layout__slider__aereporto > div > article > h1 {
      font-weight: 300;
      text-align: center;
      margin: 0.5rem;
      margin-bottom: 1rem; }
    section.layout__slider__aereporto > div > article > h2 {
      font-weight: 600;
      font-size: 1.2rem; }
    section.layout__slider__aereporto > div > article > p {
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 2rem; }
    section.layout__slider__aereporto > div > article > div > button {
      margin: 0 auto !important;
      color: #ffffff !important;
      font-size: .8rem;
      border: 2px solid #042373;
      background: #042373;
      background: transparent;
      border: 1px solid #ffffff; }
      section.layout__slider__aereporto > div > article > div > button:hover {
        background: none;
        color: #042373;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s; }

section.layout__servicos {
  background: #E9EBEE; }
  section.layout__servicos > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section.layout__servicos > section > div {
      border-radius: 5px;
      max-width: 20rem;
      padding: 2rem;
        padding-top: 3rem;
        padding-bottom: 6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.layout__servicos > section > div > * {
        margin-bottom: 0.5rem; }
        section.layout__servicos > section > div > *:last-child {
          margin-bottom: 0; }
      section.layout__servicos > section > div:nth-child(2) {
        background: #ffffff;
        -webkit-box-shadow: 0 0px 55px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0px 55px rgba(0, 0, 0, 0.08); }
      section.layout__servicos > section > div > * {
        margin-bottom: 0; }
      section.layout__servicos > section > div > div {
        width: 5rem;
        height: 5rem;
        border-radius: 100%;
        margin: 0 auto;
        background: #042373; }
      section.layout__servicos > section > div > b,
      section.layout__servicos > section > div > p {
        text-align: center; }
      section.layout__servicos > section > div > b {
        color: #042373;
        margin-top: 2rem;
        margin-bottom: 0.5rem; }
      section.layout__servicos > section > div:hover {
        cursor: pointer; }

section.layout__aereportos {
  background: #042373; }
  section.layout__aereportos > header h1,
  section.layout__aereportos > header p {
    color: #ffffff; }
  section.layout__aereportos > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section.layout__aereportos > section > * {
      margin-right: 2rem; }
    section.layout__aereportos > section > div {
      width: 50%;
      height: 200px;
      background: #000;
      background: url("../media/img/P1000737.jpg") no-repeat center center;
      background-size: cover; }

section.layout__noticia {
  background: #ffffff; }
  section.layout__noticia > header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem; }
    section.layout__noticia > header > h1 {
      color: #042373;
      font-size: 1.5rem;
      padding-left: 1rem;
      border-left: 0.2rem solid #042373; }
    section.layout__noticia > header > span {
      font-size: .95rem;
      color: #042373; }
      section.layout__noticia > header > span:hover {
        cursor: pointer; }
      section.layout__noticia > header > span > span::before {
        font-size: .8rem; }
  section.layout__noticia > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section.layout__noticia > section > * {
      margin-right: .2rem; }
    section.layout__noticia > section > div {
      height: 368px; }
      section.layout__noticia > section > div:nth-child(1) {
        min-width: 45%;
        background: url("../media/img/aircraft-1362586_960_720.jpg") !important;
        background-size: cover !important; }
      section.layout__noticia > section > div:nth-child(1), section.layout__noticia > section > div:nth-child(3) {
        background: url("../media/img/airport01.jpg") no-repeat center center;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative; }
        section.layout__noticia > section > div:nth-child(1) > *, section.layout__noticia > section > div:nth-child(3) > * {
          margin-bottom: 0.5rem; }
          section.layout__noticia > section > div:nth-child(1) > *:last-child, section.layout__noticia > section > div:nth-child(3) > *:last-child {
            margin-bottom: 0; }
        section.layout__noticia > section > div:nth-child(1)::after, section.layout__noticia > section > div:nth-child(3)::after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
          background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
          background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); }
        section.layout__noticia > section > div:nth-child(1) > article, section.layout__noticia > section > div:nth-child(3) > article {
          z-index: 3;
          padding: 1rem; }
          section.layout__noticia > section > div:nth-child(1) > article h1, section.layout__noticia > section > div:nth-child(1) > article p, section.layout__noticia > section > div:nth-child(3) > article h1, section.layout__noticia > section > div:nth-child(3) > article p {
            color: #ffffff; }
          section.layout__noticia > section > div:nth-child(1) > article h1, section.layout__noticia > section > div:nth-child(3) > article h1 {
            font-size: .8rem;
            font-weight: 600; }
          section.layout__noticia > section > div:nth-child(1) > article p, section.layout__noticia > section > div:nth-child(3) > article p {
            font-size: 1.5rem;
            font-weight: 300; }
        section.layout__noticia > section > div:nth-child(1):hover, section.layout__noticia > section > div:nth-child(3):hover {
          cursor: pointer; }
          section.layout__noticia > section > div:nth-child(1):hover p, section.layout__noticia > section > div:nth-child(3):hover p {
            text-decoration: underline; }
      section.layout__noticia > section > div:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.layout__noticia > section > div:nth-child(2) > * {
          margin-bottom: 0.5rem; }
          section.layout__noticia > section > div:nth-child(2) > *:last-child {
            margin-bottom: 0; }
        section.layout__noticia > section > div:nth-child(2) > * {
          margin-bottom: .1rem; }
        section.layout__noticia > section > div:nth-child(2) > div {
          height: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          position: relative; }
          section.layout__noticia > section > div:nth-child(2) > div:nth-child(1) {
            background: url("../media/img/password.jpg") no-repeat center center;
            background-size: cover; }
          section.layout__noticia > section > div:nth-child(2) > div:nth-child(2) {
            background: url("../media/img/airport.jpg") no-repeat center center;
            background-size: cover; }
          section.layout__noticia > section > div:nth-child(2) > div > * {
            margin-bottom: 0.5rem; }
            section.layout__noticia > section > div:nth-child(2) > div > *:last-child {
              margin-bottom: 0; }
          section.layout__noticia > section > div:nth-child(2) > div::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
            background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
            background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); }
          section.layout__noticia > section > div:nth-child(2) > div > article {
            z-index: 3;
            padding: 1rem; }
            section.layout__noticia > section > div:nth-child(2) > div > article h1, section.layout__noticia > section > div:nth-child(2) > div > article p {
              color: #ffffff; }
            section.layout__noticia > section > div:nth-child(2) > div > article h1 {
              font-size: .8rem;
              font-weight: 600; }
            section.layout__noticia > section > div:nth-child(2) > div > article p {
              font-size: 1.5rem;
              font-weight: 300; }
          section.layout__noticia > section > div:nth-child(2) > div:hover {
            cursor: pointer; }
            section.layout__noticia > section > div:nth-child(2) > div:hover p {
              text-decoration: underline; }

section.layout__slider {
  height: calc(100vh - 109px);
  background: url("../media/img/P1000737.jpg") no-repeat center center;
  background-size: cover;
  position: relative; }
  section.layout__slider > * {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px; }
  section.layout__slider h1, section.layout__slider h2, section.layout__slider p {
    text-align: center; }
  section.layout__slider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); }
  section.layout__slider > section {
    z-index: 3; }
    section.layout__slider > section > article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.layout__slider > section > article > h1,
      section.layout__slider > section > article > h2,
      section.layout__slider > section > article > p {
        color: #ffffff; }
        section.layout__slider > section > article > h1:first-letter,
        section.layout__slider > section > article > h2:first-letter,
        section.layout__slider > section > article > p:first-letter {
          text-transform: uppercase; }
      section.layout__slider > section > article > h1 {
        font-weight: 300; }
      section.layout__slider > section > article > h2 {
        font-size: 1.3rem;
        margin-top: 0.5rem;
        margin-bottom: 1.8rem; }
      section.layout__slider > section > article > div {
        margin-top: 1rem; }
        section.layout__slider > section > article > div::before {
          color: #ffffff;
          font-size: 2.2rem; }

section.layout__aereporto > header {
  max-width: 640px; }

section.layout__aereporto > section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1rem; }
  section.layout__aereporto > section > div:first-child > div:first-child > div {
    background: url("../media/img/248127578_e0791e65bf.jpg") no-repeat center center;
    background-size: cover;
    position: relative; }
    section.layout__aereporto > section > div:first-child > div:first-child > div::after {
      background: #ffffff;
      content: "";
      height: 12px;
      height: .75rem;
      position: absolute;
      left: -6px;
      left: -.375rem;
      margin-top: -.375rem;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      vertical-align: middle;
      width: 12px;
      width: .75rem; }
  section.layout__aereporto > section > div:first-child > div:last-child > div {
    background: url("../media/img/estacionamento.jpg") no-repeat center center;
    background-size: cover;
    position: relative; }
    section.layout__aereporto > section > div:first-child > div:last-child > div::after {
      background: #ffffff;
      content: "";
      height: 12px;
      height: .75rem;
      position: absolute;
      left: -6px;
      left: -.375rem;
      margin-top: -.375rem;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      vertical-align: middle;
      width: 12px;
      width: .75rem; }
  section.layout__aereporto > section > div:last-child {
    margin-bottom: 0; }
    section.layout__aereporto > section > div:last-child > div:first-child {
      background: url("../media/img/aviao_pordosol.jpg") no-repeat center center;
      background-size: cover;
      -webkit-box-shadow: none;
      box-shadow: none; }
    section.layout__aereporto > section > div:last-child > div:last-child > div {
      background: url("../media/img/02_voos_destinos_5.jpg") no-repeat center center;
      background-size: cover;
      position: relative; }
      section.layout__aereporto > section > div:last-child > div:last-child > div::after {
        background: #ffffff;
        content: "";
        height: 12px;
        height: .75rem;
        position: absolute;
        left: -6px;
        left: -.375rem;
        margin-top: -.375rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        vertical-align: middle;
        width: 12px;
        width: .75rem; }
  section.layout__aereporto > section > div > * {
    margin-right: 1rem; }
  section.layout__aereporto > section > div > div {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    width: 50%;
    background: #ffffff;
    height: 17rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section.layout__aereporto > section > div > div > * {
      margin-right: 0; }
    section.layout__aereporto > section > div > div > article {
      width: calc(100% - 17rem);
      height: 17rem;
      padding: 2rem; }
      section.layout__aereporto > section > div > div > article > h1 {
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 1rem; }
      section.layout__aereporto > section > div > div > article > ul {
        border-left: 0.2rem solid #042373;
        padding-left: 1rem; }
        section.layout__aereporto > section > div > div > article > ul > li {
          font-weight: bold;
          color: #666666;
          font-size: .9rem; }
          section.layout__aereporto > section > div > div > article > ul > li:first-letter {
            text-transform: uppercase; }
          section.layout__aereporto > section > div > div > article > ul > li:hover {
            cursor: pointer;
            color: #042373;
            -webkit-transition: .6s all;
            -o-transition: .6s all;
            transition: .6s all; }
    section.layout__aereporto > section > div > div > div {
      width: 17rem;
      height: 17rem;
      background: #042373; }

section.layout_servico {
  background: #ffffff; }
  section.layout_servico > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section.layout_servico > section > * {
      margin-right: 0; }
    section.layout_servico > section > div {
      width: 100vw; }
      section.layout_servico > section > div:nth-child(1) > header, section.layout_servico > section > div:nth-child(3) > header {
        text-align: center;
        max-width: 320px;
        margin: 0 auto; }
        section.layout_servico > section > div:nth-child(1) > header h1, section.layout_servico > section > div:nth-child(3) > header h1 {
          font-size: 1.2rem;
          font-weight: bold;
          color: #042373; }
          section.layout_servico > section > div:nth-child(1) > header h1:first-letter, section.layout_servico > section > div:nth-child(3) > header h1:first-letter {
            text-transform: uppercase; }
        section.layout_servico > section > div:nth-child(1) > header span, section.layout_servico > section > div:nth-child(3) > header span {
          color: #000000; }
      section.layout_servico > section > div:nth-child(1) > section, section.layout_servico > section > div:nth-child(3) > section {
        margin: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.layout_servico > section > div:nth-child(1) > section > *, section.layout_servico > section > div:nth-child(3) > section > * {
          margin-right: 0; }
        section.layout_servico > section > div:nth-child(1) > section > div, section.layout_servico > section > div:nth-child(3) > section > div {
          width: 50%;
          max-width: 189.984px;
          min-height: 189.984px;
          max-height: 189.984px;
          height: 5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          section.layout_servico > section > div:nth-child(1) > section > div > *, section.layout_servico > section > div:nth-child(3) > section > div > * {
            margin-bottom: 0.5rem; }
            section.layout_servico > section > div:nth-child(1) > section > div > *:last-child, section.layout_servico > section > div:nth-child(3) > section > div > *:last-child {
              margin-bottom: 0; }
          section.layout_servico > section > div:nth-child(1) > section > div > span, section.layout_servico > section > div:nth-child(3) > section > div > span {
            width: 4rem;
            height: 4rem;
            color: #666666; }
            section.layout_servico > section > div:nth-child(1) > section > div > span::before, section.layout_servico > section > div:nth-child(3) > section > div > span::before {
              font-size: 3rem; }
          section.layout_servico > section > div:nth-child(1) > section > div > b, section.layout_servico > section > div:nth-child(3) > section > div > b {
            color: #999999;
            text-align: center; }
            section.layout_servico > section > div:nth-child(1) > section > div > b::first-letter, section.layout_servico > section > div:nth-child(3) > section > div > b::first-letter {
              text-transform: uppercase; }
          section.layout_servico > section > div:nth-child(1) > section > div:nth-child(1), section.layout_servico > section > div:nth-child(1) > section > div:nth-child(2), section.layout_servico > section > div:nth-child(3) > section > div:nth-child(1), section.layout_servico > section > div:nth-child(3) > section > div:nth-child(2) {
            margin-bottom: -1px; }
          section.layout_servico > section > div:nth-child(1) > section > div:nth-child(2), section.layout_servico > section > div:nth-child(1) > section > div:nth-child(4), section.layout_servico > section > div:nth-child(3) > section > div:nth-child(2), section.layout_servico > section > div:nth-child(3) > section > div:nth-child(4) {
            margin-left: -1px;
            border-right: 0; }
          section.layout_servico > section > div:nth-child(1) > section > div:nth-child(1), section.layout_servico > section > div:nth-child(1) > section > div:nth-child(3), section.layout_servico > section > div:nth-child(3) > section > div:nth-child(1), section.layout_servico > section > div:nth-child(3) > section > div:nth-child(3) {
            border-left: 0; }
          section.layout_servico > section > div:nth-child(1) > section > div:hover, section.layout_servico > section > div:nth-child(3) > section > div:hover {
            cursor: pointer;
            background: #ffffff;
            border-color: transparent;
            -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.09);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.09); }
            section.layout_servico > section > div:nth-child(1) > section > div:hover span, section.layout_servico > section > div:nth-child(1) > section > div:hover b, section.layout_servico > section > div:nth-child(3) > section > div:hover span, section.layout_servico > section > div:nth-child(3) > section > div:hover b {
              color: #042373;
              -webkit-transition: all .6s;
              -o-transition: all .6s;
              transition: all .6s; }
      section.layout_servico > section > div:nth-child(2) {
        width: 80%;
        min-height: 500px;
        background: url("../media/img/images.jpeg") no-repeat center center;
        background-size: cover; }
