.d-flex {
	display: flex;
	align-items: center;
}
.justify-around {
	justify-content: space-around;
}
.carousel-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.product-sm-carousel .owl-item {
	display: inline-flex;
	vertical-align: top;
	gap: 0px;
	padding: 0 2px;
}
.product-sm-carousel .owl-stage {
    padding-left: 0;
    padding-right: 0;
}
.product-sm-carousel {
	overflow: hidden;
	width: 110% !important;
	margin-left: -5%;
}
.product-sm-carousel .owl-stage-outer {
    overflow: visible;
}
.product-sm-carousel .owl-item {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform-origin: center center;
    perspective: 1000px;
}
.product-sm-carousel .owl-item.center {
    transform: scale(1) rotateY(0deg) translateZ(30px);
    z-index: 10;
    opacity: 1;
}
.product-sm-carousel .owl-item:not(.center) {
    transform: scale(0.9) rotateY(-10deg);
    opacity: 0.6;
}
.product-sm-carousel .owl-item.active:hover {
    transform: scale(1.05) rotateY(0deg);
    opacity: 1;
    filter: none;
}

@media (max-width: 1499px) {
    .carousel-container {
        max-width: 1200px;
        padding: 0 10px;
    }
}

@media (max-width: 1399px) {
    .carousel-container {
        max-width: 1200px;
        padding: 0 10px;
    }

	.pull-right {
        right: -35px !important;
    }

    .pull-left {
        left: -35px !important;
    }
}

@media (max-width: 1199px) {
    .carousel-container {
        max-width: 100%;
        width: 95%;
        padding: 0 10px;
    }
    
    .product-sm-carousel {
        width: 105% !important;
        margin-left: -2.5%;
    }
}

@media (max-width: 991px) {
    .carousel-container {
        width: 98%;
        padding: 0 8px;
    }
    
    .product-sm-carousel {
        width: 102% !important;
        margin-left: -1%;
    }
}

@media (max-width: 767px) {
    .carousel-container {
        width: 100%;
        padding: 0 5px;
    }
    
    .product-sm-carousel {
        width: 100% !important;
        margin-left: 0;
    }
    
    .product-sm-carousel .owl-item {
        padding: 0 1px;
    }
}

/* Mobile pequeno (até 575px) */
@media (max-width: 575px) {
    .carousel-container {
        width: 100%;
        padding: 0;
    }
    
    .product-sm-carousel {
        width: 100% !important;
        margin-left: 0;
    }
    
    .product-sm-carousel .owl-item {
        padding: 0;
        gap: 0;
    }
}

@media (max-width: 767px) {
    .product-sm-carousel .owl-item:not(.center) {
        transform: scale(0.95) rotateY(-5deg); 
        opacity: 0.8;
    }
    
    .product-sm-carousel .owl-item.center {
        transform: scale(1) rotateY(0deg) translateZ(15px);
    }
}

@media (max-width: 480px) {
    .product-sm-carousel .owl-item:not(.center) {
        transform: scale(1);
        opacity: 0.9;
    }
    
    .product-sm-carousel .owl-item.center {
        transform: scale(1);
    }
    
    .product-sm-carousel .owl-item.active:hover {
        transform: scale(1);
    }
}

.moldura {
	height: 100%;
}

.single-news.moldura {
    position: relative;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    clip-path: inset(0 1px);
}

/* Parte superior da moldura (before) */
.single-news.moldura::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px; 
    background-image: url('../image/frame-top.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Parte inferior da moldura (after) */
.single-news.moldura::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px; 
    background-image: url('../image/frame-bottom.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.single-news.moldura > * {
    position: relative;
    z-index: 2;
}


.single-news .sn-img,
.single-news .sn-content {
    margin: 10px 0;
}

.disabled {
	display: none;
}
.single-news .sn-img,.single-news .sn-content {
	width: 100%;
}
.banner-sm img:hover,.language-select:hover {
	cursor: pointer;
}
.language-select {
	border: none;
	background-color: transparent;
	padding: 0;
}
.menu-area .menu li > a {
	text-transform: uppercase;
}
.top-search .search-icon {
	position: absolute;
	right: 13px;
	top: -5px;
	z-index: 10;
}
.search-box {
	top: 55px;
}
.search-text {
	position: absolute;
	right: 38px;
	top: 13px;
}
#demopro .thumbnail {
	margin-bottom: 0;
}
[data-revenda] > .single-news:hover {
	cursor: pointer;
}
.latest-news-area .text-center > i {
	line-height: 25px;
	font-size: 15px;
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #B7B7B7;
	color: #000 !important;
}
.latest-news-area .text-center > i:hover {
	cursor: pointer;
}
.pull-left {
	position: absolute; left: -70px; top: 200px; z-index: 9999;
}
.pull-right {
	position: absolute; right: -70px; top: 200px; z-index: 9999;
}
.r-top {
	width: 88%;
}
.r-top p {
	width: 100%;
}
.location .location-text h1 {
	margin-top: 100px;
}
.faq-content {
	margin: 40px;
}
.faq-content ol li {
	margin: 15px 0;
}
.faq-content li b ~ * {
	margin-left: 20px;
}
.location {
	height: auto;
}
.location-text p {
	margin-bottom: 100px;
}
#youtube-background-video {
	width: 100%;
	height: 100%;
	position: absolute;
}
.fa.social-media {
	margin: 10px;
	font-size: 23px;
	transition: color .2s;
}
.fa.social-media:hover {
	color: #7e2cbb;
	cursor: pointer;
}
.single-success .su-content a {
	display: inline-block;
}
#potenciacontinua, #potenciamusical {
	width: 100%;
}
#potenciamusical:after {
	content: "0 2500 5000";
	width: 100%;
	border-bottom: dotted 2px #B7B7B7;
	margin-bottom: 4px;
	display: inline-block;
	text-align-last: justify;
}
#potenciacontinua:before {
	content: "0 1250 2500";
	width: 100%;
	border-top: dotted 2px #B7B7B7;
	margin-top: 10px;
	display: inline-block;
	text-align-last: justify;
}
#content > h1, #content > h3, #content > h3 + div.row {
	display: none;
}
.crumbs {
	box-shadow: none;
}
.btn-success,.btn-primary {
	background-color: #7e2cbb;
	background-image: none;
	border: none;
}
.btn-success:hover,.btn-primary:hover {
	background-color: #5E1F8D;
}

.latest-news-area {
    display: flex;
    align-items: center; 
}

.rede-sociais {
	position: absolute;
	bottom: 10px; 
	right: 0;
}

.owl-stage {
	max-height: 750px;
	height: 450px;
}

.owl-stage-outer {
	max-height: 750px;
}

.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* CSS para transição suave da logo */
.logo img {
    transition: opacity 0.3s ease-in-out;
}

/* Logo padrão (visível por padrão) */
.logo .logo-default {
    opacity: 1;
}

/* Logo do scroll (oculta por padrão) */
.logo .logo-scroll {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Quando a classe 'scrolled' é adicionada ao header */
header.scrolled .logo .logo-default {
    opacity: 0;
}

header.scrolled .logo .logo-scroll {
    opacity: 1;
}

.logo {
    position: relative;
    display: inline-block;
	text-align: center;
	padding-top: 5px;
}

@media screen and (max-width: 987px) {
	.ht-newsletter h2 {
		margin-bottom: 0px;
	}
	.centerObjs > img {
		transform: translate(0, 20px);
	}
	.meanmenu-reveal {
		transform: translate(0, -20px);
	}

	.newsletter-forn-in .form-group {
		margin-bottom: 45px;
	}

	.subscribe-section {
		padding: 0 0 50px;
	}

	.rede-sociais {
		bottom: -40px !important;
		right: 30px !important;
	}
}

@media (max-width: 541px) {
	.owl-stage {
		max-height: 390px;
	}
	
	.owl-stage-outer {
		max-height: 390px;
	}
	
	.pro-single-img, .pro-single-img a {
		display: block;
		max-height: 390px;
		overflow: hidden;
	}
	
	.pro-single-img img {
		width: 100%;
		height: 390px;
		object-fit: contain;
	}
}

@media (max-width: 320px) {
	.owl-stage {
		max-height: 290px;
	}
	
	.owl-stage-outer {
		max-height: 290px;
	}
	
	.pro-single-img, .pro-single-img a {
		display: block;
		max-height: 290px;
		overflow: hidden;
	}
	
	.pro-single-img img {
		width: 100%;
		height: 290px;
		object-fit: contain;
	}
}
