﻿.swiper-wrapper{
    align-items: center;
}

.showcase_filter {
    margin: 1.5rem 0 1.5rem 0;
}
#swiper_wrapper__showcase_home .swiper-slide {
    width: auto;
    opacity: 0.6;
    transform: scale(0.85);
    transition: all .5s ease-in-out;
    flex-shrink: unset;
}
#swiper_wrapper__showcase_home .swiper-slide.active {
    transform: scale(1);
    opacity: 1;
}
#swiper_wrapper__showcase_home .swiper-slide .show-slide__content .vehicle_mini_img {
    width: 100% !important;
}
#swiper_wrapper__showcase_home .swiper-slide .show-slide__content .showcase-vehicle_name_img {
    width: 60%;
}
.showcase-information__texts > img {
    display: none;
}
.showcase-information__texts > img.active {
    display: block;
}
.title-vehicle-model {
    display: none;
}
.title-vehicle-model.active {
    display: block;
}

.showcase_filter > button {
    border-bottom: 4px solid white;
}
.showcase-information__display {
    padding: 0 0 0 5rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.showcase_secondary-btn.showcase_ctas {
    color: var(--brand-black, #000);
    text-align: center;
    font-family: var(--family-title);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .5s ease-in-out;
    display: none;
}
.showcase_secondary-btn.showcase_ctas.active {
    display: flex;
    align-items: center;
}
.showcase_secondary-btn.showcase_ctas:hover {
    color: var(--brand-white, #fff);
    background: var(--brand);
    border-color: var(--brand);
}

.showcase_secondary-btn {
    background-color: var(--brand-white);
    border: var(--border-xs);
}

.showcase_filter > button:hover,
.showcase_filter > button.active,
.showcase_filter > button:active {
    border-bottom: 4px solid var(--brand);
    font-weight: 400;
    color: var(--brand);
}
.showcase_ctas {
    padding: 1.25rem 2rem;
}
.showcase_primary-btn {
    background-color: var(--brand);
    color: var(--brand-white);
    text-decoration: none;
    text-align: center;
    font-family: var(--family-title);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: var(--border-xs);
    transition: all .5s ease-in-out;
}
.showcase_primary-btn:hover{
    background: var(--brand-white);
    color: var(--brand);
    border-color: var(--brand);
}

.showcase_colored_wrapper{
    display: flex;
    flex-direction: column;
}
.descripcion_color {
    margin: 1rem 0;
    color: var(--gray-dark-4, #414141);
    text-align: left;
    font-family: var(--family-title-2);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
}
.descripcion_color strong {
    font-family: var(--family-title);
    font-weight: 400;
}

.showcase-vehicle__image {
    flex: 0 0 auto;
    width: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    z-index: -1;
}

.showcase-vehicle__image > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    left: -7rem;
}

.showcaseSwiper .swiper-button-next,
.showcaseSwiper .swiper-button-prev {
    color: var(--gray, #9A9A9A);
    --swiper-navigation-size: 2rem;
}

.showcase-home-swiper-slide-active{
    transform: scale(0.95);
    opacity: 1;
    transition: opacity 500ms ease;
}.showcase-home-swiper-slide-active>.show-slide__content>.showcase-vehicle_name_img {
    border-bottom: 3px solid var(--brand);
}

@media(max-width:500px){
    .showcase_filter {
        justify-content: start;
    }
}
@media (max-width: 768px) {
    .showcase_colored_wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }
    .showcase-information__display {
        flex-direction: column-reverse;
    }
    .showcase-information__texts {
        flex-direction: column;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .showcase-information__display {
        padding: 0;
    }
    .showcase-vehicle__image {
        width:100%;
    }
    .showcase-vehicle__image > img {
        left: 0;
    }
    #model_name_img {
        width: 100%;
    }
    .showcase_filter {
        overflow-x: scroll;
    }
    .showcase_primary-btn,
    .showcase_secondary-btn.showcase_ctas {        
        font-size: 1rem;
    }
    .showcase-home {
        width: 100%;
    }
    .showcase_ctas {
        padding: 1rem 1rem;
    }
}
@media (min-width: 769px) and (max-width: 1100px) {
    .showcase-information__display {
        padding: 0 0 0 0rem;
    }
    .showcase-information__texts {
        width: 50%;
    }
    .showcase-vehicle__image {
        display: flex;
        justify-content: center;
        width: 60%;
        background-position: center right;
    }
    .showcase-vehicle__image > img {
        left: -4rem;
    }
}
@media (min-width: 1101px) and (min-width: 1400px) {
    .showcase-vehicle__image > img {
        left: -8rem;
    }
}
@media (min-width: 1400px) {
    .showcase-vehicle__image {
        width: 60%;
        background-position: -12rem 0px;
    }
    .showcase-vehicle__image > img {
        left: -12rem;
    }
}

@media (min-width: 1601px) {
    .showcase-vehicle__image > img {
        left: -20rem;
    }
}