body {
	font-family: 'Quicksand', 'Helvetica', 'Arial', sans-serif;
}

.container {
	max-width: 1200px;
}

.primary-color {
	color: #002867;
}

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

.secondary-color {
	color: #00DC00;
}

.secondary-color-hover:hover,
.secondary-color-hover:focus,
.secondary-color-hover:active {
	color: #00DC00 !important;
}

.terciary-color {
	color: #83B9F3;
}

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

.primary-bg {
	background-color: #002867;
}

.secondary-bg {
	background-color: #00DC00;
}

.terciary-bg {
	background-color: #83B9F3;
}

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

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

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

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

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

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

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

a,
.a {
	color: #333;
}

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

.h1, h1 {
	font-weight: 400;
	font-size: 40px;
	line-height: 34px;
	color: #002867;
}

.h2, h2 {
    font-size: 20px;
    line-height: 24px;
    color: #002867;
    font-weight: 600;
}

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

.notransition {
	transition: none !important;
}

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #002867;
}

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 #00DC00 !important;
}

/* botoes */
.btn-primary {
    color: #FFF;
    
    background: #002867;

    border-color: transparent;
    border-radius: 0px;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    transition: all .3s;
    border: none;
    background-size: 100%;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #00DC00 !important;
	border-color: transparent !important;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.185) !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.btn-secondary {
    color: #333;
    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 .2s;
}

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

.btn-terciary {
    color: #002867;
    background-color: transparent;
    border: 1px solid #002867 !important;
    border-radius: 0px;
    text-transform: uppercase;
    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: #002867 !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-quaternary {
    color: #FFF;
    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;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);

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

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

.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;
	transition: all .3s ease;
}

.btn-whatsapp .fab {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 25px;
}

.btn-whatsapp span {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	margin-left: 5px;
	text-transform: uppercase;
}

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

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

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

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

.social-buttons li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #F7F7F7;
	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: #333;
}

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

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

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

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

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

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


.social-buttons.social-static li a.facebook-btn {
	background-color: #3b5a9a !important;
}

.social-buttons.social-static li a.instagram-btn {
	background-color: #7c4a3a !important;
}

.social-buttons.social-static li a.twitter-btn {
	background-color: #1aa9e1 !important;
}

.social-buttons.social-static li a.youtube-btn {
	background-color: #c3191e !important;
}

.social-buttons.social-static li a.linkedin-btn {
	background-color: #0073b2 !important;
}

.social-buttons.social-static li a.whatsapp-btn {
	background-color: #25D366 !important;
}


.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: #002867;
    border-color: transparent;
    color: #FFF;
    border-radius: 0px;
    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: #00DC00;
    border-color: #002867 #002867 #002867;
    color: #ffffff;
}

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

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

.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;
}

input[type="file"] {
	background-color: #999 !important;
}

/* sticky header */
.sticky-header {
	width: 100%;
	z-index: 20;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.3) !important;
}

#header {
	z-index: 10;
	position: relative;
}

@media (max-width: 991px) {
	body {
		margin-top: 175px;
	}

	#header {
		height: auto !important;
		position: fixed;
		background-color: #FFF;
		z-index: 9999;
		top: 0;
	}

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

@media (min-width: 992px) {
	html.sticky-header-active .sticky-header {
		position: fixed;
		top: -134px;
		transition: box-shadow .5s;
		box-shadow: 0 0 10px 2px rgba(0,0,0,.3) !important;
	}
}

@media (max-width: 991px) {
	#header {
		box-shadow: 0 0 10px 2px rgba(0,0,0,.3) !important;
		width: 100%;
	}
}

/* header */
#header .header-fulltop {
	background-color: #002867;
	/*border-bottom: 4px solid #002867;*/
}

#header .header-top .telefone .fa {
	color: #FFF;
	margin-top: 4px;
}

#header .header-top .telefone span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}

#header .header-top .telefone span a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}

#header .header-top .telefone a:hover,
#header .header-top .telefone a:focus,
#header .header-top .telefone a:active {
	color: #70bfe3;
}

#header .header-top .email .fa {
	color: #FFF;
	margin-top: 4px;
}

#header .header-top .email a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	vertical-align: 1px;
	color: #FFF;
}

#header .header-top .email a:hover,
#header .header-top .email a:focus,
#header .header-top .email a:active {
	color: #70bfe3;
}

#header .social-buttons li a {
	background-color: transparent;
}

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

#header .header-content {
	height: 190px;
	z-index: 10;
}

#header .header-container {
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: right 20%;
	height: 130px;
}

/*#header .header-content:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: rgba(0,171,252,.3);
}*/

/*html.sticky-header-active .header-content:after {
	bottom: -14px !important;
}*/

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

/* logo */
#header .logo {
	padding: 10px 0;
	text-align: left;
	padding-left: 0px;
	transition: top .3s;
	position: relative;
	top: 0;
}

html.sticky-header-active #header .logo {
	text-align: left;
	/*padding-left: 50px;*/
}

@media (max-width: 768px) {
	#header .logo {
		padding: 10px 0;
	}
}

#header .logo img {
	height: 110px;
	object-fit: scale-down;
	object-position: left;
	padding: 0 15px;
	transition: all .3s;
	max-width: 100%;
}

@media (max-width: 991px) {
	#header .logo img {
		object-position: center;
		max-width: calc(100% - 120px);
	}
}

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

#header .logo .logo-pequena {
	display: none;
	height: 38px !important;
	margin-top: 19px;
	margin-left: 3px;
}

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

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

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

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

#header .meio .telefone {
	background-color: transparent;
	border-radius: 200px;
	padding: 15px 45px 15px 35px;
}

#header .meio .telefone:hover,
#header .meio .telefone:focus,
#header .meio .telefone:active {
	/*background-color: #F1F1F1;*/
}

#header .meio .telefone .fa {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 20px;
	margin-right: 15px;
	float: left;
	margin-top: 7px;
	background-color: #002867;
	border-radius: 200px;
	text-align: center;
	line-height: 20px;
	padding: 10px;
}

#header .meio .telefone .texto {
	font-size: 14px;
	line-height: 14px;
	color: #002867;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}

#header .meio .telefone .texto .titulo {
	font-size: 18px;
	line-height: 21px;
	color: #002867;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	margin-bottom: 2px;
}

#header .meio .telefone .texto .numeros a {
	font-size: 25px;
	line-height: 25px;
	color: #002867;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
}

#header .meio .telefone a:hover,
#header .meio .telefone a:focus,
#header .meio .telefone a:active {
	text-shadow: 0 0 0px #002867;
}

#header .meio .emergencia {
	background-color: #F7F7F7;
	border-radius: 200px;
	padding: 15px 45px 15px 35px;
}

#header .meio .emergencia:hover,
#header .meio .emergencia:focus,
#header .meio .emergencia:active {
	background-color: #F1F1F1;
}

#header .meio .emergencia .fa {
	display: inline-block;
	vertical-align: middle;
	color: #002867;
	font-size: 20px;
	margin-right: 15px;
	float: left;
	margin-top: 7px;
}

#header .meio .emergencia .texto {
	font-size: 14px;
	line-height: 14px;
	color: #002867;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}

#header .meio .emergencia .texto .titulo {
	font-size: 13px;
	line-height: 16px;
	color: #002867;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
}

#header .meio .emergencia .texto .numeros a {
	font-size: 15px;
	line-height: 15px;
	color: #002867;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
}

#header .meio .emergencia a:hover,
#header .meio .emergencia a:focus,
#header .meio .emergencia a:active {
	text-shadow: 0 0 0px #002867;
}

#header .meio .whatsapp {
	background-color: #F7F7F7;
	border-radius: 200px;
	padding: 15px 35px;
}

#header .meio .whatsapp:hover,
#header .meio .whatsapp:focus,
#header .meio .whatsapp:active {
	background-color: #F1F1F1;
}

#header .meio .whatsapp .fab {
	display: inline-block;
	vertical-align: middle;
	color: #25D366;
	font-size: 26px;
	margin-right: 10px;
}

#header .meio .whatsapp .texto {
	display: inline-block;
	vertical-align: middle;
}

#header .meio .whatsapp .texto .titulo {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	margin-bottom: 2px;
}

#header .meio .whatsapp .texto .info a {
	font-size: 18px;
	line-height: 18px;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
}

/* menu */
#header .menu {
	background-color: #002867;
	border-top: 4px solid #33BA00;
}

@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: #FFF;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	padding: 16px 35px;
	transition: color .2s, background-color .2s, background-size .2s;
	position: relative;
	/*border-left: 1px solid rgba(255,255,255,.1);*/
	background-size: 150%;
}

#header .menu nav > ul > li:first-child > a {
	/*border-left: none;*/
}

#header nav.menu-desktop {
	position: relative;
}

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: 17px;
		font-weight: 500;
		padding: 16px 26px;
	}
}

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

@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: rgba(0,0,0,.1);*/
	background-color: #33BA00;
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);


	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a26f+0,00dc00+98 */
	/*background: #00a26f;
	background: -moz-linear-gradient(-45deg,  #00a26f 0%, #00dc00 98%);
	background: -webkit-linear-gradient(-45deg,  #00a26f 0%,#00dc00 98%);
	background: linear-gradient(135deg,  #00a26f 0%,#00dc00 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a26f', endColorstr='#00dc00',GradientType=1 );
	background-size: 100%;*/

}

#header .menu nav > ul > li.current > a {
	/*background-color: rgba(0,0,0,.1);*/
	background-color: #119800;
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}


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

.menu-responsivo-col {
	position: absolute;
	top: 15px;
	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;
	overflow: hidden;
}

.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 #bb0911;
	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;
}

@media (max-width: 991px) {
	main.interna {
		margin-top: 176px;
	}
}

/* slider */
.slider-home {
	position: relative;
	border-bottom: 10px solid #002867;
}

/*.slider-home:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: rgba(216,34,42,.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: none;
}*/

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

.tp-caption.top-label strong {
	color: #002867;
	font-weight: 800;
	text-transform: none;
	font-size: 80px;
	line-height: 70px;
	/*margin-top: -5px !important;*/
	display: block;
	/*text-transform: uppercase;*/
}

@media (max-width: 991px) {
	.tp-caption.top-label strong {
		font-size: 40px;
		line-height: 43px;
	}
}

.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;
	}
}

@media (max-width: 991px) {
	.tp-bgimg.defaultimg {
		background-position: 30% 50% !important;
	}
}

.tp-bgimg.defaultimg[src="img/slider/overlay-1.png"] {
	/*backdrop-filter: blur(25px) !important;*/
    /*opacity: 1 !important;*/
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)) !important;
}

/* intro */
section.intro {
	padding: 20px 0;
	background-color: #F7F7F7;
}

@media (min-width: 992px) {
	section.intro .item {
		border-left: 1px solid rgba(0,0,0,.1);
	}
	section.intro .item:first-child {
		border-left: none;
	}
}

@media (max-width: 991px) {
	section.intro .item {
		margin-bottom: 14px;
	}
}

section.intro .item img {
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}

section.intro .item .texto .titulo {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	font-style: italic;
	text-transform: uppercase;
}

section.intro .item .texto .titulo strong {
	display: block;
	font-weight: 600;
	color: #f8971a;
}

/* banner */
section.banner img {
	border: 1px solid #E6E6E6;
	border-radius: 14px;
	box-shadow: 0 4px 10px 1px rgba(0,0,0,.1);
	max-width: 100%;
}

/* clientes */
main.clientes-pagina .pagina-conteudo .lista {
	margin-top: 20px;
}

main.clientes-pagina .pagina-conteudo .lista .item {
	height: 150px;
	width: 100%;
	object-fit: scale-down;
	object-position: center;
	padding: 10px;
	margin-bottom: 75px;
}

main.clientes-pagina .pagina-conteudo .lista .item img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

main.servicos-pagina section.empresa-2 .esquerda:before {
	display: none;
}

main.servicos-pagina section.empresa-2 .topo .titulo {
	font-size: 40px;
	line-height: 40px;
	color: #333;
}

/* clientes */
section.clientes {
	padding: 80px 0 120px;
}

section.clientes .topo .titulo {
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	color: #002867;
}

section.clientes .topo .titulo strong {
	font-weight: 700;
}

section.clientes .topo .subtitulo {
    font-size: 19px;
    font-weight: 300;
    color: #b2b2b2;
}

section.clientes .conteudo .item {
	margin: 20px;
	box-shadow: 0 3px 15px 1px rgba(0,0,0,.1);
	background-color: #FFF;
}

section.clientes .conteudo .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
}

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

section.clientes .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	transition: all 5s;
	padding: 10px;
}

section.clientes .conteudo .item .texto {
	padding: 20px 30px 20px 30px;
	width: 100%;
}

section.clientes .conteudo .item .texto .titulo {
	color: #333;
	display: block;
	/*text-align: center;*/
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}

section.clientes .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

section.clientes .conteudo .item .texto .link {
	font-weight: 700;
	font-style: italic;
}

section.clientes .conteudo .item .texto .link:hover {
	text-decoration: underline;
}

section.clientes .conteudo .item .texto .link .fa,
section.clientes .conteudo .item .texto .link .far {
	font-size: 10px;
}

section.clientes .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}

section.clientes .ver-todos a:hover {
	text-decoration: underline;
}

section.clientes .ver-todos a .fa,
section.clientes .ver-todos a .far {
	font-size: 14px;
}

/* servicos */
section.servicos {
	padding: 80px 0;
	/*background-image: url(../img/background/3.jpg);*/
	background-size: cover;
	background-position: center;
}

.servicos-pagina section.servicos {
	padding: 0px 0 80px;
	background-image: none !important;
}

section.servicos .topo {
	/*text-align: center;*/
}

section.servicos .topo .titulo {
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #333;
}

section.servicos .conteudo {
	margin-top: 20px;
}

section.servicos .conteudo .item {
	margin: 15px;
}

.servicos-pagina section.servicos .conteudo .item {
	height: auto;
	margin: 15px 0;
}

/*.servicos-pagina section.servicos .conteudo {
	margin-top: 0px;
}

.servicos-pagina section.servicos .conteudo .item {
	height: 250px;
}
*/
section.servicos .conteudo .item a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

section.servicos .conteudo .item .texto {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	/*margin-top: 10px;*/
	/*height: 100%;*/
	background-color: #fafafa;
	padding: 30px 30px;
	position: relative;
}

/*section.servicos .conteudo .item .texto:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 30px;
	width: 55px;
	height: 7px;
	background-color: #fec22b;
}

@media (max-width: 991px) {
	section.servicos .conteudo .item .texto:before {
		content: "";
		position: absolute;
		top: -3px;
		left: calc(50% - 27px);
		width: 55px;
		height: 7px;
		background-color: #fec22b;
	}
}*/

.servicos-pagina section.servicos .conteudo .item .texto {
	height: 250px;
}

section.servicos .conteudo .item .imagem {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color: #FFF;
}

section.servicos .conteudo .item .btn {
	width: 100%;
	margin-top: 30px;
	/*margin-top: 10px;*/
}

section.servicos .conteudo .item a:hover {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.05);
}

section.servicos .conteudo .item a:hover .btn {
	border-color: #3b4689 !important;
	box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
	background-color: #3b4689 !important;
	color: #FFF !important;
}

section.servicos .conteudo .item a:hover .imagem img {
	transform: scale(1.05);
	transition: all .3s ease;
}

section.servicos .conteudo .item .texto .titulo {
	position: relative;
	bottom: 0px;
	left: 0;
	height: 40px;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #3b4689;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

.servicos-pagina section.servicos .conteudo .item .texto .titulo {
	margin-bottom: 10px;
	display: block;
}

.servicos-pagina section.servicos .conteudo .item .texto .titulo {
	padding: 20px 30px;
}

section.servicos .conteudo .item .texto .chamada {
	position: relative;
	bottom: 0px;
	left: 0;
	height: 120px;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #3b4689;
	display: block;
	/*border: 1px solid red;*/
	/*display: none;*/
}

section.servicos .conteudo .item .texto .chamada ul li {
	text-align: left;
}

/*section.servicos .conteudo .item .texto .titulo:before {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 170px;
	height: 8px;
	background-color: #ffca02;
}*/

section.servicos .conteudo .item .imagem {
	width: 100%;
	/*height: 100%;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

section.servicos .conteudo .item .imagem img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	transition: all .1s ease;
	background-color: #f0f0f0;
	border-radius: 200px;
	width: 180px;
	height: 180px;
	/*padding: 20px;*/
}

section.servicos .baixo {
	text-align: center;
	margin-top: 30px;
}


/* pagina localizacao */
.localizacao-pagina iframe {
	width: 100%;
	height: 400px;
}

.localizacao-pagina .endereco {
	background-color: #f7f7f7;
	padding: 5px 20px;
	border-radius: 4px;
}

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

.localizacao-pagina .endereco .list-icons .fa,
.localizacao-pagina .endereco .list-icons .far {
	color: #028fbd;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	margin-right: 6px;
}

.localizacao-pagina .endereco .list-icons .texto {
	max-width: 85%;
}


/* empresa */
section.empresa {
	padding: 60px 0;
	/*background-color: #fbfbfb;*/
	background-image: url(../img/background/2.jpg);
	background-size: cover;
}

@media (max-width: 991px) {
	section.empresa {
		padding: 10px 0;
	}
}

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

section.empresa .topo .topo-container {
	box-shadow: 0 3px 5px 1px rgba(0,0,0,.1);
	border-radius: 6px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}

section.empresa .topo .topo-container .titulo {
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #333;
	padding: 40px 0;
	display: inline-block;
}

@media (max-width: 991px) {
	section.empresa .topo .topo-container {
		margin-top: 30px;
	}
	section.empresa .topo .topo-container .titulo {
		font-size: 30px;
		line-height: 30px;
		font-weight: 400;
		color: #333;
		padding: 40px 20px;
		display: inline-block;
	}	
}

section.empresa .textos .textos-container {
	padding-top: 0px;
	padding-left: 30px;
	position: relative;
}

/*section.empresa .textos .textos-container:before {
	content: "";
	width: 65px;
	height: 57px;
	background-image: url(../img/icons/1.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 40px;
	top: 6px;
}*/

@media (max-width: 991px) {
	section.empresa .textos .textos-container {
		padding: 0px 20px;
		position: relative;
	}	
	section.empresa .textos .textos-container:before {
		display: none;
	}
}

section.empresa .textos .titulo {
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	/*color: #333;*/
	position: relative;
}

section.empresa .textos .titulo strong {
	font-size: 40px;
	line-height: 40px;
	/*color: #333;*/
	font-weight: 900;
}

@media (max-width: 767px) {
	section.empresa .textos .titulo {
		margin: 0 auto;
	}
}

section.empresa .textos .subtitulo {
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #002867;
	position: relative;
	margin-top: 25px;
}

section.empresa .textos .texto {
	margin: 30px 0;
}

section.empresa .textos .saiba-mais {
	margin: 40px 0 100px;
	display: block;
	position: relative;
	z-index: 1;
}

section.empresa .textos .saiba-mais:hover,
section.empresa .textos .saiba-mais:focus,
section.empresa .textos .saiba-mais:active {
	color: #002867;
}

section.empresa .imagem figure {
	width: 100%;
	height: 335px;
	margin: 0;
	background-color: #f5f5f5;
}

@media (max-width: 767px) {
	section.empresa .imagem figure {
		border-left: none;
	}
}

section.empresa .imagem figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0px;
	box-shadow: 10px 10px 0px 0px #EFEFEF;
}

/* videos */
.container.videos .item iframe {
	width: 100%;
}

.container.videos .item .titulo {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #4c4c4c;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0 35px 0;
}

section.fotos {
	/*background-color: #f7f7f7;*/
	padding: 50px 0
}

section.fotos .item .imagem figure {
	width: 100%;
	height: 200px;
}

main.fotos-pagina section.fotos .item .imagem figure {
	height: 250px;
	margin: 0;
	display: inline-block;
}

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

main.fotos-pagina section.fotos .item {
	/*padding: 15px 25px;*/
	margin-bottom: 30px;
}

main.fotos-pagina section.fotos .item a {
	transition: all .3s ease;
	border: 3px solid transparent;
	display: inline-block;
	width: 100%;
	height: 100%;
}

main.fotos-pagina section.fotos .item a:hover {
	box-shadow: 5px 5px 20px 2px rgba(0,0,0,.3);
	border-color: #002867;
}

section.fotos .item .texto {
	display: none;
}

section.fotos .item .texto .texto-container {
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	padding: 20px;
}

section.fotos .item .texto .titulo {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #4c4c4c;
	margin-right: 20px;
}

main.fotos-pagina section.fotos .item .texto .titulo {
	display: block;
}

section.fotos .item .texto .data .fas {
	color: #dd1919;
	margin-right: 6px;
}

main.fotos-pagina section.fotos .item .texto .data {
	display: block;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 6px;
}

section.fotos .item .texto .categoria .fas {
	color: #dd1919;
	margin-right: 6px;
	margin-left: 10px;
}

main.fotos-pagina section.fotos .item .texto .categoria {
	display: block;
	font-size: 13px;
	line-height: 13px;
}

main.fotos-pagina section.fotos .item .texto .categoria .fas {
	margin-left: 0;
}

section.fotos .item .texto hr {
	margin: 4px 0;
}

main.fotos-pagina section.fotos .item .texto hr {
	margin: 20px 0 10px;
}


section.fotos .item .texto .info {
	font-size: 13px;
	line-height: 16px;
	display: block;
}

main.fotos-pagina section.fotos .item .texto .info {
	font-size: 12px;
}


/* contato */
section.contato {
	padding: 20px 0 70px;
}

section.contato .topo img.contato-header {
	width: 100%;
	height: 148px;
}

@media (max-width: 767px) {
	section.contato .topo img.contato-header {
		object-fit: cover;
		object-position: center;
	}
}

section.contato .conteudo {
	margin-top: 35px;
}

section.contato .item .item-container {
	background-image: url(../img/background/3.jpg);
	background-size: cover;
	background-position: center;
	padding: 30px 0px 30px 50px;
	border-radius: 4px;
}

section.contato .conteudo .item .fa,
section.contato .conteudo .item .fab {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,371c2d+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(55,28,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(55,28,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(55,28,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#371c2d',GradientType=0 ); /* IE6-9 */

	display: inline-block;
	color: #FFF;
	width: 70px;
	height: 70px;
	border-radius: 200px;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
	margin-right: 20px;
	box-shadow: 0 2px 30px 2px rgba(0,0,0,.5);
	font-size: 26px;
}

section.contato .conteudo .item .texto {
	display: inline-block;
	vertical-align: middle;
}

section.contato .conteudo .item .texto .titulo {
	display: block;
	color: #FFF;
}

section.contato .conteudo .item .texto .info {
	color: #FFF;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
}

section.contato .conteudo .item .texto .info a {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}

section.contato .conteudo .item .texto .info a:hover,
section.contato .conteudo .item .texto .info a:focus {
	color: #DDD;
}

/* newsletter */
section.newsletter {
	padding: 40px 0;
	background-image: url(../img/background/1-grande.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

section.newsletter input[type='text'],
section.newsletter input[type='email'] {
	padding: 0 10px;
	height: 50px;
	margin-top: 40px;
}


@media (max-width: 991px) {
	section.newsletter input[type='text'],
	section.newsletter input[type='email'] {
		margin-top: 20px;
	}
}

section.newsletter .btn {
	margin-top: 40px;
}

/* blog */
section.blog {
	padding: 60px 0;
	background-image: url(../img/background/4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin-top: -335px;
	padding-top: 335px;
}

section.blog .subtitulo {
	font-size: 20px;
	line-height: 15px;
	font-weight: 500;
	color: #002867;
}

section.blog .ver-todos {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #002867;
}

section.blog .ver-todos .fa,
section.blog .ver-todos .far,
section.blog .ver-todos .fas,
section.blog .ver-todos .fab {
	background-color: #E9E9E9;
	border-radius: 200px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
	color: #333;
}

section.blog .ver-todos:hover {
	color: #333;
}

section.blog .ver-todos:hover .fa,
section.blog .ver-todos:hover .far,
section.blog .ver-todos:hover .fas,
section.blog .ver-todos:hover .fab {
	background-color: #fff;
}

section.blog hr {
	background-color: rgba(255,255,255,.1);
}

section.blog p {
	color: #333;
	font-weight: 400;
}

section.blog .titulo-principal {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	color: #002867;
}

section.blog .titulo-principal strong {
	font-weight: 700;
}

section.blog .item a {
	position: relative;
	margin: 15px;
	display: inline-block;
	overflow: hidden;
	width: calc(100% - 30px);
}

section.blog .item a img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
	transition: transform 3s ease;
}

section.blog .item:hover a img {
	transform: scale(1.1);
}

section.blog .item a .texto {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	height: 220px;
	box-shadow: inset 0 -170px 60px -80px rgba(0,0,0,.8);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

section.blog .item a .texto .titulo {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
}

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

.blog-pagina .pagina-conteudo span.data {
	font-size: 12px;
	background-color: #cc0000;
	border-radius: 200px;
	padding: 2px 14px;
	margin-bottom: 6px;
	display: inline-block;
	color: #FFF;
}

.blog-pagina .pagina-conteudo .item a {
	color: #4c4c4c;
}

.blog-pagina .pagina-conteudo .item a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.blog-pagina .pagina-conteudo .saiba-mais span {
	vertical-align: bottom;
}

.blog-pagina .pagina-conteudo .saiba-mais {
	vertical-align: middle;
}

.blog-pagina .pagina-conteudo .saiba-mais .fa {
	vertical-align: middle;
}

.blog-pagina .pagina-conteudo span.autor {
	font-size: 14px;
	float: left;
}

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

.blog-pagina.interna .pagina-conteudo {
	padding: 40px 0;
}

.blog-pagina.interna .pagina-conteudo .thumb-info-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .3s;
}

.blog-pagina.interna .pagina-conteudo .thumb-info-title:hover {
	opacity: 1;
}

/* noticias pagina */
.noticias-pagina section.noticias {
	background: none;	
}

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

.noticias-pagina section.noticias .item .imagens.scale-down img {
	object-fit: scale-down;
}

.noticias-pagina section.noticias span.data {
	font-size: 12px;
	background-color: #DDD;
	border-radius: 200px;
	padding: 2px 14px;
	margin-bottom: 6px;
	display: inline-block;
}

@media (max-width: 991px) {
	.noticias-pagina section.noticias span.data {
		margin-top: 30px;
	}	
}

.noticias-pagina section.noticias .titulo {
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
}

.noticias-pagina section.noticias .titulo.h1 {
	font-size: 36px;
	line-height: 38px;
	font-weight: 600;
}

.noticias-pagina section.noticias .item a:hover {
	color: #003765;
	/*text-decoration: underline;*/
}

.noticias-pagina section.noticias .saiba-mais span {
	vertical-align: bottom;
}

.noticias-pagina section.noticias .saiba-mais {
	/*vertical-align: middle;*/
}

.noticias-pagina section.noticias .saiba-mais .fa {
	/*vertical-align: middle;*/
}

.noticias-pagina section.noticias span.autor {
	font-size: 14px;
	float: left;
}

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

.noticias-pagina section.noticias .imagens .item.scale-down img {
	object-fit: scale-down;
}

.noticias-pagina.interna section.noticias {
	padding: 40px 0;
}

.noticias-pagina.interna section.noticias .thumb-info-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .3s;
}

.noticias-pagina.interna section.noticias .thumb-info-title:hover {
	opacity: 1;
}


/* footer */
#footer {
	/*background-color: #222;*/
	background-image: url(../img/background/7.jpg);
	background-size: cover;
	background-position: center 35%;
}

#footer > .conteudo {
	padding: 50px 0 0;
}

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

#footer .conteudo a {
	color: #FFF;
}

#footer .conteudo a:hover {
	color: #002867 !important;
}

#footer .conteudo .menu-footer {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#footer .conteudo .menu-footer li {
	display: inline-block;
}

#footer .conteudo .menu-footer a {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 16px;
}

#footer .logo img {
	width: 90%;
	object-fit: scale-down;
	object-fit: center;
}

#footer .conteudo span {
	color: #FFF;

}

#footer .conteudo .titulo {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

#footer .conteudo .telefone a {
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #FFF;
}

#footer .conteudo .telefone a:hover {
	color: #002867 !important;
}

#footer .conteudo .telefone .fa {
	color: #002867;
	margin-right: 8px;
}

#footer .conteudo .email a {
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #fff;
}

#footer .conteudo .email a:hover {
	color: #002867 !important;
}

#footer .conteudo .email .fa {
	color: #002867;
	margin-right: 8px;
}

#footer .conteudo .contato span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	max-width: 300px;
}

#footer section.creditos {
	/*background-color: rgba(0,0,0,.2);*/
	padding: 20px 0;
	margin-top: 40px;
}
@media (max-width: 991px) {
	#footer section.creditos {
		margin-top: 0px;
	}
}

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

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

#footer section.creditos .dev a:hover,
#footer section.creditos .dev a:focus,
#footer section.creditos .dev a:active {
	color: #002867 !important;
}

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

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

.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: #002867;
}

.pagina-conteudo .imagens .popup-gal img {
	object-fit: cover;
	object-position: top;
}

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

.breadcrumb ol {
	display: inline-block;
}

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

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

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

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

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

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

.contato-pagina label.error {
	color: red;
	font-size: 14px;
	line-height: 14px;
	padding: 6px;
}

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

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

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

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

/* empresa pagina */
.empresa-pagina h3 {
	color: #444;
	font-size: 22px;
}

.empresa-pagina h2 {
	color: #002867;
	font-size: 24px;
}

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

.noticias-pagina .pagina-conteudo span.data {
	font-size: 12px;
	background-color: #F7F7F7;
	border-radius: 200px;
	padding: 2px 14px;
	margin-bottom: 6px;
	display: inline-block;
}

.noticias-pagina .pagina-conteudo hr {
	margin: 10px 0;
}

.noticias-pagina .pagina-conteudo .saiba-mais span {
	vertical-align: middle;
}

.noticias-pagina .pagina-conteudo .saiba-mais {
	vertical-align: middle;
}

.noticias-pagina .pagina-conteudo .saiba-mais .fa {
	vertical-align: middle;
}

.menu-lateral {
	position: relative;
	border: 1px solid #E8E8E8;
	background-color: #FAFAFA;
}

.menu-lateral .titulo {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	font-size: 18px;
	font-weight: 600;
	background-color: #F0F0F0;
}

.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%;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;
	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: #EEE;
	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: #002867;
}

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

.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #002867;
	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;
	}
}

#header .meio {
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .meio .busca {
	width: 100%;
	text-align: center;
}

#header .meio .busca .busca-container {
	position: relative;
}

#header .meio .busca input {
	width: 90%;
	background-color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid transparent;
	padding-left: 20px;
	padding-right: 40px;
	height: 50px;
}

#header .meio .busca .btn-search {
	position: absolute;
	top: 14px;
	right: 45px;
}

#header .meio .busca .btn-search:hover,
#header .meio .busca .btn-search:focus,
#header .meio .busca .btn-search:active {
	color: #002867;
}

#header .direita .carrinho .fas {
	display: inline-block;
	font-size: 20px;
	color: #002867;
}

#header .direita .carrinho .texto {
	display: inline-block;
	margin-left: 6px;
}

#header .direita .carrinho .texto .titulo {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #002867;
	text-transform: uppercase;
}

#header .direita .carrinho:hover .texto .titulo {
	color: #570413;
}

#header .direita .carrinho .texto .titulo .compras-num {
	font-size: 18px;
	line-height: 18px;
	color: #00DC00;
}

.float-whatsapp {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 76px;
	height: 76px;
	z-index: 2;
	background-color: #2ab63f;
	border-radius: 200px;
	box-shadow: 0 5px 10px 2px rgba(0,0,0,.2);
	transition: all .3s ease;
}

@media (max-width: 991px) {
	.float-whatsapp {
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 56px;
		height: 56px;
		z-index: 2;
		background-color: #2ab63f;
		border-radius: 200px;
		box-shadow: 0 5px 10px 2px rgba(0,0,0,.2);
		transition: all .3s ease;
	}	
}

.float-whatsapp:hover,
.float-whatsapp:focus,
.float-whatsapp:active {
	transform: scale(1.05);
}

.float-whatsapp a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 16px;
}

.float-whatsapp img {
	width: 100%;
	height: 100%;
	display: inline-block;
	object-fit: scale-down;
	object-position: center;
}

@media (max-width: 991px) {
	.float-whatsapp img {
		margin-top: -3px;
	}
}

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

/* produtos */
section.produtos {
	padding: 60px 0;
	background-color: #FFF;
	background-image: url(../img/background/3.png);
	margin-top: -100px;
	padding-top: 100px;
}

.produtos-pagina section.produtos {
	padding: 30px 0;
	margin: 0;
	background-color: #FFF;
	background-image: none;
}

@media (max-width: 991px) {
	section.produtos {
		margin-top: 50px;
		padding-top: 50px;
	}	
}

section.produtos .topo .subtitulo {
	font-size: 19px;
	font-weight: 300;
	color: #b2b2b2;
}

section.produtos .conteudo .item {
	margin: 20px;
}

section.produtos .conteudo .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}




/* temp */
section.produtos .conteudo .item {
	margin: 0px 0px 5px;
	/*background-color: #FFF;*/
	padding: 10px;
}

.produtos-pagina section.produtos .conteudo .item {
	/*margin: 0px 10px 10px;*/
}



section.produtos .conteudo .item a {
	/*box-shadow: 0 0 10px 1px rgba(0,0,0,.05);*/
	/*border: 1px solid #2c793c;*/
	transition: box-shadow .3s ease;
	height: 100%;
	font-size: 0;
    vertical-align: top;
}

section.produtos .conteudo .item figure {
	width: 100%;
	height: 300px;
	padding: 5px;
	overflow: hidden;
	margin: 0;
	border-radius: 4px;
	background-color: #FFF;
}

.produtos-pagina section.produtos .conteudo .item figure {
	height: 250px;
}

section.produtos .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	transition: all 5s;
}

.produtos-pagina .imagens .item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center !important;
	transition: all 5s;
}

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

section.produtos .conteudo .item > a:hover {
	/*box-shadow: 0 0 30px 2px rgba(0,0,0,.1);*/
	/*box-shadow: 0 0 10px 1px rgba(0,0,0,.05);*/
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}

section.produtos .conteudo .item > a .btn {
	border: 0px solid #FFF;
}

section.produtos .conteudo .item > a:hover .btn,
section.produtos .conteudo .item > a:hover .btn,
section.produtos .conteudo .item > a:hover .btn {
	border-color: #FFF !important;
    box-shadow: none !important;
	background-color: #3d8a4d !important;
	text-shadow: 0 2px 1px rgba(0,0,0,.1);
	color: #FFF !important;
}

section.produtos .conteudo .item .texto {
	padding: 20px 20px 10px 20px;
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	text-align: center;
	/*box-shadow: inset 0 -130px 60px -60px rgba(0,0,0,.8);*/
	background-color: #FFF;
	display: none;
}

.produtos-pagina section.produtos .conteudo .item .texto {
	display: inline-block;
}

section.produtos .conteudo .item .texto img {
	height: 70px;
	width: 100%;
	background-color: #FFF;
	object-fit: scale-down;
	object-position: center;
	padding: 10px 0;
}

section.produtos .conteudo .item .texto .titulo {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 28px;
	height: 80px;
    display: block;
}

section.produtos .conteudo .item .texto .codigo {
	color: #666;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 8px;
    display: block;
}

section.produtos .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 12px;
}

section.produtos .conteudo .item .btn {
	width: 100%;
	display: block;
	border-radius: 0;
	padding: 20px 0;
}

section.produtos .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

section.produtos .ver-todos a:hover {
	/*text-decoration: underline;*/
}

section.produtos .ver-todos a .fa,
section.produtos .ver-todos a .far {
	font-size: 14px;
}

.dropdown-menu {
    background-color: #FFF;
    color: #00acfc;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 200px;
    box-shadow: -3px 5px 20px 2px rgba(0,0,0,.3);
    z-index: 1000;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 100000;
    position: absolute;
    margin: 0;
}

.dropdown-menu a {
	color: #666 !important;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,.07);
	transition: all .2s;
}

.dropdown-item {
    padding: .35rem 1.5rem .35rem 1rem;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    /*color: #3072bb !important;*/
    text-decoration: none !important;
    background-color: #F5F5F5 !important;
}



.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown .dropdown-menu {
    transition: all .0s;

    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.dropdown:hover .dropdown-menu {
    transition: opacity .5s, max-height .3s;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.dropdown:hover > a {
	background-color: #33BA00;
	background-size: 100%;
	/*color: #FFF !important;*/
}

@media (max-width: 991px) {
	.dropdown-menu {
		position: relative !important;
		z-index: 99999;
	}
	.dropdown-menu.show {
		position: relative !important;
		z-index: 99999;
	}
}

.megamenu {
	position: static !important;
}

.megamenu .dropdown-menu {
	padding: 20px 20px;
	width: 100%;
	left: 0;
}

.megamenu .dropdown-menu .lista .categoria {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}

.megamenu .dropdown-menu .lista .subcategoria:before {
	content: "\f0da";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	margin-right: 10px;
}

.megamenu .dropdown-menu .produto-destaque {
	display: none;
}

.megamenu .dropdown-menu .produto-destaque figure {
	width: 100%;
    height: 250px;
    padding: 30px;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
}

.megamenu .dropdown-menu .produto-destaque figure img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 5s;
}

.megamenu .dropdown-menu .produto-destaque a {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
	display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.megamenu .dropdown-menu .produto-destaque a:hover {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
}

.megamenu .dropdown-menu .produto-destaque .texto {
	padding: 0px 30px 10px 30px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    text-align: center;
    /* box-shadow: inset 0 -130px 60px -60px rgba(0,0,0,.8);*/
}

.megamenu .dropdown-menu .produto-destaque .texto .titulo {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
	height: 40px;
	display: block;
}

.megamenu .dropdown-menu .produto-destaque .texto .codigo {
    color: #666;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.megamenu .dropdown-menu .produto-destaque .texto .chamada {
	color: #4c4c4c;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.slider-produto-container {
	position: relative;
	display: block;
}

.slider-produto-container .slider-produto .content img {
	width: 100%;
	height: 300px;
	object-fit: scale-down;
	object-position: center;
}

.slider-produto-container .slider-produto-controls a {
	position: absolute;
	top: 45%;
	z-index: 100;
	color: #333333;
}

.slider-produto-container .slider-produto-controls a.slider-produto-left {
	left: -25px;
}

.slider-produto-container .slider-produto-controls a.slider-produto-right {
	right: -25px;
}

.slider-produto-container .owl-nav button[class*="owl-"] {
	box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
}

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

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

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

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

.thumbnail-slider-produto .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,0);
}

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

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

.videos-pagina video {
	width: 100%;
	height: 300px;
}

.dropdown-menu > li > a:after {
    text-decoration: underline;
    transform: rotate(-90deg);
    float: right;
    margin-top: 4px;
} 

.dropdown-menu > li:hover .dropdown-menu {
	/*opacity: 1;
	display: inline-block;*/
}

.menu li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    opacity: 0;
    display: none;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 