body, html {
        height: 100%;
        margin: 0;
      }

      a:link {
        text-decoration:none;
      }

      .fono {
        color: #fff;
        font-weight: 400;
      }

      .boton-t {
        font-weight: 500;
        color:#000;
      }

      .boton-b {
        font-size: 0.85rem;
        font-weight: 400;
        color:#000;
     
      }

      .boton-selected {
        color:#fff;
        background-color: #0061b6;
      }

      .text-big {
        font-size: 1.7rem;
        font-weight: 500;
        color: #0061b6;
      }

      .text-p {
        font-size: 0.95rem;
      }

      .text-block {
        font-family: 'PTSansBold';
        font-size: 1.3rem;
        font-weight: 500;
        color: #898989;
      }

      .text-block-white {
        font-family: 'PTSansBold';
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
      }

      .text-footer {
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
      }
      
      .text-mini-footer {
        font-size: 0.8rem;
        font-weight: 500;
        color: #fff;
      }

      .text-copyright {
        font-size: 0.9rem;
        color: #fff;
      }

      .text-message {
        font-size: 1.5rem;
        font-weight: 400;
      }
