* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
}

html,
body {
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

header {
    padding: 20px 2% 35px 2%;
    height: 130px;
}

header div.logo {
    float: left;
}

header nav.desktop {
    float: right;
    position: relative;
    top: 40px;
}

nav.mobile {
    margin-top: 40px;
    float: right;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(../imagens/icon_menu.png);
    display: none;
}

nav.mobile ul {
    display: none;
    width: 100%;
    left: 0;
    top: 96px;
    border-bottom: 4px solid #EB2D2D;
    z-index: 999;
    position: absolute;
    text-align: center;
    background-color: white;
}

nav.mobile li {
    font-size: 23px;
    padding: 20px 0px;
    font-style: italic;
}

nav.mobile li a {
    color: black;
    text-decoration: none;
}

header nav.desktop ul {
    list-style-type: none;
}

header nav.desktop ul li {
    float: left;
    font-size: 23px;
    padding: 0 30px;
}

header nav.desktop a {
    color: black;
    text-decoration: none;
}

section.banner {
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-color: black;
    background-image: url('../imagens/Peugeot208GTi.PNG');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.text-banner {
    padding: 100px;
}

.text-banner-single {
    width: 314px;
    font-style: italic;
    margin-top: 20px;
    padding: 15px 30px;
    height: 70px;
    text-transform: uppercase;
    color: white;
    font-size: 25px;
    background-image: url('../imagens/box-text.png');
    background-size: 100% 100%;
}

.text-banner .text-banner-single:nth-of-type(1) {
    width: 250px;
    height: 65px;
    position: relative;
    left: -50px;
}

.text-banner .text-banner-single:nth-of-type(2) {
    width: 200px;
    height: 65px;
    position: relative;
    left: -60px;
}

.text-banner .text-banner-single:nth-of-type(3) {
    width: 150px;
    height: 65px;
    position: relative;
    left: -69px;
}

.text-banner .text-banner-single:nth-of-type(4) {
    width: 300px;
    height: 60px;
    color: black;
    position: relative;
    left: -82px;
    background-image: url('../imagens/box-white-text.png');
}

section.veiculos-destaque {
    padding: 90px 2%;
}

section.veiculos-destaque .container {
    max-width: 1000px;
    padding: 40px 0;
}

.line-titulo {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.ln1 {
    position: absolute;
    height: 2px;
    width: 100%;
    top: 20px;
    background: black;
}

.line-titulo h2 {
    position: relative;
    background: white;
    display: inline-block;
    text-align: center;
    font-size: 28px;
    padding: 0 20px;
    font-style: italic;
    text-transform: uppercase;
}

.vitrine-destaque {
    float: left;
    width: 33.3%;
}

.vitrine-destaque .carro-img {
    width: 100%;
    padding-top: 100%;
    border: 8px solid white;
    background-size: 100% 100%;
}

.vitrine-destaque h2 {
    padding-left: 8px;
    color: black;
    font-style: italic;
    font-size: 20px;
}

.vitrine-destaque p {
    padding-top: 8px;
    padding-left: 8px;
    color: #353535;
    font-size: 15px;
    font-style: italic;
}

.btn1 {
    text-align: center;
    display: block;
    line-height: 40px;
    background-color: #EB2D2D;
    text-decoration: none;
    border-bottom: 5px solid #B21E1E;
    color: white;
    font-size: 16px;
    font-style: italic;
    width: 150px;
}

.vitrine-destaque a {
    margin-left: 8px;
    margin-top: 10px;
}

.servicos-descricao {
    display: flex;
}

.half1 {
    width: 50%;
    text-align: right;
    padding: 90px 0;
    background: #242424;
    color: white;
}

.half1-wraper {
    padding-right: 29%;
    display: inline-block;
    text-align: left;
}

.half1-wraper h2 {
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
}

.half1-wraper ul {
    display: inline-block;
    margin-top: 20px;
}

.half1-wraper li {
    margin-left: 15px;
}

.half1-wraper a {
    margin-left: 40px;
    display: inline-block;
    vertical-align: bottom;
}

.half2 {
    width: 50%;
    padding: 90px 100px;
    background: #EB2D2D;
    color: white;
}

.half2 h2 {
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
}

.half2 .depoimento-single {
    margin-top: 19px;
}

.depoimento-single p {
    font-size: 22px;
}

.navigation {
    float: left;
    width: 100%;
    max-width: 700px;
    margin-top: 30px;
}

.arrows {
    float: left;
}

.navigation img {
    margin: 0 20px;
    cursor: pointer;
}

.nome-depoimento {
    float: right;
    color: #252525;
    font-size: 23px;
}

section.contato {
    padding: 80px 2% 0 2%;
}

section.contato form {
    max-width: 600px;
    margin: 30px auto;
}

section.contato .input-wraper {
    float: left;
    padding: 10px;
    margin-top: 7px;
}

section.contato input[type=text] {
    width: 100%;
    border: 1px solid #ccc;
    height: 60px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
}

section.contato textarea {
    font-size: 16px;
    width: 100%;
    border: 1px solid #ccc;
    height: 140px;
    padding: 8px;
    resize: none;
}

section.contato form .input-wraper:nth-of-type(5) {
    text-align: center;
}

section.contato input[type=submit] {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    cursor: pointer;
    display: inline-block;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

footer {
    margin-top: 20px;
    padding: 40px 2%;
    background: #252525;
}

footer nav {
    float: left;
}

footer nav ul {
    list-style-type: none;
}

footer nav ul li {
    float: left;
    font-style: italic;
    padding: 0 35px;
    font-size: 19px;
}

footer nav ul a {
    color: white;
    text-decoration: none;
}

footer p {
    float: right;
    color: white;
    font-size: 19px;
    font-style: italic;
}

section.venda {
    padding: 90px 0;
    min-height: 90%;
}

.content-venda {
    margin-top: 40px;
}

.sidebar {
    float: left;
    width: 30%;
}

.search1 {
    width: 90%;
}

.search1 h2{
    font-size: 24px;
    color: black;
    font-weight: normal;
}

.search1 .barra-preco {
    width: 100%;
    height: 20px;
    background: white;
    border: 1px solid #ccc;
    margin-top: 8px;
    border-radius: 20px;
    position: relative;
}

.barra-preco-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 20px;
    border-radius: 20px;
    background: linear-gradient(to bottom,rgb(255,255,255),rgb(200,200,200));
}

.pointer-barra {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0px;
    top: -3px;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(to bottom,rgb(255,255,255),rgb(180,180,180));
    border: 1.5px solid #777;
}

.valor-pesquisa {
    margin-top: 8px;
}

.valor-pesquisa p {
    color: black;
    font-size: 15px;
}

.valor-pesquisa p:nth-of-type(1) {
    float: left;
}

.valor-pesquisa p:nth-of-type(2) {
    float: right;
}

.search2 h2 {
    font-size: 24px;
    color: black;
    font-weight: normal;
}

.search2 {
    margin-top: 40px;
}

.form-venda-wraper {
    margin-top: 10px;
}

.form-venda-wraper input[type=checkbox] {
    display: none;
}

.form-venda-wraper label {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.form-venda-wraper input[type=checkbox]:checked + label >.circle {
    display: block;
}

.circle {
    width: 8px;
    height: 8px;
    display: none;
    border-radius: 4px;
    background: black;
    position: absolute;
    left: 6px;
    top: 6px;
}

.form-venda-wraper span {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.vitrine-venda {
    overflow: hidden;
    float: left;
    width: 70%;
}

.vitrine-venda .vitrine-destaque {
    margin-top: 20px;
}

section.venda-single {
    padding: 80px 2% 0 2%;
}

section.venda-single .container {
    padding: 40px 0 0 0;
    text-align: center;
    max-width: 1280px;
}

.info-veiculo {
    display: inline-block;
    width: 60%;
}

.foto-destaque {
    width: 100%;
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.descricao-veiculo {
    vertical-align: top;
    display: inline-block;
    padding: 60px 20px;
    text-align: left;
}

.descricao-veiculo p {
    font-size: 17px;
    margin-top: 25px;
    max-width: 200px;
}

.descricao-veiculo a {
    margin-top: 20px;
}

.nav-galeria-parent {
    width: 100%;
    padding: 36px;
    position: relative;
}

.arrow-left-nav {
    position: absolute;
    left: 8px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url('../imagens/arrow-left.png');
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
}

.arrow-right-nav {
    position: absolute;
    right: 8px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url('../imagens/arrow-right.png');
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
}

.nav-galeria {
    overflow: hidden;
    width: 100%;
}

.nav-galeria-wraper {
    /*
    via js =>width
    */
}

.mini-img-wraper {
    float: left;
    padding: 9px;
    /*
    via js =>width
    */
}

.mini-img {
    width: 100%;
    cursor: pointer;
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    background-color: green;
}

.info-bread {
    padding: 20px 0;
    text-align: left;
}

.info-bread a {
    text-decoration: none;
    color: black;
}

.info-bread span {
    padding: 0 30px;
}

.info-bread a:last-child {
    color: red;
}

section.sobre {
    min-height: 90%;
    padding: 60px 2% 20px 2%;
}

section.sobre .container {
    max-width: 840px;
    margin-top: 30px;
}

section.sobre .img-destaque-sobre {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.sobre .descricao-autor {
    margin-top: 20px;
}

.descricao-autor h2 {
    font-size: 24px;
}

.descricao-autor p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 10px;
}

.descricao-autor2 {
    margin-top: 40px;
}

.img-small {
    width: 30%;
    padding-top: 30%;
    float: left;
    background-color: rgb(220,220,220);
}

.descricao-autor2 p {
    float: left;
    width: 70%;
    line-height: 28px;
    padding: 15px;
}





/*início do responsivo*/

@media screen and (max-width: 1400px) {
    section.banner {
        background-size: 85% auto;
        background-position: 200% 100%;
    }
}

@media screen and (max-width: 1100px) {
    .half1 {
        text-align: center;
    }

    .half1-wraper {
        text-align: left;
        padding-right: 0;
    }

    .half1-wraper a {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}


@media screen and (max-width: 1024px) {
    section.banner {
        background-size: cover;
        background-position: center;
        height: 70vw;
        min-height: 500px;
    }
}

@media screen and (max-width: 850px) {
    .half1-wraper a {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}


@media screen and (max-width: 768px) {
    footer nav {
        display: none;
    }

    footer {
        text-align: center;
    }

    footer p {
        float: none;
    }

    .w50 {
        width: 100%;
    }

    .nome-depoimento {
        float: right;
        width: auto;
        margin: 0px 0px;
    }

    section.servicos-descricao {
        flex-direction: column;
    }

    .half1 {
        text-align: center;
    }

    .half1,.half2 {
        padding: 80px 4%;
        width: 100%;
    }

    section.banner {
        background-size: cover;
        background-position: left;
        height: 80vw;
    }

    nav.desktop {
        display: none;
    }

    nav.mobile {
        display: block;
    }

    .sidebar {
        width: 100%;
        text-align: center;
    }

    .search1 {
        display: inline-block;
    }

    .search2 {
        text-align: left;
        display: inline-block;
    }

    .vitrine-venda {
        text-align: center;
        width: 100%;
    }

    .info-veiculo {
        width: 100%;
    }

    .descricao-veiculo {
        padding: 20px 0;
        text-align: center;
    }

    .descricao-veiculo p {
        max-width: none;
    }

    .descricao-veiculo a {
        display: inline-block;
    }
}


@media screen and (max-width: 580px) {
    .text-banner {
        padding: 80px;
    }

    .text-banner-single {
        font-size: 20px;
    }

    .text-banner .text-banner-single:nth-of-type(1) {
        width: 250px;
        position: relative;
        left: -50px;
    }

    .text-banner .text-banner-single:nth-of-type(2) {
        width: 200px;
        position: relative;
        left: -60px;
    }

    .text-banner .text-banner-single:nth-of-type(3) {
        width: 150px;
        position: relative;
        left: -70px;
    }

    .text-banner .text-banner-single:nth-of-type(4) {
        width: 250px;
        position: relative;
        left: -78px;
    }

    section.veiculos-destaque .line-titulo h2 {
        font-size: 23px;
    }

    section.veiculos-destaque .container {
        max-width: 1000px;
        padding: 40px 0;
        text-align: center;
    }

    .vitrine-destaque {
        display: inline-block;
        float: none;
        width: 80%;
        margin-top: 20px;
    }

    .vitrine-destaque a {
        display: inline-block;
    }

    .img-small {
        width: 100%;
        padding-top: 100%;
    }

    .descricao-autor2 p {
        width: 100%;
        padding: 20px 0;
    }
}


@media screen and (max-width: 480px) {
    .vitrine-destaque {
        width: 100%;
    }
}