@charset "utf-8";
@import url('reset.css');
@import url('fonts.css');
@import url('../bootstrap/css/bootstrap.min.css');
/* @import url('template.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700');
@import url('font-awesome.css');

:root {
	--vermelho: #CC3131;
	--verde: #9eca45;
	--azulado: #2a363f;
	--fonte1: 'Roboto Condensed', sans-serif;
	--fonte2: 'Roboto', sans-serif;
}

/** TÍTULO 
************************************************/
h2, h3, h4, h5 {
	margin: 0 0 40px 0;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 600;
	color: #333;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 27px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.6em;
	margin: 40px 0 30px 0;
}

h5 {
	font-size: 1.2em;
	margin: 20px 0 20px 0;
}

/** HOME 
************************************************/
.nav-home-banner {
	margin-top: -10px;
	/*	background-image: url('../../images/home-banner.jpg');
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 800px;
	*/
}

@media all and (min-width: 768px) {
	.nav-home-banner {
		min-height: 360px
	}
}

.nav-home-banner .banner-flutuante {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	color: #FFF;
}

/*
@media all and (max-width: 991px) {
	.nav-home-banner {
		padding: 80px 50px 0;
		height: 500px;
	}
	.nav-home-banner .banner-flutuante {
		max-width: 500px;
		float: right;
	}
}
*/
@media all and (min-width: 992px) {
	.nav-home-banner {
		margin-top: -50px;
	}

	.nav-home-banner .banner-flutuante {
		float: right;
		margin-top: 100px;
		right: 20%;
		margin-top: 200px;
		max-width: 700px;
	}
}

@media all and (min-width: 1500px) {
	header .header {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

.slider-home .title {
	max-width: 600px;
	padding: 20px 30px;
	position: absolute;
}

.slider-home .title-1 {
	background-color: rgba(0, 0, 0, 0.75);
	top: 30%;
	right: 20%;
}

.slider-home p {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: left;
}

.slider-home p.titulo {
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.05em;
	display: block;
	width: 100%;
}

.slider-home p.texto {
	margin-top: 15px;
	font-size: 21px;
	font-weight: 300;
}

.slider-home .title-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	padding: 0 !important;
	background-color: transparent;
	max-width: 500px;
	left: 50%;
	margin-left: -250px;
	margin-top: -20px;
}

.slider-home .title-center p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
}

.slider-home .title-center p.titulo {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.slider-home .title-center p.texto {
	font-size: 22px;
	font-weight: 500;
}

@media all and (max-width: 992px) {
	.slider-home .title-center {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.slider-home .title-center {
		min-width: 100%;
		left: 0;
		margin: 0 auto;
	}

	.slider-home .title-center p.titulo {
		font-size: 40px;
	}

	.slider-home .title-center p.texto {
		font-size: 20px;
	}
}

@media all and (max-width: 680px) {
	.slider-home .title-center p.titulo {
		font-size: 25px;
	}

	.slider-home .title-center p.texto {
		font-size: 20px;
	}
}

@media all and (max-width: 991px) {
	.slider-home .title {
		padding: 10px 15px;
	}

	.slider-home p.titulo {
		font-size: 25px;
	}

	.slider-home p.texto {
		font-size: 17px;
	}
}

@media all and (max-width: 580px) {
	.slider-home .title {
		padding: 7px 10px;
	}

	.slider-home p.titulo {
		font-size: 18px;
	}

	.slider-home p.texto {
		font-size: 15px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.slider-home .title-center {
		margin-top: -50px;
	}
}

.nav-home-sobre {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 70px 0;
}

@media all and (min-width: 768px) {
	.nav-home-sobre {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 500px;
		margin: -120px 0 0 0;
		padding: 90px 0 0 0;
		background-image: url('../../images/bg-sobre.png');
		background-position: top center;
		/*		-webkit-clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
		clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);*/
	}
}

.nav-home-sobre h2 {
	color: #AC3030;
	font-weight: 700;
	font-size: 28px;
}

.nav-home-sobre h2:after {
	display: block;
	margin: 7px auto 0;
	content: '';
	width: 40px;
	border-bottom: 3px solid #ccc;
}

.nav-home-sobre .box-youtube {
	background-color: #2D2D2D;
	/*	display: table;
	float: right;
	width: 100%; */
	max-width: 300px;
	height: 180px;
}

@media all and (max-width: 767px) {
	.nav-home-sobre .box-youtube {
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.nav-home-sobre .box-youtube p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.nav-home-sobre p {
	text-align: justify;
	font-size: 18px;
	line-height: 1.5em;
}

@media all and (max-width: 450px) {
	.nav-home-sobre p {
		text-align: center;
	}
}

.nav-home-linhadeprodutos {
	background-color: rgba(180, 3, 14, 0.8);
	background-image: url('../../images/bg-red-full.jpg');
	background-position: top center;
	width: 100%;
	padding: 80px 0 20px;
}

@media all and (min-width: 768px) {
	.nav-home-linhadeprodutos {
		margin-top: -110px;
		padding: 150px 0 0;
		/*		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); */
	}

	.nav-home-linhadeprodutos-baixo {
		display: block;
		content: '';
		width: 100%;
		height: 470px;
		background-image: url('../../images/bg-linhadeprodutos-portfolio.jpg');
		background-position: top center;
		margin-top: -80px;
	}
}

.nav-home-linhadeprodutos h2 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 50px;
}

.nav-home-linhadeprodutos h2:after {
	display: block;
	margin: 7px auto 0;
	content: '';
	width: 100px;
	border-bottom: 3px solid #FB9B9B;
}

.nav-home-linhadeprodutos .box {
	margin: 25px 0;
}

.nav-home-linhadeprodutos img {
	margin: 0 auto;
}

.nav-home-linhadeprodutos h3,
.nav-home-linhadeprodutos p {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
}

.nav-home-linhadeprodutos h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 30px 0 20px;
}

.nav-home-linhadeprodutos h3:after {
	display: block;
	margin: 7px auto 0;
	content: '';
	width: 30px;
	border-bottom: 2px solid #FB9B9B;
}

.nav-home-linhadeprodutos p {
	font-size: 17px;
	font-weight: 300;
}

.nav-home-portfolio {
	background-image: url('../../images/bg-cinza-full.jpg');
	background-position: top center;
	width: 100%;
	padding: 0 0 80px 0;
	margin-top: 0px;
	position: relative;
}

@media all and (max-width: 767px) {
	.nav-home-portfolio {
		padding: 80px 0;
		margin-top: 0;
		position: relative;
		z-index: 1
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	.nav-home-portfolio {
		margin-top: -78px;
	}
}

.nav-home-portfolio h2 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 50px;
	color: #C51E1E;
}

.nav-home-portfolio h2:after {
	display: block;
	margin: 7px auto 0;
	content: '';
	width: 60px;
	border-bottom: 3px solid #9D9A9A;
}

.nav-home-portfolio ul.portfolio-img li {
	padding: 20px 0;
	margin-bottom: 20px;
	float: left;
}

.nav-home-portfolio ul.portfolio-img li img {
	width: 367px !important;
}

.nav-home-portfolio .row>div {
	margin: 25px 0;
}

/*
.nav-home-portfolio .row > div img {
	box-shadow: 0 0 7px #fff;
}
*/
.nav-home-novidades {
	background-image: url('../../images/bg-novidades.jpg');
	background-position: top center;
	width: 100%;
	height: 492px;
	margin-top: -1px;
	padding: 110px 0 0 0;
	z-index: 1;
	position: relative;
}

@media all and (max-width: 767px) {
	.nav-home-novidades {
		background-color: rgba(180, 3, 14, 0.8);
		background-image: url('../../images/bg-red-full.jpg');
		background-position: top center;
		width: 100%;
		padding: 80px 0 20px;
	}
}

.nav-home-novidades h2 {
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 50px;
}

.nav-home-novidades h2:after {
	display: block;
	margin: 7px auto 0;
	content: '';
	width: 100px;
	border-bottom: 3px solid #FB9B9B;
}

.nav-home-novidades .seta {
	position: absolute;
	margin-left: 8px;
	margin-top: -10px;
}

@media all and (max-width: 991px) {
	.nav-home-novidades form>div {
		margin: 15px auto;
	}
}

.nav-home-depoimentos {
	background-image: url('../../images/bg-cinza2-full.jpg');
	background-position: top center;
	width: 100%;
	padding: 0 0 80px 0;
}

.nav-home-depoimentos h2 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 50px;
	color: #C51E1E;
}

.nav-home-depoimentos h2:after {
	display: block;
	margin: 7px auto 0;
	content: '';
	width: 60px;
	border-bottom: 3px solid #9D9A9A;
}

@media all and (max-width: 767px) {
	.nav-home-depoimentos {
		padding: 70px 0;
	}

	.nav-home-depoimentos .row>div+div {
		margin-top: 30px;
	}
}

.nav-home-depoimentos .row>div {}

.nav-home-depoimentos .row>div .text {
	background-color: #ededed;
	padding: 30px;
	text-align: center;
}

.nav-home-depoimentos .row>div .text .autor {
	font-style: italic;
	margin-top: 30px;
}

.nav-home-depoimentos .row>div .text .autor span {
	display: block;
	color: #AB2A2A;
}

.nav-home-depoimentos .fotos,
.clientes-fotos {
	background-image: url('../../images/depoimentos-fotos.png');
	width: 85px;
	height: 85px;
	margin: 0 auto 30px;
	display: block;
}

.nav-home-depoimentos .fotos.g4vision,
.clientes-fotos.g4vision {
	background-position: 0 0
}

.nav-home-depoimentos .fotos.novanil {
	background-position: -85px 0;
}

.nav-home-depoimentos .fotos.estacaosaude,
.clientes-fotos.estacaosaude {
	background-position: -170px 0;
}

.nav-home-estrutura {
	background-image: url('../../images/bg-red.jpg');
	width: 100%;
	padding: 40px 0 100px;
}

@media all and (min-width: 768px) {
	.nav-home-estrutura {
		background-image: url('../../images/bg-estrutura.jpg');
		background-position: top center;
		margin-top: -84px;
		padding: 220px 0;
		height: 520px;
	}
}

.nav-home-estrutura h2 {
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 20px 0;
}

.nav-home-estrutura h2:after {
	display: block;
	margin: 20px auto 0;
	content: '';
	width: 210px;
	border-bottom: 3px solid #FB9B9B;
}

.popup {
	position: absolute;
	top: 150px;
	left: 250px;
	z-index: 9999;
	font-size: 12px;
	font-weight: 300;
	text-align: justify;
	display: block;
}

.popup .btao {
	position: absolute;
	width: 70px;
	text-align: center;
	margin-top: -25px;
	padding: 5px;
	background-color: #FC0;
}

.popup a:link {
	font-family: Arial;
	font-size: 12px;
	color: #080808;
	font-weight: 300;
	text-decoration: none;
}

.nav-home-estrutura a {
	position: absolute;
	left: 50%;
	margin-left: -90px !important;
	margin: 10px auto 0 auto;
	padding: 13px;
	width: 180px;
	background-color: #222;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.nav-home-estrutura a:hover {
	background-color: #FFF;
	color: #444;
	transition: 0.2s;
}

.nav-home-estrutura .seta {
	position: absolute;
	left: 50%;
	margin-left: 110px;
	margin-top: 2px;
}

.nav-home-parceiros {
	background-image: url('../../images/bg-cinza-parceiros.jpg');
	background-position: top center;
	width: 100%;
	padding: 0 0 80px 0;
	margin-top: 0px;
	position: relative;
}

@media all and (max-width: 767px) {
	.nav-home-parceiros {
		padding: 80px 0;
		margin-top: 0;
		position: relative;
		z-index: 1
	}
}

.nav-home-parceiros h2 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 50px;
	color: #C51E1E;
}

.nav-home-parceiros h2:after {
	display: block;
	margin: 7px auto 0;
	content: '';
	width: 160px;
	border-bottom: 3px solid #9D9A9A;
}

@media all and (min-width: 768px) {
	.nav-home-parceiros ul {
		text-align: center;
	}

	.nav-home-parceiros ul li {
		list-style: none;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
	}

	.nav-home-parceiros ul li+li {
		margin-left: 0px;
	}
}

@media all and (max-width: 767px) {
	.nav-home-parceiros ul li {
		text-align: center;
		margin: 0 auto;
	}

	.nav-home-parceiros ul li+li {
		margin-left: 0;
	}

	.nav-home-parceiros ul li img {}
}

.parceiros {
	width: 100% !important;
	margin: 0 auto;
}

/** CONTATO
/***********************************************************/
section#contato .mapa {
	padding: 50px 0;
}

section#contato .contatos {
	padding: 50px 0;
	background-color: #FFF;
}

.nav-contato address {
	font-size: 1.2em;
}

/**  
************************************************/
.main-header {
	text-align: center;
	display: table;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.main-header h1:after {
	background-color: rgba(255, 255, 255, 0.3);
	display: block;
	content: "";
	margin: 7px auto 0;
	width: 100px;
	height: 4px;
	vertical-align: middle;
}

.main-header h1 {
	display: table-cell;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	vertical-align: middle;
	padding: 150px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 45px;
	color: rgba(255, 255, 255, 0.75);
}

.main-sobre {
	background-image: url('../../images/showrom4_corte.jpg');
}

.main-catalogo {
	background-image: url('../../images/main-drywall.jpg');
}

.main-sobre-realizacoes {
	background-image: url('../../images/main-sobre-realizacoes.jpg');
}

.main-sobre-realizacoes>.box-grupo {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	padding: 100px 0;
}

.main-sobre-realizacoes>.box-grupo .row {
	margin-top: 0;
}

.main-sobre-realizacoes h5 {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	font-family: var(--fonte1);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.main-sobre-realizacoes span.bolinha {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	border-radius: 50px;
	margin: 0px 2px 14px 4px;
	vertical-align: middle;
}

.main-sobre-realizacoes p {
	margin: 0;
	color: #FFF;
	font-family: var(--fonte2);
	letter-spacing: 0.05em;
	font-size: 25px;
}

.main-sobre-realizacoes p span {
	font-size: 260%;
	font-weight: 500;
}

.main-sobre-clientes {
	background-image: url('../../images/main-sobre-clientes.jpg');
	width: 100%;
}

.main-sobre-clientes>.box-grupo {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	padding: 100px 0;
	width: 100%;
}

@media all and (max-width: 991px) {
	.main-sobre-clientes .box+.box {
		margin-top: 40px;
	}
}

/* Testimonials */
.testimonials blockquote {
	background: #f8f8f8 none repeat scroll 0 0;
	border: medium none;
	color: #666;
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding: 20px;
	position: relative;
}

/*
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; 
	border-bottom-style: inset; 
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}
*/
.testimonials .carousel-info img {
	border: 1px solid #f5f5f5;
	border-radius: 150px !important;
	height: 75px;
	padding: 3px;
	width: 75px;
}

.testimonials .carousel-info {
	overflow: hidden;
}

.testimonials .carousel-info img {
	margin-right: 15px;
}

.testimonials .carousel-info span {
	display: block;
}

.testimonials span.testimonials-name {
	color: #e6400c;
	font-size: 16px;
	font-weight: 300;
	margin: 14px 0 5px;
	text-align: left;
}

.testimonials span.testimonials-post {
	color: #A0A0A0;
	font-size: 14px;
	text-align: left;
}

/** 
/***********************************************************/
.nav-produtos-producao>div {
	margin: 25px 0;
}

.nav-produtos-producao h5 {
	margin: 25px 0 15px;
	text-align: center !important;
}

.nav-produtos-producao h4 {
	margin: 30px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 0.01em;
	text-align: center;
}

.nav-produtos-producao .box>img {
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}

@media all and (max-width: 767px) {
	.nav-catalogo>div+div {
		margin-top: 30px;
	}
}

.nav-catalogo .box a {
	color: #A5A5A5;
}

.nav-catalogo>div>div {
	margin: 20px auto;
}

.nav-catalogo {
	text-align: center;
}

.nav-catalogo h5,
.nav-catalogo h5 a {
	font-size: 22px;
	color: #444 !important;
}

.nav-catalogo img {
	margin: 0 auto;
}

.nav-catalogo-produto h5 {
	margin-top: 0;
	margin-bottom: 0;
}

.nav-catalogo-produto h5 a {
	display: block;
	background-color: #E4E4E4;
	/*	border: 2px solid #222;
    padding: 15px 5px; */
	color: #222;
	font-size: 17px;
	padding: 15px 5px;
}

.nav-catalogo-produto .box:hover h5 a {
	background-color: #222;
	/*	border: 2px solid #222; */
	color: #FFF;
	text-decoration: none;
}

.nav-catalogo-produto .box {
	margin-bottom: 30px;
	border: 1px solid #E4E4E4;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.nav-catalogo-produto .box .image {
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding: 0;
	min-height: 160px
}

.nav-catalogo-produto .box .image img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
	width: 100%;
	height: auto;
	padding: 15px 0 0 0;
}

.nav-catalogo-produto .box:hover .image img {
	-webkit-transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1.1, 1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1.1, 1.1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
	position: relative;
	z-index: 3;
}

@media all and (min-width: 768px) {
	ul.img-center {
		text-align: center;
		margin: 60px auto;
	}

	ul.img-center li {
		list-style: none;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
		margin: 0 auto;
		margin-bottom: 0;
	}

	ul.img-center li {
		margin: 15px;
	}
}

@media all and (max-width: 767px) {
	ul.img-center li {
		margin: 15px auto;
	}

	ul.img-center li img {
		margin: auto;
	}
}

.catalogo-img li {
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding: 0;
	border: 2px solid #000;
}

.catalogo-sem li {
	border: 0px solid transparent !important;
}

.catalogo-img li img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
	height: auto;
}

.catalogo-img li:hover img {
	-webkit-transform: scale(1.12, 1.12);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1.12, 1.12);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1.12, 1.12);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
	position: relative;
	z-index: 3;
}

/** 
/***********************************************************/
.contato address {}

.contato address span {
	font-weight: 600;
	font-size: 110%;
}

.contato address span:after {
	display: block;
	content: "";
	height: 10px;
}

.whatsapp {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 75px;
	margin: 20px;
	z-index: 9999;
}

.whatsapp img {
	max-width: 100%;
}

/** 
/***********************************************************/
.pagina-produtos {
	margin: 30px 0;
}

.lista-produtos {
	display: flex;
	/* justify-content: space-evenly; */
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
}

.lista-produtos li {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;

	flex-basis: 20%;
	flex-grow: 1;
	text-align: center;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	padding: 20px;
	border-radius: 5px;
}

.lista-produtos li>figure img {
	max-width: 100%;
}

.lista-produtos li>span {
	font-weight: 700;
}

.lista-produtos li>img {
	max-width: 230px;
	max-height: 230px;
}


@media all and (max-width: 590px) {
	.lista-produtos li {
		flex-basis: 45%;
	}
}