@font-face {
    font-family: 'fontPanton'; /*a name to be used later*/
    src: url('../fonts/Panton-LightCaps.otf'); /*URL to font*/
}

@font-face {
    font-family: 'fontBlogger'; /*a name to be used later*/
    src: url('../fonts/Blogger-Sans-Light.ttf'); /*URL to font*/
}

.fontMenu {
    font-family: 'fontPanton';
    font-size: 20px;
}

.fontTitulo {
  font-family: 'fontPanton';
}

.fontTexto {
  font-family: 'fontBlogger';
}

/* MODAL */
.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

/* DIV RECEITAS */
.receitas .receita-row {
  padding-bottom: 40px;
  text-align: center;
}

.receitas .receita-row a {
  text-decoration: none;
  color: #333;
}

.receitas .receita-row img {
  width: 250px;
  height: 250px;
}

.receitas .receita-row .textoReceita {
  width: 250px;
  background-color: #bfda9b;
  min-height: 70px;
  display: inline-block;
}

.receitas .receita-row span:nth-child(1) {
  font-weight:bold;
  font-size: 16px;
}

.receitas .receita-row span:nth-child(2) {
  font-style:italic;
}

.texto-nossas-lojas{
  text-align: right;
}

.titulo-nossas-lojas hr {
  float: right;
  margin: 0px;
  width: 30%;
  border-top-color: #fff;
  border-top-width: 3px;
}

.footer-desktop{
  display: table;
}

.footer-mobile{
  display: none;
}

.menu-mobile .logo-menu{
  height: 85px;
  padding: 15px;
  background-color: white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 1);
}

.menu-mobile{
  display: none;
  transition: top 0.3s ease-in-out;
  z-index: 99999;
  left:0;
  right:0;
  position: fixed;
  height: 70px;
  background-color: #83bf5f;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 1);
}

.menu-mobile .item-menu .col-md-3 {
  display: table;
  height: 80px;
}

.menu-mobile .item-menu .col-md-3 :hover{
  background-color: #9ebf8b;
}

.menu-mobile .item-menu .col-md-3 p,
.menu-mobile .item-menu .col-md-3 a {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}

/* BANNER =================================================================================== */
.banner {
  background: #EEE;
  height:100%;
  width:100%;
  background-position:cover;
}

.banner-cell {
  height:100%;
  width:100%;
  background-position:cover;
}

.banner .flickity-page-dots {
  bottom: 10px;
}
/* big buttons, no circle */
.banner .flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}
/* arrow color */
.banner .flickity-prev-next-button .arrow {
  fill: white;
}
 .flickity-prev-next-button.no-svg {
  color: white;
}
.banner .flickity-prev-next-button:hover {
  background: transparent;
}

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}

/* FIM BANNER ===================================================================================*/

#nossaslojas {
  padding-right: 0px;
}



.logo-menu{
  height: 110px;
  padding: 15px;
  background-color: white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 1);
}

.nav-up {
  top: -120px; // same as header height. use variables in LESS/SASS
}

.nav-down {
  top: 0px; // same as header height. use variables in LESS/SASS
}

.logo-menu img{
  height: 100%;
  width: 100%;
}

.menu{
  transition: top 0.3s ease-in-out;
  z-index: 99999;
  left:0;
  right:0;
  position: fixed;
  height: 80px;
  background-color: #83bf5f;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 1);
}

.menu .item-menu .col-md-3 {
  display: table;
  height: 80px;
}

.menu .item-menu .col-md-3 :hover{
  background-color: #9ebf8b;
}

.menu .item-menu .col-md-3 p,
.menu .item-menu .col-md-3 a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}

.mapa {
  height: 600px;
  width: 100%;
}

footer {
  background-color: grey;
}

@media (max-width: 992px) {
  .menu {
    display: none;
  }

  .menu-mobile{
    display: inline;
  }

  .mapa {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
  }

 #div-mapa {
   padding-top: 30px;
 }

  .texto-nossas-lojas{
    text-align: center;
  }

  .titulo-nossas-lojas hr {
    float: left;
    /*margin: 0px;*/
    width: 30%;
    border-top-color: #fff;
    border-top-width: 3px;
  }

  .titulo-nossas-lojas {
    margin-top: 40px;
    text-align: left;
  }

  .footer-desktop{
    display: none;
  }

  .footer-mobile{
    display: table;
  }

  .receitas .receita-row  .col-md-4 {
    margin-bottom: 20px;
  }

  .receitas .receita-row {
    padding-bottom: 0px;
  }

  .esconder-menu-item {
    display: none;
  }

  .abrir-menu-item {
    height: 430px;
  }

  .banner .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent;
  }

  #nossaslojas {
    padding-right: 15px;
  }
}
