<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Navegacion #lb_p4b2{
  margin-left: 30px;
}

#Banner a, #Formulario a,#Navegacion a, a {
    text-decoration: none;
}

#Banner a:active, #Formulario a:active, #Navegacion a:active {
  color: #00008F;
}

div#root {
    height: 100%;
}

#Banner .lb_btnAzul {
      position: relative;
      display: table;
      font-family: "Source Sans Pro";
      font-size: 0.875rem;
      font-weight: 600;
      width: 160px;
      height: 40px;
      transition: background-position 195ms cubic-bezier(0.4, 0, 1, 1);
      border-bottom-color: #00008F;
      background: #00008F;
      color: #ffffff;
      transition: color 0.3s;
      outline: none;
      overflow: hidden;
      z-index: 0;
      border-width: 0;
      border-bottom-width: 2px;
      border-style: solid;
      font-weight: 400;
      cursor: pointer;
      letter-spacing: 0.28px;
      line-height: 10px;
      margin: 0 auto 0 auto;
    }

    #Banner .lb_btnAzul:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 530px;
      background: #000072;
      content: '';
      opacity: 0;
      z-index: -1;
      backface-visibility: hidden;
      transform: translate(-50%, -50%) rotate(45deg);
      transform: translate3d(-50%, -50%, 0) rotate(45deg);
      transition: width 0.3s, opacity 0.3s;
    }

    #Banner .lb_btnAzul:hover:after,
    #Banner .lb_btnAzul:active:after {
      width: 100%;
      opacity: 1;
    }</pre></body></html>