/* 
    Document   : estilo
    Created on : 18/06/2013, 19:44:45
    Author     : Gabriel Maromba
    Description:
        Purpose of the stylesheet follows.
*/

root {  display: block; }

/*  ======= reset.css =======================================  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, 
q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{margin:0 ;padding:0; border:0;font-weight:inherit;font-style:inherit; font-size:100%; font-family:inherit;vertical-align:baseline; text-decoration: none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none; text-decoration: none;}
select { padding: 5px; width: 260px; color: #776b61;}

/*  ======= GERAL =======================================  */
body {
    font-family: 'Roboto', sans-serif;
}

#pagina {
    width: 100%;
    height: 100% auto;
    display: table;
    position: relative;

}

h1 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 38px;
}

h1 strong {
    font-weight: 900;
}

h2 {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 28px;
    text-transform: uppercase;
    color: #d02632;
}

h3 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #505051;
}

h4 {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #5b5b5b;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;  
    font-size: 13px;
    color: #4b4b49;
}

li {
    list-style: none;
}

a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.box-container {
    width: auto;
    height: auto;
    display: table;
    position: relative;
}

.list-active {
    background: #fff !important;
}

.list-active a {
    color: #202020 !important;
}

.mascara-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.leia-mais a:hover, .desc-box-servicos a:hover {
    text-decoration: underline;
}

input, textarea, select {
    outline: none;
}
/*  ======= // GERAL =======================================  */

/*  ======= TOPO =======================================  */
#topo {
    width: 100%;
    height: 100% auto;
    display: table;
    position: relative;
    float: left;
    border-bottom: 1px solid #919496;
    background: #071218;
}

#faixa-topo {
    background: #252d33; 
    width: 50%;
    position: absolute;
    right: 0; 
    top: -1px;
    height: 100%;
    display: block; 
    z-index: 0; 
    border-bottom: 1px solid #919496;
}

#ponta-topo {
    height: 100%;
    width: 960px;
    position: absolute;
    display: block;

    top: 0; 
    right: 50px;
    border-bottom: 1px solid #919496;
    z-index: -1;
    background: url(../img/estrutura/ponta-topo.png) no-repeat right top;
}

/*  ==== NAVE ====  */
#nave {
    width: 960px;
    height: 100% auto;
    display: table;
    margin: 0 auto; 
    position: relative;  
    z-index: 3;
}

#logo {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: table;
    float: left;
}

#nave ul {
    width: auto; 
    height: auto;
    display: table;
    margin: 40px 105px -3px 0px;
    float: right;
}

#face-book {
    margin-left: 900px; width: 50px; height: 50px; margin-top: 40px; z-index: 1000;  position: absolute;
}

#nave ul li {
    float: left;
    padding: 21px 8px 21px 8px;
    margin-left: 10px;
    position: relative;
}

#nave ul li a {
    color: #fafafa;
    font-size: 11px;
    font-family: 'Syncopate', sans-serif;
    font-weight: 500;
}
/*  ======= // TOPO =======================================  */

/*  ======= PAINEL =======================================  */
#painel {
    width: 100%;
    height: 100% auto;
    display: table;
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
    background: #f2f2f2;
}

#painel h1 {
    color: #e2e2e2;
}

#painel h1 span {
    margin-left: -17px;
    color: #fff;
}

.internas {
    padding: 0 !important;
    height: 200px;
}

.slide {
    width: 100%;
    height: 465px;
    display: table;
    float: left;
    position: relative;
}

.cont-slide {
    width: 1140px;
    height: 100% auto;
    display: block;
    overflow: hidden !important;
    margin: 0 auto;
    position: relative;
}

.cont-slide img {
    width: 1140px;
}

.desc-slide {
    width: 477px;
    height: 100% auto;
    display: table;
    position: absolute;
    bottom: 111px;
    right: 188px;
    z-index: 3;

}

.desc-slide h1 {
    margin-bottom: 58px;
}

.desc-slide a {
    font-size: 13px;
    color: #fff;
    text-transform: none;
}

#slide-internas {
    width: 100%;
    height: 280px;
    display: table;
    position: relative; 
    margin: 0 auto;
}

#desc-slide-internas {
    position: absolute;
    left: 10px;
    top: 50%;
}

#area-cliente {
    position: absolute;
    top: 20px;
    right: 120px;
}

#area-cliente a {
    color: #fafafa;
    font-size: 9px;
    font-family: 'Syncopate', sans-serif;
    font-weight: 500;

}

#area-cliente a:hover {
    text-decoration: underline;

}
/*  ======= // PAINEL =======================================  */

/*  ======= MIOLO =======================================  */
#miolo {
    width: 100%;
    height: 100% auto;
    display: table;
    position: relative;
    float: left;
}

#icon-clientes {
    height: 100% auto;
    position: relative;
    display: table; 
    text-align: left;
    padding: 15px 25px 15px 25px;
    background: #16b7e6;
    margin-top: 30px;
    margin-left: 30px;
}

#icon-clientes:hover {
    background: #0580a4;
}

#icon-clientes a {
    color: #fff;
    text-transform: uppercase;
}

.box-portifolio {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    height: 160px;
    overflow: hidden;
    clear: both;
    margin-bottom: 5px;
    background: #f0f0f0;
    padding: 20px;
}

.box-portifolio img {
    float: left;
    margin-right: 15px;
}

.desc-box-portifolio {
    width: 700px;
    float: left;
    line-height: 24px;
}

.desc-box-portifolio p {
    margin-top: 25px;
}

.desc-box-portifolio a {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #505051;
}

/*  ==== CONT-MIOLO ====  */
#cont-miolo {
    width: 960px;
    height: 100% auto;
    display: table;
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    border-top: solid 1px #f0f0f0;
}

#orcamento input {
    width: 454px;
    padding: 15px 0px 15px 10px;
    border: 1px solid #d4d4d4;
    margin: 6px 4px 0px 4px; 
    float: left;
    color: #a3a3a3;
}

#orcamento select {
    width: 468px;
    padding: 14px 15px 14px 10px;
    border: 1px solid #d4d4d4;
    margin: 6px 4px 0px 4px; 
    float: left;
    color: #a3a3a3;

}

#orcamento label {
    display: table;
    width: 454px;
    margin-bottom: 20px;
    float: left; 
    color: #505051;
    font-size: 14px;
    text-transform: uppercase;
}

#orcamento select option {
    width: 100%;
    padding: 5px;
    margin: 6px 4px 0px 4px; 
    color: #a3a3a3;

}

#orcamento textarea {
    clear: both;
    width: 920px;
    padding-top: 15px;
    height: 150px;
    border: 1px solid #d4d4d4;
    color: #9c9c9c; font-size: 15px;  padding-left: 20px; font-family: 'Roboto', sans-serif;
}

#orcamento .botao {
    width: 100px;
    -moz-border-radius: 10px 0px 10px 10px;
    -webkit-border-radius: 10px 0px 10px 10px; 
    border-radius: 10px 0px 10px 10px;
    background: #d12632;
    border: 1px solid;
    clear: both;
    opacity: 0.9;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    float: left;
    color: #e7e7e7; 
    padding: 10px 30px 10px 30px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
}

#orcamento .botao:hover {
    opacity: 1.0;
    border: 1px solid #333333;
}

/*  ==== CONT-ESQ ====  */
#cont-esq {
    width: 423px;
    height: 100% auto;
    display: table;
    float: left; 
}

#sobre {
    width: 423px;
    height: 100% auto;
    display: table; 
    padding-bottom: 40px;
    border-bottom: 3px solid #dcdcdc;
    margin-bottom: 38px;
}

#sobre h1 {
    font-size: 71px;
    color: #d12632;
    text-transform: uppercase;
    line-height: 70px;
    font-family: 'Source Sans Pro', sans-serif;
}

#orc {
    width: 600px;
    height: 100% auto;
    display: table; 
    margin-top: -20px;
    margin-bottom: 10px;
}

#orc h1 {
    font-size: 55px;
    color: #d12632;
    text-transform: uppercase;
    line-height: 70px;
    font-family: 'Source Sans Pro', sans-serif;
}

#orc p:first-of-type {
    color: #d12632;
    margin-bottom: 30px;
    font-size: 16px;
}




#orc-2 {
    width: 600px;
    height: 100% auto;
    display: table; 
    margin-top: -20px;
    margin-bottom: 10px;
}

#orc-2 h1 {
    font-size: 55px;
    color: #d12632;
    text-transform: uppercase;
    line-height: 70px;
    font-family: 'Source Sans Pro', sans-serif;
}

#orc-2 p:first-of-type {
    color: #959595;
    margin-bottom: 30px;
    font-size: 16px;
}

.leia-mais {
    display: table;
    padding: 6px 27px 6px 27px;
    margin-top: 64px;
    float: right;
    background: #d12632;
    border: 1px solid window;
}

.leia-mais:hover {
    border: 1px solid #6c6c6c;
}

.leia-mais a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.serv-online {
    width: 100%;
    height: 100% auto;
    display: table;
    margin-bottom: 16px;
}

.serv-online a {
    font-size: 17px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #5b5b5b;
}

.desc-serv-online {
    width: 325px;
    height: 100% auto;
    display: table;
    float: left;
    margin-left: 15px;
}

.serv-online img {
    float: left;
}
/*  ==== CONT-DIR ====  */
#cont-dir {
    width: 435px;
    height: 100% auto;
    display: table;
    float: left;
    margin-left: 95px;

}

.box-servicos {
    width: 192px;
    height: 161px;
    display: table;
    position: relative;
    float: left;
    margin: 0px 10px 18px 9px;
}

.box-servicos img {
    width: 192px;
    height: 161px;
}

.desc-box-servicos {
    padding: 3px 30px 3px 4px;
    display: table;
    position: absolute;
    z-index: 10;
    bottom: 26px;
    left: 0;
    background: url(../img/estrutura/fundo-desc.png);
}

.desc-box-servicos a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

/*  ==== COLUNA-ESQ ====  */
#coluna-esq {
    width: 680px;
    height: 100% auto;
    display: table; 
    margin-right: 20px;
    text-align: justify;
    float: left; 
}

#coluna-esq h1 {
    font-size: 50px;
    color: #d12632;
    text-transform: uppercase;
    line-height: 70px;
    font-family: 'Source Sans Pro', sans-serif;
}

#coluna-esq p {
    margin-bottom: 10px;
    width: 600px;
    line-height: 22px;
    margin-top: 10px;
    text-align: justify;

}

#coluna-esq input {
    width: 340px;
    padding: 15px 0px 15px 10px;
    border: 1px solid #d4d4d4;
    margin-top: 6px;
    float: left;
    margin-left: 4px;
    color: #a3a3a3;
}


#coluna-esq textarea {
    width: 680px;
    height: 165px;
    clear: both;
    padding: 15px;
    border: 1px solid #d4d4d4;
    margin-top: 8px;
    color: #a3a3a3;
}

#coluna-esq .botao {
    width: 100px;
    -moz-border-radius: 10px 0px 10px 10px;
    -webkit-border-radius: 10px 0px 10px 10px; 
    border-radius: 10px 0px 10px 10px;
    background: #d12632;
    border: 1px solid;
    clear: both;
    opacity: 0.9;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    float: right;
    color: #e7e7e7; 
    padding: 10px 30px 10px 30px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
}

#coluna-esq .botao:hover {
    opacity: 1.0;
    border: 1px solid #333333;
}

/*  ==== COLUNA-DIR ====  */
#coluna-dir {
    width: 220px;
    height: 100% auto;
    position: relative;
    display: table; 
    float: left;

} 

#solicite-container {
    margin-top: 80px;
}

.solicitacoes {
    width: 170px;
    height: 100% auto;
    position: relative;
    display: table; 
    text-align: left;
    padding: 27px 0px 25px 85px;
    background: #f3212f;
    margin-bottom: 10px;
    border: 2px solid #fff;
}

.solicitacoes:hover {
    border: 2px solid #079cc8;

}

.acopioza:hover {
    border: 2px solid #079cc8 !important;

}

.solicitacoes img {
    position: absolute;
    margin-top: -27px;
    margin-left: -75px;
}
.solicitacoes a {
    color: #fff;
    text-transform: uppercase;
}

.link-acopioza{
    width: 170px;
    height: 100% auto;
    position: relative;
    display: table; 
    text-align: left;
    padding: 27px 0px 25px 85px;
    background: #f3212f;
    margin-bottom: 10px;
    border: 2px solid #fff;
}

.link-acopioza:hover {
    border: 2px solid red;
}

.link-acopioza img {
    position: absolute;
    margin-top: -27px;
    margin-left: -75px;
}
.link-acopioza a {
    color: #fff;
    text-transform: uppercase;
}

#coluna-dir ul {
    border-left: 1px solid #e3e3e3;
}

#coluna-dir ul li {
    padding: 15px 0px 15px 20px;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer; 
}

#coluna-dir ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 700;
}

/*  ==== MAPA ====  */
#mapa {
    width: 100%;
    height: 100% auto;
    display: table;
    clear: both;
    float: left;
    margin-top: 50px;
}

#mapa h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lamina-cont {
    display: none;
}
/*  ======= // MIOLO =======================================  */

/*  ======= FOOTER =======================================  */
#footer {
    width: 100%;
    height: 100% auto;
    display: table;
    float: left;
    position: relative;
    background: #1e2428;
    margin-top: 140px;
}

/*  ==== CONT-FOOTER ====  */
#cont-footer {
    width: 960px;
    height: 100% auto;
    display: table;
    position: relative;
    padding: 61px 0px 61px 0px;
    margin: 0 auto;
    z-index: 1;
}

#creditos {
    width: 376px;
    height: 100% auto;
    display: table;
    float: left;
}

#creditos p {
    font-size: 13px;
    color: #fff;
}

#creditos p strong {
    font-weight: 700;
}

#logo-icone7 {
    width: auto;
    height: auto;
    display: table;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

#faixa-footer {
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    background: #071218;
}

#ponta-footer {
    width: 780px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: url(../img/estrutura/ponta-footer.png) no-repeat top right;
}
/*  ======= // FOOTER =======================================  */

/*  ======= SLIDER =======================================  */
#slider {
    width: 100%;  
    height: 465px;
    overflow: hidden;
    /*IE bugfix*/
    padding:0;
    margin:0;
}

#slider li { list-style:none; }

#page {
    width: 100%;  
    height: 465px;
    margin: 0 auto;
    display: table;
    overflow: hidden;
    height: 465px;
}

.rhino-btn {
    background:url(../img/rhinoslider-sprite.png) 0 0 no-repeat;
    z-index:10;
    width:56px;
    height:53px;
    display:block;
    text-indent:-999%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-prev, .rhino-next { bottom:-4px; }

.rhino-prev {
    left:-6px;
    background-position:-168px 0;
}

.rhino-next {
    right:-6px;
    background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
    top:-4px;
    left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
    position:absolute;
    background: #000;
    display:none;
    left:0;
    right:0;
    top:0;
    color:#fff;
    padding:10px;
    text-align:right;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-bullets {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin:0 0 0 -50px;
    z-index: 10;
    background: #fff;
    padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
    position:absolute;
    display:block;
    left:-16px;
    content:' ';
    width:16px;
    height:26px;
    background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
    left:auto;
    right:-16px;
    background-position: -240px 0;
}

.rhino-bullets li {
    float:left;
    display:inline;
    margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
    display: block;
    width: 16px;
    height: 15px;
    cursor: pointer;
    background: white;
    font-size: 10px;
    text-align: center;
    padding: 6px 0 5px 0;
    color: #333;
    text-decoration:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
    color:#999;
    background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    color:#fff;
    background:#5cd4e8;
}
