*::-webkit-scrollbar{
 /*   width: 0 !important; */
}
* {
 /*   -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; */
}

html {
    height: 100%;
}

body{
	font-family: "museo-sans",sans-serif;
	min-height: 100vh;
    overflow-y:auto;
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "museo-slab",sans-serif;
}

a{
    text-transform: none;
    text-decoration: none;
    color:inherit;
}

#page{
	height:100%;
	opacity:0;
}

.site-content, .content-area, .site-main, #destaque-homepage-wrapper{
	height:100%;
}

header.site-header{
	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;
    overflow: visible;
}

header.site-header a{
	color:#fff;
	text-transform: uppercase;
	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:left;
}

header li{
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

header .logo{
	padding-top: 10px;
	float:left;
	height:115px;
}

header .logo img{
    width: 100%;
    height: 100%;
}

.menu_wrapper{
	display: inline-block;
    height:65px;
}

/*########## homepage ############*/
.homepage-lead-wrapper{
	position: absolute;
}

#homepage-wrapper .homepage-destaque-desc{
    width:440px;
}
#homepage-wrapper{
    bottom:15%;
    left:7.5%;
}
#produtos-wrapper{
    right: 5%;
    top:35%;
    text-align:right;
    color:#86744d;
}

#produtos-wrapper .homepage-destaque-desc{
    width:40vw;
    float:right;
}
#noticias-wrapper{
    color:#fff;
    bottom:15%;
    left:10%;
    max-width:850px;
    width: 50vw;
}
#header-produtos{
    background-position: right;
}
#produtos-destaque-bt{
    float:right;
}
.homepage-destaque-tit{
	color: #fff;
    font-size: 6vmin;
    margin-bottom: 14px;
    font-weight: 500;
    font-family: 'museo-slab';
    text-transform: uppercase;
}

.homepage-destaque-desc{
    color: #fff;
    font-size: 2.2vmin;
    line-height: 2.9vmin;
    font-weight: 300;
    font-family: 'museo-sans';
    margin-bottom: 40px;
}

.homepage-destaque-bt{
    color: #fff;
    font-size: 2vmin;
    font-weight: 500;
    font-family: 'museo-slab';
    padding: 13px 16px;
    width: auto;
    border: 1px #fff solid;
    position: relative; 
    float: left;
    text-transform: uppercase;
    cursor:pointer;
}
.site-main{
    position: relative;
    left: -300vw;
    width: 700vw;
    height:100vh;
}
.header{
    width: 100vw;
    height: 100vh;
    float: left;
    position: relative;
    overflow:hidden;
}

.content-area{
    width:100%;
    overflow:hidden;
}
.homepage-header{
    height:100%;
}

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

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


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


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


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


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


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

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


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

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

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

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

   -ms-flex-basis:0;
   -ms-flex-shrink:0;
   -ms-flex-grow:1.5;
   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: flex-end;
    margin-right:60px;
    margin-left:40px;
}

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

.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:33px;
}

.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;
    text-align: center;
    margin: auto;
    -webkit-text-shadow: 0px 0px 3px rgba(0,0,0,0.75);
    -moz-text-shadow: 0px 0px 3px rgba(0,0,0,0.75);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.75);
    font-family: "museo-slab";
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 25px;
    font-size: 18px;
}

.down-arrow{
    float: right;
    width: 15px;
    height: 15px;
    margin: 0 !important;
    padding: 0;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg);
    position: relative;
    top: -4px;
}

#destaque-chef{
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 5%;
    cursor: auto;
    z-index: 1;
        pointer-events: none;
}
#receitas-wrapper{
    min-height: 500px;
}
.receita-list{
    width: 31.333%;
    height: 31.333vw;
    padding: 1%;
    float: left;
    display: flex;


}

.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%;
    padding: 0 40px;
}
.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;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    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-size: 6vmin;
    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-deli .gama-text-wrapper{
    position: relative;
    top: 20%;
    left: 58%;
}

.destaque h1{
    font-size: 6vmin;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'museo-slab';
    text-transform: uppercase;
}
.gama-text-wrapper img{
    width:15px;
    height:15px; 
}

.destaque p{
    font-size: 2.2vmin;
    line-height: 3vmin;
    font-weight: 300;
    font-family: 'museo-sans';
    margin-bottom: 30px;
        width: 29vw;
}

.gama-text-wrapper a{
    font-family: 'museo-slab';
    font-size: inherit;
}

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

.homepage-destaque-bt:hover{
    color:black;
    background-color: white;
}

#produtos-destaque-bt{
    color:#86744d;
    border-color:#86744d;
}

#produtos-destaque-bt:hover{
     color:white;
    background-color: #86744d;
}
.homepage-lead-wrapper-receita{
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    cursor: auto;
    align-self: center;
    margin: 0 auto;
    padding-right: 30%;
    margin-top: 40px;
}


#gama-tradicional{
    color:#fff;
    fill:#fff;
}
#gama-tradicional .gama-text-wrapper{
    position: relative;
    top: calc(15% - 50px);
    left: 5%;
}
#gama-tradicional line.ico-plus{
     stroke:#000;
}

#gama-sanduicharia{
    color:#000;
    fill:#000;
}
#gama-sanduicharia .gama-text-wrapper{
    position: relative;
    top: 30%;
    left: 30%;
}
#gama-chef{
    color:#000;
    fill:#000;

}
#gama-chef .gama-text-wrapper{
    position: relative;
    top: 10%;
    left: 50%;
}
#gama-balance{
    color:#000;
    fill:#000;
}
#gama-balance .gama-text-wrapper{
    position: relative;
    top: 15%;
    left: 32%;
}
#gama_natura .ico-plus{
     stroke:#000;
}
#gama-natura{
    color:#fff;
    fill:#fff;

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

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


#primor-lead-wrapper{
        height: 63vh;
    width: 90vw;
    text-align: right;
    top: 0;
    left: calc(50vw - 45vw);
    bottom: 0;
    margin: auto;
}
.inst-text-wrapper{
    float: left;
    max-width: 35vw;
    padding-right: 20px;
    padding-top: 20px;
    text-align: right;
}
.primor-badge{
/*  position: absolute;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center; 
    margin-top: 25vh; */
    float:right;
}

.primor-badge img{
    height:40vh;
}

#saude-lead-wrapper{
    width:42vw;
    height:35vh;
    text-align: right;
    top: 0; right: 4%; bottom: 0;
    margin: auto;
}


#saude-lead-wrapper .homepage-destaque-bt:hover{
    color:white !important;
    background-color: transparent !important;
}
#bacon-lead-wrapper{
    height: 45vh;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#bacon-lead-wrapper .homepage-destaque-desc img{
    width:25vw; 
}

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

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

#saude-lead-wrapper  .homepage-destaque-bt{
    float:right;
    cursor: default;
}
#saude-lead-wrapper  .homepage-destaque-desc{
  width:33vw;
  float:right;
}
#header-primor #blackbox{
    display:none;
}
#institucional{
        padding-top: 95px;
}
#institucional section h1 {
    font-family: "museo-slab";
   /* font-size: 33px; */
       font-size: 6vmin;
    text-align: center;
    padding: 100px 0 30px;
}

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

#institucional .spacer{
    width:10vw;
    height:2px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 20px;
}
#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: 20px;
    padding: 40px 0 40px;
}

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

.receita-lightbox{
    display:block; width:100%; height: 100%;
}

.article-receita .right{
   /* width: 50%; */
    padding-left: 40px;
    padding-right: 30px;
    height: 100%;
    float: none;
    overflow-y: scroll;
}

.right .share{
    padding-top: 40px;
    padding-bottom: 30px;
    height: 40px;
}
.receita-body{
    background-color: #fff;
    margin: 0;
}

.nivo-lightbox-wrap{
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    max-width: 980px;
    max-height: 720px;
    margin: 0 auto;
}

.nivo-lightbox-close{
    top:20px;
    right:35px;
}


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

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


.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: -5px;
    left: -30px;
    width: 20px;
    height: 20px;
    line-height: 23px;
    letter-spacing: -2px;
    /* padding-left: 1px; */
    font-size: 14px;
}
.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;
}

.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;
}

#receitas-bt{
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    font-weight: 300;
    line-height: 7px;
}

.article-receita .right h1{
    padding-bottom: 20px;
}





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

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

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

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


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


.article-noticia .text{
    font-family: "museo-sans";
    padding-bottom: 30px;
    color:#000;
    font-size: 18px;
    line-height: 22px;
    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: 1px solid;
    padding: 10px;
    font-family: "museo-slab";
    font-size: 14px;
    line-height: 17px;
}

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


.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: 1;
}
#menu-gamas-content{
    width:550px;
    margin:0 auto;
    position: relative;
    left: 66px;

}
#menu-gamas-content li:nth-child(3){
    padding-right: 90px !important;
}
#menu-gamas ul{
        display: inline-table;
}

#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{
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 6vmin;
    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 p{
    padding-top:20px;
    padding-bottom: 40px;
}

.article-produto .left {
    width: 40%;
    height: 100%;
    float: left;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.article-produto .right{
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    float: left;
}

.noscroll {
position:fixed;
  overflow: hidden;
}

.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:65px;
    text-align: center;
    margin-bottom: 10px;
}

.cd-container div{
    margin: 0 auto
}

#cd-timeline img{
    width: 100%;
    height:100%;
}
#cd-timeline {
    max-width: 70vw;
    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: 300px;
    text-align: left;
    position: relative;
    top: -20px;
    left: 40px;
    font-size: 14px;
    line-height: 16px;
}
#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: 300px;
    text-align: right;
    position: relative;
    top: -20px;
    right: 320px;
    font-size: 14px;
    line-height: 16px;
}


#cd-timeline [data-index="3"]{
    padding-bottom: 100px;
}
#cd-timeline [data-index="5"]{
    padding-bottom: 130px;
}
#cd-timeline [data-index="9"]{
    padding-bottom: 160px;
}
#cd-timeline [data-index="12"]{
    padding-bottom: 100px;
}
#cd-timeline [data-index="18"]{
    padding-bottom: 130px;
}
#cd-timeline [data-index="21"]{
    padding-bottom: 160px;
}
#cd-timeline [data-index="22"]{
    padding-bottom: 300px;
}
#cd-timeline [data-index="23"]{
    padding-bottom: 130px;
}
/*
#cd-timeline [data-index="23"]{
    padding-bottom: 460px;
}
#cd-timeline [data-index="19"]{
    padding-bottom: 370px;
}
#cd-timeline [data-index="14"]{
    padding-bottom: 80px;
}
#cd-timeline [data-index="8"]{
    padding-bottom: 100px;
}

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

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

#cd-timeline [data-index="20"]{
    padding-bottom: 160px;
}
*/
#map-wrapper{
    position: relative;
    z-index: 0;
}

#form{
    position: absolute;
    right:15vw;
    background-color: #fff;
    width:350px;
    top:25px;
    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:30px;
    font-family: "museo-sans";
    font-size: 13px;
    font-weight: 300;
}

#onde-estamos .wrapper{
    height: 570px;
    background-size: cover;
}

#onde-estamos .text{
    padding-top: 8vh;
    padding-left: 10vw;
    width: 430px;
   line-height: 24px;
}

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

#form form{
    text-align: center;
}
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;
}
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 !important;
    width: 405px;
    height: 70px;
    position: relative;
}

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

.filters ul{
    display:none;
    position: absolute;
    top: 36px;
    margin: 10px;
    z-index:10;
    border: 0 solid black;
    border-width: 0 0 1px 1px;
    overflow-y: auto;
    max-height: 200px;
}


#filter-list-type{

}

#filter-list-cut{
    left:162px;
}


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

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

.mobile-header{
    display:none;
}



.nivo-lightbox-theme-default .nivo-lightbox-close{
    display: block;
    background: url(imgs/ico-close.png) no-repeat 5px 5px;
    background-size: 21px 21px;
    background-position: right;
    width: 90%;
    top: 22px;
    height: 21px;
    opacity: 1;
    max-width: 950px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}



#sanduicharia-lead-wrapper{
right:0vw;
bottom:18vw;
width: 45vw;
}

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

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

#sanduicharia-lead-wrapper .homepage-destaque-bt{
    color:#000;
    border-color: #000;
    background-color:none;

}

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

#sanduicharia section h1 {
    font-family: "museo-slab";
   /* font-size: 33px; */
    font-size: 6vmin;
    text-align: center;
    padding: 100px 0 30px;
}

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

#sanduicharia #galeria h2 {
    font-size: 18px;
    color:#000;
    position: relative;
    top:-30px;
}

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

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

#fotos{
    width:100vw;
    height:calc(100vw / 1.77);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#fotos-nav{
    position: relative;
    top: -48px;
    width: 179px;
    margin: 0 auto;
    float: none;
    clear: both;
    height: 90px;
}

#fotos-nav #left{
    width: 60px;
    float: left;
    margin: 20px 10px;
    cursor: pointer;
}

#fotos-nav #right{
    width: 99px;
    float: left;
    cursor: pointer;
}

#sanduicharia #intro{
    background-image: url(imgs/sanduicharia_rir_pessoas.png);
    background-size: 103vw;
    background-position: -2vw bottom;
    background-repeat: no-repeat;
}


#blackbox{
width:100vw;
height: 50vh;
bottom: 0;
position: absolute;
background: -moz-linear-gradient(bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}


#cv{
    max-width: 700px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

#cv input[type="text"]{
    border: 0;
    border-bottom: 1px solid black;
    font-size: 14px;
    line-height: 40px;
    width: 297px;
    height: 40px;
}
#cv #file_wrapper{
    width: 0px;
    height: 0px;
    overflow: hidden;
    
}
#cv input[type="submit"]{
    margin-top:10px;
    background-color: #41ad00;
    border: 0;
    height: 40px;
    width: 300px;
    color: #fff;
    font-size:15px;
    font-family: "museo slab";
}

#upload_bt{
    width: 29px;
    height: 21px;
    display: inline-block;
    position: relative;
    right: 20px;
    top: 8px;
}

#cvfilename{
    position: relative;
    left: 17px;
}


#passatempo-lead-wrapper{
    left: 12vw;
    bottom: 7vw;
    width: 45vw;
}

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

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

#passatempo-lead-wrapper .homepage-destaque-bt{
    color:#000;
    border-color: #000;
    background-color:none;

}

#passatempo-lead-wrapper .homepage-destaque-bt:hover{
    color:#fff;
    border-color: #000;
    background-color: #000;
}

#passatempos-header h1{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
    font-size:20px;
    font-weight: bold;
}

#passatempos-header #spacer{
    width:155px;
    margin:0 auto;
    height:2px;
    background-color: #000;
}

#passatempos-menu {
    margin: 0 auto;
}
#passatempos-menu ul{
    text-align: center;
    margin-top: 20px;
}

#passatempos-menu li{
    border: 1px solid black;
    padding: 10px 20px;
    display: inline-block;
    font-family:"museo-slab";
    cursor: pointer;
    margin:10px;
}

#passatempo-detalhe-header{
    overflow:hidden;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
#passatempo-detalhe-header #image{
    width:50vw;
    float:left;
}

#passatempo-detalhe-header #image img{
    width:100%;
}

#passatempo-detalhe{
    text-align: center;
}
#passatempo_regulamento{
    cursor: pointer;
    margin:20px;
    padding: 10px;
    border:1px solid black;
    font-family:"museo-slab";
    display: inline-block;

}
.certificacoes_img{
    text-align: center;
}

.certificacoes_img img{
    width:70% !important;
}

.social_menu{
    position: absolute;
    right: 0;
    top:13px;
}

.social_menu li{
    padding: 0;
}

.social_menu ul{
    padding-right: 20px;
}

.social_menu img{
        width: 23px !important;
    padding-bottom: 5px;
}

#menu-institucional{
    width: 100vw;
    margin: 0 auto;
    background: #f7f7f7;
    height: 45px;
    position: absolute;
    top: 100vh;
    text-align: center;
    font-family: "museo-slab";
    text-transform: uppercase;
    line-height: 45px;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
}
#menu-institucional-content{
    margin: 0 auto;
    position: relative;
    left: 26px;
}
#menu-institucional ul{
        display: inline-table;
}

.menucenter{
    padding-right: 90px !important;
}

#menu-institucional li{
    display: inline;
    padding-right: 20px;
    text-transform: uppercase;
    color:inherit;
    cursor: pointer;

}

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


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


#passatempo-detalhe-header #content{
    padding-top: 100px;
    float: left;
    width: 40vw;
    padding-left: 20px;
}

#passatempo-detalhe h1{
    font-size: 3em;
    padding-bottom: 20px;
    line-height: 1.2em;
}

#passatempo-detalhe-header #content p{
    padding-bottom: 40px;
}

#passatempo-detalhe-header #content nav ul li{
    font-family: "museo-slab";
    float:left;
    padding:10px 20px;
    margin-right:20px;
    border:1px solid black;
    font-size: 0.8em;
    cursor: pointer;
}

#passatempo-detalhe-galeria{
    padding-top: 120px;
    text-align: center;
}

#passatempo-detalhe-header #content nav ul li:hover{
   float:left;
   border:1px solid #3DAF01;
   background-color: #3DAF01;
   color:#fff;
}
#passatempo-detalhe-participar, #passatempo-detalhe-galeria{
    width:90vw;
    overflow: hidden;
    margin:0 auto;
}
#regras{
    width:50%;
    overflow: hidden;
    float: left;
}
#form-box{
    margin: 0 1vw;
    margin-left: 4vw;
    width: 40%;
    border: 1px solid black;
    padding: 30px 20px;
    overflow: hidden;
    float: left;
    margin-top: 100px;
    }
.form-box{
    width: 40%;
    border: 1px solid black;
    padding: 30px 20px;
    overflow: hidden;
}
#passatempo-detalhe #regras ol{
    counter-reset: li;
    list-style-type: none;
    padding: 30px;
    padding-left: 40px;
}

#regras li{
    position: relative;
    list-style: none;
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: 16px;
}

#regras li:before {
    content: counter(li);
    counter-increment: li;
    color: #000;
    font-weight: 100;
    font-family: "museo-sans";
    font-style: italic;
    text-align: center;
}

#regras h1{
    padding-top: 100px;
}

#regras li:after {
    content: '';
    border: 1px solid #b72130;
    border-radius: 16px;
}

#regras li:before, #regras li:after {
    position: absolute;
    top: -5px;
    left: -40px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    letter-spacing: -2px;
    font-size: 17px;
}

.spacer{
    width:100%;
    text-align:left;
}

.spacer:before, .spacer:after {
 /*   display:inline-block;
    width: 29%;
    border-bottom: 1px solid #000;
    line-height: 1em;
    margin: 10px 0 5px;
    content: ""; */
}

.spacer .content{
    display:inline-block;
    padding: 0 10px;
    font-size: 0.6em;
}

#social-share-spacer{
    padding-top: 60px;
}

#share-box{
    padding-left: 25%;
    overflow: hidden;
    padding-top: 20px;
}

#share-box div{
    float:left;
    width:100px;
    height:40px;
    overflow:hidden;
    margin-right: 20px;
    cursor:pointer;
}

#share-box img{
    width:100%;
    height:100%;
}

#formlogin p, #registerlogin p{
    padding-bottom: 20px;
} 

#formlogin label{
    font-weight: 100;
    margin-bottom: 20px;
} 

#formlogin input, #registerlogin input{
    margin-bottom: 20px;
    width:100%;
    font-weight: 100;
} 

#form-login-box{
    display:block;
}

#form-register-box{
    display: none;
}

#form-participate-box{
    display: none;
    text-align: center;
}

#user_image{
    border-radius:50px;
}

#form-login-box .recover,#form-register-box .recover{
    display: block;
    width:100%;
    font-size: 10px;
    padding-bottom: 20px;
    text-align: center;
}

#form-login-box .facebook_connect{
    display: block;
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'museo-slab';
    font-size:15px;
    padding: 15px 0;
    margin:15px 0;
    border:1px solid #3c5a96;

}

#form-login-box .facebook_connect img{
    width:10px;
}

#login-share-spacer{
    text-align: center;
}
.not-registered{
    text-align: center;
    font-size:12px; 
}

.not-registered a{
    text-decoration: underline;
}


.button{
    margin:0 auto;
    width:30vw;
    padding: 15px 30px;
    border:1px solid #000;
    margin-top: 40px;
    margin-bottom: 100px;
    font-family: 'museo-slab';
    font-size:15px;
    cursor: pointer;
}

.button:hover{
    background-color: #000;
    color:#fff;
}


#form-recover-box input{
    width: 100% !important;
}

#form-recover-box{
    background-color: #fff;
    width:400px;
    position: fixed;
    top:calc(50vh - 60px);
    left:calc(50vw - 222px);
    display: none;
}

.close{
    position: relative;
    line-height: 0;
    top: -15px;
    left: 395px;
    color: #000;
    font-size: 26px;
    cursor: pointer;
}


#passatempo_participar_nome{
    padding:10px 0;

}


#textarea_wrapper{
    border:1px solid black;
    padding: 10px;
}

#textarea_wrapper textarea{
    border:0;
    width:100%;
    height:170px;
}

#textarea_wrapper span{
    padding: 10px 0 0;
    display: block;
    font-size: 12px;
    color:#ccc;
    text-align: right;
}


.image_uploader{
    position: relative;
    border-bottom: 1px solid black;
    text-align: right;
    margin:20px 0;
    padding: 10px;
}
.image_uploader img{
    width: 28px;
}
.image_uploader input{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.upload_text{
    float: left;
    color: #ccc;
    font-weight: 100;
    font-style: italic;
}

#sem-passatempos{
    text-align: center;
    padding-bottom: 300px;
}

.mousescroll{
    text-align: center;
    position: absolute;
    bottom: 21px;
    width: 100vw;
}
.lang{
    line-height: 45px;
    margin-left: 15px;
    margin-right: 5px;
}