.outros_cases .elementor-post__thumbnail-background {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding: 40px 40px;

}

.outros_cases .taxonomy-term {
	color: var(--black-70, #B3B3B3);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 150% */
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

.ourtros_cases .elementor-posts--skin-skin_simples {
	border-radius: 8px;
}

.outros_cases .elementor-post__thumbnail-background {
	height: 570px;
}

body .swiper-controls.cases .swiper-button-next,
body .swiper-controls.cases .swiper-button-prev {
	position: relative !important;
	width: auto;
	height: auto;
	padding: 10px;
	border: 0px !important;
	text-align: center;
	line-height: 40px;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 1px;
	left: 1px;
	background-color: #000;
	z-index: 0;
	border-radius: 8px;
}

body .swiper-controls.cases {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

body .acf-servicos-slider .swiper-controls.cases {
	margin-bottom: 0PX
}

body .swiper-controls.cases .swiper-button-prev {
	left: -20px;
	background: linear-gradient(to left, #000 30%, #fff 100%);

}

body .swiper-controls.cases .swiper-button-next {
	left: 20px;
	background: linear-gradient(to right, #000 30%, #fff 100%);
}

body .swiper-controls.cases .swiper-button-next:after {
	content: url('/wp-content/uploads/2025/06/setas-cases.svg');
	font-size: 20px;
	line-height: 42px;
	position: absolute;
	display: block;
	width: 38px;
	height: 38px;
	top: 1px;
	left: 1px;
	background-color: #000;
	z-index: 0;
	border-radius: 8px;

}


body .swiper-controls.cases .swiper-button-prev:after {
	content: url('/wp-content/uploads/2025/06/setas-casesprev.svg');
	font-size: 20px;

	line-height: 42px;
	position: absolute;
	display: block;
	width: 38px;
	height: 38px;
	top: 1px;
	left: 1px;
	background-color: #000;
	z-index: 0;
	border-radius: 8px;

}

body .swiper-controls.cases .swiper-button-next:hover:after {
	content: url('/wp-content/uploads/2025/07/setas-cases-hover-next.png') !important;
}

body .swiper-controls.cases .swiper-button-prev:hover:after {
	content: url('/wp-content/uploads/2025/07/setas-cases-hover-prev.png') !important;
}


.main-molduras {

	z-index: 2 !important;

	overflow-y: hidden !important;
}

.filtros-cases {

	top: 0 !important;

	max-height: 0px;
	width: 100% !important;
	opacity: 0;

	transition: opacity 0.3s ease-in-out !important;
	z-index: 1 !important;
	overflow: hidden;

}

.filtros-cases.active {
	position: fixed !important;
	z-index: 9999 !important;
	opacity: 1;
	max-height: 100vh !important;
	min-height: 100vh !important;
	overflow: auto !important;
	


}



#filtro-elementor-form{
    min-width:320px;
}
.botao_filtros_fechar{
    width:100%!important;
    text-align:right;
}

.filtros-cases.disabled {

	z-index: 3 !important;
	opacity: 0;


}


.filtrar-opcoes-cases input[type="checkbox"] {
	/* Esconde o checkbox nativo */
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}


.filtrar-opcoes-cases label {

	position: relative;
	padding-left: 30px;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	line-height: 16px;
	color: #ddd;
	padding-bottom: 30px;
}

.filtrar-opcoes-cases label span {
	color: var(--white-00, #FFF);
	text-align: center;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2.8px;
}


.filtrar-opcoes-cases label span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	/* cinza escuro */
	border-radius: 4px;
	box-sizing: border-box;
	border: 2px solid #FFF;
}


.filtrar-opcoes-cases input[type="checkbox"]:checked+span::before {
	content: "✓";
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	background-color: #B3B3B3;
	border-radius: 4px;
	padding-left: 1px;
	border: 0px;

}


.conteudo-acordeao.fechado {
	display: none;
	padding: 10px 0;

}

.conteudo-acordeao {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.titulo-acordeao {
	cursor: pointer;
	color: var(--white-00, #FFF);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 150% */
	letter-spacing: 3.2px;
	text-transform: uppercase;
	margin: 15px 0px 25px 0px;
}

.titulo-acordeao::after {
	content: url('/wp-content/uploads/2025/07/chevron-up.svg');
	position: absolute;
	right: 0;
}

.titulo-acordeao.ativo::after {
	content: url('/wp-content/uploads/2025/07/chevron-down.svg');
}


.popup-button .elementor-button-text {

	font-size: 14px;
}
.filtros-cases{
    width:auto!important;
    padding: 20px!important;
}

.filtros-cases .elementor-widget-button:not(.botao_filtros_fechar) {
    position: sticky;
    bottom: -20px;
    background: #000;
    padding: 20px 0px;
}

.filtros-ativos {
	display: flex;
	flex-direction: column;
	margin-top: -40px;
}

.filtros-opcoes-ativas {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
}

.filtros-ativos strong {
	color: var(--black-70, #B3B3B3);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 150% */
	letter-spacing: 3.2px;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.filtros-ativos .filtro-item {
	border-radius: 100px;
	border: 1px solid var(--white-00, #FFF);
	display: flex;
	height: 36px;
	padding: 4px 16px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: var(--white-00, #FFF);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.filtros-ativos .filtro-item a {
	color: var(--white-00, #FFF);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.6px;
}


.botao_filtros .elementor-button {
	cursor: pointer
}


.visitar_links_cases .elementor-icon-list-item:hover span {
	font-weight: 600;
}

.submarcas-widget-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.filtros-cases::-webkit-scrollbar {
width: 10px;

}

.filtros-cases::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}

.filtros-cases::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.filtros-cases::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
@media (max-width:1024px) {
	

	.visitar_links_cases .elementor-icon-list-items {
		flex-direction: column;
		gap: 40px
	}

	.outros_cases .taxonomy-term {

		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		/* 200% */
		letter-spacing: 2.4px;

	}

	body .acf-servicos-grid {
		display: flex !important;
		flex-direction: column;
	}

	.submarcas-widget-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}




.acf-servicos-grid {
	display: grid;
	gap: 20px;

}

/* Grid dinâmico com JS */
.acf-servicos-grid.columns-1 {
	grid-template-columns: repeat(1, 1fr);
}

.acf-servicos-grid.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.acf-servicos-grid.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.acf-servicos-grid.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.acf-servicos-grid.columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

body .acf-servicos-grid-wrapper,
body .acf-servicos-slider {
	display: none;
}

.acf-servicos-grid-wrapper.active,
.acf-servicos-slider.active {
	display: block;
}

.video-cases-hosted .elementor-wrapper video {
	height: 600px;
}

body .video-cases-hosted .elementor-wrapper {
	video-aspect-ratio: 1;
	--video-aspect-ratio: 1;
	aspect-ratio: 1;
	border-radius: 10px;
}

.elementor-widget-acf_servicos {
	position: relative;
	z-index: 1;
}

.elementor-widget-acf_servicos .elementor-widget-container {
	width: 100%;
	margin: 0;
	position: relative;
	background: white;
	z-index: 2;
}

.elementor-widget-acf_servicos .elementor-widget-container::before,
.elementor-widget-acf_servicos .elementor-widget-container::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #0F0F0F;
	z-index: 1;
	width: 100%;
}

.elementor-widget-acf_servicos .elementor-widget-container::before {
	right: 100%;
}

.elementor-widget-acf_servicos .elementor-widget-container::after {
	left: 100%;
}

body .video-cases-hosted .elementor-open-inline .elementor-custom-embed-image-overlay,
.outros_cases .elementor-post__thumbnail-background:not(.cover) {
	background-size: auto !important;
}


body .sobre_links .elementor-icon-list-text a {
	color: var(--white-00, #FFF);
	text-align: center;
	font-family: Raleway;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

body .sobre_links .elementor-icon-list-text a:hover {
	font-weight: 700;
}

body .sobre_links .elementor-icon-list-text {
	justify-content: flex-end;
}

.link-sociais-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	/* padding: 0px 0px; */
	gap: 100px;
	padding-bottom: 20px;
}

@media (min-width:1200px) {
	.link-sociais-unico {
		display: flex;
		justify-content: space-between;
	}
}

/************************************************/


.video-overlay-dynamic {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 60px;
	object-fit: cover;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.video-wrapper-relative {
	position: relative !important;
}

/******************************************/

.submarcas-swiper .swiper-wrapper {
	align-items: center !important;
}

#lista-filtrada {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	padding-bottom: 60px;
	padding-top: 40px;
}

#lista-filtrada .elementor-post__thumbnail-background {
	border-radius: 10px;
}

#lista-filtrada h2 {
	color: #FFFFFF;
	font-family: "Raleway", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: 4px;
	margin: 0px;
}

.submarcas-swiper .swiper-slide {
	display: flex;
	justify-content: center;
}


@media(max-width:768px) {
	#lista-filtrada {
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 100px;
	}

	.filtros-ativos {

		margin-top: -20px;
	}
	
	
	body .outros_cases .elementor-post__thumbnail-background{
	    padding:20px;
	    height:450px !important;
	}
}

@media (min-width:1024px) {
	.postid-320 .elementor-element.elementor-element-331dbbc img {
		width: 100px;

	}
}


.sem_simbolo .elementor-video {
    max-height: 650px;
}
.sem_simbolo .elementor-wrapper{
    --video-aspect-ratio: 0 !important;
}
.sem_simbolo  .e-hosted-video {
  position: relative;
  overflow: hidden;
}

.sem_simbolo  .e-hosted-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, #000 0%, #00000000 35%, #ffffff00 65%, #000 100%);
}
