.vermas {
    min-width: 160px;
}

.featured-vehicles-section {
    padding-top: 102px;
    background: var(--gray-6);
    padding-bottom: 52px;

    .texts {
        width: 616.74px;
        margin: 0 auto;

        h2 {
            text-align: center;
            margin-bottom: 19px;
            color: var(--color-gray-900);
        }

        p {
            text-align: center;
            margin-bottom: 52px;
            color: var(--gray-1);
            font-weight: 400;
            line-height: 22px;
        }
    }

    .btns {
        margin-bottom: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;

        .btn-group {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
        }
    }

    .row_vehiculo {
        width: 100%;
        overflow: hidden; 
        /* display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px; */
        /* &.vehiculosMobile{
            display: none;
        } */
    }

    .text_not {
        p {
            text-align: center;
        }
    }
}

.btn_vertodo {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.brands-home-section {
    margin-top: 81px;

    .text-brandy {
        margin-bottom: 60px;
        text-align: center;
    }

    .swiper-slide {
        min-width: 0;
        align-items: center;

        img {
            max-height: 60px;
            max-width: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
        }
    }

    .row_wp {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        align-items: center;
        gap: 12px;

        .brand-logo {
            display: flex;
            justify-content: center;
        }
    }
}

.section-navegar {
    margin-top: 130px;

    .row_wp {
        gap: 32px;

        .col_wp {
            width: 50%;
        }
    }

    .feature-card {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        padding: 32px 40px 24px 32px;
        position: relative;

        &.card_1 {
            background: linear-gradient(135deg, #ECFEFF 0%, #DFF2FE 100%);
        }

        &.card_2 {
            background: linear-gradient(135deg, #EFF6FF 0%, #E0E7FF 100%);
        }

        .icons {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;

            .efecto_btn_1,
            .efecto_btn_2 {
                border-radius: 33554400px;
                -webkit-border-radius: 33554400px;
                -moz-border-radius: 33554400px;
                -ms-border-radius: 33554400px;
                background: rgba(162, 244, 253, 0.50);
                filter: blur(12px);
                width: 96px;
                height: 96px;
                flex-shrink: 0;
                position: absolute;
                top: 0;
                right: 0;
            }

            .efecto_btn_2 {
                background: rgba(198, 210, 255, 0.50);
            }

            .icon_comparar,
            .icon_cotizar {
                padding: 12px;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                -ms-border-radius: 16px;
                display: flex;
                justify-content: center;
                align-items: center;

                img {
                    width: 30px;
                    height: 30px;
                }
            }

            .icon_comparar {
                background: var(--secondary);


            }

            .icon_cotizar {
                background: var(--primary);
            }
        }


        .titles {
            color: var(--color-gray-900);
            margin-bottom: 19px;
        }

        .text-muted {
            color: var(--gray-1);
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            margin-bottom: 35px;
        }

        a {
            padding-left: 12px;
            padding-right: 12px;
            display: inline-flex;
            align-items: center;
            gap: 16px;

            img {
                width: 16px;
                height: 16px;
                flex-shrink: 0;
            }
        }
    }
}

.why-choose-us-section {
    margin-top: 112px;
    background: linear-gradient(135deg, #EFF6FF 0%, #FFF 50%, #EFF6FF 100%);
    padding-bottom: 80px;
    padding-top: 80px;



    .container_title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 68.25px;

        h2 {
            margin-bottom: 20px;
        }

        p {
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: var(--gray-1);
            text-align: center;
        }

        img {
            margin-bottom: 24px;
        }

        .text_content {
            max-width: 750px;
        }
    }


    .row_wp {
        gap: 32px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }

    .elegirnos_card {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        background: #FFF;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
        padding: 32px;
        display: flex;
        align-items: center;
        flex-direction: column;
        min-height: 200px;

        img {
            width: 56px;
            height: 56px;
            margin-bottom: 24px;
        }

        h5 {
            font-size: var(--size-8);
            margin-bottom: 15px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px;
            text-align: center;
        }

        p {
            color: var(--gray-1);
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            text-align: center;
        }

    }
}

.stats-section {
    margin-top: 64px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 32px;

    .row_wp {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .stat-card {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        text-align: center;
        height: 100%;
        gap: 8px;

        img {
            margin-bottom: 0.5rem;
        }

        h2 {
            color: var(--primary);
            margin-bottom: 8px;
        }

        p {
            color: var(--gray-1);
        }
    }
}

.testimonials-section {
    background-color: var(--gray-6);
    padding: 80px 0;

    .row_wp {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 68px;
        gap: 32px;
    }

    .btn_vermas_testimonios {
        display: flex;
        justify-content: center;
        margin-top: 80px;
    }
}

.news-section {
    background: #FFF;
    padding: 80px 0;

    .news-card{
        height: 100%;
    }

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

        h2 {
            color: var(--color-gray-900);
            margin-bottom: 19px;
        }

        .noticia_card-text-content {
            max-width: 565px;

            p {
                color: var(--gray-1);
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                text-align: center;
                margin-bottom: 68px;
            }
        }
    }

}


.news-section,
.featured-vehicles-section {
    .slider_v2 {
        .swiper-footer {

            .btn_nave,
            .pag-noticias {
                display: none;
            }

        }
    }
}

.myNoticias {
    .swiper-wrapper {
        padding-bottom: 10px;
    }
}

.swiperPorqueElegirnos {
    display: none !important;

    .swiper-slide {
        height: 280px !important;
    }
}

@media (min-width: 1920px) {}

/* Tablet en orientación vertical (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* .featured-vehicles-section {
        .row_vehiculo {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 32px;
        }
    } */

    .testimonials-section {
        .row_wp {
            grid-template-columns: repeat(2, 1fr);
            row-gap: 75px;
        }
    }

}

/* Tablet en orientación horizontal (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* .featured-vehicles-section {
        .row_vehiculo {
            grid-template-columns: repeat(2, 1fr);
        }
    } */

    .testimonials-section {
        .row_wp {
            grid-template-columns: repeat(2, 1fr);
            row-gap: 75px;
        }
    }
}

@media (max-width: 767px) {
    .btn_vertodo {
        margin-top: 35px;
    }

    .brands-home-section {
        .row_wp {
            grid-template-columns: repeat(5, 1fr);
        }
    }

    .featured-vehicles-section {
        .btns {
            padding: 0 16px;
            justify-content: flex-start;
            margin-bottom: 60px;
        }

        .row_vehiculo {
            /*grid-template-columns: repeat(1, 1fr);*/
            /* &.vehiculosDesktop{
                display: none;
            }
            &.vehiculosMobile{
                display: block;
            } */
        }

        .texts {
            width: 100%;
        }
    }

    .testimonials-section {
        .row_wp {
            grid-template-columns: repeat(1, 1fr);
            row-gap: 75px;
        }
    }

    .section-navegar {
        .row_wp {
            flex-direction: column;

            .col_wp {
                width: 100%;
            }
        }
    }


    .why-choose-us-section {
        .row_wp {

            grid-template-columns: repeat(2, 1fr);

        }
    }

    .featured-vehicles-sectio {
        .swiper-wrapper {
            padding-bottom: 0px;
        }
    }

    .news-section,
    .featured-vehicles-section {

        .myNoticias {
            .swiper-wrapper {
                padding-bottom: 45px;
            }
        }

        .slider_v1 {
            .swiper-header {

                .btn_nave,
                .pag-noticias {
                    display: none;
                }

            }
        }

        .slider_v2 {
            .swiper-footer {

                .btn_nave,
                .pag-noticias {
                    display: flex;
                }

            }
        }
    }
}



@media (max-width: 576px) {

    .brands-home-section {
        .row_wp {
            grid-template-columns: repeat(3, 1fr);
        }
    }


    .why-choose-us-section {
        .row_wp {
            &.scritorio {
                display: none;
            }

            grid-template-columns: repeat(1, 1fr);

        }
    }

    .swiperPorqueElegirnos {
        display: block !important;
    }
}

// Estilos adicionales del home
.hero-section {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 10%);
    min-height: 80vh;
}

.stat-card {
    text-align: center;
    padding: 2rem 1rem;
}

.feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;

    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    }
}

.testimonial-card {
    transition: transform 0.2s ease;

    &:hover {
        transform: translateY(-3px);
    }
}

.news-card {
    transition: transform 0.2s ease;

    &:hover {
        transform: translateY(-3px);
    }
}

.admin-section {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.brand-logo:hover img {
    filter: grayscale(0%) !important;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 3rem 0;
    }

    .admin-section .col-md-4 {
        text-align: left !important;
        margin-top: 1rem;
    }
}