@import url(https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);.selectTranslate select{outline:0;border:none;cursor:pointer;font-size:1.6rem;-moz-appearance:none;text-indent:.01px}.selectTranslate{background:var(--color3);box-shadow:0 0 5px rgba(0,0,0,.16);border-radius:10px;padding:10px 15px;color:var(--color6);position:relative}.ButtonModalS,.ButtonModalS__login{color:var(--purple);font-size:2.5rem}.ButtonModalS__login{border:1px solid var(--purple);border-radius:20px;padding:5px 5px 5px 10px;display:flex;grid-gap:5px;gap:5px;align-items:center;text-decoration:none}.ButtonModalS__login span{font-size:1.8rem;font-weight:500;padding-top:2px}.userPhoto__container{display:flex;align-items:center;grid-gap:5px;gap:5px;border:1px solid var(--purple);border-radius:20px;padding:2px 8px 2px 2px;cursor:pointer}.userPhoto__img{background-size:cover;background-position:50%;background-repeat:no-repeat;width:35px;height:35px;border-radius:50%;border:1px solid var(--purple)}.userPhoto .userPhoto__ul{position:absolute;right:20px;list-style:none;z-index:1;padding:10px;border-radius:5px;background:var(--white);box-shadow:0 0 5px rgba(0,0,0,.16);margin-top:5px;font-size:1.6rem}.userPhoto__link{color:var(--black);text-decoration:none;display:flex;justify-content:space-between;grid-gap:10px;gap:10px;padding:8px 0}.userPhoto__li .userPhoto__link:hover,.userPhoto__li:hover{cursor:pointer;color:var(--purple)}.Notification{position:relative}.Notification__icon{position:relative;cursor:pointer}.Notification__icon .H3{border-radius:20px;padding:3px 6px;background:#f02929;position:absolute;left:10px;top:-5px;border:2px solid var(--white)}.Notification__container{width:250px;position:absolute;border-radius:10px;background:#f7f7f7;top:35px;right:50%;margin-right:-100px;box-shadow:0 0 5px rgba(0,0,0,.16);z-index:2}.Notification__closeModal{position:fixed;top:0;left:0;background:hsla(0,0%,100%,.2);width:100vw;height:100vh;z-index:1}.Notification__main{background:var(--white);border-radius:0 0 10px 10px;display:flex;flex-direction:column}.Notification__notify{text-decoration:none;background:rgba(69,142,127,.19215686274509805)}.Notification__notify:last-child{border-radius:0 0 10px 10px}.Notification__notify:hover{opacity:.7}@media screen and (max-width:600px){.userPhoto__container{border:none}.userPhoto__container .H3{display:none}}.btnExternal{margin:20px 0;width:80%;height:35px;background:rgba(106,48,129,.5019607843137255) 0 0 no-repeat padding-box;border-radius:10px;font-size:1.5rem;border:none;box-shadow:0 0 5px rgba(1,0,0,.16);color:#fff;text-align:start;padding:0 15px;cursor:pointer}.btnExternal i{float:right;margin-left:10px}@media screen and (max-width:425px){.btnExternal{width:90%}}.ButtonFloating{background:#00bb2d;width:70px;height:70px;bottom:0;position:fixed;right:0;border-radius:50%;text-align:center;margin:10px;cursor:pointer}.ButtonFloating:hover{background:#0fce3b}.ButtonFloating i{font-size:5rem;color:var(--white);line-height:70px}.CardFloating{background:var(--white2);border:1px solid #00bb2d;width:300px;position:fixed;bottom:0;right:0;border-radius:10px;text-align:center;margin:10px}.CardFloating__header{padding:0 10px;background:#00bb2d;border-radius:10px 10px 0 0;display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;color:var(--white)}.CardFloating__header i{font-size:2.8rem;margin-right:5px}.CardFloating__title{display:flex;align-items:center}.CardFloating__close{border-radius:50%;cursor:pointer;margin:10px 0}.CardFloating__close i{font-size:1.6rem}.CardFloating__main{background:var(--white);margin:10px 20px;padding:10px;border-radius:10px 10px 10px 0;box-shadow:20px 20px 20px 15px rgba(0,0,0,.1)}.CardFloating__main ul{padding-left:20px}.CardFloating__main li{text-align:start;font-size:1.4rem}.CardFloating__btn{height:30px;text-align:end;margin:15px 20px 0}.CardFloating__btn a{background:#00bb2d;color:var(--white);padding:10px;font-size:1.4rem;text-decoration:none;border-radius:10px}.ButtonIcon{border:none;font-size:2rem;background:none;cursor:pointer}.ButtonIcon__content{text-align:center}.ButtonIcon:hover{opacity:.7}.BackButton{border:none;background:var(--green);border-radius:5px;color:#fff;padding:1.5rem;cursor:pointer;transition:all .3s ease;font-size:2rem;margin-bottom:1rem}.BackButton:hover{color:#494949}.ButtonNavigation{width:98%;background:#e6e6e6;display:flex;justify-content:space-between;grid-gap:5px;gap:5px;padding:5px;border-radius:10px;margin-bottom:10px}.ButtonNavigation button{border:none;cursor:pointer;color:grey;font-weight:600;padding:7px;border-radius:8px}.ButtonNavigation .ButtonNavigation__activate{background:var(--white);color:var(--orange2)}.ButtonNavigation .ButtonNavigation__activate2{background:var(--green);color:var(--white)}@media screen and (max-width:576px){.ButtonNavigation{flex-direction:column;height:auto;grid-gap:5px;gap:5px}.ButtonNavigation button{width:100%!important}}.CardIcon{border:2px solid var(--green);background:rgba(69,149,134,.10196078431372549);color:var(--green);text-decoration:none;padding:20px 0;border-radius:10px;text-align:center}.CardIcon:hover{background:var(--green);color:var(--white)}.CardIcon i{font-size:4rem}.CardIcon h4{font-size:3rem;margin:5px 0 0;font-weight:400}.NormalLink{background:var(--orange2);font-size:1.6rem;text-decoration:none;padding:10px 15px;color:var(--white);border-radius:10px}.NormalLink:hover{opacity:.8}.IconBtn{background:rgba(70,149,133,.10196078431372549);border:none;height:40px;border-radius:5px;color:var(--green);font-size:1.8rem;cursor:pointer}.IconBtn:hover{background:rgba(70,149,133,.6313725490196078);color:var(--white)}.IconBtn:disabled{opacity:.2}.IconBtn[disabled]:hover{background:rgba(70,149,133,.10196078431372549);color:var(--green)}.IconBtn h3,.IconBtn i{margin:0 5px}.IconBtn h3{line-height:40px;font-size:2rem;font-weight:500}.IconBtn span{font-size:1.6rem}.ActionButton{margin-top:10px;display:flex;grid-gap:10px;gap:10px;justify-content:space-between}@media screen and (max-width:425px){.ActionButton{flex-direction:column-reverse;grid-gap:5px;gap:5px}}.ButtonIconDelete{border:none;font-size:2rem;background:none;color:#d17742;cursor:pointer;float:right}.ButtonIconDelete:hover{color:var(--green)}.ButtonIconDelete:disabled{border:none;font-size:2rem;background:none;color:#585858;cursor:default;float:right}.Loading{text-align:center;margin-right:10px}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:40px}.lds-ellipsis div{position:absolute;top:10px;width:13px;height:13px;border-radius:50%;background:var(--orange2);animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.LogoCapacita{position:relative}.LogoCapacita .LogoCapacita__main{position:absolute;top:0;left:0;right:0;bottom:0;height:75px;padding:20px}.LogoCapacita .LogoCapacita__fondo{height:110px;animation:rotate360 3.5s linear infinite}@keyframes rotate360{to{transform:rotate(1turn)}}.form-control{text-align:start;margin:5px 15px 5px 0;width:100%}.form-control label{font-size:1.2rem}.form-control input{display:block;box-sizing:border-box;border:1px solid #d6d6d6;outline:none;background-color:#ececec;width:100%;font-size:1.6rem;height:25px;border-radius:5px;padding:18px 10px}.form-control input[type=checkbox]{padding:11px;text-align:center;justify-content:center;font-size:large}.form-control .PhoneInput{margin:0}.form-control.form-errorControl input{border:2.5px solid #c93f3f;color:#c93f3f}.form-control input[type=time]::-webkit-datetime-edit-ampm-field{display:none}.form-control input[type=time]::-webkit-clear-button{-o-appearance:none;appearance:none;margin:-10px}.form-control input:focus{border:1px solid var(--orange2);background-color:rgba(221,107,41,.403921568627451);color:var(--black)}.form-control input:disabled{background-color:#dbdbdb}.error{margin:5px 0;color:#e40000;font-size:1rem;font-weight:500}.form-control select{outline:none;border:1px solid #d6d6d6;background-color:#ececec;color:#000;width:100%;font-size:1.6rem;height:40px;border-radius:5px}.form-control select:disabled{background-color:#dbdbdb;color:var(--black)}.Input__check{display:flex;grid-gap:10px;gap:10px;justify-content:flex-end;align-items:center;margin-top:10px}.Input__check input{margin:0;width:auto}.formInput__grid{display:grid;grid-template:auto/1fr 1fr;grid-row-gap:5px;row-gap:5px}.Textarea{text-align:start;width:100%}.Textarea label{font-size:1.2rem;color:grey}.Textarea textarea{box-sizing:border-box;width:100%;max-width:100%;outline:none;border:1px solid #d6d6d6;background-color:#ececec;font-size:1.6rem;border-radius:5px;padding:5px}.Textarea .error{margin-bottom:10px;color:#d57272;font-size:1.2rem}.RadioButtons{text-align:start;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.RadioButtons__img{margin:0 auto}.RadioButtons__img img{height:120px;border-radius:5px}.RadioButtons__input input{border:none;display:none}.RadioButtons__input label{display:inline-block;padding:10px 10px 5px;border:1px solid grey;width:98%;border-radius:5px;cursor:pointer;font-size:1.6rem}.RadioButtons__input label img{height:120px;border-radius:5px}.RadioButtons__input label input{position:absolute;display:none}.RadioButtons__input label:hover{color:var(--green);border:1px solid var(--green)}.RadioButtons__input input[type=radio]:checked+label{background:var(--green);color:var(--white);border:1px solid var(--green)}@media screen and (max-width:768px){.RadioButtons__input label{width:96%}}.CheckboxGroup{display:flex;flex-direction:column;grid-gap:8px;gap:8px;text-align:start}.CheckboxGroup__input input{border:none;display:none}.CheckboxGroup__input label{display:inline-block;padding:10px;border:1px solid grey;width:98%;border-radius:5px;cursor:pointer;font-size:1.6rem}.CheckboxGroup__input label img{height:120px;border-radius:5px}.CheckboxGroup__input label input{position:absolute;display:none}.CheckboxGroup__input label:hover{color:var(--green);border:1px solid var(--green)}.CheckboxGroup__input input[type=checkbox]:checked+label{background:var(--green);color:var(--white);border:1px solid var(--green)}@media screen and (max-width:768px){.CheckboxGroup__input label{width:96%}}.form-control.DatePicker .react-datepicker{font-size:1rem;transform:scale(1.3) translate(20px,18px);font-family:"Spartan",sans-serif}.form-control.DatePicker{margin:0 0 10px;width:auto}.form-control.DatePicker input{height:auto;padding:5px 0 5px 10px}.form-control.DatePicker .react-datepicker__input-container{width:100%}.DatePicker .react-datepicker__input-container button{right:-12px}.form-control.DatePicker{display:flex;flex-direction:column}.EditorInput{text-align:start}.EditorInput label{font-size:1.2rem;color:grey}.EditorInput__editor{margin-top:5px;background:var(--white);border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.2);padding:5px 15px;font-size:1.4rem}.StyledDropzone i{font-size:4rem;color:var(--green);margin-bottom:5px}.StyledDropzone h4{font-weight:500;margin:0;font-size:1.5rem}.StyledDropzone p{font-weight:500;margin:0;padding:0;font-size:1.6rem}.StyledDropzone .StyledDropzone__h3--gray{color:#5d5d5d}.StyledDropzone .StyledDropzone__h3--orange{color:var(--orange2)}.StyledDropzone__fields .StyledDropzone__Fh4{margin-top:10px}.StyledDropzone__container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%}.StyledDropzone__container .NormalButton{padding:5px 2px;width:50%;margin:0;font-size:1.6rem;border-radius:5px}.StyledDropzone__container .StyledDropzone__Fh3{font-size:1.6rem;margin:0 0 5px}.StyledDropzone__file{background:var(--white2);padding:5px;display:flex;width:97%;align-items:center;justify-content:space-between;grid-gap:10px;gap:10px;border-radius:5px}.StyledDropzone__file div{width:40px;min-width:40px;height:40px;background:rgba(70,149,133,.6313725490196078);color:var(--white);line-height:40px;border-radius:5px;font-size:1.4rem}.StyledDropzone__btn{margin-top:10px;width:100%;text-align:end}.StyledDropzone__file h4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.StyledDropzone__file .correct{color:var(--green)}.StyledDropzone__file .wrong{color:#c93f3f}.StyledDropzone__file i{font-size:2rem;color:#c93f3f;background:rgba(201,63,63,.24705882352941178);width:40px;height:40px;min-width:40px;line-height:40px;border-radius:5px;cursor:pointer}.StyledDropzone__file i:hover{background:rgba(201,63,63,.10980392156862745)}.StyledDropzone label{margin:-10px 0 -15px;font-size:1.4rem}.Login{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.form__span{color:#000;font-weight:bolder;filter:grayscale(20%) opacity(1);font-size:1.6rem;text-shadow:0 0 28px var(--color5)}.forgotPassword{width:100%;color:grey;font-size:1.4rem}.forgotPassword a{color:var(--orange2);text-decoration:none}.Change_text{font-size:1.4rem}.EditPerfil{font-size:1.6rem}.EditPerfil h2{text-align:center;margin-bottom:0}.EditPerfil{text-align:start}.EditPerfil__label{font-size:1.2rem;color:var(--gray)}.EditPerfil__btn{margin-bottom:20px}.EditPerfil__btn button{padding:6px 20px;margin-right:20px;border-radius:10px;text-decoration:none;color:var(--color6);border:none}.EditPerfil__btnG{background:linear-gradient(var(--color4),var(--color3))}.EditPerfil__btnC{background:linear-gradient(var(--color3),var(--color2))}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:8px}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountryIcon{width:30px;height:21px}.PhoneInputCountrySelectArrow{display:block;content:"";width:5px;height:5px;margin-left:5px;border:solid;border-width:0 3px 3px 0;transform:rotate(45deg);opacity:.8}.EditPerfil .PhoneInput{border:1px solid #bbb;background:var(--white);width:100%;display:flex;align-items:center;padding:2px 5px;border-radius:5px}.EditPerfil .PhoneInput input{border:none;outline:none;font-size:1.6rem;width:100%}.PhoneInput{border:1px solid #bbb;background:var(--white);width:100%;display:flex;align-items:center;padding:2px 5px;border-radius:5px;margin:1rem}.PhoneInput input{border:none;outline:none;font-size:1.6rem;width:100%}.GraduateSignUp{padding:20px;background:var(--white);overflow:auto;border-radius:15px}.GraduateSignUp__title{font-size:2.3rem;margin-top:10px}.GraduateSignUp__form h4{font-size:1.8rem;font-weight:400;text-align:start;margin:20px 0 10px}.GraduateSignUp__form h5{font-size:1.4rem;font-weight:400;text-align:start;margin:10px 0}.GraduateSignUp__Fci,.GraduateSignUp__Fname{display:flex}.GraduateSignUp__Fonly{margin-right:20px}@media screen and (max-width:576px){.GraduateSignUp{padding-right:30px;margin-bottom:40px}.GraduateSignUp__Fci,.GraduateSignUp__Fname{flex-direction:column}.GraduateSignUp__Fonly{margin:0}}.ChangeRolUser h3{font-size:1.6rem}.SubmissionDoc h2{font-size:2.5rem}.SubmissionDoc h3{margin:20px 0 5px;font-size:1.6rem}.SubmissionDoc p{color:var(--orange2);font-weight:500;margin:0}.SubmissionDoc__modal{background:#fff;padding:20px;border-radius:10px}.SubmissionDoc__Mbtns{display:flex;grid-gap:20px;gap:20px}.SubmissionDoc__doc{font-size:1.4rem;margin:10px 0}.SubmissionDoc__doc a{color:var(--green)}.SubmissionDoc__doc i{margin-left:3px}.Modal{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.3803921568627451);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.Modal__container{position:relative;background-color:var(--white);height:100%}.Modal__close-button{position:absolute;top:0;right:0;padding:.5rem 1rem;background-color:rgba(0,0,0,.1);text-decoration:none;border:none}@media (min-width:900px){.Modal__container{top:2rem;width:900px;height:500px}}.CompModal{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5);z-index:2}.CompModal__close-button{position:absolute;top:0;right:0;padding:.5rem 1rem;background-color:#fff;text-decoration:none;border:none;cursor:pointer;z-index:2}.CompModal__container{position:fixed;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.CompModal__video{min-width:60%;width:70%;position:absolute;z-index:1;max-height:100vh;overflow-y:auto}.CompModal__video::-webkit-scrollbar{width:1rem}.CompModal__video::-webkit-scrollbar-track{margin:10px 0}.CompModal__video::-webkit-scrollbar-thumb{background:var(--green);border-radius:25px}.CompModal__close{height:100vh;width:100vw;position:absolute;z-index:0}@media (max-width:680px){.CompModal__video{width:100%}.CompModal__close-button{border:1px solid var(--black)}}.Release{background:var(--white);padding:20px;border-radius:10px}.Release__title{text-align:center;text-decoration:underline;font-size:1.8rem;color:var(--green)}.Release__text{margin:0;padding:0}.Release__text li{font-size:1.6rem;margin:15px 0;list-style:none;font-weight:500}.Release__text li span{color:var(--orange2)}.Release__text--right{font-size:1.5rem;text-align:end;color:var(--green)}.Release__btn{margin-top:10px;text-align:center}@media screen and (max-width:900px){.Release{width:90%}}.GlobalModal{background:var(--white);width:-moz-fit-content;width:fit-content;margin:0 auto;padding:10px 15px;border-radius:10px;text-align:center}.GlobalModal h2{font-size:2rem;margin:0 0 5px}.GlobalModal__p{font-size:1.6rem;margin:0 0 15px}.GlobalModal__btns{display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px;flex-wrap:wrap}@media screen and (max-width:425px){.GlobalModal{width:80%}.GlobalModal .GlobalModal__btns{grid-gap:20px;gap:20px;grid-gap:10px;gap:10px}.GlobalModal button{width:100%}}.StatementMain{background:var(--white);padding:10px 20px;border-radius:10px;font-size:1.6rem}.StatementMain__header{display:flex;justify-content:space-between;align-items:center}.StatementMain__header img{height:50px}.StatementMain__title{text-align:center;font-size:2rem;text-decoration:underline}.StatementMain__date{text-align:end;font-size:1.6rem}.StatementMain__main{font-size:1.6rem;padding:0;list-style:none}.StatementMain__main li{padding:0;font-size:1.6rem;text-align:justify;margin:10px 0;line-height:1.5}.StatementMain__fired{text-align:end}.StatementMain__content{text-align:start}.StatementMain__img{padding:0;margin-bottom:10px;text-align:center}.StatementMain__img img{max-width:100%;max-height:750px;border-radius:5px}.ContentUpload h3{font-size:2rem}.ContentUpload input{width:97%}.PaymentInfo__payOnline{border:2px solid var(--orange2);border-radius:10px;background:rgba(238,124,56,.10196078431372549);font-size:1.6rem;padding:10px 10px 30px}.PaymentInfo__payOnline a{color:var(--white);text-decoration:none;background:var(--orange2);padding:5px 20px;border-radius:5px}.PaymentInfo__payOnline a:hover{color:var(--black)}.PaymentInfo__pay{border:2px solid var(--yellow);border-radius:10px;background:rgba(244,181,24,.10196078431372549);font-size:1.6rem;padding:10px}.PaymentInfo__Ah4{margin:0}.PaymentInfo__nro h4{margin:20px 0 5px}.PaymentInfo__contact{border:2px solid var(--green);border-radius:10px;font-size:1.6rem;padding:10px;background:rgba(70,149,133,.10196078431372549);margin-bottom:10px}.PaymentInfo__contact p{margin:0 0 10px;text-align:center}.PaymentInfo__phone{margin:5px 0}.NewUserProgram h3{font-size:2rem}.NewUserProgram__btns{display:flex;grid-gap:10px;gap:10px}.TableDefault{margin:10px 0}.TableDefault__header{display:grid;border-bottom:1px solid #afafaf;grid-gap:10px;gap:10px}.TableDefault__header .TableDefault__head{margin:0;font-weight:600;color:#afafaf;font-size:1.6rem}.TableDefault__cell{cursor:pointer;display:grid;color:#5f5f5f;font-weight:500;font-size:1.4rem;border-radius:10px}.TableDefault__cell>div{padding:15px 10px}.TableDefault__cell_borderBottom{border-bottom:.8px solid var(--green);border-radius:0}.TableDefault__cell-activate,.TableDefault__cell:hover{background:rgba(69,149,134,.10980392156862745)}.TableDefault__cell-activate{color:var(--green);font-weight:700}.TableDefault__cell div{overflow:hidden;text-overflow:ellipsis}.TableDefault__cell img{height:50px;width:50px;border-radius:50%;border:1px solid var(--white)}.TableDefault__cell-activate img{border:1px solid var(--green)}.TableDefault__cell a{color:var(--orange2)}.TableDefault__textColor h4{font-weight:500;width:-moz-fit-content;width:fit-content;padding:5px 8px;border-radius:50px;color:var(--white)}.TableDefault__column{display:flex;align-items:center;justify-content:space-between;padding:0 5px;grid-gap:8px;gap:8px}.TableDefault__column .TableDefault__head{font-size:1.6rem}.InputSelect{display:flex;justify-content:space-between;border:1px solid rgba(0,0,0,.2);margin:8px 0;border-radius:10px;padding:10px;color:var(--color3);font-size:1.6rem}.InputSelect select{outline:0;background:var(--color8);border:none;cursor:pointer;color:var(--color6);font-size:1.6rem;border-radius:10px}.IntputNumber{display:flex;justify-content:space-between;border:1px solid #d8d8d8;margin:8px 0;border-radius:10px;padding:10px 15px 4px 10px;color:var(--color3);font-size:1.6rem}.number-input input{text-align:center;width:50px;border-radius:40px;border:2px solid var(--color8);margin-bottom:5px}.checkP{display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.2);margin:8px 0;border-radius:10px;padding:4px 10px 0;color:var(--black);font-size:1.6rem}.checkP__span{margin-top:6px}.checkP__toggle input[type=checkbox]{position:relative;width:60px;background:#c93f3f;height:25px;-webkit-appearance:none;border-radius:20px;outline:none;transition:.4s;cursor:pointer}.checkP__toggle input:checked[type=checkbox]{background:var(--green)}.checkP__toggle input[type=checkbox]:before{z-index:0;position:absolute;content:"";left:0;margin:2px 0 0 2px;width:20px;height:20px;background:var(--white);border-radius:50%;transform:scale(1);box-shadow:0 2px 5px rgba(0,0,0,.2)}.checkP__toggle input:checked[type=checkbox]:before{left:35px}.checkP__toggle{position:relative;display:inline}.checkP__toggle label{position:absolute;color:var(--white);pointer-events:none}.onbtn{bottom:10px;left:8px}.ofbtn{bottom:10px;right:8px}.searchContainer{background:var(--white);border-radius:10px;height:35px;padding:0 5px 0 10px;display:flex;align-items:center;box-shadow:0 0 5px rgba(0,0,0,.16);border:1px solid var(--green);font-size:1.6rem;grid-gap:10px;gap:10px}.searchContainer i{color:var(--black);filter:opacity(.7)}.searchContainer a{text-decoration:none}.searchContainer__input{border:none;background:none;outline:none;color:var(--color2);font-size:1.6rem;font-weight:400}.searchContainer__input::placeholder{color:var(--color6);opacity:.7}.Search__select{border:none;background-color:rgba(70,149,133,.6313725490196078);padding:5px 8px;border-radius:5px;outline:none;font-size:1.4rem}.TableHeader{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap-reverse;grid-gap:10px;gap:10px;text-align:center}.TableHeader i{font-size:1.2rem}.QuestionForm{width:900px;margin:10px auto;background:#f8f8f8;padding:10px 15px;border-radius:10px;border:1px solid var(--green)}.QuestionForm__response{display:flex;align-items:center;grid-gap:10px;gap:10px}.QuestionForm__inquiry{display:flex;grid-gap:10px;gap:10px;justify-content:space-between}.QuestionForm__response button{font-size:1.6rem;color:#c93f3f;background:rgba(201,63,63,.24705882352941178);width:35px;height:35px;min-width:35px;border-radius:5px;cursor:pointer;border:none}.QuestionForm__response .DefaultBtn{width:max-content;padding:20px;color:var(--white);background:var(--orange2)}.QuestionForm__response .DefaultBtn:hover{opacity:.8}.QuestionForm__response button:hover{background:rgba(201,63,63,.10980392156862745)}.QuestionForm__response .DefaultBtn:hover{opacity:1;background:var(--orange2);border:none;color:var(--black)}.QuestionForm__btns{display:flex;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px}.RenderImage{width:100%}.RenderImage img{height:120px;background-size:cover;border-radius:10px}@media screen and (max-width:900px){.QuestionForm{width:90%;margin:10px auto;padding:10px}.QuestionForm__btns{flex-direction:column}}.CircleBar{text-align:center}.CircleBar__main{width:40px;height:40px;border-radius:50%;line-height:40px;font-size:1.6rem;background:var(--white);cursor:pointer;margin:3px 0}.CircleBar i{font-size:1.5rem;color:#494949;height:15px}.icondisabled{height:15px}.CircleBar__date{margin-top:5px;font-size:1.2rem;font-weight:500}.LineBar{width:100%;border-radius:50px;background:var(--white2);padding:0 3px;display:flex;align-items:center;border:1px solid var(--green)}.LineBar__progress{border-radius:50px;background:var(--green);height:5px}.ProgressBar h2{font-size:2rem;margin-top:0}.ProgressBar__step{display:flex;align-items:center;grid-gap:20px;gap:20px;width:-moz-fit-content;width:fit-content;cursor:pointer}.ProgressBar__head{text-align:start}.ProgressBar__head h3{font-size:1.6rem;font-weight:600;margin:0}.ProgressBar__head h4{font-size:1.4rem;font-weight:600;margin:0;color:#5f5f5f}.CircleProgress{flex-direction:column}.CircleProgress,.CircleProgress__circle{position:relative;display:flex;justify-content:center;align-items:center}#progress-spinner{border-radius:50%;height:100px;width:100px}#middle-circle{position:absolute;border-radius:50%;height:80px;width:80px;display:flex;align-items:center;justify-content:center}.CourseCard__main{text-decoration:none}.CourseCard__title{margin:15px 10px 0;font-size:1.8rem}.CourseCard__information{font-size:1.6rem;margin:10px 10px 5px}.CourseCard__information span{color:#494949;margin-right:15px;padding-right:15px;border-right:1px solid #494949}.CourseCard__progres{display:flex;align-items:center;justify-content:space-between;margin:10px 0 15px 10px}.CourseCard__progres span{margin:0 10px;font-size:1.6rem;color:#494949}.CardMainOptions{width:100%;display:flex;height:auto;grid-gap:10px;gap:10px}.CardMainOptions__main{background:var(--white);border:1px solid var(--white);box-shadow:1px 1px 10px rgba(0,0,0,.2);border-radius:10px;width:100%;text-decoration:none;color:#494949}.CardMainOptions__main:hover{border:1px solid var(--green)}.CardMainOptions__options{background:var(--white);border:1px solid var(--white);box-shadow:1px 1px 10px rgba(0,0,0,.2);border-radius:10px;width:8%;display:flex;flex-direction:column;justify-content:space-around;grid-gap:5px;gap:5px;padding:5px 0}.CardMainOptions__options:hover{border:1px solid var(--green)}@media screen and (max-width:600px){.CardMainOptions{flex-direction:column;max-width:100%;grid-gap:15px;gap:15px}.CardMainOptions__options{flex-direction:row;width:100%;height:35px}}.CardPink{border:1px solid rgba(0,0,0,.2);margin:5px 0;border-radius:10px;display:flex;height:40px;align-items:center;justify-content:space-between;padding:0 15px}.CardPink__title{font-weight:700}.CardPunctuation{border-radius:10px;padding:15px;width:320px;text-align:start;margin-bottom:20px}.CardPunctuation:after,.CardPunctuation:before{transition:1s}.CardPunctuation__header{display:flex;align-items:center;font-size:1.5rem;color:#ee7c38}.CardPunctuation__Havatar{width:40px;height:40px;border-radius:50%;margin-right:15px}.CardPunctuation__Hname{margin:0;font-size:1.8rem;color:#000}.CardPunctuation__main{font-size:1.5rem;color:var(--black);text-align:justify}.CardPunctuation__span{color:#ee7c38;font-size:1.6rem}@media screen and (max-width:425px){.CardPunctuation{width:100%;padding:4px 2px}}.GraduateCard{border-radius:15px;height:150px;display:flex;align-items:center;margin-bottom:15px;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer}.GraduateCard,.GraduateCard__container{width:100%;position:relative}.GraduateCard__container .GraduateCard__cartPlus{position:absolute;z-index:2;top:0;right:0;height:150px;color:var(--white);font-size:2rem;padding:0 20px;cursor:pointer;visibility:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;border-radius:0 15px 15px 0;transition:visibility 0s,opacity .4s linear}.GraduateCard__container:hover .GraduateCard__cartPlus:hover{color:var(--black);opacity:1}.GraduateCard__container:hover .GraduateCard__cartPlus{visibility:visible;opacity:.7}.GraduateCard:hover{box-shadow:0 0 10px rgba(0,0,0,.5)}.GraduateCard__text{padding:20px;color:var(--white);z-index:1;position:absolute}.GraduateCard__background{position:absolute;z-index:1;width:100%;height:100%;top:0;border-radius:10px}@media screen and (max-width:600px){.GraduateCard__text{padding:10px}}.CourseModule{border:2px solid var(--white);margin-bottom:10px;border-radius:10px;padding:15px;background:var(--white);color:#494949}.CourseModule__unitBar{position:relative;height:80px;display:flex;justify-content:center;align-items:center}.CourseModule__progressCircles{position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;z-index:1}.CourseModule__progressBar{position:absolute;border:2px solid grey;border-radius:50px;margin:0 5px;width:98%}.CourseModule__btn{display:flex;justify-content:space-between;align-items:center}.CourseModule__link{text-decoration:none;margin-left:15px;border:none;border-radius:5px;padding:10px 20px 5px;background:var(--orange2);color:var(--white);font-size:1.6rem}.CourseModule__details{text-align:center;font-size:1.4rem;background:rgba(70,149,133,.10196078431372549);padding:8px;border-radius:5px;color:var(--green);cursor:pointer}.CourseModule__cicleText{display:flex;align-items:center;grid-gap:10px;gap:10px}.CourseModule__Text{cursor:pointer}.CourseModule__header{display:flex;width:100%;justify-content:space-between;margin-bottom:5px}.CourseModule__version{font-weight:500;font-size:1.6rem;border:1px solid grey;padding:5px 10px;border-radius:5px;margin-top:-5px}.divDescription{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start}.CardComment{background:var(--white);padding:10px 20px;margin:15px 0;box-shadow:0 0 10px rgba(0,0,0,.16);border-radius:10px;text-align:start}.CardComment__header{display:flex;justify-content:space-between;align-items:center;margin:5px 0 15px}.CardComment__header h5{margin:0}.CardComment__avatar{display:flex;align-items:center}.CardComment__name{font-size:1.6rem}.CardComment__img{width:40px;margin-right:10px;height:40px;border-radius:50%}.CardComment__rol{color:grey;font-weight:400;font-size:1.5rem}.CardComment__main{margin:0;font-size:1.4rem}.EditorView{font-size:1.6rem}.EditorView table{width:100%;border-collapse:collapse;box-shadow:0 0 5px rgba(0,0,0,.15)}.EditorView table th,td{border:1px solid var(--green);padding:10px;text-align:left}.EditorView p{overflow-wrap:anywhere}.LinkCard{text-decoration:none;color:var(--black);display:flex;text-align:start;box-shadow:0 0 5px rgba(0,0,0,.16);padding:10px;justify-content:space-between;align-items:center;border-radius:5px;margin:15px 0;grid-gap:5px;gap:5px}.LinkCard:hover{color:var(--orange2)}.LinkCard h4{margin:0;overflow:hidden;text-overflow:ellipsis}.LinkCard h4,.LinkCard i{font-size:1.6rem}.InformationTeacher{background:var(--white);padding:20px;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.16);text-align:start;margin-bottom:10px}.InformationTeacher__header{display:flex;grid-gap:20px;gap:20px;align-items:center}.InformationTeacher__header img{width:50px;height:50px;border-radius:50%}.InformationTeacher h2{margin:0;font-size:2rem}.InformationTeacher h3{margin:5px 0 0;font-size:1.6rem;font-weight:400;color:#838383}.InformationTeacher__main{margin-top:10px}.InformationTeacher__main h2{font-size:1.8rem;font-weight:600}.InformationTeacher__main br{display:block;content:"";margin-top:6px}.InformationTeacher__main .InformationTeacher__span{color:var(--orange2);cursor:pointer}.InformationTeacher__actions{display:flex;margin-top:10px;grid-gap:1rem;gap:1rem}.title__option{color:var(--grey);font-weight:700;text-decoration:none;font-size:2rem;border-radius:5px;padding:5px}.title__option:hover{filter:grayscale(10%) opacity(.8);background:rgba(106,48,129,.5019607843137255);box-shadow:0 0 1px 1px #6a3081}.LoginForm__titleAc{color:#6a3081;filter:grayscale(0) opacity(1)}.LoginForm__titleSpan{color:#6a3081}.LoginForm__external{padding-left:8%;padding-right:8%;width:100%;display:flex;flex-direction:column;height:100%;justify-content:center;align-content:center}.LoginForm__fg{display:flex;width:auto}.Login_separated{height:60%;width:1px;margin:auto 0;background-color:grey}.LoginForm__form{text-align:center}@media screen and (max-width:425px){.Login_separated{display:none}}html{font-size:62.5%}@media screen and (min-width:1024px){html{overflow-y:hidden}}@media screen and (min-width:1500px){html{font-size:72.5%}}button:focus{outline:none}.itemnav{grid-area:Navbar}.itemSidebar{grid-area:Sidebar}.itemContent{grid-area:Conten;border-radius:20px;overflow-y:auto;overflow-x:hidden;scrollbar-color:var(--green) transparent;scrollbar-width:thin}.itemInformation{grid-area:Inf}@media screen and (max-width:900px){.itemContent,.itemInformation{padding:10px}}.itemContent::-webkit-scrollbar{width:1rem}.itemContent::-webkit-scrollbar-track{background:transparent;margin:20px 0}.itemContent::-webkit-scrollbar-thumb{background:var(--green);border-radius:25px}.containerLogin__form{margin-left:50px;display:grid;grid-template:50px 1fr 50px/1fr 1fr;grid-template-areas:"title title" "formLR LoginGF" "changeLR changeLR";grid-gap:10px 35px;gap:10px 35px}.LoginForm__title{grid-area:title}.LoginForm__form{grid-area:formLR}.LoginForm__fg{grid-area:LoginGF}.LoginForm__change{grid-area:changeLR}@media screen and (max-width:900px){.Modal__container{width:100%}}@media screen and (max-width:425px){.containerLogin__form{grid-template-columns:250px;grid-template-rows:auto;grid-template-areas:"title" "formLR" "LoginGF" "changeLR";margin:auto;grid-gap:40px;gap:40px;width:250px;padding-left:25px}.Modal__container{margin:0 auto}.form__Link{padding:8px 70px}}.LinkNav{width:150px;display:flex;align-items:center;grid-gap:15px;gap:15px;text-decoration:none;color:grey;font-size:2rem}.LinkNav:hover{color:var(--purple)}.nav__linkText{font-weight:500;font-size:1.6rem}.Sidebar__icon1{position:absolute;top:20px;z-index:3;color:var(--purple);cursor:pointer}.Menu__nav{background:#fff;width:180px;z-index:2;padding:20px 20px 40px 40px;box-shadow:0 0 5px rgba(0,0,0,.5);border-radius:0 10px 10px 0}.Menu__close,.Menu__nav{position:absolute;top:0;left:0}.Menu__close{width:100vw;z-index:1;height:100vh;background:hsla(0,0%,100%,.4)}.Menu__liks{display:flex;flex-direction:column;grid-gap:20px;gap:20px;height:100%;margin-top:30px}.Menu__liks .LinkNav{font-size:2.5rem}@media screen and (max-width:425px){.Menu__nav{height:100vh;border-radius:0;margin-top:0;padding:0;width:100%}.Menu__liks{margin-top:0;align-items:center;justify-content:center}.Menu__liks .LinkNav{font-size:3rem}}.TabbedNavigation__header{width:-moz-fit-content;width:fit-content;display:flex;grid-gap:8px;gap:8px;margin:5px 0 0 10px;padding:0 10px}.TabbedNavigation__tab{background-color:var(--white2);padding:8px 25px;border-radius:8px 8px 0 0;box-shadow:1px -3px 8px rgba(0,0,0,.05);cursor:pointer;color:var(--gray)}.TabbedNavigation__tab .H3 i{display:none}.TabbedNavigation__tab.activate{background-color:var(--white);color:var(--orange2)}.TabbedNavigation__content{box-shadow:1px -3px 6px rgba(0,0,0,.05);min-height:1px;padding:10px 20px;background:var(--white)}@media screen and (max-width:425px){.TabbedNavigation__tab .H3 i{display:block}.TabbedNavigation__tab .H3 span{display:none}}.Header{display:flex;align-items:center;justify-content:space-between;padding:0 25px;background-color:var(--white);height:70px}.Header img{height:40px}.HeaderBanner{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#762296,#5cd6bd);padding:10px 20px 5px;margin-bottom:5px}.HeaderBanner__main{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;grid-gap:0 20px;gap:0 20px}.HeaderBanner .NormalLink{color:var(--purple);font-weight:700;border-radius:5px;animation:wiggle 2s linear infinite}.Header__option{align-items:center}.Header__list,.Header__option{display:flex;grid-gap:20px;gap:20px}.Header__list{list-style-type:none}.Header__list a{font-size:1.2rem;text-decoration:none;font-weight:800;color:var(--purple)}@keyframes wiggle{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}@media screen and (max-width:900px){.HeaderBanner{flex-direction:column;grid-gap:10px;gap:10px}.HeaderBanner__text .H3{text-align:center!important;margin-bottom:10px}}@media screen and (max-width:900px){.Header__list li{display:none}.Header__list li:first-child{display:block}}@media screen and (max-width:425px){.Header img{height:30px}.HeaderBanner__main>.H3{font-size:3rem!important}.HeaderBanner .NormalLink{display:none}}.Account{margin:20px 5% 30px;font-size:1.6rem}.Account__titleSpn{font-weight:700;font-size:1.6em}.Account__data{box-shadow:0 0 5px rgba(0,0,0,.16);border-radius:20px;padding:15px 0;background:var(--white)}.Account__span{font-size:2rem;font-weight:400;margin-top:25px;margin-bottom:10px}.Account__perfil{margin:0 20px}.Account__info{margin:10px 20px}.InfPersonal{border:none}.Perfil{display:flex;align-items:center}.Perfil__photo{width:100%;min-width:150px;background:var(--white);border-radius:5px;margin:5px 5px 50px 0}.Perfil__Pimg{background-size:cover;background-position:50%;background-repeat:no-repeat;width:120px;height:120px;border-radius:50%;margin:25px auto 0;position:relative;z-index:1;box-shadow:0 0 5px rgba(0,0,0,.16)}.Perfil__photoBtn{position:absolute;right:0;bottom:0;text-align:center}.Perfil__photoBtn i{background:var(--orange1);border-radius:50%;box-shadow:0 0 30px var(--orange1);padding:10px;cursor:pointer}.Perfil__information{width:100%;min-width:calc(100% - 150px);border-radius:5px}@media screen and (max-width:425px){.Perfil{display:block}.Perfil__photo{background:none;margin:15px 0}}.TablePreregistration__info h3{font-size:1.6rem;font-weight:500;margin:0 0 5px}.TablePreregistration__info .NormalLink{margin-top:20px}.change{font-size:1.6rem}.change__containerImg{background-size:cover;background-position:50%;background-repeat:no-repeat;width:120px;height:120px;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.5);margin:auto}#inputFile[type=file]{display:none}.label{width:100%;justify-content:center;margin-top:10px;font-size:1.3rem}.imageUp{background:var(--orange2);color:var(--white);padding:5px 10px;cursor:pointer;border-radius:10px;border:none}.imageUp i{margin-left:5px}.change__btn{margin-top:20px;border:none;padding:5px 10px;border-radius:10px;font-size:1.6rem;color:var(--white);background:var(--orange2)}.change__btn:disabled{display:none}.ChangePassword{font-size:1.6rem}.ChangePassword__btn{display:flex;width:100%}.ChangePassword__btn button{font-size:1.6rem}.ChangePassword__btnC{border:none;border-radius:10px;cursor:pointer;margin-left:10px;height:40px;background:var(--white);color:var(--black);padding:0 30px}.Preference{box-shadow:0 0 5px rgba(0,0,0,.16);background:var(--white);padding:20px;text-align:start;border-radius:20px;font-size:2rem}.Preference__List{margin-left:20px}.Preference__btn{display:flex;justify-content:space-around}.Preference__btn button{margin-top:20px;padding:6px 20px;margin-right:20px;border-radius:10px;text-decoration:none;background:var(--orange2);color:var(--white);font-size:1.6rem;border:none}.CardCertificate{display:flex;border-radius:10px;margin-bottom:10px;justify-content:space-between;background:hsla(0,0%,100%,.8);border:1px solid transparent;transition:all .4s ease}.CardCertificate:hover{border:1px solid var(--green);background:#fff;box-shadow:0 0 5px rgba(0,0,0,.2)}.CardCertificate__text{padding:10px;width:100%;cursor:pointer}.CardCertificate .CardCertificate__btnDetail{color:var(--green);height:100%;display:flex;padding:0 15px;align-items:center;border-radius:0 10px 10px 0;cursor:pointer;text-decoration:none}.CardCertificate .CardCertificate__btnDetail:hover{background:rgba(69,142,127,.20392156862745098)}.CardCertificate__btns{min-width:-moz-fit-content;min-width:fit-content}.CardCertificate__btns .CardCertificate__anchor{background:var(--green);color:var(--white);border-radius:10px;padding:8px 10px 5px;font-size:1.5rem}@media screen and (max-width:500px){.CardCertificate{flex-direction:column}.CardCertificate .CardCertificate__btnDetail{display:none}.CardCertificate__btns{display:none;margin-bottom:15px}}.containerLog{height:100%;font-size:1.6rem;background-image:url(/static/media/bgLogin.dbbd2f41.png);background-repeat:no-repeat;background-size:contain}.containerLog,.containerLogin__img{display:flex;justify-content:center}.containerLogin__img{width:61%;align-items:center;flex-direction:column;background:rgba(106,48,129,.7019607843137254)}.containerLogin__img img{margin-top:20px;width:190px}.containerLogin__ul{color:var(--white);list-style:none}.containerLogin__ul li{margin-bottom:10px}.containerLogin__form{width:100%;padding:40px 0}@media screen and (max-width:900px){.containerLog{background-image:none;background-repeat:no-repeat;background-size:cover}.containerLogin__form{justify-content:center;padding-top:20px}.containerLogin__img{display:none}}.Verify{font-size:2.5rem;font-weight:bolder}.Programs{background:#eff0f3;border-radius:10px;padding:15px}.Programs__list{display:flex;flex-wrap:wrap;grid-gap:30px;gap:30px;justify-content:center}.CardCourses{width:350px;border:1px solid var(--green);border-radius:10px;background:var(--white)}.CardCourses a{text-decoration:none!important}.CardCourses__head{padding:10px;background-position:50%;border-radius:10px 10px 0 0;position:relative;background-image:url(https://placekitten.com/1200/800);background-size:cover;min-height:100px;display:flex;justify-content:center;flex-direction:column}.CardCourses__head:before{content:"";position:absolute;top:0;right:0;bottom:0;border-radius:10px 10px 0 0;left:0;background-color:rgba(0,0,0,.5)}.CardCourses__btn{border-radius:50%;width:40px;height:40px;font-size:1.6rem;background:#00bb2d;color:var(--white);cursor:pointer;transform:translateY(-20px);float:right;margin-right:10px}.ProgressBar{border-radius:15px;border:1px solid var(--green);height:20px}.CardCourses__modal{width:340px;background:var(--white);border-top:none;z-index:1;border-radius:0 0 10px 10px;padding:10px 0 0 10px}.CardCourses__modal i{font-size:2rem}.CardCourses__Mnumber{width:25px;height:25px;border-radius:50%;text-align:center;border:2px solid var(--purple)}.SearchContainer__main{display:flex;grid-gap:10px;gap:10px;justify-content:center}.SearchContainer__main .searchContainer{border:none;width:300px}.AnchorIcon a{font-size:1.6rem;text-align:start;padding:10px;text-decoration:none;border-radius:5px;display:flex;justify-content:space-between}.AnchorIcon span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GetAnswer{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.GetAnswer__query{box-shadow:0 0 5px rgba(0,0,0,.2);padding:10px;border-radius:10px}.GetAnswer__questions h2{margin:0;font-size:1.6rem;font-weight:500}.QuizAside h3{font-size:2rem}.LessonComments__Mwrite{border:2px dashed var(--green);padding:10px 0;border-radius:8px;background:rgba(70,149,133,.25882352941176473);cursor:pointer}.UnitsAside{background:var(--white);box-shadow:0 0 5px rgba(0,0,0,.16);margin-bottom:5px;border-radius:10px;text-align:start;padding:15px}.UnitsAside__header{color:var(--green);display:flex;justify-content:space-between}.UnitsAside__header i{margin-left:10px;cursor:pointer}.UnitsAside__head{display:flex;grid-gap:10px;gap:10px;align-items:center}.UnitsAside__progress{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.UnitsAside__circle{width:20px;height:20px;min-height:20px;border:3px solid var(--green);border-radius:50%}.UnitsAside__line{background:var(--green);width:3.5px;height:100%}.UnitsAside__title{cursor:pointer;font-size:1.6rem;font-weight:500}.UnitsAside a{text-decoration:none}.Lection__header{display:flex;grid-gap:15px;gap:15px;color:#5d5d5d}.Lection__header-activate{display:flex;grid-gap:15px;gap:15px;color:var(--orange2)}.Lection__progress{display:flex;flex-direction:column;align-items:center;margin-left:6px}.Lection__circle{width:15px;height:15px;min-height:15px;background:var(--green);border-radius:50%}.Lection__line{background:var(--green);width:3px;height:100%}.Lection__lineT{background:transparent;width:3px;height:100%}.Lection__title{font-size:1.4rem;padding:10px 0}.UnitsAside__lockcontent{display:flex;align-items:center;grid-gap:5px;gap:5px;color:#5d5d5d}.ContentVIdeo{border-radius:10px;display:flex;margin:0 auto;text-decoration:none}.ContentVIdeo:hover{box-shadow:0 0 10px rgba(70,149,133,.5);transition:border .3s}.ContentVIdeo__img{border-radius:9px 0 0 9px;background:grey;width:40%;height:200px;margin-right:20px;display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:50%}.ContentVIdeo__img i{color:var(--white);font-size:3rem}.ContentVIdeo__main{display:flex;flex-direction:column;justify-content:space-around}.ContentVIdeo__title{margin:0;font-size:1.6rem}.ContentVIdeo__time{font-size:1.4rem}.ContentVIdeo__time i{margin-right:8px}.ContentVIdeo__act{position:relative}.ContentVIdeo__block{position:absolute;width:100%;height:100%;border-radius:10px;background:rgba(0,0,0,.7);display:flex;flex-direction:column;justify-content:space-between}.ContentVIdeo__block h3{margin:10px 0 0 10px;color:var(--white);font-size:1.6rem}.ContentVIdeo__block i{font-size:3rem;height:30px;width:30px;color:var(--white);border:1px solid var(--white);padding:15px;border-radius:50%;text-align:center;margin:0 auto 10px}.ContentHomework,.ContentHomework__link{text-decoration:none}.ContentHomework{background:var(--white);border-radius:10px;padding:10px 15px;box-shadow:0 0 10px rgba(0,0,0,.1);color:var(--black);display:flex;flex-direction:column;grid-gap:5px;gap:5px}.ContentHomework:hover{box-shadow:0 0 10px rgba(70,149,133,.5);transition:border .3s}.ContentHomework .ContentHomework__date{margin:0;font-size:1.6rem;text-align:end}.ContentHomework .ContentHomework__name{margin:0 0 5px;font-size:1.6rem}.ContentHomework__main{font-weight:400;font-size:1.6rem}.ContentHomework__head{display:flex;justify-content:space-between;align-content:center}.ContentQuiz{border-radius:10px;padding:10px;display:flex;flex-direction:column;margin:0 auto;text-decoration:none;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.1)}.ContentQuiz.available{background:var(--white)}.ContentQuiz.completed,.ContentQuiz.scored{background:rgba(70,149,133,.6313725490196078);color:var(--white)}.ContentQuiz:hover{box-shadow:0 0 10px rgba(70,149,133,.5);transition:border .3s}.ContentQuizRol{text-decoration:none;color:var(--black)}.ContentQuiz h2{font-size:1.8rem;margin:10px 0 0}.ContentQuiz h3{color:rgba(0,0,0,.8);text-align:end;font-size:1.6rem}.ContentQuiz__act{position:relative}.ContentQuiz__block{position:absolute;width:100%;height:100%;border-radius:10px;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}.ContentQuiz__block h3{color:var(--white);font-size:1.6rem}.ContentQuiz__block i{font-size:2.5rem;color:var(--white);padding:15px;border-radius:50%}.ContentQuiz__modal{background:var(--white);padding:10px 20px;border-radius:10px;text-align:start}.ContentQuiz__modal h2{font-size:2rem}.ContentQuiz__modal ul{margin:15px 0}.ContentQuiz__modal ul li{font-size:1.6rem;margin:8px 0}.ContentQuiz__btns{display:flex;grid-gap:10px;gap:10px;justify-content:center;align-items:center}.ContentQuizRol{margin:10px;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.ContentQuizRol h2{margin:0 0 5px}.ContentVirtualClass{text-decoration:none}.ContentVirtualClass__content{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);color:var(--black);border-radius:10px;padding:15px;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.ContentVirtualClass__content.available{background:var(--white)}.ContentVirtualClass__content.completed{background:rgba(70,149,133,.6313725490196078);color:var(--white)}.ContentVirtualClass__content:hover{box-shadow:0 0 10px rgba(70,149,133,.5);transition:border .3s}.ContentVirtualClass__content h3{margin:0;font-size:1.6rem;text-align:end}.ContentVirtualClass__content h2{margin:0;font-size:2rem}.ContentVirtualClass__content p{margin:0;font-size:1.6rem}.ContentVirtualClass__modal{background:var(--white);padding:20px;border-radius:10px}.ContentVirtualClass__modal h3{text-align:end;font-size:1.6rem;color:grey}.ContentVirtualClass__modal h2{text-align:center;font-size:2rem}.ContentCertificate{border-radius:10px;background-image:url(https://res.cloudinary.com/dzxmzxvbr/image/upload/v1615473018/cetificate_z9x1ur.png);background-size:cover;background-position:50%;cursor:pointer}.ContentCertificate__content{background:rgba(25,55,101,.8509803921568627);border-radius:10px;padding:10px 15px;box-shadow:0 0 10px rgba(0,0,0,.1);text-decoration:none;color:var(--white);display:flex;flex-direction:column;grid-gap:5px;gap:5px}.ContentCertificate:hover{box-shadow:0 0 10px rgba(70,149,133,.5);transition:border .3s}.ContentCertificate__head{display:flex;justify-content:space-between;align-items:center}.ContentCertificate__head h3{font-size:1.8rem;font-weight:500;text-align:start}.ContentCertificate__imgs{display:flex;align-items:center;grid-gap:10px;gap:10px}.ContentCertificate__imgs img{height:40px}.ContentCertificate .ContentCertificate__content h2{margin:0;font-size:2rem}.ContentCertificate .ContentCertificate__content p{margin:0;font-size:1.6rem}.ContentCertificate__btns{display:flex;grid-gap:10px;gap:10px;align-items:center}.ContentCertificate__btns button{width:50%}.ContentCertificate__btns .Loading{margin:0 auto}.ContentVirtualClass__modal h2{margin:0;font-size:2.5rem}.ContentVirtualClass__modal a{color:var(--orange2)}.ContentCertificate__check .form-control{display:flex;flex-direction:row-reverse;font-size:3rem}.ContentCertificate__check .form-control label{font-size:1.6rem}@media screen and (max-width:600px){.ContentCertificate__head{flex-direction:column-reverse;grid-gap:10px;gap:10px;margin-bottom:10px;text-align:start;align-items:flex-start}.ContentCertificate__imgs{flex-wrap:wrap;justify-content:flex-end;width:100%}.ContentCertificate__imgs img{height:30px}.ContentCertificate__btns{flex-direction:column-reverse;grid-gap:0;gap:0}.ContentCertificate__btns button{width:100%}}.VideoAside__btn i{display:none}.VideoAside__btn button{width:95%!important}@media screen and (max-width:1024px){.VideoAside__btn span{display:none}.VideoAside__btn i{display:block;font-size:2rem}.VideoAside__btn button{width:100%!important}.VideoAside__btn .ButtonNavigation{flex-direction:row}}.ListExtensionsLesson__card{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--green);margin-bottom:5px;padding:5px;text-align:start;border-radius:5px}.ListExtensionsLesson__ico{font-size:2rem;color:var(--green)}.FormEditUser{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.FormEditUser__user{display:flex;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px}.FormEditUser__text{font-size:1.6rem;border:1px solid var(--green);width:100%;border-radius:5px;padding:5px;text-align:start}.FormEditUser__user i{font-size:1.6rem;color:#c93f3f;background:rgba(201,63,63,.24705882352941178);cursor:pointer;outline:none;border:1px solid var(--white);border-radius:5px;padding:5px 10px}.FormEditUser__user i:hover{background:rgba(201,63,63,.10980392156862745)}.CustomButton__modal{background:var(--white);padding:10px 50px}.CustomButton__list{display:flex;grid-gap:5px;gap:5px;flex-wrap:wrap}.CustomButton__Memail{border:1px solid var(--green);font-size:1.6rem;padding:5px 10px;border-radius:15px}.RenderChildren{background:var(--white);font-size:1.6rem;width:100%;padding:5px 10px;border-radius:5px;border:1px solid var(--green)}.CustomButton__Memail i{color:#c93f3f;font-size:1.8rem;cursor:pointer}.CustomButton__Memail i:hover{color:rgba(201,63,63,.5215686274509804)}.HomeworkAside h2{font-size:2rem}.HomeworkAside__space{height:50px}.HomeworkAside__upload input{display:none}.HomeworkAside__upload label{box-shadow:0 0 5px rgba(0,0,0,.05);padding:15px 0;border-radius:5px;color:var(--orange2);background:var(--white);cursor:pointer;justify-content:space-around;font-size:1.6rem;display:inline-block;width:100%}.HomeworkAside__upload span{margin-right:10px}.HomeworkAside__links h3{font-size:1.6rem;font-weight:600;margin:0 0 10px}.HomeworkAside__links .HomeworkAside__doc{margin:15px}.HomeworkAside__h3{background:var(--white);padding:10px 0;border-radius:5px;color:var(--green)}.HomeworkAside__link{display:flex;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px;margin-bottom:5px}.HomeworkAside__link a{font-size:1.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:start;padding:10px;text-decoration:none;background:var(--white);border-radius:5px;color:var(--green);font-weight:500}.HomeworkAside__link i{font-size:2rem;color:#e3ad2d;background:rgba(227,173,45,.24705882352941178);width:40px;height:40px;min-width:40px;line-height:40px;border-radius:5px;cursor:pointer}.HomeworkAside__link i:hover{background:rgba(227,173,45,.10980392156862745)}.HomeworkAside__link a:hover{color:var(--black)}.DragList__Quote{border:1px solid var(--green);padding:10px 15px 5px;font-size:1.4rem;text-align:start;border-radius:5px;background:var(--white);margin:5px 0;display:flex;align-items:center;justify-content:space-between;grid-gap:10px;gap:10px}.DragList__Quote i{font-size:1.8rem}.DragList__Quote .DragList__text{display:flex;grid-gap:10px;gap:10px;align-items:center}.DragList__Quote .DragList__text img{height:100px;border-radius:5px}.DragList__Quote .DragList__text strong{color:var(--green)}.DragList__context{display:flex;flex-direction:column}.ConceptRelation__main{display:flex;grid-gap:10px;gap:10px}.ConceptRelation__List{margin-top:5px;display:flex;flex-direction:column;width:50%;grid-gap:12px;gap:12px}.ConceptRelation__Drag{width:50%}.ConceptRelation__question{border:1px solid grey;padding:10px 15px 5px;font-size:1.8rem;text-align:start;border-radius:5px;background:var(--white);display:flex;grid-gap:10px;gap:10px;align-items:center;height:100px}.ConceptRelation__question img{height:100px;border-radius:5px}.ConceptRelation__drag .DragList__Quote{height:100px;font-size:1.8rem}@media screen and (max-width:768px){.ConceptRelation__main{flex-direction:column}.ConceptRelation__Drag,.ConceptRelation__List{width:auto}}.ProgramCourse{border-radius:10px;padding:10px;margin:10px 0}.ProgramCourse .ButtonNavigation{background:none}.ProgramCourse .ButtonNavigation button{border:1px solid hsla(0,0%,50.2%,.474)}.DataSubtitle{border:1px solid grey;padding:10px;border-radius:10px;margin:5px 0}.DataSubtitle h4{font-size:1.6rem;margin:0}.anchor,.DataSubtitle.text,.date,.img{display:flex;justify-content:space-between;align-items:center;grid-gap:15px;gap:15px;flex-wrap:wrap}.DataSubtitle.text,.date h3{margin:0;font-size:1.6rem;font-weight:500}.DataSubtitle.anchor a{font-size:1.6rem;font-weight:500;color:var(--orange2)}.DataSubtitle.section h3{margin:10px 0 0;font-size:1.6rem;font-weight:500}.DataSubtitle.section span{color:var(--orange2);cursor:pointer}.DataSubtitle.img img{height:100px}.CourseModules{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin:0 10px 10px 5px}.CourseModules__module{border:1px solid grey;border-radius:5px}.CourseModules__module,.CourseModules__recuperatory{padding:5px;display:flex;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px}.CourseModules__recuperatory{border:1px solid var(--green);background:var(--green);color:var(--white);border-radius:5px}.CourseModules__module h3{margin:0;font-size:1.4rem;font-weight:600}.rbc-month-view{z-index:1}.rbc-calendar{z-index:1!important}.InstitutionPrereg,.rbc-calendar{font-size:1.6rem}.InstitutionPrereg__information h4{text-align:start;color:rgba(0,0,0,.5);margin:15px 0 5px}.InstitutionPrereg__btns{display:flex;align-items:center;justify-content:center;grid-gap:5px;gap:5px}.InstitutionPrereg__btns button{font-size:1.6rem;padding:8px 0;width:100%}.InstitutionPrereg__btns .Loading{width:100%}.CardInformation{transform:translateY(-15px)}.CardInformation__title .H3{background:var(--white2);transform:translate(10px,10px);width:-moz-fit-content;width:fit-content}.CardInformation__main{border:2px solid grey;padding:15px 5px 5px;border-radius:10px}.CardInformation__btn{transform:translateY(-12px)}.CardInformation__btn button:hover{opacity:1;background:#7e7980!important}.CardAttendance{width:200px}.CardAttendance__link{padding:10px;border:1px solid var(--white);cursor:pointer;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2)}.CardAttendance__link:hover{border:1px solid var(--green);box-shadow:0 0 10px rgba(0,0,0,.4)}.CardAttendance__img{height:50px;width:50px;border-radius:50%;border:1px solid grey;margin:0 auto;background-size:cover;background-position:50%}.CardAttendance__btn{width:25px;height:25px;line-height:25px;border-radius:50%;text-align:center;color:var(--white);background:grey;margin:0 auto;transform:translateY(-10px);cursor:pointer}.CardAttendance__btn:hover{opacity:.8}.InformationProgram{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.UsersProgram__btn{display:flex;justify-content:flex-end}.Course__title{font-size:2.5rem}.Course__subTitle{display:flex;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px;width:100%;font-size:1.6rem;cursor:pointer;margin:10px 0 5px;padding:15px 5px 10px;border-radius:10px;border:1px solid #c4c4c4}.Course__subTitle:hover{box-shadow:0 0 2px rgba(0,0,0,.16)}.Course__subTitle h3{font-weight:600;margin:0}.Course__main{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.ModuleLections__h3{font-size:1.6rem;font-weight:500}.FilesForLesson__file{display:flex;justify-content:space-between;align-items:center;text-align:start;grid-gap:5px;gap:5px;margin-bottom:10px}.FilesForLesson__file a{text-decoration:none;font-size:1.4rem;color:var(--green);width:100%;padding:7px 5px;border-radius:5px;font-weight:500;border:1px solid var(--green)}.FilesForLesson__file .FilesForLesson__btns{display:flex;grid-gap:5px;gap:5px}.FilesForLesson__file .FilesForLesson__btns button{width:35px;height:35px;border-radius:5px;border:none;font-size:1.6rem;cursor:pointer}.FilesForLesson__file .FilesForLesson__btns button:hover{filter:brightness(1.2);transform:scale(1.05)}.FilesForLesson__file .FilesForLesson__btns-edit{background:rgba(244,182,24,.27450980392156865);color:var(--yellow)}.FilesForLesson__file .FilesForLesson__btns-delete{background:rgba(201,63,63,.27450980392156865);color:#c93f3f}.CourseAside h2{font-size:2rem;margin-top:0}.ModuleLink__header{display:flex;grid-gap:15px;gap:15px;justify-content:space-between;cursor:pointer}.ModuleLink__header i{font-size:1.4rem}.Calendar{width:100%;background:var(--white);border-radius:10px}.Calendar__body{padding:10px}.Calendar__header{display:flex;justify-content:space-around;align-items:center;height:44px;font-size:1.6rem}.Calendar__header i{cursor:pointer;width:20px}.Calendar__month{height:auto}.Calendar__header span{margin:0 5px;text-transform:uppercase}.Calendar__week{color:var(--green)}.Calendar__day{width:14.28571%;height:100%;display:inline-block;box-sizing:border-box;text-align:center;font-size:1.2rem;cursor:pointer;padding:3px}.Calendar__day .Calendar__text{color:var(--black);line-height:44px;background:var(--white2);border-radius:5px}.Calendar__day .Calendar__text.before{color:grey}.Calendar__day .Calendar__text .Calendar__point{border-radius:50%;padding:5px;background:var(--green);color:var(--white)}.Calendar__day .Calendar__text.selected{background-color:var(--orange1);color:var(--white);font-weight:700}.Calendar__day .Calendar__text.today{background-color:var(--green)}.Calendar__day .Calendar__text.today .Calendar__point{background-color:var(--white)}.Calendar__events{margin:0 20px}.TemplateAgenda{display:flex;flex-direction:column;align-items:flex-start}.TemplateAgenda__Link{display:flex;text-align:start;align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px;width:calc(100% - 8px);padding:8px;border-radius:8px;text-decoration:none;cursor:pointer;background:var(--white)}.TemplateAgenda__date h5{font-size:2rem;margin:0;text-align:center;font-weight:400;color:var(--green);text-transform:capitalize}.TemplateAgenda__date h4{font-size:1.6rem;font-weight:400;margin:0;color:#4d4d4d}.TemplateAgenda__main h3{font-size:1.6rem;margin:0 0 5px;text-transform:uppercase;color:var(--black)}.TemplateAgenda__main h4{font-size:1.6rem;font-weight:400;margin:0;color:#4d4d4d}.TemplateAgenda__Link.homework{border:2px solid var(--green)}.TemplateAgenda__Link.quiz{border:2px solid var(--orange2)}.TemplateAgenda__Link.virtual{border:2px solid var(--purple)}.TemplateAgenda__Link.homework.isToday{background:rgba(70,149,133,.6313725490196078)}.TemplateAgenda__Link.quiz.isToday{background:rgba(238,124,56,.6313725490196078)}.TemplateAgenda__Link.virtual.isToday{background:rgba(119,59,142,.6313725490196078)}.TemplateAgenda__Link.isToday h5{color:var(--white2)}.TemplateAgenda__Link.isToday h4{color:var(--black)}.TemplateAgenda__Link:hover{box-shadow:0 0 8px rgba(0,0,0,.3);transform:scale(1.02);transition-duration:.3s;background:var(--white);border:1px solid var(--white)}.TemplateAgenda__card{width:calc(100% - 8px);padding:8px;border-radius:8px;cursor:pointer;text-decoration:none}.TemplateAgenda__card:hover{box-shadow:0 0 8px rgba(0,0,0,.3);transform:scale(1.02);transition-duration:.3s}.TemplateAgenda__card.module:hover{background:var(--white);border:1px solid var(--white)}.TemplateAgenda__card.module{border:1px solid grey;background:var(--white);text-align:start}.TemplateAgenda__card.module h3{font-size:1.6rem;margin:0 0 10px;color:var(--black)}.TemplateAgenda__card .TemplateAgenda__date{display:flex;align-items:flex-end;grid-gap:5px;gap:5px}.CourseModule__unitBar{margin-bottom:15px}.ComentCheck{background-color:#f8f8f8;margin-bottom:10px;padding:10px;border-radius:10px}.ComentCheck__form{width:80%;margin:0 auto;text-align:right}.ComentCheck__form i{font-size:2rem;color:var(--red);cursor:pointer}.Modules{margin:20px 3%}.Modules__title{font-size:2rem}.ModulesRolUser__option{display:flex;justify-content:flex-end;flex-wrap:wrap-reverse;grid-gap:5px;gap:5px}.PercentageGrades hr{border:1px solid var(--green)}.PercentageGrades__lesson{display:flex;justify-content:space-between;align-items:center}.PercentageGrades__lesson h4{width:calc(100% - 100px)}.snackText{min-width:170px;margin-left:-140px;text-align:center;padding:16px;position:fixed;z-index:2;left:50%;bottom:30px;font-size:1.6rem;border-radius:10px;visibility:visible;animation:fadein .5s,fadeout .5s 2.5s}.snackText i{margin-right:10px}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}.ErrorMsg{color:var(--color7);font-size:1.3rem;margin:5px 0 15px}.LoadingScreen{position:fixed;width:100vw;height:100vh;top:0;left:0;right:0;bottom:0;z-index:2;background:var(--white);text-align:center}.LoadingScreen,.LoadingScreen__main{display:flex;justify-content:center;align-items:center}.LoadingScreen__main{width:140px;height:140px}.LoadingScreen__circle,.LoadingScreen__circle2,.LoadingScreen__logo{position:absolute}.VideoContent__controls{width:100%;height:85%;background:#bbb;display:flex;justify-content:center;flex-direction:column;align-items:center}.VideoContent__btns{width:100%;display:flex;justify-content:space-around;align-items:center}.VideoContent__btns i{font-size:6rem;color:var(--green);cursor:pointer}.VideoControls__play{width:100px;height:100px;text-align:center;line-height:140px;border-radius:50%}.VideoControls__play i{font-size:5rem;color:var(--purple);margin-left:10px}.VideoContent__container{width:100%;height:75%;border-radius:20px}.VideoContent{display:flex;grid-gap:10px;gap:10px}.VideoContent__video{width:70%}.VideoContent__aside,.VideoContent__video{height:calc(100vh - 100px);background:#f8f8f8;border-radius:10px;padding:15px}.VideoContent__aside{width:30%;min-width:30%;text-align:center;overflow-y:auto;scrollbar-color:var(--green) transparent;scrollbar-width:thin}.VideoContent__aside::-webkit-scrollbar{width:1rem}.VideoContent__aside::-webkit-scrollbar-track{background:transparent;margin:20px 0}.VideoContent__aside::-webkit-scrollbar-thumb{background:var(--green);border-radius:25px}@media screen and (max-width:1024px){.VideoContent__container{width:100vw}.VideoContent{flex-direction:column}.VideoContent>div{width:auto}.VideoContent__video{height:calc(100vh - 180px)}}.HomeworkContent__head{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse}.HomeworkContent__btns{display:flex;grid-gap:5px;gap:5px}.ListExtensions__weighing{background-color:var(--white);border-radius:5px;margin:10px 0;padding:10px;display:flex;justify-content:space-between;align-items:center;color:#3d3d3d}.HomeworkContent__btn{display:flex;justify-content:flex-end;align-items:center;grid-gap:10px;gap:10px}.HomeworkContent__btn button{width:50%}.HomeworkContent__status{display:flex;justify-content:space-between;align-items:center}.HomeworkContent__grades{width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;border-radius:10px;margin:10px 0 15px}.HomeworkContent__fileInf{border:1px solid var(--gray);padding:5px 10px;display:flex;grid-gap:15px;gap:15px;border-radius:10px}.HomeworkContent__fileInf div{text-align:center}.HomeworkContent__Qualification{text-align:center;padding:10px 20px}.HomeworkContent__Qualification:last-child{border-radius:0 10px 10px 0}.HomeworkContent__Qualification:first-child{border-radius:10px 0 0 10px}.HomeworkContent__Qualification.correct{background:rgba(70,149,133,.24705882352941178)}.HomeworkContent__Qualification.wrong{background:rgba(201,63,63,.24705882352941178)}.HomeworkContent__grades .HomeworkContent__hr{height:20px;border:1px solid rgba(0,0,0,.4)}@media screen and (max-width:576px){.HomeworkContent__head{flex-direction:column}.HomeworkContent__status{flex-direction:column-reverse;justify-content:center;margin-bottom:10px}.HomeworkContent__grades{flex-direction:column}.HomeworkContent__Qualification{width:100%}.HomeworkContent__Qualification:last-child{border-radius:0 0 10px 10px}.HomeworkContent__Qualification:first-child{border-radius:10px 10px 0 0}.HomeworkContent__grades .HomeworkContent__hr{width:50%;height:auto}.HomeworkContent__btn{flex-direction:column;grid-gap:15px;gap:15px}.HomeworkContent__btn button{width:100%}}.QuizContent{margin:15px 2%;font-size:2rem}.QuizContent__header{text-align:end}.QuizContent__chronometer{display:flex;justify-content:space-between}.QuizContent__chronometer span{display:flex;align-items:center}.QuizContent__chronometer i{margin-right:10px;font-size:3rem}.QuizContent__form{width:900px;margin:0 auto;text-align:center}.QuizContent__question{text-align:end;background:var(--white);border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.16);margin-bottom:20px}.QuizContent__header{display:flex;justify-content:space-between;margin-bottom:20px}.QuizContent__header h3{font-size:1.6rem;font-weight:400}.QuizContent__question{padding:20px}.QuizContent__modal{background:var(--white);text-align:center;padding:20px;border-radius:10px}.QuizContent__modal h2,h3{margin:0}.QuizContent__modal h3{font-weight:500;margin-top:8px}.QuizContent__Mbtns{display:flex;margin-top:20px;grid-gap:10px;gap:10px}@media screen and (max-width:768px){.QuizContent__header{flex-direction:column-reverse}.QuizContent__question{padding:10px}}@media screen and (max-width:1024px){.QuizContent__form{width:100%}}.AnswersContent__header{display:flex;justify-content:space-between;padding:10px 1%}.AnswersContent__btn{text-align:center}.AnswersContent__information h2{font-size:3rem;margin:0}.AnswersContent__information ul li{font-size:1.6rem;margin:5px 0}.AnswersContent__grades{display:flex;justify-content:center;align-items:center;border-radius:10px;font-size:2.5rem;padding:10px 20px;grid-gap:20px;gap:20px}.AnswersContent__grades.correct{background:rgba(70,149,133,.6313725490196078)}.AnswersContent__grades.wrong{background:rgba(201,63,63,.6313725490196078)}.AnswersContent__grades .AnswersContent__hr{height:100%;border:1px solid rgba(0,0,0,.6)}.AnswersContent__Qualification{text-align:center}.AnswersContent__Qualification p{margin:0;font-size:2rem}.AnswersContent__Hits{text-align:center}.AnswersContent__Hits h3{font-size:2.5rem}.AnswersContent__Hits p{margin:0;font-size:1.8rem}.AnswersContent .NormalLink{margin-top:20px;text-align:center}.AnswersContent .NormalLink a{font-size:2rem}.AnswersContent__query{width:900px;background:var(--white);box-shadow:0 0 5px rgba(0,0,0,.2);padding:10px;border-radius:10px;margin:10px auto}.AnswersContent__query.correct{border:1px solid var(--green)}.AnswersContent__query.wrong{border:1px solid #c93f3f}.AnswersContent__query h2{font-weight:500;font-size:2rem;margin:0}.AnswersContent__question{margin:10px 1%;border-radius:10px;padding:10px;display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;border:2px solid rgba(0,0,0,.5);color:rgba(0,0,0,.8)}.AnswersContent__question img{height:100px;border-radius:5px}.AnswersContent__relation{display:flex}.AnswersContent__relation .AnswersContent__question{width:50%}.AnswersContent__question.correct{border:2px solid var(--green);background:rgba(70,149,133,.24705882352941178);color:var(--black)}.AnswersContent__question.wrong{border:2px solid #c93f3f;color:var(--black);background:rgba(201,63,63,.24705882352941178)}.Question__img{height:150px;border-radius:5px;text-align:center}@media screen and (max-width:900px){.AnswersContent__header{flex-direction:column-reverse;grid-gap:20px;gap:20px}.AnswersContent__grades{width:auto;align-self:flex-end}.AnswersContent__grades .AnswersContent__hr{height:50px}.AnswersContent__query{width:90%;margin:10px auto}}@media screen and (max-width:576px){.AnswersContent__grades{width:auto;flex-direction:column}.AnswersContent__grades .AnswersContent__hr{height:100%;width:100%;border:1px solid rgba(0,0,0,.6)}}.QuizEdit{text-align:center}.QuizEdit__questions{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.QuizEdit__question{width:900px;background:#f8f8f8;border-radius:10px;padding:15px}.QuizEdit__question img{height:100px;background-size:cover;border-radius:10px;border:1px solid grey}.QuizEdit__header{grid-gap:15px;gap:15px;display:flex;margin-bottom:5px;align-items:flex-start;justify-content:space-between}.QuizEdit__header .QuizEdit__icon{font-size:2rem;cursor:pointer;padding:0 8px;color:var(--green);border-radius:5px;border:1px solid var(--green)}.QuizEdit__header .QuizEdit__icon:hover{color:var(--white);background:var(--green)}.QuizEdit__Inquiries{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.QuizEdit__Relation{display:flex;justify-content:space-between}.QuizEdit__Inquiry{padding:10px 8px 8px;font-size:1.6rem;border-radius:5px;border:1px solid grey;text-align:start;margin:0;font-weight:500;color:grey}.QuizEdit__Relation .QuizEdit__Inquiry{width:50%;max-width:calc(50% - 20px)}.QuizEdit__Inquiry.corrent{background:var(--green);border:1px solid var(--green);color:var(--white)}@media screen and (max-width:900px){.QuizEdit__question{width:90%;margin:0 auto;padding:10px}.QuizEdit__questions{margin-bottom:15px}}.Comment{padding:10px;background:var(--white);margin:10px 0;border-radius:5px}.Comment__Mheader{display:flex;align-items:center;grid-gap:15px;gap:15px}.Comment__Mheader img{width:35px;height:35px;border-radius:50%}.ViewComment__head{display:flex;justify-content:space-between}.Comment__Mborder{width:100%;padding:8px 15px;border-radius:50px;background-color:var(--white);cursor:pointer}.Comment__Manchor{margin:0;cursor:pointer;font-weight:500;font-size:1.4rem;color:var(--green);width:-moz-fit-content;width:fit-content}.Comment__Mcard{background-color:#f8f8f8;padding:10px;border-radius:10px}.FormComent{text-align:end}.FormComent i{font-size:2rem;color:#c93f3f;cursor:pointer}.Comment__responses{padding:10px 15px 0}.Home{color:var(--black);font-family:"Spartan",sans-serif;height:100%;display:flex;flex-direction:column;justify-content:space-between}.Message{position:fixed;top:200px;z-index:2;right:15px;background:var(--white);border-radius:5px;cursor:pointer;text-decoration:none}.Message__container{display:block;position:relative}.Message__close{z-index:3;right:7px;top:7px;position:absolute;font-size:2.5rem;color:var(--purple)}.Message img{border-radius:5px;box-shadow:0 0 5px rgba(25,55,101,.4745098039215686);height:120px;padding:10px}.Home__nav{display:flex;grid-gap:10px;gap:10px;margin-left:10px}.Home__nav .Home__option{color:grey;text-decoration:none;font-weight:500;font-size:1.8rem;border:1px solid grey;padding:8px 10px 5px;border-radius:10px}.Home__nav .Home__option:hover{color:var(--green);border:1px solid var(--green)}.Home__nav .Home__optionAc{color:var(--green);font-weight:600}.Home__head{display:flex;flex-direction:column;justify-content:space-between}.Home__header{position:relative;text-align:center;height:calc(100vh - 250px)}.Home__header .reactPlayerC video{background:#fff}.Home_OurCourses{position:relative;width:100%;height:100vh;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/v1675187785/assets/CGI_pagina_hr8a3m.png);background-size:cover}.EducationVirtual{position:absolute;top:0;display:flex;flex-flow:column nowrap;width:100%;height:100%;justify-content:center;align-items:center;background:hsla(0,0%,100%,.6)}.link{background-color:#f26d3d;border-radius:25px}.link,.link-success{z-index:1;text-decoration:none;font-size:20px;color:#fff;padding:15px 25px}.link-success{background:linear-gradient(100deg,var(--purple),#5cd6bd);border-radius:15px;font-weight:700;transition:all .1s ease}.link:hover{opacity:.8}.link-success:hover{opacity:.9;transform:scale(1.02)}.link-success:active{opacity:1;transform:scale(1)}.Home_OurCourses>div>img{min-width:167px;width:40%}.Home_OurCourses>div>h2>span:nth-child(2){color:#f26d3d;font-style:oblique}.Home_OurCourses>div>h2,.Home_OurCourses>div>h2>span:nth-child(2){font-size:40px;font-weight:900;text-shadow:0 0 25px #fff}.Home__Hmain{position:absolute;top:0;width:100%;height:100%}.Home__content{text-align:center;font-size:2rem;color:var(--black);height:auto}.Home__opinion{text-align:center;margin:30px 0}.Home__Ocards{display:flex;justify-content:space-between;align-items:center;margin:0 5%}.Home__footer{color:var(--white);background:#469585;display:flex;text-align:center;justify-content:space-around;padding:30px 30px 0;font-size:1.5rem}.Home__Fdirection{width:200px}.Home__Ficons i{color:#fff;font-size:3rem;margin-right:20px;cursor:pointer}.Home__Ficons i:hover{opacity:.6;transform:scale(1.3);transition:transform .3s}.Home__Line{border:1px solid #469585;height:100px}.CoursesTop{display:flex;justify-content:center;align-items:center}.CoursesTop__link{margin:50px 0 20px;position:relative}.CoursesTop__link .CoursesTop__figure{position:absolute;top:-30px;right:-150px;background-image:url(/static/media/figure1.07f9a327.svg);background-size:contain;background-repeat:no-repeat;height:60px;width:250px;display:flex;flex-direction:column;justify-content:center;align-items:center}.CoursesTop__figure span{color:var(--white);font-weight:600;font-size:1.6rem}.CoursesTop__figure span:last-child{align-self:start;margin-left:25px}.Home__Dslider{overflow:hidden}.Home__Dslider ul{width:200%;display:flex;padding:0;animation:cambio 5s infinite alternate}.Home__Dslider li{width:100%;list-style:none;display:flex;justify-content:center;align-items:center}.Home__Dslider li img{width:900px}.Home__Image{text-align:center}.Home__Image img{width:700px}@keyframes cambio{0%{margin-left:0}35%{margin-left:0}65%{margin-left:-100%}to{margin-left:-100%}}@media screen and (max-width:900px){.Home__Himg{width:400px}.Home__header{height:450px;margin-bottom:0}.CoursesTop__link{width:90%}.CoursesTop__link .CoursesTop__banner{width:70%}.CoursesTop__link .CoursesTop__figure{right:0}.Home__footer,.Home__Ocards{flex-direction:column;justify-content:center;align-items:center}.Home__Line{display:none}.Home__Dslider li img{width:100%}}@media only screen and (max-width:700px){.Home__content{height:auto}.Home__header .reactPlayerC{display:none}.Home__header{background-image:url(https://res.cloudinary.com/dzxmzxvbr/image/upload/v1607986654/diplomados/homePageDinamic/3_bnchji.png);background-position:50%;background-size:cover}.Home__Hmain{background:hsla(0,0%,100%,.226)}.EducationVirtual{top:0;margin-top:150px}.Home__Image img{width:80%}}@media screen and (max-width:425px){.Home__Himg{width:300px}.CoursesTop__link,.CoursesTop__link .CoursesTop__banner{width:100%}.CoursesTop__link .CoursesTop__figure{top:-50px}.EducationVirtual{top:0;margin-top:150px}}.link-empty{z-index:1;background-color:initial;text-decoration:none;border-radius:25px;font-size:20px;color:#000;font-weight:700;text-transform:uppercase;padding:15px 25px}.About__title{background-color:var(--purple);padding:90px 0 15px}.About__title .H2{text-transform:uppercase}.About__main{display:flex}.About__lines{padding:5px 5px 0 0;border-right:8px solid var(--purple)}.About__lines div{height:calc(25% - 5px);width:30px;background-color:var(--purple);margin-bottom:5px}.About__content{padding:20px 30px}.About__flex{display:flex;grid-gap:20px;gap:20px;margin-right:20px;align-items:center}.About__flex div{width:100%}.About__flex img{width:80px}.About__hr{height:5px;background-color:var(--purple)}.About__cards,.About__cards .About__head{display:flex;grid-gap:20px;gap:20px}.About__cards .About__head{align-items:center;justify-content:center;margin-bottom:10px}.About__head img{width:60px}.About__head .H2{text-transform:uppercase}.About__cards hr{border:2px solid var(--purple)}.About__cards .About__card{width:26.66667%}.About__card ul{font-size:1.6rem;font-family:"Roboto",sans-serif;list-style-type:none;padding:0}.About__card ul li{text-align:center}@media screen and (max-width:768px){.About__cards{flex-direction:column}.About__cards .About__card{width:auto}.About__cards hr{width:80%;border:1px solid var(--purple)}}@media screen and (max-width:425px){.About__lines{display:none}.About__content{padding:10px}}.HomeHero{height:calc(100vh - 70px);max-height:calc(100vh - 70px);padding-top:70px;display:flex;overflow-y:hidden}.HomeHero a{text-decoration:none}.HomeHero__cgi{width:50%;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/v1655472642/assets/WhatsApp_Image_2022-06-03_at_12.01.21_PM_rzmfpg_uicajl.jpg);background-size:cover}.HomeHero__cgiCard{padding:0 0 35px}.CardHero{border-radius:10px}.HomeHero__cgiCardImg{height:200px;padding:20px 30px;transform:rotate(15deg)}.HomeHero__cgiimg{background-color:rgba(176,82,189,.5568627450980392);width:100%;height:100%;display:flex;justify-content:space-between;flex-direction:column;align-items:center}.HomeHero__logo{height:100px}.HomeHero__cgikids{width:50%;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/v1655472642/assets/WhatsApp_Image_2022-06-03_at_12.01.20_PM_hgug4c_dut2qm.jpg);background-size:cover}.HomeHero__cgikidsimg{background-color:rgba(255,94,0,.8431372549019608);width:100%;height:100%;display:flex;justify-content:space-around;align-items:center;flex-direction:column}.HomeHero__kidsImg{width:350px}.HomeHero__kidsBtn{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.HomeHero .RenderButton{font-size:3rem;padding:20px;border-radius:10px;font-weight:600;box-shadow:10px 10px 10px rgba(0,0,0,.5)}.HomeHero__kidsBtn img{height:300px}.HomeHero__kidsRenderBtn{display:none}@media screen and (max-width:900px){.HomeHero{height:auto;padding-top:70px;flex-direction:column;overflow-y:auto}.HomeHero>a{width:100%}.HomeHero__cgiCard{padding:100px 0}.HomeHero__kidsRenderBtn{display:none}}@media screen and (max-width:425px){.HomeHero__kidsRenderBtn{margin-bottom:20px}.HomeHero__kidsBtn .RenderButton{display:none}.HomeHero__kidsRenderBtn{display:block}}.NewHome__head{min-height:100vh}.NewHome__aboutUs{padding:40px 30px;background-size:cover;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);align-items:center;justify-content:space-around;grid-gap:35px;gap:35px}.NewHome__aboutUs,.NewHome__content{min-height:calc(100vh - 80px);display:flex}.NewHome__content{justify-content:space-between}.CourseSection{width:50%;height:100vh;background-size:cover;background-position:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:10px;gap:10px}.CourseSection__icon{font-size:8rem;color:var(--white);background-color:#1999a7;border-radius:50%}.CourseSection__text{font-size:3.5rem;font-weight:900;text-align:center}.CourseSection__text span{color:var(--orange2)}.NewHome__AText p{font-size:1.9rem}.NewHome__AImage{width:600px}.NewHome__listSection{padding:30px;display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;grid-gap:35px;gap:35px}.CardSection{background:#eee;padding:10px 15px;border-radius:5px;width:350px}.CardSection__head{display:flex;align-items:center;justify-content:center;grid-gap:30px;gap:30px;border-radius:15px;min-width:320px;margin-bottom:10px}.CardSection .CardSection__text{font-size:1.6rem;text-align:center}.NewHome__contact p{font-size:1.6rem}.NewHome__contactContain{padding:40px 30px;min-height:100vh;background-size:cover;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);display:flex;align-items:center;justify-content:space-around;grid-gap:35px;gap:35px}.NewHome__contactMap{min-width:50%}@media screen and (max-width:1200px){.NewHome__AImage{width:50%}}@media screen and (max-width:700px){.NewHome__head{min-height:auto}.EducationVirtual{margin-top:0}.EducationVirtual h2{text-align:center}.NewHome__AText p{font-size:1.6rem}.NewHome__contactContain{flex-direction:column-reverse}.NewHome__contactMap{min-width:auto;width:100%}.NewHome__content{flex-direction:column}.CourseSection{min-height:auto;width:100%}.NewHome__AImage{width:350px}}.Institutions{padding:15px 2%;text-align:center}.Institutions h2{font-size:3rem;margin:0 0 10px}.Institutions__btn{display:flex;grid-gap:10px;gap:10px}.Institutions__btn>a{width:100%}.Institution__subtitle{font-size:2.5rem;text-align:start;margin-bottom:5px;font-weight:600}.Institution h1{font-size:3rem}.Institution__information h4{font-size:2rem;text-align:start;margin:0 0 5px}.Institution__information p{font-size:1.6rem;margin:0;text-align:justify}.Institution__information{text-align:end}.UserInstitution .UserInstitution__title{font-size:2rem}.UserInstitution__info h2{font-size:2rem;margin-bottom:25px}.UserInstitution__info h3{font-size:1.6rem;font-weight:500}.UserInstitution__info button{font-size:1.6rem}.ListCourses{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.ListCourses__item{color:var(--green);text-decoration:none;font-size:1.6rem;border:1px solid var(--green);padding:10px;border-radius:5px;font-weight:600;width:100%;text-align:start}.ListCourses__item:hover,.ViewUser__anchor{background:var(--green);color:var(--white)}.ViewUser__anchor{text-decoration:none;font-size:2rem;padding:3px 5px;border-radius:10px}.ViewUser__copy{padding:4px 5px;font-size:1.6rem;border-radius:5px;color:grey;cursor:pointer}.CardChildren{padding:10px;border-radius:10px;border:1px solid grey;display:flex;align-items:center;grid-gap:15px;gap:15px;cursor:pointer}.CardChildren:hover{border:1px solid var(--green);box-shadow:0 0 10px rgba(0,0,0,.2)}.CardChildren__img{width:50px;height:50px;border:1px solid grey;border-radius:50%;background-size:contain}.SubCategory{border:1px solid var(--gray);padding:0 0 0 5px;border-radius:5px;width:100%}.CouponAside__item,.SubCategory{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.CouponAside__item{border:1px solid var(--green);padding:5px 8px;border-radius:8px}.InstitutionCourse{padding:0 5% 0 3%}.InstitutionCourse h3{font-size:2rem}.InstitutionCourse h4{font-size:1.6rem;text-align:start;font-weight:400}.StatementMain__editorJs{text-align:start}.FormRelease__delete{font-size:1.6rem;color:#c93f3f;background:rgba(201,63,63,.24705882352941178);cursor:pointer;outline:none;border:1px solid var(--white);border-radius:5px;padding:5px 10px}.FormRelease__delete:hover{background:rgba(201,63,63,.10980392156862745)}.ReleaseList__ad{border:1px solid grey;border-radius:5px;padding:5px;display:flex;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px;margin-bottom:5px}.ReleaseList__ad h3{margin:0;font-size:1.4rem;font-weight:600}.ProgramAside__list{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.ProgramAside__link{width:100%;border:1px solid var(--green);padding:10px;border-radius:5px;color:var(--black);text-decoration:none;font-size:1.6rem;font-weight:500;display:flex;grid-gap:10px;gap:10px;align-items:center;justify-content:space-between}.ProgramAside__link span{text-align:start}.ProgramAside__link i{font-size:2rem;color:var(--orange2)}.ProgramAside__link:hover{color:var(--white);background:var(--green)}.ProgramAside__link:hover i{color:var(--black)}.PlanList__item{border:1px solid var(--gray);margin-bottom:10px;border-radius:5px;padding:5px}.PlanList__item.isMain{border:1px solid var(--green);background:rgba(69,142,127,.10196078431372549)}.PlanList__item .PlanList__payments{cursor:pointer}.ARenderCourse{background:var(--white);margin:20px 0;border-radius:5px;padding:10px 15px}.ARenderCourse__header{cursor:pointer}.ARenderModule__list{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;margin:10px 0}.ARenderModule__item{width:100%;border-radius:5px;border:1px solid var(--gray);cursor:pointer}.ARenderModule__item.active{border:1px solid var(--green)}.ARenderLesson__item{border:1px solid var(--gray);padding:10px;display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;border-radius:5px;cursor:pointer}.ARenderLesson__item:hover{border:1px solid var(--green);box-shadow:0 0 5px rgba(0,0,0,.16)}.ARenderLesson__item .H4 i{color:var(--gray)}.ARenderLesson__item div{display:flex;align-items:center;grid-gap:5px;gap:5px}.ListFilters{grid-gap:5px;gap:5px;display:flex;flex-wrap:wrap;margin-bottom:8px}.ListFilters__item{cursor:pointer;padding:5px 10px;border-radius:20px;border:1px solid var(--gray)}.ListFilters__item:hover{border:1px solid var(--green);box-shadow:0 0 5px rgba(0,0,0,.1)}.ListFilters__item.active{border:1px solid var(--green);background:var(--green);width:-moz-fit-content;width:fit-content}.Questions{width:800px;margin:0 auto}.QuestionContainer{margin-bottom:15px}.QuestionContainer__header{display:flex;cursor:pointer;font-size:1.6rem;color:#5f5961}.QuestionContainer__header .H4{color:#5f5961}@media screen and (max-width:900px){.Questions{width:auto;padding:0 20px}}.page404__home{display:flex;justify-content:center;text-align:center;flex-direction:column;height:100%}.page404__home-img img{width:50%}.page404__home-text{font-size:20px;color:grey;margin-top:50px;padding:5px}.page404__home-text a{outline:none;text-decoration:none;background:#ee7b35;color:#fff;font-size:18px;border:none;border-radius:5px;padding:12px 32px}.page404__home-text a:hover{background:#469585}.Catalogue__title .H2{text-transform:uppercase;color:grey}.Catalogue__head{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.Catalogue__video{width:50%}.Catalogue__navigation{grid-gap:10px;gap:10px;display:flex;flex-wrap:wrap;flex-direction:column}.Catalogue__head .NavCatalogue a{display:block;width:-moz-fit-content;width:fit-content}.Catalogue__head .NavCatalogue h1{display:block;font-weight:600;font-size:2rem}@media screen and (max-width:768px){.Catalogue__video{width:100%}.Catalogue__head{flex-direction:column}}.ShortCourses__marginTop{height:90px}.ShortCourses__header{background-color:#fff;display:flex;justify-content:space-between;flex-wrap:wrap-reverse}.ShortCourses__Htext{width:40%;display:flex;flex-direction:column;justify-content:center;margin:0 auto}.ShortCourses__Hbtns{display:flex;grid-gap:10px;gap:10px}.ShortCourses__Hbtns .DefaultBtn{font-size:2rem;font-weight:600;width:-moz-fit-content;width:fit-content;padding:20px 30px;border-radius:30px;border:none}.ShortCourses__Hbtns .DefaultBtn:last-child{background:var(--purple);color:var(--white)}.ShortCourses__Himage{margin:0 auto;align-items:center;width:450px;height:450px;position:relative}.ShortCourses__Imagecontainer{margin:auto;overflow:hidden;width:95%;align-items:center}.ShortCourses__Imagecontainer ul{display:flex;padding:auto;width:400%;animation:display 12s linear infinite alternate}.ShortCourses__Imagecontainer li{width:200%;list-style:none}.ShortCourses__Imagecontainer img{width:80%;margin-right:20px;height:auto}@keyframes display{0%{margin-left:0;opacity:1}20%{margin-left:0;opacity:1}25%{margin-left:-100%;opacity:1}45%{margin-left:-100%;opacity:1}50%{margin-left:-200%;opacity:1}70%{margin-left:-200%;opacity:1}75%{margin-left:-300%;opacity:1}to{margin-left:-300%;opacity:1}}.ShortCourses__Himage .ShortCourses__Imageonly{width:450px;height:350px;margin:20px auto}.ShortCourses__Himage .ShortCourses__Imageonly img{width:80%;height:auto;margin:50px}.ShortCourses__Hsquare{border-radius:35px;box-shadow:2px 2px 2px grey}.ShortCourses__courses{display:flex}.TitleSquare .H3{writing-mode:vertical-rl;padding:10px 0 10px 10px}.TitleSquare__card{background:var(--purple);border-radius:0 30px 30px 0;transform:translateY(15px);padding:10px 0 0}.ShortCourses__list{width:100%;margin-top:30px;display:flex;justify-content:space-around;flex-wrap:wrap;grid-gap:20px 15px;gap:20px 15px}.CardShortCourse{width:300px;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.2)}.CardShortCourse__image{width:100%;height:100px;background-size:cover;background-position:50%;border-radius:10px 10px 0 0}.CardShortCourse__content{padding:10px}.CardShortCourse__teacher{display:flex;align-items:center;grid-gap:10px;gap:10px}.CardShortCourse__photo{height:50px;width:50px;border-radius:50%;background-size:cover}.ShortCourses__advantages{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px 30px;gap:20px 30px}.ShortCourseBenefit{width:300px;display:flex;align-items:center;grid-gap:10px 20px;gap:10px 20px;margin:0 auto}.ShortCourseBenefit i{font-size:5rem;min-width:70px;color:var(--purple)}.ShortCourses__category{display:flex;grid-gap:10px;gap:10px}.ShortCourses__listCategory{margin-top:20px;display:flex;flex-wrap:wrap;grid-gap:30px 50px;gap:30px 50px}.ShortCourses__cardCategory{width:200px;margin:0 auto;text-align:center;padding:20px 10px;border-radius:10px;text-decoration:none}.ShortCourses__cardCategory img{width:150px}.ShortCourses__section{display:flex}.ShortCourses__section img{border-radius:30px}.ShortCourses__teachers,.ShortCourses__teachersList{display:flex;grid-gap:10px;gap:10px}.ShortCourses__teachersList{justify-content:space-around;width:100%;flex-wrap:wrap}.ShortCourses__Banner{grid-gap:15px;gap:15px;display:flex;align-items:center;justify-content:center;padding:50px 10px 40px;background:linear-gradient(90deg,#762296,#5cd6bd)}.ShortCourses__Btext{text-align:center}.CardTeacherFeatured{width:280px;height:360px;border-radius:30px;display:flex;align-items:flex-end;flex-direction:column;background:#9c9c9c;position:relative;transition:.4s ease-out}.CardTeacherFeatured:hover{transform:translateY(20px)}.CardTeacherFeatured:hover:before{opacity:1}.CardTeacherFeatured:hover .CardTeacherFeatured__description{display:block;opacity:1;transform:translateY(0)}.CardTeacherFeatured:hover .CardTeacherFeatured__image{filter:blur(5px)}.CardTeacherFeatured:before{content:"";display:block;background:rgba(0,0,0,.5);z-index:2;transition:.5s;opacity:0}.CardTeacherFeatured:before,.CardTeacherFeatured__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px}.CardTeacherFeatured__image{object-fit:cover}.CardTeacherFeatured__text{position:absolute;bottom:0;background:rgba(0,0,0,.5);width:100%;border-radius:0 0 15px 15px}.CardTeacherFeatured__description{position:absolute;z-index:3;color:#fff;left:0;opacity:0;transform:translateY(30px);transition:.5s;display:none}@media screen and (max-width:768px){.ShortCourses__Himage{width:250px;height:250px}.ShortCourses__marginTop{height:180px}.AdvancedCourses__marginTop{height:100px}.ShortCourses__header img{width:200px}.ShortCourses__Himage .ShortCourses__Imageonly{width:auto;height:auto;margin:auto,0}.ShortCourses__Himage .ShortCourses__Imageonly img{width:200px;height:auto;margin:30px}.ShortCourses__header{flex-direction:column-reverse;grid-gap:100px 0;gap:100px 0}.ShortCourses__Htext{width:80%}.ShortCourses__courses{flex-direction:column;align-items:flex-start;grid-gap:20px 0;gap:20px 0}.TitleSquare .H3{writing-mode:initial;width:-moz-fit-content;width:fit-content;padding:30px 25px 30px 10px!important}.ShortCourses__advantages{grid-template-columns:1fr}.ShortCourses__category{flex-direction:column;align-items:flex-start;grid-gap:25px 0;gap:25px 0}.ShortCourses__section{flex-direction:column-reverse;grid-gap:100px 0;gap:100px 0}.ShortCourses__section img{width:200px}.ShortCourses__Banner{flex-direction:column}}@media screen and (max-width:425px){.ShortCourses__marginTop{height:130px}}.CardShortCourseMax{width:420px;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.4);background:hsla(0,0%,100%,.7);background:var(--purple);text-align:center;color:#fff;font-size:15px;transition:all .15s ease}.Card_list{display:grid;grid-template-columns:repeat(2,auto);justify-content:center;grid-gap:35px}.CardImageHeader,.CardImageSection{position:relative}.bg-front-transparent{top:0;left:0;background:rgba(118,34,150,.3);background:linear-gradient(hsla(0,0%,100%,.2) 10%,rgba(118,34,150,.6))}.bg-front-transparent,.icon-badge{position:absolute;width:100%;height:100%;border-top-left-radius:10px;border-top-right-radius:10px}.icon-badge{top:-5px;right:-5px;text-align:right;z-index:1}.icon-badge i{color:gold;font-size:40px;background-color:initial}.CardShortCourseMax:hover{background:hsla(0,0%,100%,.9);color:var(--purple)}.AdvancedCourses__marginTop{height:50px}.margin-body{height:80px}@media screen and (max-width:425px){.Card_list{grid-template-columns:repeat(1,auto);justify-content:center;grid-gap:20px 20px;gap:20px 20px}.CardShortCourseMax{width:320px}}@media screen and (max-width:920px){.Card_list{grid-template-columns:repeat(1,auto)}}@media screen and (max-width:1200px){.AdvancedCourses__marginTop{height:15px}.margin-body{height:30px}}.SubCategories__list{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.SubCategories__select{padding:10px;font-size:1.6rem;border:1px solid var(--green);border-radius:5px}.NavCategory{border:1px solid var(--green);width:-moz-fit-content;width:fit-content;border-radius:10px;cursor:pointer}.SubCategories__list .searchContainer{border-radius:5px;padding:2px 8px}.SubCategories__ListCourses{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px 15px;gap:20px 15px;background:#eff0f3;padding:20px;box-sizing:border-box;border-radius:10px}@media screen and (max-width:1024px){.SubCategories__ListCourses{grid-template-columns:1fr;padding:10px;grid-gap:15px;gap:15px}}.SeminarAside .SeminarAside__title{font-size:2.5rem;margin-bottom:0}.SeminarAside .SeminarAside__subTitle{font-size:2rem;text-align:start;margin:10px 0 5px;font-weight:600;padding:0}.SeminarAside p{font-size:1.6rem;text-align:justify;padding:15px;border-radius:10px;background:var(--white);color:grey;box-shadow:0 0 5px rgba(0,0,0,.16);margin:0 0 10px}.ViewHeader__head{height:calc(100vh - 100px);position:relative}.ViewHeader__head .reactPlayerC video{background:var(--white)}.ViewHeader__head .video2,.ViewHeader__img{display:none}.ViewHeader__background{position:absolute;top:0;width:100%;height:calc(100vh - 100px)}.ViewHeader__card{position:absolute;right:20px;top:50%}.ViewHeader__text{display:none}.ViewHeader__main{display:flex;height:100px}.CardCourse{cursor:pointer;display:flex;align-items:center;justify-content:center}.CardCourse:hover{filter:brightness(1.2)}.CardCourse:hover img{height:60px;transition-duration:.5s}.CardCourse img{height:55px}@media screen and (max-width:1024px){.ViewHeader__head .video1{display:none}.ViewHeader__head .video2{display:block}}@media screen and (max-width:900px){.ViewHeader__head .reactPlayerC{display:none}.ViewHeader__img{display:block;position:absolute;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/v1655472645/assets/portadaIngles_kgnlnq_t19b7f.png);width:100%;top:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.ViewHeader__text{display:block;position:absolute;bottom:0;left:0;right:0}.ViewHeader__card{top:75px;right:0;left:0}.CardCourse{padding:0;width:100%!important;height:100px}}.styleDefault .cls-1{fill:#f8fcfc}.styleDefault .cls-2{fill:none;stroke:#007e6c;stroke-miterlimit:10;stroke-width:7px}.styleDefault .cls-3{filter:url(#Path_4243)}.style4 .cls-1,.style4 .cls-3{fill:#6a3081}.style4 .cls-2{fill:#f6f1f8}.style4 .cls-3{opacity:.98}@media screen and (min-width:1500px){html{font-size:62.5%}}.ControlSVG{margin:0 auto;position:relative;display:flex;justify-content:center;align-items:center}.ControlSVG__text{position:absolute;z-index:1;margin-bottom:40px}.CourseInformation{margin-top:45px;background-image:url(https://res.cloudinary.com/dsgaf5zoj/image/upload/v1622071295/assets/k1gqfw3nlvos28qjh9hl.png);background-size:cover;background-position:50%}.CourseInformation__icon{margin:20px}.CourseInformation__icon i{font-size:3rem;color:var(--purple)}.CourseInformation .Section{text-transform:uppercase}.CourseInformation .Section ul{margin:0}.ColorLine{height:20px;display:flex;justify-content:space-between;grid-gap:10px;gap:10px}.ColorLine div{width:25%}.ColorLine div:first-child{width:100%}.CourseInformation__flex{align-items:center}.CourseInformation__flex,.CourseInformation__flex2{display:flex;justify-content:space-around}.CourseInformation__image{width:40%}.CourseInformation__image img{width:100%}.CourseInformation__section{width:50%}.CourseInformation__header{display:flex;align-items:center;flex-wrap:wrap;grid-gap:20px;gap:20px}.CourseInformation__header svg{height:50px}.CourseInformation__btnContainer{display:flex;justify-content:space-around;align-items:center;box-shadow:0 0 10px rgba(0,0,0,.5);padding:10px}.CourseInformation__btnContainer a{height:200px}.CourseInformation__btnContainer img{height:100%}.CourseInformation__text{width:50%}.CourseInformation__rectangle{background:var(--white);width:80%;margin:20px auto;box-shadow:0 0 10px rgba(0,0,0,.5);padding:20px 10px 0}.CourseInformation__Rborder{display:flex;align-items:center;padding:10px;grid-gap:20px;gap:20px;transform:scaleY(1.3)}.CourseInformation__Rborder .Section{transform:scaleY(.7)}.CourseInformation__Rborder .H2{white-space:nowrap;transform:scaleY(.7)}.EnglishInformation__footer{display:flex;justify-content:space-around;margin:50px 0}.CardGreen{position:absolute;width:300px;height:300px}.CardGreen .cls-1,.CardGreen .cls-2,.CardGreen .cls-4{fill:none;stroke-miterlimit:10;stroke-width:5px}.CardGreen .cls-1{stroke:#ee7c38}.CardGreen .cls-2{stroke:#458e7f}.CardGreen .cls-3{fill:#fff}.CardGreen .cls-4{stroke:#6a3081}.CardGreen__container{position:relative;width:300px;height:300px}.CardGreen__text{position:absolute;width:300px;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--purple)}.CardGreen__text p{width:200px;font-size:1.3rem}.CardGreen__text i{font-size:3rem}.CourseInformation__btn{color:var(--white);font-size:1.6rem;padding:8px 20px;border-radius:20px;text-decoration:none;font-weight:500;display:flex;align-items:center;grid-gap:10px;gap:10px}.CourseInformation__btn i{font-size:2.5rem}.CourseInformation__btn.green{background-color:#48bd4c}.CourseInformation__btn.blue{background-color:#3465d8}@media screen and (max-width:1130px){.CourseInformation__flex2{flex-direction:column}}@media screen and (max-width:768px){.CourseInformation__image{width:70%}.CourseInformation__section{width:100%}.CourseInformation__flex{align-items:center;flex-direction:column}.CourseInformation .Section{font-size:1.5rem!important}.CourseInformation__Rborder{flex-direction:column;grid-gap:0;gap:0}.CourseInformation__Rborder .H2{width:auto}.CourseInformation__btnContainer{flex-direction:column}.CourseInformation .Section{text-transform:none}.CourseInformation__text{width:auto}.EnglishInformation__footer{flex-direction:column;grid-gap:10px;gap:10px;align-items:center}.CourseInformation__flex3{display:flex;flex-direction:column-reverse;grid-gap:10px;gap:10px}}.SimpleCard__container{grid-gap:20px;gap:20px;height:90%;display:flex;padding:10px;border-radius:10px;background:#fff;border:1px solid #fff;justify-content:space-between;transition:box-shadow .5s}.SimpleCard__container:hover{box-shadow:0 0 15px rgba(0,0,0,.16)}.SimpleCard__main{grid-gap:20px;gap:20px;display:flex;align-items:center}.course_info{color:#757a83}.SimpleCard__image{width:100px;height:100px;min-width:100px;border-radius:10px;background-size:cover;background-position:50%}.SimpleCard__description{display:flex;flex-direction:column;justify-content:space-between;height:70%}.SimpleCard__description .DefaultBtn{font-size:1.4rem;width:max-content;background-color:#ee7e34;border:1px solid #ee7e34}@media screen and (max-width:500px){.SimpleCard__container{width:auto;flex-direction:column;padding:5px 5px 15px}.SimpleCard__description{flex-direction:row;height:auto;grid-gap:5px 20px;gap:5px 20px;flex-wrap:wrap;align-items:center;justify-content:center}}.badge-card{box-sizing:border-box;position:relative}.badge-card:before{position:absolute;top:-19px;left:-46px;display:block;box-sizing:border-box;content:"¡Nuevo!";text-transform:uppercase;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:13px;text-align:center;font-weight:700;color:#fff;background:transparent;height:0;border:25px solid transparent;border-bottom-color:#db2222;line-height:23px;transform:rotate(-45deg);box-shadow:0 4px 2px -2px grey}@media screen and (max-width:500px){.badge-card:before{top:-14px;left:-41px}}.Seminar__modal{background:var(--white);padding:20px 10px;border-radius:10px;text-align:center;width:50%;margin:0 auto}.Seminar__modal h3{font-size:2rem}.Seminar__modal h4{font-size:1.6rem;font-weight:400}.Seminar__modal .NormalButton{width:150px}.Seminar__modal .Seminar__Mbtns{display:flex;grid-gap:10px;gap:10px;width:100%;justify-content:center}.Seminar__modal .Seminar__Mbtns button{width:100%}@media screen and (max-width:768px){.Seminar__modal{width:90%}.Seminar__Mbtns{flex-direction:column}.Seminar__modal .Seminar__Mbtns button{margin:0}}.SeminarUAGRM__section{display:flex;grid-gap:15px;gap:15px}.SeminarUAGRM__info{width:60%}.SeminarUAGRM__images{display:flex;justify-content:space-between;padding:0 10px}.SeminarUAGRM__header{background-image:url(https://res.cloudinary.com/dsgaf5zoj/image/upload/v1625231844/assets/hacluxvtmwfe27zx7hch.png);padding:15px;border-radius:10px;background-size:cover;background-position:50%;background-repeat:no-repeat}.SeminarUAGRM__content{padding:15px;border-radius:10px;background:var(--white2)}.SeminarUAGRM__content i{font-size:7rem;color:#193765}.SeminarUAGRM__form{padding:15px 20px 15px 15px;border-radius:10px;background:var(--white2);width:40%}.SeminarUAGRM__form label{font-size:1.6rem}.SeminarUAGRM__form .DefaultBtn{background-color:#bf1717;font-size:2rem;font-weight:600;text-transform:uppercase;border:1px solid#bf1717;padding:10px 10px 5px;text-align:center;margin:auto;width:102%}.Timekeeper{grid-gap:20px;gap:20px;text-align:center;margin:0 auto;width:-moz-fit-content;width:fit-content;align-items:center}.Timekeeper,.Timekeeper>div{display:flex;justify-content:center}.Timekeeper>div{padding:10px 5px;grid-gap:10px;gap:10px;align-items:flex-start;background:#193765;border-radius:5px;font-size:2.5rem;color:var(--white);font-weight:700}.Timekeeper__item{width:80px;color:var(--white)}.Timekeeper__item h4{margin:0}.SeminarUAGRM__topics{background:var(--white2);padding:15px 25px;border-radius:10px}.SeminarUAGRM__title{display:flex;align-items:center;grid-gap:10px;gap:10px}.SeminarUAGRM__title div{background:#193765;height:8px;width:100%;margin:0 30px 10px}.SeminarUAGRM__teachers{display:flex;justify-content:space-evenly;grid-gap:20px;gap:20px}.SeminarUAGRM__list{margin:0 auto;width:-moz-fit-content;width:fit-content}.SeminarUAGRM__list li{margin:10px 0;font-size:2rem;font-weight:500;color:var(--gray)}.CardTeachers{padding:0 30px;border-radius:10px;background:rgba(25,55,101,.10196078431372549);text-align:center;width:33.33333%;margin-top:70px}.CardTeachers__translate{transform:translateY(-60px)}.CardTeachers img{height:120px;width:120px;border-radius:50%}.CardTeachers .H4{text-transform:uppercase}@media screen and (max-width:1024px){.SeminarUAGRM__section{flex-direction:column}.SeminarUAGRM__section>div{width:auto}.SeminarUAGRM__teachers{flex-direction:column}.SeminarUAGRM__teachers>div{width:auto}.Timekeeper{flex-wrap:wrap;grid-gap:5px;gap:5px}}@media screen and (max-width:430px){.Timekeeper{width:auto}.Timekeeper>div{padding:5px 0;width:100%;grid-gap:0;gap:0;font-size:1.6rem;align-items:center}.Timekeeper .Timekeeper__item{width:auto;padding:10px}.SeminarUAGRM__topics{padding:10px}.SeminarUAGRM__title{flex-wrap:wrap}.SeminarUAGRM__title>div{display:none}.SeminarUAGRM__title img{width:auto}}.GraduatesUTB{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 25px;gap:0 25px;background:#eff0f3;padding:2rem;box-sizing:border-box;border-radius:10px}.NavCatalog{padding:10px;background:rgba(209,119,66,.10196078431372549);border-radius:5px;width:150px;cursor:pointer;display:flex;justify-content:center;align-items:center}.NavCatalog.activate{background:rgba(209,119,66,.5686274509803921);color:var(--white)}.NavCatalog img{height:50px}@media screen and (max-width:1024px){.GraduatesUTB{grid-template-columns:1fr}}.CourseInfo{margin-top:10px;min-height:calc(100vh - 140px);flex-direction:column}.CourseInfo,.CourseInfo__header{display:flex;justify-content:space-between}.CourseInfo__header{grid-gap:10px;gap:10px;margin:0 10px 10px}.CourseInfo__Htitle{background:#f5f5f5;border-radius:20px;padding:20px 30px;width:50%}.CourseInfo__Hhead{padding-bottom:10px;border-radius:15px;width:95%;margin:0 auto}.CourseInfo__Himg{width:100%;border-radius:15px 15px 0 0}.CourseInfo__Hcontact{width:50%;background:#f5f5f5;border-radius:20px;padding:20px 30px}.CourseInfo__content{margin:20px 0;text-align:center;background:#f5f5f5;padding:20px 30px;border-radius:35px}.ListCard{margin-bottom:20px}.ListCard .H4{text-transform:uppercase}.ListCard hr{border:1px solid var(--green)}.CourseInfo__Content .H2{text-transform:uppercase}.CardLesson{padding:10px;margin:5px 0;border-radius:5px;border:1px solid var(--black)}.CardModule{margin:5px 0;color:#fff}.CardModule__card{padding:10px 15px;border-radius:10px;cursor:pointer}.CardModule__title{display:flex;justify-content:space-between;align-items:center;margin:5px 0}.ContactHeader__btn,.CourseInfo__btn{display:flex;align-items:center;justify-content:center}.CourseInfo__btn{grid-gap:10px;gap:10px}.CourseInfo__btn .DefaultBtn{padding:10px}.CourseInfo__Teachers{margin:10px}.CourseInfo__cadTeachers{background:#f5f5f5;padding:10px;border-radius:10px}@media screen and (max-width:768px){.CourseInfo__header{flex-direction:column}.CourseInfo__header>div{width:auto}}@media screen and (max-width:425px){.CourseInfo{margin-top:200px;min-height:calc(100vh - 200px);display:flex;flex-direction:column;justify-content:space-between}}.Enrollment{margin:15px 3%;text-align:center}.Enrollment h3{font-size:2rem}.Enrollment p{font-size:1.4rem}.CoursesTeacher{padding:10px}.CoursesTeacher__header{display:flex;justify-content:space-between}.CoursesTeacher__header h2{font-size:2rem;margin:0}.ListStudents{background:var(--white);padding:15px;border-radius:10px}.ListStudents__header{display:flex;justify-content:space-between;align-items:flex-start}.ListStudents__header .Loading{margin-top:-25px}.CoursesTeacher__list{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.CourseContent__lessons{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.CourseContent__lessons a{text-decoration:none;border:1px solid var(--green);padding:10px;border-radius:10px}.CourseContent__lessons a:hover{opacity:.8;box-shadow:0 0 4px var(--green)}.ScheduleCourse__classDate{border:1px solid var(--green);padding:8px;margin-bottom:10px;border-radius:10px;display:block;text-decoration:none}.ScheduleCourse__classDate:hover{background-color:var(--green)}.ScheduleCourse__classDate:hover .H3{color:#fff!important}.ScheduleCourse__classTime a{color:var(--orange2)}.ScheduleCourse__classDate:hover a{color:#fff}.ScheduleCourse__classTime{display:flex;justify-content:space-between}.UserTracking__list{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap;justify-content:center}.ReportUser{width:200px}.CertificateAside .is-gapless{display:none}.CourseShop{background:var(--white);padding:10px;border-radius:10px;margin-bottom:15px}.CourseShop__container{display:flex;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px}.CourseShop__item{min-width:16.66667%}.CourseShop__PlansPayment{display:flex;justify-content:space-around}.PlanPayment__container,.Shopping__aside{padding:10px;border-radius:10px}.Shopping__aside{background:rgba(69,142,127,.30980392156862746);margin-bottom:10px}.Shopping__course{display:flex}.Shopping__section{background:var(--white);padding:10px;border-radius:10px}.PlanPayment__container{background:var(--white2);transition-duration:.8s;cursor:pointer}.PlanPayment__container:hover{background:rgba(69,142,127,.25882352941176473)}.cursorPonter{cursor:pointer}.ShoppingAside{display:flex;grid-gap:30px;gap:30px}.ShoppingAside__form,.ShoppingAside__paymentType{width:48%}.ShoppingAside__paymentImage{display:flex;grid-gap:30px;gap:30px;padding:5px 20px}.ShoppingAside__paymentImage img{height:50px}.ShoppingAside__option{cursor:pointer;padding:5px 10px 15px;border-radius:10px}.ShoppingAside__option.checked{background:rgba(69,142,127,.26666666666666666)}.ShoppingAside__iframe iframe{border:none;margin:auto;width:100%}@media screen and (max-width:900px){.ShoppingAside{flex-direction:column}.ShoppingAside>div{width:100%}}@media only screen and (min-width:320px){#form-page{height:560px!important}}@media only screen and (min-width:480px){#form-page{height:560px!important}}@media only screen and (min-width:768px){#form-page{height:560px!important}}@media only screen and (min-width:992px){#form-page{height:560px!important}}@media only screen and (min-width:1200px){#form-page{height:560px!important}}.ListCourses__list{border:1px solid var(--gray);border-radius:10px;padding:5px;width:100%}.ListCourses__btn .DefaultBtn{border:1px solid var(--green);background:var(--green);border-radius:0;padding:0 10px;border-radius:5px}.ListCourses__btn .DefaultBtn:hover{border:1px solid var(--green)}.ListDocument__item{display:flex;grid-gap:5px;gap:5px;margin-top:8px}.ListDocument__item a{padding:8px 0;border-radius:5px;background:var(--green);color:var(--white);width:100%;text-decoration:none}.ListDocument__item a:hover{opacity:.8}.ListDocument__item .DefaultBtn{background:rgba(201,63,63,.796078431372549);border:none}.ListChildren__child{display:flex;margin:10px 0;justify-content:space-between;align-items:center}.ListChildren__child>div{align-items:center;display:flex;grid-gap:10px;gap:10px}.ListChildren__child img{width:80px;height:80px;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.3)}.ListChildren__child .DefaultBtn{background:var(--green);border:1px solid var(--green);padding:10px}.FormNewFollow{width:48%;min-width:330px}.FormNewFollow__card{box-shadow:0 0 5px rgba(0,0,0,.2);padding:10px 15px;border-radius:10px}.RadioButtons label{font-size:12px}.FormNewFollow__card_information_medium label i{font-size:2.5rem}.RadioButtons__input .FormNewFollow__card_information_medium .RadioButtons__input{width:50px}.FormNewFollow__card_information_medium .RadioButtons__input label{text-align:center}.FormNewFollow__card.interes_level .RadioButtons>label,.FormNewFollow__card .sendMaterial label{font-size:1.5rem;font-weight:600;color:#000}.RadioButtons__input:first-child #1-amarillo input[type=radio]:checked+label{background:var(--blue);color:var(--black);border:1px solid var(--blue)}.ResumeContact{display:flex;margin-top:70px;grid-gap:10px 0;gap:10px 0}.ResumeContact__user{position:fixed;background:var(--orange2);width:230px;height:calc(100vh - 75px);min-height:calc(100vh - 75px);text-align:center;border-radius:15px;margin:0 0 5px 5px}.ResumeContact__separe{width:230px}.ResumeContact__user .ResumeContact__imgUser{width:100px;margin:10px 0 0;border-radius:10px;background:var(--white);padding:1px}.ResumeContact__main{padding:10px 20px}.ResumeContact__content{width:calc(100% - 230px)}.ResumeContact__rangeDate{display:flex;margin-right:30px;align-items:center;grid-gap:15px;gap:15px;margin-bottom:10px}.CardRegister{padding:15px 20px;border-radius:5px}.ResumeContact__detail{display:flex;justify-content:flex-end;margin-right:35px}.TeamProgress{width:400px;margin:0 auto;border:1px solid var(--gray);padding:10px;border-radius:5px}.PersonalProgress__item{width:450px;margin:15px 0}.PersonalProgress__list{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center}.NameAndPoint{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.ResumeContact{flex-direction:column}.ResumeContact__user{position:static;height:auto;min-height:auto;display:flex;width:95%;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto;border-radius:15px}.ResumeContact__user .ResumeContact__imgUser{width:100px;margin:0;border-radius:10px;padding:2px;height:auto}.ResumeContact__content{width:95%;margin:0 auto}.PersonalProgress__item{width:95%;margin:15px 0}}.ReportGraph_container{width:600px;height:600px}.Reports__rangeDate .form-control.DatePicker .react-datepicker__input-container{width:auto}@media screen and (max-width:425px){.ReportGraph_container{width:100%;height:100%}}.Payment__list{display:flex;grid-gap:20px 10px;gap:20px 10px;flex-wrap:wrap;justify-content:center}.CardPayment{grid-gap:15px;gap:15px;width:280px;padding:20px;display:flex;border-radius:10px;flex-direction:column;border:2px solid #cab6b7}.CardPayment .DefaultBtn{padding:10px 25px;background:var(--purple);border:2px solid var(--purple)}.CardPayment.free .DefaultBtn:disabled{background:var(--white);color:var(--purple);opacity:.5!important}.CardPayment.monthly{border:5px solid var(--green)}.CardPayment.yearly{border:2px solid var(--green)}.CardKid{background:var(--white);padding:10px;border-radius:15px;display:flex;grid-gap:15px;gap:15px;align-items:center;cursor:pointer;border:1px solid var(--white)}.CardKid:hover{border:1px solid var(--green)}.CardKid__photo{width:60px;height:60px;background-size:contain}.ContainerKid__photo{width:90px;height:90px;background-size:contain}.ContainerKid__buttons{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.KidCourse{background:var(--white);padding:10px;border-radius:10px;margin-bottom:10px}.KidCourse__head{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0}.KidCourse__head:hover .H3{color:var(--green)!important}.KidCourse__listModule{display:flex;grid-gap:10px;gap:10px}.KidCourse__listModule button{width:100%;padding:10px 0;font-weight:600;font-size:1.6rem;border-radius:10px;border:1px solid var(--green);color:var(--white);cursor:pointer}.ModuleDetail{background:#f8f8f8;padding:10px;border-radius:15px;margin-bottom:10px}.CardTracing{width:250px;padding:10px;border-radius:10px;background:var(--white)}.Webinar{margin-top:5px}.Webinar__header{background-color:var(--orange1);padding:20px;text-align:center;font-size:2rem;color:#fff}.Webinar__hero{display:flex;justify-content:space-around;align-items:center;grid-gap:20px;gap:20px;padding:10px 30px}.Webinar__ImageContain{width:40%;text-align:center}.Webinar__HImage{margin:auto;width:400px;height:400px;border-radius:50%;background-image:url(https://img.freepik.com/fotos-premium/mujer-mano-dinero-computadora-mesa_218381-3280.jpg?w=2000);background-size:cover;background-repeat:no-repeat}.Webinar__HDescription{width:60%;grid-gap:10px;gap:10px;display:flex;padding:30px 40px;text-align:center;align-items:center;flex-direction:column}.Webinar__HDescription img{width:150px}.Webinar__section{background:#78d1d1;display:flex;align-items:center;justify-content:space-around;padding:20px 10px;flex-wrap:wrap;grid-gap:15px;gap:15px}.Webinar__SItem{text-align:center}.Webinar__SItem i{font-size:4rem;margin-bottom:10px}.Webinar__SItem .Webinar__SIImage{height:45px;width:45px;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/v1670953990/assets/WhatsApp_Image_2022-12-13_at_13.51.56_mqijzt.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:50%;margin:auto auto 5px}.Webinar__description{background-color:#faf1e2;padding:40px 30px}.Webinar__DList{display:flex;align-items:flex-start;justify-content:space-around;flex-wrap:wrap;margin-bottom:20px;grid-gap:20px 5px;gap:20px 5px}.CardSkill{max-width:200px;padding:20px;font-size:3rem;min-height:220px;text-align:center;border-radius:10px;border:1px solid var(--orange1)}.CardSkill i{margin-bottom:15px;color:grey}.Webinar__teacher{display:flex;align-items:center;justify-content:space-around;grid-gap:20px;gap:20px;padding:0 30px}.Webinar__TImage{width:20%;border-radius:20px}.Webinar__TDescription{margin-top:15px;text-align:center;grid-gap:10px;gap:10px;display:flex;flex-direction:column;justify-content:space-around}.Webinar__footer{background:#78d1d1;text-align:center;padding:30px}.Register__image{height:80px;width:80px;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/v1670953990/assets/WhatsApp_Image_2022-12-13_at_13.51.56_mqijzt.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:50%;margin:auto auto 5px}@media screen and (max-width:900px){.Webinar__ImageContain{display:none}.Webinar__HDescription{width:90%}.Webinar__teacher img:first-child{display:none}.Webinar__TImage{width:40%;border-radius:20px}.Webinar__footer{padding:30px 0}.Webinar__footer .H3{width:80%!important}}@media screen and (max-width:425px){.Webinar__description .H2{padding:10px 0!important}.Webinar__teacher img{display:none}.Webinar__footer .H3{width:90%!important;font-size:2rem!important}}.Registered{margin-top:15px}.Registered__description{width:70%;margin:auto;padding:100px 0}.Registered__step{background-color:#fdf4e5;padding:30px}.Registered__stepContainer{display:flex;grid-gap:10px;gap:10px}.Registered__list{width:60%}.Registered__images{width:40%;display:flex;align-items:center;grid-gap:20px;gap:20px;justify-content:space-around;flex-direction:column}.Registered__images img{width:80%;border-radius:15px}.Registered__footer{background-color:#ff914d;padding:20px 0}.Registered__footer a{color:#3661f7}@media screen and (max-width:425px){.Registered__images{display:none}.Registered__list{width:auto}}.Contents{height:calc(100vh - 63px)}.tecnique_section{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:950px;display:grid;place-items:center}.main{padding:10px;max-width:95%;background-color:hsla(0,0%,100%,.781);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:30px}.main h1{font-size:70px;text-align:center}.mainco h1{font-size:60px;text-align:center}.main h3{font-size:35px;text-align:center}.main_section{display:grid;grid-template-columns:repeat(2,45%);background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);background-size:cover;justify-content:center;align-items:center;overflow:hidden;grid-gap:2rem;gap:2rem}.main_section .content-section{height:700px;display:flex;align-items:center}.main_section .content-section .content-description>span{font-size:18px;font-weight:700;color:var(--orange2)}.main_section .content-section .content-description>h3{font-size:3.5rem;font-weight:700;margin-top:10px}.main_section .content-section .content-description>p{font-size:2rem;text-align:justify}.main_section img{width:100%}@media screen and (max-width:900px){.main_section{display:flex;flex-direction:column;padding-top:40px;padding-bottom:40px}.main_section .content-section{height:auto;width:90%}.main_section .content-section .content-description{padding:20px}.main_section .content-section .content-description>h3{font-size:2.5rem}.main_section .content-section .content-description>p{font-size:1.5rem}.img-main-section{max-width:300px}}.main_sectionobj{margin-top:0;display:flex;justify-content:space-around;align-items:center;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);height:700pX;background-size:cover}.main_sectionobj img{width:400px;height:300px;margin-bottom:10px}.item1{width:700px;display:flex;flex-direction:column;align-items:flex-end;margin-right:10px}.objetiv{width:500px;height:50px;color:#fff;display:flex;justify-content:end;align-items:center}.objetiv span{font-size:30px;font-weight:700}.item2{width:700px;display:flex;flex-direction:column;align-items:flex-start;margin-left:10px}.objetivPublic{width:500px;height:50px;color:#fff;display:flex;justify-content:start;align-items:center}.objetivPublic span{font-size:30px;font-weight:700}.paObjetiv{padding-bottom:25px}.paObjetiv,.paObjetivPublic{font-size:18px;color:#fff;margin-top:15px;display:flex;justify-content:end;align-items:center;width:650px;padding-left:20px}.main_characteristic{text-align:center;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);background-size:cover;display:flex;flex-direction:column}.characteristic{display:grid;grid-template-columns:repeat(4,270px);justify-content:center;padding:10px;grid-gap:30px;gap:30px}.characteristic div{font-size:18px;text-align:center}.characteristic div p{padding-top:15px;padding-bottom:15px;color:#fff}.characteristic img{height:150pX;background-position:50%;background-size:cover;margin-bottom:20px}.characterSpace{margin-top:20%}@media screen and (max-width:1200px){.characteristic{display:grid;grid-template-columns:repeat(2,320px);justify-content:center;padding:10px;grid-gap:30px;gap:30px}.characterSpace{margin-top:0}}@media screen and (max-width:730px){.characteristic{display:grid;grid-template-columns:repeat(1,330px);justify-content:center;padding:10px}.characterSpace{margin-top:0}}.main_curricula{padding:10px;display:flex;flex-direction:column;column-count:2;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);background-size:cover;text-align:center}.main_curricula h2{font-size:50px;font-weight:700;color:#f8703e}.main_curricula button{font-size:20px;font-weight:700;height:50px;margin-left:auto;margin-right:auto}.main_curricula a{text-decoration:none;color:red}.main_curricula .image-large{width:1000px;height:800px;margin:auto auto 20px}.main_hora{display:flex;flex-direction:column;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);background-size:cover;text-align:center;height:350px}.main_hora h2{font-size:50px;font-weight:700;color:#f8703e}.imgHorario{width:650px;margin-left:auto;margin-right:auto;max-width:100%}.imgBack{height:800px;background-size:cover;display:flex;flex-direction:column}.imgBack h2,.imgBack p{margin-right:auto}.imgBack p{margin-top:15%;margin-left:20px;font-size:30px;font-weight:700}.imgBack button{width:250px;height:60px;margin-right:auto;background-color:#f8703e;color:#fff;border-radius:50px}.imgBack a,.imgBack button{margin-left:auto}.imgBack img{width:700px;height:100px}@media screen and (max-width:900px){.NewHome__aboutUs{flex-direction:column;grid-gap:10px;gap:10px}}@media screen and (max-width:700px){.NewHome__head{min-height:auto}.EducationVirtual{margin-top:0}.EducationVirtual h2{text-align:center}.NewHome__AText p{font-size:1.6rem}.NewHome__contactContain{flex-direction:column-reverse}.NewHome__contactMap{min-width:auto;width:100%}.NewHome__content{flex-direction:column}.CourseSection{min-height:auto;width:100%}}@media screen and (max-width:425px){.CardSection{width:100%}.CardSection__head{min-width:auto}.NewHome__listSection{padding:30px 10px;grid-gap:15px;gap:15px}.NewHome__AImage{width:90%}}@media screen and (max-width:900px){.tecnique_section{height:500px}.main{height:250px}.main h1{font-size:30px}.main h3{font-size:20px}.main_sectionobj img{width:300px;height:200px}.objetiv{width:250px;height:30px}.objetiv span{font-size:20px}.paObjetiv{font-size:13px;color:#fff;width:350px}.objetivPublic{width:250px;height:30px}.objetivPublic span{font-size:20px}.paObjetivPublic{font-size:13px;color:#fff;width:350px;padding-bottom:10px}.main_curricula h2{font-size:35px}.main_curricula .image-large{width:650px;height:450px}.main_hora h2{font-size:35px}}@media screen and (max-width:400px){.tecnique_section{height:400px}.main{height:150px}.main h1{font-size:20px}.main h3{font-size:10px}.characteristic h2{font-size:16px}.main_curricula h2{font-size:20px}.main_curricula button{width:250px}.main_hora h2{font-size:25px}.imgHorario{height:170px}.imgBack img{width:350px;height:70px}.imgBack p{font-size:15px}.imgBack button{width:220px;height:60px}}.list-items{display:grid;grid-template-columns:repeat(2,50%);grid-gap:5px;gap:5px;justify-content:center;background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/c_scale,h_700/v1674760868/assets/FONDO_BLANCO_jhhzrw.png);background-size:cover}.item,.item .img-item{padding:10px}.item .img-item img{height:300px}@media screen and (max-width:900px){.list-items{grid-template-columns:repeat(1,80%)}}@media screen and (max-width:600px){.list-items{grid-template-columns:repeat(1,100%)}.item .img-item img{height:250px}}.img-section{display:grid;grid-template-columns:repeat(1,auto);justify-content:center;margin-bottom:20px}.img-section .img-d{display:none}.img-d-block{width:330px}.list-image-display{display:grid;grid-template-columns:repeat(3,auto);justify-content:center;grid-gap:20px;gap:20px;padding:10px}.img-section,.list-image-display{display:none}@media screen and (max-width:1020px){.image-large{display:none}.img-section,.list-image-display{display:grid}}.item .side{text-align:right}.content-item{padding:10px;border-radius:20px}.title-item{font-size:25px;font-weight:700}.title-item span{font-size:25px;font-weight:700;padding:10px 7px 6px;display:inline-block;margin-bottom:10px}.description-item,.title-item span{background:var(--green);color:#fff;border-radius:5px 20px}.description-item{font-size:16px;padding:5px 20px}.side,.side span{border-radius:20px 5px}.description-item p{text-align:justify}.page-target{border-radius:10px;padding:10px;background:var(--green);font-size:16px}.nav-display{width:30px;padding:20px 25px;font-weight:700;font-size:15px;border-radius:50%;background:#f0f0f0;cursor:pointer;box-shadow:5px 5px 10px rgba(0,0,0,.2);text-align:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.nav-d-one{border:5px solid #b100dd;color:#f0f}.nav-d-two{border:5px solid orange;color:orange}.nav-d-three{border:5px solid #00c9c9;color:#00c9c9}.nav-d-one:active,.nav-d-three:active,.nav-d-two:active{background:rgba(0,0,0,.1)}.button-download{padding:0;margin:10px}.button-download,.button-download:hover{background:transparent}.button-download a{display:block;font-size:29px;margin:10px;border-radius:10px;background:#fff;box-shadow:5px 5px 10px rgba(0,0,0,.2);padding:10px;color:red;font-size:14px}.button-download a:hover{box-shadow:5px 5px 10px rgba(0,0,0,.4)}.title-section-body{font-size:50px;font-weight:700;color:#f8703e;margin:25px 0;padding:5px}@media screen and (max-width:1200px){.title-section-body{font-size:35px}}@media screen and (max-width:600px){.title-section-body{font-size:25px}.col-character{margin-top:20px}}.sub-content{background-image:url(https://res.cloudinary.com/pataformacgi/image/upload/v1676664827/assets/libros-voladores-caricaturas-apiladas_18591-47926_xtfn53.avif);background-size:300px;background-repeat:no-repeat;background-position:100% 100%;height:400px;position:relative}.sub-content .image-section{text-align:right}.sub-content .image-section img{max-width:100%}.sub-content .section-text{text-align:center;padding:10px}.sub-content .image-side{position:absolute;bottom:0;right:0}.sub-content p{font-size:20px;font-weight:700}.button-redirect{display:inline-block;text-decoration:none;font-size:29px;margin:10px;border-radius:50px;background:#f8703e;box-shadow:5px 5px 10px rgba(0,0,0,.2);padding:20px;color:#fff}.button-redirect:hover{box-shadow:5px 5px 10px rgba(0,0,0,.4)}@media screen and (max-width:900px){.sub-content{background-size:200px;height:350px}.sub-content .image-side img{width:250px}.sub-content p{font-size:16px}}.itemInformation{text-align:center;border-radius:20px;background:#f8f8f8;overflow-y:scroll;margin-right:5px;height:auto;scrollbar-color:var(--green) transparent;scrollbar-width:thin;padding:15px 5% 10px calc(5% - 5px)}.itemInformation::-webkit-scrollbar{width:1rem}.itemInformation::-webkit-scrollbar-track{background:transparent;margin:20px 0}.itemInformation::-webkit-scrollbar-thumb{background:var(--green);border-radius:25px}.DivContent h2{font-size:2rem}.CatalogueAside__list{text-align:start;display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin-bottom:20px}.CatalogueAside__link{font-size:1.4rem;text-decoration:none;color:var(--black);font-weight:500}.CatalogueAside__link:hover{color:var(--green)}.CatalogueAside__categories{width:95%}.CardCategories__list{width:100%;display:flex}.CardCategories__card{font-size:3rem;cursor:pointer;color:var(--white);width:33.33333%;height:100px;padding:10px;text-decoration:none}.CardCategories__card .H4{text-transform:uppercase}.CardCategories__card img{height:50px}@media only screen and (max-width:700px){.CardCategories__list{flex-direction:column;height:300px}.CardCategories__card{width:100%;height:300px}}body{margin:0}body,button{font-family:"Spartan",sans-serif}button{border:none}
/*# sourceMappingURL=main.02b266ca.chunk.css.map */