@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'Open Sans',sans-serif;
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

object,
embed,
video,
iframe {
  max-width: 100%;
  height: auto; }

/*iframe,['style']{
    max-width: 100%;
    height: auto;
}*/
img {
  max-width: 100%;
  vertical-align: middle; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

fieldset {
  border: 0; }

input,
select,
textarea {
  padding: 10px;
  width: 100%; }

input.btn {
  width: auto;
  cursor: pointer; }

.fontzero {
  font-size: 0; }

.clear {
  clear: both; }

/*menu mobile*/
@media (max-width: 79.9375em) {
  .main-header {
    opacity: 1;
    width: 100%;
    position: fixed;
    background-color: #FFF;
    top: 0;
    z-index: 99;
    height: 75px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-shadow: 0 5px 10px 0 rgba(211, 211, 211, 0.5); }
  .header-col-min {
    display: block;
    float: left;
    width: 40%;
    margin: 0;
    z-index: 999;
    margin-left: 20px; }
    .header-col-min .logo img {
      width: 140px; }
  /* menu mobile 3*/
  .mobile-nav-button {
    width: 35px;
    position: absolute;
    margin: 0;
    right: 25px;
    top: 25px;
    z-index: 9999;
    cursor: pointer;
    width: 60px;
    height: 30px; }
  .mobile-nav-button.close-menu {
    width: 35px;
    height: 35px;
    right: 50px; }
  .mobile-nav-button .mobile-nav-button__line {
    width: 80%;
    height: 3px;
    background: #102a46;
    border: 1px solid #102a46;
    position: relative;
    -webkit-transition: 1s ease;
    transition: 1s ease; }
  .mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
    margin: 0.3rem 0; }
  .mobile-nav-button .mobile-nav-button__line--1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px;
    position: absolute;
    background: #102a46;
    border: 1px solid #102a46; }
  .mobile-nav-button .mobile-nav-button__line--2 {
    display: none; }
  .mobile-nav-button .mobile-nav-button__line--3 {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 13px;
    position: absolute;
    background: #102a46;
    border: 1px solid #102a46; }
  .header-nav-box {
    display: block;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: -150%;
    right: 0;
    height: 100vh;
    background: #FFF;
    position: fixed;
    z-index: 99;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    bottom: 0;
    opacity: 0; }
    .header-nav-box ul {
      display: block;
      width: 100%;
      margin: 80px auto 0;
      padding: 0; }
      .header-nav-box ul li {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        padding: 0 25px;
        position: relative;
        z-index: 1;
        font-family: 'Open Sans',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        color: #646464; }
        .header-nav-box ul li a {
          color: #646464;
          font-family: 'Open Sans',sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
          text-align: center;
          text-decoration: none; }
          .header-nav-box ul li a:hover {
            color: #646464; }
        .header-nav-box ul li .btn-menu {
          font-weight: 700; }
        .header-nav-box ul li .current {
          position: relative; }
          .header-nav-box ul li .current:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 1px;
            background-color: #646464; }
        .header-nav-box ul li .submenu {
          margin: 0px auto;
          -webkit-padding-start: 20px;
                  padding-inline-start: 20px; }
        .header-nav-box ul li .sub-nav-header {
          display: block;
          float: left;
          margin: 10px 10px 0px 0px;
          width: 100%;
          display: none;
          opacity: 0;
          z-index: -1;
          visibility: hidden;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          .header-nav-box ul li .sub-nav-header div {
            display: block;
            float: left;
            width: 80%;
            margin: 0px 0px 10px; }
            .header-nav-box ul li .sub-nav-header div li {
              margin: 5px 32px 5px 0px; }
              .header-nav-box ul li .sub-nav-header div li a {
                cursor: pointer;
                color: #FFF;
                font-family: 'Open Sans',sans-serif;
                font-weight: 500;
                font-style: normal;
                text-transform: uppercase;
                font-size: 16px; }
                .header-nav-box ul li .sub-nav-header div li a:hover {
                  text-decoration: none;
                  color: #fff; }
                .header-nav-box ul li .sub-nav-header div li a span {
                  display: none; }
            .header-nav-box ul li .sub-nav-header div .inst {
              font-size: 16px; }
  .mobile-logo--open {
    display: block !important;
    position: relative;
    z-index: 999;
    top: -45px; }
  .mobile-menu--open {
    left: 0;
    opacity: 1;
    overflow: scroll;
    -webkit-animation: fadeIn 1s ease-in-out;
            animation: fadeIn 1s ease-in-out; }
  .header-menu {
    display: none; }
  .desktop {
    display: none; }
  .mobile {
    display: inline-block; } }

@media (min-width: 80em) {
  .mobile-icon-user {
    display: none; }
  .mobile-nav-button {
    display: none; }
  .main-header {
    opacity: 1;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 75px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFF;
    box-shadow: 0 5px 10px 0 rgba(211, 211, 211, 0.5); }
    .main-header .header-col-min {
      display: block;
      float: left;
      width: 15%; }
      .main-header .header-col-min h1 a img {
        width: 140px; }
    .main-header .header-col-max {
      display: block;
      float: left;
      width: 70%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-header .header-col-max .header-nav-box {
        display: block;
        width: 100%; }
        .main-header .header-col-max .header-nav-box ul {
          margin-bottom: 0; }
          .main-header .header-col-max .header-nav-box ul li {
            display: inline-block;
            margin: 0px 10px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #646464;
            position: relative; }
            .main-header .header-col-max .header-nav-box ul li a {
              cursor: pointer;
              color: #646464;
              text-decoration: none;
              position: relative; }
            .main-header .header-col-max .header-nav-box ul li .current {
              position: relative; }
              .main-header .header-col-max .header-nav-box ul li .current:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -5px;
                width: 100%;
                height: 1px;
                background-color: #646464; }
            .main-header .header-col-max .header-nav-box ul li .submenu {
              position: absolute;
              background: #FFF;
              padding: 15px;
              border-radius: 15px;
              top: 30px;
              left: 0;
              right: 0;
              margin: 0 auto;
              width: 160px;
              opacity: 0;
              z-index: -1;
              -webkit-transition: opacity 0.5s ease;
              transition: opacity 0.5s ease; }
              .main-header .header-col-max .header-nav-box ul li .submenu li {
                display: block;
                text-align: center; }
          .main-header .header-col-max .header-nav-box ul #menu-vida:hover .submenu {
            opacity: 1;
            z-index: 1; }
          .main-header .header-col-max .header-nav-box ul #menu-viagem:hover .submenu {
            opacity: 1;
            z-index: 1; }
    .main-header .desktop {
      display: inline-block; }
    .main-header .mobile {
      display: none; }
    .main-header .sub-menu:hover .sub-nav-header {
      opacity: 1 !important;
      visibility: visible !important;
      z-index: 2 !important; }
  .header-menu {
    background: #000;
    display: block;
    float: left;
    width: 100%; }
    .header-menu .header-menu-col {
      display: block;
      float: left;
      width: 14%;
      margin: 10px auto;
      cursor: pointer; }
      .header-menu .header-menu-col img {
        display: block;
        float: left;
        width: 30px;
        margin: 5px 0px 0px 0px; }
      .header-menu .header-menu-col p {
        display: block;
        margin: 5px 0px 0 36px;
        color: #FFF;
        font-size: 12px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        text-transform: uppercase; }
      .header-menu .header-menu-col .small-text {
        margin: 15px 0px 0 36px; }
      .header-menu .header-menu-col .large-text {
        margin: 8px 0px 0 36px;
        padding: 0 0px 0px 15px; }
    .header-menu .header-menu-col.left-barra {
      border-left: 1px solid #fff;
      cursor: auto;
      height: 40px;
      width: 12%;
      margin-left: 2%; }
      .header-menu .header-menu-col.left-barra p {
        margin: 5px 0px 0 25px;
        color: #FFF;
        font-size: 12px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
  .main_header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #000;
    z-index: 99; } }

.cta_float {
  position: fixed;
  bottom: 25px;
  right: 50px;
  z-index: 9999;
  display: none;
  -webkit-transition: display 0.5s ease;
  transition: display 0.5s ease; }
  .cta_float .chat img {
    max-width: 50px; }

.show {
  display: block; }

.opacity {
  opacity: 1;
  background: #FFF; }

footer {
  padding: 4rem 0; }
  footer .title {
    font-weight: 700;
    font-size: 20px;
    color: #141414; }
  footer ul {
    padding: 0; }
    footer ul li {
      font-family: 'Open Sans',sans-serif;
      color: #141414;
      font-size: 14px;
      margin-bottom: 16px;
      font-weight: 700; }
      footer ul li a {
        color: #7A7A7A;
        text-decoration: underline;
        font-family: 'Open Sans',sans-serif; }
        footer ul li a:hover {
          color: #7A7A7A; }
    footer ul .title {
      font-weight: 700;
      font-size: 16px; }
  footer .redes li a {
    color: #141414;
    font-size: 12px; }
    footer .redes li a:hover {
      color: #141414; }
    footer .redes li a img {
      width: 29px;
      padding-right: 5px; }
  footer .redes .apps img {
    margin: 0 5px; }
  footer .copyright p {
    color: #7A7A7A;
    font-size: 12px; }
  footer .copyright a {
    color: #141414;
    text-decoration: underline;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700; }
    footer .copyright a:hover {
      opacity: 0.8; }
    @media screen and (max-width: 79em) {
      footer .copyright a {
        display: block;
        margin: 10px 0; } }
  footer .line {
    width: 100%;
    background-color: #3D3D3D14;
    height: 1px; }

.footer-col-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.footer-col-logo .caption {
  color: #E9202E;
  display: inline;
  font-family: 'Open Sans',sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  margin-top: -10px; }

.sec-banner {
  width: 100%;
  height: 100vh; }
  .sec-banner img {
    width: 100%; }

.carousel-banner .flickity-page-dots {
  bottom: 25px; }
  .carousel-banner .flickity-page-dots .dot {
    height: 20px;
    width: 20px;
    background: #FFF; }
  .carousel-banner .flickity-page-dots .dot.is-selected {
    border: 4px solid #8299a7; }

@-webkit-keyframes scrollAnimation {
  from {
    bottom: 100px; }
  to {
    bottom: 50px; } }

@keyframes scrollAnimation {
  from {
    bottom: 100px; }
  to {
    bottom: 50px; } }

.cursor {
  position: absolute;
  right: 50px;
  z-index: 11;
  -webkit-animation: scrollAnimation 2s linear infinite;
          animation: scrollAnimation 2s linear infinite; }
  .cursor img {
    width: 50px;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }

.sec {
  padding: 4rem 0; }

h2 {
  font-size: 35px;
  color: #B49B72;
  font-weight: bold; }

h3 {
  color: #B49B72;
  font-size: 25px;
  font-weight: bold; }

p {
  font-size: 17px;
  color: #646464; }

.cta {
  padding: 8px 20px;
  color: #979797;
  border: 1px solid #979797;
  border-radius: 45px;
  font-size: 21px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .cta:hover {
    color: #FFF;
    background-color: #B49B72;
    border: 1px solid #B49B72; }

.paris {
  padding-top: 4rem;
  position: relative;
  background: no-repeat center bottom/cover;
  background-size: 100%;
  background-position-y: calc(100% - 80px); }
  @media screen and (min-width: 100em) {
    .paris {
      background-position-y: calc(100% + 145px);
      background-size: 90%;
      background-image: url(../images/pattern_.jpg) !important; } }
  .paris .box {
    background-color: #FFF;
    padding: 2rem;
    font-size: 25px;
    color: #B49B72;
    border: 1px solid #D3D3D3;
    border-radius: 53px;
    font-weight: 700;
    min-height: 200px;
    width: 100%;
    margin: 0 10px; }
  .paris .num {
    font-size: 45px; }
  .paris h3 {
    max-width: 560px;
    margin: 0 auto; }
  .paris .caption {
    max-width: 100%; }
  .paris .thumb {
    position: relative; }
    .paris .thumb .play {
      position: absolute; }
      .paris .thumb .play img {
        width: 70px;
        cursor: pointer; }
  .paris p {
    max-width: 850px;
    margin: 0 auto; }
  .paris .embarque {
    max-width: 430px;
    font-size: 25px;
    color: #00579c;
    font-weight: 700; }

.max-8 {
  max-width: 850px;
  margin: 0 auto; }

.about {
  padding-bottom: 0; }
  .about .line {
    width: 60%;
    margin: 0 auto;
    height: 1px;
    background: #D3D3D3; }
  .about p span {
    display: block; }
  .about .carousel-about {
    width: 100%; }
    .about .carousel-about .carousel-cell {
      width: 377px;
      margin: 0 10px; }
      .about .carousel-about .carousel-cell img {
        border-radius: 48px 48px 0 0;
        height: 300px; }
      .about .carousel-about .carousel-cell .content {
        position: relative;
        padding: 2rem 1rem;
        border: 1px solid #D3D3D3;
        border-radius: 0 0 48px 48px;
        min-height: 240px; }
        .about .carousel-about .carousel-cell .content h4 {
          position: absolute;
          left: 0;
          right: 0;
          top: -45px;
          margin: 0 auto;
          text-align: center;
          background-color: #FFF;
          padding: 1rem;
          border: 1px solid #D3D3D3;
          color: #B49B72;
          font-weight: 700;
          font-size: 25px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          border-radius: 20px; }
        .about .carousel-about .carousel-cell .content p {
          font-size: 17px; }
  .about .carousel-curiosities {
    width: 100%; }
    .about .carousel-curiosities .carousel-cell {
      width: 300px;
      margin: 0 10px; }
      .about .carousel-curiosities .carousel-cell img {
        border-radius: 48px 48px 0 0; }
      .about .carousel-curiosities .carousel-cell .content {
        background-color: #FFF;
        padding: 2rem 0.5rem;
        border: 1px solid #D3D3D3;
        border-radius: 0 0 48px 48px;
        min-height: 265px; }
        .about .carousel-curiosities .carousel-cell .content h4 {
          margin: 0 auto;
          text-align: center;
          color: #B49B72;
          font-weight: 400;
          font-size: 25px; }
        .about .carousel-curiosities .carousel-cell .content p {
          font-size: 17px; }
  .about .news .box {
    width: 400px; }
    .about .news .box img {
      border-radius: 48px 48px 0 0; }
    .about .news .box .thumb {
      position: relative; }
      .about .news .box .thumb .play {
        position: absolute; }
        .about .news .box .thumb .play img {
          width: 70px;
          cursor: pointer; }
    .about .news .box .content {
      padding: 3rem 1rem;
      border: 1px solid #D3D3D3;
      border-radius: 0 0 48px 48px;
      min-height: 296px; }
      .about .news .box .content h4 {
        margin: 0 auto;
        text-align: center;
        color: #B49B72;
        font-weight: 400;
        font-size: 25px; }
      .about .news .box .content p {
        font-size: 20px; }
  .about .experiences .carousel-experiences {
    width: 100%; }
    .about .experiences .carousel-experiences .carousel-cell {
      width: 55%;
      margin: 0 10px; }
      .about .experiences .carousel-experiences .carousel-cell .thumb {
        position: relative; }
        .about .experiences .carousel-experiences .carousel-cell .thumb img {
          border-radius: 30px; }
        .about .experiences .carousel-experiences .carousel-cell .thumb .play {
          position: absolute; }
          .about .experiences .carousel-experiences .carousel-cell .thumb .play img {
            width: 70px;
            cursor: pointer; }

.pattern {
  position: relative;
  background: no-repeat center center/cover;
  background-size: 100%;
  background-position-y: calc(100% - 105px); }
  @media screen and (min-width: 100em) {
    .pattern {
      background-position-y: calc(100% - 55px);
      background-position-x: right;
      background-size: 90%; } }
  @media screen and (min-width: 100em) {
    .pattern .mt {
      margin-top: 150px !important; } }

.about-omint {
  background: no-repeat right;
  background-position-x: calc(100% + 150px); }
  @media screen and (min-width: 100em) {
    .about-omint {
      background-position-x: right; } }
  .about-omint .bg-white {
    background-color: #FFF;
    padding: 2rem 5rem 2rem 0rem;
    border-radius: 0 48px 48px 0; }
    .about-omint .bg-white p {
      font-size: 17px; }
    .about-omint .bg-white .ctas .cta {
      font-size: 15px;
      display: inline-block;
      color: #FFF;
      background-color: #B49B72;
      border: 1px solid #B49B72; }

.modais {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999999; }
  .modais .content-modal {
    width: 100%;
    padding: 4rem;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .modais .content-modal .close-modal {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center;
      width: 30px;
      cursor: pointer; }
    .modais .content-modal iframe {
      width: 790px !important;
      height: 443px; }

.banner {
  width: 100%;
  margin-top: 50px; }

.sections h2 {
  color: #4E4E4E;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto; }
  .sections h2 strong {
    font-weight: 700; }

.sections p {
  color: #4E4E4E;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300; }
  .sections p span {
    display: block; }
  .sections p strong {
    font-weight: 700; }

.sections .resultado {
  max-width: 100%; }

.sections .ctasnew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sections .cta {
  font-size: 15px;
  display: inline-block;
  color: #FFF;
  background-color: #B49B72;
  border: 1px solid #B49B72; }

.sections .fz {
  max-width: 100%; }
  
.carousel-banner2025 .flickity-page-dots {
  bottom: 25px; }
  .carousel-banner2025 .flickity-page-dots .dot {
    width: 15px;
    height: 15px; }

.bg-japan {
  padding: 0 0 4rem 0;
  background-position: center bottom; }
  .bg-japan .bg-passaros {
    background: no-repeat right bottom;
    background-size: 200px; }
  .bg-japan .regras .box {
    background: url("../images/2025/bg-box.png") no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 1; }
    .bg-japan .regras .box .content {
      padding: 2rem; }
      .bg-japan .regras .box .content h3 {
        color: #4E4E4E; }
        .bg-japan .regras .box .content h3 span {
          display: block; }
      .bg-japan .regras .box .content img {
        width: 85%; }
      .bg-japan .regras .box .content a {
        display: block;
        background-color: #000000;
        padding: 5px 10px;
        color: #FFF;
        text-decoration: none;
        width: 180px;
        font-weight: 600;
        border-radius: 60px;
        margin: 0 auto; }
      .bg-japan .regras .box .content .default {
        cursor: default;
        opacity: 0.2; }
  .bg-japan .regras .bg-sol {
    position: relative;
    z-index: 1; }
    .bg-japan .regras .bg-sol:last-child:after {
      position: absolute;
      right: -50px;
      top: -50px;
      width: 150px;
      height: 150px;
      background: url("../images/2025/sol.png") no-repeat center;
      content: "";
      background-size: contain;
      z-index: -1; }

.bg-mdrt {
  position: relative;
  background-color: #EEECE9;
  background: url(../images/2025/bg-mdrt.png) no-repeat center/cover;
  z-index: 1;
  height: 70vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.momentos {
  padding: 4rem 0; }
  .momentos .thumb {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .momentos .thumb .play {
      position: absolute;
      cursor: pointer; }

.experiencias .carousel-experiences .carousel-cell {
  width: 25%;
  margin: 0 10px; }
  .experiencias .carousel-experiences .carousel-cell .thumb {
    position: relative; }
    .experiencias .carousel-experiences .carousel-cell .thumb .play {
      position: absolute;
      width: 50px;
      cursor: pointer; }

@media (max-width: 920px) {
  .bg-passaros {
    background-image: none !important; }
  .mw-75 {
    max-width: 50%; }
  .bg-japan .regras .bg-sol:last-child:after {
    display: none; }
  .bg-japan .regras .bg-sol:first-child:after {
    position: absolute;
    right: 25px;
    top: -30px;
    width: 150px;
    height: 150px;
    background: url(../images/2025/sol.png) no-repeat center;
    content: "";
    background-size: contain;
    z-index: -1; }
  .bg-japan .regras .box .content img {
    width: 60%; }
  .experiencias .carousel-experiences .carousel-cell {
    width: 50%; }
  .fz {
    text-align: center; }
  .sections .ctasnew {
    display: block;
    text-align: center; }
  .sections .cta {
    text-align: center;
    margin: 10px auto; }
  .momentos .thumb .play {
    width: 50px; } }

@media (max-width: 568px) {
  .banner {
    margin-top: 65px; }
  .bg-japan .regras .bg-sol:first-child:after {
    right: -20px; }
  .sections .cta {
    width: 100%; } }

.banner {
  overflow: hidden; }

.convencao {
  background: no-repeat center top/cover;
  background-size: 100%; }
  .convencao .box {
    background-color: #FFF;
    padding: 4rem;
    border: 1px solid #D3D3D3;
    border-radius: 53px; }
    .convencao .box p {
      max-width: 700px;
      margin: 0 auto; }
  .convencao .regulamento h5 {
    color: #646464;
    font-weight: 700;
    font-size: 24px; }
  .convencao .regulamento p {
    font-size: 18px;
    text-align: center; }
  .convencao .regulamento .caption {
    font-size: 15px; }
  .convencao .regulamento img {
    -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(989%) hue-rotate(358deg) brightness(92%) contrast(87%);
            filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(989%) hue-rotate(358deg) brightness(92%) contrast(87%);
    width: 100px; }
  .convencao .cta {
    color: #FFF;
    background-color: #B49B72;
    border: 1px solid #B49B72; }
  .convencao .line {
    width: 100%;
    height: 1px;
    background-color: #B49B72; }
  .convencao .vagas .box {
    padding: 2rem;
    margin: 0 20px; }
    .convencao .vagas .box .scroll {
      max-height: 260px;
      overflow-y: scroll; }
      .convencao .vagas .box .scroll ul li {
        font-size: 14px;
        position: relative;
        text-align: left;
        padding-right: 10px; }
        .convencao .vagas .box .scroll ul li:after {
          width: 90%;
          position: absolute;
          left: -5px;
          bottom: -10px;
          height: 1px;
          background-color: #B49B72;
          content: ''; }
        .convencao .vagas .box .scroll ul li .img {
          width: 30px;
          margin: 0 auto; }
        .convencao .vagas .box .scroll ul li .text {
          width: 100%; }
        .convencao .vagas .box .scroll ul li img {
          width: 23px;
          height: 33px; }
        .convencao .vagas .box .scroll ul li .times {
          width: 15px;
          color: #B49B72;
          font-weight: bold; }
    .convencao .vagas .box .scroll::-webkit-scrollbar {
      width: 12px; }
    .convencao .vagas .box .scroll::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 20px; }
    .convencao .vagas .box .scroll::-webkit-scrollbar-thumb {
      background-color: #D8D8D8;
      border-radius: 20px; }
  .convencao .vagas .caption {
    font-size: 15px; }

.gallery {
  background: no-repeat right top;
  background-size: 380px;
  background-position-x: calc(100% - 155px); }
  .gallery img {
    border-radius: 50px; }
  .gallery h2 {
    font-size: 35px; }
    .gallery h2 span {
      display: block; }
  .gallery .ctas .cta {
    font-size: 13px;
    color: #FFF;
    background-color: #B49B72;
    border: 1px solid #B49B72; }
  .gallery p span {
    display: block; }
  .gallery .img {
    position: relative; }
    .gallery .img .expand {
      position: absolute;
      bottom: 20px;
      right: 20px; }
      .gallery .img .expand img {
        width: 35px;
        border-radius: inherit; }
  .gallery .carousel-gallery {
    width: 100%; }
    .gallery .carousel-gallery .flickity-slider {
      margin-left: -265px; }
    .gallery .carousel-gallery .carousel-cell {
      width: 300px;
      margin: 0 10px; }

.questions .box {
  border: 1px solid #d3d3d3;
  padding: 3rem 0;
  border-radius: 53px; }
  .questions .box .accordion-button {
    padding: 2rem; }
  .questions .box .accordion-button {
    font-size: 20px;
    color: #B49B72;
    font-weight: 700; }
    .questions .box .accordion-button:after {
      -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(989%) hue-rotate(358deg) brightness(92%) contrast(87%);
              filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(989%) hue-rotate(358deg) brightness(92%) contrast(87%); }
    .questions .box .accordion-button:not(.collapsed) {
      color: #B49B72;
      background: transparent; }
      .questions .box .accordion-button:not(.collapsed)::after {
        -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(989%) hue-rotate(358deg) brightness(92%) contrast(87%);
                filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(989%) hue-rotate(358deg) brightness(92%) contrast(87%); }
    .questions .box .accordion-button:focus {
      border: none;
      box-shadow: inherit; }
  .questions .box .accordion-body {
    padding: 0 2rem 2rem;
    color: #646464;
    font-size: 20px;
    max-width: 80%; }
    .questions .box .accordion-body a {
      color: #646464; }

@media (max-width: 79.9375em) {
  .carousel .flickity-page-dots {
    bottom: 90px; }
  .carousel .align-items-center {
    -webkit-box-align: normal !important;
    -webkit-align-items: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important; }
  .cta {
    font-size: 14px; }
  .about-omint .bg-white .ctas .cta {
    font-size: 14px; }
  h2,
  .gallery h2 {
    font-size: 25px; }
  .paris {
    background-size: 100%;
    background-position-y: calc(100% - 150px); }
    .paris .box {
      width: 25%;
      font-size: 20px;
      min-height: 200px; }
    .paris .num {
      font-size: 25px; }
    .paris h3 {
      max-width: 500px; }
  .pattern {
    background-position-y: center; }
  .about-omint .bg-white {
    padding: 2rem;
    border-radius: 0; }
  .about-omint .ctas {
    display: block; }
    .about-omint .ctas .cta {
      width: 100%; }
  .convencao .carousel-delegacao .carousel-cell {
    width: 80%; }
  .convencao .box {
    padding: 2rem;
    border-radius: 25px; }
  .convencao .vagas .box {
    padding: 1.5rem;
    margin: 0 10px;
    border-radius: 25px; }
    .convencao .vagas .box .scroll ul li {
      font-size: 13px; }
  .convencao .regulamento h5 {
    font-size: 11px; }
  .convencao .regulamento img {
    width: 75px; }
  .convencao .regulamento p {
    font-size: 11px; }
  .sec.gallery {
    padding: 0 0 4rem; }
  .gallery {
    background-image: none !important; }
    .gallery .ctas {
      display: block !important;
      text-align: center; }
      .gallery .ctas .cta {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center;
        margin: 10px auto;
        padding: 15px 30px;
        font-size: 15px; }
    .gallery img {
      border-radius: 25px; }
    .gallery .carousel-gallery .flickity-slider {
      margin-left: -30px; }
  .questions .box {
    border-radius: 25px;
    padding: 2rem 0; }
    .questions .box .accordion-button {
      padding: 1.5rem 1rem;
      font-size: 17px; }
    .questions .box .accordion-body {
      max-width: 100%;
      font-size: 17px;
      padding: 0 1rem; }
  .questions {
    padding-top: 0; } }

@media (max-width: 1280px) {
  .sec-banner {
    display: block !important;
    height: auto; } }

@media (max-width: 950px) {
  .sec-banner {
    height: 43vh; } }

@media (max-width: 768px) {
  .carousel .flickity-page-dots {
    bottom: 20px; } }

@media (max-width: 568px) {
  .sec-mob {
    padding: 2rem; }
  .carousel .carousel-cell {
    height: 100vh;
    background: no-repeat center center/cover;
    width: 100%; }
  .paris .box {
    font-size: 10px;
    min-height: 110px;
    padding: 2rem;
    border-radius: 20px; }
  .paris h3 {
    width: 65%;
    margin: 0 auto;
    font-size: 18px; }
  .paris .embarque {
    font-size: 18px;
    max-width: 70%;
    margin: 0 auto; }
  .pattern {
    background-size: 135%;
    background-position-y: calc(50% + 80px); }
  .ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cta {
    width: 50%; }
  .about .carousel-about .carousel-cell,
  .about .carousel-curiosities .carousel-cell {
    width: 80%; }
  .about .experiences .carousel-experiences .carousel-cell {
    width: 85%; }
    .about .experiences .carousel-experiences .carousel-cell .thumb img {
      border-radius: 20px; }
  .convencao .cta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0; }
  .convencao .vagas .caption {
    max-width: 80%;
    margin: 0 auto;
    font-size: 10px; }
  .pattern {
    padding-top: 0; } }

@media (max-width: 414px) {
  .carousel .carousel-cell {
    height: 100vh; } }
