:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login{display:flex;align-items:center;background-color:#ec4f20;justify-content:flex-start;height:auto;min-height:calc(100vh - 100px);flex-direction:column}.login .logo{margin-top:80px}.login .logo img{width:227px}@media (max-width: 900px){.login .logo img{width:143px}}.login .text{color:#fff;display:flex;flex-direction:column;max-width:600px;justify-content:center;align-items:center}@media (max-width: 900px){.login .text{width:80%}}.login .text p{font-size:20px;text-align:left}@media (max-width: 900px){.login .text p{font-size:17px;text-align:center}}.login .form{margin:20px auto;max-width:600px}.login .form input{margin:8px 0 32px;width:560px;height:35px;padding-left:20px}@media (max-width: 900px){.login .form input{width:300px;height:25px}}.login .form input .input{text-align:center;color:#000;background-color:#fff;border:1px solid #410099;margin-top:0}.login .label{color:#fff;margin:0}.login #buttonLogin{background-color:#410099;border:1px solid #410099;color:#fff;margin-top:12px;width:100%;height:40px;cursor:pointer;text-transform:uppercase}.login #buttonLogin:hover{box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}@media (max-width: 900px){.login #buttonLogin{margin-bottom:100px}}.contentLogo{margin:0 auto;width:100%;height:100px;display:flex;justify-content:center;background-color:#fff}.contentLogo img{width:200px;height:80px}.loaderBox{background-color:#ec4f20;width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.loaderBox .loader{display:block;position:relative;width:64px;height:64px;background:#fff;border-radius:50%;overflow:hidden}.loaderBox .loader:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;margin:auto;background:#EC4F20;border-radius:50%}.loaderBox .loader:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:#410099;animation:crlMugLoader 2s linear infinite alternate}@keyframes crlMugLoader{0%,10%{transform:translateY(64px)}90%,to{transform:translateY(0)}}.sectionBanner{width:100%;height:400px;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}@media (max-width: 980px){.sectionBanner{height:300px;margin-bottom:20px}}.sectionBanner .bg_banner{max-height:400px;position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}@media (max-width: 980px){.sectionBanner .bg_banner{height:100%}}.sectionBanner .bg_banner img{width:100%;height:100%;object-fit:cover}.sectionBanner .logo{margin-bottom:10px}.sectionBanner .logo img{width:227px}@media (max-width: 980px){.sectionBanner .logo img{width:150px}}@media (max-width: 980px){.sectionBanner .textBanner{width:90%}}.sectionBanner .textBanner p{font-size:16px;text-align:center;color:#fff}.sectionBanner .infoBanner{margin-bottom:30px}.sectionBanner .infoBanner p{text-align:center;font-size:30px;color:#fff;margin:0}@media (max-width: 980px){.sectionBanner .infoBanner p{font-size:22px}}.sections{width:90%;max-width:980px;margin:0 auto}.sections .s1 .titleS1{font-size:38px}@media (max-width: 980px){.sections .s1 .titleS1{font-size:26px;margin:0;padding-top:10px}}.sections .s1 .textS1{font-size:20px;margin:0}@media (max-width: 980px){.sections .s1 .textS1{font-size:16px;color:#202221}}.sections .s1 .btnNomination{width:400px;height:45px;display:flex;justify-content:center;align-items:center;background-color:#410099}@media (max-width: 980px){.sections .s1 .btnNomination{width:90%}}.sections .s1 .btnNomination a{cursor:pointer;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff;background-color:#410099;border:1px solid #410099}@media (max-width: 980px){.sections .s1 .btnNomination a{width:100%;height:45px;margin-left:auto;margin-right:auto}}.sections .s2 .contentTitleS2{display:flex;justify-content:center;padding-top:25px}.sections .s2 .contentTitleS2 .titleS2{font-size:35px}@media (max-width: 980px){.sections .s2 .contentTitleS2 .titleS2{font-size:25px}}.sections .s2 .sectionCard{display:grid;grid-template-columns:1fr 1fr;gap:60px}@media (max-width: 980px){.sections .s2 .sectionCard{grid-template-columns:1fr;justify-items:center;align-items:center}}.sections .s2 .sectionCard .card{display:flex;flex-direction:column;max-width:400px}.sections .s2 .sectionCard .card img{width:400px}@media (max-width: 980px){.sections .s2 .sectionCard .card img{width:100%}}.sections .s2 .sectionCard .card h3{margin:20px 0 0;line-height:25px;font-size:20px;color:#000;font-weight:700}@media (max-width: 980px){.sections .s2 .sectionCard .card h3{font-size:18px}}.sections .s2 .sectionCard .card p{font-size:20px;margin:0;color:#202221}@media (max-width: 980px){.sections .s2 .sectionCard .card p{font-size:16px}}.sections .s2 .sectionCard .card .modalActiveBtn{height:40px;margin-top:20px;background-color:#fff;border:1px solid #410099;color:#410099;cursor:pointer}@media (max-width: 980px){.sections .s2 .sectionCard .card .modalActiveBtn{width:90%;margin-left:auto;margin-right:auto}}.sections .s3{padding-top:30px}.sections .s3 .titleS3 h1{font-size:30px}@media (max-width: 980px){.sections .s3 .titleS3 h1{font-size:25px;margin:0 auto;text-align:center}}.sections .s3 .contentBox{display:flex;gap:80px}@media (max-width: 980px){.sections .s3 .contentBox{flex-direction:column;gap:0}}.sections .s3 .contentBox .box1 .box{display:flex;gap:50px;padding-bottom:50px;align-items:center}@media (max-width: 980px){.sections .s3 .contentBox .box1 .box{gap:26px}}.sections .s3 .contentBox .box1 .box img{width:60px;height:80px}@media (max-width: 980px){.sections .s3 .contentBox .box1 .box img{width:40px;height:auto}}.sections .s3 .contentBox .box1 .box p{font-size:20px;line-height:26px}@media (max-width: 980px){.sections .s3 .contentBox .box1 .box p{font-size:16px;line-height:19px}}.sections .s3 .contentBox .box1 .box p span{color:#202221}.sections .s3 .contentBox .box2 .box{gap:50px;padding-bottom:50px;align-items:center}.sections .s3 .contentBox .box2 .box p{font-size:20px;line-height:26px;font-weight:400}@media (max-width: 980px){.sections .s3 .contentBox .box2 .box p{font-size:16px;line-height:19px}}.sections .s3 .contentBox .box2 .box p span{color:#202221}.sections .s3 .contentBox .box2 .box .btnRules{width:400px;height:45px;border:1px solid #410099;display:flex;justify-content:center;align-items:center}@media (max-width: 980px){.sections .s3 .contentBox .box2 .box .btnRules{width:90%}}.sections .s3 .contentBox .box2 .box .btnRules a{display:flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;color:#410099}@media (max-width: 980px){.sections .s3 .contentBox .box2 .box .btnRules a{width:90%;height:45px;margin-left:auto;margin-right:auto}}.sections .s3 .contentReport{padding-bottom:16%;max-width:610px}.sections .s3 .contentReport h1{font-size:30px;font-weight:700}@media (max-width: 980px){.sections .s3 .contentReport h1{font-size:16px;line-height:19px}}.sections .s3 .contentReport p{font-size:20px}@media (max-width: 980px){.sections .s3 .contentReport p{font-size:16px;line-height:19px}}.sections .s3 .contentReport .btnReport{width:400px;height:45px;display:flex;justify-content:center;align-items:center;border:1px solid #410099;background-color:#410099}@media (max-width: 980px){.sections .s3 .contentReport .btnReport{width:90%}}.sections .s3 .contentReport .btnReport .link{display:flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;color:#fff}@media (max-width: 980px){.sections .s3 .contentReport .btnReport .link{width:90%;height:45px;margin-left:auto;margin-right:auto}}ModalT1.isOpen{overflow:hidden}.navbar{background-color:#410099;width:100%;-webkit-transition:background-color .5s linear;-ms-transition:background-color .5s linear;transition:background-color .5s linear;padding:10px 0}@media (max-width: 480px){.navbar{max-height:100px;height:auto}}.navbar .iconsNav{display:flex;width:100%;align-items:center;justify-content:center}.navbar .iconsNav .logo{height:auto}.navbar .iconsNav .logo img{width:150px;height:auto;object-fit:contain}@media (max-width: 480px){.navbar .iconsNav .logo img{width:100px}}.navbar .iconsNav .icon{display:flex;justify-content:center;align-items:center;gap:20px;position:absolute;left:50px}@media (max-width: 480px){.navbar .iconsNav .icon{left:20px}}.navbar .iconsNav .icon a{display:flex}.navbar .iconsNav .icon a img{object-fit:contain}.navbar .iconsNav .icon a .logoutImg{width:20px}.navbar .iconsNav .back{width:fit-content;padding:0;margin:0}.navbar .iconsNav .back.hideHere{display:none}.navbar .iconsNav .back button p{color:#fff}.navbar .iconsNav .back button img{transform:rotate(180deg)}.navbar nav{width:95%;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:3px}@media (max-width: 480px){.navbar nav{height:auto}}.navbar nav .burguer{cursor:pointer}.navbar nav .burguer div{height:3px;width:20px;background-color:#fff;margin:5px;transition:all .5s ease}@media (max-width: 980px){.navbar nav .burguer div{width:20px;height:2px}}.navbar nav .logo img{width:227px}@media (max-width: 900px){.navbar nav .logo img{width:143px}}.navbar nav .invisible{width:0;height:0;visibility:hidden}.navbar nav .toggle .line1{transform:rotate(-45deg) translate(-5px,6px);background-color:#fff}.navbar nav .toggle .line2{opacity:0;background-color:#fff}.navbar nav .toggle .line3{transform:rotate(45deg) translate(-5px,-7px);background-color:#fff}@media (max-width: 980px){.navbar nav .toggle .line3{transform:rotate(45deg) translate(-4px,-5px)}}.navbar .contentNav{z-index:10;position:absolute;border-radius:10px;left:-100%;top:80px;background-color:#410099;height:350px;width:450px;transition:all .5s ease;z-index:10000;overflow-y:auto}@media (max-width: 480px){.navbar .contentNav{width:480px}}@media (max-width: 900px){.navbar .contentNav{width:320px}}.navbar .contentNav ul{display:flex;gap:6px;flex-direction:column;width:70%;margin:0 auto;list-style-type:none;padding:50px 0}@media (max-width: 480px){.navbar .contentNav ul{width:90%;padding:10px 0}}.navbar .contentNav ul .navArrow a{font-family:adineuePROTT-Bold;width:100%;display:flex;justify-content:space-between;font-size:20px;text-decoration:none;font-weight:700;color:#fff}.navbar .contentNav ul .navArrow a:hover{text-decoration:underline}@media (max-width: 980px){.navbar .contentNav ul .navArrow a{font-size:15px}}.navbar .contentNav ul .navArrow img{width:35px}@media (max-width: 480px){.navbar .contentNav ul .navArrow img{width:23px}}.navbar .contentNav ul hr{border:1px solid #EC4F20;width:100%}.navbar .show{left:0}.navbar .show body{overflow:hidden}.notOverflowY .logo{margin:auto}.notOverflowY .back,.notOverflowY .navSearch,.notOverflowY .navUser{display:none!important}.modalContent{background:rgba(0,0,0,.66);position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:5}.modalContent .modalT1{position:relative;background:#fff;padding:0 0 20px;border-radius:5px;box-shadow:0 0 10px #0003}@media (max-width: 980px){.modalContent .modalT1{width:90%}}.modalContent .modalT1 .modalT1Close{position:absolute;top:-24px;right:0;color:#fff;background:none;border:none;cursor:pointer;border-bottom:1px #fff solid;padding:0}.modalContent .modalT1 .contentModalT1 .headerBanner img{width:100%}.modalContent .modalT1 .contentModalT1 .infoT1{display:flex;flex-direction:column;max-width:610px;margin:0 auto;padding-top:40px;width:90%}.modalContent .modalT1 .contentModalT1 .infoT1 .iconT1{width:80px}@media (max-width: 980px){.modalContent .modalT1 .contentModalT1 .infoT1 .iconT1{width:40px}}.modalContent .modalT1 .contentModalT1 .infoT1 h2{font-size:24px;line-height:24px;color:#202221}.modalContent .modalT1 .contentModalT1 .infoT1 p{color:#202221}.modalContent .modalT1 .contentModalT1 .infoT1 .contentBtn{text-align:center;margin:20px 0 55px}.modalContent .modalT1 .contentModalT1 .infoT1 a{background-color:#410099;margin-top:20px;padding:10px 25px;color:#fff;cursor:pointer;text-decoration:auto}@media (max-width: 980px){.modalContent .modalT1 .contentModalT1 .infoT1 a{width:90%;margin-left:auto;margin-right:auto}}.contentFooter{height:100px;margin:50px auto 0;bottom:0;left:0;width:100%;display:flex;justify-content:center;background-color:#410099}@media (max-width: 480px){.contentFooter{height:70px;padding:10px 0}}.contentFooter .logo{display:flex;justify-content:center;align-items:center;width:100%}.contentFooter .logo img{width:150px;height:auto}@media (max-width: 480px){.contentFooter .logo img{width:100px}}.generalNomination .box_content{max-width:610px;margin:auto;height:auto;min-height:calc(100vh - 186.2px)}@media (max-width: 1920px){.generalNomination .box_content{margin:0 auto 100px}}@media (max-width: 980px){.generalNomination .box_content{min-height:calc(100vh - 155.13px)}}.banner{width:100%;height:200px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.banner .bg_banner{position:absolute;width:100%;z-index:-1;left:0;top:0}.banner .bg_banner img{width:100%;height:200px;object-fit:cover}.banner h1{font-size:35px;color:#fff}@media (max-width: 980px){.banner h1{font-size:22px}}label{display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px}.textS1{margin:0 auto;padding-top:20px;padding-bottom:40px}@media (max-width: 980px){.textS1{width:90%;max-width:450px}}.textS1 p{padding-top:10px;font-size:20px;line-height:26px;color:#000}@media (max-width: 980px){.textS1 p{font-size:16px;line-height:20px}}.contentStep .stepsCircle{max-width:400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:50px}@media (max-width: 980px){.contentStep .stepsCircle{width:320px}}.contentStep .stepsCircle .step{display:flex;flex-direction:column;align-items:center;cursor:pointer}.contentStep .stepsCircle .circle{width:50px;height:50px;background-color:#cbbcdf;border-radius:50%;color:#fff;font-size:24px;display:flex;justify-content:center;align-items:center;margin-bottom:10px;z-index:20}@media (max-width: 980px){.contentStep .stepsCircle .circle{width:40px;height:40px}}.contentStep .stepsCircle .completed .circle{background-color:#410099;color:#fff}.contentStep .container_step{position:relative;max-width:400px;margin:auto}.contentStep .progress-bar{background-color:#cbbcdf;height:10px;width:96%;max-width:400px;top:-59px;z-index:0;position:relative;margin:20px auto 0}@media (max-width: 980px){.contentStep .progress-bar{width:315px}}.contentStep .progress-bar .progress-indicator{border-radius:60px;height:100%;background-color:#410099;width:0;position:absolute;top:0;left:0}.contentStep .hidden{visibility:hidden}.contentStep .visible{display:block}.contentStep .progress{height:100%;background-color:#410099}.contentStep .textStep{max-width:500px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;color:#410099;position:relative;top:-43px}.contentStep .textStep p{text-align:center}.contentStep .textStep .visible{visibility:visible;grid-column:auto}.contentStep .textStep .hidden{visibility:hidden}.S1Nomination{width:700px;margin:0 auto 20px}@media (max-width: 980px){.S1Nomination{width:90%;max-width:450px}}.S1Nomination .step1{height:210px;display:flex;flex-direction:column;gap:20px}.S1Nomination .step1 h1{font-size:20px;line-height:26px;font-weight:700;color:#000}@media (max-width: 980px){.S1Nomination .step1 h1{font-size:16px;line-height:20px}}.S1Nomination .btnS1{padding-top:20px;margin-bottom:20px}@media (max-width: 980px){.S1Nomination .btnS1{display:flex;justify-content:center}}.S1Nomination .btnS1 button{cursor:pointer;width:610px;height:40px;margin-top:20px;background-color:#410099;border:1px solid #410099;color:#fff}@media (max-width: 980px){.S1Nomination .btnS1 button{width:90%;height:45px;margin-left:auto;margin-right:auto}}.S2Nomination{width:700px;margin:0 auto 20px}@media (max-width: 980px){.S2Nomination{width:90%;max-width:450px}}.S2Nomination .step2{display:flex;flex-direction:column;gap:20px}.S2Nomination .step2 h1{font-size:20px;line-height:26px;font-weight:700;color:#000}@media (max-width: 980px){.S2Nomination .step2 h1{font-size:16px;line-height:20px}}.S2Nomination .step2 input{width:610px;height:30px}@media (max-width: 980px){.S2Nomination .step2 input{width:90%;padding:10px}}.S2Nomination .step2 .description{width:100%}.S2Nomination .step2 .description input{height:131px}@media (max-width: 980px){.S2Nomination .step2 .description input{padding:10px}}.S2Nomination .step2 .description .maxCharacters{position:relative;right:-500px;top:-55px;color:#a8abaa}.S2Nomination .btnS1{padding-top:20px;padding-bottom:20px}@media (max-width: 980px){.S2Nomination .btnS1{display:flex;justify-content:center}}.S2Nomination .btnS1 button{width:610px;height:40px;margin-top:20px;background-color:#410099;border:1px solid #410099;color:#fff}@media (max-width: 980px){.S2Nomination .btnS1 button{width:90%;height:45px;margin-left:auto;margin-right:auto}}.S3{width:700px;margin:0 auto 20px}@media (max-width: 980px){.S3{width:90%;max-width:450px}}.S3 .step3{display:flex;flex-direction:column;gap:20px}.S3 .step3 h1{font-size:20px;line-height:26px;font-weight:700;color:#000}@media (max-width: 980px){.S3 .step3 h1{font-size:16px;line-height:20px}}.S3 .step3 .addComent{width:610px;height:131px}@media (max-width: 980px){.S3 .step3 .addComent{width:90%;padding:10px}}.S3 .step3 .description{width:100%}.S3 .step3 .description input{height:70px}@media (max-width: 980px){.S3 .step3 .description input{padding:10px}}.S3 .step3 .description .maxCharacters{position:relative;right:-500px;top:-55px;color:#a8abaa}.S3 .step3 input{width:610px}@media (max-width: 980px){.S3 .step3 input{width:90%;padding:10px}}.S3 .fileDateBox{display:flex;justify-content:flex-start;align-items:center;gap:20px}.S3 .fileDateBox a{text-decoration:none}.S3 .btnS1{padding-top:20px;margin-top:50px;padding-bottom:30px}@media (max-width: 980px){.S3 .btnS1{display:flex;justify-content:center}}.S3 .btnS1 button{cursor:pointer;width:610px;height:40px;margin-top:20px;background-color:#410099;border:1px solid #410099;color:#fff}@media (max-width: 980px){.S3 .btnS1 button{width:90%;height:45px;margin-left:auto;margin-right:auto}}.mainContent{width:100%;height:auto;min-height:calc(100vh - 186.2px);display:flex;justify-content:center;align-items:center}.mainContent .S4{width:100%;margin:0 auto 20px;background-color:#ec4f20}@media (max-width: 980px){.mainContent .S4{width:auto;margin:20px}}.mainContent .S4 .contentSawubona{height:auto;display:flex;gap:20px;flex-direction:column;justify-content:center;align-items:center;padding:30px 20px}.mainContent .S4 .contentSawubona h1{font-size:40px}@media (max-width: 980px){.mainContent .S4 .contentSawubona h1{font-size:25px}}.mainContent .S4 .contentSawubona .logo{width:auto;object-fit:contain}@media (max-width: 980px){.mainContent .S4 .contentSawubona .logo{width:100px}}.mainContent .S4 .contentSawubona .cora{width:60px}@media (max-width: 980px){.mainContent .S4 .contentSawubona .cora{width:45px}}.mainContent .S4 .contentSawubona p{font-size:20px;text-align:center;color:#fff}@media (max-width: 980px){.mainContent .S4 .contentSawubona p{font-size:12px}}.mainContent .S4 .contentSawubona .btnOk{width:400px;height:45px;background-color:#410099;display:flex;justify-content:center;align-items:center}@media (max-width: 980px){.mainContent .S4 .contentSawubona .btnOk{width:80%}}.mainContent .S4 .contentSawubona .btnOk a{display:flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;color:#fff;background-color:#410099;border:1px solid #410099}@media (max-width: 980px){.mainContent .S4 .contentSawubona .btnOk a{width:100%;height:45px;margin-left:auto;margin-right:auto}}.group{max-width:610px;width:100%}input,select{max-width:610px;width:100%;height:30px}@media (max-width: 980px){input,select{width:auto;padding:10px}}.custom-file-input{color:transparent}.custom-file-input::-webkit-file-upload-button{visibility:hidden}.custom-file-input:before{content:"CARGAR ARCHIVO";display:inline-block;border-radius:3px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;background-color:transparent;border:1px solid #410099;color:#410099;font-weight:700;font-size:16px;width:295px;height:38px;text-align:center;line-height:37px}.custom-file-input:hover:before{border-color:#000}.custom-file-input:active{outline:0}.custom-file-input:active:before{background:-webkit-linear-gradient(top,#e3e3e3,#f9f9f9)}textarea{font-family:wtgothic-Regular,Arial,Helvetica,sans-serif;font-size:16px;max-width:610px;width:100%;height:131px;padding:5px}@media (max-width: 980px){textarea{width:90%;padding:10px}}.description .contentFile{display:flex;justify-content:center;align-items:flex-start;gap:20px}@media (max-width: 980px){.description .contentFile{flex-direction:column}}.description .contentFile button{background-color:transparent;border:1px solid #410099;color:#410099;font-weight:700;font-size:16px;width:295px;height:38px}.description .contentFile p{max-width:260px;margin-top:0}.description .contentFile .notes{font-size:14px}.description input{width:610px;height:131px}@media (max-width: 980px){.description input{width:auto;padding:10px}}label{display:flex;gap:10px;align-items:center}label .info,label .box_info{cursor:pointer;width:24px;height:24px;background-color:#410099;border-radius:50%;color:#fff;text-align:center;line-height:21px;font-weight:700}@media (max-width: 980px){label .info,label .box_info{width:27px}}label .box_item p{text-align:left;line-height:16px;font-size:16px}label .tooltipReact{width:50%;z-index:30;background-color:#000;opacity:1}@media (max-width: 980px){label .tooltipReact{width:80%}}.not-found-container{height:100vh;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ec4f20;text-align:center}.not-found-container img{width:227px}@media (max-width: 900px){.not-found-container img{width:143px}}.not-found-container .title{font-size:36px;color:#fff}@media (max-width: 980px){.not-found-container .title{font-size:20px}}.not-found-container .text{font-size:18px;color:#fff;margin-top:10px}.container{display:grid;grid-template-areas:"t i" "d i";grid-template-columns:auto 500px;grid-template-rows:350px auto;grid-column-gap:100px}@media (max-width: 980px){.container{width:auto;grid-template-areas:"t" "i" "d";grid-template-columns:auto;grid-template-rows:auto;grid-row-gap:20px;padding:0}}.container h3{font-size:clamp(1.5rem,1.3333rem + .7407vw,2rem);font-weight:700;color:#410099;line-height:38px;margin-bottom:15px}.container ul,.container ol{padding-left:25px;line-height:24px;margin:0;display:flex;flex-direction:column}.container .title{grid-area:t;width:80%;padding-top:80px;margin:0 auto}@media (max-width: 980px){.container .title{width:90%;padding-top:0}}.container .title h1{font-size:clamp(2.5rem,2.1667rem + 1.4815vw,3.5rem);text-align:left}@media (max-width: 980px){.container .title h1{font-size:40px}}.container .title .text h2{font-size:clamp(1.5rem,1.3333rem + .7407vw,2rem);text-align:left;line-height:38px}.container p,.container li{font-size:clamp(1rem,.9167rem + .3704vw,1.25rem);line-height:24px;margin:0;font-weight:300;color:#202221}.container p p,.container li p{margin:0}@media (max-width: 980px){.container p,.container li{line-height:19px}}.contentImage{grid-area:i;align-items:flex-start;justify-content:end}@media (max-width: 980px){.contentImage{align-items:center;justify-content:center}}.contentImage picture{width:100%}.contentImage picture img{width:100%;height:auto;object-fit:cover}@media (max-width: 980px){.contentImage img{width:100%;height:auto}}.description{width:80%;margin:0 auto;grid-area:d;align-items:flex-start;justify-content:initial}@media (max-width: 980px){.description{display:grid;width:90%;padding-left:0}}.description .container_text{display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #EC4F20;margin-bottom:40px}@media (max-width: 980px){.description .container_text{margin-bottom:20px}}.description .stepContent{font-size:20px;white-space:pre-line;line-height:25px;padding-bottom:25px}@media (max-width: 980px){.description .stepContent{font-size:14px;line-height:18px}}.contentFooter{margin-top:0}.contentBox{width:90%;margin:50px auto 0;height:auto;min-height:calc(100vh - 186.2px)}.contentBox .S1 .contetText.reports{max-width:initial}.contentBox .S1 .contetText.titleSection{gap:0;margin-bottom:30px}.contentBox .S1 .contetText h1{font-size:35px;line-height:26px;font-weight:700;color:#000}@media (max-width: 980px){.contentBox .S1 .contetText h1{font-size:25px;line-height:10px}}.cardContent{display:flex;justify-content:space-between;align-items:center}.cardContent .card{display:flex;justify-content:space-between;width:100%;height:auto;border:1px solid #202221;border-radius:4px}@media (max-width: 980px){.cardContent .card{width:100%;height:auto}}@media (max-width: 480px){.cardContent .card{width:100%}}.cardContent .card .contentText{margin:10px 15px;display:flex;flex-direction:column;gap:5px}.cardContent .card .contentText h2{font-size:16px;color:#410099;font-weight:700}.cardContent .card .contentText p{font-size:16px;margin:0}.cardContent .card .countNomination{padding:10px}.cardContent .card .countNomination p{font-size:16px;margin:12px 0 0;color:#202221}.cardContent .card .btndetalle{color:#410099}.welcome{min-height:calc(100vh - 100px);background-color:#ec4f20;display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;gap:clamp(50px,4.9vw,70px);padding-top:30px}.welcome .logo{width:clamp(143px,15.8vw,227px)}.welcome .logo img{width:100%;height:auto;object-fit:cover}.welcome section{color:#fff;width:90%;max-width:1080px;min-width:320px}.welcome section .title{font-size:clamp(2rem,1.5rem + 2.2222vw,3.5rem);margin-top:0}.welcome section .desc{font-size:clamp(1rem,.9167rem + .3704vw,1.25rem)}.welcome section .btnContinue{width:400px;height:45px;display:flex;justify-content:center;align-items:center;background-color:#410099;margin:70px auto}@media (max-width: 980px){.welcome section .btnContinue{width:90%}}.welcome section .btnContinue a{display:flex;justify-content:center;align-items:center;text-decoration:none;background-color:#410099;border:1px solid #410099;cursor:pointer;color:#fff}@media (max-width: 980px){.welcome section .btnContinue a{width:100%;height:45px;margin-left:auto;margin-right:auto}}.contentBox{width:90%;margin:auto;height:auto;min-height:calc(100vh - 186.2px)}.contentBox .S1{flex-direction:column;justify-content:initial}@media (max-width: 980px){.contentBox .S1{width:auto;padding:10px}}.contentBox .S1 .contetText{display:flex;flex-direction:column;max-width:600px;gap:20px}@media (max-width: 980px){.contentBox .S1 .contetText{gap:5px;justify-content:center}}.contentBox .S1 .contetText h1{font-size:35px;line-height:40px;font-weight:700;margin-bottom:0;color:#000}@media (max-width: 980px){.contentBox .S1 .contetText h1{font-size:25px}}.contentBox .S1 .contetText p{font-size:18px}@media (max-width: 980px){.contentBox .S1 .contetText p{font-size:16px}}.contentBox .S1 .contetText a{border:1px solid #410099;color:#fff;background-color:#410099;font-weight:700;font-size:16px;width:295px;height:38px;text-align:center;line-height:34px;text-decoration:none}.contentBox .S1 .contetText .lastBtn{margin-bottom:80px}.contentBox .S1 .reports{padding-bottom:20px}.contentBox .S2{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;margin-bottom:50px}@media (max-width: 980px){.contentBox .S2{display:grid;grid-template-columns:1fr;justify-content:center}}.cardContent2{display:flex;justify-content:space-between;align-items:center}.cardContent2 .card2{display:flex;justify-content:space-between;width:100%;height:auto;border:1px solid #410099;border-radius:4px}@media (max-width: 980px){.cardContent2 .card2{width:100%}}@media (max-width: 480px){.cardContent2 .card2{width:100%}}.cardContent2 .card2 .contentText2{margin:10px;display:flex;flex-direction:column;gap:5px;width:100%}.cardContent2 .card2 .contentText2 h2{font-size:18px;color:#410099;font-weight:600}.cardContent2 .card2 .contentText2 p{font-size:20px;margin:0;color:#202221;font-weight:300;line-height:24px}.cardContent2 .card2 .contentText2 .content_btn{width:100%;text-align:center;margin:30px 0 40px}.cardContent2 .card2 .contentText2 .content_btn .btnfile{color:#410099;text-decoration:none;border:1px solid #410099;padding:10px 15px;font-weight:700}@font-face{font-family:wtgothic-Bold;src:url(/assets/wtgothic-bold-580b351b.woff)}@font-face{font-family:wtgothic-Regular;src:url(/assets/wtgothic-regular-40dd2b99.woff)}@font-face{font-family:adineuePROTT-Bold;src:url(/assets/wtgothic-light-da31e635.woff)}html{margin:0;padding:0;box-sizing:border-box}html body{margin:0;padding:0;height:auto;overflow-x:hidden;box-sizing:border-box;font-family:wtgothic-Regular,Arial,Helvetica,sans-serif}
