@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";:root{--red: #C20E1A;--red-dark: #841F1C;--gray-dark: #636363;--gray: #CFCFCF;--blue: #3D5AA2;--white: #f4f4f4}body{font-family:Open Sans,sans-serif}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.text-red{color:var(--red)}.text-left{text-align:left}.bg-dark-gray{background-color:var(--gray-dark)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.main-student-view{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.main-student-view h1{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.icon-container{display:flex;gap:6rem;justify-content:center;align-items:center;margin-bottom:3rem}.icon-circle-text{margin-top:1rem;text-align:center;font-size:1rem;display:block}#univalle-logo-header{position:fixed;top:0;left:0;width:100vw;height:90px;background-color:var(--red);display:flex;align-items:center;padding:0 20px;z-index:1000}.becas-section{display:flex;flex-direction:column;align-items:center;margin:6rem 0;color:var(--red)}.citas-section h1,.becas-section h1{margin-bottom:2rem;text-align:center;color:#c20e1a;font-weight:700}p{margin-bottom:2rem;text-align:center;color:#000}.psicologia-section h1,.enfermeria-section h1,.odontologia-section h1{margin-bottom:2rem;text-align:center;color:#c20e1a;font-weight:700}.menu-becas{margin:0}.buttons{background-color:var(--red);color:#fff;border:none;height:30px;width:90px}.button-save{background-color:#c20e1a!important;color:#fff!important;border:none!important;height:30px;width:149px;font-size:16px;cursor:pointer;border-radius:.5rem;transition:background-color .3s ease-in-out,color .3s ease-in-out}.button-save:hover{background-color:#841f1c!important;color:#fff!important}.button-pay{background-color:#52c41a!important;color:#fff!important;border:none!important;height:30px;width:149px;font-size:16px;cursor:pointer;transition:background-color .3s ease-in-out,color .3s ease-in-out}.button-pay:hover{background-color:#3e9215!important;color:#fff!important}.invalid{border:1px solid red!important}.button-cancel{background-color:#fff!important;color:#c20e1a!important;border:1px solid #C20E1A!important;height:30px;width:149px;font-size:16px;cursor:pointer;border-radius:.5rem;transition:background-color .3s ease-in-out,color .3s ease-in-out}.button-actionsGeneral{background-color:#fff!important;color:#000!important;height:30px;width:149px;font-size:16px;cursor:pointer;transition:background-color .3s ease-in-out,color .3s ease-in-out}.button-actionsGeneral:hover{background-color:#cfcfcf!important;color:#000!important}.button-cancel:hover{background-color:#841f1c!important;color:#fff!important}.titleCard{color:#c20e1a;font-size:22px;font-weight:400;margin:0}.descriptions-item{font-size:16px;width:200px;background-color:#f9f9f9;padding:10px;border:1px solid #d9d9d9;border-radius:8px;margin-bottom:10px;font-weight:400}.descriptions-title{font-weight:700;color:#c20e1a}.visibility-hidden{visibility:hidden}.red-header{background-color:#841f1c!important;color:#fff!important;font-size:19px!important;text-align:center;padding:12px 16px!important;font-weight:700;border-radius:5px 5px 0 0}@media (max-width: 768px){.becas-section{margin-top:50px;padding:10px}.button-container{flex-direction:column;align-items:center;gap:10px}table{width:100%;overflow-x:auto;display:block}.button-save,.button-cancel .button-pay{width:100%;margin-bottom:10px}}@media (max-width: 768px){section{flex-direction:column;align-items:center}article{width:100%;min-width:unset}}@media (max-width: 600px){.header-cell{font-size:1.5rem}}@media (min-width: 601px){.header-cell{font-size:1.125rem}}#univalle-logo-header{display:flex;justify-content:space-between;align-items:center;background-color:#c20e1a;padding:0 20px;height:90px;width:100%;position:fixed;top:0;left:0;z-index:1000}.logo-container{display:flex;align-items:center}.logo{height:60px}.menu{display:flex;align-items:center;justify-content:center;flex-grow:1}.menu ul{display:flex;list-style:none;padding:0;margin:0;gap:20px}.menu ul li{cursor:pointer;color:#fff;font-size:16px;padding:10px 20px;position:relative;transition:color .3s;text-align:center}.menu ul li.active{font-weight:700;color:#fff}.menu ul li.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#fff;transition:width .3s ease-in-out}.menu ul li:hover:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#fff}.menu ul li:hover{color:#f0f0f0}.hamburger-icon{width:30px;height:3px;background-color:#fff;margin:6px 0;transition:all .3s}.hamburger-menu-button{background-color:#c20e1a!important;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none!important}.hamburger-menu-button .anticon{color:#fff!important}.drawer-menu{list-style:none;padding:0;margin:0}.drawer-menu li{cursor:pointer;padding:10px 0;border-bottom:1px solid #e8e8e8}.logout-container{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}.logout-container .logout-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:8px 12px;background-color:transparent;color:#fff;border:none;font-size:16px;cursor:pointer;transition:background-color .3s ease}.logout-container .logout-button:hover{background-color:transparent;color:#f0f0f0;box-shadow:none}.logout-container .logout-button .anticon{margin-right:8px}.background-image{display:grid;align-items:center;justify-items:center;background-image:url(/assets/fondo_landing-jCNCGQj0.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:100vw;height:100vh;position:absolute;top:0;left:0}.welcome-box{background-color:#ffffffd9;padding:2rem;border-radius:12px;box-shadow:0 10px 20px #0000004d;max-width:420px;text-align:center}.welcome-title{color:#d32f2f;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.welcome-text{color:#555;font-size:1rem;margin-top:1rem}.welcome-button{background-color:#d32f2f;color:#fff;padding:1rem 3rem;font-size:1.2rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.welcome-button:hover{background-color:#b71c1c}@media (max-width: 768px){.welcome-box{padding:1.5rem;max-width:90%}.welcome-title{font-size:1.6rem}.welcome-text{font-size:.95rem}.welcome-button{padding:.5rem 1.8rem;font-size:.95rem}}@media (max-width: 480px){.welcome-box{padding:1rem;max-width:95%}.welcome-title{font-size:1.4rem}.welcome-text{font-size:.9rem}.welcome-button{padding:.4rem 1.5rem;font-size:.9rem}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}body{height:100vh;margin:0;padding:0;background-color:#f5f5f5}.footerProfessionals-module__footer___-4-P7{background-color:var(--red-dark);position:absolute;left:0;right:0;width:100%;margin-top:1rem;padding:2rem 1rem}.footerProfessionals-module__parag___fDKW4{font-size:.8125rem;overflow:hidden}.footerProfessionals-module__footer___-4-P7,.footerProfessionals-module__email___Pl6hH,.footerProfessionals-module__box___HHUC3,.footerProfessionals-module__ancle___-FI06,.footerProfessionals-module__parag___fDKW4{color:#fff}.footerProfessionals-module__box___HHUC3{gap:3rem}.footerProfessionals-module__title___h3oLG{font-size:2.1875rem;font-weight:100;margin:2rem 3.0625rem;color:#ffffff90}.footerProfessionals-module__subtitle___lyris{font-size:1rem;font-weight:700}.footerProfessionals-module__boxLeft___yhT-B{margin-left:3.0625rem}.footerProfessionals-module__boxRight___9mfWX{margin-left:13.3125rem}.footerProfessionals-module__boxRight___9mfWX a,.footerProfessionals-module__pTranspa___HYIpk{color:#ffffff90}.footerProfessionals-module__boxRight___9mfWX a{margin-left:1rem}@media screen and (max-width: 1024px){.footerProfessionals-module__footer___-4-P7{padding:1.5rem 1rem}}@media screen and (max-width: 768px){.footerProfessionals-module__footer___-4-P7{padding:1rem .5rem;flex-direction:column;text-align:center}.footerProfessionals-module__boxLeft___yhT-B,.footerProfessionals-module__boxRight___9mfWX{margin-left:0;margin-bottom:1rem}.footerProfessionals-module__box___HHUC3{flex-direction:column;gap:1rem}}.footerProfessionals-module__footer-content___adUWY{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.buttonEdit-module__buttonEdit___iIomI{background-color:var(--red);color:var(--white);border:none;border-radius:.5rem;font-size:1.1rem;margin-left:.5rem;margin-right:.5rem}.buttonEdit-module__buttonEdit___iIomI:hover{cursor:pointer;background-color:var(--red-dark)}.buttonEdit-module__color___DERKb{color:var(--white)}.stateUser-module__image___5bnRf{width:20px;height:20px;object-fit:cover}.stateUser-module__button___gPK00{border:none;background-color:transparent;padding:0;outline:none}.inputSmall-module__labels___aD74u{text-align:left}.inputSmall-module__asteric___iBTJD{color:var(--red)}.inputSmall-module__inputContainer___Oa592{position:relative;text-align:left;transition:margin-bottom .3s ease}.inputSmall-module__containerError___9Po10{margin-bottom:1.5rem}.inputSmall-module__inputs___-R-nW{display:block;border:solid 1px var(--gray);border-radius:.5rem;padding:4px 11px;width:13rem;height:2rem}.inputSmall-module__message___Fbtpc{position:absolute;top:100%;left:0;font-size:.75rem;color:red}.inputSmall-module__error___lhywA{border:1px solid red}.inputSmall-module__inputs___-R-nW:focus{border:solid 1px #4096ff!important;outline:none!important}#managementUsers-module__code___ghVmy,#managementUsers-module__name___0RQA3{width:min-content}#managementUsers-module__active___G2eX8{width:3rem;background-color:#fff;border-color:transparent}#managementUsers-module__edit___IAYnR{width:min-content}#managementUsers-module__email___iMC1U{width:11rem}#managementUsers-module__code___ghVmy,#managementUsers-module__name___0RQA3,#managementUsers-module__email___iMC1U{text-overflow:ellipsis;overflow:hidden}.managementUsers-module__menuGrant___rVzLw{margin-top:6rem;position:relative}.managementUsers-module__displayNone___Xd8Kw{display:none}.managementUsers-module__flexEnd___Dh4VP{align-self:flex-end}.managementUsers-module__contentTitles___eOe17{width:100%;margin-top:1rem}.managementUsers-module__contentTitles___eOe17 h3{font-weight:500;font-size:1.375rem;color:var(--red)}.managementUsers-module__contentTitles___eOe17 p{font-weight:300;font-size:15px}.managementUsers-module__marginTable___VlRzI{margin-top:1.625rem;text-align:left;margin-bottom:0!important}.managementUsers-module__buttonImport___a5pjY{z-index:999;position:absolute;right:0;top:0;margin-top:1.25rem;margin-right:1.75rem}.managementUsers-module__buttonLoad___c71p2{border-radius:.3125rem;background-color:var(--gray);color:var(--gray-dark)}.managementUsers-module__buttonSearch___eguHw{padding-inline:.6875rem}.managementUsers-module__buttonImport___a5pjY,.managementUsers-module__buttonSearch___eguHw,.managementUsers-module__buttonDeleteBen___sWaA7{background-color:var(--red);color:var(--white);border:none}#managementUsers-module__code___ghVmy,#managementUsers-module__name___0RQA3,#managementUsers-module__email___iMC1U,#managementUsers-module__active___G2eX8,#managementUsers-module__edit___IAYnR{display:block;height:2.375rem;margin:auto}.managementUsers-module__buttonLoad___c71p2{width:11.25rem;border-color:transparent;transition:box-shadow .3s ease-in-out}.managementUsers-module__buttons___VY696{margin-top:1.875rem;margin-bottom:1.25rem}.managementUsers-module__buttonImport___a5pjY{height:1.875rem;width:5.625rem}.managementUsers-module__buttonImport___a5pjY,.managementUsers-module__buttonSearch___eguHw,.managementUsers-module__buttonDeleteBen___sWaA7{border-radius:.5rem}.managementUsers-module__buttonImport___a5pjY:hover,.managementUsers-module__buttonSearch___eguHw:hover,.managementUsers-module__buttonDeleteBen___sWaA7:hover{cursor:pointer;background-color:var(--red-dark)}.managementUsers-module__buttonLoad___c71p2:hover{cursor:pointer;box-shadow:-4px 4px 10px #00000080,inset -1px -1px 3px #0000001a}.managementUsers-module__buttonDeleteBen___sWaA7{width:min-content;align-self:flex-end}.managementUsers-module__comboboxes___S9ZZp{display:block;width:12.8rem;height:2rem;font-size:.9375rem}.managementUsers-module__inputWidthModal___AIvE-{width:11.5rem}.error .ant-select-selector{border:1px solid red!important}.select-module__container___VX04P{position:relative;text-align:left;border-radius:.5rem;outline:none;transition:margin-bottom .3s ease}.select-module__containerError___ll5cz{margin-bottom:1.5rem}.select-module__select___tTjaE{width:13rem;height:2rem}.select-module__error___nR-iT .select-module__ant-select-selector___V3GDV{border:1px solid red}@media (max-width: 768px){html{font-size:clamp(1rem,3.5vw,7vw)}}@media (max-width: 1024px) and (min-width: 768px){html{font-size:clamp(1rem,2vw,4vw)}}.agendaPsych-module__pseudoTableHeader___0HDa5{background-color:#cfcfcf}.agendaPsych-module__pseudoTableHeader___0HDa5{width:100%;margin:0;padding-left:.625rem}.agendaPsych-module__card___PigU8{width:100%;max-width:37.5rem;margin-top:0}@media (max-width: 768px) and (min-width: 530px){.agendaPsych-module__table___gixS- table{width:100%}}.agendaPsych-module__contentTitle___7Eok7{margin-top:100px}.agendaPsych-module__contentTitle___7Eok7 h1{font-weight:700}.agendaPsych-module__paddingBtn___mSeJ-{padding-top:2px}.agendaPsych-module__searchInput___d6Jdu{margin-top:1rem;margin-bottom:1rem}.agendaPsych-module__searchButton___qPTRv{color:#fff;background-color:var(--red);margin-left:.625rem}.agendaPsych-module__assistance___MfFoy{font-size:1rem;background-color:transparent;outline:none;border:none}
