@import url('/css/home-modern.css');

:root {
    --product-navy: #0c2941;
    --product-red: #ed1c2e;
    --product-green: #159447;
    --product-gold: #ffb800;
    --product-border: #dfe6ec;
    --product-muted: #6f7e8d;
    --product-surface: #ffffff;
    --product-soft: #f6f8fa;
}

body.product-modern {
    background: #fff;
    color: var(--product-navy);
}

.product-modern .product-page-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 24px auto 56px;
    padding: 0;
}

.product-modern .breadcrumb {
    width: min(1180px, calc(100% - 40px));
    margin: 18px auto 0;
    padding: 0;
    background: transparent;
    color: var(--product-muted);
}

.product-modern .breadcrumb a {
    color: var(--product-muted);
}

.product-modern #single_tour_desc {
    width: 67%;
    padding-right: 24px;
}

.product-modern #sidebar {
    width: 33%;
    padding-left: 0;
}

.product-modern #single_tour_desc > .row:first-child {
    margin: 0 0 14px;
}

.product-modern #single_tour_desc > .row:first-child > div {
    padding: 0;
}

.product-modern #single_tour_desc h1 {
    margin: 0;
    color: var(--product-navy);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.product-modern #single_tour_desc h3.text-muted {
    margin: 9px 0 0;
    color: var(--product-muted);
    font-size: 15px;
    font-weight: 500;
}

.product-modern #Img_carousel {
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    background: var(--product-soft);
    box-shadow: 0 10px 32px rgba(12, 41, 65, .11);
}

.product-modern #Img_carousel .sp-mask,
.product-modern #Img_carousel .sp-slides,
.product-modern #Img_carousel .sp-slide {
    border-radius: 18px;
}

.product-modern #Img_carousel .sp-image {
    object-fit: cover;
}

.product-modern #Img_carousel .sp-thumbnails-container {
    margin-top: 10px;
}

.product-modern #Img_carousel .sp-thumbnail-container {
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
    opacity: .78;
    transition: border-color .2s ease, opacity .2s ease;
}

.product-modern #Img_carousel .sp-selected-thumbnail {
    border-color: var(--product-red);
    opacity: 1;
}

.product-modern .product-modern-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 20px 0 4px;
    padding: 17px 10px;
    border: 1px solid var(--product-border);
    border-radius: 14px;
    background: var(--product-surface);
}

.product-modern .product-modern-benefits > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 14px;
    border-right: 1px solid var(--product-border);
}

.product-modern .product-modern-benefits > div:last-child {
    border-right: 0;
}

.product-modern .product-modern-benefits i {
    flex: 0 0 auto;
    color: var(--product-green);
    font-size: 25px;
}

.product-modern .product-modern-benefits span,
.product-modern .product-modern-benefits strong,
.product-modern .product-modern-benefits small {
    display: block;
}

.product-modern .product-modern-benefits strong {
    font-size: 13px;
    line-height: 1.25;
}

.product-modern .product-modern-benefits small {
    margin-top: 3px;
    color: var(--product-muted);
    font-size: 11px;
    line-height: 1.3;
}

.product-modern #single_tour_desc > hr,
.product-modern #single_tour_desc > .row:nth-of-type(2) {
    display: none;
}

.product-modern #single_tour_desc > .row,
.product-modern #single_tour_desc > .row > div {
    margin-left: 0;
    margin-right: 0;
}

.product-modern #single_tour_desc .row .col-md-3,
.product-modern #single_tour_desc .row .col-md-9 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.product-modern #single_tour_desc h3:not(.text-muted) {
    margin: 30px 0 14px;
    color: var(--product-navy);
    font-size: 21px;
    font-weight: 800;
}

.product-modern #single_tour_desc h4 {
    margin: 0 0 12px;
    color: var(--product-navy);
    font-size: 17px;
    font-weight: 700;
}

.product-modern .descricao-evento {
    color: #425466;
    font-size: 15px;
    line-height: 1.75;
}

.product-modern .read-more-trigger {
    color: var(--product-red);
    font-weight: 700;
}

.product-modern #linha-imagem-mapa,
.product-modern #conteiner-data-mais-proxima {
    border: 1px solid var(--product-border);
    border-radius: 14px;
    background: var(--product-soft);
    padding: 16px;
}

.product-modern #sidebar .theiaStickySidebar {
    padding: 0;
}

.product-modern #sidebar .box_style_2,
.product-modern #sidebar .box_style_1,
.product-modern #sidebar .box_style_4 {
    margin: 0 0 16px;
    padding: 22px;
    border: 1px solid var(--product-border);
    border-radius: 18px;
    background: var(--product-surface);
    box-shadow: 0 10px 32px rgba(12, 41, 65, .09);
}

.product-modern #sidebar .box_style_2 {
    margin-bottom: -1px;
    padding-bottom: 10px;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 10px 32px rgba(12, 41, 65, .09);
}

.product-modern #sidebar .box_style_2 + .box_style_1 {
    border-top: 0;
    border-radius: 0 0 18px 18px;
}

.product-modern #price_single_main {
    color: var(--product-red);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.05;
}

.product-modern #booking_box h3.inner {
    margin: -4px 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--product-border);
    background: none;
    color: var(--product-navy);
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.product-modern #booking_box .form-group {
    margin-bottom: 17px;
}

.product-modern #booking_box label {
    margin-bottom: 8px;
    color: var(--product-navy);
    font-size: 13px;
    font-weight: 700;
}

.product-modern #booking_box .form-control {
    min-height: 44px;
    border: 1px solid #ced8e1;
    border-radius: 9px;
    box-shadow: none;
    color: var(--product-navy);
}

.product-modern #booking_box .form-control:focus {
    border-color: var(--product-red);
    box-shadow: 0 0 0 3px rgba(237, 28, 46, .09);
}

.product-modern #booking_box .numbers-row {
    position: relative;
    max-width: 142px;
    margin-left: auto;
}

.product-modern #booking_box .button_inc {
    border-color: #cad5df;
    background: #fff;
    color: var(--product-navy);
}

.product-modern #booking_box table {
    margin: 16px 0;
    border-top: 1px solid var(--product-border);
}

.product-modern #booking_box table td {
    padding: 10px 2px;
    border-color: #edf1f4;
    color: #425466;
}

.product-modern #booking_box .btn_full,
.product-modern #booking_box #add-to-cart {
    display: block;
    width: 100%;
    padding: 15px 18px;
    border: 0;
    border-radius: 10px;
    background: var(--product-red);
    box-shadow: 0 8px 18px rgba(237, 28, 46, .22);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .01em;
    text-align: center;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-modern #booking_box .btn_full:hover,
.product-modern #booking_box #add-to-cart:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 22px rgba(237, 28, 46, .28);
}

.product-modern #booking_box .btn-link-continuar {
    text-align: center !important;
}

.product-modern #booking_box .btn-link-continuar a {
    color: var(--product-muted);
    font-size: 12px;
}

.product-modern .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(12, 41, 65, .24);
}

@media (max-width: 991px) {
    .product-modern .product-page-shell {
        width: min(760px, calc(100% - 30px));
        margin-top: 18px;
    }

    .product-modern #single_tour_desc,
    .product-modern #sidebar {
        float: none;
        width: 100%;
        padding: 0;
    }

    .product-modern #sidebar {
        margin-top: 26px;
    }

    .product-modern #sidebar .theiaStickySidebar {
        position: static !important;
        width: auto !important;
        transform: none !important;
    }

    .product-modern #sidebar .box_style_2.hidden-xs {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .product-modern .product-page-shell {
        width: calc(100% - 24px);
        margin: 14px auto 34px;
    }

    .product-modern .breadcrumb {
        display: none;
    }

    .product-modern #single_tour_desc h1 {
        font-size: 25px;
        line-height: 1.16;
    }

    .product-modern #single_tour_desc h3.text-muted {
        font-size: 13px;
    }

    .product-modern #Img_carousel,
    .product-modern #Img_carousel .sp-mask,
    .product-modern #Img_carousel .sp-slides,
    .product-modern #Img_carousel .sp-slide {
        border-radius: 13px;
    }

    .product-modern .product-modern-benefits {
        grid-template-columns: 1fr;
        padding: 4px 16px;
    }

    .product-modern .product-modern-benefits > div {
        padding: 13px 0;
        border-right: 0;
        border-bottom: 1px solid var(--product-border);
    }

    .product-modern .product-modern-benefits > div:last-child {
        border-bottom: 0;
    }

    .product-modern #sidebar .box_style_2,
    .product-modern #sidebar .box_style_1,
    .product-modern #sidebar .box_style_4 {
        padding: 18px;
        border-radius: 14px;
    }

    .product-modern #sidebar .box_style_2 {
        border-radius: 14px 14px 0 0;
    }

    .product-modern #sidebar .box_style_2 + .box_style_1 {
        border-radius: 0 0 14px 14px;
    }

    .product-modern #price_single_main {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-modern *,
    .product-modern *::before,
    .product-modern *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Product page composition based on the approved mockup. */
.product-modern #position {
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #edf1f4;
    border-bottom: 1px solid #edf1f4;
    background: #fff;
    color: #6c7a88;
}

.product-modern #position .container {
    width: min(1180px, calc(100% - 40px));
    padding: 0;
}

.product-modern #position ol {
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #85919d;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

.product-modern #position ol li {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    padding: 0 16px 0 0;
    color: #85919d;
}

.product-modern #position ol li:first-child {
    padding-left: 0;
}

.product-modern #position ol li:first-child::before {
    display: none;
    content: none;
}

.product-modern #position ol li::after {
    top: 50%;
    right: 0;
    color: #aab3bc;
    font-size: 10px;
    transform: translateY(-50%);
}

.product-modern #position ol li:last-child {
    overflow: hidden;
    min-width: 0;
    margin-right: 0;
    padding-right: 0;
    text-overflow: ellipsis;
}

.product-modern #position ol li a,
.product-modern #position ol li a:hover,
.product-modern #position ol li a:focus {
    overflow: hidden;
    max-width: 220px;
    color: #687787;
    opacity: 1;
    text-decoration: none;
    text-overflow: ellipsis;
}

.product-modern #position ol li:last-child a {
    max-width: 390px;
    color: var(--product-navy);
    font-weight: 700;
}

.product-modern .product-page-shell {
    width: min(1180px, calc(100% - 40px));
    margin-top: 22px;
}

.pm-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.35fr) minmax(310px, .95fr);
    gap: 22px;
    align-items: start;
}

.pm-main-column,
.pm-booking-column {
    min-width: 0;
}

.pm-gallery {
    position: relative;
    overflow: hidden;
    height: 510px;
    border-radius: 18px;
    background: #dfe8ef;
}

.pm-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pm-gallery__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 28, 48, .84) 0%, rgba(5, 28, 48, .35) 48%, rgba(5, 28, 48, .04) 76%);
    pointer-events: none;
}

.pm-gallery__badge {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 9px 13px;
    border-radius: 7px;
    background: rgba(7, 37, 61, .9);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.pm-gallery__badge i {
    margin-right: 6px;
    color: #ffb800;
}

.pm-gallery__favorite {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 38px;
}

.pm-gallery__content {
    position: absolute;
    left: 34px;
    bottom: 34px;
    width: min(620px, calc(100% - 68px));
    color: #fff;
}

.pm-gallery__content h1 {
    margin: 0 0 18px;
    color: inherit;
    font-size: clamp(34px, 4.1vw, 52px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.pm-gallery__content p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.pm-thumbnails {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.pm-thumbnail {
    position: relative;
    overflow: hidden;
    height: 108px;
    padding: 0;
    border: 3px solid transparent;
    border-radius: 10px;
    background: #dfe8ef;
    opacity: .9;
}

.pm-thumbnail.is-active {
    border-color: var(--product-red);
    opacity: 1;
}

.pm-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-thumbnail > span {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(5, 28, 48, .67);
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}

.pm-thumbnail > span small {
    font-size: 12px;
}

.pm-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 28px;
    padding: 22px 18px;
    border: 1px solid var(--product-border);
    border-radius: 14px;
    background: #fff;
}

.pm-features > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-right: 1px solid var(--product-border);
}

.pm-features > div:last-child {
    border-right: 0;
}

.pm-features i {
    flex: 0 0 auto;
    color: var(--product-navy);
    font-size: 25px;
}

.pm-features span,
.pm-features strong,
.pm-features small {
    display: block;
}

.pm-features strong {
    font-size: 12px;
    line-height: 1.3;
}

.pm-features small {
    margin-top: 3px;
    color: var(--product-muted);
    font-size: 10px;
    line-height: 1.3;
}

.pm-about {
    position: relative;
    margin-top: 34px;
    padding-right: 190px;
}

.pm-section-heading h2,
.pm-next-dates h2 {
    margin: 0 0 18px;
    color: var(--product-navy);
    font-size: 21px;
    font-weight: 800;
}

.pm-about__text {
    overflow: hidden;
    max-height: 136px;
    color: #405365;
    font-size: 14px;
    line-height: 1.65;
}

.pm-about__text.is-expanded {
    max-height: none;
}

.pm-read-more {
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--product-red);
    font-weight: 700;
}

.pm-cancellation-card {
    position: absolute;
    top: 0;
    right: 0;
    width: 165px;
    min-height: 150px;
    padding: 20px;
    border: 1px solid var(--product-border);
    border-radius: 14px;
    background: var(--product-soft);
}

.pm-cancellation-card i {
    display: block;
    margin-bottom: 12px;
    color: var(--product-green);
    font-size: 29px;
}

.pm-cancellation-card strong,
.pm-cancellation-card p {
    display: block;
}

.pm-cancellation-card p {
    margin: 7px 0 0;
    color: var(--product-muted);
    font-size: 11px;
    line-height: 1.45;
}

.pm-information {
    overflow: hidden;
    margin-top: 28px;
    border: 1px solid var(--product-border);
    border-radius: 14px;
}

.pm-information details + details {
    border-top: 1px solid var(--product-border);
}

.pm-information summary {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 18px;
    cursor: pointer;
    list-style: none;
}

.pm-information summary::-webkit-details-marker {
    display: none;
}

.pm-information summary span:nth-child(2),
.pm-information summary strong,
.pm-information summary small {
    display: block;
}

.pm-information summary strong {
    font-size: 13px;
}

.pm-information summary small {
    margin-top: 2px;
    color: var(--product-muted);
    font-size: 11px;
}

.pm-information details > div {
    padding: 0 68px 16px;
    color: #536577;
    font-size: 13px;
}

.pm-information__icon {
    display: grid !important;
    width: 31px;
    height: 31px;
    border-radius: 6px;
    place-items: center;
    color: #fff;
}

.pm-information__icon--green { background: #2ca84d; }
.pm-information__icon--blue { background: #2aa9e0; }
.pm-information__icon--navy { background: #315b8e; }

.pm-booking-column {
    position: sticky;
    top: 16px;
}

.pm-booking-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--product-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(12, 41, 65, .09);
}

.product-modern .pm-booking-card #sidebar {
    float: none;
    width: 100%;
    padding: 0;
}

.product-modern .pm-booking-card #sidebar .theiaStickySidebar {
    position: static !important;
    width: auto !important;
    transform: none !important;
}

.product-modern .pm-booking-card #sidebar .box_style_2,
.product-modern .pm-booking-card #sidebar .box_style_1,
.product-modern .pm-booking-card #sidebar .box_style_4 {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.product-modern .pm-booking-card #sidebar .box_style_2 {
    padding: 25px 24px 8px;
}

.product-modern .pm-booking-card #sidebar .box_style_1 {
    padding: 6px 24px 24px;
}

.product-modern .pm-booking-card #price_single_main {
    min-height: 92px;
    padding: 0 88px 0 0;
    color: var(--product-red);
    font-size: 14px;
    text-align: left;
}

.product-modern .pm-booking-card #price_single_main > div {
    color: var(--product-red);
    text-align: left;
}

.product-modern .pm-booking-card #price_single_main .price:first-child {
    display: flex !important;
    align-items: baseline;
    white-space: nowrap;
}

.product-modern .pm-booking-card #price_single_main sup {
    position: static;
    top: auto;
    margin-right: 5px;
    color: var(--product-red);
    font-size: 18px;
    font-weight: 700;
}

.product-modern .pm-booking-card #price_single_main sup small {
    color: #4d5c6a;
    font-size: 11px;
    font-weight: 500;
}

.product-modern .pm-booking-card #price_single_main span {
    color: var(--product-red) !important;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.product-modern .pm-booking-card #price_single_main > .price + .price small,
.product-modern .pm-booking-card #price_single_main > div:last-child small {
    color: var(--product-red);
    font-size: 12px;
    font-weight: 700;
}

.pm-pix-badge {
    position: absolute;
    top: 25px;
    right: 22px;
    z-index: 2;
    padding: 6px 8px;
    border-radius: 6px;
    background: #fff0f1;
    color: var(--product-red);
    font-size: 10px;
    font-weight: 800;
}

.product-modern .pm-booking-card #booking_box h3.inner {
    display: none;
}

.product-modern .pm-booking-card .pm-coupon-row {
    display: block;
    margin: 0;
    padding: 0 0 12px;
}

.product-modern .pm-booking-card .pm-coupon-row > [class*="col-"] {
    float: none;
    width: 100%;
    padding: 0;
}

.product-modern .pm-booking-card .pm-coupon-row .form-group {
    position: relative;
    margin: 0;
}

.product-modern .pm-booking-card .pm-coupon-row label {
    margin: 0 0 8px;
    color: var(--product-navy);
    font-size: 12px;
    font-weight: 800;
}

.product-modern .pm-booking-card .pm-coupon-row label i {
    margin-right: 5px;
    color: var(--product-green);
}

.product-modern .pm-booking-card #Cupon {
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 8px 11px;
    border: 1px solid #cfd9e2;
    border-radius: 7px;
    background: #fff;
    color: var(--product-navy);
    font-size: 13px;
    font-weight: 600;
}

.product-modern .pm-booking-card #Cupon:focus {
    border-color: var(--product-red);
    box-shadow: 0 0 0 3px rgba(237, 28, 46, .08);
}

.product-modern .pm-booking-card #Cupon[readonly] {
    background: #f6f8fa;
    color: #526273;
}

.product-modern .pm-booking-card label[for="data-evento"] {
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
}

.product-modern .pm-booking-card label[for="data-evento"]::before {
    content: "1. ";
}

.product-modern .pm-booking-card label[for="data-evento"] i {
    display: none;
}

.product-modern .pm-booking-card #data-evento {
    height: 46px;
    padding-right: 40px;
    padding-left: 40px;
    background: #fff;
}

.product-modern .pm-booking-card #data-evento + * {
    color: var(--product-navy);
}

.pm-checkout-step {
    margin: 16px 0 7px;
    color: var(--product-navy);
    font-size: 12px;
    font-weight: 800;
}

.product-modern .pm-booking-card .container-adultos-e-criancas {
    min-height: 40px;
    margin: 0 !important;
    padding: 4px 0;
    float: none;
    width: 100% !important;
}

.product-modern .pm-booking-card .container-adultos-e-criancas.mostra,
.product-modern .pm-booking-card .container-adultos-e-criancas.pm-participant-placeholder {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 104px;
    align-items: center;
    gap: 12px;
}

.product-modern .pm-booking-card .adultos-e-criancas.pm-participants--pending {
    display: block !important;
    opacity: .52;
    pointer-events: none;
    transition: opacity .2s ease;
}

.product-modern .pm-booking-card .container-adultos-e-criancas > label {
    margin: 0;
}

.product-modern .pm-booking-card .container-adultos-e-criancas .numbers-row,
.product-modern .pm-booking-card .container-adultos-e-criancas .numbers-row1 {
    margin-left: auto;
}

.product-modern .pm-booking-card .adultos-e-criancas {
    margin: 0;
}

.product-modern .pm-booking-card #conteiner-local-hora[hidden],
.product-modern .pm-booking-card .pm-checkout-step[hidden] {
    display: none !important;
}

.product-modern .pm-booking-card #conteiner-local-hora > .row:last-child,
.product-modern .pm-booking-card #booking_box > br {
    display: none;
}

.product-modern .pm-booking-card .adultos-e-criancas > [class*="col-"] {
    float: none;
    width: 100%;
    padding: 0;
}

.product-modern .pm-booking-card .numbers-row,
.product-modern .pm-booking-card .numbers-row1 {
    display: block;
    width: 104px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
}

.product-modern .pm-booking-card input.qty2 {
    position: absolute;
    top: 0;
    left: 36px;
    width: 32px !important;
    min-height: 0 !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--product-navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.product-modern .pm-booking-card .button_inc,
.product-modern .pm-booking-card .button_inc1 {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #cfd9e2;
    border-radius: 6px;
    background: #fff !important;
    color: #607080;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
}

.product-modern .pm-booking-card .dec.button_inc,
.product-modern .pm-booking-card .dec.button_inc1 {
    right: auto;
    left: 0;
}

.product-modern .pm-booking-card .inc.button_inc,
.product-modern .pm-booking-card .inc.button_inc1 {
    right: 0;
    left: auto;
}

.product-modern .pm-booking-card .button_inc:hover,
.product-modern .pm-booking-card .button_inc1:hover {
    border-color: var(--product-red);
    color: var(--product-red);
}

.product-modern .pm-booking-card .button_inc.not_increment,
.product-modern .pm-booking-card .button_inc1.not_increment {
    background: #f4f6f8 !important;
    color: #adb7c0;
    cursor: not-allowed;
    opacity: .7;
}

.product-modern .pm-booking-card #add-to-cart {
    display: block !important;
    padding: 15px;
    font-size: 15px;
}

.product-modern .pm-booking-card.pm-has-total #add-to-cart {
    display: block !important;
}

.product-modern .pm-booking-card #add-to-cart i {
    margin-right: 9px;
    font-size: 17px;
}

.product-modern .pm-booking-card .table_summary {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.pm-financial-summary {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid var(--product-border);
    transition: opacity .2s ease;
}

.pm-financial-summary--pending {
    opacity: .52;
}

.pm-financial-summary[hidden] {
    display: none !important;
}

.pm-financial-summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 9px;
    color: #425466;
    font-size: 12px;
}

.pm-financial-summary > div strong {
    color: var(--product-navy);
    font-size: 12px;
}

.pm-financial-summary .pm-financial-summary__discount,
.pm-financial-summary .pm-financial-summary__discount strong,
.pm-financial-summary .pm-financial-summary__coupon,
.pm-financial-summary .pm-financial-summary__coupon strong {
    color: var(--product-green);
}

.pm-financial-summary__coupon[hidden] {
    display: none !important;
}

.pm-financial-summary .pm-financial-summary__total {
    margin: 14px 0 12px;
    padding-top: 14px;
    border-top: 1px solid var(--product-border);
    color: var(--product-navy);
    font-size: 14px;
    font-weight: 800;
}

.pm-financial-summary .pm-financial-summary__total strong {
    font-size: 22px;
    font-weight: 800;
}

.product-modern .pm-booking-card .btn-link-continuar {
    display: none !important;
}

.pm-secure-purchase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 14px 0 18px;
}

.pm-secure-purchase i {
    color: var(--product-green);
    font-size: 25px;
}

.pm-secure-purchase span,
.pm-secure-purchase strong,
.pm-secure-purchase small {
    display: block;
}

.pm-secure-purchase strong { font-size: 12px; }
.pm-secure-purchase small { color: var(--product-muted); font-size: 10px; }

/* Checkout moderno: composição fiel ao mockup de produto. */
.product-modern .pm-booking-card {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(12, 41, 65, .08);
}

.product-modern .pm-booking-card #sidebar .box_style_2 {
    display: block !important;
    min-height: 126px;
    padding: 18px 24px 12px;
}

.product-modern .pm-booking-card #price_single_main {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.pm-price-display[hidden] {
    display: none !important;
}

.pm-price-display {
    color: var(--product-red);
    text-align: left !important;
}

.pm-price-display__original {
    margin-bottom: 3px;
    color: #647383;
    font-size: 11px;
    font-weight: 500;
    text-decoration: line-through;
}

.pm-price-display__eyebrow {
    margin-bottom: 3px;
    color: var(--product-red);
    font-size: 14px;
    font-weight: 800;
}

.pm-price-display__value {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 5px;
    color: var(--product-red);
    line-height: 1;
}

.pm-price-display__value span {
    font-size: 20px;
    font-weight: 800;
}

.pm-price-display__value strong {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.045em;
}

.pm-price-display__installment {
    margin-top: 4px;
    color: #5b6978;
    font-size: 11px;
    font-weight: 700;
}

.product-modern .pm-pix-badge {
    top: 14px;
    right: 14px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 9px;
}

.product-modern .pm-booking-card #sidebar .box_style_1 {
    padding: 0 24px 16px;
}

.product-modern .pm-booking-card #booking_box > .row,
.product-modern .pm-booking-card #booking_box > .row > [class*="col-"] {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.product-modern .pm-booking-card .pm-coupon-row {
    margin: 0;
    padding: 11px 0 12px;
    border-top: 1px solid var(--product-border);
}

.product-modern .pm-booking-card .pm-coupon-row label {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: var(--product-navy);
    font-size: 12px;
    cursor: default;
}

.product-modern .pm-booking-card .pm-coupon-applied label {
    padding-right: 34px;
}

.product-modern .pm-booking-card .pm-coupon-row label > i:first-child {
    margin: 0;
    color: var(--product-navy);
    font-size: 19px;
}

.product-modern .pm-coupon-remove {
    position: absolute;
    top: -4px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #f1b8be;
    border-radius: 50%;
    background: #fff5f6;
    color: var(--product-red);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.product-modern .pm-coupon-remove:hover,
.product-modern .pm-coupon-remove:focus {
    border-color: var(--product-red);
    background: var(--product-red);
    color: #fff;
    outline: none;
}

.product-modern .pm-coupon-field {
    position: relative;
}

.product-modern .pm-booking-card #Cupon {
    height: 40px;
    min-height: 40px;
    padding: 7px 38px 7px 13px;
    border-color: #aebdca;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
}

.product-modern .pm-coupon-field__check {
    display: none;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: var(--product-green);
    font-size: 15px;
}

.product-modern .pm-coupon-applied .pm-coupon-field__check {
    display: block;
}

.product-modern .pm-field-status {
    margin: 5px 0 0;
    font-size: 10px;
    font-weight: 700;
}

.product-modern .pm-field-status[hidden] {
    display: none !important;
}

.product-modern .pm-field-status--success {
    color: var(--product-green);
}

.product-modern .pm-field-status i {
    margin-right: 6px;
}

.product-modern .pm-booking-card .pm-date-block {
    margin: 0;
    padding: 12px 0 13px;
    border-top: 1px solid var(--product-border);
}

.product-modern .pm-booking-card .pm-date-block .form-group {
    position: relative;
    margin: 0;
}

.product-modern .pm-booking-card label[for="data-evento"] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    color: var(--product-navy);
    font-size: 12px;
}

.product-modern .pm-booking-card label[for="data-evento"]::before {
    content: none;
}

.product-modern .pm-booking-card label[for="data-evento"] i {
    display: inline-block;
    font-size: 19px;
}

.product-modern .pm-booking-card #data-evento {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 7px 38px 7px 14px;
    border: 1px solid #aebdca;
    border-radius: 7px;
    color: #526273;
    font-size: 13px;
    text-align: left;
}

.product-modern .pm-date-field-icon {
    position: absolute;
    top: 33px;
    right: 12px;
    z-index: 2;
    color: var(--product-navy);
    font-size: 16px;
    pointer-events: none;
}

.product-modern .pm-checkout-step--participants {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 12px 0 6px;
    border-top: 1px solid var(--product-border);
    color: var(--product-navy);
    font-size: 12px;
}

.product-modern .pm-checkout-step--participants span {
    color: var(--product-navy) !important;
}

.product-modern .pm-checkout-step--participants i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    font-size: 19px;
    font-weight: 400;
}

.product-modern .pm-booking-card .container-adultos-e-criancas {
    min-height: 40px;
    padding: 3px 0;
}

.product-modern .pm-booking-card .container-adultos-e-criancas.mostra,
.product-modern .pm-booking-card .container-adultos-e-criancas.pm-participant-placeholder {
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 10px;
}

.product-modern .pm-booking-card .container-adultos-e-criancas > label {
    color: var(--product-navy);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.product-modern .pm-participant-age {
    display: block;
    margin-top: 2px;
    color: var(--product-muted);
    font-size: 9px;
    font-weight: 500;
}

.product-modern .pm-participant-age[hidden] {
    display: none !important;
}

.product-modern .pm-booking-card .numbers-row,
.product-modern .pm-booking-card .numbers-row1 {
    width: 108px;
    height: 32px;
}

.product-modern .pm-booking-card input.qty2 {
    left: 38px;
    width: 32px !important;
    height: 32px !important;
    font-size: 13px;
    line-height: 32px;
}

.product-modern .pm-booking-card .button_inc,
.product-modern .pm-booking-card .button_inc1 {
    width: 32px;
    height: 32px;
    border-color: #bdcad5;
    border-radius: 7px;
    font-size: 16px;
    line-height: 30px;
}

.product-modern .pm-financial-summary {
    margin-top: 10px;
    padding-top: 12px;
}

.product-modern .pm-financial-summary h4 {
    margin: 0 0 8px;
    padding: 0;
    color: var(--product-navy);
    font-size: 12px;
    font-weight: 800;
}

.product-modern .pm-financial-summary > div {
    margin-bottom: 5px;
    font-size: 11px;
}

.product-modern .pm-financial-summary > div strong {
    font-size: 11px;
}

.product-modern .pm-financial-summary .pm-financial-summary__total {
    margin: 9px 0 9px;
    padding-top: 9px;
}

.product-modern .pm-financial-summary__total span,
.product-modern .pm-financial-summary__total b,
.product-modern .pm-financial-summary__total small {
    display: block;
}

.product-modern .pm-financial-summary__total b {
    font-size: 14px;
}

.product-modern .pm-financial-summary__total small {
    margin-top: 3px;
    color: var(--product-muted);
    font-size: 10px;
    font-weight: 500;
}

.product-modern .pm-financial-summary .pm-financial-summary__total > strong {
    font-size: 22px;
    letter-spacing: -.025em;
}

.product-modern .pm-booking-card #add-to-cart {
    min-height: 46px;
    margin: 0;
    padding: 12px 18px;
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(237, 28, 46, .22);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.product-modern .pm-booking-card #add-to-cart[aria-disabled="true"] {
    border-color: #d9e0e6;
    background: #d9e0e6 !important;
    box-shadow: none;
    color: #768491;
    cursor: not-allowed;
    opacity: .72;
    pointer-events: none;
}

.product-modern .pm-booking-card > .pm-secure-purchase {
    margin: 0;
    padding: 10px 24px 12px;
    border-top: 1px solid var(--product-border);
}

.product-modern .pm-booking-card > .pm-secure-purchase i {
    font-size: 19px;
}

.product-modern .pm-booking-card > .pm-secure-purchase strong {
    color: var(--product-navy);
    font-size: 11px;
}

.product-modern .pm-booking-card > .pm-secure-purchase small {
    margin-top: 2px;
    font-size: 9px;
}

.pm-next-dates {
    display: none !important;
    padding: 22px;
    border: 1px solid var(--product-border);
    border-radius: 16px;
    background: #fff;
}

.pm-next-dates #conteiner-data-mais-proxima {
    padding: 0;
    border: 0;
    background: transparent;
}

.pm-loading {
    padding: 20px 8px;
    color: var(--product-muted);
    font-size: 12px;
    text-align: center;
}

.pm-calendar-link {
    display: block;
    margin: 12px auto 0;
    padding: 8px;
    border: 0;
    background: transparent;
    color: var(--product-navy);
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .pm-layout {
        grid-template-columns: 1fr;
    }

    .pm-booking-column {
        position: static;
    }
}

@media (max-width: 767px) {
    .product-modern #position {
        display: none;
    }

    .product-modern .product-page-shell {
        width: calc(100% - 24px);
        margin-top: 12px;
    }

    .pm-gallery {
        height: 380px;
        border-radius: 14px;
    }

    .pm-gallery__shade {
        background: linear-gradient(0deg, rgba(5, 28, 48, .88) 0%, rgba(5, 28, 48, .06) 70%);
    }

    .pm-gallery__badge {
        top: 14px;
        left: 14px;
    }

    .pm-gallery__favorite {
        top: 8px;
        right: 8px;
    }

    .pm-gallery__content {
        left: 20px;
        bottom: 22px;
        width: calc(100% - 40px);
    }

    .pm-gallery__content h1 {
        font-size: 30px;
    }

    .pm-gallery__content p {
        font-size: 14px;
    }

    .pm-thumbnails {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        overflow: hidden;
    }

    .pm-thumbnail {
        height: 76px;
    }

    .pm-thumbnail:nth-child(n+5) {
        display: none;
    }

    .pm-features {
        grid-template-columns: repeat(2, 1fr);
        padding: 5px 10px;
    }

    .pm-features > div {
        padding: 13px 8px;
        border-right: 0;
        border-bottom: 1px solid var(--product-border);
    }

    .pm-features > div:nth-child(odd) {
        border-right: 1px solid var(--product-border);
    }

    .pm-features > div:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .pm-about {
        padding-right: 0;
    }

    .pm-cancellation-card {
        position: static;
        width: 100%;
        min-height: 0;
        margin-top: 18px;
    }

    .pm-information summary {
        padding: 13px;
    }

    .pm-information details > div {
        padding: 0 62px 15px;
    }

    .pm-next-dates {
        padding: 18px;
    }

    .product-modern .pm-booking-card #sidebar .box_style_2 {
        min-height: 126px;
        padding: 18px 20px 12px;
    }

    .product-modern .pm-booking-card #sidebar .box_style_1 {
        padding-right: 22px;
        padding-left: 22px;
    }

    .product-modern .pm-pix-badge {
        top: 13px;
        right: 13px;
    }

    .pm-price-display__value strong {
        font-size: 32px;
    }

    .pm-price-display__value span {
        font-size: 19px;
    }

    .product-modern .pm-booking-card .container-adultos-e-criancas.mostra,
    .product-modern .pm-booking-card .container-adultos-e-criancas.pm-participant-placeholder {
        grid-template-columns: minmax(0, 1fr) 108px;
        gap: 10px;
    }

    .product-modern .pm-booking-card .numbers-row,
    .product-modern .pm-booking-card .numbers-row1 {
        width: 108px;
    }

    .product-modern .pm-booking-card input.qty2 {
        left: 38px;
    }

    .product-modern .pm-booking-card > .pm-secure-purchase {
        padding-right: 22px;
        padding-left: 22px;
    }
}
