.table-capacidade {
    border: 1px solid #C8C8C8;
    display: none;
}

.table-capacidade thead tr {
    border: 1px solid #C8C8C8;
    background-color: #EBF2F5;
}

.table-capacidade thead tr th {
    vertical-align: middle;
    font-weight: normal;
    font-family: "Loew";
    white-space: nowrap;
}

.table-capacidade thead tr th.th-bg-white {
    background-color: #fff;
}

.table-capacidade thead:first-child tr:first-child th {
    border-width: 0;
}

.table-capacidade tbody>tr:nth-child(odd) > td, 
.table-capacidade tbody>tr:nth-child(odd) > th {
    background-color: transparent;
    white-space: nowrap;
}

.table-capacidade tbody td {
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 1px solid #C8C8C8;
    text-align: center;
    white-space: nowrap;
}

.table-capacidade tbody td {
    font-family: "Loew";
    font-size: 14px;
    vertical-align: middle;
    color: #000000;
}

.table-capacidade tbody td.td-andar {
    border-right: 1px solid #C8C8C8;
    text-align: center;
    vertical-align: middle;
}

.table-capacidade tbody td.td-andar .rotate-span {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    display: block;
}
 
.table-capacidade thead tr th {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.table-capacidade tbody td {
    padding: 12px 16px;
    vertical-align: middle;
}

.table-capacidade tbody td p {
    margin-bottom: 0;
}

.table-capacidade-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

.table-capacidade-pagination .table-capacidade-pagination-item-prev,
.table-capacidade-pagination .table-capacidade-pagination-item-next {
    cursor: pointer;
}

.table-capacidade-pagination svg {
    vertical-align: middle;
}

.table-capacidade-pagination-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

.table-capacidade-pagination .table-capacidade-pagination-item {
    color: var(--Gray, #666);
    font-family: 'Loew';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}

.table-capacidade-pagination .table-capacidade-pagination-item-active {
    font-family: 'Loew';
    color: var(--e-global-color-primary);
    font-family: Loew;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
}

.table-capacidade-pagination .table-capacidade-pagination-item svg {
    vertical-align: middle;
}

.elementor-tab-content .gallery-columns-2 {
    columns: 2;
    text-align: center;
}

.table-org tbody>tr:nth-child(odd)>td, 
.table-org tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.table-org {
    vertical-align: middle;
    border: 1px solid #C8C8C8;
    border-collapse: separate;
}

.table-org img {
    display: block;
    margin: 0 auto 10px;
}

.table-org td {
    vertical-align: middle;
    border: 1px solid transparent;
}

.table-org tbody>tr td:first-child {
    background-color: #EBF2F5;
    text-align: center;
}

.table-org tbody>tr td:nth-child(2) {
    text-align: left;
    border-bottom: 1px solid #C8C8C8;
}

.table-org tbody>tr td {
    color: var(--Black, #1D1D1D);
    text-align: center;
    font-family: Loew;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}

.eventos-tab .elementor-tab-title {
    text-transform: uppercase;
}

.eventos-tab .elementor-tabs-wrapper {
    border-bottom: 1px solid #CCC; 
}

.eventos-tab .elementor-tab-title {
    position: relative;
}

.eventos-tab .elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.eventos-tab .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
}

.eventos-tab .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::after {
    position: absolute;
    content: '';
    left: initial;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-primary); 
    bottom: -1px;
    left: 0;
}

.eventos-tab .elementor-widget-tabs .elementor-tab-content {
    padding: 20px 0 0;
}

.eventos-tab .elementor-tabs-content-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.container-plantas-thumbnail .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

.container-plantas-thumbnail .row .col {
    width: 48%;
    text-align: center;
    cursor: pointer;
}

.popup-wrapper-plantas {
    display: none;
    background-color: #ffffff;
    position: fixed;
    padding: 20px;
    max-width: 926px;

    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 999;
}

.popup-wrapper-plantas img {
    width: 100%;
    height: auto;
}

.overlay-popup-plantas {
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    display: none;
    left: 0;
    opacity: 0.5;
}

.popup-container-plantas .btn-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.popup-container-plantas .btn-close svg {
    vertical-align: middle;
}

.container-evento-para-grupos .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-evento-para-grupos .col {
    width: 394px;
}

.container-evento-para-grupos .col .title h3 {
    color: var(--e-global-color-primary);
    text-align: left;
    font-family: Loew;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.container-evento-para-grupos .col h6 {
    color: #1D1D1D;
    text-align: left;
    font-family: Loew;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.container-evento-para-grupos .image img {
    display: block;
    width: 100%;
}

.container-evento-para-grupos .content {
    display: flex;
    gap: 10px;
    padding: 32px;
    flex-direction: column;
    background-color: #EBF2F5;
    justify-content: space-between;
}

.container-evento-para-grupos .col .description ul {
    padding-left: 20px;
}

.container-evento-para-grupos .col .description,
.container-evento-para-grupos .col .description li {
    color: #1D1D1D;
    text-align: left;
    font-family: Loew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: inherit;
}

.container-evento-para-grupos .col .button-reserve-agora {
    color: #fff;
    text-decoration: none;
    background-color: var(--e-global-color-primary);
    padding: 10px;
}

.container-evento-para-grupos a.button-reserve-agora {
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: var(--e-global-color-primary);
    padding: 10px;
    text-align: center;
    width: 100%;
}

.container-evento-para-grupos a.button-reserve-agora:hover {
    opacity: .7;
}

.container-evento-para-grupos .carousel .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    right: 0;
    justify-content: center;
    bottom: 28px;
    z-index: 999;
    position: absolute;
    left: 0;
}

.container-evento-para-grupos .carousel .slick-dots button {
    border: 1px solid #fff;
    font-size: 0;
    width: 9px;
    border-radius: 50%;
    height: 9px;
    padding: 0;
    background-color: transparent;
    outline: none;
}

.container-evento-para-grupos .carousel button:focus, 
.container-evento-para-grupos .carousel button:focus, 
.container-evento-para-grupos .carousel button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.container-evento-para-grupos .carousel .slick-active button {
    border: 1px solid #fff;
    font-size: 0;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    padding: 0;
    background-color: #fff;
}

.container-evento-para-grupos .carousel button:focus, 
.container-evento-para-grupos .carousel button:hover, 
.container-evento-para-grupos .carousel button:focus, 
.container-evento-para-grupos .carousel button:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: none;
}

.container-evento-para-grupos .col-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.container-evento-para-grupos .col-pagination svg {
    vertical-align: middle;
}

.container-evento-para-grupos .col-pagination .next,
.container-evento-para-grupos .col-pagination .prev {
    cursor: pointer;
}

.container-evento-para-grupos .col-pagination .dots {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-evento-para-grupos .col-pagination ul.slick-dots {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.container-evento-para-grupos .row-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}

.container-evento-para-grupos .col-pagination ul.slick-dots li button {
    border: 0;
    padding: 0;

    color: #666666;
    text-align: left;
    font-family: Loew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-evento-para-grupos .col-pagination ul.slick-dots li.slick-active button {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.container-evento-para-grupos button:focus, 
.container-evento-para-grupos button:hover, 
.container-evento-para-grupos button:focus, 
.container-evento-para-grupos button:hover {
    color: var(--e-global-color-primary);
    background-color: transparent;
    text-decoration: underline;
}

.container-evento-para-grupos button:focus, 
.container-evento-para-grupos button:focus, 
.container-evento-para-grupos button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.table-capacidade-legenda {
    width: 100%;
    color: #ffffff;
    background-color: var(--e-global-color-primary);
    font-family: 'Loew';
    font-size: 14px;
    font-style: normal;
} 

.table-capacidade-legenda .col {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

.table-capacidade-legenda .table-capacidade-legenda-title {
    text-align: center;
    font-family: 'Loew';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
}

.table-capacidade-legenda .point {
    margin: 0 4px;
}

@media(min-width: 1366px) {
    .eventos-tab .elementor-widget-tabs .elementor-tab-desktop-title {
        padding: 8px 0;
    }

    .eventos-tab .elementor-tabs .elementor-tabs-wrapper {
        gap: 128px;
    }

    .container-evento-para-grupos .col {
        margin-left: 16px;
    }

    .container-evento-para-grupos .content {
        min-height: 460px;
    }
}

@media(max-width: 1365px) {
    .table-capacidade-legenda {
        width: 100%;
        color: #ffffff;
        background-color: var(--e-global-color-primary);
        font-family: 'Loew';
        font-size: 12px;
        font-style: normal;
        position: absolute;
        left: 0;
        bottom: 65px;
        right: 0;
    }

    .table-capacidade-legenda .col {
        flex-direction: column;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .table-capacidade-legenda .remove-point-mobile {
        display: none;
    }

    .table-capacidade-pagination {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
        gap: 6px;
        bottom: 10px;
    }

    .eventos-tab .elementor-widget-tabs .elementor-tab-content[data-tab="5"] {
        padding: 20px 4px 0;
    }

    .eventos-tab .elementor-widget-tabs .elementor-tab-desktop-title {
        padding: 8px 0;
    }

    .eventos-tab .elementor-tab-title {
        font-size: 14px !important;
    }

    .eventos-tab .elementor-tabs .elementor-tabs-wrapper {
        gap: 12px 24px;
        padding: 0 16px;
    }

    .eventos-tab .elementor-tab-content[data-tab="2"]  {
        overflow-x: scroll;
        padding-bottom: 165px;
    }

    .container-plantas-thumbnail .row .col {
        width: calc(100% - 32px);
    }

    .container-evento-para-grupos .carousel .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .container-evento-para-grupos .carousel .slick-dots .slick-active button {
        width: 12px;
        height: 12px;
    }

    .container-evento-para-grupos .col .title {
        font-size: 20px;
    }

    .container-evento-para-grupos .col .description,
    .container-evento-para-grupos .col .description li {
        font-size: 14px;
    }
}

@media(max-width:499px) {
    .popup-wrapper-plantas {
        width: 98%;
    }

}