@font-face {
	font-family: 'Lato-Light';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Lato-Light.woff) format('woff');
}

@font-face {
	font-family: 'Lato-Regular';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Lato-Regular.woff) format('woff');
}

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

body{
	background-color: #fff;
}

input,
button{
	outline: 0 !important;
}

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

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


/*COLORS---------*/
.white{
	color: #fff !important;
}

.black{
	color: #000 !important;
}

.grey{
	color: #545454 !important;
}

.yellow{
	color: #FFE745 !important;
}

a, a:hover{
	color: #000;
}
/*COLORS---------*/


/*TRANSFORM---------*/
.bold{
	font-weight: bold;
}

.caps{
	text-transform: uppercase;
}
/*TRANSFORM---------*/


/*TEXTOS---------*/
.txt_menu{font-size: 15px;}

.txt_titulo{font-size: 45px;}
.txt_texto{font-size: 24px;}


@media screen and (max-width: 992px){
	.txt_titulo{font-size: 30px;}
	.txt_texto{font-size: 16px;}
}
/*TEXTOS---------*/


/*FONTS---------*/
.lato-light{font-family: "Lato-Light";}
.lato-regular{font-family: "Lato-Regular";}
/*FONTS---------*/


button{
	outline: 0;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.disp_none{
	display: none;
}

.disp_block{
	display: block;
}


.btn_generico{
	border: 1px solid #ddd;
	background-color: transparent;
	padding: 10px 10px;
}

.centralizar{
	float: none;
	display: inline-block;
}

.line_height{
	line-height: 1.6;
}

#topcontrol{
	z-index: 99;
}

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




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


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

.menu_holder .navbar-header {
	left: 3%;
	position: relative;
}

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

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 35px;
	top: 20px;
	right: 3%;
    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 3% 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: #000;
	font-size: 14px;
}

.menu_holder .menu-nav .dropdown.language a{
	color: #298e2a;
}

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


.dropdown.active{
	position: relative;
}

.dropdown.active:after{
	content: "";
	position: absolute;
	height: 0;
	border-bottom: 4px solid #FFE745;
	top: 30px;
	width: 28px;
	left: 2px;
	right: 0;
	margin: auto;
	border-radius: 16%;
}

#m1{
	display: none;
}

@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: 117px;
		position: relative;
		top: 13px;
	}
	
	.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;
	}

	.dropdown.active:after {
		top: 25px;
		width: 31px;
		left: 6px;
		right: unset;
	}
}


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


.banner{
	margin-top: 80px;
	position: relative;
	width: 100%;
	
	-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: 15%;
	/*left: 0;*/
	/*right: 0;*/
	text-align: left;
	width: 50%;
	padding-left: 10%;
	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: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

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

	.banner,
	.banner ul li {
		height:350px;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}
	
	.banner ul img{
		display: none;
	}
	.banner .conteudo {
		top: 10%;
		width: 70%;
	}
	.banner .conteudo .nome {
		font-size: 4vW;
	}
	.banner .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@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: 85px 0;
	overflow: hidden;
}

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

.bloco h2{
	font-size: 45px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.bloco h3{
	font-size: 25px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

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


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


#midder{
    width: 100%;
    height: 650px;
	position: relative;

	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
	padding: 0 2%;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
	
#midder .conteudo h2 {
	font-size: 48px;
	color: #111;
	text-transform: none;
}
#midder .conteudo p {
	font-size: 17px;
	color: #838383;
}


@media screen and (max-width: 992px) {
	
	#midder {
		height: 250px;
		background-attachment: initial;
	}
	#midder .conteudo h2 {
		font-size: 25px;
	}
}

/*@media screen and (max-width: 470px) {
	
	#midder {
		height: 250px;
	}
	#midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

.after:after{
	content: "";
	position: absolute;
	height: 0;
	border-bottom: 4px solid #FFE745;
	bottom: -15px;
	width: 55px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 16%;
}
.grey_after.after:after{
	border-bottom: 4px solid #90918C;
}

.area_restrita_fundo,
.parceiros_fundo,
.missao_fundo{
	width: 100%;
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.missao_amarelo{
	background-color: #FFE745;
	min-height: 300px;
}

.parceiro{
	height: 150px;
	position: relative;
	margin: 25px 18px;
}

.parceiro img{
	width: 65%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.txt_titulo{
	margin-bottom: 40px;
}

#googleMap{
	height: 300px;
}

.morada,
.tlm,
.email{
	margin-right: 20px;
}

.morada img,
.tlm img,
.email img{
	width: 25px;
	margin-top: 9px;
}

.form-control2{
	height: 45px;
	background-color: #F4F4F4;
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
}

input[type="text"],
textarea[name="mensagem"]{}

textarea{
	resize: vertical;
}

input:focus,
textarea:focus{
	text-decoration: none !important;
}

input::placeholder,
textarea::placeholder{
	color: #000 !important;
	text-transform: uppercase;
	font-family: "Lato-Regular";
}

.btn_enviar{
	border: 0;
	border-radius: 0;
	background-color: #FFE745;
	padding: 10px 40px;
}

#form_contactos .col-md-12{
	padding-left: 0;
	padding-right: 0;
}

.valores_img img{
	width: 50%;
}



@media screen and (max-width: 992px){
	.mob_spacer_contactos{
		margin-top: 65px;
	}

	.valores_img img{
		width: 100%;
	}

	.parceiro {
		height: 115px;
		margin: 5px 18px;
	}

	.morada img,
	.tlm img,
	.email img {
		width: 25px;
		margin-top: 0;
	}
}

@media screen and (max-width: 650px){
	.area_restrita_fundo,
	.parceiros_fundo,
	.missao_fundo{
		min-height: 200px;
	}

	.missao_amarelo{
		min-height: 200px;
	}
}

/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/


.produto .produto_imagem img{
	width: 100%;
}


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




/*==================================================================================================*/
/*CHECKOUT*/
/*==================================================================================================*/



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


.footer{
	position: relative;
	width: 100%;
	background: #111;
}

.footer h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer h3{
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer p,
.footer label,
.footer a{
	font-size: 13px;
	color: #aaa;
}

.footer #form_newsletter input {
    border: 1px solid #ccc;
}

.footer #form_newsletter button {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.lower_footer {
    padding: 25px 0;
	background: #fafafa;
}

/*.lower_footer p,
.lower_footer a{
	font-size: 13px;
	color: #aaa;
}*/

@media screen and (max-width: 992px) {
	.mob_footer{
		text-align: center !important;
		margin: 10px 0;
	}
}

.fakebanner{
    height: 50px;
}