/*	----------	NAV TOGGLE	------------	*/

#nav-toggle{
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	display: none;
	position: absolute;
	z-index: 15;
	background: #191c21;
	padding: 15px;
	top: 0;
	right: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

#nav-toggle span{
	border-radius: 1px;
	height: 2px;
	width: 30px;
	display: block;
	background: #fff;
	-webkit-border-radius: 1px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

#nav-toggle span:nth-child(2){
	margin: 6px 0;
}

#nav-toggle.active span:nth-child(1){
	transform: rotate(45deg) translate3d(6px,6px,0);
	-webkit-transform: rotate(45deg) translate3d(6px,6px,0);
}

#nav-toggle.active span:nth-child(2){
	opacity: 0;
}

#nav-toggle.active span:nth-child(3){
	transform: rotate(-45deg) translate3d(6px,-5px,0);
	-webkit-transform: rotate(-45deg) translate3d(6px,-5px,0);
}

/* TEMA 4 */

#tema-4 {
	display: flex;
	justify-content: center;
	font-family: "Open Sans";
	width: 100%;
	height: 1116px;
	background: url(../img/bg_tema_4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#tema-4-content {
	display: flex;
	flex-direction: column;
	max-width: 1183px;
	width: 100%;
}

#tema-4-content header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

#tema-4-header-top {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#tema-4-header-top a, #tema-4-header-top p {
	color: var(--cor-destaque);
}

#tema-4-header-top-left, #tema-4-header-top-right {
	display: flex;
	align-items: center;
}

#tema-4-header-top-left {
	margin-left: 20px;
}

#tema-4-header-top-right {
	margin-right: 20px;
}

#logo-header-4 {
	margin: 50px 0;
}

.sprites-4 {
	background-image: url(../img/sprites-4.png);
	background-repeat: no-repeat;
	display: block;
}

#home-header-4 {
	margin-left: 110px;
}

#home-header-4 div {
	width: 26px;
	height: 24px;
	background-position: -5px -39px;
}

#home-header-4 div:hover {
	background-position: -39px -5px;
}

.tel-tema-4 {
	margin-right: 30px;
}

.facebook-header-4 {
	width: 24px;
	height: 24px;
	background-position: -5px -5px;
	margin-right: 8px;
}

.instagram-header-4 {
	width: 24px;
	height: 24px;
	background-position: -41px -39px;
	margin-right: 8px;
}

.twitter-header-4 {
	width: 24px;
	height: 24px;
	background-position: -75px -5px;
}

#tema-4-social {
	display: flex;
	margin-left: 20px;
}

#tema-4-header {
	display: flex;
}

#tema-4-header a {
	color: #fff;
	margin-right: 45px;
}

#tema-4-header a:last-child {
	margin-right: 0;
}

#tema-4-header a:hover {
	color: var(--cor-destaque);
}

#simulador-tema-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
}

#titulo-tema-4 {
	color: #fff;
	font-family: "Open Sans";
	font-size: 3.2143rem;
	font-weight: 800;
}

#titulo-tema-4 span {
	color: var(--cor-destaque);
}

#titulo-tema-4-botton {
	font-family: "Open Sans";
	color: #fff;
	font-weight: bold;
}

#tema-4-descricao {
	font-family: "Open Sans";
	color: #fff;
	text-align: center;
	max-width: 730px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bt_acessa-tema-4 {
	font-family: "Bebas Neue";
	font-size: 1.875rem;
	color: #010101;
	background-color: var(--cor-destaque);
	padding: 10px 20px;
}

#simulador-tema-4-content {
	margin: 45px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center; 
	overflow-x: hidden;
	width: 760px;
}

.simulador-tema-4-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 165px;
	max-height: 165px;
	margin: 0 30px;
}

.simulador-tema-4-item img {
	width: 165px;
	height: 165px;
}

.tema-4-arrow-top, .tema-4-arrow-botton {
	width: 22px;
	height: 20px;
	background-color: #fff;
}

.tema-4-arrow-top {
	margin-bottom: 10px;
	clip-path: polygon(11px 100%, 0% 0%, 100% 0%);
}

.tema-4-arrow-botton {
	margin-top: 30px;
	clip-path: polygon(11px 0%, 0% 100%, 100% 100%);
}

.tema-4-acessar {
	color: #fff;
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.item-4-ativo {
	min-width: 251px;
	min-height: 370px;
}

.item-4-ativo a {
	width: 251px;
	height: 251px;
	border: 4px solid;
	border-image: repeating-linear-gradient(-45deg, #FFF, #FFF 3px, #000 3px, #000 4px) 4;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	position: relative;
}

.item-4-ativo img {
	width: 251px;
	height: 251px;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    top: 0;
    left: 0;
}

#simulador-tema-4-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

#simulador-tema-4-menu button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fefefe;
	cursor: pointer;
	border-radius: 100%;
	border: 2px solid #c2c2c2;
	background-image: linear-gradient(to right, rgba(194, 194, 194, 0.18), rgba(255,255,255,0.1));
}

/* TEMA 4 */


/* HEADER-3 */

.sprites-3{
    background-image: url('../img/sprites-3.png');
    background-repeat: no-repeat;
    display: block;
}


#header-3 {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

#header-topo-3 {
    height: 48px;
    width: 100%;
    background: #1d222b;
    display: flex;
    justify-content: center;
}

#header-menu-3 {
    width: 100%;
    background: #191c21;
    display: flex;
    justify-content: center;
    position: relative;
}

#itens-topo-3{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
}

.tel-topo-3{
    font-family: "Open Sans";
    color: #4c5361;
    font-size: 0.8125rem;
    margin-left: 30px;
}

#redes-sociais-3{
    margin-left: 45px;
    display: flex;
}

#facebook-header-3{
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

#instagram-header-3{
    margin-right: 10px; 
    width: 24px;
    height: 24px;
    background-position: -41px -39px;
}

#twitter-header-3{
    width: 24px;
    height: 24px;
    background-position: -75px -5px;
}

#itens-menu-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

#itens-menu-3 img{
	padding: 13px 0;
}

#menus-3{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 75%;
    height: 100%;
}

#menus-3 a{
    font-family: "Open Sans";
    color: #fff;
    margin-left: 5%;
    font-size: 0.875rem;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
}

#menus-3 a:hover{
    background: var(--cor-principal);
    color: #191c21;
}

#home-header-3:hover div{
	background-position: -5px -39px;
}

#menus-home-3{
    height: 100%;
    width: 40px;
    background: var(--cor-principal);
    background-clip: padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-header-3 div{
    width: 26px;
    height: 24px;
    background-position: -39px -5px;
}

#home-header-3{
    width: 40px;
    background-clip: padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

#itens-menu-3 img,
#header-topo-3,
#redes-sociais-3 a{
	transition: 0.4s;
}

@media screen and (max-width: 1166px){
	#itens-menu-3{
	    padding: 0 20px;
	}
	#itens-topo-3{
		padding: 0 20px;
	}
}

@media screen and (max-width: 920px){
	#menus-3 a{
		margin-left: 3%;
	}
}

@media screen and (max-width: 830px){
	#menus-3 a{
		margin-left: 2%;
		white-space: nowrap;
	}
}

@media screen and (max-width: 700px){
	#menus-3{
		display: none;
	}
	.menu-ativo{
		flex-direction: column;
		background: #191c21;
		align-items: flex-end !important;
		justify-content: space-between !important;
		width: 50vw !important;
		height: 300px !important;
		display: flex !important;
		margin-right: 25px;
	}
	.ajust-ativo{
		height: 348px !important;
	}
	#nav-toggle{
		display: block;
	}
}

@media screen and (max-width: 450px){
	.tel-topo-3{
	    font-size: 0.75rem;
	    white-space: nowrap;
	}
	#redes-sociais-3{
	    margin-left: 30px;
	}
}

@media screen and (max-width: 400px){
	.tel-topo-3{
		margin-left: 15px;
	}
	.tel-topo-3:first-child{
		margin-left: 0;
	}
	#redes-sociais-3{
	    margin-left: 15px;
	}
}

@media screen and (max-width: 325px){
	#itens-topo-3{
		padding: 0;
	}
}

/* ESCOLHA O SIMULADOR */

@font-face {
    font-family: "Open Sans";
    src: url(../fontes/OpenSans-Regular.ttf);
}

#simulador-3{
    width: 100%;
    height: 792px;
    background: url(../img/bg-simulador.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

#conteudo-simulador-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#simulador-label-3{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#titulo-simulador-3{
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 3.2143rem;
    color: #fff;
}

#titulo-simulador-3 span{
    color: var(--cor-principal);
}

#simulador-itens-3{
	display: flex;
	align-items: center;
	overflow-x: hidden;
}

.simulador-item-3{
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 33.33%;
}

.simulador-item-3 p{
	font-family: "Bebas Neue";
	font-size: 1rem;
	color: #fffefe;
	letter-spacing: 3px;
	margin-bottom: 13px;
	display: flex;
}

.item-arrow p:before {
	display: flex;
	width: 15px;
    height: 15px;
	content: "";
    -webkit-mask: url(../img/detalhe_nome.svg) no-repeat 100% 100%;
    mask: url(../img/detalhe_nome.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: cover;
    background-color: #fff;
	margin-right: 15px;
}

.item-arrow p:after {
	display: flex;
	width: 15px;
    height: 15px;
	content: "";
    -webkit-mask: url(../img/detalhe_nome.svg) no-repeat 100% 100%;
    mask: url(../img/detalhe_nome.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: cover;
    background-color: #fff;
	transform: rotate(180deg);
	margin-left: 15px;
}

.item-ativo{
	height: 550px;
}

#banner__botoes{
	position: absolute;
	width: 25%;
	display: flex;
	justify-content: space-between;
}

#banner__botoes button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fefefe;
	cursor: pointer;
	border-radius: 100%;
	border: 2px solid #c2c2c2;
	background-image: linear-gradient(to right, rgba(194, 194, 194, 0.18), rgba(255,255,255,0.1));
}

/**/

#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-letras);
    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: #fff;
	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-2);
	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);
}
#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;
	color: var(--cor-letras-2);
}
.passo .titulo {
	font-family: 'Bebas Bold'; font-size: 25px;
	color: var(--cor-letras-2);
	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;
	color: var(--cor-letras-2);
}
#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: #fff;
	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, var(--cor-principal) 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 {
	margin-right: 8px;
}
.midias__topo a svg {
	background-color: #fff;
}
.midias__topo .twitter {
	margin-right: 38px;
}
.midias__topo .tel {
	font-size: 13px;
	color: var(--cor-letras);
	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, var(--cor-principal) 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;
	cursor: pointer;
}
.info--banner .info {
	display: flex;
	flex-direction: column;
	width: 355px;
	background-color: var(--cor-principal);
}
.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: var(--cor-letras);
	font-family: 'Bebas Neue'; font-size: 24px;
	background-color: #1d222b;
	border-radius: 8px;
	z-index: 2;
	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: var(--cor-principal);
}
.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;	
	}
}

