/*
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;
}
.main-menu {
    background-color: #000000;
    padding-top:0px;
}
.menu {
    width: 100%;
    height: 0; /* 75px */
    background-color: #000000;
    margin-left: -100%;
    transition: all .4s;
    margin-top:-8px;
    padding-top:0px;    
}
.menu ul {
    display: flex;
    flex-direction: column;

    width: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
    .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: #efefef;
    }
.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%;
}
.logo{
    width:80px;
    margin-left:12px;   
}
/*
CABEÇALHO
*/
header {
}

/*
SOBRE
*/
#sobre {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 6px;
    background-color: #a70000;
    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 #820304;
    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: #a70000;
    text-align: center;
    transition: all 0.15s;
}
    a.button:hover {
        color: #820304;
        border-color: #820304;
    }

.oferta {
    background-color: #d9bcbc;
    border-radius: 6px;
    border-style: inset;
    border-color: rgb(155 59 59);
    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: #a70000;
    display: block;
    border: none;
    border-bottom: 1px solid #333131;
    border-right: 1px solid #333131;
    transition: 1s;
}
.form-contact-button:hover {
    opacity: 1;
}

/* 
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;
}
#LinksUteis a {
    text-decoration: none;
    color: #4d4d4d;    
}
#LinksUteis tr td {
    padding-bottom: 15px;
}

/* 
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: #e24715;
    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: #333131;
    color: #fafafa;
}

/*
MEDIA QUERIES
*/
/* ESPECIFICO TELAS MENORES */
@media screen and (max-width: 767px) {
    .main-menu {
        flex-direction: row;
    }
    label[for="bt_menu"]{
        
    }
    .logo {
        width: 52px;
        margin-top:-52px;
        margin-left:46%;
    }
}

/* TELA NAVEGADOR DESKTOP */
    @media screen and (min-width: 768px) {
        /*
    NAVEGAÇÃO
    */
        .main-menu {
            display: flex;
            align-items: center;
        }

        .menu {
            margin-left: 0;
            height: 88px;
            display: flex;
        }

            .menu ul {
                flex-direction: row;
            }

                .menu ul li {
                    /* width: 200px; */
                    float: left;
                }

        label[for="bt_menu"] {
            display: none;
        }

        .logo {
            margin-right: auto;
        }
        /*
    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: 268px;
            }

        .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;
            }
    }