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: 'Lexend', sans-serif;
  background: #fff;
  position: relative;
  scroll-behavior: smooth;
}

#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{
  height: 190px;
  position: sticky;
  top:0;
  left: 0;
  width: 100%;
  background: url(../imagens/bg-menu.png) bottom center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 99;
}

#topo .menu{
	display:block;
  position: relative;
}

.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: 0.9rem;
    --bs-dropdown-color: #fff;
    --bs-dropdown-bg: #ff7700!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: 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);
}

.dropdown-menu a:hover{
  text-decoration:underline!important;
}

#topo .logo-desk{
  display: block;
  width: 300px;
  position: relative;
}

#topo .navbar-brand{
  margin: 0!important;
}

#topo .logo-desk img{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  margin: auto;
	width:270px;
}


.navbar{
  padding: 25px 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:8px 0 0 0;
  position: relative;
}

.nav-item span{
  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: #fff;
	text-align:center;
  font-size: 0.8rem!important;
  font-weight: 500;
  text-transform: uppercase;
	width:140px;
}

.nav-link.active, .nav-link:hover{
  color: #fff!important;
  text-decoration: underline!important;
}

.nav-link:visited{
  color: #fff!important;
  text-decoration: none!important;
}

#slider{
  display: block;
	margin: -110px 0 0 0;
}

#banner{
  display: block;
  width: 100%;
	position:relative;
}

#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{
  display: block;
  padding: 180px 0 180px 0;
  background: #FFA900;
  position: relative;
}

#empresa.noticias h1 {
    display: block;
    padding: 0 0 60px 0;
    color: #763b0c;
    text-align: center;
    font-size: 3.4rem;
    line-height: 3.4rem;
    font-weight: 700;
}

#empresa.noticias .texto b{
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}

#empresa.noticias .texto i{
  text-align: center;
  display: block;
  padding: 0 0 15px 0;
  font-weight: 700;
}

#empresa.noticia .texto i{
  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;
  background: #763b0c;
  color: #ffa900;
  border-radius: 30px;
  text-decoration: none;
}

#empresa.noticia a{
  float: none;
  display: block;
  width: max-content;
  margin:90px auto 15px auto;
  padding:5px 15px;
  background: #763b0c;
  color: #ffa900;
  border-radius: 30px;
  text-decoration: none;
}

#empresa.noticias .texto{
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  color: #763b0c;
  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{
  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 .texto{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #763b0c;
  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{
    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{
  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:0 15px;
  background: #763b0c;
  color: #ffa900;
  border-radius: 30px;
  text-decoration: none;
}

#empresa .bg-cont-bottom{
  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{
  display: block;
  position: relative;
  padding: 270px 0 180px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7700+0,ff7700+50,ffc906+50 */
background: #ff7700; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7700 0%, #ff7700 50%, #ffc906 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff7700 0%,#ff7700 50%,#ffc906 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff7700 0%,#ff7700 50%,#ffc906 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7700', endColorstr='#ffc906',GradientType=0 ); /* IE6-9 */

}

#categorias h1{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 0 0 0 0;
  color:#FFFF9C;
  text-align: center;
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}

#categorias .bg-cont-middle{
  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;
}

#categorias .slider-categorias .box .cat{
  width: 100%;
	cursor: pointer;
}

#categorias .slider-categorias .box .cat img{
  max-width: 100%;
  width:auto!important;
  /*max-height:400px;*/
  margin:0 auto!important;
}

#categorias .slider-categorias .box .cat span{
  display: block;
  text-align: center;
  font-weight: 700;
  color: #763b0c;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

#categorias .owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    bottom: 65%;
    margin: auto!important;
    width: 100%;
    display: block;
}

#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: -45px;
}

#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: -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:#ab0208!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 180px 0 !important;
}

#categorias.interna{
	scroll-margin-top: 240px!important;
  display: block;
  position: relative;
  padding: 15px 0 60px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7700+0,ff7700+50,ffc906+50 */
background: #ff7700; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc906 0%, #ffc906 50%, #ffc906 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc906 0%,#ffc906 50%,#ffc906 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc906 0%,#ffc906 50%,#ffc906 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc906', endColorstr='#ffc906',GradientType=0 ); /* IE6-9 */
}

#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{
  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:30px 0 0 0;
  position: relative;
  z-index: 2!important;
}


#categorias.interna .slider-categorias .box .cat span{
  display: block;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  padding: 20px 30px;
  background: #ab0208;
	border-radius: 30px;
	width:max-content;
	margin:0 auto;
}

#categorias.interna .bg-cat-top{
  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{
  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{
  position: relative;
  display: block;
  padding: 270px 0 180px 0;
  min-height: 250px;
  background: #FFFAC2;
  color: #ff7700;
}

#contato .texto{
  text-align: right;
  font-size: 1rem;
  line-height: 1.6rem;
}

#contato b{
  font-weight: 900;
  display: block;
  font-size: 3.4rem;
  line-height: 3.4rem;
  padding: 0 0 30px 0; 
}

#contato .bg-cont-top{
  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{
  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;
}

#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: #FFA900;
  color: #763B0C;
  border: 0px solid #763B0C;
  width: max-content;
  text-transform: uppercase;
}

#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 15px;
  border-radius: 30px;
  border: 0px solid #ff7700;
  color: #B0B0B0;
}

#footer{
	display:block;
	padding:30px 0 60px 0;
	background:#ff7700;
	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:200px;
	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){
	
#slider{
  display: block;
	margin: -120px 0 0 0;
}

#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){

#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: 60px;
}

#topo .navbar-toggler{
  position: absolute;
  top:20px;
  right: 15px;
}
	
#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 {
    --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: #fff;
    --bs-dropdown-bg: #ff7700!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: #ff7700;
    color: #fff;
    width: 100%;
    text-align: center;
}

#banner {
    display: block;
    width: 100%;
    margin: 0px 0 0 0;
}
	
#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: 60px 0 60px 0;
    background: #FFA900;
    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 .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 .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: 140px 0 90px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7700+0,ff7700+50,ffc906+50 */
background: #ff7700; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7700 0%, #ff7700 50%, #ffc906 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff7700 0%,#ff7700 50%,#ffc906 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff7700 0%,#ff7700 50%,#ffc906 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7700', endColorstr='#ffc906',GradientType=0 ); /* IE6-9 */
}

#categorias h1 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 0 0 0 0;
    color: #FFFF9C;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 700;
}

/*#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 #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 #menu-cat-c.box a {
    display: block!important;
    padding: 15px 0px!important;
    border-right: 0px solid #763b0c!important;
	border-bottom: 1px solid #763b0c!important;
    color: #763b0c;
    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: 50%;
  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: 15px;
}

#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: 15px;
}

#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 {
    position: relative;
    display: block;
    padding: 90px 0 90px 0;
    min-height: 250px;
    background: #FFFAC2;
    color: #ff7700;
}

#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:30px 0 60px 0;
	background:#ff7700;
	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;
	text-align:center;
}

#footer p{
	text-align:center;	
}

#footer img{
	max-width:200px;
	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;
}
	
}