{"id":873,"date":"2025-07-10T21:40:18","date_gmt":"2025-07-11T00:40:18","guid":{"rendered":"https:\/\/webdae.uta.cl\/?page_id=873"},"modified":"2025-08-19T21:06:57","modified_gmt":"2025-08-20T00:06:57","slug":"medico-general","status":"publish","type":"page","link":"https:\/\/webdae.uta.cl\/index.php\/medico-general\/","title":{"rendered":"Bienestar fisico"},"content":{"rendered":"\n<div style=\"background-color: #7FDBEE; min-height: 250px; display: flex; align-items: center; justify-content: center; padding: 30px 20px; font-family: 'Poppins', sans-serif; color: #ffffff;\">\n  <div style=\"max-width: 1200px; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px;\">\n\n    <div style=\"flex-grow: 1; text-align: center; max-width: 700px;\">\n      <h1 style=\"font-size: 2.8em; margin-bottom: 10px; font-weight: 700; color: #ffffff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\">\n        Bienestar F\u00edsico \ud83e\ude7a\n      <\/h1>\n      <p style=\"font-size: 1.2em; line-height: 1.4; color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);\">\n        Tu salud es nuestra prioridad en la Universidad. Conoce a nuestro equipo y los servicios que tenemos para ti.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;700&display=swap');\n<\/style>\n\n\n\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>M\u00e9dico General<\/title>\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/icon?family=Material+Icons\" rel=\"stylesheet\">\n\n    <style>\n        \/* --- Variables y Estilos Generales --- *\/\n        :root {\n            --color-primario: #03a9f4;\n            --color-secundario: #4caf50;\n            --color-texto: #555;\n            --color-texto-claro: #777;\n            --color-fondo: #f5f7fa;\n            --color-blanco: #ffffff;\n            --sombra-suave: 0 10px 30px -15px rgba(0, 0, 0, 0.1);\n            --fuente-principal: 'Poppins', sans-serif;\n        }\n\n        body {\n            font-family: var(--fuente-principal);\n            margin: 0;\n            background-color: var(--color-fondo);\n            color: var(--color-texto);\n            line-height: 1.7; \n        }\n\n        .container {\n            max-width: 960px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* --- Secci\u00f3n de Contenido Principal --- *\/\n        .content-section {\n            background-color: var(--color-blanco);\n            margin-top: 40px; \n            border-radius: 16px;\n            box-shadow: var(--sombra-suave);\n            padding: 40px;\n        }\n\n        \/* MEJORA: P\u00e1rrafos de introducci\u00f3n con texto justificado *\/\n        .intro-text p {\n            font-size: 1.1em;\n            max-width: 700px;\n            margin: 0 auto 1.5em auto; \n            text-align: justify; \/* <-- CAMBIO PRINCIPAL: Texto justificado *\/\n            hyphens: auto;        \/* <-- MEJORA: Evita espacios grandes entre palabras *\/\n        }\n        \n        .intro-text p:last-child {\n            margin-bottom: 30px;\n        }\n\n        \/* --- Layout de dos columnas --- *\/\n        .main-layout {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            padding-top: 30px;\n            border-top: 2px dashed #e0e0e0;\n        }\n        \n        .prestaciones-column {\n            flex: 2;\n            min-width: 300px;\n        }\n\n        .contacto-column {\n            flex: 1;\n            min-width: 300px;\n        }\n\n        \/* --- Secci\u00f3n de Prestaciones --- *\/\n        .prestaciones-section h3 {\n            text-align: center;\n            font-weight: 600;\n            margin-top: 0;\n            margin-bottom: 25px;\n            font-size: 1.6em;\n        }\n        \n        .prestaciones-section ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .prestaciones-section li {\n            background-color: #f4fbf4;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 15px;\n            font-weight: 500;\n            font-size: 1.05em;\n            display: flex; \n            align-items: flex-start;\n            line-height: 1.5; \n        }\n\n        .prestaciones-section li::before {\n            content: '\u2714';\n            color: var(--color-secundario);\n            font-weight: bold;\n            font-size: 1.2em;\n            margin-right: 15px;\n            margin-top: 2px;\n        }\n        \n        \/* --- Tarjeta de Contacto Minimalista --- *\/\n        .tarjeta-contacto {\n            background-color: #f8fbff;\n            padding: 30px;\n            border-radius: 16px;\n            border: 1px solid #e0eaf3;\n            height: 100%; \n            box-sizing: border-box;\n        }\n\n        .tarjeta-contacto h3 {\n            margin-top: 0;\n            margin-bottom: 25px;\n            font-size: 1.6em;\n            text-align: center;\n            color: var(--color-primario);\n            font-weight: 600;\n        }\n        \n        .tarjeta-contacto ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            font-size: 1em; \n        }\n        \n        .tarjeta-contacto li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 20px;\n            gap: 15px;\n        }\n        \n        .tarjeta-contacto .material-icons {\n            color: var(--color-primario);\n            margin-top: 3px;\n        }\n        \n        .tarjeta-contacto span {\n            display: block;\n            color: var(--color-texto-claro);\n            line-height: 1.5;\n        }\n\n        .tarjeta-contacto a {\n            color: var(--color-primario);\n            text-decoration: none;\n            font-weight: 500;\n        }\n        \n        .tarjeta-contacto a:hover {\n            text-decoration: underline;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <main class=\"container content-section\">\n        <div class=\"intro-text\">\n            <p>\n                La morbilidad en estudiantes universitarios incluye tanto enfermedades f\u00edsicas como\ntrastornos de salud mental que impactan su bienestar integral. Por ello, es fundamental\npromover estilos de vida saludables y brindar apoyo psicosocial, con el fin de mejorar su\ncalidad de vida y rendimiento acad\u00e9mico. En este sentido, nuestro objetivo es favorecer la\nsalud integral de nuestros estudiantes.\nPara lograrlo, nuestro programa ofrece cuatro servicios confidenciales y personalizados,\ndise\u00f1ados para atender las necesidades individuales de cada estudiante, tales como:\n            <\/p>\n        <\/div>\n        \n        <div class=\"main-layout\">\n            \n            <div class=\"prestaciones-column\">\n                <div class=\"prestaciones-section\">\n                    <h3>Prestaciones de Medicina General<\/h3>\n                    <ul>\n                        <li>Consulta de morbilidad<\/li>\n                        <li>Consulta de salud mental<\/li>\n                        <li>Consejer\u00edas en consumo de alcohol, drogas y salud mental<\/li>\n                        <li>Solicitud y revisi\u00f3n de ex\u00e1menes de laboratorio b\u00e1sicos (an\u00e1lisis de sangre, etc.)<\/li>\n<li>Constancia de atenciones m\u00e9dicas<\/li>\n<li>Certificado de reposo m\u00e9dico cuando corresponda<\/li>\n<li>Visaci\u00f3n de certificados m\u00e9dicos externos<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"contacto-column\">\n                <div class=\"tarjeta-contacto\">\n                    <h3>Agenda tu Hora<\/h3>\n                    <ul>\n                        <li>\n                            <i class=\"material-icons\">email<\/i>\n                            <div>\n                                <strong>Correo<\/strong>\n                                <span><a href=\"mailto:saludsec@gestion.uta.cl\">saludsec@gestion.uta.cl<\/a><\/span>\n                            <\/div>\n                        <\/li>\n                        <li>\n                            <i class=\"material-icons\">call<\/i>\n                            <div>\n                                <strong>Tel\u00e9fonos<\/strong>\n                                <span>+56 9 50461631 \/ +56 9 50428148<\/span>\n                                <span style=\"font-size: 0.9em; opacity: 0.8;\">Fijos: 58-2205131 \/ 58-2205899<\/span>\n                            <\/div>\n                        <\/li>\n                        <li>\n                            <i class=\"material-icons\">schedule<\/i>\n                            <div>\n                                <strong>Horario de Atenci\u00f3n<\/strong>\n                                <span>Lunes a Jueves: 8:00 a 24:00 hrs<\/span>\n                                <span>Viernes: 8:00 a 23:00 hrs<\/span>\n                            <\/div>\n                        <\/li>\n                        <li>\n                            <i class=\"material-icons\">location_on<\/i>\n                            <div>\n                                <strong>Ubicaci\u00f3n<\/strong>\n                                <span>Campus Saucache, edificio integral, sector colina<\/span>\n                            <\/div>\n                        <\/li>\n                        <li>\n                            <i class=\"material-icons\">groups<\/i>\n                            <div>\n                                <strong>Instagram<\/strong>\n                                <span><a href=\"https:\/\/www.instagram.com\/serviciomedicouta\" target=\"_blank\">@serviciomedicouta<\/a><\/span>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/main>\n\n<\/body>\n<\/html>\n\n\n\n<style>\n    \/* Importa la fuente Poppins de Google Fonts *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n    \/* Contenedor Principal: Fondo blanco, texto azul marino *\/\n    .uta-services-section-light {\n        background: #ffffff !important;\n        padding: 60px 20px;\n        font-family: 'Poppins', sans-serif;\n        color: #0A2342; \/* Azul marino *\/\n        text-align: center;\n        box-sizing: border-box;\n    }\n\n    \/* T\u00edtulo (h2) en azul marino *\/\n    .uta-services-section-light h2.services-title {\n        font-family: 'Poppins', sans-serif !important;\n        font-size: 2.5em !important;\n        font-weight: 600 !important;\n        color: #0A2342 !important; \/* Azul marino *\/\n        background: none !important;\n        border: none !important;\n        padding: 0 !important;\n        margin-top: 0;\n        margin-bottom: 40px;\n        line-height: 1.2 !important;\n    }\n\n    \/* L\u00ednea decorativa debajo del t\u00edtulo *\/\n    .uta-services-section-light .services-title .underline {\n        display: block;\n        width: 80px;\n        height: 5px;\n        background-color: #ffb533;\n        margin: 15px auto 0;\n        border-radius: 3px;\n    }\n\n    \/* Grilla de Botones *\/\n    .uta-services-section-light .services-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        gap: 25px;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    \/* Enlaces *\/\n    .uta-services-section-light .service-link {\n        text-decoration: none !important;\n    }\n\n    \/* Estilo base para cada bot\u00f3n *\/\n    .uta-services-section-light .service-button {\n        border-radius: 20px;\n        padding: 25px;\n        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        cursor: pointer;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        min-height: 180px;\n        height: 100%;\n        box-sizing: border-box;\n        color: #ffffff; \/* Texto de los botones en blanco *\/\n    }\n\n    \/* El texto y los \u00edconos dentro del bot\u00f3n son blancos *\/\n    .uta-services-section-light .service-button span {\n        color: #ffffff !important;\n    }\n    \n    \/* Efecto al pasar el mouse *\/\n    .uta-services-section-light .service-button:hover {\n        transform: translateY(-8px) scale(1.03);\n        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);\n    }\n\n    .uta-services-section-light .service-button .icon {\n        font-size: 3.8em;\n        margin-bottom: 10px;\n        line-height: 1;\n    }\n\n    .uta-services-section-light .service-button .text {\n        font-size: 1.4em;\n        font-weight: 500;\n        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        line-height: 1.3;\n    }\n    \n    \/* Clases para el color de fondo de cada bot\u00f3n *\/\n    .btn-fisica { background-color: #80deea; }\n    .btn-dental { background-color: #ffb74d; }\n    .btn-sexual { background-color: #ce93d8; }\n    .btn-nutricional { background-color: #a5d6a7; }\n    .btn-preventiva { background-color: #ffab91; }\n\n<\/style>\n\n<div class=\"uta-services-section-light\">\n    <h2 class=\"services-title\">\n        Nuestras \u00c1reas de Salud\n        <span class=\"underline\"><\/span>\n    <\/h2>\n\n    <div class=\"services-grid\">\n        <a href=\"https:\/\/webdae.uta.cl\/index.php\/medico-general\/\" class=\"service-link\">\n            <div class=\"service-button btn-fisica\">\n                <span class=\"icon\">\ud83e\ude7a<\/span>\n                <span class=\"text\">Salud F\u00edsica<\/span>\n            <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/webdae.uta.cl\/index.php\/cirujano-dentista\/\" class=\"service-link\">\n            <div class=\"service-button btn-dental\">\n                <span class=\"icon\">\ud83e\uddb7<\/span>\n                <span class=\"text\">Salud Dental<\/span>\n            <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/webdae.uta.cl\/index.php\/matrona\/\" class=\"service-link\">\n            <div class=\"service-button btn-sexual\">\n                <span class=\"icon\">\ud83d\udc69\u200d\u2695\ufe0f<\/span>\n                <span class=\"text\">Salud Sexual y Reproductiva<\/span>\n            <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/webdae.uta.cl\/index.php\/nutricionista\/\" class=\"service-link\">\n            <div class=\"service-button btn-nutricional\">\n                <span class=\"icon\">\ud83e\udd57<\/span>\n                <span class=\"text\">Salud Nutricional<\/span>\n            <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/webdae.uta.cl\/index.php\/trabajadora-social\/\" class=\"service-link\">\n            <div class=\"service-button btn-preventiva\">\n                <span class=\"icon\">\ud83e\udde0<\/span>\n                <span class=\"text\">Salud Preventiva y Promocional<\/span>\n            <\/div>\n        <\/a>\n    <\/div>\n<\/div>\n\n\n\n<section style=\"font-family: 'Poppins', sans-serif; background-color: #003366; \/* Fondo azul marino *\/ padding: 60px 20px; text-align: center;\">\n  <div style=\"max-width: 1200px; margin: 0 auto;\">\n\n    <h2 style=\"font-size: 2.5em; color: #ffffff; \/* T\u00edtulo en blanco *\/ margin-bottom: 50px; font-weight: 700;\">\n      Explora Nuestros Servicios de Salud\n<span style=\"display:block; width:80px; height:5px; background-color:#ffb533; margin:15px auto 0; border-radius:3px;\"><\/span>\n    <\/h2>\n\n    <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; justify-content: center;\">\n\n      <a href=\"https:\/\/webdae.uta.cl\/index.php\/equipo-de-salud\/\" style=\"text-decoration: none;\">\n        <div class=\"menu-button\" style=\"background-color: #ffffff; \/* Blanco *\/ color: #003366; \/* Azul marino para texto *\/ padding: 30px; border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 200px; border: 2px solid transparent;\">\n          <span style=\"font-size: 4em; margin-bottom: 15px;\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n          <span style=\"font-size: 1.4em; font-weight: 700;\">Nuestro Equipo<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/webdae.uta.cl\/index.php\/prestaciones\/\" style=\"text-decoration: none;\">\n        <div class=\"menu-button\" style=\"background-color: #ffffff; \/* Blanco *\/ color: #003366; \/* Azul marino para texto *\/ padding: 30px; border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 200px; border: 2px solid transparent;\">\n          <span style=\"font-size: 4em; margin-bottom: 15px;\">\ud83c\udfe5<\/span>\n          <span style=\"font-size: 1.4em; font-weight: 700;\">Prestaciones<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/webdae.uta.cl\/index.php\/certificados-medicos\/\" style=\"text-decoration: none;\">\n        <div class=\"menu-button\" style=\"background-color: #ffffff; \/* Blanco *\/ color: #003366; \/* Azul marino para texto *\/ padding: 30px; border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 200px; border: 2px solid transparent;\">\n          <span style=\"font-size: 4em; margin-bottom: 15px;\">\ud83d\udcdc<\/span>\n          <span style=\"font-size: 1.4em; font-weight: 700;\">Certificados<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/docs.google.com\/forms\/u\/0\/d\/e\/1FAIpQLSeCXBVr6H_xD5lz3kAiMIVrHJEZbvZGI8QshkWFTvwmbj2NIw\/alreadyresponded\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"text-decoration: none;\">\n        <div class=\"menu-button\" style=\"background-color: #ffffff; \/* Blanco *\/ color: #003366; \/* Azul marino para texto *\/ padding: 30px; border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 200px; border: 2px solid transparent;\">\n          <span style=\"font-size: 4em; margin-bottom: 15px;\">\ud83c\udf93<\/span>\n          <span style=\"font-size: 1.4em; font-weight: 700;\">Capacitaciones<\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n    \/* Estilo para el hover de los botones del men\u00fa *\/\n    .menu-button:hover {\n      transform: translateY(-10px) scale(1.05); \/* Se levanta m\u00e1s y crece *\/\n      box-shadow: 0 15px 40px rgba(0,0,0,0.25); \/* Sombra m\u00e1s grande *\/\n      border-color: rgba(0, 0, 0, 0.2); \/* Borde sutil al hover *\/\n    }\n  <\/style>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Bienestar F\u00edsico \ud83e\ude7a Tu salud es nuestra prioridad en la Universidad. Conoce a nuestro equipo y los servicios que tenemos para ti. M\u00e9dico General La morbilidad en estudiantes universitarios incluye tanto enfermedades f\u00edsicas como trastornos de salud mental que impactan su bienestar integral. Por ello, es fundamental promover estilos de vida saludables y brindar apoyo&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"fullwidth-page-template","meta":{"footnotes":""},"class_list":["post-873","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/pages\/873","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/comments?post=873"}],"version-history":[{"count":23,"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/pages\/873\/revisions"}],"predecessor-version":[{"id":1107,"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/pages\/873\/revisions\/1107"}],"wp:attachment":[{"href":"https:\/\/webdae.uta.cl\/index.php\/wp-json\/wp\/v2\/media?parent=873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}