{"id":1592,"date":"2026-07-07T14:02:33","date_gmt":"2026-07-07T18:02:33","guid":{"rendered":"https:\/\/www.utic.edu.py\/v8\/?page_id=1592"},"modified":"2026-07-12T01:00:17","modified_gmt":"2026-07-12T05:00:17","slug":"cire","status":"publish","type":"page","link":"https:\/\/www.utic.edu.py\/v8\/cire\/","title":{"rendered":"CIRE"},"content":{"rendered":"\r\n            <style id=\"utic-cire-header-styles\">\r\n                \/* =====================================================\r\n                   VARIABLES DEL COMPONENTE\r\n                ===================================================== *\/\r\n\r\n                :root {\r\n                    --cire-primary: #002441;\r\n                    --cire-gold: #c9a227;\r\n                    --cire-white: #ffffff;\r\n                    --cire-header-max-width: 1240px;\r\n                    --cire-header-height: 108px;\r\n                }\r\n\r\n                \/* =====================================================\r\n                   ESCAPE DEL CONTENEDOR DE ASTRA\r\n                ===================================================== *\/\r\n\r\n                .wp-block-shortcode:has(.cire-header) {\r\n                    width: 100% !important;\r\n                    max-width: none !important;\r\n                    margin: 0 !important;\r\n                    padding: 0 !important;\r\n                }\r\n\r\n                .cire-header {\r\n                    box-sizing: border-box;\r\n                    width: 100vw !important;\r\n                    max-width: none !important;\r\n\r\n                    margin-left: calc(50% - 50vw) !important;\r\n                    margin-right: calc(50% - 50vw) !important;\r\n\r\n                    position: sticky;\r\n                    top: 0;\r\n                    z-index: 99999;\r\n\r\n                    background: var(--cire-primary);\r\n                    border-bottom: 4px solid var(--cire-gold);\r\n                    box-shadow: 0 9px 25px rgba(0, 36, 65, 0.22);\r\n                }\r\n\r\n                .cire-header,\r\n                .cire-header * {\r\n                    box-sizing: border-box;\r\n                }\r\n\r\n                \/* =====================================================\r\n                   ESTRUCTURA PRINCIPAL \u2014 ESCRITORIO\r\n                ===================================================== *\/\r\n\r\n                .cire-header__inner {\r\n                    width: calc(100% - 48px);\r\n                    max-width: var(--cire-header-max-width);\r\n                    min-height: var(--cire-header-height);\r\n\r\n                    margin: 0 auto;\r\n                    padding: 14px 0;\r\n\r\n                    display: grid;\r\n                    grid-template-columns:\r\n                        minmax(230px, 285px)\r\n                        minmax(430px, 1fr)\r\n                        minmax(240px, 285px);\r\n\r\n                    align-items: center;\r\n                    column-gap: 26px;\r\n                }\r\n\r\n                \/* =====================================================\r\n                   LOGO\r\n                ===================================================== *\/\r\n\r\n                .cire-header__brand {\r\n                    min-width: 0;\r\n                }\r\n\r\n                .cire-header__brand-link {\r\n                    display: inline-flex;\r\n                    align-items: center;\r\n                    max-width: 285px;\r\n                    text-decoration: none;\r\n                }\r\n\r\n                .cire-header__logo {\r\n                    display: block;\r\n                    width: 100%;\r\n                    max-width: 285px;\r\n                    height: auto;\r\n                }\r\n\r\n                \/* =====================================================\r\n                   NAVEGACI\u00d3N\r\n                ===================================================== *\/\r\n\r\n                .cire-header__navigation {\r\n                    min-width: 0;\r\n                }\r\n\r\n                .cire-header__menu {\r\n                    list-style: none;\r\n\r\n                    margin: 0;\r\n                    padding: 0;\r\n\r\n                    display: flex;\r\n                    align-items: center;\r\n                    justify-content: center;\r\n                    gap: clamp(14px, 1.55vw, 26px);\r\n                }\r\n\r\n                .cire-header__menu-item {\r\n                    margin: 0;\r\n                    padding: 0;\r\n                }\r\n\r\n                .cire-header__menu-link {\r\n                    position: relative;\r\n\r\n                    display: inline-flex;\r\n                    align-items: center;\r\n                    justify-content: center;\r\n\r\n                    padding: 9px 0;\r\n\r\n                    color: var(--cire-white) !important;\r\n                    text-decoration: none !important;\r\n                    text-align: center;\r\n                    text-transform: uppercase;\r\n\r\n                    font-size: 12px;\r\n                    font-weight: 800;\r\n                    line-height: 1.2;\r\n                    letter-spacing: 0.3px;\r\n\r\n                    transition:\r\n                        color 0.25s ease,\r\n                        background-color 0.25s ease;\r\n                }\r\n\r\n                .cire-header__menu-link::after {\r\n                    content: \"\";\r\n\r\n                    position: absolute;\r\n                    left: 0;\r\n                    bottom: 1px;\r\n\r\n                    width: 0;\r\n                    height: 3px;\r\n\r\n                    border-radius: 999px;\r\n                    background: var(--cire-gold);\r\n\r\n                    transition: width 0.28s ease;\r\n                }\r\n\r\n                .cire-header__menu-link:hover,\r\n                .cire-header__menu-link:focus-visible,\r\n                .cire-header__menu-link.is-active {\r\n                    color: var(--cire-gold) !important;\r\n                }\r\n\r\n                .cire-header__menu-link:hover::after,\r\n                .cire-header__menu-link:focus-visible::after,\r\n                .cire-header__menu-link.is-active::after {\r\n                    width: 100%;\r\n                }\r\n\r\n                \/* =====================================================\r\n                   BUSCADOR\r\n                ===================================================== *\/\r\n\r\n                .cire-header__search {\r\n                    min-width: 0;\r\n                    width: 100%;\r\n                    max-width: 285px;\r\n                    justify-self: end;\r\n                }\r\n\r\n                .cire-header__search-form {\r\n                    width: 100%;\r\n                    margin: 0;\r\n\r\n                    display: grid;\r\n                    grid-template-columns: minmax(0, 1fr) auto;\r\n                    align-items: stretch;\r\n                }\r\n\r\n                .cire-header__search-input {\r\n                    min-width: 0;\r\n                    width: 100%;\r\n                    height: 44px;\r\n\r\n                    margin: 0;\r\n                    padding: 0 16px;\r\n\r\n                    border: 1px solid rgba(255, 255, 255, 0.3);\r\n                    border-right: 0;\r\n                    border-radius: 999px 0 0 999px;\r\n\r\n                    background: var(--cire-white);\r\n                    color: var(--cire-primary);\r\n\r\n                    font-size: 14px;\r\n                    outline: none;\r\n                }\r\n\r\n                .cire-header__search-input:focus {\r\n                    border-color: var(--cire-gold);\r\n                    box-shadow: inset 0 0 0 1px var(--cire-gold);\r\n                }\r\n\r\n                .cire-header__search-button {\r\n                    min-width: 98px;\r\n                    height: 44px;\r\n\r\n                    margin: 0;\r\n                    padding: 0 18px;\r\n\r\n                    border: 1px solid var(--cire-gold);\r\n                    border-radius: 0 999px 999px 0;\r\n\r\n                    background: var(--cire-gold);\r\n                    color: var(--cire-primary);\r\n\r\n                    font-size: 15px;\r\n                    font-weight: 800;\r\n                    cursor: pointer;\r\n\r\n                    transition:\r\n                        background-color 0.25s ease,\r\n                        border-color 0.25s ease,\r\n                        transform 0.25s ease;\r\n                }\r\n\r\n                .cire-header__search-button:hover,\r\n                .cire-header__search-button:focus-visible {\r\n                    background: var(--cire-white);\r\n                    border-color: var(--cire-white);\r\n                }\r\n\r\n                \/* =====================================================\r\n                   BOT\u00d3N HAMBURGUESA\r\n                ===================================================== *\/\r\n\r\n                .cire-header__toggle {\r\n                    display: none;\r\n\r\n                    width: 46px;\r\n                    height: 42px;\r\n\r\n                    padding: 0;\r\n                    border: 1px solid rgba(255, 255, 255, 0.28);\r\n                    border-radius: 7px;\r\n\r\n                    background: transparent;\r\n                    color: var(--cire-white);\r\n\r\n                    cursor: pointer;\r\n                }\r\n\r\n                .cire-header__toggle-lines,\r\n                .cire-header__toggle-lines::before,\r\n                .cire-header__toggle-lines::after {\r\n                    display: block;\r\n\r\n                    width: 23px;\r\n                    height: 3px;\r\n\r\n                    border-radius: 999px;\r\n                    background: currentColor;\r\n\r\n                    transition:\r\n                        transform 0.28s ease,\r\n                        opacity 0.28s ease,\r\n                        background-color 0.28s ease;\r\n                }\r\n\r\n                .cire-header__toggle-lines {\r\n                    position: relative;\r\n                    margin: auto;\r\n                }\r\n\r\n                .cire-header__toggle-lines::before,\r\n                .cire-header__toggle-lines::after {\r\n                    content: \"\";\r\n\r\n                    position: absolute;\r\n                    left: 0;\r\n                }\r\n\r\n                .cire-header__toggle-lines::before {\r\n                    top: -7px;\r\n                }\r\n\r\n                .cire-header__toggle-lines::after {\r\n                    top: 7px;\r\n                }\r\n\r\n                .cire-header__toggle[aria-expanded=\"true\"]\r\n                .cire-header__toggle-lines {\r\n                    background: transparent;\r\n                }\r\n\r\n                .cire-header__toggle[aria-expanded=\"true\"]\r\n                .cire-header__toggle-lines::before {\r\n                    top: 0;\r\n                    transform: rotate(45deg);\r\n                }\r\n\r\n                .cire-header__toggle[aria-expanded=\"true\"]\r\n                .cire-header__toggle-lines::after {\r\n                    top: 0;\r\n                    transform: rotate(-45deg);\r\n                }\r\n\r\n                \/* =====================================================\r\n                   TABLET Y M\u00d3VIL\r\n                ===================================================== *\/\r\n\r\n                @media (max-width: 980px) {\r\n                    .cire-header__inner {\r\n                        width: calc(100% - 32px);\r\n                        min-height: auto;\r\n\r\n                        padding: 14px 0;\r\n\r\n                        grid-template-columns: minmax(0, 1fr) auto;\r\n                        column-gap: 18px;\r\n                        row-gap: 14px;\r\n                    }\r\n\r\n                    .cire-header__brand-link {\r\n                        max-width: 275px;\r\n                    }\r\n\r\n                    .cire-header__logo {\r\n                        max-width: 275px;\r\n                    }\r\n\r\n                    .cire-header__toggle {\r\n                        display: inline-flex;\r\n                        align-items: center;\r\n                        justify-content: center;\r\n\r\n                        justify-self: end;\r\n                    }\r\n\r\n                    .cire-header__navigation {\r\n                        grid-column: 1 \/ -1;\r\n\r\n                        display: grid;\r\n                        grid-template-rows: 0fr;\r\n\r\n                        width: 100%;\r\n                        overflow: hidden;\r\n\r\n                        opacity: 0;\r\n                        visibility: hidden;\r\n\r\n                        transition:\r\n                            grid-template-rows 0.3s ease,\r\n                            opacity 0.25s ease,\r\n                            visibility 0.25s ease;\r\n                    }\r\n\r\n                    .cire-header__navigation.is-open {\r\n                        grid-template-rows: 1fr;\r\n\r\n                        opacity: 1;\r\n                        visibility: visible;\r\n                    }\r\n\r\n                    .cire-header__navigation-inner {\r\n                        min-height: 0;\r\n                    }\r\n\r\n                    .cire-header__menu {\r\n                        padding: 14px 0 4px;\r\n\r\n                        flex-direction: column;\r\n                        align-items: stretch;\r\n                        gap: 5px;\r\n\r\n                        border-top: 1px solid rgba(255, 255, 255, 0.13);\r\n                    }\r\n\r\n                    .cire-header__menu-link {\r\n                        width: 100%;\r\n                        min-height: 45px;\r\n\r\n                        padding: 11px 14px;\r\n\r\n                        border-radius: 7px;\r\n\r\n                        font-size: 13px;\r\n                    }\r\n\r\n                    .cire-header__menu-link::after {\r\n                        display: none;\r\n                    }\r\n\r\n                    .cire-header__menu-link:hover,\r\n                    .cire-header__menu-link:focus-visible,\r\n                    .cire-header__menu-link.is-active {\r\n                        background: rgba(201, 162, 39, 0.14);\r\n                        color: var(--cire-gold) !important;\r\n                    }\r\n\r\n                    .cire-header__search {\r\n                        grid-column: 1 \/ -1;\r\n\r\n                        display: grid;\r\n                        grid-template-rows: 0fr;\r\n\r\n                        width: 100%;\r\n                        max-width: 430px;\r\n                        margin: 0 auto;\r\n                        justify-self: center;\r\n\r\n                        overflow: hidden;\r\n                        opacity: 0;\r\n                        visibility: hidden;\r\n\r\n                        transition:\r\n                            grid-template-rows 0.3s ease,\r\n                            opacity 0.25s ease,\r\n                            visibility 0.25s ease;\r\n                    }\r\n\r\n                    .cire-header__search.is-open {\r\n                        grid-template-rows: 1fr;\r\n\r\n                        opacity: 1;\r\n                        visibility: visible;\r\n                    }\r\n\r\n                    .cire-header__search-inner {\r\n                        min-height: 0;\r\n                        padding-top: 2px;\r\n                    }\r\n                }\r\n\r\n                @media (max-width: 520px) {\r\n                    .cire-header__inner {\r\n                        width: calc(100% - 26px);\r\n                    }\r\n\r\n                    .cire-header__brand-link,\r\n                    .cire-header__logo {\r\n                        max-width: 245px;\r\n                    }\r\n\r\n                    .cire-header__toggle {\r\n                        width: 43px;\r\n                        height: 40px;\r\n                    }\r\n\r\n                    .cire-header__search-button {\r\n                        min-width: 92px;\r\n                        padding: 0 15px;\r\n                    }\r\n                }\r\n\r\n                \/* =====================================================\r\n                   BARRA DE ADMINISTRACI\u00d3N\r\n                ===================================================== *\/\r\n\r\n                body.admin-bar .cire-header {\r\n                    top: 32px;\r\n                }\r\n\r\n                @media (max-width: 782px) {\r\n                    body.admin-bar .cire-header {\r\n                        top: 46px;\r\n                    }\r\n                }\r\n            <\/style>\r\n\r\n            <script id=\"utic-cire-header-script\">\r\n                document.addEventListener('DOMContentLoaded', function () {\r\n                    document\r\n                        .querySelectorAll('[data-cire-header]')\r\n                        .forEach(function (header) {\r\n                            if (header.dataset.initialized === 'true') {\r\n                                return;\r\n                            }\r\n\r\n                            header.dataset.initialized = 'true';\r\n\r\n                            const toggle = header.querySelector(\r\n                                '.cire-header__toggle'\r\n                            );\r\n\r\n                            const navigation = header.querySelector(\r\n                                '.cire-header__navigation'\r\n                            );\r\n\r\n                            const search = header.querySelector(\r\n                                '.cire-header__search'\r\n                            );\r\n\r\n                            if (!toggle || !navigation || !search) {\r\n                                return;\r\n                            }\r\n\r\n                            function setMenuState(open) {\r\n                                toggle.setAttribute(\r\n                                    'aria-expanded',\r\n                                    String(open)\r\n                                );\r\n\r\n                                toggle.setAttribute(\r\n                                    'aria-label',\r\n                                    open\r\n                                        ? 'Cerrar men\u00fa del CIRE'\r\n                                        : 'Abrir men\u00fa del CIRE'\r\n                                );\r\n\r\n                                navigation.classList.toggle('is-open', open);\r\n                                search.classList.toggle('is-open', open);\r\n                            }\r\n\r\n                            toggle.addEventListener('click', function () {\r\n                                const open =\r\n                                    toggle.getAttribute('aria-expanded') !==\r\n                                    'true';\r\n\r\n                                setMenuState(open);\r\n                            });\r\n\r\n                            navigation\r\n                                .querySelectorAll('a')\r\n                                .forEach(function (link) {\r\n                                    link.addEventListener(\r\n                                        'click',\r\n                                        function () {\r\n                                            setMenuState(false);\r\n                                        }\r\n                                    );\r\n                                });\r\n\r\n                            document.addEventListener(\r\n                                'keydown',\r\n                                function (event) {\r\n                                    if (event.key === 'Escape') {\r\n                                        setMenuState(false);\r\n                                    }\r\n                                }\r\n                            );\r\n\r\n                            window.addEventListener(\r\n                                'resize',\r\n                                function () {\r\n                                    if (window.innerWidth > 980) {\r\n                                        setMenuState(false);\r\n                                    }\r\n                                }\r\n                            );\r\n                        });\r\n                });\r\n            <\/script>\r\n\r\n            \r\n        <header\r\n            id=\"cire-header-1\"\r\n            class=\"cire-header\"\r\n            data-cire-header\r\n        >\r\n            <div class=\"cire-header__inner\">\r\n\r\n                <div class=\"cire-header__brand\">\r\n                    <a\r\n                        class=\"cire-header__brand-link\"\r\n                        href=\"https:\/\/www.utic.edu.py\/v8\/cire\/\"\r\n                    >\r\n                        <img decoding=\"async\"\r\n                            class=\"cire-header__logo\"\r\n                            src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Cire3-1024x239.png\"\r\n                            alt=\"CIRE - Centro de Informaci\u00f3n y Recursos Educativos\"\r\n                        >\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <button\r\n                    class=\"cire-header__toggle\"\r\n                    type=\"button\"\r\n                    aria-expanded=\"false\"\r\n                    aria-controls=\"cire-header-1-navigation\"\r\n                    aria-label=\"Abrir men\u00fa del CIRE\"\r\n                >\r\n                    <span\r\n                        class=\"cire-header__toggle-lines\"\r\n                        aria-hidden=\"true\"\r\n                    ><\/span>\r\n                <\/button>\r\n\r\n                <nav\r\n                    id=\"cire-header-1-navigation\"\r\n                    class=\"cire-header__navigation\"\r\n                    aria-label=\"Navegaci\u00f3n principal del CIRE\"\r\n                >\r\n                    <div class=\"cire-header__navigation-inner\">\r\n                        <ul class=\"cire-header__menu\">\r\n\r\n                                                            \r\n                                <li class=\"cire-header__menu-item\">\r\n                                    <a\r\n    class=\"cire-header__menu-link\"\r\n    href=\"https:\/\/www.utic.edu.py\/v8\/\"\r\n        >\r\n    Inicio<\/a>\r\n                                <\/li>\r\n                                                            \r\n                                <li class=\"cire-header__menu-item\">\r\n                                    <a\r\n    class=\"cire-header__menu-link\"\r\n    href=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/regla_cire.pdf\"\r\n            target=\"_blank\"\r\n                rel=\"noopener noreferrer\"\r\n    >\r\n    Reglamento CIRE<\/a>\r\n                                <\/li>\r\n                                                            \r\n                                <li class=\"cire-header__menu-item\">\r\n                                    <a\r\n    class=\"cire-header__menu-link\"\r\n    href=\"https:\/\/revista.utic.edu.py\"\r\n            target=\"_blank\"\r\n                rel=\"noopener noreferrer\"\r\n    >\r\n    Revistas Cient\u00edficas<\/a>\r\n                                <\/li>\r\n                                                            \r\n                                <li class=\"cire-header__menu-item\">\r\n                                    <a\r\n    class=\"cire-header__menu-link\"\r\n    href=\"https:\/\/www.utic.edu.py\/repositorio\"\r\n            target=\"_blank\"\r\n                rel=\"noopener noreferrer\"\r\n    >\r\n    Repositorio Institucional<\/a>\r\n                                <\/li>\r\n                                                            \r\n                                <li class=\"cire-header__menu-item\">\r\n                                    <a\r\n    class=\"cire-header__menu-link\"\r\n    href=\"https:\/\/wa.me\/595971438602?text=Hola%2C%20me%20gustar%C3%ADa%20recibir%20informaci%C3%B3n%20sobre%20el%20CIRE%20de%20la%20UTIC.\"\r\n            target=\"_blank\"\r\n                rel=\"noopener noreferrer\"\r\n    >\r\n    Contactos<\/a>\r\n                                <\/li>\r\n                            \r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/nav>\r\n\r\n                <div class=\"cire-header__search\">\r\n                    <div class=\"cire-header__search-inner\">\r\n\r\n                        <form\r\n                            class=\"cire-header__search-form\"\r\n                            role=\"search\"\r\n                            method=\"get\"\r\n                            action=\"https:\/\/www.utic.edu.py\/v8\/\"\r\n                        >\r\n                            <label\r\n                                class=\"screen-reader-text\"\r\n                                for=\"cire-header-1-search\"\r\n                            >\r\n                                Buscar en el sitio\r\n                            <\/label>\r\n\r\n                            <input\r\n                                id=\"cire-header-1-search\"\r\n                                class=\"cire-header__search-input\"\r\n                                type=\"search\"\r\n                                name=\"s\"\r\n                                placeholder=\"Buscar...\"\r\n                                value=\"\"\r\n                            >\r\n\r\n                            <button\r\n                                class=\"cire-header__search-button\"\r\n                                type=\"submit\"\r\n                            >\r\n                                Buscar\r\n                            <\/button>\r\n                        <\/form>\r\n\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/header>\r\n\r\n        \n\n\n\n<div class=\"wp-block-group alignfull utic-portada-sedes has-background is-layout-flow wp-block-group-is-layout-flow\" id=\"contact\" style=\"background:linear-gradient(135deg,rgb(0,36,65) 0%,rgb(11,47,86) 100%);padding-top:104px;padding-bottom:104px\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-ast-global-color-5-color has-text-color has-link-color wp-elements-aec2fa9e4ccabba4cfe2755119ec5363\">CIRE<\/h3>\n\n\n\n<p class=\"has-ast-global-color-5-color has-text-color has-link-color has-medium-font-size wp-elements-2e230e9ebdc4ca42b8e7f8f52118ac77 wp-block-paragraph\">El CIRE es el Centro de Informaci\u00f3n y Recursos Educativos de la UTIC.<br>Esta \u00e1rea fue creada con la intenci\u00f3n de apoyar la incorporaci\u00f3n de nuevas formas de acceso a la informaci\u00f3n que puedan ser de utilidad para el investigador, el docente y el alumno no solo en el \u00e1mbito de los recursos f\u00edsicos, sino tambi\u00e9n aquella que pueda ser encontrada y aprovechada de manera virtual o recolectada por la propia Instituci\u00f3n, en plataformas licenciatarias como en aquellas de acceso libre, brindando facilidad al usuario para su aprovechamiento. <\/p>\n\n\n\n<p class=\"has-ast-global-color-5-color has-text-color has-link-color has-small-font-size wp-elements-e0581f0f6cead4d567e84d393dbd937d wp-block-paragraph\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-ast-global-color-5-color has-text-color has-link-color wp-elements-bcc9859453e77f3de1516ad4e071fb6a\">Reglamento del CIRE<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/regla_cire.pdf\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/REGLAMENTOCIRE-1024x683.webp\" alt=\"\" class=\"wp-image-1798\" style=\"border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/REGLAMENTOCIRE-1024x683.webp 1024w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/REGLAMENTOCIRE-300x200.webp 300w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/REGLAMENTOCIRE-768x512.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/REGLAMENTOCIRE.webp 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull utic-portada-sedes has-very-light-gray-to-cyan-bluish-gray-gradient-background has-background is-layout-flow wp-block-group-is-layout-flow\" id=\"contact\" style=\"padding-top:104px;padding-bottom:104px\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"925\" height=\"176\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/logo-elibronet.png\" alt=\"\" class=\"wp-image-1706\" style=\"aspect-ratio:5.255569907749325;width:205px;height:auto\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/logo-elibronet.png 925w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/logo-elibronet-300x57.png 300w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/logo-elibronet-768x146.png 768w\" sizes=\"auto, (max-width: 925px) 100vw, 925px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">Registrate a eLibro<\/h5>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-089da1df8cedc3ea345e65d74a152745 wp-block-paragraph\">Este registro es para el&nbsp;<strong>acceso y uso de la Biblioteca Digital e-Libro<\/strong>.<\/p>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-ddbf61d48f13df2a029f757f52bb7200 wp-block-paragraph\">La herramienta es de uso exclusivo para docentes y alumnos de la UTIC que ya cuentan con su respectivo&nbsp;<strong>#CarnetUniversitarioUTIC<\/strong>.<\/p>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-b047d925cd61df37810a87b2456ed6fb wp-block-paragraph\">Se desechar\u00e1n los registros realizados por personas ajenas a la Universidad o de quienes no cuentan a\u00fan con el&nbsp;<strong>#CarnetUniversitarioUTIC<\/strong>.<\/p>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-00474cecc6000f55ba6fad3a945fae85 wp-block-paragraph\">Para obtener el carnet universitario, favor dirigirse a la&nbsp;<strong>Coordinaci\u00f3n del CIRE<\/strong>&nbsp;de su sede.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/docs.google.com\/forms\/d\/10drQHnQ5ysvVCe7AqsT2F3jKTJ46pVry8uMa82254UY\/viewform?edit_requested=true\" style=\"background-color:#002141\" target=\"_blank\" rel=\"noreferrer noopener\">Registrate aqu\u00ed a eLibro -&gt;<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"39\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/logo_lejister.png\" alt=\"\" class=\"wp-image-1707\"\/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">Registrate a Lejister<\/h5>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-089da1df8cedc3ea345e65d74a152745 wp-block-paragraph\">Este registro es para el&nbsp;<strong>acceso y uso de la Biblioteca Digital e-Libro<\/strong>.<\/p>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-ddbf61d48f13df2a029f757f52bb7200 wp-block-paragraph\">La herramienta es de uso exclusivo para docentes y alumnos de la UTIC que ya cuentan con su respectivo&nbsp;<strong>#CarnetUniversitarioUTIC<\/strong>.<\/p>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-b047d925cd61df37810a87b2456ed6fb wp-block-paragraph\">Se desechar\u00e1n los registros realizados por personas ajenas a la Universidad o de quienes no cuentan a\u00fan con el&nbsp;<strong>#CarnetUniversitarioUTIC<\/strong>.<\/p>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-f46002f3743ff4c32a308854763b65ab wp-block-paragraph\">Para obtener el carnet universitario, favor dirigirse a la&nbsp;<strong>Coordinaci\u00f3n del CIRE<\/strong>&nbsp;de su sede<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/docs.google.com\/forms\/d\/11_u3s9tirdfBeZVI61VTE4FrXjUB3A7B1Jvd_T8TSgg\/viewform?edit_requested=true\" style=\"background-color:#002141\" target=\"_blank\" rel=\"noreferrer noopener\">Registrate aqu\u00ed a Lejister -&gt;<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull utic-portada-sedes has-background is-layout-flow wp-block-group-is-layout-flow\" id=\"contact\" style=\"background:linear-gradient(135deg,rgb(0,36,65) 0%,rgb(11,47,86) 100%);padding-top:104px;padding-bottom:104px\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-container uagb-block-2cd5381e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<h5 class=\"wp-block-heading has-ast-global-color-5-color has-text-color has-link-color wp-elements-62b2fce0d4a1da515918f3d8511c8673\">Revistas Cient\u00edficas Institucionales<\/h5>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/revista.utic.edu.py\/revista.ojs\"><img loading=\"lazy\" decoding=\"async\" width=\"738\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/1_arandu-738x1024.webp\" alt=\"\" class=\"wp-image-1685\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/1_arandu-738x1024.webp 738w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/1_arandu-216x300.webp 216w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/1_arandu-768x1066.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/1_arandu-1107x1536.webp 1107w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/1_arandu-1476x2048.webp 1476w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/1_arandu-scaled.webp 1845w\" sizes=\"auto, (max-width: 738px) 100vw, 738px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/revista.utic.edu.py\/revista.recide\/index.php\/revistas\"><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/2_recide-724x1024.webp\" alt=\"\" class=\"wp-image-1686\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/2_recide-724x1024.webp 724w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/2_recide-212x300.webp 212w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/2_recide-768x1086.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/2_recide-1087x1536.webp 1087w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/2_recide.webp 1132w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.uticvirtual.edu.py\/revista.salud\/\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Revista_salud-1-723x1024.webp\" alt=\"\" class=\"wp-image-1688\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Revista_salud-1-723x1024.webp 723w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Revista_salud-1-212x300.webp 212w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Revista_salud-1-768x1087.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Revista_salud-1.webp 1054w\" sizes=\"auto, (max-width: 723px) 100vw, 723px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.uticvirtual.edu.py\/revista.tembikuaatyrekavo\/index.php\/revistas\"><img loading=\"lazy\" decoding=\"async\" width=\"323\" height=\"396\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/4_tembikuaatyrekavo.webp\" alt=\"\" class=\"wp-image-1689\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/4_tembikuaatyrekavo.webp 323w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/4_tembikuaatyrekavo-245x300.webp 245w\" sizes=\"auto, (max-width: 323px) 100vw, 323px\" \/><\/a><\/figure>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull utic-portada-sedes has-very-light-gray-to-cyan-bluish-gray-gradient-background has-background is-layout-flow wp-block-group-is-layout-flow\" id=\"contact\" style=\"padding-top:104px;padding-bottom:104px\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-container uagb-block-b4651147 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<h5 class=\"wp-block-heading has-text-color has-link-color wp-elements-70c8e3c15b1e353750e421feb3ee8034\" style=\"color:#002141\">Recursos Bibliogr\u00e1ficos Externos Disponibles<\/h5>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-ciencias-de-la-salud\/\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/RevistasSalud-723x1024.webp\" alt=\"\" class=\"wp-image-1648\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/RevistasSalud-723x1024.webp 723w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/RevistasSalud-212x300.webp 212w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/RevistasSalud-768x1087.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/RevistasSalud.webp 1054w\" sizes=\"auto, (max-width: 723px) 100vw, 723px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-ciencias-de-la-salud\/revistas-digitales-enfermeria\/\" style=\"background-color:#002141\">Ver Revistas -&gt;<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-derecho-y-ciencias-sociales\/\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassociales-723x1024.webp\" alt=\"\" class=\"wp-image-1654\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassociales-723x1024.webp 723w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassociales-212x300.webp 212w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassociales-768x1087.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassociales.webp 1054w\" sizes=\"auto, (max-width: 723px) 100vw, 723px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-ciencias-empresariales\/\" style=\"background-color:#002141\">Ver Revistas -&gt; <\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-derecho-y-ciencias-sociales\/\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassocialess-723x1024.webp\" alt=\"\" class=\"wp-image-1661\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassocialess-723x1024.webp 723w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassocialess-212x300.webp 212w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassocialess-768x1087.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/derechocienciassocialess.webp 1054w\" sizes=\"auto, (max-width: 723px) 100vw, 723px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-derecho-y-ciencias-sociales\/\" style=\"background-color:#002141\">Ver Revistas -&gt;<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-ciencias-de-la-educacion\/\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/cienciaseducacion-723x1024.webp\" alt=\"\" class=\"wp-image-1668\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/cienciaseducacion-723x1024.webp 723w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/cienciaseducacion-212x300.webp 212w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/cienciaseducacion-768x1087.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/cienciaseducacion.webp 1054w\" sizes=\"auto, (max-width: 723px) 100vw, 723px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/www.utic.edu.py\/v8\/cire\/revistas-ciencias-de-la-educacion\/\" style=\"background-color:#002141\">Ver Revistas -&gt;<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull utic-portada-sedes has-background is-layout-flow wp-block-group-is-layout-flow\" id=\"contact\" style=\"background:linear-gradient(135deg,rgb(0,36,65) 0%,rgb(11,47,86) 100%);padding-top:104px;padding-bottom:104px\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-ast-global-color-5-color has-text-color has-link-color wp-elements-cf6bbf076e6b9dab397b626f9a1eee96\">Otros Recursos<\/h3>\n\n\n\n<p class=\"has-ast-global-color-5-color has-text-color has-link-color has-medium-font-size wp-elements-43c932dd2962a66d30ca668c33a22f2f wp-block-paragraph\"><strong>En esta secci\u00f3n encontrar\u00e1 una amplia colecci\u00f3n de recursos acad\u00e9micos y de apoyo al aprendizaje, cuidadosamente seleccionados para estudiantes, docentes e investigadores. Incluye acceso a revistas cient\u00edficas, bibliotecas digitales, bases de datos especializadas, repositorios institucionales, normativas, herramientas educativas, manuales, gu\u00edas y otros materiales de consulta que fortalecen la investigaci\u00f3n, la docencia y la formaci\u00f3n profesional.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4f6aecd2\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-ff8021d7 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/www.utic.edu.py\/v8\/cire\/otros-recursos-bibliograficos\/\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">Ver aqu\u00ed<\/div><span class=\"uagb-button__icon uagb-button__icon-position-after\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\" focussable=\"false\"><path d=\"M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z\"><\/path><\/svg><\/span><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large is-resized has-custom-border\"><a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/otros-recursos-bibliograficos\/\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"1024\" src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Otros-recursos-723x1024.webp\" alt=\"\" class=\"wp-image-1849\" style=\"border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:var(--wp--preset--shadow--sharp);aspect-ratio:0.7060480524363929;width:323px;height:auto\" srcset=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Otros-recursos-723x1024.webp 723w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Otros-recursos-212x300.webp 212w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Otros-recursos-768x1087.webp 768w, https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Otros-recursos.webp 1054w\" sizes=\"auto, (max-width: 723px) 100vw, 723px\" \/><\/a><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\r\n            <style id=\"utic-cire-footer-styles\">\r\n\r\n                :root {\r\n                    --cire-footer-primary: #002441;\r\n                    --cire-footer-gold: #c9a227;\r\n                    --cire-footer-white: #ffffff;\r\n                    --cire-footer-text: #d8dde5;\r\n                    --cire-footer-max-width: 1240px;\r\n                }\r\n\r\n                \/* Escape del contenedor de Astra *\/\r\n                .wp-block-shortcode:has(.cire-footer) {\r\n                    width: 100% !important;\r\n                    max-width: none !important;\r\n                    margin: 0 !important;\r\n                    padding: 0 !important;\r\n                }\r\n\r\n                .cire-footer {\r\n                    box-sizing: border-box;\r\n\r\n                    width: 100vw !important;\r\n                    max-width: none !important;\r\n\r\n                    margin-left: calc(50% - 50vw) !important;\r\n                    margin-right: calc(50% - 50vw) !important;\r\n\r\n                    position: relative;\r\n\r\n                    background: var(--cire-footer-primary);\r\n                    color: var(--cire-footer-white);\r\n\r\n                    border-top: 4px solid var(--cire-footer-gold);\r\n                }\r\n\r\n                .cire-footer,\r\n                .cire-footer * {\r\n                    box-sizing: border-box;\r\n                }\r\n\r\n                .cire-footer__inner {\r\n                    width: calc(100% - 48px);\r\n                    max-width: var(--cire-footer-max-width);\r\n\r\n                    margin: 0 auto;\r\n                    padding: 54px 0 26px;\r\n                }\r\n\r\n                \/* Bloque superior *\/\r\n                .cire-footer__top {\r\n                    display: grid;\r\n                    grid-template-columns: 1.3fr 1fr 1fr 1.15fr;\r\n                    gap: 42px;\r\n\r\n                    padding-bottom: 34px;\r\n\r\n                    border-bottom: 1px solid rgba(255,255,255,.12);\r\n                }\r\n\r\n                .cire-footer__brand img {\r\n                    display: block;\r\n\r\n                    width: 100%;\r\n                    max-width: 260px;\r\n                    height: auto;\r\n\r\n                    margin-bottom: 20px;\r\n                }\r\n\r\n                .cire-footer__description {\r\n                    max-width: 430px;\r\n\r\n                    margin: 0;\r\n\r\n                    color: var(--cire-footer-text);\r\n\r\n                    font-size: 14px;\r\n                    line-height: 1.8;\r\n                }\r\n\r\n                \/* T\u00edtulos *\/\r\n                .cire-footer__title {\r\n                    position: relative;\r\n\r\n                    margin: 0 0 22px;\r\n\r\n                    color: var(--cire-footer-white);\r\n\r\n                    font-size: 15px;\r\n                    font-weight: 900;\r\n                    letter-spacing: 1.2px;\r\n                    text-transform: uppercase;\r\n                }\r\n\r\n                .cire-footer__title::after {\r\n                    content: \"\";\r\n\r\n                    display: block;\r\n\r\n                    width: 48px;\r\n                    height: 3px;\r\n\r\n                    margin-top: 10px;\r\n\r\n                    border-radius: 999px;\r\n                    background: var(--cire-footer-gold);\r\n                }\r\n\r\n                \/* Listas *\/\r\n                .cire-footer__list {\r\n                    list-style: none;\r\n\r\n                    margin: 0;\r\n                    padding: 0;\r\n                }\r\n\r\n                .cire-footer__list li {\r\n                    margin: 0 0 11px;\r\n                }\r\n\r\n                .cire-footer__list a {\r\n                    display: inline-flex;\r\n                    align-items: center;\r\n                    gap: 7px;\r\n\r\n                    color: var(--cire-footer-text) !important;\r\n\r\n                    font-size: 14px;\r\n                    font-weight: 600;\r\n                    line-height: 1.5;\r\n                    text-decoration: none !important;\r\n\r\n                    transition:\r\n                        color .25s ease,\r\n                        transform .25s ease;\r\n                }\r\n\r\n                .cire-footer__list a::before {\r\n                    content: \"\u203a\";\r\n\r\n                    color: var(--cire-footer-gold);\r\n\r\n                    opacity: 0;\r\n                    transform: translateX(-5px);\r\n\r\n                    transition:\r\n                        opacity .25s ease,\r\n                        transform .25s ease;\r\n                }\r\n\r\n                .cire-footer__list a:hover {\r\n                    color: var(--cire-footer-gold) !important;\r\n                    transform: translateX(4px);\r\n                }\r\n\r\n                .cire-footer__list a:hover::before {\r\n                    opacity: 1;\r\n                    transform: translateX(0);\r\n                }\r\n\r\n                \/* Contacto *\/\r\n                .cire-footer__contact p {\r\n                    margin: 0 0 12px;\r\n\r\n                    color: var(--cire-footer-text);\r\n\r\n                    font-size: 14px;\r\n                    line-height: 1.65;\r\n                }\r\n\r\n                .cire-footer__contact a {\r\n                    color: var(--cire-footer-white) !important;\r\n                    text-decoration: none !important;\r\n                }\r\n\r\n                .cire-footer__contact a:hover {\r\n                    color: var(--cire-footer-gold) !important;\r\n                }\r\n\r\n                \/* Redes *\/\r\n                .cire-footer__social {\r\n                    display: flex;\r\n                    flex-wrap: wrap;\r\n                    gap: 11px;\r\n\r\n                    margin-top: 20px;\r\n                }\r\n\r\n                .cire-footer__social a {\r\n                    width: 40px;\r\n                    height: 40px;\r\n\r\n                    display: inline-flex;\r\n                    align-items: center;\r\n                    justify-content: center;\r\n\r\n                    border: 1px solid rgba(255,255,255,.16);\r\n                    border-radius: 999px;\r\n\r\n                    background: rgba(255,255,255,.08);\r\n                    color: var(--cire-footer-white) !important;\r\n\r\n                    font-size: 17px;\r\n                    font-weight: 800;\r\n                    text-decoration: none !important;\r\n\r\n                    transition:\r\n                        background-color .25s ease,\r\n                        border-color .25s ease,\r\n                        color .25s ease,\r\n                        transform .25s ease;\r\n                }\r\n\r\n                .cire-footer__social a:hover {\r\n                    background: var(--cire-footer-gold);\r\n                    border-color: var(--cire-footer-gold);\r\n                    color: var(--cire-footer-primary) !important;\r\n                    transform: translateY(-3px);\r\n                }\r\n\r\n                \/* Accesos r\u00e1pidos *\/\r\n                .cire-footer__quick {\r\n                    padding: 30px 0;\r\n\r\n                    border-bottom: 1px solid rgba(255,255,255,.12);\r\n                }\r\n\r\n                .cire-footer__quick-title {\r\n                    margin: 0 0 18px;\r\n\r\n                    color: var(--cire-footer-white);\r\n\r\n                    font-size: 15px;\r\n                    font-weight: 900;\r\n                    letter-spacing: 1px;\r\n                    text-align: center;\r\n                    text-transform: uppercase;\r\n                }\r\n\r\n                .cire-footer__quick-links {\r\n                    display: flex;\r\n                    flex-wrap: wrap;\r\n                    justify-content: center;\r\n                    gap: 14px;\r\n                }\r\n\r\n                .cire-footer__quick-link {\r\n                    min-width: 190px;\r\n                    min-height: 48px;\r\n\r\n                    padding: 10px 20px;\r\n\r\n                    display: inline-flex;\r\n                    align-items: center;\r\n                    justify-content: center;\r\n\r\n                    border: 1px solid rgba(255,255,255,.17);\r\n                    border-radius: 999px;\r\n\r\n                    background: rgba(255,255,255,.08);\r\n                    color: var(--cire-footer-white) !important;\r\n\r\n                    font-size: 13px;\r\n                    font-weight: 800;\r\n                    letter-spacing: .35px;\r\n                    text-align: center;\r\n                    text-decoration: none !important;\r\n                    text-transform: uppercase;\r\n\r\n                    transition:\r\n                        background-color .25s ease,\r\n                        border-color .25s ease,\r\n                        color .25s ease,\r\n                        transform .25s ease;\r\n                }\r\n\r\n                .cire-footer__quick-link:hover {\r\n                    background: var(--cire-footer-gold);\r\n                    border-color: var(--cire-footer-gold);\r\n                    color: var(--cire-footer-primary) !important;\r\n                    transform: translateY(-3px);\r\n                }\r\n\r\n                \/* Franja inferior *\/\r\n                .cire-footer__bottom {\r\n                    padding-top: 24px;\r\n\r\n                    display: flex;\r\n                    flex-direction: column;\r\n                    align-items: center;\r\n                    gap: 13px;\r\n\r\n                    color: var(--cire-footer-text);\r\n\r\n                    font-size: 13px;\r\n                    text-align: center;\r\n                }\r\n\r\n                .cire-footer__copyright {\r\n                    margin: 0;\r\n\r\n                    color: var(--cire-footer-white);\r\n\r\n                    font-weight: 700;\r\n                }\r\n\r\n                .cire-footer__legal {\r\n                    display: flex;\r\n                    justify-content: center;\r\n                    flex-wrap: wrap;\r\n                    gap: 10px 18px;\r\n                }\r\n\r\n                .cire-footer__legal a {\r\n                    color: var(--cire-footer-text) !important;\r\n                    text-decoration: none !important;\r\n                }\r\n\r\n                .cire-footer__legal a:hover {\r\n                    color: var(--cire-footer-gold) !important;\r\n                }\r\n\r\n                \/* Tablet *\/\r\n                @media (max-width: 980px) {\r\n                    .cire-footer__top {\r\n                        grid-template-columns: repeat(2, minmax(0, 1fr));\r\n                        gap: 36px;\r\n                    }\r\n                }\r\n\r\n                \/* M\u00f3vil *\/\r\n                @media (max-width: 680px) {\r\n                    .cire-footer__inner {\r\n                        width: calc(100% - 36px);\r\n                        padding-top: 44px;\r\n                    }\r\n\r\n                    .cire-footer__top {\r\n                        grid-template-columns: 1fr;\r\n                        gap: 34px;\r\n\r\n                        text-align: center;\r\n                    }\r\n\r\n                    .cire-footer__brand img {\r\n                        max-width: 245px;\r\n                        margin-left: auto;\r\n                        margin-right: auto;\r\n                    }\r\n\r\n                    .cire-footer__description {\r\n                        margin-left: auto;\r\n                        margin-right: auto;\r\n                    }\r\n\r\n                    .cire-footer__title::after {\r\n                        margin-left: auto;\r\n                        margin-right: auto;\r\n                    }\r\n\r\n                    .cire-footer__list a {\r\n                        justify-content: center;\r\n                    }\r\n\r\n                    .cire-footer__list a:hover {\r\n                        transform: none;\r\n                    }\r\n\r\n                    .cire-footer__social {\r\n                        justify-content: center;\r\n                    }\r\n\r\n                    .cire-footer__quick-links {\r\n                        flex-direction: column;\r\n                        align-items: center;\r\n                    }\r\n\r\n                    .cire-footer__quick-link {\r\n                        width: 100%;\r\n                        max-width: 310px;\r\n                    }\r\n\r\n                    .cire-footer__legal {\r\n                        flex-direction: column;\r\n                        gap: 8px;\r\n                    }\r\n                }\r\n            <\/style>\r\n\r\n            \r\n        <footer class=\"cire-footer\">\r\n            <div class=\"cire-footer__inner\">\r\n\r\n                <div class=\"cire-footer__top\">\r\n\r\n                    <section class=\"cire-footer__brand\">\r\n                        <a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/\">\r\n                            <img decoding=\"async\"\r\n                                src=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/Cire3-1024x239.png\"\r\n                                alt=\"CIRE - Centro de Informaci\u00f3n y Recursos Educativos\"\r\n                            >\r\n                        <\/a>\r\n\r\n                        <p class=\"cire-footer__description\">\r\n                            El Centro de Informaci\u00f3n y Recursos Educativos de\r\n                            la UTIC facilita el acceso a recursos f\u00edsicos,\r\n                            digitales, acad\u00e9micos y cient\u00edficos para toda la\r\n                            comunidad educativa.\r\n                        <\/p>\r\n\r\n                        <div\r\n                            class=\"cire-footer__social\"\r\n                            aria-label=\"Redes sociales del CIRE\"\r\n                        >\r\n                                                            <a\r\n                                    href=\"#\"\r\n                                    target=\"_blank\"\r\n                                    rel=\"noopener noreferrer\"\r\n                                    aria-label=\"Facebook\"\r\n                                >\r\n                                    f                                <\/a>\r\n                                                            <a\r\n                                    href=\"#\"\r\n                                    target=\"_blank\"\r\n                                    rel=\"noopener noreferrer\"\r\n                                    aria-label=\"Instagram\"\r\n                                >\r\n                                    \u25ce                                <\/a>\r\n                                                            <a\r\n                                    href=\"#\"\r\n                                    target=\"_blank\"\r\n                                    rel=\"noopener noreferrer\"\r\n                                    aria-label=\"YouTube\"\r\n                                >\r\n                                    \u25b6                                <\/a>\r\n                                                            <a\r\n                                    href=\"https:\/\/wa.me\/595971438602?text=Hola%2C%20me%20gustar%C3%ADa%20recibir%20informaci%C3%B3n%20sobre%20el%20CIRE%20de%20la%20UTIC.\"\r\n                                    target=\"_blank\"\r\n                                    rel=\"noopener noreferrer\"\r\n                                    aria-label=\"WhatsApp\"\r\n                                >\r\n                                    \u25c9                                <\/a>\r\n                                                    <\/div>\r\n                    <\/section>\r\n\r\n                    <section>\r\n                        <h2 class=\"cire-footer__title\">\r\n                            Navegaci\u00f3n\r\n                        <\/h2>\r\n\r\n                        <ul class=\"cire-footer__list\">\r\n                                                            <li>\r\n                                    <a\r\n                                        href=\"https:\/\/www.utic.edu.py\/v8\/cire\/\"\r\n                                                                                                                    >\r\n                                        Inicio                                    <\/a>\r\n                                <\/li>\r\n                                                            <li>\r\n                                    <a\r\n                                        href=\"https:\/\/www.utic.edu.py\/v8\/wp-content\/uploads\/2026\/07\/regla_cire.pdf\"\r\n                                                                                    target=\"_blank\"\r\n                                                                                                                            rel=\"noopener noreferrer\"\r\n                                                                            >\r\n                                        Reglamento CIRE                                    <\/a>\r\n                                <\/li>\r\n                                                            <li>\r\n                                    <a\r\n                                        href=\"https:\/\/revista.utic.edu.py\"\r\n                                                                                    target=\"_blank\"\r\n                                                                                                                            rel=\"noopener noreferrer\"\r\n                                                                            >\r\n                                        Revistas Cient\u00edficas                                    <\/a>\r\n                                <\/li>\r\n                                                            <li>\r\n                                    <a\r\n                                        href=\"https:\/\/www.utic.edu.py\/repositorio\"\r\n                                                                                    target=\"_blank\"\r\n                                                                                                                            rel=\"noopener noreferrer\"\r\n                                                                            >\r\n                                        Repositorio Institucional                                    <\/a>\r\n                                <\/li>\r\n                                                    <\/ul>\r\n                    <\/section>\r\n\r\n                    <section>\r\n                        <h2 class=\"cire-footer__title\">\r\n                            Recursos\r\n                        <\/h2>\r\n\r\n                        <ul class=\"cire-footer__list\">\r\n                            <li>\r\n                                <a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/biblioteca-digital\/\">\r\n                                    Biblioteca Digital\r\n                                <\/a>\r\n                            <\/li>\r\n\r\n                            <li>\r\n                                <a\r\n                                    href=\"https:\/\/revista.utic.edu.py\"\r\n                                    target=\"_blank\"\r\n                                    rel=\"noopener noreferrer\"\r\n                                >\r\n                                    Revistas Cient\u00edficas\r\n                                <\/a>\r\n                            <\/li>\r\n\r\n                            <li>\r\n                                <a\r\n                                    href=\"https:\/\/www.utic.edu.py\/repositorio\"\r\n                                    target=\"_blank\"\r\n                                    rel=\"noopener noreferrer\"\r\n                                >\r\n                                    Repositorio Institucional\r\n                                <\/a>\r\n                            <\/li>\r\n\r\n                            <li>\r\n                                <a href=\"https:\/\/www.utic.edu.py\/v8\/cire\/otros-recursos\/\">\r\n                                    Otros Recursos\r\n                                <\/a>\r\n                            <\/li>\r\n                        <\/ul>\r\n                    <\/section>\r\n\r\n                    <section class=\"cire-footer__contact\">\r\n                        <h2 class=\"cire-footer__title\">\r\n                            Contacto\r\n                        <\/h2>\r\n\r\n                        <p>\r\n                            Universidad Tecnol\u00f3gica Intercontinental\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            Asunci\u00f3n, Paraguay\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            <a\r\n                                href=\"https:\/\/wa.me\/595971438602?text=Hola%2C%20me%20gustar%C3%ADa%20recibir%20informaci%C3%B3n%20sobre%20el%20CIRE%20de%20la%20UTIC.\"\r\n                                target=\"_blank\"\r\n                                rel=\"noopener noreferrer\"\r\n                            >\r\n                                WhatsApp: +595 971 438602\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/www.utic.edu.py\">\r\n                                www.utic.edu.py\r\n                            <\/a>\r\n                        <\/p>\r\n                    <\/section>\r\n\r\n                <\/div>\r\n\r\n                <section class=\"cire-footer__quick\">\r\n                    <h2 class=\"cire-footer__quick-title\">\r\n                        Accesos r\u00e1pidos\r\n                    <\/h2>\r\n\r\n                    <div class=\"cire-footer__quick-links\">\r\n                                                    <a\r\n                                class=\"cire-footer__quick-link\"\r\n                                href=\"https:\/\/www.utic.edu.py\"\r\n                                target=\"_blank\"\r\n                                rel=\"noopener noreferrer\"\r\n                            >\r\n                                Portal UTIC                            <\/a>\r\n                                                    <a\r\n                                class=\"cire-footer__quick-link\"\r\n                                href=\"https:\/\/www.uticvirtual.edu.py\"\r\n                                target=\"_blank\"\r\n                                rel=\"noopener noreferrer\"\r\n                            >\r\n                                Aula Virtual                            <\/a>\r\n                                                    <a\r\n                                class=\"cire-footer__quick-link\"\r\n                                href=\"https:\/\/www.utic.edu.py\/sigest\/users\/login\"\r\n                                target=\"_blank\"\r\n                                rel=\"noopener noreferrer\"\r\n                            >\r\n                                SIGEST\/ESTUDIANTES                            <\/a>\r\n                                                    <a\r\n                                class=\"cire-footer__quick-link\"\r\n                                href=\"https:\/\/www.utic.edu.py\/sigesdoc\/users\/login\"\r\n                                target=\"_blank\"\r\n                                rel=\"noopener noreferrer\"\r\n                            >\r\n                                SIGESDOC\/DOCENTES                            <\/a>\r\n                                            <\/div>\r\n                <\/section>\r\n\r\n                <div class=\"cire-footer__bottom\">\r\n\r\n                    <p class=\"cire-footer__copyright\">\r\n                        \u00a9 2026                        Universidad Tecnol\u00f3gica Intercontinental.\r\n                        Todos los derechos reservados.\r\n                    <\/p>\r\n\r\n                    <div class=\"cire-footer__legal\">\r\n                        <a href=\"https:\/\/www.utic.edu.py\/v8\/politica-de-privacidad\/\">\r\n                            Pol\u00edtica de privacidad\r\n                        <\/a>\r\n\r\n                        <a href=\"https:\/\/www.utic.edu.py\/v8\/terminos-de-uso\/\">\r\n                            T\u00e9rminos de uso\r\n                        <\/a>\r\n\r\n                        <span>\r\n                            Desarrollado por Direcci\u00f3n TIC\r\n                        <\/span>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/footer>\r\n\r\n        \n","protected":false},"excerpt":{"rendered":"<p>CIRE El CIRE es el Centro de Informaci\u00f3n y Recursos Educativos de la UTIC.Esta \u00e1rea fue creada con la intenci\u00f3n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"\/* =========================================================\n   CIRE HEADER - EFECTO HOVER DESKTOP\n========================================================= *\/\n\n@media (min-width: 769px) {\n\n    .utic-cire-menu p {\n        margin: 0 !important;\n        padding: 0 !important;\n    }\n\n    .utic-cire-menu p a {\n        position: relative !important;\n        display: inline-block !important;\n        color: #ffffff !important;\n        text-decoration: none !important;\n        transition: all .28s ease !important;\n    }\n\n    .utic-cire-menu p a::after {\n        content: \"\" !important;\n        position: absolute !important;\n        left: 0 !important;\n        bottom: -7px !important;\n        width: 0 !important;\n        height: 3px !important;\n        background: #C9A227 !important;\n        border-radius: 999px !important;\n        transition: width .28s ease !important;\n    }\n\n    .utic-cire-menu p a:hover {\n        color: #C9A227 !important;\n    }\n\n    .utic-cire-menu p a:hover::after {\n        width: 100% !important;\n    }\n}","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1592","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"dbordon","author_link":"https:\/\/www.utic.edu.py\/v8\/author\/dbordon\/"},"uagb_comment_info":0,"uagb_excerpt":"CIRE El CIRE es el Centro de Informaci\u00f3n y Recursos Educativos de la UTIC.Esta \u00e1rea fue creada con la intenci\u00f3n [&hellip;]","_links":{"self":[{"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/pages\/1592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/comments?post=1592"}],"version-history":[{"count":180,"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/pages\/1592\/revisions"}],"predecessor-version":[{"id":2293,"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/pages\/1592\/revisions\/2293"}],"wp:attachment":[{"href":"https:\/\/www.utic.edu.py\/v8\/wp-json\/wp\/v2\/media?parent=1592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}