
*{ margin: 0; padding: 0; font-size: 100%; box-sizing: border-box; font-family: "Segoe UI";}
a{ text-decoration: none; color: white; display: block; }
button{cursor: pointer; border: none; background-color: initial;}

.bg{background-repeat: no-repeat; background-size: cover; background-position: center;}
.w-cursor{cursor: pointer;}

.wcode-my{width: 100%; height: auto; background-color: initial; display: flex; position: fixed; top: 30px; z-index: 1601;
justify-content: center; display: none;}
.wcode-my .wcode-progresso{width: 90%; background-color: #ffffff; height: 18px;
    display: flex; align-items: center; border-radius: 50px;
 }

 .wcode-my .wcode-progresso .logo{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: -10px;
    margin-top: -10px;
    background-image: url("../icon/emprocess.png");
    background-size:contain;
    background-color: #000000;
    border-radius: 50%;
    
   
 }

 .wcode-my .wcode-progresso .logo .loader{
    width: 8px;
    height: 8px;
    border: 00px solid transparent; 
    border-top: 30px solid #a70707; 
    border-radius: 60%;
    position: absolute; 
    animation: girarBorda 0.7s linear infinite; 
 }

 .progesso{width: 100%; height: auto; margin-left: -10px;}

 .cay{width: 0%; background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(139, 0, 0, 0.8) 40%, rgba(255, 255, 0, 0.8) 80%);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5), 0 4px 10px rgba(0, 0, 0, 0.3); height: 7.5px;
border-radius: 50px;}

 @keyframes girarBorda {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .fundo-processo{width: 100%; height: 100vh; top: 0; position: fixed; z-index: 1600; display: none;}
  .fundo-black{width: 100%; height: 100%; background-color: #000000ad;}

#cookie-banner{
position: fixed; bottom: 0; left: 0; width: 100%; background: #222; 
color: #fff; text-align: center; padding: 10px; z-index: 11;
}

#cookie-banner button{
   margin-left: 10px; padding: 5px 10px; background: #FFD700; border: none; cursor: pointer;
}

 