
.error-message  {
    height: 100vh;
    padding-top: 6em;
    text-align: center;
    background-color: #000;
}
.error-message .logo_sico {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    height: 8em;
    opacity: 1;
}
.error-message .title {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 3em;
    font-weight: bold;
    opacity: .5;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.error-message .message {
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    font-size: 2em;
}
.error-message .small {
    line-height: 4;
}
.error-message .small a {
    margin-left: 1em;
    margin-right: 1em;
    padding: .5em 1em;
    background-color: rgba(255,255,255,.75);
    color: #A83279;
}
.error-message .small a:hover {
    background-color: rgba(255,255,255,1);
    text-decoration: none;
}
/*-------------------------------*/
/* RWD                           */
/*-------------------------------*/
@media screen and (max-width: 767px) {
  .error-message {
      padding-left: 1em;
      padding-right: 1em;
      font-size: .8125rem;
  }
}