html{ height:100%; overflow-x: hidden; max-width: 1920px; display: block; margin: 0 auto;}

a:hover{text-decoration: none;}

body{
  width:100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  position: relative;
  scroll-behavior: smooth;
}

#cookie-banner {
	width:100%;
	display:;
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	background: #fff;
	color: #000;
}

#cookie-banner .box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	height:140px;
}

#cookie-banner .box a{
	font-weight:500;
	color:#000;
	text-decoration:none;
}

#cookie-banner .box a:hover{
	text-decoration:underline;
}

#cookie-banner .box .texto{
	width: 70%;
}

#cookie-banner .box .botoes{
	width: 30%;
	text-align: center;
}

#cookie-banner .box .botoes button{
	display:block;
	padding:10px 0;
	margin:5px auto;
	width:170px;
	font-weight:800;
	font-size:0.8em;
	text-align:center;
	background:#fff;
	border:1px solid #e0e0e0;
	text-transform:uppercase;
	color:#333;
}

#cookie-banner .box .botoes #accept-cookies:hover{
	background:#000;
	color:#fff;
}
#cookie-banner .box .botoes #decline-cookies:hover{
	background:#FF0000;
	color:#fff;
}

#privacyModal{
	display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:1000;
}

#privacyModal .box{
	max-width:778px;
	width:90%;
	height:90%;
	margin:3% auto;
	padding:3%!important;
	background:#FFF6C7!important;
	color:#A25319!important;
	position:relative!important;
}

#privacyModal .texto{
	width:100%;
	height:100%;
	overflow-y:auto;
}

#privacyModal button{
    color: #000 !important;
    background: #e0e0e0 !important;
    border: 0;!important;
    position: absolute !important;
    top: -25px !important;
    right: -25px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex;!important;
    align-items: center;!important;
    justify-content: center;!important;
    text-align: center;!important;
    cursor: pointer;!important;
    font-size: 1.2rem;!important;
    font-weight: 700;!important;
    z-index: 9;!important;
}

#privacyModal h1{
	font-size:1.6rem;
}

#privacyModal h2{
	font-size:1.2rem;
}

#aviso{
	position:fixed;
	top:0;
	z-index:9999999999999;
	width:100%;
	height:100%;
	overflow-y: auto!important;
	text-align:center;
	background:rgba(0,0,0,0.95);
	/*display:none!important;*/
	align-items:center;
	justify-content:center;
}

#aviso img{
	max-width:100%;
	max-height:650px;
	height: auto;
	display:inline-block;
	margin:90px auto 0 auto;
	padding:30px 0 30px 0;
}

#aviso h1{
	background: #ff7700;
    color: #fff;
    border-radius: 15px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:90px;
	right:0;
	left:0;
	width:200px;
	margin:auto;
	cursor:pointer;
	padding:10px 15px;
}

#aviso_.modal.open{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99!important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#aviso_.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(208,156,89,0.1);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .0rem;
    outline: 0;
}

#aviso_.modal-content button{
  position: absolute;
  bottom: 0;
  right:0;
  color: #fff!important;
  z-index:9999999999999999;
  font-size:20px;
  font-weight: bold;
}

#aviso_.modal-dialog {
    position: relative;
    max-width: 1170px;
    margin:90px auto 0 auto;
    pointer-events: none;
}

#aviso_.modal-content img{
  max-width:100%;
}

#topo{
	display:block!important;
  height: 220px;
  position:relative;
  width: 100%;
  background:#FFF6C7;
}

#topo .slogan{
	color:#D52027;
	position:absolute;
	font-weight:900;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
	z-index: 9;
	text-align:center;
	font-size:1.6rem;
}

#topo .menu{
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index: 99;
	position: fixed;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	background:#D52027;
	height:140px;
	max-width:1320px;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 1rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.8rem;
    --bs-dropdown-color: #FFF6C7;
    --bs-dropdown-bg: #AE1218!important;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #FFF6C7;
    --bs-dropdown-link-hover-color: #FFF6C7;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: #FFF6C7;
    --bs-dropdown-link-active-bg:#FFF6C7;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #FFF6C7;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: 0.8rem;
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
	text-transform:uppercase;
}

.dropdown-menu a{
	font-weight:300!important
		background:transparent;
}

.dropdown-menu a:hover{
	color:#FFF6C7;
  text-decoration:underline!important;
	background:transparent;
}

#topo .logo-desk{
  display: block;
  width: 280px!important;
  position: relative;
}

#topo .navbar-brand{
  margin: 0!important;
}

#topo .logo-desk img{
  position: absolute;
  top:-50px;
  left:0;
  right: 0;
  margin:0 auto;
	height:110px;
}


.navbar{
  padding: 60px 0 0 0;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0!important;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-item{
  padding:0 0 0 0;
  position: relative;
}

.nav-item span{
	
	display:none!important;
	
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  left: 30px;
	display:inline-flex;
}

.nav-item span a{
  font-weight: 100;
  color: #fff;
  padding:0 5px;
}

.nav-link{
  color: #FFF6C7!important;
	text-align:center;
  font-size: 0.8rem!important;
  font-weight: 300;
  text-transform: uppercase;
	width:150px;
	background:transparent;
}

.nav-link.active, .nav-link:hover{
  color: #FFF6C7!important;
  text-decoration: underline!important;
	background:transparent;
}

.nav-link:visited{
  color: #FFF6C7!important;
  text-decoration: none!important;
	background:transparent;
}

#slider{
  display: block;
	background:#FFF6C7;
}

#slider img{
	display:block;
	margin:0 auto;
}



#banner{
  display: block;
  width: 100%;
	position:relative;
}

#banner a{
	position:absolute;
	bottom:-40px;
	right:15%!important;
  background: url(../imagens/ico06.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:80px;
	height:80px;
	z-index:1;
}

#banner .texto{
	position:absolute;
	bottom:0;
	z-index:0;
	max-width:94%;
	min-height:110px;
	padding:20px 30px 0px 30px;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	left:0;
	right:0;
	margin:auto;
	/*background: #ffc906;*?
	/*color:#763b0c;*/
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}

#empresa{
  scroll-margin-top: 220px!important;
  position: relative;
  display: block;
  padding: 0 0 0 0;
  background: #D52027;
}

#empresa .row{
	padding:0 0 0 0;
	position:relative;
	z-index:2!important;
}

#empresa:after{
	content:'';
	position:absolute;
	top:5%;
	bottom:5%;
	left:-25%;
  background: url(../imagens/ico01.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50%;
	height:90%;
	z-index:0;
}

#empresa.interna:after{
	display:none;
}

#empresa.interna.empresa:before{
	display:none;
}

#empresa.interna:before{
	content:'';
	position:absolute;
	top:5%;
	bottom:5%;
	right:-15%!important;
  background: url(../imagens/ico01.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50%;
	height:90%;
	z-index:0;
}

#empresa.noticias{
	padding:60px 0 0 0;
}


#empresa.noticias:before{
	content:'';
	position:absolute;
	top:5%;
	bottom:5%;
	right:-25%;
  background: url(../imagens/ico01.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50%;
	height:90%;
	z-index:0;
}

#empresa.noticias h1{
	position:relative;
  margin:0 auto 60px auto;
  display: block;
  padding: 0 0 0 0;
  color:#fff;
  text-align: center;
  font-size: 2.6rem!important;
  line-height: 2.6rem!important;
  font-weight: 900;
	text-transform:uppercase;
	width:max-content;
}

#empresa.noticias h1:after{
	content:'';
	position:absolute;
	bottom:0;
	left:-90px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:70px;
	height:70px;
	z-index:1;
}

#empresa.noticias h1:before{
	content:'';
	position:absolute;
	bottom:0;
	right:-90px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:70px;
	height:70px;
	z-index:1;
}


#empresa.noticias .texto b{
	color:#fff;
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}

#empresa.noticias .texto i{
	color:#fff;
  text-align: center;
  display: block;
  padding: 0 0 15px 0;
  font-weight: 700;
}

#empresa.noticia{
	padding:90px 0 90px 0;
}


#empresa.noticia .texto{
	color:#fff;
}

#empresa.noticia .texto i{
	color:#fff;
  display: block;
  padding: 0 0 15px 0;
  font-weight: 700;
}

#empresa.noticias .texto a{
  float: none;
  display: block;
  width: max-content;
  margin: 15px auto;
  padding:0 15px;
    color: #D52027;
    background: #FFF6C7;
  border-radius: 30px;
  text-decoration: none;
	font-weight:700;
}

#empresa.noticia a{
  float: none;
  display: block;
  width: max-content;
  margin:90px auto 15px auto;
  padding:5px 15px;
  background: #FFF6C7;
  color: #D52027;
  border-radius: 30px;
  text-decoration: none;
}

#empresa.noticias .texto{
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 0 60px 0;
}

/*#empresa::before{
  position: absolute;
  top: -500px;
  left: 0;
  height: 50px;
  content: 'AQUI';
  display: block;
  width: 100%;
  background: #ff0000;
}*/


#empresa .bg-cont-top{
	display:none;
  width: 101%;
  height: 90px;
  position: absolute;
  top: -60px;
  background: url(../imagens/bg-cont-top-cor-3.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index:9;
}

#empresa .box-titulo{
	display:block;
	background:#D52027!important;
	padding: 60px 0 60px 0;
}

#empresa .box-titulo h1{
	position:relative;
  margin:0 auto 60px auto;
  display: block;
  padding: 0 0 0 0;
  color:#fff;
  text-align: center;
  font-size: 2.6rem!important;
  line-height: 2.6rem!important;
  font-weight: 900;
	text-transform:uppercase;
	width:max-content;
}

#empresa .box-titulo h1:after{
	content:'';
	position:absolute;
	bottom:0;
	left:-90px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:70px;
	height:70px;
	z-index:1;
}

#empresa .box-titulo h1:before{
	content:'';
	position:absolute;
	bottom:0;
	right:-90px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:70px;
	height:70px;
	z-index:1;
}

#empresa .box-marcas{
	padding:60px 0 60px 0;
	display:block;
	background:#FFEBB4!important;
}

#empresa .box-marcas h2{
	font-weight:900;
	width:max-width;
	text-align:center;
	margin:0 auto;
	color:#D99756;
	display:block;
	padding:0 0 60px 0;
}

#empresa .box-texto{
	display:block;
	background:#FFF6C7!important;
	padding:0 0 60px 0;
}

#empresa .box-texto .texto{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A25319;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 30px;
}

#empresa .foto-empresa{
	display:block;
	max-width:100%;
	height:100%;
	width:1100px;
	margin:0 auto;
	position:relative;
}

#empresa .foto-empresa .play{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background:rgba(0,0,0,0.5);
	border:10px solid #fff;
	border-radius:15px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}

#empresa .foto-empresa .play img{
	width:200px;
}

#empresa.interna .texto p{
	color:#fff;
    text-align: justify;
}

#empresa.empresa .texto p{
	color:#A25319;
    text-align: justify;
}

#empresa.interna .texto p span{
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

#empresa.interna img{
  display: block;
  margin: 0 auto;
}

#empresa.interna img.borda{
  margin: 60px 0 0 0;
  border: 10px solid #fff;
  border-radius: 10px;
}

#empresa .bg-foto-empresa{
  width: 100%;
  height: 500px;
  display: block;
  margin: 60px 0;
  background: url(../imagens/banner-3.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#empresa .texto b{
	color:#FFF6C7;
  display: block;
  padding: 15px 0;
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}

#empresa .texto a{
  float: left;
  display: block;
  margin: 15px 0;
  padding:10px 15px;
  background: #FFF6C7;
  color: #D52027;
  border-radius: 30px;
  text-decoration: none;
}

#empresa .bg-cont-bottom{
	display:none;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  background: url(../imagens/bg-cont-top-1.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#categorias{
scroll-margin-top: 220px!important;
  display: block;
  position: relative;
  padding: 180px 0 90px 0;
	background: linear-gradient(to bottom, #FFEBB4 60%, #FFF6C7 40%);
}

#categorias:after{
	content:'';
	position:absolute;
	top:5%;
	bottom:5%;
	left:-25%;
  background: url(../imagens/ico02.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50%;
	height:90%;
	z-index:1;
}

#categorias:before{
	content:'';
	position:absolute;
	top:5%;
	bottom:5%;
	right:-25%;
  background: url(../imagens/ico02.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50%;
	height:90%;
	z-index:1;
}

#categorias h1{
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 0 0 0 0;
  color:#D99756;
  text-align: center;
  font-size: 2.6rem!important;
  line-height: 2.6rem!important;
  font-weight: 900;
	text-transform:uppercase;
	width:max-content;
}

#categorias h1:after{
	content:'';
	position:absolute;
	bottom:0;
	left:-90px;
  background: url(../imagens/ico05.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:70px;
	height:70px;
	z-index:1;
}

#categorias h1:before{
	content:'';
	position:absolute;
	bottom:0;
	right:-90px;
  background: url(../imagens/ico05.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:70px;
	height:70px;
	z-index:1;
}


#categorias .bg-cont-middle{
	display:none;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  bottom:0;
  margin:auto;
  background: url(../imagens/bg-categorias.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

#categorias a.all{
  background: #ff7700;
  color: #fffac2;
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  text-align: center;
  width: max-content;
  padding: 5px 60px;
  font-size: 1.4rem;
  text-decoration: none;
}

#categorias .slider-categorias{
  padding:60px 0;
  position: relative;
  z-index: 2!important;
}

#categorias .slider-categorias .box{
  min-height: auto;
  display: block;
	padding:0 90px;
}

#categorias .slider-categorias .box .cat{
  width: 100%;
	cursor: pointer;
	background:;
}

#categorias .slider-categorias .box .cat img{
	display:block;
  max-width: 100%;
  width:auto!important;
  /*max-height:400px;*/
  margin:0 auto!important;
	background:#FFF6C7;
	border-radius:50%;
	padding:9%;
}

#categorias .slider-categorias .box .cat span{
  display: block;
  text-align: center;
  font-weight: 700;
  color: #763b0c;
  font-size: 1.4rem;
  line-height: 1.8rem;
	text-transform:uppercase;
}

#categorias .owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    bottom: 65%;
    margin: auto!important;
    width: 100%;
    display: block;
}

#categorias .owl-nav button.disabled {
    opacity: .0;
    cursor: default;
}

#categorias .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color:#D99756;
    font-size: 3rem;
    font-weight: 900;
    float: left;
    margin-left: -45px;
}

#categorias .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #D99756;
    font-size: 3rem;
    font-weight: 900;
    float: right;
    margin-right: -45px;
}

#categorias #menu-cat-c.box{
	display:flex;
	margin: 60px auto 0 auto;
	text-align:center;
	height:40px;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:max-content;
	border-left: 1px solid #763b0c!important;
}

#categorias #menu-cat-c.box a{
	display:inline-flex!important;
	padding: 0 20px!important;
	border-right: 1px solid #763b0c!important;
	color: #763b0c;
	font-weight:700;
	max-width:200px;
	height:100%;
	align-items:center;
	justify-content:center;
	text-align:center;
	text-decoration:none;
	font-size:1rem;
	line-height:1.2rem;
}

#categorias #menu-cat-c.box .ativo{
	color:#fff!important;
}

#produtos{
  position: relative;
  display: block;
  padding: 0 0 120px 0;
  min-height: 250px;
  background: #FFFAC2;
  color: #763b0c;
}

#produtos.produto{
  display: block;
  padding: 0px 0 90px 0 !important;
}

#produtos.produto .lista .texto{
	color: #A25319;
    text-align: justify;
}

#categorias.interna{
	scroll-margin-top: 240px!important;
  display: block;
  position: relative;
  padding: 15px 0 25px 0;
  background: linear-gradient(to bottom, #D52027 60%, #AE0007 40%);
	border-bottom:1px solid #D52027;
}

#categorias.interna.b h1{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 0 0 0 0;
  color:#763b0c;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
}

#categorias.interna.b{
  padding: 120px 0 120px 0!important;
}

#categorias.interna .bg-cont-bottom{
	display:none;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: url(../imagens/bg-cont-top-1.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#categorias.interna h1{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 0 0 0 0;
  color:#763b0c;
  text-align: center;
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}

#categorias.interna .slider-categorias{
  padding:15px 0 0 0;
  position: relative;
  z-index: 2!important;
}


#categorias.interna .slider-categorias .box .cat span{
  display: block;
  text-align: center;
  font-weight: 700;
  color: #D52027;
  font-size: 1.4rem;
  padding: 15px 45px;
  background: #FFF6C7;
	border-radius: 30px;
	width:100%;
	margin:0 auto;
}

#categorias.interna #menu-cat-c.box {
    display: flex;
    margin: 60px auto 0 auto;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: max-content;
    border-left: 0px solid #763b0c !important;
}

#categorias.interna #menu-cat-c.box a {
    display: inline-flex !important;
    padding: 0 20px !important;
    border-right: 1px solid #FFF6C7 !important;
	border-left: 1px solid #FFF6C7 !important;
    color: #FFF6C7;
    font-weight: 700;
    max-width: 200px;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2rem;
}

#categorias.interna .bg-cat-top{
	display:none;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  margin:auto;
  background: url(../imagens/bg-cat-top.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

#produtos .bg-cont-bottom{
	display:none;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: url(../imagens/bg-cont-top-1.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#produtos h2{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AB0208;
  color: #fff;
  margin: 0 0 90px 0!important;
  text-align: center;
  padding: 0!important;
}

#produtos h2 img{
  padding: 10px 90px;
  max-height: 100%!important;
}

#produtos .lista{
  display: block;
}

#produtos .lista .row{
  margin: 0 0 0 0!important;
}

#produtos .lista img{
  max-height: 450px;
  display: block;
  margin: 0 auto;
}

#produtos .lista .col-md-3{
	margin-bottom: 90px;
}

#produtos.produto .lista .d-block{
	height:280px;
	margin: 30px auto 60px auto;
}

#produtos.produto .lista img{
  max-height: 280px;
  display: block;
  padding:0 15px;
 margin:0 auto;
}

#produtos.produto .lista #loading{
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.8!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-body img{
  max-width: 100%;
  max-height: 400px;
  height: auto;
  display: block;
  margin: 30px auto 90px auto;
  padding:0 15px;
}

#produtos.produto .container{
  position: relative!important;
}

#produtos.produto .lista a{
  display: none;
  margin: 15px auto;
  padding:5px 15px!important;
  color: #763b0c;
  background: transparent;
  border-radius: 30px;
  text-decoration: none;
  width: max-content;
  border: 1px solid #763b0c;
}

#produtos.produto .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #ff7700;
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    top: 200px;
    left: -60px;
}

#produtos.produto .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #ff7700;
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    top: 200px;
    left: 530px;
}

#produtos .lista .infos{
  width: 100%;
  height: auto;
  display: block;
  align-items: center;
  justify-content: center;
	margin:-45px 0 0 0;
	z-index: 2!important;
	position:relative;
}

.modal-body .infos{
  width: 100%;
  height: auto;
  display: block;
  align-items: center;
  justify-content: center;
	/*margin:0 0 30px 0;*/
	z-index: 2!important;
	position:absolute;
	bottom:-30px;
}

#produtos.produto .lista .box{
	border: 2px solid #ab0208;
	margin:0 0 0 0;
	border-radius:30px;
	padding:0;
	position:relative;
	height:370px;
}

.modal-body .box{
	border: 3px solid #ffc906!important;
	margin:0 0 0 0;
	border-radius:30px;
	padding:0;
	position:relative;
	max-height:!important;
}

.modal-body .pt-5{
	padding-top:45px!important;
}

#produtos.produto .lista .box:before{
	transition:2s ease-in-out;
}

.modal-body .box:before{
	transition:2s ease-in-out;
	display:none!important;
}

#produtos.produto .lista .box:hover:before{
	content:'+ VEJA MAIS';
	position:absolute;
	top:0;
	background:rgba(255,119,0,0.7);
	border: 0px solid #ab0208;
	width:100%;
	height:100%;
	border-radius:30px;
	color:#fff;
	font-size:;
	font-weight:700;
	display: flex;
	align-items:center;
	justify-content: center;
	cursor: pointer;
	transition:0.2s ease-in-out;
	z-index:1;
}

#produtos .lista .infos b{
  display: block;
  padding: 15px 0 0 0;
  font-size:1.8rem;
}

#produtos.produto .lista .infos b{
  display: none;
  width: 100%;
  overflow: hidden;
  font-size:2.4rem;
  line-height:2.8rem;
}

#produtos.produto .lista .infos .nome{
  display: inline-block;
  min-width: 100%;
  text-align: center;
  padding: 10px 15px;
  background: #ffc906;
  color: #763b0c;
  border-radius: 15px;
	margin:0 0 0px 0;
	/*max-height:60px;
	overflow:hidden;*/
}

.modal-body .infos .nome{
  display: inline-block;
  min-width: 100%;
  text-align: center;
  padding: 10px 15px;
  background: #ffc906;
  color: #763b0c;
  border-radius: 15px;
	margin:0 0 0px 0;
	/*max-height:60px;
	overflow:hidden;*/
}

.modal-dialog.video{
	min-width:300px!important;
	max-width:74%!important;
}

.modal-body.video {
    position: relative;
    flex: 1 1 auto;
    padding: 0px!important;
	color:#763b0c!important;
}

.modal-dialog{
	min-width:600px!important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 45px 30px 45px!important;
	color:#763b0c!important;
}

.modal .fechar {
    color: #000!important;
    background: #e0e0e0!important;
    border: 0;
	position:absolute!important;
	top:-25px!important;
	right:-25px!important;
	width:50px!important;
	height:50px!important;
	border-radius:50%!important;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	cursor:pointer;
	font-size:1.2rem;
	font-weight:700;
	z-index:9;
}

#produtos.produto .lista .infos .nome h3{
  font-size: 1rem!important;
  margin:0!important;
  font-weight: 700;
  line-height:1.2rem;
}

.modal-body .infos .nome h3{
  font-size: 1.6rem!important;
  margin:0!important;
  font-weight: 700;
  line-height:2rem;
}

#produtos.produto .lista .infos h4{
  display: block;
  width: max-content;
  background: #ffc906;
  padding: 5px 30px;
  border-radius: 30px;
  font-weight: 700;
  margin: 15px 0 0 0;
}

#produtos .lista .infos .bts{
  display: grid;
  padding: 0 0;
grid-auto-flow:column;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffac2+0,fffac2+12,ff7700+12,ff7700+50,ff0000+50,ff0000+88,ff0000+88,fffac2+88,fffac2+88,fffac2+99 */
background: rgb(255,250,194); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,250,194,1) 0%, rgba(255,250,194,1) 12%, rgba(255,119,0,1) 12%, rgba(255,119,0,1) 50%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 88%, rgba(255,0,0,1) 88%, rgba(255,250,194,1) 88%, rgba(255,250,194,1) 88%, rgba(255,250,194,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,250,194,1) 0%,rgba(255,250,194,1) 12%,rgba(255,119,0,1) 12%,rgba(255,119,0,1) 50%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 88%,rgba(255,0,0,1) 88%,rgba(255,250,194,1) 88%,rgba(255,250,194,1) 88%,rgba(255,250,194,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  transparent 0%,rgba(255,250,194,1) 6%,rgba(255,119,0,1) 6%,rgba(255,119,0,1) 33%,rgba(171,2,8,1) 33%,rgba(171,2,8,1) 90%,rgba(171,2,8,1) 90%,transparent 75%,transparent 90%,transparent 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffac2', endColorstr='#fffac2',GradientType=1 ); /* IE6-9 */

	
}

#produtos .lista .infos .bts .cor-1{
  font-size: 0.9rem;  
  font-weight: 500;
  line-height: 0.9rem;
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  background: #ff7700;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
}

.modal-body .infos .bts .cor-1, .modal-body .infos .bts .cor-2, .modal-body .infos .bts .cor-3{
	font-size: 1.4rem!important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-body .infos .bts{
  display: grid;
  padding: 0 0;
grid-auto-flow:column;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffac2+0,fffac2+12,ff7700+12,ff7700+50,ff0000+50,ff0000+88,ff0000+88,fffac2+88,fffac2+88,fffac2+99 */
background: rgb(255,250,194); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,250,194,1) 0%, rgba(255,250,194,1) 12%, rgba(255,119,0,1) 12%, rgba(255,119,0,1) 50%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 88%, rgba(255,0,0,1) 88%, rgba(255,250,194,1) 88%, rgba(255,250,194,1) 88%, rgba(255,250,194,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,250,194,1) 0%,rgba(255,250,194,1) 12%,rgba(255,119,0,1) 12%,rgba(255,119,0,1) 50%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 88%,rgba(255,0,0,1) 88%,rgba(255,250,194,1) 88%,rgba(255,250,194,1) 88%,rgba(255,250,194,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  transparent 0%,transparent 6%,rgba(255,119,0,1) 6%,rgba(255,119,0,1) 33%,rgba(171,2,8,1) 33%,rgba(171,2,8,1) 33%,rgba(171,2,8,1) 90%,transparent 90%,transparent 88%,transparent 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffac2', endColorstr='#fffac2',GradientType=1 ); /* IE6-9 */
}

.modal-body .infos .bts .cor-1{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  background: #ff7700;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
}

.modal-body .infos .bts .cor-2{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  background: #00c900;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
}

.modal-body .infos .bts .cor-3{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  background: #AB0208;
  color: #fff;
  border-radius: 15px;
	padding: 10px;
}

.modal-body .infos .texto{
  /*width: max-content;*/
  display: block;
  border-bottom: 2px solid #763b0c;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}

.modal-body a{
  display: block!important;
  margin: 30px auto 0 auto;
  padding:5px 15px!important;
  color: #763b0c;
  background: transparent;
  border-radius: 30px;
  text-decoration: none;
  width: max-content;
  border: 1px solid #763b0c;
}

#produtos .lista .infos .bts .cor-2{
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 0.9rem;
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  background: #00c900;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
}

#produtos .lista .infos .bts .cor-3{
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 0.9rem;
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  background: #AB0208;
  color: #fff;
  border-radius: 15px;
	padding: 5px;
}

#produtos .lista .infos .texto{
  /*width: max-content;*/
  display: block;
  border-bottom: 2px solid #763b0c;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}

#produtos.produto .lista .infos .texto{
  padding: 15px 0 0 0;
  font-size: 1.2rem;
  border-bottom: 0px solid #763b0c;
}

#produtos .lista .infos .texto-b{
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 30px 0;
}

#produtos .lista .infos a{
  float: left;
  display: block;
  margin: 15px 0;
  padding:5px 15px;
  background: #763b0c;
  color: #ffa900;
  border-radius: 30px;
  text-decoration: none;
  width: max-content;
}

#produtos.produto .bg-cont-top{
  width: 100%;
  height: 90px;
  position: absolute;
  top: -90px;
  background: url(../imagens/bg-cont-bottom-3.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contato{
	scroll-margin-top: 220px!important;
  position: relative;
  display: block;
  padding: 120px 0 90px 0;
  min-height: 250px;
  background: #D52027;
}

#contato:after{
	content:'';
	position:absolute;
	top:5%;
	bottom:5%;
	left:-15%;
  background: url(../imagens/ico01.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50%;
	height:90%;
	z-index:1;
}

#contato .texto{
	color:#fff;
  text-align: right;
  font-size: 1rem;
  line-height: 1.6rem;
	position:relative;
	z-index:2;
}

#contato b{
	color:#FFF6C7;
  font-weight: 700;
  display: block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 0 0 30px 0; 
	text-transform:uppercase;
	
}

#contato .bg-cont-top{
	display:none;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  background: url(../imagens/bg-cont-top-2.png) bottom center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contato .bg-cont-bottom{
	display:none;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: url(../imagens/bg-cont-top-1.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contato .formulario{
  display: block;
  padding: 0 30px;
	position:relative;
	z-index:2;
}

#contato .formulario form{
	--bs-gutter-x: 0!important;
}

#contato .formulario ::placeholder{
  color: #B0B0B0;!important;
  text-transform: uppercase;
}

#contato .formulario input, #contato .formulario select{
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px 30px;
  border-radius: 30px;
  color: #B0B0B0;
  border: 0px solid #ff7700;
}

#contato .formulario #btn-enviar-contact{
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px 30px;
  border-radius: 30px;
  background: #FFF6C7;
  color: #D99756;
  border: 0px solid #763B0C;
  width: max-content;
  text-transform: uppercase;
	font-weight:700;
}

#contato .formulario input[type="submit"]{
  background: #FFA900;
  color: #763B0C;
  width: max-content;
  padding: 10px 30px;
  text-transform: uppercase;
}

#contato .formulario input[type="file"]{
  background: #FAFAFA;
  color:#B0B0B0;
}

#contato .formulario textarea{
  width: 100%;
  height: 120px;
  margin: 0 0 15px 0;
  padding: 15px 30px;
  border-radius: 30px;
  border: 0px solid #ff7700;
  color: #B0B0B0;
}

#footer{
	display:block;
	padding:90px 0 60px 0;
	background:#AE1218;
	color:#fff;
	font-size:0.8rem;
	line-height: 1.8rem;
	font-weight:300;
}

#footer a{
	display: block;
	color:#fff;
	padding:0 0 10px 0;
	text-decoration:none;
	font-weight:500;
}

#footer p{

}

#footer img{
	max-width:140px;
	display: block;
	padding:0 0 15px 0;
}

#footer span{
	display: block;
	margin:0 auto;
}

#footer span a{
	display: inline-block!important;
	color:#fff;
	padding:15px 15px 0 0!important;
}

#footer span a i{
	font-size:1.4rem;
}

#bt-whats{
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: block;
	z-index:9;
}

#bt-whats img{
	display: block;
	max-width: 90px;
}


@media (min-width: 1680px){

#banner .texto{
	position:absolute;
	bottom:0;
	z-index:0;
	max-width:94%;
	min-height:160px;
	padding:25px 30px 0 30px;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	left:0;
	right:0;
	margin:auto;
	/*background: #ffc906;*?
	/*color:#763b0c;*/
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}
	
#empresa .bg-cont-top{
  width: 101%;
  height: 90px;
  position: absolute;
  top: -89px;
  background: url(../imagens/bg-cont-top-cor-3.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index:9;
}

}
	
@media (min-width: 0px) and (max-width:1024px){
	
#cookie-banner {
	width:100%;
	display:;
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	background: #fff;
	color: #000;
}

#cookie-banner .box {
	display: block;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height:auto;
	padding:15px;
}

#cookie-banner .box a{
	font-weight:500;
	color:#000;
	text-decoration:none;
}

#cookie-banner .box a:hover{
	text-decoration:underline;
}

#cookie-banner .box .texto{
	width: 100%;
}

#cookie-banner .box .botoes{
    width: 100%;
    display: flex;       /* coloca lado a lado */
    gap: 10px;           /* espaço entre eles */
    justify-content: center;
}

#cookie-banner .box .botoes button{
	margin-top:15px;
    flex: 1;             /* divide igualmente */
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box; /* garante que padding/borda não quebrem o layout */
}

#cookie-banner .box .botoes #accept-cookies:hover{
	background:#008000;
	color:#fff;
}
#cookie-banner .box .botoes #decline-cookies:hover{
	background:#FF0000;
	color:#fff;
}

	
	
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFF6C7' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

#bt-whats{
	position: fixed;
	bottom: 30px;
	right: 15px;
	display: block;
	z-index:9;
}
	
#bt-whats img{
	display: block;
	max-width: 60px;
}
	
#topo {
    height: 80px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    background: #ff7700;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 99;
}

#topo .container{
  padding: 0!important;
  margin: 0!important;
}

#topo .navbar-brand{
  margin: 0 auto!important;
}

#topo .img-mobile{
  display: block;
  margin: 0 auto;
  max-height: 80px;
}

#topo .navbar-toggler{
  position: absolute;
  top:30px;
  right: 30px;
	border: none!important;
}
	
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
	
#topo .menu {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    position: fixed;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #D52027;
    height: 100px;
    max-width: 1320px;
}
	
#slider {
    display: block;
    margin: 0 0 0 0!important;
}

.modal-dialog{
	min-width:auto!important;
}
	
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 15px 30px 15px!important;
    color: #763b0c!important;
}
	
.modal-body .box {
    border: 3px solid #ffc906!important;
    margin: 0 0 0 0;
    border-radius: 30px;
    padding: 0;
    position: relative;
    max-height: 525px!important;
}
	
.modal-body img{
  max-width: 100%;
  max-height: 340px;
  height: auto;
  display: block;
  margin: 30px auto 75px auto;
  padding:0 15px;
}
	
.modal .fechar {
    color: #000!important;
    background: #e0e0e0!important;
    border: 0;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
	z-index:9;
}
	
.modal-body .infos .nome h3{
  font-size: 1.2rem!important;
  margin:0!important;
  font-weight: 700;
  line-height:1.8rem;
}
	
.modal-body .infos .bts .cor-1{
  font-size: 1rem!important;
  font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  background: #ff7700;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
}

.modal-body .infos .bts .cor-2{
  font-size: 1rem!important;
  font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  background: #00c900;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
}

.modal-body .infos .bts .cor-3{
  font-size: 1rem!important;
  font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  background: #AB0208;
  color: #fff;
  border-radius: 15px;
	padding: 5px;
}
	
.dropdown-menu a {
    color: #FFF6C7;
    background: transparent;
}

.dropdown-menu a:hover {
    color: #FFF6C7;
    text-decoration: underline !important;
    background: transparent;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1.2rem;
    --bs-dropdown-color: #FFF6C7;
    --bs-dropdown-bg: #AE1218!important;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #fff;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: center;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.nav-item span{
  width: auto;
  align-items: center;
  font-size: 2.4rem;
  color: #fff;
  position: static!important;
  top:0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.nav-item span i{
  padding: 0 15px;
}

.nav-link{
	width:100%;
  color: #fff;
  font-size: 1.1rem!important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #FFA900;
}

.navbar{
  padding: 5px 0 0 0;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #D52027!important;
    color: #fff;
    width: 100%;
    text-align: center;
}

#banner {
    display: block;
    width: 100%;
    margin: 0px 0 0 0;
}
	
#banner a{
	display:none;
}
	
#banner .texto {
    position: absolute;
    bottom: 0;
    z-index: 0;
    max-width: 94%;
	height: 35px;
    min-height: auto;
    padding: 5px 5px 0px 5px;
    font-size: 0.5rem;
    font-weight: 900;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffc906;
    color: #763b0c;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#empresa {
    display: block;
    padding: 0px 0 0px 0;
    background: ;
    position: relative;
}


#empresa .bg-cont-top {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -18px;
    background: url(../imagens/bg-cont-top-cor-3.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
#empresa .box-titulo h1 {
    position: relative;
    margin: 0 auto 60px auto;
    display: block;
    padding: 0 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 2.4rem !important;
    line-height: 2.4rem !important;
    font-weight: 900;
    text-transform: uppercase;
    width: max-content;
	max-width: 100%;
}
	
#empresa .box-titulo h1:after{
	content:'';
	position:absolute;
	bottom:0;
	left:15px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50px;
	height:50px;
	z-index:1;
}

#empresa .box-titulo h1:before{
	content:'';
	position:absolute;
	bottom:0;
	right:15px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50px;
	height:50px;
	z-index:1;
}

#empresa .texto {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #763b0c;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 15px;
}

#empresa .texto b {
    display: block;
    padding: 30px 0 15px 0;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 700;
}
	
#empresa.noticias h1{
	position:relative;
  margin:0 auto 60px auto;
  display: block;
  padding: 0 0 0 0;
  color:#fff;
  text-align: center;
  font-size: 2.4rem!important;
  line-height: 2.4rem!important;
  font-weight: 900;
	text-transform:uppercase;
	width:max-content;
	width:100%;
}

#empresa.noticias h1:after{
	content:'';
	position:absolute;
	bottom:0;
	left:15px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50px;
	height:50px;
	z-index:1;
}

#empresa.noticias h1:before{
	content:'';
	position:absolute;
	bottom:0;
	right:15px;
  background: url(../imagens/ico04.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50px;
	height:50px;
	z-index:1;
}


#empresa .bg-cont-bottom {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: url(../imagens/bg-cont-top-1.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
#categorias .slider-categorias .box {
    min-height: auto!important;
    display: block;
	padding: 0 0 15px 0;
}
	
#categorias{
  display: block;
  position: relative;
  padding: 150px 0 60px 0;
	background: linear-gradient(to bottom, #FFEBB4 60%, #FFF6C7 40%);
}
	
#categorias.interna{
	scroll-margin-top: 240px!important;
  display: block;
  position: relative;
  padding: 15px 0 25px 0;
  background: linear-gradient(to top, #D52027 100%);
	border-bottom:1px solid #D52027;
}

#categorias h1{
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 0 50px 0 50px;
  color:#D99756;
  text-align: center;
  font-size: 2.4rem!important;
  line-height: 2.4rem!important;
  font-weight: 900;
	text-transform:uppercase;
	width:max-content;
	max-width:100%;
}

#categorias h1:after{
	content:'';
	position:absolute;
	bottom:0;
	left:15px;
  background: url(../imagens/ico05.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50px;
	height:50px;
	z-index:1;
}

#categorias h1:before{
	content:'';
	position:absolute;
	bottom:0;
	right:15px;
  background: url(../imagens/ico05.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50px;
	height:50px;
	z-index:1;
}

/*#categorias a {
    max-width: 90%;
    background: #ff7700;
    color: #fffac2;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    text-align: center;
    width: max-content;
    padding: 5px 15px;
    font-size: 1rem;
    text-decoration: none;
}*/
#categorias.interna #menu-cat-c.box {
    display: block;
	width:100%;
    margin: 15px auto 0 auto!important;
    text-align: center;
    height: auto!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 0px solid #763b0c!important;
}

#categorias.interna .slider-categorias .box .cat span{
  display: block;
  text-align: center;
  font-weight: 700;
  color: #D52027;
  font-size: 1.2rem;
  padding: 15px 45px;
  background: #FFF6C7;
	border-radius: 30px;
	width:100%;
	max-width:100%;
	margin:0 auto;
}
	
#categorias.interna #menu-cat-c.box a {
    display: block!important;
    padding: 15px 0px!important;
    border-right: 0px solid #763b0c!important;
	border-left: 0px solid #763b0c!important;
	border-bottom: 1px solid #FFF6C7!important;
    color: #FFF6C7;
    font-weight: 700;
    width: 100%;
    max-width: 100%;
    height: auto!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2rem;
}
	
#categorias a.all{
  background: #ff7700;
  color: #fffac2;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  text-align: center;
  width: 90%;
  padding: 5px 15px;
  font-size: 1rem;
  text-decoration: none;
}


#categorias .slider-categorias .box .cat img{
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

#categorias .bg-cont-middle{
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  bottom:0;
  margin:auto;
  background: url(../imagens/bg-categorias.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  z-index: 1;
}

#categorias .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    float: left;
    margin-left: 0px;
}

#categorias .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    float: right;
    margin-right: 0px;
}

#categorias.interna .bg-cat-top {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -18px;
    margin: auto;
    background: url(../imagens/bg-cat-top.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

#produtos h2 img {
    padding: 10px 30px;
    max-height: 100%!important;
}

#produtos .bg-cont-bottom {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: url(../imagens/bg-cont-top-1.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
#produtos .lista .infos{
  width: 100%;
  height: auto!important;
  display: block!important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
	
#produtos .lista .infos a {
    float: none;
    display: block;
    margin: 15px auto;
    padding: 5px 15px;
    background: #763b0c;
    color: #ffa900;
    border-radius: 30px;
    text-decoration: none;
    width: max-content;
}
	
#produtos.produto .lista .infos h4 {
    display: block;
    width: max-content;
    background: #ffc906;
    padding: 5px 30px;
    border-radius: 30px;
    font-weight: 700;
    margin: 15px auto 0 auto;
}
	
#produtos .lista .infos .bts .cor-1{
  font-size: 0.8rem;
  font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  padding: 5px 15px;
  background: #ff7700;
  color: #fff;
  border-radius: 15px;
}

#produtos .lista .infos .bts .cor-2{
  font-size: 0.8rem;
  font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  padding: 5px 15px;
  background: #00c900;
  color: #fff;
  border-radius: 15px;
  margin: 0 0;
}

#produtos .lista .infos .bts .cor-3{
  font-size: 0.8rem;
  font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  padding: 5px 15px;
  background: #ab0208;
  color: #fff;
  border-radius: 15px;
}

#produtos.produto {
    padding: 0 0 60px 0 !important;
}

#produtos.produto .lista img {
    width: auto!important;
    max-width: 100%!important;
    max-height: 280px!important;
    height: auto!important;
    display: block;
    margin: 0 auto 30px auto;
}
	
#produtos .lista img{
  max-height: 340px!important;
  display: block;
  margin: 0 auto;
}

#produtos .lista .row {
    margin: 0 0 30px 0!important;
}

#produtos .lista .text-center{
  padding: 30px 0 0 0!important;
}

#produtos.produto .bg-cont-top {
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
    background: url(../imagens/bg-cont-bottom-3.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#produtos.produto .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #ff7700;
    font-size: 4rem;
    font-weight: 900;
    position: absolute;
    top: 200px;
    left: -15px;
}

#produtos.produto .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #ff7700;
    font-size: 4rem;
    font-weight: 900;
    position: absolute;
    top: 200px;
    left: auto!important;
    right: -15px!important;
}

#contato{
	scroll-margin-top: 120px!important;
  position: relative;
  display: block;
  padding: 90px 0 90px 0;
  min-height: 250px;
  background: #D52027;
}

#contato:after{
	content:'';
	position:absolute;
	top:5%;
	bottom:5%;
	left:-15%;
  background: url(../imagens/ico01.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	width:50%;
	height:90%;
	z-index:1;
}

#contato b {
    font-weight: 900;
    display: block;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0 0 30px 0;
}

#contato .texto {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
}

#contato .formulario {
    display: block;
    padding: 30px 15px 0 15px;
}

#contato .bg-cont-top {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    background: url(../imagens/bg-cont-top-2.png) bottom center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contato .bg-cont-bottom {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: url(../imagens/bg-cont-top-1.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
#footer{
	display:block;
	padding:90px 0 60px 0;
	background:#AE1218;
	color:#fff;
	font-size:0.8rem;
	line-height: 1.8rem;
	font-weight:300;
}

#footer a{
	display: block;
	margin:0 auto;
	color:#fff;
	padding:0 0 10px 0;
	text-decoration:none;
	font-weight:500;
	text-align:center;
}

#footer p{
	text-align:center;	
}

#footer img{
	max-width:140px;
	display: block;
	padding:0 0 15px 0;
	margin:0 auto;
}

#footer span{
	display: block;
	margin:0 auto;
	text-align:center;
}

}

@media (min-width: 1400px){
	
#topo .logo-desk{
  display: block;
  width: 480px;
  position: relative;
}
	
}