    @font-face {
        font-family: 'bebas_neueregular';
        src: url('../fonts/bebasneue-webfont.eot');
        src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    #svg-map path {
        fill: #ccc;
    }
    
    #svg-map a:hover path {
        fill: #a21e21 !important;
    }
    
    .logo_print {
        display: none;
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
        background: url("../img/pattern_body.jpg") #f7f1e7 repeat;
    }
    
    p,
    a {
        color: #58595b;
    }
    
    ul,
    ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0
    }
    
    .breadcrumbs>* a {
        color: #6C6C6E;
    }
    
    .breadcrumbs>li:first-child a {
        margin-right: 10px;
    }
    
    .breadcrumbs li a span {
        display: inline-block;
        margin: 0 10px;
    }
    
    .breadcrumbs li.current a {
        color: #C1131C
    }
    
    .titulo_padrao_1 {
        font-size: 1.6em;
        color: #b4a364;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: 'bebas_neueregular';
        line-height: 1.1em;
        margin: 25px 0;
    }
    
    .titulo_padrao_2,
    .titulo_padrao_3,
    .titulo_padrao_4 {
        text-transform: uppercase;
        text-align: center;
        font-size: 1.8em;
        font-family: 'bebas_neueregular';
        letter-spacing: 1px;
        color: #b4a364;
        background: #F2F2F2;
        margin: 20px 0;
        display: block;
        width: 100%;
    }
    
    .titulo_padrao_3 {
        background: transparent;
    }
    
    .titulo_padrao_4 {
        text-align: left;
        padding: 0 20px;
    }
    
    .linha_1 {
        display: block;
        width: 100%;
        border-top: 1px dashed #E5E5E5;
    }
    
    .banner_interna {
        width: 100%;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.37);
        position: relative;
        z-index: 2;
    }
    
    .bt_padrao_1,
    .bt_padrao_3 {
        display: inline-block;
        padding: 15px 40px;
        color: #fff;
        background: #007b4a;
        border-radius: 5px;
        font-weight: 100;
        position: relative;
    }
    
    .bt_padrao_1:hover,
    .bt_padrao_3:hover {
        background: #00482b;
        color: #fff;
    }
    
    .bt_padrao_3 {
        padding: 10px 20px;
    }
    
    .bt_padrao_2 {
        display: inline-block;
        padding: 15px 30px 15px 20px;
        color: #007b4a;
        background: #f1f2f2;
        font-weight: bold;
        border: 1px solid #d7d7d7;
        text-transform: uppercase;
        position: relative;
    }
    
    .bt_padrao_2:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left-color: #007b4a;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }
    
    .bt_padrao_2:hover {
        color: #f1f2f2;
        background: #007b4a;
    }
    
    .bt_padrao_2:hover:after {
        border-left-color: #f1f2f2;
    }
    
    .color_1 {
        color: #6d6e71;
    }
    
    .topo {
        background: url("../img/pattern_topo.jpg") repeat #b4131b;
        float: left;
        width: 100%;
        padding: 36px 0;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    
    .topo .logo {
        float: left;
    }
    
    .rede_sociais {
        margin-bottom: 30px;
    }
    
    .topo nav.rede_sociais {
        float: right;
    }
    
    .topo nav.rede_sociais ul li {
        float: left;
    }
    
    .topo nav.rede_sociais ul li a {
        display: block;
        margin: 0 5px;
    }
    
    .topo nav.rede_sociais ul li a {
        display: block;
        margin: 0 5px;
    }
    
    .menu-global {
        float: left;
        width: 100%;
        background-color: #f1eeea;
    }
    
    .menu-global ul li {
        float: left;
    }
    
    .menu-global ul li a {
        color: #6d6e71;
        font-family: "bebas_neueregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 500;
        display: block;
        padding: 10px 15px;
        letter-spacing: 1px;
        font-size: 1.2em;
    }
    
    .menu-global ul li a.bt_search i {
        background: url("../img/icon_search.png");
        background-image: url("../img/icon_search.svg"), none;
        width: 30px;
        height: 29px;
        display: block;
    }
    
    .menu-global ul li a.home i {
        background: url("../img/icon_home.png.png");
        background-image: url("../img/icon_home.svg"), none;
        width: 34px;
        height: 29px;
        display: block;
    }
    
    .menu-global ul li a:hover.bt_search i,
    .menu-global ul li a.bt_search.ativo i {
        background: url("../img/icon_search_r.png");
        background-image: url("../img/icon_search_r.svg"), none;
        width: 30px;
        height: 29px;
        display: block;
    }
    
    .menu-global ul li a:hover.home i {
        background: url("../img/icon_home_r.png.png");
        background-image: url("../img/icon_home_r.svg"), none;
        width: 34px;
        height: 29px;
        display: block;
    }
    
    .menu-global ul li a:hover,
    .menu-global ul li a.bt_search.ativo {
        background: #e1e1e1;
        color: #c0141c;
    }
    
    .topo_mobile {
        background: url("../img/pattern_topo.jpg") repeat #b4131b;
        float: left;
        width: 100%;
        padding: 15px 0 0;
    }
    
    .bt_menu {
        background: #f1eeea;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 0px;
        padding: 10px;
        margin-top: 10px;
        color: #6d6e71;
        font-weight: bold;
        font-size: 1.2em
    }
    
    .topo_mobile nav {
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        display: block;
        background: #e1e1e1;
        display: none;
    }
    
    .topo_mobile nav a {
        color: #b4131b;
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        width: 100%;
    }
    
    .search {
        width: 100%;
        position: relative;
        display: none;
        z-index: 9;
    }
    
    .search form {
        padding: 10px;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        width: 100%;
    }
    
    .search form input,
    .search form input:focus {
        padding: 5px;
        background-color: transparent;
        border: none;
        font-size: 1.3em;
        margin: 0;
        box-shadow: none;
        color: #fff;
    }
    
    .search form button {
        padding: 4px 10px;
        position: absolute;
        right: 0px;
        background-color: transparent;
        margin: 0;
    }
    
    .search form button i {
        background: url("../img/icon_search_w.png");
        background-image: url("../img/icon_search_w.svg"), none;
        width: 30px;
        height: 29px;
        display: block;
    }
    
    .busca_mobile {
        position: relative;
        margin-top: 10px;
    }
    
    .busca_mobile button {
        position: absolute;
        right: 0px;
        padding: 6px;
        background-color: transparent;
        margin: 0px;
    }
    
    .busca_mobile button i {
        background: url("../img/icon_search.png");
        background-image: url("../img/icon_search.svg"), none;
        width: 30px;
        height: 29px;
        display: block;
    }
    
    .busca_mobile input {
        margin: 0;
        padding: 20px;
        border-radius: 5px;
        border: none;
    }
    
    .newletter {
        float: left;
        width: 100%;
        padding: 10px 0;
        background: #980007;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-top: 30px;
    }
    
    .newletter p {
        float: left;
        width: 250px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 19px;
    }
    
    .newletter form {
        float: left;
    }
    
    .newletter form input {
        margin-bottom: 0px;
        margin-right: 10px;
        border-radius: 5px;
        border: none;
    }
    
    .newletter form input[name="news_nome"] {
        width: 290px;
    }
    
    .newletter form input[name="news_email"] {
        width: 320px;
    }
    
    .newletter form button {
        font-weight: bold;
        margin-bottom: 0px;
        padding: 9px 18px;
        background: #b7c3bf;
        border-radius: 5px;
        color: #ffffff;
        transition: background-color 300ms ease-out;
    }
    
    .newletter form button:hover {
        background: #f5f5f5;
        color: #980007;
    }
    
    .footer {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: #c0141c;
    }
    
    .footer .endereco h1 {
        margin-bottom: 40px;
    }
    
    .footer .endereco p {
        color: #fff;
        margin-left: 10px;
    }
    
    .mapa_do_site p,
    .contato_ft p,
    .rede_sociais p {
        color: #fff;
    }
    
    .pinduca_contato img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
    .endereco p strong,
    .mapa_do_site p strong,
    .contato_ft p strong,
    .rede_sociais p strong {
        font-size: 1.2em
    }
    
    .mapa_do_site a {
        padding-left: 10px;
        position: absolute;
        color: #fff;
    }
    
    .mapa_do_site a:hover {
        color: #ccc;
    }
    
    .mapa_do_site a:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        border: 4px solid transparent;
        border-left-color: #fff;
        left: 0px;
        top: 50%;
        margin-top: -2px;
    }
    
    .contato_ft p span {
        font-size: 1.8em;
        color: #fff;
    }
    
    .contato_ft p span a,
    .endereco a {
        color: #fff;
    }
    
    .contato_ft {
        margin-bottom: 30px;
    }
    
    .footer .mobile {
        display: none;
    }
    
    .corpo {
        display: inline-block;
        width: 100%;
        position: relative;
        background: #fff;
    }
    
    .chamadas_inicial .bloco {
        background: transparent;
        border-radius: 10px;
        display: inline-block;
        width: 100%;
        position: relative;
        border: 1px solid #d7d7d7;
        margin-bottom: 25px;
    }
    
    .chamadas_inicial .bloco img {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    
    .chamadas_inicial .bloco p {
        display: inline-block;
        width: 100%;
        position: relative;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
        color: #007b4a;
        font-family: 'bebas_neueregular';
        letter-spacing: 1px;
        padding: 10px 0;
        background: url("../img/pattern_body.jpg") #f7f1e7 repeat;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin: 0
    }
    
    .chamadas_inicial .bloco p:after {
        content: "";
        width: 40px;
        height: 20px;
        top: -20px;
        left: 10px;
        left: 10px;
        position: absolute;
        background: url("../img/seta_top.png") no-repeat;
    }
    
    .informativo_pg li {
        float: left;
        width: 33.33%;
        margin-bottom: 25px;
    }
    
    .informativo_pg li a {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .informativo_pg li a div {
        position: absolute;
        width: 80%;
        height: 90%;
        margin: 2.5% 0 0 10%;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.7);
        border: 2px solid rgba(253, 219, 90, 0.5);
        padding: 10px;
    }
    
    .informativo_pg li a div p {
        color: #ffffff
    }
    
    .informativo_pg li a div p span {
        color: #00bff3
    }
    
    .informativo_pg li a div h1 {
        font-size: 1.5em;
        color: #b4a364;
        line-height: normal;
        text-transform: uppercase;
        font-family: 'bebas_neueregular';
        letter-spacing: 1px;
    }
    
    .informativo_pg li:first-child img,
    .informativo_pg li:nth-child(3) img {
        border: 1px solid #ccc;
    }
    
    .informativo_pg li:nth-child(3) img {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .informativo_pg li:last-child {
        display: none;
    }
    
    .informativo_pg li:first-child img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .onde_nos_encontrar {
        margin-bottom: 25px;
    }
    
    .onde_nos_encontrar_m {
        display: none;
    }
    
    .empresa div.condeudo {
        text-align: center;
        margin: 25px 0 25px 0;
        border-bottom: 1px dashed #E5E5E5;
        display: block;
        width: 100%;
        padding-bottom: 25px;
    }
    
    .galeria_empresa div.large-3 {
        float: left !important;
        margin-bottom: 20px;
    }
    
    .galeria_empresa img {
        border: 10px solid #efefef;
    }
    
    .galeria_empresa img:hover {
        border: 10px solid #E4E4E4;
    }
    
    .conteudo_categoria h2 {
        padding-left: 20px;
        position: relative;
        color: #007b4a;
        font-size: 1.4em;
        text-transform: uppercase;
        font-family: "bebas_neueregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    
    .conteudo_categoria h2:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left-color: #007b4a;
        left: 0px;
        top: 50%;
        margin-top: -6px;
    }
    
    .conteudo_categoria div {
        padding-left: 20px;
    }
    
    .categoria_produto {
        display: block;
        width: 100%;
        margin-top: 60px;
        border-bottom: 1px solid #ccc;
        float: left;
        padding-bottom: 1px;
    }
    
    .carrocel_produto {
        border-bottom: none !important;
        margin-top: 40px !important;
    }
    
    .carrocel_produto .flex-viewport ul li a {
        display: block;
        padding: 10px;
        position: relative;
        text-align: center;
    }
    
    .carrocel_produto .flex-viewport ul li a span {
        font-size: 0.7em;
    }
    
    .carrocel_produto .flex-viewport ul li:hover a:after {
        content: '';
        border: 10px solid transparent;
        border-top-color: red;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -5px;
    }
    
    .down_mockup {
        color: #ffffff;
        background: #0067a4;
        text-align: center;
        display: inline-block;
        padding: 10px 10px 10px 30px;
        border-radius: 5px;
        position: relative;
        margin-bottom: 20px;
    }
    
    .down_mockup:hover {
        background: #01466e;
        color: #ffffff;
    }
    
    .down_mockup:before {
        content: '';
        width: 17px;
        height: 13px;
        background: url("../img/down_mockup.png") no-repeat;
        position: absolute;
        left: 8px;
        top: 11px;
    }
    
    .inf_produto .aba_2 {
        display: none;
    }
    
    .titulo_produto {
        text-transform: uppercase;
        color: #b4a364;
        font-size: 2em;
        font-family: "bebas_neueregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    .bt_muda_aba a {
        display: inline-block;
        padding: 5px 10px;
        background: #007b4a;
        color: #ffffff;
        cursor: pointer;
        position: relative;
        border-radius: 5px;
    }
    
    .bt_muda_aba a.ativo {
        background: #15a46b;
        color: #ffffff;
    }
    
    .linha_2 {
        width: 100%;
        max-width: 700px;
        height: 1px;
        margin: 15 auto;
        background: #ccc;
    }
    
    .receita_produto {
        display: inline-block;
        width: 100%;
        max-width: 200px;
        padding: 7px;
    }
    
    .receita_produto img {
        margin-bottom: 5px;
        border-radius: 5px;
    }
    
    .receita_produto span {
        font-size: 0.8em;
    }
    
    .categoria_receita {
        padding: 10px;
        display: block;
        text-align: center;
    }
    
    .categoria_receita img {
        border-radius: 5px;
    }
    
    .categoria_receita span {
        display: inline-block;
        font-size: 1.5em;
        color: #007b4a;
        text-transform: uppercase;
        margin: 10px 0;
        font-family: "bebas_neueregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    .lista_de_receita div.large-3,
    .lista_de_informativo div.large-3 {
        float: left !important;
    }
    
    .lista_de_receita div.large-3 img,
    .lista_de_informativo div.large-3 img {
        border-radius: 5px;
    }
    
    .lista_de_receita div.large-3 h2,
    .lista_de_informativo div.large-3 h2 {
        font-size: 0.9em;
        text-align: center;
        font-weight: 700;
        margin: 10px 0;
    }
    
    .lista_de_receita div.large-3:hover h2 a,
    .lista_de_informativo div.large-3:hover h2 a {
        color: #222222
    }
    
    .toolbox li {
        float: left;
        width: 100px;
        display: block;
        position: relative;
        margin: 20px 0;
    }
    
    .toolbox li.tweet iframe {
        /*margin-top: 5px;*/
    }
    
    .toolbox li.plusone div {
        /*margin-top: 5px !important;*/
    }
    
    .receito_inf_adcional {
        display: block;
        width: 100%;
        float: left;
    }
    
    .receito_inf_adcional a {
        display: block;
        float: left;
        padding-left: 36px;
        position: relative;
        cursor: default;
        margin-right: 10px;
    }
    
    .receito_inf_adcional a i {
        font-family: Georgia, Palatino Lynotipe, Times New Roman, serif;
    }
    
    .receito_inf_adcional a.preparo:after {
        content: "";
        position: absolute;
        width: 26px;
        height: 27px;
        background: url("../img/icn_tempo.png") no-repeat;
        left: 4px;
        top: 5px;
    }
    
    .receito_inf_adcional a.redimento:after {
        content: "";
        position: absolute;
        width: 26px;
        height: 27px;
        background: url("../img/icon_redimento.png") no-repeat;
        left: 4px;
        top: 5px;
    }
    
    .receito_inf_adcional a.impressao:after {
        content: "";
        position: absolute;
        width: 26px;
        height: 27px;
        background: url("../img/icon_lista_receita.png") no-repeat;
        left: 4px;
        top: 5px;
    }
    
    .receito_inf_adcional a.impressao {
        cursor: pointer
    }
    
    .recipelist ul li {
        list-style: none;
        border-top: 1px solid #f4f0e6;
    }
    
    .recipelist li {
        padding: 5px 15px;
        line-height: 1.5em;
    }
    
    .recipelist ul li:before {
        content: "●  ";
        color: #222;
        font-size: 0.8em;
    }
    
    .recipelist ol li {
        list-style: decimal inside;
        font-style: italic;
    }
    
    .recipelist h2 {
        font-size: 1.3em;
        font-family: Georgia, Palatino Lynotipe, Times New Roman, serif;
        color: #c0141c;
    }
    
    .lista_de_evento h2 {
        font-size: 1.4em;
        font-weight: 700;
        margin-bottom: 0px;
    }
    
    .lista_de_evento h2 a {
        color: #007B49;
    }
    
    .lista_de_evento p a span {
        color: #309CF6;
        margin-top: 5px;
        display: block;
    }
    
    .lista_de_evento .info {
        display: block;
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px dashed #E5E5E5;
    }
    
    .lista_de_evento img {
        border-radius: 5px;
    }
    
    .representantes {
        display: block;
        width: 100%;
        padding: 20px 0;
        border-radius: 5px;
        background: #F2F2F2;
        height: 340px;
        overflow-y: scroll;
    }
    .cidade_representante {
    	margin-top: 16px;
    	margin-bottom: -56px;
    }
    .estado-selecionado {
    	text-transform: uppercase;
    	font-weight: bold;
    	line-height: inherit;
    }
    
    .rep-alinha {
    	margin-top: 70px;
    }
    
    .represent {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 0px 20px 10px 20px;
        border-bottom: 1px dashed #ccc;
    }
    
    #S {
        min-height: 350px;
        max-height: 350px;
        width: 100%;
    }
    
    .trabalhe_consco input,
    .trabalhe_consco select,
    .trabalhe_consco textarea {
        border-radius: 5px;
        color: #3E3E3E !important;
        background-color: #fff;
    }
    
    .trabalhe_consco textarea {
        min-height: 150px;
        max-height: 200px;
    }
    
    .inputFile {
        width: 100%;
        height: 37px;
        position: relative;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #CCC;
        border-radius: 5px;
        margin-bottom: 17px;
        cursor: pointer;
    }
    
    .inputFile span {
        padding: 10px;
        display: block;
        position: absolute;
        overflow: hidden;
        width: 100%;
        color: #A9A9A9;
        cursor: pointer;
    }
    
    .inputFile input {
        position: absolute;
        right: 0;
        z-index: 2;
        font-size: 100px;
        /* Aumenta tamanho do campo */
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        height: 35px;
        margin: 0;
    }
    
    .inputFile b {
        cursor: pointer;
        position: absolute;
        right: -1px;
        background: #0067A4;
        color: #fff;
        font-weight: normal;
        padding: 10px;
        border-left: 1px solid #ccc;
    }
    
    body.contato .menu-global {
        position: relative;
        z-index: 99;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
    }
    
    .maps {
        display: block;
        width: 100%;
        position: relative;
        z-index: 5;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
        margin: 0 auto;
    }
    
    .t_busca {
        display: table;
        width: 100%;
        vertical-align: middle;
    }
    
    .t_busca div {
        display: table-cell;
    }
    
    .t_busca div.img {
        width: 145px;
        vertical-align: middle;
    }
    
    .t_busca div.cont {
        vertical-align: middle;
        padding-left: 20px;
    }
    
    .t_busca .cont h1 {
        font-size: 1.2em;
    }
    
    .t_busca .cont a span {
        color: #F01538;
    }
    /*CSS para impressão*/
    
    @media print {
        .topo,
        .menu-global,
        .breadcrumbs,
        .newletter,
        .footer,
        .bt_padrao_3,
        .linha_1,
        .bt_padrao_2,
        .toolbox,
        .imagem_receita {
            display: none;
        }
        .titulo_padrao_4 {
            padding: 0px;
        }
        * {
            background: transparent !important;
            color: #000 !important;
            text-shadow: none !important;
            filter: none !important;
            -ms-filter: none !important;
        }
        body {
            margin: 0;
            padding: 0;
            line-height: 1.4em;
            font: 12pt Georgia, "Times New Roman", Times, serif;
        }
        .recipelist ul li {
            border: none;
        }
        .recipelist {
            float: left;
            width: 50%;
        }
        .receito_inf_adcional a {
            padding: 0
        }
        .receito_inf_adcional a:after {
            display: none;
        }
        .logo_print {
            display: block;
        }
    }