html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

:root {
    --azul_terceiro: #159392;
    --azul_secondary: #00686C;
    --laranja_primary: #E35107;
    --verde_primary: #8CBD24;
    --amarelo_secondary: #F9C04E;
}

[data-list="bullet"] {
    list-style-type: disc;
    /* Define marcadores */
    margin-left: 20px;
    /* Espaçamento para simular listas */
}

[data-list="ordered"] {
    list-style-type: decimal;
    /* Define números */
    margin-left: 20px;
}

input {
    outline: none !important;
}

img,
button {
    user-select: none !important;
    /* Standard CSS property */
    -webkit-user-select: none !important;
    /* Chrome, Safari */
    -moz-user-select: none !important;
    /* Firefox */
    -ms-user-select: none !important;
    /* Internet Explorer/Edge */
}

img:after {
    user-select: none !important;
    /* Standard CSS property */
    -webkit-user-select: none !important;
    /* Chrome, Safari */
    -moz-user-select: none !important;
    /* Firefox */
    -ms-user-select: none !important;
    /* Internet Explorer/Edge */
}

.navbar {
    height: 233px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.navbar-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: auto;
}

.navbar-menu {
    background: #E35107;
    position: absolute;
    width: 1038px;
    height: 81px;
    top: 37px;
    right: 2%;
    border-radius: 90px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar-menu a {
    color: #FFFFFF;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: 0.5s;
}

.navbar-menu-link a:hover {
    color: #FDC71D;
}

.active a {
    color: #FDC71D;
}

.navbar-menu-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
}

.navbar-menu-link {
    position: relative;
}

.navbar-menu-link a {
    text-transform: uppercase;
}

.navbar-menu-submenu {
    position: absolute;
    height: 120px;
    width: 50px;
    background-color: white;
    border-radius: 90px;
    left: -50%;
    top: -50%;
    transform: translate(0px, 0px);
    opacity: 0;
    transition: opacity 0.3s ease, height 0.3s ease;
    pointer-events: none;
}

.navbar-menu-submenu.show {
    opacity: 1;
    pointer-events: auto;
    height: 90px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.navbar-menu-submenu-link {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.welcome-banner {
    height: 942px;
    width: 100%;
    background-image: url(/img/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.map-container {
    width: 100%;
    margin-top: 650px;
    position: relative;
}

.map-background {
    width: 100%;
}

.map-title {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 476px;
}

.map {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1081px;
    height: 861px;
}

.map-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
}

.map-points {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
}

.map-pin {
    width: 30px;
    transition: transform 0.2s ease;
    /* Adiciona uma transição suave */
    cursor: pointer;
}

.map-pin:hover,
.map-pin.scaled {
    transform: scale(1.1);
    /* Aumenta o tamanho em 10% quando o cursor estiver sobre o pin */
}

.map-point-details {
    height: auto;
    background: white;
    width: 268px;
    position: absolute;
    top: 0%;
    left: 45px;
    transform: translate(0%, -50%);
    border-radius: 16px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    display: none;
    z-index: 1;
}

.map-point-details-polygon {
    position: absolute;
    top: 50%;
    left: -17px;
    width: 18px;
}

.map-point-details-img {
    width: 100%;
    max-height: 168px;
}

.map-points-details-txt {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.map-points-details-txt h3 {
    font-family: 'Riffic Free', sans-serif;
    color: #00686C;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.map-points-details-txt p {
    color: #74787C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.map-point {
    width: 30px;
    position: absolute;
}

.mapa_image {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 945px;
    max-width: 85%;
}

.mapa_legenda {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 85%;
}

.container {
    max-width: 95%;
    width: 1250px;
    margin: auto;
}

.azul_secondary {
    color: var(--azul_secondary);
}

.container-title-sec {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.vector-laranja-primary {
    background-image: url('/img/title-vector-laranja-primary.png');
}

.vector-azul-secondary {
    background-image: url('/img/title-vector-azul-secondary.png');
}

.vector-verde-primary {
    background-image: url('/img/title-vector-verde-primary.png');
}

.container-title-primary {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-title-primary h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Riffic Free', sans-serif;
}

.container-text {
    width: 800px;
    margin: auto;
    text-align: center;
    padding-left: 3.5px;
    padding-right: 3.5px;
    font-size: 16px;
    color: #414141;
}

.swiper-slide-products {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.swiper-slide-product {
    height: 437px;
    width: 387px;
    position: relative;
}

.swiper-slide-product img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.swiper-slide-product canvas {
    background: #0000004a;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.swiper-slide-product-info {
    position: absolute;
    bottom: 50px;
    left: 50px;
    transform: translate(0%, 0%);
    text-align: left;
    width: calc(100% - 100px);
}

.swiper-slide-product-info h4 {
    color: white;

    font-family: 'Riffic Free', sans-serif;
    font-size: 30px;
    font-weight: 700;

    margin-bottom: 20px;
}

.swiper-slide-product-info button {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8CBD24;
    border: none;
    border-radius: 99px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.aniversarios-container {
    position: relative;
}

.aniversarios-background,
.media-background {
    width: 100%;
}

.aniversarios-container .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    color: white;
}

.aniversarios-container .container-text {
    color: white;
    width: 850px;
}

.swiper2-slide-product {
    height: 489px;
    width: 100%;
    position: relative;
}

.swiper2-slide-product-info {
    height: 95px;
    width: 260px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.swiper2-slide-product-info h2 {
    color: var(--laranja_primary);
    font-size: 24px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
}

.swiper .swiper-buttons {
    width: 150px;
    position: relative;
    margin: auto;
}

.swiper2 .swiper-buttons {
    width: 150px;
    position: relative;
    margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
}

.grill {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.col-2 {
    width: 50%;
}

.grupos-escolares-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grupos-escolares-img img {
    max-width: 570px;
    width: 95%;
}

.grupos-escolares-info {
    position: relative;
    z-index: 2;
}

.grupos-escolares-info h5 {
    color: var(--laranja_primary);
    font-size: 24px;
    font-weight: 500;
}

.grupos-escolares-info h3 {
    color: black;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grupos-escolares-info h3,
.grupos-escolares-info h3 p {
    color: black;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
    margin: 20px 0;
    width: 100%;
}

.grupos-escolares-info h3 p {
    margin: 0px 0;
}

.grupos-escolares-info p {
    color: #74787C;
    font-size: 18px;
    font-weight: 500;
    width: 450px;
    margin-bottom: 20px;
}

.grupos-escolares-info button {
    background-image: url('/img/button-vector-laranja-primary.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
    font-family: 'Riffic Free', sans-serif;
    font-weight: 600;
    font-size: 23px;
    border: none;
    width: 172px;
    height: 33px;
    cursor: pointer;
}

.media_componente {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 30%;
    max-width: 570px;
    z-index: 1;
}

.media-container {
    position: relative;
    background-color: #00686C;
}

.media-container .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    color: white;
    z-index: 10;
}

.media-container .container .grill-links {
    width: 325px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

.col-4 {
    width: 25%;
}

.media-container .container .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-container .container .col-4 img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.media-container .container .grill-instagram {
    width: 1077px;
    height: 289px;
    margin: auto;
}

.grill-instagram img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 30px;
}

.col-3 {
    width: 32%;
}

.grill-instagram .col-3 {
    display: flex;
}

footer {
    background-color: #00686C;
    width: 100%;
}

.footer-header {
    display: flex;
    justify-content: center;
}

.footer-header img {
    position: relative;
    width: 100%;
}

.footer-menu {
    width: 1174px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer-menu-title {
    background-image: url('/img/vector_footer_title.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.footer-menu-title h3 {
    color: #FFFFFF;
    font-family: 'Riffic Free', sans-serif;

}

.footer-menu-col-4 {
    width: 26%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.footer-menu-col-5 {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.footer-menu-links {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-links a {
    color: white;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-menu-horarios {
    background-color: var(--azul_terceiro);
    width: 100%;
    border-radius: 14px;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;

}

.footer-menu-title .underline {
    width: 23px;
    height: 5px;
    background-color: white;
    border-radius: 56px;
}

.footer-menu-horarios h3 {
    width: 100%;
    text-align: center;
}

.footer-menu-info {
    margin-top: 17px;
    text-align: center;
}

.footer-menu-info h5 {
    font-family: 'Riffic Free', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
}

.footer-menu-info h6 {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.dashed-line {
    margin-top: 17px;

    height: 1px;
    /* Height of 1 pixel */
    width: 100%;
    /* Full width */
    background: linear-gradient(to right, white 4.4px, transparent 4.4px);
    background-size: 8.8px 1px;
    /* Dash length + gap length */
}

.footer-menu-contact {
    display: flex;
    gap: 12px;
    align-items: start;
}

.footer-menu-contact-box label {
    color: var(--verde_primary);
    font-size: 15px;
    font-family: 'Riffic Free', sans-serif;
    width: 100%;
}

.footer-menu-contact-box a {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.footer-menu-contact-box {
    display: flex;
    flex-wrap: wrap;
    color: white;
}

.footer-menu-contact img {
    object-fit: contain;
}

.footer-menu-col-4-horarios {
    justify-content: left;
}

.footer-menu-col-4-horarios .footer-menu-title {
    width: 170px;
    margin: 0;
}

.copyright {
    height: 78px;
    width: 100%;
    background-color: var(--azul_terceiro);
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-grill {
    display: flex;
    justify-content: space-between;
    color: white;
}

.copyright-grill label {
    font-size: 12px;
    text-align: center;
}

.copyright-grill-links {
    text-align: right;
}

.copyright-grill-links a {
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;

    display: block;
    margin-bottom: 5px;
}

.default-banner {
    height: 725px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.wave-banner {
    position: absolute;
    bottom: -2%;
    width: 105%;
    left: -5px;
}

.sobre-banner {
    background-image: url(/img/banners/sobre_banner.png);
    background-position: bottom;
}

.aventuras-banner {
    background-image: url(/img/banners/alugueres_banner.png);
    background-position: bottom;
}

.waterslide-banner {
    background-image: url(/img/banners/waterslide_banner.png);
    background-position: bottom;
}

.adrenalina-banner {
    background-image: url(/img/banners/adrenalina_banner.png);
    background-position: bottom;
}

.fun-banner {
    background-image: url(/img/banners/fun_banner.png);
    background-position: bottom;
}

.ropes-banner {
    background-image: url(/img/banners/ropes_banner.png);
    background-position: bottom;
}

.shot-banner {
    background-image: url(/img/banners/shot_banner.png);
    background-position: bottom;
}

.paintball-banner {
    background-image: url(/img/banners/paintball_banner.png);
    background-position: bottom;
}

.splatmaster-banner {
    background-image: url(/img/banners/splatmaster_banner.png);
    background-position: bottom;
}

.tenis-banner {
    background-image: url(/img/banners/tenis_banner.png);
    background-position: bottom;
}

.btt-banner {
    background-image: url(/img/banners/btt_banner.png);
    background-position: bottom;
}

.aniversarios-banner {
    background-image: url(/img/banners/aniversario_banner.png);
    background-position: bottom;
}

.escolas-banner {
    background-image: url(/img/banners/escolas_banner.png);
    background-position: bottom;
}

.corporate-banner {
    background-image: url(/img/banners/corporate_banner.png);
    background-position: bottom;
}

.main-container {
    margin-top: 725px;
}

.sub-container {
    margin-top: 132px;
}

.sobre-img {
    width: 588px;
    height: 643px;
    max-width: 100%;
}

.sobre-img img {
    height: 100%;
    width: 100%;
    border-radius: 42px;
    color: var(--azul_secondary);
    color: var(--laranja_primary);
    object-fit: cover;
    max-width: 100%;
}

.sobre-info h5 {
    font-family: 'Riffic Free', sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.sobre-info p {
    width: 527px;
    margin-bottom: 20px;
}

.team-photo {
    width: 1000px;
    margin: auto;
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 50px);
    max-width: 90%;
}

.swiper-slide-equipa-info {
    height: 95px;
    width: 260px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.swiper-slide-equipa-info h2 {
    color: var(--laranja_primary);
    font-size: 24px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
    width: 100%;
}

.swiper-slide-equipa-info h4 {
    color: var(--laranja_primary);
    font-size: 16px;
    font-weight: 400;
}

.swiper-slide-equipa-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.recrutamento-container {
    padding-bottom: 100px;
    position: relative;
}

.recrutamento-container .container-title-sec {
    color: var(--azul_secondary);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.recrutamento-container .container-title-ter {
    color: #91BF3B;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.recrutamento-container form {
    margin-top: 70px;
}

.recrutamento-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    z-index: 3;
    position: relative;
}

.recrutamento-form-input {
    width: 100%;
    height: 40px;

    background-color: #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1%;
}

.recrutamento-form-textarea {
    width: 100%;

    background-color: #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1%;
}

.recrutamento-form-input input,
.recrutamento-form-input select {
    width: 95%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    height: 25px;
    color: #888888;
}

.recrutamento-form-textarea textarea {
    width: 95%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    padding-top: 1%;
    padding-bottom: 1%;
}

.input-col-2 {
    width: 49.5% !important;
}

/* Estilo para o rótulo personalizado */
.custom-file-input label {
    background-image: url('/img/i-upload.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
}

.custom-file-input span {
    font-size: 16px;
    font-weight: 300;
    color: #888888;
}

/* Estilo para esconder o input padrão */
.custom-file-input input[type="file"] {
    display: none;
}

.input-file label {
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    cursor: pointer;
}

.input-file {
    width: 99%;
    display: flex;
    justify-content: left;
    padding-left: 1%;
    padding-right: 1%;
    cursor: pointer;
}

.recrutamento-form-checkbox {
    display: flex;
    gap: 10px;
    width: 100%;
}

.recrutamento-form-checkbox label {
    font-size: 14px;
}

.recrutamento-submit {
    background-color: var(--azul_secondary);
    color: white;
    height: 40px;
    width: 170px;
    border-radius: 20px;
    border: none;
    margin: auto;
    margin-top: 30px;
    font-size: 14px;
    cursor: pointer;
}

.recrutamento-submit:disabled {
    opacity: 0.5;
    /* Opacidade reduzida quando desabilitado */
    cursor: not-allowed;
    /* Cursor de não permitido */
}

.recrutamento_componente {
    position: absolute;
    right: 0px;
    z-index: 1;
}

.carousel-activity-imgs {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: left;
}

.carousel-activity-imgs img {
    /* width: 557px;
    height: 440px;*/
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}


.funzone-container {
    padding-bottom: 100px;
}

.funzone-info {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: right;
}

.funzone-info h5 {
    color: var(--laranja_primary);
    font-size: 24px;
    font-weight: 500;
}

.funzone-info h3 {
    color: black;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.funzone-info p {
    color: #74787C;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}

.col-2-6 {
    width: 60%;
}

.col-2-4 {
    width: 40%;
}

.col-2-72 {
    width: 72%;
}

.col-2-75 {
    width: 75%;
}

.col-2-25 {
    width: 25%;
}

.funzone-tickets {
    display: flex;
    justify-content: space-around;
    align-items: end;
    flex-wrap: wrap;
    /* height: 513px; */
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.funzone-ticket {
    position: relative;
    height: 373px;
    width: 313px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 100px;
}

.funzone-ticket-info h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;

}

.funzone-ticket-info p {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 15px;
}

.funzone-ticket-info-grill {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.funzone-ticket-info-grill-col {
    width: 33%;
    display: flex;
}

.funzone-ticket-info-grill-col label {
    font-size: 14px;
}

.justify-left {
    justify-content: left;
}

.justify-center {
    justify-content: center;
}

.justify-right {
    justify-content: right;
}

.funzone-ticket-info button {
    height: 40px;
    width: 115px;
    font-size: 14px;
    border-radius: 99px;
    background-color: transparent;
    cursor: pointer;
}

.funzone-ticket img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 335px;
    border-radius: 45px;
    height: 225px;
    object-fit: contain;
}

.funzone-precos {
    background-color: #F6F6F6;
    width: 217px;
    border-radius: 12px;
    padding: 30px;
}

.funzone-precos h3 {
    font-family: 'Riffic Free', sans-serif;
    color: var(--azul_secondary);
    font-size: 20px;
    font-weight: 700;
}

.funzone-precos-options {
    margin-top: 20px;
    cursor: pointer;
}

.funzone-precos-options a {
    text-decoration: none;
    cursor: pointer;
}

.funzone-precos-options label {
    cursor: pointer;
}

.funzone-precos-option {
    border: 1px solid var(--laranja_primary);
    color: var(--laranja_primary);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 69px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.funzone-precos-option-2 {
    height: 60px;
}

.funzone-precos-details label {
    font-size: 10px;
    font-weight: 400;
    color: var(--laranja_primary);
}

.funzone-precos-option-small {
    font-size: 13px;
}

.packs-buy-button,
.packs-buy-button-2 {
    width: 277px;
    height: 59px;
    background-color: var(--verde_primary);
    color: white;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
    font-size: 20px;
    border: none;
    border-radius: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.packs-buy-button:disabled,
.packs-buy-button-2:disabled {
    opacity: 0.6;
    cursor: default;
}


.funzone-packs {
    background-color: #F6F6F6;
    width: 217px;
    border-radius: 12px;
    padding: 30px;
}

.funzone-packs h3 {
    font-family: 'Riffic Free', sans-serif;
    color: var(--azul_secondary);
    font-size: 20px;
    font-weight: 700;
}

.funzone-packs-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

.funzone-packs-row a {
    width: 48%;
}

.funzone-packs-row img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.funzone-col-align {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
}

.funzone-info-box {
    margin-top: 50px;
}

.funzone-info-box h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
}

.funzone-info-box p {
    font-size: 16px;
    color: #74787C;
    margin-top: 20px;
}

.funzone-info-img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    object-fit: contain;
}

.funzone-cuidados {
    margin-top: 40px;
}

.funzone-cuidados h2 {
    color: var(--azul_secondary);
    font-size: 30px;
    margin-bottom: 20px;
}

.funzone-cuidados-list-point {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.funzone-cuidados-list-point img {
    width: 10px
}

.funzone-cuidados-list-point label {
    font-size: 16px;
    color: #74787C;
}

.funzone-container .grill {
    align-items: start;
}

.funzone-reserva-banner .banner {
    width: 904px;
    max-width: 100%;
    border-radius: 30px;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

/* Estilos CSS aqui */
.funzone-col-align {
    display: flex;
    justify-content: center;
}

.funzone-calendar {
    background-color: #F6F6F6;
    width: 277px;
    border-radius: 12px;
}

.funzone-calendar-header {
    width: 100%;
    height: 56px;
    background-color: #F0F0F0;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.funzone-calendar-header .controls {
    width: 219px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.funzone-calendar-header .controls button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
}

.funzone-calendar-header .controls label {
    color: var(--laranja_primary);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.funzone-calendar-body {
    padding: 25px;
}

.funzone-calendar-body .week-days {
    display: flex;
    justify-content: space-between;
}

.funzone-calendar-body .week-days label {
    font-size: 11px;
    font-weight: 400;
    color: #74787C;
    opacity: 0.7;
}

.funzone-calendar-body table {
    width: 100%;
}

.funzone-calendar-body table td {
    text-align: center;
    padding: 5px;

    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;

    height: 29px;
    width: 30px;

    border-radius: 3px;

    cursor: pointer;
}

.funzone-calendar-body table td.has-day {
    background-color: var(--verde_primary);
    color: white;
}

.funzone-calendar-body table td.selected {
    background-color: var(--azul_secondary);
}

.funzone-calendar-legenda {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.funzone-calendar-legenda label {
    font-size: 11px;
    font-weight: 400;
    color: #74787C;
    opacity: 0.7;
    width: 100%;
}

.funzone-calendar-legenda-info canvas {
    height: 15px;
    width: 15px;
    border-radius: 3px;
}

.legenda-disponivel {
    background-color: var(--verde_primary);
}

.legenda-selecionado {
    background-color: var(--azul_secondary);
}

.legenda-completo {
    background-color: var(--laranja_primary);
}

.funzone-calendar-legenda-info {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 5px;
}

.funzone-calendar-legenda-info label {
    font-size: 12px;
    font-weight: 300;
    color: #2C2C2C;
}

.funzone-calendar-date {
    background-color: #DCDCDC;
    height: 2px;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
}

.funzone-calendar-date label {
    background-color: #F6F6F6;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    font-size: 13px;
    font-weight: 700;
    padding-right: 15px;
}

.funzone-list-buy {
    margin-top: 30px;
    width: 100%;
}

.funzone-list-buy-product {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.funzone-list-buy-product-info {
    color: #313232;
}

.funzone-list-buy-product-info .type {
    font-size: 13px;
    font-weight: 500;
}

.funzone-list-buy-product-info .price {
    font-size: 13px;
    font-weight: 400;
}


.funzone-list-buy-product-info .qtt {
    font-size: 13px;
    font-weight: 400;
    color: var(--laranja_primary);
}

.funzone-list-buy-product-info input {
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--laranja_primary);
    outline: none;
}

.info-align {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}


.info-text label {
    font-size: 12px;
    font-weight: 400;
}

.info-text {
    background-color: var(--laranja_primary);
    color: white;
    position: absolute;
    top: 20px;
    left: -20px;
    padding: 10px 20px;
    border-radius: 8px;
    opacity: 0;
    /* Começa invisível */
    visibility: hidden;
    /* Esconde o elemento */
    width: 116px;
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Adiciona transição */
}

.info-icon:hover {
    cursor: pointer;
}

.funzone-list-buy-product-control {
    display: flex;
    align-items: center;
    gap: 6px;
}

.funzone-list-buy-product-control button {
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.funzone-list-buy-product-control .counter {
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 3px;

    /*-webkit-appearance: none;*/

    margin: 0;
    /* Optional */
}

.funzone-list-buy-product-control input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: none;
    margin: 0;
    /* Optional */
}

.funzone-list-buy-product-control input[type=number]::-webkit-inner-spin-button,
.funzone-list-buy-product-control input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Optional */
}

.funzone-list-buy .final-price h4 {
    font-size: 13px;
    font-weight: 700;
    color: #18113F;
}

.funzone-list-buy .final-price {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.funzone-info-box-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.funzone-info-box-form-input {
    flex-wrap: wrap;
    width: 100%;
    z-index: 3;
    position: relative;
    height: 40px;
    background-color: #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1%;
}

.funzone-info-box-form-input input,
.funzone-info-box-form-input select {
    width: 95%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    height: 25px;
    color: #888888;
}

.funzone-info-box-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.funzone-info-box-form-textarea {
    flex-wrap: wrap;
    width: 100%;
    z-index: 3;
    position: relative;
    background-color: #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1%;
}

.funzone-info-box-form-textarea textarea {
    width: 95%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    padding-top: 1%;
}

.funzone-info-box-form .input-col-2 input {
    width: 90%;
}

.funzone-info-box h3 {
    font-size: 30px;
    font-family: 'Riffic Free', sans-serif;
    color: var(--azul_secondary);
    font-weight: 600;
    margin-bottom: 10px;
}

.funzone-info-box p {
    font-size: 16px;
    color: #74787C;
    font-weight: 300;
    margin-top: 0;
}

.funzone-info-box-suplementos {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

.funzone-info-box-suplementos .suplemento {
    width: 46%;
    height: 40px;
    background: #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding-left: 2%;
    padding-right: 1%;
    font-weight: 300;
}

.suplemento-form-checkbox {
    gap: 5px;
    display: flex;
}

.suplemento-form-checkbox label {
    color: #888888;
    font-size: 16px;
}

.suplemento-price label {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: var(--laranja_primary);
    border-radius: 60px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.modal-screen {
    height: 100%;
    width: 100%;
    background-color: #2c2c2c54;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.modal {
    height: 630px;
    width: 1096px;
    border-radius: 32px;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-right-img {
    width: 382px;
    height: 100%;
}

.modal-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-left-container {
    margin: auto;
    text-align: center;
}

.modal-left-container-box h2 {
    color: var(--laranja_primary);
    font-size: 40px;
    font-family: 'Riffic Free', sans-serif;
    font-weight: 600;
}

.modal-left-container-box-button {
    width: 277px;
    height: 59px;
    color: white;
    background-color: var(--laranja_primary);
    border: none;
    border-radius: 12px;
    font-family: 'Riffic Free', sans-serif;
    font-size: 20px;
    cursor: pointer;
}

.modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hours {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    width: 539px;
    padding-top: 66px;
    padding-bottom: 66px;
    gap: 23px;
}

.hour {
    width: 161px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B1B1B1;
    border-radius: 6px;
    background-color: transparent;
    font-size: 20px;
    color: #02020275;
    cursor: pointer;
}

#modal-hours {
    display: none;
}

.hour.selected {
    background-color: #d3d3d3;
    /* Cor de fundo para o botão selecionado */
}

.checkout-info h3 {
    font-size: 27px;
    font-weight: 700;
    color: var(--azul_secondary);
}

.checkout-info p {
    font-size: 16px;
    color: #313232;
}

.checkout-info-container {
    margin-bottom: 30px;
}

.checkout-info-container-title {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.checkout-info-container-title img {
    height: 38px;
    width: 38px;
    object-fit: contain;
}

.checkout-info-container-title h4 {
    font-size: 22px;
    color: #18113F;
    font-weight: normal;
}

.checkout-info-container .btn-login {
    border: none;
    color: var(--laranja_primary);
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    cursor: pointer;
}

.checkout-info-container-form .input {
    width: 290px;
    height: 36px;
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
}

.checkout-info-container-form .input input {
    width: 100%;
    border: none;
    margin-left: 16px;
    margin-right: 16px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

.checkout-info-container-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 50px;
    gap: 10px;
}

.checkout-payment-table {
    padding: 20px;
    border: 2px solid #CCCCCC;
    border-radius: 20px;
}

.checkout-payment-table-header {
    display: flex;
    justify-content: space-between;
}

.checkout-payment-table-header h6 {
    color: #74787C;
    font-size: 16px;
    font-weight: 600;
}

.checkout-payment-table table {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    /* Ensures the table takes full width of its container */
    border-collapse: collapse;
    /* Ensures borders don't have spacing */
}

/* Apply border to each row */
.checkout-payment-table tr {
    border-top: 1px solid #74787C;
    border-bottom: 1px solid #74787C;
}

/* Align the last td to the right */
.checkout-payment-table td.right {
    text-align: right;
}

/* Align the middle td to the center */
.checkout-payment-table td.center {
    text-align: left;
}

.checkout-payment-table td.selected {
    border-bottom: none;
    /* Remove a linha inferior */
}

.payment-radio {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    outline: none;
    border: 1px solid #74787C;
    /* Borda padrão */
    background-color: white;
    /* Cor de fundo padrão */
    cursor: pointer;
    position: relative;
    /* Adicionado para posicionamento absoluto do pseudo-elemento */
}

/* Estilo para o círculo branco dentro do círculo laranja */
.payment-radio::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
}

/* Estilo para a classe específica do input radio quando está selecionado */
.payment-radio:checked {
    background-color: var(--laranja_primary);
    border: 1px solid var(--laranja_primary);
    /* Cor de fundo quando está selecionado */
}

.checkout-payment-table p {
    color: #74787C;
    font-size: 16px;
    font-weight: 300;
}


.checkout-payment-table table label {
    color: #74787C;
    font-size: 16px;
    font-weight: 400;
}

.checkout-payment-table .label-cell label {
    color: #74787C;
    font-size: 16px;
    font-weight: 500;
}

.checkout-info-container-confirm {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}

.checkout-info-container-confirm input {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}

.checkout-info-container-confirm a {
    color: var(--verde_primary);
    font-weight: 600;
    text-decoration: none;
}

.checkout-info-container-finalPrice {
    margin-top: 40px;
    margin-right: 36px;
    text-align: right;
}

.checkout-info-container-finalPrice label {
    font-size: 22px;
    font-weight: 700;
    color: #74787C;
}

.checkout-info-container-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
}


.checkout-info-container-buttons button {
    width: 277px;
    height: 59px;
    border-radius: 12px;
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: white;
    cursor: pointer;
}

.checkout-info-container-buttons .cancel {
    background-color: var(--laranja_primary);
}

.checkout-info-container-buttons .confirm {
    background-color: var(--verde_primary);
}

.checkout-info-container-buttons .confirm:disabled {
    opacity: 0.7;
    cursor: default;
}

.payment-radio:checked+.label-cell+.center+.right {
    border-bottom: none;
    /* Remove a linha inferior */
}

#mbway-phone {
    border: none;
    border-bottom: 1px solid orange;
    width: 250px;
    outline: none;
    font-size: 12px;
}

.additional-row input {
    margin-bottom: 10px;
    border: none;
    width: 200px;
    border-bottom: 1px solid gray;
    outline: none;
}

.has-day {
    cursor: pointer;
}

.has-day.past-day {
    background-color: var(--laranja_primary) !important;
    pointer-events: none;
}

.col-2-75 .gallery-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.col-2-75 .gallery-container img {
    border-radius: 30px;
    height: 360px;
    width: 450px;
    object-fit: cover;
}

.w-120 {
    width: 120%;
}

.aventuras_componente {
    position: absolute;
    left: 0px;
    top: 190px;
    width: 30%;
    max-width: 570px;
    z-index: 1;
}

.aluguer-grill {
    margin-top: 63px;
}

.aluguer-option-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.aluguer-grill .col-3 {
    position: relative;
}

.aluguer-option-container {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.aluguer-option-container label {
    color: white;
    font-size: 30px;
    font-family: 'Riffic Free', sans-serif;
    font-weight: 700;
    margin-top: 12px;
}

.aluguer-option-container button {
    width: 160px;
    height: 50px;
    color: white;
    background-color: rgba(255, 255, 255, 0.138);
    border: none;
    border-radius: 9999px;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.timetable-container {
    height: 809px;
    width: 100%;
    position: relative;
    margin-top: -200px;
    background-image: url('/img/parque-bottom.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.timetable-info {
    background-color: var(--verde_primary);
    color: white;
    height: 393px;
    width: 410px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.timetable-info-box .underline {
    height: 5px;
    width: 23px;
    border-radius: 56px;
    background-color: white;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.timetable-info-box .underline-dotted {
    height: 1px;
    width: 10px;
    background-color: white;
    width: 200px;
    margin-top: 17px;
    margin-bottom: 17px;
}

.timetable-info-box h3 {
    font-family: 'Riffic Free', sans-serif;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 38px
}

.timetable-info-box h5 {
    font-family: 'Riffic Free', sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.timetable-info-box label {
    font-size: 16px;
    font-weight: 500;
}

.conselhos-grill {
    width: 899px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: 46px;
    margin-bottom: 135px;
}

.conselhos-grill-item {
    width: 33%;
    text-align: center;
    margin-bottom: 2%;
}

.conselhos-grill-item img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.conselhos-grill-item h3 {
    margin-top: 8px;
    color: var(--azul_terceiro);
    font-size: 28px;
    font-family: 'Riffic Free', sans-serif;
    font-weight: 700;
    width: 100%;
}

.conselhos-grill-item p {
    color: #74787C;
    font-size: 16px;
    font-weight: 500;
    width: 252px;
    margin: auto;
    margin-top: 15px;
}

.conselhos-note {
    margin-bottom: 160px;
    font-size: 12px;
    font-weight: 500;
    color: #74787C;
    line-height: 27.2px;
    text-align: justify;
}

.contacts-grill {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.contacts-grill .contact {
    height: 157px;
    border-radius: 14px;
    box-shadow: 0px 1px 29.9px -10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}

.contacts-grill .contact-sides {
    width: 348px;
}

.contacts-grill .contact-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 35px;
}

.contacts-grill .contact-box h6 {
    font-family: 'Riffic Free', sans-serif;
    color: var(--amarelo_secondary);
    font-size: 20px;
}

.contacts-grill .contact-box a {
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.contacts-grill .contact-mid {
    width: 449px;
}

.contactos-form-container {
    position: relative;
}

.contactos-form-background {
    width: 100%;
}

.contactos-form-container .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    color: white;
}

.contactos-form-container .container-text {
    color: white;
}

.contactos-form-container .container-title-sec {
    color: white;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.contactos-form-container .container-title-ter {
    color: white;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.contactos-form-container .recrutamento-submit {
    background-color: var(--verde_primary);
    color: white;
}

.newsletter-container {
    position: relative;
}

.newsletter-container .container-title-ter {
    color: var(--laranja_primary);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.newsletter-form-box {
    height: calc(658px - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-form {
    width: 600px;
}

.newsletter-form-input {
    width: 100%;
    height: 58px;
    color: #888888;
    background-color: #F9F9F9;
    border-radius: 19px;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

.newsletter-form-input input {
    background-color: transparent;
    margin-left: 21px;
    width: 99%;
    border: none;
    outline: none;
}

.newsletter-form-button {
    border-radius: 19px;
    background-color: var(--laranja_primary);
    color: white;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    width: 117px;
    border: none;
    z-index: 10;
    cursor: pointer;
}

.newsletter-form-button:disabled {
    opacity: 0.7;
    cursor: default;
}

.newsletter-form form {
    width: 450px;
    margin: auto;
    margin-top: 50px;
}

.newsletter-form-cb {
    display: flex;
    gap: 10px;
}

.newsletter-componente-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.newsletter_componente_1 {
    position: absolute;
    right: 0px;
    top: -600px;
    z-index: 1;
}

.corporate-info label {
    color: var(--laranja_primary);
    font-size: 24px;
    font-weight: 500;
}

.corporate-info h4 {
    color: #232323;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Riffic Free', sans-serif;
    margin-top: 18px;
    margin-bottom: 30px;
}

.corporate-info p {
    font-size: 18px;
    color: #74787C;
}

.corporate-info-topics {
    margin-top: 30px;
}

.corporate-info-topics .topic {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.corporate-info-topics .topic img {
    box-shadow: 0px 9px 46px rgba(75, 83, 100, 0.14);
    border-radius: 40px;
}

.corporate-info-topics .topic h6 {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #232323;
}

.corporate-info-topics .topic p {
    font-family: "Catamaran", sans-serif;
    color: #74787C;
    font-size: 16px;
}

.corporate-aventuras {
    width: 1218px;
    margin: auto;
}

.corporate-aventuras {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
}

.corporate-aventuras .aventura {
    width: 278px;
    height: 278px;
    max-width: 19%;
    cursor: pointer;
}

.corporate-aventuras .aventura img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reservation {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.reservation-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.reservation-info h2 {
    font-family: 'Riffic Free', sans-serif;
    color: var(--azul_secondary);
    font-size: 75px;
    font-weight: 600;
}

.reservation-info p {
    color: var(--laranja_primary);
    font-size: 14px;
    font-weight: 500;
    width: 550px;
    margin: auto;
    margin-top: 25px;
}

.reservation-info button {
    width: 342px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/img/reservation-button.png');
    background-color: transparent;
    border: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 30px;
    color: white;
    cursor: pointer;
    font-family: 'Riffic Free', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.reservation-info a {
    text-decoration: none;
}

.reserva-element1 {
    position: absolute;
    right: 0px;
    z-index: -2;
    width: 400px;
}

.reserva-element2 {
    position: absolute;
    left: 0px;
    transform: scaleX(-1);
    width: 700px;
    bottom: -450px;
    z-index: -2;
}

.bilheteira-container .container-title-ter {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #414141;
}

.bilheteira-activities-grill {
    gap: 3.5%;
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.bilheteira-activities-grill .activity {
    height: 437px;
    width: 387px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 3.5%;
}

.bilheteira-activities-grill .activity img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

.bilheteira-activities-grill .activity-info {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.bilheteira-activities-grill .activity-info h3 {
    font-family: 'Riffic Free', sans-serif;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.bilheteira-activities-grill .activity-info button {
    background-color: var(--verde_primary);
    color: white;
    height: 50px;
    width: 160px;
    border-radius: 90px;
    font-family: "Baloo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin-top: 22px;
    cursor: pointer;
}

.loja-online-grill {
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 78px;
    justify-content: center;
    gap: 4%;
}

.loja-online-grill .product {
    height: 513px;
    width: 381px;
    position: relative;
    text-align: center;
    margin-bottom: 3%;
}

.loja-online-grill .product .product-box {
    height: 393px;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0px 0px 11.9px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    text-align: center;
}

.loja-online-grill .product .product-box .product-box-info {
    width: 290px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.loja-online-grill .product .product-box .product-box-info h4 {
    font-size: 24px;
    font-family: 'Riffic Free', sans-serif;
    font-weight: 700;
    color: var(--azul_secondary);
    margin-bottom: 30px;
}

.loja-online-grill .product .product-box .product-box-info p {
    font-size: 15px;
    color: #103741;
    font-weight: 400;
}

.loja-online-grill .product .product-box .product-box-info-desc {
    margin-bottom: 15px;
}

.loja-online-grill .product .product-box .product-box-info-price p {
    color: #103741;
    font-size: 14px;
    font-weight: 500;
}

.loja-online-grill .product .product-box .product-box-info-price label {
    color: var(--azul_secondary);
}

.loja-online-grill .product .product-box .product-box-info-price {
    width: 265px;
    height: 38px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}


.loja-online-grill .product .product-box .product-box-info-price .price {
    height: 100%;
}

.loja-online-grill .product .product-box .product-box-info-price .price-divider-vertical {
    width: 1px;
    height: 36px;
    background-color: var(--azul_secondary);
}

.loja-online-grill .product .product-box .price-divider-horizontal {
    width: 290px;
    height: 1px;
    background-color: var(--azul_secondary);
}

.loja-online-grill .product .product-box .product-box-info button {
    margin-top: 30px;
    margin-bottom: 9px;
    width: 115px;
    height: 40px;
    border-radius: 99px;
    border: 1px solid var(--azul_secondary);
    color: var(--azul_secondary);
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.loja-online-grill .product .price-image {
    position: absolute;
    top: 190px;
    right: 62px;
}

.container-info-type {
    max-width: 90%;
    width: 1186px;
    margin: auto;
    margin-top: 233px;
    margin-bottom: 150px;
    text-align: center;
}

.container-info-type h2 {
    font-family: 'Riffic Free', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: var(--azul_secondary);
    margin-bottom: 50px;
}

.container-info-type .section {
    margin-bottom: 40px;
}

.container-info-type .section p,
.container-info-type .section li {
    font-size: 16px;
    font-weight: 300;
    color: #161C2D;
}


.container-info-type .section img {
    width: 948px;
    max-width: 90%;
}

.sections-list {
    text-align: left !important;
    margin-top: 92px;
}

.section h4 {
    color: #00686C;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sections-list p {
    line-height: 29px;
}

#swiperMobile {
    display: none;
}

.col-3 img {
    width: 100%;
}

.aluguer-option-container img {
    width: 52px;
}

.alert {
    z-index: 100000;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Riffic Free', sans-serif;
    font-size: 15px;
    font-weight: 100;
    border-radius: 19px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.alert-success {
    background-color: var(--verde_primary);
    color: white;
}

.alert-error {
    background-color: var(--laranja_primary);
    color: white;
}

.copyright-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quill-editor {
    height: 200px;
    margin-bottom: 20px;
}

#cookies {
    background-color: var(--laranja_primary);
    color: white;
    position: fixed;
    z-index: 100000;
    bottom: 10px;
    width: calc(90% - 40px);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 20px;
}

#cookies a {
    color: white !important;
    text-decoration: none;
}

#cookies button {
    width: 100px;
    background: white;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
}

.login {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
}

.login-container {
    width: 50%;
    position: relative;
    display: flex;
}

.login-img {
    width: 50%;
}

.login-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 449px;
}

.login-container-form {
    margin-left: 63px;
    height: calc(100% - 230px);
    margin-top: 270px;
    width: calc(100% - 63px);
}

.login-container-form h5 {
    color: var(--laranja_primary);
    font-size: 28px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
}

.login-container-form h6 {
    font-size: 20px;
    font-weight: 500;
}

.login-container-form h6 a {
    color: var(--azul_secondary);
    text-decoration: none;
}

.login-container-form form {
    margin-top: 40px;
}

.login-container-form form .form-input {
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    width: 728px;
    height: 60px;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.login-container-form form .form-input .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-container-form form .form-input .box label {
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    height: 19px;
    color: #888888;
}

.login-container-form form .form-input .box input {
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    height: 19px;
    border: none;
    background-color: transparent;
    color: #343434;
    outline: none;
}

.login-container-form form .form-checkbox {
    margin-top: 4px;
    display: flex;
    gap: 12px;
}

.login-container-form form .form-checkbox label {
    color: #888888;
}

.login-container-form form .form-submit {
    background-image: url('/img/reservation-button.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 342px;
    height: 51px;
    margin-top: 45px;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Riffic Free', sans-serif;
    cursor: pointer;
}

.vouchers-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -5%;
    top: -15%;
}

.vouchers-img img {
    max-width: 1170px;
    width: 95%;
}

.funzone-info-principal-info {
    max-width: 100%;
    width: 966px;
    height: 177px;
    border-radius: 30px;
    /*background-color: var(--laranja_primary);*/
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.funzone-info-principal-info label {
    font-family: "Baloo 2", sans-serif;
}

.funzone-info-principal-info-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.funzone-info-principal-info-container-box {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.funzone-info-principal-info-container-box img {
    width: 35px;
}

.funzone-info-principal-info-container-box-info h3 {
    color: white;
    font-family: "Baloo 2", sans-serif;
    font-size: 48px;
    margin: 0;
}

.funzone-info-principal-info-container-box-info h6 {
    color: white;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.blackout {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
    background-color: black;
    height: 100%;
    width: 100%;
    border-radius: 30px;
}

#countdown-timer {
    display: none;
    /* Elemento oculto por padrão */
}

.area-pessoal-form {
    max-width: 1215px;
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
}

.area-pessoal-form-ruler {
    width: 700px;
    height: 108px;
    box-shadow: 0px 0px 25px -11px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    margin: auto;
    display: flex;
}

.area-pessoal-form-ruler-option {
    width: 241.93px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #888888;
    cursor: pointer;
}

.area-pessoal-form-ruler-option-box {
    width: 125px;
    text-align: center;
    cursor: pointer;
}

.area-pessoal-form-ruler-option-box img {
    width: 24px;
    margin-bottom: 12px;
}

.area-pessoal-form-ruler-option-box p,
.area-pessoal-form-ruler-option-box a {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: black;
}

.area-pessoal-form-ruler-option.active {
    background-color: var(--laranja_primary);
    /* Fundo laranja */
    color: #fff;
    /* Texto branco */
    position: relative;
}

.area-pessoal-form-ruler-option.active img {
    filter: invert(100%);
}

.area-pessoal-form-ruler-option.active p,
.area-pessoal-form-ruler-option.active a {
    color: #fff;
}

.area-pessoal-form-ruler-option.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: var(--laranja_primary);
    z-index: 1;
}

.area-pessoal-form-painel {
    margin-top: 62px;
}

.minhas-informacoes-painel {
    box-shadow: 0px 0px 25px -11px rgba(0, 0, 0, 0.75);
    width: auto;
    padding: 58px;
    border-radius: 15px;
}

.area-pessoal-form-painel form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area-pessoal-form-painel form .form-input {
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    width: 48%;
    height: 60px;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.area-pessoal-form-painel form .form-input .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.area-pessoal-form-painel form .form-input .box label {
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    height: 19px;
    color: #888888;
}

.area-pessoal-form-painel form .form-input .box input {
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    height: 19px;
    border: none;
    background-color: transparent;
    color: #343434;
    outline: none;
}

.area-pessoal-form-painel form .form-button {
    width: 100%;
    margin: auto;
    margin-top: 37px;
    display: flex;
    justify-content: center;
}

.area-pessoal-form-painel form .form-button button {
    background-color: var(--laranja_primary);
    height: 60px;
    width: 254px;
    border-radius: 43px;
    border: none;
    color: white;
    margin: auto;
    cursor: pointer;
}

#minhas-informacoes-painel {
    display: none;
}

.checkout-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
}

.checkout-modal-overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.checkout-modal {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
}

.checkout-modal h2 {
    margin: 0 0 10px;
}

.checkout-modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.checkout-modal-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.checkout-btn-confirm {
    background-color: #28a745;
    color: white;
}

.checkout-btn-cancel {
    background-color: #dc3545;
    color: white;
}

.area-pessoal-reserva {
    height: 287px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    box-shadow: 0px 0px 25px -11px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    margin-bottom: 34px;
}

.area-pessoal-reserva-img {
    width: 492px;
    height: 100%;
}

.area-pessoal-reserva-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}

.area-pessoal-reserva-info {
    width: 600px;
    margin-right: 54px;
}

.area-pessoal-reserva-info-box .header {
    display: flex;
    justify-content: space-between;
}

.area-pessoal-reserva-info-box .title {
    font-family: 'Riffic Free', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--azul_secondary);
}

.area-pessoal-reserva-info-box .price {
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.area-pessoal-reserva-info-box .body {
    margin-top: 50px;
    color: var(--verde_primary);
}

.area-pessoal-reserva-info-box .body p {
    font-size: 13px;
    color: #313232;
    font-weight: 700;
}

.area-pessoal-reserva-info-box .body label {
    color: #74787C;
    margin-right: 22px;
}

.alert-confirm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.955);
    z-index: 10;
    width: 95%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 50px;
}

.alert-confirm-icon {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--amarelo_secondary);
}

.alert-confirm-icon i {
    font-size: 70px;
    padding: 19px;
    border: 3px solid var(--amarelo_secondary);
    border-radius: 70px;
}

.alert-confirm-info {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert-confirm-options {
    display: flex;
    justify-content: space-evenly;
}

.alert-confirm-options button {
    border: none;
    border-radius: 15px;
    width: 200px;
    height: 40px;
    cursor: pointer;
    color: white;
    font-weight: 800;
}

.alert-confirm-info p {
    font-size: 13px;
}

.modal-newsletter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 800px;
    max-width: 90%;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    z-index: 10000;
}

.modal-newsletter-closebtn {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background-color: transparent;
    color: var(--laranja_primary);
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 1499.98px) {

    .navbar-menu {
        width: 960px;
    }

    .navbar {
        height: 200px;
    }

    .media_componente {
        top: 130px;
    }

    .corporate-aventuras .aventura {
        width: 248px;
        height: 248px;
    }

    .reservation-info p {
        font-size: 14px;
    }

    .recrutamento_componente {
        width: 450px;
    }

    .mapa_image {
        width: 645px;
    }

    .mapa_legenda {
        width: 700px;
    }

    .swiper {
        width: 100% !important;
        height: 550px;
    }
}

@media (max-width: 1399.98px) {

    .navbar {
        height: 175px;
    }

    .navbar-menu {
        width: 800px;
        font-size: 12px;
    }

    .navbar-menu-link img {
        width: 20px;
        height: 20px;
    }

    .media-container .container .grill-links {
        width: 225px;
        margin-bottom: 0px;
    }

    .media-container .container .grill-instagram {
        width: 700px;
    }

    .media-container .container .col-4 img {
        height: 50px;
        width: 50px;
    }

    .media-container .container .grill-links {
        margin-bottom: 50px;
    }

    .aniversarios-background,
    .media-background {
        width: 120%;
    }

    .map-background {
        width: 120%;
    }

    .aventuras_componente {
        top: 260px;
        width: 26%;
    }


    .funzone-ticket {
        height: 354px;
        width: 25%;
    }

    .funzone-ticket-info p {
        font-size: 14px;
    }

    .funzone-ticket-info h3 {
        font-size: 25px;
    }

    .funzone-ticket img {
        width: 85%;
    }

    .funzone-ticket-info-grill-col label {
        font-size: 14px;
    }

    .funzone-ticket-info button {
        height: 35px;
        width: 105px;
        font-size: 13px;
    }

    .swiper-slide-product {
        height: 407px;
        width: 357px;
    }

    .swiper-slide-product-info h4 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .swiper-slide-product-info button {
        width: 140px;
        height: 40px;
        font-size: 15px;
    }

    .corporate-aventuras .aventura {
        width: 218px;
        margin-bottom: 3%;
        height: 218px;
    }

    .corporate-aventuras {
        margin-top: 60px;
    }

    .reserva-element1 {
        width: 500px;
    }

    .reserva-element2 {
        width: 600px;
        bottom: -300px;
    }

    .grupos-escolares-img img {
        max-width: 370px;
        width: 95%;
    }

    .grupos-escolares-info h3 {
        color: black;
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .col-2-75 {
        width: 70%;
    }

    .col-2-75 .gallery-container img {
        border-radius: 30px;
        width: 49%;
    }

    .col-2-72 {
        width: 70%;
    }

    .sobre-img {
        width: 80%;
        height: auto;
        margin: auto;
    }

    .bilheteira-activities-grill .activity {
        height: 393px;
        width: 347px;
    }

    .bilheteira-activities-grill {
        justify-content: center;
    }

    .contactos-form-background {
        width: 120%;
    }

    .vouchers-img {
        right: -5%;
        top: -15%;
    }

    .vouchers-img img {
        max-width: 970px;
        width: 95%;
    }
}

@media (max-width: 1199.98px) {

    .navbar {
        height: 150px;
    }

    .navbar-menu {
        width: 675px;
        font-size: 11px;
        height: 60px;
    }

    .navbar-menu-link img {
        width: 20px;
        height: 20px;
    }

    .swiper-slide-product {
        height: 387px;
        width: 300px;
    }

    .map-background {
        width: 140%;
    }

    .media-container .container .grill-links {
        width: 225px;
        margin-bottom: 0px;
    }

    .media-container .container .grill-instagram {
        width: 600px;
    }

    .media-container .container .col-4 img {
        height: 40px;
        width: 40px;
    }

    .container-title-primary {
        background-size: contain;
    }

    .container-title-primary h2 {
        font-size: 35px;
    }


    .timetable-info {
        background-color: var(--verde_primary);
        color: white;
        height: 393px;
        width: 410px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sobre-info p {
        width: 90%;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .funzone-ticket {
        height: 354px;
        width: 23%;
    }

    .funzone-ticket-info p {
        font-size: 12px;
    }

    .funzone-ticket-info h3 {
        font-size: 20px;
    }

    .funzone-ticket img {
        width: 74%;
    }

    .funzone-ticket-info-grill-col label {
        font-size: 12px;
    }

    .funzone-ticket-info button {
        height: 35px;
        width: 105px;
        font-size: 13px;

    }

    .aniversarios-background,
    .media-background {
        width: 135%;
    }

    .funzone-info {
        align-items: center;
    }

    .swiper-slide-product-info {
        bottom: 30px;
        left: 30px;
    }


    .grupos-escolares-info h5 {
        font-size: 16px;
    }

    .grupos-escolares-info p {
        font-size: 14px;
    }

    .contactos-form-background {
        width: 150%;
    }


    .col-2-75 {
        width: 65%;
    }

    .col-2-25 {
        width: 35%;
    }

    .col-2-72 {
        width: 62%;
    }

    .reserva-element2 {
        width: 500px;
        bottom: -265px;
    }

    .reserva-element1 {
        width: 300px;
    }

    .reservation-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 625px;
    }

    .navbar {
        z-index: 2;
    }

    .bilheteira-activities-grill .activity {
        height: 337px;
        width: 287px;
    }

    .bilheteira-activities-grill .activity img {
        object-fit: contain;
    }

    .bilheteira-activities-grill .activity-info {
        position: absolute;
        bottom: 30px;
        left: 30px;
    }

    .footer-menu-col-5 {
        width: 15%;
    }

    .footer-menu-col-4 {
        width: 30%;
    }

    .footer-menu {
        width: 95%;
        align-items: baseline;
    }

    .footer-menu-title {
        background-size: contain;
    }

    .footer-menu-contact-box a {
        font-size: 12px;
    }

    .footer-menu-contact-box label {
        font-size: 13px;
    }

    .footer-menu-info h6 {
        font-size: 10px;
    }

    .footer-menu-links a {
        font-size: 12px;
    }

    .team-photo {
        width: 600px;
    }

    .recrutamento-form {
        width: 95%;
        margin: auto;
    }

    .newsletter_componente_1 {
        display: none;
    }

    .footer-menu-contact {
        margin-top: 15px;
    }

    .contacts-grill .contact-box {
        gap: 10px;
        margin-left: 20px;
    }

    .contacts-grill .contact-box a {
        font-size: 11px;
    }

    .contacts-grill .contact-mid {
        width: 35%;
    }

    .contacts-grill .contact-sides {
        width: 30%;
    }

    .corporate-info h4 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .corporate-info p {
        font-size: 14px;
    }

    .corporate-info label {
        font-size: 20px;
    }

    .corporate-info-topics .topic img {
        width: 45px;
    }

    .corporate-info-topics .topic {
        gap: 15px;
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .corporate-info-topics .topic h6 {
        font-size: 18px;
    }

    .map {
        width: 990px;
    }

    .vouchers-img {
        right: -5%;
        top: -15%;
    }

    .vouchers-img img {
        max-width: 670px;
        width: 95%;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        display: none;
    }

    .navbar {
        display: none;
    }

    .navbar-mobile {
        background-color: var(--azul_secondary);
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 15;
        overflow: auto;
    }

    .navbar-mobile-top {
        height: 71px;
        width: 100%;
        background-color: var(--laranja_primary);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .navbar-mobile-bar {
        height: 90px;
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-mobile-bar img {
        width: 119px;
    }

    .navbar-mobile-menu {
        height: calc(100vh - 160px);
        width: 100%;
        background-color: var(--azul_secondary);
        display: none;
        align-items: center;
        opacity: 0;
        /* Inicialmente oculto */
        transition: opacity 0.3s ease;
        /* Transição suave de opacidade */
    }

    .navbar-mobile-menu.show {
        display: flex;
        /* Mostra o menu quando a classe .show é aplicada */
        opacity: 1;
        /* Torna o menu visível */
    }

    .navbar-mobile-menu-link {
        background: white;
        margin-bottom: 19px;
        border-radius: 33px;
        padding-left: 33px;
        padding-right: 33px;
        height: 47px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        width: 100%;
    }

    .navbar-mobile-menu-link a {
        color: var(--azul_secondary);
        font-weight: 600;
        text-decoration: none;
        width: 100%;
    }

    .navbar-mobile-menu-link-options {
        margin-bottom: 19px;
        border-radius: 33px;
        padding-left: 33px;
        padding-right: 33px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        gap: 10px;
        width: 100%;
    }


    .navbar-mobile-menu-link-options img {
        width: 25px;
        height: 25px;
    }

    .navbar-mobile-menu .menu-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 400px;
        width: 95%;
        margin: auto;
    }

    .map-background {
        width: 180%;
    }

    .swiper-slide-product {
        height: 400px;
        width: 330px;
    }

    .swiper-slide-product-info h4 {
        font-size: 22px;
    }

    .swiper-slide-product-info button {
        width: 120px;
        height: 35px;
        font-size: 14px;
    }

    .grupos-escolares-info p {
        width: 100%;
    }

    .conselhos-grill {
        width: 100%;
    }

    .conselhos-grill-item {
        width: 50%;
    }

    .funzone-ticket {
        height: 320px;
        width: 26%;
        padding: 20px;
    }

    .funzone-ticket-info-grill-col label {
        font-size: 10px;
    }

    .funzone-ticket-info h3 {
        font-size: 18px;
    }

    .funzone-tickets {
        height: 313px;
    }

    .aniversarios-background,
    .media-background {
        width: 155%;
    }

    .contactos-form-background {
        width: 175%;
    }

    .aluguer-option-container label {
        font-size: 20px;
    }

    .aluguer-option-container img {
        width: 40px;
    }

    .aluguer-option-container button {
        width: 120px;
        height: 40px;
        margin-top: 10px;
        font-size: 15px;
    }

    .aluguer-option-container {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }

    .col-2-75 {
        width: 60%;
    }

    .packs-buy-button,
    .packs-buy-button-2 {
        width: 255px;
    }

    .funzone-info-box p {
        font-size: 14px;
    }

    .funzone-cuidados-list-point label {
        font-size: 14px;
    }

    .contacts-grill {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: 90%;
        margin: auto;
        margin-top: 50px;
    }

    .contacts-grill .contact-sides {
        width: 346px;
        height: 241px;
    }

    .contacts-grill .contact-mid {
        width: 346px;
        height: 241px;
    }

    .contacts-grill .contact-box {
        flex-wrap: wrap;
        text-align: center;
        margin-left: 0;
    }

    .contact-box-info {
        width: 100%;
    }

    .contacts-grill .contact {
        justify-content: center;
    }

    .contact-box img {
        margin: auto;
    }

    .contacts-grill .contact-box a {
        font-size: 13px;
    }

    .container-title-primary {
        width: auto;
    }

    .map {
        width: 770px;
    }

    .map-pin {
        width: 25px !important;
    }

    .map-point-details-left {
        left: -305px;
    }

    .map-point-details-polygon-left {
        left: 100%;
        width: 10px;
        transform: rotate(180deg);
    }

    .area-pessoal-form-ruler {
        width: 100%;
    }

    .area-pessoal-form-ruler-option {
        width: 33%;
    }

    .area-pessoal-form-ruler-option-box p,
    .area-pessoal-form-ruler-option-box a {
        font-size: 14px;
    }


    .area-pessoal-form-ruler a {
        width: 33%;
    }

    .area-pessoal-form-ruler a .area-pessoal-form-ruler-option {
        width: 100%;
    }

    .area-pessoal-form-painel form .form-input .box label {
        font-size: 11px;
        height: 11px;
    }

    .area-pessoal-form-painel form .form-input .box input {
        font-size: 12px;
        height: 12px;
    }

    .area-pessoal-form-painel form .form-input {
        border: 1px solid #CCCCCC;
        border-radius: 30px;
        width: 100%;
        height: 50px;
        max-width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 15px;

    }

    .area-pessoal-reserva-img {
        width: 40%;
    }

    .area-pessoal-reserva-info {
        width: 55%;
        margin-right: 2.5%;
    }

    .area-pessoal-reserva-info-box .body p {
        font-size: 11px;
        color: #313232;
        font-weight: 700;
    }

    .area-pessoal-reserva-info-box .header {
        flex-wrap: wrap;
        width: 90%;
    }

    .area-pessoal-reserva-info-box .body label {
        margin-right: 5px;
    }

    .area-pessoal-reserva-info-box .title {
        font-size: 16px;
    }

    .area-pessoal-reserva-info-box .price {
        font-size: 16px;
    }

    .wave-banner {
        width: 100%;
    }

}

@media (max-height: 800px) {
    .login {
        height: auto;
    }
}


@media (min-width: 991.99px) {
    .navbar-mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .map-point-details-left {
        width: 165px;
        left: -200px;
    }

    .map-point-details-polygon-left {
        left: 100%;
        width: 10px;
        transform: rotate(180deg);
    }

    .map-points-details-txt h3 {
        font-size: 15px;
    }

    .map-points-details-txt {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    p {
        width: 100% !important;
    }

    #swiperDesktop {
        display: none;
    }

    #swiperMobile {
        display: flex;
    }



    .map-background {
        width: 100%;
        height: 1243px;
        object-fit: cover;
    }

    .map {
        width: 581px;
        height: 561px;
    }

    .map-title {
        width: 334px;
    }

    .container-title-sec {
        font-size: 16px;
    }

    .container-title-primary {
        width: auto;
        background-size: contain;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .container-title-primary h2 {
        font-size: 25px;
    }

    .container-text {
        width: 100%;
        margin-top: 24px;
    }

    .aniversarios-background,
    .media-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aniversarios-container {
        height: 1037px;
    }

    .grill {
        flex-wrap: wrap;
        gap: 60px;
    }

    .col-2 {
        width: 100%;
    }

    .grupos-escolares-img {
        margin-bottom: 30px;
    }

    .grupos-escolares-img img {
        width: 369px;
    }

    .grupos-escolares-info {
        text-align: center;
    }

    .grupos-escolares-info h5 {
        font-size: 16px;
    }

    .grupos-escolares-info h3 {
        font-size: 32px;
    }

    .grupos-escolares-info p {
        font-size: 16px;
    }

    .media-container {
        height: 970px;
    }

    .media_componente {
        top: 420px;
        width: 35%;
    }

    .sobre-img {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .sobre-info {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

    .sobre-info h5 {
        font-size: 25px;
    }

    .conselhos-grill-item {
        width: 100%;
    }

    .conselhos-grill {
        width: 100%;
        max-width: 500px;
    }

    .default-banner {
        height: 243px;
        top: 160px;
    }

    .main-container {
        margin-top: 455px;
    }

    .col-2-6 {
        width: 100%;
    }

    .col-2-4 {
        width: 100%;
    }

    .funzone-info p {
        width: 100%;
    }

    .funzone-container {
        padding-bottom: 0px;
    }

    .funzone-tickets {
        height: auto;
        margin-bottom: 0;
    }

    .funzone-ticket {
        height: 320px;
        width: 50%;
        padding: 20px;
        margin-bottom: 100px;
    }

    .funzone-ticket-info-grill-col label {
        font-size: 13px;
    }

    .input-col-2 {
        width: 100% !important;
    }

    .recrutamento-form-input {
        margin-bottom: 15px;
    }

    .recrutamento-form-input input,
    .recrutamento-form-input select {
        width: 90%;
    }

    .recrutamento-form-textarea textarea {
        width: 90%;
    }

    .col-3 {
        width: 100%;
    }

    .col-3 img {
        width: 100%;
    }

    .aluguer-option-container img {
        width: 52px;
    }

    .aluguer-grill {
        gap: 30px;
        margin-bottom: 90px;
    }

    .aventuras_componente {
        display: none;
    }

    .corporate-info {
        text-align: center;
    }

    .corporate-info label {
        font-size: 16px;
    }

    .corporate-info h4 {
        font-size: 25px;
    }

    .corporate-info p {
        font-size: 16px;
    }


    .corporate-info-topics .topic {
        flex-wrap: wrap;
    }

    .corporate-info-topics {
        width: 273px;
        text-align: center;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .corporate-info-topics .topic img {
        margin: auto;
    }

    .corporate-aventuras .aventura {
        width: 25%;
        margin-bottom: 3%;
        height: auto;
        max-width: 110px;
    }

    .contactos-form-container {
        height: 1050px;
    }

    .contactos-form-background {
        height: 100%;
    }

    .bilheteira-activities-grill {
        justify-content: center;
    }

    .loja-online-grill .product {
        margin-bottom: 35px;
    }

    .col-2-75 {
        width: 100%;
    }

    .funzone-info-box h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .funzone-cuidados-list-point label {
        font-size: 14px;
    }

    .funzone-info-box p {
        font-size: 16px;
        margin-top: 15px;
    }

    .col-2-75 .gallery-container img {
        border-radius: 30px;
        width: 47%;
    }

    .col-2-25 {
        width: 100%;
    }

    .col-2-72 {
        width: 100%;
    }

    .funzone-info-box-form-input input,
    .funzone-info-box-form-input select {
        width: 90%;
    }

    .funzone-info-box-form-textarea textarea {
        width: 90%;
    }

    .funzone-info-box-form {
        padding-top: 0px;
    }

    .funzone-info-box-suplementos .suplemento {
        width: 100%;
    }

    .contacts-grill {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .contacts-grill .contact-sides {
        width: 346px;
        height: 241px;
    }

    .contacts-grill .contact-mid {
        width: 346px;
        height: 241px;
    }

    .contacts-grill .contact-box {
        flex-wrap: wrap;
        text-align: center;
        margin-left: 0;
    }

    .contact-box-info {
        width: 100%;
    }

    .contacts-grill .contact {
        justify-content: center;
    }

    .contact-box img {
        margin: auto;
    }

    .newsletter_componente_1 {
        display: none;
    }

    .recrutamento-form {
        width: 90%;
        max-width: 390px;
        margin: auto;
    }

    .media-container .container .grill-instagram {
        width: 100%;
        gap: 0px;
        height: 189px;
    }

    .newsletter-form .container-title-ter {
        width: 220px;
        font-size: 16px;
        margin: auto;
    }

    .newsletter-form form {
        width: 90%;
        max-width: 370px;
    }

    .newsletter-form-input button {
        width: 135px;
    }

    .media-container .container .grill-links {
        gap: 0px;
    }

    .footer-menu {
        width: 265px;
        margin: auto;
        flex-wrap: wrap;
        gap: 60px;
    }

    .footer-menu-col-5,
    .footer-menu-col-4 {
        width: 100%;
        margin: auto;
        justify-content: center;
    }

    footer {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-menu-contact {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .timetable-info {
        height: 393px;
        width: 410px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .timetable-info-box h3 {
        font-size: 30px;
        margin-bottom: 38px;
    }

    .timetable-info-box h5 {
        font-size: 20px;
    }

    .timetable-info-box label {
        font-size: 14px;
    }

    .timetable-info {
        height: 353px;
        width: 350px;
    }

    .popup {
        z-index: 20;
    }

    .funzone-col-align {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }

    .funzone-col-align a,
    .funzone-col-align button,
    .funzone-packs,
    .funzone-precos {
        width: 100%;
    }

    .recrutamento-container .container-title-ter {
        font-size: 13px;
    }

    .map-pin {
        width: 17px !important;
    }

    .funzone-calendar {
        background-color: #F6F6F6;
        width: 100%;
        border-radius: 12px;
    }

    .modal-right-img {
        display: none;
    }

    .modal {
        height: auto;
        width: 100vw;
        padding: 20px;
    }

    .hours {
        width: 100%;
        padding-top: 66px;
        padding-bottom: 66px;
        gap: 23px;
    }

    .hour {
        width: 121px;
        height: 40px;
        border: 1px solid #B1B1B1;
        border-radius: 6px;
        font-size: 15px;
    }

    .modal-left-container-box h2 {
        font-size: 25px;
    }

    .reserva-element1 {
        display: none;
    }

    .reserva-element2 {
        display: none;
    }

    .login-img {
        display: none;
    }

    .login-container {
        width: 100%;
    }

    .login-container-form {
        height: calc(100% - 230px);
        width: 90%;
        margin: auto;
        margin-top: 270px;
    }

    .login-container-form form .form-input {
        max-width: 100%;
    }

    .vouchers-img {
        display: none;
    }


}

@media (max-width: 575.98px) {

    .map {
        width: 400px;
    }

    .map-point {
        width: 17px;
    }

    .map-point-details {
        width: 165px;
        left: 30px;
    }

    .map-point-details-polygon {
        left: -10px;
        width: 10px;
    }

    .map-points-details-txt {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .map-points-details-txt h3 {
        font-size: 17px;
    }

    .map-background {
        height: 743px;
    }

    .container-text {
        margin-top: 24px;
        width: 500px !important;
        max-width: 100%;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 200px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 0px !important;
    }

    .grupos-escolares-info h3,
    .grupos-escolares-info h3 p {
        font-size: 35px;
    }

    .aluguer-grill .col-3 {
        position: relative;
        width: 49%;
    }


    .funzone-ticket {
        width: 65%;
    }

    .area-pessoal-form-ruler-option-box p,
    .area-pessoal-form-ruler-option-box a {
        font-size: 12px;
    }

    .minhas-informacoes-painel {
        padding: 30px;
    }

    .copyright {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }

    .copyright-grill {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;

    }

    .main-container {
        margin-top: 410px;
    }
}