#block-caixasegurasaas-theme-breadcrumbs,
#block-caixasegurasaas-theme-page-title {
        display: none;
}

.plans-prices-wrapper .plans-prices-top {
   margin-top: 3.75rem;
}

.plans-prices-wrapper .plans-prices-top .plans-prices-title {
    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.625rem;
    
    color: var(--main-color);
    margin-bottom: 1.25rem;
    max-width: 47.5rem;
}

.plans-prices-wrapper .plans-prices-top .plans-prices-subtitle {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    font-family: var(--font-family);
    color: var(--preto);
    max-width: 47.5rem;
}

.plans-prices-wrapper .plans-prices-tabs {
    display: flex;
    flex-direction: column;
    margin-top: 3.75rem;
}

.plans-prices-tabs .tab-top {
    display: flex;
}

.plans-prices-tabs .tab-top .tab-title {
    padding: 0.25rem 1.8125rem;
    background-color: var(--main-color);

    font-family: var(--font-family);
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 0.625rem 0.625rem 0 0;
    line-height: 1.875rem;
    color: #FFF;
}

.plans-prices-tabs .tab-content-wrapper {
    background-color: var(--main-color);
    padding: 5rem 0 4.375rem;
}

.plans-prices-tabs .tab-content-wrapper .tab-content-title {
    font-family: var(--font-family);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.375rem;
    color: #FFF;
    margin-bottom: 4.375rem;
}

.plans-prices-tabs .tab-content-wrapper .table-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.plans-prices-tabs .table-wrapper .table-title-wrapper {
    margin-top: 4.6875rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.plans-prices-tabs .table-wrapper .table-title-wrapper.active  {
        margin-bottom: 3.75rem;
}

.plans-prices-tabs .table-wrapper .table-title {
    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFF;
    line-height: 3.625rem;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}



.plans-prices-tabs .table-wrapper .table-title-wrapper span {
    cursor: pointer;

    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;

    padding: 0.625rem 1.5625rem;
    border: solid 1px #FFF;
    border-radius: 12.5rem;
    text-transform: uppercase;
    height: 2.8125rem;
    box-sizing: border-box;

    transition: all 0.3s ease;
}

.plans-prices-tabs .table-wrapper .table-title-wrapper span::after {
    content: url('../images/arrow_down.svg');
    height: 1rem;
    width: 100%;
   
    transition: all .3s ease;
}

.plans-prices-tabs .table-wrapper .table-title-wrapper span:hover {
    
    background-color: #FFF;
    color: var(--main-color);
}

.plans-prices-tabs .table-wrapper .table-title-wrapper span:hover::after{
    content: url('../images/arrow_down_hover.svg');
}

.plans-prices-tabs .table-wrapper .table-title-wrapper span.active::after {
    transform: rotate(180deg);
}

.plans-prices-tabs .table-wrapper .table-bottom {
    display: flex;
    justify-content: flex-end;

    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    margin-top: 1.875rem;
    width: 100%;
}

.plans-prices-tabs .table-wrapper table tbody tr:last-of-type  td:last-of-type {
    border-bottom-right-radius: 0.9375rem;
}

.plans-prices-tabs .table-wrapper table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0.9375rem;
}

.plans-prices-tabs .table-wrapper table tbody tr:last-of-type td {
    border-bottom: none;
}

.plans-prices-tabs .table-wrapper .inline-edit,
.plans-prices-tabs .table-wrapper table caption {
    display: none;
}

.plans-prices-tabs .table-wrapper table thead th:first-of-type {
    padding: 0;
    background-color: transparent;
}

.plans-prices-tabs .table-wrapper table thead th {
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 140%;
    padding: 1.25rem 2.5rem;
    background-color: var(--cor-secundria);
}

.plans-prices-tabs .table-wrapper table thead th:last-of-type {
    border-top-right-radius: 0.9375rem;
}

.plans-prices-tabs .table-wrapper table tbody tr {
    height: 5rem;
}

.plans-prices-tabs .table-wrapper table tbody tr td {
    padding: 0.625rem 1.875rem;
    text-align: center;
    border-bottom: 1px solid  #DCDCDC;
    background-color: #FFF;
    min-height: 5rem;
    box-sizing: border-box;
    vertical-align: middle;

    color: #828282;
    text-align: center;
    font-family: var(--font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
}

.plans-prices-tabs .table-wrapper table tbody tr td:first-of-type {
    background-color: #F5F5F5;
    color: var(--preto);
    text-align: center;
    font-family: var(--font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    padding: 0.625rem;
}


.plans-prices-tabs .table-wrapper table tbody tr td.icon-x {
    background-image: url(../images/icon_x.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.plans-prices-tabs .table-wrapper table tbody tr td.icon-rr {
    background-image: url(../images/icon_rr.svg);
        background-position: center;
            background-repeat: no-repeat;
}

.plans-item-features-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;


}

.plans-item-features-wrapper span {
    color: var(--preto);
    font-family: var(--font-family);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 140%;

    display: flex;
    gap: 0.5rem;
}

.plans-item-features-wrapper span::before {
    content: url('../images/checkmark.svg');
}

.plans-item-features-wrapper span.no-feature::before {
    content: url('../images/x.svg');
}

.plans-prices-extras {
    display: flex;
    gap: 3.125rem;
    padding: 5rem 0;
    
}


.plans-prices-extras .extra-title {
    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.625rem;
    color: var(--main-color);
    max-width: 11.25rem;
}

.plans-prices-extras .extra-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4.375rem;
}

.plans-prices-extras .extra-item {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
}

.plans-prices-extras .extra-item .extra-item-value,
.plans-prices-extras .extra-item .extra-item-title {
    font-family: var(--font-family);
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: var(--preto);
}

.plans-prices-extras .extra-item .extra-item-value {
    font-weight: 700;
}

.plans-prices-extras .extra-item::before {
    content: url('../images/checkmark-big.svg');
    height: 2.5rem;
}

.plans-prices-features {
    background: linear-gradient(360deg, #0C09E6 4.23%, #2A2970 38.64%);
    padding:5rem 0 3.75rem;
}

.plans-prices-features .feature-title {
    font-family: var(--font-family);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.625rem;
    color: #FFF;
    margin-bottom: 1.875rem;
}

.plans-prices-features .features-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.plans-prices-features .extra-item-title {
    font-family: var(--font-family);
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #FFF;

    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plans-prices-features .extra-item-title:first-of-type {
    margin-top: 1.25rem;
}

.plans-prices-features .extra-item-title::before {
    content: url(../images/checkmark-big.svg);
    height: 2.5rem;
}

.plans-prices-features .wrapper-content {
    display: flex;
}

.plans-prices-features .plans-prices-features-right .feature-image {
    content: url(../images/ilustra-banner.svg);
}

body .plans-prices-tabs .table-wrapper .table-bottom,
body .plans-prices-tabs .table-wrapper .table-title-wrapper ~ .paragraph {
    display: none;
}
body .plans-prices-tabs .table-wrapper .table-bottom.active {
    display: flex;
}

body .plans-prices-tabs .table-wrapper .table-title-wrapper.active~.paragraph {
    display: block;
}

.plans-prices-tabs .table-wrapper .table-title.active::after {
    transform: rotate(0deg);
}

body main .field--name-field-cc-section .field__item.section.section.webform[data-highlighted="true"] form .form-item label,
body main .field--name-field-cc-section .field__item.section[data-highlighted="true"] .field--name-field-cc-listingcols-title,
body main .field--name-field-cc-section .field__item.section[data-highlighted="true"] .field--name-field-cc-title .h2,
body main .field--name-field-cc-section .field__item.section[data-highlighted="true"] .field--name-field-cc-subtitle .h3,
body main .field--name-field-cc-section .field__item.section[data-highlighted="true"]:not(.accordion-tabs) .field--type-text-long a,
body main .field--name-field-cc-section .field__item.section[data-highlighted="true"]:not(.accordion-tabs) .field--type-text-long p,
body main .field--name-field-cc-section .field__item.section[data-highlighted="true"]:not(.accordion-tabs) .field--type-text-long {
    color: var(--main-color) !important;
}



@media (max-width: 1160px) {

    .plans-prices-wrapper .plans-prices-top .plans-prices-title {
        
        font-family: var(--font-family);
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.375rem;
    }

    .plans-prices-extras {
        flex-direction: column;
    }

    .tab-content-plans,
    .plans-bottom {
        display: flex;
        flex-direction: column;
    }

    .plans-prices-tabs .tab-content-wrapper .table-wrapper  > .paragraph {
        overflow: hidden;
    }

    .plans-prices-features .wrapper-content {
        flex-direction: column;
        gap: 2.5rem;
    }

    .plans-prices-features .plans-prices-features-right .feature-image {
        width: 100%;
    }

    .plans-prices-tabs .tab-top .tab-title {
        padding: 0.25rem 1.5625rem;
        max-width: 8.75rem;
        text-align: center;
    }

    .plans-prices-tabs .table-wrapper .table-bottom {
        justify-content: flex-start;
    }

    .plans-prices-tabs .tab-content-wrapper .table-wrapper .center {
        width: 100% !important;
    }

    .plans-prices-extras .extra-title {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.375rem;
        max-width: 100%;
    }

    .plans-prices-extras {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .plans-prices-extras .extra-item .extra-item-value,
    .plans-prices-extras .extra-item .extra-item-title {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .plans-prices-extras .extra-item-wrapper {
        gap: 1.5rem;
    }

    .plans-prices-features .feature-title {
       font-size: 1.75rem; 
       line-height: 2.375rem;
    }

    .plans-prices-features {
        padding-top: 3.75rem;
    }

    .plans-prices-features .feature-title {
        margin-bottom: 3.4375rem;
    }

    .plans-prices-features .extra-item-title:first-of-type {
        margin-top: 0;
    }

    .plans-prices-features .extra-item-title {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    body .plans-prices-faq .faq-title {
        font-size: 1.75rem;
        line-height: 2.375rem;
    }

    body .plans-prices-faq {
        margin-top: 3.75rem !important;
        margin-bottom: 2.5rem !important;
    }

    .plans-prices-faq .faq-item:last-of-type {
        border: none;
    }

    .plans-item-features-wrapper span.mobile {
        margin-bottom: 0.625rem;
    }

    .plans-item-features-wrapper span.mobile::before {
        content: unset;
    }

    .plans-item-features-wrapper span.mobile ~ span.feature-item {
        display: none;
    }

    .plans-item .item-desc .item-dropdown .mobile.active ~ .feature-item {
        display: flex;
    }
    .plans-prices-wrapper .plans-item {
        max-width: 31.25rem;
        width: 100%;
    }
    .tab-content-plans {
        align-items: center;
    }

    .plans-item-popup {
        left: 0;
        padding: 1.25rem;
    }

    body .plans-prices-tabs .table-wrapper .table-title {
        margin: 3.75rem 0;
        font-size: 1.75rem;
        line-height: 2.375rem;
    }
    .plans-prices-tabs .tab-content-wrapper .table-wrapper  > .paragraph {
        overflow-x: scroll;
    }
    .plans-prices-tabs .table-wrapper .table-title-wrapper {
        flex-direction: column;
    }
    .plans-prices-tabs .table-wrapper .table-title-wrapper {
        margin-top: 0;
    }

    body .works-tabs .paragraph--type--listingcols .slick-dots{
        top: unset !important;
        bottom: -25px !important;
    }
    body .section .slick-dots li button::before{
        border: solid 1px var(--main-color);
    }
}