header {
	min-height: 225px !important;
}

#header .header-body {
	background-image: url(../img/background/1.jpg);
	   background-position: top center;
    border-top: none;
}

#header .header-top.header-top-style-2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(246,246,246,0) 0%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 */
}

html .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2e5a86;
	border-color: #2e5a86 #2e5a86 #2e5a86;
}

html .btn-primary:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: #0099e6;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	border-color: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #2e5a86;
}

.slider .main-label {
	font-size: 50px;
	letter-spacing: -4px;
	text-shadow: 2px 2px 2px rgba(255,255,255,.5);
	text-transform: uppercase;
}

.slider .main-label.inverted {
	color: #FFF;
	background: transparent;
}

.slider .bottom-label i {
	margin-right: 10px;
}

.slider .bottom-label {
	font-weight: 500;
	font-size: 20px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	letter-spacing: 0px;
}

.slider .bottom-label.inverted {
	color: #FFF;
	background: transparent;
}

.header-extra-info p {
	margin: 0;
}

#header .header-logo img {
     top: -27px;
     left: 30px;
}

.header-extra-info h4 {
	line-height: 18px;
}

#header .header-top {
	border-bottom: 1px solid transparent;
	margin-top: -13px !important;
	padding: 8px 0;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #2e5a86 !important;
		color: #ffffff !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		border-radius: 0;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		padding: 20px 30px;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding-right: 28px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		background: #153754;
		color: cyan;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color: #FFF;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		background: #153754;
		color: cyan;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main {
		margin: 0px 0 0;
		min-height: 0px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-bar {
		padding: 0 10px 0px;
	}
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #2e5a86;
	border-width: 2px;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon .icons {
	color: #2e5a86;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	line-height: 30px;
}

a {
	color: #2e5a86;
}

a:hover {
	color: #0099e6;
}

a:focus {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}

#header .header-btn-collapse-nav {
    background: #1B4276;
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
	    background-color: #1B4276;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
	    color: #1B4276;
	}
}

#footer {
	background: #1B4276;
	/*background-image: url(../img/patterns/footer-bg.jpg);*/
	background-size: cover;
	border-top: 20px solid #153754;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer p {
	color: #FFF;
}

#footer h4 {
	font-weight: 300;
	font-size: 23px;
	margin-bottom: 8px;
}

#footer .footer-copyright p {
	color: #FFF;
}

#footer a:hover {
	color: #153754;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary {
	color: cyan !important;
}

html .main.contato .heading-primary,
html .main.contato .lnk-primary,
html .main.contato .text-color-primary {
	color: #333 !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
	border-color: #7DBB65;
}

footer .list.list-icons li .fa, .list.list-icons li .icons {
	color: cyan;
	border-color: #153754;
	font-size: 20px;
	margin-top: -4px;
}

footer .list.list-icons li:nth-child(4) .fa, .list.list-icons li:nth-child(4) .icons {
	margin-left: -4px;
}

footer .list.list-icons li {
	color: #FFF;
	font-size: 14px;
}

section.section {
	background: #fff;
	/*border-top: 25px solid #153754;*/
	margin: 30px 0;
	padding: 50px 0;
}

.section-parallax > .container > .row {
	background-color: rgba(255,255,255,.6);
	border-radius: 8px;
}

.section-text-light .testimonial.testimonial blockquote:before, .section-text-light .testimonial.testimonial blockquote:after, .section-text-light .testimonial.testimonial blockquote p {
	opacity: 1;
	color: #333;
}

.section-text-light .testimonial.testimonial blockquote p {
	font-size: 20px;
}

.servicos-home img {
	border-radius: 0px;
	width: 100px;
	height: 100px;
	object-fit: cover;
	border: 2px solid #F1F1F1;
}

.parceiros-home img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	object-position: center center;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		top: 19px;
		right: 19px;
	}
}

span.dropdown:hover > .dropdown-menu {
	transform: translate3d(0, 0, 0);
	top: auto;
	left: 0;
	display: block;
	opacity: 1;
}

#header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
	background: transparent;
}

span.dropdown .dropdown-toggle {
	padding-right: 23px;
}

span.dropdown .dropdown-toggle .fa-caret-down {
	display: none;
}

span.dropdown .dropdown-toggle:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 10px;
	top: -1px;
	right: 24px;
}

span.dropdown .dropdown-menu {
	top: -10000px;
	display: block;
	opacity: 0;
	left: auto;
	border-radius: 0 4px 4px;
	border: 0;
	border-top: 5px solid #CCC;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
	margin: -3px 0 0 0;
	min-width: 200px;
	padding: 5px;
	text-align: left;
}

span.dropdown .dropdown-menu li a {
	border-bottom: 1px solid #f4f4f4;
	color: #777;
	font-size: 0.9em;
	font-weight: 400;
	padding: 8px 20px 8px 8px;
	position: relative;
	text-transform: none;
}

span.dropdown .dropdown-menu li.dropdown-submenu {
	position: relative;
}

span.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
	display: none;
}

span.dropdown .dropdown-menu li.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #CCC;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	position: absolute;
	right: 15px;
	top: 8px;
	width: 0;
}

span.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
	display: block;
	left: 100%;
	margin-top: -10px;
	margin-left: -1px;
	border-radius: 4px;
	opacity: 0;
}

span.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
	top: 0;
	opacity: 1;
}

span.dropdown .dropdown-menu li:last-child a {
	border-bottom: 0;
}

span.dropdown .dropdown-menu {
	border-top-color: transparent !important;
}

.equipe-pagina .thumb-info:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.equipe-pagina .thumb-info:hover .thumb-info-title {
	background: rgba(23, 23, 23, .8);
}

.equipe-pagina .thumb-info .thumb-info-title {
	max-width: 100%;
	width: 100%;
	bottom: 0;
}

.equipe-pagina .thumb-info .thumb-info-inner {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 14px;
}

.equipe-pagina .thumb-info .thumb-info-type {
	margin: 0;
	background-color: transparent;
	padding: 0;
	font-weight: 600;
	font-size: 15px;
}

.equipe-pagina .sort-source li a {
	color: #255AA0;
}

ul.nav-pills > li.active > a {
	background: #7DBB65;
	color: #FFF;
}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
	background-color: #7DBB65;
}

.click-through {
	pointer-events: none;
}

.instituicoes-content h3 {
	margin-top: 25px;
	margin-bottom: 5px;
}

.instituicoes-content a.inst {
	display: block;
	margin-bottom: 15px;
}

.instituicoes-content p {
	margin-left: 15px;
}

.instituicoes-content ul {
	margin-top: 0;
	margin-bottom: 35px;
}

#header .header-logo img {
	margin: 21px 15px 20px 0;
}

#header .header-nav-main.header-nav-main-light nav > ul > li > a i {
	margin-right: 10px;
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li > a i {
		margin-right: 10px;
		transform: scale(1.4);
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.destaque {
		transform: scale(1.2);
		margin-right: 10px;
		margin-left: 25px;
	}
	
	#header .header-nav-main.header-nav-main-light nav > ul > li.destaque > a {
		background-color: #7AD3F7;
		border-radius: 5px;
		box-shadow: 1px 1px 1px #2e5a86;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.destaque > a:hover {
		background-color: #153754;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.destaque.active > a {
		background-color: #153754;
	}
}

#header .header-column .header-extra-info {
	margin: 0px 0 0;
}

.page-header-custom-background {
	background-size: cover;
	background-position: 20% 70%;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #2e5a86;
}

html body .tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a {
	border-top-color: #2e5a86;
	color: #2e5a86;
}

html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover, html body .tabs .nav-tabs a:focus, html.dark body .tabs .nav-tabs a:focus {
	border-top-color: #2e5a86;
}

html body .tabs .nav-tabs a, html.dark body .tabs .nav-tabs a, html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover {
	color: #2e5a86;
}

html .featured-box-primary .box-content {
	border-top-color: #2e5a86;
}

.shop .star-rating span, .shop .cart-totals tr.total .amount {
	color: #2e5a86;
}

.cart_table_item span {
	white-space: nowrap;
}

.shop table.cart .codigo {
	width: 10%;
}

.shop table.cart .assunto {
	width: 50%;
}

.shop table.cart .status {
	width: 20%;
}

.shop table.cart .ultima-interacao {
	width: 15%;
}

.shop table.cart .acao {
	width: 5%;
}

.shop table.cart tr.aberto td {
	font-weight: 700;
}

.img-thumbnail {
    padding: 0;
    border: none;
}

#footer a:hover {
	color: cyan;
}

.servicos-home .image figure {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.servicos-home .image img {
	width: 100%;
	height: 250px;
	transition: all .2s;
}

.servicos-home .image:hover img {
	transform: scale(1.05);
}

.servicos-home .text {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

.img-thumbnail {
	min-height: 300px;
}

.img-thumbnail img {
	min-height: 300px;
	object-fit: contain;
	object-position: center;
}

.servicos-pagina .img-thumbnail {
	min-height: 100px;
}

.servicos-pagina .img-thumbnail img {
	min-height: 100px;
}