* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}
		
html {
    font-family: 'Open Sans', Helvetica, Arial;
    font-size: 62.5%;
    color: #262626;
}
		
img,iframe,object,embed,video {
    max-width: 100%;
    height: auto;
}

::selection { 
	background-color: #000;
	color: #FFF;
}

::-moz-selection { 
	background-color: #000;
	color: #FFF;
}

::-webkit-selection { 
	background-color: #000;
	color: #FFF;
}
		
.container {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1280px;
}

.slicknav_menu {
    display: none;
}

.exagono-esquerdo {
	position: absolute;
	background: url(../img/exagono-esquerdo.png) no-repeat; 
	width: 438px;
	height: 664px;
	top: 0;
	left: 0;
	opacity: .5;
}

.exagono-direito {
	position: absolute;
	background: url(../img/exagono-direito.png) no-repeat; 
	width: 438px;
	height: 664px;
	top: 0;
	right: 0;
	opacity: .5;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262626;
}

form ::-moz-placeholder { /* Firefox 19+ */
  color: #262626;
}

form :-ms-input-placeholder { /* IE 10+ */
  color: #262626;
}

form :-moz-placeholder { /* Firefox 18- */
  color: #262626;
}

h1 {
	font-family: 'Ubuntu', 'Open Sans', Helvetica, Arial;
	font-size: 4.8em;
}

h2 {
	font-family: 'Ubuntu', 'Open Sans', Helvetica, Arial;
	font-size: 3.6em;
}

h3 {
	font-family: 'Ubuntu', 'Open Sans', Helvetica, Arial;
	font-size: 2.4em;
}

h4 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 2.1em;
}

p {
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.8em;
}

body {
	background: #FFF; 
}

header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 160px;
	margin: 0 auto;
}

header #menu {
    position: relative;
    width: 640px;
    margin: 15px auto;
}

header #menu ul {
    list-style: none;
    margin: 0;
    padding-left: 1em;
}

header #menu ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    border-right: 1px solid #C7C7C7;
}

.noborder {
    border: none !important;
}

header #menu ul li a {
    font-size: 1.7em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

header #menu ul li a:hover {
    color: #808080;
}

header #logo {
	position: absolute;
	top: 70px;
	left: 10px;
}

header #busca {
	position: absolute;
	width: 420px;
	height: 45px;
	border: 0;
	top: 80px;
	right: 65px;
}

header #btn-busca {
  width: auto;
  height: 45px;
  background-color: transparent;
  position:absolute;
  top: 0;
  right: 0;
}

header #form-busca  #search-submit {
	display: none;
}

input[type="search"] {
	width: 0;
	font-size: 1.6em;
	color:  #000;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

header #form-busca {
	right: 10px;
	top: 0px;
}

header #search-field {
	background-color: #FFF;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABXUlEQVRIid2VMW4CMRBFTWsK5v+ZIlvBEZIWOAHcCcItkoI+6baHgosAKWgCV0jkFNgSIsLsLoqQMpK7r3l/Z+y/zt2jAAxJmaiiVMU2npKUCYBB48YiIqqcmzHkjirnIiK1mpPsm2F9bIK9GWcAxt77wntfABiZ8dmMn1GzJtmv1BxAxwyb6G4pIr3MV3ZVuUgQAJ2rgDQWVS6dc60KnloJosr5NfeD6OaQc35eItKLowwAhheFpEzj8mZVm6cy48yMgZTpRZEqyuhiVBcQFx9UUeYAWzOGdrv9UBfgvS8iYJsDfJgxeO+L5gDucoA0onFdAIBxvCCriyJSJrcvGS85F+ma7htc04MqvkTkKSu+5aGZ4a2KG0k5FKOim9GeRAVDBTPHimG3OQu70e+wO77e01MZAqBzLa5V8W2Gd+ecawSJoLMfDndmWJnhVUQeT7WNIXXqf0H+rPnd6gc2Q5KYa5pwPgAAAABJRU5ErkJggg==);
	background-position: 11px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: 2px solid #404040;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	width: 250px;
	height: 47px;
	margin: 0px 0;
	padding: 0 10px 0 40px;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	opacity: 1;
}

header #search-field:focus {
	background-color: #F7F7F7;
	border: 2px solid #404040;
	cursor: text;
	outline: 0;
	width: 250px;
	padding: 0 10px 0 40px;
}

header #btn-login {
	z-index: 10;
	position: absolute;
	font-size: 4em;
	top: 77px;
	right: 10px;
	border: 0;
}

footer {
	position: relative;
	background-color: #000;
	width: 100%;
	height: 480px;
	margin:  75px auto 0 auto;
	display: table;
}

footer #logo {
	position: absolute;
	top: 60px;
	left: 5px;
}

footer #marcas {
	position: absolute;
	width: 100%;
	top: 40px;
}

footer #marcas ul {
	list-style: none; 
	text-align: center;
	margin: auto;
}

footer #marcas ul li {
	display: inline-block;
	vertical-align: top;
}

footer #marcas ul li img {
	max-width: 180px;
}

footer nav {
	position: absolute;
	width: 100%;
	top: 140px;
}

footer nav ul {
	float: left;
	width: 25%;
	list-style: none;
	margin: 0; 
	padding-left: 1em;
}

footer nav ul li {
	clear: both;
	padding: 5px 20px 0 10px;
}	

footer nav ul li h4 { 
	margin: 5px auto;
	color: #FFF;
}

footer nav ul li a { 
	font-family: Ubuntu, Helvetica, Arial;
	font-size: 1.8em;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}

footer nav ul li a:hover { 
	color: #C7C7C7;
}

footer #endereco {
	position: absolute;
	top: 360px;
	left: 0;
	white-space: nowrap;
}

footer #endereco #icon {
	float: left;
	width: 40px;
	height: 40px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -5px -60px;
	margin: 15px 5px 0 0;
}

footer #endereco p {
	font-size: 1.4em;
	color: #FFF;
	text-align: left;
	padding: 20px 0 0 30px;
}

footer #fone {
	position: absolute;
	width: 195px;
	height: auto;
	top: 372px;
	right: 250px;
}

footer #fone #icon {
	float: left;
	width: 40px;
	height: 40px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -45px -57px;
	margin: 15px 5px 0 0;
}

footer #fone h2 {
	font-size: 2.2em;
	color: #FFF;
	margin: 22px 0 0 0;
}

footer #fone #ddd {
	font-size: .6em;
	color: #FFF;
}

footer #redes {
	position: absolute;
	top: 380px;
	right: 0;
}

footer #redes p {
	float: left;
	color: #FFF;
	padding: 15px 10px 0 0;
}

footer #redes #facebook {
	float: left;
	width: 42px;
	height: 42px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -128px -58px;
}

footer #redes #youtube {
	float: left;
	width: 42px;
	height: 42px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -170px -58px;
}

footer #redes #instagram {
	float: left;
	width: 42px;
	height: 42px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -212px -58px;
}

footer #copyright {
	position: absolute;
	font-size: 1.1em; 
	color: #FFF;
	top: 450px;
	left: 0;
}

footer #powered {
	position: absolute;
	font-size: 1.2em; 
	color: #FFF;
	top: 450px;
	right: 0;
}

footer #powered a {
	color: #C7C7C7;
	text-decoration: none; 
}

footer #powered a:hover {
	text-decoration: underline; 
}

#redes-mobile {
	position: absolute;
	top: 12px;
	right: 15px;
	display: none;
}

#redes-mobile #facebook {
    float: left;
    width: 42px;
    height: 42px;
    background: url(../img/sprite.png) no-repeat; 
    background-position: -128px -8px;
    opacity: .9;
}

#redes-mobile #youtube {
    float: left;
    width: 42px;
    height: 42px;
    background: url(../img/sprite.png) no-repeat; 
    background-position: -170px -8px;
    opacity: .9;
}

#redes-mobile #instagram {
    float: left;
    width: 42px;
    height: 42px;
    background: url(../img/sprite.png) no-repeat; 
    background-position: -212px -8px;
    opacity: .9;
}

#navbar {
	z-index: 100;
	position: relative;
    background-color: #404040;
    width: 100%; 
    height: 70px;
}

#navbar #menu {
	position: absolute;
	top: 25px;
	left: 5px;
}

#navbar #menu ul {
	list-style: none; 
	margin: 0; 
	padding-left: 1em;
}

#navbar #menu ul li {
	float: left;
	padding: 5px 30px 0 0;
}	

#navbar #menu ul li a { 
	font-family: Ubuntu, Helvetica, Arial;
	font-size: 1.8em;
	color: #C7C7C7;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar #menu ul li a:hover { 
	color: #FFF;
}

#navbar #menu ul li a.active { 
	color: #FFF;
}

#navbar #menu .dropdown {
    display: none;
    position: absolute;
    background-color: #404040;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1;
    top: 50px;
    left: 100px;
    height: 145px;
}

#navbar #menu .dropdown a {
    float: none; 
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 170px;
}

#navbar #menu .dropdown li {
	clear: both;
}

#navbar #menu .show {
    display: block;
}

#navbar #redes {
	position: absolute;
	top: 15px;
	right: 20px;
}

#navbar #redes p {
	float: left;
	color: #C7C7C7;
	margin: 15px 5px 0 0;
}

#navbar #redes #facebook {
	float: left;
	width: 42px;
	height: 42px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -128px -58px;
	margin: 0;
	opacity: .8;
}

#navbar #redes #facebook:hover {
	opacity: 1;
}

#navbar #redes #youtube {
	float: left;
	width: 42px;
	height: 42px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -170px -58px;
	margin: 0;
	opacity: .8;
}

#navbar #redes #youtube:hover {
	opacity: 1;
}

#navbar #redes #instagram {
	float: left;
	width: 42px;
	height: 42px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -212px -58px;
	margin: 0;
	opacity: .8;
}

#navbar #redes #instagram:hover {
	opacity: 1;
}

#slider {
	position: relative; 
	background-color: #000;
	width: 100%; 
	height: auto; 
	margin: 0;
	overflow: hidden;
} 

#slider #logo-produto {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 10;
}

#barra-titulo {
	position: relative;
	background-color: #000;
    width: 100%; 
    height: auto;
    margin: 0;
	text-align: left;
	display: table;
}

.versa-red-series {
	border-bottom: 1pt solid #8F131D;
}

.versa-series {
	border-bottom: 1pt solid #8F131D;
}

.vertcon-series {
	border-bottom: 1pt solid #45B289;
}

#barra-titulo h3 {
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	margin: 25px auto;
	padding-left: 10px;
	
}

#barra-titulo h3 span {
	color: #C7C7C7;
	margin: 0 auto;
	padding-left: 10px;
}

#submenu {
	position: relative;
	width: 100%;
    text-align: center;
}

#submenu ul {
	display: inline-block;
    list-style: none;
    margin: 50px auto 0 auto;
    padding-left: 1em;
    vertical-align: middle;
}

#submenu ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

#submenu ul li a {
    font-size: 2.2em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

#submenu ul li a:hover {
    color: #808080;
}

#submenu ul li .active {
    color: #808080;
}

#submenu.produto {
	background-color: #202020;
	color: #FFF;
}

#titulo {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: table;
}

#titulo h1 {
	margin: 40px 10px;
	font-weight: 700;
}

#titulo #filtro {
	position: absolute;
	width: 370px;
	height: auto;
	top: 25px;
	right: 10px;
}

#titulo #filtro span {
	float: left;
	font-size: 1.6em;
	margin: 40px 5px 0 0;
	padding: 0;
}

#titulo #filtro #styled-select select {
	float: left;
	width: 200px; 
	height: 50px;
	background-color: #FFF; 
	border: 2px solid #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.6em;  
	color: #000;
  	margin: 0 0 0 10px;
  	padding: 10px 20px;
   -webkit-appearance: none;
}

#titulo #filtro form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262626;
}

#titulo #filtro form ::-moz-placeholder { /* Firefox 19+ */
  color: #262626;
}

#titulo #filtro form :-ms-input-placeholder { /* IE 10+ */
  color: #262626;
}

#titulo #filtro form :-moz-placeholder { /* Firefox 18- */
  color: #262626;
}

#intro {
	position: relative; 
	width: 100%; 
	height: auto;
	margin: auto;
	display: table;
}

#intro #ondas {
	float: left;
	width: 50%;
	margin: 70px auto;
	text-align: right;
	
}

#intro #info {
	float: right;
	width: 50%;
	margin: 64px auto;
	text-align: left;
}

#intro #info h1 {
	width: 400px;
	margin: 0;
	padding: 20px;
	border-bottom: 2pt solid #666;
}

#intro #info p {
	max-width: 300px;
	margin: 20px 0 0 20px;
}

#intro #info #btn {
	width: 100px;
	background-color: transparent;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.6em;
	color: #000;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 15px 16px 15px 20px;
	text-decoration: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #808080;
}

#intro #info #btn:hover {
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
}	

#chamadas {
	position: relative; 
	width: 100%; 
	height: auto;
	margin: auto;
	display: table;
}

#chamadas h3 {
	margin: 5px 0 5px 30px;
}

#chamadas #versared {
	position: relative;
	background-color: #EDECEF;
	float: left;
	width: 48%;
	height: 350px;
	margin: 1%;
	border: 1px solid #C7C7C7;
}

#chamadas #versared #logo {
	position: absolute;
	top: 5%;
	left: 5%;
}

#chamadas #versared #thumb {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

#chamadas #versared #btn {
	position: absolute;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.6em;
	color: #000;
	text-align: left;
	bottom: 5%;
	left: 5%;
}

#chamadas #vertcon {
	position: relative;
	background-color: #EDECEF;
	float: left;
	width: 48%;
	height: 350px;
	margin: 1%;
	border: 1px solid #C7C7C7;
}

#chamadas #vertcon #logo {
	position: absolute;
	top: 5%;
	left: 5%;
}

#chamadas #vertcon #thumb {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

#chamadas #vertcon #btn {
	position: absolute;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.6em;
	color: #000;
	text-align: left;
	bottom: 5%;
	left: 5%;
}

#chamadas #versa {
	position: relative;
	background-color: #EDECEF;
	float: left;
	width: 48%;
	height: 400px;
	margin:  1%;
	border: 1px solid #C7C7C7;
}

#chamadas #versa #logo {
	position: absolute;
	top: 5%;
	left: 5%;
}

#chamadas #versa #thumb {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

#chamadas #versa #btn {
	position: absolute;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.6em;
	color: #000;
	text-align: left;
	bottom: 5%;
	left: 5%;
}

#chamadas #suporte {
	position: relative;
	float: left;
	width: 48%;
	height: auto;
	margin: 1%;
	border: 1px solid #C7C7C7;
}

#chamadas #suporte #logo {
	position: absolute;
	top: 10%;
	left: 5%;
}

#chamadas #suporte p {
	position: absolute;
	color: #FFF;
	top: 40%;
	left: 7%;
}

#chamadas #suporte #btn {
	position: absolute;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.6em;
	color: #FFF;
	text-align: left;
	bottom: 5%;
	left: 6%;
}

#player {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sobre {
	position: relative;
	width: 100%; 
	height: auto;
	margin: auto;
	display: table;
}

#sobre h1 {
	margin: 30px auto;
	text-align: center;
	font-weight: 700;
}

#sobre h2 {
	margin: 30px auto;
	text-align: left;
	font-weight: 700;
}

#sobre p {
	margin: 15px auto;
	text-align: left;
}

#sobre ul {
	list-style: none;
	margin: 0; 
	padding-left: 1em;
}

#sobre ul li {
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 1.8em;
	margin: 15px auto;
}

#flexgrid1 {
	position: relative; 
	width: 100%; 
	height: auto;
	margin: auto;
	display: table;
}

#flexgrid1 nav {
	width: 100%;
	margin: 20px auto;
	display: table;
}

#flexgrid1 nav h2 {
	font-weight: 700;
	margin: 5px auto;
	padding: 20px;	
	border-bottom: 1px solid #C7C7C7;
}

#flexgrid1 ul {
	list-style: none; 
	margin-top: 0; 
	margin-bottom: 30px;
	margin-left: -5px; 
	padding-left: 1em;
	display: table;
}

#flexgrid1 ul li {
	position: relative;
	width: 47%;
	margin: 1.2222%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

#flexgrid1 ul li img {
	margin: 0 0 15px 0;
	border: 1px solid #C7C7C7;
}

#flexgrid1 ul li h3 {
	text-align: left;
	margin: 5px auto;
}

#flexgrid1 ul li h4 {
	text-align: left;
	margin: 5px auto;
}

#flexgrid1 ul li p {
	color: #000;
	font-weight: 700;
	text-align: left;
}

#flexgrid1 ul li span {
	float: left;
	width: 60px;
	height: 100px;
	margin: 0 15px 0 0;
}

#flexgrid1 ul li span img {
	max-width: 60px;
	border: none;
}


#flexgrid1 ul li iframe {
	width: 504px;
	height: 286px;
	margin: 0 auto;
}

#flexgrid1 #carousel h3 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 15px 15px;
}

#flexgrid1 #carousel .owl-carousel {
	margin: 20px auto 0 auto;
	text-align: center;
}

#flexgrid1 #carousel .owl-carousel .produto {
	position: relative;
	background-color: #EDECEF;
  	max-width: 330px;
  	min-width: 290px;
  	height: 390px;
  	margin: 0 auto;
  	padding: 0;
  	display: inline-block;
  	vertical-align: top;
  	border: 1px solid #C7C7C7;
}

#flexgrid1 #carousel .owl-carousel .produto h4 {
	position: relative;
	font-family: 'Quicksand', Arial, Helvetica;
	font-weight: 700;
	max-width: 220px;
	margin: 10% 0 0 5%;
	text-align: left;
}

#flexgrid1 #carousel .owl-carousel .produto p {
	position: relative;
	max-width: 180px;
	font-family: 'Quicksand', Arial, Helvetica;
	font-size: 1.6em;
	font-weight: 400;
	margin: 1% 0 0 5%;
	text-align: left;
}

#flexgrid1 #carousel .owl-carousel .produto img {
	position: absolute;
	width: 90%;
	right: 5%;
	bottom: 7%;
	left: 5%;
}

#flexgrid1 #carousel .owl-carousel .produto #btn {
	position: absolute;
	font-family: 'Quicksand', Arial, Helvetica;
	font-size: 1.6em;
	font-weight: 400;
	color: #000;
	text-align: left;
	bottom: 5%;
	left: 5%;
}

#flexgrid1 #carousel .owl-carousel .wallpaper {
	position: relative;
  	max-width: 600px;
  	min-width: 290px;
  	height: auto;
  	margin: 0 auto;
  	padding: 0;
  	display: inline-block;
  	vertical-align: top;
}

#flexgrid1 #accordion {
	width: 100%;
	margin: 20px auto;
	display: table;
}

#flexgrid1 #accordion h2 {
	font-weight: 700;
	margin: 0 0 30px 15px;
}

#flexgrid1 #accordion .accordion {
	background-color: #FFF;
	font-size: 3em;
	font-weight: 700;
    cursor: pointer;
    margin: 5px auto;
    padding: 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #C7C7C7;
}

#flexgrid1 #accordion .acc-active, .accordion:hover {
    background-color: #FFF;
}

#flexgrid1 #accordion .panel {
    padding: 1px 10px;
    background-color: #FFF;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#flexgrid1 #accordion .panel ul {
	width: 100%;
	list-style: none; 
	margin: 20px auto; 
	padding-left: 1em;
	display: table;
}

#flexgrid1 #accordion .panel ul li {
	float: left;
	width: 25%;
	margin: 10px auto;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 2.1em;
}	

#flexgrid1 #accordion .panel ul li span {
	float: left;
	width: 50px;
	height: 40px;
	margin: 0 15px 0 0;
}

#flexgrid1 #accordion .panel ul li span img {
	max-width: 50px;
	border: none;
}

#flexgrid1 #accordion .panel ul li p {
	font-size: .8em;
	font-weight: 400;
	margin: 15px 50px 10px 70px;
}

#flexgrid1 #accordion .accordion:after {
    content: '\02795';
    font-size: .7em;
    float: right;
    margin-left: 5px;
}

#flexgrid1 #accordion .acc-active:after {
    content: "\2796";
}

#flexgrid2 {
	position: relative; 
	width: 100%; 
	height: auto;
	margin: auto;
	display: table;
}

#flexgrid2 #lista {
  width: 55%;
  height: auto;
  float: left;
}

#flexgrid2 #lista h1 {
	font-weight: 700;
	margin: 20px auto;
}

#flexgrid2 #lista ul {
	list-style: none; 
	margin-top: 0; 
	margin-bottom: 30px;
	margin-left: -5px; 
	padding-left: 1em;
	height: 350px;
	overflow-x: auto;
}

#flexgrid2 #lista ul li {
	position: relative;
	width: 100%;
	max-width: 400px;
	height: auto;
}

#flexgrid2 #lista h4 {
	font-weight: 700;
	margin: 20px auto;
}

#flexgrid2 #lista p {
	margin: 20px auto;
}

#flexgrid2 #formulario {
  width: 55%;
  height: auto;
  float: left;
}

#flexgrid2 #formulario h1 {
	font-weight: 700;
	margin: 50px auto;
}

#flexgrid2 #formulario h2 {
	font-weight: 700;
	margin: 30px auto;
}

#flexgrid2 #formulario p {
	max-width: 400px;
}

#flexgrid2 #formulario form {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	display: inline-block;
}

#flexgrid2 #formulario form input[type="hidden"] {
	display: none;
}

#flexgrid2 #formulario form label {
	position: absolute;
	opacity: 0;
}

#flexgrid2 #formulario form input.error { 
	border: 1pt solid #000;
}

#flexgrid2 #formulario form input { 
	min-height: 50px;
	background-color: #FFF; 
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 1.6em; 
	color: #404040;
	margin: 5px 0;
	padding: 10px 20px;
	border: 2px solid #404040;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	display: block;
	clear: both;
}

#flexgrid2 #formulario form input[type="submit"] {
	position: relative;
	background-color: #000;
	height: 55px;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 1.6em;
	color: #FFF;
	font-weight: 400;
	text-align: center;
	margin: 5px 5px 20px auto;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	float: left;
	clear: both;
}

#flexgrid2 #formulario form input[type="submit"]:hover{
	background-color: #404040;
	color: #FFF;
	border: 1pt solid #404040;
}

#flexgrid2 #formulario form #enviar  {
	width: 20%;
}

#flexgrid2 #formulario form #nome, form #email, form #endereco, form #cidade {
	width: 60%;
}

#flexgrid2 #formulario form #nascimento, form #cep {
	width: 30%;
}

#flexgrid2 #formulario form #senha, form #fone, form #pais, form #estado {
	width: 40%;
}

#flexgrid2 #imagem {
  width: 45%;
  height: auto;
  float: right;
}

#flexgrid2 #imagem img {
  max-width: 515px;
  height: auto;
  margin: 0;
  float: right;
}

#produto {
	position: relative;
	background-color: #202020;
	width: 100%; 
	height: auto;
	margin: 0 auto;
	display: table;
}

#produto h2 {
	font-family: 'Open Sans', Arial, Helvetica;
	text-align: center;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	margin: 50px auto;
}

#produto p {
	text-align: center;
	color: #F7F7F7;
	margin: 30px auto;
}

#produto ul {
	max-width: 980px;
	list-style: none;
	margin: 0 auto; 
	padding-left: 1em;
}

#produto ul li {
	width: 42%;
	float: left;
	margin: 1% 3%;
}

#produto ul li h4 {
	background-color: #FFF;
	text-align: left;
	padding: 2% 4%;
}

#produto ul li p {
	text-align: left;
	margin: 20px auto;
	padding: 0 4%;
}

#produto-imagens {
	position: relative;
	width: 100%; 
	height: auto;
	margin: 20px auto 0 auto;
	display: table;
}

#produto-imagens h2 {	
	font-size: 4.6em;
	text-align: center;
	font-weight: 700;
	margin: 30px auto 0 auto;
}

#produto-imagens ul {
	width: 100%;
	max-width: 990px;
	list-style: none;
	margin: 50px auto; 
	padding-left: 1em;
	display: table;
}

#produto-imagens ul li {
	float: left;
	width: 25%;
	margin: 10px auto;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 2.1em;
}	

#produto-imagens ul li span {
	float: left;
	width: 50px;
	height: 40px;
	margin: 0 15px 0 0;
}

#produto-imagens ul li span img {
	max-width: 50px;
}

#produto-imagens ul li p {
	font-size: .8em;
	font-weight: 400;
	margin: 15px 50px 10px 70px;
}

#produto-imagens .owl-carousel {
	margin: 0 auto;
	text-align: center;
}

#produto-imagens .owl-carousel .item {
	position: relative;
  	max-width: 900px;
  	min-width: 290px;
  	height: auto;
  	margin: 20px auto 0 auto;
  	padding: 0;
  	display: inline-block;
  	vertical-align: top;
}

#produto-imagens .owl-carousel .item #imagem {
	width: 50%;
	height: auto;
	float: left;
}

#produto-imagens .owl-carousel .item #imagem img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: auto;
}

#produto-imagens .owl-carousel .item #info {
  width: 50%;
  height: auto;
  float: left;
}

#produto-imagens .owl-carousel .item #info h3 {
	max-width: 300px;
	text-align: left;
	font-weight: 700;
	margin: 100px 0 0 50px;
}

#produto-imagens .owl-carousel .item #info p {
	text-align: left;
	margin: 30px 0 0 50px;
}

#produto-imagens .owl-carousel .item #info #btn {
	font-family: 'Quicksand', Arial, Helvetica;
	font-size: 1.6em;
	font-weight: 400;
	color: #000;
	text-align: left;
	margin: 20px 0 0 50px;
}

#mapa {
	position: relative;
	background-color: #D9D9D9;
	width: 100%;
	margin: auto;
}

#mapa #canvas {
	width: 100%;
	height: 400px;
}

#contato {
	position: relative; 
	background-color: #FFF;
	width: 100%; 
	height: auto; 
	margin: auto;
	text-align: center;
	display: table;
}

#contato h4 {
	text-align: center;
	margin: 50px auto 0 auto;
}

#contato h4 span {
	color: #FFF;
}

#contato p strong {
	color: #FEC536;
}

#contato #form {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	display: inline-block;
}

#contato input[type="hidden"] {
	display: none;
}

#contato label {
	position: absolute;
	opacity: 0;
}

#contato input.error, #contato textarea.error { 
	border: 1pt solid #000;
}

#contato input { 
	min-height: 50px;
	background-color: #FFF; 
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 1.6em; 
	color: #404040;
	margin: 5px 0;
	padding: 10px 20px;
	border: 2px solid #404040;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}

#contato .styled-select select {
	height: 50px;
	background-color: #FFF; 
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 1.6em; 
	color: #404040;
	margin: 5px 0;
	padding: 10px 20px;
	border: 2px solid #404040;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
}

#contato textarea{
	background-color: #FFF;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 1.6em; 
	color: #404040;
	margin: 5px 0;
	padding: 10px 20px;
	border: 0;
	border: 2px solid #404040;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 110px;
}

#contato input[type="submit"] {
	position: relative;
	background-color: #000;
	height: 60px;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 1.6em;
	color: #FFF;
	font-weight: 400;
	text-align: center;
	margin: 5px 5px 20px auto;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid #000;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	float: right;
}

#contato input[type="submit"]:hover{
	background-color: #404040;
	color: #FFF;
	border: 1pt solid #404040;
}

#contato #enviar  {
	width: 45%;
}

#contato #nome, #fone {
	width: 49.5%;
	float: left;
}

#contato #email, #localidade {
	width: 49.5%;
	float: right;
}

#contato #setor, #mensagem {
	width: 100%;
}

#contato #recaptcha {
	position: relative;
	width: 300px;
	margin: 5px 0 0 5px;
	float: left;
}

#contato #whatsapp {
	position: absolute;
	width: 205px;
	height: auto;
	top: 440px;
	right: 160px;
}

#contato #whatsapp #icon {
	float: left;
	width: 40px;
	height: 40px;
	background: url(../img/sprite.png) no-repeat; 
	background-position: -88px -10px;
	margin: 15px 5px 0 0;
}

#contato #whatsapp h2 {
	font-size: 2.2em;
	color: #000;
	margin: 22px 0 0 0;
}

#contato #whatsapp #ddd {
	font-size: .6em;
	color: #000;
}

#info-retorno {
	position: relative; 
	background-color: #FFF;
	width: 100%; 
	height: auto;
	margin: auto;
	display: table;
}

#info-retorno h1 {
	font-weight: 700;
	margin: 50px auto 10px auto;
}

#info-retorno p {
	margin: 40px auto 60px auto;
}

@media (min-width: 1080px) and (max-width: 1440px) {

	.container {
	  max-width: 1100px;
	}
	
	#chamadas #versa {
		height: 350px;
	}
	
	#chamadas #suporte #logo img {
		max-width: 150px;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto {
	  	min-width: 255px;
	}
	
	#flexgrid1 #carousel .owl-carousel .wallpaper {
	  	max-width: 500px;
	}
}

@media (min-width: 979px) and (max-width: 1079px) {
	
	.container {
	  max-width: 979px;
	}
	
	h1 {
		font-size: 4.2em;
	}
	
	h2 {
		font-size: 3.6em;
	}
	
	h3 {
		font-size: 2.2em;
	}
	
	h4 {
		font-size: 2em;
	}
	
	p {
		font-size: 1.6em;
	}
	
	footer #marcas ul li img {
		max-width: 130px;
	}
	
	#navbar #redes p {
		display: none;
	}
	
	#chamadas #suporte #logo img {
		max-width: 150px;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto {
	  	min-width: 225px;
	}
	
	#flexgrid1 #carousel .owl-carousel .wallpaper {
	  	max-width: 445px;
	}
}

@media (min-width: 768px) and (max-width: 978px) {
	
	.container {
	  max-width: 768px;
	}
	
	h1 {
		font-size: 3.8em;
	}
	
	h2 {
		font-size: 3em;
	}
	
	h3 {
		font-size: 2.2em;
	}
	
	h4 {
		font-size: 2em;
	}
	
	p {
		font-size: 1.6em;
	}
	
	header #logo img {
		max-width: 210px;
	}
	
	header #search-field {
		width: 210px;
	}
	
	footer {
		margin:  40px auto 0 auto;
	}
	
	footer #marcas ul li img {
		max-width: 100px;
	}
	
	footer #fone {
		top: 318px;
		right: 140px;
	}
	
	footer #redes p {
		display: none;
	}
	
	#navbar #menu ul li {
		padding: 5px 20px 0 0;
	} 
	
	#navbar #redes {
		display: none;
	}
	
	#slider #logo-produto img {
		max-height: 50px;
	}
	
	#submenu ul li {
	    padding: 0 10px;
	}
	
	#submenu ul li a {
	    font-size: 1.8em;
	}
	
	#titulo #filtro span {
		display: none;
	}
	
	#intro #info {
		width: 50%;
		margin: 49px auto;
	}
	
	#intro #info h1 {
		width: 360px;
	}
	
	#chamadas #versared {
		width: 48%;
		height: 320px;
	}
	
	#chamadas #versared #logo {
		max-width: 170px;
	}
	
	#chamadas #versared #thumb {
		bottom: 10%;
		max-width: 190px;
	}
	
	#chamadas #vertcon {
		height: 320px;
	}
	
	#chamadas #vertcon #logo {
		margin: 5% auto;
		max-width: 200px;
	}
	
	#chamadas #vertcon #thumb {
		max-width: 200px;
	}
	
	#chamadas #versa {
		height: 320px;
	}
	
	#chamadas #versa #logo {
		margin: 5% auto;
		max-width: 190px;
	}
	
	#chamadas #versa #thumb {
		max-width: 190px;
	}
	
	#chamadas #suporte #logo img {
		max-width: 150px;
	}
	
	#flexgrid1 ul li h3 {
		margin: 15px auto 0 auto;
	}
	
	#flexgrid1 ul li iframe {
		width: 426px;
		height: 190px;
		margin: 0 auto;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto {
	  	min-width: 225px;
	  	height: 350px;
	}
	
	#flexgrid1 #carousel .owl-carousel .wallpaper {
	  	max-width: 445px;
	}
	
	#flexgrid1 #accordion .accordion {
		font-size: 2.6em;
	}
	
	#flexgrid1 #accordion .panel ul li {
		width: 50%;
	}	
	
	#flexgrid2 #lista {
	  width: 100%;
	}
	
	#flexgrid2 #lista ul {
		width: 100%;
		height: auto;
	}
	
	#flexgrid2 #lista ul li {
		max-width: 580px;
	}
	
	#flexgrid2 #imagem {
		display: none;
	}
	
	#produto-imagens h2 {
		font-size: 3.8em;
	}
	
	#produto-imagens ul li {
		width: 50%;
	}

	#contato #whatsapp {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {

	body {
		-webkit-text-size-adjust: none;
	}
	
	.container {
	  max-width: 660px;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display: block;
	}
	
	h1 {
		font-size: 3.2em;
	}
	
	h2 {
		font-size: 2.8em;
	}
	
	h3 {
		font-size: 2.2em;
	}
	
	h4 {
		font-size: 1.8em;
	}
	
	p {
		font-size: 1.6em;
	}
	
	header {
		height: 130px;
	}
	
	header #logo {
		top: 40px;
	}
	
	header #logo img {
		max-width: 210px;
	}
	
	header #busca {
		top: 52px;
	}
	
	header #search-field {
		width: 210px;
	}
	
	header #btn-login {
		top: 48px;
	}
	
	footer {
		margin: 40px auto 0 auto;
	}
	
	footer #marcas ul li img {
		max-width: 95px;
	}
	
	footer nav {
		top: 100px;
	}
	
	footer #fone {
		top: 318px;
		right: 0;
	}
	
	footer #redes {
		display: none;
	}
	
	#redes-mobile {
		display: block;
	}
	
	#navbar {
		height: 5px;
	}
	
	#navbar #menu ul li {
		padding: 5px 20px 0 0;
	} 
	
	#navbar #redes {
		display: none;
	}
	
	#slider #logo-produto img {
		max-height: 40px;
	}
	
	#submenu ul li {
	    padding: 0 5px;
	}
	
	#submenu ul li a {
	    font-size: 1.6em;
	}
	
	#titulo #filtro span {
		display: none;
	}
	
	#intro #ondas img {
		max-width: 260px;
	}
	
	#intro #info {
		width: 50%;
		margin: 42px auto;
	}
	
	#intro #info h1 {
		width: 260px;
		padding: 20px 20px 20px 10px;
	}
	
	#intro #info p {
		max-width: 240px;
		margin: 20px 0 0 10px;
	}
	
	#intro #info #btn {
		margin: 20px 0 0 10px;
	}
	
	#chamadas #versared {
		width: 31.2%;
		height: 320px;
	}
	
	#chamadas #versared #logo {
		max-width: 140px;
	}
	
	#chamadas #versared #thumb {
		bottom: 10%;
		max-width: 150px;
	}
	
	#chamadas #vertcon {
		width: 31.2%;
		height: 320px;
	}
	
	#chamadas #vertcon #logo {
		margin: 5% auto;
		max-width: 180px;
	}
	
	#chamadas #vertcon #thumb {
		max-width: 180px;
	}
	
	#chamadas #versa {
		width: 31.2%;
		height: 320px;
	}
	
	#chamadas #versa #logo {
		margin: 5% auto;
		max-width: 170px;
	}
	
	#chamadas #versa #thumb {
		max-width: 170px;
	}
	
	#chamadas #suporte {
		display: none;
	}
	
	#flexgrid1 ul li h3 {
		margin: 15px auto 0 auto;
	}
	
	#flexgrid1 ul li iframe {
		width: 426px;
		height: 190px;
		margin: 0 auto;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto {
		max-width: 225px;
	  	min-width: 195px;
	  	height: 320px;
	}
	
	#flexgrid1 #carousel .owl-carousel .wallpaper {
	  	max-width: 445px;
	}
	
	#flexgrid1 #accordion .accordion {
		font-size: 2.6em;
	}
	
	#flexgrid1 #accordion .panel ul li {
		width: 50%;
	}
	
	#flexgrid2 #lista {
	  width: 100%;
	}
	
	#flexgrid2 #lista ul {
		width: 100%;
		height: auto;
	}
	
	#flexgrid2 #lista ul li {
		max-width: 400px;
	}
	
	#flexgrid2 #imagem {
		display: none;
	}
	
	#produto-imagens h2 {
		font-size: 3.8em;
	}
	
	#produto-imagens ul li {
		width: 50%;
	}

	#contato #whatsapp {
		display: none;
	}
}	

@media (min-width: 280px) and (max-width: 479px) {

	body {
		-webkit-text-size-adjust: none;
	}
	
	.container {
		width: 92%;	
		max-width: 360px;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display: block;
	}
	
	.exagono-esquerdo {
		display: none;
	}
	
	.exagono-direito {
		display: none;
	}
	
	h1 {
		font-size: 3.2em;
		font-weight: 700;
	}
	
	h2 {
		font-size: 2.8em;
	}
	
	h3 {
		font-size: 2.2em;
	}
	
	h4 {
		font-size: 1.8em;
	}
	
	p {
		font-size: 1.6em;
	}
	
	header {
		height: 150px;
	}
	
	header #logo {
		position: relative;
		text-align: center;
		margin: 10px auto;
		top: 10px;
		left: -5px;
	}
	
	header #busca {
		position: relative;
		float: left;
		width: 100%;
		margin: 0;
		top: 0px;
		right: 0;
		clear: both;
	}
	
	header #btn-busca {
	  width: 95%;
	}
	
	header #search-field {
		width: 95%;
	}
	
	header #btn-login {
		display: none;
	}
	
	footer {
		height: 350px;
		margin: 30px auto 0 auto;
	}
	
	footer #marcas ul li img {
		max-width: 90px;
	}
	
	footer nav {
		display: none;
	}
	
	footer #endereco {
		top: 240px;
	}
	
	footer #fone {
		top: 130px;
		right: 0;
		left: 5px;
	}
	
	footer #redes {
		max-width: 210px;
		top: 200px;
		right: 0;
		left: 0;
	}
	
	footer #redes p {
		float: right;
	}
	
	footer #copyright {
		top: 320px;
		left: 10px;
	}
	
	footer #powered {
		display: none;
	}
	
	#redes-mobile {
		display: block;
	}
	
	#navbar {
		height: 5px;
	}
	
	#navbar #menu ul li {
		padding: 5px 20px 0 0;
	} 
	
	#navbar #redes {
		display: none;
	}
	
	#slider ul li{
		margin-top: 50px;
	}
	
	#slider #logo-produto img {
		width: 50%;
	}
	
	#barra-titulo h3 {
		font-size: 2em;	
	}
	
	#barra-titulo h3 span {
		display: none;
	}
	
	#submenu ul li {
		width: 100%;
		margin: auto;
	    padding: 0 auto;
	}
	
	#submenu ul li a {
	    font-size: 1.8em;
	}
	
	#titulo h1 {
		margin: 30px 10px 20px 10px;
		font-weight: 700;
	}
	
	#titulo #filtro {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 auto 20px auto;
		top: 0px;
		right: 0;
		left: 2px;
		clear: both;
	}
	
	#titulo #filtro span {
		display: none;
	}
	
	#titulo #filtro #styled-select select {
		float: left;
		width: 98%; 
		height: 50px;
		background-color: #FFF; 
		border: 2px solid #000;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		font-family: 'Open Sans', Arial, Helvetica;
		font-size: 1.6em;  
		color: #000;
		margin: 0;
		padding: 10px 20px;
		-webkit-appearance: none;
	}
	
	#intro #ondas {
		width: 100%;
		text-align: center;
		margin: 50px auto 0 auto;
	}
	#intro #ondas img {
		max-width: 260px;
	}
	
	#intro #info {
		width: 100%;
		text-align: center;
		margin: 0px auto 30px auto;
	}
	
	#intro #info h1 {
		width: 260px;
		margin: auto;
		padding: auto;
	}
	
	#intro #info p {
		max-width: 240px;
		margin: 20px auto 0 auto;
	}
	
	#intro #info #btn {
		display: none;
	}
	
	#chamadas #versared {
		width: 100%;
		height: 240px;
		margin: 10px auto;
	}
	
	#chamadas #versared #logo {
		max-width: 140px;
	}
	
	#chamadas #versared #thumb {
		bottom: 10%;
		max-width: 200px;
	}
	
	#chamadas #vertcon {
		width: 100%;
		height: 240px;
		margin: 10px auto;
	}
	
	#chamadas #vertcon #logo {
		max-width: 140px;
	}
	
	#chamadas #vertcon #thumb {
		bottom: 10%;
		max-width: 200px;
	}
	
	#chamadas #versa {
		width: 100%;
		height: 240px;
		margin: 10px auto;
	}
	
	#chamadas #versa #logo {
		max-width: 140px;
	}
	
	#chamadas #versa #thumb {
		bottom: 10%;
		max-width: 200px;
	}
	
	#chamadas #suporte {
		width: 100%;
		margin: 10px auto;
	}
	
	#chamadas #suporte #logo img {
		max-width: 110px;
	}
	
	#chamadas #suporte #info p {
		font-size: 1.4em;
	}
	
	#flexgrid1 ul li {
		width: 100%;
		margin: 10px auto;
	}
	
	#flexgrid1 ul li h3 {
		margin: 15px auto 0 auto;
	}
	
	#flexgrid1 ul li iframe {
		width: 426px;
		height: 190px;
		margin: 0 auto;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto {
		width: 100%;
		max-width: 480px;
	  	min-width: 280px;
	  	height: 480px;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto h4 {
		font-size: 2.8em;
		max-width: 250px;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto p {
		font-size: 2em;
		max-width: 250px;
	}
	
	#flexgrid1 #carousel .owl-carousel .produto img {
		max-width: 330px;
	}
	
	#flexgrid1 #carousel .owl-carousel .wallpaper {
	  	max-width: 445px;
	}
	
	#flexgrid1 #accordion .accordion {
		font-size: 2em;
		padding: 10px 20px;
	}
	
	#flexgrid1 #accordion .panel ul li {
		width: 100%;
	}
	
	#flexgrid1 #accordion .panel ul li span {
		width: 40px;
		height: 30px;
		margin: 0 15px 0 0;
	}
	
	#flexgrid1 #accordion .panel ul li span img {
		max-width: 40px;
	}
	
	#flexgrid1 #accordion .panel ul li p {
		margin: 15px 50px 10px 20px;
	}
	
	#flexgrid2 #lista {
	  width: 100%;
	}
	
	#flexgrid2 #lista ul {
		width: 100%;
		height: auto;
	}
	
	#flexgrid2 #lista ul li {
		max-width: 400px;
	}
	
	#flexgrid2 #imagem {
		display: none;
	}
	
	#produto ul li {
		width: 98%;
		margin: 1% auto;
	}
	
	#produto-imagens h2 {
		font-size: 3.8em;
	}
	
	#produto-imagens ul li {
		width: 100%;
	}
	
	#produto-imagens .owl-carousel .item #imagem {
		width: 100%;
		margin: auto;
	}
	
	#produto-imagens .owl-carousel .item #imagem img {
	  max-width: 280px;
	}
	
	#produto-imagens .owl-carousel .item #info {
	  width: 100%;
	  height: auto;
	  margin: auto;
	  float: left;
	}
	
	#produto-imagens .owl-carousel .item #info h3 {
		margin: 10px auto 0 auto;
		text-align: center;
	}
	
	#produto-imagens .owl-carousel .item #info p {
		margin: 10px auto 0 auto;
		text-align: center;
	}
	
	#produto-imagens .owl-carousel .item #info #btn {
		display: none;
	}

	
	#mapa #canvas {
		height: 250px;
	}

	#contato h4 {
		margin: 30px auto 0 auto;
	}

	#contato #form {
		max-width: 460px;
	}

	#contato input[type="submit"] {
		margin: 5px 0;
	}

	#contato #enviar  {
		width: 100%;
	}

	#contato #nome, #fone {
		width: 100%;
		float: left;
	}

	#contato #email, #localidade {
		width: 100%;
		float: right;
	}

	#contato #setor, #mensagem {
		width: 100%;
	}

	#contato #recaptcha {
		position: relative;
		width: 300px;
		margin: 5px auto 0 auto;
		float: none;
		text-align: center;
	}

	#contato #whatsapp {
		display: none;
	}		
}
