body {
    color: #141414;
    background-color: #f1f1f1;
}

body a {
    color: #141414;
}

.home-header {
    padding: 0;
    margin:0;
    position: relative;
}

.home-dashboard {
    width: 100%;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #141414;
}

.top-bar-container-home {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
}

.top-bar-container {
    background-color: #141414;
}

.top-bar-logo {
    width: 100%;
    padding: 20px 10px;
}

.top-bar-contacts {
    height: 50%;
    min-height: 40px;
}

.top-bar-menu {
    height: 50%;
    min-height: 40px;
    color: #ffffff;
}

.navbar {
    width: 100%;
    height: 100%;
}

.navbar li {
    margin-right: 20px;
}

.menu {
    text-transform: uppercase;
}

.menu a {
    color: #ffffff;
}

.catalogo-cta {
    text-align: center;
    margin: 50px 30px;
    line-height: 50px;
}

.catalogo-cta a {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
}

.catalogo-cta .main {
    font-size: 30px;
}

.catalogo-cta .icon {
    font-size: 20px;
    background-color: #dd3333;
    padding: 3px 5px;
    margin: 10px;
}

.catalogo-cta .action {
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
}

.footer {
    background-color: #141414;
}

.footer-logo {
    width: 100%;
    padding: 30px;
}

.footer-info {
    margin: 30px;
    line-height: 30px;
}

h1 {
    font-weight: 300;
    font-size: 40px;
}

h3 {
    font-weight: 300;
    font-size: 35px;
}

h2 {
    font-weight: 200;
    color: #dd3333;
}

.footer-title {
    color: #dd3333;
    font-weight: bolder;
    border-left: 3px solid #dd3333;
    font-size: 20px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.footer-location {
    color: #ffffff;
    font-weight: bolder;
    font-size: 16px;
}

.footer-contacts,
.footer-contacts a {
    color: #dd3333;
    font-weight: bold;
    font-size: 16px;
}

.footer-legal-info {
    color: #a1a1a1;
    font-size: 14px;
}

.featured {
    padding-bottom: 30px;
}

.item-image {
    background-color: #cccccc;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 80%;
}

.item-image-small {
    background-color: #cccccc;
    background-size: cover;
    background-position: center;
    height: 128px;
    width: 130px;
    overflow: hidden;
}

.open-detail {
    text-decoration: none;
}

.open-detail:hover {
    text-decoration: none;
    color: unset;
}

.open-detail:focus {
    text-decoration: none;
    color: unset;
}

.card {
    margin-bottom: 10px;
}

.card-small {
    height: 130px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 10px 0px;
}

.card-title {
    color: #dd3333;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.car-detail strong {
    font-size: 15px;
    font-weight: 500;
    color: #dd3333;
}

.car-detail {
    font-size: 20px;
    font-weight: 300;
}

.car-detail .price {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}

@media only screen and (max-width: 575px) {
    
    .top-bar-logo {
        padding: 30px 30px;
    }  

    .navbar-nav {
        margin: auto;
    }

    .top-bar-container-home {
        position: static;
    }

    .home-dashboard {
        display: none;
    }

    .navbar ul li {
        margin-right: 5px;
        font-size: 10px;
        display:table;
        margin:0px auto 0px auto;
    }

    h1 {
        margin-top: 5px;
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-weight: 300;
        font-size: 30px;
    }

    .annuncio-cta {
        font-size: 10px;
    }

}