/* Layout CSS Custon*/

body {
    padding-top: 20px;
    padding-bottom: 60px;
    background:url(../imagens/background.jpg) repeat-x fixed;
    z-index: 999;
}

hr {
    margin: 30px auto;
}
a {
    text-decoration: none;
}
/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1000px;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}
.tooltip2{
    margin:0 10px 0 0;
}
.img-client{
    margin: 30px 16px 0 0;
    display: inline-block;
}
.img-service{
    position:relative;
    top:0px;
    left:0px;
    display: inline-block;
}
.img-service > .img-zoom-tag{
    background: url(../imagens/zoom-b.png) no-repeat;
    position:absolute;
    top:0;
    left:0;
}
.img-logo{
    margin:20px 0 40px 0;
}
.banner-slider{
    width: 100%;
}
.lista-serv a{
    text-decoration: none;
    color: #000;
}
.lista-serv a:hover{
    color: #444;
}
.lista-serv em{
    margin-left:26px;
}
.lista-serv li{
    margin-top:20px;
    margin-left: -20px;
    list-style: none;
}
.margintop40{
    margin-top: 40px;
}
.margintop50{
    margin-top: 50px;
}
.margintop6{
    margin-top: 6px !important;
}
.margintop8{
    margin-top: 8px !important;
}
.margintop10{
    margin-top: 10px !important;
}
.margintop20{
    margin-top: 20px;
}
.marginbotton20{
    margin-bottom: 20px;
}
.marginbotton50{
    margin-bottom: 50px;
}

.mail-link{
    text-decoration: none !important;
    color: #999 !important;
}

.list-menu{
    background: #000;
    color: #fff;
    width: 20%; 
}
.list-menu li a{
    color: #ccc;
}
.list-menu li a:hover{
    background: #444;
}
.menu-fix{
    height:auto;
}
hr.hr-padrao {
    border: 0;
    border-bottom: 1px dashed #ccc;
}

/*Breadcrumbs*/
.crumbs { 
    float:left;
}
.crumbs a, .crumbs a:visited { 
    color: #666;
    font-size: 12px; 
    position: relative; 
    text-decoration: none; 
}
.crumbs a:hover, .crumbs a:active { 
    color: #333; 
    background-position: 100%; 
    cursor: pointer;
}
.crumbs-linear {
    width:98%;
    height:80px;
    padding: 8px 20px;
    background: url(../imagens/breadcrumb_bg.png) repeat-x;
}
.corpmedia a, .corpmedia a:hover{
    text-decoration: none;
    color: #333;
}
.footer-p{
    font-size:10px;
}