.about-us {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background-color: transparent;
    padding: 80px 0;
}

.about-us h3 {
    margin: 5px 0 0 0;
}

.about-us h2 {
    margin: 10px 0 0 0;
    font-family: 'dincond-bold';
}
 
.about-us .divide {
    width: 100%;
    height: 12px;
    float: left;
    margin: 50px 0;
}

.about-us .divide span {
    width: 82px;
    height: 12px;
    background-color: #bebebe;
    display: block;
}

.about-us p {
    font-size: 15px;
    color: #000;
}

#about-car {
    width: 345px;
    height: 404px;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#about-car li {
    width: 100%;
    height: 404px;
    list-style: none;
    background-color: #ffffff;
}

#about-car li a {
    width: 100%;
    height: 404px;
    float: left;
    display: block;
    background: url(../../../images/tmp/sobre-carou.jpg)no-repeat center center;
}

#about-car2 {
    width: 306px;
    height: 404px;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 3px solid #ff1b20;
}

#about-car2 li {
    width: 306px;
    height: 404px;
    list-style: none;
    text-align: center;
    background-color: #ffffff;
}

#about-car2 li figure {
    width: 100%;
    height: 200px;
    position: relative;
}

#about-car2 li figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#about-car2 li h4 {
    margin: 0 0 15px 0;
}

#about-car2 li p {
    padding: 0 15px;
    width: calc(100% - 6px);
    display: block;
}

.about-us .bar-us-about {
    position: absolute;
    width: 600px;
    height: 80px;
    bottom: -80px;
    background-color: #f2f2f2;
}

.about-us .bar-us-about a {
    font-size: 26px;
    color: #ff1b20;
    font-family: 'klavika-media';
    line-height: 80px;
    width: 100%;
    height: 80px;
    display: block;
    padding-left: 30px;
    background: url(../../../images/seta-right.png)no-repeat right 30px center, url(../../../images/barra-logo.png) repeat-y left -752px top;
}

.about-us .bar-us-about .bar-white-right {
    width: 1000px;
    height: 80px;
    position: absolute;
    left: -1000px;
    background-color: #ffffff;
    bottom: 0;
}

.about-us .bar-us-about a:hover {
    text-decoration: none;
    background: url(../../../images/seta-right.png)no-repeat right 15px center, url(../../../images/barra-logo.png) repeat-y left -712px top;
}

.about-us .bar-us-about a:hover,
.about-us .bar-us-about a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ultrawide and down */

@media screen and (min-width: 1921px) and (max-width: 2560px) {}


/* 1199 and down */

@media screen and (max-width:1199px) {
    #about-car {
        width: 285px;
    }
    #about-car2 {
        width: 256px;
    }
    #about-car2 li {
        width: 100%;
    }
    .about-us .divide {
        margin: 30px 0;
    }
    #about-car {
        width: 325px;
        margin-left: 15px;
        margin-top: 25px;
    }
    #about-car2 {
        width: 316px;
        margin-top: 25px;
    }
}


/* 991 and down */

@media screen and (max-width:991px) {}


/* 767 and down */

@media screen and (max-width:767px) {
    .about-us {
        padding: 30px 0 75px 0;
    }
    #about-car {
        width: 300px;
        margin-top: 15px;
        position: relative;
        left: 50%;
        margin-left: -150px;
    }
    #about-car2 {
        width: 300px;
        margin-top: 15px;
        position: relative;
        left: 50%;
        margin-left: -150px;
    }
    .about-us .bar-us-about {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
    }
    .about-us .bar-us-about a {
        font-size: 20px;
        line-height: 1.3;
        height: auto;
        padding: 15px 55px 15px 15px;
        background: url(../../../images/seta-right-r.png)no-repeat right 15px center;
    }
    .about-us .bar-us-about a:hover {
        background: url(../../../images/seta-right-r.png)no-repeat right 15px center;
    }
    .about-us .bar-white-right {
        display: none;
    }
    #about-car2 li,
    #about-car2 {
        height: auto;
    }
    #about-car2 li p {
        padding: 0 15px 30px 15px;
    }
}


/* 450 and down */

@media screen and (max-width:449px) {}


/* 349 and down */

@media screen and (max-width:349px) {
    #about-car {
        width: 270px;
        margin-top: 15px;
        position: relative;
        left: 50%;
        margin-left: -135px;
    }
    #about-car2 {
        width: 270px;
        margin-top: 15px;
        position: relative;
        left: 50%;
        margin-left: -135px;
    }
}


/* Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2) {}