

@media (max-width: 940px){


header.site-header{
    display: none;
	width:100%;
	height:65px;
	background-color: #000;
	position: fixed;
	z-index:10;
	color:#fff;
	font-size: 14px;
	font-family: 'museo-slab';
	line-height: 65px;
	text-align: center;
	text-transform: uppercase;
}

header.site-header a{
	color:#fff;
	text-transform: uppercase !important;
	text-decoration: none;
	height: inherit;
	line-height: inherit;
}

header.site-header ul{
	margin:0;
	list-style-type: none;
}

.menu-superior-esquerdo-container, .menu-superior-direito-container{
	float:none;
    clear:both;
}

header li{
	float:none;
    clear:both;
    width:100%;
    text-align: center;
	padding-left: 0;
	padding-right: 0;
}

header li a{
        text-transform: uppercase !important;
}

header .logo{
	padding-top: 5px;
	float:none;
    clear: both;
    width: 90px;
    height:90px;
    text-align: center;
    background: none;
}


.logo img{
	width:90px;
	
}

.menu_wrapper{
	display: block;
    width: 100%;
    background:rgba(0,0,0,0.9);
    border-bottom: solid 2px #B71E30;
    position: relative;
    top: -600px;
    z-index: -1;
    height: auto;
}
.menucenter{
    padding-right: 20px !important;
}
/*########## homepage ############*/
.homepage-lead-wrapper{
	position: absolute;
}

#homepage-wrapper{
    bottom:60px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#homepage-wrapper .homepage-destaque-desc{
    width:100%
}

#produtos-wrapper{
    top: inherit;
    bottom: 100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: right;
    color: #86744d;
}


#produtos-wrapper .homepage-destaque-tit{
    text-align: center !important;
    color:#fff !important;
}

#produtos-wrapper .homepage-destaque-desc{
    width:90vw;
    float:none;
    color: #fff !important;
}
#produtos-wrapper .homepage-destaque-desc, #saude-lead-wrapper .homepage-destaque-desc{
   /* display:none; */
    text-align: center !important;
}


#noticias-wrapper{
    color:#fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: right;
        bottom: 60px;
}

#noticias-wrapper .homepage-destaque-desc, #noticias-wrapper .homepage-destaque-tit{
    text-align: center !important;
}


#header-produtos{
       background-position: 65% 65px;
}


#produtos-destaque-bt{
    float:none;
         color:white;
    background-color: #86744d;
}

.homepage-destaque-tit{
	color: #fff;
    font-size: 6.3vmin;
    line-height: 6.4vmin;
    margin-bottom: 14px;
    font-weight: 500;
    font-family: 'museo-slab';
    text-transform: uppercase;
     text-align: center;
}

.homepage-destaque-desc{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'museo-sans';
    margin-bottom: 40px;
    text-align: center;
    line-height: 18px;
}

.homepage-destaque-bt{
   /* color: #fff; */
    font-size: 14px;
    font-weight: 500;
    font-family: 'museo-slab';
    padding: 13px 16px;
    text-align: center;
 /*   border: 1px #fff solid; */
    position: static;
    float: none !important;
    text-transform: uppercase;

    color:black;
    background-color: white;
}


.site-main{
    position: relative;
    left: -200vw;
    width: 700vw;
    height:100vh;
}

.header{
    width: 100vw;
    height: 100vh;
    float: left;
    position: relative;
}

.content-area{
    width:100%;
    overflow-x:hidden;
}

.homepage-header{
    height:100%;
}

.menu-active a{
    color:#969696 !important;
}

#gamas-wrapper section {
    width:100vw;
    height:calc(100vw*1.776);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#gamas-wrapper section p{
    display:none;
}

#gama-deli{
    background-image: url('imgs/mobile/deli-produtos-mobile.jpg');
}


#gama-balance{
    background-image: url('imgs/mobile/balance-produtos-mobile.jpg');
}


#gama-chef{
    background-image: url('imgs/mobile/chef-produtos-mobile.jpg');
}


#gama-natura{
    background-image: url('imgs/mobile/natura-produtos-mobile.jpg');
}


#gama-tradicional{
    background-image: url('imgs/mobile/tradicional-produtos-mobile.jpg');
}


#gama-sanduicharia{
    background-image: url('imgs/mobile/sanduicharia-produtos-mobile.jpg');
}

#sanduicharia-lead-wrapper .homepage-destaque-bt{
    color:#fff;
    border-color: #008402;
    background-color: #008402;
}

/*****   NOTICIAS LISTAGEM ******/
.noticia-list{
    width:100vw;
    height:700px;
    overflow: hidden;

    display: -webkit-flex;
    display: flex;
    display: flexbox;
    display:box;
    display: -ms-flexbox;

    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.noticia-list-imagem{
   flex-basis:0;
   flex-shrink:0;
   flex-grow:1;
   
    -webkit-flex-basis:0;
   -webkit-flex-shrink:0;
   -webkit-flex-grow:1;

   -ms-flex-basis:0;
   -ms-flex-shrink:0;
   -ms-flex-grow:1;
   height:350px;
   background-size: cover;
}

.noticia-list-imagem img{
  width:100%;
}

.noticia-list-text{
   flex-basis:0;
   flex-shrink:0;
   flex-grow:1;

    -webkit-flex-basis:0;
   -webkit-flex-shrink:0;
   -webkit-flex-grow:1;

    -ms-flex-basis:0;
   -ms-flex-shrink:0;
   -ms-flex-grow:1;



    display: -webkit-flex;
    display: flex;
    display: flexbox;
    display:box;
    display: -ms-flexbox;
   height:350px;
}

.text-wrapper{
    align-self:center;
    max-width: 100%;
}

.noticia-list-bt{
    color: #000;
    font-size: 2vmin;
    font-weight: 500;
    font-family: 'museo-slab';
    padding: 10px 13px;
    width: auto;
    border: 1px #000 solid;
    position: relative; 
    float: left;
    text-transform: uppercase;
}

.noticia-left{
    justify-content: initial;
    margin-right:60px;
    margin-left:40px;
     position: relative;
    top:350px;
}

.noticia-list-imagem:nth-child(even){
    position: relative;
    top:-350px;
}

.noticia-right{
    margin-right:60px;
    margin-left:40px;
}

.text-wrapper h1{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
}

.text-wrapper p{
    font-family: 'museo-sans';
    padding-top:22px;
    padding-bottom:22px;
    font-size: 14px;
        line-height: 16px;
}

.noticia-list-bt{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'museo-slab';

}

.homepage-destaque-talheres{
        align-self: center;
}
.homepage-destaque-talheres img{
        width:55px;
}

.homepage-lead-wrapper .spacer{
    height: 3px;
    background-color: #fff;
    width: 120px;
}

.homepage-destaque-receitas-list{
    display: flex;
    flex-direction: row;
}


.homepage-destaque-receitas-single{
    width: 370px;
    height: 250px;
    background-color:#000;
    display: flex;
    background-size: cover;
}

.homepage-destaque-receitas-single .titulo{
    align-self: center;
    margin: auto;
    -webkit-text-shadow: 0px 4px 3px rgba(0,0,0,0.75);
    -moz-text-shadow: 0px 4px 3px rgba(0,0,0,0.75);
    text-shadow: 0px 4px 3px rgba(0,0,0,0.75);
    font-family: "museo-slab";
    text-transform: uppercase;
}

#destaque-chef{
    height: 90%;
    position: absolute;
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
  /*  right: 50%; */
    left: 100%;
    transform: translate(-58%);
}

.receita-list{
    width: 100%;
    height: 100vw;
    padding: 0;
    float: none;
    display: block;
}

.receita-list-text{
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    margin: 0 auto;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;  
    opacity: 0;
    -webkit-transition: opacity 450ms; /* Safari */
    transition: opacity 450ms;
}

.receita-list-text-wrap{
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
    height:     100%;
}

.receita-list-text:hover{
    opacity: 1;
}

.receita-list-text-wrap img{
    padding-bottom: 10px;
}

.receita-list-text-wrap .titulo{
    font-family: "museo-slab";
    text-transform: uppercase;
    color:#fff;
    padding-bottom: 20px;
    width:100%;

}

.receita-list-text-wrap .body{
    font-family: "museo-sans";
    color:#fff;
    padding-bottom: 10px;
    font-weight: 100;
}

#receita-header-section div{
    margin:10px;
}

#receita-header-section .titulo{
    text-align: center;
    font-size: 30px;
    font-family: "museo-slab";
    text-transform:uppercase;
}

#receita-header-section .subtitulo{
    text-align: center;
    font-size: 12px;
    font-family: "museo-slab";
    font-weight: 300;
    padding-bottom: 40px;
}

#receita-header-section .spacer{
    margin: 0 auto;
    background-color: #000;
    width: 80px;
    height: 2px;
}

#gama-deli{
    color:#706140;
    fill:#706140;
}
.gama-text-wrapper a {
    font-family: 'museo-slab';
    font-size: 4.5vmin;
}
#gama-deli .gama-text-wrapper {
    position: relative;
    top: 43.8%;
    left: 8%;
    color: #fff;
}

#gama-deli .gama-text-wrapper img{
    content:url("svgs/ico-plus-white.svg");
    width:4.5vmin;
    height:4.5vmin; 
}

.gama-text-wrapper img{
    width:4.5vmin;
    height:4.5vmin; 
}

.destaque h1{
    font-size: 10vmin;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'museo-slab';
    text-transform: uppercase;
}


.destaque p{
    font-size: 2.2vmin;
    line-height: 2.9vmin;
    font-weight: 300;
    font-family: 'museo-sans';
    margin-bottom: 15px;
}


.ico-plus{
    fill:none;
    stroke:#FFFFFF;
    stroke-miterlimit:10;
}


.homepage-lead-wrapper-receita{
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    cursor: auto;
    align-self: flex-end;
    margin: 0 auto; 
    padding-right: 0;
    padding-bottom: 40px;
    z-index: 2;
}

.homepage-lead-wrapper-receita .homepage-destaque-desc{
    display: none;
}

.homepage-lead-wrapper-receita .homepage-destaque-tit{
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 7.3vmin;
    line-height: 7.6vmin;
}

.receita-lightbox:last-child{
    display:none;
}

#gama-tradicional{
    color:#fff;
    fill:#fff;
}

#gama-tradicional .gama-text-wrapper{
    position: relative;
    top: 0;
    left: 7%;
}

#gama-tradicional line.ico-plus{
     stroke:#000;
}

#gama-sanduicharia{
    color:#000;
    fill:#000;
}

#gama-sanduicharia .gama-text-wrapper{
    position: relative;
    top: 17%;
    left: 7%;
}

#gama-chef{
    color:#000;
    fill:#000;
}

#gama-chef .gama-text-wrapper{
    position: relative;
    top: 10%;
    left: 6%;
}

#gama-balance{
    color:#000;
    fill:#000;
}

#gama-balance .gama-text-wrapper{
    position: relative;
    top: 0;
    left: 7%;
}

#gama_natura .ico-plus{
     stroke:#000;
}

#gama-natura{
    color:#fff;
    fill:#fff;

}

#gama-natura .gama-text-wrapper{
    position: relative;
    top: 25%;
    left: 8%;
}

#gama-natura line.ico-plus{
     stroke:#000;
}

#primor-lead-wrapper{
        height: initial;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: initial;
        bottom: 60px;
}


.inst-text-wrapper{
    float: none;
    width: 100%;
    padding-right:0;
    padding-top:20px;
    margin: 0 auto;
    max-width: none;
}

.primor-badge img{
    width: 50vw;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
}

.primor-badge{
    float: none;
    clear: both;
}

.inst-text-wrapper .homepage-destaque-desc{
  /*  display: none; */
}

#saude-lead-wrapper{
    width: 90%;
    height: initial;
    text-align: center;
    top: initial;
    right: 0;
    left: 0;
    bottom: 60px;
}
#saude-lead-wrapper  .homepage-destaque-desc{
  width:100%;
  float:none;
}


#saude-lead-wrapper  .homepage-destaque-bt{
    float:none;
    color:white !important;
    background-color: transparent !important;
}

#bacon-lead-wrapper{
    height: auto;
    width: 90%;
    text-align: center;
    top: initial;
    right: 0;
    left: 0;
    bottom: 40px;
    margin: auto;
}

#bacon-lead-wrapper .homepage-destaque-bt{
    display:block;
}

#bacon-lead-wrapper .homepage-destaque-desc img{
    width: auto;
    max-height: 60vw;
}

#bacon-lead-wrapper .homepage-destaque-bt{
    float:none;
   clear: both;
       color:white !important;
    background-color: transparent !important;
}


#saude-lead-wrapper .homepage-destaque-tit{
    color:#008402;
}

#institucional section h1 {
    font-family: "museo-slab";
    font-size: 33px;
    text-align: center;
    padding: 40px 0 40px;
    width:72vw;
    margin: 0 auto;
}


#institucional section p {
    font-family: "museo-sans";
    font-size: 16px;
    text-align: center;
    width: 90vw;
    margin: 0 auto;
}

#institucional .spacer{
    width:10vw;
    height:2px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 40px;
}


#cd-timeline{
    width: 100vw;
    height:200px;
    position: relative;
}


#timeline-line {
    content: '';
    left:0;
    right:0;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e5e5e5;
}

#institucional img{
    width:100%;
}

#reinventa-dia img{
    height: 16px;
    /*padding: 10px;*/
}

.article-receita .left{
    width: 100%;
    height: 200px;
    float: none;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.article-receita .right{
    width: calc(100% - 30px);
     height: calc(100% - 200px);
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    overflow: scroll;
}

.receita-body{
    background-color: #fff;
    margin: 0;
}



.receita-body{
    background-color: #fff;
    margin: 0;
}

.nivo-lightbox-wrap{
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
}

.nivo-lightbox-close{
    top:3%;
    right:3%;
}

.right h1{
    text-transform: uppercase;
    padding-top: 40px;
    font-size: 29px;
    padding-bottom: 20px;
}

.caracteristicas{
    overflow: hidden;
    font-size: 14px;
}
.caracteristicas li{
    float:left;
}
.ingredientes{
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;  
}
.ingredientes li {
    padding-left: 1em; 
    text-indent: -.7em;
}
.ingredientes li:before {
    content: "• ";
    color: #b72130;
}


.preparacao {
    counter-reset: li;
    list-style-type: none;
    padding: 30px;
    padding-left:40px;
}

.preparacao > li {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 14px;
}
.preparacao > li:before, .preparacao > li:after {
    position: absolute;
    top: -10px;
    left: -35px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.preparacao > li:before {
    content: counter(li);
    counter-increment: li;
    color: #000;
    font-weight: 100;
    font-family: "museo-sans";
    font-style: italic;
    text-align: center;
}
.preparacao > li:after {
    content: '';
    border: 1px solid #b72130;
    border-radius: 16px;
}

.article-receita h2{
    font-family: "museo-sans";
    padding-top: 50px;
    font-weight: 700;
}


.article-receita .share #voltar{
    float: left;
    border: 1px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 300;
    line-height: 7px;
    cursor: pointer;
}

.article-receita .share #partilhar{
    display:block;
    float: right;
    border: 1px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 300;
    line-height: 7px;
    width:90px;
    text-align: center;
}

.article-receita .share #twittar{
    display:block;
    float: right;
    border: 1px solid;
    padding: 10px;
    margin-left:10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 300;
    line-height: 7px;
    width:90px;
    text-align: center;
    margin-bottom: 10px;
}








.article-noticia .left{
    height: 30%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.article-noticia .right{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.noticia-body{
    background-color: #fff;
    margin: 0;
}

.right h1{
    text-transform: uppercase;
    padding-top: 40px;
    font-size: 29px;
    padding-bottom: 20px;
}


.article-noticia h2{
    font-family: "museo-sans";
    padding-top: 5px;
    padding-bottom: 30px;
    color:#ccc;
    font-size: 11px;
    font-weight: 300;
}


.article-noticia .text{
    font-family: "museo-sans";
    padding-bottom: 30px;
    color:#000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}

.article-noticia .share #voltar{
    float: left;
    border: 1px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    line-height: 17px;
}

.article-noticia .share #partilhar{
    float: right;
    border: 2px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 700;
    line-height: 7px;
}

.article-noticia .share #twittar{
    float: right;
    border: 2px solid;
    padding: 10px;
    margin-left:10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 700;
    line-height: 7px;
}


.content-wrapper{
    padding-top:125px;
}

#menu-gamas{
    width: 100vw;
    margin: 0 auto;
    background: #f7f7f7;
    height: 45px;
    position: fixed;
    top: 65px;
    text-align: center;
    font-family: "museo-slab";
    text-transform: uppercase;
    line-height: 45px;
    font-size: 12px;
    font-weight: 500;
    z-index: 998;
    overflow: scroll;
}
#menu-gamas-content{
    width:550px;
}
#menu-gamas ul{
        display: inline-table;
}
#menu-gamas-content li:nth-child(3){
    padding-right: 20px !important;
}
#menu-gamas li{
    display: inline;
    padding-right: 20px;
}

#menu-gamas li:last-child{
    padding-right:0;
}

#menu-gamas a{
     text-transform: uppercase;
     color:inherit;
}

#menu-gamas .active{
    color:#9b9b9b;
}

.product-gama-title h1{
    font-size:30px;
    text-transform: uppercase;
    text-align: center
}
.product-spacer{
    width:100px;
    margin:0 auto;
    height:2px;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
}

.article-produto .left{
    width: 100% !important;
    height: 400px !important;
    float: none !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
}

.article-produto .right{
    width: calc(100% - 30px) !important;
     height: calc(100% - 200px) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: none !important;
    overflow: scroll !important;
}


.article-produto .share #voltar{
    float: left;
    border: 1px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 300;
    line-height: 7px;
    cursor: pointer;
}

.article-produto .share #partilhar{
    display:block;
    float: right;
    border: 1px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 300;
    line-height: 7px;
    width:90px;
    text-align: center;
}

.article-produto .share #twittar{
    display:block;
    float: right;
    border: 1px solid;
    padding: 10px;
    margin-left:10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 300;
    line-height: 7px;
    width:90px;
    text-align: center;
    margin-bottom: 10px;
}

.cd-container div{
    margin: 0 auto
}

#cd-timeline img{
    width: 100%;
    height:100%;
}
#cd-timeline {
    max-width: 100vw;
    height: 312px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.pixel-gradient{
    background-image: linear-gradient(left , rgb(255,255,255) 45%, rgb(209,209,209) 50%, rgb(255,255,255) 55%);
    background-image: -o-linear-gradient(left , rgb(255,255,255) 45%, rgb(209,209,209) 50%, rgb(255,255,255) 55%);
    background-image: -moz-linear-gradient(left , rgb(255,255,255) 45%, rgb(209,209,209) 50%, rgb(255,255,255) 55%);
    background-image: -webkit-linear-gradient(left , rgb(255,255,255) 45%, rgb(209,209,209) 50%, rgb(255,255,255) 55%);
    background-image: -ms-linear-gradient(left , rgb(255,255,255) 45%, rgb(209,209,209) 50%, rgb(255,255,255) 55%);

}

.timeline-decade{
    padding-top: 10px;
    padding-bottom: 10px;
}

.timeline-step{
    width:20px;
    height:20px;
    padding-top:60px;
    padding-bottom:60px;
}

.timeline-start, .timeline-end{
    width:59px;
    height:61px;
}

.timeline-end{
    margin: 0 auto;
}


#cd-timeline .timeline-step:nth-child(odd) .timeline-step-year {
    position: relative;
    top: 20px;
    right: 50px;
}



#cd-timeline .timeline-step:nth-child(odd) .timeline-step-content {
    width: 40vw;
    text-align: left;
    position: relative;
    top: -20px;
    left: 40px;
     font-size: 11px;
     line-height: 12px;
}


#cd-timeline .timeline-step:nth-child(even) .timeline-step-year {
    position: relative;
    top: 20px;
    left: 40px;
}



#cd-timeline .timeline-step:nth-child(even) .timeline-step-content {
    width: 40vw;
    text-align: right;
    position: relative;
    top: -20px;
    right: calc(40vw + 20px);
    font-size: 11px;

     line-height: 12px;
}

#cd-timeline [data-index="23"]{
    padding-bottom: 460px;
}

#cd-timeline [data-index="19"]{
    padding-bottom: 170px;
}

#cd-timeline [data-index="13"],#cd-timeline [data-index="11"]{
    padding-bottom: 120px;
}

#cd-timeline [data-index="14"]{
    padding-bottom: 80px;
}
#cd-timeline [data-index="8"], #cd-timeline [data-index="3"],#cd-timeline [data-index="22"]{
    padding-bottom: 100px;
}


#map-wrapper{
    position: relative;
    z-index: 0;
}

#form{
    position: absolute;
    right:5vw;
    background-color: #fff;
    width:350px;
    top:30px;
    z-index: 2;
}

#map-canvas{
    height:500px;
    border-bottom: 4px solid #b72130;
}

#morada-wrapper{
    text-align: center;
    height: 50px;
    line-height: 50px;
}

#morada-wrapper span{
    padding:5px;
    font-family: "museo-sans";
    font-size: 13px;
    font-weight: 300;
}

#onde-estamos .wrapper{
height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#onde-estamos .text{
    padding-top: 8vh;
    padding-left: 10vw;
    width: 80vw;
    font-size: 3.5vw;
    line-height: 19px;
}

#form h2{
    font-family: "museo-slab";
    text-align: center;
    font-size:19px;
    padding-top:40px;
    padding-bottom:10px;
}

#form form{
    text-align: center;
}
#form input{
    border: 0;
    border-bottom: 1px solid black;
    font-size: 14px;
    line-height: 40px;
    width: 297px;
    height: 40px;
}

#form textarea{
    height: 100px;
    width: 297px;
    margin-top:20px;
    padding: 10px;
    border: 1px solid black;
    font-size: 14px;
}
#form input[type="submit"]{
    margin-top:10px;
    background-color: #41ad00;
    border: 0;
    height: 40px;
    width: 90%;
    color: #fff;
    font-size:15px;
    font-family: "museo-slab";
}

.filters{
        margin: 0 auto;
    width: 170px;
    height: 100px;
    position: relative;
}

.filter {
    float: none;
    border: 1px solid;
    padding: 10px;
    /* margin: 10px; */
    width: 160px;
    margin: 10px auto;
    font-family: "museo slab";
}

.filters ul{
    display:none;
    position: absolute;
    top: 38px;
    margin: 10px;
    z-index:10;
     border: 0 solid black;
    border-width: 0 0 1px 1px;
}


#filter-list-type{

}

#filter-list-cut{
    left: 0;
    top: 90px;
}


.filters li{
    border: 0 solid black;
    border-width: 2px 2px 0 0;
    padding: 10px;
    min-width: 120px;
    background-color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}

.active-filter{
    background: #ccc !important;
}

.mobile-header{
    display:block;
    width:100%;
    position:fixed;
    height:65px;
    background-color: #000;
    z-index:999;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    font-family: 'museo-slab';
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
}

.hamburguer{
    position: absolute;
    right:15px;
    top:10px;
}

.hamburguer .opened{
    display: none;
}

#sanduicharia-lead-wrapper{
    bottom:60px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#sanduicharia-lead-wrapper .homepage-destaque-tit{
    color:#008402;
    line-height: 6vmin;
    text-align: center
}

#sanduicharia-lead-wrapper .homepage-destaque-desc{
    color:#000;
    width: 90vw;
}

#sanduicharia #intro{
    background-image: none;
}

#sanduicharia section p {
    font-family: "museo-sans";
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 10px;
}

#sanduicharia section h2 {
    font-family: "museo-slab";
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
    text-align: center;
    padding: 20px 0 30px;
    width: 90vw;
    margin: 0 auto;
    }

/* NOVOS HEADERS MOBILE */

#header-primor{
    background-image:url(imgs/mobile/header-primor-mobile.jpg) !important;
}
#header-primor #blackbox{
    display:block;
}
#header-saude{
    background-image:url(imgs/mobile/header-saude-mobile.jpg) !important;
}
#header-sanduicharia{
    background-image:url(imgs/mobile/header-sanduicharia-mobile.jpg) !important;
}
#header-produtos{
    background-image:url(imgs/mobile/header-produtos-mobile.jpg) !important;
}

.social_menu{
    position:static;
    display: block;
    overflow: hidden;
}

.social_menu ul li{
    display: inline;
}

#menu-institucional{
        overflow-x: scroll;
}
.menu-center{
    padding-right: 90px
}
#menu-institucional-content{
    width:700px;
}

.mouse{
    display:none;
}


#passatempo-lead-wrapper{
    bottom:60px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top:inherit;
}

#passatempo-lead-wrapper .homepage-destaque-tit{
    color:#000;
    line-height: 6vmin;
    text-align: center
}

#passatempo-lead-wrapper .homepage-destaque-desc{
    color:#000;
    width: 90vw;
}

.lang{
    display: block !important;
    margin: 0;
}
}
