.slidermenu-section-crm{padding-bottom: 20px;}.slidermenu-wrapper {display: flex;background-color: #fff;box-shadow: 0 10px 30px rgba(0,0,0,0.1);height: 520px;border-radius: 10px;overflow: hidden;}#main-destaque-link {display: block;width: 100%;height: 100%;}#main-destaque-img {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: translateX(0);will-change: transform;}#main-destaque-img.slide-from-right {animation: slideInRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;}@keyframes slideInRight {from {transform: translateX(100%);}to {transform: translateX(0);}}.slidermenu-image-container {flex: 1.2;position: relative;overflow: hidden;}.slidermenu-image-container {position: relative;width: 100%;height: 100%;overflow: hidden;background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #f0f0f0;}.slidermenu-image-container img {width: 100%;height: 100%;object-fit: cover;display: block;transition: opacity 0.5s ease;}.slidermenu-list {flex: 1;display: flex;flex-direction: column;scroll-behavior: smooth;}.slidermenu-list::-webkit-scrollbar {display: none;}.slidermenu-list::-webkit-scrollbar-track {background: #f1f1f1;}.slidermenu-list::-webkit-scrollbar-thumb {background: #ccc;border-radius: 4px;}.slidermenu-list::-webkit-scrollbar-thumb:hover {background: #e6b800;}.slidermenu-item {flex: 0 0 33.3333%;padding: 15px 20px;border-bottom: 1px solid #eee;background-color: #fdfdfd;cursor: pointer;transition: all 0.2s ease;display: flex;flex-direction: column;justify-content: center;box-sizing: border-box;}.slidermenu-item:hover {}.slidermenu-item.active {color: #fff;border-bottom-color: rgba(0,0,0,0.15);}.slidermenu-item .item-header {display: flex;justify-content: space-between;margin-bottom: 8px;}.slidermenu-item .item-header h3 {font-size: 1.2rem;font-weight: 700;color: #333;margin: 0;width: 70%;line-height: 1.2;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.slidermenu-item.active .item-header h3 {color: #fff;}.slidermenu-item .price {font-size: 1.1rem;font-weight: 800;white-space: nowrap;}.slidermenu-item.active .price {color: #fff;}.slidermenu-item .price small{font-weight: normal;font-size: 0.8rem;}.slidermenu-item .description {font-size: 0.85rem;color: #999;line-height: 1.4;margin-bottom: 15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.slidermenu-item.active .description {color: #fff;}.slidermenu-item .item-footer {display: flex;justify-content: space-between;align-items: center;margin-top: auto;}.slidermenu-item .item-footer .location {font-size: 0.85rem;font-weight: 500;color: #333;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}.slidermenu-item.active .location {color: #fff;}.slidermenu-item .item-footer .btn-detalhes {background: linear-gradient(to bottom, #f7f7f7, #e6e6e6);border: 1px solid #ccc;padding: 6px 10px;font-size: 0.8rem;font-weight: 700;border-radius: 3px;cursor: pointer;color: #333;transition: background 0.2s;white-space: nowrap;width: auto;min-width: fit-content;}.slidermenu-item .item-footer .btn-detalhes:hover {background: #ddd;}@media (min-width: 1024px) {.slidermenu-list {overflow-y: auto;scrollbar-width: none;-ms-overflow-style: none;}}@media (max-width: 992px) {.slidermenu-list {overflow-y: hidden;}.slidermenu-wrapper {flex-direction: column;height: 522px;}.slidermenu-image-container {flex: 0 0 40%;height: 40%;}.slidermenu-list {flex: 1;height: 60%;-webkit-overflow-scrolling: touch;}.slidermenu-item {flex: 0 0 33.3333%;padding: 10px 15px;justify-content: center;}.slidermenu-item .item-header {flex-direction: column;align-items: unset;}.slidermenu-item .item-header h3 {font-size: 1.0rem;width: 100%;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}.slidermenu-item .item-header .price {font-size: 1rem;}.slidermenu-item .description {display: none;}}