#banner {
    position: relative;
    margin: 0 auto 60px;
    width: 100%;
	height: 583px;
    background-image: url(../img/banner.jpg); background-repeat: no-repeat;
    background-position: center center;
}

#lista_simuladores {
	position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 196px;
	list-style: none;
}
#lista_simuladores li {
	margin-right: 10px;
}

#box_banner .conteudo {
	position: relative;
	height: 100%;
}
#box_banner .titulo {
	position: absolute;
	max-width: 464px;
	font-family: 'Bebas Neue';	font-size: 106px; font-weight: normal;
	color: var(--cor-principal);
    line-height: 85px;
	top: 40px;
	left: 25px;
	margin: 0;
}
#box_banner .bt_acessar {
	display: table;
    position: absolute;
	font-family: 'Bebas Neue';	font-size: 30px;
	color: #010101;
	background-color: var(--cor-principal);
	padding: 10px 20px;
	bottom: 65px;
    right: 10px;
}


#box_banner {
	position: relative;
	height: 580px;
	background-position: center; background-repeat: no-repeat; background-size: cover;
	cursor: pointer;
}
#box_banner .texto_nota {
	font-family: 'Bebas', Helvetica, sans-serif; font-size: 28px;
	fill: var(--cor-destaque);
}
#box_banner #detalhe_banner {
	position: absolute;
	left: -40px;
    top: 10px;
	fill: var(--cor-destaque);
}
#detalhe_banner .texto {
	font-family: 'Bebas Bold', Helvetica, sans-serif; font-size: 19px;
	fill: var(--cor-principal);
}
#texto_borda {
	stroke: var(--cor-principal);
}

#listagem {
    margin: 0 auto 30px!important;
}
#filtro-categorias, #listas .titulo {
	display: none;
}
.lista-produtos {
	margin: 0!important;
	overflow: hidden;
    height: 320px;
}
#listas {
	border-bottom: 1px solid #cacaca;
	padding: 20px 0;
}
#bt_ver-mais {
	display: table;
	width: 100%;
	font-family: Arial; font-size: 14px;
	color: #000;
	text-align: right;
	cursor: pointer;
	margin: 15px 0 0;
}
#bt_ver-mais:hover {
	text-decoration: underline;
}

#qualidade {
	flex-direction: column;
	padding-bottom: 30px;
}
.textos_qualidade {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 96%;
    margin-left: auto;
    margin-bottom: -25px;
}
.textos_qualidade li {
	width: 33%;
}
.textos_qualidade li:nth-child(2) {
	margin: 0 auto;
}
.textos_qualidade li:nth-child(2) .titulo {
	color: var(--cor-destaque);
}
#qualidade .esquerda {
	margin-left: auto;
	width: 81%;
    margin-top: -65px; margin-bottom: 0;
}
#qualidade .esquerda li {
	width: 22%;
}
.rotacionar {
	transform: rotate(180deg);
	display: table;
}
.textos_qualidade .titulo {
	font-family: 'Bebas Bold'; font-size: 25px;
	color: var(--cor-letras);
	margin: 0;
	padding: 0 14px;
}
.textos_qualidade .texto {
	font-family: 'Montserrat Light'; font-size: 14px;
	color: #8d8d8d;
	padding: 0 14px;
}
#banner_mobile {
	display: table;
	position: relative;
	margin: 50px auto 20px;
}
#banner_mobile .img {
	width: 100%;
}
#banner_mobile .titulo {
	position: absolute;
	font-family: 'Bebas Bold'; font-size: 85px;
	color: var(--cor-principal);
	width: 260px;
    margin: 0;
    line-height: 70px;
	top: 4%;
    left: 4%;
}
#banner_mobile .logo {
	position: absolute;
	right: 80px;
    bottom: 35px;
	height: 200px;
}
#barra_info {
	width: 100%; max-width: 100%;
	background-color: var(--cor-principal);
	overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#barra_conteudo {
	display: flex;
	width: 1145px; 
	padding: 0 5px;
	margin: 0 auto;
	box-sizing: border-box;
}
#barra_conteudo li {
	display: flex;
	padding: 20px 0;
}
#barra_conteudo li:nth-child(2), #barra_conteudo li:nth-child(3) {
	margin: 0 auto;
}
#barra_conteudo .texto {
	margin-left: 10px; 
}
#barra_conteudo .texto .titulo {
	font-family: 'Bebas Bold'; font-size: 25px;
	color: var(--cor-letras);
	margin: 0 0 5px;
}
#barra_conteudo .texto .frase {
	font-family: 'Montserrat Light'; font-size: 14px;
	color: var(--cor-letras-2);
}
#barra_conteudo .icone {
	width: 51px;
	height: 51px;
}
#ico-variedade {
	background-position: -5px -80px;
}
#ico-atualizacoes {
	background-position: -70px -80px;
}
#ico-cartela {
	background-position: -130px -80px;
}
#ico-entrega {
	background-position: -190px -80px;
}
#passos {
	background-color: #f4f4f4;
}
#passos h2 {
	text-align: center;
    padding: 40px 0;
	margin: 0;
}
.passo .titulo {
	font-family: 'Bebas Bold'; font-size: 25px;
	color: var(--cor-letras);
	margin-bottom: 5px;
}
.passo .texto {
	font-family: 'Montserrat Light'; font-size: 14px;
	color: #8d8d8d;
	min-height: 150px;
}
#passos_estrutura {
	position: relative;
	display: flex;
    flex-direction: column;
    width: 1110px; max-width: 93%;
    margin: 0 auto;
}
.estrutura {
	width: 81%;
    height: 11px;
    background-color: #000;
    flex: 1;
}
.curva_estrutura {
	position: relative;
	height: 395px;
    width: 100%;
    border-radius: 0 395px 395px 0;
    border: 10px solid #000;
    border-left: none;
    margin-left: auto;
}
.curva_estrutura:after {
	position: absolute;
    content: '';
    width: 230px;
    background-color: #f4f4f4;
    height: 11px;
    bottom: -10px;
}
.estrutura:nth-child(2){
	width: 62%;
    margin: auto;
}
.estrutura:nth-child(3){
    margin-left: auto;
}
#curva_esquerda {
	position: relative;
	border-radius: 395px 0 0 395px;
    border: 10px solid #000;
    border-right: none;
    margin: -11px auto 0 0;
    width: 82%;
}
#curva_esquerda:after {
	display: none;
}
.lista_estrutura {
	display: flex;
	align-items: center;
}
.marcador-passo {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 1;
}
.estrutura_marcador {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background-color: #626262;
	z-index: 1;
}
.estrutura_marcador-2 {
	width: 10px;
	height: 85px;
	background-color: #000;
	margin-top: -3px;
}
.estrutura_marcador-3 {
	display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50px;
	border: 6px solid #000;
	margin-top: -3px;
	background-color: #f4f4f4;
}
.estrutura_marcador-4 {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #aaa;
    margin: auto;
	-moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.lista_estrutura[rel=lista-1] .marcador-passo {
	align-self: flex-end;
    margin-bottom: -36px;
}
#box_manequim {
	width: 220px;
	height: 293px;
	margin-bottom: 15px;
}
#icone-manequim {
	background-image: url(../img/passo-uniforme.png);
	width: 220px;
	height: 293px;
	zoom: 0.1;
	opacity: 0
}
.lista_estrutura[rel=lista-1] .passo {
	width: 400px;
}
.lista_estrutura[rel=lista-1] .passo:last-child {
	width: 360px;
    margin-left: 40px;
}
.lista_estrutura[rel=lista-2] {
	justify-content: flex-end;
	height: 395px;
}
#icone-orcamento {
	position: relative;
	background-image: url(../img/passo-orcamento.png);
	width: 217px;
	height: 337px;
}
#icone-orcamento .logo {
	width: 65px;
    position: absolute;
    left: 40px;
    top: 65px;
}
#icone-orcamento #icone-mao {
	position: absolute;
    height: 175px;
    bottom: -65px;
    right: -80px;
    z-index: 10;
}
.lista_estrutura[rel=lista-2] .passo {
	width: 355px;
	text-align: right;
	margin-right: 110px;
}
.lista_estrutura[rel=lista-2] .marcador-passo {
	transform: rotate(-90deg);
    margin-right: 20px;
}
.lista_estrutura[rel=lista-3] {
	height: 395px;
}
.lista_estrutura[rel=lista-3] .marcador-passo {
	transform: rotate(90deg);
    margin: 0 90px 0 20px;
}
.lista_estrutura[rel=lista-3] .passo {
	width: 350px;
}
#icone-pagamento {
	position: relative;
	background-image: url(../img/pagamento.png);
	width: 366px;
	height: 288px;
	margin: 25px -115px 0 auto;
}
#icone-pagamento #icone-papel {
	position: absolute;
    top: -10px; 
    left: 21px;
	opacity: 0;
}
.lista_estrutura[rel=lista-3] .marcador-passo[rel=marcador-5] {
	transform: none;
    align-self: flex-end;
    margin: 0 0 -36px auto ;
}
.lista_estrutura[rel=lista-4] {
	width: 82%;
	padding: 20px 0;
}
.lista_estrutura[rel=lista-4] img {
	margin-left: auto;
}
.lista_estrutura[rel=lista-4] .passo {
	width: 450px;
	text-align: right;
	margin-left: auto; margin-top: 10px;
}
#portfolio .titulo {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 200px;
	background-color: var(--cor-principal);
	justify-content: center;
	text-align: center;
	align-items: center;
}
#portfolio h2 {
	margin: 0;
}
#portfolio .frase {
	font-family: 'Bebas'; font-size: 14px;
	color: #2e2f31;
	word-spacing: 1px;
    letter-spacing: 2px;
	margin: 10px auto 0;
}
#portfolio .frase .destaque {
	color: #fff;
}
#portfolio hr {
	width: 140px;
	height: 1px;
	background-color: #2e2f31;
	border: none;
}
#portfolio .bt_ver-mais {
	display: flex;
	width: 210px; 
	font-family: 'Bebas'; font-size: 14px;
	color: #2e2f31;
	text-align: center;
	word-spacing: 2px;
    letter-spacing: 2px;
	border: 1px solid #2e2f31;
	justify-content: center;
	margin: 20px auto 0;
	padding: 10px 0;
	cursor: pointer;
}
#galeria {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#galeria .outras {
	display: none;
}
#galeria img {
	display: table;
	height: 250px;
}

#fale-conosco {
	margin-top: 50px;
}
#fale-conosco .titulo {
	text-align: center;
	margin: 0;
}
#fale-conosco .midias_socias {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
	background-color: #333;
}
#fale-conosco .facebook, #fale-conosco .instagram {
	margin-right: 20px;
}
#form_contato {
	margin: 40px auto;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#texto_contato .titulo {
	font-family: 'Bebas Neue'; font-size: 25px;
	color: #2e2f31;
	text-align: left;
}
#texto_contato .texto  {
	width: 320px;
	font-family: 'Montserrat Light'; font-size: 14px;
	color: #8d8d8d;
	margin: 10px 0;
}
#texto_contato .info_contato {
	display: flex;
	margin: 4px 0;
}
.info_contato svg {
	margin-right: 10px;
}
.info_contato p {
	font-family: 'Montserrat Light'; font-size: 14px;
	color: #010101;	
}
.info_contato .email {
	align-self: center;
}
.info_contato .whatsapp {
	align-self: flex-end;
}
#formContato {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 765px;
}
#formContato input {
	width: 49%;
	height: 44px;
	font-family: 'Montserrat Light'; font-size: 14px;
	color: #010101;
	margin-bottom: 10px;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #2e2f31;
	outline: none;
	box-sizing: border-box;
}
#formContato #assuntoContato, #formContato #msgContato {
	width: 100%;
}
#formContato #msgContato {
	height: 130px;
	font-family: 'Montserrat Light'; font-size: 14px;
	margin-bottom: 10px;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #2e2f31;
	outline: none;
}
#formContato #bt_enviar {
	width: 210px;
	font-family: 'Bebas'; font-size: 14px;
	color: #2e2f31;
	letter-spacing: 2px;
	border: none;
	background-color: var(--cor-principal);
	cursor: pointer;
}
.termoContato::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8d8d8d;
}
.termoContato::-moz-placeholder { /* Firefox 19+ */
  color: #8d8d8d;
}
.termoContato:-ms-input-placeholder { /* IE 10+ */
  color: #8d8d8d;
}
.termoContato:-moz-placeholder { /* Firefox 18- */
  color: #8d8d8d;
} 


.topo {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.secao__midias--logo {
	width: 100%;
	background: linear-gradient(90deg, #EDC737 60%, #FFF 40%);
}
.midias--logo {
	display: flex;
	width: 100%;
	height: 150px;
    align-items: center;
	max-width: 1145px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.midias__topo {
	display: flex;
	width: 45%;
    align-items: center;
    border-bottom: 1px solid #FFF;
	padding: 10px 0 10px 60px;
    box-sizing: border-box;
}
.midias__topo a {
	display: inline;
	margin-right: 8px;
}
.midias__topo a svg {
	background-color: #fff;
}
.midias__topo .twitter {
	margin-right: 38px;
}
.midias__topo .tel {
	font-size: 13px;
	color: #1d222b;
	background-color: transparent;
	margin-right: 12px;
}
.logo__topo {
	position: relative;
	display: flex;
	width: 55%;
	height: 100%;
    align-items: center;
    justify-content: flex-end;
	transform: skew(0deg);
	overflow: hidden;
}
.logo__topo:after {
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.secao__info--banner {
	width: 100%;
	background: linear-gradient(90deg, #EDC737 50%, #1D212B 50%);
}
.info--banner {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1145px;
	margin: 0 auto 50px;
	padding: 0 10px 75px;
	box-sizing: border-box;
}
.info--banner .info {
	display: flex;
	flex-direction: column;
	width: 355px;
	background-color: #EDC737;
}
.info h2 {
	width: 305px;
    border: 5px solid #FFF;
	font-family: "Bebas"; font-size: 53px; font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
}
.info h2 span {
	display: table;
	font-size: 17px; font-family: 'myriad';
	margin: 0 auto 8px;
	letter-spacing: 4px;
}
.info .lista {
	color: #fff;
	margin-top: auto;
	margin-bottom: 160px;
	list-style: none;
    font-family: Arial; font-weight: bold; font-size: 14px;
}
.info .bt__simulador {
	display: flex;
	width: 210px;
	height: 45px;
	align-items: center;
    justify-content: center;
	color: #eec738;
	font-family: 'Bebas Neue'; font-size: 24px;
    background-color: #1d222b;
	border-radius: 8px;
	z-index: 1;
	cursor: pointer;
}
.info--banner:after {
	content: ' ';
	width: 218%;
    height: 90%;
    background-color: #FFF;
    position: absolute;
    bottom: -75.5%;
    left: -60%;
    border-radius: 90%;
}
.info--banner .banner {
	position: relative;
	background-image: url(../img/banner.png); background-color: #1D212B;
	background-repeat: no-repeat; background-position: center; background-size: contain;
    width: 74%;
    height: 605px;  
}
.banner .barra__navegacao {
	display: flex;
	width: 625px;
	justify-content: space-between;
	margin-left: auto;
}
.banner .barra__navegacao li {
	list-style: none;
	cursor: pointer;
}
.banner .barra__navegacao li[class='ativo'], .banner .barra__navegacao li:hover {
	background-color: #EDC737;
}
.banner .barra__navegacao a {
	display: flex;
	height: 25px;
    align-items: flex-end;
	color: #fff;
	padding: 80px 8px 10px; 
} 
.banner .barra__navegacao li[class='ativo'] a, .banner .barra__navegacao li:hover {
	color: #1A222B;
	fill: #1A222B;
}
.banner .barra__navegacao svg {
	fill: #FFF;
}
.banner:before {
	content: ' ';
	background-image: url(../img/banner_detalhe.png); background-repeat: no-repeat; background-position: center;
    width: 512px;
	height: 443px;
    display: flex;
    position: absolute;
    bottom: -57px;
    left: -40%;
	z-index: 1;
}

#bt__menu--mobile {
	display: none;
	position: relative;
	/*display: flex;*/
	flex-direction: column;
    width: 26px;
    height: 18px;
    border: 2px solid #fff;
    border-left: none; border-right: none;
	box-sizing: border-box;
	cursor: pointer;
}
#bt__menu--mobile:after {
	content: '';
	width: 26px;
	height: 2px;
	background-color: #fff;
	margin: auto;
} 
#bt__menu--mobile.fechar {
	height: 25px;
	border: none;
	flex-direction: row;
	justify-content: center;
}
#bt__menu--mobile.fechar:after, #bt__menu--mobile.fechar:before {
	content: '';
	width: 2px;    
	height: 25px;
    background-color: #fff;
    margin: -0.5px;
}
#bt__menu--mobile.fechar:after {
	transform: rotate(-45deg);	
}
#bt__menu--mobile.fechar:before {
	transform: rotate(45deg);	
}

/* RESPONSIVO */
@media screen and (max-width: 1023px) {
	.midias--logo {
		height: 100px;
	}
	.midias__topo {
		padding: 10px 0 10px 5px;
	}
	
	.secao__info--banner {
		background: #1D212B;
	}
	.info--banner {
		margin: 0 auto;
	}
	.info--banner .info {
		position: absolute;
		background-color: transparent;
		bottom: 100px;
	}
	.info h2 {
		display: none;
	}
	.info .lista {
		margin-bottom: 90px;
		z-index: 1;
	}
	.info .bt__simulador {
		color: #1d222b;
		background-color: #eec738;
	}
	.banner:before {
		display: none;
	}
	.info--banner .banner {
		width: 100%;
		background-size: unset;
	}
	.banner .barra__navegacao {
		margin: 0 auto;
	}
	.banner .barra__navegacao a {
		padding: 25px 8px 10px;
	}
}
@media screen and (max-width: 767px) {
	.midias__topo .tel {
		display: none;
	}
	
	.info--banner {
		padding: 0 10px 55px;
	}
	.info--banner:after {
		display: none;
	}
	.info--banner .info {
		bottom: 15px;
	}
	.info--banner .banner {
		height: 330px;
		background-size: contain;
	}
	.info .lista {
		margin-bottom: 20px;
	}
	.info .bt__simulador {
		width: 150px;
		height: 40px;
		font-size: 20px;
	}
}
@media screen and (max-width: 675px) {
	.banner .barra__navegacao {
		width: -webkit-fill-available;
	}
	.banner .barra__navegacao a {
		font-size: 14px;
	}
}	
@media screen and (max-width: 479px) {
	.midias__topo {
		border: none;
		padding: 0;
		width: 15%;
	}
	.midias__topo .facebook, .midias__topo .instagram, .midias__topo .twitter{
		display: none!important;
	}
	.logo__topo {
		width: 85%;
	}
	
	.info .lista {
		font-size: 11px;
	}
	.info--banner .banner {
		height: 260px;
	}
	.banner .barra__navegacao {
		display: none;
	}
	
	#bt__menu--mobile {
		display: flex;
	}
	.banner .barra__navegacao {
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 70%;
		height: 100%;
		left: -100%;
		background: #eec738;
		z-index: 100;
		padding-bottom: 55px;
		justify-content: flex-start;
	}
	.banner .barra__navegacao li:first-child {
		display: none;
	}
	.banner .barra__navegacao a {
		padding: 15px;
	}
}

/* RESPONSIVO */
@media screen and (max-width: 1165px) {
	#banner_mobile {
		max-width: 100%;
		width: auto;
	}
}
@media screen and (max-width: 1120px) {
	#banner_mobile .titulo {
		font-size: 78px;
		line-height: 63px;
		left: 17%;
	}
}
@media screen and (max-width: 1023px) {
	#banner_mobile {
		display: none;
	}
	#box_manequim, #icone-orcamento, #icone-pagamento, .lista_estrutura[rel=lista-4] img {
		display: none;
	}
	#icones_qualidade, .textos_qualidade .detalhe {
		display: none;
	}
	#menu_topo .logo {
		max-height: 160px;
	}
	#qualidade {
		margin-top: 50px;
	}
	.textos_qualidade, #qualidade .esquerda {
		width: 100%;
		margin: 0 0 15px;
	}
	#qualidade .esquerda li {
		width: 33%;
	}
	.curva_estrutura, #curva_esquerda {
		border: none;
	}
	.lista_estrutura  {
		flex-wrap: wrap;
		align-items: left;
	}
	.passo {
		width: 65%!important;
		margin-left: 20px!important;
		margin-bottom: 40px!important;
	}
	.lista_estrutura[rel=lista-1] .passo:last-child {
		margin: 0;
	}
	.lista_estrutura[rel=lista-2] .passo {
		margin: 0;
		text-align: left;
	}
	.lista_estrutura[rel=lista-4] .passo {
		margin: 0;
		text-align: left;
		margin-top: -95px;
		margin-left: 185px!important;
	}
	.marcador-passo {
		flex-direction: unset;
		transform: rotate(180deg);
	}
	.estrutura_marcador-2 {
		width: 85px;
		height: 10px;
		margin-top: 0;
	}
	.estrutura_marcador-3 {
		margin-top: 0; margin-left: -3px;
	}
	.estrutura_marcador {
		margin-right: -3px;
	}
	.lista_estrutura[rel=lista-1] .marcador-passo {
		align-self: left;
		margin-bottom: 10px;
	}
	.lista_estrutura[rel=lista-2] .marcador-passo, .lista_estrutura[rel=lista-3] .marcador-passo, .lista_estrutura[rel=lista-3] .marcador-passo[rel=marcador-5] {
		transform: rotate(180deg);
		margin: 0 0 10px;
	}
	.lista_estrutura[rel=lista-3] .marcador-passo[rel=marcador-5] {
		align-self: left;
	}
	.curva_estrutura, .lista_estrutura[rel=lista-2], .lista_estrutura[rel=lista-3] {
		height: auto;
	}
	.lista_estrutura[rel=lista-2] {
		flex-direction: row-reverse;
	}
	#curva_esquerda {
		margin: 0;
		width: 100%;
	}
	#passos_estrutura:after {
		position: absolute;
		content: '';
		width: 10px;
		height: 81%;
		background-color: #000;
		left: 26px;
	}
}
@media screen and (max-width: 767px) {
	#form_contato {
		flex-direction: column;
	}
	#formContato {
		width: 100%;
		margin-top: 15px;
	}
	.textos_qualidade {
		flex-wrap: wrap;
	}
	.textos_qualidade li, #qualidade .esquerda li {
		width: 50%;
	}
	.textos_qualidade li:nth-child(3) {
		margin-top: 10px;
	}
	
	#box_banner .titulo {
		left: initial;
	}
}
@media screen and (max-width: 580px) {
	.estrutura_marcador, .estrutura_marcador-2 {
		display: none;
	}
	.passo {
		width: 75%!important; 
	}
	.lista_estrutura[rel=lista-4] .passo	 {
		margin-left: 80px!important;
	}
}
@media screen and (max-width: 479px){
	#formContato input {
		width: 100%;
	}
	.textos_qualidade li, #qualidade .esquerda li {
		width: 100%;
		margin-top: 10px!important;
	}
	.textos_qualidade, #qualidade .esquerda {
		margin: 0;
	}
	
	#box_banner .titulo {
		font-size: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 350px) {
	#texto_contato .texto {
		width: auto;
	}
	#local .endereco {
		align-items: flex-start;	
	}
}

