        #titulo-pedagogico {
            scroll-margin-top: 1rem;
        }

        .marca-agua {
            position: fixed;
            bottom: 3rem;
            right: 2rem;
            width: clamp(10px, 2.5vw, 15px);
            z-index: 1000 !important;
            pointer-events: none;
            user-select: none;
        }

        .custom-bg-cuadriculado {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("images/nuevoproyecto/modeloEDUPED/fondocuadriculas.svg");
            width: 100%;
        }

        .texto-soporte {
            display: inline-block;
            z-index: 10;
            position: relative;
            font-size: clamp(1rem, 1.8vw, 2rem);
            font-family: "SF Pro Display", sans-serif;
            font-weight: 400;
            text-align: center;
            line-height: 1.3;
        }

        .texto-soporte2 {
            display: inline-block;
            z-index: 10;
            position: relative;
            font-size: clamp(1rem, 1.8vw, 2rem);
            font-family: "SF Pro Display", sans-serif;
            font-weight: 400;
            text-align: start;
            line-height: 1.3;
        }

        .texto-soporte2 .mayor {
            font-size: 200%;
        }

        .titulos-general {
            display: inline-block;
            transform-origin: left center;
            z-index: 10;
            position: relative;
            font-size: clamp(2.3rem, 5vw, 5rem);
            font-family: "SF Pro Display", sans-serif;
            font-weight: 400;
            text-align: start;
            line-height: 0.9;
        }

        .titulos-general .light {
            font-weight: 700;
        }

        .image-content {
            width: 50%;
        }

        .image-content1 {
            width: 20%;
        }

        .image-content2 {
            width: 23.5%;
        }

        .image-content3 {
            width: 42%;
        }

        .image-content4 {
            width: 38%;
        }

        .image-content5 {
            width: 58%;
        }

        .espacio-dinamico2 {
            padding-bottom: clamp(2rem, 5vw, 10rem);
        }

        p+p {
            margin-top: 2rem;
        }

        .sin-margen-despues {
            margin-bottom: 0 !important;
        }

        .sin-margen-despues+p {
            margin-top: 0 !important;
        }