.swiper {
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: #372525;
	padding: 2rem;
}

.swiper-button-prev {
	left: 0;
	top: 90.5%;
}

.swiper-button-next {
	right: 0;
	top: 90.5%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1.5rem;
}

h1.headline-1 {
	font-size: 4rem;
}
@media (max-width: 768px) {
	h1.headline-1 {
		font-size: 2.55rem;
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.lead {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.list-objects {
		gap: 0 1rem !important;
	}
	.list-objects li {
		font-size: 1rem;
	}
	.grid-designers {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.grid-designers > div {
		display: block;
		margin-top: 0 !important;
		margin-bottom: 3em;
		text-align: center;
	}

	.grid-designers > div img {
		margin-bottom: 1rem;
	}
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

}

@media (min-width: 768px) {
  .headline-2 {
    padding-right: 5rem !important;
  }
  .section-2-collum {
	padding-right: 5rem;
  }
}

@media (min-width: 960px) {
  .sticky-lg {
    position: sticky;
	top: 70px;
	}
}


.slide-produtos .wp-block-image {
min-width: 200px;
}
.slide-produtos {
--overlay-color: none !important;
}
.secao-2 {
margin-top: -3.35rem;
z-index: -1;
}
.number {
font-size: 2rem;
display: inline-block;
padding: .5rem 1rem;
border-radius: 100px;
}
.list-objects {
list-style: none;
margin: -1rem 0 0 0 !important;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 3rem;
}
.list-objects li {
padding: 1rem 0;
border-bottom: solid #504342 1px;
}
.fluid img {
	min-width: 100%;
}
.d-none {
	display: none;
}

.btn-whatsapp {
	position: fixed;
	bottom: 12px;;
	right:  12px;
	display: inline-block;
	z-index: 2;
	background: #d5ad85;
	border-radius: 100px;
	padding: 1rem 1.2rem .9rem;
}

.btn-whatsapp img {
	height: 32px;
	width: 32px;
	
}