<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.itens_mobile{display:block !important;}
.itens_main{display:none !important;}
.content_footer{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: 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 &gt; *{}
.form &gt; *:not(button){font-size: 14px;}

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

.form &gt; * label{top: 12px;}

.form &gt; *:not(:is(button,#aceitar)){max-height: 120px;}
.form &gt; *: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 &gt; *{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 &gt; *: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 &gt; *{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 &gt; *:not(img){position: relative; box-sizing: border-box; margin: 0 auto 0 0;}
#popup2 &gt; *:not(img):nth-child(2){margin: 0 auto 15px;}
#popup2 &gt; *: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 - - - - */
header{height: 145px;}

/* - - - NAV - - - */
header nav{
	    width: 100%;
    display: grid;
    height: auto;
    line-height: normal;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #330A05;
    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.04;
	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: none;
	border-bottom: none;
	width: 100px;
}

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

header nav a{margin-right: auto;}

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

header nav img{
	display: block;
}

header nav &gt; *{
	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  #7B2D00;
	width: 150px;
	text-align: center;
}
header nav &gt; * a{color: #fff; padding-bottom: 0;}
header nav &gt; *:first-child{padding-top: 0; border-top: none;}
header nav &gt; *:nth-last-child{border-bottom: none;}
/*--header nav &gt; *: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 &gt; * img{filter: invert(1); width: 30px; height: auto; position: relative; display: inline-block; vertical-align: middle; margin-right: 5px;}
header nav &gt; *:hover &gt; img{filter: invert(91%) sepia(23%) saturate(783%) hue-rotate(346deg) brightness(88%) contrast(90%);}

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


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

#barra_mobile &gt; *{
    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: #330A05;}

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

.dropdown-content{
	position: relative;
	margin: 10px auto;
	left: auto;
	/* From https://css.glass */
background: rgba(95, 30, 0, 0.27);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(95, 30, 0, 0.3);
	padding: 0px;
	height: max-content;
	min-width: 200px;
}

.dropdown-content a{
	color: #fff;
	
}

/* - - - 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: #330A05; 
    transition: 0.3s;
    text-align: center;
    z-index: 3;
}
.unidades &gt; *{margin: 0;}
.unidades .titulo{color: #FFF; 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: #742920;}

.unidades#sub1{width: 16.6%; flex-direction: column; background: #742920;}
.unidades#sub1 a{width: 35px; height: 35px; box-sizing: border-box; padding: 12.5%; border-radius: 30px; background-color: #330A05;}
.unidades#sub1 a img{width: auto; height: 100%; filter: brightness(0) invert(1);}
/* - - - unidades - - - */

/* - - - - HEADER - - - - */
.top_header{display: none;}

header::after{display: none;}

#logo{
	margin-left: auto;
	width: 145px;
	height: 145px;
	transform: translateX(-50%);
	background-size: contain;
	background-position: center top;
}

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

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

/* - - - - - TEMPLATE - - - - - */
#whats_fixed{display: none;}

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

/* - - - - BANNER - - - - */
#banner{
	height: 500px;
	z-index: 0;
}

#banner li{height: 500px;}

#banner li img{
	height: 500px;
	width: 1000px;
	margin-left: -500px;
}

#text_banner{
	width: 95%;
	top: 37%;
	z-index: 1;
}

#text_banner p{font-size: 25px!important;}

#text_banner section p span{font-size: 40px;}

#text_banner section::after{
	background-size: contain;
	width: 220px;
	height: 60px;
}



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

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

#quadrado{
	background: none;
	height: auto;
}

#quadrado section{
	width: 100%;
	background: none;
	position: relative;
	height: auto;
	left: auto;
	margin: auto;
	transform: none;
	z-index: 1;
}

#quadrado section div{
	position: relative;
	width: 100%;
	height: auto;
	right: auto!important;
	left: auto!important;
	top: auto!important;
	bottom: auto!important;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 25px 10px;
}

#quadrado section div:nth-of-type(2){
	background-color: #551C15;
	margin-bottom: auto;
}

#quadrado section div p{
	font-size: 14px;
	margin-bottom: 15px;
}

#quadrado section div h1 span{font-size: 35px;}

#padaria{
	background: url(../../imagens/bg-baronesa.jpg) no-repeat center center;
	height: 400px;
}

#padaria section h2 span{
	font-size: 27px;
}

#padaria section p{
	width: 95%;
	font-size: 14px;
}

#padaria a{
	margin-left: -22px;
	z-index: 1;
}

#cardapio{
	height: auto;
	margin-bottom: 50px;
}

#cardapio h3{padding-top: 85px;}

#cardapio ul{flex-wrap: wrap;}

#cardapio ul li{
	width: 90%;
	margin-bottom: 40px;
	height: 400px;
}

#cardapio ul li h4{
	font-size: 45px;
	margin-top: -390px;
	z-index: 1;
}

#cardapio ul li p{
	font-size: 15px;
	margin-top: -285px;
}
/* - - - - - INDEX - - - - - */	

/*fale-conosco--------------------------------------------*/
#contatos{
	margin: 30px 0 30px 0;
	width: auto;
	height: auto;
	display: block;
}

#dados {
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

#iframe{display: none;}
/*fale-conosco--------------------------------------------*/


/* - - - - - Sobre - - - - - */	
#galeria ul li{width: 48%;}

#sobre{
	flex-wrap: wrap;
	margin: auto;
}

#sobre h2{
	position: relative;
	left: auto;
	transform: none;
	margin-top: 35px;
	width: 90%;
	font-size: 31px;
}

.sobre_img{width: 95%}

.sobre_img img{transform: none;}

#sobre_texto{width: 95%}

#galeria ul li{
	height: auto;
	margin: auto auto 20px;
}

#galeria ul li img{
	height: auto;
	aspect-ratio: 1/1;
}

#galeria h3{font-size: 45px;}


/* - - - - - Sobre - - - - - */	

/* - - - - - Cardapio - - - - - */	

#categorias_cardapio{
	flex-wrap: wrap;
	top: 0px!important;
	z-index: 1;
	margin-left: auto!important;
}

#categorias_cardapio a{
	width:  calc(100%/3 - 25px);
	margin-bottom: 15px;
	display: inline-block;
}

.sticky{
	border-top: 1px solid #D2D2D2!important;
    border-bottom: 1px solid #D2D2D2!important;
	border-left: none!important;
	border-left: right!important;
	box-shadow: none;
	border-radius: 0px!important;
	padding: 10px 0px!important;
}

.menu-icon{
	display: block;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	background-color: #742920;
	margin: 30px auto;
	padding: 8px 0px 0px 25px;
}

.bar{background-color: #fff;}

.dropdown-menu ul{
background: rgba(116, 41, 32, 0.60);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(68, 110, 92, 0.3);
-webkit-animation: slide-in-fwd-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.dropdown-menu.active {
	display: block!important;
	margin: -30px auto 20px auto;
}

.dropdown-menu ul li a{color: #fff;}


#cardapio_lista{margin-bottom: 175px;}


#big_image{
	width: 90%;
	height: 220px;
}

#cardapio_lista h2{
	width: 90%;
	text-align: center;
	font-size: 35;
	margin: auto auto auto 0px;
}

#cardapio_lista hr{
	width: 85%;
	margin-left: auto;
}

#cardapio_lista #observacao{
	width: 90%;
	text-align: center;
	font-size: 13px;
}

#cardapio_lista ul{width: 90%;}

#cardapio_lista ul li{
	width: 100%;
	margin-bottom: 25px;
	height: auto;
}

#cardapio_lista ul li p{
	text-align: left;
	margin-left: auto;
	width:100%;
}

#cardapio_lista ul li h3{text-align: left;}


/* - - - newsletter - - - */

.newsletter {
    height: auto;
    background: none;
}
.newsletter form.central {
    height: auto;
}
.newsletter form.central &gt; * {
    height: 40px;
    font-size: 12px;
}
.newsletter form.central p {
    line-height: normal;
    height: auto;
    padding: 15px 5%;
    width: 100%;
    background-color: #330A05;
    border-bottom: 1px #8f080a 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 - - - */



/* - - - FOOTER - - - */

footer {z-index: 0;
}
footer .central {
    box-sizing: border-box;
    margin-bottom: 40px;
}
footer:before, footer:after {z-index: 0;
}
footer:before {
    height: auto;
    background: none;
    bottom: auto;
    display: none;
}
footer:after {
    height: 40px;
}
/* - - - Footer - content_footer - - - */

footer .content_footer {
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px 5%;
    margin-bottom: 25px;
}
/* - content_footer - li - */

footer .content_footer li {
    width: 100%;
    border-bottom: 1px #8f080a solid;
    border-right: none;
    margin: 0 auto 15px;
    padding: 0 0 15px;
    text-align: center;
}
footer .content_footer li:last-child {
    border-bottom: none;
    margin: 0 auto;
    padding-bottom: 0;
}
footer .content_footer li &gt; *:not(.title) {
    font-size: 12px;
}
/* logo */

footer .content_footer li .title_footer {
    padding: 0 0 7.5px;
    margin: 0 auto 10px;
    text-align: center;
}
footer .content_footer li .title_footer:after {
    width: 30px;
    height: 2px;
    left: 50%;
    margin-left: -15px;
}
/* logo */



/* footer - block */

footer .content_footer li .block {
    margin-bottom: 10px;
}
footer .content_footer li .block &gt; * {
    font-size: 14px;
}
footer .content_footer li .block .link {
    height: 13px;
    margin-right: 5px;
}
footer .content_footer li .block .link span {
    font-size: 11px;
}
/* header - block */



/* - content_footer - li - */



/* - - - Footer - content_footer - - - */





/* - - - Footer - info_footer - - - */

footer .info_footer {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    box-sizing: border-box;
    padding: 15px 0px;
    background-color: #8f080a;
	z-index: 1;
}
/* - - li - - */

footer .info_footer li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}
footer .info_footer li &gt; *:last-child {
    margin: 0 auto;
}
footer .info_footer li img {
    margin-right: auto;
    height: 35px;
    width: auto;
    margin-bottom: 7.5px;
}
footer .info_footer li p {
    font-size: 14px;
}
footer .info_footer li .titulo {
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 5px;
}
footer .info_footer li .titulo b {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
	color: #330A05;
}
/* - - li - - */



/* - - - Footer - info_footer - - - */



/* - - - Footer - block.redes_footer - - - */

footer .redes_footer {
    height: auto;
    justify-content: center;
    align-content: flex-start;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 10px;
}
footer .redes_footer .titulo {
    font-size: 15px;
    margin-bottom: 10px;
}
footer .redes_footer .link {
    height: 25px;
}
/* - - - Footer - block.redes_footer - - - */



/* - - Footer - assinatura - - */

footer .direitos {
    display: none;
}
footer .assinatura {
    height: 40px;
	z-index: 1;
}
footer .assinatura &gt; * {
    height: 40px;
    line-height: 40px;
}
footer .logo_class {
    width: 100%;
    background-size: 70px;
}
/* - - Footer - assinatura - - */



/* - - - FOOTER - - - */

.back-to-top{display: none!important;}

</pre></body></html>