body {
	font-family: 'Lato', sans-serif;
}

.container {
	max-width: 1200px;
}

.primary-color {
	color: #183c98;
}

.primary-color-hover:hover,
.primary-color-hover:focus,
.primary-color-hover:active {
	color: #183c98 !important;
}

.secondary-color {
	color: #06214f;
}

.secondary-color-hover:hover,
.secondary-color-hover:focus,
.secondary-color-hover:active {
	color: #06214f !important;
}

.terciary-color {
	color: #f76f2e;
}

.terciary-color-hover:hover,
.terciary-color-hover:focus,
.terciary-color-hover:active {
	color: #f76f2e !important;
}

.primary-bg {
	background-color: #183c98;
}

.secondary-bg {
	background-color: #06214f;
}

.terciary-bg {
	background-color: #f76f2e;
}

::-moz-selection {
	background: #183c98; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #183c98; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

.btn-primary:focus {
    box-shadow: none !important;
}

/*@media (min-width: 992px) {*/
	*:focus {
	    outline: none !important;
	}
/*}*/

p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

ul li {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

a,
.a {
	color: #183c98;
}

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

.h1, h1 {
	font-weight: 600;
	font-size: 48px;
	color: #183c98;
}

.h2, h2 {
    font-size: 20px;
    color: #183c98;
    font-weight: 600;
}

.notransition {
	transition: none !important;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='text']:active,
input[type='password']:hover,
input[type='password']:focus,
input[type='password']:active,
textarea:hover,
textarea:focus,
textarea:active,
input[type='email']:hover,
input[type='email']:focus,
input[type='email']:active {
	border: 1px solid #183c98 !important;
}

/* botoes */
.btn-primary {
    color: #FFF;
    
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8b6b7+40,b8b6b7+40,8c8c8c+100 */
	background: rgb(184,182,183); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(184,182,183,1) 40%, rgba(184,182,183,1) 40%, rgba(140,140,140,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(184,182,183,1) 40%,rgba(184,182,183,1) 40%,rgba(140,140,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(184,182,183,1) 40%,rgba(184,182,183,1) 40%,rgba(140,140,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b6b7', endColorstr='#8c8c8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	text-transform: uppercase;
    border-color: transparent;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    box-shadow: 2px 3px 3px 0px rgba(0,0,0,.4) !important;
    transition: all .3s;
    border: none;
    background-size: 101%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-size: 150% !important;
    color: #FFF !important;
	border-color: transparent !important;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1) !important;
}

.btn-secondary {
    color: #183c98;
    background-color: #FFF;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    background-color: #183c98 !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-terciary {
    color: #FFF;
    background-color: #06214f;
    border: 1px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
}

.btn-terciary:hover,
.btn-terciary:focus,
.btn-terciary:active {
    color: #FFF !important;
    background-color: #1999CC !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.saiba-mais {
	font-size: 18px;
	text-transform: uppercase;
	color: #0f0f4d; 
	transition: all .3s ease;
	font-weight: 600;
}

.saiba-mais .fa {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 200px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding-left: 2px;
	margin-right: 6px;
	transition: all .3s ease;
}

.saiba-mais:hover span {
	color: #0f0f4d;
	text-decoration: underline;
}

.saiba-mais:hover .fa {
	border-color: #0f0f4d;
}

.btn-lg {
	font-size: 15px;
	padding: 13px 30px;
}

.btn-lg2 {
	font-size: 18px;
	padding: 10px 26px;
}

.btn-xlg {
	font-size: 16px;
	padding: 14px 30px;
}

.btn-whatsapp {
	background: initial;
	background: unset;
	background-color: #019084 !important;
	border-radius: 4px !important;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active {
	background-color: #01A18C !important;
	border-color: transparent !important;
	color: #FFF !important;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.185) !important;
}

.btn-whatsapp2 {
	background: initial;
	background: unset;
	font-size: 18px;
	color: #333;
	background-color: #FFF !important;
	border-radius: 200px !important;
	padding: 10px 30px;
}

.btn-whatsapp2:hover,
.btn-whatsapp2:focus,
.btn-whatsapp2:active {
	background-color: #01A18C !important;
	border-color: transparent !important;
	color: #FFF !important;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.185) !important;
}

.social-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-buttons li {
	display: inline-block;
	margin-left: 0px;
}

.social-buttons li:first-child {
	margin-left: 0;
}

.social-buttons li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border-radius: 200px;
	border: 0px solid #ccc;
}

.social-buttons li a .fab {
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #133795;
}

#footer .social-buttons li a .fab {
	color: #FFF;
}

.social-buttons li a.facebook-btn:hover,
.social-buttons li a.facebook-btn:focus,
.social-buttons li a.facebook-btn:active {
	background-color: #3b5a9a;
}

.social-buttons li a.instagram-btn:hover,
.social-buttons li a.instagram-btn:focus,
.social-buttons li a.instagram-btn:active {
	background-color: #7c4a3a;
}

.social-buttons li a.twitter-btn:hover,
.social-buttons li a.twitter-btn:focus,
.social-buttons li a.twitter-btn:active {
	background-color: #1aa9e1;
}

.social-buttons li a.youtube-btn:hover,
.social-buttons li a.youtube-btn:focus,
.social-buttons li a.youtube-btn:active {
	background-color: #c3191e;
}

.social-buttons li a.linkedin-btn:hover,
.social-buttons li a.linkedin-btn:focus,
.social-buttons li a.linkedin-btn:active {
	background-color: #0073b2;
}

.social-buttons li a.whatsapp-btn:hover,
.social-buttons li a.whatsapp-btn:focus,
.social-buttons li a.whatsapp-btn:active {
	background-color: #25D366;
}

.social-buttons li a:hover .fab,
.social-buttons li a:focus .fab,
.social-buttons li a:active .fab {
	color: #FFF;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: -5px 5px 5px 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #FFF;
    border-color: #183c98 #183c98 #183c98;
    color: #183c98;
    border-radius: 200px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}

.owl-carousel .owl-nav button[class*="owl-"]:hover, .owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #183c98;
    border-color: #183c98 #183c98 #183c98;
    color: #ffffff;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

@media (max-width: 991px) {
	.owl-carousel .owl-nav button.owl-prev {
	    left: -5px;
	}

	.owl-carousel .owl-nav button.owl-next {
	    right: -5px;
	}
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -2px;
    top: 0px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 0px;
}


/* sticky header */
.sticky-header {
	width: 100%;
	z-index: 20;
}

@media (max-width: 768px) {
	#header {
		height: auto !important;
	}

	.sticky-header {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	html.sticky-header-active .sticky-header {
		position: fixed;
		top: -211px;
		box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
		transition: box-shadow .5s;
	}
	html.sticky-header-active .sticky-header:before {
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 3px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9094b3+0,ffffff+100 */
		background: rgb(144,148,179); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(144,148,179,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(144,148,179,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(144,148,179,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9094b3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
}

/* header */
#header .header-content {
	height: 267px;
	background-image: url(../img/background/4.png);
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 991px) {
	#header .header-content {
		/*background-size: cover;*/
		/*background-position: 0px -50px;*/
	}	
}

#header .header-content > .container {
	position: relative;
	/*min-height: 172px;*/
	min-height: 106px;
}

@media (max-width: 991px) {
	#header .header-content:before {
		display: none;
	}
}

.header-top {
	background-color: rgba(242,242,242,.5);
	padding: 10px 0;
}

.header-top .esquerda {
	display: flex;
	align-items: center;
}

.header-top .esquerda .titulo {
	color: #133795;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin-right: 20px;
}

.header-top .esquerda .titulo .fa {
	color: #133795;
	margin-right: 8px;
}

.header-top .esquerda .subtitulo {
	color: #133795;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin-right: 20px;
}

.header-top .esquerda .subtitulo .fa {
	color: #133795;
	margin-right: 8px;
}

.header-top .direita {
	text-align: right;
}

.header-top .whatsapp a {
	color: #FFF;
}

.header-top .whatsapp img {
	width: 30px;
}

/* logo */
#header .logo {
	padding: 15px 0;
	text-align: center;
	transition: all .3s;
	position: relative;
	top: 0;
	height: 155px;
}

@media (max-width: 768px) {
	#header .logo {
		padding: 20px 0;
		height: 70px !important;
	}

	#header .logo img {
		height: 70px !important;
	}
}

#header .logo img {
	height: 125px;
	object-fit: scale-down;
	transition: all .3s;
	max-width: 100%;
}

@media (max-width: 767px) {
	#header .logo img {
		max-width: 60%;
		margin-left: -10%;
	}
}

#header .logo .logo-grande {
	display: inline-block;
}

#header .logo .logo-pequena {
	display: none;
	height: 40px !important;
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo {
		position: relative;
		top: 150px;
		pointer-events: none;
	}

	html.sticky-header-active #header .logo .logo-grande {
		display: none;
	}

	html.sticky-header-active #header .logo .logo-pequena {
		display: inline-block;
		margin-left: -60px;
	}
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo img {
		height: 40%;
	}
}

#header .meio .chamada {
	max-width: 350px;
}

#header .meio .chamada span {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #133795;
	font-style: italic;
	text-align: center;
}

#header .direita img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 200px;
	box-shadow: 0 10px 20px 2px rgba(0,0,0,.1);
	object-fit: scale-down;
	object-position: center;
	margin-right: 14px;
}

/*#header .direita .fa {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 200px;
	box-shadow: 0 10px 20px 2px rgba(0,0,0,.1);
	object-fit: scale-down;
	object-position: center;
	margin-right: 14px;
}*/

#header .direita .whatslink {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 200px;
	box-shadow: 0 10px 20px 2px rgba(0,0,0,.1);
	object-fit: scale-down;
	object-position: center;
	margin-right: 14px;
	color: ;
}

#header .direita .telefone .titulo {
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	color: #808080;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header .direita .telefone a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #133795;
}


/* menu */
#header .menu {
	border-top: 1px solid #E5E5E5;
}

@media (max-width: 991px) {
	#header .menu > .container {
		padding: 0;
	}
}

@media (min-width: 768px) {
	html.sticky-header-active #header .menu {
		/*padding-top: 42px;*/
	}
}

#header .menu nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header .menu nav > ul > li {
	display: inline-block;
	position: relative;
}

#header .menu nav > ul > li > a {
	font-size: 17px;
	color: #06214f;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px 49px;
	transition: color .2s, background-color .2s;
	position: relative;
	letter-spacing: 0px;
}

html.sticky-header-active #header nav.menu-desktop {
	transition: all 3s;
}

html.sticky-header-active #header nav.menu-desktop {
    justify-content: flex-end !important;
    display: flex;
}

@media (min-width: 992px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		font-size: 16px;
		font-weight: 700;
		padding: 16px 19px;
	}
}

#header .menu nav.menu-desktop > ul > li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: -3px;
	width: 6px;
	height: 6px;
	background-color: red;
	transform: rotate(45deg);
	background-color: #e6e6e6;
}

#header .menu nav > ul > li:first-child > a:before {
	display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
	#header .menu nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		padding: 20px 12px;
	}	
}

@media (min-width: 768px) and (max-width: 1199px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		padding: 20px 11px;
	}	
}

#header .menu nav > ul > li > a:hover,
#header .menu nav > ul > li > a:focus,
#header .menu nav > ul > li > a:active {
	background-color: #183c98;
	color: #FFF;
}

#header .menu nav > ul > li.current a {
	background-color: rgba(0,0,0,.1);
	color: #06214f;
}

/* menu responsivo */
.menu-responsive-btn {
	background-color: #06214f;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.menu-responsivo-col {
	position: absolute;
	top: 28px;
	right: 0;
}

.menu-responsive-btn:hover,
.menu-responsive-btn:focus,
.menu-responsive-btn:active {
	color: #FFF;
}

.menu-responsive {
	width: 100%;
	max-height: 0;
	opacity: 0;
	transition: opacity .8s, max-height .6s;
}

.menu-responsive-open {
	max-height: 1000px;
	opacity: 1;
}

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

.menu-responsive ul li {
	border-bottom: 1px solid #F0F0F0;
	display: inline-block;
	width: 100%;
}

.menu-responsive ul li a {
	padding: 16px 20px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.menu-responsive ul li.current a {
	color: #444;
}

/* main */
main {
	min-height: 601px;
}

main .pagina-conteudo {
	min-height: 420px;
}

/* slider */
.slider-home {
	position: relative;
}

.slider-home:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	z-index: 1;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9094b3+0,ffffff+100 */
	background: rgb(144,148,179); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(144,148,179,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(144,148,179,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(144,148,179,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9094b3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.tp-caption.top-label {
	letter-spacing: -1px;
	/*text-shadow: 3px 3px 10px rgba(0,0,0,.5);*/
}

.tp-caption.top-label strong {
	font-weight: 900;
	font-style: italic;
}

.tp-caption.main-label {
	/*text-shadow: 3px 3px 10px rgba(0,0,0,.5);*/
}

@media (max-width: 991px) {
	.slider-container .btn {
		font-size: 12px !important;
		padding: 6px 10px !important;
	}
	.slider-container .tp-bgimg {
		/*background-image: none !important;*/
		background-size: cover !important;
		background-position: bottom left !important;
	}
}

/* footer */
#footer {
	padding: 0;
	background-image: url(../img/background/3.jpg);
	background-size: cover;
	background-position: center;
}

#footer .newsletter {
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 30px 0;
}

#footer .newsletter .simbolo {
	text-align: right;
}

#footer .newsletter .texto span {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #FFF;
}

#footer .newsletter .input input {
	border: none;
	border-radius: 0;
	background-color: #5c5c5c;
	height: 50px;
	margin-top: 4px;
	color: #FFF;
}

#footer .newsletter .input input:focus,
#footer .newsletter .input input:hover,
#footer .newsletter .input input:active {
	border: none !important;
	background-color: rgba(125, 125, 125, .5);
}

#footer .newsletter .input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

#footer .newsletter .input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

#footer .newsletter .input input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}

#footer .newsletter .botao .btn {
	margin-top: 4px;
}

#footer section.conteudo {
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 30px 0;
}

#footer section.conteudo .esquerda.logo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer section.conteudo .esquerda.logo:after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	width: 1px;
	height: 80%;
	background-color: rgba(255,255,255,.1);
}

#footer section.conteudo .direita .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer section.conteudo .direita .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer section.conteudo .direita .menu ul li {
	padding: 3px 0;
}

#footer section.conteudo .direita .menu ul li a {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #5c5c5c;
	text-transform: uppercase;
	transition: all .3s;
}

#footer section.conteudo .direita .menu ul li a:hover,
#footer section.conteudo .direita .menu ul li a:focus,
#footer section.conteudo .direita .menu ul li a:active {
	color: #FFF;
}

#footer section.conteudo .direita .contato .titulo {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF;
	display: block;
	position: relative;
	padding-left: 10px;
}

#footer section.conteudo .direita .contato .titulo:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 12px;
	background-color: rgba(255,255,255,.1);
}

#footer section.conteudo .direita .contato .endereco {
	color: #FFF;
	padding: 10px;
	display: block;
}

#footer section.conteudo .direita .contato .telefone-email {
	color: #FFF;
	padding: 10px;
	display: block;
}

#footer section.conteudo .direita .contato .telefone-email a {
	color: #FFF;
}

#footer section.conteudo .direita .contato .telefone-email a:hover,
#footer section.conteudo .direita .contato .telefone-email a:focus,
#footer section.conteudo .direita .contato .telefone-email a:active {
	color: #9c9c9c;
	text-decoration: underline;
}

#footer section.conteudo .direita .info .titulo {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF;
	display: block;
	position: relative;
	padding-left: 10px;
}

#footer section.conteudo .direita .info .titulo:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 12px;
	background-color: rgba(255,255,255,.1);
}

#footer section.conteudo .direita .info .referencia {
	color: #FFF;
	padding: 10px;
	display: block;
}

#footer section.conteudo .direita .info .expediente {
	color: #FFF;
	padding: 10px;
	display: block;
}

#footer .creditos {
	padding: 10px 0;
}

#footer .creditos .cia span {
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
}

#footer .creditos .cia a {
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
}

#footer .creditos .dev a {
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
}

#footer .creditos .dev a:hover,
#footer .creditos .dev a:focus,
#footer .creditos .dev a:active {
	color: #9C9C9C;
}

#footer .creditos .separador {
	padding: 0 10px;
	display: inline-block;
}

/* page header */
.page-header {
	background-image: url(../img/background/2.jpg);
	background-size: cover;
	/*background-size: auto;*/
	/*background-position: center 30%;*/
	background-position: center 55%;
	padding: 20px;
	text-align: left;
	box-shadow: inset 0 10px 30px 2px rgba(0,0,0,.05);
}

.page-header h1 {
	font-size: 24px;
	line-height: 24px;
	padding-top: 5px;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.pagina-conteudo {
	padding: 30px 0;
}

@media (max-width: 991px) {
	.pagina-conteudo {
		padding: 20px 0;
	}
}

.pagina-conteudo .imagens .item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

.pagina-conteudo h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	color: #183c98;
}

.pagina-conteudo .imagens .popup-gal img {
	object-fit: scale-down;
	object-position: top;
	padding: 0 20px;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb ol {
	display: inline-block;
}

.breadcrumb a {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	color: #183c98;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #AAA;
    content: "/";
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.breadcrumb-item.active {
    color: #AAA;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.especificacoes {
	margin-top: 30px;
	background-color: #FAFAFA;
	padding: 40px;
}

summary {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.05);
	margin-bottom: 10px;
	color: #333;
	font-weight: 500;
	padding: 10px 20px ;
}

details .detail-content {
	padding: 20px;
}

summary::-webkit-details-marker {
	color: #e25915;
	margin-right: 15px;
}

/* pagina contato */
.contato-pagina iframe {
	width: 100%;
	height: 250px;
}

.contato-pagina .endereco ul {
	list-style: none;
	padding: 0;
}

.contato-pagina .endereco .list-icons .fa,
.contato-pagina .endereco .list-icons .fab,
.contato-pagina .endereco .list-icons .far {
	color: #183c98;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #183c98;
    outline: 0;
    box-shadow: none;
}

.contato-pagina h2 {
	color: #183c98;
	font-size: 24px;
}

/* empresa */
section.empresa {
	padding: 50px 0 50px 0;
	background-image: url(../img/background/1.png);
	border-bottom: 2px solid rgba(0,0,0,.1);
}

section.empresa .topo {
	margin-bottom: 60px;
}

section.empresa .topo > div {
	text-align: center;
}

section.empresa .topo .sub-subtitulo {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #133795;
	margin-bottom: 10px;
	display: block;
}

section.empresa .topo .titulo {
	font-size: 36px;
	line-height: 38px;
	font-weight: 400;
	color: #4c4c4c;
	position: relative;
	margin-bottom: 40px;
}

section.empresa .topo .titulo:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 40px);
	width: 80px;
	height: 5px;
	background-color: #0f0f4d;
}

section.empresa .topo .subtitulo {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #133795;
	display: block;
}

section.empresa .conteudo .imagem figure {
	width: 100%;	
	height: 500px;
	padding: 30px;
	position: relative;
}

section.empresa .conteudo .imagem figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.1+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-9 */

}

section.empresa .conteudo .imagem figure:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0+50 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

section.empresa .conteudo .imagem figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.empresa .conteudo .texto .titulo {
	font-size: 36px;
	line-height: 38px;
	font-weight: 400;
	color: #133795;
	position: relative;
	margin-bottom: 40px;
}

section.empresa .conteudo .texto .titulo:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #0f0f4d;
}

section.empresa .conteudo .texto p {
	font-size: 18px;
	line-height: 24px;
	color: #808080;
}

section.empresa .conteudo .texto .lista {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 14px;
}

section.empresa .conteudo .texto .lista li {
	padding: 3px 10px;
}

section.empresa .conteudo .texto .lista li .fa {
	color: #133795;
	margin-right: 10px;
}

section.empresa .conteudo .texto .lista li span {
	color: #808080;
	font-size: 14px;
}

/* atuacao */
section.atuacao {
	padding: 70px 0 90px 0;
}

section.atuacao .topo {
	margin-bottom: 30px;
}

section.atuacao .topo > div {
	text-align: center;
}

section.atuacao .topo .sub-subtitulo {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #133795;
	margin-bottom: 10px;
	display: block;
}

section.atuacao .topo .titulo {
	font-size: 36px;
	line-height: 38px;
	font-weight: 400;
	color: #4c4c4c;
	position: relative;
	margin-bottom: 40px;
}

section.atuacao .topo .titulo:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 40px);
	width: 80px;
	height: 5px;
	background-color: #0f0f4d;
}

section.atuacao .conteudo .item figure {
	position: relative;
}

section.atuacao .conteudo .item figure {
	width: 100%;
	height: 420px;
	margin: 0;
	overflow: hidden;
}

section.atuacao .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 3s ease;
}

section.atuacao .conteudo .item .texto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -100px 100px 2px rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 40px;
}

section.atuacao .conteudo .item:hover figure img {
	transform: scale(1.1);
}

section.atuacao .conteudo .item .texto .titulo {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	color: #FFF;
}

section.atuacao .baixo {
	text-align: center;
	margin-top: 40px;
}

/* call to action */
section.call-to-action {
	padding: 80px 0;
	background-image: url(../img/background/2-grande.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

section.call-to-action .conteudo {
	text-align: center;
}

section.call-to-action .conteudo .titulo {
	font-size: 60px;
	line-height: 58px;
	font-weight: 200;
	color: #FFF;
	display: block;
	font-style: italic;
	margin-bottom: 35px;
}

section.call-to-action .conteudo .titulo strong {
	font-style: normal;
	font-weight: 600;
	display: block;
}

section.call-to-action .conteudo .chamada {
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #FFF;
	padding: 20px 0;
	margin-bottom: 15px;
	display: none;
}

section.mapa iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom;
}

.menu-lateral {
	position: relative;
}

.menu-lateral .titulo {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	font-weight: 600;
	color: red;
}

.menu-lateral .titulo .fa {
	float: right;
	margin-top: 3px;
	color: #ccc;
}

.menu-lateral ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.menu-lateral ul li {
	position: relative;
}

.menu-lateral > ul > li > a {
	display: inline-block;
	padding: 12px 30px;
	width: 100%;
	border-top: 1px solid #F0F0F0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul.submenu {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

.menu-lateral ul.submenu > li > a {
	display: inline-block;
	padding: 10px 45px;
	width: 100%;
	border-top: 1px solid #F5F5F5;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4c4c4c;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul li a:hover {
	background-color: #F5F5F5;
	color: #333;
}

.menu-lateral ul li.current > a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
}

.d-none-ni {
	display: none;
}

.tparrows {
	cursor: pointer;
	background: #FFF;
	border: 0px solid #FFF;
	box-shadow: 0 0 30px 2px rgba(0,0,0,.3);
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 200px !important;
	transition: background .2s;
}

.tparrows:hover {
	background: #183c98;
}

.tparrows:hover:before {
	color: #FFF;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #183c98;
	display: block;
	line-height: 50px;
	text-align: center;
}

.tp-leftarrow {
	padding-right: 4px;
}

@media (min-width: 992px) {
	.tp-leftarrow {
		padding-right: 4px;
		left: 10% !important;
	}

	.tp-rightarrow {
		left: 90% !important;
	}
}

@media(min-width: 992px) {
	.col-1-5 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
	}
}






.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-delay: 7s;
  }
  @-webkit-keyframes wobble {
  20%, 100% {
  	transform: none;
  }
  0% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  2% {
  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  4% {
  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  6% {
  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  8% {
  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  9% {
  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  10% {
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes wobble {
  20%, 100% {
    transform: none;
  }
  0% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  2% {
  -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  4% {
  -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  6% {
  -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  8% {
  -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  9% {
  -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  10% {
  -webkit-transform: none;
  transform: none;
  }
  }



  .thumbnail-slider-container{
	margin-top: 5px;
}

.thumbnail-slider .content{
	padding:5px;
}

.thumbnail-slider .content img{
	width: 100%;
	height: 100px !important;
	object-fit: scale-down;
	object-position: center;
	border: 1px solid #E0E0E0;
}

.thumbnail-slider .owl-item.active.center{
	border: 3px solid #333333;
}

.thumbnail-slider .owl-nav button[class*="owl-"] {
    background-color: #FFF;
    border-color: #da2e1c #da2e1c #da2e1c;
    color: #da2e1c;
    border-radius: 200px;
    font-size: 15px;
    height: 25px;
    width: 25px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.thumbnail-slider .owl-nav button.owl-prev {
	left: -18px !important;
}

.thumbnail-slider .owl-nav button.owl-next {
	right: -18px !important;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #FFF;
}