html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

:focus,
a:active,
a:focus,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: 700 !important
}

em {
	font-style: italic !important
}

input,
button {
	font-family: inherit;
	font-size: inherit;
	color: inherit
}

a {
	color: inherit;
	text-decoration: none
}

.clearfix:after,
header:after {
	content: "";
	display: table;
	clear: both
}

body {
	font-family: 'Exo 2', serif; color:#4691ce;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/menu.png) no-repeat left top;
    z-index: 1;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 339px;
    height: 354px;
}
.submit-btn
{
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding:15px;
	background:#333;
	font-size:16px;
	border:0;
	border:1px solid #333;
}

.text-home
{
	position: fixed; top:45%; right:10%; color:#FFF; font-weight:bold; font-size:65px; z-index:5; text-align:right;
}

.submit-btn:hover
{
	text-decoration:none;
	color:#333;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding:15px;
	background:#fff;
	font-size:16px;
	border:0;
	border:1px solid #333;
}

.input
{
	padding:15px;
	border:1px solid #666;
	background:none;
	color:#333;
	width:80%; margin-bottom:5px;
}

header:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #fff
}

header .logo {
    display: block;
    margin-bottom: 3px;
    width: 155px;
    margin-left: 0px;
    margin-top: 133px;
    margin-left: 0;
}

header .logo img {
	display: block
}#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}




header .menu-toggle {
    text-align: center;
    display: block;
    font-size: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 50px;
    margin-left: 45px;
    color: #fff;
}

header .menu-toggle:hover {
	opacity: .5;
	filter: alpha(opacity=50)
}

header .menu {
    display: none;
    padding-top: 10%;
    background: #0991ca url(../img/menu.png) left top no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0.9;
	z-index:-1;
}

header .menu li {
	display: block
}

header .menu li:nth-child(n+2) {
	margin-top: 5px
}

header .menu li a {
    display: block;
    text-align: left;
    text-transform: lowercase;
    line-height: 45px;
    font-size: 29px;
    text-transform: uppercase;
    color: #FFF;
    padding-left: 240px;
}
header .menu li a:hover,
header .menu li a.active {
	opacity: .5;
	filter: alpha(opacity=50)
}

.slideshow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 2s;
    transition: all 2s;
}

.slideshow span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-animation: kenBurns 9s infinite alternate linear;
	animation: kenBurns 9s infinite alternate linear
}

.slideshow .cycle-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 300;
	font-size: 70px;
	z-index: 101;
	text-align: right;
	color: #fff;
	  font-family: 'Special Elite', cursive;

}

.slideshow .cycle-caption b {
	display: block;
	font-weight: 800;
	font-size: 165px
}

.slideshow .cycle-caption.transition {
	-webkit-transition: all 1s;
	transition: all 1s
}

.slideshow .cycle-caption.loaded {
	opacity: 0;
	filter: alpha(opacity=0)
}

@-webkit-keyframes kenBurns {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes kenBurns {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.slideshow.loaded {
	opacity: 1;
	filter: alpha(opacity=100)
}

.slideshow.half {
    width: 50%;
}

footer {
    position: fixed;
    font-weight: 300;
    bottom: 0;
    left: 0;
    background: #4691ce;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-size: 10px;
    padding: 20px 20px;
    width: 100%;
}

footer b {
	font-weight: 600
}

footer b a:hover {
	text-decoration: underline
}



.conteudo {
    float: right;
    width: 60%;
    background: url('../img/bg.png') left top no-repeat fixed;
    padding-left: 40%;
    min-height: 100%;
    position: absolute;
}
.conteudo .tit {

    font-weight: 800;
    font-size: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 0; text-transform:uppercase;
    

}

.conteudo .tit span {
	display: block;
	padding-left: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 50px;
    font-family: 'Special Elite', cursive;
}

.conteudo .center {
    margin: 120px 0 61px 198px;
    max-width: 75%;
}

.conteudo .center p {
	line-height: 1.5;
	font-size: 14px;
	color: #4691ce
}



.conteudo2 {

    float: none;
    position: relative;
    padding-left: 225px;

}

.conteudo2 .tit {

    font-weight: 800;
    font-size: 114.31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    position: relative;
    margin-top: 0;
    margin-left: -24px;font-family: 'Special Elite', cursive;

}

.conteudo2 .tit span {
	display: block;
	padding-left: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 50px;
	font-family: 'Special Elite', cursive;

}

.conteudo2 .center2 {

    width: 90%;
    margin: 5% auto;

}

.conteudo2 .center2 p {
	line-height: 1.5;
	font-size: 14px;
	color: #666
}


#nav_container_port ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_container_port ul li { font-size:14px; display: inline-block;  vertical-align:top; 
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_container_port ul li { width:24%; margin:0.5%; text-align:left; border-bottom:1px solid #1d1d1d}

#nav_container_port ul li:hover { border-bottom:3px solid #1d1d1d }

#nav_container_port ul li div.img_nav { height:180px;background-size:100%;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}

#nav_container_port ul li div.img_nav:hover { background-size:110%;}


#nav_containerstore ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_containerstore ul li { font-size:14px; display: inline-block;  vertical-align:top; 
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_containerstore ul li { width:45%; margin:2.5%; text-align:left;}


#navprodutos ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#navprodutos ul li { font-size:14px; display: inline-block;  vertical-align:top; 
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#navprodutos ul li { width:31%; margin:1%; text-align:center; border-bottom:1px solid #ccc;}
#navprodutos ul li:hover { background:#4691ce; color:#FFF;}


#navcontainer3 ul li.um { display: inline-block; width:50%; margin-left:-5px; text-align:left; vertical-align:middle;}
#navcontainer3 ul li.dois { display: inline-block;  width:50%; vertical-align:middle; text-align:left; margin-left:-5px; }

.padding_40
{
	padding:40px;
}


@media (max-width: 3000px) {
	
#nav_container_port ul li div.img_nav { height:350px;background-size:100%;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}

}

@media (max-width: 2000px) {
	
#nav_container_port ul li div.img_nav { height:180px;background-size:100%;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}

}


.idiomas {

    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 999999;
    font-size: ;
    font-size: 12px;

}


@media (max-width: 3000px) {
	.slideshow .cycle-caption {
		font-size: 40px
	}
	.slideshow .cycle-caption b {
		font-size: 90px
	}
	.conteudo .tit {
		font-size: 30px
	}
	.conteudo .tit span {
		font-size: 30px
	}
	
	.conteudo2 .tit {
		font-size: 30px
	}
	.conteudo2 .tit span {
		font-size: 30px
	}
}

@media (max-width: 840px) {
.idiomas {

    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 999999;
    font-size: ;
    font-size: 10px;

}
	
#nav_container_port ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_container_port ul li { font-size:14px; display: inline-block;  vertical-align:top; 
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_container_port ul li { width:99%; margin:0.5%; text-align:left; border-bottom:1px solid #1d1d1d}

#nav_container_port ul li:hover { border-bottom:3px solid #1d1d1d }

#nav_container_port ul li div.img_nav { height:180px;background-size:100%;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}

#nav_container_port ul li div.img_nav:hover { background-size:110%;}


#nav_containerstore ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_containerstore ul li { font-size:14px; display: inline-block;  vertical-align:top; 
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_containerstore ul li { width:99%; margin:0.5%; text-align:left;}

	
	
	
	
	
	
	
	
	
	
	
	.slideshow .cycle-caption {
		font-size: 35px
	}
	.slideshow .cycle-caption b {
		font-size: 50px
	}
	.slideshow.half {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		padding-bottom: 100%
	}
	.conteudo {
		float: none;
		width: 100%
	}
	.conteudo .tit {
		font-size: 24px;
		width: 600px;
		margin: 0 auto;
		max-width: 100%;
		padding: 0 25px;
		
	}
	.conteudo .tit span {
padding-left: 0;
font-size: 20px;
	}
	.conteudo .center {
		margin: 40px auto;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 25px
	}
	
	
	.conteudo2 {
		float: none;
		width: 100%;padding-left: 0;
	}
	.conteudo2 .tit {
		font-size: 24px;
		width: 600px;
		margin: 0 auto;
		max-width: 100%;
		padding: 0 25px;
		
	}
	.conteudo2 .tit span {
padding-left: 0;
font-size: 20px;
	}
	.conteudo2 .center {
		margin: 40px auto;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 25px
	}
	
	
	
}

@media (max-width: 600px) {
header {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/menu2.png) no-repeat left top;
    z-index: 1;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 354px;
}
header .logo {
    margin-bottom: 0;
    margin-left: 0px;
}
header .logo img {

    width: 120px;

}
header .menu-toggle {
    margin-top: 11px;
    margin-left: 18px;
}
header .menu {
    display: none;
    padding-top: 160px;
    background: #0991ca ;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0.9;
	z-index:-1;
	background:#0991ca url(../img/menu2.png) left top no-repeat;
}
header .menu li a {

    font-size: 17px;
    line-height: 31px;

}
footer {
    font-size: 9px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 90%;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    padding: 5%;
        padding-top: 5%;
    padding-top: 5%;
    padding-top: 18px;
    position: fixed;
    background: #fff;
}
	.slideshow {
		border-bottom: 30px solid transparent;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.slideshow .cycle-caption {
		font-size: 30px
	}
	.slideshow .cycle-caption b {
		font-size: 35px
	}
	.conteudo .tit {
		font-size: 20px
	}
	.conteudo .tit span {
		font-size: 20px;
		padding-left: 0
	}
}