﻿
@media (max-width: 768px) {
    .peaje-info-section {
        padding: 1rem;
    }

    .peaje-block {
        padding: 18px;
    }

    .peaje-block-header {
        gap: 12px;
    }

    .peaje-block-title {
        font-size: 18px;
    }

    .documentos-grid {
        grid-template-columns: 1fr;
    }

    

    .notificacion-card {
        max-width: 90%;
    }

  
    .documento-card {
        display: grid !important;
        grid-template-columns: 46px 1fr;
        align-items: flex-start;
        gap: 14px;
        max-width: 90%;
    }

    .documento-btn {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 6px;
    }

        .documento-btn .k-button {
            width: 100% !important;
            justify-content: center;
        }
}



    *, *::before, *::after {
        box-sizing: border-box;
    }

    html, body {
        overflow-x: hidden;
    }

    img, svg, video, canvas {
        max-width: 100%;
        height: auto;
        display: block;
    }


    .login-left, .login-card {
        max-width: 100%;
    }

    .k-textbox, .k-input, .k-dropdownlist, .k-combobox {
        font-size: 16px;
    }


    .login-left, .login-card {
        word-wrap: break-word;
        overflow-wrap: anywhere;
    }


    .login-layout {
        padding: 0 16px;
    }




    .home-carousel {
        --h: clamp(160px, 25.2vw, 384px);
        line-height: 0;
    }

        .home-carousel .k-scrollview,
        .home-carousel .k-scrollview-wrap,
        .home-carousel .k-scrollview-item {
            height: var(--h);
            margin: 0 auto;
        }

        .home-carousel .image-with-text {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .home-carousel .image-with-text img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                display: block;
            }

    @media (max-width: 900px), (min-width: 1366px) {
        .home-carousel .image-with-text img {
            object-fit: contain;
            background: #fff;
        }
    }
