header#main-header{
	background: transparent;
}

header#main-header .c-hamburger span {
	background-color: #fff;
}

header#main-header .c-hamburger span::before, header#main-header .c-hamburger span::after {
	background-color: #fff;
}

header#main-header .c-hamburger--htx.is-active span::before {
	background-color: #fff;
}

header#main-header .c-hamburger--htx.is-active span::after {
	background-color: #fff;
}


#rede-lojas {
	width:100%;
	margin: 0 auto;
	min-height:250px;
	background:#f1f1f1;
    padding: 2% 0% 5% 0%;	
	text-align:center;
}

#rede-lojas h1{
	font-size: 500%;
    color: #2d81ff;
    font-weight: 900;
    text-align: center;
	text-transform:uppercase;
	padding:0;
	line-height:120%;
}

#rede-lojas h2{
	font-size: 350%;
    color: #2d81ff;
    font-weight: 100;
    text-align: center;
    padding: 0%;
	text-transform:uppercase;
}

#rede-lojas p{
	font-size:280%;
    font-weight: 200;	
    color: #2d81ff;
	text-align:center;
	line-height:130%;
	padding:3% 0% 3% 0%;
}

#rede-lojas span{
	display:block;
}

#rede-lojas #img-icon, #titulo{
	text-align:center;
	display:inline-block;
}

#rede-lojas-botao {
    background: #fff;
	border: 1px solid #2d81ff;
    width: 350px;
    height: 70px;
    color: #2d81ff;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: 300;
    padding: 0px 30px 0px 30px;
}


#formulario{
	width:100%;
	margin:0 auto;
	background: #f5f500;
	height:1300px;
}

#formulario #titulo{
	padding:4% 0% 4% 0%;
	text-align:center;
	display:inline-block;
}

#formulario h1{
	font-size: 500%;
    color: #4d4d4d;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    line-height: 120%;
}

#formulario h2{
	font-size: 400%;
    color: #4d4d4d;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
	padding:1% 0% 2% 0%;
}


#notify-me{
	width:100%;
	margin:0 auto;
    padding: 4rem 0rem;
	background: #f5f5f5;
	text-align:center;
}	


#notify-me h2{
	font-size: 4rem;
    color: #4d4d4d;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    line-height: 4.2rem;
}

#notify-me h2 span.light{
	font-size: 3.2rem;
    color: #4d4d4d;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
	padding:0% 0% 2% 0%;
}
span.newline{
	display: block;
}

#notify-me p{
	padding:0% 0% 7% 0%;
	margin: 0 auto;
	font-size: 2rem;
    color: #4d4d4d;
    font-weight: 200;
	line-height: 2.2rem;
    text-align: center;
    text-transform: none;
}




#notify-me h2 span{
	display: block;
}

.notify-form input, 
.notify-form select
{
	display: block;
	height: 7rem;
    margin: 0 auto;
	padding: 0 3rem;
	font-size: 2rem;
    font-weight: 300;
	border: 0rem none #ccc;
}

.notify-form .input-field{
	margin-bottom:2%;	
	color: #2d81ff;
	background-color: #fff;
	border-radius: 20px;
    text-transform: none;
}

.notify-form input.input-field{
	width: 50rem;
}

.notify-form .input-field2{
	margin-bottom:3%;	
	color: #2d81ff;
	background-color: #ddf;
	border-radius: 20px;
    text-transform: none;
}

.notify-form input.input-field2{
	width: 50rem;
}
.notify-form select.input-field{
	width: 56rem;
}

.notify-form .maxwidth40{
	max-width: 40rem;
}
.notify-form #naoencontra{
	padding: 4% 0% 2% 0%;
}


.notify-form input.submit-button{
	width: 35.0rem;
	margin-top: 0.8rem;
	border: 0px none;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #2d81ff;
}

.notify-form input.submit-button:hover{
	background-color: #125ed1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


#notify-me .result-notify p{
	padding: inherit;
	font-size: 1.6rem;
	padding-top: 1rem;
	font-weight: bold;
	text-align: center;
}

#notify-me .result-notify p.error{
	color: red;
}
#notify-me .result-notify p.notice{
	color: #00a401;
}

#expresso {
    width: 100%;
    margin: 0 auto;
    padding: 6rem 0rem 0rem 0rem;
    background: #f1f1f1;
    text-align: center;
}

#expresso h1{
	font-size: 3.5rem;
    color: #4d4d4d;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    line-height: 4.2rem;
}

#expresso h2{
	font-size: 3rem;
    color: #4d4d4d;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    line-height: 3.2rem;
}

#expresso p{
	font-size: 2rem;
    color: #4d4d4d;
    font-weight: 200;
    text-align: center;
    text-transform: none;
    padding: 0;
    line-height: 2.2rem;
}




#formulario p{
	font-size: 250%;
    color: #4d4d4d;
    font-weight: 200;
	line-height:120%;
    text-align: center;
    text-transform: none;
	padding:2% 0% 7% 0%;
}

#formulario-botao {
    background: #fff;
	border:none;
	border-radius: 20px;
    width: 500px;
    height: 70px;
    color: #2d81ff;
    text-transform: none;
    font-size: 250%;
    font-weight: 300;
    padding: 0px 30px 0px 30px;
	display:block;
	margin-bottom:3%;
}

#formulario-botao-envio {
    background: #2d81ff;
	border:none;
    width: 350px;
    height: 70px;
    color: #fff;
	text-align:center;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: 300;
    padding: 0px 30px 0px 30px;
	display:block;
	margin-left:15%;
}




#lider {
	width:100%;
	margin: 0 auto;
	max-width:1590px;
	min-height:250px;
	background:#fff;
    padding: 4% 0% 5% 0%;	
	text-align:center;
}

#lider h1{
	font-size: 500%;
    color: #2d81ff;
    font-weight: 900;
    text-align: left;
	text-transform:uppercase;
	padding:0;
	line-height:120%;
}

#lider h2{
	font-size: 350%;
    color: #2d81ff;
    font-weight: 100;
    text-align: center;
    padding: 0%;
	text-transform:uppercase;
}

#lider p{
	font-size:280%;
    font-weight: 200;	
    color: #2d81ff;
	text-align:center;
	line-height:130%;
	padding:0% 0% 3% 0%;
}

#lider span{
	display:block;
}

#lider #img-icon, #titulo{
	text-align:center;
	display:inline-block;
}

#lider #itens-lider{
	width:100%;
	font-size: 500%;
	text-transform:uppercase;
	line-height:120%;
	vertical-align:top;
	padding-bottom:3%;
}

#lider #itens-lider h1{
	font-size:110%;
	font-weight:500;
	text-align:center;	
	line-height:120%;
}

#lider #itens-lider h2{
	font-size:74%;
	font-weight:200;
}

#lider #itens-lider #lider-data1, #lider-data2, #lider-data3, #lider-data4, #lider-data5, #lider-data6{
	text-align:center;
	display:inline-block;
}

#lider #itens-lider #lider-data1, #lider-data5 {
	width:15%;
}

#lider #itens-lider #lider-data2, #lider-data3, #lider-data4 {
	width:16%;
}

#lider #itens-lider #lider-data6{
	width:17%;
}	

#lider #itens-lider #lider-data{
	text-align:center;
}

#lider #itens-lider #lider-data1 h2, #lider-data2 h2, #lider-data3 h2, #lider-data4 h2, #lider-data5 h2, #lider-data6 h2{
    color: #2d81ff;
    font-weight: 200;
	line-height:100%;
    padding: 0%;
	text-transform:uppercase;
}


#lider-botao {
    background: #fff;
	border: 1px solid #2d81ff;
    width: 350px;
    height: 70px;
    color: #2d81ff;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: 300;
    padding: 0px 30px 0px 30px;
}

#marcas1{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

#img-marca{
	width:100%;
	height:auto;
}

#marcas2{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

#marcas3{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

#marcas4{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

#texto-marcas p{
	font-size:200%;
}

#noticias{
	width:100%;
	margin:0 auto;
	background: url('/images/fundo-tamet.jpg');
	height:600px;
}

#noticias #img-icon{
	padding:4% 0% 4% 0%;
	text-align:center;
	display:inline-block;
}

#noticias #titulo{
	padding:4% 0% 4% 0%;
	text-align:center;
	display:inline-block;
}

#titulo-marcas{
	display:block;
	padding:1% 0% 1% 0%;	
	font-size:150%;
}

#titulo-marcas h2{
	font-size: 350%;
    color: #3b3b3b;
    font-weight: 100;
    text-align: center;
    padding: 0%;
    text-transform: uppercase;	
	line-height:140%;
}

#titulo-marcas p{
    color: #3b3b3b;	
	font-size:150%;
	padding:0 0 2% 0;
}

#noticias h1{
	font-size: 500%;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    line-height: 120%;
}

#noticias h2{
	font-size: 350%;
    color: #fff;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
	padding:1% 0% 3% 0%;
}

#noticias p{
	font-size: 300%;
    color: #fff;
    font-weight: 200;
    line-height: 120%;
	text-align: center;
	padding-bottom:3%;
}

#blocos-noticias {
	text-align:center;
	padding-bottom:3%;
}

#blocos-noticias h1{
	font-size: 250%;
    color: #243e66;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding: 3% 3% 0% 3%;
    line-height: 120%;
}

#blocos-noticias p{
	font-size: 150%;
    color: #243e66;
    font-weight: 400;
    text-align: left;
    padding: 2% 3% 0% 3%;
    line-height: 120%;
}

#blocos-noticias span{
	font-size: 130%;
    color: #e0e0e;
    font-weight: 300;
    text-align: left;
    padding: 2% 3% 0% 3%;
    line-height: 120%;
}

#noticias-botao {
    background: transparent;
    border: 1px solid #fff;
    width: 350px;
    height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: 300;
    padding: 0px 30px 0px 30px;
}

#bloco-noticias-item{
	width:320px;
	height:405px;
	background:#fff;
	display:inline-block;
	vertical-align:top;
	/*padding-bottom:3%;*/
}









#search_mde{
	display:none;
	background: url('/images/bt_header_search.png');/*
	width:24px;
	height:21px;*/
}

#header-account{
	width: 24px;
	height: 35px;	
	background: url('/images/bt_header_account_mobile2.png') transparent no-repeat bottom right;
}


#header-shoppingcart-list {
	position: relative;
	width: 24px;
	height: 35px;
	text-transform: uppercase;
	/*letter-spacing: -.1rem;*/
	vertical-align: text-top;
	background: url('/images/bt_header_shoppingcart_mobile.png') transparent no-repeat bottom right;
}

.swiper-container {
	width: 100%;
	xheight: 100%;
	/*height: 81.5rem;*/
	height: 54.4rem;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


#slide1{
	background: url('/images/fundo-topo.jpg') no-repeat top center;	
	display:inline-block;
	font-size:100%;
	width:100%;
	height:54.4rem;
	vertical-align:top;
	text-align:center;
	margin:0;
}

#conteudo-slide1{
	text-align:center;
	vertical-align:top;	

}

#conteudo-slide1 h1{
	color:#fff;
	font-weight:200;
	text-shadow:1px 1px #20232b;
	text-align:center;
	font-size:750%;
	text-transform:uppercase;
	padding:3% 0% 2% 0%;
}

#conteudo-slide1 h2{
	color:#fff;
	font-weight:200;
	text-shadow:1px 1px #20232b;
	text-align:center;
	font-size:340%;
	text-transform:none;
}

#conteudo-slide1 p{
	font-size:100%;
	font-weight:200;
	line-height:120%;
}

#desde-slide1{
	font-size:100%;
	height:65px;
	display:inline-block;
	vertical-align:top;	
	text-align:left;
		padding:0;
	margin:0;
}

#desde-esq1{
	display:inline-block;
	vertical-align:top;	
	text-align:left;
	width:145px;
	padding:0;
	margin:0;
}

#desde-destaque1{
	display:block;
	width:150px;
	text-align:left;
	font-size:100%;
	line-height:160%;
	
}

#preco-destaque1{
	display:block;	
	width:145px;	
	text-align:left;
	font-size:170%;
	font-weight:600;	
}

#mais-destaque1{
	display:inline-block;
	vertical-align:top;
	text-align:center;	
	font-size:110%;
	color:#fff;
	padding-top:20px;
	text-transform:uppercase;
	background: url('/images_user/destaques/fundo-saibamais.png') no-repeat;
	width:176px;
	height:61px;
}





#slide2{
	display:inline-block;
	font-size:100%;
	width:330px;
	height:200px;
	vertical-align:bottom;
	text-align:center;
	background: rgba(255,255,255,0.4);
	/*background: transparent;*/
	margin:18% 10% 0% 69%;
	padding:1%;
}

#conteudo-slide2{
	font-size:100%;
	height:135px;
}

#conteudo-slide2 h1{
	color:#000;
	font-weight:100;	
	text-align:left;
	font-size:170%;
	text-transform:lowercase;
}

#conteudo-slide2 p{
	font-size:100%;
	font-weight:300;
	line-height:120%;
}

#desde-slide2{
	font-size:100%;
	width:330px;
	height:65px;
	display:inline-block;
	vertical-align:top;	
	text-align:left;
	padding:0;
	margin:0;
}

#desde-esq2{
	display:inline-block;
	vertical-align:top;	
	text-align:left;
	width:145px;
	padding:0;
	margin:0;
}

#desde-destaque2{
	display:block;
	width:145px;
	text-align:left;
	font-size:100%;
	line-height:160%;
	
}

#preco-destaque2{
	display:block;	
	width:140px;	
	text-align:left;
	font-size:170%;
	font-weight:600;	
}

#mais-destaque2{
	display:inline-block;
	vertical-align:top;
	text-align:center;	
	font-size:110%;
	color:#fff;
	padding-top:20px;
	text-transform:uppercase;
	background: url('/images_user/destaques/fundo-saibamais.png') no-repeat;
	width:176px;
	height:61px;
}


#slide4{
	display:inline-block;
	font-size:100%;
	width:330px;
	height:200px;
	vertical-align:bottom;
	text-align:center;
	/*background: rgba(255,255,255,0.4);*/
	background: transparent;
	margin:18% 10% 0% 69%;
	padding:1%;
}




#slide5{
	display:inline-block;
	font-size:100%;
	width:340px;
	height:200px;
	vertical-align:bottom;
	text-align:center;
	background: rgba(255,255,255,0.4);
	/*background: transparent;*/
	margin:18% 10% 0% 69%;
	padding:1%;
}

#conteudo-slide5{
	font-size:100%;
	height:135px;
}

#conteudo-slide5 h1{
	color:#000;
	font-weight:100;	
	text-align:left;
	font-size:170%;
	text-transform:lowercase;
}

#conteudo-slide5 p{
	font-size:100%;
	font-weight:300;
	line-height:120%;
}

#desde-slide5{
	font-size:100%;
	width:340px;
	height:65px;
	display:inline-block;
	vertical-align:top;	
	text-align:left;
	padding:0;
	margin:0;
}

#desde-esq5{
	display:inline-block;
	vertical-align:top;	
	text-align:left;
	width:145px;
	padding:0;
	margin:0;
}

#desde-destaque5{
	display:block;
	width:145px;
	text-align:left;
	font-size:100%;
	line-height:160%;
	
}

#preco-destaque5{
	display:block;	
	width:140px;	
	text-align:left;
	font-size:170%;
	font-weight:600;	
}

#mais-destaque5{
	display:inline-block;
	vertical-align:top;
	text-align:center;	
	font-size:110%;
	color:#fff;
	padding-top:20px;
	text-transform:uppercase;
	background: url('/images_user/destaques/fundo-saibamais.png') no-repeat;
	width:176px;
	height:61px;
}





