.team-block__slide:hover .team-block__image-wrapper img {
    opacity: 1;
}

/* Estilos para a barra de política das cookies */

.cookie_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #494e54;
	color: white;
	z-index: 9999;
	font-family: Arial, Helvetica;
	font-size: 12px;
	min-height: 50px;
	line-height: 16px;
}

.center_cookie_container {
	position: relative;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.cookie_bar .cookie_texto {
	position: relative;
	float: left;
	max-width: 830px;
	width: 100%;
	margin-right: -95px;
	padding: 0px 0;
	text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
	margin-right: 95px;
	padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
	color: white;
	text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
	margin-top: 10px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
	background: white;
	border: 1px #FFFFFF solid;
	position: relative;
	width: 75px;
	height: 30px;
	color: #494e54;
	font-weight: bold;
	cursor: pointer;
}

.cookies_politicas {
	position: relative;
	display: none;
	color: white;
	clear: both;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
}

.cookies_politicas a {
	color: white;
	text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
	padding: 10px;
	width: 95%;
}

.service-block .zoom-services__list{
	border: none;
}

.service-block .zoom-services__item{
	padding: 30px 32px;
	width: 100%;
	margin: 10px 0;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

.service-block .zoom-services__item .image_service {
	display: inline-block;
	width: 40%;
	margin-right: -3px;
	vertical-align: top;
}

.service-block .zoom-services__item .info_service {
	display: inline-block;
	width: 60%;
	margin-right: -3px;
	vertical-align: top;
	padding-left: 20px;
}

.service-block .zoom-services__item .info_service.no_image{
	width:100%;
	margin-right:0;
	padding-left:0;
}

@media only screen and (max-width: 767px) {

	.service-block .zoom-services__item .image_service{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		margin-right: 0;
	}

	.service-block .zoom-services__item .info_service{
		width: 100%;
	}

}