@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}

.site-header__middle {
    height: 115px;
}

.site-header__logo {
    padding-left: 0;
}

form.search__form,
form.search__form:hover {
    background-color: transparent;
}

.search__border {
    border-radius: 1px;
    background: transparent;
    box-shadow: unset !important;
    border: 2px solid #000000;
}

.search__form .input-group .form-control,
.search__form .input-group .form-control:focus {
    color: #787878;
    border: 1px solid #787878;
    outline: 0 none;
    box-shadow: unset !important;
}

.btn-outline-secondary {
    background-color: #ffff;
}

.btn-outline-secondary:hover {
    color: #6c757d;
    background-color: #fff;
    border-color: unset;
}

.bg-banner {
    height: auto !important;
}

.block-slideshow {
    margin-bottom: unset;
}

.slider .imgContainer .image img {
    width: 100% !important;
    height: auto !important;
}

.slider .title {
    font-weight: 700 !important;
    font-size: 1.3rem;
}

.slider .content .date {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.product-card__image {
    padding: 3px !important;
    max-height: 245px;
}

.product-card__image img {
    border-radius: 6px;
}

.product-card__name a {
    text-transform: capitalize;
}

.product-card__info .badge {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.product-card__info .product-card__name {
    font-weight: 700;
    font-size: 23px;
}

.product-card__info .vehicle-list {
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
}

.product-card__info .btn-card {
    padding: 11px 16px;
    font-size: 0.8125rem;
    margin-top: 12px;
    line-height: 1.4;
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px;
    color: var(--button-text-color);
    background-color: var(--button-color);
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.product-tabs__content {
    border-radius: 4px;
}

.sidebar-vehicle .title {
    font-size: 1.5rem;
    font-weight: 800;
}

.sidebar-vehicle .value {
    font-size: 2.3rem !important;
    font-weight: 800;
    text-transform: capitalize;
}

.sidebar-vehicle .btn-whatsapp {
    color: white;
    background-color: #25d366;
}

.btn-custom {
    width: 100%;
    cursor: pointer;
    height: 49px;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 11px 16px;
    position: relative;
    font-size: 0.9375rem;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: center;
    font-weight: 700;
    line-height: 1.4;
    user-select: none;
    border-radius: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.share p {
    color: #6d6d6d;
}

.share .social li {
    display: inline-flex;
    margin: 0 4px;
}

.share .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.site-footer {
    background-color: var(--highlight-background-color);
    color: var(--highlight-text-color);
}

.footer-links__title.nome-emp, .site-footer__widget.footer-links, h5.footer-newsletter__title, span.site-seguro-rodape, .site-footer__copyright {
    color: var(--highlight-text-color) !important;
}

.product__content {
    grid-template-columns: [gallery] calc(65% - 20px) [info] calc(35% - 20px);
}

.paginator a, .paginator_active {
    border: 1px solid var(--button-color);
}

.paginator_active, .paginator a:hover {
    color: var(--button-color);
    background-color: var(--button-text-color);
    border: 1px solid var(--button-color);
}

.product-card__image img {
    /* max-height: 81%; */
    width: 345px;
    height: auto;
}

.product__prices, .product-card__prices {
    font-size: 1.3em !important;
    color: var(--highlight-background-color);
}

.products-list__item {
    justify-content: center;
}

.banner img {
    max-height: unset;
}

@media only screen and (max-width: 767px) {
    .products-list[data-layout=grid-3-sidebar] .products-list__item {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .product-card__image {
        padding: 3px !important;
        max-height: 180px;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .container.produtos-responsivo {
        padding-left: 0;
        padding-right: 0;
    }

    .search-input-mobile {
        margin-top: 106px;
    }

    .mobile-header__panel {
        display: flex;
        align-items: center;
        height: 130px;
    }

    .product-card__image {
        max-height: 276px;
    }

    .product-card__image img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-card__image {
        padding: 3px !important;
        max-height: 145px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header__logo {
        width: 250px;
    }

    .product-card__image {
        padding: 3px !important;
        max-height: 198px;
    }

    .banner img {
        max-height: 800px;
    }
}