body,
html {
  font-family: "Cabin", sans-serif !important;
  font-weight: 500 !important; }

header {
  position: fixed;
  border-bottom: 1px solid #e5e7eb;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }
  @media (max-width: 1280px) {
    header {
      background: #fff; } }
  @media (min-width: 1281px) {
    header.scrolled {
      height: 70px;
      background: #2b5fa7;
      border-bottom: none; } }
  header.blur {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px); }
  header .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  header .logo {
    width: 88px; }
    header .logo img {
      width: 88px;
      height: 79px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    header .logo.scrolled img {
      width: 57px;
      height: 54px; }
    @media (max-width: 1281px) {
      header .logo {
        display: none; } }
    @media (max-width: 1281px) {
      header .logo.lg-mobile {
        display: block !important; } }
  header .menu {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1281px) {
      header .menu {
        display: none; } }
    header .menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 3rem;
      text-transform: uppercase;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1480px) {
        header .menu ul {
          gap: 2rem; } }
      header .menu ul a {
        color: #fff;
        font-weight: 600;
        font-size: .95rem;
        font-family: "Cabin", sans-serif;
        position: relative;
        padding-bottom: 13px; }
        header .menu ul a:after {
          content: '';
          height: 4px;
          background: rgba(255, 255, 255, 0.4);
          position: absolute;
          bottom: 0;
          width: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      header .menu ul li:hover a:after {
        opacity: 1;
        visibility: visible; }
      header .menu ul .current-menu-item a:after {
        opacity: 1;
        visibility: visible; }
    header .menu .faca-sua-reserva {
      height: 100%; }
      header .menu .faca-sua-reserva a {
        background: #ffcc00;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-border-radius: .375rem;
           -moz-border-radius: .375rem;
                border-radius: .375rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 0; }
  header .langs {
    position: relative; }
    header .langs .lang {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .langs .lang img {
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover; }
      header .langs .lang svg {
        margin-left: 10px; }
  header .chevron-icon {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; }
  header .lang.rotate .chevron-icon {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

.page-template-page-blog header,
.single.single-post header {
  background-color: rgba(17, 39, 153, 0.7); }

.list-langs {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  top: 64px;
  -webkit-box-shadow: 0 -1px 2px 0px #f3f3f3;
     -moz-box-shadow: 0 -1px 2px 0px #f3f3f3;
          box-shadow: 0 -1px 2px 0px #f3f3f3;
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden; }
  .list-langs.scrolled {
    top: 52px; }
  .list-langs.open {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .list-langs .items {
    padding: 12px 18px;
    cursor: pointer; }
    .list-langs .items img {
      width: 28px;
      height: 28px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover; }

@media (min-width: 1281px) {
  .burguer {
    display: none; } }

.menu-mobile {
  position: fixed;
  top: 96px;
  background: #fff;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .menu-mobile.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  .menu-mobile ul {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 70px; }
    .menu-mobile ul li a {
      color: #112799;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 500; }
    .menu-mobile ul li.faca-sua-reserva {
      margin-top: 10px; }
      .menu-mobile ul li.faca-sua-reserva a {
        color: #fff;
        background: #112799;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        padding: 15px 30px; }
  @media (min-width: 1281px) {
    .menu-mobile {
      display: none; } }

.nav-pontos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 10px;
  margin-top: -20px;
  z-index: 99;
  position: relative; }
  .nav-pontos .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.swiper-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center; }

.swiper-tourSingle .swiper-wrapper {
  height: auto !important; }

.form-contact {
  margin-top: 80px; }
  .form-contact .group-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 20px; }
  .form-contact .item {
    width: 100%; }
    .form-contact .item input[type=text],
    .form-contact .item input[type=email],
    .form-contact .item input[type=phone] {
      height: 48px;
      border: 2px solid #112799;
      width: 100%;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px;
      padding: 0 10px; }
    .form-contact .item textarea {
      height: 140px;
      border: 2px solid #112799;
      width: 100%;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px;
      padding: 10px; }

/*# sourceMappingURL=custom.css.map */
