/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ----- WPML ----- */
#header-secondary-outer .wpml-ls-statics-shortcode_actions ul li::after {
   content: "| ";
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   margin-left: -2px;
}
#header-secondary-outer .wpml-ls-statics-shortcode_actions ul li:last-child::after{
   content: "";
}

.widget_icl_lang_sel_widget .wpml-ls-sidebars-slide-out-widget-area {
   padding: 7px 0 !important;
}

.widget_icl_lang_sel_widget ul li {
   margin-right: 5px !important;
}

.widget_icl_lang_sel_widget ul li:hover {
   font-weight: 600;
}

.widget_icl_lang_sel_widget ul li:last-child {
   margin-right: 0px !important;
}

/* ----- HEADER ONDAS ----- */
#header-ondas {
    height: 450px;
}
#header-ondas .nectar-shape-divider-wrap {
    position: absolute;
    bottom: -10px;
}

#fws_6914c2ac30e9e.ondas-titulo-area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

#header-ondas .titulo-ondas {
    font-family: "Baloo 2";
    font-size: 77px;
    line-height: 77px;
    font-weight: 700;
}

/* ----- COOKIE BANNER ----- */
#cmplz-cookiebanner-container .cmplz-documents ul li {
   list-style: none;
}


/* ----- TOP MENU ----- */
ul#social {
    max-height: 40px;
}
body.material #header-secondary-outer #social li a {
    line-height: 0;
    padding: 5px 0;
}
body.material #header-secondary-outer #social li a i.fa-facebook,
body.material #header-secondary-outer #social li a i.fa-youtube-play,
body.material #header-secondary-outer #social li a i.fa-instagram {
   margin-top: 2px;
}

body.material #header-secondary-outer #social li a.whatsapp {
    padding-top: 2px !important;
}
body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* HEADER MEGA MENU */
#header-outer nav > ul > .megamenu.nectar-megamenu-menu-item > .sub-menu,
#header-outer nav > ul > .nectar-megamenu-menu-item > .sub-menu {
   /*flex-direction: row;*/
   flex-wrap: wrap;
   border-radius: 0 15px 15px 0;
   box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px,
      rgba(0, 0, 0, 0.06) 0 12px 22px;
}
/*#header-outer.transparent ul:not(.sub-menu) .menu-item .menu-title-text,
#header-outer.transparent li.menu-item i::before {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}*/
#header-outer header .nectar-menu-icon {
   font-size: 20px;
   top: 0;
   vertical-align: middle;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #116fa4;
   color: #ffffff !important;
}
#header-outer header .nectar-menu-item-with-icon,
#header-secondary-outer .nectar-menu-item-with-icon,
#slide-out-widget-area .menu-item-has-icon > a {
   align-items: center;
}
#header-outer header .nectar-menu-icon[class*="fa-"]:before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/* OFF CANVAS MENU */
.admin-bar #slide-out-widget-area.slide-out-from-right-hover {
    padding-top: 0 !important;
}
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .sub-menu {
   margin-top: 5px;
}
.material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a {
   font-size: 18px !important;
}
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after {
   display: none;
}
.off-canvas-menu-container .nectar-menu-icon {
    margin-right: 5px;
}
#slide-out-widget-area .textwidget {
    font-size: 14px;
    line-height: 18px;
}

.wpml-login {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: baseline;
    position: relative;
    top: -10px;
}

.wpml-login .wpml-ls-legacy-list-horizontal {
    padding: 0px 15px 0px 0px;
}

.wpml-login .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 5px !important;
}

.wpml-login .wpml-ls-legacy-list-horizontal ul li a span {
    vertical-align: middle;
    font-size: 16px;
}

/* COR DOS TEXTOS */
.texto-branco {
   color: #ffffff;
}

/* GALERIAS */
.flickity-page-dots .dot:before {
   background: #116fa4 !important;
}

/* BOTÕES */
a.nectar-button.large.see-through.accent-color.has-icon.botao {
   border-radius: 15px !important;
}

.botoes-header {
   display: flex;
   gap: 20px;
   align-items: center;
}
.botoes-header a {
   gap: 5px;
   display: flex !important;
   align-items: flex-end;
}

.botoes-header .check-in i {
   font-family: FontAwesome !important;
   font-weight: 400;
   content: "\e50f";
}

.comprar-bilhete a {
   color: #ffffff !important;
   background-color: #ff4f00;
   padding: 10px 20px;
   border-radius: 15px;
}

.check-in a {
   color: #ffffff !important;
   background-color: #116fa4;
   padding: 10px 20px;
   border-radius: 15px;
}

.comprar-bilhete.menu-lateral a {
   padding: 5px 30px !important;
   border-radius: 15px !important;
   font-size: 18px !important;
   margin: 16px 0 50px 0px !important;
   font-weight: 600 !important;
}

.comprar-bilhete-cta a {
   color: #116fa4 !important;
   background-color: #ffffff;
   padding: 10px 20px;
   border-radius: 15px;
   border: 2px solid #ffffff;
}
.comprar-bilhete-cta:hover a {
   background-color: transparent;
   color: #ffffff !important;
   border: 2px solid #ffffff;
}

.comprar-bilhete-cta a i {
   margin-right: 5px;
}

.botao.en-view-attractions {
   padding-left: 44px !important;
   margin-top: 2px;
}

/* TEXTOS */
.hero-title {
   width: 100%;
   text-wrap: balance;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
body #page-header-bg h1,
body #page-header-bg .subheader {
   width: 100%;
   text-wrap: balance;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-home .nectar-fancy-box {
   box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px,
      rgba(0, 0, 0, 0.06) 0 12px 22px;
}
.carousel-home h4 {
   position: absolute;
   bottom: 0;
   text-wrap: balance;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* HOME */
.slider-atracoes .column-image-bg-wrap {
    width: 292px;
    height: 376px;
}
.slider-atracoes .vc_column-inner {
    position: relative;   
    height: 376px;
    max-height: 376px;
    overflow: hidden;
}
.slider-atracoes .wpb_text_column.wpb_content_element {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8%;
    width: 100%;
    font-size: 30px;
    font-family: 'Baloo 2';
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 2;
}
.slider-atracoes p {
   color: #fff;
}

.nectar-flickity.nectar-carousel .flickity-slider .inner-wrap {
    height: 100%;
    width: 292px;
}


/* Overlay padrão (preto ~32% de opacidade) */
.slider-atracoes .vc_column-inner::before {
  content: "";
  position: absolute;
  inset: 0;           
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: background-color .25s ease, opacity .25s ease;
}

/* Conteúdo acima do overlay */
.slider-atracoes .vc_column-inner > * {
  /*z-index: 2;*/
}

/* Hover: branco com 50% */
.slider-atracoes .vc_column-inner:hover::before {
  background: rgba(255, 255, 255, 0.15);
}



.home-momentos {
   border-radius: 15px 15px 0px 0px;
   padding: 10px;
   color: #ffffff;
   text-align: center;
   font-family: "Baloo 2";
   font-size: 24px;
   font-weight: 600;
   height: 45px;
   box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px,
      rgba(0, 0, 0, 0.06) 0 12px 22px;
}
.home-momentos .wpb_wrapper {
   display: flex;
   justify-content: center;
   align-items: baseline;
   gap: 5px;
   margin-top: 2px;
}
.home-momentos p {
   padding: 0 !important;
}
.home-momentos.bilhetes {
   background-color: #30b6ff;
}
.home-momentos.cabanas {
   background-color: #7b47e3;
}
.home-momentos.residentes {
   background-color: #55ae50;
}

.home-momentos-botao_conteiner {
   /*position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;*/
}

#sb_instagram .sbi_item {
   gap: 20px !important;
   border-radius: 15px;
   box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px,
      rgba(0, 0, 0, 0.06) 0 12px 22px;
}

/* ESTILIZAÇÃO DAS ONDAS NO RODAPÉ */
.nectar-shape-divider-wrap {
   position: relative;
   overflow: hidden;
}

.nectar-shape-divider {
   width: 100%;
   height: 100%;
}

/* Animação vertical das ondas */
.nectar-shape-divider path {
   animation: waveVertical 6s ease-in-out infinite;
   transform-origin: center;
}

/* Diferentes tempos e opacidades por camada */
.nectar-shape-divider path:nth-child(2) {
   animation-duration: 8s;
   opacity: 0.9;
}
.nectar-shape-divider path:nth-child(3) {
   animation-duration: 14s;
   opacity: 1;
}
.nectar-shape-divider path:nth-child(4) {
   animation-duration: 12s;
   opacity: 0.5;
}
.nectar-shape-divider path:nth-child(5) {
   animation-duration: 10s;
   opacity: 0.4;
}

/* Movimento suave de cima para baixo */
@keyframes waveVertical {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(50px);
   }
   100% {
      transform: translateY(0);
   }
}

/* ATRAÇÕES - CARDS */
.padding-amount-small .nectar-badge__inner {
   padding: 0.6em 1em;
   font-size: 14px;
   font-weight: 600;
   border-radius: 0 0 0 15px;
}
.page-child .padding-amount-small .nectar-badge__inner {
   font-size: 12px;
   font-weight: 600;
   border-radius: 5px;
   letter-spacing: 0.1rem;
}

.atracao-card {
   transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.atracao-card:hover {
   transform: translateY(-8px) !important;
}

.atracao-card-icons .hover-wrap-inner img {
   width: auto !important;
   height: 39px;
}

/* REGRAS DO PARQUE */
.faq.regras-parque img {
   min-width: 100%;
   max-width: 50px;
}

/* PREÇOS */
.tabela-precos {
   font-family: "Baloo 2";
   border-collapse: collapse;
   border-spacing: 0;
   margin: 0 !important;
   box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px,
      rgba(0, 0, 0, 0.06) 0 12px 22px;
}
.tabela-precos td {
   border-color: black;
   border-style: solid;
   border-width: 1px;
   font-size: 14px;
   overflow: hidden;
   padding: 10px 5px;
   word-break: normal;
}
.tabela-precos th {
   border-color: black;
   border-style: solid;
   border-width: 1px;
   font-size: 14px;
   font-weight: normal;
   overflow: hidden;
   padding: 10px 5px;
   word-break: normal;
}
.tabela-precos .tabela-precos-titulo {
   text-align: center !important;
   vertical-align: top;
   background-color: #166fa4;
   color: #fff;
   font-size: 18px;
}
.tabela-precos .tabela-precos-legenda {
   text-align: center;
   vertical-align: top;
   background-color: #dbdbdb;
   color: #414141;
   font-weight: 600;
}
.tabela-precos .tabela-precos-legenda.epoca-baixa span::before,
.datas-epoca div.tabela-precos-legenda.epoca-baixa::before {
   content: "";
   display: inline-block;
   background-color: #aed2e5;
   width: 15px;
   height: 15px;
   margin-right: 10px;
   vertical-align: middle;
}
.tabela-precos .tabela-precos-legenda.epoca-alta span::before,
.datas-epoca div.tabela-precos-legenda.epoca-alta span::before {
   content: "";
   display: inline-block;
   background-color: #f9cb9c;
   width: 15px;
   height: 15px;
   margin-right: 10px;
   vertical-align: middle;
}
.tabela-precos .tabela-precos-dados-titulo {
   text-align: left;
   vertical-align: top;
   background-color: #fff;
   color: #414141;
   font-weight: 400;
}
.tabela-precos .tabela-precos-dados-titulo span {
   font-weight: 700;
   font-size: 18px;
}
.tabela-precos .tabela-precos-dados-texto {
   font-family: Montserrat;
   text-align: center;
   vertical-align: middle;
   background-color: #fff;
   color: #414141;
}
.tabela-precos .tabela-precos-dados-texto.epoca-baixa {
   background-color: rgba(174, 210, 229, 0.5);
}
.tabela-precos .tabela-precos-dados-texto.epoca-alta {
   background-color: rgba(249, 202, 156, 0.5);
}

.tabela-precos .tabela-precos-dados-texto.pax-4 {
   background-color: rgba(174, 210, 229, 0.5);
}
.tabela-precos .tabela-precos-dados-texto.pax-6 {
   background-color: rgb(254 237 1 / 50%);
}
.tabela-precos .tabela-precos-dados-texto.pax-10 {
   background-color: rgba(249, 202, 156, 0.5);

}

div.tabela-precos-legenda.epoca-baixa span,
.datas-epoca div.tabela-precos-legenda.epoca-alta span {
   font-family: "Baloo 2";
   font-size: 14px;
   color: #414141;
   font-weight: 600;
}
.datas-epoca {
   display: flex;
   justify-content: center;
   column-gap: 20px;
   align-content: center;
   flex-wrap: wrap;
   padding-top: 2%;
   margin-bottom: 10px !important;
}
.datas-epoca div.tabela-precos-legenda.epoca-baixa,
.datas-epoca div.tabela-precos-legenda.epoca-alta {
   font-family: "montserrat";
   font-size: 12px;
   color: #414141;
   font-weight: 400;
}
.promocao-epoca {
   display: flex;
   justify-content: center;
   font-size: 12px;
   font-family: "Montserrat";
   font-weight: 400;
}
.promocao-epoca b {
   font-size: 12px;
   font-family: "Montserrat";
   margin: 0 5px;
}

.texto-precos h3.toggle-title a {
   font-size: 22px !important;
   line-height: 26px !important;
   padding-right: 40px  !important;
   padding-top: 15px !important;
   padding-bottom: 15px !important;
}

/* MAPA DO PARQUE */
.nectar_image_with_hotspots[data-color="accent-color"] .nectar_hotspot,
.nectar_image_with_hotspots[data-color="accent-color"]
   .nttip
   .tipclose
   span:before,
.nectar_image_with_hotspots[data-color="accent-color"]
   .nttip
   .tipclose
   span:after {
   background-color: transparent !important;
}
.nectar_image_with_hotspots .nectar_hotspot {
   color: transparent !important;
}

.nectar_image_with_hotspots[data-size="medium"]
   .nectar_hotspot_wrap
   .nttip[data-tooltip-position="top"] {
   margin-top: -15px;
}
.tooltip-info .tooltop-texto .titulo {
   /*position: relative;
   left: -23px;
   font-family: "Baloo 2";
   color: #116fa4;
   font-size: 16px;
   font-weight: 600;
   background-color: #ebecec;
   padding: 2px 0px 2px 23px;
   border-radius: 0 50px 50px 0;
   margin-bottom: 5px;
   width: 100%;
   min-width: 110%;
   max-width: 110%;*/
   position: relative;
   left: -10px;
   font-family: "Baloo 2" !important;
   color: #116fa4 !important;
   font-size: 16px !important;
   font-weight: 600 !important;
   background-color: #ebecec;
   padding: 4px 0px 4px 0px;
   /* border-radius: 0 50px 50px 0; */
   margin-bottom: 5px;
   width: 100%;
   min-width: 116%;
   max-width: 116%;

}
.tooltip-info .tooltop-texto .texto {
   font-family: Montserrat;
}
.tooltip-info .tooltop-texto .texto ul {
   margin-left: 18px;
   margin-bottom: 0;
}
.tooltip-info .tooltop-texto .texto li::marker {
   color: #116fa4;
}
.tooltip-info .tooltip-icons {
   display: flex;
   flex-wrap: wrap;
   margin-top: 10px;
}
.tooltip-info .tooltip-icons img {
   width: auto !important;
   height: 40px !important;
}

/* NOTÍCIAS */
.noticias
   .nectar-post-grid-wrap[data-style="content_under_image"]
   .nectar-post-grid[data-card="yes"]
   .nectar-post-grid-item {
   border-radius: 15px;
   box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px,
      rgba(0, 0, 0, 0.06) 0 12px 22px;
}
.noticias .nectar-post-grid-item-bg-wrap {
   border-radius: 15px 15px 0 0;
}
.noticias h3 {
   font-size: 25px !important;
   line-height: 28px !important;
}
.noticias h3 span {
   color: #166fa4 !important;
   font-weight: 600;
}
.noticias span.meta-category a {
   font-size: 12px;
   font-family: "Montserrat" !important;
   font-weight: 400 !important;
   color: #414141;
}
.noticias span.meta-excerpt {
   max-width: 100% !important;
   font-size: 16px !important;
}
.noticias span.nectar-post-grid-item__meta-wrap {
   font-size: 12px;
}

/* ----- GALERIA ----- */
.jig-filterButton {
   background: #ffffff !important;
   border: 0 !important;
   color: #414141 !important;
   font-weight: 500 !important;
   padding: 0 8px 0px 0px !important;;
}

.jig-filterButton:hover,
.jig-filterButton.jig-filterButtonSelected {
   color: #116fa4 !important;
   font-weight: 600 !important;
}

.jig-loadMoreButton {
   background: #116fa4 !important;
   color: #ffffff !important;
   border: 1px solid #116fa4;
   border-radius: 15px !important;
   max-width: 260px;
   font-size: 14px !important;
}

/* NOTÍCIAS SINGLE */
.single-post #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a,
.single-post .scroll-down-wrap.minimal-arrow {
   display: none;
}

.nectar-social.fixed {
    bottom: 100px;
}

/* TIMELINE PAGINA - HISTÓRIA DO PARQUE */
/* https://codepen.io/ritz078/pen/LGRWjE/ */
.timeline-carousel * {
   outline: none;
}
.timeline-carousel {
   padding: 30px 6.9444% 1%;
   overflow: hidden;
}
.timeline-carousel:after,
.timeline-carousel:before {
   content: "";
   position: absolute;
   display: block;
   top: 0;
   height: 100%;
   width: 6.9444%;
   /*background-color: #1d1d1e;*/
   z-index: 3;
}
.timeline-carousel:after {
   left: 0;
}
.timeline-carousel:before {
   right: 0;
   opacity: 0;
}
.timeline-carousel .slick-list {
   overflow: visible;
}
.timeline-carousel .slick-dots {
   bottom: -73px;
}
.timeline-carousel h1 {
   color: #fff;
   font-size: 46px;
   line-height: 50px;
   margin-bottom: 40px;
   font-weight: 900;
}
.timeline-carousel__image {
   padding-right: 30px;
}
.timeline-carousel__item {
   cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
   opacity: 0.4;
   padding-bottom: 71.4%;
   transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
   border-radius: 15px 15px 0 0;
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
   width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
   position: relative;
   padding-top: 45px;
}
.timeline-carousel__item-inner:after {
   position: absolute;
   width: 95%;
   top: 45px;
   left: 0;
   content: "";
   border-bottom: 1px solid rgba(17, 110, 164, 0.2);
}
.timeline-carousel__item-inner .year {
   font-size: 36px;
   line-height: 36px;
   color: #116fa4;
   display: table;
   letter-spacing: -1px;
   padding-right: 10px;
   background-color: #ffffff;
   z-index: 1;
   position: relative;
   margin: -15px 0 20px;
   font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
   content: "";
   position: absolute;
   display: block;
   left: -10px;
   top: 0;
   height: 100%;
   width: 10px;
   background-color: #ffffff;
   z-index: 3;
}
.timeline-carousel__item-inner .month {
   font-size: 12px;
   text-transform: uppercase;
   color: #b38c52;
   display: block;
   margin-bottom: 10px;
   font-weight: 900;
}
.timeline-carousel__item-inner p {
   font-size: 18px;
   line-height: 24px;
   color: #414141;
   width: 80%;
   font-weight: 400;
}
.timeline-carousel__item-inner .read-more {
   font-size: 12px;
   color: #b38c52;
   display: table;
   margin-bottom: 10px;
   font-weight: 900;
   text-decoration: none;
   position: relative;
}
.timeline-carousel__item-inner .read-more:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -1px;
   width: 0;
   border-bottom: 2px solid #116fa4;
   transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
   width: 100%;
}
.timeline-carousel__item-inner .pointer {
   height: 29px;
   position: relative;
   z-index: 1;
   margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
   position: absolute;
   content: "";
}
.timeline-carousel__item-inner .pointer:after {
   width: 9px;
   height: 9px;
   border-radius: 100%;
   top: 0;
   left: 0;
   background-color: #116fa4;
}
.timeline-carousel__item-inner .pointer:before {
   width: 1px;
   height: 100%;
   top: 0;
   left: 4px;
   background-color: #116fa4;
}
.slick-active .media-wrapper {
   opacity: 1 !important;
}
.slick-dots {
   bottom: 60px;
   list-style: none;
   position: absolute;
   width: 100%;
   left: 0;
   text-align: center;
   z-index: 2;
}
.slick-dots li {
   cursor: pointer;
   display: inline-block;
   margin: 0 6px;
   position: relative;
   width: 10px;
   height: 10px;
}
.slick-dots li:last-child {
   margin-right: 0;
}
.slick-dots li.slick-active button {
   background: #116fa4;
   border-color: #116fa4;
}
.slick-dots li button {
   display: block;
   font-size: 0;
   width: 10px;
   height: 10px;
   padding: 0;
   background-color: rgba(17, 110, 164, 0.6);
   cursor: pointer;
   transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
   background: #116fa4;
}
.media-wrapper--overlay {
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
}
/* rodapé do link (opcional) */
.link {
   position: absolute;
   left: 0;
   bottom: 0;
   padding: 20px;
   z-index: 9999;
}
.link a {
   display: flex;
   align-items: center;
   text-decoration: none;
   color: #fff;
}

.slick-prev:before,
.slick-next:before {
   font-family: icomoon !important;
}
button.slick-arrow {
   position: absolute;
   top: calc(50% - 100px);
   width: 40px;
   height: 40px;
   background-color: #ffffff;
   font-size: 20px;
   border: 0;
   z-index: 99999;
   cursor: pointer;
   transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
button.slick-arrow:hover {
   background-color: #116fa4;
}

button.slick-prev.slick-arrow {
   left: -80px;
   transform: rotate(180deg);
}
button.slick-next.slick-arrow {
   right: -80px;
}

.slick-prev:hover::before,
.slick-next:hover::before {
   color: #ffffff;
   transform: scale(1.1) !important;
}
.slick-prev:before {
   content: "\e909";
}

.slick-next:before {
   content: "\e909";
   position: relative;
   top: 2px;
}

.slick-dots li {
   width: 15px;
   height: 15px;
}
.slick-dots li button {
   width: 15px;
   height: 15px;
}
/* ---------- COMO CHEGAR ----------*/
.map-apps {
   display: flex;
   gap: 15px;
   align-items: flex-end;
}
.map-apps .app {
   transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
   width: 70px;
}

.map-apps .app:hover {
    transform: translateY(-8px);
}

.map-apps .app.waze,
.map-apps .app.apple {
   width: 60px;
}

/* ---------- EMPREGO ----------- */
.carta-conducao {
    display: flex !important;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}
.ginput_container_consent {
    margin-top: 3%;
}
body.material input[type=checkbox]  {
    border: 1px solid #797e86 !important;
}
/* ---------- HORÁRIOS ----------- */
/* LEGENDA DO CALENDÁRIO */
.parque-calendario-legenda {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
    background-color: #ffffff;
    padding: 15px 30px;
    border-radius: 15px;
    background: #fff;    
    box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
}

.parque-calendario-legenda-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #414141;
    font-weight: 500;
    
}

.parque-calendario-legenda-cor {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #dadada;
    display: inline-block;
}

/* usa as mesmas cores das células */
.parque-calendario-legenda-cor.estado-fechado,
.parque-calendario-legenda-cor.parque-calendario-vazio {
    background: #e0e0e0;
}

.parque-calendario-legenda-cor.estado-10-17 {
    background: #6fa8dc;
}

.parque-calendario-legenda-cor.estado-10-17-30 {
    background: #93c47d;
}

.parque-calendario-legenda-cor.estado-10-18 {
    background: #f6b26b;
}

/* Responsivo: 2 colunas em tablet, 1 em mobile */
@media (max-width: 1024px) {
    .parque-calendario-legenda {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .parque-calendario-legenda {
        grid-template-columns: 1fr;
    }
    .parque-calendario-legenda {
      gap: 10px;
   }
}
/* HORÁRIO DE FUNCIONAMENTO */
.parque-calendarios {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 por linha */
    gap: 24px;
}

.parque-calendario-mes {
    border: 1px solid #e0e0e0;
    padding: 12px;
    border-radius: 15px;
    background: #fff;    box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
}

.parque-calendario-titulo {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px !important;
}

.parque-calendario-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    font-size: 11px;
}

.parque-calendario-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4px 2px;
    border-radius: 4px;
    border: 1px solid #dadada;
    height: 56px;
}

.parque-calendario-dia-nome {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
    border: none;
}

.parque-calendario-dia-numero {
    display: block;
    font-family: 'Baloo 2';
    font-size: 24px;
    font-weight: 500;
    color: #414141;
}

.parque-calendario-dia-label {
    display: block;
    font-family: 'Montserrat';
    font-size: 8px;
    line-height: 1.2;
    color: #414141;
    margin-top: 2px;
}

.estado-fechado .parque-calendario-dia-numero,
.estado-fechado .parque-calendario-dia-label {
    color: #6B6B6E;
}

/* Cores por estado */
.parque-calendario-vazio {
    background: #f5f5f5;
    border: none;
}
.estado-fechado{
   background: #f1f1F1;
}

.estado-10-17 {
    background: #6fa8dc;
}

.estado-10-17-30 {
    background: #93c47d;
}

.estado-10-18 {
    background: #f6b26b;
}

/* Dias sem configuração, se quiseres mostrar diferente */
.estado-default {
    background: #d7d6d4f7;
}

/* Até 1024px → 2 por linha */
@media (max-width: 1024px) {
    .parque-calendarios {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Até 640px → 1 por linha */
@media (max-width: 640px) {
    .parque-calendarios {
        grid-template-columns: 1fr;
    }
}

/* ---------- CONTATOS ---------- */
.gfield_html h6,
legend.gfield_label.gform-field-label,
label.gfield_label.gform-field-label {
   margin-top: 0 !important;
   margin-bottom: 2px !important;
   font-weight: 500 !important;
}

.gfield_htm .disponibilidade {
    padding-top: 15px;
}

body.material input[type=text], 
body.material textarea, 
body.material input[type=checkbox],
body.material input[type=email], 
body.material input[type=search], 
body.material input[type=password], 
body.material input[type=tel], 
body.material input[type=date], 
body.material input[type=number], 
body.material select {
   border-radius: 15px;
   border: 1px solid #dadada
}

body.material input[type=text]:focus, 
body.material textarea:focus, 
body.material input[type=email]:focus, 
body.material input[type=search]:focus, 
body.material input[type=password]:focus, 
body.material input[type=tel]:focus, 
body.material input[type=url]:focus, 
body.material input[type=date]:focus, 
body.material input[type=number]:focus, 
body.material select:focus {
   outline: none;
}

body.material input[type=submit],
body.material input[type=submit]:hover {
   background: #116fa4 !important;
}

.gform-theme--foundation .gform_fields {
   row-gap: 15px;
}
.gform_validation_errors,
.gform_required_legend,
.gfield_required {
   display: none !important;
}
.validation_message {
   margin-top: 4px !important;
   margin-left: 12px !important;
}

img.contactos-whatsapp {
   width: 15px !important;
   height: 15px !important;
   float: left;
   position: relative;
   top: 4px;
   margin: 0 3px 0 0 !important;
}

/* ----- POLÍTICAS ----- */
#politicas h3,
#politicas h4,
#politicas h6 {
   margin-top: 30px;
}

#politicas h3 {
   font-size: 39px;
   line-height: 42px;
}


/* ---------- FOOTER ---------- */
#footer-outer #footer-widgets .col ul li:first-child >a,
#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button) {
    padding-top: 0 !important;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;
    font-size: 14px;
}

#footer-outer #footer-widgets .row {
   padding: 4% 0px !important;
}
#footer-outer ul.cofinanciadores {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   column-gap: 10px;
   padding: 0 0 2%;
}
#footer-outer li.cofinanciador-item {
   background-color: rgb(255 255 255 / 90%);
   padding: 10px 10px 5px;
   border-radius: 15px;
}
#footer-outer li.cofinanciador-item img {
   height: 40px;
   width: auto;
}


#footer-outer #copyright {
    padding: 15px 0 5px;
}

#footer-outer .jelly-link::before {
   content: "";
   display: inline-block;
   width: 100px;
   height: 30px;
   background: url('https://jelly.pt/images/svg/jellycode-mono-vclara.svg') no-repeat center / contain;
   vertical-align: middle;
   float: left;
   margin-right: -23px;
}
#footer-outer .pagamentos {
   text-align: center;
}
#footer-outer .pagamentos img.logo {
    margin: 0;
    width: auto !important;
    height: 31px !important;
    background-color: rgb(255 255 255 / 90%);
    padding: 1px;
    border-radius: 5px;
}

@media only screen and (max-width: 1680px) {
   .voltar {
      left: 2% !important;
   }
   .voltar.fixed {
      left: 2% !important;
   }
}

@media only screen and (max-width: 1536px) {
   .voltar {
      left: 10px !important;
      top: 50px !important;  
  }
  .voltar h3 {
    font-size: 9px !important;
  }
   .voltar h3 i.fa-solid {
      font-size: 14px !important;
   }
   .voltar.fixed {
     top: 20% !important;
   }
}

@media only screen and (max-width: 1440px) {
   .voltar {
      display: none !important;
   }
}

@media (max-width: 1024px) {
   #slide-out-widget-area .inner > *:not(.off-canvas-menu-container),
   #slide-out-widget-area .inner > .off-canvas-menu-container.mobile-only {
      display: none !important;
   } 

   img.zoomable {
    touch-action: auto !important;
    -webkit-user-drag: none !important;
    max-width: 100% !important;
    height: auto !important;
    }

   .vc_col-sm-9 {
      width: 75%;
   }
   .vc_col-sm-3 {
      width: 25%;
   }
   .cta-comprar .wpb_column {
      margin-bottom: 0px;
   }
   .cta-comprar h4 {
      font-size: 22px !important;
      margin-bottom: 0px;
   }
   .page-child .padding-amount-small .nectar-badge__inner {
      font-size: 10px;
   }
   .promocao-epoca {
      display: block;
      text-align: center;
   }

}
@media (max-width: 820px) {
   .atracao-card-icons {
      margin-top: -20px;
   }
   .atracao-card-icons .vc_column-inner > .wpb_wrapper {
      /*justify-content: flex-start !important;*/
      display: flex;
   }
   .faq.regras-parque img {
      min-width: 14%;
   }
}
@media (max-width: 768px) {
   .vc_col-sm-9 {
      width: 70%;
   }
   .vc_col-sm-3 {
      width: 30%;
   }
}
@media (max-width: 500px) {

   h1.hero-title.titulo-ondas.mb-2-linhas {
      line-height: 40px !important;
      position: relative;
      top: -15px;
   }

   .atracao-card {
      margin-bottom: 20px !important;
   }
   .row .col h5, body h5 {
        font-size: 20px;
        line-height: 24px;
    }

   .voltar {
      top: 1% !important;
   }
   .voltar.fixed {
      position: relative !important;
   }

   /* Home*/
   .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap, 
   .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap-outer {
      margin: 0 auto;
   }
   .carousel-container p { 
      text-align: center !important;
   }
   .carousel-container .botao {
      min-width: 70%;
   }
   
   .admin-bar #slide-out-widget-area.slide-out-from-right-hover {
      padding-top: 58px !important;
   }

   .timeline-carousel {
      max-height: 450px;
   }

   .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
      margin: 30px 0 40px 0;
   }
 
   /* Serviços */
   #header-ondas {
      height: 170px !important;
   }
   .servicos-icon-area .vc_col-sm-6 {
      width: 50%;
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .servicos-icon-area {
      display: inline;
   }

   .servicos-icon-area .nectar-responsive-text {
      font-size: 16px !important;
      line-height: 20px;
      margin-bottom: 10px !important;
   }
   /*Preços */
   .datas-epoca {
      margin-top: 10%;
      gap: 10px;
   }
   .tabela-precos-legenda span,
   .datas-epoca div.tabela-precos-legenda {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
   }
   .tabela-precos .tabela-precos-legenda {
      line-height: 18px;
   }
   .tabela-precos .tabela-precos-legenda.epoca-alta span::before, 
   .tabela-precos .tabela-precos-legenda.epoca-baixa span::before {
      margin-right: 0px;
      margin-bottom: 5px;
   }
   .faq-preco {
      margin-bottom: 0 !important;
   }
   /* Footer */
   #footer-outer li.cofinanciador-item {
      margin: 5px 20px;
   }
   img.cofinanciador-img {
      width: 100%;
      height: auto;
   }
   #footer-outer li.cofinanciador-item img {
      height: 25px;
      width: auto;
   } 
   body #footer-outer #copyright .col ul {
      float: unset;
      display: flex;
      justify-content: center;
      margin-bottom: 15px;
    }

}

