* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    font: 300 16px/100% 'Arial', sans-serif;
}

body {
    font-size: 1.0em;
    font-family: 'Poppins', sans-serif;
    font-style: normal !important;

}

a.btn-danger:visited,
a.btn-danger:active,
a.btn-danger,
a.btn-secondary:active,
a.btn-secondary:visited,
a.btn-secondary,
a.btn-primary:active,
a.btn-primary:visited,
a.btn-primary {
    color: #fff !important;
}

b, strong {
    font-weight: 300 !important;
}

a, a:active, a:visited {
    text-decoration: none !important;
    color: #999 !important;
}

ol li.breadcrumb-item a {
    font-weight: 100 !important;
    color: #aaa !important;
}

ol li.active a {
    font-weight: 300 !important;
    color: #555 !important;
}

.search input,
.search select,
.search select option {
    font-size: .8em !important;
    color: #999;
    font-weight: 200;
}

.nav-link {
    font-size: .9em;
    color: #888;
}

a.nav-link:hover {
    font-size: .9em;
    color: #FF6720 !important;
}

.btn-orange {
    border-color: #FF6720 !important;
    background-color: #FF6720 !important;
    color: #fff !important;

}

.btn-comprar {
    background-color: #fff;
    border-color: #dfdfdf;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #000 !important;
    font-size: 1.0em;
    line-height: 1.1em;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-top: 12px;
    min-width: 180px;
}

.btn-vender {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: .9em;
    color: #000 !important;
}


.slide-home {
    z-index: 1;
    background-position: center top;
    height: 300px;

}

.slide-home-1 {
    background-image: url(../../files/slide/1.png);
}

.slide-home-2 {
    background-image: url(../../files/slide/2.png);
}

.slide-home-3 {
    background-image: url(../../files/slide/3.png);
}

.slide-home-4 {
    background-image: url(../../files/slide/4.png);
}

.search-box {
    /*display: inline;*/
    background-color: #fff;
    /*bottom: -85px;*/
    border-radius: 6px;
    border: 1px solid #dadada;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    position: relative;
    top: -30px;
    /*z-index: 333;*/
}

@media (max-width: 991.98px) {
    .slide-home {
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        height: 480px;

    }

    .slide-home-1-xs {
        background-image: url(../../files/slide/1-resp.png) !important;
    }

    .slide-home-2-xs {
        background-image: url(../../files/slide/2-resp.png) !important;
    }

    .slide-home-3-xs {
        background-image: url(../../files/slide/3-resp.png) !important;
    }

    .slide-home-4-xs {
        background-image: url(../../files/slide/4-resp.png) !important;
    }

    .search-box {
        /*display: inline;*/
        background-color: #fff;
        top: -85px;
        border-radius: 6px;
        border: 1px solid #dadada;
        box-shadow: 0 0 11px rgba(33, 33, 33, .2);
        z-index: 333;
    }

    .btn-comprar {
        padding-left: 15px !important;
        padding-right: 15px !important;
        min-width: auto !important;
        font-size: .9em !important;
    }

    .btn-comprar:first-child {
        margin-right: 14px;
    }
}

.btn-vender:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}


footer {
    text-decoration: none;
}

.box {
    cursor: pointer;
    border: 1px solid #ddd;
    transition: box-shadow .3s;
}

.shadow-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

img.logo-revenda {
    /*-webkit-filter: grayscale(100%) !important; !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(100%) !important;*/
}

img.logo-revenda:hover {
    -webkit-filter: grayscale(50%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(50%) !important;
}

span.v-text {
    font-weight: 200 !important;
}

.search-canvas-shaddow {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

#search-canvas h6 {
    color: #555 !important;
    font-weight: 400;
    font-size: .9em;
}

#search-canvas .form-check-label {
    color: #888 !important;
    font-size: .8em;
}

#search-canvas small {
    color: #999;
    font-size: .6em;
    margin-top: 2px !important;
    display: block;
}

#search-canvas input::placeholder {
    font-size: .8em;
    color: #999
}

.btn-signin {
    font-size: .8em;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #999;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-signin:hover {
    color: #FF6720 !important;
}

.card-veiculo-edit label {
    font-size: .8em;
    color: #999;
    text-align: left !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991.98px) {
    .btn-signin {
        padding: 10px;
    }

    /*a.btn-quero-cadastrar-rev {*/
    /*    color: #fff !important;*/
    /*}*/
    a.btn-quero-cadastrar-rev:active,
    a.btn-quero-cadastrar-rev:visited,
    a.btn-quero-cadastrar-rev {
        /*border-radius: 5px;*/
        background-color: #FF6720;
        color: #fff !important;
        /*width: 100%;*/
    }
}

.lgpd {
    z-index: 2;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: #fefefe;
    border-top: 2px solid #aaa;
    font-weight: 300;
}