*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-family:Poppins,sans-serif}:root{--btn-yellow-color: #ffe100;--btn-white: #ffffff;--xl-txt-color: #6c6c6c;--md-txt-color: #585555;--sm-txt-color: #707070;--contrast-color-txt: #323232;--btn-cronograma: #033c35;--card-color: #efefef;--banner-color: #1e9d9d;--extra-small-txt: #414141;--txt-color-card: #575252;--dashboard-color: #9d9a9a;--line-input-color: #d9d9d9}body{color:#000}html{scroll-behavior:smooth}.title-section{font-size:3rem;color:var(--xl-txt-color);font-weight:700}.subtitle-section{font-size:1rem;color:var(--md-txt-color)}.display-hidden{display:none}footer{background-color:var(--banner-color);height:150px}.containerLoading{height:100vh;background:#ffffff59;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(13.5px);-webkit-backdrop-filter:blur(13.5px);border-radius:10px;border:1px solid rgba(255,255,255,.18);position:fixed;top:0;left:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem}.containerLoading button{background-color:var(--banner-color);padding:1rem;border-radius:5px;margin-top:30px;border:none;color:#fff;margin-bottom:15px}.loading{border:16px solid rgb(219,219,219);width:120px;height:120px;border-top:16px solid var(--banner-color);border-radius:50%;animation:spin 2s linear infinite;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.box-banner{padding-top:150px;display:flex;justify-content:space-between;align-items:center;width:80%;margin-inline:auto}.box-banner .text{width:50%;height:600px;position:relative}.box-banner .text .btn-info{background:none;border:none;background-color:var(--btn-yellow-color);padding:.7rem;border-radius:10px;margin-bottom:30px;margin-top:80px}.box-banner .text .xl-text-banner{font-size:3rem;font-weight:700;color:#fff;margin-bottom:30px}.box-banner .text .btn-box{width:90%;display:flex;justify-content:space-between;align-items:center}.box-banner .text p{padding-top:10px;position:absolute;bottom:0}.box-banner .text .btn-box .btn-home-action{width:48%;padding:1.6rem;border:none;border-radius:10px}.box-banner .text .btn-box .btn-home-action.yt{background-color:var(--btn-yellow-color)}.box-banner .box-image{width:50%;text-align:center;height:600px;position:relative}.box-image img{width:40rem;object-fit:cover}.box-image .box-social{display:flex;justify-content:space-between;position:absolute;bottom:0;width:100%}.box-image .box-social .social-flex{display:flex;align-items:center;justify-content:space-around;gap:10px}.box-image .box-social .social-flex .social-icon{width:1rem;height:1rem}@media(max-width:700px){.banner{padding-top:95px;margin-bottom:100px}.box-banner{flex-direction:column;width:100%}.box-banner .text{width:100%;text-align:center;height:100%;margin-top:-176px}.box-banner .text .btn-info{text-align:center}.box-banner .text .xl-text-banner{font-size:1.5rem;text-align:center}.box-banner .text .btn-box{width:80%;flex-direction:column;margin-bottom:90px;margin-inline:auto}.banner .text p{font-size:.8rem;text-align:center;display:none}.box-banner .text .btn-box .btn-home-action{width:100%;margin-bottom:.8rem;padding:1rem}.box-banner .box-image{width:100%;height:100%}.box-banner .box-image img{width:15rem;margin-top:-20px;margin-bottom:30px}.banner .social-flex{width:100%;display:flex;padding:1rem;align-items:center}.banner .social-flex .msg{display:none}}.banner{background-color:var(--banner-color);height:100vh}header{background-color:var(--banner-color);position:fixed;top:0;left:0;height:100px;width:100%;display:flex;justify-content:center;align-items:center;z-index:8}header nav{display:flex;justify-content:space-between;align-items:center;width:80%}header nav .titleTop{color:var(--btn-white);font-size:1.5rem;font-weight:700}header nav .linkPageFlex{display:flex;align-items:center}header nav .linkPageFlex li{margin-left:1.5rem;font-weight:700;color:var(--btn-white)}header nav .linkPageFlex li span{color:var(--btn-yellow-color)}header nav .linkPageFlex li.active{background-color:var(--btn-yellow-color);font-weight:700;padding:.5rem;border-radius:10px;font-size:.9rem;color:#000}@media(max-width:700px){header{display:none}.menu-mobile{display:block;width:100%;height:100px;position:fixed;top:0;left:0;z-index:10;background-color:var(--banner-color)}.menu-mobile .box-moile{height:100px;width:80%;margin-inline:auto;display:flex;justify-content:space-between;align-items:center}.menu-mobile .box-moile .title-mobile-top{color:#fff;font-weight:700;font-size:.9rem}.menu-mobile .box-moile ion-icon{color:var(--btn-yellow-color)}.box-drawer-mobile{margin-top:100px;height:100vh;position:fixed;top:0;left:0;z-index:50;background-color:var(--banner-color);color:#fff;font-weight:700;width:100%;text-align:center;line-height:130px}}#about{display:flex;flex-direction:column;justify-content:center;height:100vh;width:80%;margin-inline:auto}#about p{font-size:1.1rem;margin-top:15px;margin-bottom:30px}.cronograma{background-color:var(--banner-color);padding:2rem;height:234px;display:flex;justify-content:space-between;align-items:center}.cronograma .text-conograma{color:#fff;font-size:2.2rem;font-weight:700}.cronograma .text-detail{color:var(--extra-small-txt);font-size:1.4rem}.cronograma button{font-size:1.4rem;font-weight:700;border:none;background:var(--btn-cronograma);padding:1rem;color:#fff;border-radius:10px}@media(max-width:700px){#about{width:90%;display:flex;flex-direction:column;justify-content:center}#about .title-section{font-size:2.2rem}#about p{overflow:auto}.cronograma{width:100%;display:flex;flex-direction:column;height:221px;margin-bottom:90px;margin-top:81px;text-align:center;padding:1rem}.cronograma .text-conograma,.cronograma .text-detail,.cronograma button{font-size:.8rem}}#lastChampion{width:80%;margin-inline:auto;height:100vh}#lastChampion .box-details{padding-top:110px;display:flex;justify-content:space-between}#lastChampion .box-details li{background-color:var(--card-color);width:25.8rem;border-radius:10px;padding:1.5rem;color:var(--txt-color-card);margin-bottom:15px}#lastChampion .title-section{margin-top:110px;font-size:2.4rem}#lastChampion .subtitle-section{font-size:1.2rem}#lastChampion .data-images-champions{padding-top:3rem;display:flex;gap:12px}#lastChampion .data-images-champions li{display:inline-block;padding:5px;background:linear-gradient(45deg,var(--banner-color),var(--btn-cronograma));border-radius:12px}#lastChampion .data-images-champions img{display:block;border-radius:8px}@media(max-width:700px){#lastChampion{height:70vh;width:90%}#lastChampion .box-details{flex-direction:column;width:100%}#lastChampion .box-details li{width:100%}#lastChampion .box-details li img{width:22px}#lastChampion .title-section{font-size:1.2rem}#lastChampion .data-images-champions{width:90%;overflow:auto}#lastChampion .data-images-champions li img{width:206px;height:287px;object-fit:cover}}#partner{width:80%;margin-inline:auto;padding-top:110px;height:100vh}#partner .title-section{font-size:2.4rem;text-align:center}#partner .partnerLogo{width:80%;margin-top:110px;flex-wrap:wrap;display:flex;gap:32px;margin-inline:auto}#partner .partnerLogo img{width:9rem}@media(max-width:700px){#partner{margin-top:510px;height:100vh;width:100%}#partner .title-section{font-size:1.2rem}#partner .partnerLogo{width:95%;text-align:center;justify-content:center}#partner .partnerLogo li img{width:135px}}.contact{width:100%;height:50vh}.contact .box-contact{width:80%;margin-inline:auto;display:flex;align-items:center;justify-content:space-between}.contact .box-contact .contact-text-area .title-section{width:60%;line-height:54px;color:#000;margin-bottom:30px}.contact .box-contact .contact-active li{display:flex;gap:12px;padding:.5rem;font-size:1.8rem}.contact .box-contact .contact-active li img{width:40px;height:40px;object-fit:cover}.contact .box-contact .contact-text-area .subtitle-section{width:45%;margin-bottom:30px}.contact .box-contact .contact-text-area button{padding:1rem;width:40%;border-radius:.5rem;border:none;background-color:var(--banner-color);color:#fff;font-weight:700;margin-bottom:30px}@media(max-width:700px){.contact{margin-top:110px}.contact .box-contact{margin-top:510px;flex-direction:column;padding:1rem;width:100%;justify-content:flex-start}.contact .box-contact .contact-text-area .subtitle-section{width:100%}.contact .box-contact .contact-text-area .title-section{font-size:2rem;width:100%}.contact .box-contact .contact-active li img{width:20px;height:20px;object-fit:cover}.contact .box-contact .contact-active li{font-size:1.2rem}.contact .box-contact .contact-active{text-align:center}.contact .box-contact .contact-text-area button{font-size:.7rem;width:100%}}footer{display:flex;align-items:center}.box-footer{width:80%;margin-inline:auto;display:flex;justify-content:space-between;align-items:center}.box-footer .title-footer{font-size:2.8rem;font-weight:700;color:#fff}.box-footer .social-footer{display:flex}.box-footer .social-footer li{margin-left:1.5rem}@media(max-width:700px){footer{margin-top:110px}.box-footer{width:100%;flex-direction:column;padding:1rem;text-align:center}.box-footer .title-footer{font-size:1.8rem}}#dashboard{width:80%;margin-inline:auto}#dashboard .dash-menu-top{width:100%;height:200px;display:flex;justify-content:center}#dashboard .dash-menu-top .box-dash-menu{width:100%;height:200px;display:flex;justify-content:space-between;align-items:center;padding:1.5rem}#dashboard .dash-menu-top .box-dash-menu .title{color:var(--banner-color);font-size:1.3rem;font-weight:700}#dashboard .dash-menu-top .box-dash-menu ion-icon{color:var(--banner-color);font-size:2.3rem}#dashboard .dash-menu-top .box-dash-menu .flex-exit{display:flex;align-items:center;gap:22px}#dashboard .dash-menu-top .box-dash-menu .flex-exit p{font-weight:700;color:var(--dashboard-color)}.options-festival{display:flex;gap:22px;margin-top:110px}.options-festival li{width:380px;padding:2.8rem;border-radius:10px;background-color:gray;font-weight:700;color:#fff}.options-festival li strong{color:#052c2a}.options-festival li:nth-child(odd){background-color:var(--banner-color)}@media(max-width:700px){#dashboard{width:100%;margin-inline:auto}#dashboard .dash-menu-top{width:100%}#dashboard .dash-menu-top .box-dash-menu{width:100%;justify-content:space-between}#dashboard .dash-menu-top .box-dash-menu .title{color:var(--banner-color);font-size:.7rem;font-weight:700}#dashboard .dash-menu-top .box-dash-menu ion-icon{color:var(--banner-color);font-size:1.2rem}#dashboard .dash-menu-top .box-dash-menu .flex-exit p{font-weight:700;color:var(--dashboard-color);font-size:.9rem;display:none}.options-festival{width:90%;flex-direction:column;margin-inline:auto}.options-festival li{width:100%;padding:1.4rem}}.box-form{width:80%;margin-inline:auto;margin-top:40px;text-align:center}.box-form .title-section{font-size:2.4rem;margin-bottom:110px}.box-form form{display:flex;flex-direction:column;width:70%;margin-inline:auto;max-width:80%}.box-form form input{margin-bottom:30px;padding:1.5rem;background:none;border:none;border-bottom:1px solid var(--line-input-color)}.box-form form input::placeholder{color:var(--sm-txt-color);font-weight:500}.box-form form .btn-form-action{display:flex;width:80%;gap:22px;align-items:center}.box-form form .btn-form-action button{width:50%;padding:1rem;border:none;border-radius:5px;color:#fff}.box-form form .btn-form-action .register{background-color:var(--banner-color)}.box-form form .btn-form-action .cancel{background-color:red}@media(max-width:700px){.box-form{width:80%;margin-inline:auto;margin-top:60px;text-align:center}.box-form .title-section{font-size:1.1rem;margin-bottom:10px}.box-form form{display:flex;flex-direction:column;width:100%;margin-inline:auto;max-width:100%}.box-form form input{margin-bottom:10px;padding:1.5rem;background:none;border:none;border-bottom:1px solid var(--line-input-color)}.box-form form .btn-form-action{flex-direction:column;width:100%;gap:22px}.box-form form .btn-form-action button{width:100%;padding:.8rem;border:none;border-radius:5px;color:#fff}}
