.bloco-galeria-4 h2 {
	text-align: center;
	font-size: 24px;
  	margin-bottom: 15px;
  	line-height: 100%;
	font-weight: bold;
}

.bloco-galeria-4 h3 {
	font-size: 22px;
  	line-height: 24px;
  	text-align: center;
}

.bloco-galeria-4 img {
	width: 100%;
	object-fit: contain;
	height: fit-content;				
}						
						
.bloco-galeria-4 .slick-arrow {
	position: absolute;
  	top: calc(50% - 20px);
  	z-index: 1;
  	color: #454848;
  	background-color: #fff;
  	width: 40px;
  	height: 40px;
  	padding: 0 16px;
  	border-radius: 16px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 0;
  	box-shadow: 0 0 18px rgba(0, 0, 18, 0.16);
  	border: 0;
  	cursor: pointer;	
}
						
.bloco-galeria-4 .slick-prev {
	left: -30px;			
}
.bloco-galeria-4 .slick-next {
	right: -30px;			
}
							
.bloco-galeria-4 .slick-prev::after {
	content: "";
  	position: relative;
  	left: 3px;
  	border: solid #454848;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  	border-width: 0 1px 1px 0;
  	display: inline-block;
  	padding: 5px;
  	height: 1px;
  	transform: rotate(135deg);
}
					
.bloco-galeria-4 .slick-next::after {
	content: "";
  	position: relative;
  	left: -3px;
  	border: solid #454848;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  	border-width: 0 1px 1px 0;
  	display: inline-block;
  	padding: 5px;
  	height: 1px;
  	transform: rotate(-45deg);
}		
					
.bloco-galeria-4 .slick-dots {
  	display: flex;
	justify-content: center;
	gap: 16px;
  	width: 100%;
 	padding: 0;
  	margin-top: 20px;
  	list-style: none;
  	text-align: center;
}

.bloco-galeria-4 .slick-dots li {
  	position: relative;
  	display: inline-block;
  	height: 20px;
  	padding: 0;
  	cursor: pointer;
}

.bloco-galeria-4 .slick-dots li button {
  	font-size: 0;
  	line-height: 0;
  	display: block;
  	width: 50px;
  	height: 8px;
  	cursor: pointer;
  	color: transparent;
  	border: 1px solid #c4c4c4;
  	outline: none;
  	background: #c4c4c4;
	border-radius: 8px;
}
				
/*.bloco-galeria-4 .slick-dots li button::before {
font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #9898AE;
}*/
							
.bloco-galeria-4 .slick-dots li.slick-active button {
	border: 1px solid #333;
	background: transparent;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
