.vehicle {
    padding-top: var(--header-height);
}

.vehicle__banner {
    position: relative;
    background-image: url('../images/emzoom-comfort/bannerHeader/img-header-emzoom-comfort-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(540px - var(--header-height));

}

.vehicle__banner-image {
    width: 100%;
    height: calc(484px - var(--header-height));
    object-position: center;
    object-fit: cover;
    display: block;
}

.vehicle__banner-img-container {
    position: absolute;
}

.vehicle__banner-img-white {
    display: block;
    width: 100%;
    height: auto;
}

.vehicle__banner-img-container {
    max-width: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8%;
}

.vehicle__banner-title {
    font-size: clamp(38px, 5vw, 60px);
    color: var(--secondary-color);
    text-align: center;
}
.vehicle__banner-title-type{
    font-size: clamp(28px, 5vw, 40px);
    color: var(--secondary-color);
    text-align: center;
    font-weight: 500;
}

/* PRECIOS */
.vehicle__specs,
.vehicle__pricing {
    background-color: black;
    color: white;
    padding-inline: 1rem;

}

.vehicle__specs {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

.vehicle__specs-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
}

.vehicle__spec-item {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.vehicle__spec-title {
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 700;

}

.vehicle__spec-desc {
    font-size: clamp(16px, 2vw, 20px);
}

.vehicle__pricing {
    padding-block: 1rem;
    text-align: center;
}

.vehicle__pricing-content {
    /* border-block: 1px solid var(--secondary-color); */
    padding-block: 1rem;
    display: flex;
    justify-content: center;
}
.vehicle__pricing-content-border-top {
    border-top: 1px solid var(--secondary-color);
}
.vehicle__pricing-content-border-bottom {
    border-bottom: 1px solid var(--secondary-color);
}

.vehicle__price {
    display: flex;
    flex-direction: column;
    max-width: max-content;
    text-align: left;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
}
.vehicle__price-value {
    font-size: 32px;
    font-weight: 700;
}

.vehicle__actions {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem;
}

.vehicle__action-link {
    width: 100%;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: #D40021;
    cursor: pointer;
}

.vehicle__action-link-black {
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}

/* CAR */
.vehicle__test {
    background-image: url('../images/emzoom-comfort/unicoEspecie/unico-en-su-especie-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 793px;
    padding-top: 10rem;
    position: relative;

}

.vehicle__test-title {
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 700;
    text-align: right;
    line-height: 40px;
    position: relative;
    z-index: 2;
    background-color: #F1DA70;
    padding-inline: 1rem;
    max-width: max-content;

}

.vehicle__test-content {
    margin-block: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-inline: 1rem;

}

.vehicle__test-description {
    font-size: 16px;
}

.vehicle__test-descriptio-bold {
    font-weight: 600;
}

.vehicle__test-button-container {
    width: 100%;
    display: flex;
}

.vehicle__test-button {
    width: 100%;
    padding: 16px 40px;
    font-size: 16px;
    background-color: var(--primary-color);
    text-align: center;
    text-decoration: none;
    color: var(--secondary-color);
}
.vehicle__referen{
    text-align: center;
    color: var(--secondary-color);
    font-size: 14px;
    margin-top: .5rem;
}

/* slaider images */

/* details */
.info__details {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding-block: 2rem 3rem;
    padding-inline: 1rem;
}

.info__intro {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info__title {
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 700;
}

.info__description {
    font-size: 16px;
    font-weight: 400;
}

.info__image {
    width: 100%;
    display: block;
    height: auto;
    max-width: 650px;
    aspect-ratio:initial;

}

.info__images-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info__details-group,
.info__detail,
.info__details-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info__details-column,
.info__details-group,
.info__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.info__detail-title {
    font-size: 24px;
    font-weight: 700;
}

.info__images-desktop {
    display: none;
}

/* VIDEO */

.video__container {
  width: 100%;
  display: flex;
}

.video__iframe {
  width: 100vw;
  height: 430px;
}
.video__home{
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__home-iframe{
  aspect-ratio: 16 / 9; /* Relación de aspecto 16:9 */
  width: 100%;

}
/* features */


/* accordion */

.capitalize {
    text-transform: capitalize;
}


/* BLOGS */


@media (min-width: 600px) {
    .vehicle__banner {
        background-image: url('../images/emzoom-comfort/bannerHeader/img-header-emzoom-comfort.webp');
        height: calc(900px - var(--header-height));
        background-position: center 90%;
    }
}

@media (min-width: 600px) and (max-width: 1050px)  {
    .vehicle__banner-img-container{
        bottom: 72%;
        max-width: 250px;
    }
}

@media (min-width: 1050px) {
    .vehicle__banner-gradient {
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
        height: 40px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .vehicle__banner-img-container {
        max-width: none;
        left: 15%;
        top: 30%;
    }

    .vehicle__banner-title, .vehicle__banner-title-type {
        text-align: start;
        margin-top: .5rem;
    }

    /* PRECIOS */

    .vehicle__specs-container {
        flex-direction: row;
        justify-content: space-evenly;
        gap: 2rem;
    }

    .vehicle__pricing-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .vehicle__pricing-content {
        border: none;
    }

    .vehicle__pricing {
        margin-top: 2rem;
    }

    .vehicle__pricing-content {
        padding: 0;
    }

    .vehicle__action-link {
        width: max-content;
        max-height: max-content;

    }
    /* CAR */
    .vehicle__test {
        background-image: url('../images/emzoom-comfort/unicoEspecie/unico-en-su-especie.webp');
        height: 685px;
        padding-top: 6rem;
        position: relative;
        display: flex;
        align-items: end;
        flex-direction: column;

    }

    .vehicle__test-title {
        padding-block: .5rem;
        padding-inline: 2rem 5rem;
    }

    .vehicle__test-content {
        margin-top: 3rem;
        max-width: 414px;
        margin-right: 12rem;
    }

    .vehicle__test-button {
        max-width: max-content;
    }

    /* slaider images */

    /* details */
    .info__details {
        display: flex;
        gap: 2rem;
        padding-inline: 3rem;
        padding-bottom: 5rem;
    }

    .info__content,
    .info__images-desktop {
        flex: 1;
    }

    .info__images-mobile {
        display: none;
    }

    .info__images-desktop {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info__image {
        max-width: 650px;

    }

    .info__details-column {
        flex-direction: row;
    }
    .video__iframe {
      height: 712px;
    }
    /* features */

}
