/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/06/2017, 14:20:07
    Author     : daniel.teixeira
*/
html, body {
	font-family: 'Montserrat';
}

h2 {
	font-weight: bold;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

.verde {
	color: #449d44;
}

.vermelho {
	color: #d9534f;
}

.amarelo {
	color: #ec971f;
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	box-shadow: 90px 40px 60px 0px rgba(0, 0, 0, 0.52), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.grid-item {
	padding: 50px;
}

.grid-item i {
	margin-bottom: 15px;
}

.grid-item:nth-child(8n+2), .grid-item:nth-child(8n+4), .grid-item:nth-child(8n+5),
	.grid-item:nth-child(8n+7) {
	background-color: #efefef;
}

.grid-item:nth-child(8n+1), .grid-item:nth-child(8n+3), .grid-item:nth-child(8n+6),
	.grid-item:nth-child(8n+8) {
	background-color: #FFF;
}

ul.list-check {
	list-style: none;
	padding: 0;
	font-size: 27px;
	color: #fff;
}

.list-check li {
	padding-left: 1.3em;
}

.list-check li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.solucao {
	position: absolute;
	top: calc(100% - 50px);
	width: calc(100% - 29px);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #067594c2;
	color: #fff;
}

.recursos {
	padding: 70px 0px 70px 0px;
	background: rgba(236, 236, 236, 0.51);
}

.recursos .row:first-child {
	padding: 40px 0px 40px 0px;
}

@media ( min-width : 1200px) {
	.ficheiro {
		height: 100%;
		display: flex;
	}
}

.ficheiro {
	background-color: #fff;
	box-shadow: 0px 9px 0px 0px #fff, 0px -9px 0px 0px #fff, 0px 0px 0px
		rgba(0, 0, 0, 0.37);
}

.ficheiro .fi-menu {
	padding-right: 0px;
}

.ficheiro .fi-menu ul {
	list-style: none;
	padding: 0px;
}

@media ( min-width : 1200px) {
	.ficheiro .fi-conteudo {
		padding-left: 46px;
		box-shadow: 0 9px 0px 0px #fff, 0px -9px 0px 0px #fff, -6px 0px 9px
			rgba(0, 0, 0, 0.37);
	}
}

.ficheiro .fi-menu li.ativo {
	z-index: 1;
	position: relative;
}

.ficheiro .fi-menu li {
	margin-bottom: 10px;
	height: 40px;
}

body, header, nav, a, img, li {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.ficheiro .fi-menu li a {
	background: #0085f6;
	cursor: pointer;
	display: block;
	height: 40px;
	padding-left: 40px;
	top: 0;
	left: -10px;
	transition: background-color 0.3s;
	color: #FFF;
	text-decoration: none;
}

.ficheiro .fi-menu li.ativo a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -40px;
	width: 0;
	border: 20px solid;
	border-color: transparent transparent transparent #0085f6;
}

.ficheiro .fi-menu li a span {
	line-height: 40px;
	font-size: 14px;
}

.ficheiro h2 {
	margin-top: 0px;
}

.navbar li.active a {
	text-decoration: none;
	background-color: #eee;
}

/* Teste  */

@media ( max-width : 992px) {
	.logo {
		display: block;
		width: 120px !important;
		padding: 0px 10px;
	}
	.top-bar {
		display: none !important;
	}
	.navbar {
		min-height: 65px !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent !important;
	}
	.noticias {
		margin: 80px 0px 0px 0px !important;;
	}
	.login {
		margin: 80px 0px 0px 0px !important;;
	}
	.slider {
		margin: 65px 0px 0px 0px !important;
		padding: 0px !important;
	}
	.navbar-default .navbar-nav>li>a {
		color: #040217;
		display: block;
		font-size: 14px;
		font-weight: 300;
		padding: 15px 15px 15px 15px !important;
		overflow: hidden;
		font-weight: 400;
	}
	.nav-tabs>li {
		width: 100% !important;
		text-align: center !important;
	}
}

.navbar {
	margin-bottom: 0px !important;
	background: #fff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	min-height: 100px !important;
}

.navbar-brand {
	position: relative;
	padding: 10px 0;
	margin: 0 !important;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav {
	margin-right: 10px !important;
	position: relative;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-top: 10px;
}

.navbar-default .navbar-nav {
	margin-right: 10px !important;
	position: relative;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-top: 10px;
}

.navbar-default .navbar-nav>li {
	margin-left: 6px;
}

.navbar-default .navbar-nav>li:first-child {
	margin-left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #040217;
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 28px 15px 28px 15px;
	overflow: hidden;
	font-weight: 400;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color: transparent;
	border-bottom: 3px solid #040217;
}

.navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li:hover>a
	{
	border-bottom: 3px solid;
}

.navbar-default .navbar-nav>li>a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav>li>a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav>li>a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	background-color: #fff;
	visibility: hidden;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav>li.drop:hover .dropdown {
	visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
	border-top: none;
}

.dropdown li a, .sup-dropdown li a {
	display: block;
	color: #666;
	font-size: 13px;
	font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
	padding: 7px 18px;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
	text-transform: capitalize;
	transition: padding 0.2s ease-in-out;
	-moz-transition: padding 0.2s ease-in-out;
	-webkit-transition: padding 0.2s ease-in-out;
	-o-transition: padding 0.2s ease-in-out;
}

.dropdown>li:hover>a, .sup-dropdown li:hover>a {
	padding-left: 18px;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
	position: absolute;
	left: 100%;
	top: 0;
	width: 180px;
	background-color: #fff;
	margin-top: 10px;
	transition: margin-top 0.2s ease-in-out;
	-moz-transition: margin-top 0.2s ease-in-out;
	-webkit-transition: margin-top 0.2s ease-in-out;
	-o-transition: margin-top 0.2s ease-in-out;
	visibility: hidden;
	z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
	visibility: visible;
	margin-top: 0;
}

@media ( min-width : 992px) {
	.navbar-header .ui-button, .navbar-header .navbar-toggle {
		display: none;
	}
}

@media ( max-width : 1200px) {
	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover,
		.navbar-default .navbar-toggle:focus {
		background: #fff;
		padding: 6px 10px 4px 10px;
	}
	.navbar-default .navbar-toggle i {
		color: #000;
		font-size: 1.8em;
	}
	.quote-buttons span {
		margin: 0 2px;
	}
	.flickr-widget ul li {
		margin-left: 0px;
		margin-right: 7px;
	}
	.subscribe-widget form input[type="text"] {
		margin-bottom: 10px;
	}
	.history-content p {
		max-height: 36px;
		line-height: 20px;
		overflow: hidden;
	}
	.projects-carousel {
		width: 950px !important;
	}
}

@media only screen and (max-width: 479px) {
	.top-bar {
		text-align: center;
	}
	.navbar-default .navbar-nav {
		padding: 15px 0;
	}
	.show-search, .search-form {
		display: none;
	}
	ul.social-list li {
		margin: 0 3px;
	}
	ul.social-list li a i {
		font-size: 0.9em;
		display: block;
		width: auto;
		line-height: 30px;
		border: none !important;
	}
	ul.social-list li a:hover {
		background-color: transparent !important;
	}
	ul.social-list li a.facebook:hover {
		color: #507CBE;
	}
	ul.social-list li a.facebook-compartilhar:hover {
		color: #507CBE;
	}
	ul.social-list li a.twitter:hover {
		color: #63CDF1;
	}
	ul.social-list li a.google:hover {
		color: #F16261;
	}
	ul.social-list li a.dribbble:hover {
		color: #E46387;
	}
	ul.social-list li a.linkdin:hover {
		color: #90CADD;
	}
	ul.social-list li a.tumblr:hover {
		color: #4D7EA3;
	}
	ul.social-list li a.flickr:hover {
		color: #E474AF;
	}
	ul.social-list li a.instgram:hover {
		color: #4D4F54;
	}
	ul.social-list li a.vimeo:hover {
		color: #87D3E0;
	}
	ul.social-list li a.skype:hover {
		color: #36C4F3
	}
	.navbar-default .navbar-toggle {
		margin-top: 15px;
		outline: none;
	}
	.navbar-default .navbar-nav>li>a {
		border: none;
		padding: 5px 10px;
		display: block;
		border: none !important;
		padding-right: 0;
	}
	.navbar-default .navbar-nav>li>a:after {
		display: none;
	}
	.navbar-default .navbar-nav>li>a:hover {
		opacity: 0.7;
	}
	.navbar-default .navbar-nav>li {
		margin-left: 0;
		display: block;
		margin-bottom: 5px;
		width: 100%
	}
	.navbar-default .navbar-nav>li.drop>a {
		padding-right: 10px;
	}
	.navbar-default .navbar-nav>li.drop>a {
		border-radius: 2px;
	}
	ul.dropdown, ul.sup-dropdown {
		opacity: 1 !important;
		position: relative !important;
		visibility: visible !important;
		width: 100% !important;
		top: inherit !important;
		left: 0 !important;
		margin-top: 0 !important;
		background: #fff !important;
		padding-left: 20px !important;
		box-shadow: none !important;
	}
	ul.dropdown li, ul.sup-dropdown li {
		border-top: none;
	}
}

.navbar-nav>li.optMenu>a {
	font-size: 19px;
}

footer {
	background-color: #1f3447;
	padding-top: 30px;
	border-top: 4px solid #0f0f23;
	color: #ccc;
}

footer p {
	color: #ccc;
}

footer a {
	color: #A1A1A1;
}

.footer a:hover {
	color: #A1A1A1;
	text-decoration: underline;
}

.footer-widget {
	margin-bottom: 25px;
}

.footer-widget h4 {
	color: #eee;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #151d31;
	margin: 0;
}

.footer-widget h4 .head-line2 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 3px;
	background-color: #151d31;
	margin: 0;
}

.social-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.social-widget ul.social-icons li a i {
	font-size: 1.1em;
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid rgba(247, 247, 247, 0.17);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.social-widget ul.social-icons li a.facebook-compartilhar {
	font-size: 1.1em;
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid rgba(247, 247, 247, 0.17);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.social-widget ul.social-icons li a:hover {
	text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover i {
	background-color: #507CBE;
}

.social-widget ul.social-icons li a.facebook-compartilhar:hover i {
	background-color: #507CBE;
}

.social-widget ul.social-icons li a.twitter:hover i {
	background-color: #63CDF1;
}

.social-widget ul.social-icons li a.google:hover i {
	background-color: #F16261;
}

.social-widget ul.social-icons li a.dribbble:hover i {
	background-color: #E46387;
}

.social-widget ul.social-icons li a.linkdin:hover i {
	background-color: #90CADD;
}

.social-widget ul.social-icons li a.tumblr:hover i {
	background-color: #4D7EA3;
}

.social-widget ul.social-icons li a.flickr:hover i {
	background-color: #E474AF;
}

.social-widget ul.social-icons li a.instgram:hover i {
	background-color: #38CBCB;
}

.social-widget ul.social-icons li a.vimeo:hover i {
	background-color: #87D3E0;
}

.social-widget ul.social-icons li a.skype:hover i {
	background-color: #36C4F3
}

.contact-widget span {
	font-weight: 700;
}

.contact-widget ul li {
	margin-bottom: 12px;
}

.contact-widget ul li p a {
	color: #bbb;
}

.contact-widget p {
	padding-bottom: 20px;
}

.twitter-widget a:hover {
	color: #43B9CD;
	text-decoration: underline;
}

.twitter-widget ul li {
	margin-bottom: 20px;
}

.twitter-widget ul li span {
	color: #666;
}

.flickr-widget ul {
	overflow: hidden;
}

.flickr-widget ul li {
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
}

.flickr-widget ul li:nth-child(3n+1) {
	margin-left: 0;
}

.flickr-widget ul li a {
	display: inline-block;
	width: 65px;
	opacity: 0.6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: 4px solid #333;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.flickr-widget ul li a img {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.flickr-widget ul li a:hover {
	opacity: 1;
}

.mail-subscribe-widget form {
	margin-top: 15px;
	margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
	outline: none;
	color: #666;
	font-size: 12px;
	padding: 6px 12px;
	border: none;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none;
}

.copyright-section {
	padding: 15px 0;
	margin-top: 30px;
	font-size: 11px;
	letter-spacing: 0.5px;
	border-top: 1px solid rgba(255, 255, 255, .06);
	background: #1e283c;
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

ul.footer-nav {
	float: right;
}

ul.footer-nav li {
	display: inline-block;
	float: left;
	margin-left: 15px;
}

ul.footer-nav li:first-child {
	margin-left: 0;
}

ul.footer-nav li a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}

.back-to-top i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	background-color: #444;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.btn-entrar, .btn-entrar:hover, .btn-entrar i {
	background: #66a9e2;
	color: #fff;
	font-weight: bold;
}

.btn-entrar:focus {
	background: #1f3447;
	color: #fff;
	font-weight: bold;
}

/***************************************************



                                        SLIDER



***************************************************/
.slider {
	margin: 30px 0px 0px 0px !important;
	padding: 0px !important;
}

/* jssor slider bullet navigator skin 05 css */

/*

.jssorb05 div           (normal)

.jssorb05 div:hover     (normal mouseover)

.jssorb05 .av           (active)

.jssorb05 .av:hover     (active mouseover)

.jssorb05 .dn           (mousedown)

*/
.jssorb05 {
	position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url("/javax.faces.resource/portaldoholerite/img/cliente/slider/default/b05.png.xhtml")
		no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb05 div {
	background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}

.jssorb05 .av {
	background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 22 css */

/*

.jssora22l                  (normal)

.jssora22r                  (normal)

.jssora22l:hover            (normal mouseover)

.jssora22r:hover            (normal mouseover)

.jssora22l.jssora22ldn      (mousedown)

.jssora22r.jssora22rdn      (mousedown)

*/
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url("/javax.faces.resource/portaldoholerite/img/cliente/slider/default/a22.png.xhtml")
		center center no-repeat;
	overflow: hidden;
}

.jssora22l {
	background-position: -10px -31px;
}

.jssora22r {
	background-position: -70px -31px;
}

.jssora22l:hover {
	background-position: -130px -31px;
}

.jssora22r:hover {
	background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
	background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
	background-position: -310px -31px;
}

.caption {
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-style: black;
	font-weight: 800;
	position: absolute;
	width: 100%;
	padding: 20px 0px;
	background: rgba(0, 0, 0, 0.55);
	text-align: center;
	color: #fff;
	bottom: 50%;
}