
.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

  .m-modal .modal-wrapper .modal-content .modal-close-perfil {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 20px;
    color: #1D1D26;
    text-decoration: none;
    z-index: 300;
  }
  .o-header--img .ohi-wrapper{
    background: transparent!important;
  }

  p#rouleta-text{
    text-align:center;
    padding:10px 30px;
  }

  .m-games-item--game .mgi-content .a-button--padlock-open{
    margin-top:-10px!important;
  }
  .a-button--padlock-open::before {
    font-size: 15px;
  }

  .m-progress-item .progress-bar{
    background-color: #cccccc;
  }

  .m-progress-item .progress-bar--percent{
    background-color: #E27E26;
  }

  .small, small, p small {
    font-size: 14px;
  }

  h4, .h4 {
    font-size: 1.3rem;
    font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
    color: #4A4A4A;
    line-height: 1.625rem;
  }

  .p-init-register-form .headline{
    color:#000!important;
  }

  span.text-more-big p{
    font-size: 13px!important;
  }

  .w-content{
    padding: 28px 10px;
  }

  .w-content.insignia{
    padding: 8px 10px;
  }
  .m-award-item .content-insignia p {
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }

  .m-award-item .icon.insigniabig {
    --var-width: 120px;
    margin: 0 auto;
  }

  .m-info-item .content p {
    font-size: 13px;
  }
  .h4.hello{
    padding: 20px 0px 10px 0px;
  }

  .m-award-item {
    --var-width: 130px;
  }

  .m-award-item .content p{
    font-size: 13px;
  }

  h5, .h5 {
    font-size: 1rem;
  } 

  p, .p{
    font-size: 1rem;
  }

  h3.q-header {
    color: #333;
  }

  .a-input--password--grey {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

.ogm-description .w-content p{
  text-align: justify;
  padding: 0 5px;
}

.m-steps--white{
  width: 45px;
}

.m-steps--white span{
  color:#000;
}

.o-header--game .oh-title{
  padding: 15px 50px;
}

.o-header--img .ohi-container .ohi-title h1, .o-header--img .ohi-container .ohi-title h2{
  color:#ffffff!important;
}
