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

@keyframes opacity_prod {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.linha{
	background: #cf1b0f;
	width: 62px;
	height: 6px;
	margin-top: 20px;
}
.linha.center{
	margin: 20px auto 0 auto;
}

.linha.right{
	margin-left: auto;
}

.linha._right_70 {
	background: #cf1b0f;
	width: Calc(70% - 10px);
	height: 6px;
	margin-top: 20px;
	margin-left: auto;
}
.pagina_produtos .holder_produtos_marcas .lista_marcas_prod .single_marca .apper_marca {
	animation: .3s ease-in-out 0s opacity_prod;
	-webkit-animation: .3s ease-in-out 0s opacity_prod;
	animation-fill-mode: forwards;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.heading-default {
	padding-top: 180px;
	margin-bottom: 60px;
}

.contact-block,
.pagina_quem_somos,
.banner_home,
.zoom-image-head{
	padding-top: 120px;
}

.zoom-image-head{
	height: Calc(100vh - 120px);
}

body,
.heading-default__title,
h1, h2, h3, h4, h5, h6{
	font-family: 'Helvetica', sans-serif;
}

.heading-default__title{
	text-transform: none;
	font-weight: 600;
	font-size: 40px;
}

.heading-default__descricao{
	text-transform: none;
	font-weight: 400;
	font-size: 21px;
	margin-top: 20px;
	line-height: 29px;
}
.heading-default__descricao.white{
	color: #fff !important;
}
.heading-default__breadcrumb-link {
	font-size: 18px;
	color: #202020;
	letter-spacing: 0;
}

.heading-default__breadcrumb-item {
	font-size: 18px;
	color: #202020;
	font-weight: 600;
}
.heading-default__breadcrumb-item a{
	font-weight: 400;
}

@media (min-width: 1200px){
	.container {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1400px){
	.container {
		max-width: 1340px;
	}
}

.holder_content{
	margin-bottom: 76px;
}

@media screen and (max-width: 1500px){
	.heading-default__title {
		font-size: 60px;
	}
}
@media screen and (max-width: 1400px){
	.heading-default__title {
		font-size: 50px;
	}
}
@media screen and (max-width: 1200px){
	.heading-default__title {
		font-size: 40px;
	}
}
@media screen and (max-width: 992px){
	.heading-default__title {
		font-size: 35px;
	}

	.heading-default {
		margin-bottom: 40px;
		padding-top: 180px;
	}
	.contact-block,
	.pagina_quem_somos,
	.banner_home,
	.zoom-image-head{
		padding-top: 120px;
	}
}
/* MENU */
.header__container {
	padding-top: 22px;
}
.header__container .logo img{
	width: 245px;
}
.menu-panel {
	width: 465px;
	max-width: 100%;
}
.menu-panel__menu-link {
	font-weight: 500;
}
.menu-panel__bottom-submenu {
	padding-left: 0;
}
.menu_home .header__menu-button-inner {
	background: #fff;
}
.menu_home .header__menu-button-inner:before, .menu_home .header__menu-button-inner:after {
	background: #fff;
}
.header_is_fixed .header__menu-button-inner {
	background: #202020;
}
.header_is_fixed .header__menu-button-inner:before, .header_is_fixed .header__menu-button-inner:after {
	background: #202020;
}
.header__menu-button_cross .header__menu-button-inner:before, .header__menu-button_cross .header__menu-button-inner:after {
	background: #D8D8D8;
}
.header__menu-button_cross .header__menu-button-inner {
	background: transparent;
}

.header__menu-button_fixed {
	right: 0;
}
.menu-panel__menu-link.collapsed {
	color: #202020;
}
.menu-panel__submenu-link {
	color: #202020;
}
.menu-panel__inner {
	padding-top: 44px;
	padding-left: 30px;
	padding-right: 30px;
}
.menu-panel__menu-item {
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 20px;
}

.header .desktop{
	display: none;
}
@media screen and (min-width: 991px){
	.menu_home:not(.header_is_fixed) .header__container{
		padding-top: 60px;
	}
	.menu_home:not(.header_is_fixed) .header__container .logo img {
		width: 180px;
	}
	.header {
		position: fixed;
	}
	.header .mobile{
		display: none;
	}
	.header .desktop{
		display: inline-block;
		width: Calc(100% - 180px);
	}
	.header_fixed .header__container {
		padding-left: 60px;
		padding-right: 60px;
		display: flex;
		align-items: center;
	}
	.header__wrapper {
		padding-top: 0;
		position: relative;
		left: 0;
		top: 0;
		width: 180px;
		margin-bottom: 25px;
		margin: 0 0 25px 0;
		padding: 0 !important;
		display: inline-block;
	}

	.menu-panel {
		transform: none;
		position: relative;
		background: transparent;
		color: #fff;
		right: unset;
		top: unset;
		bottom: unset;
		width: 100%;
	}

	.menu-panel__menu {
		transform: none;
		opacity: 1;
		display: flex;
		justify-content: flex-end;
	}

	.header__menu-button{
		display: none;
	}

	.menu-panel__locales {
		display: none;
	}
	.menu-panel__inner {
		padding-top: 0;
		padding-right: 0;
	}
	.menu-panel__menu-link {
		font-size: 20px;
		color: #fff;
		margin-bottom: 0;
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
	}

	.header:not(.menu_home) .menu-panel__menu-link {
		color: #202020;
	}

	.link_idiomas,
	.menu-panel__locale{
		color: #202020;
		font-size: 20px;
		line-height: 23px;
		font-weight: 500;
	}
	.menu-panel__locale{
		margin-right: 20px;
	}
	.menu-panel__locale.link_active{
		color: #cf1b0f;
	}


	.header_is_fixed .menu-panel__menu-link {
		color: #202020;
	}


	.menu-panel__menu-link.active,
	.header_is_fixed .menu-panel__menu-link.active,
	.header:not(.menu_home) .menu-panel__menu-link.active {
		color: #cf1b0f;
	}

	.header_is_fixed .header__container {
		background: rgb(255 255 255 / 90%);
		padding-top: 26px;
	}


	.menu_home:not(.header_is_fixed) .header__container .logo img {
		width: 220px;
	}

	.menu-panel__menu-link {
		font-size: 18px;
	}
	.menu-panel__locale {
		margin-right: 10px;
	}

	.menu-panel__menu-item {
		border-bottom: none;
		padding: 0 10px;
	}
}


@media screen and (min-width: 1200px){
	.menu_home:not(.header_is_fixed) .container-fluid {
		padding-right: 60px;
		padding-left: 120px;
	}

	.header_fixed .header__container {
		padding-left: 80px;
		padding-right: 80px;
	}


	.menu_home:not(.header_is_fixed) .header__container .logo img {
		width: 240px;
	}

	.menu-panel__menu-link {
		font-size: 18px;
	}
}

@media screen and (min-width: 1400px){

	.menu-panel__menu-item {
		padding: 0 20px;
	}
	.menu_home:not(.header_is_fixed) .header__container .logo img,
	.header__wrapper{
		width: 270px;
	}
	.header .desktop{
		display: inline-block;
		width: Calc(100% - 270px);
	}
	.header_fixed .header__container {
		padding-left: 120px;
		padding-right: 120px;
	}

	.menu_home:not(.header_is_fixed) .header__container .logo img {
		width: 270px;
	}

	.menu-panel__menu-link {
		font-size: 18px;
	}
}

@media screen and (max-width: 1110px){
	.header__container .logo img {
		width: 180px;
	}

	.menu-panel__menu-link {
		font-size: 17px;
		margin-bottom: 0;
	}
	.header__container {
		padding-top: 35px;
	}


}
@media screen and (max-width: 992px){

	.link_idiomas, .menu-panel__locale, .menu-panel__locale.link {
		color: #202020;
		font-size: 18px;
	}
	.menu-panel__locale.link.link_active {
		color: #cf1b0f;
	}
}
/* HOMEPAGE */

.banner_home li{
	height: Calc(100vh - 120px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner #slider_home .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.banner #slider_home .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
	width: 40px;
	height: 5px;
	display: inline-block;
	margin: 0 5px;
	/* border-radius: 100%; */
	border: 2px solid #fff;
	background: transparent;
	opacity: 0.9;
}

.banner #slider_home .owl-dots .owl-dot.active {
	background: #fff;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
	width: 32px !important;
}


.banner #slider_home .owl-nav{
	position: absolute;
	bottom: Calc(50vh - 60px);
	width: 100%;
	height: 0;
}
.banner #slider_home .owl-nav .owl-prev,
.banner #slider_home .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 50px;
	color: #fff;
}
.banner #slider_home .owl-nav .owl-prev{
	left: 15px;
}
.banner #slider_home .owl-nav .owl-next{
	right: 15px;
}

.banner li{
	position: relative;
}
.banner .mask{
	position: absolute;
	background: rgb(0 0 0 / 40%);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.banner .conteudo {
	position: absolute;
	width: 90%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	left: 50%;
	padding: 0 15px;
}
.banner.home_content_left .conteudo {
	position: absolute;
	width: 100%;
	top: 40px;
	transform: unset;
	-moz-transform: unset;
	-webkit-transform: unset;
	text-align: left !important;
	left: 0;
	padding-left: 120px;
	padding-right: 120px
}
.banner.home_content_left .conteudo .container{
	max-width: 100% !important;
}

.banner .conteudo .nome{
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}
.banner .conteudo .descricao{
	font-size: 60px;
	color: #fff;
	font-weight: 500;
	font-family: Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	line-height: 68px;
}

.banner.home_content_left .conteudo .descricao {
	font-size: 45px;
	line-height: 55px;
}
.banner .conteudo button{
	color: #fff;
	margin-top: 50px;
	padding: 15px 40px;
	font-size: 14px;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #fff;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.banner .conteudo a{
	text-decoration: none;
}
.banner .conteudo button:hover{
	color: #202020;
	background: #fff;
}


.banner-head {
	position: relative;
	height: 40vh;
	z-index: 2;
	color: #242323;
}

.banner-head__body {
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.banner-head__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.banner-head__bg-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50%;
}

.banner-head__bg2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.banner-head__content {
	position: relative;
	width: 100%;
	z-index: 3;
	padding-top: 100px;
}

.banner-head__subtitle {
	font-size: 24px;
	line-height: 1.666666666666667;
	font-weight: 100;
	font-weight: 500;
	margin-bottom: 34px;
}

.banner-head__subtitle strong {
	font-weight: 500;
}

.banner-head__title {
	font-family: 'Teko', Helvetica, sans-serif;
	font-size: 110px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0.909090909090909;
	margin-bottom: 57px;
	margin-bottom: 5vh;
}

.banner-head__text {
	font-size: 18px;
	line-height: 1.222222222222222;
	color: #666;
	line-height: 1.666666666666667;
}

.banner-head__icon {
	color: #cf1b0f;
	font-size: 60px;
	margin-top: 115px;
	margin-top: 9vh;
}

.banner-head__icon.icofont-dotted-down:before {
	display: none;
}
.zoom-services{
	background-attachment: fixed;
	padding: 100px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom-services .mask{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
.zoom-services .container {
	position: relative;
	z-index: 2;
}
.zoom-services__title{
	margin-bottom: 40px;
}
.zoom-services__title,
.slider_portfolio_home .zoom-slider__title,
.blog .zoom-slider__title{
	font-size: 35px;
	background: transparent;
	display: block;
	text-align: left;
	padding: 0;
	margin-bottom: 0;
}
.slider_portfolio_home .zoom-slider__title,
.blog .zoom-slider__title{
	color: #202020;
}


.zoom-slider.blog{
	margin: 0;
	padding: 100px 0;
	background: #f1f1f1;
}
.pagina_blog.zoom-slider.blog{
	margin-top: 120px;
}
.zoom-slider.blog .holder_lista_blog.not_slide{
	display: flex;
	flex-wrap: wrap;
}


.zoom-slider.blog .holder_lista_blog.not_slide .single_noticia{
	width: Calc(100% / 4);
}

.zoom-slider.blog .holder_lista_blog .single_noticia{
	padding: 20px;
}
.zoom-slider.blog .holder_lista_blog .single_noticia a{
	color: #202020;
}
.zoom-slider.blog .holder_lista_blog.not_slide .single_noticia .holder_single_noticia{

}


.zoom-slider.blog .holder_lista_blog .single_noticia .holder_single_noticia .imagem{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}

.zoom-slider.blog .holder_lista_blog .single_noticia .holder_single_noticia .titulo{
	font-size: 22px;
	margin-top: 20px;
	font-family: 'Helvetica';
	font-weight: 600;
	line-height: 26px;
	min-height: 55px;
}
.zoom-slider.blog .holder_lista_blog .single_noticia .holder_single_noticia .descricao{
	font-size: 14px;
	margin-top: 10px;
}
.zoom-slider.blog .holder_lista_blog .single_noticia .holder_single_noticia .link{
	font-size: 14px;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.zoom-slider.blog .holder_lista_blog{
	padding: 0 40px;
}
.zoom-slider.blog .holder_lista_blog .owl-controls{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.zoom-slider.blog .holder_lista_blog .owl-controls .owl-nav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.zoom-slider.blog .holder_lista_blog .owl-controls .owl-nav .owl-prev,
.zoom-slider.blog .holder_lista_blog .owl-controls .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 50px;
	color: #202020;
}
.zoom-slider.blog .holder_lista_blog .owl-controls .owl-nav .owl-prev{
	left: -55px;
}
.zoom-slider.blog .holder_lista_blog .owl-controls .owl-nav .owl-next{
	right: 25px;
}
.zoom-slider.blog .botao {
	margin-top: 50px;
}
.zoom-slider.blog .botao a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}

.detalhe_artigo .simple-slider__slide img {
	display: block;
	max-width: 100%;
	height: 30vw;
	object-fit: contain;
	margin: 0 auto;
}
.detalhe_artigo .simple-slider .swiper-pagination-bullet {
	background: #f1f1f1 !important;
	opacity: 1 !important;
}

.detalhe_artigo .simple-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.detalhe_artigo .simple-slider .swiper-pagination-bullet:hover {
	opacity: 1 !important;
	background: #cf1b0f !important;
}

.zoom-services__list {
	border-left: none;
	border-top: none;
	margin: 40px -15px 0 -15px;
}
.zoom-services__item {
	width: Calc((100% / 3) - 30px);
	padding: 30px;
	border-right: none;
	border-bottom: none;
	margin: 15px;
	/* height: 0; */
	position: relative;
	text-align: center;
	background-size: cover;
	background: rgb(255 255 255 / 70%);
}
.zoom-services__item .imagem{
	width: 90px;
	margin: 0 auto 30px auto;
	position: relative;
}
.zoom-services__item .imagem img{
	width: 100%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.zoom-services__item .imagem img.hover{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
}
/*
.zoom-services__item:hover .imagem img{
	opacity: 0;
}
.zoom-services__item:hover .imagem img.hover{
	opacity: 1;
}*/
.zoom-services__item .holder_servico{
	position: relative;
}
.zoom-services__item .mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}
.zoom-services__item-title {
	font-family: Helvetica, sans-serif;
	text-transform: none;
	margin-bottom: 0;
	color: #252525;
	position: relative;
	top: unset;
	transform: unset;
	-moz-transform: unset;
	-webkit-transform: unset;
	left: unset;
	right: unset;
	z-index: 1;
	font-size: 22px;
	font-weight: 600;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.zoom-services__item-title .descricao{
	font-size: 16px;
	color: #252525;
	font-weight: 400;
	margin-top: 10px;
	line-height: 23px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.zoom-services__item .descricao{
	position: absolute;
	background: #cf1b0f;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-size: 16px;
	opacity: 0;
}
.zoom-services__item:hover .descricao{
	opacity: 1;
}
.zoom-services__item .descricao span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 30px 40px;
}

.zoom-services__wrapper_bordered {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.disclaimer{
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	margin-top: 20px;
}

.zoom-counter__card {
	padding: 0;
	order: 1;
}
.zoom-counter__info{
	order: 2;
}
.zoom-counter__card:before {
	display: none;
}
.zoom-counter__card img {
	width: 100%;
}

.zoom-counter__subtitle {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	width: auto;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 20px;
	padding: 5px 15px;
}

.zoom-counter__title {
	font-family: 'Helvetica', sans-serif;
	font-size: 35px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 20px;
	width: 600px;
	max-width: 100%;
}

.zoom-counter__text{
	margin-bottom: 20px;
}

.zoom-counter__text,
.zoom-counter__text p {
	font-size: 18px;
	color: #202020;
	letter-spacing: 0;
}

.zoom-counter__read-more {
	font-weight: 600;
	font-size: 18px;
	color: #202020;
	letter-spacing: 0;
	font-family: 'Helvetica', sans-serif;
}

.zona_marcas{
	background: #fff;
	padding: 50px 0;
}

.zona_marcas .marcas-block__main {
	position: relative;
	margin-top: 40px;
}
.zona_marcas .marcas-block__control{
	position: absolute;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: transparent;
	z-index: 10;
}
.zona_marcas .marcas-block__control.marcas-block__control_prev{
	left: 0;
}
.zona_marcas .marcas-block__control.marcas-block__control_next{
	right: 0;
}
.zona_marcas .marcas-block__control img {
	width: 15px;
}
.zona_marcas .marcas-block__slide img{
	max-width: 100%;
	height: 50px;
	width: 160px;
	object-fit: contain;
}
.zona_marcas .marcas-block__slide .marcas-block__person-image{
	position: relative;
}
.zona_marcas .marcas-block__slider{
	width: Calc(100% - 200px);
}

.banner_meio{
	position: relative;
}

.banner_meio a{
	text-decoration: none;
}

.banner_meio img{
	width: 100%;
}
.banner_meio .mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 0;
}
.banner_meio .holder_conteudo{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: right;
	color: #fff;
	font-family: 'Helvetica', sans-serif;
	font-size: 96px;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.fundo-numeros{
	background-size: cover;
	position: relative;
	background-position: center center;
	background-attachment: fixed;
	padding: 60px 0;
}

.fundo-numeros:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	width:  100%;
	height: 100%;
}

.fundo-numeros .container{
	position: relative;
	z-index: 2;
}

.fundo-numeros .container h2{
	color: #fff;
}

.bloco_numeros{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 850px;
	margin: 0 auto;
}

.bloco_numeros .numero{
	flex: 1 1;
	padding: 15px;
	text-align: center;
	color: #202020;
}

.bloco_numeros .numero .holder_numero {
	background: rgba(255,255,255,0.8);
	max-width: 320px;
	padding: 40px 30px;
	margin: 0 auto;
}

.bloco_numeros .numero .nome .count{
	font-size: 55px;
	font-weight: bold;
	line-height: normal;
	color: #cf1b0f;
}

.bloco_numeros .numero .nome{
	font-size: 25px;
}

.bloco_numeros .numero .desc{
	margin-top: 0px;
	font-size: 22px;
	font-weight: 600;
}

#portfolio .portfolio-block__item{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#portfolio .portfolio-block__item img{
	max-width: 100%;
	width: 450px;
	height: 450px;
	object-fit: cover;

	transform: scale(1);
	transition: 0.5s;
	opacity: 1;
}

#portfolio .portfolio-block__item img:hover{
	transform: scale(1.04);
	opacity: 0.6;
}

.parallax-block{
	min-height: 65vh;
}

@media (max-width: 1450px) {

	#portfolio .portfolio-block__item img{
		width: 360px;
		height: 360px;
	}

	.banner.home_content_left .conteudo{
		padding-left: 80px;
		padding-right: 80px;
	}

}

@media (max-width: 1200px) {

	#portfolio .portfolio-block__item img{
		width: 320px;
		height: 320px;
	}


	.banner.home_content_left .conteudo{
		padding-left: 60px;
		padding-right: 60px;
	}
	.banner.home_content_left .conteudo .container{
		padding: 0;
	}
	.banner.home_content_left .conteudo .descricao {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 992px) {

	.bloco_numeros{
		display: flex;
		flex-wrap: wrap;
	}

	.bloco_numeros .numero{
		width: 50%;
		flex: unset;
		margin-bottom: 30px;
	}

	.banner.home_content_left .conteudo {
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media (max-width: 500px) {

	.bloco_numeros .numero{
		width: 100%;
	}

}

@media screen and (max-width: 1500px){
	.banner .conteudo .nome {
		font-size: 18px;
	}
	.banner .conteudo .descricao {
		font-size: 50px;
		line-height: 58px;
	}
	.zona_marcas .marcas-block__control img {
		width: 20px;
	}

	.zona_marcas .marcas-block__slide img {
		height: 60px;
		width: 260px;
	}

	.zoom-counter__subtitle {
		font-size: 16px;
		margin-bottom: 45px;
	}

	.zoom-counter__title {
		font-size: 41px;
		line-height: 50px;
	}
}
@media screen and (max-width: 1400px){

	.zoom-counter__title {
		font-size: 35px;
		line-height: 45px;
	}

	.zoom-counter__text, .zoom-counter__text p {
		font-size: 16px;
	}

	.zoom-counter__read-more {
		font-size: 18px;
	}

	.zoom-services__item-title {
		font-size: 22px;
	}

	.zoom-services__item {
		padding: 30px 20px;
	}

	.zoom-services__item .descricao{
		font-size: 15px;
	}
}
@media screen and (max-width: 1200px){
	.banner .conteudo .nome {
		font-size: 16px;
	}
	.banner .conteudo .descricao {
		font-size: 40px;
		line-height: 48px;
		margin-top: 20px;
	}

	.zona_marcas .marcas-block__control.marcas-block__control_prev {
		left: 15px;
	}
	.zona_marcas .marcas-block__control.marcas-block__control_next {
		right: 15px;
	}

	.zoom-slider.blog .holder_lista_blog .single_noticia .holder_single_noticia .titulo {
		margin-top: 20px;
		line-height: 22px;
	}

	.zoom-services__item .descricao span {
		padding: 30px 15px;
	}
}
@media screen and (max-width: 992px){

	.zoom-services__item {
		width: Calc(50% - 30px);
	}
	.banner .conteudo .descricao {
		font-size: 35px;
		line-height: 43px;
	}
	.banner .conteudo button {
		margin-top: 30px;
		padding: 13px 29px;
	}

	.zoom-slider.blog .holder_lista_blog.not_slide .single_noticia {
		width: Calc(100% / 2);
	}
}
@media screen and (max-width: 767px){
	.zoom-slider.blog .holder_lista_blog {
		padding: 0;
	}
	.zoom-slider.blog .holder_lista_blog .owl-controls .owl-nav .owl-prev {
		left: 0;
	}
	.zoom-slider.blog .holder_lista_blog .owl-controls .owl-nav .owl-next {
		right: 0;
	}
	.zoom-slider.blog #slider_blog_home.holder_lista_blog .single_noticia {
		padding: 20px 40px;
	}

	.zoom-slider.blog .holder_lista_blog.not_slide .single_noticia {
		width: 100%;
		padding: 20px 0;
	}
	.zoom-services__item {
		width: 100%;
		margin: 15px 0;
	}
	.zoom-counter__read-more {
		margin-bottom: 40px;
	}

	.zoom-services__list {
		margin: 40px 0 0 0;
	}
}
@media screen and (max-width: 576px){
	.banner .conteudo .descricao,
	.banner .conteudo .nome,
	.banner .conteudo .botao {
		width: Calc(100% - 80px);
		margin-left: auto;
		margin-right: auto;
	}

	.banner.home_content_left .conteudo {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center !important;
	}
	.banner #slider_home .owl-nav .owl-prev {
		left: 0;
	}
	.banner #slider_home .owl-nav .owl-next {
		right: 0;
	}
}
@media screen and (max-width: 400px){
	.banner .conteudo .descricao {
		font-size: 26px;
		line-height: 30px;
	}
	.banner .conteudo .nome {
		font-size: 14px;
	}
}
/* BANNER */

.zoom-image-head__bg,
.banner-head__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.internas .banner-head__title {
	line-height: 60px;
	margin-bottom: 15px;
}
.internas .banner-head__subtitle {
	font-size: 27px;
	color: #fff;
}

.internas .zoom-image-head__bg {
	opacity: 1 !important;
	transform: none !important;
}

.no-mobile .internas.zoom-image-head {
	margin-bottom: 0 !important;
}

.zoom-image-head__bg2,
.banner-head__bg2{
	display: none;
}

.zoom-image-head__title,
.banner-head__title {
	font-family: 'Helvetica', sans-serif;
	font-size: 75px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 115px;
	width: 900px;
	max-width: 100%;
}
.zoom-image-head__bg{

}
.zoom-image-head__bg .mask,
.banner-head__bg .mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}

.zoom-image-head__icon.icofont-dotted-down:before {
	display: none;
}
.zoom-image-head__icon {
	margin-top: 4vh;
}
.zoom-image-head__icon.icofont-dotted-down img,
.banner-head__icon.icofont-dotted-down img {
	width: 80px;
}

@media screen and (max-width: 1500px){
	.zoom-image-head__title,
	.banner-head__title {
		font-size: 70px;
		line-height: 82px;
		width: 665px;
	}

	.zoom-image-head__icon.icofont-dotted-down img,
	.banner-head__icon.icofont-dotted-down img {
		width: 55px;
	}

	.menu_home:not(.header_is_fixed) .container-fluid {
		padding-right: 60px;
		padding-left: 60px;
	}

	.banner_meio .holder_conteudo {
		font-size: 70px;
	}
}
@media screen and (max-width: 992px){
	.zoom-image-head__title,
	.banner-head__title {
		font-size: 50px;
		line-height: 61px;
		width: 100%;
		text-align: center;
	}


	.internas .banner-head__subtitle {
		font-size: 22px;
		color: #fff;
		text-align: center;
	}

	.zoom-image-head__icon,
	.banner-head__icon {
		text-align: center;
	}

	.menu_home:not(.header_is_fixed) .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.menu-panel__menu-link {
		margin-bottom: 0;
	}


	.banner_meio .holder_conteudo {
		font-size: 50px;
		text-align: center;
	}
	.disclaimer {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.zoom-services__list {
		display: flex;
	}
}
@media screen and (max-width: 600px){
	.zoom-image-head__title,
	.banner-head__title {
		font-size: 36px;
		line-height: 45px;
		width: 100%;
		text-align: center;
	}

	.zoom-image-head__icon.icofont-dotted-down img,
	.banner-head__icon.icofont-dotted-down img {
		width: 40px;
	}

	.banner_meio .holder_conteudo {
		font-size: 30px;
	}

	.simple-slider__control_prev {
		left: -25px;
	}

	.simple-slider__control_next {
		right: -25px;
	}
}
@media screen and (max-width: 500px){
	.zoom-services__list {
		display: block;
	}
	.zoom-services__item {
		width: 100%;
		padding: 50px 20px;
		height: auto;
	}
	.zoom-services__item-title {
		font-family: Helvetica, sans-serif;
		text-transform: none;
		margin-bottom: 0;
		position: relative;
		top: unset;
		transform: unset;
		-moz-transform: unset;
		-webkit-transform: unset;
		left: unset;
		right: unset;
		z-index: 1;
	}
}

/* LISTA PRODUTOS */

h1{
	font-size: 35px;
	line-height: 1.125;
	text-transform: uppercase;
	font-weight: 600;
	color: #202020;
	margin-bottom: 70px;
	text-align: center;
}
.pagina_produtos{
	padding-top: 60px;
	padding-bottom: 100px;
	margin-top: 120px;
	background: #f0f0f0;
}
.pagina_produtos .disclamer_produtos{
	margin-top: 60px;
}

.pagina_produtos.marcas{
	padding-top: 120px;
}
.pagina_produtos.marcas h1:not(.simple){
	color: #fff;
	margin-bottom: 45px;
	text-align: center;
	background: #cf1b0f;
	padding: 25px;
}
.pagina_produtos.marcas h1.simple{
	color: #202020;
	text-align: right;
}
.pagina_produtos.marcas .cabecalho_detalhe_marca{
	padding: 0 0 60px 0;
}
.pagina_produtos.marcas .cabecalho_detalhe_marca .voltar_atras{
	text-align: left;
}
.pagina_produtos.marcas .cabecalho_detalhe_marca h1.simple,
.pagina_produtos.marcas .cabecalho_detalhe_marca .voltar_atras{
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	margin-bottom: 0;
}

.pagina_produtos.marcas .share{
	background: #202020;
	margin: 0;
	padding: 30px 0;
	color: #fff;
}
.pagina_produtos.marcas .share a {
	border: 2px solid #fff;
	color: #fff;
}

.lista_produtos.zoom-slider {
	margin-bottom: 0;
}

.pagina_produtos .lista_categorias{
	display: flex;
	justify-content: center;
}

.pagina_produtos .zona_produtos .lista_categorias{
	justify-content: flex-start;
	width: 30%;
}
.pagina_produtos .holder_produtos_marcas{
	margin-top: 100px;
}
.pagina_produtos .zona_produtos .holder_produtos_marcas{
	margin-top: 0;
	width: 70%;
}
.pagina_produtos .zona_produtos {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.pagina_produtos .zona_produtos .lista_categorias{
	position: sticky;
	top: 180px;
}
.pagina_produtos .zona_produtos .holder_produtos_marcas{

}

.zoom-slider__filter-link,
.masonry__secondary-filter-button{
	margin-left: 10px;
	margin-right: 0 !important;
}
.zoom-slider__filter-link,
.masonry__secondary-filter-button,
.pagina_produtos .lista_categorias .single_categoria{
	font-family: 'Helvetica';
	font-size: 17px;
	color: #202020;
	letter-spacing: 0;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}


.zoom-slider__filter-link.link_active,
.masonry__secondary-filter-button.masonry__secondary-filter-button_active,
.pagina_produtos .lista_categorias .single_categoria.active{
	color: #E41F28;
}
.pagina_produtos .lista_categorias .single_categoria:after {
	position: absolute;
	bottom: 2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #E41F28;
	transition: opacity 0.3s;
	opacity: 0;
}
.pagina_produtos .lista_categorias .single_categoria {
	margin: 0 10px;
}
.pagina_produtos .lista_categorias .single_categoria.active:after {
	opacity: 1;
}
.zoom-slider__slider:after {
	left: Calc((100%/5) * 3);
}

.zoom-slider__slider:before {
	left: Calc((100%/5) * 4);
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #fff;
	opacity: 0.5;
	z-index: 2;
}
.zoom-slider__slider-wrapper:before {
	left: Calc(100%/5);
}

.zoom-slider__slider-wrapper:after {
	left: Calc((100%/5) * 2);
}

.zoom-slider__button {
	font-family: 'Helvetica';
	font-size: 18px;
}
.zoom-slider__button .holder_conteudo {
	position: relative;
	height: 100%;
}

.zoom-slider__button-title{
	font-family: 'Helvetica';
	font-size: 26px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.zoom-slider__button-title a:not([class]):hover:after {
	opacity: 0;
}
.zoom-slider__control {
	z-index: 5;
}

.zoom-slider__buttons {
	top: 0;
}

.zoom-slider__button.swiper-slide-thumb-active {
	background: rgb(255 255 255 / 50%);
	color: #202020;
}
.zoom-slider__button:hover .zoom-slider__button-title, .swiper-slide-thumb-active .zoom-slider__button-title {
	opacity: 1;
	color: #fff;
}

.icon-chevron-left:before {
	display: none;
}
.icon-chevron-right:before {
	display: none;
}

.zoom-slider__control {
	width: auto;
	height: auto;
	background: transparent;
}
.zoom-slider__control img{
	width: 30px;
}
.zoom-slider__control:hover {
	background: transparent;
}
@media screen and (max-width: 1500px){
	.zoom-slider__button-title {
		font-size: 30px;
		line-height: 34px;
	}

	.zoom-slider__button .holder_conteudo {
		font-size: 14px;
	}
	.zoom-slider__control img {
		width: 20px;
	}
}
@media screen and (max-width: 1300px){
	.zoom-slider__button {
		padding: 25px 20px;
	}

	.zoom-slider__button-title {
		font-size: 22px;
		line-height: 29px;
	}
}
@media screen and (max-width: 992px){


	.pagina_produtos.marcas .cabecalho_detalhe_marca h1.simple,
	.pagina_produtos.marcas .cabecalho_detalhe_marca .voltar_atras{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.pagina_produtos.marcas .cabecalho_detalhe_marca .voltar_atras{
		margin-bottom: 20px;
	}

	h1{
		font-size: 30px;
	}
	.zoom-slider__slider:after {
		left: 50%;
	}

	.zoom-slider__slider:before {
		display: none;
	}
	.zoom-slider__filter-link,
	.pagina_produtos .lista_categorias .single_categoria {
		margin-left: 0 !important;
		margin-right: 10px !important;
	}

	.zoom-slider_top-offset{
		padding-top: 170px;
	}

	.zoom-slider__header {
		margin-bottom: 20px;
	}

	.zoom-slider {
		margin-bottom: 65px;
	}
}
@media screen and (max-width: 767px){

	.zoom-slider__button.swiper-slide-thumb-active {
		background: transparent;
	}
}

/* PRODUTO */
.simple-slider .simple-slider__control img{
	width: 30px;
}
.simple-slider {
	position: relative;
	width: 88%;
	margin: 0 auto;
}
.simple-slider__control {
	opacity: 1;
}
.project-detail__title {
	line-height: 0.625;
	font-family: 'Helvetica', sans-serif;
	font-weight: 600;
	font-size: 60px;
	color: #202020;
	letter-spacing: 0;
	line-height: 1em;
}
.project-detail__text {
	font-family: 'Helvetica', sans-serif;
	font-size: 18px;
	color: #202020;
	letter-spacing: 0;
}

.outras_informacoes_produto{
	font-family: 'Helvetica', sans-serif;
	font-size: 18px;
	color: #202020;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.outras_informacoes_produto .coluna{
	display: inline-block;
	width: Calc(100% / 3);
	margin-right: -3px;
	vertical-align: top;
}
.outras_informacoes_produto .single_info{
	margin-bottom: 30px;
}
.outras_informacoes_produto .titulo{
	margin-bottom: 10px;
	font-weight: 600;
}
.back-link .back-link__link{
	font-size: 22px;
	color: #202020;
	text-transform: none;
}
.back-link img{
	width: 15px;
	margin-right: 15px;
	top: -1px;
}

.project-detail__footer-link {
	margin-top: 0;
}
@media screen and (max-width: 1500px){
	.back-link .back-link__link {
		font-size: 18px;
	}

	.project-detail__title {
		font-size: 50px;
	}

	.outras_informacoes_produto .titulo {
		margin-bottom: 0px;
	}

	.simple-slider .simple-slider__control img {
		width: 20px;
	}
}
@media screen and (max-width: 1400px){
	.zoom-slider__filter-link,
	.pagina_produtos .lista_categorias .single_categoria {
		font-size: 14px;
	}
}
@media screen and (max-width: 992px){
	.project-detail {
		padding-top: 60px;
	}
	.project-detail__title {
		font-size: 35px;
	}

	.outras_informacoes_produto {
		font-size: 16px;
	}
	.outras_informacoes_produto .coluna {
		width: 50%;
	}
	.outras_informacoes_produto .coluna:first-child {
		padding-right: 10px;
	}
	.outras_informacoes_produto .coluna:last-child {
		padding-left: 10px;
	}
	.project-detail__text {
		font-size: 16px;
	}
}
@media screen and (max-width: 600px){

	.outras_informacoes_produto .coluna {
		width: 100%;
		margin-right: 0;
		display: inline-block;
	}
	.outras_informacoes_produto .coluna:first-child {
		padding-right: 0;
	}
	.outras_informacoes_produto .coluna:last-child {
		padding-left: 0;
	}
}
/* QUEM SOMOS */

.pagina_quem_somos{

}

.quem_somos{
	padding: 120px 0 80px 0;
}
.quem_somos .holder_quem_somos{
	display: flex;
}
.quem_somos .holder_quem_somos .info{
	width: 60%;
	order: 2;
	padding-left: 8%;
}
.quem_somos .holder_quem_somos .info .zoom-counter__text,
.quem_somos .holder_quem_somos .info .zoom-counter__text p{
	margin-bottom: 0;
}
.quem_somos .holder_quem_somos .info .zoom-counter__read-more{
	margin-top: 30px;
}
.quem_somos .holder_quem_somos .imagem{
	width: 40%;
	order: 1;
	background-position: center;
	background-size: cover;
}
.quem_somos .holder_quem_somos .imagem img{
	display: none;
}
.pagina_quem_somos .zoom-counter {
	padding: 60px 0;
}

@media screen and (max-width: 992px){
	.zoom-counter__title {
		font-size: 30px;
		line-height: 39px;
	}
	.quem_somos .holder_quem_somos {
		display: block;
	}

	.quem_somos .holder_quem_somos .imagem {
		width: 100%;
	}
	.quem_somos .holder_quem_somos .imagem img {
		width: 100%;
		display: block;
	}

	.quem_somos .holder_quem_somos .info {
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}
}
/* MARCAS */

.lista_marcas{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.lista_marcas .single_marca{
	width: Calc(100% / 6);
	padding: 10px;
}
.lista_marcas .single_marca .holder_marca{
	height: 0;
	padding-bottom: 60%;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.lista_marcas .single_marca img{
	position: absolute;
	max-width: 70%;
	max-height: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.lista_marcas .single_marca .holder_marca:hover img{
	transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
}
@media screen and (max-width: 992px){
	.lista_marcas .single_marca{
		width: Calc(100% / 2);
	}
}

/* lojas */

.contact-block h1{
	font-size: 30px;
	font-weight: 600;
	text-transform: none;
}

.contact-block h4{
	font-size: 20px;
	font-weight: 600;
}
.contact-block .lista_lojas .single_info {

	display: flex;
	flex-wrap: wrap;
}
.contact-block .lista_lojas .single_loja .single_info .title {
	width: 15px;
	margin-right: 5px;
}
.contact-block .lista_lojas .single_loja {
	padding-bottom: 0;
}
.contact-block .lista_lojas .holder_lista_lojas {
	/*box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	border: 1px solid #ddd;*/
	padding: 40px 0;
	margin-top: 30px;
}
.contact-block .lista_lojas .holder_lista_lojas .single_loja:not(:last-child){
	margin-bottom: 30px;
}
.contact-block h1{
	text-align: left;
	margin-bottom: 0 !important;
}
.contact-block h2{
	text-align: left;
	line-height: 1.125;
	margin-bottom: 0 !important;
}
.contact-block__form {
	margin-top: 30px;
}
.contact-block__input-text::-webkit-input-placeholder,
.contact-block__input-text:-moz-placeholder,
.contact-block__input-text::-moz-placeholder,
.contact-block__input-text:-ms-input-placeholder,
.contact-block__input-text.placeholder{
	color: #202020 !important;
}
.contact-block__input-text, .contact-block__input-textarea {
	/*border-bottom: 1px solid #979797;*/
	border-bottom: none;
	font-size: 16px;
	color: #202020;
	letter-spacing: 0;
	height: 50px;
	background: rgba(0,0,0,.04);
	padding: 15px;
}

.contact-block__form{
	/* box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	border-radius: 10px;
	border: 1px solid #ddd; */
	padding: 40px 0;
	min-height: Calc(100% - 65px);
}

.contact-block__form label{
	font-size: 15px;
	color: rgb(32 32 32);
	letter-spacing: 0;
	font-weight: 300;
}

.contact-block__submit {
	font-size: 16px;
	color: #E41F28;
	letter-spacing: 0;
	margin-top: 50px;
}

.contact-block__submit:hover {
	text-decoration: underline;
	color: #E41F28;
}

@media screen and (max-width: 1500px){
	.contact-block h1 {
		font-size: 26px;
	}

	.contact-block__form {
		min-height: Calc(100% - 60px);
	}
}

@media screen and (max-width: 1200px){
	.contact-block .lista_lojas .single_loja .single_info {
		font-size: 14px;
	}
	.contact-block .lista_lojas .single_loja .single_info .desc {
		width: Calc(100% - 20px);
	}
	.contact-block__form label {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px){
	.contact-block .lista_lojas .holder_lista_lojas {
		margin-bottom: 50px;
	}
	.contact-block h1 {
		font-size: 22px;
	}

	.contact-block__map {
		margin-bottom: 40px;
	}

	.contact-block__form {
	}

	.contact-block .heading-smallest_has-offset.heading-smallest_size_small {
		margin-bottom: 20px;
	}

	.contact-block__input-text, .contact-block__input-textarea {
		font-size: 18px;
	}

	.contact-block__submit {
		font-size: 18px;
		margin-top: 40px;
	}

	.contact-block__form label {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){


	.contact-block__input-text, .contact-block__input-textarea {
		font-size: 16px;
	}


	.contact-block__submit {
		font-size: 16px;
		margin-top: 30px;
	}
}
/* detalhe artigo */
.detalhe_artigo{
	padding-top: 60px;
	margin-top: 120px;
	background: #f8f8f8;
}
.detalhe_artigo h1.project-detail__title{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
	text-align: left;
	text-transform: none;
}
.share{
	margin: 30px 0;
	font-size: 16px;
}
/* PORTFOLIO */
.share a{
	border: 2px solid #202020;
	margin-right: 5px;
	width: 30px;
	display: inline-block;
	height: 30px;
	border-radius: 50%;
	font-size: 16px;
	color: #202020;
	padding: 5px;
}
.detalhe_artigo .share a:hover{
	color: #cf1b0f;
}

.articles-list-wrapper{
	padding-bottom: 0;
}

.articles-list{
	margin-bottom: 0;
}

.article-listing-item__content {
	padding: 0 55px 10px;
}
.article-listing-item__date {
	color: #202020;
	position: relative;
	padding-left: 0;
	margin-left: 0;
	transition: 0.3s;
}
.article-listing-item__date:after{
	display: none;
}

.article-listing-item__header{
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	color: #202020;
	letter-spacing: 0;
	transition: 0.3s;
}

.article-listing-item__title{
	font-family: 'Helvetica', sans-serif;
	font-size: 40px;
	color: #202020;
	letter-spacing: 0;
	font-weight: 600;
}

.article-listing-item__text {
	min-height: 355px;
}

.article-listing-item {
	background: transparent;
}

.article-listing-item:hover {
	background: transparent;
	color: #202020;
}
.article-listing-item:hover .article-listing-item__date,
.article-listing-item:hover .article-listing-item__header,
.article-listing-item:hover .article-listing-item__title {
	color: #202020;
}

.article-listing-item__continue:hover{
	text-decoration: underline;
	color: #E41F28;
}

@media screen and (max-width: 1500px){
	.article-listing-item__header {
		font-size: 15px;
	}

	.article-listing-item__title {
		font-size: 35px;
	}
}

@media screen and (max-width: 1400px){
	.article-listing-item__content {
		padding: 0 0 10px 55px;
	}
}

@media screen and (max-width: 1200px){
	.article-listing-item__header {
		font-size: 15px;
	}
	.article-listing-item__content {
		padding: 0 0 10px 25px;
	}


	.article-listing-item__title {
		font-size: 30px;
	}
}
@media screen and (max-width: 992px){
	.article-listing-item__text {
		min-height: auto;
	}

	.article-listing-item__cover {
		padding-bottom: 70%;
	}

	.article-listing-item__content {
		padding: 20px 0 20px 25px;
	}
}
@media screen and (max-width: 767px){
	.article-listing-item__title {
		font-size: 25px;
	}
}

/* FOOTER */

.footer-studio__list-item .white{
	color: #fff;
}
.footer-studio__input {
	border: 1px solid #ffff;
}
.footer-studio__list-link {
	font-size: 16px;
	color: rgb(255 255 255 / 50%);
	letter-spacing: 0;
	margin-bottom: 11px;
}
.footer-studio p {
	margin-bottom: 0;
	font-size: 16px;
	color: rgb(255 255 255 / 50%);
	letter-spacing: 0;
}

.footer-studio__group-title {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-bottom: 15px;
}


.footer-studio__submit {
	font-size: 18px;
	text-transform: none;
}
.auth{
	margin-top: 10px;
}
.auth label{
	margin: 0;
}

.footer-studio__socials{
	margin-top: 40px;
	align-items: center;
}
.footer-studio__socials .footer-studio__social{
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 10px;
	opacity: 0.5;
	margin-right: 0;
}


.footer-studio {
	line-height: 20px;
	padding-top: 50px;
	position: relative !important;
	bottom: unset !important;
	left: unset !important;
}
.footer-studio .coluna_info_marca img{
	max-width: 90%;
	width: 200px;
}
.footer-studio__column {
	margin-bottom: 0;
	color: rgb(255 255 255 / 50%);
}
.footer-studio__column .telefone,
.footer-studio__column .email{
	margin-top: 10px;
}
.footer-studio__column .telefone .titulo{
	display: inline-block;
	vertical-align: top;
}
.footer-studio__column .titulo img{
	opacity: 0.5;
	width: 15px;
	margin-right: 5px;
}
.footer-studio__column .telefone .conteudo{
	display: inline-block;
	vertical-align: top;
}
.disclamer_telefone{
	display: block;
	font-size: 13px;
}
.footer-studio__column .email .titulo{
	display: inline-block;
	vertical-align: top;
}
.footer-studio__column .email .conteudo{
	display: inline-block;
	vertical-align: top;
}

.footer-studio__bottom {
	margin-top: 40px;
	color: #fff;
	text-align: center;
	font-family: 'Helvetica';
	font-size: 14px;
	letter-spacing: 0;
}
.footer-studio__bottom a{
	font-weight: 400;
}

body{
	padding-bottom: 0!important;
}

.bloco_newsletter{
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-block .bloco_newsletter{
	padding: 0;
	margin-top: 30px;
	position: relative;
}

.bloco_newsletter{
	position: relative;
}


.contact-block .bloco_newsletter .offset-lg-3{
	margin-left: 0;
	width: 100%;
	max-width: 100%;
	flex: auto;
}

.bloco_newsletter .frase{
	padding: 0 0 30px 0;
	max-width: 515px;
	margin-left: auto;
	font-size: 16px;
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 1px solid #ddd;*/
	text-align: center;
	position: relative;
	z-index: 1;
}

.bloco_newsletter .mask{
	background: rgb(255 255 255 / 20%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 0;
}


.bloco_newsletter .frase h2{
	text-align: center;
	font-weight: 600;
	font-size: 50px;
	font-family: 'Bree Serif', serif;
	text-transform: none;
	margin-bottom: 0;
}

.bloco_newsletter #form_newsletter{
	background-color: #f8f8f8;
	padding: 30px;
	max-width: 515px;
	margin-left: auto;
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 1px solid #ddd;*/
}
.bloco_newsletter #form_newsletter .contact-block__input-text, .bloco_newsletter #form_newsletter .contact-block__input-textarea {
	font-size: 14px;
	height: 44px;
}
.bloco_newsletter #form_newsletter label,
.bloco_newsletter #form_newsletter label a{
	font-size: 13px;
	color: rgb(32 32 32);
	letter-spacing: 0;
	font-weight: 300;
}

.contact-block .bloco_newsletter #form_newsletter{
	background-color: rgba(255, 255, 255, 40%);
	/* padding: 30px; */
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	/* border-radius: 10px; */
	border: 1px solid #ddd;
	padding: 40px;
}
.bloco_newsletter #form_newsletter .contact-block__submit {
	font-size: 16px;
	color: #202020;
	letter-spacing: 0;
	margin-top: 50px;
	padding: 10px 20px;
	border: 2px solid #202020;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.bloco_newsletter #form_newsletter .contact-block__submit:hover {
	text-decoration: none;
	color: #fff;
	background: #202020;
}


.contact-block .bloco_newsletter #form_newsletter .contact-block__input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #202020 !important;
}
.contact-block .bloco_newsletter #form_newsletter .contact-block__input-text::-moz-placeholder { /* Firefox 19+ */
	color: #202020 !important;
}
.contact-block .bloco_newsletter #form_newsletter .contact-block__input-text:-ms-input-placeholder { /* IE 10+ */
	color: #202020 !important;
}
.contact-block .bloco_newsletter #form_newsletter .contact-block__input-text:-moz-placeholder { /* Firefox 18- */
	color: #202020 !important;
}

.bloco_newsletter #form_newsletter h2{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1500px){
	.footer-studio__group-title {
		font-size: 20px;
	}

	.footer-studio__socials .footer-studio__social {
		width: 40px;
		height: 40px;
		font-size: 17px;
	}
	.footer-studio p {
		font-size: 17px;
	}

	.footer-studio__list-link {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px){
	.footer-studio__column{
		margin-bottom: 40px;
	}

	.contact-block .bloco_newsletter .offset-lg-3{
		padding: 0;
	}
}
@media screen and (max-width: 992px){
	.bloco_newsletter #form_newsletter {
		margin-left: auto;
	}
}

/* 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%;
	}

}