/* input(393,1): run-time error CSS1019: Unexpected token, found '}' */
.showcase_container {
    /* display: flex; */
    justify-content: center;
    padding: 3rem 0;
}


@media (max-width: 1920px) and (min-width: 768px) {
    .showcase_container__title {
        font-size: var(--text-3xl);
        line-height: 2.625rem;
    }
}


@media (max-width: 768px) {
    .showcase_container__title {
        font-size: 1.375rem !important;
        line-height: 1.875rem !important;
    }
}

@media (max-width: 360px) {

    .tabs_wrapper__tab,
    .tabs_wrapper__tab.active {
        font-size: var(--text-sm) !important;
        line-height: 1.25rem !important;
    }
}

.showcase_container__title {
    text-align: center;
    /*text-transform: lowercase;*/
    font-family: var(--font-family-1);
    font-size: var(--text-5xl);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 2.625rem;
    /*text-transform: uppercase;*/
    width: 100%;
    color: var(--gray-dark-10);
    margin-bottom: 40px;
}

.showcase_container__subtitle {
    text-align: center;
    color: var(--gray-dark-1, #414141);
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
}

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

@media (min-width: 1450px) {
    .showcase_container__tabs {
        width: 80vw;
        margin: 0 auto 40px auto;
        overflow-x: visible;
        flex-wrap: wrap; /* Allow wrapping */
    }

    .tabs_wrapper {
        display: flex;
        flex-wrap: wrap; /* Allow tabs to wrap */
        justify-content: center;
        width: 100%;
    }

    .tabs_wrapper__tab {
        flex: 1 1 50%; /* Adjust percentage as needed */
        max-width: 483px;
        width: 100%;
        text-align: center;
    }
}


    .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-06, #848484);
    font-family: var(--font-family-4);
    font-weight: var(--weight-normal);
    color: var(--gray-06);
    font-size: var(--text-lg);
    line-height: 1.5rem;
    text-transform: uppercase;
}

.tabs_wrapper__tab.active {
    color: var(--brand-hover);
    border-bottom: 6px solid var(--brand-hover);
    font-family: var(--font-family-4);
    font-weight: var(--weight-normal);
    font-size: var(--text-lg);
    line-height: 1.5rem;
    text-transform: uppercase;
    align-content:center;
}

.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: var(--p-4);
}

.showcase_container_exterior_wrapper_comercial {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding-bottom: var(--p-4);
}

.showcase_container__interior_exterior {
    display: flex;
    justify-content: center;
    margin-top: var(--p-4);
    padding-bottom: 2rem;
}

.showcase_container__interior_exterior__element {
    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;
    padding-top: 1rem;
}

.showcase_container__colours_wrapper P {
    font-family: var(--font-family-2);
    font-size: var(--paragraph-1);
    line-height: 1.25rem;
    color: var(--gray-06);
    font-weight: var(--weight-normal);
}

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

.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-13) 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-red);
}

/* 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 {
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    line-height: 1.375rem;
    color: var(--gray-dark-10);
    font-weight: var(--weight-normal);
}

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

.version_wrapper__central_valores {
    border-right: solid 1px var(--gray-dark-7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--gray-dark-10, #000);
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 20px;
}

.version_list_price {
    color: var(--gray-dark-10, #000);
    font-family: var(--font-family-1);
    font-size: var(--text-2xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    letter-spacing: 0.56px;
}

.version_wrapper__cuota_tachado {
    color: var(--gray-dark-4, #838383);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: normal;
    letter-spacing: 0.4px;
    text-decoration-line: line-through;
}

.version_wrapper__cuota {
    color: var(--gray-dark-4, #838383);
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    letter-spacing: 0.4px;
}

.right_border {
    border-right: none !important;
}

.electric_section__text_electric .electric_section__valor {
    font-size: var(--text-5xl);
}

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

.electric_section__text_electric .electric_section__unitMeasure {
    font-size: var(--text-xl);
}

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

/*.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: center;
    justify-content: center;
    padding-left: 20px !important;
    border-right: solid 1px var(--gray-dark-7);
    margin: 16px;
}

.version_wrapper_gray_prices {
    color: var(--gray-dark-4, #838383);
    font-family: var(--font-family-1);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 20px;
}

.button-wrapper{
    margin-top: 25px;
}

.version_wrapper__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

    .version_wrapper__buttons a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 32px;
        gap: 8px;
        width: 190px;
        height: 48px;
        border-radius: 3px;
        text-decoration: none;
        font-size: var(--text-md);
        font-weight: var(--weight-semibold);
        font-family: var(--font-family-4);
        flex-grow: 0;
        align-self: stretch;
    }

/*.version_wrapper__buttons a:hover {
    color: var(--gray-dark-10);*/
}

.version_wrapper__financing {
    color: var(--brand-white);
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-semibold);
    line-height: 22px;
    /* text-transform: uppercase; */
    background-color: #007bff;
    border-radius: 3px;
    padding: 25px;
}

    .version_wrapper__financing:hover {
        background-color: #0056b3;
        color: var(--brand-white);
    }

.version_wrapper__buttons {
    gap: 20px;
}

.version_wrapper__quote {
    color: var(--gray-dark-10);
    font-size: var(--text-md);
    font-weight: var(--weight-semibold);
}

.version_wrapper__versionCar {
    font-weight: var(--weight--normal);
    font-size: var(--text-4xl);
    line-height: 2.188rem;
    font-family: var(--font-family-1);
}

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

.showcase_container__disclaimer__background {
    background: var(--gray-dark-9);
    font-family: var(--font-family-1);
    font-style: italic;
    font-size: var(--text-xs);
    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(--gray-dark-1);
  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-family: var(--font-family-1);
    font-size: var(--text-sl);
    line-height: 1.563rem;
    color: var(--gray-dark-10);
    font-weight: var(--weight-normal);
}

.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(--text-md) !important;
        line-height: 22px;
    }

    .electric_section {
        padding: 2rem 2rem;
    }

    .version_wrapper__versionCar {
        font-size: var(--text-sl);
    }

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

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

    .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: var(--p-4) 0 0 0 !important;
        flex: 0 0 auto !important;
        width: 100% !important;
    }

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

    .version_wrapper__buttons {
        align-items: center;
        padding: var(--p-4) 0;
    }

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

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

    .electric_section {
        padding: var(--p-2);
        padding-bottom: 2rem;
    }

    .showcase_container__disclaimer {
        padding: var(--p-4) !important;
    }

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

    .electric_section__caracteristicas {
        padding-bottom: var(--p-4);
    }

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

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

@media (max-width:767px) {

    .showcase_container__tabs,
    .tabs_wrapper {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
 /*       justify-content: revert;*/
    }
}

@media (max-width: 400px) {
    .version_wrapper__central_valores {
        font-size: var(--text-xs);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .version_wrapper__cuota_tachado,
    .version_wrapper__cuota {
        font-size: var(--text-md);
    }
}

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

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

.showcase_container__column {
    display: flex;
    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(--gray-dark-10, var(--black-100, #000));
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    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(--gray-dark-10, #000);
    color: var(--brand-white, #fff);
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    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(--gray-dark-10, var(--black-100, #000));
    font-family: var(--font-family-2);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-bolder);
    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(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    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;
    max-height: 414px;
    object-fit: cover;
}

.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(--text-lg);
    }

    .showcase_container__disclaimer {
        padding: 0 32px;
    }

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