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

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

/* - - - - - GERAL - - - - - */
.central{position: relative; width: 100%; left: 0; margin-left: 0;}

/*menu_aberto*/
#nav.menu_aberto{height: 100%; padding: 0 5% 45px; overflow: auto;}
#sub1.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub2.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub3.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub4.menu_aberto{height: 25%; padding: 0 5% 45px;}
/*menu_aberto*/

/*menu_fechado*/
#nav.menu_fechado{height: 0; padding: 0; overflow: hidden;}
#sub1.menu_fechado{height: 0; padding: 0;}
#sub2.menu_fechado{height: 0; padding: 0;}
#sub3.menu_fechado{height: 0; padding: 0;}
#sub4.menu_fechado{height: 0; padding: 0;}
/*menu_fechado*/

/* - - - 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 - - - */


/* - - - - FORM - - - - */

/* - - - padrao - - - */
.form{}
.form > *{}
.form > *:not(button){font-size: 14px;}

.form > * p{font-size: 14px;}

.form > * label{top: 12px;}

.form > *:not(:is(button,#aceitar)){max-height: 120px;}
.form > *:not(:is(button,#aceitar)).inline{width: 100%;}

.form input,.form select{height: 40px; line-height: 40px; padding: 0 7.5px;}

.form textarea{height: 120px; padding: 7.5px; margin-bottom: 10px;}

.form #aceitar{width: 160px;}
/* - - - padrao - - - */

/* - - - - FORM - - - - */
/* - - Footer - assinatura - - */
footer .direitos{display: none;}

footer .assinatura{height: 40px;}
footer .assinatura > *{height: 40px; line-height: 40px;}
footer .logo_class{width: 100%; background-size: 70px;}
/* - - Footer - assinatura - - */

/* - - - - FORMULARIO - - - - */

/* - - - PADRAO - - - */
.formulario{width: 100%; padding: 10px;}
.formulario > *{margin: 0 auto 10px;}

.formulario .titulo{font-size: 18px; line-height: normal; margin-bottom: 20px;}
.formulario .titulo span{font-size: 22px;}
.formulario .descricao{line-height: normal;}
/* - - - PADRAO - - - */

/* - - - BIG - - - */
.formulario.big{width: 100%; margin: 0 auto 35px; box-sizing: border-box;}

.formulario.big .form > *:not(:is(button,#aceitar)){max-height: 180px;}
.formulario.big .form textarea{height: 180px;}
/* - - - BIG - - - */

/* - - - ALT - - - */
.formulario.alt{position: relative; top: auto;}
/* - - - ALT - - - */

/* - - - - FORMULARIO - - - - */

/* - - - - WHATS - - - - */
.whats{
    width: 230px; 
    height: 60px; 
    margin: -40px auto 20px; 
}
.whats > *{margin: 0 7.5px;}
.whats img{height: 30px !important;}
.whats p{font-size: 22px; line-height: 18px;}
.whats p span{font-size: 18px; letter-spacing: 0.5px;}
/* - - - - WHATS - - - - */

/* - - - - WAY - - - - */
.way{font-size: 12px;}
.way li{padding: 0 10px 0 0;}
/* - - - - WAY - - - - */

/* - - 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 - - */

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


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

/* - - - - HEADER - - - - */
.bread{background-size: auto;}

header div:nth-of-type(2){
	height: 200px;
	display: block;
}

header form{
	width: 90%;
	position: absolute;
	margin: 120px auto auto;
	left: 50%;
	transform: translateX(-50%);
}


#logo{
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
}

#logo_nav img{
	filter: none!important;
	width: 100%!important;
}

/* - - - NAV - - - */
header nav{
	width: 100%;
    display: grid;
    height: auto;
    line-height: normal;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #091B4C;
    border: none;
    transition: 0.3s;
    margin: auto auto 10px auto;
    position: fixed;
    border-top: none;
    justify-content: center;
    bottom: 0;
    top: auto;
    text-align: center;
    left: 0;
    right: auto;
    z-index: 3;
    align-content: center;
}

header nav::after{
	content: '';
	background: url("../../imagens/padaria.png") no-repeat center right;
	width: 475px;
	height: 100vh;
	opacity: 0.1;
	filter: invert(1);
	position: absolute;
	top: 0%;
	right: 0%;
	background-size: cover;
	pointer-events: none;
}

header nav a::before{
	content: '';
	background: url("../../imagens/sun.png") no-repeat center center;
	width: 55px;
	height: 55px;
	position: absolute;
	background-size: contain;
	margin: -20px auto auto -62px;
	filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(3329%) hue-rotate(175deg) brightness(100%) contrast(103%);
	display: none;
}

#logo_nav{
	display: block;
	filter: invert(1);
	border-bottom: none;
	width: 150px;
	padding: 0;
}

#logo_nav img{
	filter: none!important;
	width: 100%!important;
}

header nav a{margin-right: auto;}

header nav a:last-of-type{border-bottom: none;}

header nav img{
	display: block;
}

header nav > *{
	margin: 0 auto; 
	height: auto;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #fff!important; 
	padding: 25px 0; 
	border: none;
	border-bottom: 1px solid #1B3266;
	width: 150px;
	text-align: center;
}
header nav > * a{color: #fff; padding-bottom: 0;}
header nav > *:first-child{padding-top: 0; border-top: none;}
header nav > *:nth-last-child{border-bottom: none;}
/*--header nav > *:last-child{
	height: auto; 
	font-size: 18px;
	border: none;
	line-height: normal; 
	padding: 10px 10px; 
	border-radius: 15px;
	margin-top: 25px;
	background-color: #000;
} */


header nav > * img{filter: invert(1); width: 30px; height: auto; position: relative; display: inline-block; vertical-align: middle; margin-right: 5px;}
header nav > *:hover > img{filter: invert(91%) sepia(23%) saturate(783%) hue-rotate(346deg) brightness(88%) contrast(90%);}

header nav > * .box{display: block; position: relative; width: 100%; top: auto; left: auto; padding: 0; background: none; text-align: center; margin: 20px auto 0;}
header nav > * .box a{
	width: 100%; 
	display: block; 
	position: relative; 
	color: #7BBDFF;
	padding: 0;
	margin-bottom: 7.5px;
	border: none;
}
header nav > * .box a:first-child{padding-top: 0; border-top: none;}
header nav > * .box a:last-child{padding-bottom: 0; border-bottom: none; margin-bottom: 0;}

#contato_nav{
    width: 195px;
    height: 40px;
    background-color: #516CB7;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-right: auto;
    text-transform: uppercase;
	margin-top: 15px;
}

header nav a:last-of-type(2){border-bottom: none;}

header nav a:nth-of-type(3), header nav ul{display: block}

header nav ul li a{
	color: #516CB7;
	font-size: 16px;
}

header nav ul li{margin-bottom: 10px;}


/* - - - barra_mobile - - - */
#barra_mobile{
    width: 100%;
	height: 45px; 
	position: fixed;
	display: block;
	bottom: 0;
	text-align: center;
	z-index: 4;
    background-color: #516CB7;
}

#barra_mobile > *{
    display: inline-block; 
    vertical-align: top;
	position: relative;
    box-sizing: border-box; 
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(100% / 5); 
    height: 45px;
}
#barra_mobile #menu_mobile{background-color: #091B4C;}

#barra_mobile #menu_mobile span{top: 50%; left: 50%; width: 22px; position: absolute; transition: all .3s ease-in-out;}
#barra_mobile #menu_mobile span:before,#barra_mobile #menu_mobile span:after{content: ""; width: 100%; display: block; position: absolute; left: 0; transition: all .3s ease-in-out;}

#barra_mobile #menu_mobile.open span{height: 20px; margin: -2px 0 0 -11px;}
#barra_mobile #menu_mobile.open span:before,#barra_mobile #menu_mobile.open span:after{background-color: #fff; width: 100%; height: 3px;}
#barra_mobile #menu_mobile.open span:before{top: -4px; transform: translateY(200%) rotate(-45deg);}
#barra_mobile #menu_mobile.open span:after{top: -4px; transform: translateY(200%) rotate(45deg);}

#barra_mobile #menu_mobile.closed span{margin: -1.5px 0 0 -11px;}
#barra_mobile #menu_mobile.closed span,#barra_mobile #menu_mobile.closed span:before,#barra_mobile #menu_mobile.closed span:after{    
	background-color: #fff;
    border-radius: 10px;
    height: 3px;	
}
#barra_mobile #menu_mobile.closed span:before{top: -9px;}
#barra_mobile #menu_mobile.closed span:after{bottom: -9px;}

#barra_mobile > *:after{content: ""; display: block; position: absolute; right: 0; top: 50%; margin-top: -10px; width: 1px; height: 20px; background-color: #fff;}	
#barra_mobile > *:nth-last-child(-n+2):after{content: none;}	
#barra_mobile > * img{height: 25px; width: auto; margin: 10px 0; filter: brightness(0) invert(1);}	
/* - - - barra_mobile - - - */

/* - - - unidades - - - */
.unidades{
    width: 100vw; 
    position: fixed; 
    bottom: 0;
    display: flex !important;
    flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	left: 0;
    overflow: hidden;
    box-sizing: border-box; 
    background-color: #707070; 
    transition: 0.3s;
    text-align: center;
    z-index: 3;
}
.unidades > *{margin: 0;}
.unidades .titulo{color: #000; font-size: 16px; text-transform: uppercase; font-weight: bold; width: 100%;}
.unidades a{color: #fff; font-size: 16px; text-transform: uppercase; font-weight: bold; border-radius: 10px; width: 135px; height: 35px; line-height: 35px; position: relative; margin: 0 0 5px; background-color: #000;}

.unidades#sub1{width: 16.6%; flex-direction: column; background: #516CB7;}
.unidades#sub1 a{width: 35px; height: 35px; box-sizing: border-box; padding: 12.5%; border-radius: 30px; background-color: #000;display: flex;
align-items: center;}
.unidades#sub1 a img{width: 80%; height: 80%; filter: brightness(0) invert(1);}
/* - - - unidades - - - */
/* - - - - NEWSLETTER - - - - */
.newsletter{height: auto; background: none;z-index: 0;}
.newsletter form.central{height: auto;}

.newsletter form.central > *{height: 40px; font-size: 12px;}

.newsletter form.central p{line-height: normal; height: auto; padding: 15px 5%; width: 100%; background-color: #051F31; border-bottom: 1px #006BAC solid;}
.newsletter form.central p img{height: 17px; margin-right: 10px; display: none;}

.newsletter form.central input{width: 70%; padding: 0 15px;}
.newsletter form.central button{width: 30%; font-size: 10px;}
/* - - - - NEWSLETTER - - - - */
/* - - - - HEADER - - - - */
#top_header{display: none;}

/* - - - - FOOTER - - - - */

footer{margin-bottom: 44px;}

#main_footer{display: none;}

#logo_footer{position: relative;}

#top_footer ul, #top_footer p{display: none;}
/* - - - - FOOTER - - - - */

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


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

/* - - - - BANNER - - - - */
.bread h1{font-size: 25px;}
/* - - - - BANNER - - - - */

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

#categorias{display: none;}

#categoria_home{
	width: 95%;
	height: auto;
	text-align: center;
	margin-top: 60px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);
}

#big_image{
	width: 100%;
	position: relative;
	margin: auto;
	display: block;
}

#categoria_home section{
	position: relative;
	width: 90%;
	left: auto;
	margin-top: -125px;
	padding: 15px;
}

#categoria_home section h1{margin-bottom: 10px;}

#categoria_home section img {
    width: 25px;
    height: 25px;
    margin: 5px auto auto -70px;
    transform: rotate(90deg);
	display: none;
}

#categoria_home ul{
	position: relative;
	bottom: 0;
	margin: 10px auto 35px auto;
}


#categoria_home ul li img{width: 100%;}

.produtos ul li{
	width: 48%;
	height: 345px;
}

.produtos ul li img{width: 90%}


.produtos ul li p:nth-of-type(2){font-size: 13px;}

.produtos ul li p:last-of-type{font-size: 12px;}


#parceiros section{width: 100%;}

#sub_banners{flex-wrap: wrap}

#sub_banners img{
	width: 90%;
	margin-bottom: 5px;
	height: 265px;
}
#faixa{height: 75px;}

#faixa .owl-dots{display: none;}

#faixa ul li img{
	width:20px;
	height:20px;
}

#faixa ul li p{
	font-size:15px;
	margin-left: 0px;
}

.faixa_mobile{display: block!important;}
/* - - - - - INDEX - - - - - */

/* - - - - - Sobre - - - - - */
#sobre_titulo{flex-wrap: wrap;}

#sobre_titulo h2, #sobre_titulo p{width: 95%;}

#sobre_titulo h2{
	font-size: 25px;
	margin-bottom: 20px;
}

#sobre div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#sobre img:first-of-type{
	position: relative;
	left: auto;
	margin: auto;
	width: 100%;
	height: 350px;
	order: 1;
	border-radius: 0;
}

#sobre{
	height: auto;
	padding-bottom: 210px;
}

#sobre::before{display: none;}

#sobre section{
	position: relative;
	width:90%;
	margin: -120px auto auto;
	order: 2;
	height: auto;
}

#sobre img:last-of-type{
	margin: auto;
	left: 50%;
    transform: translateX(-50%);
    bottom: -165px;
    z-index: 2;
	box-shadow: 0px 9px 30px 0px rgba(9,27,76,1);
}
/* - - - - - Sobre - - - - - */

/* - - - - - Produto Inside - - - - - */

#produto{flex-wrap: wrap;}

#produto_conteudo, #produto_img{width: 95%;}


#produto_img{
	position: relative;
	height: auto
}

#produto_img img{
	height: 315px;
	margin-bottom: 15px;
}

#produto_img ul{margin-top: 45px;}

#produto_conteudo{
	margin-top: 35px;
	text-align: center
}

#botao_download{margin-left: auto;}

#prod_inside_flex{
	flex-wrap: wrap;
	margin-top: 70px;
}

#ficha_tecnica, #form_equip{width: 95%;}

#ficha_tecnica{
	margin-bottom: 35px;
	box-sizing: border-box;
	padding: 0 15px 0px 15px;
}
/* - - - - - Produto Inside - - - - - */


/* - - - - - Fale Conosco - - - - - */
#contato{
	margin: 35px auto;
	flex-wrap: wrap;
}

#contato_info{
	width: 95%;
	display: none;
}

#contato_info h2{padding-top: 40px;}

#form{
	width: 100%;
	height: auto;
}

#mapa{
	margin: auto;
	height: auto;
	background: none;
	background-color: #0b1c47;
	text-align: center;
	padding-bottom: 25px;
}

#mapa p{
	position: relative;
	right: auto;
	top: auto;
	font-size: 19px;
	padding-top: 25px;
}

#mapa iframe{margin-top: 30px;}

/* - - - - - Fale Conosco - - - - - */

#produto_conteudo h1{font-size: 23px;}

#contato_info p{display: none;}
/* - - - - - Fale Conosco - - - - - */

/* - - - - - Blog - - - - - */
#blog ul li{
	width: 80%;
	border-radius: 20px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

#blog ul li p{height: 150px;}

#blog ul li a:last-child{margin-top: 10px;}
/* - - - - - Blog - - - - - */

/*BLOG-INSIDE*/
#blog_inside{display: block;}

#blog_inside #texto_blog {
    width: 90%;
}
#blog_inside #texto_blog div {
    width: 90%;
}

#blog_inside #texto_blog div img {
    width: 100%;
	height: 250px;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bg__sobre h1{font-size: 40px;}

.sidebar{width: 95%;}

.sidebar .blog_rel .bloco .linkout{display: block;} 

.sidebar .share{margin: 30px auto;}

#certificacoes ul{flex-wrap: wrap;}

#certificacoes ul li{
	width: 90%;
	margin-bottom: 40px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 40px;
	height: auto;
}

#certificacoes ul li p{font-size: 15px;}

#certificacoes h2 span{font-size: 25px;}

#certificacoes h2 {font-size: 35px;}

#blog_home ul{flex-wrap: wrap;}

#blog_home ul li{
	width: 95%;
	height: 600px;
	margin-bottom: 25px;
}

#blog_home p:first-of-type{
	font-size: 25px;
	padding-top: 60px;
}

#blog_home p:first-of-type b{font-size: 35px;}

#blog_home p:first-of-type span{font-size: 22px;}
