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

.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 tr.tr-bg-blue {
    background-color: var(--e-global-color-primary);
}

.table-capacidade tbody tr.tr-bg-blue td {
    color: #ffffff;
}

.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 .e-n-tabs-heading {
    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 .e-n-tabs-heading .e-n-tab-title[aria-selected=true]::after {
    position: absolute;
    content: '';
    left: initial;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-primary); 
    bottom: -1px;
    left: 0;
}

.eventos-tab div[role="tabpanel"] {
    overflow-x: auto;
}

.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;
}

.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;
}

input[type="text"], input[type="tel"], input[type="email"] {
    border: 1.5px solid #DFDFE0;
    box-shadow: 0px 1px 2px 0px rgba(25, 25, 28, 0.04);
    padding: 16px;
    height: 56px;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

input[type="checkbox"] {
    appearance: none; /* Hide default checkbox */
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ACABB7;
    background-color: transparent; /* Unchecked background color */
    border-radius: 3px;
    cursor: pointer;
    display: inline-block; /* Essential for styling */
    position: relative; /* For positioning the checkmark */
}

input[type="checkbox"]:checked {
    background-color: #EBF2F5; /* Checked background color */
    border-color: #367C2B;
}

/* Styling the checkmark */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #367C2B;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

label {
    display: flex;
}

.wpcf7-form .row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wpcf7-form .row-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wpcf7-form .col-12 {
    width: 100%;
}

.wpcf7-form .col-6 {
    width: calc(50% - 4px);
}

.wpcf7-form .title {
    color: var(--e-global-color-primary);
    font-family: 'Loew';
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 12px;
}

.wpcf7-form .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item.first {
    margin: 0 10px 0 0;
}

.wpcf7-form .wpcf7-form-control .wpcf7-list-item input[type="radio"] {
    margin: 0 10px 0 0;
}

.wpcf7-form .wpcf7-form-control .wpcf7-list-item input[type="checkbox"] {
    margin: 0 8px 0 0;
}

.wpcf7-form .wpcf7-list-item-label {
    color: rgba(84, 88, 90, 1);
    font-family: 'Loew';
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    font-style: normal;
}

.wpcf7-form .wpcf7-list-item-label::before, 
.wpcf7-form .wpcf7-list-item-label::after {
    content: none;
}

.wpcf7-form .d-flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.wpcf7-form .wpcf7-spinner {
    position: absolute;
    right: 0;
}

.wpcf7-form .wpcf7-submit {
    padding: 10px 24px;
    background-color: var(--e-global-color-primary);
    color: #ffffff;
    border: 1px solid var(--e-global-color-primary);
    font-family: 'Loew';
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    opacity: 1;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover {
    opacity: .7;
}

.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
    padding: 16px 16px 16px 52px;
    border-radius: 8px;
    min-height: 56px;
    color: #0D0D0E;
    font-family: 'Loew';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    background-image: url('../img/icon-sucess.svg');
    background-repeat: no-repeat;
    background-position: 12px 16px;
    background-color: rgba(230, 251, 243, 1);
    border: 1px solid var(--alpha-green-8, #08D48B14);
    box-shadow: 0px 1px 2px 0px rgba(25, 25, 28, 0.04);
    margin: 1em auto;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
    padding: 16px 16px 16px 16px;
    border-radius: 8px;
    min-height: 56px;
    color: #0D0D0E;
    font-family: 'Loew';
    font-weight: 500;
    font-style: normal;
    margin: 1em auto;
    font-size: 16px;
    line-height: 150%;
    background-color: #ffffff;
    border: 1.5px solid #DFDFE0;
    box-shadow: 0px 1px 2px 0px rgba(25, 25, 28, 0.04);
}

@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;
    }
}

@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);
    }
}

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

    .wpcf7-form .row-flex {
        flex-direction: column;
        gap: 16px;
    }

    .wpcf7-form .col-6 {
        width: 100%;
    }

    .eventos-tab .e-n-tabs-heading {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}