@charset "UTF-8";
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Padrao para Setas do Carousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel Redonda dos sites rápidos =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel para Personalização =-=-=-=-=-=- */
/* -=-=-=-=-=-= Estilo Dots Padrao para owl-carrousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Efeito de Transicao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Funcao para ajustar fontes grandes =-=-=-=-=-=- */
/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do juice -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do gradients -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* 1920 - 1080 */
@media only screen and (min-device-height: 1080px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Introducao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_introducao .img_embalagens {
    top: -20%; }
    #section_introducao .img_embalagens img {
      height: 610px; } }
@media only screen and (min-device-height: 1200px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Introducao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_introducao .img_selo {
    top: calc(100vh - 76%);
    left: calc(100vw - 71%); }
  #section_introducao .img_embalagens {
    top: -21%; }
    #section_introducao .img_embalagens img {
      height: 680px; } }
@media only screen and (max-device-width: 1367px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Introducao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_introducao .detalhe_verde {
    background-position: center top; } }
/* Height 800 */
@media only screen and (max-device-width: 1280px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Introducao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_introducao .img_selo {
    top: calc(100vh - 80%);
    left: calc(100vw - 73%); } }
/* LG (Antigo MD) - Height 620 */
@media only screen and (max-device-width: 1199px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_sobre .sec_texto {
    font-size: 1.6rem;
    padding-right: 0; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Torrefacao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_torrefacao .sec_texto {
    font-size: 1.6rem; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Mapa =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_mapa #divMapa {
    height: 450px; } }
@media only screen and (max-device-width: 1025px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  header .navbar .navbar-brand img {
    height: 120px; }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.6rem; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Introducao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_introducao .img_selo {
    display: none; } }
/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  a.anchor {
    top: -60px; }

  header {
    height: 60px; }
    header #menuMobile {
      background-color: #FFFFFF;
      -webkit-transition: all 0.8s;
      transition: all 0.8s;
      height: 60px;
      padding: 0 15px;
      position: fixed;
      border-bottom: 1px solid #004036;
      z-index: 99;
      /* Parte Fixa durante a rolagem */ }
      header #menuMobile .navbar-brand {
        margin-right: 0;
        padding-top: 0;
        flex: 1 1;
        text-align: center;
        order: 2; }
        header #menuMobile .navbar-brand img {
          height: 50px; }
      header #menuMobile .menu_slide {
        order: 1;
        position: absolute; }
        header #menuMobile .menu_slide .menu-overlay {
          /* overlay */
          height: 100%;
          width: 0;
          position: fixed;
          z-index: 99;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.7);
          overflow-y: auto;
          overflow-x: hidden;
          text-align: center;
          opacity: 0;
          transition: opacity 1s; }
        header #menuMobile .menu_slide .menu-open {
          font-size: 2.5rem;
          font-weight: bold;
          color: #004036;
          padding: 0 7px;
          transition: 0.3s; }
        header #menuMobile .menu_slide .side-menu-wrapper {
          background-color: #FFFFFF;
          padding-bottom: 15px;
          position: fixed;
          top: 0;
          left: -300px;
          height: 100%;
          z-index: 99;
          transition: 0.5s;
          width: 300px;
          box-sizing: border-box; }
          header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile {
            background-color: #004036;
            color: #FFFFFF;
            font-size: 1.3rem;
            font-weight: 600;
            padding: 18px 12px;
            text-align: center; }
            header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile i {
              padding-right: 5px; }
          header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav {
            padding-top: 0; }
            header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item {
              padding-top: 0; }
              header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link {
                font-size: 1.4rem;
                font-weight: 400;
                padding: 15px 15px;
                color: #666666;
                transition: 0.3s;
                border-bottom: 1px solid #EEEEEE;
                text-align: left; }
                header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link .fa-chevron-right {
                  font-size: 1rem;
                  margin-right: 6px; }
            header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav_logo {
              display: none; }
          header #menuMobile .menu_slide .side-menu-wrapper .menu-close {
            /* close button */
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            font-size: 2.2rem;
            color: #FFFFFF;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            right: 12px; }
      header #menuMobile.fix {
        height: 60px; }
    header .ad {
      height: 0;
      top: 0; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Introducao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_introducao .fundo_folhas {
    background-position: center top;
    background-size: 50%; }
  #section_introducao .detalhe_verde {
    background-position: center -75%; }
  #section_introducao .img_embalagens {
    top: -86px; }
    #section_introducao .img_embalagens img {
      height: 210px; }
  #section_introducao .img_graos {
    top: 180px; }
    #section_introducao .img_graos img {
      height: 48px; }
  #section_introducao .sec_principal {
    height: 350px; }
    #section_introducao .sec_principal .sec_titulo {
      font-size: 1.7rem; }
    #section_introducao .sec_principal .sec_frase {
      font-size: 2.5rem;
      padding-bottom: 30px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_sobre .sec_titulo {
    padding-top: 0; }
    #section_sobre .sec_titulo .tit_branco {
      font-size: 1.8rem; }
    #section_sobre .sec_titulo .tit_color {
      font-size: 2.5rem; }
  #section_sobre .sec_linha .linha1 {
    width: 210px; }
  #section_sobre .sec_texto {
    padding-top: 20px;
    padding-bottom: 10px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Grao ou Moido =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_graos {
    padding: 35px 0 20px; }
    #section_graos .sec_titulo {
      font-size: 2.2rem; }
    #section_graos .sec_linha .linha1 {
      width: 210px; }
    #section_graos .sec_texto {
      font-size: 1.6rem;
      padding-top: 16px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Galeria de Fotos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_galeria {
    border-top-width: 8px; }
    #section_galeria .gal_item {
      height: 300px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Contato =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_contato {
    padding-bottom: 25px; }
    #section_contato .sec_titulo {
      background-size: cover;
      height: 120px;
      font-size: 2rem;
      padding-bottom: 40px; }
    #section_contato .sec_texto {
      font-size: 1.5rem; }
    #section_contato .form_contato {
      padding-top: 15px; }
      #section_contato .form_contato .form-control {
        font-size: 1.6rem;
        height: 45px; }
      #section_contato .form_contato .btn_enviar button {
        font-size: 1.6rem;
        padding: 7px 18px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Torrefacao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_torrefacao .sec_fundo {
    background-color: #9c715a;
    padding-top: 30px; }
  #section_torrefacao .sec_titulo {
    font-size: 2.5rem;
    padding-top: 0; }
  #section_torrefacao .sec_linha .linha1 {
    width: 210px; }
  #section_torrefacao .sec_texto {
    padding-top: 20px; }
  #section_torrefacao .sec_galeria {
    padding-top: 10px;
    padding-bottom: 30px; }
    #section_torrefacao .sec_galeria .gal_item {
      height: 300px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Mapa =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_mapa #divMapa {
    height: 300px; }
  #section_mapa .content .map_info .map_titulo {
    padding-bottom: 8px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #footer {
    padding: 26px 0 16px; }
    #footer .footer_logo img {
      height: 130px; }
    #footer .footer_redes_sociais {
      padding-top: 25px; } }
/* SM (Antigo XS) - Galaxy S5 */
@media only screen and (max-device-width: 767px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Introducao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_introducao .fundo_folhas {
    background-size: contain; }
  #section_introducao .detalhe_verde {
    background-position: center top; }
  #section_introducao .img_graos {
    top: 190px; }
    #section_introducao .img_graos img {
      height: auto; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Grao ou Moido =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_graos .sec_img {
    padding-top: 20px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Mapa =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_mapa {
    /* Caixa info do maps */ }
    #section_mapa .info_mobile {
      position: relative;
      transform: none;
      padding: 15px;
      margin: 15px; }
    #section_mapa .content .map_info {
      min-width: auto; } }
/* Low res  */

/*# sourceMappingURL=mediaqueries.css.map */
