@font-face {
    font-family: 'fnb_sans';
    src: url('../font/fnbsans/fnb_sans-bold-webfont.woff2') format('woff2'),
         url('../font/fnbsans/fnb_sans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'fnb_sans';
    src: url('../font/fnbsans/fnb_sans-italic-webfont.woff2') format('woff2'),
         url('../font/fnbsans/fnb_sans-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'fnb_sans';
    src: url('../font/fnbsans/fnb_sans-light-webfont.woff2') format('woff2'),
         url('../font/fnbsans/fnb_sans-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'fnb_sans';
    src: url('../font/fnbsans/fnb_sans-regular-webfont.woff2') format('woff2'),
         url('../font/fnbsans/fnb_sans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'fnb_sans';
    src: url('../font/fnbsans/fnb_sans-thin-webfont.woff2') format('woff2'),
         url('../font/fnbsans/fnb_sans-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'fnb_sans';
    src: url('../font/fnbsans/fnb_sans-thinitalic-webfont.woff2') format('woff2'),
         url('../font/fnbsans/fnb_sans-thinitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

body {
	font-family: 'fnb_sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

::-moz-selection {
	background: #435F84; /* Gecko Browsers */
	color: #FFF;
}

::selection {
	background: #435F84; /* WebKit/Blink Browsers */
	color: #FFF;
}

p {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #333;
	font-weight: 400;
	letter-spacing: 0px;
	margin: 0;
}

h3,
.h3 {
	letter-spacing: 0px;
	word-spacing: 4px;
}

h1, h4,
.h1, .h4 {
	font-size: 74px;
	font-weight: 700;
	color: #435F84;
	line-height: 70px;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 4px;
}

@media (max-width: 992px) {
	h1, h4,
	.h1, .h4 {
		font-size: 54px;
		line-height: 50px;
	}
}

.interna h1,
.interna .h1 {
	font-size: 50px;
	line-height: 54px;
}

h2,
.h2 {
	font-size: 26px;
	font-weight: 200;
	color: #333;
	font-style: italic;
	line-height: 22px;
}

.interna h2,
.interna .h2 {
	font-size: 30px;
	font-weight: 600;
	color: #D0D1D3;
	font-style: italic;
	line-height: 34px;
}
}

h3,
.h3 {
	font-size: 40px;
	font-weight: 200;
	color: #D0D1D3;
	font-style: italic;
	line-height: 36px;
}

h5,
.h5 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	text-transform: none;
	display: block;
}

h6,
.h6 {
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	line-height: 18px;
}

strong {
	color: #333;
}

ul.numeric {
	list-style-type: decimal;
}

figure img {
	max-width: 100%;	
}

a {
	color: #435F84;
}

a:hover, a:focus, a:active {
	color: #D0D1D3;
	text-decoration: none;
}

a.a2 {
	color: #D0D1D3;
}

a.a2:hover, a.a2:focus, a.a2:active {
	color: #435F84;
	text-decoration: none;
}

a.a3 {
	color: #D0D1D3;
}

a.a3:hover, a.a2:focus, a.a2:active {
	color: #FFF;
	text-decoration: none;
}

a.saiba-mais {
	font-weight: 700;
	font-size: 18px;
	transition: all .1s;
	display: block;
}

a.saiba-mais:hover,
a.saiba-mais:focus,
a.saiba-mais:active {
	text-decoration: none;
}

.text-nocase {
	text-transform: none !important;
}

.btn-xlg {
	padding: 14px 30px;
	font-size: 18px;
	font-weight: 700;
}

.owl-carousel {
	margin-bottom: 0px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #C0C0C0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

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

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

html .btn-primary:hover {
	border-color: #1B2E4E;
	background-color: #1B2E4E;
	color: #FFF;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	border-color: #1B2E4E;
	background-color: #1B2E4E;
	color: #FFF;
}

html .btn-borders.btn-primary {
	background: transparent;
	border-color: #FFF;
	color: #FFF;
	text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	color: #435F84;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	border-color: #FFF !important;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #FFF;
	background-color: #FFF;
}

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

html .btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1B2E4E;
	border-color: #1B2E4E;
	transition: all .2s;
}

html .btn-secondary:hover {
	border-color: #435F84;
	background-color: #435F84;
	color: #FFF;
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	border-color: #435F84;
	background-color: #435F84;
	color: #FFF;
}

html .btn-borders.btn-secondary {
	background: transparent;
	border-color: #435F84;
	color: #435F84;
	text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #435F84;
	border-color: #435F84 !important;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
	color: #FFF;
	border-color: #435F84;
	background-color: #435F84;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
	color: #FFF;
	border-color: #435F84;
	background-color: #435F84;
}

section.section {
	border-top: none;
	margin: 0;
}

#header .header-body {
	background: #FFF;
	border-top: none;
	border-bottom: none;
	padding: 8px 0;
	width: 100%;
}

html.sticky-header-active #header .header-body {
	box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
}

hr.strong {
	height: 10px;
	background-color: #F7F7F7;
	background-image: none;
}

hr.solid-1 {
	height: 1px;
	background-color: #31425C;
	background-image: none;
}

.header-container {
	transition: all .2s;
}

.sticky-header-active .header-body > .header-container {
	margin-top: 50px;
}

#header .header-logo img {
	margin: 0;
}

header .phone {
	font-weight: 200;
	padding: 18px 20px;
	font-size: 18px;
	color: #435F84;
	box-shadow: 0 0 40px 1px rgba(0,0,0, .1);
	z-index: 1;
	position: relative;
}

@media (max-width: 350px) {
	header .phone {
		margin: 0 auto !important;
		float: none !important;
		clear: both;
		text-align: center;
	}
}

header .phone i.fa {
	color: #D0D1D3;
}

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

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

ul.nav-pills > li.active > a {
	background-color: transparent;
	color: #D0D1D3;
}

@media (min-width: 992px) {
	header .menu-column {
		position: relative;
	}

	header .menu-column:before {
		content: "";
		width: 1px;
		background-color: #E5E5E5;
		height: 60%;
		position: absolute;
		top: 20%;
		left: 20px;
	}
}


#header .header-btn-collapse-nav {
	background: #435F84;
}

@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: #435F84;
	}
}

@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: #435F84;
	}
}

@media (max-width: 991px) {
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		color: #333 !important;
		text-decoration: none;
		background-color: #f5f5f5;
		outline: 0;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border: none;
		box-shadow: 4px 4px 0px 0px rgba(68, 96, 133, .1);
		border-radius: 0;
		border: 1px solid #D0D1D3 !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f4f4f4;
		color: #435F84;
		font-size: 0.9em;
		font-weight: 400;
		padding: 8px 20px 8px 8px;
		position: relative;
		text-transform: none;
	}
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f5f5f5;
	outline: 0;
}

.slider .tp-bannertimer {
	background-color: #435F84;
}

.slider-container .top-label {
	font-size: 46px;
	font-weight: 100;
	line-height: 46px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	word-spacing: 3px;
}

.slider-container .top-label strong {
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #000;
}

.slider-container .middle-label strong {
	font-weight: 100;
	text-shadow: 1px 1px 1px #333;
}

.slider-container .bottom-label {
	font-size: 16px;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000;
}

.slider-container .button a {
	padding: 16px 30px;
	background-color: transparent;
	border: 3px solid #FFF;
	color: #FFF;
	font-size: 18px;
	transition: all .2s;
}

@media (max-width: 768px)
{
	.slider-container .button a {
		padding: 4px 10px;
		font-size: 12px;
		border: 1px solid #FFF;
	}
}

@media (max-width: 500px)
{
	.slider-container .button a {
		padding: 4px 10px;
		font-size: 8px;
		border: 1px solid #FFF;
	}
}

.slider-container .button a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #435F84;
}

.slider-container > .slider {
	border-bottom: 6px solid #D0D2D1;
}

.main.home .empresa h1 {
	max-width: 80%;
}

.main.home .empresa p {
	max-width: 600px;
}

.main.home .empresa figure img {
	border-radius: 0px;
	box-shadow: 10px 10px 0px 0px #E0E0E0;
	border-radius: 0;
}

@media (max-width: 992px) {
	.main.home .empresa figure {
		width: 100%;
	}

	.main.home .empresa figure img {
		width: 100%;
	}
}

.main.home .servicos {
	position: relative;
}

.main.home .servicos:before {
	content: "";
	background-color: #FAFAFA;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 53%;
}

.main.home .servicos figure {
	overflow: hidden;
}

@media (max-width: 992px) {
	.main.home .servicos figure {
		width: 100%;
	}

	.main.home .servicos figure img {
		width: 100%;
	}
}

.main.home .servicos .lista .item:hover {
	cursor: pointer;
}

.main.home .servicos .lista .item:hover h5,
.main.home .servicos .lista .item:hover p {
	color: #435F84;
}

.main.home .servicos .lista .item figure img {
	transition: all .2s;
	height: 255px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main.home .servicos .lista .item:hover figure img {
	transform: scale(1.05);
}

.main.home .call-to-action h4 {
	font-size: 46px;
	line-height: 49px;
}

.main.home .call-to-action p {
	font-weight: 100;
}

.main.home .contato {
	background-image: url(../img/backgrounds/2.jpg);
	background-size: cover;
	background-position: center;
}

.main.home .contato .lista .item > div {
	background-color: #FFF;
	padding: 40px 40px 0 40px;
	min-height: 170px;
}

.main.home .contato .lista .item i.fa {
	padding: 0 10px 50px 0;
	font-size: 30px;
	color: #333;
}

@media (max-width: 991px) {
	.main.home .contato .lista .item i.fa {
		padding: 0 10px 130px 0;
		font-size: 30px;
		color: #333;
	}
}

.main.home .contato h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

.main.home .contato p {
	font-size: 15px;
	color: #333;
	font-weight: 400;
}

.main.home .contato a {
	font-size: 16px;
	color: #333;
}

.main.home .contato a:hover {
	color: #435F84;
}

.main.home .contato form input[type="text"],
.main.home .contato form input[type="email"] {
	background-color: #EDEDED;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 22px 20px;
	font-size: 16px;
}

.main.home .contato form textarea {
	background-color: #EDEDED;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 22px 20px;
	font-size: 16px;
}

.main.home .contato form .form-group {
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.main.home .contato form .form-group {
		margin-bottom: 0px;
	}

	.main.home .contato form .form-group input {
		margin-bottom: 10px;
	}

	.main.home .contato form .form-group textarea {
		margin-bottom: 20px;
	}
}

#footer {
	background-image: url(../img/backgrounds/3.jpg);
	background-size: cover;
	background-position: center;
	border-top: none;
	padding-top: 50px;
}

#footer .title h4 {
	font-size: 60px;
	font-weight: 200;
	color: #465167;
	line-height: 56px;
	text-transform: none;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	#footer .title h4 {
		font-size: 48px;
		line-height: 44px;
	}
}

#footer .social {
	padding-top: 15px;
}

#footer .social .social-icons li {
	box-shadow: none;
	margin-right: 8px;
}

#footer .social .social-icons li a {
	background-color: transparent;
	border: 1px solid #43536D;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

#footer .social .social-icons li a:hover {
	background-color: #FFF;
}

#footer .social .social-icons li i {
	color: #FFF;
	font-size: 13px;
}

#footer .social .social-icons li a:hover i {
	color: #435F84;
}

#footer .menu {
	padding-top: 15px;
}

#footer .menu ul {
	list-style: none;
	padding: 0;
}

#footer .menu li {
	float: left;
}

#footer .menu li a {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 16px;
	text-transform: uppercase;
	transition: all .2s;
	word-spacing: 4px;
}

#footer .phone {
	padding-top: 0px;
}

#footer .phone i.fa {
	font-size: 24px;
	color: #92A9AF;
	margin-right: 14px;
	
}

#footer .phone span {
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	color: #92A9AF;
}

#footer .email {
	padding-top: 0px;
}

#footer .email i.fa {
	font-size: 24px;
	color: #92A9AF;
	margin-right: 14px;
	
}

#footer .email a {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	color: #92A9AF;
}

#footer .email a:hover {
	color: #D0D1D3;
}

#footer .footer-copyright {
	background: rgba(14,26,46,0.60);
	border-top: none;
	margin-top: 10px;
	padding: 30px 0 10px;
}

#footer .footer-copyright span {
	color: #92A9AF;
	font-size: 14px;
}

@media (max-width: 450px) {
	#footer .footer-copyright span {
		display: block;
	}

	#footer .footer-copyright span.separator {
		display: none;
	}
}

html .scroll-to-top {
	background: #435F84;
}

.page-header-custom-background {
	background-position: center 90%;
}

.breadcrumb>.active {
	color: #FFF;
}

.page-header-center .breadcrumb {
	margin: 0;
	z-index: 1;
	position: relative;
}

.interna .img-thumbnail {
	padding: 10px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	width: 100%;
}

.interna .img-thumbnail img {
	box-shadow: 10px 10px 0px 0px #E0E0E0;
	border-radius: 0;
}

.testimonial blockquote p {
	color: #FFF;
	font-family: 'fnb_sans', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
	font-size: 1.6em;
	line-height: 1.3;
}

.testimonial blockquote:after {
	color: #FFF;
	content: "”";
	font-size: 80px;
	font-family: Georgia;
	bottom: -0.5em;
	right: 10px;
}

section.section.section-parallax {
	padding: 30px 0;
}

.contato-pagina .conteudo i {
	font-size: 20px;
	padding: 10px 10px 10px 10px;
	color: #435F84;
	border: 2px solid #CCC;
	border-radius: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	width: 44px;
	height: 44px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.contato-pagina .conteudo .info h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.contato-pagina .conteudo .info h3 {
	font-size: 18px;
	font-weight: 400;
}

.localizacao-pagina .conteudo i.fa {
	font-size: 26px;
	color: #435F84;
	border: 2px solid #CCC;
	border-radius: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 80px;
	margin-right: 20px;
}

#header .header-lang {
	margin-left: 30px;
	margin-top: 10px;
}

#header .header-lang .dropdown-menu-right {
	top: auto;
}

#header .header-lang > a,
#header .header-lang > span {
	color: #999;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
}

#header .header-lang > a img {
	margin-right: 4px;
	transform: scale(1);
}

#header .header-lang li a img {
	margin-right: 4px;
	transform: scale(1);
	vertical-align: inherit;
}

#header .header-lang i.fa {
	padding-left: 3px;
	vertical-align: middle;
}

.main.home .empresa h3 {
	margin-bottom: 5px;
}

.main.home .empresa h1 {
	margin-bottom: 20px;
}

.main.home .empresa h2 {
	margin-bottom: 15px;
}

.localizacao-pagina.interna iframe {
	width: 100% !important;
	height: 450px !important;
}

.localizacao-pagina.interna iframe {
	width: 100% !important;
	height: 450px !important;
}

.interna-interna h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.interna-interna li p {
	margin-bottom: 0px;
}

.interna-interna ul {
	margin-bottom: 30px;
	display: block;
}

.interna-interna h1 {
	text-align: center;
}

.interna-interna h2 {
	text-align: center;
}

.pe-none {
    pointer-events: none;
}

#footer .texto {
	display: block;
	clear: both;
	padding-top: 20px;
	padding-left: 14px;
}

#footer .texto h6 {
	font-family: "Helvetica", "Arial", sans-serif !important;
	font-weight: 600 !important;
	color: #FFF;
}

#footer .texto p {
	color: #CCC;
	font-weight: 100;
	font-size: 13px;
	line-height: 16px;
	margin-top: 8px;
	font-family: "Helvetica", "Arial", sans-serif;
}

#footer .titulo span {
	color: #CCC;
	display: block;
	font-weight: 100;
}