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

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

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

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

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

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

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

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


@-moz-keyframes rotationIn{
	0%{-moz-transform:rotateY(0deg)}
	50%{-moz-transform:rotateY(180deg)}
	100%{-moz-transform:rotateY(360deg)}
}
@-ms-keyframes rotationIn{
	0%{-ms-transform:rotateY(0deg)}
	50%{-ms-transform:rotateY(180deg)}
	100%{-ms-transform:rotateY(360deg)}
}
@-o-keyframes rotationIn{
	0%{transform:rotateY(0deg)}
	50%{transform:rotateY(180deg)}
	100%{transform:rotateY(360deg)}
}
@keyframes rotationIn{
	0%{transform:rotateY(0deg)}
	50%{transform:rotateY(180deg)}
	100%{transform:rotateY(360deg)}
}


@-moz-keyframes rotationOut{
	0%{-moz-transform:rotateY(360deg)}
	50%{-moz-transform:rotateY(180deg)}
	100%{-moz-transform:rotateY(0deg)}
}
@-ms-keyframes rotationOut{
	0%{-ms-transform:rotateY(360deg)}
	50%{-ms-transform:rotateY(180deg)}
	100%{-ms-transform:rotateY(0deg)}
}
@-o-keyframes rotationOut{
	0%{transform:rotateY(360deg)}
	50%{transform:rotateY(180deg)}
	100%{transform:rotateY(0deg)}
}
@keyframes rotationOut{
	0%{transform:rotateY(360deg)}
	50%{transform:rotateY(180deg)}
	100%{transform:rotateY(0deg)}
}


body{
	background-color: #fff;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

.center_vertical{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

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

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

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

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

.grey{
	color: #707370 !important;
}

.blue{
	color: #2361a7 !important;
}

.black{
	color: #000 !important;
}

a{
	color: inherit;
}

a:hover{
	color: #2361a7;
}
/*COLORS---------*/


/*TRANSFORM---------*/
.txt_titulo{
	font-family: "Montserrat-Bold";
	font-size: 20px;
}

.txt_texto{
	font-family: "OpenSans-Regular";
	font-size: 16px;
}

.txt_texto strong
.txt_texto b{
	font-family: "OpenSans-Bold";
}
/*TRANSFORM---------*/

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

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

button,
input{
	outline: 0;
}
textarea { resize: vertical; }
input[type=file]{
	padding: 10px;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.disp_none{
	display: none;
}

.disp_block{
	display: block !important;
}

.disp_inline_flex{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#topcontrol{
	z-index: 99;
}

#googleMap{
	/*height: 175px;*/
}

.no_hover a:hover{
	text-decoration: none;
}

.wow{
	visibility: hidden;
	animation-delay: 0.4s;
	animation-name: none;
}

.padrao_fundo_azul{
	background: url(/site/imagens/background.png) #2361a7;

	width: 100%;
	position: relative;
	/*background-attachment: fixed;*/
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;

	/*-webkit-clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);*/
	/*clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);*/
}

.padrao_fundo{
	background: url(/site/imagens/background.png);
	/*width: 100%;*/
	position: relative;

	/*background-attachment: fixed;*/
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}

.inc{
	border-top: 550px solid #004E74!important;
	border-right: 200px solid #fff!important;
}

/*.top_page_margin{
    margin-top: 93px;
}*/


.desktop{
	display: block;
}

.mobile{
	display: none;
}

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

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

@media screen and (max-width: 1025px){
	.mobile_disp_none{
		display: none;
	}

	#googleMap{
		height: 350px;
	}

	.mobile_center{
		text-align: center;
	}

    .top_page_margin{
        margin-top: 0;
    }

    .banner.top_page_margin{
        margin-top: 85px;
    }

}




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


.menu_holder {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
    background: rgb(255,255,255);
	padding: 17px 0;
    width: 100%;
    z-index: 7;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.menu_holder .navbar-header {
    position: relative;
	top: 7px;
}

.menu_holder .navbar-header img{
    width: 250px;
	margin-top: -10px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 35px;
	top: 37px;
	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: 0 0 0 0;
	float: right;
}

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

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

.menu_holder .menu-nav .dropdown a{
	font-family: "Montserrat-Regular";
	text-transform: uppercase;
	color: #2361a7;
	font-size: 14px;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.menu_holder .menu-nav .dropdown.language{
	vertical-align: middle;
}

.menu_holder .menu-nav .dropdown.language a{
	color: #298e2a;
	margin: 5px 5px;
    display: inline-block;
}

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

.menu_holder .menu-nav  .dropdown.menus:hover,
.menu_holder .menu-nav .dropdown.menus.active{
	background-color: #ebebeb;
}

.menu_holder .menu-nav .dropdown.menus:hover:after,
.menu_holder .menu-nav .dropdown.menus.active:after{
	content: '';
	width: 100%;
	height: 6px;
	background: #163370;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	z-index: 4;
}

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

/*region When menu is top, change colors and backgrounds*/
.menu_holder.onTop {
	/*background: rgba(255,255,255,0.5);*/
	background: rgba(0,89,162,0.6);

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.menu_holder.onTop .menu-nav .dropdown a {
	color: #fff;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.menu_holder.onTop .menu-nav .dropdown.menus:hover,
.menu_holder.onTop .menu-nav .dropdown.menus.active {
	background-color: rgba(15, 101, 184, 0.5);
}

.menu_holder.onTop .menu-nav .dropdown.menus:hover:after,
.menu_holder.onTop .menu-nav .dropdown.menus.active:after {
	background: #163370;
}

#logoimg {
	display: none;
}
/*endregion*/

#footer_m1,
#m1{
	display: none;
}

.dropdown.language a img{
	width: 32px;
	height: 22px;
}

.dropdown-menu a img{
	width: 23px !important;
	height: 16px !important;
}

#m8 a {
    display: block;
}

#logo_krautlinet_white {
	max-width: 120px;
	margin-top: -5px;
}

#logo_krautlinet {
	display: none;
	max-width: 120px;
	margin-top: -4px;
}

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

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

	.menu_holder .menu-nav .dropdown {
		padding: 13px 8px;
	}

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

	.dropdown.language a img {
		width: 25px;
		height: 17px;
	}

}

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

@media screen and (max-width: 1025px) {
	
	/*#m8{
	    width: 180px;
        text-align: center;
	}*/

	.menu_holder.onTop{
		background: #fff;
	}

	.menu_holder.onTop .menu-nav .dropdown a{
		color: #2361a7;
	}

	.menu_holder.onTop .menu-nav .dropdown.menus:hover, .menu_holder.onTop .menu-nav .dropdown.menus.active{
		background-color: #ebebeb;
	}

	#logoimg{
		display: inline !important;
	}

	#logoimg_white{
		display: none !important;
	}

	#logo_krautlinet_white{
		display: none !important;
	}

	#logo_krautlinet{
		display: inline !important;
	}

	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}
	
	.menu_holder .navbar-header {
		top: 17px;
		width: 100%;
		text-align: center;
	}
	
	.menu_holder .navbar-header img{
		/*width: 150px;*/
	}
	
	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 0;
		text-align: center;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 15px 0;
		padding: 10px 0;
	}

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

    .menu_holder{
        border-bottom: 3px solid #2361a7;
		min-height: 95px;
    }
}


/*==================================================================================================*/
/*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%;
	/*height: 70vh;*/
	/*height: 540px;*/
	height: 650px;
	z-index: 4;
	
	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: 23px;
	height: 20px;
	display: inline-block;
	margin: 0 8px;

	background-image: url('/site/imagens/dot_vazio.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner #slider_home .owl-dots .owl-dot.active {
	background-image: url('/site/imagens/dot_cheio.png');
}

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

.banner .conteudo{
	position: absolute;
	left: calc(50% - 250px);
	text-align: center;
	width: 500px;
	top: 50%;
	margin-top: 0;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .conteudo .nome{
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}

.banner .conteudo .descricao{
	color: #fff;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: "OpenSans-Light";
	text-transform: uppercase;
}

.banner .conteudo button{
	color: #3e5ba8;
	font-size: 15px;
	background: #fff;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;

    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.banner .conteudo button:hover{
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}


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

	.banner.internas,
	.banner.internas li {
		height:200px;
	}
	
	.banner ul img{
		display: none;
	}

	/*.banner .conteudo {
		top: 10%;
		width: 50%;
	}*/

	.banner .conteudo .nome {
		font-size: 4vW;
	}

	.banner .conteudo .descricao {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {
	
	.banner .conteudo{
		width: 100%;
		padding: 0 5%;
		left: unset;
	}

	.banner .conteudo .nome {
		font-size: 26px;
	}

	.banner .conteudo .descricao {
		font-size: 22px;
	}
}


/*==================================================================================================*/
/*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: 16px;
	color: #333;
	font-family: 'OpenSans-Regular';
}

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


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

	.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: 1025px) {
	
	.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*/
/*==================================================================================================*/

.ponto{
	width: 23px;
	height: 20px;
	margin: auto;
	cursor: pointer;

	z-index: 6;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	background: url('/site/imagens/dot_vazio_azul.png') #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ponto:hover,
.ponto.cheio{
	background-image: url('/site/imagens/dot_cheio_azul.png');
}

.linha,
.linha_primeiro,
.linha_ultimo{
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}

.linha a,
.linha_primeiro a,
.linha_ultimo a {
	outline: none;
	text-decoration: none;
}

.linha:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #2361a7;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 4;
}

.linha_primeiro:after{
	content: '';
	width: 50%;
	height: 2px;
	background: #2361a7;
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 4;
}

.linha_ultimo:after{
	content: '';
	width: 50%;
	height: 2px;
	background: #2361a7;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 4;
}

.pad_0{
	padding: 0;
}

.ponto_nome{
	font-family: "OpenSans-Regular";
	font-size: 18px;
	color: #2361a7;
	text-transform: uppercase;
}

.bloco.bloco_paixao {
	/*padding-bottom: 135px;*/
	padding-top: 105px;
}

.bloco_paixao .titulo_gerais_home {
	margin-bottom: 50px;
}

.bloco_paixao .titulo_paixao{
	font-size: 45px;
	text-transform: uppercase;
	font-family: "OpenSans-Light";
}

.bloco_paixao .titulo_paixao b{
	font-family: "Montserrat-Bold";
}

.bloco_paixao .texto_paixao{
	font-family: "Montserrat-Regular";
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

.bloco_paixao .paixao_anchor {
	display: inline-block;
	outline: none;
	text-decoration: none;
	width: 100%;
}

.second_slider {
	width: 100%;
	display: none;
	margin-top: 30px;
}

.second_slider.show_slider {
	display: block;
}

.second_slider .col-md-3 {
	width: calc(100% / 5)
}

#target_factos .txt_titulo{
	font-size: 40px;
	text-transform: uppercase;
}

#target_factos .txt_texto{
	font-size: 16px;
}

#target_factos .desc_facto{
	margin-top: 25px;
	margin-bottom: 25px;
}

.titulo_gerais_home .titulo{
	font-family: "OpenSans-Light";
	text-transform: uppercase;
	font-size: 45px;
}

.titulo_gerais_home .titulo b,
.titulo_gerais_home .titulo strong{
	font-family: "Montserrat-Bold";
}

.titulo_gerais_home .texto{
	font-family: 'Montserrat-Regular', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	/*font-weight: 600;*/
	letter-spacing: 1px;
}

.titulo_gerais_home .texto > strong,
.titulo_gerais_home .texto > b{
	font-weight: 600;
	font-family: "Montserrat-Bold";
}

.titulo_gerais_home .texto_small{
	font-family: "OpenSans-Light";
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.categorias_produtos{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.categorias_produtos .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(35, 97, 167, 0.82);
	display: none;
	text-align: center;
	margin: auto;
	/*padding: 25px;*/
	position: relative;
	cursor: pointer;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.categorias_produtos .overlay .center_vertical{
	width: 100%;
	padding: 25px;
}

.categorias_produtos:hover .overlay{
	display: block;
}

.categorias_produtos .overlay .texto {
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	margin: auto;
}

/*
.categorias_produtos .overlay .texto{
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;
}
*/

.btr_saber_mais_branco{
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 11px 27px;
	/*margin-top: 85px;*/
	font-family: "OpenSans-Regular";
	text-transform: uppercase;
	font-size: 20px;
	color: #2361a7;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.btr_saber_mais_branco:hover{
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

.membro{
	width: 20%;
	height: 275px;
	position: relative;
	float: left;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.membro .overlay{
	width: 100%;
	background-color: rgba(26, 60, 137, 0.82);
	/* display: none; */
	display: block;
	text-align: center;
	margin: auto;
	padding: 13px 25px 10px;
	/*height: 70px;*/
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.membro:hover .overlay{
	/*display: block;*/
	opacity: 1;
}

.membro .overlay .dados{
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;*/
}

.membro .overlay .nome{
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	line-height: 19px;
}

.membro .overlay .cargo{
	font-family: "OpenSans-Light";
	font-size: 16px;
	color: #fff;
	line-height: 15px;
}

.logo img{
	width: unset !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}




@media screen and (max-width: 1025px){
	.titulo_gerais_home .titulo {
		font-size: 27px;
		margin-bottom: 15px;
	}

	.membro{
		width: 33%;
	}

	.second_slider .col-md-3 {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.membro{
		width: 50%;
	}

	#target_factos .txt_titulo {
		font-size: 28px;
	}

	.bloco.bloco_paixao {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 500px){
	.membro{
		width: 100%;
	}

	.slider_equipa ul li {
		height: 275px !important;
	}
}


/*==================================================================================================*/
/*SLIDER FACTOS*/
/*==================================================================================================*/


.slider_factos{
	position: relative;
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

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

.slider_factos ul img{
	width: 100%;
}

.slider_factos ul li{
	width: 100%;
	height: 500px;
	z-index: 4;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_factos.internas li {
	height: 260px;
	background-position: top center;
}

.slider_factos #slider_factos .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -107px;
}

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

.slider_factos #slider_factos .owl-dots .owl-dot {
	width: 23px;
	height: 20px;
	display: inline-block;
	margin: 0 8px;

	background-image: url('/site/imagens/dot_vazio_azul.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_factos #slider_factos .owl-dots .owl-dot.active {
	background-image: url('/site/imagens/dot_cheio_azul.png');
}

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

.slider_factos .conteudo{
	position: absolute;
	top: 275px;
	left: 0;
	right: 0;
	text-align: center;
	width: 38%;
	/*margin: auto;*/
}

.slider_factos .conteudo .nome{
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}

.slider_factos .conteudo .descricao{
	color: #fff;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: "OpenSans-Light";
	text-transform: uppercase;
}

.slider_factos .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #2361a7;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}


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

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

	.slider_factos.internas,
	.slider_factos.internas li {
		height:200px;
	}

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

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

	.slider_factos .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_factos .conteudo .nome {
		font-size: 18px;
	}
}



/*==================================================================================================*/
/*SLIDER EQUIPA*/
/*==================================================================================================*/


.slider_equipa{
	position: relative;
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

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

.slider_equipa ul img{
	width: 100%;
}

.slider_equipa ul li{
	width: 100%;
	height: 550px;
	z-index: 4;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_equipa.internas li {
	height: 260px;
	background-position: top center;
}

.slider_equipa #slider_equipa .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -85px;
}

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

.slider_equipa #slider_equipa .owl-dots .owl-dot {
	width: 23px;
	height: 20px;
	display: inline-block;
	margin: 0 8px;

	background-image: url('/site/imagens/dot_vazio.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_equipa #slider_equipa .owl-dots .owl-dot.active {
	background-image: url('/site/imagens/dot_cheio.png');
}

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

.slider_equipa .conteudo{
	position: absolute;
	top: 275px;
	left: 0;
	right: 0;
	text-align: center;
	width: 38%;
	/*margin: auto;*/
}

.slider_equipa .conteudo .nome{
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}

.slider_equipa .conteudo .descricao{
	color: #fff;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: "OpenSans-Light";
	text-transform: uppercase;
}

.slider_equipa .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #2361a7;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}


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

	.slider_equipa.internas,
	.slider_equipa.internas li {
		height:200px;
	}

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

	.slider_equipa #slider_equipa .owl-controls {
		display: none;
	}
}

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

	.slider_equipa .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_equipa .conteudo .nome {
		font-size: 18px;
	}
}








/*==================================================================================================*/
/*SLIDER PATROCINIOS*/
/*==================================================================================================*/


.slider_patrocinios{
	position: relative;
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

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

.slider_patrocinios .owl-carousel .owl-stage{
	margin: auto;
}

.slider_patrocinios ul img{
	width: 100%;
}

.slider_patrocinios ul li{
	width: 100%;
	height: 150px;
	z-index: 4;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_patrocinios ul li img{
	max-height: 100px;
	max-width: 210px;
}

.slider_patrocinios.internas li {
	height: 260px;
	background-position: top center;
}

.slider_patrocinios #slider_patrocinios .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -55px;
}

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

.slider_patrocinios #slider_patrocinios .owl-dots .owl-dot {
	width: 23px;
	height: 20px;
	display: inline-block;
	margin: 0 8px;

	background-image: url('/site/imagens/dot_vazio_azul.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_patrocinios #slider_patrocinios .owl-dots .owl-dot.active {
	background-image: url('/site/imagens/dot_cheio_azul.png');
}

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

.slider_patrocinios .conteudo{
	position: absolute;
	top: 275px;
	left: 0;
	right: 0;
	text-align: center;
	width: 38%;
	/*margin: auto;*/
}

.slider_patrocinios .conteudo .nome{
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}

.slider_patrocinios .conteudo .descricao{
	color: #fff;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: "OpenSans-Light";
	text-transform: uppercase;
}

.slider_patrocinios .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #2361a7;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}


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

	.slider_patrocinios,
	.slider_patrocinios ul li {

	}

	.slider_patrocinios.internas,
	.slider_patrocinios.internas li {
		height:200px;
	}

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

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

	.slider_patrocinios .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_patrocinios .conteudo .nome {
		font-size: 18px;
	}
}





/*==================================================================================================*/
/*SERVICOS*/
/*==================================================================================================*/

.servicos{}

.single_servicos{
	margin: 0 25px;
	width: 125px;
}

.single_servicos_img{}

.single_servicos_img img{
	width: 105px;
	-webkit-animation: rotationOut 1s linear;
	-moz-animation: rotationOut 1s linear;
	-ms-animation: rotationOut 1s linear;
	-o-animation: rotationOut 1s linear;
	animation: rotationOut 1s linear;
}

.single_servicos.active .single_servicos_img. img{
	/*filter: saturate(5);*/
}

.single_servicos:hover .single_servicos_img img{
	/*transform: rotateY(180deg);*/
	-webkit-animation: rotationIn 1s linear;
	-moz-animation: rotationIn 1s linear;
	-ms-animation: rotationIn 1s linear;
	-o-animation: rotationIn 1s linear;
	animation: rotationIn 1s linear;
}

.single_servicos .nome{
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	margin-top: 25px;
	font-size: 14px;
	color: #2361a7;
}

.single_servicos.active .nome{
	color: #2361a7;
}

.btr_saber_mais_azul{
	background-color: #163370;
	border: 2px solid #163370;
	border-radius: 30px;
	padding: 11px 27px;
	font-family: "OpenSans-Regular";
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.btr_saber_mais_azul:hover{
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

.banner_interno{
	width: 100%;
	/*height: 400px;*/
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bloco.banner_interno {
	padding: 140px 0;
}

.banner_interno .titulo{
	font-size: 59px;
	text-transform: uppercase;
	font-family: "OpenSans-Light";
}

.banner_interno .titulo h3{
	font-family: "Montserrat-Regular";
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 7px;
}

.banner_interno .titulo h3 strong,
.banner_interno .titulo h3 b{
	font-family: 'Montserrat-Regular', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
}

.banner_interno.banner_interno_emprego .titulo h3{
	font-family: "OpenSans-Regular";
	font-size: 25px;
}

.banner_interno.banner_interno_emprego .titulo h3 strong,
.banner_interno.banner_interno_emprego .titulo h3 b{
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 25px;
}

.banner_interno.paixao_interno .titulo{
	padding-top: 65px;
}

.banner_interno .titulo strong,
.banner_interno .titulo b{
	font-family: "Montserrat-Bold";
	font-size: 50px;
}

.servico_single .texto{
	/*font-family: "OpenSans-Light";*/
	font-family: "OpenSans-Regular";
	font-size: 16px;
}

.servico_single .texto strong,
.servico_single .texto b{
	font-family: "OpenSans-Regular";
	font-size: 16px;
}

.servico_single .texto table{
	margin: 10px 0;
}

.servico_single .texto table td{
	padding: 0 20px;
}

.servico_single .texto table tr td:first-child{
	padding-left: 0px;
	height: auto;
}

.servico_single .texto.titulo {
	font-size: 25px;
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
}

@media screen and (max-width: 1410px){
	.single_servicos{
		margin: 0 18px;
		width: 115px;
	}

	.single_servicos_img img{
		width: 98px;
	}
}

@media screen and (max-width: 1240px){
	.servicos .disp_inline_flex{
		display: block;
	}

	.single_servicos{
		margin: 35px 0;
		width: 25%;
		float: left;
	}

	.btr_saber_mais_azul{
		margin-top: 50px;
	}
}

@media screen and (max-width: 1025px){
	.banner_interno .titulo {
		font-size: 28px;
	}

	.banner_interno .titulo b {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px){
	.single_servicos{
		width: 33%;
	}
}

@media screen and (max-width: 700px){
	.servico_single .texto table td{
		display: block;
		width: 100%;
		vertical-align: top;
		padding: 0;
		padding-top: 10px;
	}

	.servico_single .texto table tr td:last-child{
		margin-bottom: 10px;
		height: auto;
		padding-left: 0;
	}

}

@media screen and (max-width: 520px){
	.single_servicos{
		width: 50%;
	}
}

@media screen and (max-width: 450px){
	.single_servicos{
		width: 100%;
	}
}



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

.page_news .container_title {
	margin-bottom: 50px;
}

.noticias_list {
	position: relative;
}

.noticia_single{
	height: 325px;
	cursor: pointer;
	margin-bottom: 40px;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.noticia_single:hover{
	transform: scale(1.05);
}

.noticia_single .noticia_single_img{
	width: 100%;
	height: 225px;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.noticia_single:hover .noticia_single_img{

}

.vinheta_categoria{
	background-color: rgba(35, 97, 167, 0.75);
	font-family: "Montserrat-Regular";
	font-size: 16px;
	color: #fff;
	text-transform: lowercase;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 2px 12px;
}

.box_cinza{
	background-color: #ddd;
	padding: 15px;
	height: 100px;
}

.noticia_single .titulo{
	font-family: "OpenSans-Bold";
	font-size: 16px;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.noticia_single:hover .titulo{
	color: #2361a7 !important;
}

.noticia_single .texto{
	font-family: "OpenSans-Regular";
	font-size: 12px;
	margin-top: 5px;
}

.moticia_img_principal{
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 40px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.moticia_img_thumbs{
	width: 100%;
	height: 90px;
	position: relative;
	margin-bottom: 25px;
	cursor: pointer;
	border: 2px solid transparent;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.moticia_img_thumbs:hover{
	border: 2px solid #2361a7;
}

.arrow_nav_noticias a{
	margin-left: 5px;
}

.noticia .titulo{
	font-family: "Montserrat-Bold";
	font-size: 26px;
	color: #2361a7;
	text-transform: uppercase;
}

.noticia .texto{
	font-family: "OpenSans-Light";
	font-size: 14px;
	color: #808b92;
	text-transform: uppercase;
}

.noticia .texto_detalhe{
	font-family: "Montserrat-Light";
	font-size: 18px;
	color: #2361a7;
}

.more_news{
	font-family: "OpenSans-Light";
	font-size: 18px;
	color: #808b92;
	text-transform: uppercase;
}

.more_news a{
	text-decoration: none;
}

.arrow_nav_noticias a img,
.more_news img{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.arrow_nav_noticias a img:hover,
.more_news img:hover{
	border-radius: 6px;
}

.btn_ver_mais_detalhe{
	color: #fff;
	font-size: 15px;
	background: #163370;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	margin-top: 20px;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.btn_ver_mais_detalhe:hover{
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

.detalhes .texto_detalhe.conteudo{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.noticias-show-more {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.noticias-show-more button {
	text-decoration: none;
	outline: none;

	background-color: #163370;
	border: 2px solid #163370;
	border-radius: 30px;
	padding: 11px 27px;
	font-family: "OpenSans-Regular";
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.noticias-show-more button:hover {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

.noticias-show-more .noticias-loading {
	position: relative;
	float: left;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}



@media screen and (max-width: 1025px){
	.box_cinza {
		height: unset;
	}

	.moticia_img_principal{
		margin-bottom: 40px;
	}
}

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

	.noticia_single {
		min-height: 360px;
	}

	.box_cinza {
		min-height: 135px;
	}

}

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

	.moticia_img_principal {
		height: 200px;
	}

}



/*==================================================================================================*/
/*EQUIPA*/
/*==================================================================================================*/

.bloco.page_team {
	padding-bottom: 0;
}

.bloco.page_team.no_padding {
	padding: 0;
}

.bloco.page_team .team_list {
	padding: 50px 0 0 0;
}

.bloco.page_team .team_list.no_padding {
	padding: 0;
}

.equipa_listagem.membro{
	height: 275px;
	width: 20%;
	float: left;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.equipa_listagem.membro .overlay{
	width: 100%;
	/*background-color: rgba(35, 97, 167, 0.82);*/
	background-color: rgba(26, 60, 137, 0.82);
	/*display: none;*/
	display: block;
	text-align: center;
	margin: auto;
	padding: 13px 25px 10px;
	/*height: 70px;*/
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;


	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.equipa_listagem.membro:hover .overlay{
	/*display: block;*/
	opacity: 1;
}

.equipa_listagem.membro .overlay .dados{
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;*/
}

.equipa_listagem.membro .overlay .nome{
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	line-height: 19px;
}

.equipa_listagem.membro .overlay .cargo{
	font-family: "OpenSans-Light";
	font-size: 14px;
	color: #fff;
	line-height: 15px;
}





@media screen and (max-width: 1025px){
	.equipa_listagem.membro{
		width: 25%;
	}
}

@media screen and (max-width: 768px){
	.equipa_listagem.membro{
		width: 33%;
	}
}

@media screen and (max-width: 520px){
	.equipa_listagem.membro{
		width: 50%;
	}
}

@media screen and (max-width: 450px){
	.equipa_listagem.membro{
		width: 100%;
	}
}




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

.page_produtos {
	padding: 85px 0;
}

.page_produtos .container_title,
.produtos_page .container_title {
	margin-bottom: 50px;
}

.produtos{
	/*margin-top: 50px;*/
	/*padding-left: 70px;*/
}

.produtos_categorias{
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 22px;
	color: #2361a7;
	cursor: pointer;
	margin-top: 20px;
}

.produtos_categorias:hover,
.produtos_categorias.aberto{
	color: #163370;
}

.produtos_categorias:first-child{
	margin-top: 0;
}

.produtos_categorias_conteudo{
	display: none;
	padding-left: 25px;
}

.produtos_fornecedores{
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 22px;
	color: #2361a7;
	margin: 15px 0px;
	position: relative;
	cursor: pointer;
}

.produtos_fornecedores.active a,
.produtos_fornecedores a:hover{
	text-decoration: none;
	color: #163370;
}

.produtos_fornecedores:hover:after,
.produtos_fornecedores.active:after{
	content: "";
	position: absolute;
	border-bottom: 0px solid  #163370;
	bottom: -4px;
	left: 0;
	width: 150px;
	margin: auto;

}


.produtos_gamas{
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 16px;
	color: #2361a7;
	margin: 15px 5px;
	position: relative;
	cursor: pointer;
}

.produtos_gamas.active a,
.produtos_gamas a:hover{
	text-decoration: none;
	color: #163370;
}

.produtos_gamas:hover:after,
.produtos_gamas.active:after{
	content: "";
	position: absolute;
	border-bottom: 3px solid #163370;
	bottom: -4px;
	left: 0;
	width: 150px;
	margin: auto;

}

.banner_campanha_produtos{
	width: 100%;
	height: 450px;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner_campanha_produtos .titulo{
	font-size: 40px;
	text-transform: uppercase;
	font-family: "OpenSans-Light";

	position: absolute;
	top: 0;
	/*bottom: 0;
	margin: auto;
	display: inline-table;*/
	height: 100%;
}

.banner_campanha_produtos .titulo b{
	font-family: "Montserrat-Bold";
}

.banner_campanha_produtos button{
	color: #fff;
	font-size: 15px;
	background: #163370;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;

    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.banner_campanha_produtos button:hover{
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.gama{
    margin-top: 50px;
}

.gama .titulo{
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
    font-size: 22px;
    color: #2361a7;
}

.gama .texto{
    /*font-family: "OpenSans-Light";*/
	font-family: 'OpenSans-Regular';
    font-size: 16px;
}

.gama .texto strong,
.gama .texto b{
	font-family: 'OpenSans-Bold';
}

.marcas{}

.marca_img{
    float: left;
    margin: 15px 10px;

    position: relative;
    height: 91px;
    width: 135px;
}

.marca_img img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.produtos_cats_left_container {
	/*margin-top: 100px;*/
}

.produtos_page {
	padding-top: 100px;
}

@media screen and (max-width: 1025px) {
	.produtos_page {
		padding-top: 0;
	}
}

@media screen and (max-width: 992px) {
	.produtos {
		padding-bottom: 20px;
	}
}



/*==================================================================================================*/
/*FICHAS TÉCNICAS*/
/*==================================================================================================*/


.fichas-tecnicas-boxes .toggle-item{
	border: 1px solid #ddd;
	margin-bottom: 25px;
	border-radius: 6px;
	background-color: #fff;
}

.fichas-tecnicas-boxes .toggle-item .header{
	border: none;
	padding: 15px;
	position: relative;
}

.fichas-tecnicas-boxes .toggle-item .header .title {
	font-weight: 500;
	font-size: 18px;
	display: block;
	color: #000;
	outline: none;
	text-decoration: none;
}

.fichas-tecnicas-boxes .toggle-item .header .toggle-icon {
	float: right;
	position: absolute;
	right: 12px;
	top: Calc( 50% - 15px );
	color: #000;
	font-size: 20px;
}

.fichas-tecnicas-boxes .toggle-item .header .toggle-icon .toggle-icon-closed{display: block;}
.fichas-tecnicas-boxes .toggle-item .header .toggle-icon .toggle-icon-opened{display: none;}

.fichas-tecnicas-boxes .toggle-item.opened .header .toggle-icon .toggle-icon-closed{display: none;}
.fichas-tecnicas-boxes .toggle-item.opened .header .toggle-icon .toggle-icon-opened{display: block;}

.fichas-tecnicas-boxes .toggle-item .content{
	border-bottom: none;
	margin: 0px 10px 0;
	padding: 0px 5px;
	-webkit-transition: max-height .3s;
	-moz-transition: max-height .3s;
	transition: max-height .3s;
	/* max-height: 0px; */
	/* overflow: hidden; */
}

.fichas-tecnicas-boxes .toggle-item.opened .content{
	/*border-top: 1px solid #ddd;*/
	/*max-height: 999px;*/
	/*padding: 12px 5px;*/
}

#form_pesquisa_fichas_tecnicas input.form-control{
	box-shadow: none;
	border-radius: 0px;
	outline: none;
	height: auto;
	padding: 9px 15px;
	font-size: 16px;
}

#form_pesquisa_fichas_tecnicas button{
	background: none;
	border: none;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#fichas_tecnicas_response .dropdown-search{
	background-color: #fff;
	position: absolute;
	width: Calc( 100% - 30px );
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
	left: 15px;
	max-height: 110px;
	overflow: auto;
	z-index: 1;
	display: none;
	top: 100%;
	border: 1px solid #ccc;
	border-top: none;
}

#fichas_tecnicas_response .dropdown-search .item{
	cursor: pointer;
	padding: 8px 10px;
}

#fichas_tecnicas_response .dropdown-search .item a{
	display: block;
}

#fichas_tecnicas_response .dropdown-search .item:hover{
	background-color: rgba(0,89,162,0.6);
}

#fichas_tecnicas_response .dropdown-search .item:hover,
#fichas_tecnicas_response .dropdown-search .item:hover a{
	color: #fff;
}

.fichas-tecnicas-boxes .toggle-item .content table{
	margin-bottom: 0px;
}

.fichas-tecnicas-boxes .toggle-item .content table tr td{
	border: none;
	vertical-align: middle;
}


/*==================================================================================================*/
/*SLIDER GAMA*/
/*==================================================================================================*/


.slider_gama{
	position: relative;
	width: 100%;
    margin: 50px 0;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

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

.slider_gama ul img{
	width: 100%;
}

.slider_gama ul li{
	width: 100%;
	height: 350px;
	z-index: 4;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_gama.internas li {
	height: 260px;
	background-position: top center;
}

.slider_gama #slider_gama .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -14px;
}

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

.slider_gama #slider_gama .owl-dots .owl-dot {
	width: 23px;
	height: 20px;
	display: inline-block;
	margin: 0 8px;

	background-image: url('/site/imagens/dot_vazio_azul.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_gama #slider_gama .owl-dots .owl-dot.active {
	background-image: url('/site/imagens/dot_cheio_azul.png');
}

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

.slider_gama #slider_gama .owl-nav{
    bottom: 175px;
    position: relative;
}

.slider_gama #slider_gama .owl-prev{
	float: left;
}
.slider_gama #slider_gama .owl-next{
	float: right;
} 

.slider_gama .conteudo{
	position: absolute;
	top: 275px;
	left: 0;
	right: 0;
	text-align: center;
	width: 38%;
	/*margin: auto;*/
}

.slider_gama .conteudo .nome{
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}

.slider_gama .conteudo .descricao{
	color: #fff;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: "OpenSans-Light";
	text-transform: uppercase;
}

.slider_gama .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #2361a7;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}


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

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

	.slider_gama.internas,
	.slider_gama.internas li {
		height:200px;
	}

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

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

	.slider_gama .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_gama .conteudo .nome {
		font-size: 18px;
	}
}










/*==================================================================================================*/
/*EMPREGO*/
/*==================================================================================================*/

#form_recrutamento{}

#form_recrutamento input,
#form_recrutamento select,
#form_recrutamento textarea{
	border-radius: 30px;
	margin: 10px 0;
	padding: 22px 25px;
	font-family: "Montserrat-Regular";
	font-size: 16px;
}

#form_recrutamento select{
	padding: 0 25px;
	height: 46px;
}

#form_recrutamento button{
	border-radius: 30px;
	margin: 10px 0;
	padding: 14px 25px;
	width: 100%;
}

#form_recrutamento select{
	background: url(/site/imagens/input_select_angle.png) 98% no-repeat #fff!important;
	/* background-size: auto 100%!important; */
	-webkit-appearance: none;
	-moz-appearance: none;
}

#form_recrutamento #trigger_anexo_cv {
	position: relative;
	font-family: "Montserrat-Regular";
	font-size: 16px;
	border: 1px solid #ccc;
	background-color: #fff;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

#form_recrutamento #trigger_anexo_cv:hover{
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

#form_recrutamento #anexo_curriculo {
	display: none;
}

#form_recrutamento #submeter_candidatura {
	border: 1px solid #2361a7;
	background-color: #2361a7;
	color: #fff;
	border-radius: 30px;

	font-family: "Montserrat-Regular";
	font-size: 16px;
	text-transform: uppercase;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

#form_recrutamento #submeter_candidatura:hover{
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

#alertas_recrutamento{
	display: none;
	margin-top: 20px;
	background-color: #2361a7;
	border-radius: 30px;
	padding: 10px 25px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

.vaga_single{
	background-color: #163370;
	padding: 15px 25px;
	text-align: left;
	margin: 15px 0;
}

.vaga_single_img{
	margin-right: 25px;
	position: relative;
	height: 91px;
	width: 135px;
}

.vaga_single_img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.vaga_single .nome{
	font-family: "OpenSans-Bold";
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

.vaga_single .texto{
	font-family: "OpenSans-Regular";
	font-size: 16px;
	color: #fff;
}


@media (max-width: 480px) {

	.vaga_single {
		padding: 15px 15px;
	}

	.vaga_single_img img {
		max-width: 100%;
	}

	.vaga_single .nome {
		font-size: 16px;
	}

	.vaga_single .texto {
		font-size: 14px;
	}

	.vaga_single .texto {
		font-size: 12px;
	}

}


@media (max-width: 350px) {

	.vaga_single_img {
		margin-right: 15px;
		width: 100px;
	}

}







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

.page_contactos .titulo_gerais_home {
	margin-bottom: 50px;
}

.page_contactos .titulo_gerais_home .texto{
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 28px;
	font-weight: 600;
}

.page_contactos .titulo_gerais_home .texto > strong,
.page_contactos .titulo_gerais_home .texto > b{
	font-weight: 600;
}

.mapa_contactos{
	height: 260px;
}

.titulo_contacto{
	font-family: "Montserrat-Light";
	font-size: 29px;
	color: #2361a7;
	margin-bottom: 15px;
}

.titulo_contacto b,
.titulo_contacto strong{
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
}

.texto_contacto{
	font-family: "OpenSans-Light";
	font-size: 16px;
}

.contactos_img{
	width: 35px;
}

.contactos_img img{}

.redes_img{
	margin-right: 45px;
}

.redes_img img{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.redes_img img:hover{
	transform: scale(1.5);
}

.each_dado{
	margin-bottom: 8px;
}

.each_dado.redes{
	margin-top: 35px;
}

#form_email {
	background: url(/site/imagens/form_email.png) 96% no-repeat #fff!important;
	/* background-size: auto 100%!important; */
	-webkit-appearance: none;
	-moz-appearance: none;
}

#form_nome {
	background: url(/site/imagens/form_nome.png) 96% no-repeat #fff!important;
	/* background-size: auto 100%!important; */
	-webkit-appearance: none;
	-moz-appearance: none;
}

#form_company {
	background: url(/site/imagens/form_company.png) 96% no-repeat #fff!important;
	/* background-size: auto 100%!important; */
	-webkit-appearance: none;
	-moz-appearance: none;
}


#form_contactos{
	margin-top: 80px;
}

#form_contactos input {
	border: 0;
	width: 100%;
	height: 45px;
	border-radius: 30px;
	padding: 6px 25px;
	margin-bottom: 30px;
	font-family: 'Montserrat-Regular';
}

#form_contactos textarea{
	border: 0;
	width: 100%;
	height: 195px;
	border-radius: 30px;
	padding: 10px 25px;
	margin-bottom: 15px;
	font-family: 'Montserrat-Regular';
}

#form_contactos button{
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 7px 35px;
	margin-top: 10px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 18px;
	color: #2361a7;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

#form_contactos button:hover{
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}

#form_contactos textarea::placeholder,
#form_contactos input::placeholder{
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	color: #666;
}

#contactos_response{
	display: none;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding: 10px 25px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 18px;
	color: #2361a7;
}



@media screen and (max-width: 1025px){
	.each_dado.redes{
		margin-bottom: 35px;
	}
}


/*==================================================================================================*/
/*EMPREGO*/
/*==================================================================================================*/

.page_jobs .titulo_gerais_home {
	margin-bottom: 50px;
}

.page_jobs .titulo_gerais_home .texto{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}

.page_jobs .titulo_gerais_home .texto b,
.page_jobs .titulo_gerais_home .texto strong{
	font-family: 'Montserrat-Bold';
}


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


.footer{
	position: relative;
	width: 100%;
	background-color: #163370;
}

.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: 0;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	padding: 10px 20px;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	width: calc(95% - 125px);
}*/
.footer #form_newsletter input {
	border: 0;
	border-radius: 30px;
	padding: 10px 20px;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	width: 100%;
	margin-left: 0;
	padding-right: 129px;
}

.footer #form_newsletter button {
	background-color: #2361a7;
	border: 0;
	color: #fff;
	padding: 10px 20px 10px 12px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	text-transform: uppercase;
	width: 125px;
	position: absolute;
	bottom: 0;
	right: -1px;
}

.footer .titulo{
	font-family: "Montserrat-Bold";
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
}

.footer .texto{
	position: relative;
	float: left;
	width: 100%;
	font-family: "OpenSans-Bold";
	font-size: 12px;
	color: #c5c5c5;
}

.footer .texto a,
.footer .texto b,
.footer .texto strong{
	font-family: "OpenSans-Bold";
	font-size: 13px;
	color: #fff;
	outline: none;
}

.menu_footer{
	margin: 12px 0 12px;
}

.menu_footer a{
	font-family: "Montserrat-Regular";
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.5px;
}

.menu_footer a:hover{
	text-decoration: none;
}

.menu_footer a img {
	max-width: 120px;
	margin-left: -5px;
}

.footer .col-md-2,
.footer .col-md-3,
.footer .col-md-4 {
	/*min-height: 420px;*/
	position: relative;
}

.bottom_of_box{
	position: absolute;
	top: 0;
	width: calc(100% - 30px);
	left: 15px;
}

.bottom_of_box.plus_top {
	top: 85px;
}

.lower_footer {
    padding: 0px 0 25px;
	/*border-top: 1px solid #ccc;*/
	background: #163370;
	font-family: "Montserrat-Light";
}

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

.footer_logos {
	/*float: left;
	height: 75px;
	margin: 14px 0;
	margin-right: 30px;*/
	position: relative;
	float: left;
}

.footer_logos img {
	width: 570px;
	max-width: 100%;
}

.footer_logos.center {
	text-align: center;
}

.footer_logos.center img {
	max-width: 85%;
}

.footer_youtube_drivers {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.footer_youtube_drivers .footer_youtube {
	position: relative;
	width: 50%;
	float: left;
}

.footer_youtube_drivers .footer_youtube .titulo {
	margin-bottom: 30px;
}

.footer_youtube_drivers .footer_youtube .image {
	position: relative;
	width: 100%;
}

.footer_youtube_drivers .footer_youtube .image img {
	max-width: 100%;
}

.footer_logos.data_driver {
	position: relative;
	width: 40%;
	float: left;
	margin-left: 10%;
}

.footer_logos.krautli_informa {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.footer_newsletter {
	position: relative;
	width: 100%;
}

.footer_newsletter .texto {
	margin-bottom: 15px;
}

#form_newsletter {
	margin-top: 20px;
}

.footer_centro_arbi {
	position: relative;
	width: 100%;
	float: left;
}

.footer_logos.centro_arbi {
	position: relative;
	max-width: 500px;
	float: none;
	margin: 10px auto;
}

.footer_logos.centro_arbi img {
	max-width: 50%;
	padding-top: 15px;
}

.footer_logos.direct_access {
	position: relative;
	float: left;
	width: 100%;
	margin: 25px 0 10px;
	text-align: left;
	padding-left: 25px;
}

.footer_logos.direct_access img {
	max-width: 60%;
}

.footer_comissao_eu {
	position: relative;
	width: 100%;
	float: left;
}

.footer_comissao_eu .footer_logos {
	padding-left: 25px;
	text-align: left;
	padding-top: 30px;
}

.footer_comissao_eu .footer_logos img {
	max-width: 60%;
}

.footer_comissao_eu .texto {
	margin-top: 10px;
	display: inline-block;
}

.footer_serca_nexus {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.footer_serca_nexus .serca_nexus_container {
	margin: 0 auto;
	max-width: 85%;
	text-align: center;
}

.footer_serca_nexus .logo_serca {
	margin-right: 5px;
	width: calc(50% - 5px);
	max-width: 45%;
}

.footer_serca_nexus .logo_nexus {
	margin-left: 5px;
	width: calc(50% - 5px);
	max-width: 45%;
}

.footer_serca_nexus img {
	max-height: 100px;
}

.footer_serca_nexus .footer_logos.right {
	text-align: right;
}

.footer_serca_nexus .footer_logos.right img {
	width: unset;
}

.footer_logos.serca {
	position: relative;
	float: left;
	width: 49%;
	margin-right: 1%;
}

.footer_logos.nexus {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 1%;
}

.footer_logos.acap {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.footer_logos.figiefa {
	position: relative;
	float: left;
	width: 100%;
}

.logo_krautli_footer {
	height: 90px;
}

.footer .coluna_esquerda{
	width: 210px;
	float: left;
}

.footer .coluna_central{
	width: Calc( 100% - 500px );
	float: left;
	margin-right: 90px;
	margin-left: 20px;
}

.footer .coluna_direita{
	width: 180px;
	float: left;
	/* margin-left: 50px; */
}
.footer #form_newsletter .zona_input{
	position: relative;
}
@media screen and (max-width: 1199px) and (min-width: 993px) {

}
@media screen and (max-width: 1025px) {
	.footer,
	.lower_footer {
		text-align: center;
	}

	.bottom_of_box {
		left: 0;
		right: 0;
	}

	.input-group {
		width: 100%;
		display: inline-flex;
	}

	.footer_logos {
		width: 100%;
	}

	.footer .col-md-4:first-child{
		margin-top: 60px;
	}

}

@media screen and (max-width: 992px) {
	.bottom_of_box {
		position: relative;
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
	}

	.bottom_of_box,
	.bottom_of_box.plus_top {
		top: 30px;
	}

	.footer_serca_nexus img {
		max-height: unset;
	}



	.footer .coluna_esquerda{
		width: 100%;
		float: none;
	}

	.footer .coluna_central{
		width: 100%;
		float: none;
		margin: 50px 0;
		overflow: hidden;
	}

	.footer .coluna_direita{
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
		overflow:hidden;
	}

	.footer_comissao_eu .footer_logos img{
		max-width: 108px;
	}

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

	/*.marca_img {
		height: unset;
		margin: 15px 0;
		width: 60%;
	}

	.marca_img img {
		position: relative;
	}*/
}


