/* --------------->>> DEFAULT <<<---------------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

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

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

/* --------------->>> FONTES <<<---------------- */
@font-face {
    font-family: fonte;
    src: url('../fontes/OpenSans-Regular.eot');
    src: url('../fontes/OpenSans-Regulard41d-.eot#iefix') format('embedded-opentype'), url('../fontes/OpenSans-Regular.woff') format('woff'), url('../fontes/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.orange {
    color: #F15C24 !important;
}

.title {
    color: #F15C24;
    font-size: 25px;
    line-height: 27px;
}

h1 {
    color: #F15C24;
    font-size: 29px;
    line-height: 29px;
    text-decoration: none;
    margin: 20px 0;
    font-weight:normal;
}

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

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

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

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

a {
    color: #F15C24;
}

a:hover {
    text-decoration: none;
}

/* --------------->>> CLASSES E ID CRIADAS <<<---------------- */
.clear {
    clear: both;
}

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

.active-menu-topo {
    background: #0077bb;
}

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

.full {
    width: 100%;
}

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

.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: 0 0 0 15px;
}

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

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

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

/* --------------->>> ESTRUTURA <<<---------------- */
body {
    font-size: 16px;
    font-family: fonte;
    color: #555;
    border-top:3px solid #F15C24;
    background:url('../imagens/bg.jpg');
}

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

.content {
    padding: 0 15px;
}

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

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

/* ---->> HEADER <<---- */
header {
    padding: 0px;
    margin: 0 auto;
}

header .logo {
    float: left;
    width: 260px;
    height: 55px;
    margin: 30px 0;
}

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

header .right {
    float: right;
    text-align: right;
    color: #000;
    margin-top:27px;
}

header .right i {
    color:#F15C24;
    position:relative;
    top:2px;
}

header .right p {
    text-align: right;
    text-decoration: none;
}

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

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

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

/* ---->> MENU TOPO <<---- */
header nav {
    clear: both;
    position: relative;
    height: 40px;
    padding: 4px;
    background:#222;
    font-size: 16px;
}

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

header nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 13px 14px 9px 14px;
    width: 160px;
    height: 20px;
    text-align: center;
    font-size:14px;
    text-transform:uppercase;
}

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

header nav .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 43px;
    left: -520px;
    margin: 0;
    height: auto;
    width: 900px;
    z-index: 9999;
    background:#222;
}

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

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

header nav .dropdown:hover .sub-menu li a {
    display: block;
    width: 290px;
    font-size: 11px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

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

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

/* ---->> ARTICLE <<---- */
article p {
    margin: 15px 0;
}

article strong {
    font-weight: normal;
}

/* ---->> COLUNA LATERAL <<---- */
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: #F15C24;
    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: 12px;
}

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

aside h3 {
    color: #F15C24;
    text-align: center;
}

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

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

/* ---->> ASIDE INFORMAÇÕES PARA CONTATO <<---- */
.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 #F15C24;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 15px;
}

.col-info ul.list-contato li.telefone {
    background: 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("../imagens/icones/tel.png") no-repeat #F15C24;
    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("../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("../imagens/icones/email.png") no-repeat #F15C24;
    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;
}

/* ---->> BREADCRUMB <<---- */
#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #333;
    font-size: 11px;
}

#breadcrumb div {
    display: inline;
}

#breadcrumb a { 
    color: #777; 
    text-decoration:underline;
}

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

/* ---->> THUMBNAILS <<---- */
.thumbnails {
    display: inline-block;
    list-style: none;
    list-style-type: none;
}

.thumbnails li {
    float: left;
    width: 160px;
    height: 210px;
    margin: 5px 35px 15px;
    text-align: center;
    transition: all .3s linear;
}

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

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

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

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

/* --------------->>> INCLUDES <<<---------------- */

/* ---->> SAIBA MAIS <<---- */

.more {
    margin-bottom: 20px;
}

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

/* ---->> PÁGINAS RELACIONADAS <<---- */
.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 #F15C24;
}

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

/* ---->> TAB REGIÕES <<---- */
.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;
}

/* ---->> GALERIA <<---- */
.gallery {
    display: inline-block;
    list-style-type: none;
    list-style: none;
}

.gallery li {
    float: left;
    margin: 5px;
    text-align: center;
    border: 1px solid #DDD;
    padding: 3px;
}

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

/* ---->> REDES SOCIAIS <<---- */
.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("../imagens/icones/tweet.png") no-repeat 0 0;
}

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

/* ---->> FOOTER <<---- */
footer {
    clear: both;
    margin-top: 15px;
    padding: 15px;
    background: #111;
}

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

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

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

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

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

.copyright-footer .selos a:hover i {
    color:#F15C24;
}

/* Redes Sociais Footes */

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

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

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

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

/* ---->> BOTÃO VOLTAR AO TOPO <<---- */
#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 55px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font: 14px/20px sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #828282;
    border-top: 5px solid #F15C24;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
    -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: #F15C24;
}

#scrollUp-active {
    display: none;
}

/* --------------->>> PÁGINA DE CONTATO <<<---------------- */
.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;
    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;
}

.form .ir:hover {
    background:#F15C24;
    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;
}

/* --------------->>> MAPA DO SITE <<<---------------- */
.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: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;
}

/* --------------->>> PÁGINA NÃO ENCONTRADA ( 404 ) <<<---------------- */
.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 #CCC;
}

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

/* --------------->>> LIGHTBOX - FANCY <<<---------------- */
#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 v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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);
}

/* --------------->>> CSS MOBILE <<<---------------- */
.slicknav_menu {
    display: none;
}


/* TABLET */
@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;
    }

}

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

    .js .slicknav_menu {
        display: block;
    }

    header {
        height: 190px;
        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;
    }

    #slider {display: none;}

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

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

}

/* 
=======================================
 VERSAO MOBILE PARA CELULARES PEQUENOS
 ======================================
 */

 @media only screen and (max-width:480px) {

    [class*="col-"] {
        width: 100% !important;
    }
}

/* --------------->>> MENU MOBILE <<<---------------- */
.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
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
    */
    
    .slicknav_menu {
        font-size: 16px;
    }

    /* Button */

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

        /* Button Text */

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

        /* Button Lines */

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

/*
==================================================
    Layout responsivo com Grid
==================================================
*/
.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;
}

.grid h2 {
    color:#82B21A;
}

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

/* ############ Dropdown List ############## */

ul.drop-list {
    padding: 0;
    margin: 20px 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
    outline:none !important;
}

ul.drop-list li {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    color:#064197;
    outline:none !important;

}
ul.drop-list li a {
    line-height: 13px;
    font-size: 14px;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color:#888;
    background:#F8F8F8;
    border:1px solid #DDD;
}

ul.drop-list li a:hover {
    color:#F15C24;
    background:#F8f8f8;
    outline:none !important;
}

ul.dro-list li:hover a {}

ul.drop-list li:focus a {
    color:#F15C24;
    background:#F8f8f8;
}

ul.drop-list ul {
    margin: 0;
    padding: 0;
    display: none;
}

ul.drop-list ul li {
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 13px;
    border:1px solid #DDD;
    border-top:0px;
}

ul.drop-list ul li a {
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    outline:0;
    color:#000;
}

ul.drop-list ul ul li a {
    padding-left: 40px;
    line-height: 18px;
}

ul.drop-list span{
    float:right;
}

.ico {
    font-weight:bold;
    font-size:22px;
}

ul.drop-list ul li p {
    color:#888;
    font-size:14px;
    margin:0px;
}

/*CARLOS ALTERAÇÕES */

.selos img {
	display: none;
}

/*CARLOS ALTERAÇÕES */