/*
    Document   : home
    Created on : 14/11/2011, 17:28:10
    Author     : Jonas
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*#linha_produtos*/
#linha_produtos{
    width: 960px;
    margin: -60px auto 60px auto;
    position: relative;
    z-index: 20;
}
#linha_produtos ul{
    float: left;
}
#linha_produtos ul li{
    width: 146px;
    height: 147px;
    display: inline;
    display: block;
    float: left;
    margin-right: 57px;
}
#linha_produtos ul li.tratores{background: top center url(img/linha-produtos-bg-tratores.png) no-repeat;}
#linha_produtos ul li.caminhoes{background: top center url(img/linha-produtos-bg-caminhoes.png) no-repeat;}
#linha_produtos ul li.marrua{background: top center url(img/linha-produtos-bg-marrua.png?v2) no-repeat;}
#linha_produtos ul li.onibus{background: top center url(img/linha-produtos-bg-onibus.png) no-repeat;}
#linha_produtos ul li.motores{
	background: top center url(img/linha-produtos-bg-motores.png) no-repeat;
	margin-right:0px;
}
#linha_produtos ul li a{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
#linha_produtos ul li a span{
    margin: 120px 0 0 26px;
    float: left;
    background-image: url(img/linha-produtos.png);
    background-repeat: no-repeat;
    width: 85px;
    text-align: right;
    height: 36px;
    padding-top: 12px;
    padding-right: 35px;
    display: block;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
}
#linha_produtos ul li a:hover span{
    background-image: url(img/linha-produtos-hover.png);
    color:#FFF;
}
/*#linha_produtos*/
/*#content*/
#content{
    background-color: #E3E3E3;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 425px;
}
#content .content_2{
    width: 960px;
    margin: auto;
}
#content .content_2 h2{
    font-family: 'GothamBookRegular';
    font-size: 16px;
    text-transform: uppercase;
    color:#595959;
}
#content .content_2 h2 strong{
    font-family: 'GothamBoldRegular';
    font-size: 24px;
    text-transform: uppercase;
    color:#771212;
    display: block;
}
#content .content_2 .fique_dentro{
    float: left;
    width: 315px;
    position: relative;
    z-index: 20;
    padding: 15px 0 25px 0;
}
#content .content_2 .fique_dentro .topico{
    float: left;
    margin-top: 15px;
    width:315px;
	height:75px;
}
#content .content_2 .fique_dentro .topico .datas{
    background: url(img/bg_datas2.png) top center no-repeat;
    display: block;
    float: left;
    text-align: center;
    width: 76px;
    height: 76px;
    color: #666666;
    font-size: 20px;
    margin-top: 8px;
    padding-top:5px;
    font-family: 'GothamBookRegular';
}
#content .content_2 .fique_dentro .topico .datas .dia {
    display: block;
    font: bold 22px 'GothamBookRegular';
    margin:0;
}
#content .content_2 .fique_dentro .topico .datas .mes {
    display: block;
    font: 16px 'GothamBookRegular';
    margin:0 2px 0 0;
}
#content .content_2 .fique_dentro .topico .datas .ano {
    display: block;
    font: 16px 'GothamBookRegular';
    margin:0 2px 0 0;
}
#content .content_2 .fique_dentro .topico a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#828282;
    float: right;
    width: 230px;
    margin-top: 7px;
    display:block;
}
#content .content_2 .fique_dentro .topico a:hover{
    color: #363636;
}
#content_bg{
    /*background: url(img/content-bg.jpg) top center no-repeat;*/
    -webkit-box-shadow: -2px 3px 3px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: -2px 3px 3px 0px rgba(50, 50, 50, 0.31);
    box-shadow: -2px 3px 3px 0px rgba(50, 50, 50, 0.31);

    background: #FFF;
    border-radius: 0 0 0 200px;
    -webkit-border-radius: 0 0 0 200px;
    -moz-border-radius: 0 0 0 200px;

    width: 58%;
    position: absolute;
    z-index: 9;
    right: 0;
    margin-top: 14px;

    behavior: url(/assets/js/pie2/PIE.php);
}
#content_bg .border {
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #e3e3e3 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e3e3e3 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%,#ffffff 100%);
    -pie-background: linear-gradient( #e3e3e3, #ffffff);

    width: 100%;
    height: 5px;

    behavior: url(/assets/js/pie2/PIE.php);
}
#content .content_2 .destaques {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 645px;
    min-height: 250px;
    padding-top: 8px;
}
#content .content_2 .destaques h1 {
    margin: 15px 0 0 15px;
}
#content .content_2 .destaques h2 {
    margin: 0 0 0 15px;
    width: 120px;
    float: left;
}
#content .content_2 .destaques .titulo {
    font: bold 22px 'GothamBookRegular';
    color: #595959;
    margin-left: 10px;
    width: 400px;
    min-height: 50px;
    width: 465px;
    text-align: center;
    float: left;
}
#content .content_2 .destaques .slider {
    min-height: 300px;
}
#content .content_2 .destaques .slider .imagem {
    margin-left: 162px;
    margin-top: 20px;
    width: 400px;
    padding-bottom: 20px;
    height: 290px;
}
#content .content_2 .destaques .slider a {
    display: none;
    position: absolute;
}

#content .content_2 .destaques .slider a.ativo{
    display: inline;
}
#content .content_2 .destaques .controles img{
    position: absolute;
    z-index: 20;
    cursor: pointer;
}
#content .content_2 .destaques .controles img.prev{
    margin: 70px 0 0 578px;
}
#content .content_2 .destaques .controles img.next{
    margin: 105px 0 0 578px;
}
/*#content*/

/**
 * Modal temporária expointer 10/08/2016 - Henrique Orlandin
 */
.expointer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 55;
    top: 0;
}
.expointer .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    z-index: 0;
}
.expointer .wrap {
    width: 960px;
    height: 572px;
    margin: 100px auto;
    background-image: url('../img/modal-expointer.png');
    position: relative;
    z-index: 1;
}
.expointer .wrap .close {
    width: 55px;
    height: 55px;
    background-color: #a20a0a;
    border-radius: 0px 0px 0px 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../img/modal-expointer-close.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    cursor: pointer;
}
.expointer .wrap .content {
    width: 850px;
    margin: 50px 0px 0px 50px;
    display: inline-block;
}
.expointer .wrap .content .left { width: 425px; float: left; }
.expointer .wrap .content .right { width: 390px; float: right; }
.expointer .wrap .content .left h4 {
    font-size: 34px;
    color: #333333;
    font-family: 'GothamBoldRegular';
    text-align: right;
    letter-spacing: -2px;
    line-height: 50px;
}
.expointer .wrap .content .left h3 {
    font-size: 50px;
    color: #a20a0a;
    font-family: 'GothamBoldRegular';
    text-align: right;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.expointer .wrap .content .right p {
    font-size: 18px;
    color: #333333;
    font-family: 'GothamBookRegular';
    letter-spacing: -1px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 12px;
}
.expointer .wrap .content .right strong {
    font-size: 16px;
    color: #333333;
    font-family: 'GothamBoldRegular';
    letter-spacing: -1px;
    display: inline-block;
    margin-bottom: 12px;
}
.expointer .wrap .content .right a {
    font-size: 18px;
    color: #a20a0a;
    font-family: 'GothamBoldRegular';
    width: 266px;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    border-radius: 0px 0px 0px 30px;
}