.vehicle {
    padding-top: var(--header-height);
}

.vehicle__banner {
    position: relative;
    background-image: url('../images/AionEs/img-header-AionEs-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-white {
    display: block;
    width: 100%;
    height: auto;

}
.vehicle__banner-img-black{
    display: none;
}

.vehicle__banner-img-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
}

.vehicle__banner-title {
    font-size: clamp(18px, 5vw, 40px);
    color: var(--secondary-color);
    text-align: center;
    margin-top: .5rem;
    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: #2DCAD1;;
    color: var(--primary-color);
    cursor: pointer;
}

.vehicle__action-link-black {
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

/* CAR */
.vehicle__test {
    background-image: url('../images/AionEs/emisiones-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 793px;
    padding-top: 12rem;
    position: relative;

}

.vehicle__test-title {
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 700;
    line-height: 40px;
    position: relative;
    z-index: 2;
    color: var(--primary-color);
    /* background-color: #F1DA70; */
    padding-inline: 1rem;
    max-width: max-content;

}
.vehicle__test-subtitle{
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 700;
    padding-inline: 1rem;
    color: var(--primary-color);
}

.vehicle__test-content {
    margin-block: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-inline: 1rem;

}

.vehicle__test-description {
    font-size: 16px;
    color: var(--primary-color);
}

.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__detail{
    flex: 1;
}
.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;

}

.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;
}


/* features */


/* accordion */

.capitalize {
    text-transform: capitalize;
}


/* BLOGS */
@media (min-width: 500px) {
    .vehicle__test {
        background-position: center;
    }
    .vehicle__banner-img-container{
            bottom: -10%;
    }
}

@media (min-width: 600px) {
    .vehicle__banner {
        background-image: url('../images/AionEs/img-header-AionEs.webp');
        height: calc(900px - var(--header-height));
        background-position: center 80%;
    }

    
}
@media (min-width: 600px) and (max-width: 1050px)  {
    .vehicle__banner-img-container{
        bottom: -2%;
    }
    .vehicle__banner-img-white {
        max-width: 250px;
    }
    .vehicle__banner-title{
        font-size: 30px;
    }
}
@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 {
        left: 15%;
        top: 30%;
    }
    .vehicle__banner-img-black{
        display: block;
    }
    .vehicle__banner-img-white{
        display: none;
    }

    .vehicle__banner-title {
        text-align: start;
        color: var(--primary-color);
    }

    /* 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/AionEs/emisiones.webp');
        height: 685px;
        padding-top: 6rem;
        position: relative;
        display: flex;
        align-items: end;
        flex-direction: column;

    }

    .vehicle__test-title {
       padding-inline: 0;
    }
    .vehicle__test-subtitle{
        margin-top: .5rem;
       padding-inline: 0;
    }
    .vehicle__test-container{
        max-width: 574px;
        margin-right: 5rem;
    }

    .vehicle__test-content {
        margin-top: 3rem;
        max-width: 522px;
        padding-inline: 0;
    }

    .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-group, .info__content {
        gap: 5rem;
    }

    .info__details-column {
        flex-direction: row;
    }

    /* features */
}
