.itens_mobile{display:block !important;}
.itens_main{display:none !important;}
.top-bar{display: none;}
::-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:5% 45px; overflow: auto; z-index: 5}
#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;}

#nav.menu_aberto #logo{width: 120px !important; margin-left: -60px !important; border: none;}
/*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 - - - - */


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

/* - - - NAV - - - */
header nav{
	width: 100%;
    display: grid;
    height: auto;
    line-height: normal;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #555;
    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: 100px;
	padding: 0;
}

#logo_nav img{
	filter: none!important;
	width: 100%!important;
}
header::before{width: 100%;}
header nav a{margin-right: auto;}

header nav a:last-of-type{}

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:  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;}

.header_borda{display: block; width: 100%; height: auto; border: none; margin-top:0; }
.header_borda a{display: block; margin-bottom: 10px; font-size: 20px; line-height: 40px; padding-bottom: 10px; border-bottom: 1px solid #333;}

#contato_nav{
    width: 165px;
    height: 35px;
    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;
}


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

#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: #555;}

#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: #000;}
.unidades#sub1 a{width: 35px; height: 35px; box-sizing: border-box; padding: 12.5%; border-radius: 30px; background-color: #707070;}
.unidades#sub1 a img{width: auto; height: 100%; filter: brightness(0) invert(1);}
/* - - - unidades - - - */

/* - - - - HEADER - - - - */


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

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

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


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

.banner-texto{left: 0%; padding: 20px; background-color: rgba(0, 0, 0, 0.56); width: 80%;}
.banner-texto h3, .banner-texto p{color: #fff;}

#quem_somos{height: auto;}
#quem_somos .image {
	max-width: none;
	width: 90%;
	margin: 0 auto;
	position: relative;
	left: 50%;
	margin-left: -45%;
}
#quem_somostxt{ width: 90%; position: relative;}
#quem_somos h1{font-size: 20px; padding-bottom: 20px;}
#quem_somos a{ margin: auto;}


#servicos {height: 100%;}
#servicos_txt{width: 100%;}

#duvidas_hack{display: block;}
#duvidas_solucao, #duvidas_bloco{width: 90%; height: auto;}
#duvidas_bloco h5{font-size: 20px;  font-style: normal; font-weight: bold;}
#duvidas_bloco h5 span {font-size: 14px; font-weight: bold;}
#duvidas_bloco ul li { width: 95%;}
#duvidas_solucao{padding: 0; border: none;}

#avaliacoes{width: 90%; height: 450px;}
#avaliacoes .owl-dots { margin-top: 20px;}

#blog #artigos {width: 100%; position: relative; margin-left: 0; margin-top: 50px; display: block;}


#blog h2, #blog p, #blog .todos{position: relative;}
#blog{ text-align: center; padding: 20px 0; height: auto; margin-bottom: 0;}
#blog h2{ margin-top: 0;}
#blog p{ margin-top: 50px; width: 90%; margin-bottom: 15px;}
#blog .todos{ padding: 5px 10px; }


/* - - - - BANNER - - - - */

/* - - - - BANNER - - - - */
.bread {height: 160px;}
.way{margin-top: 90px;}

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

/* ------------------------------------------------- SOBRE */
#sobre h1{width: 90%; font-size: 20px;}
#sobre p{position: relative; padding-bottom: 140px; margin: 30px auto;}
#sobre p img{ width: 160px; left: 50%; margin-left: -80px; position: absolute; bottom: 0;}
#sobre img{ width: 90%; }

#banner_sobre li{width:90%; margin-left: 5%; height: 300px; }
#banner_sobre li img{ height: 300px; }
#banner_sobre .owl-dots .active{background-color: #FF0004;}

#sobre ul{display: block; width: 90%;}
#sobre ul li{width: 90%; height: auto; margin-bottom: 50px;}

#setores{ height: auto; background-size: cover;}
#setores ul{width: 90%;}
#setores p{width: 90%;}
#setores ul li{ width: 30%; margin: 0 2%;}


/* ------------------------------------------------- CONTATO */
#contato h1{width: 90%; font-size: 20px;}
#contato .central{display: block;}
#contato #dados, #contato form{width: 90%; padding: 0 5%;}
#contato #dados img{width: 25px;}
#contato #dados p{margin-bottom: 25px; font-size: 13px;}
#contato #dados p b{ font-size: 20px;}

/* ------------------------------------------------- BLOG */
#blog_page h1{font-size: 20px;}


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

#blog_inside #texto_blog h1{
	text-align: center;
	font-size: 27px;
}

#blog_inside #texto_blog {
    width: 90%;
	margin-bottom: 20px;
}
#blog_inside #texto_blog div {
    width: 90%;
}

#blog_inside #texto_blog div img {
    width: 100%;
	height: auto;
}

#blog ul li img{height: 185px;}

#blog ul li{
	width: 85%;
	height: auto
}

#blog ul li p{padding: 10px 15px;}

#blog ul li h2{margin-top: 10px;}

#blog, #blog ul{height: auto;}

#blog ul li p{font-size: 13px;}

#blog ul li a:last-child{margin-bottom: 5px;}

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

.sidebar{width: 95%;}

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

.container{
	width: 95%;
	height: auto;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 30px;
	backdrop-filter:none;
}

.banner-image{height: 250px;}

.container h1{font-size: 26px;}

.container  p{font-size: 16px;}

#video video{width: 90%;}












