
@font-face {
    font-family: light;
    src: url(assets/Montserrat-Light.ttf);
}

@font-face {
    font-family: bold;
    src: url(assets/Montserrat-Bold.ttf);
}

@font-face {
    font-family: regular;
    src: url(assets/Montserrat-Regular.ttf);
}

@font-face {
    font-family: black;
    src: url(assets/Montserrat-Black.ttf);
}

html, body {
	height: 100%;
	margin: 0px;
}

* html {
	height: 100%;
}

p {
	margin: 0;
}

a{
	text-decoration:none;
	color:#ffffff;
}

.flex-centralizado {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin: 0 auto;
}

.flex-centralizado2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	margin: 0 auto;
}

#produtos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	background:#ffffff;
	z-index:10;
}

#titulo {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 30px 0 30px 0;
	background:#CE2232;
	z-index:10;
}

#outros {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	z-index:10;
	background:#ffffff;
}

#historia {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	z-index:10;
	background:#711E26;
}

#produtos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	z-index:10;
	background:#EFEFEF;
}

#down {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	z-index:10;
	background:#141414;
	overflow:hidden;
}

#down2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 20px 0 20px 0;
	z-index:10;
	background:#000000;
	overflow:hidden;
}

#newsletter {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	background-image: url('img/fundo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10;
}

#down3 {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	background-image: url('img/outros.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10;
}

.doit{
	width:25px;
	height:21px;
	background:transparent;
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#boxmenu{
	width:0%;
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#CE2232;
	z-index:999;
	-webkit-transition:all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.botao{
	padding: 14px 20px;
	border: 0px solid #ffffff;
	background:#CE2232;
	font-family: regular;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	line-height:12px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
.botao:hover{
	background: #ffffff;
	color:#CE2232;
}

.form {
	border: 0px solid #ffffff;
	padding: 15px 10px;
	color: #333333;
	height:45px;
	line-height:15px;
	background-color: #ffffff;
	font-family: regular;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
} 

.form::-webkit-input-placeholder {
    color: #333333;
}
.form::-moz-placeholder {
    color: #333333;
}
.form:-ms-input-placeholder {
    color: #333333;
}
.form:-moz-placeholder {
    color: #333333;
}

.form2 {
	border:0px;
	border-bottom: 1px solid #999999;
	padding: 10px 0px;
	color: #999999;
	height:32px;
	line-height:12px;
	background-color: transparent;
	font-family: regular;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 0px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
} 

.form2::-webkit-input-placeholder {
    color: #999999;
}
.form2::-moz-placeholder {
    color: #999999;
}
.form2:-ms-input-placeholder {
    color: #999999;
}
.form2:-moz-placeholder {
    color: #999999;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: light;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#CE2232;
	}
	.fonte-texto {
	    font-family: light;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#000000;
		width: 100%;
		height:50px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 80%;
		height: 50px; 
		left:0px;
		top:0px;
	}
	.opcao2{
		position: absolute;
		right:0px;
		top:5px;
	}
	.submenu{
		position:relative;
		font-family: regular;
		font-size:12px;
		color:#ffffff;
		line-height:50px;
		padding:0px 10px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		overflow:hidden;
	}
	.submenu:hover{
		background:#CE2232;
	}
	.submenu .barra{
		background:#CE2232;
		width:100%;
		height:3px;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	.submenu .seta{
		background:#CE2232;
		width:10px;
		height:10px;
		position:absolute;
		bottom:-5px;
		left:50%;
		margin-left:-5px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-textos{
		position: absolute;
		top:160px;
		right:50%;
		margin-right:-450px;
		width: 30%;
		height: 400px;
		z-index:100;
	}
	#banner .banner-box .banner-textos .banner-texto1{
		font-family: bold;
		font-size:20px;
		color:#CE2232;
		line-height:25px;
		text-align:right;
	}
	#banner .banner-box .banner-textos .banner-texto2{
		font-family: bold;
		font-size:20px;
		color:#000000;
		line-height:25px;
		text-align:right;
	}
	.botao-newsletter{
		position:relative;
		padding: 14px 20px;
		border: 0px solid #ffffff;
		background:#CE2232;
		font-family: regular;
		font-size: 12px;
		color: #ffffff;
		cursor: pointer;
		line-height:12px;
		border-radius: 5px;
		width:100px;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		width:100%;
		height:300px;
		background:#ffffff;
	}
	.produtos-box .produtos-img div{
		width:100%;
		height:300px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.produtos-box:hover .produtos-img div{
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-o-transform:scale(0.9);
		transform:scale(0.9);
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.produtos-box .produtos-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box{
		position:relative;
		cursor:pointer;
		width:25%;
	}
	.novidades-box .novidades-img{
		width:100%;
		height:200px;
		background:#ffffff;
		overflow:hidden;
	}
	.novidades-box .novidades-img div{
		width:100%;
		height:200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.novidades-box:hover .novidades-img div{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
	}
	.novidades-box .novidades-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.novidades-box .novidades-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box .novidades-data{
		font-family: regular;
		font-size:12px;
		color:#ffffff;
		background:#CE2232;
		padding:5px 10px;
		position:absolute;
		top:187px;
		left:10px;
	}
}@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 940px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: light;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#CE2232;
	}
	.fonte-texto {
	    font-family: light;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#000000;
		width: 100%;
		height:50px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 80%;
		height: 50px; 
		left:0px;
		top:0px;
	}
	.opcao2{
		position: absolute;
		right:0px;
		top:5px;
	}
	.submenu{
		position:relative;
		font-family: regular;
		font-size:12px;
		color:#ffffff;
		line-height:50px;
		padding:0px 10px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		overflow:hidden;
	}
	.submenu:hover{
		background:#CE2232;
	}
	.submenu .barra{
		background:#CE2232;
		width:100%;
		height:3px;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	.submenu .seta{
		background:#CE2232;
		width:10px;
		height:10px;
		position:absolute;
		bottom:-5px;
		left:50%;
		margin-left:-5px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-textos{
		position: absolute;
		top:160px;
		right:50%;
		margin-right:-400px;
		width: 30%;
		height: 400px;
		z-index:100;
	}
	#banner .banner-box .banner-textos .banner-texto1{
		font-family: bold;
		font-size:20px;
		color:#CE2232;
		line-height:25px;
		text-align:right;
	}
	#banner .banner-box .banner-textos .banner-texto2{
		font-family: bold;
		font-size:20px;
		color:#000000;
		line-height:25px;
		text-align:right;
	}
	.botao-newsletter{
		position:relative;
		padding: 14px 20px;
		border: 0px solid #ffffff;
		background:#CE2232;
		font-family: regular;
		font-size: 12px;
		color: #ffffff;
		cursor: pointer;
		line-height:12px;
		border-radius: 5px;
		width:100px;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		width:100%;
		height:300px;
		background:#ffffff;
	}
	.produtos-box .produtos-img div{
		width:100%;
		height:300px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.produtos-box:hover .produtos-img div{
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-o-transform:scale(0.9);
		transform:scale(0.9);
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.produtos-box .produtos-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box{
		position:relative;
		cursor:pointer;
		width:25%;
	}
	.novidades-box .novidades-img{
		width:100%;
		height:200px;
		background:#ffffff;
		overflow:hidden;
	}
	.novidades-box .novidades-img div{
		width:100%;
		height:200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.novidades-box:hover .novidades-img div{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
	}
	.novidades-box .novidades-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.novidades-box .novidades-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box .novidades-data{
		font-family: regular;
		font-size:12px;
		color:#ffffff;
		background:#CE2232;
		padding:5px 10px;
		position:absolute;
		top:187px;
		left:10px;
	}
}@media only screen and (max-width:1023px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: light;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#CE2232;
	}
	.fonte-texto {
	    font-family: light;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#000000;
		width: 100%;
		height:50px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		left:100%;
		margin-left:-50px;
		top:10px;
		cursor:pointer;
	}
	.opcao2{
		position: absolute;
		right:0px;
		top:5px;
	}
	.submenu{
		position:relative;
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:50px;
		padding:0px 10px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		overflow:hidden;
		text-align:center;
	}
	.submenu:hover{
		background:#ffffff;
	}
	.submenu .barra{
		background:#CE2232;
		width:100%;
		height:3px;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	.submenu .seta{
		background:#CE2232;
		width:10px;
		height:10px;
		position:absolute;
		bottom:-5px;
		left:50%;
		margin-left:-5px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-textos{
		position: absolute;
		top:160px;
		right:10%;
		margin-right:0px;
		width: 40%;
		height: 400px;
		z-index:100;
	}
	#banner .banner-box .banner-textos .banner-texto1{
		font-family: bold;
		font-size:20px;
		color:#CE2232;
		line-height:25px;
		text-align:right;
	}
	#banner .banner-box .banner-textos .banner-texto2{
		font-family: bold;
		font-size:20px;
		color:#000000;
		line-height:25px;
		text-align:right;
	}
	.botao-newsletter{
		position:relative;
		padding: 14px 20px;
		border: 0px solid #ffffff;
		background:#CE2232;
		font-family: regular;
		font-size: 12px;
		color: #ffffff;
		cursor: pointer;
		line-height:12px;
		border-radius: 5px;
		width:100px;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
		width:100%;
	}
	.produtos-box .produtos-img{
		width:100%;
		height:250px;
		background:#ffffff;
	}
	.produtos-box .produtos-img div{
		width:100%;
		height:250px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.produtos-box:hover .produtos-img div{
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-o-transform:scale(0.9);
		transform:scale(0.9);
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.produtos-box .produtos-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box{
		position:relative;
		cursor:pointer;
		width:100%;
	}
	.novidades-box .novidades-img{
		width:100%;
		height:200px;
		background:#ffffff;
		overflow:hidden;
	}
	.novidades-box .novidades-img div{
		width:100%;
		height:200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.novidades-box:hover .novidades-img div{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
	}
	.novidades-box .novidades-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.novidades-box .novidades-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box .novidades-data{
		font-family: regular;
		font-size:12px;
		color:#ffffff;
		background:#CE2232;
		padding:5px 10px;
		position:absolute;
		top:187px;
		left:10px;
	}
}@media only screen and (max-width:1023px) and (orientation:landscape){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: light;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#CE2232;
	}
	.fonte-texto {
	    font-family: light;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#000000;
		width: 100%;
		height:50px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		left:100%;
		margin-left:-50px;
		top:10px;
		cursor:pointer;
	}
	.opcao2{
		position: absolute;
		right:0px;
		top:5px;
	}
	.submenu{
		position:relative;
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:50px;
		padding:0px 10px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		overflow:hidden;
		text-align:center;
	}
	.submenu:hover{
		background:#ffffff;
	}
	.submenu .barra{
		background:#CE2232;
		width:100%;
		height:3px;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	.submenu .seta{
		background:#CE2232;
		width:10px;
		height:10px;
		position:absolute;
		bottom:-5px;
		left:50%;
		margin-left:-5px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-textos{
		position: absolute;
		top:160px;
		right:10%;
		margin-right:0px;
		width: 40%;
		height: 400px;
		z-index:100;
	}
	#banner .banner-box .banner-textos .banner-texto1{
		font-family: bold;
		font-size:20px;
		color:#CE2232;
		line-height:25px;
		text-align:right;
	}
	#banner .banner-box .banner-textos .banner-texto2{
		font-family: bold;
		font-size:20px;
		color:#000000;
		line-height:25px;
		text-align:right;
	}
	.botao-newsletter{
		position:relative;
		padding: 14px 20px;
		border: 0px solid #ffffff;
		background:#CE2232;
		font-family: regular;
		font-size: 12px;
		color: #ffffff;
		cursor: pointer;
		line-height:12px;
		border-radius: 5px;
		width:100px;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		width:100%;
		height:250px;
		background:#ffffff;
	}
	.produtos-box .produtos-img div{
		width:100%;
		height:250px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.produtos-box:hover .produtos-img div{
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-o-transform:scale(0.9);
		transform:scale(0.9);
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.produtos-box .produtos-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box{
		position:relative;
		cursor:pointer;
		width:100%;
	}
	.novidades-box .novidades-img{
		width:100%;
		height:200px;
		background:#ffffff;
		overflow:hidden;
	}
	.novidades-box .novidades-img div{
		width:100%;
		height:200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.novidades-box:hover .novidades-img div{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
	}
	.novidades-box .novidades-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.novidades-box .novidades-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box .novidades-data{
		font-family: regular;
		font-size:12px;
		color:#ffffff;
		background:#CE2232;
		padding:5px 10px;
		position:absolute;
		top:187px;
		left:10px;
	}
}@media only screen and (max-width:600px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: light;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.fonte-subtitulo {
		font-family: bold;
		font-size:20px;
		color:#CE2232;
	}
	.fonte-texto {
	    font-family: light;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#000000;
		width: 100%;
		height:50px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		left:100%;
		margin-left:-50px;
		top:10px;
		cursor:pointer;
	}
	.opcao2{
		position: absolute;
		right:0px;
		top:5px;
	}
	.submenu{
		position:relative;
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:50px;
		padding:0px 10px;
		background:transparent;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		cursor:pointer;
		overflow:hidden;
		text-align:center;
	}
	.submenu:hover{
		background:#ffffff;
	}
	.submenu .barra{
		background:#CE2232;
		width:100%;
		height:3px;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	.submenu .seta{
		background:#CE2232;
		width:10px;
		height:10px;
		position:absolute;
		bottom:-5px;
		left:50%;
		margin-left:-5px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#banner {
		position: relative;
		width: 100%;
		height: 250px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 250px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-textos{
		position: absolute;
		top:50px;
		right:10%;
		margin-right:0px;
		width: 40%;
		height: 400px;
		z-index:100;
	}
	#banner .banner-box .banner-textos .banner-texto1{
		font-family: bold;
		font-size:20px;
		color:#CE2232;
		line-height:25px;
		text-align:right;
	}
	#banner .banner-box .banner-textos .banner-texto2{
		font-family: bold;
		font-size:20px;
		color:#000000;
		line-height:25px;
		text-align:right;
	}
	.botao-newsletter{
		position:relative;
		padding: 14px 20px;
		border: 0px solid #ffffff;
		background:#CE2232;
		font-family: regular;
		font-size: 12px;
		color: #ffffff;
		cursor: pointer;
		line-height:12px;
		border-radius: 5px;
		width:100px;
	}
	.produtos-box{
		position:relative;
		cursor:pointer;
	}
	.produtos-box .produtos-img{
		width:100%;
		height:250px;
		background:#ffffff;
	}
	.produtos-box .produtos-img div{
		width:100%;
		height:250px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.produtos-box:hover .produtos-img div{
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9);
		-o-transform:scale(0.9);
		transform:scale(0.9);
	}
	.produtos-box .produtos-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.produtos-box .produtos-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box{
		position:relative;
		cursor:pointer;
		width:100%;
	}
	.novidades-box .novidades-img{
		width:100%;
		height:200px;
		background:#ffffff;
		overflow:hidden;
	}
	.novidades-box .novidades-img div{
		width:100%;
		height:200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);
	}
	.novidades-box:hover .novidades-img div{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
	}
	.novidades-box .novidades-titulo{
		font-family: bold;
		font-size:15px;
		color:#333333;
	}
	.novidades-box .novidades-texto{
		font-family: regular;
		font-size:12px;
		color:#666666;
	}
	.novidades-box .novidades-data{
		font-family: regular;
		font-size:12px;
		color:#ffffff;
		background:#CE2232;
		padding:5px 10px;
		position:absolute;
		top:187px;
		left:10px;
	}
}

.facebook{
	margin: 30px 10px 0 10px;
	background-color: #4267B2;
	color: #ffffff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.instagram{
	margin: 30px 10px 0 10px;
	background-color: #E60052;
	color: #ffffff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.linkedin{
	margin: 30px 10px 0 10px;
	background-color: #005D82;
	color: #ffffff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.whatsapp{
	background-color: #27D367;
    color: #ffffff;
    cursor: pointer;
    width: 220px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: regular;
}

.whatsapp i{
	font-size: 25px;
	margin-right: 10px;
}

.produtos-left{
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: #CE2232;
	color: white;
	position: absolute;
	top: 200px;
	left: -15px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	z-index: 9;
}

.produtos-right{
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: #CE2232;
	color: white;
	position: absolute;
	top: 200px;
	right: -15px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	z-index: 9;
}