@font-face {
	font-family: 'Gotham-Light';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/gotham-light.woff) format('woff');
}
@font-face {
	font-family: 'Gotham-Medium';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/gotham-medium.woff) format('woff');
}
@font-face {
	font-family: 'Gotham-Book';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/gotham-book.woff) format('woff');
}

html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background-color: #fff;
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	margin: 0 !important;
	overflow: hidden;
}


/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
    background: #fff;
    padding: 20px 0;
    width: 100%;
    z-index: 3;
}

.menu_holder .navbar-header {
    
}

.menu_holder .navbar-header img{
    width: 150px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 35px;
	top: 20px;
	right: 2%;
    cursor: pointer;
    
	display: none;
}

.menu_holder .menu-toggler span {
    height: 3px;
    width: 100%;
    background-color: #e3861d;
    margin-top: 5px;
    display: block;
	border-radius: 2px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder .menu-toggler:hover span {
    background-color: #808b92;
}

.menu_holder .menu{
    display: inline-block;
	margin: 10px 0 10px 50px;
	float: right;
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
}

.menu_holder .menu-nav .dropdown{
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
	color: #fff;
	font-size: 14px;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #e55230;
	font-size: 25px;
	font-family: 'Gotham-Book';
}

.menu_holder .menu-nav .dropdown a:hover, 
.menu_holder .menu-nav li.active > a, 
.menu_holder .menu-nav li.active:hover > a {
	color: #c18c58;
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: #333;
	cursor: default;
}
.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}

.submenu {
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #e55230;
    padding: 5px 0;
	padding-left: 9%;
	
	display: none;
}

.submenu .submenu_parent_holder {
    display: inline-block;
}

.submenu a {
    color: #fff;
	font-size: 14px;
	font-family: 'Gotham-Book';
	margin: 0 10px;
	cursor: pointer;
}

.banner_overlay{
    width: 100%;
    position: absolute;
	overflow: auto;
	top: 0;
	z-index: 1;
	
	display: none;
}
.banner_overlay img{
    width: 100%;
}

.banner_overlay .conteudo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    overflow: auto;
    bottom: 0;
    padding: 5% 25%;
}

.banner_overlay .conteudo .nome{
	color: #fff;
	font-size: 31px;
	margin-bottom: 10px;
	font-family: 'Gotham-Medium';
}

.banner_overlay .conteudo .descricao{	
	color: #fff;
	font-size: 17px;
	margin-bottom: 0px;	
	font-family: 'Gotham-Light';
	padding-bottom: 50px;
}


@media screen and (min-width: 993px) {
	
	.menu_holder .menu {
		display: inline-block !important;
	}
	
}

@media screen and (max-width: 992px) {
	
	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}
	
	.menu_holder .navbar-header {
		top: -15px;
	}
	
	.menu_holder .navbar-header img{
		width: 70px;
	}
	
	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 0;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 15px;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
	}
	
	.menu_holder .dp_input {
		top: initial;
		bottom: -75px;
	}
	
	.menu_holder .open-panel {
		visibility: hidden !important;
		opacity: 0 !important;
	}
	
	.submenu .submenu_parent_holder {
		width: 50%;
		display: inline-block;
	}
	
	.banner_overlay,
	.banner_overlay .holder_imagem{
		height:350px;
	}
	
	.banner_overlay img{
		display: none;
	}
	
	.banner_overlay .conteudo{
		padding: 5%;
	}
}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
	position: relative;
	width: 100%;
	margin-top: 96px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner ul img{
	width: 100%;
}

.banner ul li{
	width: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner.internas li {
    height: 260px;
	background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;	position: absolute;	bottom: 0;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
	border: 2px solid #fff;
    background: transparent;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #fff;
}

.banner #slider_home .owl-prev img,.banner #slider_home .owl-next img {    width: 32px !important;}


.banner .conteudo{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
	width: 50%;
	margin: auto;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner .conteudo .nome{
	color: #111;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.banner .conteudo .descricao{
	color: #fff;
	font-size: 17px;
	margin-bottom: 50px;	
	font-family: 'Gotham-Light';
}

.banner .conteudo .descricao b{
	color: #fff;
	font-size: 17px;
	margin-bottom: 50px;
	font-family: 'Gotham-Medium';
}

.banner .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #c18c58;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}


@media screen and (max-width: 992px) {
	
	.banner {
		margin-top: 65px;
	}
	
	.banner,
	.banner ul li {
		height:350px;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}
	
	.banner ul img{
		display: none;
	}
	.banner .conteudo {
		top: 20%;
		width: 70%;
	}
	.banner .conteudo .descricao {
	    font-size: 13px;
	}
}

@media screen and (max-width: 470px) {
	
	.banner .conteudo{
		width: 100%;
		padding: 0 5%;
	}	
	.banner .conteudo .nome {
		font-size: 18px;
	}
}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco.go_down{
	padding: 10px 0;
	text-align: center;
}

.bloco.go_down .trigger_go_down{
	cursor: pointer;
}

.bloco h2{
	font-size: 45px;
	color: #e55230;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'Gotham-Light';
}

.bloco h3{
	font-size: 25px;
	color: #a3a3a3;
	margin-top: 0;
	margin-bottom: 50px;
	font-family: 'Gotham-Light';
}

.bloco h4{
	font-size: 17px;
	color: #111;
}

.bloco p{
	font-size: 17px;
	color: #838383;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}


@media screen and (max-width: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 25px;
	}

	.bloco p{
		font-size: 15px;
	}
	
	.bloco.go_down .trigger_go_down {
		width: 50px;
	}
}


/*==================================================================================================*/
/*MARCAS*/
/*==================================================================================================*/


.holder_marcas{
	background: #e6e6e6;
	padding: 25px 0;
}

.holder_marcas .marca {
    width: 20%;
	height: 130px;
    display: inline-block;
    float: left;
	padding: 0 2%;
	margin: 15px 0;
}

.holder_marcas .marca table {
    height: 100%;
    margin: auto;
}

.holder_marcas .marca img {
    max-width: 100%;
	max-height: 115px;
}


@media screen and (max-width: 992px) {
	.holder_marcas .marca {
		width: 50%;
		height: 150px;
		padding: 0 5%;
	}
}

/*==================================================================================================*/
/*DESTAQUES*/
/*==================================================================================================*/


.holder_destaques {
    overflow: hidden;
    width: 100%;
	display: flex;
}

.holder_destaques .destaque {
    min-height: 500px;
	padding: 0px;
}

.holder_destaques .facebook {
    background: #628be0;
}

.holder_destaques .noticias {
    background: #e96f53;
}

.holder_destaques .destaque .titulo {
    color: #fff;
	font-size: 21px;
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
	height: 65px;
	padding: 15px;
}

.holder_destaques .facebook .titulo {
    background: #4a69a9;
	padding: 5px 0;
}

.holder_destaques .facebook .titulo img{
	width: 150px;
}

.holder_destaques .destaque .noticia {
    padding: 15px;
}
.holder_destaques .receitas .noticia:not(.nao_disponvel) {
    background: rgba(255, 255, 255, 0.6); 
}

.holder_destaques .destaque .noticia .nome{
    color: #fff;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    font-size: 15px;
}

.holder_destaques .destaque .noticia .nao_disponvel{
    color: #e96f53 !important;
    font-size: 42px;
}

.holder_destaques .noticias .noticia .nao_disponvel{
    color: #e55230 !important;
    font-size: 42px;
}

.holder_destaques .destaque .noticia .data{
    color: #fff;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    font-size: 15px;
	margin-bottom: 10px;
}
.holder_destaques .facebook .noticia .data{
    color: #395182;
}

.holder_destaques .destaque .noticia .resumo{
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 14px;
}

.holder_destaques .destaque .noticia .conteudo{
    color: #fff;
    font-family: "Gotham-Light";
    font-size: 14px;
}

.holder_destaques .receitas .noticia .nome,
.holder_destaques .receitas .noticia .data, 
.holder_destaques .receitas .noticia .resumo,
.holder_destaques .receitas .noticia .conteudo{
    color: #242424;
}


@media screen and (max-width: 992px) {
		
	.holder_destaques {
		display: block;
	}
		
	.holder_destaques .destaque {
		min-height: unset;
		height: auto;
	}
	
	.holder_destaques .destaque .noticia .nao_disponvel {
		font-size: 31px;
	}
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/


.holder_contactos b,
.holder_contactos strong{
	font-family: 'Gotham-Book';
	color: #a6a6a6;
}

.holder_contactos p{
	font-family: 'Gotham-Light';
	color: #a6a6a6;
	font-size: 21px;
}

.holder_contactos p span{
	color: #e55230;
	font-family: 'Gotham-Book';
}
.holder_contactos img{
	margin-bottom: 15px;
}

#googleMap {
    height: 620px;
}

@media screen and (max-width: 992px) {
		
	#googleMap {
		height: 300px;
	}
}


/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.lower_footer {
    padding: 15px 0;
	background: #e6e6e6;
}

.lower_footer p,
.lower_footer a{
	font-size: 13px;
	color: #949393;
	margin: 0;
}

@media screen and (max-width: 992px) {

}
