﻿script{display:none!important;}.loading::before{content:'';font-family:'Font Awesome 6 Free';font-weight:700;display:block;width:80px;height:80px;font-size:60px;line-height:1;padding:10px;margin:0 auto;color:#7920e2;-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite;}.loading-persistant{display:flex;justify-content:center;height:90px;width:90px;margin:0 auto;position:relative;}.loading-persistant .lds-ring{display:inline-block;position:relative;width:90px;height:90px;margin:0 auto;}.loading-persistant .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #7920e2;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#7920e2 transparent transparent transparent;}.loading-persistant .lds-ring div:nth-child(1){animation-delay:-.45s;}.loading-persistant .lds-ring div:nth-child(2){animation-delay:-.3s;}.loading-persistant .lds-ring div:nth-child(3){animation-delay:-.15s;}@keyframes lds-ring{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes rotating{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}}html body .aviso-cookies{display:flex;position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0);flex-direction:column;justify-content:flex-end;z-index:999999999999999999999999;transition:background-color .5s linear;}html body .aviso-cookies .popup{background-color:#fff;padding:15px 25px;display:flex;align-items:center;transform:translateY(100%);transition:transform .5s;}html body .aviso-cookies .popup button.btn-fechar{background-color:transparent;height:20px;width:20px;padding:0;line-height:1;margin-left:20px;border:0;transition:.25s;}@media(hover:hover){html body .aviso-cookies .popup button.btn-fechar:hover{transform:scale(1.5);}html body .aviso-cookies .popup button.btn-fechar:active{transform:scale(1.25);transition:0s;}}html body .aviso-cookies .popup .container-texto{flex-grow:1;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;}@media(max-width:575px){html body .aviso-cookies .popup .container-texto{flex-direction:column;}}html body .aviso-cookies .popup .container-texto .texto{flex-grow:1;max-width:900px;}@media(min-width:576px){html body .aviso-cookies .popup .container-texto .texto{margin-right:20px;}}@media(max-width:575px){html body .aviso-cookies .popup .container-texto .texto{text-align:center;font-size:14px;}}html body .aviso-cookies .popup .container-texto .texto a,html body .aviso-cookies .popup .container-texto .texto a:link,html body .aviso-cookies .popup .container-texto .texto a:visited{font-weight:700;color:#009fe3;text-decoration:underline;}html body .aviso-cookies .popup .container-texto button{height:40px;border:0;border-radius:0;font-weight:700;line-height:1;background-color:#7920e2;font-size:12px;color:#fff;padding:10px 35px;transition:.25s;}@media(max-width:575px){html body .aviso-cookies .popup .container-texto button{margin-top:20px;}}@media(hover:hover){html body .aviso-cookies .popup .container-texto button:hover{transform:scale(1.1);}html body .aviso-cookies .popup .container-texto button:active{transform:scale(1.05);transition:0s;}}html body .aviso-cookies.active{background-color:rgba(0,0,0,.8);}html body .aviso-cookies.active .popup{transform:translateY(0);}::-webkit-scrollbar{width:20px;}::-webkit-scrollbar-track{background:#fff;border-top-right-radius:10px;border-bottom-right-radius:10px;}::-webkit-scrollbar-thumb{background-color:#7920e2;border:4px solid #fff;border-radius:70px;}