/*
GERAL
*/

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #1c1b1b;
}

h1, h2, h3 {
    margin: 0;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.botao {
    color: #f1f1f1;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #820304;
    font-size: .9em;
    border-radius: 3px;
}
    .botao:hover {
        background-color: #7d2223;
    }

/*
NAVEGAÇÃO
*/
#loja {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;   
    line-height:24px;
    vertical-align:central;
}

.main-menu {
    background-color: #d62d27;
}
.menu {
    width: 100%;
    height: 0; /* 75px */
    background-color: #d62d27;
    margin-left: -100%;
    transition: all .4s;
}
.menu ul {
    display: flex;
    flex-direction: column;

    width: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    font-size:0.8em;
}
    .menu ul li {
        width: 100%;
        float: none;
        /*background-color: #f1f1f1;*/
        align-self: center;
    }
    .menu a {
        padding: 10px;
        margin: 2px;
        display: block;
        text-decoration: none;
        text-align: center;
        /*background-color: #f1f1f1;*/
        color: #000;
        font-weight: bold;
    }
    .menu a:hover {
        color:#282727;
        font-weight:bold;
    }
.menu img {
    max-height: 70px;
    width: 0 auto;
}
label[for="bt_menu"] {
    display: block;
    padding: 5px;
    background-color: #f1f1f1;
    color: #292929;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    width: 50px;
    height: 42px;
}
#bt_menu {
    display: none;
}
#bt_menu:checked ~ .menu {
    margin-left: 0;
    height: 100%;
}

/*
CABEÇALHO
*/
header {
}

/*
SOBRE
*/
#sobre {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 6px;
    background-color: #1c1b1b;
    color: #f1f1f1;
}

/* 
ANTERIOR - PRÓXIMO
*/
#anteriorProximo, #anteriorProximo2 {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
#anteriorProximo a, #anteriorProximo2 a {
    padding: 10px 20px;
    text-decoration: none;
    color: #4d4d4d;
    font-weight: 700;    
}

/*
SERVIÇOS
*/
#servicos {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#servicos p{
    margin: 0;
}
.servicos-item  {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 362px;
    width: 250px;
}
.servicos-item-img {
    margin-top: 8px;
    Width: 250px;
    Height: 140px;
    text-align: center;
    overflow: hidden;
}
.servicos-item-img img {
    height: 100%;
    Width: auto;
    display: inline-block;
}
.servicos-item-detalhe1 {
    height: 150px;
    align-self: flex-start;
    width: 100%;
}
.servicos-item-detalhe1 div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
}
.servicos-item-detalhe2 {
    height: 33px;
    align-self: flex-start;
    width: 100%;
}
.button-detalhes {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 5px;
}
a.button {
    display: inline-block;
    padding: 0.3em 3em;
    border: 0.16em solid #a5090a;
    border-radius: 6px;
    margin: 0 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #a5090a;
    text-align: center;
    transition: all 0.15s;
}
    a.button:hover {
        color: #820304;
        border-color: #820304;
    }

.oferta {
    background-color: #dbb6b6;
    border-radius: 6px;
    border-style: inset;
    border-color: rgb(194, 174, 55);
    border-width: 2px;
    padding: 0 20%;
}

/* 
PAGINA CONTATO
*/
#form-contact {    
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;    
}
#form-contact h1 h2 {
    padding: 40px 40px 80px;
}
.form-contact-input {
    width: 100%;
    color: #292929;
    font-size: 18px;
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-indent: 5px;
}
.form-contact-textarea {
    width: 100%;
    color: #292929;
    font-size: 18px;
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 200px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-indent: 20px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-family: "Arial", Times, serif;
}
.form-contact-button {
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    opacity: .8;
    margin-bottom: 20px;
    cursor: pointer;
    background: #820304;
    display: block;
    border: none;
    border-bottom: 1px solid #1c1b1b;
    border-right: 1px solid #1c1b1b;
    transition: 1s;
}
.form-contact-button:hover {
    opacity: 2;
}

/* 
DETALHE CARRO/MOTO
*/
#container-detalhe p {
    margin: 0;
}
#container-detalhe {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    align-content: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
#container-detalhe-esquerda {    
    display: flex;
    flex-direction: column;
    margin: 20px;
    max-width: 700px;
}
#container-detalhe-esquerda .marca {
    font-family: Arial, sans-serif;
    font-weight: 10;
}
#detalhe-veiculo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#detalhe-veiculo div {
    margin: 10px;
    display: flex;
    flex-direction: row;
}
#container-detalhe-esquerda div {
    width: 100%;
}
#container-detalhe-direita {
    margin: 20px;
}

/* 
FICHA DE FINANCIAMENTO
*/
.adiciona-traco {
    border-bottom: solid 1px rgb(185, 185, 185);
}
.linha {
    padding: 20px 0;    
    width: 100%;
}
.linha p {
    margin-bottom: 0;
}
.linha-ficha {    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.linha-ficha div {
    padding-right: 15px;    
}
.ficha-input-size {
    width: 12%;
    min-width: 160px;
    max-width: 180px;
}
.ficha-tempo {
    display: flex;
    flex-direction: row;
}
.ficha-tempo div {
    padding-right: 15px;
}

/* 
LINKS ÚTEIS
*/
#LinksUteis {
    margin-top: 20px;
    margin-left:40px;
}
#LinksUteis a {
    text-decoration: none;
    color: #4d4d4d;    
}
#LinksUteis a:hover {
        color: #141414;
    }
#LinksUteis tr td {
    padding-bottom: 13px;
}

/* 
LOCALIZAÇÃO
*/
#localizacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}
#localizacao div {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/*
CONTATO
*/
#contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 300px;
}
#contato div {    
    text-align: left;
    padding: 10px 10px 0;
}
#contato div a {
    color: #ffe7e7;
    text-decoration: none;
}
#contato div a:hover {
        color: #e41a12;
        text-decoration: none;
    }

/* CONFIRMA-CONTATO */
.confirma-contato {
    margin: 20px;
    min-height: 450px;
    min-height: 50vh;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.confirma-contato div {
    margin: auto;
    text-align: center;
}


/*
FOOTER
*/
footer {
    text-align: center;
    padding: 10px;
    background-color: #373435;
    color: #fafafa;
}


/*
MEDIA QUERIES
*/
/* TELA NAVEGADOR DESKTOP */
@media screen and (min-width: 768px) {
    /*
    NAVEGAÇÃO
    */    
    .menu {
        margin-left: 0;
        height: 88px;
    }
    .menu ul {
        flex-direction: row;        
    }
    .menu ul li {
        /* width: 200px; */
        float: left;
    }
    label[for="bt_menu"] {
        display: none;
    }
    
    /*
    SOBRE
    */
    #sobre {
        justify-content: center;
        min-height: 80px;
    }
    #organizar{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .organizar-por {
        margin-top: 20px;
        min-width: 150px;
    }
    #organizar div{
        margin-right: 20px;
    }

    /*
    SERVIÇOS
    */    
    #servicos {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        max-width: 1500px;
        margin: 0 auto;
    }
    #servicos h2 {
        text-align: center;
        width: 100%;
    }    
    #servicos div {
        flex-grow: 1;
        /* flex-basis: 300px; */
        padding: 0 10px;
        max-width: 250px;
    }
    .servicos-item-detalhe2 {
        margin-left: 10px;
    }
    .button-detalhes {
        margin-left: 10px;
    }

    /* 
    DETALHE CARRO/MOTO
    */
    #container-detalhe-direita {
        width: 30%;
    }

    /* 
    FICHA DE FINANCIAMENTO
    */
    .linha {
        width: 80%;
    }
    .linha-ficha {
        flex-direction: row;
    }
    .linha-ficha div {
        padding-right: 15px;
        width: 100%;
    }

    /* 
    LOCALIZAÇÃO
    */
    #localizacao {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;        
    }
    #localizacao div {
        width: 50%;        
        flex-direction: column;
    }

    /*
    CONTATO
    */    
    #contato {        
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: none;
        margin: 0 auto;
        text-align: justify;
    }    
    #contato h2, #contato p {
        width: 100%;
    }


    a.link-classifica {
        text-decoration: none;
        color: #e8850b;
        font-weight: bold;
    }
    a.link-classifica:hover {
        color: #efa54a;
    }    
}