body .bg-primary{
  background-color: #fff !important;
}

nav.navbar.navbar-expand-lg.bg-primary.fixed-top:not(.navbar-transparent) ul.navbar-nav li a {
  color: #333333;
}

.dnone{display: none!important;}

.opct00{opacity: 0;}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

@font-face {
    font-family: SegaraRust;
    src: url(./assets/fonts/SegaraRust.otf);
  }
  
  @font-face {
    font-family: SegaraRegular;
    src: url(./assets/fonts/SegaraRegular.otf);
}

@font-face {
  font-family: NexaDemoLight;
  src: url(./assets/fonts/NexaDemo-Light.otf);
}

h1.h1-vitrine-title {
    font-family: 'SegaraRust';
    text-align: left;
    color: #9ec06f;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 0;
}

.index-page .page-header .container>.content-center{
    top: 50%!important;
}

div#perfil-do-chef {
    padding: 150px 0;
}

img.img-do-chef {
    width: 400px;
    margin: 0 auto;
    display: block;
}

li.nav-item > a > p {
  font-size: 14px;
  font-weight: 500;
}

li.nav-item.social-icons.insta {margin-right: -20px;margin-left: 20px;}

h3.title-cont {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

h3.title-cont:before {
    position: absolute;
    left: -50px;
    right: 0;
    top: -18px;
    font-size: 40px;
    font-family: 'SegaraRust';
    color: #6c8b5b;
    opacity: 0.23;
}

h3.title-cont.title-perfil-do-chefe:before {
    content: 'Perfil do Chefe';
}

h6.subtitle-perfil {
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

p.txt-perfil {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.subitens-perfil {
  margin-bottom: 35px;
}

a.btn-perfil {
  background-color: #d1d6a5;
  color: #5a7954!important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 20px;
  box-shadow: 1px 2px 0px #5a7954;
  cursor: pointer;
  margin: 0 auto;
  display: table;
}

.subitens-perfil {
  position: relative;
}

.subitens-perfil.icon01:before {
  content: url(./assets/img/exports/icon01.png);
  position: absolute;
  left: -76px;
  transform: scale(.8);
}

.subitens-perfil.icon02:before {
  content: url(./assets/img/exports/icon02.png);
  position: absolute;
  left: -76px;
  transform: scale(.8);
}

.subitens-perfil.icon03:before {
  content: url(./assets/img/exports/icon03.png);
  position: absolute;
  left: -76px;
  transform: scale(.8);
}

div#perfil-do-chef {
  background-image: url(./assets/img/exports/planta01.png),url(./assets/img/exports/planta02.png);
  background-position: left,right;
  background-repeat: no-repeat;
  background-size: contain;
}

div#perfil-do-chef:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff47;
}

div#perfil-do-chef {
  position: relative;
}

div#destaques {
  background-image: url(./assets/img/exports/bg-destaques.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

h3.title-cont.title-destaques:before {
  content: 'Destaques';
  left: -1px;
}

h3.title-cont.title-destaques {
  text-align: center;
}

div#destaques {
  padding: 50px 0;
}

img.img-em-destaque {
  margin: 0 auto;
  display: block;
  width: 300px;
}

.mg-bot-50{
  margin-bottom: 50px;
}

div:not(.hover-add) >  span.nome-do-prato {
  display: none;
}

.hover-add {
  position: relative;
}

.nome-do-prato {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
  font-family: 'SegaraRust';
  font-size: 20px;
}

h3.title-cont.title-depoimentos:before {
  content: 'depoimentos';
  left: -1px;
}

h3.title-cont.title-depoimentos {
  text-align: center;
}

div#depoimentos {
  padding: 50px 0;
}

img.avatar-img {
  width: 150px!important;
  display: block;
  margin: 0 auto;
}

h3.name-dep {
  color: #000;
  text-align: center;
  margin: 20px 0;
  font-weight: 500;
}

p.txt-dep {
  text-align: center;
}

.owl-nav button:hover {
  background-color: unset!important;
  color: unset!important;
  outline: none;
}

button.owl-prev {
  position: absolute;
  left: -60px;
  top: 150px;
}

button.owl-prev > span {
  font-size: 70px;
  line-height: 70px;
  outline: none;
}


button.owl-next
> span {
  font-size: 70px;
  line-height: 70px;
  outline: none;
}

button.owl-next {
  position: absolute;
  right: -60px;
  top: 150px;
}

.owl-nav button:focus {
  background-color: unset!important;
  color: unset!important;
  outline: none;
}

.owl-nav button {
  color: #5c7d2d;
}

.owl-dots {
  display: none;
}

div#depoimentos {
  background-image: url(./assets/img/exports/bg-depoimentos.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

span.qdm-txt {
  font-family: 'NexaDemoLight';
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #83933a;
  display: block;
  margin-bottom: 16px;
}

div#quarta-das-mulheres > div.container > div.row {
  display: flex;
  align-items: center;
}

div#quarta-das-mulheres {
  padding: 75px 0;
}

div#quarta-das-mulheres {
  background-image: url(./assets/img/exports/bg-quarta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

img.qdm-img {
  width: 450px;
}

span.qdm-txt {
  width: 79%;
}

.txt-quartas a.btn-perfil {
  margin-left: 29%;
}

footer.footer {
  background-color: #6c8b5b;
  padding: 50px 0 0 0;
}

img.logofooter-img {
  margin: 0 auto;
  display: block;
}

p.follow-us {
  color: #d1d6a5;
  text-align: center;
  font-size: 15px;
  margin: 5px 50px;
  line-height: 15px;
}

.social-icons-footer {
  display: flex;
  justify-content: center;
}

.social-icons-footer i {
  color: #d1d6a5;
  font-size: 20px;
}

.social-icons-footer i {
  margin: 0 3px;
}

h6.title-footer {
  font-family: 'SegaraRegular';
  font-size: 18px;
  color: #9ec06f;
}

.subdiv-footer a {
  color: #d1d6a5;
  font-size: 14px;
  line-height: 16px!important;
  display: block;
  margin-left: 25px;
  margin-bottom: 15px;
}

p.txt-hor.neg {
  color: #d1d6a5;
  font-size: 14px;
  line-height: 16px!important;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 500;
}

p.txt-hor {
  color: #d1d6a5;
  font-size: 14px;
  line-height: 16px!important;
  display: block;
  margin-bottom: 15px;
}

.subdiv-footer.subdiv01 {
  margin-bottom: 30px;
}

span.txt-hor.neg {
  color: #d1d6a5;
  font-size: 14px;
  line-height: 16px!important;
  display: block;
  margin: 15px 0;
}

div#rest_circ5 {
  float: right;
  margin-top: 10px;
  margin-right: 160px;
}

input#news-footer {
  background-color: #d1d6a5;
  border: none;
  width: 70%;
  border-radius: 20px;
  padding: 8px 30px;
  outline: none;
}

input#news-footer::placeholder {
  color: #6c8b5b;
}

a.email {
  margin-top: 15px;
}

button.btn-news {
  background: none;
  border: none;
  position: absolute;
  left: 360px;
  top: 75px;
  color: #6c8b5b;
  outline: none;
  border: none;
}

footer {
  background-image: url(./assets/img/exports/bg-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.col-md-12.copyright {
  display: flex;
  place-content: space-between;
}

.col-md-12.copyright span {
  color: #d1d6a5;
  font-size: 14px;
  line-height: 16px!important;
  display: block;
  margin: 35px 0 35px 0!important;
}

.col-md-12.copyright {
  border-top: 1px solid #586b4d;
  margin-top: 20px;
}

img.logo-1123 {
  margin-left: 10px;
}

.subdiv01 a {
  position: relative;
}

a.email:before {
  content: url(./assets/img/exports/footer-01.png);
  position: absolute;
  left: -23px;
  top: 1px;
}

a.endereco:before {
  content: url(./assets/img/exports/footer-02.png);
  position: absolute;
  left: -23px;
  top: 8px;
}

a.telefone:before {
  content: url(./assets/img/exports/footer-03.png);
  position: absolute;
  left: -23px;
  top: 1px;
}

#mauticform_input_frutariaalphavillenewsletter_seu_email{
  background-color: #d1d6a5;
  border: none;
  width: 70%;
  border-radius: 20px;
  padding: 8px 30px;
  outline: none;
}

.navbar .navbar-nav .nav-item.active .nav-link:not(.btn), .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus, .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover, .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  background-color: unset!important;
  border-radius: none!important;
}

nav.navbar.navbar-expand-lg.bg-primary.fixed-top:not(.navbar-transparent) ul.navbar-nav li a:hover {
  color: #6c8b5b;
}

.navbar-transparent li.nav-item > a > p:hover {
  color: #e6e9c8;
}

div#sobre-nos {
  background-image: url(./assets/img/exports/bg-quemsomos.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  margin-top: 95px;
}

h1.sobre-nos-title {
  font-family: 'SegaraRust';
  color: #d1d6a5;
  text-align: center;
  margin-bottom: 14px;
}

h3.sobre-nos-title {
  font-style: italic;
  font-family: 'Montserrat';
  color: #fff;
  text-align: center;
  font-size: 20px;
}

div#sobrenos {
  background-image: url(./assets/img/exports/bg-sobrenos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:70px 0;
}

div.oamb {
  position: absolute;
}

div#ambiente {
  padding: 100px 0 700px 0;
}

.oamb.oamb-01 {
  top: 220px;
}

.oamb.oamb-02 {
  left: 304px;
}

.oamb.oamb-03 {
  right: 305px;
}

.oamb.oamb-04 {
  right: 0;
  top: 220px;
}

p.title-oamb {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0px 5px 0!important;
  text-transform: uppercase;
}

p.txt-oamb {
  text-align: center;
  font-size: 15px;
}

img.oamb-img {
  margin: 0 auto;
  display: block;
}

.oamb.oamb-05 {
  left: 304px;
  top: 445px;
}

.oamb.oamb-06 {top: 445px;right: 305px;}

h3.title-cont.title-sobrenos:before {
  content: 'Sobre Nós';
}


h3.title-cont.title-sobrenos {
  text-align: center;
}

p.txt-sobrenos {
  text-align: center;
  font-weight: 400;
}

div#ambiente {
  background-image: url(./assets/img/exports/bg-ambiente.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h3.title-cont.title-sobrenos:before {
  left: 0;
}

h3.title-cont.title-ambiente {
  text-align: center;
  margin-bottom: 50px;
}

h3.title-cont.title-ambiente:before {
  content: 'O Ambiente';
  left: 0;
}

#galeria .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
#galeria .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
#galeria .owl-item:not(.center) > div:hover {
  opacity: .75;
}

div#galeria {
  background-image: url(./assets/img/exports/bg-galeria.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h3.title-cont.title-galeria {
  text-align: center;
}

h3.title-cont.title-galeria:before {
  content:'Galeria';
  left:0;
}

div#galeria {
  padding: 50px 0;
}

#galeria button.owl-prev, #galeria button.owl-next {
  top: 90px;
}

div#contato {
  background-image: url(./assets/img/exports/bg-contato.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  margin-top: 95px;
}

#formulario{
  padding: 80px 0 80px 0;
}

body input#aceitoCheck {
  opacity: 1!important;
  visibility: unset!important;
  position: relative;
  margin: 0!important;
  padding: 0!important;
  height: unset!important;
}


h3.title-cont.title-deixe-s-msg:before {
  content: 'Deixe sua mensagem';
  left: 0;
}

h3.title-cont.title-deixe-s-msg {
  text-align: center;
  display: block;
}

img.contato-img {
  width: 380px;
  display: block;
  float: right;
  padding-right: 30px;
}

.row.align-content-md-center {
  align-items: center;
}

textarea#textarea {
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  max-height: unset!important;
  height: 120px;
}

button.ast_btn.pull-right.submitForm {
  background-color: #d1d6a5;
  color: #5a7954!important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px;
  border-color: transparent;
  border-radius: 20px;
  box-shadow: 1px 2px 0px #5a7954;
  cursor: pointer;
  margin: 0 auto;
  display: table;
  float: left;
  outline: none;
}

div.response {
  width: 100%;
  display: flow-root;
  margin: 60px auto 0 auto!important;
  text-align: center;
}

.form-control:focus {
  border: 1px solid #487a51!important;
}

.col-md-12.mg-0 {
  margin: 0!important;
  padding: 0!important;
}

div#onde-estamos {
  margin-bottom: 50px;
}

.mapa-div {
  background-image: url(./assets/img/exports/bg-mapa.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 245px;
  width: 396px;
  position: absolute;
  right: 375px;
}

h3.title-map {
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0px 0px 30px!important;
  font-weight: 700;
}

p.txt-map {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-left: 90px!important;
  margin-bottom: 26px;
  position: relative;
}

p.txt-map.endereco {
  margin-top: 12px;
}

p.txt-map.endereco:before {
  content: url(./assets/img/exports/map-icon01.png);
  position: absolute;
  left: -60px;
  transform: scale(0.9);
  top: -6px;
}

p.txt-map.tel:before {
  content: url(./assets/img/exports/map-icon02.png);
  position: absolute;
  left: -60px;
  transform: scale(0.9);
  top: -17px;
}

p.txt-map.mail:before {
  content: url(./assets/img/exports/map-icon03.png);
  position: absolute;
  left: -60px;
  transform: scale(0.9);
  top: -6px;
}

div#cardapio {
  background-image: url(./assets/img/exports/bg-cardapio.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  margin-top: 95px;
}

img.card-img {
  margin: 15px auto;
  display: block;
}

.links-url {
  text-align: center;
  margin: 80px 0 50px 0;
}

a.link-carte.lkn1 {
  margin-right: 15px;
}

a.link-carte.lkn2 {
  margin-left: 15px;
}

a.link-carte {
  color: #000;
  font-weight: 400;
}

a.link-carte.current {font-weight: 700;}

div#page-one, 
div#page-two {
  padding-bottom: 60px;
}

a.link-carte {
  cursor: pointer;
}

.col-md-12.icons-div {
  display: flex;
}

.icons-legenda.w125 {
  width: 12.5%;
}

img.avatar-img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
p.legenda-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 50px 0;
}

p.title-legenda {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0;
}

div#cardapio-header {
  padding: 40px 0 40px 0;
}



p.title-prato {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0px 0 5px 0px!important;
  position: relative;
}

p.preco-prato {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 10px 0px!important;
  position: relative;
  color: #495f44;
}

p.ingredientes-prato {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 10px 0px!important;
  position: relative;
}

.col-md-12.pratos-div {
  margin: 25px 0;
}


p.title-prato.rp1:before {
  content: url(./assets/img/exports/legenda-icon01.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.lc1:before {
  content: url(./assets/img/exports/legenda-icon02.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.sl1:before {
  content: url(./assets/img/exports/legenda-icon03.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.vege1:before {
  content: url(./assets/img/exports/legenda-icon04.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.lv1:before {
  content: url(./assets/img/exports/legenda-icon05.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.olv1:before {
  content: url(./assets/img/exports/legenda-icon06.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.vega1:before {
  content: url(./assets/img/exports/legenda-icon07.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.rf1:before {
  content: url(./assets/img/exports/legenda-icon08.png);
  position: absolute;
  left: -80px;
  top: -36px;
  transform: scale(.45);
}



p.title-prato.rp2:after {
  content: url(./assets/img/exports/legenda-icon01.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.lc2:after {
  content: url(./assets/img/exports/legenda-icon02.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.sl2:after {
  content: url(./assets/img/exports/legenda-icon03.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.vege2:after {
  content: url(./assets/img/exports/legenda-icon04.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.lv2:after {
  content: url(./assets/img/exports/legenda-icon05.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.olv2:after {
  content: url(./assets/img/exports/legenda-icon06.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.vega2:after {
  content: url(./assets/img/exports/legenda-icon07.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

p.title-prato.rf2:after {
  content: url(./assets/img/exports/legenda-icon08.png);
  position: absolute;
  left: -130px;
  top: -36px;
  transform: scale(.45);
}

a.btn-voltar {
  background-color: #d1d6a5;
  color: #5a7954!important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 20px;
  box-shadow: 1px 2px 0px #5a7954;
  cursor: pointer;
  margin: 20px auto;
  display: table;
  font-size: 20px;
  line-height: 20px;
}

div#cardapio-interna {
  margin-bottom: 50px;
}
p.ingredientes-prato::first-letter {
  text-transform: uppercase;
}

p.title-prato.title-cat {
  font-size: 25px;
  color: #495f44;
  margin-top: 50px!important;
}
div#cardapio:before {
  content: '';
  background-color: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

div#cardapio {
  position: relative;
}