.box-texto-banner__prices {
    min-height: inherit !important;
}

.box-texto-banner__info {
    min-height: inherit !important;
}

.banner-version-two:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 25%, rgba(255, 255, 255, 0.00) 50%);
    opacity: 0.5;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
}

.banner-version-two {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px !important;
}

@media(max-width: 1024px) {
    .banner-version-two {
        justify-content: flex-start;
    }
}

.box-texto-banner__btn__list {
    padding-top: 20px !important;
}

@media(max-width: 1024px) {
    .box-texto-banner__btn__list {
        display: none !important;
    }
    .box-texto-banner {
        margin-top: 50px;
    }
}
.z-show-hyunday {
    position: relative;
    z-index: 5;
}

.box-texto-banner__prices-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.box-texto-banner__info-big-text {
    color: #000000 !important;
    font-size: 36.7px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 44.06px !important;
    /* 120.054% */
}

.box-texto-banner__info-small-text {
    color: #000000 !important;
    font-size: 19.913px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    line-height: 37.8px !important;
    /* 189.831% */
}
@media(max-width: 600px) {
    .box-texto-banner__info-big-text {
        font-size: 18px !important;
    }
    .box-texto-banner__info-small-text {
        font-size: 16px;
    }
}
.header-top__gw {
    position: relative;
}

.header-top__gw:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #EFEFEF;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
}

.header-top {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.header-top__list {
    display: flex;
}

@media(max-width: 1024px) {
    .header-top__list {
        display: none;
    }
}

.header-top__left {
    width: auto;
    display: flex;
    justify-content: flex-start;
}

.alocate .header-top__left {
    width: auto;
}
@media(max-width: 1200px) {
    .alocate .header-top__left {
        width: 100%;
    }
}
.header-top__right {
    width: 0%;
    display: none;
    justify-content: flex-end;
}

.alocate .header-top__right {
    display: flex;
    width: auto;
}
@media(max-width: 1200px) {
    .alocate .header-top__right {
        display: none;
    }
}
.header-top__center {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.alocate .header-top__center {
    width: auto;
    justify-content: center;
}

.item-top-left {
    display: none;
}

.container-mobile {
    display: none;
}

@media(max-width: 1200px) {
    .container-mobile {
        width: 100%;
        display: block;
    }

    .item-top-left {
        display: flex;
        justify-content: flex-end;
    }

    .header-top__left {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .header-top__right {
        width: 50%;
        display: none;
        justify-content: flex-end;
    }

    .header-top__center {
        width: 70%;
        display: none;
    }
}
.font-weight-500 {
    font-weight: 500 !important;
}
.header-top__list {
    padding: 0px;
}

.header-top__list a {
    padding: 26px 10px;
    display: inline-flex;
}

.header-top__list .header-top__list__item {
    color: #333333;
}

.header-top__list__item.active-top__list {
    color: #007FA8;
    position: relative;
    font-weight: bold;
}

.header-top__list__item.active-top__list:before {
    content: "";
    bottom: 1px;
    left: 0;
    position: absolute;
    background-color: #007FA8 !important;
    height: 2px;
    width: 100%;
}

.header-top__list__item {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
}

.header-top__list__item:hover {
    color: #007FA8 !important;
    font-weight: bold;
    background-color: #ededed;
}
.header-top__list__item__v2 {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #333333 !important;
    text-decoration: none !important;
}
@media(max-width: 768px) {
.list-specials-hybrid {
    text-align: left !important;
    padding: 20px;
}    
}

.header-top__list__item__v2:hover {
    color: #007FA8 !important;
    font-weight: bold;
    background-color: #ededed;
}
.header-top__list__item__v2:hover:before {
    content: "";
    bottom: 1px;
    left: 0;
    position: absolute;
    background-color: #007FA8;
    height: 2px;
    width: 100%;
}
.header-top__list__item:hover:before {
    content: "";
    bottom: 1px;
    left: 0;
    position: absolute;
    background-color: #007FA8;
    height: 2px;
    width: 100%;
}

@media(max-width: 1024px) {
    .header-top__list__item:hover:before {
        background-color: transparent;
        color: #000;
    }
}

.header-top__left__title {
    color: #002c5f;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 26px 10px;
    display: flex;

}

.header-top__left__title svg {
    display: none;
}

@media(max-width: 1200px) {
    .header-top__left__title {
        font-size: 16px;
        padding: 26px 0px;
        gap: 5px;
        align-items: center;
    }

    .header-top__left__title svg {
        display: flex;
    }
}

.header-top__right__link {
    margin: 13px 0px;
    background-color: #002C5F;
    color: #fff !important;
    width: 100%;
    display: table-caption;
    padding: 10px 32px;
    text-decoration: none !important;
    font-weight: 500;
    display: block;
    text-align: center;
}

@media(max-width: 768px) {
    .header-top__right__link {
        font-size: 16px;
        padding: 6px 30px;
    }
}

.header-top__right__link:hover {
    background-color: #002C5F;
    opacity: .8;
}

.header-top__list__item__datasheet {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    padding: 26px 10px;
    display: flex;
    text-decoration: none !important;
}

.header-top__list__item__datasheet:hover {
    color: #333 !important;
    background-color: #ededed;
}

.datasheet_content svg {
    stroke: #000;
}

@media(max-width: 1000px) {
    .nav-open #navbarExample {
        top: 60px;
        z-index: 99999;
    }
}

@media(max-width: 768px) {
    .datasheet_content {
        display: flex;
        justify-content: center;
    }
}

.alocate .container__top {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
@media(max-width: 768px) {
    .alocate .container__top {
        width: 100%;
    }
}

.container__top {
    width: 1300px;
    max-width: 1440px !important;
}

@media(max-width: 1200px) {
    .container__top {
        width: 100%;
    }
}

.alocate {
    position: fixed;
    top: 0px;
    z-index: 99999;
    background: #fff;
    width: 100%;
}

.color-election__content__image {
    width: 900px
}

@media(max-width: 768px) {
    .color-election__content__image {
        width: 100%;
    }
}

.color-election__content {
    opacity: 0;
    max-height: 0;
    text-align: center;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    /* Transición de opacidad y altura */
}

.color-election__content.election__active {
    opacity: 1;
    max-height: none;
    /* Se expandirá automáticamente según su contenido */
    transition: opacity 0.3s ease, max-height 0.3s ease;
    /* Transición de opacidad y altura */
}

.tabColor {
    width: 100%;
    padding-top: 30px;
}

.tabColor__content {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
}

@media(max-width: 768px) {
    .tabColor__content {
        gap: 15px;
    }
}

.tabColor__content__list {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media(max-width: 768px) {
    .tabColor__content__list {
        width: 30px;
        height: 30px;
    }
}

.tabColor__content__list__link {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
}

ul {
    margin: 0px;
}

.tabContent {
    padding-top: 0px;
    width: 710px;
    margin: auto;
}

@media(max-width: 768px) {
    .tabContent {
        width: 100%;
    }
}

.tabContent__content {
    width: 100%;
    background-color: #F6F3F2;
    padding: 0px;
    display: flex;
}

@media(max-width: 768px) {
    .tabContent__content {
        width: 1100px;
    }

    .tabContent {
        overflow-x: scroll;
        scrollbar-color: red;
    }
}

*::-webkit-scrollbar-thumb {
    background-color: #002C5F !important;
    /* Color rojo */
}

*::-webkit-scrollbar-track {
    background-color: #002C5F !important;
    /* Color rojo */
}

.tabContent__content__list {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabContent__content__list__link.active__link {
    background-color: #002C5F;
    color: #fff;
}

.tabContent__content__list__link {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: ease all 0.3s;
    color: #000;
    text-decoration: none !important;
    font-size: 11px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media(max-width: 768px) {
    .tabContent__content__list__link {
        font-size: 11px;
    }
}

.tabContent__content__list__link:hover {
    transition: ease all 0.3s;
    background-color: #002C5F;
    color: #fff;
}

.tab-item-carousel {
    width: 710px;
    opacity: 0;
    margin: auto;
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    /* Transición de opacidad y altura */
}

@media(max-width: 768px) {
    .tab-item-carousel {
        width: 100%;
    }
}

.tab-item-carousel.d-active {
    opacity: 1;
    max-height: none;
    /* Se expandirá automáticamente según su contenido */
    transition: opacity 0.3s ease, max-height 0.3s ease;
    /* Transición de opacidad y altura */
}

.GaleryDescription {
    position: relative;
}

.GaleryDescription__content {
    position: relative;
    width: 100%;
}

.GaleryDescription__top {
    position: relative;
}

.GaleryDescription__top:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 200px;
    z-index: 2;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(26, 26, 26, 0.70) 56%);
}

.GaleryDescription__bottom {
    padding: 18px;
    background-color: #F6F3F2;
    height: 110px;
}

.GaleryDescription__bottom__paragraph {
    font-size: 15px;
    margin: 0px;
    font-weight: 400;
}

@media(max-width: 768px) {
    .GaleryDescription__bottom__paragraph {
        font-size: 12px;
    }

    .GaleryDescription__bottom {
        padding: 10px;
    }
}

.GaleryDescription .GaleryDescription__content__image {
    height: 473px;
    object-fit: cover;
}

.GaleryLightBox {
    width: 100%;
    margin: auto;
}

.GaleryLightBox__content {
    width: 710px;
    margin: auto;
}

@media(max-width: 768px) {
    .GaleryLightBox__content {
        width: 100%;
    }
}

.GaleryLightBox .GaleryDescription__content__image {
    width: 100%;
    height: 359px;
    object-fit: cover;
}

@media(max-width: 1024px) {
    .GaleryDescription .GaleryDescription__content__image {
        height: 217px;
    }

    .GaleryLightBox .GaleryDescription__content__image {
        height: 217px;
    }
}

.GaleryDescription__content__title {
    position: absolute;
    bottom: 0;
    padding: 40px 45px;
    color: #fff;
    margin: 0px;
    font-size: 28px;
    z-index: 11;
    text-transform: math-auto;
    font-weight: 500;
    height: 130px;
    display: flex;
    align-items: center;
}

@media(max-width: 768px) {
    .GaleryDescription__content__title {
        font-size: 18px;
        height: 70px;
    }
}

@media(max-width: 500px) {
    .GaleryDescription__content__title {
        padding: 15px 45px;
        font-size: 15px;
    }
}

.GaleryDescription__content__title:before {
    content: "";
    left: 30px;
    background: #00AAD2;
    position: absolute;
    height: 100px;
    width: 3px;
    top: 0;
    bottom: 12px;
    margin: auto;
}

@media(max-width: 768px) {
    .GaleryDescription__content__title:before {
        height: 50px;
        top: inherit;
    }
}

.GaleryDescription__arrowLeft svg {
    position: relative;
    left: 5px;
}

.GaleryDescription__arrowRight svg {
    position: relative;
    left: 5px;
}

@media(max-width: 600px) {
    .GaleryDescription__arrowLeft svg {
        position: relative;
        left: 2px;
    }

    .GaleryDescription__arrowRight svg {
        position: relative;
        left: 2px;
    }
}

.GaleryLightBox__content .GaleryDescription__arrowLeft {
    top: calc(50% - 30px);
}

.GaleryLightBox__content .GaleryDescription__arrowRight {
    top: calc(50% - 30px);
}

.GaleryDescription__arrowLeft,
.GaleryDescription__arrowRight {
    background: rgba(0, 44, 95, 0.64);
    position: absolute;
    top: calc(50% - 110px);
    z-index: 11;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.GaleryDescription__arrowLeft:hover,
.GaleryDescription__arrowRight:hover {
    background-color: #000;
}

.GaleryDescription__arrowLeft {
    left: 28px;
}

.GaleryDescription__arrowRight {
    right: 28px;
    transform: rotate(180deg);
}

.GaleryDescription.up::before {
    content: none;
}

.GaleryDescription::before {
    content: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 31.71%, #101010 88.31%);
    display: flex;
    position: absolute;
    z-index: 10;
}

@media(max-width: 768px) {

    .GaleryDescription__arrowLeft,
    .GaleryDescription__arrowRight {
        width: 27px;
        height: 27px;
        top: calc(50% - 87px);
    }

    .GaleryDescription__arrowLeft {
        left: 4px;
    }

    .GaleryDescription__arrowRight {
        right: 4px;
    }
}

.title-bottom {
    margin-bottom: 32px;
}
.block-container p {
    width: 710px;
    margin: auto;
}
.block-container .wp-block-getwid-image-box {
    width: 710px;
    margin: auto;
}
.block-container .wp-block-group {
    width: 710px;
    margin: auto !important;
}
@media(max-width: 768px) {
    .block-container .wp-block-getwid-image-box {
        width: 100%;
    }
    .block-container .wp-block-group {
        width: 100%;
    }
    .block-container p  {
        width: 100%;
    }
}
.container-mobile {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}
.tab-menu-links ul {
    padding: 0px;
}
.container-mobile .header-top__list__item {
    padding: 20px;
    display: flex;
    justify-content: center;
}
@media(max-width: 1200px) {
    .container-mobile .header-top__list__item {
        justify-content: flex-start;
    }
}
.container-mobile .header-top__list__item {
    color: #000;
}
.container-mobile .header-top__list__item.active-top__list {
    color: #007fa8;
}

.active__header__mobile {
    overflow: scroll;
    max-height: 600px; /* Altura máxima para mostrar el contenido */
}
.active__circle {
    position: relative;
    border: 1px solid #00AAD2;
    border-radius: 50%;
}
.active__circle::before {
    content: "";
    border: 1px solid #00AAD2;
    width: 58px;
    height: 58px;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    left: -5px;
}
@media(max-width: 768px) {
    .active__circle::before {
        width: 38px;
        height: 38px;
    }
}
.video-iframe {
    text-align: center;
    position: relative;
}
.video-iframe img {
    width: 710px;
    border-radius: 20px;
    margin: auto;
}
@media(max-width: 768px) {
    .video-iframe img {
        width: 100%;
    }
}
.video-iframe {
    width: 710px;
    margin: auto;
}
.video-iframe .video-iframe__callback {
    display: block;
    z-index: 11;
    position: relative;
}
.video-iframe iframe {
    width: 710px !important;
    height: 450px !important;
}
.video-iframe:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    width: 100%;
    border-radius: 20px;    
    height: 100%;
    z-index: 4;
    left: 0;
    right: 0;
    margin: auto;
    width: 710px;
    top: 0;
}
.video-iframe__play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
}
@media(max-width: 600px) {
    .video-iframe iframe {
        width: 100% !important;
        height: 200px !important;
    } 
    .has-paragraph-content-top {
        padding-top: 12px !important;
    }
    .has-paragraph-content-bottom {
        padding-bottom: 0px !important;
    }
    .video-iframe {
        width: 100%;
    }
}
.header-none {
    display: none;
}
.open_archive__content {
    display: flex;
    justify-content: center;
}
.open_archive__content .datasheet_content {
    width: 50%;
}
.slick-current.slick-active {
	opacity: 1;
}

.wp-block-hyundai-image-slider-miniature__nav-miniature__item figure {
	margin: 0px;
}
@media(max-width: 768px) {
.GaleryDescription__bottom__paragraph {
		font-size: 12px !important;
	}
	.GaleryDescription__bottom {
		height: 120px !important;
	}
	.font-mobile-paragraph {
		font-size: 12px !important;
	}
	.header-top__right__link {
		padding: 6px 17px !important;
	}
	.item-top {
		width: 50% !important;
	}
	.box-texto-banner__prices-container {
		padding: 10px 20px !important;
	}
	.box-texto-banner {
		margin-top: 0px !important;
	}
	.banner-version-two:before {
		background: linear-gradient(141deg, rgba(255, 255, 255, 0.80) 22.89%, rgba(153, 153, 153, 0.00) 68.38%);
	}
}
@media(max-width: 600px) {
		.wp-block-hyundai-image-slider-miniature__wrapper button {
		padding: 13px !important;
	} 
.wp-block-hyundai-image-slider-miniature__wrapper .slick-prev:before {
	font-size: 5px;
		margin-left: -3px !important;
	margin-top: -3px !important;
} 
	.wp-block-hyundai-image-slider-miniature__wrapper button {
		padding: 13px !important;
	} 
.wp-block-hyundai-image-slider-miniature__wrapper .slick-next:before {
	font-size: 5px;
		margin-left: -5px !important;
	margin-top: -3px !important;
} 
	.container-bottom-stargazer  .wp-block-attach-container__inner {
		padding-top: 40px;
		padding-bottom: 16px;
	}
	.GaleryDescription__bottom {
		display: flex;
		align-items: center;
	}
}