body {
	position: relative;
}

.overlay {
  background: rgb(224,224,224);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1001;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}

.noScroll{
	overflow: hidden;
	position: fixed;
}

.overlay .overlay-content {
    height: 100%;
}

.sticky{
	position: fixed;
	background: #292929;
	top: 0;
	z-index: 1000;
}


.navbar-mobile li {
    width: 100%;
}

.navbar-mobile li a {
	padding: 0 35px;
}

.navbar-mobile > li {
	padding-left: 15px !important;
}

.navbar-mobile li.uk-parent.uk-open {
	background: #6DB33F;
}

.navbar-mobile li.uk-parent {
	padding-left: 0 !important;
}

.navbar-mobile li.uk-parent a {
	padding-left: 30px;
}

.navbar-mobile li.uk-parent a:after {
	content: "\f067" !important;
    width: 20px;
    margin-right: 0px !important;
    float: right;
    font-family: FontAwesome;
    text-align: center;
	font-weight: normal;	
}

.navbar-mobile li.uk-parent.uk-open a:after {
	content: "\f068" !important;
}

.navbar-mobile .submenu {
	list-style-type: none;
	padding-left: 0 !important;
}

.navbar-mobile .submenu li {
	height: 50px;
    line-height: 50px;
	color: #FFF !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: Rajdhani !important;
    font-size: 18px !important;
	padding-left: 35px;
}

.navbar-mobile .submenu li a {
	text-decoration: none !important;	
}

.navbar-mobile .submenu li a:hover,
.navbar-mobile .submenu li a:visited {
	color: #FFFFFF !important;
}

.navbar-mobile .submenu > li:nth-child(even) {
    background: #6DB33F;
}

.navbar-mobile .submenu > li:nth-child(odd) {
	background: #5E9C36;
}

.barra-mobile {
	display: none;
	background: #292929;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;	
}

.barra-mobile .logo-mobile img {
    width: 120px;
    margin-top: 12px;
}

.barra-mobile .grupo-butoes {
    width: 100px;
    height: 40px;
    padding: 12px;
    position: absolute !important;
    top: 8px;
    left: 0;
    margin: auto;
}


nav ul {
	background: #292929;	
}

.uk-navbar-nav > li {
    padding: 15px;
}

.uk-navbar-nav > li > a,
.dropdown-custom > li > a,
.dropdown-custom ul {
	color: #FFF !important;	
	text-transform: uppercase;
	font-weight: 600 !important;
	font-family: Rajdhani !important;
	font-size: 18px !important;
}

.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
	background-color: transparent !important;	
}

.nav-accordion {
	padding: 0px 0 0px 0px !important;
}

.nav-accordion li {
	padding-left: 15%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-accordion > li > a {
	color: #FFF !important;	
}

.nav-accordion > li:nth-child(even) {
	background:  #8D8D8D;
}

.nav-accordion > li:nth-child(odd) {
	background: #797979;
}

.uk-nav > li > a {
    padding: 15px 15px !important;
}

.uk-nav > li:nth-child(even) {
	background: #5E9C36;
}

.uk-nav > li:nth-child(odd) {
	background: #6DB33F;
}

.dropdown-custom ul {
	background: transparent;
	width: 100%;	
}

.dropdown-custom > li > a:focus, 
.dropdown-custom > li > a:hover {
	background: #666666 !important;	
}

.uk-navbar-nav > li:hover,
.uk-navbar-nav > li:active,
.uk-navbar-nav > li:focus,
.uk-navbar-nav > li:visited {
	background: #6DB33F !important;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a:visited {
	background: transparent !important;
	background-color: transparent !important;
}

.uk-navbar-nav>li.uk-active>a {
	background-color: transparent !important;
}


.uk-navbar {
	width: 950px;
	background: transparent !important;	
}

.uk-dropdown-navbar {
    margin-top: 0;
    background: transparent !important;
    color: #444;
}

.dropdown-custom {
	text-align: left;
	padding-left: 15%;
}

.uk-active {
	background: #6DB33F;	
}

.fonte-normal {
	font-family: Rajdhani !important;
}

.fonte-receitas {
	font-family: Amatic SC !important;
}

.img-margem-top {
	margin-top: 20px;
}

.img-centrar {
	text-align: center;
	padding: 10px;
}

.black-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;	
}

.black-low-overlay {
    background: rgba(0, 0, 0, 0.125);
    height: 100%;
}

.backTop {
	text-align: center;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.backTop-titulo-branco {
	color: #FFF;
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.backTop-titulo-preto {
	color: #000;
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer-madeira {
	position: relative;
	background: url('../images/fundos/fundo_madeira1920x1080px.png');
	height: 250px;
}

#footer-toalha {
	position: relative;
	background: url('../images/fundos/lynce/lynce_fundo1920x1080px.png');
	height: 250px;
}

.centrar {
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;	
}

.perfect-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0% 25%;
}

.caixa-rato {
	width: 150px;
    height: 120px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	font-family: Rajdhani !important;
}

.caixa-rato-black {
	color: #292929;
}

.rato-titulo {
	text-transform: uppercase;
	font-weight: bold;
}

.rato-scroll {
	text-transform: uppercase;
    font-weight: 500;
	/*margin-top: 5px;*/
    margin-bottom: 25px;
}

/*
.logos-overlay {
	background: #292929;
	-webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateX(-101%) translateZ(0);
	-ms-transform: translateX(-101%) translateZ(0);
	transform: translateX(-101%) translateZ(0);
}
*/

/* Chrome, Safari, Opera */
@-webkit-keyframes LtoR {
    from {opacity: 0; left: -100px; display: block;}
    to {opacity: 1; left: 0px; display: none;}
}

@keyframes LtoR {
    from {opacity: 0; left: -100px; display: block;}
    to {opacity: 1; left: 0px; display: none;}
}

.animacaoLtoR {
	position: relative;
	-webkit-animation-name: LtoR; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
	animation-name: LtoR;
	animation-duration: 0.5s;
	background: blue;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes RtoL {
    from {opacity: 0; transform: translateX(0%);}
    to {opacity: 1; transform: translateX(100%);}
}

@keyframes RtoL {
    from {opacity: 0; transform: translateX(0%);}
    to {opacity: 1; transform: translateX(100%);}
}

.animacaoRtoL {
	position: relative;
	-webkit-animation-name: RtoL; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
	animation-name: RtoL;
	animation-duration: 0.5s;
	background: transparent;
}

.img-animation {
	display: none;
}

.pinheiro-titulo {
	font-size: 75px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}


.form-margem {
	margin-top: 25px !important;	
}

.uk-form input[type=text] {
	background: #7DB01F !important;
	border: 0 !important;
	font-size: 18px !important;
	height: 50px !important;
	color: #FFF !important;
	padding-left: 25px !important;
    padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.uk-form textarea {
    height: 150px !important;
    background: #7DB01F !important;
    border: 0 !important;
    color: #FFF !important;
    padding-left: 25px !important;
    padding-top: 15px !important;
	font-size: 18px !important;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}



.uk-navbar-toggle {
    font-size: 28px !important;
    color: #FFFFFF !important;
	position: absolute;
    top: 15px;
    right: 15px;
}


#filter .uk-active {
	background: transparent;
}

/********** Home Page ************/

/*---- Home ----*/

#home {
	color: #fff;
	background: url('../images/fundos/home/entrada_site1920x1080px.png');
	position: relative;
}

.margem-logo,
.margem-logotipo,
.margem-titulo {
	padding-top: 15px;	
}

.home-titulo {
    font-weight: 900;
    font-size: 60px;
    text-align: center;
    line-height: 0.85;
}


.home-subtitulo {
    font-weight: 500;
    font-size: 29px;
    text-align: center;
	line-height: 0.85;
}

/*---- Sobre Nos ----*/

.margem-aboutUs {
	padding-top: 75px;	
}

.img-enquadramento {
	text-align: center;
    padding: 15px !important;
}

/*
.img-enquadramento:hover {
	background: blue;	
}
*/

.img-bg-cinzento {
	background: #F2F4F5;
}

.caixa-aboutUs {
	height: 700px;
	background: #292929;
    padding: 8% 11% 5% 11%;
}

.aboutUs-titulo {
	font-size: 50px;
    font-weight: bolder;
}

.aboutUs-texto {
    font-weight: 600;
	margin-top: 10%;
}

.aboutUs-link {
	margin-top: 15%;	
}

.aboutUs-link a {
    color: #72AD26 !important;
    font-size: 20px;
    font-weight: bold;
}

.aboutUs-link a:hover {
    text-decoration: none;
}

.aboutUs-link a img {
	margin-left: 35px;	
}

#aboutUs {
	color: #fff;
	background: url('../images/fundos/home/fundo_sobre_nos_1920_1080.png');
	position: relative;
}


/*---- Contactos ----*/

#contactos {
	color: #fff;
	background: url('../images/fundos/home/fundo_contactos_1920_1080.png');
	position: relative;
}

.caixa {
	height: 800px;
	background: #292929;
}

.caixa-contactos {
	height: auto;
	background: #292929;
	padding: 5% 13% 5% 13%;
	text-align: center;
}

.rectangulo {
	height: 700px;
	background: #FFF;	
}

.contactos-titulo {
	font-size: 50px;
    font-weight: bolder;
}

.contactos-texto {
	font-size: 22px;
    font-weight: normal;
	margin-top: 10%;
	line-height: 25px;
}

.contactos-link {
	margin-top: 10%;	
}

.contactos-link span {
    color: #72AD26 !important;
    font-size: 30px;
    border-bottom: 2px solid #72AD26;
    font-weight: bold;
}

.contactos-msg {
	margin-top: 25px;	
}

.contactos-msg div {
    color: #72AD26 !important;
    font-size: 30px;
    font-weight: 600;
	cursor: pointer;
}


.contactos-msg div img {
	margin-left: 55px;
}

.contactos-link a:hover,
.contactos-msg a:hover {
    text-decoration: none;
}

.contactos-enviar {
	cursor: pointer;	
}

.contactos-form {
	display: none;	
}

.formulario {
	margin-top: 75px;	
}

.form-buttons {
	margin-top: 25px;	
}

.cancelar {
	float: left;
	font-size: 20px;
	text-transform: uppercase;
    border-bottom: 2px solid #72AD26;
	color: #72AD26;
	font-weight: 600;
	cursor: pointer;
}

.enviar {
	float: right;
	font-size: 20px;
	color: #72AD26;
	font-weight: 600;
	cursor: pointer;
}

.enviar-seta {
	margin-left: 25px;	
}

.uk-nav-parent-icon>.uk-parent>a:after {
    content: "\f067" !important;
    width: 20px;
    margin-right: 0px !important;
    float: right;
    font-family: FontAwesome;
    text-align: center;
	font-weight: normal;
}
.uk-nav-parent-icon>.uk-parent.uk-open>a:after {
    content: "\f068" !important;
}

.uk-slideshow-fullscreen, .uk-slideshow-fullscreen > li {
    height: 100vh;
    min-height: 800px;
}

.uk-height-viewport {
    height: 100vh;
}

/***********************************/
/*********** A Cecílio *************/

.menu-special {
	position: absolute;
	z-index: 10;
	width: 100%;	
}


#ac-uindustrial {
	height: 100vh;
    color: #fff;
    position: relative;
    min-height: 800px;
}

.caixa-uindustrial {
	height: auto;
	background: #292929;
	padding: 6%;
	position: relative;
	margin-top: 16% !important;
}

.uindustrial-titulo {
	font-size: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 0.8;
}

.uindustrial-texto {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10%;
}

.uindustrial-link {
	margin-top: 50px;
}

.uindustrial-link a,
.uindustrial-link a:hover {
    text-transform: uppercase;
    color: #72AD26;
    font-size: 20px;
    font-weight: 600;
	text-decoration: none;
}

.uindustrial-link a img {
	margin-left: 15px;
    margin-bottom: 10px;	
}






#ac-qualidade {
	height: 100vh;
	color: #fff;
	position: relative;
}

.caixa-qualidade {
	height: auto;
    background: #292929;
    padding: 5%;
    position: relative;
}

.qualidade-titulo {
	font-size: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 0.8;
}

.qualidade-texto {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10%;
}

.qualidade-link {
	margin-top: 50px;
}

.qualidade-link a,
.qualidade-link a:hover {
    text-transform: uppercase;
    color: #72AD26;
    font-size: 20px;
    font-weight: 600;
	text-decoration: none;
}

.qualidade-link a img {
    margin-left: 50px;
    margin-bottom: 5px;	
}






#ac-equipa {
	height: 100vh;
	color: #fff;
	position: relative;
}

.caixa-equipa {
    height: auto;
    background: #292929;
    padding: 8%;
    position: relative;
}

.equipa-titulo {
	font-size: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 0.8;
}

.equipa-texto {
	font-size: 16px;
	font-weight: 600;
	margin-top: 5%;
}





.slide1 {
    background: url('../images/fundos/cecilio/fundo_mid_slide1_1920_1080.png');
}

.arrowsRight {
	position: absolute;
	right: 0;
	bottom: 100px;	
}

.arrowsLeft {
	position: absolute;
	left: -200px;
	bottom: 100px;
}


.arrow-prev {
    background: rgba(114,173,38,0.5);
    position: absolute;
    top: 50%;
    left: 0;
    height: 100px;
    width: 100px;
}

.arrow-prev img,
.arrow-next img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0; 
	bottom: 0;
	right: 0;
}

.arrow-next {
	background: #72AD26;
	position: absolute;
    top: 50%;
    left: 100px;
    height: 100px;
    width: 100px;
}

/***********************************/
/********** As nossas marcas *******/

.altura {
	height: auto;
}

.altura-panel {
	height: auto;
}

.alturaPremium {
	height: auto;
}

.alturaPremium-panel {
	height: auto;
}


#pinheiro {
	color: #fff;
	background: url('../images/pinheiro/pinheiro.png');
	position: relative;
}

.saber-mais {
    background: #6DB33F;
    padding: 15px 25px;
    width: 100px;
    text-align: center;
    color: #FFF;
    margin-top: 25px;
    font-weight: bold;
    text-transform: uppercase;
	cursor: pointer;
}

.pinheiro-producto-titulo {
	color: #6DB33F;
	font-size: 20px;
}

.pinheiro-producto-texto {
	color: rgba(109, 179, 63, 0.5);
	font-size: 16px;
}

.productos-hover {
	background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	display: none;
}

.productos-seta {
    position: absolute;
    text-align: center;
    bottom: 25px;
    left: 0;
    right: 0;
}

.productos-nome {
    color: #2E3B9F;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
	 padding: 20% 15%;
    text-align: center;
}

.fechar {
    position: absolute;
    top: 2%;
    right: 10%;
}

/***********************************/
/********* Avo Arroz ***************/

#avo-arroz {
	color: #fff;
	background: url('../images/fundos/avo/avo_site1920x1080px.png');
	position: relative;
}

#avo-frutos {
	color: #fff;
	background: url('../images/fundos/avo/avo_frutos-secos_1920x1080px.png');
	position: relative;
}

#avo-marmelada {
	color: #fff;
	background: url('../images/fundos/avo/avo_marmelada_site1920x1080px.png');
	position: relative;
}

.avo-exposicao {
	padding: 5% 10% 5%;
	min-height: 750px !important;
}

.avo-inside {
	margin: 3% 0;
	text-transform: uppercase;
	font-size: 20px;
	color: #2E3B9F;
	font-weight: bolder;
}	

.avo-titulo {
	color: #76A51D;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
	text-transform: uppercase;
	line-height: 0.8;
}

.avo-subtitulo {
    color: #2E3B9F;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}

.filtro-bordas {
	border-left: 2px solid #76A51D;
	border-right: 2px solid #76A51D;
	padding: 0px 5px;	
}

.avo-filtro-texto {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bolder;
}

.titulo-vermelho {
	color: #DE1520;	
}

.avo-filtro-texto li a {
	color: #76A51D !important;
}

.uk-subnav-pill>.uk-active>* {
	background: transparent !important;	
}

.uk-panel-box {
    background: #E0E0E0 !important;
}

.grupo-butoes {
	width: 80px;
	height: 30px;
	padding: 20px;
	position: absolute !important;
	top: 125px;
	left: 30%;
	margin: -55px 0 0 -125px;	
}

.uk-button {
	background: transparent !important;
    color: #FFF !important;
    font-weight: bold !important;
	font-family: Rajdhani !important;
}

.activo {
	color: #76A51D !important;
	text-decoration: underline !important;
}

.img-productos {
    height: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-productos-centrar {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.titulo-inner {
	font-size: 24px;
    font-weight: bold;
}

.texto-inner {
	font-size: 18px;
	margin-top: 25px;
	font-weight: 600;
}




.azul-titulo {
	color: #1E2679;
}

.azul-texto {
	color: rgba(30, 38, 121, 0.5);	
}



.laranja-titulo {
    color: #ED4C1B;
}

.laranja-texto {
	color: rgba(237, 76, 27, 0.5);
}



.castanho-titulo {
	color: #874632;
}

.castanho-texto {
	color: rgba(135, 70, 50, 0.5);
}



.verde-titulo {
	color: #66A74A;	
}

.verde-texto {
	color: rgba(102, 167, 74, 0.5);
}

.roxo-titulo {
	color: #7A4383;	
}

.roxo-texto {
	color: rgba(122, 67, 131, 0.5);
}


/**********************************************************/
/*************** Avo Frutos Secos *************************/

.frutos-titulo {
	font-size: 75px;
    font-weight: bolder;
	line-height: 1;
}

.frutos-texto {
	font-size: 18px;
    font-weight: 600;
	padding: 0 20% 0 0;
}

.avo-frutos-margem {
	padding: 10% 10% 5%;
}

/***********************************************************/
/******************** Marmelada ****************************/

.marmelada-padding {
    padding: 8% 5% 5% 8%;
}
	
/*************************************/
/********* Lynce Arroz ***************/

#lynce-arroz {
	color: #292929;
	background: url('../images/fundos/lynce/lynce_site_1920x1080px.png') center;
	position: relative;
}

.lynce-exposicao {
	padding: 5% 10% 5%;	
    background: rgba(224,224,224,0.5);
}


.lynce-exposicao-titulo {
	color: #6DB33F;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    line-height: 40px;
	text-transform: uppercase;
}


.lynce-titulo {
	font-size: 75px;
    font-weight: bolder;
	line-height: 1;
}

.lynce-texto {
	font-size: 18px;
    font-weight: 600;
	padding: 0 20% 0 0;
}

.lynce-subtitulo {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}

.alinhar-lynce-logo {
	text-align: center;
	margin-top: 25px !important;
}

/**********************************************************/
/*********************** Receitas *************************/

#receita1,
#receitas-intro {
	color: #fff;
	background: url('../images/fundos/receitas/receita_coco_lima_1920x1080px.png');
	position: relative;
}

#receita2 {
	color: #fff;
	background: url('../images/fundos/receitas/receita_bacon_cogumelos_1920x1080px.png');
	position: relative;
}

#receita3 {
	color: #fff;
	background: url('../images/fundos/receitas/receitas_bacalhau_pimentos_1920x1080px.png');
	position: relative;
}

.caixa-rato-receitas {
	width: 150px;
	height: 150px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.receitas-talheres {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	width: 500px;
}

.receitas-nome {
	text-align: left;
	position: relative;
	width: 800px;
}


.receita-box {
	height: auto;
    background: #292929;
    padding: 2%;
    position: relative;
	z-index: 20;
}

.receita-box-esq {
	height: auto;
    background: #292929;
    padding: 2%;
    position: relative;
	z-index: 20;
}

.ingredientes,
.preparacao {
	font-size: 35px;
	border-bottom: 4px solid #FFF;
    padding-bottom: 20px;
	font-weight: 600;
}

.download {
	float: right;
	display: none;
}

.bloco-prep {
	margin-top: 15%;
	padding-top: 5%;	
}

.lista-prep {
	list-style-type: decimal;
	padding-left: 15px;
}

.lista-ing1, 
.lista-ing2 {
	width: 50%;
	font-weight: 500;
}

.lista-ing1 {
	float: left;	
}

.lista-ing2 {
	float: right;	
}

.caixa-talheres {
	font-size: 65px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.caixa-talheres2 {
	font-size: 55px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.margem-centrar {
	margin: 0 auto !important;	
}

.garfo {
	float: right;	
}

.colher {
	float: left;
}

/*
.nome,
.tracos {
	float: left;
}
*/

.tempo,
.pessoas {
	float: right;
}

.circulo-tempo {
    position: absolute;
    bottom: 45px;
    z-index: 20;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.circulo-pessoas {
    position: absolute;
    bottom: 45px;
    z-index: 20;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.tracos-mais {
    position: absolute;
    bottom: 40px;
    z-index: 20;
    left: 39px;
    font-size: 75px;
    font-weight: 600;
    text-transform: uppercase;
}

.receita-clica-mais {
	cursor: pointer;	
}

.uk-navbar-center {
	max-width: 100% !important;
}

/**********************************************************/
/*********************** Mobile **************************/

.navbar-mobile li {
	width: 100%;
	text-align: left;	
}


/**********************************************************/
/******************* Browsers Fix ************************/

/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) { 

}

/* Mozzila: Qualquer versao */
@-moz-document url-prefix() { 
	.uk-navbar {
    	width: 955px !important;
	}
	
	.uk-navbar-center {
		max-width: 100% !important;
	}

	.uk-height-viewport {
		 height: 100vh;
		 min-height: 600px !important;
	}
}

/* Safari? */


/**********************************************************/
/*********************** Responsive **********************/

@media (max-height: 750px) {

	/*
	.uk-height-viewport {
		height: auto !important;	
	}
	*/
}

@media screen and (max-width: 959px) and (max-height: 700px){
	.arrozdavo{
		margin-top: -20px !important; 
	}
}

@media screen and (min-width: 960px) and (max-height: 799px){
	.centrarino{
		margin-top: 50px !important; 
	}
}

@media screen and (min-width: 960px) and (min-height: 800px) and (max-height: 899px) {
	.centrarino{
		margin-top: 150px !important; 
	}
}

@media screen and (min-width: 960px) and (min-height: 900px) {
	.centrarino{
		margin-top: 200px !important; 
	}
}

/****************************************************
						HOME
****************************************************/
@media (min-width: 768px) and (min-height: 600px) and (max-height: 719px){
	.img-margem-top{
		margin-bottom: auto;
		margin-top: 20px;
	}

	.home-subtitulo{
		font-size: 29px;
	}

	.home-titulo{
		font-size: 60px;
	}

	.grupo-butoes{
		top: 125px;
	}

	.margem-logo, .margem-logotipo, .margem-titulo {
		padding-top: 15px;	
	}
}

@media (min-width: 768px) and (min-height: 720px) and (max-height: 900px){
	.img-margem-top{
		margin-bottom: auto;
		margin-top: 30px;
	}

	.home-subtitulo{
		font-size: 37px;
		margin-top: 20px;
	}

	.home-titulo{
		font-size: 85px;
		margin-top: 15px;
	}

	.grupo-butoes{
		top: 140px;
	}

	.margem-logo, .margem-logotipo, .margem-titulo {
		padding-top: 35px;	
	}
}

#homeBody{
	margin-top: 40px;
}

@media (min-width: 768px) and (min-height: 901px){
	div#homeBody {
	    padding-top: 50px;
	}

	.img-margem-top{
		margin-bottom: auto;
		margin-top: 30px;
	}

	.home-subtitulo{
		font-size: 37px;
		margin-top: 20px;
	}

	.home-titulo{
		font-size: 85px;
		margin-top: 15px;
	}

	.grupo-butoes{
		top: 140px;
	}

	.margem-logo, .margem-logotipo, .margem-titulo {
		padding-top: 35px;	
	}
}
@media screen and (min-width: 768px) {
	.avo-exposicao{
		padding: 10%;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px){
	.img-enquadramento{
		padding:5px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1199px){
	.img-enquadramento{
		padding:10px;
	}
}

/*
Para mobile
*/
@media screen and (max-width: 959px){
	.margem-logo, .margem-logotipo, .margem-titulo {
		padding-top: 55px;	
	}

	.home-titulo{
		font-size: 55px !important;
	}

	#lynceBody{
		padding-right: 25px;
	}

	.lynce-exposicao-titulo {
		margin-top: 20px;
	}

	.pinheiro-titulo{
		font-size: 55px !important;
	}
}

@media screen and (max-width: 768px){
	#lynceBody{
		margin-top: -100px;
	}

	.alinhar-lynce-logo{
		margin-top: 0 !important;
		transform: scale(0.5);
	}

	.avo-exposicao{
		margin-top: 85px !important;
	}
}

@media screen and (max-width: 959px){
	.caixa-uindustrial{
		position: absolute !important;
		bottom: 0;
	}

	.caixa-qualidade{
		position: absolute !important;
		bottom: 0;
		left: 0;
	}

	.caixa-equipa{
		position: absolute !important;
		bottom: 0;
	}
}

/****************************************************
					ABOUT US
****************************************************/

@media (min-width: 960px) and (max-width: 1105px){

	.caixa-aboutUs{
		padding: 4% 5% 5% 4%;
	}
	.aboutUs-texto{
		font-size: 16px;
		margin-top: 5%;
	}
	.aboutUs-titulo{
		font-size: 45px;
	}
	.aboutUs-link{
		margin-top: 5%;
	}
}

@media (min-width: 1106px) and (max-width: 1199px){
	.caixa-aboutUs{
		padding: 4% 5% 5% 4%;
	}
	.aboutUs-texto{
		font-size: 16px;
		margin-top: 10%;
	}
	.aboutUs-titulo{
		font-size: 45px;
	}
	.aboutUs-link{
		margin-top: 5%;
	}
}

@media (min-width: 1200px) and (max-width: 1349px){
	.caixa-aboutUs{
		padding: 4% 5% 5% 4%;
	}
	.aboutUs-texto{
		font-size: 18px;
		margin-top: 10%;
	}
	.aboutUs-titulo{
		font-size: 50px;
	}
	.aboutUs-link{
		margin-top: 9%;
	}
}

@media (min-width: 1350px){
	.caixa-aboutUs{
		padding: 5% 10% 10% 5%;
	}
	.aboutUs-texto{
		font-size: 18px;
		margin-top: 15%;
	}
	.aboutUs-titulo{
		font-size: 50px;
	}
	.aboutUs-link{
		margin-top: 10%;
	}
}

@media screen and (max-width: 959px){
	.aboutUs-titulo{
		margin-top: 50px;
	}
}
/****************************************************
					RECEITAS
****************************************************/

@media screen and (max-width: 479px){
	.fitBox{
		width: 100%;
	}

	.receita-info{
		width: 290px;
		margin-bottom: -40px;
		margin-top: 40px !important;
	}

	.tracos-mais{
		font-size: 75px !important;
	}

	.fonte-receitas{
		font-size: 30px;
	}

	.garfo_faca{
		width: 40%;
	}

	.tracos{
		padding-left: 0 !important;
	}

	.receitas-nome{
		bottom: auto !important;
		top: 50px;
	}

	.circulo-pessoas, .circulo-tempo{
		bottom: 35px !important;
	}

	.circulo_info{
		width: 80% !important;
	}

	.caixa-talheres{
		font-size: 26px;
	}

	.receita-box, .receita-box-esq{
		height: 100%;
		top: -50px;
	}

	.bloco-ing {
		height: 20%;
	}

	.ingredientes, .preparacao{
		padding-bottom: 10px !important;
	}

	.lista-prep{
		margin-top: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px){
	.fitBox{
		width: 100%;
	}

	.receita-info{
		width: 400px;
		margin-bottom: -40px;
		margin-top: 40px !important;
	}

	.tracos-mais{
		font-size: 75px !important;
	}

	.fonte-receitas{
		font-size: 45px;
	}

	.garfo_faca{
		width: 40%;
	}

	.tracos{
		padding-left: 0 !important;
	}

	.receitas-nome{
		bottom: auto !important;
		top: 50px;
	}

	.circulo-pessoas, .circulo-tempo{
		bottom: 55px !important;
	}

	.circulo_info{
		width: 80% !important;
	}

	.caixa-talheres{
		font-size: 45px;
	}

	.receita-box, .receita-box-esq{
		height: 100%;
		top: -50px;
	}

	.bloco-ing {
		height: 20%;
	}

	.ingredientes, .preparacao{
		padding-bottom: 10px !important;
	}

	.lista-prep{
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px){
	.receitas-nome{
		bottom: auto !important;
		margin-top: 50px !important;
		top: 50px;
	}

	.caixa-talheres{
		font-size: 49px !important;
	}


	.receita-box, .receita-box-esq{
		bottom: auto;
	}

	.ingredientes, .preparacao{
		padding-bottom: 10px !important;
	}

	.arrowsLeft{
	    position: absolute;
	    left: -200px;
	    bottom: 100px;
	}
}


@media screen and (min-width: 960px) and (max-width: 1199px){
	.receitas-nome{
		width: 80%;
		bottom: auto !important;
		margin-top: 100px !important;
		top: 50px;
	}

	.receita-box, .receita-box-esq{
		bottom: auto;
		max-height: 500px;
	}

	.ingredientes, .preparacao{
		padding-bottom: 10px !important;
	}

	.arrowsLeft{
	    position: absolute;
	    left: -200px;
	    bottom: 100px;
	}
}

@media screen and (min-width: 1200px){
	.bloco-prep{
		margin-top: 7%;
	}

	.receita-box, .receita-box-esq{
		bottom: auto;
		max-height: 500px;
	}
}

@media screen and (max-width: 960px){
	.receita-box{
		margin-top: 80px !important;
	}
}



	
/* Affects device widths of 480px and higher. */
@media screen and (min-width: 480px) and (max-width: 767px){
	.home-titulo {
		font-size: 60px;
		line-height: 0.8;
	}
	
	.home-subtitulo {
		font-size: 30px;
		margin-top: 25px;
		line-height: 0.8;
	}
	
	.margem-titulo {
		padding: 0;	
	}
	
	.img-margem-top {
		margin-top: auto;	
	}
	
}

@media (max-width: 500px) {
	
	.endereco {
		float: none;
		width: 100%;
	}
	
	.contactos-enviar {
		width: 100%;
		float: left;
	}
	
	.receitas-talheres {
		width: 90%;	
	}
}

/******************************************
				CONTACTOS
*******************************************/

@media screen and (max-width: 768px) {
	.contactos{
		text-align: left;
	}

	.caixa-contactos{
		text-align: center;
		padding: 7%; 
	}

	.contactos-texto{
		width: 100% !important;
		line-height: 1.1;
	}

	.contactos-titulo{
		text-align: center;
		font-size: 45px !important;
	}

	.endereco{
		width: 100% !important;
	}

	.contactos-enviar{
		width: 100% !important;
	}

	.margem-logo{
		width: 150px !important;
		padding-top: 15px !important;
	}
}

@media (max-width: 600px) {
	
	.uindustrial-titulo,
	.equipa-titulo,
	.qualidade-titulo,
	.aboutUs-titulo{
		font-size: 30px !important;
	}
	
	.qualidade-texto,
	.uindustrial-texto,
	.equipa-texto {
		font-size: 15px;	
	}
	
	.perfect-center {
		padding: 0% 15%;
	}
}

@media (max-width: 767px) {
	.caixa-contactos {
		height: auto;
		padding: 5%;
		position: absolute;
		bottom: 0;
		width: 100% !important;
	}
	
	.contactos-texto {
		font-size: 16px;
		margin-top: auto;
	}
	
	.contactos-link span,
	.contactos-msg div {
		font-size: 18px;
	}
	
	.telefone {
		margin-top: 15px;	
	}
	
	.contactos-link {
    	margin-top: auto;
	}
	
	.telefone {
		margin-top: 15px;	
	}
	
	.endereco {
		float: none;
		width: 50%;
	}
	
	.contactos-enviar {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.contactos{
		text-align: left;
	}

	.contactos-link {
    	margin-top: auto;
	}
	
	.caixa-contactos {
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 5% 5% 5% 5%;
		width: 100% !important;
	}
	
	.contactos-texto {
		font-size: 18px;
		margin-top: auto;
	}
	
	.contactos-link span,
	.contactos-msg div {
		font-size: 20px;
	}
	
	.telefone {
		margin-top: 15px;	
	}
	
	.endereco {
		float: left;
		width: 100%;
	}
	
	.contactos-enviar {
		width: 100%;
		float: left;
	}
}

@media screen and (min-width: 960px) {
	.contactos{
		text-align: right;
	}
}
/************************************************************************************
							RECEITAS QUERIES DE ALTURA
*************************************************************************************/
@media screen and (min-width: 768px) and (max-width: 959px)  {
	.caixa-aboutUs{
		padding: 0% 2% 2% 2%;
	}

	.aboutUs-link{
		margin-top: 0 !important;
	}
}


/* Affects device widths of 768px and higher. */
@media (max-width: 767px) {
	
	.marmelada-padding {
		padding: 15% 10% 0% 10%;
		width: 100% !important;
	}
	
	#contactos {
		background: url('../images/fundos/home/fundo_contactos_1920_1080.png') 55% -290px;
	}
	
	#aboutUs {
		background: url('../images/fundos/home/fundo_sobre_nos_1920_1080.png') 0px -380px;
		height: 800px;
	}
	
	.home-titulo {
		line-height: 0.8;
	}
	
	.margem-titulo {
		padding: 0;	
	}
	
	.home-subtitulo {
		font-size: 35px;
		margin-top: 25px;
		line-height: 0.8;
	}
	
	.caixa-aboutUs {
		height: 400px;
		background: #292929;
		padding: 5%;
		position: absolute;
		bottom: 0;
		width: 100% !important;
	}
	
	.rectangulo {
		height: auto;
		width: 100% !important;
		position: absolute;
		bottom: 400px;
		right: 0;
		float: none !important;
	}
	
	.alinhar-lynce-logo {
		text-align: center;	
	}
	
	.img-enquadramento {
    	padding: 10px !important;
	}
	
	.aboutUs-titulo,
	.contactos-titulo {
    	font-size: 40px;
	}
		
	.aboutUs-texto {
		font-size: 16px;
		margin-top: auto;
		line-height: 1;
	}
	
	.aboutUs-link {
    	margin-top: 5%;
	}
	
	.margem-logo {
		padding-top: 0px;	
	}
	
	/* A cecilio */
		
	.arrowsRight {
		position: absolute;
		right: 200px;
		top: -100px;
		bottom: auto;
	}

	.arrowsLeft {
		position: absolute;
		left: auto;
		right: 200px;
		top: -100px;
		bottom: auto;
	}
	
	.caixa-equipa {
		height: auto;
		padding: 5% 5% 5% 5%;
		bottom: 0;
    	width: 100% !important;
	}
	
	.uindustrial-titulo,
	.equipa-titulo,
	.qualidade-titulo {
		font-size: 40px;
	}
	
	.qualidade-texto,
	.uindustrial-texto,
	.equipa-texto {
		margin-top: 10px;	
	}
	
	.caixa-uindustrial {
		height: auto;
		padding: 5% 5% 5% 5%;
		position: relative;
		width: 100% !important;
	}
	
	.caixa-qualidade {
		height: auto;
		padding: 5% 5% 5% 5%;
		position: relative;
		width: 100% !important;
	}
	
	/* Avo */
	
		
	.frutos-titulo {
		font-size: 45px;
		line-height: 0.9;
	}
	
	.frutos-texto {
		font-size: 16px;
		padding: 0;
		line-height: 1;
	}
	
	.avo-enquadrar {
	    padding: 0% 5% 5% 5%;	
	}
	
	.avo-logo-centrar {
		text-align: center;
		margin-bottom: 35px !important;
	}
	
	.avo-titulo {
		font-size: 45px;
		line-height: 0.9;
	}
	
	.avo-filtro-texto {
    	font-size: 15px;
	}
	
	
	/* Lynce */
	
	.lynce-titulo {
		font-size: 45px;
		line-height: 0.9;
	}
	
	.lynce-texto {
		font-size: 16px;
		padding: 0;
		line-height: 1;	
	}
}

@media screen and (max-width: 960px) {
	.grupo-butoes {
		 width: 100px;
		 height: 40px;
		 padding: 20px;
		 position: absolute !important;
		 top: 0;
		 left: 0;
		 margin: auto;
	}
}


/* Affects device widths of 960px and higher. */
@media screen and (min-width: 960px) and (max-width: 1219px) {
		
}

/* Affects device widths of 1220px and higher. */
@media screen and (min-width: 1220px) {
		
}

@media screen and (min-width: 919px) {
	.caixa-talheres {
    	font-size: 45px;
	}	
}

@media screen and (min-width: 920px) and (max-width: 1199px) {
	
	.receitas-width {
		width: 85% !important;	
	}
}
	
@media screen and (min-width: 1200px) and (max-width: 1524px) {
 	.receitas-width {
		width: 65% !important;
	}
}
	
@media screen and (min-width: 1525px) and (max-width: 1650px) {
	.caixa-talheres {
    	font-size: 55px;
	}
}






































