.itens_mobile{display:block !important;}
.itens_main{display:none !important;}

::-webkit-scrollbar {width: 5px; height: 5px;}

.about-unigran{display: none;}

/* - - - - - GERAL - - - - - */
.centralizer{position: relative; width: 100%;}

/*hover_menu*/
#hover_menu{position: relative; transition: 0.3s; margin-left: 0; width: 100vw;}
/*hover_menu*/

/* - - - mensagem - - - */

/*geral*/
.mensagem{height: auto;}

.mensagem .central{height: auto; padding: 25px 5%;}

.mensagem .imagem{width: 100px;}
.mensagem .way li a{color: #fff; transition: 0.3s;}
.mensagem .way li a span{}
.mensagem .way .current{font-size: 20px;}
.mensagem .way li a:hover{color: #000;}
.mensagem .titulo{font-size: 20px;}
.mensagem .descricao{font-size: 15px;}
.mensagem .busca_enviada{
    width: 250px; 
    margin: 15px auto 0; 
}
.mensagem .busca_enviada input{font-size: 14px;}
.mensagem .link_out{
	width: 125px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
/*geral*/

/* - - - mensagem - - - */

.right-none {margin-right: auto !important;}

/*Title-page*/
.title-page {
	height: auto;
	background: #1d1105;
    background: -moz-linear-gradient(top, #1d1105 0%, #cd994d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1d1105), color-stop(100%, #cd994d));
    background: -webkit-linear-gradient(top, #1d1105 0%, #cd994d 100%);
    background: -o-linear-gradient(top, #1d1105 0%, #cd994d 100%);
    background: -ms-linear-gradient(top, #1d1105 0%, #cd994d 100%);
    background: linear-gradient(to bottom, #1d1105 0%, #cd994d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1105', endColorstr='#cd994d', GradientType=0 );
    box-sizing: border-box;
    padding: 15px 5%;
    text-align: center;
}

.title-page h1 {
    font: 20px Open Sans;
    padding: 0;
    position: relative;
}

.title-page p {
    float: none;
    font: 13px Open Sans;
    letter-spacing: normal;
    margin: 12.5px 0 0 0;
}

/* - - - - - GERAL - - - - - */


/* - - - - - TEMPLATE - - - - - */

/* - - - HEADER - - - */
.info-header,.btn-location{display: none;}

header {
	height: 120px;
	background: none;
    box-sizing: border-box;
    border-top: 10px #2a2112 solid;
    z-index: 500;
}

/*Logo*/
.logo {
	width: 80px;
	height: auto;
	position: absolute;
	z-index: 2;
    top: 5px;
	left: 50%;
	margin: 0 0 0 -40px;
    object-fit: cover;
}
.logo img{width: 100%; height: auto; position: relative;}


	
/*nav_header*/
#nav_header{overflow: hidden; box-sizing: border-box; padding: 70px 15px 0; width: 70px; height: 70px; position: absolute; right: 0; top: 0; margin: 0; transition: 0.4s; text-align: center;}
#nav_header #menu_mobile{width: 70px; height: 70px; overflow: hidden; position: absolute; top: 0; right: 0; background: url("../imagens/mobile/menu-mobile.png") center center no-repeat;}
#nav_header a{font-size: 20px; color: #fff; float: none; display: block; margin: 0 0 5.5px 0; padding: 0; background: none; text-transform: uppercase;}
#nav_header .small{font-size: 16px; margin-bottom: 2.5px; color: #D4B074;}
/*nav_header*/

/*localizacao_mobile*/
#localizacao_mobile{
	width:100%;
	height:50px;
	position:fixed;
	display:block;
	bottom:0;
	text-align:center;
	z-index:2;
    background: #f7be7e;
background: -moz-linear-gradient(top, #f7be7e 0%, #da892c 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7be7e), color-stop(100%, #da892c));
background: -webkit-linear-gradient(top, #f7be7e 0%, #da892c 100%);
background: -o-linear-gradient(top, #f7be7e 0%, #da892c 100%);
background: -ms-linear-gradient(top, #f7be7e 0%, #da892c 100%);
background: linear-gradient(to bottom, #f7be7e 0%, #da892c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7be7e', endColorstr='#da892c', GradientType=0 );
    clear: both;
}		
#localizacao_mobile a{
	width:33.33%;
	color:#fff;
	line-height: 25px;
    margin: 12.5px 0;
	font-size:0.9em;
	float: left;
	z-index:2;
    position: relative;
    display: block;
    border-right: 1px #2a2112 solid;
    box-sizing: border-box;
}
#localizacao_mobile a:last-of-type{border: none;}	
#localizacao_mobile a img{
	height:25px;
	width:auto;
}	
/*localizacao_mobile*/


/* - - - HEADER - - - */

/* - - - FOOTER - - - */
.menu-footer,.assinatura p{display: none;}

footer{height: auto; background: none; box-sizing: border-box; background-color: #F8F8F8; border-top: 10px #d99242 solid; padding: 0 0 50px;}


/*Logo-footer*/
.logo-footer {
	width: 80px;
	height: auto;
	position: relative;
	z-index: 2;
    top: 5px;
	left: 50%;
	margin: 0 0 25px -40px;
    object-fit: cover;
}
.logo-footer img{width: 100%; height: auto; position: relative;}

/*Info-footer*/
.info-footer {
	width: 100%;
    box-sizing: border-box;
	padding: 0 5%;
    margin: 10px 0 0 0;
}
.info-footer img{display: none;} 
.info-footer h2,.info-footer p,.info-footer h3 {font: 16px Open Sans; display: block; margin: 0 0 7.5px;}
.info-footer h2 font{font-size: 16px !important;}



/*Assinatura*/
.assinatura {
	width:100%;
	height: 35px;
	margin: 15px 0 0 0;
    background-color: #1c1c1b;
}

a.class {
	width: 100%;
	background:url(../imagens/class.png) center center no-repeat;
	height: 35px;
	float: none;
}
					

/* - - - FOOTER - - - */

/* - - - - - TEMPLATE - - - - - */

/* - - - - - INDEX - - - - - */	

/* - - - BANNER - - - */

#banner{height: 200px;}	

#banner:hover a#anterior,#banner a#anterior{left: 15px !important;}
#banner:hover a#proximo,#banner a#proximo{right: 15px !important;}

.paginacao {
    width: 100%;
    height: 50px;
    bottom: auto;
    top: 75px
}
a#anterior,a#proximo{background-size: 100%; width: 25px; height: 50px;}
#banner ul{height: 200px;}
#banner ul li{height: 200px; min-height: 200px;}
#banner ul li img {
	width: 937.5px;
	height: 200px;
	margin-left: -468.75px;
}
.overlay-banner {top:0;}

/* - - - BANNER - - - */

/*produtos*/

/*produtos*/
.list-produtos{
	width: 100%;
	height: auto;
	left: 0;
	padding: 10px;
	margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.list-produtos ul {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    float: none;
}

.list-produtos ul li {
    width: 100%;
    max-width: 350px;
    height: auto;
    position: relative;
    float: none;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px;
}

			
.title-list-produto {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 15px 5%;
    text-align: center;
}

.title-list-produto h2 {
    font: 20px Open Sans;
    letter-spacing: 1px;
    margin: 0;
    line-height: normal;
}
			    
.title-black {
    background: url(../imagens/title-produto-black.jpg) no-repeat center top;
    color: #fff;
}
.title-gold {
    background: url(../imagens/title-produto-gold.jpg) no-repeat center top;
    color: #000;
}
			
.info-list-produto {
    width: 100%;
    height: auto;
    position: relative;
    background: rgba(0,0,0, 0.4);
    top: auto;
}	

.info-list-produto p {
    text-align: center;
    font: 15px Open Sans;
    color: #fff;
    font-weight: 300;
    padding: 15px 5%;
}
.list-produtos ul li:hover .info-list-produto {
    top: auto !important;
}				
   
/* - - - - - INDEX - - - - - */

/* - - - - - CONTATO - - - - - */
.info-contato,.map{display: none;}

.title-form-contato {
	width: 100%;
	padding: 15px 5%;
    box-sizing: border-box;
}

.title-form-contato h2 {
    font: 20px Open Sans;
    letter-spacing: -1px;
    line-height: normal;
}	
	

/*form-contato*/
.form-contato {
	width: 100%;
	height: auto;
	float: none;
	z-index: 2;
	background: #4b3e30;
	clear: both;
}
	
.content-contato {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    box-sizing: border-box;
    padding: 25px 5%;
}

.content-contato input,.select{
    padding: 0 5px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    float: none;
    border: none;
    width: 100%;
    margin: 0 0 10px;
}

.content-contato textarea {
    padding: 0 5px;
    float: none;
    border: 1px solid #a09685;
    width: 100%;
    height: 175px;
    line-height: 40px;
    margin: 0;
    box-sizing: border-box;
}

.content-contato button{
    width: 223px;
    height: 56px;
    float: none;
    background: url(../imagens/btn-send-mensagem-contato.png) no-repeat center top;
    outline: none;
    border: none;
    margin: 10px auto 0;
    display: block;
}

/* - - - - - CONTATO - - - - - */


/* - - - - - PRODUTO INSIDE - - - - - */

/*sub-header-produto*/	
.sub-header-produto {display: none;}

/*Content-produto*/
.content-produto {
	width: 100%;
	float: none;
	z-index: 2;
	margin: 0;
    padding: 10px 5%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.content-produto img{width: 100%; height: auto; position: relative; max-width: 320px;}

.content-produto p {
    font: 15px Open Sans;
    line-height: normal;
    padding: 10px 0;
    text-align: center;
}

.content-produto span {
    width: 100%;
    float: none;
    line-height: normal;
    padding: 0;
    margin: 0;
}


.tabela-cores {
	width: 100%;
	float: none;
	margin: 0;
}

.tabela-cores span {
    width: 100%;
    height: 0;
}

.tabela-cores span h2 {
    font: 22.5px Open Sans;
    margin: 10px 0;
    padding: 0;
    float: none;
    text-align: center;
}

.tabela-cores ul {
    width: 100%;
    height: 100%;
    float: none;
    list-style: none;
}

.tabela-cores ul li {
    width: 40px;
    height: 40px;
    float: none;
    margin: 0 0 10px;
    display: inline-block;
}

.tabela-cores ul li img {
    position: absolute;
    z-index: 1;
    left: 0;
}
.tabela-cores ul li p {display: none;}

/* - - - - - PRODUTO INSIDE - - - - - */

/* - - - - - EMPRESA - - - - - */
.form-contato-page,.transparencia{display: none;}

.content-empresa {
	width: 100%;
	float: none;
	margin: 0;
}	
.content-empresa img{width: 100%; height: auto; position: relative; max-width: 320px;}

.content-empresa p {
    width: 100%;
    float: none;
    text-align: center;
    font: 15px Open Sans;
    line-height: normal;
    padding: 15px 5%;
    box-sizing: border-box;
}

.galeria-empresa{
    width: 100%;
    height: auto;
    float: none;
}
		
.galeria-empresa ul{
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
}
		
.galeria-empresa ul li{
    width: 135px;
    height: 90px;
    float: none;
    margin: 0 5px 5px;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}
.galeria-empresa ul li a img{width: 100%; height: 100%; position: relative; max-width: none;}

			
.img-central-produtos{
	width: 100%;
	height: auto;
	float: none!important;
}

/* - - - - - EMPRESA - - - - - */

#cookies__text{width: 90%;}
/* - - popup - - */
#popup2{
    z-index: 3;
    width: 90%;
    height: auto;
    position: fixed;
    left: 5%;
    bottom: 65px;
    margin-left: auto;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#popup2 > *:not(img){position: relative; box-sizing: border-box; margin: 0 auto 0 0;}
#popup2 > *:not(img):nth-child(2){margin: 0 auto 15px;}
#popup2 > *:not(img):last-child{margin: 0 auto;}

#popup2 .titulo{text-align: center; font-size: 14px; text-transform: uppercase; color: #fff; width: 100%; margin-bottom: 10px;}
#popup2 .descricao{font-size: 11px; line-height: normal; color: #ececec; text-align: center; width: 100%;}
#popup2 .descricao a{transition: 0.3s; text-decoration: underline; font-weight: bold; color: #fff; display: block;}
#popup2 .descricao a:hover{color: #D8D8D8;}

#popup2 .link{
	background-color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	transition: 0.3s;
}
#popup2 .link:hover{}
/* - - popup - - */

.bread{
	height: 310px;
	margin-top: -1px;
}

.bread h1{
	width: 95%;
	font-size: 20px;
}


.bread div{padding-top: 105px;}

.bread h1 span{font-size: 26px;}

