/*Scroll*/
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #2c2c2c;}
::-webkit-scrollbar { width: 10px; background-color: #2c2c2c; }
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px #111111;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#111111), to(#111111) );
    background-image: -webkit-linear-gradient(bottom, #111111 0%, #111111 100%);
    background-image: linear-gradient(to top, #111111 0%, #111111 100%);}
@media (max-width: 1200px){
    nav.main-navigation {
        top: 57px;
        height: 116px;
    }
    .exc-appointment.aos-init.aos-animate {
        display: none;
    }
    .exc-appointment {
        display: none;
    }
}
@media (max-width: 904px){
.exc-logo img {
    max-width: 204px !important;
}
nav.main-navigation {
    top: 29px;
}

}
@media (max-width: 840px){

ul.exc-contact-info {
    display: none !important;
}
.exc-navbar .container {
    padding-top: 34px !important;
    padding-bottom: 0 !important;
}
nav.main-navigation {
    top: 0;
    height: 100%;
}
.exc-menu-btn .menu-text {
    position: relative;
    top: -27px;
    right: -33px;
}


}
.exc-logo img {
    height: auto;
    max-width: 300px;
    position: relative;
    top: -24px;
}
@media (min-width: 1480px){
    .exc-logo {
        margin-right: 24px;
    }
}
.circle-inner small {
    font-size: 18px;
}
.Cars ul {
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.Cars ul li {
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 14px 10px;
    font-family: 'Open Sans';
}
.Cars ul li span.modelo {
    background: red;
    display: block;
    color: white;
    font-size: 16px;
    line-height: 19px;
    height: 44px;
    padding: 4px;
}
.Cars ul li .AnoMarca {
    background: #ab0f08;
    color: white;
    text-align: center;
}
.Cars ul li span.valor {
    background: black;
    display: block;
    font-size: 20px;
    color: white;
    padding: 5px;
    font-weight: 600;
}
.Destaque {
    background: #101011;
    position: relative;
    top: -20px;
    padding: 1px 0 10px 0;
    text-align: center;
    color: #f5f5f5 !important;
}
.Destaque h1{color: #f5f5f5 !important;font-family: 'Open Sans', sans-serif;font-weight: 400;}
.exc-social-links li a {
    color: #79797a;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
}