@import"https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Joan&display=swap";@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons&Material+Icons";:root{--boxShadow: inset 0 0 8px 0 var(--borderColor);--focusBorder: inset 0px 2px 4px 0px var(--focusColor);--modalShadow: inset 0 0 16px 8px var(--borderColor)}:root{--textColor: rgb(44, 31, 71);--linkColor: rgb(88, 61, 143);--linkExternal: rgb(75, 20, 184);--focusColor: rgb(85, 0, 255);--borderColor: rgba(44, 43, 59, 0.6);--scrollColor: rgb(169, 167, 190);--bgColor: rgb(226, 226, 233);--transparentColor: rgba(6, 0, 77, 0.6);--activeColor: rgba(168, 148, 209, 0.6);--menuColor: rgb(198, 196, 212);--actualColor: rgba(89, 87, 117, 0.3);--actualFocusColor: rgba(150, 144, 213, 0.3);--successBg: rgba(0, 200, 0, 0.2);--alertSuccess: rgba(100, 255, 100, 0.1);--successColor: rgb(0, 200, 0);--successText: rgb(0, 50, 0);--warningBg: rgba(255, 150, 0, 0.2);--warningColor: rgb(255, 150, 0);--errorBg: rgba(255, 0, 0, 0.2);--alertError: rgba(255, 100, 100, 0.1);--errorColor: rgb(200, 0, 0);--infoColor: rgb(100, 0, 0);--updateBg: rgba(0, 140, 255, 0.1);--updateColor: rgb(0, 140, 255)}:root{--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--joan: "Joan", serif;--gentium: "Gentium Plus", serif;--abril: "Abril Fatface", cursive;--material-icons: "Material Icons", sans-serif}:root{--visible: visible}@media print{:root{--textColor: black;--linkColor: black;--focusColor: none;--borderColor: black;--scrollColor: none;--bgColor: white;--transparentColor: rgba(0, 0, 0, 0.5);--closeColor: rgb(159, 159, 159);--openColor: rgb(210, 210, 210);--boxShadow: none;--modalShadow: none}}:root{--sizeAll: 100%;--sizeMenu: 4rem;--sizeGap: 8;--minWidthMobile: 300px;--menuFontSize: 1.8rem;--sizeGeneral: 1rem;--sizeHalf: 0.5rem;--sizeDubble: 2rem}:root{--activeHeight: height 0.3s ease-in-out;--activeWidth: width 0.3s ease-in-out;--transitionAll: all 0.3s;--noTransition: all 0.3s}*:not(head,meta,title,link,script,style,table,tbody,tfoot,thead,tr,td,th,label,input,textarea,select,option,p,br,hr,blockquote,q,code,span,strong,em,h1,h2,h3,h4,h5,h6,img,a,li,dd,dt,i,li,dd,dt),.flex-column{display:flex;flex-direction:column}html{top:0;left:0;width:var(--sizeAll);height:var(--sizeAll);position:fixed;font-size:62.5%;font-weight:normal;font-family:var(--font-family-base)}body{flex:1 0;-webkit-user-drag:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:1.6rem;scroll-behavior:smooth}html,body{overflow:auto}*[class*=adaptive-img]{position:relative}*[class*=adaptive-img]>span,*[class*=adaptive-img]>span>img{top:0;left:0;right:0;bottom:0;padding:0;border:none;display:block;position:absolute;box-sizing:border-box}*[class*=adaptive-img]>span{margin:0;opacity:1;width:initial;height:initial;overflow:hidden;background:none}*[class*=adaptive-img]>span>img{width:0;height:0;margin:auto;min-width:100%;max-width:100%;min-height:100%;max-height:100%}.adaptive-img--cover>span>img{-o-object-fit:cover;object-fit:cover}.adaptive-img--contain>span>img{-o-object-fit:contain;object-fit:contain}h1,h2,h3,h4,h5,h6{margin:0}ul,ol,dl,li,dd,dt{list-style:none;padding:0;margin:0}a{text-decoration:none}input{border:none;outline:none;background:rgba(0,0,0,0)}*{scrollbar-width:thin;scrollbar-color:var(--linkColor) var(--scrollColor)}*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-track{background-color:var(--scrollColor)}*::-webkit-scrollbar-thumb{background-color:var(--linkColor);border-radius:20px;border:1px solid var(--borderColor)}*::-webkit-scrollbar-corner{background-color:var(--bgColor)}body{flex:1 0;height:var(--sizeAll);background-color:var(--bgColor);color:var(--textColor);box-shadow:var(--boxShadow);letter-spacing:.05rem;font-family:var(--joan),var(--font-family-base)}@media(max-width: 1024px){body{font-size:large}}.container{margin-top:var(--sizeMenu);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:0rem;width:var(--sizeAll);height:var(--sizeAll)}p{margin-bottom:var(--sizeHalf)}.internal,.internal a,.internal button{color:var(--linkColor)}.external,.external a,.external button{color:var(--linkExternal)}a{text-decoration:none;padding:0 .5rem;background:none;border:none;justify-content:center;font-style:italic;font-family:var(--abril),var(--font-family-base)}.button,.btn{font-weight:700;font-family:var(--gentium),var(--font-family-base)}h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{font-weight:700;font-style:normal;font-family:var(--gentium),var(--font-family-base);margin:1em 0 1em}h1,.h1{font-size:3rem;text-align:center;font-family:var(--abril),var(--font-family-base);margin-bottom:1.5em}h2,.h2{font-size:2.8rem}h3,.h3{font-size:2.6rem}h4,.h4{font-size:2.4rem}h5,.h5{font-size:2.2rem}.no-flex{display:initial}.main{width:var(--sizeAll);gap:var(--sizeDubble);justify-content:center;padding-bottom:calc(var(--sizeMenu) + var(--sizeDubble))}@media screen and (max-width: 1024px){.main{width:var(--sizeAll);padding-bottom:var(--sizeDubble)}}.main>section{width:var(--sizeAll)}.main>section .section-content{width:90%;margin:0 auto;gap:var(--sizeGeneral)}@media screen and (max-width: 1024px){.main>section .section-content{width:var(--sizeAll)}}.main>section .section-content>div{gap:var(--sizeGeneral)}.main>section_banner{width:var(--sizeAll);height:var(--sizeBanner);background:var(--bgColor);box-shadow:var(--boxShadow)}@media screen and (max-width: 1024px){.main>section_banner{width:var(--sizeAll);height:var(--sizeAll)}}@media(max-width: 1024px){.main>section{width:98%;margin:auto}}.btn{flex:1 0;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;color:var(--linkColor);padding:6px 12px;margin-bottom:0;line-height:1.42857143;white-space:nowrap;touch-action:manipulation;cursor:pointer;user-select:none;background-image:none;border:1px solid rgba(0,0,0,0);border-radius:.5rem;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:all .2s ease-in-out;font-size:var(--menuFontSize);min-width:10rem;max-width:fit-content}.btn:before,.btn:after{display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:var(--material-icons);text-transform:none;text-rendering:optimizeLegibility;font-style:normal;font-weight:normal;line-height:0;font-size:2.4rem;min-height:2rem}@media(max-width: 1024px){.btn{min-width:var(--sizeAll);font-size:small}}.btn-no-style{padding:inherit;margin:inherit;line-height:inherit;min-height:inherit;max-height:inherit;min-width:inherit;max-width:inherit;border:inherit;border-radius:inherit;box-shadow:initial;background:inherit}.btn-delete,.btn-add,.btn-update{border-radius:4rem}.btn-success,.btn-add{background-color:var(--successBg);border-color:var(--successColor)}.btn-cancel,.btn-delete{background-color:var(--errorBg);border-color:var(--errorColor)}.btn-reset,.btn-update{background-color:var(--warningBg);border-color:var(--warningColor)}.btn-upload,.btn-dl{background-color:var(--updateBg);border-color:var(--updateColor)}.btn-sr{min-width:0;max-width:4rem;border-radius:50%}.form{padding:6px 12px;margin:auto;font-size:14px;line-height:1.42857143}.form-group{margin:1.5rem 0;gap:var(--sizeGap) px}.legend{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center;font-family:var(--gentium);font-weight:700;font-size:larger}.group-end,.group-row,.form__replace-delete{flex:1 0;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px}.form-control{width:100%;border-bottom:1px solid var(--textColor);border-radius:4px;padding:.6rem 0 .6rem 2em;line-height:1.42857143;color:var(--textColor);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in;min-width:20%;font-family:var(--gentium);font-weight:700;font-size:larger}@media(min-width: 1024px){.form-control{width:var(--sizeAll)}}input::placeholder{color:var(--borderColor)}.input-content:before,.input-content:after{display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:var(--material-icons);text-transform:none;text-rendering:optimizeLegibility;font-style:normal;font-weight:normal;line-height:0;font-size:2.4rem;min-height:2rem}.input-content:after,.input-content:before{position:relative;justify-content:start;align-items:start;min-height:0;top:1.8rem;padding-left:.5rem}.is-invalid{border-color:var(--errorColor);-webkit-box-shadow:0 0 2px var(--errorColor);box-shadow:0 0 2px var(--errorColor);color:var(--errorColor)}.alert{margin-top:2rem;border:1px solid rgba(0,0,0,0);border-radius:4px;-webkit-box-shadow:0 0 .5rem rgba(0,0,0,.1);box-shadow:0 0 .5rem rgba(0,0,0,.1)}.alert-error{background-color:var(--alertError);margin-top:0}.alert-errors{background-color:var(--alertError)}.alert-success{background-color:var(--alertSuccess)}.alert-errors,.alert-success{padding:1.5rem;justify-content:center;align-items:center}.text-danger,.text-dangers,.text-success,.form-info{font-family:var(--gentium);font-weight:700;font-size:larger;flex:1 0;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:8px}.text-danger:before,.text-danger:after,.text-dangers:before,.text-dangers:after,.text-success:before,.text-success:after,.form-info:before,.form-info:after{display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:var(--material-icons);text-transform:none;text-rendering:optimizeLegibility;font-style:normal;font-weight:normal;line-height:0;font-size:2.4rem;min-height:2rem}.text-danger{color:var(--errorColor);font-weight:600}.text-danger:before,.text-dangers:before{content:"warning_amber"}.text-dangers,.text-success{flex:1 0;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:8px;font-weight:700}.text-success{color:var(--successText)}.text-success:before{content:"verified"}.text-dangers,.form-info{color:var(--infoColor)}@media(max-width: 1024px){.form-info p{text-align:center}}.form-info:before{content:"info";margin-bottom:.6rem}.home .section-content{width:90%;margin:0 auto;gap:var(--sizeGeneral)}@media screen and (max-width: 1024px){.home .section-content{width:var(--sizeAll)}}.home .section-content>div{gap:var(--sizeGeneral)}.home_banner{width:var(--sizeAll);height:var(--sizeBanner);background:var(--bgColor);box-shadow:var(--boxShadow)}@media screen and (max-width: 1024px){.home_banner{width:var(--sizeAll);height:var(--sizeAll)}}.actuality{flex:1 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.actuality-content{max-width:var(--sizeAll)}.about .section-content{width:90%;margin:0 auto;gap:var(--sizeGeneral)}@media screen and (max-width: 1024px){.about .section-content{width:var(--sizeAll)}}.about .section-content>div{gap:var(--sizeGeneral)}.about_banner{width:var(--sizeAll);height:var(--sizeBanner);background:var(--bgColor);box-shadow:var(--boxShadow)}@media screen and (max-width: 1024px){.about_banner{width:var(--sizeAll);height:var(--sizeAll)}}.about-header{flex:1 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.legal .section-content{width:90%;margin:0 auto;gap:var(--sizeGeneral)}@media screen and (max-width: 1024px){.legal .section-content{width:var(--sizeAll)}}.legal .section-content>div{gap:var(--sizeGeneral)}.legal_banner{width:var(--sizeAll);height:var(--sizeBanner);background:var(--bgColor);box-shadow:var(--boxShadow)}@media screen and (max-width: 1024px){.legal_banner{width:var(--sizeAll);height:var(--sizeAll)}}.legal .content{gap:2em}.shadow{transition:var(--transitionAll);position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;background-color:var(--transparentColor)}.close-icon{position:absolute;background-repeat:no-repeat;background-size:var(--sizeMenu);cursor:pointer;height:var(--sizeMenu);background-color:initial;border:none;top:0;right:0}.actual{background-color:var(--actualColor)}.actual :focus,.actual :focus-within,.actual :hover,.actual:focus,.actual:focus-within,.actual:hover{box-shadow:inherit}.actual:focus,.actual:hover{background-color:var(--actualFocusColor);transition:var(--transitionAll)}@media(max-width: 1024px){.actual:focus,.actual:hover{background-color:var(--actualColor)}}@media(max-width: 1024px){.btn-navbar,.btn-navbar:before,.btn-navbar:after{font-size:small;min-width:initial;max-width:initial}}.btn-navbar.btn-collapse:focus{background:var(--actualColor)}@media(max-width: 1024px){.hamberger-menu{position:fixed;top:0;width:var(--sizeAll);background-repeat:no-repeat;background-size:var(--sizeMenu);cursor:pointer;height:var(--sizeMenu);background-color:initial;border:none;background-color:var(--bgColor);z-index:50}.hamberger-menu:before,.hamberger-menu:after{position:absolute;top:0;left:0;width:100%;height:100%}}.header{position:fixed;left:0;height:var(--sizeMenu);justify-content:center;background-color:var(--menuColor);box-shadow:var(--boxShadow);z-index:50;top:0;width:var(--sizeAll)}@media(max-width: 1024px){.header{font-size:small}}.header-menu{line-height:var(--sizeMenu);width:var(--sizeAll);flex:1 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:3.2px}.header-menu>div{width:var(--sizeAll)}.header-menu__list,.header-menu__link{flex:1 0;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:0px}.header-menu__link,.header-menu__link a,.header-menu__link button{font-family:var(--gentium),var(--font-family-base);font-weight:700;font-size:var(--menuFontSize);text-align:center;width:var(--sizeAll);margin:0}.header-menu__link.list4{display:initial}.logo{height:var(--sizeMenu);background-image:url("../../images/logo/kte.svg");background-repeat:no-repeat;background-size:contain;left:0;top:0;cursor:pointer}.logo>a{padding-left:3rem}.user-menu{flex:1 0;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:0px;background-color:var(--menuColor);box-shadow:var(--boxShadow)}.user-menu li{min-width:var(--sizeAll)}.user-menu a{text-align:center}@media(max-width: 1024px){.header{width:300px;z-index:150;height:calc(var(--sizeMenu)*var(--sizeGap))}.header-menu{overflow:hidden;visibility:hidden}.header-menu__list{display:flex;flex-direction:column;justify-content:end;align-items:start;gap:var(--sizeGap)rem;margin-top:var(--sizeMenu)}.header-menu__link a,.header-menu__link button{padding:0 8px 0 var(--sizeMenu);justify-content:start;align-items:center;text-align:left}.user-menu{width:var(--sizeAll)}.user-menu li{padding:0 1rem}.user-menu li a{text-align:left}}.footer{position:fixed;left:0;height:var(--sizeMenu);justify-content:center;background-color:var(--menuColor);box-shadow:var(--boxShadow);width:var(--sizeAll);bottom:0;padding:0 var(--sizeHalf)}@media(max-width: 1024px){.footer{font-size:small}}.footer span{color:var(--linkColor)}.footer *{font-size:1.3rem}.footer-menu{flex:1 calc((100 / 2) - 1.6);display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.6px}.footer-menu a:hover>img,.footer-menu a:focus>img{height:3.5rem;transition:var(--transitionAll);margin:0 -0.5rem}.footer-menu__link img{height:2.5rem;padding:0}.footer-menu__list{flex:1 calc((100 / 3) - 0);display:flex;flex-direction:row;justify-content:end;align-items:center;flex-wrap:nowrap;gap:0px}.footer-menu__list:first-child{flex:1 calc((100 / 3) - 0);display:flex;flex-direction:row;justify-content:start;align-items:center;flex-wrap:wrap;gap:0px}.footer-menu__list:first-child a :focus,.footer-menu__list:first-child a :focus-within,.footer-menu__list:first-child a :hover,.footer-menu__list:first-child a:focus,.footer-menu__list:first-child a:focus-within,.footer-menu__list:first-child a:hover,.footer-menu__list:first-child a>img :focus,.footer-menu__list:first-child a>img :focus-within,.footer-menu__list:first-child a>img :hover,.footer-menu__list:first-child a>img:focus,.footer-menu__list:first-child a>img:focus-within,.footer-menu__list:first-child a>img:hover{box-shadow:inherit}.footer-menu__link,.footer-menu__link a{display:flex;height:var(--sizeMenu);padding:0 var(--sizeHalf);align-items:center}.footer-menu__list,.footer-menu__copyright{align-items:center}@media(max-width: 1024px){.footer{padding-bottom:var(--sizeGeneral);width:var(--sizeAll);position:initial;height:fit-content;align-items:center}.footer-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--sizeGap)rem}.footer-menu__link{padding:0 var(--sizeGeneral)}.footer-menu__list:first-child{flex:1 calc((100 / 3) - 0);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0px}}.btn-success:before{content:"check"}.btn-cancel:before{content:"cancel"}.btn-reset:before{content:"restart_alt"}.btn-add:after{content:"add"}.btn-delete:after{content:"delete"}.btn-update:after{content:"edit"}.btn-login:after{content:"lock_open"}.btn-logout:after{content:"lock"}.btn-close{height:var(--sizeMenu)}.btn-close:after{content:"close";justify-content:end;width:var(--sizeAll);padding-right:var(--sizeGeneral)}.btn-menu:before{content:"menu";font-size:var(--sizeMenu);height:var(--sizeMenu);justify-content:start}.btn-name:before{content:"face"}.btn-email:before{content:"email"}.btn-address:before{content:"place"}.btn-city:before{content:"location_city"}.btn-phone:before{content:"phone"}.btn-password:before{content:"key"}.btn-society:before{content:"corporate_fare"}.btn-service:before{content:"group"}.btn-title:before{content:"title"}.btn-description:before{content:"description"}.btn-back:before{content:"arrow_back"}.btn-collapse:after{content:"keyboard_arrow_down";right:0;transition:transform .3s ease-in-out}.btn-collapse.active{background-color:var(--actualColor);transition:var(--transitionAll)}.btn-collapse.active:after{transform:rotate(180deg)}.btn-file:before{content:"file_upload"}.openElements{position:initial;z-index:initial;visibility:initial}.collapse{position:absolute;overflow:hidden;visibility:hidden;height:0;transition:all .3s}.dl-Picture.collapse{position:inherit}.bold{font-weight:bold}.italic{font-style:italic}.underline{text-decoration:underline}.normal{font-weight:normal;text-decoration:none}.relative{position:relative}.absolute{position:absolute}.flex-center{justify-content:center;align-items:center}.center{text-align:center}.flex-right{justify-content:flex-end;align-items:center}.right{text-align:right}.flex-left{justify-content:flex-start;align-items:center}.left{text-align:left}.justify{text-align:justify}.sr-only,.sr-only-focus:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}a :focus,a :focus-within,a:focus,a:focus-within,button :focus,button :focus-within,button:focus,button:focus-within,input :focus,input :focus-within,input:focus,input:focus-within,optgroup :focus,optgroup :focus-within,optgroup:focus,optgroup:focus-within,select :focus,select :focus-within,select:focus,select:focus-within,textarea :focus,textarea :focus-within,textarea:focus,textarea:focus-within,*[tabindex] :focus,*[tabindex] :focus-within,*[tabindex]:focus,*[tabindex]:focus-within{color:var(--focusColor);outline:none;box-shadow:var(--focusBorder),0 0 0 1px rgba(255,255,255,.5);transition:var(--transitionAll)}a :hover,a:hover,button :hover,button:hover,input :hover,input:hover,optgroup :hover,optgroup:hover,select :hover,select:hover,textarea :hover,textarea:hover,*[tabindex] :hover,*[tabindex]:hover{color:var(--focusColor);outline:none;box-shadow:var(--focusBorder),0 0 0 1px rgba(255,255,255,.5);transition:var(--transitionAll)}a :active,a:active,button :active,button:active,input :active,input:active,optgroup :active,optgroup:active,select :active,select:active,textarea :active,textarea:active,*[tabindex] :active,*[tabindex]:active{background-color:var(--activeColor);color:var(--focusColor);outline:none;box-shadow:var(--focusBorder),0 0 0 1px rgba(255,255,255,.5);transition:var(--transitionAll)}@media(max-width: 1024px){a :focus,a :focus-within,a :hover,a:focus,a:focus-within,a:hover,button :focus,button :focus-within,button :hover,button:focus,button:focus-within,button:hover,input :focus,input :focus-within,input :hover,input:focus,input:focus-within,input:hover,optgroup :focus,optgroup :focus-within,optgroup :hover,optgroup:focus,optgroup:focus-within,optgroup:hover,select :focus,select :focus-within,select :hover,select:focus,select:focus-within,select:hover,textarea :focus,textarea :focus-within,textarea :hover,textarea:focus,textarea:focus-within,textarea:hover,*[tabindex] :focus,*[tabindex] :focus-within,*[tabindex] :hover,*[tabindex]:focus,*[tabindex]:focus-within,*[tabindex]:hover{box-shadow:inherit}}@media(prefers-reduced-motion: reduce){*{-webkit-animation:unset !important;animation:unset !important;transition:none !important}}@media(prefers-reduced-motion: no-preference){*{scroll-behavior:smooth}}
