@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,html,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0 auto;padding:0;border:0;outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}table,table td{padding:0;border:none}img{vertical-align:top}embed{vertical-align:top}a{text-decoration:none}form input,form textarea,form button{resize:none;outline:none}hr{background-color:#000;border:none;width:20px;height:1px}::-webkit-scrollbar{width:7.5px;height:7.5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:10px;border-radius:10px}::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#434343;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(200,200,200,.9)}@media only screen and (max-width:1400px){body{zoom:80%}}@media only screen and (max-width:1050px){body{zoom:70%}}@media only screen and (max-width:767px){body{zoom:100%}}

/* - - - - - GERAL - - - - - */
::root{font-size: 16px;}

.central{
	width: 1200px;
	height: auto;
	position: relative;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

/*fontes*/
body,textarea,input{font-family: 'Poppins', sans-serif;}
/*fontes*/

/*owl-carousel*/

/*owl-nav*/
.owl-nav{width: 100%; height: 0; position: absolute;}
.owl-nav .owl-next,.owl-nav .owl-prev{position: absolute; overflow: hidden; text-indent: -999999px; background-position: center center; background-repeat: no-repeat;}
.owl-nav .owl-next{right: 0;}
.owl-nav .owl-prev{left: 0;}
/*owl-nav*/

/*owl-dots*/
.owl-dots{position: absolute; width: 100%; text-align: center;} 
.owl-dot{display: inline-block; position: relative; width: 6px; height: 6px; margin: 5px; background-color: #fff; cursor: pointer; border-radius: 15px;}
.owl-dot.active{background-color: #2B2B2B;}
/*owl-dots*/

/*owl-carousel*/

/* - - - mensagem - - - */

/*geral*/
.mensagem{width: 100%; min-height: 375px; height: auto; position: relative;}

.mensagem .central{min-height: 375px; height: auto; box-sizing: border-box; padding: 35px 150px; text-align: center; color: #fff;}

.mensagem .imagem{height: auto; position: relative;}
.mensagem .way{width: 100%; height: auto; position: relative; color: #fff; text-transform: uppercase;}
.mensagem .way li{position: relative; display: inline-block; vertical-align: top; padding-right: 10px;}
.mensagem .way li:last-of-type{padding: 0;}
.mensagem .way li:after{content: "/"; position: absolute; right: 0; top: 0;}
.mensagem .way li:last-of-type:after{content: "";}
.mensagem .way li a{color: #fff; transition: 0.3s;}
.mensagem .way li a span{}
.mensagem .way .current{font-size: 35px; font-weight: 500; text-transform: uppercase; position: relative; display: block;}
.mensagem .way .current a{}
.mensagem .way li a:hover{color: #434343;}
.mensagem .titulo{font-size: 35px; font-weight: 500; text-transform: uppercase; position: relative; display: block;}
.mensagem .descricao{font-size: 20px; font-weight: 200; margin-top: 15px;}
.mensagem .busca_enviada{
    width: 350px; 
    height: 45px;
    line-height: 45px;
    margin: 25px auto 0; 
    position: relative; 
    background-color: rgba(255,255,255,0.3); 
    border-width: 1px; 
    border-style: solid;
    overflow: hidden;
    border-radius: 25px;
    box-sizing: border-box;
    padding-right: 40px;
}
.mensagem .busca_enviada input,.mensagem .busca_enviada button{box-sizing: border-box; transition: 0.3s; border: none; background: none;}
.mensagem .busca_enviada input{
    width: 100%; 
    height: 45px; 
    line-height: 45px; 
    position: relative; 
    padding: 0 12.5px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}
.mensagem .busca_enviada input::placeholder{color: #fff; opacity: 1;}
.mensagem .busca_enviada input:-ms-input-placeholder{ color: #fff;}
.mensagem .busca_enviada input::-ms-input-placeholder {color: #fff;}
.mensagem .busca_enviada button{
    border-color: #fff; 
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url("../../imagens/padrao/icon-search-enviada.png") center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.mensagem .busca_enviada button:hover{top: 3px;}
.mensagem .link_out{
    display: block;
	width: 175px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: none;
	border: 1px #fff solid;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
	text-align: center;
	margin: 20px auto 0;
}
.mensagem .link_out:hover{background: #fff;}
/*geral*/

/*enviada*/
#enviada{background-color: #d6a84b;}
#enviada .imagem{width: 150px;}
#enviada .link_out:hover{color: #d6a84b;}
/*enviada*/

/*pagenotfound*/
#pagenotfound{background-color: #d6a84b;}
#pagenotfound .imagem{width: 175px;}
#pagenotfound .link_out:hover{color: #d6a84b;}
/*pagenotfound*/

/*productnotfound*/
#productnotfound{background-color: #004674;}
#productnotfound .imagem{width: 225px;}
#productnotfound .busca_enviada{border-color: #004674;}
#productnotfound .link_out:hover{color: #004674;}
/*productnotfound*/

/* - - - mensagem - - - */

/*form*/
.form{box-sizing: border-box;}
.form p{color: #636363; font-size: 16px; font-weight: 800; margin-bottom: 10px;}
.form input,.form textarea,.form button{
    width: 100%; 
    height: 40px; 
    line-height: 40px; 
    position: relative; 
    display: block;
    box-sizing: border-box;
    transition: 0.3s;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
}
.form input,.form textarea{box-sizing: border-box; padding: 0 7.5px; background-color: #F3F3F3; border-color: #F3F3F3;}
.form input:focus,.form textarea:focus{color: #D6A84C; border-color: #D6A84C;}
.form textarea{height: 150px;}
.form button{cursor: pointer; border-color: #D6A84C; background-color: #D6A84C; color: #fff; font-size: 18px; border-radius: 25px; margin-left: auto; margin-right: auto;}
.form button:hover{background-color: #4B3200; border-color: #4B3200;}
/*form*/

/*breadcrumb*/
.breadcrumb{
    width: 100%;
    height: 220px;
    position: relative;
    box-sizing: border-box;
    padding: 65px 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
}

.breadcrumb ol{width: 100%; height: auto; position: relative; color: #fff; text-transform: uppercase;}
.breadcrumb ol li{position: relative; display: inline-block; vertical-align: top; box-sizing: border-box; padding: 0 35px 0 0;}
.breadcrumb ol li:after{content: ">"; position: absolute; right: 10px; top: 0;}
.breadcrumb ol li:last-of-type{padding: 0;}
.breadcrumb ol li:last-of-type:after{content: "";}
.breadcrumb ol li a{color: #fff; transition: 0.3s;}
.breadcrumb ol li a:hover{color: #707070;}

.breadcrumb .titulo{font-size: 32px; margin-bottom: 20px; position: relative; box-sizing: border-box; text-transform: uppercase;}
/*breadcrumb*/

/* - - - TEMPLATE - - - */

/*logo*/
.logo{height: auto; position: absolute; object-fit: cover; display: block;}
.logo img{width: 100%; height: auto; position: relative;}
/*logo*/

/*nav*/
.nav{width: 100%; height: auto; position: absolute; display: block; box-sizing: border-box; padding: 30px 0 0 0; border-top: 1px #CFCFCF solid; text-align: center;}
.nav a{
    display: inline-block; 
    position: relative; 
    color: #CFCFCF;
    font-size: 16px;
    font-weight: 700;
    margin: 0 50px 0 0;
    text-transform: uppercase;
    transition: 0.3s;
}
.nav a:last-of-type{margin: 0;}
.nav a:hover{color: #D6A84C;}
/*nav*/

/* - - - TEMPLATE - - - */

/*title*/
.title{
    font-size: 30px; 
    font-weight: bold; 
    text-transform: uppercase; 
    position: relative; 
    display: block; 
    box-sizing: border-box; 
    padding-left: 50px; 
    margin-left: auto; 
    margin-right: auto;
    width: 390px;
    color: #707070;
}
.title:after{
    content: ""; 
    background-image: url("../../imagens/detail-title.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px; 
    height: 10px; 
    position: absolute; 
    left: 0; 
    top: 0; 
    bottom: 0; 
    margin: auto; 
}
/*title*/

/*bg_geral*/
.bg_geral{
    background-image: url("../../imagens/bg-detalhes.png");
    background-size: 1920px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
/*bg_geral*/

/*a_fixed*/
.a_fixed{position:fixed; right:125px; bottom: 50px; width:0; height:0; object-fit:cover; cursor:pointer; z-index:1; transition:0.3s;}
.a_on{width: 60px; height: 60px;}
.a_fixed img{width:100%; height:100%; position:relative;}
/*a_fixed*/

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