@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800);

html{scroll-behavior: smooth;height:100%;  background: #FEF8F5;}
a:hover{text-decoration: none;}
body{
  width:100%;
  height:100%;
  min-height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #303030;
  background: #FEF8F5!important;
  font-family: 'Open Sans', sans-serif;
}

#cookies {
    position: fixed;
    left: 15px;
	right: 15px;
    bottom: 15px;
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #FFF;
    padding: 15px 15px 15px 15px;
    color: #FFF;
    line-height: 1.5em;
    font-size: 0.8rem;
    text-align: center;
    z-index: 99999999999999999999999999999999999999999;
	max-width:1110px;
}

#cookies .cookies{
  	display: grid;
  	grid-template-columns:80% 20%;
	cursor:pointer;
}

#cookies .cookies .botao{
	color:#000;
	background:#F9C46D;
	margin:0 10px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}

#topo{
	background:#000;
}

#topo .t_topo{
  width: 100%;
  height: 130px;
  justify-content: center;
  align-items: center;
  text-align: left;
}

#topo .row{
  margin: 0!important;
}

#topo .t_topo .logo{
  padding-bottom: 0px;
  padding-right: 0!important;
  padding-left: 0!important;
}

#menus .t_menu .busca{
  position: relative;
  padding-right: 0!important;
  padding-left: 0!important;
}

#menus .t_menu .busca button{
  position: absolute;
  top: 8px;
  right: 16px;
  cursor: pointer;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
	color:#000;
}

#menus .t_menu .busca input{
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  height: 38px;
  padding: 0 45px 0 30px;
  border-radius: 0px;
  background: transparent;
  font-size: 0.9rem;
  font-weight: bold;
}

#menus .t_menu .busca input::placeholder{
  color: #000;
  font-style: italic;
}

#topo .t_topo .infos{
  text-align: right;
  padding-right: 0!important;
  padding-left: 0!important;
  color:#fff;
}

#topo .t_topo .infos h5{
	margin:0!important;
}

#topo .t_topo .infos a{
  font-size: 1.6rem;
  padding: 0 0 0 15px;
  color: #fff;
  position: relative;
}

#topo .t_topo .infos a .items{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}

#topo .t_topo .infos a:hover{
  color: #F9C46D;
}

#menus{
  display: block;
  background: #FFF;
  height: 60px;
}

#menus .t_menu{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns:35% 30% 35%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#menus button{
  background: transparent;
  color: #303030;
  border: 1px solid #000;
  border-radius: 15px;
  outline: none;
  font-size: 0.8rem;
  font-weight: bold;
}

#menus .menu-1{
  background: #fff;
  border-radius: 0px;
  width: 100%;
}

#menus .menu-1 a{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
  color: #303030;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}

#menus .menu-1 a:hover{
  color: #F9C46D;
}

#menus .menu-1 .abre{
  display: ;
}

/*DROP CATEGORIAS*/
.drop_categorias{ list-style: none; margin: auto; text-align: center;}
.drop_categorias li{position:relative; float: left; font-weight: 500;}
.drop_categorias li a{color:#00AA8D; text-decoration:none; padding:5px 15px; display:block;}
.drop_categorias li a:hover{color:#1A3170;}
.drop_categorias li ul{position:absolute; top:15; left:-15px; background-color:#fff; display:none; z-index: 999999999; border-radius: 0 0 15px 15px;}
.drop_categorias li:hover ul, .drop_categorias li.over ul{display:block;}
.drop_categorias li ul{list-style: none; padding:0 0 15px 0;}
.drop_categorias li ul li{display:block!important; white-space: nowrap!important; text-align: left; padding:15px 15px 0 15px;}
.drop_categorias li ul li a{color:#00AA8D; text-decoration:none; padding:0; display:block; width: 100%;}

.navbar-nav li ul {
    position: absolute;
    top: 42px!important;
    left: 0px!important;
    right: 0px!important;
    max-width: 100%;
	border:1px solid #fff;
    background-color: #000;
    display: none;
    z-index: 999999999;
    border-radius: 0 0 0px 0px!important;
    list-style: none;
    padding: 0 0 0 0!important;
}

.navbar-nav li ul li{padding:0!important;}
.navbar-nav li ul li a{background:#fff; color:#000; padding:10px 0!important; border-top:1px solid #f0f0f0!important; font-size:0.8rem!important; font-weight:900!important;}
.navbar-nav li ul li:hover a{background:#f0f0f0; color:#F9C46D!important;}


#menus .menu-2{
  border-radius: 5px;
  width: 100%;
  text-align: right;
}

#menus .menu-2 a{
  display: inline-block;
  font-size: 0.8rem;
  color: #303030;
  padding-left: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

#menus .menu-2 a:hover{
  color: #F9C46D;
}

#slider{
  background: #000;
  border-top: 1px solid #F9C46D;
  border-bottom: 1px solid #F9C46D;
}

#slider img{
  max-width: 100%;
  margin: 0 auto;
}

#mini-banner{
  padding:0 0 30px 0;
  display: block;
  background: #fff;
}

/*#mini-banner .sombra{
  box-shadow: 0px 5px 5px rgb(230 230 230 / 80%);
  border-radius: 30px;
  padding: 60px 15px;
}*/

#mini-banner .box{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns:100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9rem;
  border-right:1px solid #000;
  padding:45px 0;
}

#mini-banner .box .texto{
  padding: 0 10px;
  height: 45px;
}

#mini-banner .box h6{
  font-size: 0.8rem;
  margin-bottom: 0;
}

#mini-banner .box .foto{
  width: 50px;
  height: 50px;
  display: block;
  margin:0 auto 10px auto;
  background:bottom center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

#avaliacoes{
  width: 100%;
  padding: 90px 0;
  background: #fff;
}

#avaliacoes h2{
  display: block;
  margin: 0 auto 60px auto;
  padding: 0 0 45px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
}

#avaliacoes h2::after{
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 100px;
  height: 50px;
  display: block;
  background:#fff url(../imagens/ico-5.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 30px;
 }

#avaliacoes .box{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns:30% 70%;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 0.9rem;
}

#avaliacoes .box .texto{
  padding: 15px 0;
}

#avaliacoes .box h6{
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  font-style: italic;
  padding: 0 0 15px 0;
}

#avaliacoes .box .foto{
  margin: 0 auto;
  width: 250px;
  height: 250px;
  display: block;
  background:center center no-repeat;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
}

#lista-produtos{
  width: 100%;
  padding:30px 0;
  background: #fff;
}

#lista-produtos h2{
  display: block;
  margin: 0 auto 60px auto;
  padding: 0 0 45px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
}

#lista-produtos h2.t1::before{
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -5px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 300px;
  height: 76px;
  display: block;
  background:#fff url(../imagens/t1.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:auto 40px;
 }

#lista-produtos h2.t2::before{
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -5px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 360px;
  height: 76px;
  display: block;
  background:#fff url(../imagens/t2.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:auto 40px;
 }

#lista-produtos h2.t3::before{
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -5px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 500px;
  height: 76px;
  display: block;
	overflow:hidden;
  background:#fff url(../imagens/t3.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:auto 40px;
 }

 #lista-produtos .descricao{
  display: block;
 }

 #lista-produtos .descricao .nav-link{
    font-weight: 900;
    color: #333;
    border: 0;
    border-bottom: 5px solid #e0e0e0;
}

 #lista-produtos .descricao .nav-link.active {
    color: #333;
    border: 0;
    border-bottom: 5px solid #F9C46D;
}

#lista-produtos .descricao .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}

 #lista-produtos .descricao .tab-pane {
    padding: 60px 0 0 0;
}

.produto-p{
  display: block;
  margin: 0 0 30px 0;
}

.produto-p .foto{
  width: 100%;
  height: 240px;
  margin: 0 0 15px 0;
  background:center center no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:contain;
  border: 1px solid #f0f0f0;
}

.produto-p .foto-g{
  width: 100%;
  height: 440px;
  margin: 0 0 15px 0;
  background:center center no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:contain;
  border: 1px solid #f0f0f0;
}

.produto-p .foto-p{
  width: 100%;
  height: 140px;
  margin: 0 0 15px 0;
  background:center center no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:contain;
  border: 1px solid #f0f0f0;
}

.produto-p .infos{  
  text-align: center;
}

.produto-p .nome{
  display: block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  height: 60px;
}

.produto-p .valor{
  font-size: 1.rem;
  text-align: center;
  font-weight: 900;
}

.produto-p a{
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  color: #303030;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px 30px;
  margin: 15px 0;
}

.produto-p a:hover{
  background: #F9C46D;
  border: 1px solid #F9C46D;
}

.produto-p .valor i{
  text-decoration: line-through;
}

.produto-p .valor b{
  display: block;
  text-decoration: none!important;
  font-size: 1.4rem;
}

.produto .infos{
  text-align: left;
}

.produto .infos .box{
  display: flex;
  height: 80px;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
}

.produto .infos .box a{
  display: inline-block;
}

.produto .infos .box select {
  padding: 5px 15px;
  margin: 0 0 0 15px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  width: 150px;
  font-size: 0.9rem;
  color: #666;
}

.produto .infos .box input[type="text"] {
  padding: 5px 15px;
  margin: 0 0 0 0px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  font-size: 0.9rem;
  color: #666;
}

.produto .infos .box input[type="number"] {
  padding: 5px 15px;
  margin: 0 0 0 15px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  width: 400px;
  max-width: 100%;
  font-size: 0.9rem;
  color: #666;
}

.produto .infos .box input[type="text"]:placeholder{
   font-size: 0.9rem;
  color: #666;
}

.produto .infos .box input[type="number"]:placeholder{
  font-size: 0.9rem;
 color: #666;
}

.produto .infos .box input[type="radio"]{
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}

.produto .infos .box label{
  cursor: pointer;
  font-weight: 900;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 0 0 15px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  font-size: 0.9rem;
  color: #666;
}

.produto .infos .box input[type="radio"]:checked + label{
  color: #F9C46D;
  border: 1px solid #F9C46D;
}

.produto .nome{
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  height: 60px;
}

.produto .valor{
  font-size: 1.rem;
  text-align: left;
}

.produto .valor .a{
  color: #F9C46D;
  font-weight: 900;
  font-size: 2rem;
}

.produto button{
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  background: transparent;
  color: #303030;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px 30px;
  margin: 15px 0;
}

.produto button:hover{
  background: #F9C46D;
  border: 1px solid #F9C46D;
}

.produto .valor i{
  text-decoration: line-through;
}

.produto .valor b{
  display: block;
  text-decoration: none!important;
  font-size: 1.4rem;
}


#titulo{
  width: 100%;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#titulo h1{
  font-weight: 900;
}

#titulo .indice{
  background: #fff;
  border-radius: 15px;
  padding:10px 30px;
  margin: 30px 0;
}

#titulo .indice a{
  font-size: 0.9rem;
  color: #303030;
  padding: 0 15px 0 0;
  text-transform: uppercase;
}

#titulo .indice a:hover{
  text-decoration: underline;
}

#titulo .indice a.ativo{
  font-weight: 900;
  text-decoration: none;
  padding-right: 0;
}

#titulo .indice a.ativo::before {
    display: inline-block;
    padding-right: 15px;
    color: #6c757d;
    content: "-";
}

#filtros{
  display: block;
  background: #fff;
  padding: 30px 0;
}

#filtros .box{
    box-shadow: 0px 5px 5px rgb(230 230 230 / 80%);
    border-radius: 30px;
    padding:45px;
    text-align: center;
    font-weight: 900;
}

#filtros .box .separa{
  padding: 15px 0;
  display: grid;
  grid-template-columns:25% 25% 25% 25%;
}

#filtros .box .separa select{
  width: 94%;
  border: 1px solid #F9C46D;
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 0.9rem;
}

#filtros .box button{
  width: 94%;
  border: 1px solid #F9C46D;
  color: #303030;
  background: #F9C46D;
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 0.9rem;
}

#empresa{
  padding: 90px 0 60px 0;
  display: block;
  background: #fff;
}

#empresa .foto{
  max-width: 100%;
  width: 500px;
  height: 500px;
  max-height: 100%;
  margin: 0 auto 0 auto;
  display: block;
  background:center center no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:contain;
}

#empresa .infos{
  display: block;
  padding: 0 0 30px 30px;
}

#empresa .infos h4{
  display: block;
  font-weight: 900;
}

#empresa .infos b{
  display: block;
  padding: 15px 0 30px 0;
}

#empresa .mvv .box{
  width: 100%;
  min-height: 10px;
  padding: 15px 0 15px 30px;
  display: grid;
  grid-template-columns:10% 15% 75%;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 0.9rem;
}

#empresa .mvv .box .texto{
  padding: 0 10px;
  height: 100%;
}

#empresa .mvv .box h6{
  font-size: 0.9rem;
  margin-bottom: 0;
}

#empresa .mvv .box .foto {
    width: 100%;
    height: 100%;
    min-height: 60px;
    display: block;
    background: left center no-repeat;
}

#noticias{
  padding: 90px 0 60px 0;
  display: block;
  background: #fff;
}

#noticias img{
	display: block;
	padding: 0 0 15px 0;
	border-radius: 15px;
}

#noticias h4{
	display: block;
	font-weight: 900;
	padding: 0 0 30px 0;
}

#noticias h5{
	display: block;
	font-weight: 900;
	padding: 15px 0 15px 0;
	font-size: 2rem;
}

#noticias h5 a{
	display: block;
	font-weight: 900;
	padding: 0;
	font-size: 1.4rem!important;
}

#noticias h5 a:hover{
	color: #303030;
}

#noticias h6{
	display: block;
}

#noticias a.cat{
	color: #303030;
	display: block;
	padding: 0 0 15px 15px;
	position: relative;
}

#noticias a.cat:hover{
	color:#F9C46D;
}

#noticias a.cat.active{
	color:#303030;
	font-weight: bold;
}

#noticias a.cat::before{
	content:'\203A';
	position: absolute;
	top: 0;
	left: 0;
}

#noticias .noticia a.bt{
  display: block;
  width: 100%;
  border: 1px solid #F9C46D;
  border-radius: 15px;
  padding: 10px 30px;
  margin: 30px 0 0 0;
  color: #F9C46D;
  font-weight: 900;
  text-align: center;
  background: transparent;
}

#noticias .noticia a.bt:hover {
  color: #303030;
  background: #F9C46D;
}

#contato{
  display: block;
  background: #fff;
  padding: 90px 0 0 0;
}

#contato .link{
	color: #303030;
	font-weight: bold;
}

#contato .link:hover{
	color: #F9C46D;
	font-weight: bold;
}

#contato h4{
  display: block;
  font-weight: 900;
}

#contato .infos{
  display: block;
  padding: 15px 0 60px 0;
}

#contato .infos-bottom{
	margin-top: 30px;
	width: 100%;
	min-height: 40px;
	display: grid;
	grid-template-columns:50% 50%;
	justify-content: center;
	align-items: center;
	color: #303030;
}

#contato .box{
  width: 100%;
  min-height: 60px;
  padding: 0 0 30px 0;
  display: grid;
  grid-template-columns:20% 80%;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 0.9rem;
}

#contato .box i{
  display: block;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  background: #303030;
  color: #F9C46D;
  border-radius: 10px;
  display: flex;  
  align-items: center;
  justify-content: center;
}

#contato .box h6{
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: bold;
}

#contato .box b{
  color: #F9C46D;
}

#contato .formulario{
  display: block;
  padding: 30px 0 0 0;
}

#contato input[type="text"], #contato input[type="email"], #contato input[type="password"] {
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 10px 30px;
  margin: 0 0 15px 0;
}

#contato textarea {
  display: block;
  width: 100%;
  height: 140px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 10px 30px;
  margin: 15px 0 15px 0;
}

#contato button.bt{
  display: block;
  width: 100%;
  border: 1px solid #F9C46D;
  border-radius: 15px;
  padding: 10px 30px;
  margin: 15px 0 0 0;
  color: #F9C46D;
  font-weight: 900;
  text-align: center;
  background: transparent;
}

#contato button.close{
	position: absolute!important;
    top: 0!important;
    right: 0!important;
    padding: 0.75rem 1.25rem!important;
    color: inherit!important;
}

#contato button:hover {
  color: #303030;
  background: #F9C46D;
}

#footer{
  display: block;
  padding: 90px 0;
}

#footer h6{
  padding: 30px 0;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

#footer b.titulo{
  display: block;
  padding: 45px 0 15px 0;
}

#footer a{
  display: block;
  font-size: 0.9rem;
  color: #303030;
  padding: 0 0 10px 0;
}

#footer a:hover{
  text-decoration: underline;
}

#footer h2 i{
  color: #F9C46D;
}

#copy{
  height:50px;
  font-size:12px;
  font-weight: 600;
  color:#F9C46D;
  background: #303030;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#copy a{
  padding: 0 15px;
  color:#fff;
}




@media (min-width: 0px) and (max-width:1024px){

#cookies .cookies{
  	display: grid;
  	grid-template-columns:100%;
	cursor:pointer;
}
	
#cookies .cookies .botao{
	color:#000;
	background:#F9C46D;
	margin:10px 10px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 10px;
}
	
#topo .t_topo{
  width: 100%;
  height: 140px;
  justify-content: center;
  align-items: center;
  text-align: left;
}

#topo .t_topo .logo{
  padding-bottom: 0!important;
}

#topo .t_topo .infos {
    padding-top: 30px;
    text-align: right;
    padding-right: 0!important;
    padding-left: 0!important;
}

#menus{
  display: block;
  background: #F9C46D;
  height: 50px;
  position: relative;
}

#menus .menu-1{
  padding: 30px 0;
  background: #F9C46D;
  border-radius:0 0 5px 5px;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
  z-index: 9;
}

#menus .menu-1 a{
  display: block!important;
  font-size: 1.2rem;
  line-height: 30px;
  color: #303030;
  padding: 0 10px;
  font-weight: 900;
  text-transform: uppercase;
}

#menus .menu-1 a:hover{
  color: #F9C46D;
}

#menus .menu-2{
  padding: 30px 0;
  background: #F9C46D;
  border-radius:0 0 5px 5px;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
  z-index: 9;
}

#menus .menu-2 a{
  display: block!important;
  font-size: 1.2rem;
  line-height: 30px;
  color: #303030;
  padding-left: 0;
  font-weight: 900;
  text-transform: uppercase;
}

#menus .menu-2 a:hover{
  color: #fff;
}
	
/*DROP CATEGORIAS*/
.drop_categorias{list-style:none; margin:auto; padding:0;}
.drop_categorias li{display: block; position:relative; float: none!important; font-weight: 500;}
.drop_categorias li a{color:#00AA8D; text-decoration:none; padding:5px 15px; display:block;}
.drop_categorias li a:hover{color:#333;}
.drop_categorias li ul{position:absolute; top:30px; left:15px; right:15px; max-width:100%; background-color:#fff; display:none; z-index: 999999999; border-radius: 0 0 15px 15px;}
.drop_categorias li:hover ul, .drop_categorias li.over ul{display:block;}
.drop_categorias li ul{list-style: none; padding:0 0 15px 0;}
.drop_categorias li ul li{display:block!important; white-space: nowrap!important; text-align: center; padding:15px 15px 0 15px;}
.drop_categorias li ul li a{color:#00AA8D; text-decoration:none; padding:0; display:block; width: 100%;}
	
#menus .menu-1 a {
    display: block!important;
    font-size: 1.2rem;
    line-height: 30px;
    color: #303030;
    padding: 0 0;
    font-weight: 900;
    text-transform: uppercase;
}

#menus .menu-1 a:hover {
    color: #333;
}

#slider img{
  max-width: 90%;
  margin: 0 auto;
}

#mini-banner{
  padding:0 0 30px 0;
  display: block;
  background: #fff;
}

#mini-banner .sombra {
    box-shadow: 0px 5px 5px rgb(230 230 230 / 80%);
    border-radius: 30px;
    padding:0 0 0 0;
}

#mini-banner .box {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 25% 75%;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 0.9rem;
    padding: 15px 0 15px 0;
    border-top: 1px solid #e0e0e0;
}

#avaliacoes .box{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns:100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 0.9rem;
}

#filtros .box .separa{
  display: grid;
  grid-template-columns:100%;
}

#filtros .box .separa select {
    width: 100%;
    border: 1px solid #F9C46D;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 0.9rem;
}

#titulo{
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#empresa{
  padding: 30px 0 30px 0;
  display: block;
  background: #fff;
}

#empresa .foto{
  max-width: 100%;
  width: 300px;
  height: 300px;
  max-height: 100%;
  margin: 0 auto 30px auto;
  display: block;
  background:center center no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:contain;
}

#empresa .infos{
  display: block;
  padding: 0 0 30px 0;
}

#empresa .mvv .box{
  width: 100%;
  min-height: 90px;
  padding: 15px 0 15px 0;
  display: grid;
  grid-template-columns:100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9rem;
}

#empresa .mvv .box .foto{
  width: 100%;
  height: 50px;
  display: block;
  background:center bottom no-repeat;
}

#contato{
  display: block;
  background: #fff;
  padding: 30px 15px 0 15px;
}
	
#contato .infos-bottom{
	margin-top: 30px;
	width: 100%;
	min-height: 40px;
	display: grid;
	grid-template-columns:100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #303030;
}

#footer{
  display: block;
  padding: 90px 0;
  text-align: center;
}

#footer h6{
  padding: 30px 0;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

#footer b.titulo{
  display: block;
  padding: 45px 0 15px 0;
  text-align: center;
}

#footer a{
  display: block;
  font-size: 0.9rem;
  color: #303030;
  padding: 0 0 10px 0;
  text-align: center;
}

}


@media (min-width: 1024px) and (max-width: 1440px){


}
