/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
} 
.clear {
    clear:both; 
}
/*
 * A better looking default horizontal rule
 */
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;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea { resize: vertical; }
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*
==========================================================================
   Geral
========================================================================== 
*/
body {
    font-size: 1rem;
    /* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
    color: #444;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-color: #f0f0f0;
}
h1 {
    color: #CC130E;
    font-size: 32px;
    line-height: 32px;
    text-decoration: none;
    margin: 20px 0;
}
h2 {
    font-size: 26px;
    line-height: 26px;
    color: #CC130E;
    text-decoration: none;
    margin: 20px 0;
    font-family: 'Ubuntu Condensed', sans-serif;
}
h3, h4 {
    font-size: 22px;
    line-height: 22px;
    color: #CC130E;
    text-decoration: none;
    margin: 15px 0;
}
a { 
    color: #1475ab; 
}
a:hover { 
    text-decoration: none; 
}
a.tel {
    text-decoration:none;
    color:inherit;  
    font-family: 'Ubuntu';
}
/* 
==================================================
    Header
==================================================
*/
header {
    padding: 20px 0px;
    margin: 0 auto;
    height: 200px;
    background-color: #FFF;
}
header .logo { 
    float: left;
    width: 179px;  
    height: 170px;
}
header .logo a {
    background: url(../imagens/logo.png) no-repeat;
    display: block;
    width: 179px;
    height: 170px;
    overflow: hidden;
    text-indent: -99999px;
}
header .right ul{
    float: right;
    margin: 10px 0px;
}
header .right .slogan{
    font-size: 3.9em;
    font-weight: 600; 
    text-transform: uppercase;
}
header .right {    
    float: right;
    text-align: right;
    color: #8C8C8C;
    font-size: 14px;
    margin-top: 15px;       
}
header .right strong { 
    font-size: 21px; 
    color: #C8C8C8;
}
/* 
==================================================
    Menu
==================================================
*/
header nav { 
    position: relative;
    height: 40px;
    padding: 5px;
    font-size: 13px;
    float: right;
}
header nav li {
    position: relative;
    float:left;
    margin-left: 10px;
}
header nav a {
    display: block;
    text-decoration: none;
    padding: 15px 14px;

    text-align: center;
    transition: all .3s linear; /* Efeito de Transição dos itens do header nav e sub-header nav */
    color: #282828;  
    border-bottom: 1px solid #C6C6C6;
}
header nav a:hover, header nav li:hover a:hover { 
    color:#FFFFFF;
    background-color:#E02A1F;
    border-bottom:1px solid #E02A1F;
}
header nav table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}
header nav .dropdown .sub-menu { 
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    height: auto;
    width: 200px;
    z-index: 20;

}
header nav .dropdown:hover .sub-menu { 
    display: block;
    border-top: 10px solid #FFF;  
    background-color: #282828 !important;
    padding: 20px;
}
header nav .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 200px;
    margin:0;
    padding:0;
}
header nav .dropdown:hover .sub-menu li a {
    display: block;
    /* width: 190px; */
    font-size: 13px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background-color: #303030;
    border: none;
}
header nav .dropdown:hover .sub-menu li a:hover {
    background: #CC130E;
    color: #FFF;
}
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 .dropdown .sub-menu-informacoes { 
    display: none;
    position: absolute;
    left: -618px;
    margin: 0;
    height: auto;
    width: 984px;
    z-index: 20;

}
header nav .dropdown:hover .sub-menu-informacoes { 
    display: block;
    border-top: 10px solid #FFF;  
    background-color: #282828 !important;
    padding: 20px;
}
header nav .dropdown:hover .sub-menu-informacoes li {
    position: relative;
    float: left;
    width: 246px;
    margin:0;
    padding:0;
}
header nav .dropdown:hover .sub-menu-informacoes li a {
    display: block;
    /* width: 190px; */
    font-size: 12px;
    padding: 5px 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background-color: #303030;
    border: none;
}
header nav .dropdown:hover .sub-menu-informacoes li a:hover {
    background: #CC130E;
    color: #FFF;
}
header nav .dropdown ul li.dropdown .sub-menu-informacoes { 
    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-informacoes { 
    display: block;
}
/* 
==================================================
    Content
==================================================
*/
.wrapper {  
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}
.content {
}
section {
    float: left;
    width:100%;
    padding: 0;
}
article { 
    float: left;
    width: 70%;
}
article p { 
    margin: 1.5em 0; 
}
article strong
{
    font-weight:normal;
}
article.full {
    width: 100%;
    min-height: 450px;
    margin-bottom: 30px;
}
#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;
}
.list { 
    margin: 0 0 20px 40px; 
}
.list li {
    list-style: disc;
    margin: 6px 0;
    line-height: 1.5em;
}
.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 10px 0 0;
}
.picture-right {
    float:right;
    margin:0 0 0 10px;
}
.picture-center {
    margin:0 auto;
    display:block;
}
/* 
==================================================
    Thumbnails
==================================================
*/
.thumbnails { 
    display: inline-block; 
    list-style: none;
    list-style-type: none;
}
.thumbnails li {
    float: left;
    width: 174px;
    height: 270px;
    padding: 10px;
    margin: 5px 15px 30px 18px;
    border: solid 1px #DEDEDE;
    background: #FFF;
    position: relative;
}
.thumbnails li img {
    width: 174px;
    height: 174px;
    border: 1px solid #FFF;
}
.thumbnails li:hover {
    box-shadow: 0 0 15px #999;
}
.thumbnails li:hover img {
    border: 1px solid #DEDEDE;
}
.thumbnails h2 {
    line-height: 13px;
    text-align: center;
}
.thumbnails h2 a {
    font-size: 11px;
    color: #2f4b71;
    font-weight: bold;
    line-height: 13px;
}
.thumbnails a {
    text-decoration: none;
}
.thumbnails a:hover { 
    text-decoration: underline; 
}
/*
==================================================
    Sidebar
==================================================
*/
aside {
    float: left;
    width: 25%;
    margin: 0 0 0 10px;
}
aside h2 a {
    display: block;  padding: 5px;  font-size: 20px;  background: #3b4348;  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-bottom: 1px dotted #ccc;
}
aside nav li a:hover {
    color: #eee;
    background: #0077BB;
}
aside h3 { 
    color: #CC130E; 
    text-align: center;
}
aside p { 
    text-align: center; 
    line-height: 1.8em; 
    margin: 0;
}
aside strong { 
    font-size: 23px;
    color: #CC130E;
}
/* 
==================================================
    Includes
==================================================
*/
/*  Saiba mais */
.more { 
    margin-bottom: 20px; 
}
.more h2 strong { 
    font-size: 16px; 
}
/*  Gallery  */
.gallery { 
    display: inline-block; 
    list-style-type: none; 
    list-style: none;
}
.gallery img {
    width: 286px;
    height: 180px;
}
.gallery li {
    float: left;
    text-align: center;
    width: 286px;
    padding: 10px;
    transition: all .2s linear;
}
.gallery li:hover{
    color:#FFF;
    background-color:#C50704;
}
p.ampliar {
    color:#F30;
    font-size:11px; 
    margin:5px 0;
}
/*  Social midia  */
.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; 
}
/*  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: 3px solid #E8E8E8;
    padding: 10px 20px;
    min-height: 85px;
    margin: 0 0 2px 0;
    overflow: hidden;
}
.row:hover { 
    border-left: 3px solid #F00; 
}
.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;
}
/*  Tabs regiões  */ 
.hide { position: absolute; top: -9999px; left: -9999px; }
#servicosTabsDois .list-wrap { 
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}
#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: #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 0;
}
#servicosTabsDois .nav li a:hover, #servicosTabsDois .nav li a:focus { 
    background: #999;
    color:#fff;
}
#servicosTabsDois ul li.nav-two a.current { 
    background-color: #eee !important; 
    color: #666; 
}
/*  Copyright  */
.copyright {
    font-size: 10px ;
    color: #666;
}
.copyright a {
    font-size: 10px ;
    color: #666;
}
/*
==================================================
    Footer
==================================================
*/
footer {
    clear: both;
    /* margin-top: 15px; */
    padding: 25px 15px;  
    border-top: 1px solid #C6C6C6;  
    color: #282828;
    background-color: #FFF;
}
.contact-footer {
    float: left;
    margin-right: 30px; 
}
.contact-footer strong {
    font-size: 22px ;
    letter-spacing: -1px;
}
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: 22px;
    font-weight:bold;
    display:block;
    color: #CC130E;
}
footer .menu-footer {
    text-align: right;  
}
footer .menu-footer nav { 
    margin: 3px 0; 
}
footer .menu-footer nav li {
    display: inline;
    padding: 0 10px 0 0;
}
footer .menu-footer nav li a {
    color: #282828;
    font-size: 13px ;
    text-decoration: none;
}
footer .menu-footer nav li a:hover { 
    color: #CC130E; 
}
footer .social { 
    margin:20px 0 0 0; 
    float:right;
}
footer .social .social-icons{ 
    width:32px;
    height:32px;
    display:block;
    margin:0 0 0 5px;
    float:right;
    background:url(../imagens/icones/icons-social-midia.png);
}
footer .social .google{ background-position:131px 0;}
footer .social .google:hover{ background-position:131px 32px;}
footer .social .facebook{ background-position:164px 0;}
footer .social .facebook:hover{ background-position:164px 32px; }
footer .social .twitter{ background-position:197px 0;}
footer .social .twitter:hover{ background-position:197px 32px;}
footer .social .linkedin{ background-position:98px 0;}
footer .social .linkedin:hover{ background-position:98px 32px;}
footer .social .youtube{ background-position:32px 0;}
footer .social .youtube:hover{ background-position:32px 32px;}
footer .social .email{ background-position:65px 0;}
footer .social .email:hover{ background-position:65px 32px;}
.copyright-footer {
    text-align: left;
    font-size: 10px ;
    line-height: 17px;
    padding: 10px;
}
.copyright-footer .selos { 
    float:right; 
}
.copyright-footer .selos a { 
    margin:0 0 0 5px;
}
/*
==================================================
    Página Contato (Formulario)
==================================================
*/
.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 {
    background-color: #777;
    border: 0;
    border-radius: 0px;
    color: #fff;  
    padding: 10px 30px;
    cursor:pointer;
    transition: all ease-in 250ms;
}
.form .ir:hover
{
    background-color: #980000;
    border: 0;
    border-radius: 0px;
    color: #fff;  
    transition: all ease-in 250ms;
}
.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; 
}
.contact-form {
    float: right;
    width: 470px;
    color: #989898;
    font-size: 14px;
}
.contact-form strong { 
    color: #6d6e71; 
}
/*
==================================================
                Sitemap
==================================================
*/
.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; 
}

/*
========================================
                Page not found
========================================
*/
.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;
}
.menu-404 a { 
    display: block;
    margin: 0 auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    /**text-indent: -9999px;*/
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    /**zoom: 1;*/
}
.slicknav_menu {
    display:none;
}
/*
========================================
                CSS tabela-produto
========================================
*/
table{
    border: solid 10px #D6D6D6;
    width: 920px;
    margin-bottom: 10px;
}
.tabela-h2{
    font-size: 17px;
    color: #FFFFFF;
    background-color: #404040;
    margin: 10px 0 0 0;
    padding: 10px 20px;
}
.name{
    width: 160px;
    background-color: #E6E6E6;
    padding: 10px;
    font-size: 13px;
}
.table-subtitulo td{
    padding: 10px;
    border-bottom: 1px solid #CCC;

}
.table-subtitulo
{
    border: none;
}
.result{
    background-color: #f0f0f0;
}
/* ADICIONAIS */
.right li {
    list-style-type: disc;  
    float: left;
    font-size: 20px;
    margin-left: 37px;
    margin-right: 5px;
    font-weight: 400 !important;
    color: #C8C8C8;
    font-family: 'Ubuntu';
    letter-spacing: -2px;
}
.right li:first-child {
    list-style:none;
}
.nivo-area {
    background: url(../imagens/bg_nivo.jpg) repeat;
    float: left;
    width: 100%;
}
ul.topnav {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
}
ul.topnav li { 
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee; 
    border-right: 1px solid #eee; 
    background: #cc130e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
ul.topnav li a {
    line-height: 13px;
    font-size: 12px;
    padding: 10px 5px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: bolder;
}
ul.topnav li a:hover {
    background: #3b4348;
    color:white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}
ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
    background:#fdfdfd;
    -webkit-border-radius:0;
    border-radius:0;
}
ul.topnav ul li a {
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    outline:0;
    color:#000;
}
ul.topnav ul li a:hover {}
ul.topnav ul ul li a {
    padding-left: 40px;
    line-height: 18px;
}
ul.topnav ul ul li a:hover {}
ul.topnav span{
    float:right;
}
.bg-red {
    background: url('../imagens/bg-red.jpg') repeat-y center center #C50704;  
    color: #FFFFFF;  
    width: 100%;
    float: left;
    /* height: 344px; */  
    min-height: 295px;
    border-bottom: 20px solid #980000;
}
.bg-red .box {
    float: left;
    width: 220px;
    margin-right: 12px;
    padding: 50px 0;
    text-align: center;
}
.box:last-child {
    margin-right: 0px;
    float: right;
}
.bg-red .box h2 {
    color: #fff;

    display: block;
    border-bottom: 5px solid #980000;  padding-bottom: 15px;  margin-bottom: 15px;  
    font-size: 24px;
    font-weight: bold;  
    letter-spacing: -1px;
    font-family: Ubuntu;
}
.box p {
    text-align: left;
    /* font-weight: bold; */
    font-size: 17px;
    font-family: Ubuntu;
}
.box a {
    color: #FFF;  
    text-align: right;  letter-spacing: 3px;  height: 20px;  
    display: block;
    padding: 20px;  margin-top: 40px;  background-color: #980000;
    text-decoration:none;
    letter-spacing: 1px;
}
.box a:hover {
    background-color:#282828;
}
.home {
    width: 220px;  margin: auto;  text-align: center;  
    font-size: 31px;  
    border-bottom: 5px solid #282828;  padding-bottom: 15px;  margin-bottom: 30px;
    font-weight: normal;  
    letter-spacing: -2px;
    color: #282828;
    margin-top: 50px;
    font-family: Ubuntu;
}
.block {
    width: 439px;  float: left; 
    margin-bottom: 25px;
}
.block:last-child {
    border-left: 1px solid #C6C6C6;
    margin-left: 21px;  padding-left: 20px;
}
.block p {
    font-family: Ubuntu;

    color: #000;
    font-size: 14px;
}
.bg-red #breadcrumb {
    color:#fff;

}
.bg-red #breadcrumb a {
    color:#fff;

}
.bg-red h1 {
    border-bottom: 5px solid #980000;  padding-bottom: 15px;  margin-bottom: 15px;
    width: 260px;  margin: auto;  text-align: center;  font-size: 32px;
    color: #fff;
    margin-top: 35px;
    font-family: 'Ubuntu';
    font-weight: 400;
    letter-spacing: -2px;
}
.bg-red p {
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 15px;
}
.bg-red .galeria {
    float: left;

    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.bg-red .galeria li {
    width: 286px;  padding: 10px;

    background-color: #980000;
    float: left;
    list-style: none;
    text-align: center;
}
.bg-red .galeria li:hover{
    background-color:#FFF;
}
.bg-red .galeria li img {
    width: 286px;
    height: 180px;	
}
.galeria {
    float: left;

    width: 100%;
    /* height: 300px; */
    margin-top: 25px;
    margin-bottom: 20px;
}
.galeria li {
    width: 286px;  padding: 10px;
    background-color: #FFF;
    float: left;
    list-style: none;
    text-align: center;
}
.galeria li:hover{
    background-color:#C50704;
}
.galeria li img {
    width: 286px;
    height: 180px;	
}
.slicknav_menu {
    display:none;
}
/*
========================================
                CSS Mobile
========================================
*/
/* TABLET */ 
@media only screen and (min-width:767px) and (max-width: 959px){
    header nav a {
        padding: 10px 0px;
        width: 142px;
    }
    .gallery li {
        margin: 4px;
    }
    article img{
        max-width: 100%;
    }
    #servicosTabsDois .nav li a {
        padding: 10px;
    }
}
/* Mobile */
@media only screen and (max-width: 765px){
	.nivo-area{
		display: none;
	}
    .js #menu {
        display:none;
    }
    .js .slicknav_menu {
        display:block;
    }
    header .right{    	
    	text-align: center;
    	margin: 0px auto;
    }
    header .right ul{
    	margin: 30px auto;
    }
        header .right ul li{ 
        	display: block;
        	text-align: center;
        	width: 100%;
        	margin-left: 0px;
        }
        header .right .slogan{
        	font-size: 3em;
        }
    header .logo a {
        background-image: url(../imagens/logo.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        width: 331px;
        height: 169px;
    }
    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;

    }
    .caroussel{
        display: none;
    }
    iframe{
        display: none;
    }
    .form input, .form textarea, .form select {
        max-width: 277px;
    }
    .contact-form {
        float: right;
        width: auto;
        margin-top: 10px;
    }
    p{
        padding: 5px;
    }
    h1{
        padding: 5px;
    }
    h2{
        padding: 5px;
    }
    .block {
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }
    .block:last-child {
        border-left: 1px solid #C6C6C6;
        margin-left: 0;
        padding-left: 0;
    }
    .box:last-child {
        margin-right: 0px;
        float: none;
    }
    .bg-red .box {
        float: none;
        width: 220px;
        margin-right: 0;
        padding: 50px 0;
        text-align: center;
        margin: 0 auto;
    }
    table {
        border: solid 10px #D6D6D6;
        width: 100%;
        margin-bottom: 10px;
    }
}
/*
    Mobile Menu Core Style
*/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; 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;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* 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:#4c4c4c;
    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;   
}
.SlideEmpresa{
    clear: both;
    display: block;
    width: 90%;
    height: auto;
    padding: 10px;    
}
.SlideEmpresa img{
    width: 90%;

}
.efeitomouse:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s; 
}
.txt-center{
    text-align: center;
}