* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

object {
	display: none;
}

h1 {
	color: #E41E81;
	font-size: 25px;
	line-height: 20px;
	text-decoration: none;
	margin: 20px 0;
}
.centralize{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.bg {
	background: url(<?=$url?>imagens/bg-header.jpg) repeat;
	margin: 0px;
}

.title {
	color: #888;
	text-align: center;
	font-weight: normal;
	margin: 0px auto;
	text-transform: uppercase;
}

.title::before,
.title::after {
	content: '';
	display: block;
	margin: 20px auto;
	height: 1px;
	width: 70px;
	background: #CCC;
}

.title small {
	font-size: 15px;
}

.principal {
	text-align: center;
	text-transform: uppercase;
	line-height: 35px;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	color: #E41E81;
	text-decoration: none;
	margin: 20px 0;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	line-height: 17px;
	color: #E41E81;
	text-decoration: none;
	margin: 30px 0;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	line-height: 15px;
	color: #E41E81;
	text-decoration: none;
	margin: 15px 0;
	font-weight: normal;
}

p {
	font-size: 14px;
	text-align: justify;
	color: #888;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.tel {
	text-decoration: none;
	color: inherit;
}

.active-menu-topo {
	color: #FFF;
	background: #C91871;
	box-shadow: inset 0 3px 2px rgba(179, 27, 118, 1);
}

.active-menu-aside {
	background: #E41E81;
	color: #FFF;
}

.full {
	width: 100%;
}

.list {
	margin: 20px 0 20px 40px;
}

.list li {
	list-style: disc;
	margin: 6px 0;
	font-size: 17px;
	text-align: justify;
	color: #888;
}

.picture-legend {
	background: #eee;
	display: inline-block;
	padding: 3px;
}

.picture-legend strong {
	clear: both;
	display: block;
	text-align: right;
	font-weight: normal;
	padding: 4px;
	font-size: 9px;
}

.picture-legend img {
	margin: 0 auto;
	display: block;
}

.picture-left {
	float: left;
	margin: 0 15px 0 0;
}

.picture-right {
	float: right;
	margin: 19px 0px 12px 12px;
}

.picture-center {
	margin: 0 auto;
	display: block;
}

.copyright {
	font-size: 10px;
	color: #666;
}

.copyright a {
	font-size: 10px;
	color: #666;
}

body {
	color: #555;
}

.wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
}

.content {
	padding: 0;
}

section {
	float: left;
	width: 100%;
	padding: 0;
}

.grey {
	background: #F6F6F6;
	width: 100%;
	padding: 30px 0;
	padding-bottom: 0;
}

article {
	float: left;
	width: 70%;
	padding: 25px 0;
}
.article {
	float: left;
	width: 70%;
	padding: 25px 0;
}
.topo {
	border-top: 3px solid #E41E81;
	height: 40px;
	background: #f5f5f5;
	line-height: 36px;
	color: #666;
	font-size: 15px;
}

.topo a {
	color: #666;
}

.topo a:hover {
	color: #E41E81;
}

.topo .social {
	text-align: right;
}

.topo .social i {
	margin-left: 5px;
	font-size: 20px;
	transition: all .3s linear;
}

.topo .social i:hover {
	transition: all .3s linear;
}

.topo .idiomas {
	margin-left: 10px;
}

.topo .idiomas img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
	margin-left: 5px;
}

.topo .idiomas img:hover {
	opacity: 0.5;
}

header {
	padding: 0;
	background: #FFF;
	margin: 0 auto;
	transition-property: all;
	transition-duration: 0.3s;
}

header .logo {
	float: left;
	width: 102px;
	height: 100px;
	margin: 15px 0;
}

header .logo a {
	text-indent: -99999px;
}

header .info {
	margin-top: 30px;
	margin-left: 30px;
	float: right;
	width: 210px;
}

header .info i {
	float: left;
	font-size: 18px;
	margin: 1px 10px 10px 0;
	color: #555;
	transition: all .3s linear;
}

header .info i.fa-phone {
	position: relative;
	top: 2px;
}

header .info:hover i {
	color: #E41E81;
	transition: all .3s linear;
}

header .info p {
	margin: 0;
	font-size: 14px;
	color: #555;
}

header nav {
	clear: both;
	position: relative;
	font-size: 15px;
	float: left;
	padding: 20px 0px;
	width: 100%;
	border-bottom: 4px solid;
}

header nav ul {
	margin: 0 auto;
}

header nav li {
	position: relative;
	float: left;
	margin-right: 10px;
}

header nav a {
	background: #555;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	text-align: center;
	transition: all .3s linear;
}

header nav li a i {
	font-size: 9px !important;
}

header nav a:hover,
header nav li:hover a {
	color: #FFF;
	background: #C91871;
	box-shadow: inset 0 3px 2px rgba(179, 27, 118, 1);
}

header nav .dropdown .sub-menu {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	margin: 0;
	height: auto;
	width: 280px;
	z-index: 3;
	background: #C91871;
	box-shadow: #000 2px 2px 3px 0px;
}

header nav .dropdown:hover .sub-menu {
	display: block;
}

header nav .dropdown:hover .sub-menu li {
	position: relative;
	float: left;
	width: 280px;
	margin: 0;
}

header nav .dropdown:hover .sub-menu li a {
	display: block;
	width: 280px;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	box-shadow: none;
}

header nav .dropdown:hover .sub-menu li a:hover {
	background: #E41E81;
	color: #FFF;
}

.sub-menu-info {
	left: -590px !important;
	width: 900px !important;
	box-shadow: #000 2px 2px 3px 0px;
}

.sub-menu-info li {
	width: 300px !important;
}

.sub-menu-info li a {
	width: 260px !important;
	font-size: 0.8em !important;
}

article p {
	margin: 15px 0;
}

article strong {
	font-weight: normal;
}

aside {
	float: right;
	width: 28%;
	margin: 0 0 0 10px;
}

aside h2 {
	margin-bottom: 0px;
}

aside h2 a {
	display: block;
	padding: 10px;
	font-size: 20px;
	background: #000;
	color: #FFF;
	text-decoration: none;
}

aside nav {
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

aside li {
	margin: 0 0 0 0;
}

aside li a {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	border: 1px dotted #ccc;
	border-top: 0px;
	font-size: 15px;
}

aside nav li a:hover {
	color: #E41E81;
	background: #EEE;
}

aside h3 {
	color: #444;
	text-align: center;
	margin: 15px 0;
	font-size: 17px;
}

aside p {
	text-align: center;
	line-height: 1.8em;
	margin: 0;
}

aside strong {
	font-size: 23px;
	color: #E41E81;
}

.col-info {
	float: left;
	width: 100%;
	margin: 0;
}

.col-info p {
	text-align: justify;
}

.col-info h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #0092D4;
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: 15px;
}

.col-info ul.list-contato li.telefone {
	background: url(<?=$url?>imagens/icones/tel.png) no-repeat #303030;
	color: #FFF;
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	line-height: 40px;
	transition: all .3s linear;
}

.col-info ul.list-contato li.telefone:hover {
	background: url(<?=$url?>imagens/icones/tel.png) no-repeat #0092D4;
	transition: all .3s linear;
}

.col-info ul.list-contato li.telefone a {
	font-size: 16px;
	line-height: 18px;
	margin-left: 32px;
	padding: 10px 10px;
	color: #FFF;
	border: 0;
	font-weight: normal;
}

.col-info ul.list-contato li.telefone a strong {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
}

.col-info ul.list-contato li.email {
	background: url(<?=$url?>imagens/icones/email.png) no-repeat #303030;
	color: #FFF;
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	line-height: 40px;
	transition: all .3s linear;
}

.col-info ul.list-contato li.email:hover {
	background: url(<?=$url?>imagens/icones/email.png) no-repeat #0092D4;
	transition: all .3s linear;
}

.col-info ul.list-contato li.email a {
	font-size: 12px;
	line-height: 14px;
	margin-left: 29px;
	padding: 12px 10px;
	color: #FFF;
	border: 0;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.page-banner {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px 0 30px 0;
}

.page-banner::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #eee;
	opacity: 0.85;
	display: inline-block;
}

.banner-heading {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.banner-heading > h1 {
	color: #222;
}

.banner-heading .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

.banner-heading .breadcrumb > li + li::before {
	content: "";
	border-right: 1px solid #999;
	color: #999;
	font-size: 10px;
	font-weight: 700;
	margin-right: 10px;
}

.banner-heading .breadcrumb li > a {
	color: #777;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	margin-left: 10px;
}

.banner-heading .breadcrumb li:first-child > a {
	margin-left: 0;
}

.banner-heading .breadcrumb li.active {
	color: #fff;
	font-size: 12px;
}

#breadcrumb {
	display: flex;
	float: left;
	color: #E41E81;
	font-size: 13px;
	width: auto;
	gap: 5px;
	align-items: baseline;
}

#breadcrumb .divisoria {
	position: relative;
	bottom: 1px;
	margin: 0px 5px;
	color: #999;
}

#breadcrumb .page {
	color: #E41E81;
	font-weight: normal;
}

#breadcrumb div {
	display: inline;
}

#breadcrumb a {
	color: #AAA;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline
}

.thumbnails {
	display: inline-block;
	list-style: none;
	list-style-type: none;
}

.thumbnails li {
	float: left;
	width: 160px;
	height: 210px;
	margin: 25px 18px 20px 18px;
	text-align: center;
}

.thumbnails li:hover {
	opacity: 0.6;
}

.thumbnails li img {
	border-radius: 50%;
	transition: all 1s ease;
	width: 160px;
	height: 160px;
}

.thumbnails li img:hover {
	width: 170px;
	height: 170px;
}

.thumbnails h2 {
	font-size: 14px;
	margin: 5px 0;
}

.thumbnails a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}

.more {
	margin-bottom: 20px;
}

.more h2 strong {
	font-size: 16px;
}

.related-posting-title {
	font-size: 26px;
}

.related-posting {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.row {
	clear: both;
	display: block;
	background: #E8E8E8;
	border-left: 4px solid #DDD;
	padding: 10px 20px;
	min-height: 85px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

.row:hover {
	border-left: 4px solid #E41E81;
}

.row img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #CCC;
	margin: 0 10px 0 0;
}

.row p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
}

.row a {
	color: #333;
	text-decoration: none;
}

.row p a {
	color: #69747b;
}

.row strong {
	font-size: 12px;
}

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#servicosTabsDois .list-wrap {
	background: #E8E8E8;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 10px;
	border: 1px solid #CCC;
}

#servicosTabsDois ul {
	list-style: none;
	display: inline-block;
}

#servicosTabsDois .list-wrap li {
	width: 160px;
	float: left;
	color: #666;
}

#servicosTabsDois .nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#servicosTabsDois .nav li {
	float: left;
	margin: 0 10px 0 0;
}

#servicosTabsDois .nav li.last {
	margin-right: 0;
}

#servicosTabsDois .nav li a {
	display: block;
	text-decoration: none;
	padding: 12px;
	background: #f7f7f7;
	color: #666;
	font-size: 12px;
	text-align: center;
	border: 0;
	border: 1px solid #CCC;
}

#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
	background: #999;
	color: #fff;
}

#servicosTabsDois ul li.nav-two a.current {
	background-color: #E8E8E8 !important;
	color: #666;
	border: 1px solid #CCC;
}

.gallery {
	display: inline-block;
	list-style-type: none;
	list-style: none;
}

.gallery li {
	float: left;
	margin: 5px 5px 5px 0;
	text-align: center;
}

.gallery li img {
	border: 1px solid #DDD;
	padding: 3px;
	width: 100px;
}

p.ampliar {
	color: #F30;
	font-size: 11px;
	margin: 5px 0;
}

.compartilhe {
	font-size: 0.75em;
	margin: 0.5em 0;
	display: block;
	font-weight: bold;
}

.social-media {
	display: inline-block;
	padding: 0;
	margin: 5px 0;
}

.social-media li {
	float: left;
	margin-right: 10px;
}

.bt-twitter {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 55px;
	height: 20px;
	background: url(<?=$url?>imagens/icones/tweet.png) no-repeat 0 0;
}

.bt-twitter:hover {
	background-position: 0px -20px;
}

footer {
	clear: both;
	margin-top: 15px;
	padding: 15px 0;
	background: #222;
	border-top: 10px solid #E41E81;
}

.contact-footer {
	float: left;
	color: #DDD;
	margin-right: 30px;
	font-weight: normal;
}

.contact-footer strong {
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
}

.contact-footer .nomeSite {
	color: #E41E81;
}

footer address {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
}

footer address span {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #E41E81;
}

footer .menu-footer {
	text-align: right;
}

footer .menu-footer nav {
	margin: 0px;
}

footer .menu-footer nav li {
	display: inline;
	padding: 0 0 0 10px;
}

footer .menu-footer nav li a {
	color: #979797;
	font-size: 13px;
	text-decoration: none;
}

footer .menu-footer nav li a:hover {
	color: #E41E81;
}

.copyright-footer {
	text-align: left;
	font-size: 10px;
	line-height: 17px;
	color: #979797;
	margin-top: 25px;
}

.copyright-footer .selos {
	float: right;
}

.copyright-footer .selos a {
	margin: 0 0 0 5px;
	color: #979797;
	text-decoration: none;
	font-size: 10px;
	position: relative;
	bottom: 3px;
	font-weight: bold;
}

footer .social {
	margin: 20px 0 0 0;
	float: right;
	color: #FFF;
}

footer .social a {
	text-decoration: none;
}

footer .social i {
	color: #E41E81;
	margin-left: 5px;
}

#scrollUp {
	bottom: 0;
	right: 30px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 3px #000;
	color: #828282;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	-o-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
	margin-bottom: 0;
	color: #E41E81;
}

#scrollUp-active {
	display: none;
}

.contact {
	display: block;
	padding: 0 20px;
}

.form {
	float: left;
	width: 290px !important;
}

.form label {
	width: 185px;
	font-weight: bold;
	padding-right: 5px;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
}

.form label span {
	font-size: 9px;
	color: #C00;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  max-width: 300px;

	margin: 0 0 8px 0;
	padding: 5px;
	border: solid 1px #333;
	border-radius: 3px;
	font-size: 16px;
}

.form textarea {
	width: 340px;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	background: #eee;
}

.form .ir {
	border: solid 1px #000;
	background: #fff;
	padding: 3px 8px;
	cursor: pointer;
  transition: ease-out .25s;
}

.form .ir:hover {
	background: #E41E81;
	color: #FFF;
}

.bt-submit {
	display: block;
	margin: 5px 0 0 0;
}

.form span.obrigatorio {
	font-size: 9px;
	color: #C00;
}

.form label.error {
	display: block;
	color: red;
	margin: 0 .5em 0 0;
	vertical-align: top;
	font-size: 10px;
}

.help {
	font-size: 11px;
	color: #666;
}

.alert {
	color: #FF0000;
}

.alerta {
	font-size: 12px;
	margin: 0 0 20px 0;
	font-style: italic;
}

.contact-form {
	float: right;
	width: 470px;
	color: #989898;
	font-size: 11px;
}

.contact-form strong {
	color: #6d6e71;
}

.contact-form h3 {
	margin: 15px 0;
}

.sitemap {
	margin-left: 30px;
	list-style: none;
	list-style-type: none;
}

.sitemap li {
	font-size: 15px;
	margin: 10px 0;
}

.sitemap li a {
	color: #777;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}

.sitemap .sub-menu-info {
	box-shadow: none;
}

.sitemap li a i {
	display: none;
}

.sitemap li a:hover {
	color: #222 !important;
}

.sitemap li ul {
	margin-left: 35px;
	list-style: none;
	list-style-type: none;
}

.sitemap li ul li {
	margin: 5px 0;
	padding: 0;
}

.sitemap li ul li a {
	font-size: 12px;
	color: #777;
}

.sitemap li ul li ul li {
	margin: 5px 0;
}

.sitemap li ul li ul li a {
	font-size: 13px;
	color: #777;
}

.sitemap li a:hover {
	color: #999;
}

.msg-404 {
	position: relative;
	font-size: 22px;
	line-height: 34px;
	color: #A7A9AC;
	margin-bottom: 30px;
}

.menu-404 {
	background: #F8F8F8;
	width: 95%;
	padding: 15px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #DDD;
}

.menu-404 a {
	display: block;
	margin: 0 auto;
}

#title-empresa h2 {
	font-size: 14px;
	background: #E9E9E9;
	padding: 4px 10px;
	line-height: 15px;
	color: #717171;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 10px 0;
	font-weight: 500;
	border-radius: 8px;
}

#title-keyword h3 {
	font-size: 12px;
	padding: 0 10px;
	line-height: 15px;
	color: #717171;
	text-decoration: none;
	margin: 0 0 10px 0;
	border-radius: 8px;
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-inner,
.fancybox-outer {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(images-fancy/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images-fancy/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(images-fancy/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images-fancy/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.slicknav_menu {
	display: none;
}

@media only screen and (max-width:480px) {
	[class*="col-"] {
		width: 100% !important;
	}

}

@media only screen and (min-width:767px) and (max-width:959px) {
	.gallery li {
		margin: 4px;
	}

	header {
		height: 150px;
	}

	header nav a {
		padding: 10px 0px;
		width: 142px;
	}

	article img {
		max-width: 100%;
	}

	#servicosTabsDois .nav li a {
		padding: 10px;
	}

	#scrollUp {
		display: none;
	}

}

@media only screen and (max-width:765px) {
	.js #menu-principal {
		display: none;
	}

	.js .slicknav_menu {
		display: block;
	}

	header {
		height: 130px;
		box-shadow: 0px 2px 5px #ccc;
		border-bottom: 1px solid #ccc;
	}

	header nav {
		display: none;
	}

	header .logo {
		float: none;
		margin: 0 auto;
		margin-top: 10px;
	}

	header .logo a {
		text-indent: -99999px;
		font-size: 68px;
		margin: 0 auto;
	}

	header .right {
		display: none;
	}

	header .right a,
	header .right p {
		text-align: center;
		margin: 15px 0px;
	}

	section img {
		max-width: 100%;
	}

	article {
		width: 100%;
	}

	aside {
		width: 100%;
		margin: 0;
	}

	#servicosTabsDois .nav li a {
		padding: 8px;
		font-size: 13px;
		width: 100%;
	}

	.wrapper {
		width: 100%;
	}

	.nivo-wrapper {
		display: none;
	}

	section {
		width: 96%;
		padding: 0 5px;
	}

	.thumbnails li {
		margin: 10px 2%;
	}

	.thumbnails li img {
		border: 1px solid #CCC;
	}

	.caroussel {
		display: none;
	}

	.picture-right,
	.picture-left,
	.picture-center {
		width: 100%;
		margin: 10px 0px;
		border: 1px solid #CCC;
	}

	.form input,
	.form textarea,
	.form select {
		max-width: 308px;
		width: 82%;
	}

	footer address {
		text-align: center;
		width: 100%;
	}

	footer .menu-footer nav li a {
		display: block;
	}

	footer .menu-footer {
		text-align: center;
		padding-top: 20px;
	}

	.icon-default {
		padding: 7px;
	}

	.copyright-footer .selos {
		float: none;
		line-height: 25px;
		margin-top: 15px;
		text-align: center;
	}

	.copyright-footer {
		text-align: center;
	}

	footer .menu-footer nav li {
		display: block;
		background: rgba(0, 0, 0, 0.5);
		margin-bottom: 5px;
		padding: 10px;
	}

	footer .social {
		margin: 25px 0 0 0;
		float: none;
		color: #FFF;
		width: 100%;
		text-align: center;
	}

	footer .social a {
		text-decoration: none;
	}

	.contact-footer {
		float: none;
		width: 100%;
	}

	.contact-footer strong {
		font-size: 20px;
		letter-spacing: -1px;
		position: relative;
		top: 2px;
	}

	.topo .grid {
		text-align: center;
		font-size: 12px;
	}

	.topo {
		height: 80px;
	}

	p {
		margin: 0px;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 18px;
		margin: 15px 0px;
	}

	h3,
	h4 {
		font-size: 16px;
		margin: 0px 0px 15px 0px;
	}

	.list {
		margin: 20px 30px;
	}

	embed {
		display: none;
	}

	#scrollUp {
		display: none !important;
	}

	hr {
		margin: 20px 0px;
	}

	.col-m-1 {
		width: 8.33% !important;
	}

	.col-m-2 {
		width: 16.66% !important;
	}

	.col-m-3 {
		width: 25% !important;
	}

	.col-m-4 {
		width: 33.33% !important;
	}

	.col-m-5 {
		width: 41.66% !important;
	}

	.col-m-6 {
		width: 50% !important;
	}

	.col-m-7 {
		width: 58.33% !important;
	}

	.col-m-8 {
		width: 66.66% !important;
	}

	.col-m-9 {
		width: 75% !important;
	}

	.col-m-10 {
		width: 83.33% !important;
	}

	.col-m-11 {
		width: 91.66% !important;
	}

	.col-m-12 {
		width: 100% !important;
	}

	.da-thumbs li {
		width: 40%;
		margin: 10px;
	}

	footer .social a {
		margin: 0 0 0 15px;
	}

	.copyright-footer .selos a {
		margin: 0 0 0 15px;
	}

	.contact-form,
	.contact-form iframe {
		width: 100%;
	}

}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 10px;
	line-height: 1.125em;
	cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
	margin: 0
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}

.slicknav_nav {
	clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both
}

.slicknav_menu {
	font-size: 16px;
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #075C84;
	border: 1px solid #FFF;
}

.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}

.slicknav_menu {
	background: #033B54;
	padding: 5px;
}

.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}

.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}

.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.grid {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.grid:after {
	content: "";
	clear: both;
	display: block;
}

[class*="col-"] {
	float: left;
	box-sizing: border-box;
}

.col-1 {
	width: 8.33%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
}

.col-5 {
	width: 41.66%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}

.bg-header {
	width: 100%;
	height: 400px;
	background-image: url('<?=$url?>imagens/bg-header.jpg');
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
}

.bg-header2 {
	width: 100%;
	height: 200px;
	background-image: url('<?=$url?>imagens/bg-header.jpg');
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.bg-header2 h1 {
	margin: 0;
	color: #FFF;
	font-weight: 200;
	font-size: 30px;
	margin-top: 30px;
}

.bg-header h1 {
	color: #FFF;
	padding-top: 50px;
	font-size: 29px;
}

.bg-header span {
	background: #FFF;
	color: #E41E81;
	padding: 5px;
}

.bg-header .link:hover {
	opacity: 1;
}

.bg-header .link {
	background: #FFF;
	transition-property: all;
	transition-duration: 0.3s;
	opacity: 0.8;
	border-radius: 3px;
	float: left;
	text-decoration: none;
	color: #0b6b9e;
	margin-top: 10px;
	padding: 5px 10px;
}

.bg-header p {
	color: #FFF;
	padding-top: 10px;
	font-size: 14px;
}

.fixar {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 3px #AAA;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: -1px;
	height: 60px;
}

.fixar .logo {
	margin: 10px 0 0 0;
}

.fixar .logo a {
	background: url('<?=$url?>imagens/logo-pqn.png') no-repeat;
	display: block;
	width: 181px;
	height: 40px;
	overflow: hidden;
	text-indent: -99999px;
}

.fixar nav {
	position: relative;
	top: 10px;
	font-size: 13px;
}

.fixar nav li a {
	color: #E41E81;
}

.txt-center {
	text-align: center;
}

.destaque {
	margin-top: 45px;
}

.destaque .destaque-item {
	margin: 0px 15px;
	text-align: center;
}

.destaque .destaque-item i {
	color: #E41E81;
}

.destaque .destaque-item h2 {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 10px 0;
}

.destaque .destaque-item a {
	transition: all .3s linear;
}

.destaque .destaque-item:hover a {
	color: #E41E81;
	transition: all .3s linear;
}

.destaque .destaque-item p {
	text-align: center;
}

.da-thumbs {
	list-style: none;
	width: 100%;
	height: 220px;
	position: relative;
	margin: 30px auto;
	padding: 0;
}

.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 7px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}

.da-thumbs li a {
	overflow: hidden;
}

.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(30, 30, 30, 0.9);
	width: 100%;
	height: 100%;
}

.da-thumbs li a div h2 {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
	color: #E41E81;
}

.da-thumbs-gallery {
	height: 160px;
}

.data-thumb-gallery-center {
	position: relative;
	/* left: 17%; */
}

.da-thumbs-gallery li {
	margin: 9px;
}

.da-thumbs-gallery li a div i {
	color: #FFF;
	position: relative;
	left: 40%;
	top: 40%;
}

.da-thumbs-3 li {
	margin: 7px;
}

.da-thumbs-gallery-mpi {
	margin: 0;
}

.da-thumbs-gallery-mpi li {
	border: 1px solid #DDD;
}

.btns {
	margin-top: 15px;
}

.btn {
	background: #E41E81;
	margin: 0 10px 0 0;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

.btn:hover {
	background: #C91871;
}

.btn i {
	color: #FFF;
	margin-right: 10px;
}
/*==========================================================================Tabela==========================================================================*/

.tg {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

.tg td {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	color: #222222;
}

.tg th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
}

.tg .tg-kf0f {
	background-color: #3166ff;
	color: #000000
}

.tabela {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	text-align: center;
	line-height: 30px;
}

.tabela p {
	text-align: center;
	line-height: normal;
}

.tabela-conteudo {
	background: none repeat scroll 0% 0% rgb(229, 236, 244);
	padding: 0cm;
}
.thumb-text{
text-align: center;
transition: .3s;
}
.thumb-text:hover{
transform: scale(1.05);
}
.thumb-text img{
width: 80px;
}
.thumb-text .fa{color: #e41e81;}
.thumb-text p{text-align: center;}
.thumb-text .col-12{
border: 1px solid #aaa;
border-radius: 5px;
background: #ddd;
padding: 30px;
}
.thumb-text2 p,.thumb-text2 h2{
text-align: left;
}
.thumb-text2 .icon-thumb-text{
min-height: 240px;
display: flex;
justify-content: center;
align-items: center;
}
.flexible{
	display: flex;
	flex-direction: column;	
	justify-content: center;
	align-items: center;
}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/*COOKIE CSS*/

.box-cookies {
    animation: show 1s;
    position: fixed;
    background: #333333dd;
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.box-cookies .btn-cookies {
    background: white;
    color: black;
    cursor: pointer;
    border-radius: 22px;
    padding: 10px 2em;
    margin: 2em;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
    .box-cookies .btn-cookies {
        margin-bottom: 0;
        border-radius: 0;
        width: 100%;
    }
}

.box-cookies.hide {
    display: none !important;
}


.breadcrumb {
	display: inline-block;
	clear: both;
}

.breadcrumb :is([itemprop="title"], [itemprop="name"]) {
	font: 12px var(--primary-font);
	color: #E41E81;
}

.breadcrumb * {
	-webkit-transition: .3s;
	transition: .3s;
}

.breadcrumb :is(div, li) {
	display: inline;
}

.breadcrumb a:hover * {
	color: var(--primary-color);
}

.bread:is(.bread--default, .bread--mpi) .bread__column:not(:last-child)::after {
	content: "❱";
	margin-left: 2px;
	font-size: 12px;
}


/* ASIDE */
aside { float: left; width: 25%; margin-left: 3%; }
aside nav { list-style: none; list-style-type: none; margin: 0; padding: 0; max-height: 500px; height: auto; overflow-y: auto; overflow-x: hidden; }
aside nav > ul > li > ul { display: none; }
aside li { margin: 5px 0 0 0; }
aside .active-menu-aside { color: #fff; }

/* SMALL DEVICE */
@media only screen and (max-width:576px) {
	aside { width: 100%; float: none; margin: 15px 0; }
}

.custom__row { display: flex; flex-wrap: wrap; gap: 0px; --spacing: 0px; }
.custom__row::after, .custom__row::before { clear: both }

/* PAGINAS RELACIONADAS */
.related-posting .related-posting__row { clear: both; display: block; background: #eee; border-left: 3px solid #ccc; padding: 10px 20px; transition: all .3s linear; min-height: 85px; margin: 0 0 2px 0; overflow: hidden; }
.related-posting .related-posting__row:hover { border-color: var(--dark); }
.related-posting .related-posting__row img { display: block; border: 1px solid #ccc; aspect-ratio: 1/1; object-fit: cover; }
.related-posting__cover { width: 100%; height: 100%; }
.related-posting__title { text-align: left; font-size: 16px; text-transform: uppercase; padding: 0.75rem;}



.video-mobile{
	width: 600px;
	height: 360px;
	margin: auto;
	display: block;
}
@media(max-width:800px){
.video-mobile{
	width: 100%;
}	
}