
@font-face {
	font-family: 'Krub-ExtraLight';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Krub/Krub-ExtraLight.ttf) format('truetype');
}

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

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

@font-face {
	font-family: 'Krub-Medium';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Krub/Krub-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Krub-SemiBold';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Krub/Krub-SemiBold.ttf) format('truetype');
}

@font-face {
	font-family: 'Krub-Italic';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Krub/Krub-Italic.ttf) format('truetype');
}

@font-face {
	font-family: 'Krub-MediumItalic';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Krub/Krub-MediumItalic.ttf) format('truetype');
}

@font-face {
	font-family: 'Krub-SemiBoldItalic';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Krub/Krub-SemiBoldItalic.ttf) format('truetype');
}


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

img{
	max-width: 100%;
}

.owl-theme .owl-dots{
	text-align: right;
	-webkit-tap-highlight-color: transparent;
	margin: 10px 15px 0;
}
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}
.owl-theme .owl-dots .owl-dot span{
	width: 9px;
	height: 9px;
	margin: 5px 7px;
	background: #085292;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #cb5733;
}


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


.menu_holder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fbfbfb;
	padding: 20px 0;
	width: 100%;
	z-index: 3;
	border-top: 4px solid #3b77ac;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
}

.menu_holder .linguas{
	position: absolute;
	top: 10px;
	left: Calc( 50% + 325px );
	width: 200px;
}

.menu_holder .linguas .holder_linguas{

}

.menu_holder .linguas .holder_linguas .lingua{
	display: inline-block;
	margin: 0 7px;
}

.menu_holder .linguas .holder_linguas .lingua:first-child img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.menu_holder .linguas .holder_linguas .lingua img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.menu_holder .linguas .holder_linguas .lingua img.active{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.menu_holder .linguas .holder_linguas .lingua i{
	font-size: 18px;
	vertical-align: middle;
	color: #ea6339;
}

.menu_holder .navbar-header {
    float: none;
	text-align: center;
}

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

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 45px;
	top: 55px;
	right: 50px;
	cursor: pointer;
	display: none;
	outline: 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: 50px 0 15px 0px;
	float: none;
	text-align: center;
}

.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;
	padding-bottom: 10px;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #005094;
	font-size: 14px;
	font-family: 'Krub-Regular';
}

.menu_holder .menu-nav .dropdown .dropdown-menu a{
	color: #fff !important;
	padding: 5px 20px;
}

.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: #e54f23;
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
	background-color: rgba(97, 139, 183, 0.9);
	cursor: default;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	left: -25px;
	text-align: left;
	padding: 10px 0;
	margin-top: 0;
}

.menu_holder .dropdown-menu li:hover{
	background-color: #d06843;
}

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

.menu_margin_aux{
	margin-top: 228px;
}


.menu-toggler .icon-bar{
	background-color:#265ea0 !important;
	width: 30px;
	height: 4px;
	opacity: 1;
	top: 0;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggler.open .icon-bar:nth-child(1) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 8px;
	position: relative;
}

.menu-toggler.open .icon-bar:nth-child(2) {
	opacity: 0;
}

.menu-toggler.open .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: relative;
	top: -8px;
}

#contactos_response{
	margin-top: 15px;
}

@media screen and (min-width: 993px) {

	.menu_holder .menu {
		display: block !important;
	}

}

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

	.menu_margin_aux{
		margin-top: 125px;
	}

	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}

	.menu_holder .navbar-header {
		top: -15px;
	}

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

	.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: Calc( 100% - 30px );
		margin: 15px;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
	}

	.menu_holder .dropdown-menu{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

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

	.menu_holder .linguas {
		left: unset;
		right: 10px;
	}

}

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

	.menu_holder .navbar-header {
		text-align: left;
		padding-left: 30px;
	}

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

	.menu_margin_aux {
		margin-top: 110px;
	}

}


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


.banner{
	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: center;
	width: 80%;
	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,
	.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: 50px 0;
	overflow: hidden;
}

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

.bloco h2{
	font-size: 34px;
	color: #313131;
	font-family: 'Krub-ExtraLight';
	margin-bottom: 13px;
}

.bloco h3{
	font-size: 24px;
	color: #005094;
	margin-bottom: 45px;
	font-family: 'Krub-MediumItalic';
	margin-top: 30px;
}

.bloco h3 strong,
.bloco h3 b{
	font-family: 'Krub-SemiBoldItalic';
}

.bloco h4{
	font-size: 18px;
	font-family: 'Krub-Italic';
	color: #313131;
	padding: 0 10px;
}

.bloco h5{
	font-size: 18px;
	font-family: 'Krub-Light';
	color: #494949;
	margin-top: 0;
	padding-top: 15px;
}

.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*/
/*==================================================================================================*/

#homepage{

}

#homepage .bloco_produtos_topo {
	background-position: center center;
	text-align: center;
	background-size: auto 100%;
	padding-bottom: 110px;
	border-bottom: 5px solid #fff;
}

#homepage .bloco_produtos_topo .titulo_holder{
	position: relative;
}

#homepage .bloco_produtos_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#homepage .bloco_produtos_topo .slider_produtos_topo{
	max-width: 930px;
	margin: 0 auto;
}

#homepage .bloco_produtos_topo .bloco_produto{
	text-align: center;
	width: 300px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 50px;
	float:none;
	vertical-align: top;
	margin-top: 45px;
}

#homepage .bloco_produtos_topo .bloco_produto a{
	text-decoration: none;
}

#homepage .bloco_produtos_topo .bloco_produto:hover{
	background-color: rgba(18, 92, 156, 0.24);
}

#homepage .bloco_produtos_topo .bloco_produto .nome{
	font-size: 18px;
	color: #005094;
	font-family: 'Krub-Medium';
	margin-bottom: 25px;
	margin-top: 15px;
}

#homepage .bloco_produtos_topo .bloco_produto .desc{
	font-size: 14px;
	color: #404040;
	font-family: 'Krub-Medium';
}

#homepage .bloco_nossos_valores{
	background-position: center center;
	text-align: center;
	background-size: auto 100%;
}

#homepage .bloco_nossos_valores .holder_nossos_valores{

}

#homepage .bloco_nossos_valores .holder_nossos_valores .bloco_nosso_valor{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
	margin-bottom: 50px;
}

#homepage .bloco_nossos_valores .holder_nossos_valores .bloco_nosso_valor .img{
	width: 122px;
	height: 122px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	margin: 0 auto;
}

#homepage .bloco_nossos_valores .holder_nossos_valores .bloco_nosso_valor .img img{
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}

#homepage .bloco_nossos_valores .holder_nossos_valores .bloco_nosso_valor .nome{
	font-family: 'Krub-Medium';
	font-size: 14px;
	color: #313131;
	margin-top: 20px;
}

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

	#homepage .bloco_nossos_valores .holder_nossos_valores .bloco_nosso_valor {
		width: 230px;
		padding: 0 50px;
	}

}

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

	#homepage .bloco_nossos_valores .holder_nossos_valores .bloco_nosso_valor {
		padding: 0 20px;
		margin-bottom: 25px;
		margin-top: 25px;
	}

}

/*==================================================================================================*/
/*EMPRESA*/
/*==================================================================================================*/

#empresa{

}

#empresa .bloco_topo{
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	border-bottom: 7px solid #d8d8d8;
}

#empresa .bloco_topo .container{
	max-width: 1000px;
}

#empresa .bloco_topo .titulo_holder{
	position: relative;
}

#empresa .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#empresa .bloco_topo .texto_holder{

}

#empresa .bloco_topo .texto_holder .img{
	width: 330px;
	display: inline-block;
	vertical-align: top;
}

#empresa .bloco_topo .texto_holder .texto{
	width: Calc( 100% - 330px );
	display: inline-block;
	font-size: 18px;
	font-family: 'Krub-Light';
	text-align: left;
	padding-left: 70px;
	color: #404040;
}

#empresa .bloco_topo .texto_holder .texto b,
#empresa .bloco_topo .texto_holder .texto strong{
	font-family: 'Krub-SemiBold';
}

#empresa .bloco_historia{
	max-width: 950px;
	margin: 50px auto 80px;
}

#empresa .bloco_historia .topo_info{
	background-color: #fff;
	padding: 20px 0;
}

#empresa .bloco_historia .topo_info .titulo{
	font-family: 'Krub-SemiBold';
	font-size: 18px;
	color: #505050;
	position: relative;
	max-width: 400px;
	margin: 0 auto 35px;
}

#empresa .bloco_historia .topo_info .titulo:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -10px;
	left: Calc( 50% - 110px );
}

#empresa .bloco_historia .topo_info .texto{
	font-family: 'Krub-Italic';
	font-size: 18px;
	color: #505050;
	max-width: 550px;
	margin: 0 auto 0px;
}

#empresa .bloco_historia .holder_historia{
	position: relative;
	background-color: #efefef;
	padding-top: 30px;
	padding-bottom: 70px;
}

#empresa .bloco_historia .holder_historia:after{
	content: '';
	position: absolute;
	height: Calc( 100% - 55px );
	width: 1px;
	background-color: #303030;
	top: 55px;
	left: Calc( 50% - 0.5px );
}

#empresa .bloco_historia .holder_historia .faixa_historia{
	position: relative;
	z-index: 1;
	padding: 5px 0;
}

#empresa .bloco_historia .holder_historia .faixa_historia:after{
	content: '';
	background-color: #ea653d;
	width: 12px;
	height: 12px;
	left: Calc( 50% - 6px );
	top: 20px;
	position: absolute;
	border-radius: 50%;
}

#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(even){
	text-align: left;
}

#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(even) .inner_block{
	text-align: right;
	padding-left: 100px;
}

#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(odd){
	text-align: right;
}

#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(odd) .inner_block{
	text-align: left;
	padding-right: 100px;
}

#empresa .bloco_historia .holder_historia .faixa_historia .inner_block{
	width: Calc( 50% - 20px );
	display: inline-block;
	vertical-align: top;
}

#empresa .bloco_historia .holder_historia .faixa_historia .inner_block .titulo{
	font-family: 'Krub-ExtraLight';
	font-size: 34px;
	color: #313131;
}

#empresa .bloco_historia .holder_historia .faixa_historia .inner_block .texto{
	font-family: 'Krub-Regular';
	font-size: 14px;
	color: #313131;
}


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

	#empresa .bloco_topo .texto_holder .img {
		width: 200px;
	}

	#empresa .bloco_topo .texto_holder .texto {
		width: Calc(100% - 200px);
	}

	#empresa .bloco_historia {
		padding: 0 15px;
	}

}

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

	#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(even) .inner_block{
		padding-left: 20px;
	}

	#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(odd) .inner_block{
		padding-right: 20px;
	}

	#empresa .bloco_topo .texto_holder .img{
		display: none;
	}

	#empresa .bloco_topo .texto_holder .texto{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

}

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

	#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(even) {
		text-align: right;
	}

	#empresa .bloco_historia .holder_historia .faixa_historia:nth-child(even) .inner_block {
		text-align: left;
		padding-left: 0;
		padding-right: 20px;
	}

	#empresa .bloco_historia .holder_historia .faixa_historia .inner_block {
		width: Calc(100% - 40px);
	}

	#empresa .bloco_historia .holder_historia:after{
		left: 20px;
	}

	#empresa .bloco_historia .holder_historia .faixa_historia:after{
		left: 15px;
	}

}



/*==================================================================================================*/
/*QUALIDADE*/
/*==================================================================================================*/

#qualidade{

}

#qualidade .bloco_topo{
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
}

#qualidade .bloco_topo .container{
	max-width: 930px;
}

#qualidade .bloco_topo .titulo_holder{
	position: relative;
}

#qualidade .bloco_topo .titulo_holder h3{
	margin-bottom: 25px;
}

#qualidade .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#qualidade .bloco_topo .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
}

#qualidade .bloco_topo .texto_holder{
	margin-top: 90px;
	display: flex;
}

#qualidade .bloco_topo .texto_holder .img{
	width: 330px;
	display: inline-block;
	vertical-align: top;
	order: 1;
}

#qualidade .bloco_topo .texto_holder .texto{
	width: Calc( 100% - 330px );
	display: inline-block;
	font-size: 18px;
	font-family: 'Krub-Light';
	text-align: left;
	padding-left: 35px;
	color: #404040;
	order: 2;
}

#qualidade .bloco_topo .texto_holder .texto .descricao{
	font-family: 'Krub-Light';
	font-size: 21px;
	margin-bottom: 25px;
}

#qualidade .bloco_topo .texto_holder .texto .conteudo{
	font-family: 'Krub-Light';
	font-size: 16px;
}

#qualidade .bloco_topo .texto_holder .texto b,
#qualidade .bloco_topo .texto_holder .texto strong{
	font-family: 'Krub-SemiBold';
}



#qualidade .bloco_politica_qualidade{
	text-align: center;
	border-bottom: 7px solid #d8d8d8;
}

#qualidade .bloco_politica_qualidade .container{
	max-width: 1000px;
}

#qualidade .bloco_politica_qualidade .titulo_holder{
	position: relative;
}

#qualidade .bloco_politica_qualidade .titulo_holder h3{
	margin-bottom: 25px;
}

#qualidade .bloco_politica_qualidade .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#qualidade .bloco_politica_qualidade .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
}

#qualidade .bloco_politica_qualidade .texto_holder{
	margin-top: 90px;
	text-align: left;
}

#qualidade .bloco_politica_qualidade .texto_holder .img{
	width: 380px;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
	min-height: 1px;
}

#qualidade .bloco_politica_qualidade .texto_holder .img .slider_qualidade{
	width: 1000px;
	position: absolute;
	right: 0;
}

#qualidade .bloco_politica_qualidade .texto_holder .texto{
	width: Calc( 100% - 380px );
	display: inline-block;
	font-size: 18px;
	font-family: 'Krub-Light';
	text-align: left;
	padding-left: 30px;
	color: #404040;
}

#qualidade .bloco_politica_qualidade .texto_holder .texto .descricao{
	font-family: 'Krub-Light';
	font-size: 24px;
	margin-bottom: 25px;
}

#qualidade .bloco_politica_qualidade .texto_holder .texto .conteudo{
	font-family: 'Krub-Light';
	font-size: 18px;
}

#qualidade .bloco_politica_qualidade .texto_holder .texto b,
#qualidade .bloco_politica_qualidade .texto_holder .texto strong{
	font-family: 'Krub-SemiBold';
}

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

	#qualidade .bloco_politica_qualidade .texto_holder .img{
		width: 100%;
		float: none;
		padding: 0 15px;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}

	#qualidade .bloco_politica_qualidade .texto_holder .texto{
		display: block;
		margin: 0 auto 20px;
		width: 100%;
		padding: 0 15px;
	}

	#qualidade .bloco_politica_qualidade .texto_holder .img .slider_qualidade {
		width: 100%;
		position: relative;
		right: unset;
	}

}

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

	#qualidade .bloco_topo .texto_holder{
		display: block;
		margin-top: 45px;
	}

	#qualidade .bloco_topo .texto_holder .texto{
		width: 100%;
		margin-bottom: 20px;
	}

	#qualidade .bloco_topo .texto_holder .img{
		width: 100%;
	}

}

/*==================================================================================================*/
/*CERTIFICAÇÕES*/
/*==================================================================================================*/

#certificacoes{

}

#certificacoes .bloco_topo{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#certificacoes .bloco_topo .container{
}

#certificacoes .bloco_topo .titulo_holder{
	position: relative;
	text-align: center;
}

#certificacoes .bloco_topo .titulo_holder h3{
	margin-bottom: 25px;
}

#certificacoes .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#certificacoes .bloco_topo .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
	text-align: center;
}

#certificacoes .bloco_topo .holder_certificacoes{
	margin-top: 90px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 100px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .holder_conteudo{
	max-width: 470px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao:nth-child(even) .holder_conteudo{
	margin-left: auto;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao:nth-child(odd) .holder_conteudo{
	margin-right: auto;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .img{
	width: 330px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .docs a{
	text-decoration: none;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .docs img{
	margin-left: 10px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .docs span{
	font-family: 'Krub-Light';
	font-size: 18px;
	margin-left: 10px;
	color: #494949;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .texto{
	display: inline-block;
	font-size: 18px;
	font-family: 'Krub-Light';
	text-align: left;
	padding-left: 35px;
	color: #404040;
	margin-top: 12px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .texto .descricao{
	font-family: 'Krub-Light';
	font-size: 24px;
	margin-bottom: 25px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .texto .conteudo{
	font-family: 'Krub-Light';
	font-size: 18px;
}

#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .texto b,
#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .texto strong{
	font-family: 'Krub-SemiBold';
}

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

	#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .holder_conteudo {
		max-width: 350px;
	}

}

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

	#certificacoes .bloco_topo .holder_certificacoes {
		margin-top: 70px;
	}

	#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao{
		width: 100%;
	}

	#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao:nth-child(odd) .holder_conteudo{
		margin: 0 auto;
	}

	#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao:nth-child(even) .holder_conteudo{
		margin: 0 auto;
	}

	#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao{
		margin-bottom: 40px;
	}

	#certificacoes .bloco_topo .holder_certificacoes .bloco_certificacao .texto{
		padding-left:0;
	}

}

/*==================================================================================================*/
/*NOTICIAS*/
/*==================================================================================================*/


#news{

}

#news .container {
	max-width: 930px;
	margin: 0 auto;
}

#news .bloco_topo{
	background-position: top center;
	background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 7px solid #d8d8d8;
}

#news .bloco_topo .container{
}

#news .bloco_topo .titulo_holder{
	position: relative;
	text-align: center;
}

#news .bloco_topo .titulo_holder h3{
	margin-bottom: 25px;
}

#news .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#news .bloco_topo .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
	text-align: center;
}

#news .holder_noticias{
	text-align: center;
}

#news .holder_noticias .bloco_noticia{
	text-align: center;
	width: 300px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 40px;
	float:none;
	vertical-align: top;
	margin-top: 45px;
}

#news .holder_noticias .bloco_noticia a{
	text-decoration: none;
}

#news .holder_noticias .bloco_noticia:hover{
	background-color: rgba(18, 92, 156, 0.24);
}

#news .holder_noticias .bloco_noticia .img{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 9px 0px rgba(220, 220, 220, 0.5);
}

#news .holder_noticias .bloco_noticia .img img{
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}


#news .holder_noticias .bloco_noticia .nome{
	font-size: 18px;
	color: #005094;
	font-family: 'Krub-Medium';
	margin-bottom: 25px;
	margin-top: 15px;
}

#news .holder_noticias .bloco_noticia .desc{
	font-size: 14px;
	color: #404040;
	font-family: 'Krub-Medium';
}

#news .bloco_topo .zona_mais_noticias{
	position: relative;
	text-align: center;
	margin-top: 100px;
}

#news .bloco_topo .zona_mais_noticias:after{
	position: absolute;
	content: '';
	width: 220px;
	height: 1px;
	background-color: #494949;
	top: -15px;
	left: Calc( 50% - 110px );
}

#news .bloco_topo .zona_mais_noticias a{
	font-size: 18px;
	font-family: 'Krub-Medium';
	color: #494949;
	text-decoration: none;
	cursor: pointer;
}


/*==================================================================================================*/
/*NOTICIA DETALHE*/
/*==================================================================================================*/


#news_details{

}

#news_details .bloco_topo{
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	border-bottom: 7px solid #d8d8d8;
}

#news_details .bloco_topo .titulo_holder{
	position: relative;
}

#news_details .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#news_details .bloco_topo .titulo_holder h3 {
	margin-bottom: 25px;
}

#news_details .bloco_topo .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
	text-align: center;
}

#news_details .bloco_topo .texto_holder{
	margin-top: 60px;
	display: flex;
}

#news_details .bloco_topo .texto_holder .img{
	width: 470px;
	display: inline-block;
	vertical-align: top;
	margin-top: 80px;
	order: 1;
}

#news_details .bloco_topo .texto_holder .texto{
	width: Calc( 100% - 470px );
	display: inline-block;
	font-size: 18px;
	font-family: 'Krub-Light';
	text-align: left;
	padding-left: 35px;
	color: #404040;
	order: 2;
}

#news_details .bloco_topo .texto_holder .texto .titulo{
	font-size: 24px;
	margin-bottom: 40px;
}

#news_details .bloco_topo .texto_holder .texto b,
#news_details .bloco_topo .texto_holder .texto strong{
	font-family: 'Krub-SemiBold';
}

#news_details .bloco_topo .voltar{
	position: relative;
	text-align: center;
	margin-top: 100px;
}

#news_details .bloco_topo .voltar:after{
	position: absolute;
	content: '';
	width: 220px;
	height: 1px;
	background-color: #494949;
	top: -15px;
	left: Calc( 50% - 110px );
}

#news_details .bloco_topo .voltar a{
	font-size: 18px;
	font-family: 'Krub-Medium';
	color: #494949;
	text-decoration: none;
	cursor: pointer;
}

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

	#news_details .bloco_topo .texto_holder{
		display: block;
	}

	#news_details .bloco_topo .texto_holder .texto {
		width: 100%;
		padding-left: 0;
	}

	#news_details .bloco_topo .texto_holder .img{
		width: 100%;
		max-width: 470px;
	}

}


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

#produtos .container {
	max-width: 930px;
	margin: 0 auto;
}

#produtos .bloco_topo{
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 7px solid #d8d8d8;
}

#produtos .bloco_topo .container{
}

#produtos .bloco_topo .titulo_holder{
	position: relative;
	text-align: center;
}

#produtos .bloco_topo .titulo_holder h3{
	margin-bottom: 25px;
}

#produtos .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#produtos .bloco_topo .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
	text-align: center;
}

#produtos .holder_produtos{
	text-align: center;
}

#produtos .holder_produtos .bloco_produto{
	text-align: center;
	width: 300px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 40px;
	float:none;
	vertical-align: top;
	margin-top: 45px;
}

#produtos .holder_produtos .bloco_produto a{
	text-decoration: none;
}

#produtos .holder_produtos .bloco_produto:hover{
	background-color: rgba(18, 92, 156, 0.24);
}

#produtos .holder_produtos .bloco_produto .img{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 9px 0px rgba(220, 220, 220, 0.5);
}

#produtos .holder_produtos .bloco_produto .img img{
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}


#produtos .holder_produtos .bloco_produto .nome{
	font-size: 18px;
	color: #005094;
	font-family: 'Krub-Medium';
	margin-bottom: 25px;
	margin-top: 15px;
}

#produtos .holder_produtos .bloco_produto .desc{
	font-size: 14px;
	color: #404040;
	font-family: 'Krub-Medium';
}

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

	#produtos .bloco_topo{
		background-size: auto 100%;
	}

}


/*==================================================================================================*/
/*PRODUTO DETALHE*/
/*==================================================================================================*/

#produto_detalhe{

}

#produto_detalhe .bloco_topo{
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
}

#produto_detalhe .bloco_topo .container{
	max-width: unset;
	padding: 0;
	text-align: left;
}

#produto_detalhe .bloco_topo .titulo_holder{
	position: relative;
	text-align: center;
}

#produto_detalhe .bloco_topo .titulo_holder h3{
	margin-bottom: 25px;
}

#produto_detalhe .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#produto_detalhe .bloco_topo .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
	text-align: center;
}

#produto_detalhe .bloco_topo .texto_holder{
	margin-top: 90px;
}

#produto_detalhe .bloco_topo .texto_holder .img{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

#produto_detalhe .bloco_topo .texto_holder .texto{
	width: 530px;
	display: inline-block;
	font-size: 18px;
	font-family: 'Krub-Light';
	text-align: left;
	padding-left: 35px;
	color: #404040;
}

#produto_detalhe .bloco_topo .texto_holder .texto .descricao{
	font-family: 'Krub-Light';
	font-size: 21px;
	margin-bottom: 25px;
	margin-top: 35px;
}

#produto_detalhe .bloco_topo .texto_holder .texto .conteudo{
	font-family: 'Krub-Light';
	font-size: 16px;
}

#produto_detalhe .bloco_topo .texto_holder .texto .documento{

}

#produto_detalhe .bloco_topo .texto_holder .texto .documento .titulo{
	color: #005094;
	font-family: 'Krub-Medium';
	font-size: 18px;
	margin-top: 20px;
}

#produto_detalhe .bloco_topo .texto_holder .texto .documento .link{
	margin-top: 15px;
}

#produto_detalhe .bloco_topo .texto_holder .texto .documento .link a{
	text-decoration: none;
}

#produto_detalhe .bloco_topo .texto_holder .texto .documento .link span{
	color: #494949;
	width: 260px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
}

#produto_detalhe .bloco_topo .texto_holder .texto b,
#produto_detalhe .bloco_topo .texto_holder .texto strong{
	font-family: 'Krub-SemiBold';
}

#produto_detalhe .bloco_aplicacoes{
	background-color: #fcfcfc;
	border-bottom: 7px solid #d8d8d8;
}

#produto_detalhe .bloco_aplicacoes .container{
	max-width: 850px;
	margin: 0 auto;
}

#produto_detalhe .bloco_aplicacoes .titulo{
	font-family: 'Krub-Light';
	font-size: 18px;
	text-align: center;
	color: #404040;
}

#produto_detalhe .bloco_aplicacoes .holder_aplicacoes{
	margin-top: 60px;
}

#produto_detalhe .bloco_aplicacoes .holder_aplicacoes .aplicacao{
	display: inline-block;
	width: Calc( 100% / 4 );
	vertical-align: top;
	font-family: 'Krub-Medium';
	font-size: 14px;
	color: #404040;
	text-align: center;
	margin-bottom: 35px;
}

#produto_detalhe .bloco_aplicacoes .holder_aplicacoes .aplicacao .img{
	height: 80px;
}

#produto_detalhe .bloco_aplicacoes .holder_aplicacoes .aplicacao .nome{
	margin-top: 20px;
}

#produto_detalhe .bloco_info_adicional .holder_texto h3{
	position: relative;
	margin-bottom: 30px;
}

#produto_detalhe .bloco_info_adicional .holder_texto h4{
	font-family: 'Krub-Regular';
}

#produto_detalhe .bloco_info_adicional .holder_texto h3:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#produto_detalhe .bloco_info_adicional .holder_texto img{
	margin: 0 10px 12px;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

#produto_detalhe .bloco_info_adicional .holder_texto{
	font-size: 14px;
	font-family: 'Krub-Light';
	color: #404040;
	max-width: 800px;
	margin: 0 auto;
}

#produto_detalhe .bloco_info_adicional .holder_texto b,
#produto_detalhe .bloco_info_adicional .holder_texto strong{
	font-family: 'Krub-SemiBold';
	color: #085292;
}

#produto_detalhe .bloco_info_adicional .holder_texto table{
	width: 100%;
}


#produto_detalhe .bloco_info_adicional .holder_texto table tr:nth-child(odd) td{
	background-color: #bad2e6;
}

#produto_detalhe .bloco_info_adicional .holder_texto table tr:first-child td{
	background-color: #ededed;
	font-family: 'Krub-SemiBold';
	font-size: 18px;
}

#produto_detalhe .bloco_info_adicional .holder_texto table tr td{
	border: 1px solid #085292;
	padding: 13px 15px;
	color: #085292;
	font-family: 'Krub-SemiBold';
	font-size: 14px;
	text-align: center !important;
}

#produto_detalhe .bloco_info_adicional .holder_texto table tr td:first-child{
	text-align: left !important;
}

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

	#produto_detalhe .bloco_topo .texto_holder{
		margin-top: 45px;
	}

	#produto_detalhe .bloco_topo .texto_holder .texto{
		max-width: 530px;
		width: 100%;
		display: block;
		margin: 0px auto;
		padding: 0 15px;
	}

	#produto_detalhe .bloco_topo .texto_holder .img{
		width: 100%;
		display: block;
		margin: 20px auto 0;
		float: none;
		max-width: 650px;
	}

	#produto_detalhe .bloco_topo {
		background-size: auto 100%;
	}

}

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

	#produto_detalhe .bloco_aplicacoes .holder_aplicacoes{
		text-align: center;
	}

	#produto_detalhe .bloco_aplicacoes .holder_aplicacoes .aplicacao{
		width: Calc( 100% / 3 );
	}

}

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

	#produto_detalhe .bloco_aplicacoes .holder_aplicacoes .aplicacao{
		width: Calc( 100% / 2 );
	}

	#produto_detalhe .bloco_info_adicional .holder_texto table tr:first-child td{
		font-size: 12px;
	}

	#produto_detalhe .bloco_info_adicional .holder_texto table tr td{
		font-size: 10px;
	}

}


/*==================================================================================================*/
/*AREA RESERVADA*/
/*==================================================================================================*/

.bloco_listagem_ficheiros{
	border-bottom: 7px solid #d8d8d8;
}

.bloco_listagem_ficheiros .topo{
	overflow: hidden;
}

.bloco_listagem_ficheiros .topo .titulo{
	font-size: 18px;
	color: #005094;
	font-family: 'Krub-Medium';
	margin-bottom: 25px;
	margin-top: 15px;
	float: left;
}

.bloco_listagem_ficheiros .ordenar{
	float: right;
}

.bloco_listagem_ficheiros .ordenar > span{
	font-size: 18px;
	color: #005094;
	font-family: 'Krub-Medium';
	margin-right: 20px;
}

.bloco_listagem_ficheiros .holder_listagem{
	margin-top: 60px;
}

.bloco_listagem_ficheiros .holder_listagem .categoria{
	margin-bottom: 60px;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .titulo{
	font-size: 18px;
	color: #005094;
	font-family: 'Krub-Medium';
	margin-bottom: 25px;
	border-bottom: 1px solid #494949;
	padding-bottom: 20px;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha:nth-child(odd){
	background-color: #ededed;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha > div{
	padding: 8px 0;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .icon{
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .icon img{
	max-width: 33px;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .nome{
	font-size: 18px;
	color: #494949;
	font-family: 'Krub-Light';
	width: Calc( 100% - 225px );
	display: inline-block;
	vertical-align: middle;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .btn{
	width: 135px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: none;
	background: none;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .btn button{
	font-size: 14px;
	font-family: 'Krub-Medium';
	color: #fff;
	padding: 6px 20px;
	border: none;
	background-color: #ce623d;
	border-radius: 16px;
	outline: none;
}

.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .btn i{
	display: none;
}

.select2-container{
	width: 110px;
}

.select2-container .select2-choice{
	display: block;
	height: 38px;
	padding: 5px 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #005094;
	white-space: nowrap;
	line-height: 26px;
	color: #005094;
	font-family: 'Krub-Medium';
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices{
	border: 1px solid #005094 !important;
}

.select2-container .select2-choice .select2-arrow{
	border: none;
}

.select2-drop-active{
	border: none;
	margin-top: 0px;
}

.select2-results{
	margin: 0;
	padding: 0;
}

.select2-results li{
	background: #e9e9e9 !important;
	line-height: 26px;
	color: #005094 !important;
	font-family: 'Krub-Medium';
}

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

	.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .nome {
		font-size: 14px;
		width: Calc( 100% - 135px );
	}

	.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .icon{
		width: 60px;
	}

	.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .icon img{
		width: 30px;
	}

	.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .btn {
		width: 65px;
	}

	.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .btn button {
		font-size: 12px;
		padding: 10px 15px;
		outline: none;
	}

	.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .btn span{
		display: none;
	}

	.bloco_listagem_ficheiros .holder_listagem .categoria .table .linha .btn i{
		display: block;
	}

}


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

#contactos{
	text-align: center;
}

#contactos .bloco_topo{
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
}

#contactos .bloco_topo .titulo_holder{
	position: relative;
}

#contactos .bloco_topo .titulo_holder h3{
	margin-bottom: 25px;
}

#contactos .bloco_topo .titulo_holder:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 1px;
	background-color: #494949;
	bottom: -15px;
	left: Calc( 50% - 110px );
}

#contactos .bloco_topo .desc{
	font-family: 'Krub-Light';
	font-size: 18px;
	color: #494949;
}

#contactos .bloco_topo #form_contactos{
	max-width: 400px;
	margin: 75px auto 30px;
}

#contactos .bloco_topo #form_contactos h2{
	font-size: 24px;
}

#contactos .bloco_topo #form_contactos .form-control{
	width: 100%;
	padding: 7px 10px;
	border-radius: 2px;
	margin-bottom: 15px;
	font-family: 'Krub-Regular';
	color: #313131;
	font-size: 13px;
}

#contactos .bloco_topo #form_contactos label{
	font-family: 'Krub-Medium';
	font-size: 12px;
	color: #454545;
}

#contactos .bloco_topo #form_contactos textarea.form-control{
	min-height: 110px;
	margin-bottom: 5px;
}

#contactos .bloco_topo #form_contactos .text_politicas{
	font-family: 'Krub-Medium';
	font-size: 14px;
	color: #454545;
}

#contactos .bloco_topo #form_contactos button{
	background-color: #ce623d;
	border: none;
	color: #fff;
	font-family: 'Krub-Light';
	font-size: 23px;
	padding: 10px 10px;
	width: 171px;
	outline: none;
}

/*==================================================================================================*/
/*FICHEIROS*/
/*==================================================================================================*/


.checkout-page { background-color: #f3f3f3; }
.checkout-page header { border: none; padding: 40px 0 0 0; }

.checkout-container { background-color: white; -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); padding-bottom: 100px; padding-top: 50px; }

.boxed .checkout-container { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.checkout-steps {
	position: relative;
	margin: 20px -20px 30px;
	padding: 30px 40px;
	text-align: center;
}
.checkout-steps:after, .checkout-steps:before { content: ""; position: absolute; left: 0; right: 0; height: 8px; }
.checkout-steps:before { background: -moz-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -webkit-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); top: 0; }
.checkout-steps:after { background: -moz-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -webkit-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); bottom: 0; }
.checkout-steps .step { width: 25%; float: left; position: relative; }
.checkout-steps .step:before { content: ""; position: absolute; top: 10px; left: 0; right: 0; height: 2px; background: #e6e6e6; z-index: 0; }
.checkout-steps .step:first-of-type:before { left: 50%; }
.checkout-steps .step:last-of-type:before { right: 50%; }
.checkout-steps .step.active:last-of-type:before, .checkout-steps .step.done:last-of-type:before { background: #daae68; }
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge { background-color: #daae68; color: #fff; }
.checkout-steps .step.active { color: #34353e; }
.checkout-steps .step.active:before { background: -moz-linear-gradient(left, #daae68 0%, #daae68 50%, #e6e6e6 50%, #e6e6e6 100%); background: -webkit-linear-gradient(left, #daae68 0%, #00becc 50%, #e6e6e6 50%, #e6e6e6 100%); background: linear-gradient(to right, #daae68 0%, #daae68 50%, #e6e6e6 50%, #e6e6e6 100%); }
.checkout-steps .step.active:first-of-type:before { background: #e6e6e6; }
.checkout-steps .step.done:before { background: #daae68; }
.checkout-steps .step.done:first-of-type:before { background: #daae68; }
.checkout-steps .step-badge { margin: 0 auto; -webkit-border-radius: 99px; -moz-border-radius: 99px; border-radius: 99px; width: 22px; height: 22px; background-color: #e6e6e6; position: relative; z-index: 1; line-height: 22px; margin-bottom: 5px; }

.modal {
	max-width: 400px;
	width: Calc( 100% - 20px );
	margin-left: -200px;
}

.modal input{
	width: 100%;
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 5px 8px;
}
.modal .btn{
	width: 100%;
	margin: 15px 0;
}

.modal-header h3{
	text-align: center;
	font-size: 18px;
	color: #005094;
	font-family: 'Krub-Medium';
}

.modal-header h4{
	text-align: center;
	font-size: 14px;
	color: #404040;
	font-family: 'Krub-Medium';
}

.modal-header [data-dismiss="modal"] { position: absolute; top: 12px; right: 20px; }
.modal-body { padding: 20px; }
.modal-body .controls .checkbox { padding-top: 0; margin-bottom: 20px; }


.modal-body p{
	text-align: center;
	font-size: 13px;
	color: #404040;
	font-family: 'Krub-Medium';
}

.modal-body p a{
	color: #404040;
	text-decoration: none;
}


#form_alterar_dados .form-control{
	width: 100%;
	padding: 7px 10px;
	border-radius: 2px;
	margin-bottom: 15px;
	font-family: 'Krub-Regular';
	color: #313131;
	font-size: 13px;
}

#form_alterar_dados a{
	color: #333;
}

#form_alterar_dados  button {
	background-color: #ce623d;
	border: none;
	color: #fff;
	font-family: 'Krub-Light';
	font-size: 14px;
	padding: 8px 20px;
	outline: none;
}


@media (max-width: 992px) {

	.master-wrapper {
		padding-top: 160px;
	}

	.menu_holder .open-panel{
		display: none;
	}

}

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

	.master-wrapper {
		padding-top: 120px;
	}

}

@media (max-width: 550px) {

	.checkout-steps .step {
		font-size: 12px;
	}

	.checkout-steps {
		padding: 25px 18px;
	}

	.carrinho_total_txt {
		width: 55px;
	}

}

@media (max-width: 480px) {

	.modal {padding: 15px 20px 10px;}
	.modal-body { padding: 10px; }
	.modal-header { padding: 5px 0; }

}


@media (max-width: 400px) {

	.modal {
		margin-left: -150px;
		width: 300px;
	}

}




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


#footer{
	text-align: center;
	background-color: #d8d8d8;
}

#footer .bloco_certificacao .imagens{
	margin-top: 25px;
	margin-bottom: 25px;
}

#footer .bloco_certificacao .imagens .img{
	display: inline-block;
	margin: 0 20px;
}

#footer .bloco_contactos{
	text-align: center;
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 7px solid #d8d8d8;
}

#footer .bloco_contactos .bloco_contacto{
	width: 50%;
	display: inline-block;
	padding-top: 30px;
	font-family: 'Krub-Medium';
	text-align: left;
	font-size: 14px;
	color: #454545;
	overflow: hidden;
	margin-bottom: -10px;
}

#footer .bloco_contactos .bloco_contacto:first-child{
	border-right: 4px solid #d8d8d8;
}

#footer .bloco_contactos .bloco_contacto:last-child{
	border-left: 4px solid #d8d8d8;
}

#footer .bloco_contactos .bloco_contacto .bloco_texto > div{
	width: 300px;
}

#footer .bloco_contactos .bloco_contacto:first-child .bloco_texto > div{
	margin-left: auto;
	margin-right: 110px;
}

#footer .bloco_contactos .bloco_contacto:last-child .bloco_texto > div{
	margin-left: 110px;
}

#footer .bloco_contactos .bloco_contacto .bloco_texto > div a{
	color: #454545;
	text-decoration: none;
}


#footer .bloco_info_litigio{
	background-color: #efefef;
	padding-top: 45px;
}

#footer .bloco_info_litigio h2{
	font-size: 18px;
	margin-top: 0;
}

#footer .bloco_info_litigio h4{
	font-size: 12px;
}

#footer .bloco_info_litigio table{
	text-align: left;
	width: 100%;
	font-size: 12px;
	font-family: 'Krub-Regular';
	color: #3f3f3f;
	max-width: 1030px;
	margin: 30px auto 0;
}

#footer .bloco_info_litigio table td{
	padding: 0 15px;
	text-align: center;
}

#footer .bloco_info_litigio table td .bloco_texto{
	display: inline-block;
	text-align: left;
}

#footer .lower_footer{
	font-size: 12px;
	font-family: 'Krub-Medium';
	color: #636363;
	background-color: #fff;
	padding: 45px 0 25px;
}

#footer .lower_footer .link_facebook{
	font-size: 14px;
	margin-bottom: 30px;
}

#footer .lower_footer .link_facebook img{
	margin-right: 15px;
	margin-top: -2px;
}

#footer .lower_footer .link_facebook span{

}

#footer .lower_footer a,
#footer .lower_footer a:focus,
#footer .lower_footer a:hover{
	color: #636363;
	text-decoration: underline;
}

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

	#footer .bloco_contactos .bloco_contacto:first-child .bloco_texto > div{
		margin: 0 auto;
	}

	#footer .bloco_contactos .bloco_contacto:last-child .bloco_texto > div{
		margin: 0 auto;
	}

}

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

	#footer .bloco_info_litigio table td{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	#footer .bloco_info_litigio table td .bloco_texto{
		display: block;
		text-align: center;
	}

	#footer .bloco_contactos .bloco_contacto{
		width: 100%;
		border-top: 7px solid #d8d8d8;
	}

	#footer .bloco_contactos .bloco_contacto:first-child{
		border-right: none;
	}

	#footer .bloco_contactos .bloco_contacto:last-child{
		border-left: none;
	}

	#footer .lower_footer {
		padding: 45px 10px 25px;
	}

}
