.showcase_container {
    /* display: flex; */
    justify-content: center;
    padding: 3rem 0;
}

.showcase_container__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.showcase_container__subtitle {
    text-align: center;
}

.showcase_container__tabs,
.tabs_wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.showcase_container__tabInfo {
    display: none;
    max-width: 1920px;
}

    .showcase_container__tabInfo.show {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

.tabs_wrapper__tab {
    cursor: pointer;
    padding: .5rem 2rem;
    border-bottom: 2px solid var(--gray-dark-1, #414141);
    font-family: var(--font-family-1);
    font-weight: var(--weight-bolder);
    color: var(--gray-dark-1);
    font-size: 18px;
    line-height: 24px;
}

    .tabs_wrapper__tab.active {
        color: #DA291C;
        border-bottom: 6px solid var(--brand);
        font-family: var(--font-family-1);
        font-weight: var(--weight-bolder);
        font-size: 18px;
        line-height: 24px;
    }

.showcase_container_exterior_wrapper,
.showcase_container_interior_wrapper {
    display: none;
}

    .showcase_container_exterior_wrapper.show,
    .showcase_container_interior_wrapper.show {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-bottom: 1rem;
    }

.showcase_container_exterior_wrapper_comercial {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding-bottom: 1rem;
}

.showcase_container__interior_exterior {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    padding-bottom: 2rem;
}

.showcase_container__interior_exterior__element {
    cursor: pointer;
    padding: .5rem 2rem;
    border-bottom: 2px solid var(--gray-dark-1, #414141);
}

    .showcase_container__interior_exterior__element.active {
        border-bottom: 6px solid var(--brand);
        color: var(--brand);
    }

    .showcase_container__interior_exterior__element.hidden {
        display: none;
    }

.showcase_container__imagen {
    display: none;
}

    .showcase_container__imagen[src] {
        display: block;
    }

.showcase_container__iframe {
    overflow: hidden;
}

.colours_wrapper,
.showcase_container__colours_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .showcase_container__colours_wrapper P {
        font-size: var(--paragraph-1);
    }

.colours_wrapper__colourName {
    font-family: var(--font-family-3);
    font-weight: var(--weight-bolder);
    font-size: var(--paragraph-1);
    line-height: 1.625rem;
    color: var(--brand-black);
}

.showcase_container__imagen {
    width: 720px;
}

.colours_wrapper__colourDots {
    display: flex;
    gap: .8rem;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.colours_wrapper__colourDots__dot__border {
    border-radius: 50%;
    border: var(--gray-dark-7) 2px solid;
}

.colours_wrapper__colourDots__dot {
    border-radius: 50%;
    height: 2.25rem;
    width: 2.25rem;
    border: solid 5px var(--brand-white);
    background-color: transparent;
    cursor: pointer;
}

.colours_wrapper__colourDots__dot__border.clicked {
    border: solid 2px var(--brand-black);
}

/* Electric Section*/
.electric_section,
.showcase_container__electic_section {
    display: flex;
}

/*estilos de showcase start styles Mayerly*/

.electric_section {
    width: 100%;
    justify-content: center;
    padding: 2rem 6rem;
    margin: auto;
}

.showcase_container__info_version {
    width: 100%;
}

.version_wrapper__features li {
    font-family: var(--font-family-1);
    font-weight: var(--weight-normal);
    font-size: var(--paragraph-2);
    line-height: 1.375rem;
}

.version_wrapper__features strong {
    font-family: var(--font-family-3);
    font-weight: var(--weight-bolder);
    font-size: var(--paragraph-2);
    line-height: 1.375rem;
}

.version_wrapper__features, .version_wrapper__central_valores {
    border-right: solid 1px var(--gray-dark-7);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.electric_section__text_electric .electric_section__valor {
    font-size: var(--title-1);
}

.electric_section__iconSection {
    display: inline-flex;
    align-items: baseline;
}

.electric_section__text_electric .electric_section__unitMeasure {
    font-size: var(--title-5);
}

.version_wrapper {
    padding: 0 6rem 2rem;
    justify-content: center;
}

@media(min-width:1700px) {
    .version_wrapper {
        padding: 0 10rem 2rem;
    }
}

.version_wrapper__features ul,
li,
ol {
    list-style-type: none;
}

.version_wrapper__features ul {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.version_wrapper__central_data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px !important;
}

    .version_wrapper__central_data p {
        text-transform: uppercase;
        font-size: var(--title-6);
        font-weight: var(--weight-normal);
        line-height: 30px;
        font-family: var(--font-family-1);
    }

.version_wrapper__central_valores P {
    font-family: var(--font-family-1);
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--weight-normal);
    color: var(--brand-black);
}

.version_wrapper__central_valores strong {
    color: var(--brand-black);
    font-family: var(--font-family-1);
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}

.version_wrapper__central_valores span {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
}

.version_wrapper__central_valores strong .text-dark {
    font-size: 16px !important;
}

.version_wrapper__cuota {
    color: var(--gray-dark-4) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: 8px !important;
}

.version_wrapper__cuota__labels {
    color: #838383 !important;
}

.version_wrapper__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .version_wrapper__buttons a {
        text-decoration: none;
        border-radius: 50px;
    }

/* .version_wrapper__buttons a:hover {
            color: var(--brand-black);
        } */

.version_wrapper__financing {
    color: var(--brand-white);
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--cta-2);
    font-weight: var(--weight-bolder);
    line-height: 22px;
    /* text-transform: uppercase; */
}

/* .version_wrapper__financing:hover {
        background: var(--brand);
        color: var(--brand-white);
    } */

.version_wrapper__buttons {
    gap: 20px;
}

/* .version_wrapper__quote {
    color: var(--brand-black);
    font-size: var(--cta-2);
    font-weight: var(--weight-bolder);
} */

.version_wrapper__versionCar {
    font-weight: var(--weight-bolder);
    font-size: var(--title-4);
    line-height: 38px;
    font-family: var(--font-family-1);
}

.showcase_container__disclaimer {
    padding: 0 9%;
    width: 100%;
}

.showcase_container__disclaimer__background {
    background: var(--gray-dark-9);
    font-family: var(--font-family-1);
    font-style: italic;
    font-size: var(--paragraph-4);
    color: var(--gray-dark-3);
    width: 99.4%;
    display: flex;
    flex-direction: column;
    padding: .5rem;
}

/* .showcase_container__disclaimer ..showcase_container__disclaimer__background p {
  background: var(--footer);
  font-size: 12px;
  font-weight: var(--weight-normal);
  line-height: 16px;
  padding: 10px;
  color: var(--gray5);
} */

.electric_section__icon_text {
    display: inline-flex;
    align-items: center;
}

.electric_section__text_electric {
    display: flex;
    align-items: baseline;
}

.electric_section__caracteristicas {
    font-size: 20px;
}

.electric_section__feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*end styles Mayerly*/

/* Info Version */
.showcase_container__info_version,
.version_wrapper {
    display: flex;
}

@media(min-width:768px) and (max-width:943px) {
    .version_wrapper {
        padding: 0 2rem 2rem;
    }

    .showcase_container__disclaimer {
        padding: 0 2rem !important;
    }

    .electric_section__text_electric .electric_section__valor {
        font-size: 26px;
        line-height: 22px;
    }

    .electric_section__unitMeasure {
        font-size: var(--paragraph-2) !important;
        line-height: 22px;
    }

    .electric_section {
        padding: 2rem 2rem;
    }

    .version_wrapper__versionCar {
        font-size: var(--title-6);
    }

    .version_wrapper__central_data p {
        text-transform: uppercase;
        font-size: var(--paragraph-2);
    }
}

@media(min-width:300px) and (max-width:977px) {

    .version_wrapper__features ul {
        align-items: center;
    }

    .electric_section__feature {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    .version_wrapper__central_data {
        align-items: center;
        padding: 1rem 0 0 0;
    }

    .version_wrapper__central_valores {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .version_wrapper__buttons {
        align-items: center;
        padding: 1rem 0;
    }

    .version_wrapper__features,
    .version_wrapper__central_valores {
        border-bottom: solid 1px var(--gray-dark-7);
        border-right: none;
        width: 80% !important;
        padding-bottom: 1rem;
    }

    .version_wrapper {
        padding: 0 !important;
        justify-content: center;
    }

    .electric_section {
        padding: 0.5rem;
        padding-bottom: 2rem;
    }

    .showcase_container__disclaimer {
        padding: 1rem !important;
    }

    .electric_section__iconSection img {
        width: 40px;
        height: 40px;
    }

    .electric_section__caracteristicas {
        padding-bottom: 1rem;
    }

    .electric_section__text_electric .electric_section__valor {
        font-size: 26px;
        line-height: 22px;
    }

    .electric_section__unitMeasure {
        font-size: var(--paragraph-2) !important;
        line-height: 22px;
    }
}

@media (max-width:767px) {
    .showcase_container__tabs,
    .tabs_wrapper {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        justify-content: revert;
    }

    .version_wrapper__central_valores P {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        justify-content: center;
    }

    .version_wrapper__central_valores {
        text-align-last: center
    }

    .colours_wrapper__colourName {
        font-size: 16px;
        line-height: 1.375rem;
    }

    .showcase_container__colours_wrapper P {
        font-size: 16px;
        line-height: 1.375rem;
    }

    .version_wrapper__features strong,
    .version_wrapper__features li {
        font-size: var(--paragraph-3);
        line-height: 1.25rem;
    }
}

/* ---------------Showcase Comercial--------------- */

.showcaseComercial_specs_table {
    width: -webkit-fill-available;
    max-width: 920px;
}

.showcase_container__column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    /* padding: 0 96px; */
    width: 95%;
}

.showcaseComercial_Container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.showcaseComercial_row_Container {
    max-width: 1320px;
    margin: auto;
}

.showcaseComercial_accordion_container {
    max-width: 100%;
}

.showcaseComercial_accordion_title {
    list-style-type: none;
    border-top: 1px solid var(--Grey-07, #ccc);
    border-bottom: 1px solid var(--Grey-07, #ccc);
    background: var(--brand-white, #fff);
    display: flex;
    height: 60px;
    padding: 10px 32px 10px 20px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    color: var(--brand-black, var(--black-100, #000));
    font-family: var(--font-family-1);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.4px;
    width: 100%;
    cursor: pointer;
}

.showcaseComercial_accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}

    .showcaseComercial_accordion-content.active {
        max-height: 500px;
    }


.showcaseComercial_accordion_title.focused {
    border-top: 1px solid var(--Grey-07, #ccc);
    border-bottom: 1px solid var(--Grey-07, #ccc);
    background: var(--brand-black, #000);
    color: var(--brand-white, #fff);
    font-family: var(--font-family-1);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.4px;
    width: 100%;
    transition: ease-in;
}

.showcaseComercial_table_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .showcaseComercial_table_container .showcaseComercial_accordion_label {
        grid-column: 1;
    }

    .showcaseComercial_table_container .showcaseComercial_accordion_caracteristica {
        grid-column: 2;
    }

.showcaseComercial_accordion_label {
    border-bottom: 1px solid var(--Grey-07, #ccc);
    background: var(--Grey-08, #e5e5e5);
    display: flex;
    height: 70px;
    padding: 10px 24px 10px 20px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--brand-black, var(--black-100, #000));
    font-family: var(--font-family-2);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.showcaseComercial_accordion_caracteristica {
    display: flex;
    height: 70px;
    padding: 10px 24px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-bottom: 1px solid var(--Grey-07, #ccc);
    background: var(--brand-white, #fff);
    color: var(--Grey-01, #414141);
    text-align: center;
    font-family: var(--font-family-2);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.default-svg {
    display: inline-block;
    vertical-align: middle;
}

.focused-svg {
    display: none;
}

.showcaseComercial_accordion_title.focused .focused-svg {
    display: inline-block;
    vertical-align: middle;
}

.showcaseComercial_accordion_title.focused .default-svg {
    display: none;
}

.ShowcaseComercial_flex {
    display: flex;
}

.showcaseComercial_iframeContainer {
    align-items: center;
    justify-items: center;
}

.showcase_container__iframe {
    width: 720px;
    height: 414px;
}

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

@media (max-width: 1200px) {
    .ShowcaseComercial_flex {
        display: block;
    }

    .showcaseComercial_Container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .showcaseComercial_specs_table {
        margin-top: 15px;
    }
}

@media (max-width: 1365px) {
    .showcase_container__column {
        grid-template-columns: 1fr;
        width: auto;
    }

    .showcaseComercial_specs_table {
        padding-top: 24px;
    }
}

@media (max-width: 975px) {

    .btn_showcase {
        width: 99%;
    }
}

@media (max-width: 906px) {

    .showcaseComercial_accordion_container {
        max-width: 95%;
        margin: auto;
    }
}

@media (max-width: 738px) {
    .showcase_container__iframe {
        width: 100vw;
        height: 50vw;
    }
}

@media (max-width: 689px) {
    .showcase_container__column {
        padding: 0 0;
    }

    .showcaseComercial_accordion_title,
    .showcaseComercial_accordion_title.focused,
    .showcaseComercial_accordion_label,
    .showcaseComercial_accordion_caracteristica {
        font-size: var(--paragraph-1);
    }

    .showcase_container__disclaimer {
        padding: 0 32px;
    }

    .showcase_container__column {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 423px) {
    .version_wrapper__central_valores strong {
        font-size: 22px;
    }

    .version_wrapper__central_valores span {
        font-size: 22px;
    }
}
