* {
	box-sizing: border-box;
}

body {
	background: #fff;
	height: 100%;
    font-family: 'Roboto', sans-serif;
    margin: 0;
	padding: 0;
    background: #f7f7f7
}

html {
	height: 100%;
    margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #676565;
}

a:visited {
	text-decoration: none;
	color: #676565;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.efeito img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out
}

.efeito img:hover {
	opacity: 0.6;
}

.clear{
    clear: both;
}

#wrapper {
    background-color: #fff;
    width: 100%;
    height: 475px;
    overflow: hidden;
    position: relative;
}

#carousel img {
    display: block;
    float: left;
    width: 904px;
    height: 475px;
}

#prev,
#next {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    height: 475px;
    width: 50%;
    top: 0;
    position: absolute;
}

#prev:hover,
#next:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

#prev {
    left: -452px;
}

#next {
    right: -452px;
}

#pager {
    margin-left: -445px;
    position: absolute;
    left: 50%;
    bottom: 10px;
}

#pager a {
    border: 2px solid #fff;
    border-radius: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
}

#pager a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#pager a span {
    display: none;
}

#pager a.selected {
    background-color: #fff;
}

#topo {
    position: relative;
    width: 100%;
    height: 180px;
    background: #f7f7f7
}

#infos {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #676565;
}

#faixa-topo {
    position: absolute;
    width: 100%;
    height: 61px;
    top: 56px;
    background: #e6e6e6;
}

#menu {
    position: relative;
    width: 754px;
    margin: 0 auto;
}

#logo {
    z-index: 2;
    position: relative;
    float: left;
    top: -39px;
}

.menu-bt {
    position: relative;
    float: left;
    padding: 21px 22px;
    height: 61px;
    color: #676565;
}

.menu-bt:hover{
    background: #ccc;
    color: #000;
}

.menu-bt1 {
    margin-left: 30px
}

#face-bt {
    display: none;
    position: absolute;
    top: 68px;
    right: 30px;
    font-size: 30px;
    color: #808080
}

#sub-menu-cole {
    display: none;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 311px;
    background: #e6e6e6;
}

.sub-menu-botao {
    padding: 5px 20px 10px 20px;
    transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    -webkit-transition: background .35s ease-in-out;
}

.sub-menu-botao:hover {
    background: #ccc
}

.sub-menu-botao1 {
    height: 2px;
    background: #1a1a1a;
}

.sub-menu-botao2 {
    height: 1px;
    margin: 0 20px 0 20px;
    background: #b3b3b3;
}
.colecao-bt:hover{
    cursor: pointer;
}

#empresa {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

#empresa-txt {
    position: relative;
    width: 680px;
    margin: 20px auto 0 auto;
    text-align: justify;
    color: #666;
    font-weight: 300;
    line-height: 29px;
}

#faixa01 {
    position: relative;
    width: 100%;
    height: 28px;
    background: #e6e6e6
}

.rd {
    float: left;
    color: #666;
    margin-right: 50px
}

#rd3{
    display: none;
}

#rd2{
    float: right;
}

#rd-out {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.faixa-rd {
    width: 100px;
    height: 4px;
    background: #666;
    margin-bottom: 25px;
}

.rd h1{
    font-size: 26px;
    font-weight: 400;
    margin: 10px 0;
}
.rd-icon {
    float: left;
    width: 30px;
    text-align: center;
}

.rd-info {
    float: left;
    font-size: 14px;
}

#rodape-barra {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    background: #e6e6e6
}
#produtos {
    position: relative;
    width: 100%;
    
}

#produtos-in {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.prod-name{
    max-width: 100%;
    height: auto;
}

.faixa-prod {
    position: relative;
    width: 100%;
    height: 2px;
    margin: -7px 0 20px 0;
    background: #96989A
}

.prod-img {
    position: relative;
    float: left;
    width: 180px;
    height: 180px;
    margin: 10px;
}

.prod-lupa {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 36px;
    color: #717171;
    padding-top: 62px;
    transition: opacity .25s ease-in-out;
}

.prod-lupa:hover {
    opacity: 1
}
#catalogo {
    position: relative;
    width: 100%;
    text-align: center;
}

#cat-frame {
    position: relative;
    width: 860px;
    height: 540px;
    margin: 0 auto;
}

#mapa {
    width: 320px;
    height: 250px;
}

#formulario {
    position: relative;
    width: 350px;
    margin: 50px auto;
    text-align: center;
    color: #666
}

#formulario h1{
    color: #666;
    margin-bottom: 5px;
}

#formulario input{
    width: 100%;
    padding: 10px 5px;
    background: #e5e5e5;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin: 5px 0;
}

.cidade{
    width: 73% !important;
}

#formulario select{
    width: 25%;
    padding: 10px 5px;
    background: #e5e5e5;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin: 5px 0;
}

#formulario textarea{
    width: 100%;
    height: 80px;
    padding: 10px 5px;
    background: #e5e5e5;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin: 5px 0;
}

.botao{
    width: 100%;
    padding: 10px 5px;
    background: #e5e5e5;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin: 5px 0;
}

.botao:hover{
    cursor: pointer;
    background: #dddddd;
}

/* -----------------------------------480------------------------------*/

@media screen and (max-width: 480px) {
   
     #topo {
    height: 130px;
}
    
    #infos {
    font-size: 13px;
    right: -204px;
    top: 22px;
    text-align: right;
}
    
    #face-bt {
    top: 5px;
    right: 20px;
    font-size: 28px;
}
    
    #menu {
    width: 320px;
}
    
    .menu-bt {
    padding: 24px 13px;
    font-size: 12px;
}
    
    .menu-bt1 {
    margin-left: 0;
}
    
    #logo {
    z-index: 2;
    position: absolute;
    top: -52px;
    width: 114px;
    height: auto;
    left: 10px;
}
    
    #sub-menu-cole {
    left: 5px;
}
    
    #wrapper {
    height: 253px;
}
    
    #carousel img {
    width: 300px;
    height: 180px;
}

#prev,
#next {
    height: 180px;
    width: 50%;
}

#prev {
    left: -240px;
}

#next {
    right: -240px;
}

#pager {
    margin-left: -235px;
}
    
    #empresa {
    width: 90%;
    margin: 0 auto;
}
    
    #empresa-txt {
    width: 100%;
    }
   
    #produtos-in {
    width: 90%;
}
    
    #rd-out {
    width: 90%;
}
   
    #rd2{
    float: left;
    margin-top: 30px;
}
    
    #mapa {
    width: 300px;
}
    
    #cat-frame {
    width: 90%;
    height: 350px;
}
    
    #formulario {
    width: 90%;
    }
    
    
}

/* -----------------------------------481-768---------------------------*/

@media screen and (min-width: 481px) and (max-width: 768px) {
    
    #topo {
    height: 130px;
}
    
    #infos {
    font-size: 13px;
    right: 30px;
}
    
    #face-bt {
    top: 5px;
    right: 20px;
    font-size: 28px;
}
    
    #menu {
    width: 90%;
}
    
    .menu-bt {
    padding: 23px 13px;
    font-size: 14px;
}
    
    .menu-bt1 {
    margin-left: 0;
}
    
    #logo {
    position: absolute;
    top: -52px;
    width: 114px;
    height: auto;
}
    
    #sub-menu-cole {
    left: 0;
}
    
    #wrapper {
    height: 253px;
}
    
    #carousel img {
    width: 481px;
    height: 253px;
}

#prev,
#next {
    height: 253px;
    width: 50%;
}

#prev {
    left: -240px;
}

#next {
    right: -240px;
}

#pager {
    margin-left: -235px;
}
    
    #empresa {
    width: 90%;
    margin: 0 auto;
}
    
    #empresa-txt {
    width: 100%;
    }
   
    #produtos-in {
    width: 90%;
}
    
    #rd-out {
    width: 90%;
}
    
    #rd2{
    float: left;
    margin-top: 30px;
}
    
    #cat-frame {
    width: 70%;
    height: 350px;
} 
    
}

/* --------------------------------769-1023------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1023px) {
    
    #menu {
    width: 90%;
}
    
    .menu-bt {
    padding: 23px 17px;
    font-size: 14px;
}
    
    #logo {
    top: -9px;
    width: 151px;
    height: auto;
}
    
    #sub-menu-cole {
    left: 192px;
}
   
    #produtos-in {
    width: 90%;
}
    
    #rd-out {
    width: 90%;
}
    
     #cat-frame {
    width: 70%;
    height: 450px;
} 

    
}

/* --------------------------------1024-1279------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    
  
    
}

/* ------------------------------------1280-------------------------------*/

@media screen and (min-width: 1280px){
    
}