﻿@font-face{font-family:"Bebas";src:url("../assets/fonts/typography/BebasNeue-Regular.ttf");font-weight:normal;font-style:normal}@font-face{font-family:"Poppins";src:url("../assets/fonts/typography/Poppins-Regular.ttf");font-weight:normal;font-style:normal}*{box-sizing:border-box}body{height:100%;width:100%;margin:0;background:#000}div[role=contentinfo] [role=alert]{color:red !important}div[role=contentinfo] [role=alert] h2{color:#000 !important}.header{background:url("./../assets/img/icons/Fondo_Nav.png");padding:.5rem 1rem;position:relative}@media(max-width: 768px){.header{background:#eb6b00}}.header__container{display:flex;justify-content:space-between;align-items:center;max-width:1250px;margin:auto}.header__logo img{height:37px}.header__nav{flex:1;text-align:center}.header__nav .header__list{display:flex;gap:1rem;justify-content:left;list-style:none;padding:0;margin:0 0 0 3rem}.header__nav .header__link{color:#fff;text-decoration:none;font-family:"Bebas";font-weight:400;font-size:24px;line-height:100%;text-align:center}.header__nav .header__link:hover{text-decoration:underline}.header__actions{display:flex;gap:.5rem}.header__actions .header__button{background:#000;color:#fff;padding:2px 1.8rem;border-radius:20px;text-decoration:none;font-size:21px;font-family:"Bebas"}.header__actions .header__button--login{background:rgba(0,0,0,0);color:#fff}.header__actions .header__button--highlight{background:#000;color:#fff;font-size:20px;align-items:center;display:flex}.header__actions .header__button--profile{font-size:20px;display:flex;align-items:center}.header__actions .header__button--profile img{margin:0 5px;height:15px}.header__actions .header__button--logout{background:rgba(0,0,0,0);color:#fff;font-size:20px;display:flex;align-items:center}.header__actions .header__button--logout img{margin:0 5px;height:18px}.header__toggle{display:none;flex-direction:column;justify-content:space-between;width:33px;height:18px;background:none;border:none;cursor:pointer;z-index:1001}.header__toggle .header__toggle-line{display:block;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease-in-out}.header__toggle.is-active .header__toggle-line:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.header__toggle.is-active .header__toggle-line:nth-child(2){opacity:0}.header__toggle.is-active .header__toggle-line:nth-child(3){transform:rotate(-45deg) translate(4px, -4px)}.header__mobile{display:none;position:fixed;top:55px;left:0;width:100%;background:#eb6b00;padding:2rem;flex-direction:column;z-index:1000}.header__mobile.is-open{display:flex}.header__mobile-list{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1.5rem}.header__mobile-link{color:#fff;text-decoration:none;font-family:"Bebas";font-weight:400;font-size:24px;line-height:100%;text-align:center}.header__mobile-link:hover{text-decoration:underline}.header__mobile-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.header__mobile .header__mobile-button{background:#000;color:#fff;padding:2px 1.8rem;border-radius:20px;text-decoration:none;font-size:21px;font-family:"Bebas";text-align:center}.header__mobile .header__mobile-button--login{background:rgba(0,0,0,0);color:#fff}.header__mobile .header__mobile-button--highlight{background:#000;color:#fff;font-size:20px}.header__mobile .header__mobile-button--profile{font-size:20px}.header__mobile .header__mobile-button--profile img{margin:0 5px;height:15px}.header__mobile .header__mobile-button--logout{background:rgba(0,0,0,0);color:#fff;font-size:20px}.header__mobile .header__mobile-button--logout img{margin:0 5px;height:18px}@media(max-width: 1023px){.header__nav,.header__actions{display:none}.header__toggle{display:flex}}.footer{color:#fff;padding:2rem 1rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer__links{display:flex;gap:1.5rem;font-family:"Poppins";font-size:14px}.footer__links a{color:#fff;text-decoration:none;transition:color .3s;font-family:"Bebas";font-weight:400;font-size:16px;line-height:100%}.footer__links a:hover{color:#eb6b00}.footer__logo{text-align:center}.footer__logo img{height:30px;max-width:100%}.footer__copy{text-align:right;font-family:"Bebas";font-size:16px}@media(max-width: 768px){.footer__container{grid-template-columns:1fr;text-align:center;row-gap:1rem}.footer__logo{order:-1;text-align:left}.footer__logo img{height:35px}.footer__links{flex-direction:column;align-items:flex-start;gap:1rem;order:2}.footer__copy{text-align:left;order:3}}.bg-shared{position:relative;width:100%;overflow:hidden}.bg-shared.second img{object-fit:cover}.bg-picture{position:absolute;inset:0;width:100%;height:100%;z-index:-1}.bg-picture img{width:100%;height:100%}@media(max-width: 768px){.bg-picture img{object-fit:cover}}.banner{position:relative;width:100%;height:54vh;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;color:#fff}@media(max-width: 768px){.banner{height:80vh}}.banner__background{position:absolute;top:0;left:0;width:100%;height:100%}.banner__background img{width:100%;height:100%}.banner__content{position:relative;z-index:2;max-width:570px;padding:2rem;width:100%}@media(min-width: 1023px){.banner__content{margin-left:7%}}.banner__title{font-family:"Bebas";font-weight:400;font-size:45px;line-height:45px}@media(max-width: 768px){.banner__title{margin:0}}.banner__title--highlight{color:#eb6b00;font-weight:700}.banner__subtitle{margin:1rem 0 2rem;color:#fff;font-family:"Poppins";font-weight:400;font-size:18px;line-height:23px}@media(max-width: 768px){.banner__subtitle{margin:0 0 14rem 0}}.banner__buttons{display:flex;gap:1rem}@media(max-width: 768px){.banner__buttons{display:grid;gap:10px}}.banner__button{padding:.8rem 1.5rem;border:none;cursor:pointer;transition:all .3s ease;font-family:"Bebas";font-weight:400;font-size:20px;line-height:100%;width:201px;height:42px;opacity:1px;border-radius:26px}@media(max-width: 768px){.banner__button{width:100%}}.banner__button--primary{background:linear-gradient(180deg, #FC4110 0%, #F57129 100%);color:#fff}.banner__button--primary:hover{background:#eb6b00}.banner__button--secondary{background:rgba(255,115,0,.6);color:#fff}.banner__button--secondary:hover{background:rgba(255,115,0,.8)}.instructions .container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.instructions__participate{position:relative;padding:28px 16px;color:#fff;z-index:2;border-bottom:2px solid rgba(0,0,0,0);background:linear-gradient(to right, transparent 10%, #EB6B00 10%, #EB6B00 90%, transparent 90%) bottom;background-size:100% 2px;background-repeat:no-repeat}.instructions__participate::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));pointer-events:none;z-index:1}.instructions__participate.second{background:linear-gradient(to right, transparent 10%, rgba(255, 255, 255, 0) 10%, rgba(235, 107, 0, 0) 90%, transparent 90%) bottom}.instructions__inner{position:relative;z-index:3;max-width:1200px;margin:0 auto}.instructions__header{text-align:center;margin-bottom:18px}.instructions__header .instructions__title{text-transform:uppercase;font-family:"Bebas";font-weight:400;text-align:center;font-size:40px;line-height:40px}.instructions__header .instructions__title--accent{color:#eb6b00}.instructions__header .instructions__subtitle{color:#fff;font-family:"Poppins";font-weight:400;font-size:18px;line-height:25px;text-align:center}.instructions__steps{display:grid;grid-template-columns:1fr;gap:14px}.instructions__step{padding:12px 8px}.instructions__step .instructions__icon{flex:0 0 64px;width:100%;text-align:center;height:90px}.instructions__step .instructions__icon-svg{width:34px;height:34px}.instructions__step .instructions__step-title{text-transform:uppercase;margin:0 0 6px;color:#eb6b00;font-family:"Bebas";font-weight:400;font-size:30px;line-height:40px;width:100%;text-align:center}.instructions__step .instructions__step-desc{font-size:13px;color:#fff;margin:0;font-family:"Poppins";font-weight:400;font-size:15px;line-height:20px;text-align:center}@media(min-width: 768px){.instructions__participate{padding:48px 24px}.instructions__header{text-align:left}.instructions__steps{grid-template-columns:repeat(3, 1fr);gap:22px}.instructions__step{flex-direction:column;align-items:flex-start;padding:20px}.instructions__step .instructions__icon{margin-bottom:12px}}.videos{color:#fff;padding:3rem 1rem}.videos__container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.videos__title{font-family:"Bebas";font-weight:400;font-size:40px;line-height:40px;text-align:center}.videos__title span{color:#eb6b00}.videos__subtitle{text-align:center;margin-bottom:2rem;font-family:"Poppins";font-weight:400;font-size:18px;line-height:25px}.videos__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));gap:1rem;justify-items:center}@media(max-width: 1024px){.videos__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.videos__grid{grid-template-columns:1fr}}.videos__actions{margin-top:2rem;display:flex;justify-content:center;gap:1rem}.videos__actions .btn{background:#eb6b00;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:26px;cursor:pointer;font-family:"Bebas";font-size:16px;transition:background .3s;width:201px;height:42px}.videos__actions .btn--primary{background:linear-gradient(180deg, #FC4110 0%, #F57129 100%);color:#fff}.videos__actions .btn--primary:hover{background:#eb6b00}.videos__actions .btn--secondary{background:rgba(255,115,0,.6);color:#fff}.videos__actions .btn--secondary:hover{background:rgba(255,115,0,.8)}.video-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);justify-content:center;align-items:center;z-index:999}.video-modal__content{position:relative;width:90%;max-width:800px}.video-modal__close{position:absolute;top:-30px;right:-30px;font-size:2rem;color:#fff;cursor:pointer}.video-modal iframe{width:100%;height:450px;border-radius:12px;border:none}.videos-section__pager .pager{display:flex;justify-content:center;margin:2rem 0}.videos-section__pager .pager .visually-hidden{display:none}.videos-section__pager .pager__items{column-gap:.5rem;display:flex;list-style:none;margin:0;padding:0}.videos-section__pager .pager__item.is-active a{border:2px solid #eb6b00;color:#eb6b00;font-weight:600}.videos-section__pager .pager__item.is-active a:hover{border:2px solid #eb6b00;color:#eb6b00}.videos-section__pager .pager__item a{border:1px solid #eb6b00;border-radius:5px;color:#eb6b00;padding:.3rem .6rem;text-decoration:none}.videos-section__pager .pager__item a:hover{background-color:rgba(236,103,28,.35);color:#eb6b00;font-weight:600}.videos-section__pager .pager__item--first,.videos-section__pager .pager__item--last{display:none}.videos-section__pager .pager__item--next a,.videos-section__pager .pager__item--previous a{border:1px solid #eb6b00;color:#eb6b00}#video-upload{max-width:360px;margin:40px auto;padding:25px;background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.15);text-align:center}#video-upload .form__title{text-transform:uppercase;font-family:"Bebas";font-weight:400;font-size:45px;line-height:45px;color:#eb6b00;margin:10px auto 0 auto;text-align:center}#video-upload .form__title .form_title--highlight{color:#000}#video-upload input[type=text],#video-upload input[type=url]{margin-bottom:15px;font-size:14px;transition:all .3s ease;border-radius:26px;background:#fff;color:#000;height:40px;border:none;width:100%;padding:1rem}#video-upload .webform-video-file{margin-bottom:15px}#video-upload .webform-video-file label{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:8px}#video-upload .webform-video-file .webform-file-button{pointer-events:none;display:flex;color:#eb6b00;font-weight:bold;font-size:22px;width:100%;height:105px;border-radius:12px;cursor:pointer;align-items:center;justify-content:center;transition:background .3s ease;margin-bottom:10px;border:2px solid #eb6b00;border-style:dotted;font-family:"Bebas";background:#fff}#video-upload .webform-video-file .webform-file-button:hover{background:#eb6b00}#video-upload .webform-video-file input[type=file]{top:0;position:absolute;left:0;height:100%;width:100%;opacity:0;cursor:pointer}#video-upload .webform-video-file .description{font-size:12px;color:#000;margin-top:8px;line-height:1.4}#video-upload .form-actions input[type=submit]{width:100%;background:#eb6b00;color:#fff;font-size:20px;padding:12px;border-radius:25px;border:none;cursor:pointer;font-family:"Bebas";text-transform:uppercase;transition:background .3s ease}#video-upload .form-actions input[type=submit]:hover{background:#eb6b00}#video-upload .form__button--profile{margin-top:15px;color:#000;background:none;border:none;cursor:pointer;transition:color .3s ease;font-family:"Bebas";font-weight:400;font-size:15px;line-height:18px}#video-upload .form__button--profile:hover{color:#eb6b00}#video-upload input#edit-video-upload-button--BBa5Jw6IAeo{display:none}#video-upload label#edit-video--fTFB0VQqZW0--label{color:var;width:100%;display:flex;font-family:"Bebas"}#video-upload .description{color:#000;font-size:10px;font-family:"Bebas";margin:10px 0 1rem 0}#video-upload .webform-video-file{position:relative}.video-card{background:#fff;border-radius:5px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 6px rgba(0,0,0,.3);transition:transform .3s ease;min-width:270px;max-width:270px;width:100%;row-gap:1rem}.video-card:hover{transform:translateY(-5px)}.video-card__thumb{position:relative;overflow:hidden}.video-card__thumb img{width:95%;margin:10px auto;display:block;border-radius:5px;object-fit:cover;max-height:150px;height:100%}.video-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:hsla(0,0%,100%,.6588235294);border:none;border-radius:50%;padding:1rem;font-size:1.5rem;color:rgba(0,0,0,.21);cursor:pointer;transition:background .3s;height:43px;width:43px;display:flex;justify-content:center;align-items:center}.video-card__body{padding:0 1rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.video-card__title{color:#000;margin:0;font-family:"Bebas";font-weight:400;font-style:Regular;font-size:20px;line-height:100%}.video-card__meta{display:flex;justify-content:space-between;align-items:center}.video-card__meta .video-card__user{color:#eb6b00;font-family:"Bebas";font-weight:400;font-size:14px;line-height:100%}.video-card__meta .video-card__votes{color:#07c54e;font-family:"Bebas";font-weight:400;font-size:14px;line-height:100%;text-align:right}.video-card__footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;column-gap:1rem}.video-card__share{display:flex;align-items:center;gap:.5rem}.video-card__share span{color:#888;font-family:"Bebas";font-weight:400;font-size:14px;line-height:100%}.video-card__socials{display:flex;gap:.5rem;list-style:none;padding:0}.video-card__socials li a{display:inline-block;color:#888;font-size:1rem;transition:color .3s}.video-card__socials li a:hover{color:#f60}.video-card__btn{background:#eb6b00;color:#fff;border:none;cursor:pointer;transition:background .3s;font-family:"Bebas";font-weight:400;font-size:14px;line-height:100%;width:103px;height:30px;border-radius:26px;text-align:center;display:flex;align-items:center;justify-content:center}.video-card__btn:hover{background:#e05500}.thankyou{background:rgba(41,20,2,.73);color:#fff;padding:2rem 1rem;border-radius:12px;margin:2rem auto;max-width:1250px;width:90%}.thankyou__container{text-align:center}.thankyou__title{font-family:"Bebas";font-weight:400;font-size:40px;line-height:40px;margin:1rem 0}.thankyou__title span{color:#eb6b00}.thankyou__subtitle{font-family:"Poppins";font-weight:700;font-style:Bold;font-size:15px;line-height:23px;text-align:center}.thankyou__subtitle strong{font-weight:600}.thankyou__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.thankyou__btn{padding:.8rem 1.5rem;border:none;border-radius:26px;font-family:"Bebas";font-size:20px;cursor:pointer;transition:background .3s ease;width:201px;height:42px;display:flex;align-items:center;justify-content:center}@media(max-width: 768px){.thankyou__btn{width:100%}}.thankyou__btn--primary{background:linear-gradient(180deg, #FC4110 0%, #F57129 100%);color:#fff}.thankyou__btn--primary:hover{background:#eb6b00}.thankyou__btn--secondary{background:rgba(255,115,0,.6);color:#fff}.thankyou__btn--secondary:hover{background:rgba(255,115,0,.8)}.profile{background:rgba(41,20,2,.73);color:#fff;padding:1rem;border-radius:12px;margin:2rem auto;max-width:1250px;width:90%}.profile__container{text-align:center}@media(min-width: 1023px){.profile__container{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-between}}.profile__header{display:flex;align-items:center;justify-content:center;gap:1.5rem}.profile__avatar{width:55px;height:auto}@media(max-width: 768px){.profile__avatar{width:60px;height:60px}}.profile__avatar-img{width:100%;height:100%;object-fit:cover}@media(max-width: 768px){.profile__info{text-align:center}}.profile__name{font-family:"Poppins";font-size:32px;line-height:1.2;margin-bottom:.5rem;text-align:left}@media(max-width: 768px){.profile__name{font-size:28px}}.profile__name span{color:#eb6b00}.profile__status{font-family:"Poppins";font-size:16px;color:#fff;margin:0}@media(max-width: 768px){.profile__status{font-size:18px}}.profile__stats{display:flex;justify-content:center;gap:3rem;padding:1.5rem 0}@media(max-width: 768px){.profile__stats{gap:2rem;padding:2rem 0 0rem 0}}@media(max-width: 480px){.profile__stats{gap:1.5rem}}.profile__stat{display:flex;flex-direction:column;align-items:center}.profile__stat-number{font-family:"Bebas";font-size:36px;color:#eb6b00;line-height:1}@media(max-width: 768px){.profile__stat-number{font-size:28px}}@media(max-width: 480px){.profile__stat-number{font-size:24px}}.profile__stat-label{font-family:"Poppins";font-size:18px;color:#fff;text-transform:capitalize}@media(max-width: 480px){.profile__stat-label{font-size:16px}}#video-upload input[type=text]{border:1px solid #eb6b00}.videos-section{margin:2rem auto;max-width:1250px;width:90%}.videos-section__container{display:flex;flex-direction:column;gap:2rem}@media(min-width: 1023px){.videos-section__container{flex-direction:row;gap:2rem}}.videos-section__upload{flex:0 0 auto}@media(min-width: 1023px){.videos-section__upload{flex:0 0 280px}}.videos-section__content{flex:1;background:#eaeaea;padding:1.5rem 1rem;border-radius:12px}.videos-section__header{margin-bottom:1.5rem}.videos-section__title{font-family:"Poppins";font-size:18px;color:#000;margin:0;font-weight:500;line-height:23px}.videos-section__title span{color:#eb6b00}.videos-section__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));justify-items:center}.upload-card{background:#eaeaea;border-radius:12px;padding:2rem 1.5rem;text-align:center;height:fit-content;transition:all .3s ease}.upload-card:hover{background:hsla(0,0%,100%,.795)}.upload-card__icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(1) brightness(1.5)}.upload-card__title{font-family:"Poppins";font-size:20px;color:#000;margin:0 0 1rem 0}.upload-card__text{font-family:"Poppins";font-size:14px;color:#000;margin:0 0 2rem 0;line-height:1.4}.upload-card__btn{background:#eb6b00;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:26px;font-family:"Bebas";font-size:20px;cursor:pointer;transition:all .3s ease;width:100%}.upload-card__btn:hover{background:#eb6b00;transform:translateY(-2px)}.result-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.result-modal__content{width:252px;background:#000;border-radius:10px;padding:20px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.3)}.result-modal__icon{width:40px;height:40px;margin-bottom:15px}.result-modal__text{font-size:16px;font-weight:bold;color:#eb6b00;margin:0;line-height:1.4}section#login-form,section#video-vote{background:#fff;max-width:416px;width:100%;margin:4rem auto;border-radius:26px;padding:1.5rem}section#login-form input#edit-submit,section#login-form #edit-actions input[type=submit],section#video-vote input#edit-submit,section#video-vote #edit-actions input[type=submit]{padding:.8rem 1.5rem;border:none;cursor:pointer;transition:all .3s ease;font-family:"Bebas";font-weight:400;font-size:20px;line-height:100%;width:201px;height:42px;border-radius:26px;background:#eb6b00;margin:auto;color:#fff}section#login-form input#edit-submit:hover,section#login-form #edit-actions input[type=submit]:hover,section#video-vote input#edit-submit:hover,section#video-vote #edit-actions input[type=submit]:hover{background:rgba(255,115,0,.8)}section#login-form #edit-actions,section#video-vote #edit-actions{margin:2rem auto 1rem auto;text-align:center}section#login-form label.js-form-required.form-required,section#video-vote label.js-form-required.form-required{font-family:"Poppins";font-weight:700;font-size:14px;line-height:21px;text-align:center;color:#000}section#login-form .form__title,section#video-vote .form__title{font-family:"Bebas";font-weight:400;font-size:45px;line-height:45px;color:#eb6b00;margin:10px auto 0 auto;text-align:center}section#login-form .form_title--highlight,section#video-vote .form_title--highlight{color:#000}section#login-form .form__subtitle,section#video-vote .form__subtitle{margin:1rem 0 2rem;color:#000;font-family:"Poppins";font-weight:400;font-size:18px;line-height:23px;text-align:center;margin:0}section#login-form #user-login-form,section#login-form #webform-submission-votacion-blueskas-add-form,section#video-vote #user-login-form,section#video-vote #webform-submission-votacion-blueskas-add-form{margin:2rem auto;max-width:90%}section#login-form input#edit-name,section#login-form input#edit-email,section#login-form input#edit-pass,section#video-vote input#edit-name,section#video-vote input#edit-email,section#video-vote input#edit-pass{border-radius:26px;background:#f3f3f5;color:#000;height:40px;border:none;width:100%;padding:1rem}section#login-form input#edit-name:focus,section#login-form input#edit-email:focus,section#login-form input#edit-pass:focus,section#video-vote input#edit-name:focus,section#video-vote input#edit-email:focus,section#video-vote input#edit-pass:focus{outline:3px solid #f9f9f9}section#login-form .js-form-item.form-item,section#video-vote .js-form-item.form-item{margin-bottom:12px}section#login-form .form__link.register-account,section#video-vote .form__link.register-account{font-family:"Poppins";font-weight:400;font-size:14px;line-height:18px;color:#000;text-align:center;padding:20px 0}section#login-form .form__link.register-account a,section#video-vote .form__link.register-account a{color:#eb6b00;text-decoration:none;font-weight:600}section#login-form .form__link.register-account a:hover,section#video-vote .form__link.register-account a:hover{text-decoration:underline}section#login-form .form__link.forgot-password,section#login-form .form__button--profile,section#video-vote .form__link.forgot-password,section#video-vote .form__button--profile{font-family:"Poppins";font-weight:400;font-size:14px;line-height:18px;color:#000;text-align:center}section#login-form .form__link.forgot-password a,section#login-form .form__button--profile a,section#video-vote .form__link.forgot-password a,section#video-vote .form__button--profile a{color:#eb6b00;text-decoration:none;font-weight:600}section#login-form .form__link.forgot-password a:hover,section#login-form .form__button--profile a:hover,section#video-vote .form__link.forgot-password a:hover,section#video-vote .form__button--profile a:hover{text-decoration:underline}section#login-form .form__link.forgot-password button,section#login-form .form__button--profile button,section#video-vote .form__link.forgot-password button,section#video-vote .form__button--profile button{background:none;border:none;color:#eb6b00;text-decoration:none;font-weight:600}section#login-form .form__link.forgot-password button:hover,section#login-form .form__button--profile button:hover,section#video-vote .form__link.forgot-password button:hover,section#video-vote .form__button--profile button:hover{text-decoration:underline}section#login-form .form__link.forgot-password button:focus,section#login-form .form__button--profile button:focus,section#video-vote .form__link.forgot-password button:focus,section#video-vote .form__button--profile button:focus{outline:none}section#login-form .form__button--profile,section#video-vote .form__button--profile{font-family:"Poppins";font-size:14px;line-height:18px;text-align:center;background:none;border:none;color:#eb6b00;text-decoration:none;font-weight:600;cursor:pointer;width:100%}section#login-form .form__button--profile:hover,section#video-vote .form__button--profile:hover{text-decoration:underline}section#login-form .form__button--profile:focus,section#video-vote .form__button--profile:focus{outline:none}section#video-vote{display:flex;flex-direction:column;align-items:center}#register-form{background:#fff;max-width:416px;width:100%;margin:4rem auto;border-radius:26px;padding:1.5rem}#register-form input#edit-submit{padding:.8rem 1.5rem;border:none;cursor:pointer;transition:all .3s ease;font-family:"Bebas";font-weight:400;font-size:20px;line-height:100%;width:201px;height:42px;border-radius:26px;background:#eb6b00;color:#fff;margin:auto}#register-form input#edit-submit:hover{background:rgba(255,115,0,.8)}#register-form div#edit-actions{margin:2rem auto 1rem auto;text-align:center}#register-form label.js-form-required.form-required{font-family:"Poppins";font-weight:700;font-size:14px;line-height:21px;text-align:center;color:#000}#register-form label.js-form-required.form-required a{color:#eb6b00}#register-form h2.form__title{font-family:"Bebas";font-weight:400;font-size:45px;line-height:45px;color:#eb6b00;margin:10px auto 0 auto;text-align:center}#register-form span.form_title--highlight{color:#000}#register-form p.form__subtitle{margin:1rem 0 2rem;color:#000;font-family:"Poppins";font-weight:400;font-size:18px;line-height:23px;text-align:center;margin:0}#register-form input#edit-name,#register-form input#edit-pass{border-radius:26px;background:#f3f3f5;color:#000;height:40px;border:none;width:100%;padding:1rem}#register-form input#edit-name:focus,#register-form input#edit-pass:focus{outline:3px solid #f9f9f9}#register-form .js-form-item.form-item{margin-bottom:12px}#register-form .form__link.register-account{font-family:"Poppins";font-weight:400;font-size:14px;line-height:18px;color:#000;text-align:center;padding:0 0 1rem 0}#register-form .form__link.register-account a{color:#eb6b00;text-decoration:none;font-weight:600}#register-form .form__link.forgot-password{font-family:"Poppins";font-weight:400;font-size:14px;line-height:18px;color:#000;text-align:center}#register-form .form__link.forgot-password a{color:#eb6b00;text-decoration:none;font-weight:600}#register-form input#edit-nombre,#register-form input#edit-apellido,#register-form input#edit-email,#register-form input#edit-password,#register-form input#edit-password-confirm{border-radius:26px;background:#f3f3f5;color:#000;height:40px;border:none;width:100%;padding:1rem}#register-form input#edit-nombre:focus,#register-form input#edit-apellido:focus,#register-form input#edit-email:focus,#register-form input#edit-password:focus,#register-form input#edit-password-confirm:focus{outline:3px solid #f9f9f9}#register-form form#blueskas-user-register-form{margin:2rem auto;max-width:90%}#register-form .js-form-type-checkbox input[type=checkbox]{display:none}#register-form .js-form-type-checkbox label{position:relative;padding-left:28px;cursor:pointer;font-size:14px;color:#000}#register-form .js-form-type-checkbox label::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #eb6b00;border-radius:4px;background:#fff;box-sizing:border-box}#register-form .js-form-type-checkbox input[type=checkbox]:checked+label::before{background:#eb6b00;border-color:#eb6b00;content:"✔";color:#fff;font-size:14px;text-align:center;line-height:16px}#register-form .js-form-item.form-item.js-form-type-password.form-item-password-confirm.js-form-item-password-confirm{margin-bottom:2rem}/*# sourceMappingURL=main.css.map */
