.ErrorPage_errorContainer__SjyNA {
    text-align: center;
    padding: 50px;
  }

  .ErrorPage_imgError__YDOLH{
    margin-bottom: 40px;
  }
  
  .ErrorPage_imgError__YDOLH svg{
    max-width: 100%;
  }

  .ErrorPage_errorContainer__SjyNA h2{
    font-size: var(--ftsize2);
    line-height: var(--lineh2);
    font-weight: bold;
    color: var(--black);
    margin-bottom: 20px;
  }

  .ErrorPage_errorContainer__SjyNA p{
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--blue-900);
    margin-bottom: 24px;
  }

  .ErrorPage_errorContainer__SjyNA button{
    margin: 0 auto;
  }

/*Contraste*/
body.contraste .ErrorPage_imgError__YDOLH svg path{
  fill: var(--white);
}

/*# sourceMappingURL=4ca9c8c06b1dde70.css.map*/