﻿#preloder {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    transition: all .3s;
}

    #preloder .spinner-border {
        width: 4rem;
        height: 4rem;
        border: var(--bs-spinner-border-width) solid var(--bs-primary);
        border-right-color: transparent;
    }

.preloder-done {
    opacity: 0 !important;
    visibility: hidden;
}

.grecaptcha-badge {
    display: none;
}

.content-grid h1 {
    margin-bottom: 15px;
}

.ratio img {
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}

.py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pt-10 {
    padding-top: 3rem;
}

.pb-10 {
    padding-bottom: 3rem;
}

/* HEADER MENU */
.navbar {
    background-color: rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 1030;
    transition: all .1s;
}

    .navbar.affix {
        background-color: #fff;
    }

    .navbar .navbar-brand img {
        width: 150px;
        filter: brightness(0) invert(1);
        transition: all .5s;
        margin: 0.75rem 0;
    }

    .navbar.affix .navbar-brand img {
        filter: none;
    }

.navbar-nav .nav-item {
    margin-right: 15px;
}

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

.no-effect .nav-link::before {
    content: "";
    display: none;
}

.nav .nav-item {
    width: fit-content;
}

.nav-link {
    position: relative;
    display: inline-block;
}

.navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    width: fit-content;
}

.nav-item .nav-link:before,
.dropdown-menu li .dropdown-item:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 3px;
    width: 0;
    background: var(--bs-primary);
    transition: 0;
}

.nav-item .nav-link:before,
.dropdown-menu li .dropdown-item:before {
    left: 0;
}

.nav-item:hover .nav-link:before,
.nav-item.active .nav-link:before,
.nav-item .nav-link.active:before,
.nav-item .nav-link.show:before,
.dropdown-menu li:hover .dropdown-item:before,
.dropdown-menu .dropdown-item.active:before,
.dropdown-menu .dropdown-item:active:before {
    width: 100%;
    transition: width .3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.navbar.affix .navbar-nav .nav-link {
    color: var(--bs-body-color);
}

.navbar .navbar-nav .nav-link.search,
.navbar .navbar-nav .nav-link.login,
.navbar .navbar-nav .nav-link.lang {
    filter: brightness(0) invert(1);
}

.navbar.affix .navbar-nav .nav-link.search,
.navbar.affix .navbar-nav .nav-link.login,
.navbar.affix .navbar-nav .nav-link.lang {
    filter: none;
}

.navbar .navbar-nav .lang .nav-link {
    padding: 4px 0;
}

.navbar-nav button.nav-link {
    position: relative;
    width: 16px;
    padding: 0 !important;
}

.navbar-nav .nav-item.dropdown.active .nav-link.active + button.nav-link .menu-arrow {
    color: var(--bs-body-color);
}

.navbar-nav button.nav-link .menu-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.navbar-nav button.nav-link:hover .menu-arrow,
.navbar-nav button.nav-link.show .menu-arrow {
    color: var(--bs-primary) !important;
}

.navbar .navbar-nav .nav-link.dropdown-toggle::after {
    content: "";
    border: 0;
    background-image: url(/css/img/menu/arrow.svg);
    height: 16px;
    width: 16px;
    filter: brightness(0) invert(1);
}

.navbar.affix .navbar-nav .nav-link.dropdown-toggle::after {
    content: "";
    filter: brightness(0) invert(0);
}

.navbar .navbar-nav .nav-link:hover.dropdown-toggle::after,
.navbar .navbar-nav .nav-link.show.dropdown-toggle::after,
.navbar .navbar-nav .nav-link.active.dropdown-toggle::after {
    content: "";
}

.dropdown-item {
    position: relative;
    padding: 12px 20px;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: var(--bs-dropdown-link-color);
        background-color: transparent;
    }

.navbar-nav .dropdown-menu.dropdown-menu-lingua {
    min-width: max-content;
}

    .navbar-nav .dropdown-menu.dropdown-menu-lingua img {
        height: 16px;
        width: 100%;
    }

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar.affix .navbar-toggler .icon-bar {
    background-color: #373736;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar .navbar-toggler .menu-text {
    color: #fff;
}

.navbar.affix .navbar-toggler .menu-text {
    color: var(--bs-body-color);
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END HEADER MENU */

/* SEARCH */
.modal-search .input-group {
    border-bottom: 3px solid var(--bs-primary);
}

.modal-search .form-control,
.modal-search .form-control::placeholder {
    font-size: 30px;
    color: var(--bs-body-color);
    font-weight: 700;
}

.modal-search .input-group-text img {
    filter: brightness(0);
    opacity: .5;
}

.modal-search .icon-ipcb-menu {
    opacity: .1;
}

#searchResults {
    height: 65vh;
    overflow-y: auto;
}

    #searchResults::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(218 218 218);
        background-color: #f1f1f1;
    }

    #searchResults::-webkit-scrollbar {
        width: 5px;
        background-color: #c1c1c1;
    }

    #searchResults::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    #searchResults .list-group-flush > .list-group-item {
        padding: 18px var(--bs-list-group-item-padding-x);
        color: var(--bs-primary);
        font-weight: 600;
    }

    #searchResults nav {
        font-weight: 400;
    }

    #searchResults .breadcrumb {
        color: #656565;
        margin-bottom: 5px;
    }

    #searchResults .breadcrumb-item + .breadcrumb-item::before {
        color: rgb(0 0 0 / 20%);
    }
/* END SEARCH */

/* WIDGET */
.widgets {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 998;
}

.widget {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform ease-in-out .5s;
}

    .widget a {
        padding: 14px;
        border-radius: 14px;
    }

.widget-catalog a {
    background: var(--bs-dark);
    color: #fff;
    border: 1px solid #414141;
}

.widget-newsletter a {
    background: var(--bs-primary);
    color: #fff;
}

.widget-info a {
    background: #808080;
    color: #fff;
}

.widget img {
    width: 24px;
    height: 24px;
}

.widget .tooltip-text {
    visibility: hidden;
    width: max-content;
    background-color: #1d1d1d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 14px;
    position: absolute;
    top: 10px;
    bottom: auto;
    right: 124%;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .6s;
}

.widget:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #1d1d1d;
}
/* END WIDGET */

/* OFFCANVAS */
#offcanvasInfoRequest,
#offcanvasNewsletter {
    --bs-offcanvas-width: 540px;
}

    #offcanvasInfoRequest .btn-close,
    #offcanvasNewsletter .btn-close {
        position: absolute;
        top: 30px;
        left: -50px;
        filter: brightness(0) invert(1);
        opacity: 1;
    }

    #offcanvasInfoRequest + .offcanvas-backdrop.show,
    #offcanvasNewsletter + .offcanvas-backdrop.show {
        opacity: .6;
    }
/* END OFFCANVAS */

/* MECALBI BITRIX FORM */
.b24-form {
    --b24-font-family: inherit;
    --b24-font-family-default: inherit;
}

.b24-form-wrapper.b24-form-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b24-form-header-padding,
.b24-form-content {
    padding: 0;
}
/* END MECALBI BITRIX FORM */

/* BANNER */
.swiper.banner .swiper-slide {
    /*min-height: calc(100vh - var(--header-height));*/
}

.swiper-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .swiper-slide img {
        width: auto;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0px 1px rgb(255 255 255 / 60%);
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    box-shadow: none;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .video-container iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 56.25vw; /* Mantem a proporcao de 16:9 */
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%;
    }

.swiper.banner .swiper-slide {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .swiper.banner .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }

    .swiper.banner .swiper-slide .bg-overlay {
        background-color: rgb(0 0 0 / 50%);
    }

.swiper.banner .slide-content .slide-title, .swiper.banner .slide-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper.banner .slide-content .slide-title {
    font-size: 70px;
    line-height: 1.1;
    color: #fff;
    -webkit-line-clamp: 2;
}

.swiper.banner .slide-text p {
    font-size: 22px;
    color: #fff;
    -webkit-line-clamp: 4;
    opacity: .8;
}

.swiper.banner .swiper-button-next, .swiper.banner .swiper-button-prev {
    height: 30px;
    width: 30px;
}

    .swiper.banner .swiper-button-next::after, .swiper.banner .swiper-button-prev::after {
        content: '';
        background-image: url(img/arrow.svg);
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
    }

    .swiper.banner .swiper-button-prev::after {
        transform: rotate(-90deg);
    }


.swiper-button-lock {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper.banner .swiper-pagination-bullet {
    height: 3px;
    width: 50px;
    border-radius: 0;
    background: #fff;
    opacity: .6;
}

    .swiper.banner .swiper-pagination-bullet:hover {
        opacity: 1;
    }

.swiper.banner .swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    opacity: 1;
}
/* END BANNER */

/* HEADER BANNER */
.bg-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-custom {
    color: #fff;
}

    .bg-custom .bg-overlay {
        background-color: rgb(var(--bs-dark-rgb), 50%);
    }

    .bg-custom .content p:last-child {
        margin-bottom: 0;
    }

.header-banner {
    padding-top: 140px;
}

    .header-banner .bg-overlay {
        background: linear-gradient(90deg, #000, transparent);
    }

    .header-banner .description {
        color: rgb(255 255 255 / 85%);
    }
/* END HEADER BANNER */

/* BREADCRUMB */
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

    .breadcrumb a:hover {
        color: var(--bs-primary);
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 50%);
}

.breadcrumb-item + .breadcrumb-item.active {
    color: rgb(255 255 255 / 80%);
}
/* END BREADCRUMB */
/* CONTENT */
.title {
    color: #404041;
    font-weight: 500;
}

.subtitle {
    color: #6d6e70;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 400;
}

.mb-10 {
    margin-bottom: 6rem;
}

.page-update-date {
    font-size: 14px;
    line-height: 2;
    color: var(--bs-body-color);
    display: inline-block;
    border-top: 0.5px solid #e1e1e1;
}
/* END CONTENT */
/* category product*/
.swiper-categories {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

    .swiper-categories.swiper-wrapper {
        display: flex;
    }

    .swiper-categories .swiper-slide {
        width: 80%;
        height: 100%;
        transition: transform 0.3s ease;
        opacity: 1;
        background-size: cover;
    }

    .swiper-categories .swiper-slide-prev,
    .swiper-categories .swiper-slide-next {
        opacity: 0.7;
    }

    .swiper-categories .swiper-slide-active,
    .swiper-categories .swiper-slide-prev,
    .swiper-categories .swiper-slide-next {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .swiper-categories .category-box-content {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        padding: 30px;
        text-align: left;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        transition: .5s
    }

    .swiper-categories .category-content-inner {
        display: flex;
        align-items: center;
    }

    .swiper-categories .content-text-category a {
        position: relative;
        padding-left: 15px;
        color: #fff;
        text-decoration: none;
    }

        .swiper-categories .content-text-category a::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 7px;
            height: 7px;
            border-radius: 0;
            background-color: #fff;
            -khtml-transform: translateX(0%) translateY(-50%);
            -moz-transform: translateX(0%) translateY(-50%);
            -ms-transform: translateX(0%) translateY(-50%);
            -o-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%)
        }

    .swiper-categories .category-content-title {
        margin: 0;
        z-index: 1;
        color: #fff;
        transition: .5s;
    }

    .swiper-categories p {
        font-size: 18px;
        line-height: 1;
        margin: 0;
        z-index: 1;
        color: #fff;
        transition: .5s;
    }

    .swiper-categories .category-content-title a {
        color: #fff;
        text-decoration: none;
    }

    .swiper-categories .category-content-title {
        width: 900px;
    }

    .swiper-categories .category-img img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        z-index: 0;
    }

    .swiper-categories .category-img::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 5%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 5%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 5%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0) 100%)
    }

    .swiper-categories .category-box-number {
        margin-right: 30px;
        width: 75px;
    }

        .swiper-categories .category-box-number img {
            display: inline-block;
            position: relative;
            z-index: 0;
            /*filter: brightness(0) invert(1);*/
            width: 75px;
        }
/*.category-featured:not(.category-featured-active) .category-box-number {
    padding-left: 25px;
    transform: rotate(-90deg);
    transition: 0.5s
}

.category-featured.category-featured-active .category-box-number {
    transition: 0s
}*/

.category-featured .btn-anim-arrow a {
    padding: 0;
    background-color: transparent
}

.category-featured .btn-anim-arrow {
    padding-left: 10px;
    opacity: 0;
    transition: 0.9s
}

    .category-featured .btn-anim-arrow a svg {
        height: 30px !important;
        width: 30px !important
    }

    .category-featured .btn-anim-arrow i {
        font-size: 30px;
        line-height: 80px;
        color: #fff;
    }

.category-featured .featured-wrapper {
    display: none
}
/* END LIST HOME */

/* CATEGORY */
#categoriesSticky {
    background-color: #fff;
    /* position: -webkit-sticky;
    position: sticky;
    top: 115px;
    z-index: 1020;*/
}

    #categoriesSticky.is-sticky {
        box-shadow: var(--bs-box-shadow);
    }

.categories-tabs .category a {
    color: var(--bs-body-color);
}

    .categories-tabs .category a.active {
        font-weight: 700;
    }

.categories-tabs .category img {
    max-width: 75px;
    filter: brightness(0) invert(0);
    transition: all ease .3s;
}

.categories-tabs .category:hover img,
.categories-tabs .category.active img,
.categories-tabs .category a.active img {
    filter: none;
}
/* END CATEGORY */

/* PRODUCT */
.card-product {
    background-color: #f4f4f4;
    transition: all ease .3s;
}

    .card-product:hover {
        background-color: var(--bs-dark);
    }

    .card-product .category-name {
        color: var(--bs-primary);
    }

    .card-product .product-name {
        line-height: 1;
    }

    .card-product:hover .category-name,
    .card-product:hover .product-name {
        color: #fff;
    }

    .card-product .img-box {
        height: 175px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-product .img-product {
        max-width: 160px;
        max-height: 165px;
        margin: auto;
        object-fit: contain;
    }

    .card-product .plus {
        opacity: 1;
        position: absolute;
        right: 5px;
        bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        color: var(--bs-primary);
        transition: all ease .3s;
    }

    .card-product:hover .plus {
        color: #fff;
    }

    .card-product .plus i {
        font-size: 55px;
    }
/* END PRODUCT */

/* NEWS */
.row.list-news .col-lg-3,
.row.list-news .col-lg-6 {
    transition: all 0.4s ease-in-out;
}

.card-featured.card-news .title {
    font-size: 28px;
}

.card-featured.card-news .resume {
    -webkit-line-clamp: 4;
}

.card-news .title {
    font-size: 22px;
    line-height: 1.5;
    color: var(--bs-body-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-news:hover .title {
    color: var(--bs-primary);
}

.card-news .resume {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-news .date {
    color: #878787;
}

.card-news img {
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.card-news:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.card-news .card-body, .btn-primary {
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.view-all {
    color: var(--bs-body-color);
    font-weight: 700;
    text-decoration: none;
}

    .view-all i {
        font-size: 30px;
    }

.tags {
    position: sticky;
    top: 115px;
}

    .tags .badge {
        border: 1px solid var(--bs-body-color);
        color: var(--bs-body-color);
        margin: 0 0 4px;
    }

        .tags .badge.active,
        .tags .badge:hover {
            background: var(--bs-body-color);
            border: 1px solid var(--bs-body-color);
            color: #fff;
        }

.share a {
    display: inline-block;
}

    .share a img {
        background-color: var(--bs-dark);
    }
/* END NEWS */

/* PAGINATION */
.pagination li {
    margin: 2px;
    background: #fff;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .pagination li:hover,
    .pagination li.active {
        background: var(--bs-primary);
    }

        .pagination li:hover a {
            color: #fff;
        }

    .pagination li a {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        text-decoration: none;
        color: var(--bd-dark);
    }

    .pagination li.active a {
        color: #fff;
    }

    .pagination li.disabled {
        display: none;
    }
/* END PAGINATION */

/* FAIRS */
.card-fair .date .date-day {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.card-fair .title {
    font-size: 22px;
    line-height: 1.5;
    color: var(--bs-body-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-fair .slash {
    font-size: 50px;
    color: #d3d3d3;
}

.card-fair .date .day {
    font-size: 50px;
    line-height: 1;
}

.card-fair .btn-plus {
    font-size: 70px;
    line-height: 0.6;
    font-weight: 200;
    display: inline-block;
}

    .card-fair .btn-plus:hover {
        color: var(--bs-dark);
        font-weight: 300;
    }

.list-card-fair .card-fair {
    border-top: 1px solid #000 !important;
}

    .list-card-fair .card-fair:first-child {
        border-top: 0 !important;
    }

    .list-card-fair .card-fair:last-child {
        border-bottom: 0 !important;
    }
/* END FAIRS */

/* EXPERIENCE */
.timeline-cable .col-lg-4 {
    position: relative;
}

    .timeline-cable .col-lg-4:first-child:before {
        content: "";
        position: absolute;
        width: 45px;
        height: 31px;
        left: -45px;
        top: 23%;
        background-image: url(img/cable/terminal_eletrico.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

@media only screen and (min-width: 992px) {
    .timeline-cable div:nth-child(6n + 3) .card-experience:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 165px;
        left: 100%;
        top: 31%;
        border-radius: 0 7em 7em 0;
        border: 5px solid #f7d5d4;
        border-left: unset;
    }

    .timeline-cable div:nth-child(6n + 4) .card-experience:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 165px;
        right: 100%;
        top: 31%;
        border-radius: 7em 0 0 7em;
        border: 5px solid #f7d5d4;
        border-right: unset;
    }

    .timeline-cable div:last-child .card-experience:after {
        content: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .timeline-cable div:nth-child(4n + 2) .card-experience:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 165px;
        left: 100%;
        top: 31%;
        border-radius: 0 7em 7em 0;
        border: 5px solid #f7d5d4;
        border-left: unset;
    }

    .timeline-cable div:nth-child(4n + 3) .card-experience:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 165px;
        right: 100%;
        top: 31%;
        border-radius: 7em 0 0 7em;
        border: 5px solid #f7d5d4;
        border-right: unset;
    }

    .timeline-cable div:last-child .card-experience:after {
        content: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .timeline-cable div:nth-child(2n + 1) .card-experience:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 165px;
        left: 100%;
        top: 31%;
        border-radius: 0 7em 7em 0;
        border: 5px solid #f7d5d4;
        border-left: unset;
    }

    .timeline-cable div:nth-child(2n + 2) .card-experience:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 165px;
        right: 100%;
        top: 31%;
        border-radius: 7em 0 0 7em;
        border: 5px solid #f7d5d4;
        border-right: unset;
    }

    .timeline-cable div:last-child .card-experience:after {
        content: none;
    }
}

.card-experience {
    max-height: 160px;
    min-height: 160px;
}

    .card-experience:before {
        content: "";
        position: absolute;
        top: 31%;
        left: 0;
        height: 5px;
        width: 100%;
        background-color: #f7d5d4;
    }

    .card-experience img {
        filter: brightness(0) invert(1);
        width: 40px;
        height: 40px;
        transition: transform ease-in-out .3s;
    }

    .card-experience .link-experience .badge-experience {
        background-color: var(--bs-primary);
        transition: all ease-in-out .3s;
    }

    .card-experience .link-experience:hover .badge-experience {
        background-color: var(--bs-dark);
    }

    .card-experience .link-experience:hover img {
        transform: scale(1.2);
    }

.modal-experience .modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 99px;
    filter: brightness(0) invert(1);
    opacity: .8;
}

    .modal-experience .modal-header .btn-close:hover {
        opacity: 1;
    }

.modal-experience .cover {
    height: 240px;
    object-fit: cover;
    object-position: center center;
}

.modal-experience .icon {
    width: 40px;
    height: 40px;
}

.modal-experience .btn-next-modal {
    border: 0;
    background: transparent;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-experience .btn-next-modal::after {
        content: 'next';
        font-family: swiper-icons;
        margin-left: auto;
        font-size: 12px;
        line-height: 1;
        border: 1px solid var(--bs-gray-dark);
        border-radius: 99px;
        padding: 7px 10px;
        transition: all .3s;
    }

    .modal-experience .btn-next-modal:hover::after {
        color: #fff;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
    }
/* END EXPERIENCE */

/*PRODUTOS*/
.category-products + .category-products {
    margin-top: 50px;
}

.category-products:last-child {
    margin-bottom: 0;
}

.bg-product-2 {
    background-color: #e3e3e3;
}

.bg-product {
    background-color: #1c1c1c;
    background: #242424;
    /*background: linear-gradient(to bottom, #242424 80%, #fff 50%);*/
    color: #FFF;
    padding-top: 140px;
}

.title-product {
    font-size: 70px;
    line-height: 1;
}

.title-list-product {
    margin-bottom: 5px;
    color: #1c1c1c;
    font-size: 50px;
    line-height: 1;
}

.content-video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFF;
    background: rgb(0 0 0 / 40%);
}

.bg-light-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20%);
    background-color: var(--bs-light);
    z-index: -1;
}

.bg-light-video .video-text {
    padding-left: 10%;
}

.pulse-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulseVideo 2s infinite;
    transform: scale(1);
}

@keyframes pulseVideo {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.pulse-button.btn-white {
    background: #FFF;
    padding: 4px 9px;
    font-weight: 500;
}

    .pulse-button.btn-white:hover {
        background: #b4181d;
        color: #fff;
    }

.pulse-button.btn-white-hover-2:hover {
    background: #FFF;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}

@media (min-width: 992px) {
    .bg-product + .blocks-image-scroll .image-scroll {
        position: sticky;
        top: 130px;
        margin-top: -77vh !important;
        margin-bottom: 60px;
    }
}

.block-product {
    height: 235px;
    cursor: pointer;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
}

    .block-product img {
        max-height: 80px;
    }

    .block-product:hover {
        -webkit-transform: translate3d(0,-3px,0);
        transform: translate3d(0,-3px,0);
    }

    .block-product .plus {
        position: absolute;
        top: 15px;
        right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        transition: all ease .3s;
    }

        .block-product .plus i {
            font-size: 41px;
            color: #9c9c9c;
        }

    .block-product:hover .plus i {
        color: var(--bs-primary);
    }

.list-images .small-modal {
    position: absolute;
    top: 39px;
    left: 5px;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
}

    .list-images .small-modal.open {
        position: absolute;
        width: 96%;
        height: 99%;
        opacity: 1;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    .list-images .small-modal .modal-width {
        max-width: 75%;
        margin: auto;
    }
/*END PRODUTOS*/

/* ACCORDION */
.accordion .accordion-item {
    border-radius: 30px 0 0 0;
}

.accordion .accordion-button {
    background-color: var(--bs-dark);
    color: #fff;
    border-radius: 30px 0 0 0 !important;
    box-shadow: none;
}

.accordion-button::after {
    content: "\F4FE";
    font-family: bootstrap-icons !important;
    background-image: none !important;
    filter: brightness(0) invert(1);
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    content: "\F2EA";
    transform: none;
}
/* END ACCORDION */

/* CARACTERÍSTICAS TÉCNICAS */
.switch-values .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .switch-values .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-values .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #1d1d1d;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switch-values .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch-values input:focus + .slider {
    box-shadow: 0 0 1px var(--bs-primary);
}

.switch-values input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.switch-values .active {
    color: var(--bs-dark);
    font-weight: 700;
}

.list-technical-characteristics {
    padding-left: 15px;
    padding-right: 15px;
}

    .list-technical-characteristics:nth-child(even) {
        background-color: #f8f9fa;
    }
/* END CARACTERÍSTICAS TÉCNICAS */

/* SLIDER UP LIST */
@media (min-width: 992px) {
    [data-masonry] .col-lg-6:nth-child(2) {
        margin-top: -45px;
    }
}

.slider-up-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #F8F9FA;
    color: #fff;
    border-radius: 15px;
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

    .slider-up-box:hover {
        transform: scale(1.02);
        box-shadow: 0 16px 32px rgba(46, 54, 65, .08);
    }

    .slider-up-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 60%);
        backdrop-filter: blur(4px);
        z-index: 0;
    }

    .slider-up-box.bg-dark * {
        color: #fff;
    }

    .slider-up-box img {
        height: 76px;
    }

    .slider-up-box .title {
        color: #fff;
        font-size: 26px;
        line-height: 1.1;
    }

@media (max-width: 480px) {
    .slider-up .title {
        font-size: 20px;
    }
}
/* END SLIDER UP LIST */

/* FLIP CARD */
.flip-card {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    pointer-events: auto;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    pointer-events: none;
}

.flip-card-front,
.flip-card-back {
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backface-visibility: hidden;
    overflow: hidden;
}

.flip-card-front {
    z-index: 2;
}

.flip-card-back {
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flip.flip-card-back p:last-child {
    margin-bottom: 0;
}

/* END FLIP CARD */

/* SWIPER CENTERED */
.bg-swiper {
    mix-blend-mode: normal;
    height: 65%;
    margin-right: 57px;
    margin-left: 55px;
    position: absolute;
    bottom: 0;
    padding-left: unset;
    padding-right: unset;
    display: block;
    width: calc(100% - 112px);
}

@media (max-width: 768px) {
    .bg-swiper {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 700px) {
    .bg-swiper {
        height: 575px;
    }
}

.card-center-swiper {
    background-color: transparent;
    max-width: 700px;
}


    .card-center-swiper img {
        max-height: 370px;
    }

.swiper-centered-cards .swiper-slide .card-body .content .title,
.swiper-centered-cards .swiper-slide .card-body .content .description {
    opacity: 1;
    transition: all 1s;
    transition-delay: .5s;
}

.swiper-centered-cards .swiper-slide .card-body .content .description {
    transition-delay: .8s;
}

.swiper-centered-cards .swiper-slide:not(.swiper-slide-active) .card-body .content .title,
.swiper-centered-cards .swiper-slide:not(.swiper-slide-active) .card-body .content .description {
    opacity: 0;
    transition: all 1s;
}

.swiper-centered-cards .custom-navigation {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, -5px);
    width: 105px;
    height: 40px;
    z-index: 1;
}
/* END SWIPER CENTERED */

/* SWIPER CARDS RIGHT */
.swiper-cards-right .swiper-slide {
    height: auto;
}

.swiper-cards-right .icon {
    width: 70px;
    height: auto;
}

.swiper-cards-right h3 {
    min-height: 68px;
}

@media (min-width: 576px) {
    .container-fluid-to-normal {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-fluid-to-normal {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-fluid-to-normal {
        max-width: 960px;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .container-fluid-to-normal {
        max-width: 100%;
    }
}
/* END SWIPER CARDS RIGHT */

/* SWIPER SAME NAVIGATION BUTTONS */
.swiper-centered-cards .swiper-button-next,
.swiper-centered-cards .swiper-button-prev,
.swiper-cards-right .swiper-button-next,
.swiper-cards-right .swiper-button-prev {
    color: var(--bs-heading-color);
    position: absolute;
    left: 5px;
    bottom: 0;
}

    .swiper-centered-cards .swiper-button-next:hover:after,
    .swiper-centered-cards .swiper-button-prev:hover:after,
    .swiper-cards-right .swiper-button-next:hover:after,
    .swiper-cards-right .swiper-button-prev:hover:after {
        color: #fff;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
    }

    .swiper-centered-cards.swiper-button-next:hover,
    .swiper-centered-cards .swiper-button-prev:hover,
    .swiper-cards-right .swiper-button-next:hover,
    .swiper-cards-right .swiper-button-prev:hover {
        color: var(--bs-primary);
    }

.swiper-centered-cards .swiper-button-next,
.swiper-cards-right .swiper-button-next {
    margin-left: 42px;
}

    .swiper-centered-cards .swiper-button-next:after,
    .swiper-centered-cards .swiper-button-prev:after,
    .swiper-cards-right .swiper-button-next:after,
    .swiper-cards-right .swiper-button-prev:after {
        font-size: 15px;
        border: 1px solid var(--bs-gray-dark);
        border-radius: 99px;
        padding: 8px 12px;
        transition: all .3s;
    }
/* END SWIPER SAME NAVIGATION BUTTONS */

/* ACCORDION VERTICAL */
.accordion-vertical {
    display: flex;
    min-height: 350px;
    max-height: 350px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

    .accordion-vertical li {
        max-width: 85px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: default;
        flex: 1;
        display: flex;
        align-items: stretch;
        justify-content: center;
        position: relative;
        margin-right: 10px;
        transition: all 0.5s ease;
    }

        .accordion-vertical li:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(0 0 0 / 22%);
            backdrop-filter: blur(4px);
        }

        .accordion-vertical li.active {
            max-width: 100%;
            flex: 2;
        }

            .accordion-vertical li.active .section-content {
                flex: 4;
                opacity: 1;
                transform: scaleX(1);
                color: #fff;
                position: relative;
                font-size: 18px;
            }

        .accordion-vertical li .section-content .content-width {
            width: 50%;
        }

@media (max-width: 992px) {
    .accordion-vertical li .section-content .content-width {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .accordion-vertical li .section-content .content-width {
        width: 100%;
    }
}

.accordion-vertical li .section-title {
    flex: 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    transition: all ease-in-out .15s;
}

.accordion-vertical li.active .section-title {
    opacity: 0;
    width: 0;
}

.accordion-vertical li.active .section-content .section-title {
    display: flex;
    margin-bottom: 10px;
    opacity: 1;
    width: 100%;
}

    .accordion-vertical li.active .section-content .section-title .title {
        transform: none;
    }

.accordion-vertical li .section-title .title {
    color: #fff;
    margin: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.accordion-vertical li .section-content {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: all 0.25s 0.1s ease-out;
    position: absolute;
    top: 0;
}
/* END ACCORDION VERTICAL */

/* TIMELINE */
.timeline-nav {
    position: sticky;
    z-index: 99;
    top: 0;
    transition: top 0.3s ease-out;
}

    .timeline-nav ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

        .timeline-nav ul li {
            margin: 15px 0;
            color: #bfc1c3;
            border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
            cursor: pointer;
            width: fit-content;
            transition: all 0.3s ease-out;
        }

            .timeline-nav ul li.active {
                font-weight: bold;
                color: var(--bs-primary);
                border-bottom: 1px dotted transparent;
                font-size: 20px;
            }

            .timeline-nav ul li:hover {
                color: #000;
            }
/* END TIMELINE */

/* SLIDER CLIENTS */
.slider-clients-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.slider-clients-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.client-slide {
    flex: 0 0 auto;
    margin: 0 20px;
}

    .client-slide img {
        object-fit: contain;
        height: 80px;
        width: 100%;
        max-width: 165px;
        filter: grayscale(100%);
    }

    .client-slide:hover img {
        filter: none;
    }
/* END SLIDER CLIENTS */

/* CAREER */
.bg-careers {
    background-color: #171819;
}

.card-career {
    background-color: transparent;
    border-radius: 15px;
    overflow: hidden;
}

    .card-career .title {
        font-size: 22px;
        line-height: 1.5;
    }

    .card-career .btn {
        background-color: #fff;
        color: var(--bs-dark);
        position: absolute;
        right: 0;
        bottom: 0;
        letter-spacing: 0px;
    }

        .card-career .btn:hover {
            background-color: var(--bs-primary);
            color: #fff;
        }
/* END CAREER */

/* LIST TABS - LIST DOCUMENTS */
.nav-pills .nav-link {
    color: #6d6e70;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link,
    .nav-pills .nav-link:focus,
    .nav-pills .nav-link:hover {
        color: #404041;
        font-weight: 500;
        background-color: transparent;
        border-radius: 0;
        box-shadow: 0 1px 0 0px var(--bs-primary);
    }

.card-document a {
    color: #404041;
    font-weight: 500;
}

.card-document .doc-size {
    color: #6d6e70;
    font-size: 14px;
}

.card-document:hover a,
.card-document:hover .bi-download {
    color: var(--bs-primary);
}
/* END LIST TABS - LIST DOCUMENTS */

/* CONTACTOS */
.box-mapa,
.map {
    min-height: 455px;
}

.zipcode {
    margin-top: -15px;
}

#countriesTab .nav-item {
    margin-right: 15px;
}

    #countriesTab .nav-item:last-child {
        margin-right: 0;
    }

.embed-responsive-map {
    position: relative;
    overflow: hidden;
}

    .embed-responsive-map .embed-responsive-item {
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: calc(100% + 67px);
        margin-top: -67px;
    }
/* END CONTACTOS */

/*FOOTER*/
footer {
    background-color: #1D1D1D;
    color: #fff;
    z-index: 0;
}

    footer a {
        color: #fff;
    }

    footer .logo-footer {
        max-height: 50px;
        filter: brightness(0) invert(1);
    }

    footer .title {
        color: #A5A5A5;
    }

    footer .nav a,
    footer .nav a:hover,
    footer .nav a:focus {
        color: #fff;
    }

    footer .policy .nav a {
        padding-left: 0;
        padding-right: 0;
        margin: 0 12px;
    }

    footer .policy .nav .nav-item:first-child a {
        margin-left: 0;
    }

    footer .policy .nav .nav-item:last-child a {
        margin-right: 0;
    }

    footer .nav img {
        filter: brightness(0) invert(1);
        width: 35px;
        height: 35px;
    }

        footer .nav img:hover {
            filter: none;
        }

.policy {
    border-top: 1px solid #5b5b5b;
}

.copyright {
    background: #000000;
}

    .copyright a {
        color: #fff;
        text-decoration: none;
    }

        .copyright a:hover {
            color: var(--bs-primary);
        }
/* END FOOTER */

/* COOKIES */
.cc--netsigma {
    --cc-bg: #FFF;
    --cc-primary-color: #112954;
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: #00205c;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: #002f88;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #ebebeb;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #000;
    --cc-btn-secondary-hover-color: #FFF;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 0 0 0 0 / 0 0;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
    --cc-border-radius: 0;
}

#s-c-bn:hover {
    background: #b0b0b0;
}

.c-bn, .c-bn:hover {
    text-transform: uppercase;
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover, #s-c-bn:hover {
    color: #FFF;
}

.cc_div .title {
    font-size: 1em;
    display: block;
    margin: 0;
}

    .cc_div .title::before {
        content: none;
    }
/* END COOKIES */

@media only screen and (min-width: 1200px) {
    .navbar .navbar-brand img {
        width: 250px;
    }
}

@media only screen and (min-width: 991px) {
    .py-10 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .pt-10 {
        padding-top: 6rem;
    }

    .pb-10 {
        padding-bottom: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 210px;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
        --animate-duration: 0.2s;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-brand.logo img {
        width: 100px;
    }

    .navbar .navbar-nav {
        display: inherit;
        margin-top: 15px;
    }

    .navbar-nav .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar .navbar-nav .nav-item:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #dfdfdf;
    }

    .navbar .navbar-nav.addition-nav .nav-item:after {
        content: none;
    }

    .navbar .navbar-nav:not(.addition-nav) .nav-item:last-child {
        margin-bottom: 35px;
    }

    .navbar .lang .nav-link {
        padding: 4px;
    }

    .navbar-nav .dropdown-menu.dropdown-menu-lingua {
        margin-top: 0px !important;
        margin-bottom: 0;
    }

    .navbar-nav button.nav-link.show .menu-arrow {
        transform: rotate(0deg);
    }

    .navbar button.nav-link .menu-arrow {
        left: auto;
    }

    .navbar .navbar-nav.level-2 .nav-item {
        margin-right: auto;
    }

    .navbar .nav-item::before {
        content: none;
    }

    .navbar .level-2 .nav-item.dropdown button.nav-link {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #dee2e6 !important;
        padding: 13px 12px;
    }

    .navbar .level-3:nth-child(1n+3) .nav-item.dropdown button.nav-link {
        padding: 6px 10px;
        max-height: 40px;
    }

    .navbar .nav-item .dropdown-menu.level-4,
    .navbar .nav-item .dropdown-menu.level-5 {
        padding-left: 15px;
        padding-top: 0 !important;
    }

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-menu .nav-item.dropdown.hover {
        background: transparent;
        color: var(--bs-primary);
    }

    .dropdown-item {
        padding: 6px 10px;
        width: fit-content;
    }

    .dropdown-menu {
        margin-bottom: 20px;
    }

    .navbar-nav .dropdown-menu li {
        border-bottom: 0;
    }

    .navbar .search .nav-link .open-search span {
        color: #575757;
    }

    .navbar.affix .search .nav-link {
        border-bottom: 0;
    }

    .navbar .search .dropdown-menu {
        background-color: #fff;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .modal-search .form-control, .modal-search .form-control::placeholder {
        font-size: 20px;
    }

    .navbar .navbar-collapse.show .navbar-nav.ms-lg-auto {
        position: relative;
        display: inherit !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
        max-height: 85vh;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .card-product .img-product {
        max-width: 125px;
    }

    .category-products {
        padding-top: 200px;
    }
}

.bg-body-for-text-effect {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-floating-text {
    position: relative;
    height: 125vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

    .block-floating-text .big-font-wrapper {
        opacity: 0; /* Start with the text hidden */
        transform: translateY(50px); /* Start with the text moved down */
        transition: opacity 0.9s ease, transform 0.5s ease;
        overflow: hidden;
        z-index: 1;
    }

        .block-floating-text .big-font-wrapper .big-font {
            color: #fff;
            display: inline-block;
            font-size: 3vw;
            line-height: 1.2;
            font-weight: 500;
            mix-blend-mode: multiply;
            white-space: nowrap;
        }

@media(max-width:576px) {
    .block-floating-text .big-font-wrapper .big-font {
        font-size: 45px
    }

    .card-fair .date .day {
        font-size: 34px;
    }

    .widgets {
        bottom: 20px;
    }
}

.big-font {
    min-width: 100%;
}

.rotating {
    font-size: 4em;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.text-rotating {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 1em; /* Ajuste conforme o tamanho da fonte */
    overflow: hidden;
}

.rotating-word {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(100%);
    color: #b4181d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .rotating-word.active {
        opacity: 1;
        /*! transform: translateY(0%); */
    }
/*REMOVER ???*/
/* Custom Range Slider Styles */
.dual-range-container {
    position: relative;
}

.dual-range-wrapper {
    position: relative;
    height: 4px;
    background: #e9ecef;
    border-radius: 3px;
    margin: 15px 0;
}

.dual-range-track {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, #b41412 0%, #68100f 100%);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.dual-range-input {
    position: absolute;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

    .dual-range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: var(--bs-primary);
        border: 3px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        pointer-events: all;
        transition: all 0.2s ease;
        position: relative;
        z-index: 2;
    }

    .dual-range-input::-moz-range-thumb {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: var(--bs-primary);
        border: 3px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        pointer-events: all;
        transition: all 0.2s ease;
    }

    .dual-range-input::-webkit-slider-thumb:hover {
        transform: scale(1.1);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    }

    .dual-range-input::-moz-range-thumb:hover {
        transform: scale(1.1);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    }

    .dual-range-input::-webkit-slider-track {
        background: transparent;
    }

    .dual-range-input::-moz-range-track {
        background: transparent;
        border: none;
    }

.range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 0.875rem;
}

.range-value {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 4px 8px;
    min-width: 60px;
    text-align: center;
    font-weight: 500;
    color: #495057;
}

    .range-value.active {
        background: #b41412;
        color: white;
        border-color: #b41412;
    }

.specification-range {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
    transition: all 0.2s ease;
}

    .specification-range:hover {
        border-color: var(--bs-primary);
        box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
    }

    .specification-range.has-values {
        border-color: #ececec;
        background: #f8f9ff;
    }

.range-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.range-title {
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.range-unit {
    background: #e9ecef;
    color: #6c757d;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.range-limits {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 5px;
}

.clear-range-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .clear-range-btn:hover {
        background: #dc3545;
        color: white;
    }

.units-toggle .btn {
    font-size: 0.875rem;
    font-weight: 500;
}

.property-filter {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
}

.animate-slide-in {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-check {
    font-size: 16px;
}
