@charset "UTF-8";

.form-busca button,
.form-busca option,
.form-busca select,
.navbar,
.topo-pesquisa button,
.topo-pesquisa input {
    border-radius: 0
}


@font-face {
    font-family: 'FiraSans-Medium';
    src: url(../fonts/FiraSans-Medium.eot);
    src: url(../fonts/FiraSans-Medium.eot?#iefix) format('embedded-opentype'),
        url(../fonts/FiraSans-Medium.woff2) format('woff2'),
        url(../fonts/FiraSans-Medium.woff) format('woff'),
        url(../fonts/FiraSans-Medium.ttf) format('truetype'),
        url(../fonts/FiraSans-Medium.svg#FiraSans-Medium) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans-ExtraLight';
    src: url(../fonts/FiraSans-ExtraLight.eot);
    src: url(../fonts/FiraSans-ExtraLight.eot?#iefix) format('embedded-opentype'),
        url(../fonts/FiraSans-ExtraLight.woff2) format('woff2'),
        url(../fonts/FiraSans-ExtraLight.woff) format('woff'),
        url(../fonts/FiraSans-ExtraLight.ttf) format('truetype'),
        url(../fonts/FiraSans-ExtraLight.svg#FiraSans-Medium) format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'FiraSans-Medium', sans-serif;
    overflow-x: hidden;
}

#topo {
    background: #000;
}

.navbar {
    height: 130px;
    margin-bottom: 0
}

#menu {
    float: right;
}

.navbar-nav li a {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-family: 'FiraSans-ExtraLight', sans-serif;
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
    background: none;
    color: #CF1E27;
    transition: all 0.5s;
}




/* Destaques */
.destaques-do-site {
    padding-bottom: 30px;
    padding-top: 50px;
}

.titulo{
    text-transform: uppercase;
    color: #555555;
    margin-bottom: 20px;
}

.subtitulo-destaque{
    color: #555555;
    margin-bottom: 50px;
    font-family: 'FiraSans-ExtraLight', sans-serif;
}

.destaque {
    margin-bottom: 40px;
}

.destaque-link {
    color: #fff;    
}

.destaque-link:focus,
.destaque-link:hover {
    color: #fff;
    text-decoration: none;
}

.destaque-foto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 322px;
}

.destaque-foto p {
    bottom: 0;
    left: 32px;
    position: absolute;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.destaque-titulo {
    bottom: 80px !important;
    font-size: 1.6em;
    text-transform: uppercase;
}

.destaque-subtitulo {
    bottom: 55px !important;
    font-size: 1.2em;
    text-transform: uppercase;
}

.destaque-valor {
    bottom: 10px !important;
    font-size: 1em;
    font-family: 'FiraSans-ExtraLight', sans-serif;
}

.marca-veiculo {
    display: block;
    position: absolute;
    right: 15px;
    background-color: #000;
    color: #e2b250;
    font-size: 1.2em;
    font-weight: 400;
    padding: 5px 10px
}

#info,
#social {
    padding-top: 20px
}

.div-imagem-destaque button {
    display: none;
    position: relative;
    top: 80px;
    background-color: #3d3d3d;
    border: 1px solid #3d3d3d;
    color: #fff;
    border-radius: 0
}

.div-imagem-destaque button:focus,
.div-imagem-destaque button:hover {
    background-color: #3d3d3d;
    border: 1px solid #3d3d3d;
    color: #fff
}

.nome-veiculo {
    color: #000
}

.desc-veiculo hr {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px
}

.valor-veiculo {
    color: #484848;
    height: 40px;
}

.negrito {
    font-weight: 700;
    font-size: 1.1em;
    border-bottom: 2px solid #E2B230;
}

.detalhes-veiculo {
    color: #ababab
}



/* Info */
.info {
    background-color: #000;
    padding-bottom: 32px;
    padding-top: 42px;
}

.info-logo{
    margin-top: 40px;
}

.info p,
.info a,
.info a:focus,
.info a:hover {
    color: #fff;
    font-size: 1.1em;
    line-height: 150%;
}

.info h4{
    color: #fff;
    line-height: 1.8;
}

.info .fa {
    color: #fff;
}

.info-ultimos-veiculos-destaque-foto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    margin-bottom: 20px;
    margin-top: 20px;
}



/* Rodape */
.rodape{
    background: #000;
}

.rodape-copy {
    border-top: solid 1px #292929;
    background-color: #000;
    padding-bottom: 15px;
    padding-top: 14px;
}

.rodape-copy-texto {
    color: #fff;
    font-family: 'FiraSans-ExtraLight', sans-serif;
}

.rodape-social {
    background-color: #747474;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 2.2em;
    height: 50px;
    text-align: center;
    width: 50px;
}

.rodape-social:last-child {
    margin-left: 32px;
}

.rodape-social:focus,
.rodape-social:hover {
    background-color: #646464;
    color: #000;
}

.rodape-social .fa {
    position: relative;
    top: 3px;
}


/* WhatsApp */
.modal-header{
    background-color: #000;
    color: #fff;
}

.modal span{
    color: #fff;
}

.tabela-whatsapp td {
    border-top-width: 0 !important;
}

.tabela-whatsapp .fa-whatsapp {
    color: #00e676;
    font-size: 3em;
}

.tabela-whatsapp span {
    margin-top: 15px;
    color: #000;
}

.whats-mobile {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #00e676;
    font-size: 3em;
    color: #fff;
    border-radius: 50%;
    padding: 10px 22px;
}

.whats-mobile:focus,
.whats-mobile:hover {
    opacity: 0.8;
}

#registrar-whatsapp:focus,
#registrar-whatsapp:hover {
    text-decoration: none;
}



@media screen and (min-width: 1400px) {
    /* Topo */
    .logo{
        width: 300px;
    }


    /* Rodapé */
    .rodape {
        background-color: #000;
    }

    .rolar-topo {
        padding-left: 0;
        text-align: center;
    }
}


@media screen and (min-width: 1200px){
    /* Topo */

    /* Info */

    .info-ultimos-veiculos {
        width: 60%;
    }

    .info-ultimos-veiculos-destaque-foto {
        float: left;
        height: 90px;
        margin: 2%;
        width: 46%;
    }


    /* Rodapé */
    .litoralcar {
        margin-top: -10px;
    }

    .rodape-copy-texto {
        margin-top: 20px;
        width: 100%;
    }

    .rodape-social-div {
        float: left;
        margin-left: -280px;
        width: 20%;
    }

    .rolar-topo {
        position: relative;
        float: right;
        right: 20px;
        margin-top: -140px;
        padding: 20px;
        font-size: 2.5em;
        color: #fff;
        background-color: #B40007;
        opacity: 0.8;
        border-radius: 50%;
        cursor: pointer;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    /* Topo */
    .logo{
        width: 280px;
    }
    .navbar{
        height: 120px;
    }

}

@media (min-width:992px) and (max-width:1199px) {
    /* Topo */
    .logo{
        width: 240px;
        margin-top: 10px;
    }
    .navbar-nav li a {
        font-size: 1.1em;
    }
    .navbar{
        height: 120px;
    }

    /* Info */
    .info-ultimos-veiculos-destaque-foto {
        float: left;
        height: 180px;
        margin-left: 1%;
        margin-right: 1%;
        width: 23%;
    }


    /* Rodape */
    .info h3, 
    .info h5{
        font-size: 1em;
    }
    .litoralcar {
        margin-top: -10px;
    }

    .rodape-copy-texto {
        margin-top: 20px;
        width: 100%;
    }

    .rodape-social-div {
        float: left;
        margin-left: -170px;
        width: 20%;
    }

    .rolar-topo {
        position: relative;
        float: right;
        right: 20px;
        margin-top: -140px;
        padding: 20px;
        font-size: 2.5em;
        color: #fff;
        background-color: #B40007;
        opacity: 0.8;
        border-radius: 50%;
        cursor: pointer;
    }
}

@media (min-width:768px) and (max-width:991px) {
    /* Topo */
    .logo{
        width: 260px;
    }
    .navbar {
        height: 120px;
    }
    .navbar-nav li a {
        padding-left: 15px;
        padding-right: 5px;
        font-size: 0.9em;
    }

    /* Info */
    .info-ultimos-veiculos-destaque-foto {
        float: left;
        height: 150px;
        margin-left: 1%;
        margin-right: 1%;
        width: 23%;
    }


    /* Rodape */
    .info h3, 
    .info h5{
        font-size: 1em;
    }
    .litoralcar {
        margin-top: -10px;
    }
    .rolar-topo {
        background-color: #B40007;
        display: block;
        color: #fff;
        text-align: center;
        font-size: 2.5em;
        padding: 20px 0;
        cursor: pointer;
    }

}

@media (max-width:767px) {
    /* Topo */
    .logo{
        width: 180px !important;
    }
    #menu{
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .navbar {
        height: auto
    }
    .navbar-toggle {
        border: 1px solid #fff;
        border-radius: 0;
        z-index: 9999;
        margin-top: 20px;
    }
    .navbar-toggle .icon-bar{
        background: #fff;
    }
    .navbar-nav li a {
        margin-top: 0;
        padding-left: 15px
    }
    .navbar-header {
        height: 100px
    }
    .navbar-brand {
        position: absolute;
        top: 0;
        width: 100%
    }

    /* Rodape */
    .rolar-topo {
        background-color: #B40007;
        display: block;
        color: #fff;
        text-align: center;
        font-size: 2.5em;
        padding: 20px 0;
        cursor: pointer;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {
    /* Topo */
    .logo{
        width: 300px !important;
    }
    .navbar {
        height: 130px;
    }

    /* Info */
    .info-ultimos-veiculos-destaque-foto {
        height: 100px;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        width: 23%;
    }
}

@media screen and (max-width: 576px){
    .navbar {
        height: 90px;
    }
    
    #menu{
        margin-top: 0;
    }
}

