/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2025 | 18:43:08 */
.privacy-content-texts h2 {
    color: #4B5A68;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

@media (min-width:1025px) {
	.privacy-content-table .elementor-toc__header {
		border-bottom: 1px solid #DFDFE0;
		padding-bottom: 14px !important;
	}
}

.privacy-content-table .elementor-toc__body {
	padding-top: 16px;
}

.privacy-content-texts p {
    color: #4B5A68;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.privacy-content-texts blockquote {
    background-color: #BFCDDA;
    padding: 24px 20px 24px 0;
    margin: 36px 0;
    border-radius: 12px;
}

.privacy-content-texts blockquote p {
    color: #4B5A68;
    padding-left: 17px;
    border-left: 3px solid #FF6C0C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.privacy-content-texts blockquote p::before,
.privacy-content-texts blockquote p::after {
    content: '"';
}

.privacy-content-texts blockquote p:last-of-type {
    color: #4B5A68;
    padding-left: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-left: none;
}

.privacy-content-texts blockquote p:last-of-type::before,
.privacy-content-texts blockquote p:last-of-type::after {
    content: '';
}


.privacy-content-table h4 {
    color: #1E212C !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
}

.privacy-content-table svg {
    width: 20px !important;
    display: none;
}

.privacy-content-table .elementor-widget-container {
    border: none;
}

.privacy-content-table .elementor-toc__header {
    padding: 0;
}


.privacy-content-table .elementor-toc__list-item-text.elementor-toc__top-level {
    font-size: 18px;
    color: #4B5A68;
    line-height: 120%;
    margin-bottom: 6px;
}

.privacy-content-table .elementor-toc__list-item-text.elementor-toc__top-level.elementor-item-active {
    color: #FF6C0C;
    font-weight: 700 !important;
}

.privacy-content-table .elementor-toc__list-item-text-wrapper::before {
    content: '' !important;
}

@media (max-width: 1024px) {
    .privacy-content-table svg {
        width: 16px !important;
        height: fit-content !important;
        display: block;
    }

    .mobile-toc-select {
        width: 100%;
        padding: 12px 16px;
        font-size: 16px;
        border-radius: 8px;
        border: 1px solid #ccc;
        color: #4B5A68;
        background-color: #fff;
        appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 16px;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents {
        width: 100%;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents .elementor-widget-container .elementor-toc__header {
        width: 100%;
        height: fit-content;
        padding: 8px 20px;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents .elementor-widget-container .elementor-toc__header {
        border-bottom: 1px solid #DFDFE0;
        background-color: #fff;
    }



    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents .elementor-widget-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-radius: 0px 20px 20px 20px;
        background: #F5F5F5;
        box-shadow: 0px 0px 0px 4px rgba(255, 108, 12, 0.16);
        width: 100% !important;
        gap: 8px;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents.elementofr-toc--collapsed .elementor-widget-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-radius: 0px 50px 50px 20px;
        width: 100% !important;
        gap: 8px;
        box-shadow: none;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents .elementor-widget-container .elementor-toc__header .elementor-toc__header-title {
        color: #FF6C0C !important;
        font-family: 'Lato', sans-serif;
        font-size: 16px !important;
        line-height: 120% !important;
    }

    .privacy-content-table .elementor-toc__list-wrapper .elementor-toc__list-item-text.elementor-toc__top-level {
        color: #4B5A68 !important;
        font-family: 'Lato', sans-serif;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 120% !important;
    }
}

.cases-card-title h5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cases-card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Limita a 4 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cases-card-image .jet-listing-dynamic-image {
    height: 131px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
}

.cases-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 1024px) {
    .privacy-content-texts h2 {
        font-size: 24px;
    }

    .privacy-content-texts h2:first-of-type {
        font-size: 32px;
    }

    .privacy-content-texts p {
        font-size: 16px;
    }
}

.privacy-content-texts h2 {
    color: #4B5A68;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}




.privacy-content-texts p {
    color: #4B5A68;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
}

.privacy-content-texts blockquote {
    background-color: #BFCDDA;
    padding: 24px 20px 24px 0;
    margin: 36px 0;
    border-radius: 12px;
}

.privacy-content-texts .elementor-toc__header {
	border-bottom: 1px solid #DFDFE0 !important;
    padding-bottom: 14px  !important;
}

.privacy-content-texts blockquote p {
    color: #4B5A68;
    padding-left: 17px;
    border-left: 3px solid #FF6C0C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.privacy-content-texts blockquote p::before,
.privacy-content-texts blockquote p::after {
    content: '"';
}

.privacy-content-texts blockquote p:last-of-type {
    color: #4B5A68;
    padding-left: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-left: none;
}

.privacy-content-texts blockquote p:last-of-type::before,
.privacy-content-texts blockquote p:last-of-type::after {
    content: '';
}


.privacy-content-table h4 {
    color: #FF6C0C !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
}

.privacy-content-table svg {
    width: 20px !important;
    display: none;
}


.privacy-content-table .elementor-toc__header {
    padding: 0;
}

.privacy-content-table .elementor-toc__list-item-text.elementor-toc__top-level {
    font-size: 14px;
    color: #4B5A68;
    line-height: 120%;
    margin-bottom: 12px;
}

.privacy-content-table .elementor-toc__list-item-text.elementor-toc__top-level.elementor-item-active {
    color: #FF6C0C;
    font-weight: 700 !important;
}

.privacy-content-table .elementor-toc__list-item-text-wrapper::before {
    content: '' !important;
}

.privacy-content-table .elementor-toc__list-item {
    margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
    .privacy-content-table svg {
        width: 16px !important;
        height: fit-content !important;
        display: block;
    }

    .mobile-toc-select {
        width: 100%;
        padding: 12px 16px;
        font-size: 16px;
        border-radius: 8px;
        border: 1px solid #ccc;
        color: #4B5A68;
        background-color: #fff;
        appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 16px;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents {
        width: 100%;
    }
	
	.privacy-content-table .elementor-toc__body {
    padding: 16px;
	}

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents .elementor-widget-container .elementor-toc__header {
        width: 100%;
        height: 36px !important;
        padding: 8px 20px;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents .elementor-widget-container .elementor-toc__header {
        border-bottom: 1px solid #DFDFE0;
        background-color: #fff;
    }



    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents .elementor-widget-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-radius: 0px 20px 20px 20px;
        background: #F5F5F5;
        box-shadow: 0px 0px 0px 4px rgba(255, 108, 12, 0.16);
        width: 100% !important;
        gap: 8px;
    }

    .privacy-content-table .elementor-element.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-widget-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-radius: 0px 50px 50px 20px;
        width: 100% !important;
        gap: 8px;
        box-shadow: none;
    }



    .privacy-content-table .elementor-toc__list-wrapper .elementor-toc__list-item-text.elementor-toc__top-level {
        color: #4B5A68 !important;
        font-family: 'Lato', sans-serif;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 120% !important;
    }
}