* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
    float: left;
    width: 100%;
}

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

h1 {
    color: #1B3748;
    font-size: 25px;
    line-height: 20px;
    text-decoration: none;
    margin: 20px 0;
}

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

h3 {
    font-size: 18px;
    line-height: 15px;
    color: #1B3748;
    text-decoration: none;
    margin: 30px 0;
    font-weight: 600;
}

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

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

a {
    color: #1B3748;
}

a:hover {
    text-decoration: none;
}

object {
    display: none;
}

img {
    border-radius: 2px;
}

.midlle {
    margin-top: 40px;
}

.table {
    font-size: 0.8em;
    border-right: 1px solid #fff;
}

.td {
    border-right: 1px solid #fff;
    padding: 5px 10px;
    text-align: center;
}

.tr {
    border-bottom: 1px solid #fff;
    text-align: center;
}

.orc {
    float: left;
    width: 100%;
    background: #EEE;
    border-left: 6px solid #1B3748;
    border-right: 6px solid #1B3748;
    margin: 20px auto;
    box-shadow: #555 2px 2px 3px;
}

.btn {
    padding: 10px 20px;
    margin: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.bege {
    background: #c8a06f;
    color: #fff;
    text-decoration: none;
}

.begelight {
    background: #ffeed9;
    color: #000;
    text-decoration: none;
}

.azul {
    background: #1B3748;
    color: #fff;
    text-decoration: none;
}

.azul:hover {
    background: #8C6D31;
    color: #fff;
}

.clear {
    clear: both;
}

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

.active-menu-topo {
    color: #1B3748;
}

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

strong {
    font-weight: 400;
}

.full {
    width: 100%;
    position: relative;
}

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

.art {
    width: 100%;
    margin: 15px 0px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1B3748;
}

.sub-titulos {
    background: #eee;
    padding: 10px;
    margin-bottom: 25px;
}

.contato {
    float: left;
    margin: 15px 0px;
    border-radius: 3px;
    font-size: 0.7em;
    text-align: center;
    opacity: 0.9;
}

.new_blog {
    transition: all 250ms ease-out;
    background: #033B54 !important;
    box-shadow: inset #000 -0px -0px 1px 0px;
    padding: 5px 10px !important;
    float: right !important;
    margin: 10px 0px;
    border-radius: 3px;
    font-size: 1em;
    text-align: center;
}

.new_blog a {
    color: #fff;
    text-shadow: #000 1px 1px 1px;
    text-decoration: none;
}

.new_blog:hover {
    background: #c8a06f !important;
    transition: all 250ms ease-in;
}

.list li {
    list-style: disc;
    margin: 6px 0;
    line-height: 1em;
    font-size: 14px;
    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 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
}

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

.content {
    padding: 0;
}

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

article {
    float: left;
    width: 70%;
}

header {
    padding: 15px;
    background: #FDFDFD;
    margin: 0 auto;
    transition-property: all;
    transition-duration: 0.3s;
    min-height: 80px;
}

header .logo {
    float: left;
    width: 295px;
    height: 65px;
}

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

header .right {
    float: right;
    text-align: center;
    color: #0092D4;
    margin-top: 10px;
}

header .right a {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
}

header .right a:hover {
    opacity: 0.6;
}

header .right a small {
    font-size: 14px;
}

header nav {
    float: right;
    position: relative;
    height: 40px;
    font-size: 12px;
    top: 18px;
}

header nav li {
    position: relative;
    float: left;
}

header nav a {
    display: block;
    color: #8C6D31;
    text-decoration: none;
    padding: 10px 12px;
    text-align: center;
    transition: all .3s linear;
}

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

header nav a:hover,
header nav li:hover a {
    color: #E0B477;
}

header nav .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    right: -140px;
    margin: 0;
    height: auto;
    width: 842px;
    z-index: 3;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #E0B477;
}

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

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

header nav .dropdown:hover .sub-menu li a {
    display: block;
    font-size: 12px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #888;
}

header nav .dropdown:hover .sub-menu li a:hover {
    background: #E0B477;
    color: #8C6D31;
}

header nav .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 3;
}

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

header nav .dropdown2 .sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    margin: 0;
    height: auto;
    width: 200px;
    z-index: 3;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #E0B477;
}

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

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

header nav .dropdown2:hover .sub-menu li a {
    display: block;
    font-size: 12px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #888;
}

header nav .dropdown2:hover .sub-menu li a:hover {
    background: #E0B477;
    color: #8C6D31;
}

header nav .dropdown2 ul li.dropdown2 .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 3;
}

header nav .dropdown2 ul li.dropdown2:hover .sub-menu {
    display: block;
}

article p {
    margin: 15px 0;
}

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

aside h2 {
    margin-bottom: 0px;
}

aside h2 a {
    display: block;
    padding: 10px;
    font-size: 20px;
    background: #8c6d32;
    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: 13px;
}

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

aside h3 {
    color: #1B3748;
    text-align: center;
    margin: 15px 0;
}

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

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

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

.bg-breadcumb h1 {
    color: #FFF;
    margin: 0;
}

.bg-breadcumb {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    padding: 20px 0px;
    background: #8C6D31;
}

#breadcrumb {
    color: #333;
    background: #FFF;
    padding: 20px;
    font-size: 11px;
    width: 100%;
    position: relative;
    right: 0px;
    top: 5px;
    border-radius: 2px;
}

#breadcrumb .page {
    color: #8C6D31;
}

#breadcrumb div {
    display: inline;
}

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

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

#breadcrumb li {
    display: inline;
}

.thumbnails {
    width: 100%;
    list-style: none;
    list-style-type: none;
}

.thumbnails li {
    width: 31%;
    float: left !important;
    text-align: left;
    transition: all .3s linear;
    display: inline-block;
}

.thumbnails li:hover {
    opacity: 0.6;
    transition: all .3s linear;
}

.thumbnails li img {
    border: 1px solid #1B3748;
    padding: 0px;
}

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

.thumbnails.infor h2 {
    font-size: 0.8em !important;
}

.thumbnails.infor img {
    border-radius: 0px;
}

.thumbnails p {
    font-size: 12px;
    margin: 0px;
    width: 100%;
}

.thumbnails a {
    text-decoration: none;
    color: #1475ab;
}

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

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

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;
    background: #1B3748;
    border-top: 1px solid #DDD;
    overflow: hidden;
}

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

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

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

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

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

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: 12px;
    text-decoration: none;
}

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

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


/* Redes Sociais Footes */

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

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

.icon-default {
    color: #979797;
    background: #fff;
    padding: 8px;
    font-size: 20px !important;
    text-align: center;
    min-width: 20px;
    margin-left: 3px;
    margin-top: 10px;
    border: 1px solid #DDD;
}

footer .fa-facebook:hover {
    background: #39599F;
    color: #FFF;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

footer .fa-twitter:hover {
    color: #FFF;
    background: #45B0E3;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

footer .fa-google-plus:hover {
    color: #FFF;
    background: #D1402B;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

footer .fa-linkedin:hover {
    color: #FFF;
    background: #FF0084;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

footer .fa-youtube:hover {
    color: #FFF;
    background: #E70031;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

footer .fa-envelope:hover {
    color: #FFF;
    background: #55AC60;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#scrollUp {
    bottom: 0;
    right: 30px;
    margin-bottom: -10px;
    font-size: 50px;
    text-decoration: none;
    color: #0092D4;
    -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;
}

#scrollUp-active {
    display: none;
}

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

.form {
    float: left;
}

.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 {
    margin: 0 0 4px 0;
    padding: 5px;
    border: solid 1px #333;
    font-size: 16px;
}

.form textarea {
    width: 340px;
}

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

.form .ir {
    border: none;
    text-shadow: #111 1px 1px 1px;
    background: #1475ab;
    padding: 10px 25px;
    cursor: pointer;
    color: #fff;
    font-size: 0.8em;
}

.form .ir:hover {
    background: #8c6d32;
    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 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 (min-width:320px) and (max-width:640px) {
    [class*="col-"] {
        width: 100% !important;
    }
    /*header{height:100px !important;}*/
    .wrapper {
        float: left;
    }
    .thumbnails li {
        width: 100%;
    }
    .thumbnails li img {
        width: 95%;
        margin: 0 auto;
    }
    .caroussel_in {
        display: none;
    }
    .selos a {
        display: block;
        margin: 10px auto !important;
        padding: 5px 0px;
        background: rgba(0, 1, 1, 0.4);
    }
    .art img {
        width: 95%;
        margin: 0 auto;
    }
    .bg-header2 h1 {
        margin: 25px auto !important;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .bg-header2 .bg-breadcumb {
        width: 100%;
        display: block;
        float: left;
    }
    .gallery li {
        width: 100%;
    }
    .gallery li img {
        width: 80%;
        margin: 0 auto;
    }
    #breadcrumb {
        margin-top: 18px;
    }
    .midlle {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:641px) and (max-width:1023px) {
    header {
        height: 100px !important;
    }
    .wrapper {
        width: 100%;
        float: left;
    }
    .bg-header2 h1 {
        width: 100%;
        background: #1B3748;
        padding: 30px 0px;
        margin: 0px auto !important;
    }
    .thumbnails li {
        width: 45%;
    }
    .thumbnails li:last-of-type {
        display: none;
    }
    .thumbnails li img {
        width: 100%;
        margin: 0 auto;
    }
    .gallery li {
        margin: 4px;
    }
    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:1024px) {
    .js #menu-principal {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
    header {
        height: 80px;
        box-shadow: 0px 2px 5px #ccc;
        border-bottom: 1px solid #ccc;
    }
    header nav {
        display: none;
    }
    header .logo {
        width: 100%;
        float: left;
    }
    header .logo a {
        text-indent: -99999px;
        font-size: 68px;
    }
    header .right {
        float: left;
        width: 100%;
        text-align: center !important;
        margin: 0px;
    }
    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: 100%;
        padding: 0;
    }
    .thumbnails li {
        /* margin: 10px 2%; */
        padding: 10px;
    }
    .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;
    }
    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 {
        margin: 15px;
        text-decoration: none;
    }
    .contact-footer {
        float: none;
        width: 100%;
    }
    .contact-footer strong {
        font-size: 20px;
        letter-spacing: -1px;
        position: relative;
        top: 2px;
    }
    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;
    }
}

.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;
    padding: 15px;
    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%;
    background: #1B3748;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    float: left;
}

.bg-header h1 {
    color: #FFF;
    /*padding:10px 0px;*/
    font-size: 29px;
    font-weight: normal;
}

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

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

.bg-header2 {
    float: left;
    width: 100%;
    background: #1B3748;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.bg-header2 h1 {
    color: #FFF;
    /*padding:10px 0px;*/
    font-size: 29px;
    font-weight: normal;
}

.bg-header2 span {
    background: #FFF;
    color: #8C6D31;
    padding: 5px;
}

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

.link:hover {
    opacity: 1;
}

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

.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: #1B3748;
}
/* WHATSAPP BUTTON */
.whatsbutton-popup, .whatsbutton-container { z-index: 9999998; }
.whatsbutton-popup { display: none; justify-content: center; align-items: center; position: fixed; font-family: 'Arial', sans-serif; }
.whatsbutton-layer { width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.7); z-index: -1; }
.whatsbutton-popup, .whatsbutton-layer { top: 0; left: 0; width: 100%; height: 100%; }
.whatsbutton-form { display: block; min-width: 280px; max-width: 400px; width: 28%; -webkit-animation-name: WhatsFormShow; -webkit-animation-duration: 1s; animation-name: WhatsFormShow; animation-duration: 1s; }
.disabledbutton { user-select: none !important; }
.wb-head, .wb-body { width: 100%; }
.wb-head { height: 16%; min-height: 80px; padding: 1em; background: #009688; border-radius: 10px 10px 0 0; }
.wb-body { display: flex; height: auto; overflow-y: auto; flex-wrap: nowrap; flex-direction: column; background: #e9e9e9; border-radius: 0 0 10px 10px; padding: 1em; }

/* COMPONENTS WB */
.wb-icon { float: left; width: 45px; height: 45px; overflow: hidden; position: relative; line-height: normal; margin-left: .4em }
.wb-icon img { width: 100%; height: 100%; object-fit: cover; object-position: left; }
.wb-info { float: left; display: block; color: #eee; padding-left: .9em; }
.wb-title, .wb-text, .wb-statusOn { clear: both; display: block; }
.wb-title { font-size: .8em; font-weight: bold; }
.wb-text { font-size: .75em; font-weight: normal; margin: .25em 0; }
.wb-statusOn { font-size: .75em; }
.wb-statusOn::before { content: ' '; width: 5px; height: 5px; margin: 6px 3px 0 0; background: #4be726; float: left; border-radius: 50%; }
.wb-label { display: block; font-size: .9em; padding: 6px; border-radius: 4px; width: 100%; height: auto; text-align: center; color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; margin-bottom: .25em; }
.whatsbutton-form-input { margin: .5em 0; }
.box-input { position: relative; float: left; width: 100%; margin-bottom: .5em; }
.box-input .icon, .box-input .wb-input { padding: .6em .4em; height: 45px; }
.box-input .icon { float: left; width: 15%; border-radius: 25px 0 0 25px; background: #fff; display: flex; align-items: center; justify-content: center; }
.box-input .icon::after { color: #b96766; content: "!"; width: 18px; height: 18px; border-radius: 50%; background: #c80000; text-align: center; color: #fff; display: block; position: absolute; font-size: 12px; font-weight: 700; line-height: 18px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 13px; }
.box-input .icon svg { -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
.visibleError::after { opacity: 1 !important; }
.box-input .icon::after { opacity: 0; }
.box-input .wb-input { float: right; width: 85%; border: none; border-radius: 0 25px 25px 0; background: #fff; font-size: .8em }
.whatsbutton-popup .loader { display: none; margin: 1em auto; border: 3px solid #f8f8f8; border-top: 3px solid #009688; border-radius: 50%; width: 30px; height: 30px; animation: spin .5s linear infinite; }
.wb-sendMessage { background: #068377; color: #fff; font-weight: 500; font-size: 14px; line-height: 1.5; color: #fff; border-radius: 25px; background: #3dc15e; align-items: center; padding: 10px; border: none; -webkit-transition: all .4s; -o-transition: all .4s; -moz-transition: all .4s; transition: all .4s; margin: auto; float: none; outline: none; height: auto; display: flex; justify-content: center; align-items: center; margin-top: 1em; }
.wb-buttonClose { position: absolute; top: 2%; right: 1%; background: #009688; color: #fff; padding: 1em 1.35em; border-radius: 50%; cursor: pointer; transition: all .2s ease; }
.wb-buttonClose:hover { filter: brightness(90%); }
.wb-sendMessage:hover { background: #068377 !important; }
.wb-hidded { right: 0% !important; }
.messageAlert-success { display: none; }
.messageAlert-success p { text-align: center; margin: 1em 0; }
.whatsbutton-container { position: fixed; display: block; bottom: 25%; right: -90px; padding: 7px 25px 7px 8px; border-radius: 25px 0 0 25px; background-color: rgba(82.2, 208, 77.3, 0.91); transition: all .2s ease; cursor: pointer; -webkit-animation-name: WhatsButtonShow; -webkit-animation-duration: 1s; animation-name: WhatsButtonShow; animation-duration: 2s; }
.whatsbutton-icon { text-align: left; cursor: pointer; font: initial; box-sizing: border-box; vertical-align: initial; background-image: url(<?=$url?>imagens/icones/whatsapp-button.svg); background-size: 140px; background-repeat: no-repeat; background-position-y: center; width: 40px; height: 40px; display: inline-block; font-size: inherit; text-rendering: auto; margin-right: 0; color: #fff; float: left; }
.whatsbutton-text { float: left; display: flex; flex-direction: column; flex-wrap: wrap; padding-left: 1em; margin: .25em 0; }
.whatsbutton-text span { color: #fff !important; }
.wb-small, .wb-big { font-weight: 400; float: left; width: 100%; color: #fff; }
.wb-small { font-size: .75em; }
.wb-big { font-size: .85em; }
.whatsbutton-container:hover { right: 0; }
.whatsbutton-icon::before { content: '1'; width: 15px; height: 15px; border-radius: 50%; opacity: 0; background-color: red; line-height: 15px; position: absolute; font-size: .65em; font-weight: 700; font-family: Poppins, sans-serif; text-align: center; color: #fff; animation: WhatsButtonPulse .2s forwards; animation-delay: 15s; left: 8px; }
.whatsbutton-icon::after { content: ''; border-radius: 50%; background-color: #00e676; position: absolute; left: 10px; top: 9px; width: 36px; height: 36px; animation: WhatsButtonIcon 1.3s infinite; z-index: -1; }
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes WhatsButtonShow {
	0% { margin-right: 100px; opacity: 0 }
}
@keyframes WhatsFormShow {
	0% { margin-left: 20%; opacity: 0 }
}
@keyframes WhatsButtonPulse {
	0% { opacity: 0; transform: translateY(-10px) }
	100% { opacity: 1; transform: translateY(0px) }
}
@keyframes WhatsButtonIcon {
	0% { box-shadow: 0 0 0 0 rgba(0, 230, 118, .8) }
	100% { box-shadow: 0 0 0 25px transparent }
}
@media only screen and (max-width:767px) {
	.wb-buttonClose { display: none; }
}
/* END WHATSAPP BUTTON */



