/* =================
    RESET E PADRÕES
================== */

@import url("font-face.css");

* {list-style: none; margin: 0; padding: 0; text-decoration: none; border: 0; outline: none;}

body {-webkit-font-smoothing: antialiased; font-family: 'myriad',Calibri, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 15px; background: #F9BD07; color: #4d4d4d;}
ul, li {list-style: none;}

.limite {width: 962px;margin:0 auto;position: relative;}
.clearboth  {clear:both; float:left; width:100%; height:1px;}
img {/*max-width: 100%; display:block; height: auto; RESPONSIVIDADE AUTOMÁTICA*/ -khtml-user-select:none;-o-user-select: none;-moz-user-select: none;-webkit-user-select:none; user-select:none;}

.radius-10 {border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px;-ms-border-radius: 10px;}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mt-130 {margin-top: 130px;}

.animation-3 {transition: all 0.3s ease 0s;}

.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}

.fs-8 {font-size: 8px;}
.fs-9 {font-size: 9px;}
.fs-10 {font-size: 10px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}
.fs-24 {font-size: 24px;}
.fs-26 {font-size: 26px;}
.fs-28 {font-size: 28px;}
.fs-30 {font-size: 30px;}
.fs-32 {font-size: 32px;}
.fs-34 {font-size: 34px;}
.fs-36 {font-size: 36px;}
.fs-38 {font-size: 38px;}
.fs-40 {font-size: 40px;}
.fs-44 {font-size: 44px;}
.fs-48 {font-size: 48px;}
.fs-50 {font-size: 50px;}

 /* PADRÃO DE FONTES
        ========================================================================== */

.font-dicmedium {font-family: 'dickiemedium';}
.font-myriad {font-family: 'myriad', Regular !important;}
.font-goodDog {font-family: 'goodDog', Regular !important;}
.font-goodDogDDC {font-family: 'goodDogDDC', Regular !important;}
.font-covered {font-family: 'Covered By Your Grace', cursive;}

.floatleft {float: left;}

.italico {font-style: italic !important;}

.justificado {text-align: justify !important;}

 /* PADRÃO DE CORES
        ========================================================================== */

.cor-verde {color: #006431;}
.cor-marrom {color: #282828;}
.cor-white { color: #fff;}

 /* VÍDEO RESPONSIVO
        ========================================================================== */

.video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 /* SLICK SETAS PADRAO
        ========================================================================== */

.controles-slide-padrao {}
.prev-padrao {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 50;
    transition: all 0.3s ease 0s;
    float: left;
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;}
.next-padrao {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 50;
    transition: all 0.3s ease 0s;
    float: right;
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;}

.slick-arrow-padrao {transition: all 0.3s ease 0s; margin-right: -1px; background: #ffffff; display: block; border: solid 1px #959595; font-size: 12px; padding: 6px 7px 3px 7px;}
.slick-arrow-padrao:hover {background: #009541; color: #ffffff; border: solid 1px #009541;}

/* NAV DOTS */

.slick-slider
{
    margin-bottom: 1px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    margin-left: -15px; margin-right: -15px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    cursor: pointer;
   
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
 background: #ffffff;
   

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    display: block;

    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    text-align: center;
    background: #ffffff;
    opacity: 1;
    color: #ffffff !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #db6925 !important;
    background: #db6925 !important;
}

 /* IMAGE CROP CSS
        ========================================================================== */

.thumbnail-crop {
  position: relative;
  width: 208px;
  height: 208px;
  overflow: hidden;
}
.thumbnail-crop img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail-crop img.portrait-crop {
  width: 100%;
  height: auto;
}

.alinha-btn {font-size:12px; padding-right:3px;}
.alinha-titulo-texto {margin:0 0 15px 0;}

.esconder-controles {display:none;}

.modal-ajuste {background:#FFFFFF; padding:50px; 
/*-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;*/
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}

.modal-ajuste .close {background: #c40c0c; color: #FFFFFF; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;   filter: alpha(opacity=90); opacity: .9; display: block; width: 29px; height: 29px; margin-top: -1px; margin-right: -1px;}

    /* ASSINATURA
        ========================================================================== */
.assinatura {color: #727272; float: right; margin-bottom: 15px; font-size: 14px; font-weight: normal; line-height: 26px;}
.assinatura:hover {color: #727272;}
.assinatura .slim {display: block; float: right; margin-left: 8px; width: 30px; height: 26px; line-height: 26px; background: url('../images/assinatura-slim.png') no-repeat center top; text-indent: -9999px !important;}


    /* AJUSTE PAGINAÇÃO
        ========================================================================== */

.paginator {margin-bottom: 22px; float: left; display: block; height: 37px;}
.paginator .paginacao {height: 37px;}
.paginator a {height: 37px; text-align: center; color: #ED1C24; margin-top: 0px; margin-bottom: 0px;}
.paginator div {-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: solid 2px #ED1C24; line-height: 33px; margin-right: 4px; position: relative; height: 37px; text-align: center; display: block; float: left; margin-top: 0px; margin-bottom: 0px; padding-left: 10px; padding-right: 10px; background: #ED1C24; color: #ffffff;}
.paginator div img {margin: 0px; padding: 0px; float: left;}
.paginator div a {display: block; margin-top: 0px; margin-bottom: 0px; height: 37px; color: #7F2580;}
.paginator .pag-geral {border-color: #ED1C24; background: #ffffff; padding-left: 0px; padding-right: 0px;}
.paginator .pag-geral a {padding-left: 10px; padding-right: 10px;}
.paginator .pag-atual {border-color: #ED1C24; padding-left: 10px; background: #ED1C24; color: #ffffff; padding-right: 10px;}

    /* VALIDAÇÃO
        ========================================================================== */

.error {color: #D60A21; border-color: #D60A21;}
label.error {font-size: 12px;}

    /* PADRÃO DE FORMULÁRIOS E MAPAS
        ========================================================================== */

.form-padrao {}
.form-padrao .form-group {/* margin-bottom: 25px; */}
.form-padrao .form-control {border: solid 2px #9C9EA1; font-size: 18px; height: 40px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.form-padrao textarea.form-control {height: auto;}
.form-padrao .form-control:focus {border-color: #929497;}
.form-padrao label {/* color: #787878; */}
.form-padrao .error {color: #E66114; border-color: #E66114;}
.form-padrao label.error {/* font-size: 12px; */}
.form-padrao .btn-success {
transition: all 0.3s ease 0s;
border: none;
font-size: 20px;
font-weight: 700;
padding: 8px 24px 10px 24px;
margin-bottom: 15px;
color: #ffffff;
background: #9EA1A3;
display: block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px; 
border-radius: 0px;}
.form-padrao .btn-success span {font-size: 14px;}
.form-padrao .btn-success:hover {background: #E66114;}

.form-padrao .form-control::-moz-placeholder {
  color: #929497;
  opacity: 1;
}
.form-padrao .form-control:-ms-input-placeholder {
  color: #929497;
}
.form-padrao .form-control::-webkit-input-placeholder {
  color: #929497;
}

.bloco-mapa iframe {width: 100%; height: 540px; z-index: 9; display: block;}
.overlay-map {
   z-index: 9;
   background:transparent; 
   position:relative; 
   width:100%;
   height:540px; /* your iframe height */
   top:540px;  /* your iframe height */
   margin-top:-540px;  /* your iframe height */
}

/* =================
    HOME
================== */

.zindex-3 {z-index: 3; position: relative;}
.ajuste-bg-menu {background: #DB6925;}
.bg-menu-topo {z-index: 5; position: relative; min-height: 131px; padding-bottom: 20px; background: url('../images/menu-bg.png') no-repeat center bottom;}
.logo {margin-top: 24px; margin-bottom: 0px;}
.logo a {max-width: 220px; display: inline-block; z-index: 55; position: relative;}
.logo img {margin: 0 auto;}

.banner-home .slick-prev:before {display: none;}
.banner-home .slick-next:before {display: none;}
.banner-home .slick-prev {width: 39px; height: 64px; background: url('../images/icon-banner-seta-esq.png') no-repeat center center;}
.banner-home .slick-next {width: 39px; height: 64px; background: url('../images/icon-banner-seta-dir.png') no-repeat center center;}
.banner-home .slick-prev:hover {width: 39px; height: 64px; background: url('../images/icon-banner-seta-esq.png') no-repeat center center;}
.banner-home .slick-next:hover {width: 39px; height: 64px; background: url('../images/icon-banner-seta-dir.png') no-repeat center center;}
.banner-home .slick-prev:focus {width: 39px; height: 64px; background: url('../images/icon-banner-seta-esq.png') no-repeat center center;}
.banner-home .slick-next:focus {width: 39px; height: 64px; background: url('../images/icon-banner-seta-dir.png') no-repeat center center;}

.banner-home-alt img {margin: 0 auto;}

.slick-prev, .slick-next {top: 46% !important;}


.menu-desk {margin-top: -120px;}
.menu-desk li {}
.menu-desk li a {transition: all 0.3s ease 0s; color: #ffffff;}
.menu-desk li:hover a {color: #FFF100;}
.menu-desk .active a {color: #FFF100;}
.menu-desk-esq {margin-left: 40px;}
.menu-desk-esq li {float: left; margin-left: 35px; margin-right: 35px;}
.menu-desk-esq li a {font-size: 64px; word-spacing: -0.19em;}
.menu-desk-dir {margin-right: 40px;}
.menu-desk-dir li {float: right; margin-left: 35px; margin-right: 35px;}
.menu-desk-dir li a {font-size: 64px; word-spacing: -0.19em;}

.dropdown-menu {background: #DB6925;}
.dropdown-menu li a {color: #fff !important;}
.dropdown-menu li:hover a {
  background-color: transparent !important;
  color: #FFF100 !important;
}
.dropdown-menu .dropdown-active a {background-color: transparent !important; color: #FFF100 !important;}
.resp li a {font-size: 30px !important; margin: 10px !important; text-align: center;}

.ajuste-conteudo-posicao {top: -30px;}
.ajuste-conteudo-posicao-bot {margin-bottom: -44px;}
#conteudo .responsabilidade-social-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
#conteudo .bloco-onde-encontrar .exibicao-lojas {
  min-height: 250px !important;
}

.ajuste-bg-rodape {background: #FFCA01 url('../images/bg-rodape.jpg') no-repeat center top; min-height: 380px;}
.bg-rodape {z-index: 5; position: relative; padding-top: 20px; background: url('../images/bg-rodape-detalhe.png') no-repeat center top;}
.bg-rodape .bg-rodape-padrao-1 {background: #FFCA01;}
.bg-rodape .bg-rodape-padrao-2 {background: #E86315;}

.bloco-marca-rodape {height: auto;}
.bloco-marca-rodape a {max-width: 100px; display: inline-block; margin-top: 10px; margin-left: 40px;}

.bloco-info-rodape {min-height: 267px;}
.bloco-info-rodape p {color: #FEFEFE;}
.bloco-info-rodape .endereco {min-height: 54px; line-height: 1.3; margin-top: 40px; font-size: 18px; background: url('../images/icon-rodape-endereco.png') no-repeat center left; padding-left: 56px;}
.bloco-info-rodape .social {display: inline-block; margin-bottom: 20px; font-size: 20px; margin-top: 25px;}
.bloco-info-rodape .social li {float: left; border-right: solid 1px #ffffff;}
.bloco-info-rodape .social li a {display: inline-block; padding-left: 21px; padding-right: 21px;}
.bloco-info-rodape .social li:last-of-type {border-right: solid transparent;}
.bloco-info-rodape .contatos {font-size: 23px; margin-top: 20px;}
.bloco-info-rodape .contatos p {display: inline-block; margin-right: 25px;}
.bloco-info-rodape .contatos .telefone {font-size: 20px; padding-top: 9px; min-height: 54px; padding-left: 54px; background: url('../images/icon-rodape-telefone.png') no-repeat center left;}
.bloco-info-rodape .contatos .email {font-size: 17px; padding-top: 9px; min-height: 54px; padding-left: 54px; background: url('../images/icon-rodape-email.png') no-repeat center left;}

.bloco-mascote-rodape {text-align: right;}
.bloco-mascote-rodape p {margin-top: -220px; text-align: right;}
.bloco-mascote-rodape img {margin: 0 auto;}

.bloco-copy-rodape {min-height: 70px; padding-top: 22px;}
.bloco-copy-rodape {text-align: right;}
.bloco-copy-rodape p {color: #FEFEFE; font-size: 18px;}
.bloco-copy-rodape a {color: #FEFEFE;}
.bloco-copy-rodape a:hover {color: #DE590B;}

.conteudo-banners-estilo h2 {font-size: 50px; margin-top: 0; color: #DB6925;}
.conteudo-banners-estilo p {color: #1D1F1F;}

.bg-quem-somos {background: #e8e8e8; min-height: 500px;}
.img-empresa {display: block; margin-bottom: 30px;}
.bloco-texto-empresa p {color: #050505; font-size: 23px;}

.bg-produtos {background: #F8B600 url('../images/bg-produtos-bot.jpg') repeat-x center bottom;}

/*Estilos personalizados para os produtos*/
.new-bg-produtos {
  background: red url('../images/bg-custom.jpg') no-repeat center;
  background-attachment: fixed;
}

.text-produto { 
  font-size: 80px !important;
  letter-spacing: 9px;
  text-shadow: -5px 9px 1px #e87806 !important;
  text-transform: uppercase;
}

.img-produto {
  width: 100%;
}

.bg-onde-encontrar {background: #EFEFEF; min-height: 500px;}
.bloco-onde-encontrar p {color: #050505; font-size: 23px;}
.bloco-onde-encontrar .exibicao-lojas {padding: 0px; max-width: 800px; min-height: 500px; margin: 0 auto; background: transparent;}
.bloco-onde-encontrar .exibicao-lojas img {margin: 0 auto;}
.bloco-onde-encontrar-texto h4 {max-width: 800px; margin: 0 auto; border: solid 3px #db6925; padding: 30px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}

.bg-contato {background: #EFEFEF; min-height: 500px;}
.bloco-contato-detalhes p {color: #050505; font-size: 23px;}
.bloco-contato-detalhes h2 {font-size: 30px; font-weight: 700; color: #A6A9AB;}
.bloco-contato-detalhes .btn-trabalhe {display: inline-block; margin-top: 20px; margin-bottom: 80px;}
.bloco-contato-detalhes .btn-trabalhe img {margin: 0 auto;}

.listagem-produtos {margin-bottom: 40px;}
.listagem-produtos hr {border-top: 2px solid #db6925;}
.listagem-produtos:last-of-type {margin-bottom: 30px;}
.listagem-produtos img {margin: 0 auto;}
.listagem-produtos .titulo-texto-produto {color: #ffffff; font-size: 60px; margin-bottom: 0; word-spacing: -0.19em;}
.listagem-produtos .titulo-texto-produto img {margin-left: 0;}
.listagem-produtos .bloco-texto-produto {}
.listagem-produtos .flex-content {display: flex; justify-content: center; align-items: center;}
.listagem-produtos .bloco-texto-produto .table {margin-bottom: 0;}
.listagem-produtos .listagem-produtos-tabela {overflow: auto; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; border: solid 0px transparent; background: #f8b600;}
.listagem-produtos .listagem-produtos-tabela li {padding: 10px 8px; position: relative; display: block; width: 100%; border-top: 1px solid transparent; font-weight: 700; font-size: 18px; color: #351b00; padding: 12px 85px; padding-left: 18px;}
.listagem-produtos .listagem-produtos-tabela .tabela-goxtoso {padding: 12px 50px !important;}
.listagem-produtos .listagem-produtos-tabela li:nth-of-type(odd) {background-color: #ffc525;}
.table-striped > tbody > tr:nth-of-type(odd) {background-color: #ffc525;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {border-top: 1px solid transparent; font-weight: 700; font-size: 18px; color: #351b00; padding: 12px; padding-left: 18px;}
.listagem-produtos .bloco-texto-produto p {margin-bottom: 0; font-size: 30px; color: #000000;}
.listagem-produtos .bloco-imagem-produto img {position: relative; z-index: 5; margin: 0 auto;}
.listagem-produtos .bloco-mascote-produto {margin-top: 10px;}

    /* RESPONSIVIDADE
        ========================================================================== */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .logo {margin-top: 20px; margin-bottom: 0px;}
  .logo a {max-width: 214px;}
  .menu-desk-esq {margin-top: -195px;}
  .menu-desk-esq li a {font-size: 38px;}
  .menu-desk-esq li {width: 100%;}
  .menu-desk-dir {margin-top: -195px;}
  .menu-desk-dir li a {font-size: 38px;}
  .menu-desk-dir li {width: 100%; text-align: right;}
  .bloco-info-rodape .social {margin-top: 25px;}
  .bloco-info-rodape .endereco {font-size: 18px;}
  .bloco-marca-rodape {height: 38px;}
  .bloco-marca-rodape a {display: inline-block; margin-top: -70px; max-width: 100px;}
  .bg-rodape .bg-rodape-padrao-1 {background: #FFCA01;}
  .bg-rodape .bg-rodape-padrao-2 {background: #E86315;}
  .listagem-produtos {margin-bottom: 50px;}
  .bloco-info-rodape .contatos .email {font-size: 17px;}
  .bloco-contato-detalhes .btn-trabalhe {display: inline-block; margin-top: 20px; margin-bottom: 80px;}
  .listagem-produtos .bloco-texto-produto {margin: 0 auto; margin-left: 0; margin-bottom: 30px; margin-top: 20px;}
  .listagem-produtos .bloco-texto-produto p {margin-bottom: 0; font-size: 22px; color: #000000;}
  .listagem-produtos .bloco-imagem-produto img {margin: 0 auto;}
  .listagem-produtos .bloco-mascote-produto {margin-top: 48px;}

  .listagem-produtos .listagem-produtos-tabela .tabela-goxtoso {padding: 12px 85px !important;}
  #conteudo .bloco-onde-encontrar .exibicao-lojas {min-height: 450px !important;}
  .listagem-produtos-chips {display: flex; justify-content: center; align-items: center;}
  .img-produto {width: 70%;}
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .logo {margin-top: 20px; margin-bottom: -54px;}
  .logo a {max-width: 214px;}
  .menu-desk-esq {margin-top: -150px;}
  .menu-desk-esq li {width: 100%;}
  .menu-desk-esq li a {font-size: 38px; line-height: 2;}
  .menu-desk-dir {margin-top: -150px;}
  .menu-desk-dir li {width: 100%; text-align: right;}
  .menu-desk-dir li a {font-size: 38px; line-height: 2;}
  .bloco-info-rodape .social {margin-top: 55px;}
  .bloco-info-rodape .endereco {font-size: 24px;}
  .bloco-marca-rodape {height: 38px;}
  .bloco-marca-rodape a {display: inline-block; margin-top: -70px; max-width: 160px;}
  .bg-rodape .bg-rodape-padrao-1 {background: #FFCA01;}
  .bg-rodape .bg-rodape-padrao-2 {background: #E86315;}
  .listagem-produtos {margin-bottom: 50px;}
  .bloco-info-rodape .contatos .email {font-size: 20px;}
  .bloco-contato-detalhes .btn-trabalhe {display: inline-block; margin-top: 80px; margin-bottom: 80px;}
  .listagem-produtos .bloco-texto-produto {margin: 0 auto; margin-left: 0; margin-bottom: 30px; margin-top: 20px;}
  .listagem-produtos .bloco-texto-produto p {margin-bottom: 0; font-size: 30px; color: #000000;}
  .listagem-produtos .bloco-imagem-produto img {margin: 0 auto;}
  .listagem-produtos .bloco-mascote-produto {margin-top: 78px;}
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .logo {margin-top: 24px; margin-bottom: -102px;}
  .logo a {max-width: 214px;}
  .menu-desk-esq {margin-top: -100px;}
  .menu-desk-esq li {width: inherit; margin-bottom: -15px;}
  .menu-desk-esq li a {font-size: 40px; line-height: 2.7;}
  .menu-desk-dir {margin-top: -100px;}
  .menu-desk-dir li {width: inherit; margin-bottom: -15px;}
  .menu-desk-dir li a {font-size: 40px; line-height: 2.7;}
  .bloco-info-rodape .endereco {font-size: 24px;}
  .bloco-marca-rodape {height: 38px;}
  .bloco-marca-rodape a {display: inline-block; margin-top: -70px; max-width: 200px;}
  .bg-rodape .bg-rodape-padrao-1 {background: transparent;}
  .bg-rodape .bg-rodape-padrao-2 {background: transparent;}
  .listagem-produtos {margin-bottom: 50px;}
  .bloco-info-rodape .contatos .email {font-size: 20px;}
  .bloco-contato-detalhes .btn-trabalhe {display: inline-block; margin-top: 100px; margin-bottom: 80px;}
  .listagem-produtos .bloco-texto-produto {margin: 0 auto; margin-left: 0; margin-bottom: 30px; margin-top: 20px;}
  .listagem-produtos .bloco-texto-produto p {margin-bottom: 0; font-size: 30px; color: #000000;}
  .listagem-produtos .bloco-imagem-produto img {margin: 0 auto;}
  .listagem-produtos .bloco-mascote-produto {margin-top: 120px;}
}

@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
  .logo a {max-width: 225px;}
  .menu-desk-esq {margin-top: -103px;}
  .menu-desk-esq li a {font-size: 48px; line-height: 2;}
  .menu-desk-dir {margin-top: -103px;}
  .menu-desk-dir li a {font-size: 48px; line-height: 2;}
}

@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
  .logo a {max-width: 230px;}
  .menu-desk-esq {margin-top: -105px;}
  .menu-desk-esq li a {font-size: 50px; line-height: 2;}
  .menu-desk-dir {margin-top: -105px;}
  .menu-desk-dir li a {font-size: 50px; line-height: 2;}
}

@media (min-width: 1500px) {
  .container {
    width: 1170px;
  }
  .logo a {max-width: 230px;}
  .menu-desk-esq {margin-top: -120px;}
  .menu-desk-esq li a {font-size: 64px;}
  .menu-desk-dir {margin-top: -120px;}
  .menu-desk-dir li a {font-size: 64px;}
}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

    /* MENU RESPONSIVO
        ========================================================================== */


.navbar {margin-bottom: 5px;}

.navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 20px;
}

.navbar-nav > li > p {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}

.navbar-nav {
  margin: 2.5px 7.5px 7.5px 7.5px !important;
}

.navbar-default .btn-default {color: #FFF100; /* font-family: 'Calibri', Arial, Helvetica, sans-serif; */ border: none; background: none; text-transform: uppercase !important; width: 100%; font-size: 54px; height: auto; display: block; padding: 12px 20px 4px 20px;}
.navbar-default .btn-default span {font-size: 25px; color: #FFF100; top: -6px;}
.navbar-default hr {margin-top: 0px; margin-bottom: 0px; border-color: #FFF100;}

.navbar-default {
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
    background-color: #E68000;
    border-color: #E68000;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 46px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
  /* font-family: 'Calibri', Arial, Helvetica, sans-serif; */
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #D55100;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #D55100;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: #D55100;
}
.navbar-default .navbar-toggle {
  border-color: #D55100;
}

.menu-resp li {width: 100%;}

/* =================
    PAGINAS
================== */


    /* HEADER
        ==========================================================================