@import"https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.dashboard__main{position:relative;left:0;top:0;width:100%;height:calc(100dvh - 50px);display:flex;flex-direction:row;font-family:Funnel Sans,serif;justify-content:space-between}.dashboard__main-feed{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:800px;padding:1rem 2dvw;gap:2rem}.dashboard__info{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2rem 5dvw;border-radius:1rem;width:80%}.dashboard__info-maintext{display:flex;justify-content:space-between;width:100%;max-width:500px}.dashboard__info-service{display:flex;flex-direction:row;gap:1rem;align-items:flex-start;width:100%;max-width:500px}.dashboard__service-ball{width:1rem;height:1rem;background-color:#0f0;border-radius:50%}.dashboard__info-maintext>div{display:flex;flex-direction:column;justify-content:space-between}.dashboard__info-maintext h3{font-weight:500}.dashboard__info-maintext big{font-size:3rem}.dashboard__main-menu,.dashboard__solicitud{display:flex;flex-direction:column;align-items:center;width:80%;gap:1rem;background:#fff;padding:2rem 5dvw;border-radius:1rem}.dashboard__main-menu{height:100%}.dashboard__main-button{font-size:1.5rem}.solicitud__container{width:100%;display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:600px){.dashboard__main{flex-direction:column;align-items:center}.dashboard__main-feed{width:100%}.dashboard__info,.dashboard__main-menu{margin:0 10dvw}.dashboard__info-service,.dashboard__info-maintext{max-width:100%}}.generic__button{background:none;color:#356fba;font-weight:600;font-family:Funnel Sans,serif;border:#356FBA 1px solid;border-radius:2rem;padding:.5rem .8rem;cursor:pointer}.generic__button:hover{transition:50ms all ease-in;background:#356fba;color:#fff}.button_important{border:none;color:#fff;background-color:#356fba;transition:50ms all ease-in}.button_important:hover{color:#fff;background-color:#6399e0}.button__cancel{color:#ba3535;background-color:#fff;border-color:#ba3535}.button__cancel:hover{transition:50ms all ease-in;background:#ba3535;color:#fff}.solicitud__solicitudes{list-style:none;padding:1rem;border-radius:1rem;box-shadow:0 0 16px 1px #0003;display:flex;flex-direction:column;gap:1rem}.solicitud__estado{font-size:1.5rem}.solicitud__estado-activo{color:#277a00}.solicitud__estado-separados{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}@media only screen and (((max-width:900px) and (min-width:600px)) or (max-width:400px)){.solicitud__estado-separados{flex-direction:column;align-items:flex-start}}.form-container{font-family:Funnel Sans,serif;display:flex;flex-direction:column;align-items:center;max-width:50%;padding:2rem 10dvw;background-color:#fff;border-radius:1rem;box-shadow:0 5px 15px #09045340}.form-container h3{font-weight:700}.form__area,.form__area-label{display:flex;flex-direction:column}.form__area{width:100%;display:flex;align-items:center;margin:1rem}.form__area-label{width:100%;gap:.5rem;margin:.5rem}.form__area-labelText{font-size:14px;font-weight:500;color:#838383}.form__label-input-container,.form__area-input{width:100%;display:flex}.form__label-input-container{height:1.5rem;border-bottom:2px solid #e2e2e2;border-radius:.25rem;overflow:hidden;padding:.2rem}.form__label-input-container:has(.form__area-input:focus){transition:outline ease-in .1s;outline:2px solid #356FBA}.form__area-input{font-family:Funnel Sans,serif;font-size:16px;font-weight:200;border:none;outline:none}.form__area-input:focus{outline:none}.form__area-input::placeholder{color:#c5c5c5;font-weight:200}.form__password-button{padding:1rem;display:flex;justify-content:center;align-items:center;background:none;border:none;color:#356fba;max-width:24px;border-left:#356FBA 1px solid}.form__tiphandle{display:block;height:1rem;color:red}.form__mainerror{font-size:1rem;font-weight:500;color:red}@media only screen and (max-width:800px){.form-container{max-width:70%}}.login__page{display:flex;justify-content:center;align-items:center;height:calc(100dvh - 50px)}.main__footer{background-color:#1f477c;width:100%;height:200px}.main__footer-list{color:#fff;display:flex;justify-content:space-evenly}.default__header{color:#fff;height:50px}.default__header{z-index:999;top:0;left:0;right:0;position:sticky;display:flex;background-color:#356fba;font-family:Funnel Sans,serif;font-optical-sizing:auto;font-weight:700}.default__header-container{padding:0 2dvw;width:100%;height:100%;align-items:center;justify-content:space-between;display:flex}.default__header-logo a{color:#fff}.default__navbar-element{height:100%;display:flex;flex-direction:row;justify-content:space-evenly;list-style:none;margin:0}.default__navbar-element a{color:#fff;padding:0 2dvw;height:50px;display:flex;align-items:center;transition:background-color 50ms ease-out}.default__navbar-element a:hover{background-color:#6399e0}.header_button-container{display:flex;gap:.5dvw}.default__header-buttons{color:#fff;display:flex;justify-content:center;padding:.5rem .5dvw;width:min(100px);transition:background-color 50ms ease-in,box-shadow 50ms ease-in}.default__header-buttons:hover{background-color:#fff;color:#356fba}.header__buttons-important{background:none;border:2px solid #fff;color:#fff}.header__buttons-important:hover{background-color:#fff;border-color:#fff;color:#356fba}#header__login-button{order:2}.mobile__header-sidebar{display:none;z-index:10;width:50dvw;background-color:#fff;height:100dvh;position:fixed;right:0;top:0;box-shadow:0 5px 15px #09045340;flex-direction:column;align-items:flex-end}.mobile__header-sidebar>.default__navbar-element{flex-direction:column;justify-content:flex-start;color:#356fba;width:100%}.mobile__header-sidebar a{color:#356fba;width:100%}.mobile__header-sidebar a:hover{background-color:#cbdfff}.mobile__background-wrapper{z-index:9;background-color:#000000a6;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:none;position:fixed;left:0;top:0;right:0;bottom:0;width:100dvw;height:100dvh}.header__register-button{padding:1rem;width:80dvw}.header__register-button>a{width:50%}.mobile__sidebar-show,.mobile__bgwrapper-show{display:flex}.mobile__header-sidebar>.header__burger-button{color:#356fba;order:-1}.mobile__header-sidebar>.header__burger-button:hover{background-color:#356fba;color:#fff}.header__burger-button,.header__user-button{padding:0;display:none;align-items:center;width:50px;height:50px;cursor:pointer}.header__user-button{display:flex}.show__mobile{display:none}@media only screen and (min-width: 801px){.mobile__header-sidebar,.mobile__background-wrapper{display:none}}@media only screen and (max-width: 800px){.hide__tablet{display:none}.header__burger-button{display:flex;order:3}.default__header-logo{order:1}}@media only screen and (max-width: 400px){.hide__mobile{display:none}.mobile__header-sidebar{width:100dvw;left:0}.mobile__sidebar-show,.show__mobile{display:flex}}.main__hero{position:relative;height:calc(100dvh - 50px);display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;gap:0}.main__hero-background{background-color:#fff;z-index:-1;left:0;top:0;position:absolute;height:100%;width:100%}.main__hero-video-wrapper{clip-path:polygon(15% 0,100% 0%,100% 100%,15% 100%,5% 50%);background-color:#144586}.main__hero-anexo{display:flex;justify-content:flex-start}.main__hero-title{display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;font-family:Roboto,serif;font-weight:700;margin:0 5dvw}.main__hero-title h1{font-size:3rem}.main__hero-video{opacity:0;object-fit:cover;width:100%;height:100dvh;animation-delay:5s;animation:videofade .8s ease-in-out .1s forwards}@keyframes videofade{0%{opacity:0}to{opacity:30%}}@media only screen and (max-width:1200px){.main__hero-video-wrapper{clip-path:polygon(0 0,100% 0%,100% 80%,50% 90%,0 80%)}}@media only screen and (max-width: 800px){.main__hero{align-items:center;display:flex;flex-direction:column;justify-content:center;gap:5dvh}.main__hero-anexo{justify-content:center;width:100%}}@media only screen and (max-width: 400px){.main__hero-video-wrapper{clip-path:polygon(0 0,100% 0%,100% 90%,50% calc(100dvh - 50px),0 90%)}}.user__page{display:flex;justify-content:center;align-items:center;height:calc(100dvh - 50px);font-family:Funnel Sans,serif}.user__page-main{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:90dvw;height:calc(100% - 50px);max-width:800px;background:#fff;margin:2rem 5dvw;padding:1rem;border-radius:1rem;gap:2rem;box-sizing:border-box}.user__page-element{color:#356fba;height:100%;display:flex;flex-direction:column;justify-content:space-between;list-style:none;margin:0;cursor:pointer}.user__page-element a{font-weight:700;padding:0 2dvw;height:50px;display:flex;align-items:center;transition:background-color 50ms ease-out;border-radius:1rem}.user__page-element a:hover{background-color:#6399e0;color:#fff}.user__cerrarsesion a{color:#ba3535}.user__cerrarsesion a:hover{background-color:#ba3535}.service__backdrop{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:#00000093;z-index:8}.service__main{width:100dvw;position:fixed;bottom:0;left:0;height:50dvh;background-color:#fff;border-radius:1rem}.service__form-container{margin:3rem 2rem}.service__form{width:100%;gap:1rem;display:flex;flex-direction:column}#service__from-to{display:flex;flex-direction:row;justify-content:center;gap:2rem}@media only screen and (min-width:800px){.service__main{display:flex;justify-content:center;width:100%}.service__form-container{width:50%;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width:350px){.service__form-container{margin:1rem}#service__from-to{flex-direction:column;gap:1rem}}.form__container-select{display:flex;flex-direction:column;width:100%}.form__select{background:none;color:#356fba;font-weight:600;font-family:Funnel Sans,serif;border:#356FBA 1px solid;border-radius:.5rem;padding:.5rem .8rem;cursor:pointer}.form__select:hover{transition:50ms all ease-in;background:#356fba;color:#fff}*{margin:0;padding:0}body{background-color:#ececec;min-height:100dvh}a{color:#356fba;text-decoration:none}main{position:relative;min-height:calc(100dvh - 50px);display:flex;flex-direction:column;align-items:center}a:hover{color:#233a58}.no__scroll{overflow:hidden}
