* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'ChanganFont', system-ui;
}

body {
    margin: 0;
    padding: 0;
}

body, p {
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	text-transform: none !important;
}

.swiper-container {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    color: #ee8e35 !important;
}

.swiper-pagination-bullet {
    width: 75px;
    height: 3px;
    opacity: 0.5;
    margin: 0;
    border-radius: 0;
    background: #ccc;
}

.swiper-pagination-bullet-active {
    background: #ee8e35;
    opacity: 1;
}

.swiper-pagination {
    bottom: 100px;
    z-index: 3000;
}

.oferta-desktop {
    display: none;
}

.oferta-movil {
    display: block;
}

.row {
     margin: 0 !important;
}

.hero-section {
    padding: 100px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 40px auto;
}

.hero-content h1 {
    font-size: 48px;
    color: #333;
}

.hero-image {
    width: 600px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

/* Estilos básicos del slider */
#slide-hero {
    height: auto !important;
}

.container-logo-sm {
    width: 100% !important;
}

.logo-sm {
    height: 35px;
    width: auto;
    margin: auto;
}

.texto-modelos {
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    font-size: 10px;
    margin: 5px 0;
}

.modelo-link {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    color: #004682;
    text-decoration: none;
}

.modelo-link:hover {
    text-decoration: underline;
}

.modelos-desktop {
    display: flex; 
    position: absolute; 
    z-index: 100; 
    left: 50%; 
    transform: translate(-50%, -60%); 
    top: 60%; 
    width: 100%; 
    height: auto;
}

.seccion-home img {
    display: block; 
    width: 100vw; 
    height: 100%; 
    object-fit: cover;
}

.seccion-home {
    width: 100%;
    height: calc(100vh - 60px);
    position: relative;
    transition-property: transform;
    text-align: center; 
    font-size: 18px; 
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}

.seccion-home-white {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center; 
    font-size: 18px; 
    background: #fff;
}

.slider {
    width: 100%; height: 400px;
    /*position:absolute;*/
    margin: 0 auto; left: 0; right: 0; top: 0px; .item {
        height: auto; width: 500px; position: absolute; border-radius: 10px; transition: all ease 0.7s; z-index: 1; left: 0; right: 0; opacity: 1; transform: scale(0.6); margin: 0 auto; &.active {
            z-index: 2; opacity: 1; transform: scale(1.5); top: 60px;
        }
    }
    .item img {
        height: auto; width: 100%;
    }
}

.img-modelo-changan-card {
    height: 90px !important; width: auto !important; margin: auto;
}

.modelo-changan-card {
    position: relative;/*overflow: hidden;*/
}

.modelo-changan-card img {
    transition: transform 0.3s !important; object-fit: contain !important;
}

.modelo-changan-card:hover img {
    transform: scale(1.2) !important;
}

.modelo-link {
    font-family: "Noto Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal; 
}

.w-100 {
    width: 100%;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.modelos-tira {
    flex-wrap: wrap;
    display: flex;
}


@media (min-width: 1401px) {
    .model-tag {
        display: flex; position: absolute; z-index: 100; left: 50%; transform: translateX(-50%); bottom: 0px;
    }
    .modelos-titulo {
        position: absolute; top: 60px; left: 50%; transform: translateX(-50%);
    }
    .boton-modelos {
        position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 100;
    }
    .w-50 {
        width: 30%;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .model-tag {
        display: flex; position: absolute; z-index: 100; left: 50%; transform: translateX(-50%); bottom: 0px;
    }
    .boton-modelos {
        position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 100;
    }
    .w-50 {
        width: 30%;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .modelos-titulo {
        position: absolute; top: 60px; left: 50%; transform: translateX(-50%);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .modelos-titulo {
        position: absolute; top: 60px; left: 50%; transform: translateX(-50%);
    }
    #blog-swiper {
        top: 700px;
    }
}

@media (min-width: 992px) {
    .modelos-tira > div {
        flex: 1 1 25%; 
        box-sizing: border-box;
    }
    .item {
        top: 110px;
    }
    .servicio-texto {
        position: absolute; z-index: 100; left: 50%; transform: translate(-50%, -50%); top: 240px; width: 100%; height: auto;
    }
    .margin-movil {
        padding-right: 40px; padding-left: 40px; padding-top: 140px;
    }
    .swiper-wrapper {
        height: calc(100% - 100px) !important;
    }
    img.logo-sm {
        height: 35px !important; width: auto !important; margin: auto;
    }
    .texto-modelos {
        font-size: 10px;
    }
    .display-flex {
        display: flex;
    }
}

@media (max-width: 991px) {
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: var(--swiper-navigation-top-offset, 20%);
    }
    .modelos-tira > div {
        flex: 1 1 50%;
    }
    .display-flex {
        display: block;
    }
    img.logo-sm {
        height: 30px !important; width: auto !important; margin: auto;
    }
    .texto-modelos {
        font-size: 14px;
    }
    .swiper-wrapper {
        height: calc(100% - 150px) !important;
    }
    .item {
        top: 0px;
    }
    .modelos-titulo {
        position: absolute; top: 40px; left: 50%; transform: translateX(-50%);
    }
    .boton-modelos {
        position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 100;
    }
    .servicio-texto {
        position: absolute; z-index: 100; left: 50%; transform: translate(-50%, -50%); top: 25%; width: 100%; height: auto;
    }
    .margin-movil {
        padding-right: 65px; padding-left: 20px; padding-top: 20px;
    }
    .w-50 {
        width: 50%;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 20px);
    }
    #blog-swiper {
        top: 500px;
    }
    #slide-blog {
        position: absolute; top: 70px;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 40px;
    }
}

@media (max-width: 768px) {
    .w-50 {
        width: 80%;
    }
    .modelos-titulo {
        position: absolute; top: 30px; left: 50%; transform: translateX(-50%);
    }
    #blog-swiper {
        top: 400px;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
    }
}

@media (max-width: 550px) {
    .modelos-tira > div {
        flex: 1 1 100%; 
    }
    #blog-swiper {
        top: 300px;
    }
}