.banner{
    background-color: #FFFFFF;
    min-height: 300px;
    background-image: url(../img_banner/motor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    transition: all ease 1s;
    position: relative;
    text-align: center;
}

.banner h1{
    font-family: titulo;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color:#FFFFFF;
    text-shadow: 0px 0px 6px rgba(0,0,0,.8), 0px 0px 8px rgba(0,0,0,.7);
    text-transform: uppercase;
    position: absolute;
    bottom: 32px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

/*elementos em geral*/
.link{
    display: block;
    text-align: center;
    margin: 48px 0px;
}

.link a{
    position: relative;
    font-weight: bold;
}

.link a::after{
    content: "";
    height: 20px;
    width: 0px;
    background-image: url(../img/pneu.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    top: 32px;
    transition: all ease 1s;
}

.link a:hover::after{
    width: 100%;
}

.section-site{
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.section-site .table{
    display: table;
}

.section-site .table-cell{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
}

.section-site .table-cell.right{
    text-align: right;
}

.section-site .table-cell.left{
    text-align: left;
}
/*fim elementos em geral*/

/*copia de chave*/
.banner-section-img{
    width: 100%;
    margin: 48px 0px;
}

.banner-section-img img{
    width: 100%;
}

.section-site-img{
    width: 98%;
    max-width: 550px;
}

.margin-bottom-24px{
    margin-bottom: 24px;
}

@media screen and (max-width:1040px){

    .section-site-img{
        width: 70%;
    }
    
}

.section-site .conteiner p > a{
    text-decoration: underline;
}




/*fim copia de chave*/


@media screen and (max-width:45em){
    
    .banner h1{
        font-size: 32px;
    }
    
    .banner{
        min-height: 300px;
    }
    
  
    /*elementos em geral*/
    .link{
        display: block;
        margin: 24px 0px;
    }

    .section-site .table, .section-site .table-cell{
        display: block;
        width: auto;
    }
    
    .section-site .table-cell p{
        padding: 16px;
    }
    
    .section-site .table-cell.left,
    .section-site .table-cell.right{
        text-align: center;
    }
    /*fim elementos em geral*/

    /*secção cópia de chave */
    .banner-section-img img{
        max-width: 95%;
        display: block;
        margin: auto;
    }
    .section-site-img{
        margin: auto;
        display: block;
        width: 90%;
        max-width: 95%;
    }
    /*fim secção cópia de chave */
    
}