@import "reset.css";
@import "font-face.css";
@import "jquery.superfish.css";
@import "jquery.superfish-vertical.css";
@import "jquery.tipsy.css";
@import "utils.css";
@import "ass-tecnica.css";

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

a{
    color: inherit;
    font-size: 12px;
}

body {
    background: #fff; /* Old browsers */
/*    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);  IE10+ 
    background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
}

.center {
    margin: 0 auto;
    width: 1022px;
}

/* HEADER */
.header {
    height: 70px;
    overflow: hidden;
    width: 100%;
}
a.logo {
    display: block;
    float: left;
    margin: 21px 0 0 2px;
}
.face{
    float: right;
    margin-top: 15px;
}
.google-plus{
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}
.twitter{
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}
.right_header {
    float: right;
    width: 510px;
}
.instagram{
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}
.right_header p {
    background-image: url('../img/ico_atendimento.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #151515;
    float: left;
    font-family: 'open_sansbold', Arial;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 10px;
    text-indent: 20px;
}
.download-app{
    margin: 20px 0px 0px 20px;
    float: left;
}

.search {
    background-color: #EDEDED;
    float: right;
    height: 40px;
    width: 320px;
}
.search input[type=text] {
    background-color: #EDEDED;
    float: left;
    line-height: 40px;
    text-indent: 20px;
    width: 280px;
}
.search input[type=submit] {
    background-color: #EDEDED;
    background-image: url('../img/submit_search.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    text-indent: -9999em;
    width: 40px;
}

.menu_inst {
    height: 20px;
    width: 100%;
}
.menu_inst ul { float: right; }
.menu_inst li { float: left; }
.menu_inst li.divisor {
    background-color: #DCDDDF;
    height: 20px;
    width: 1px;
}
.menu_inst li a, .menu_inst li span {
    color: #074053;
    font-family: 'open_sansregular', Arial;
    font-size: 11px;
    line-height: 52px;
    text-transform: uppercase;
}
.menu_inst li a {
    display: block;
    line-height: 20px;
    padding: 0 20px;
    transition: border-color .3s;
}
.menu_inst li:nth-of-type(13) a{
    padding-right: 0px;
}

.menu_inst ul li ul{ display: none; }
.menu_inst ul li:hover ul{ display: block; position: absolute; width: 12%;}
.menu_inst ul li ul li{ margin-top: 0.5em;}


.menu_rodape {
    height: 20px;
    width: 100%;
}
.menu_rodape ul { float: right; }
.menu_rodape li { float: left; position: relative; }
.menu_rodape li.divisor {
    background-color: gray;
    height: 20px;
    width: 1px;
    margin-top: 25px;
}
.menu_rodape li a, .menu_rodape li span {
    color: #fff;
    font-family: 'open_sansregular', Arial;
    font-size: 11px;
    line-height: 52px;
    text-transform: uppercase;
}
.menu_rodape li a {
    display: block;
    line-height: 70px;
    padding: 0 20px;
    transition: border-color .3s;
}
.menu_rodape li:nth-of-type(13) a{
    padding-right: 0px;
}
.menu_rodape ul li ul{ display: none; }
.menu_rodape ul li:hover ul{ display: block; position: absolute; width: 150%; margin-top: -2em;}
/*.menu_rodape ul li ul li{ margin-top: -2em;}*/
.menu_rodape ul li ul li a{ line-height: 30px; background: #000;}

.cart a {
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 52px;
    padding: 0 20px;
    width: 223px;
}
.cart b { font-family: 'open_sansbold', Arial; }
.cart i {
    background-image: url('../img/ico_cart.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 52px;
    width: 30px;
}

/* CATEGORIES */
.categorias {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.menu_customer {
    margin-top: 20px;
}
.nav-vert {
    width: 100%;
}
.nav-vert > ul > li > ul { padding-bottom: 10px; }

.nav-vert > ul > li > a {  }
.nav-vert > ul > li ul {
    display: none;
    left: 100%;
    z-index: 99;
}
.nav-vert > ul > li:hover > ul { display: block; }
.nav-vert > ul > li:hover > a {background-image: url('../img/menu-icon.png'); background-position: 90% -140%; }

.nav-vert > ul > li a { color: #324959; }
.nav-vert > ul > li > ul > li a { border-bottom: 1px solid #074053; transition: 0.7s all ease;}
.nav-vert > ul > li > ul > li a:hover { background: #CADB3B; }

.nav-vert > ul > li > a {
    background-image: url('../img/menu-icon.png');
    background-position: 90% 310%;
    background-repeat: no-repeat;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    height: 38px;
    text-indent: 28px;
}
.nav-vert > ul > li > ul > li a {
    display: block;
    font-size: 11px;
    line-height: 26px;
    text-indent: 5px;
    margin: 0px 30px;
}

.nav-vert > ul > li > ul > li > ul li a { 
    background: #E3E4DE;;
    text-indent: 10px;
    width: 300px;
    position: relative;
    left: -50px;
}
.nav-vert > ul > li > ul > li > ul li a:hover { 
    background: #dfe989;
}
.nav-vert > ul > li > ul > li > ul > li > ul li a { text-indent: 20px; }
.nav-vert > ul > li > ul > li > ul > li > ul > li > ul li a { text-indent: 30px; }
.nav-vert > ul li:last-child > a { border-bottom: 0px; }
.nav-vert > ul > li > ul > li {
    position: relative;
}
.nav-vert > ul > li > ul > li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
}
.nav-vert > ul > li > ul li:hover > ul {
    display: block;
}
/* end CATEGORIES */

/* FOOTER */
.footer {
    background-color: #074053;
    color: #FFF;
    font-family: 'open_sansregular', Arial;
    font-size: 12px;
    line-height: 18px;
    height: 189px;
    margin: 44px auto 0;
    width: 100%;
}
.footer > div.center {
    height: 160px;
}

.footer .copy {
    background: #042E3C;
    height: 30px;
}
.footer .copy p {
    line-height: 30px;
}
.footer .onde_estamos, .footer .telefones, .footer .email {
    background-repeat: no-repeat;
    font-size: 12px;
    height: 70px;
    padding-top: 17px;
    width: 270px;
    float: left;
}
.footer .onde_estamos p span, .footer .telefones p span, .footer .email p span {
    font-family: 'open_sansbold', Arial;
    font-size: 16px;
}

/* SIDEBAR */
.sidebar {
    float: left;
    margin-top: 20px;
    min-height: 200px;
    width: 260px;
}
.newsletter {
    background-color: #AD0F15;
    color: #FFFFFF;
    margin-top: 20px;
    padding: 30px;
    width: 266px;
}
.newsletter h1 {
    font-family: 'open_sansregular', Arial;
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    text-transform: uppercase;
}
.newsletter p {
    font-family: 'open_sansregular', Arial;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
.newsletter input[type='text'] {
    border: 1px solid #950D12;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    margin-bottom: 10px;
    text-indent: 8px;
    width: 264px;
}
/* end SIDEBAR */

/* CONTENT */
#corpo {
    margin: 20px auto 0;
    width: 1022px;
}
#corpo.right {
    float: right;
    margin: 20px 0 0 12px;
    min-height: 300px;
    width: 750px;
}
#corpo > .title-category {
    color: #284251;
    display: block;
    font-family: 'open_sansbold', Arial;
    font-size: 16px;
    line-height: 38px;
    height: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDDDF;
}

#corpo > .title-acessorios {
    color: #CED94C;
    display: block;
    font-family: 'open_sansbold', Arial;
    font-size: 14px;
    line-height: 38px;
    height: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: solid #ddd 1px;
    
}

#corpo > h1, .title {
    color: #CED94C;
    display: block;
    font-family: 'open_sansbold', Arial;
    font-size: 14px;
    line-height: 38px;
    height: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#corpo p, #corpo label, #corpo table tr td {
    color: #595856;
    line-height: 18px;
}
#corpo table tr td {
    color: #595856;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
}
#corpo .table tr td {
    padding: 3px 0;
}

#corpo .cont {
    margin: 10px auto;
    width: 740px;
}
#corpo .cont .box {
    border: 1px solid #62406E;
    padding: 10px;
    width: 738px;
}
#corpo .cont .sub_title {
    background-color: #62406E;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-indent: 10px;
    text-transform: uppercase;
    width: 760px;
}

.date{
    color: #585856;
    font-family: 'open_sansregular', Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 0px;
}

.slider {
    height: 290px;
    overflow: hidden;
    margin: 50px auto;
    max-width: 1616px;
    position: relative;
    width: 1030px;
}
.accordion img {
}
#localizacao {
    display: none;
}
#localizacao a, #localizacao span {
    font-size: 14px;
    line-height: 28px;
    padding: 2px;
}

.input_submit_default {
    background-color: #CADB3A;
    color: #151515;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
.bem_vindo{
    width: 100%;
    height: 280px;
}
.bem_vindo .home-bv-left{
    width: 500px;
    height: 280px;
    float: left;
    position: relative;
}
.bem_vindo .home-bv-left img{
    position: absolute;
    bottom: 10px;
}
.content-current tr td{
    padding: 10px;
}
#novidades{
    width: 400px;
    height: 280px;
    float: right;
    padding-left: 40px;
    border-left: 1px solid #BFCCD2;
}
#novidades .box-novi{
    margin: 20px 0px;
}
#novidades h1, .text-novi{
    font-family: 'open_sansregular', Arial;
    letter-spacing: 1px;
    color: #074053;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 10px;
}
#novidades h2{
    font-family: 'open_sansregular', Arial;
    color: #074053;    
    font-weight: normal;
    font-size: 16px;
    float: right;
}
#novidades p{
    font-size: 12px;
    color: #7F96A4;
    line-height: 15px;
}
#novidades img{
    width: 23%;
    float: left;
    margin-right: 20px;
    margin-bottom: 2px;
}
.bem_vindo .home-bv-left h1{
    font-family: 'open_sansregular', Arial;
    font-weight: normal;
    letter-spacing: 1px;
    color: #074053;
    font-size: 25px;
    padding-bottom: 10px;
}
.bem_vindo .home-bv-left p{
    color: #074053 !important;
    line-height: 18px !important;
}
.welcome {
    margin: 30px 0 110px;
}
.welcome .box {
    color: #074053;
    float: left;
    font-family: 'open_sansregular', Arial;
    width: 184px;
    margin: 10px;
}
.welcome .prod{
    width: 175px;
    overflow: hidden;
    margin: 5px;
}
.welcome .box h1 {
    font-size: 13px;
    font-weight: normal;
    background: #F3F3F3;
    border-bottom: 1px solid #CADA39;
    line-height: 27px;
    width: 89%;
    padding: 0px 0px 20px 20px;
    height: 38px;
}
.welcome .prod h1{
    padding: 10px 5px 10px 6px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    width: 94%;
}
.welcome .box.bem_vindo h1 { background-image: url('../img/ico_home_bem-vindo.png'); }
.welcome .box.nossas_maquinas h1 { background-image: url('../img/ico_home_nossas-maquinas.png'); }
.welcome .box.catalogo h1 { background-image: url('../img/ico_home_catalogo.png'); }
.welcome .box p {
    line-height: 14px !important;
    margin-bottom: 15px;
}
.welcome .box a { }
.welcome .box-produtos{ width: 355px; }
.welcome .box-produtos img{ width: 100%; }

.nav-prod {
    border-top: 1px solid #151515;
    position: relative;
    margin-bottom: 40px;
}
.nav-prod li {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    float: left;
    line-height: 34px;
    margin: -21px 100px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.nav-prod li:nth-child(1) { margin-left: 200px; }
.nav-prod li:nth-child(2) { margin-left: 411px; }
.nav-prod li:nth-child(3) { margin-left: 622px; }
.nav-prod li.active { background-color: #000000; color: #FFFFFF; }
.nav-prod li a { display: block; }

.product_list > .content { display: none; min-height: 10px; }
.product_list > .content.active { display: block; }

.product_info ul {
    padding: 0px;
    margin: 0px;
}
.product_info ul li{
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: left 5px; 
    padding-left: 15px; 
}

.portas{
    width: 100%;
    text-align: center;
    padding: 0;
}
.portas .line1 a{
    display: inline-block;
    height: 1em;
    padding: 10em 3em 0em;
    width: 22%;
    line-height: 12em;
    font-size: 1em;
    text-transform: uppercase;
    color: #000000;
    transition: 0.7s all ease;
    padding-bottom: 3em;
}
.portas .line2 a{
    display: inline-block;
    padding: 16em 0em 0;
    margin: 0em 3em;
    width: 25%;
    font-size: 1em;
    text-transform: uppercase;
    color: #000000;
    transition: 0.7s all ease;
}
.portas a:hover{color: #074052;}
.portas .line1{display: block; margin: 2em auto;}
.portas .line2{display: block; margin: 2em auto;}
.box-portas1{
    background-image: url('../img/icone_aplicativo_porta_catracas.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.box-portas2{
    background-image: url('../img/icone_aplicativo_cancela.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.box-portas3{
    background-image: url('../img/icone_aplicativo_porta_batente.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.box-portas4{
    background-image: url('../img/icone_aplicativo_porta.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.box-portas5{
    background-image: url('../img/icone_aplicativo_servico.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    
}

/* CUSTOMER */
#nav-aba li {
    display: block;
    float: left;
}
#nav-aba li label input { display: none }
#nav-aba li label {
    display: block;
    font-size: 16px;
    color: #3E802B;
    padding: 10px;
    background: #CCC;
    cursor: pointer;
}
#nav-aba li label.selected {
    background: #FFF;
}
.aba {
    margin-bottom: 10px;
    display: none;
    clear: both;
}
.subTitle {
    color: #595856;
    font-size: 16px;
    padding: 5px;
}
.clientes-box img{
    margin: 10px;
    border: 2px solid #074052;
    transition: 0.7s all ease;
}
.clientes-box img:hover{
    border: 2px solid #CED94C;
}
/* BUTTON */
.btnBig {
    width: 205px;
    height: 48px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    background: url("../img/customer/btnBig_bg.gif") no-repeat;
}
.btnBig:hover { background-position: 0 -48px; }
.input-submitFinal {
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    color: #2a2c2e;
    font-weight: bold;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background: url("../img/customer/input-submitFinal_bg.gif") repeat-x;
}
.input-submitFinal:hover { background-position: 0 -35px; }

/* TABLE */
.table th, .table td {
    vertical-align: middle;
    padding: 3px 2px;
}
.table thead {
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}
.table thead th {
    background-color: #EEEEEE;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #444444;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}
.table.list { border: 1px solid #CCC; }
.table.list tbody td {
    border-left: 1px solid #CCC;
    text-align: center;
}
.table tr.hover:hover td { background-color: #dbe8f8 !important; }
.table tr.zebra td { background-color: #f1f8ff !important; }
.table td.colorDif {
    background: #ebf7ff
}
.table td.colorDif2 {
    background: #ebebeb;
}
.table td.divide {
    border-bottom: 1px solid #cccccc;
}

.table-interno table{
    width: 750px !important;
    
}
.table-interno ul li{
    color: #595856;
    line-height: 18px;
    font-size: 12px;
    
}
.table-interno table td{
    
    padding: 10px;
}
.table-interno table tr:nth-of-type(odd){
    
    background: #EDEDED;
}

/* PAGINATOR */
.paginas {
    text-align: right;
    padding-top: 15px;
    clear: both;
}
.paginas .texto_pag a {
    padding: 2px;
    margin: 1px;
    background-color: #797979;
    color: #FFF;
    font-size: 11px;
}
.paginas .texto_pag a:hover { background-color: #535353; }
.paginas .pag_selec {
    padding: 2px;
    margin: 1px;
    background-color: #535353;
    color: #FFF;
    font-size: 11px;
}

.buttonDown {
    width: 157px;
    height: 46px;
    float: left;
    margin: 3px 2px;
    padding: 8px 5px 0 5px;
    background: url(../img/down_bg.png) no-repeat 0 0;
    font-size: 10px;
    color: #393838;
    line-height: 11px;
    text-align: right;
    cursor: pointer;
}
.buttonDown:hover {
    background-position: 0 -54px;
}
div#tabs.tabs nav ul li a{
    font-size: 12px;
    font-weight: bold;
    height: 38px;
}

.flex-next{
    position: relative!important;
    left: 753px!important;
    top: -48px!important;
    opacity: 100!important;
}

.flex-prev{
    opacity: 100!important;
    left: -35px!important;
}

.nav-vert{
    margin-top: 70px;
}

.posicaocliente{
    position: relative!important;
    top: 70px!important;
}

div#tabs.tabs nav{
    margin-top: 70px!important;
}

.corcinza{
    background-color: #f3f3f3;
}

