@font-face {
    font-family: 'Open_Sans_Condensed_Light';
    src: url('fonts/opensans-condlight-webfont.eot');
    src: url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-condlight-webfont.woff') format('woff'),
        url('fonts/opensans-condlight-webfont.ttf') format('truetype'),
        url('fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    border:0; padding:0; margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hide { display:none!important; }

html, body{
    height: 100%;
}

html{
    font-size: 62.5%;
}

body{
    background: #ddd url('../img/bg_textura.jpg') repeat 0 0;
    width: 100%;
    max-width: 1920px;
    min-width: 300px;
}

#header, #banner, #principal, #footer{
    clear: both;
}

h1, h2, h3, h4, p, a, li, span, strong, address, td, th, input, textarea, select, button{
    font-family: "Open_Sans_Condensed_Light", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 19px;
    color: #222;
}

h2{
    color: #e0231b;
    font-size: 60px;
    margin-bottom: 50px;
    text-align: center;
}
h3{
    color: #004f91;
    font-size: 26px;
}
a{
    color: #004f91;
}
p{
    text-indent: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
li{
    list-style: none;
}
img{
    max-width: 100%;
}
a, input[type=submit]{
    cursor: pointer;
}
input, textarea, select{
    outline: none;
}
.campo_off{
    display: none !important;
}



section{
    padding: 50px 0;
    margin-bottom: 50px;
    background: url('../img/divisoria.png') no-repeat center bottom;
}

.grid{
    width: 100%;
    max-width: 1200px;
    display: table;
    clear: both;
    margin: 0 auto;
    box-sizing: border-box;
}

.left{
    float: left;
    width: 50%;
    padding-right: 15px;
}
.right{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.border{
    border: solid 1px #004f91;
    border-bottom: 0;
    border-top: 0;
    padding: 15px;
}
.border, .border p, .border a{
    color: #004f91;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 0;
}





/***************** Início */

#inicio{
    display: table;
    /*height: 100%;*/
    width: 100%;
    float: left;
    clear: both;
}

#topo{
    background: url('../img/bg_topo.png') center;
    height: 210px;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    top: 0;
    z-index: 999;
}
#topo .grid menu {
    padding-right:150px;
    display: inline-block;
    float: left;
}
#topo .grid .right {
    margin-left: 150px;
    display: inline-block;
    float: right;
}
#menu{
    margin-top: 38px;
}
#menu li{
    display: inline-block;
    float: left;
    margin-right: 54px;
}
/*
#menu li .ativo:after{
        content: " ";
        width: 0px;
        height: 0px;
        border-top: solid 10px #ececec;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-bottom: 0;
        display: block;
        margin: 28px auto 0;
}
*/

#logo{
    margin: 23px 0 0 6px;
}
#logo a{
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/logo.png') center 0;
    width: 238px;
    height: 147px;
    display: block;
}

#topo .right{
    width: auto;
    margin-top: 35px;
}
#topo .right a:first-child{
    margin: 3px 12px 0 0px;
    float: left;
}
#topo .right img {
    margin: 0 0 0 8px;
    height: 20px;
}
#topo > div > div > a:last-child {
    margin:0 0 0 14px;
    vertical-align:middle;
}
#topo > div > div > a > img {
    margin:0!important;
    height:32px!important;
}




#banner{
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 91px auto 0;
    display: table;
    float: left;
    clear: both;
    background: url('../img/sombra_banner.png') no-repeat center bottom;
    padding-bottom: 70px;
}


#banner li{
    display: none;
    background: no-repeat right bottom;
    background-size: cover;
    position: absolute;
    width: 100%;
}

#banner li img{
    display: none;
}

#banner li#banner1{ background-image: url('../img/banner6.jpg');}
#banner li#banner2{ background-image: url('../img/banner1.jpg');}
#banner li#banner3{ background-image: url('../img/banner2.jpg');}
#banner li#banner4{ background-image: url('../img/banner3.jpg');}
#banner li#banner5{ background-image: url('../img/banner4.jpg');}


#inicio .atendimento{
    color: #005192;
    font-size: 24px;
    width: 100%;
    position: relative;
    bottom: 110px;
    font-style: italic;
    font-weight: bold;
    text-align: left;



}







/***************** Empresa */
#empresa{
    padding-top: 20px;
    /* width: 1100px; */
}
#empresa .slogan{
    display: block;
    color: #005192;
    font-size: 40px;
    line-height: 100%;
    margin: 50px auto -20px;
    padding: 20px 160px 0;
    text-align: center;
    background: url('../img/divisoria.png') no-repeat center top;
}



/***************** Materiais */
#materiais {
    margin-top: 24px;
    width: 1100px;
}
#materiais .left.first{
    width: 68%;
}
#materiais .right.destaque{
    width: 32%;
    text-align: center;
    text-indent: 0;
    margin-bottom: 40px;
}
#materiais li{
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 5px 10px;
    background: #fff no-repeat center center;
    border: solid 1px #004f91;
}
#materiais li h3{
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: rgba(255,255,255,0.8);
    width: 99px;
    height: 98px;
    padding: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    opacity: 0;

    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -ms-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
#materiais li:hover h3{
    opacity: 1;
}

#materiais .nylon{ background-image: url('../img/nylon.jpg'); }
#materiais .engrenagem{ background-image: url('../img/engrenagem.jpg'); }
#materiais .material_eletrico{ background-image: url('../img/material_eletrico.jpg'); }
#materiais .bronze{ background-image: url('../img/bronze.jpg'); }
#materiais .vidro{ background-image: url('../img/vidro.jpg'); }
#materiais .motor{ background-image: url('../img/motor.jpg'); }
#materiais .cabo_aco{ background-image: url('../img/cabo_aco.jpg'); }
#materiais .mais{ background-image:url('../img/ico_mais.png'); background-color: #e6e6e6; }


#materiais .right p.destaque{
    color: #004f91;
}
#materiais .right p.destaque img{
    float: right;
    margin: 0px 4px;
    height: 20px;
}
#materiais .right p.destaque img.visa{/* border: solid 1px #005299; */}
#materiais .right p.destaque img.master{}

#materiais aside.left, #materiais aside.right{
    margin-top: 20px;
}
#materiais aside.left h3, #materiais aside.right h3{
    font-size: 19px;
    margin-bottom: 10px;
    text-indent: 20px;
}
#materiais aside.left{
    clear: left;
}





/***************** Reciclagem */
#reciclagem img{
    float: left;
    margin: 0 20px 20px;
}
#reciclagem h3{
    font-size: 19px;
    margin-bottom: 10px;
    text-indent: 20px;
}
#reciclagem ul{
    margin-bottom: 15px;
    float: left;
}
#reciclagem li{
    margin-left: 20px;
}
#reciclagem li:before{
    content: "-";
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#reciclagem .left ul{
    width: 100%;
}
#reciclagem .left li{
    width: 40%;
    display: inline-block;
    float: left;
}

#reciclagem .licenca p {
  padding-left: 460px;
  color:#004F91;
  margin:0;
  padding-top: 90px;
  position: absolute;
  font-weight: bolder;

}

#reciclagem .licenca img {
  display: block;
/*  margin-right:auto;
  margin-left: auto;*/
  padding-left: 460px;
  position: relative;
  

}






/***************** Contato */
#contato{
    background: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#contato .left{
    width: 55%;
}
#contato .right{
    width: 45%;
    padding-left: 60px;
}
#contato .right p{
    margin-bottom: 0;
    text-indent: 0;
}
#contato .right h3{
    margin-top: 20px;
}
#contato .right h3.first{
    margin-top: 0;
}
#contato .right p, #contato .right a{
    line-height: 26px;
}
#contato .right .endereco{
    max-width: 200px;
}
#contato .right .tel,
#contato .right .email{
    color: #222;
}
#contato .right .border{
    max-width: 260px;
    margin-top: 20px;
    padding: 10px 15px;
}
#contato .right .border p{
    text-align: center;
}
#contato .right .border p.last{
    font-size: 19px;
}
#contato .right .border .facebook{
    padding: 4px 0 0 45px;
    background: url('../img/facebook2.png') no-repeat 0 0;
    min-height: 35px;
    display: block;
    margin: 10px 0 0 25px;
}

#contato form{
    width: 430px;
}
#contato input,
#contato textarea{
    display: block;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 2px 7px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 2px 7px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 7px rgba(0,0,0,0.4);
    background: #FFF;
    padding: 5px 10px;
    width: 100%;
}
#contato textarea{
    resize: none;
    height: 150px;
}
#contato input[type="submit"]{
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    float: right;
    width: 140px;
    font-size: 26px;
    color: #004f91;
}
#contato .msg{
    float: left;
    display: block;
    margin-top: 15px;
}


#contato #mapa{
    margin-top: 40px;
    background: #dde6d5;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.3);
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
}
#contato #mapa iframe{
    margin: 0 auto;
    display: block;
}





/***************** Rodapé / Footer */
#rodape{
    margin-bottom: 5px;
}
#rodape .copy{
    float: left;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0;
}
#rodape .h2k{
    float: right;
    display: inline-block;
}






@media screen and (max-width: 1400px){
    #banner li{
        background-position: 65% bottom;
    }
}


@media screen and (max-width: 1220px){
    #banner li{
        background-position: 75% bottom;
    }
}

#reciclagem span {

  font-weight: 550;

}
.responsive {
  width: 100%;
  height: auto;
}
