﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #565656;
    background: #F0F3F3;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #2e2e32;
}

body {
    color: #565656;
    background: #F0F3F3;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    font-size: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    height: 100%;
    font-size: 100%;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:not(.defaultScrollBar)::-webkit-scrollbar {
    width: 10px;
}

*:not(.defaultScrollBar)::-webkit-scrollbar {
    width: 10px;
}

*:not(.defaultScrollBar)::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #808080;
}

*:not(.defaultScrollBar)::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #808080;
}

.error-code {
    color: rgba(46, 125, 137, 1);
    font-size: 128px;
    font-weight: 600;
    text-align: center;
    opacity: 0.2;
}

.error-interjeiçao {
    color: rgba(46, 125, 137, 1);
    font-size: 128px;
    font-weight: 600;
    text-align: center;
    opacity: 0.2;
}

.error-page {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: end;
    justify-content: center;
    padding: 40px 70px;
}

.error-container {
    width: 100%;
    max-width: 1747px;
}

.content-wrapper {
    gap: 20px;
    display: flex;
}

.left-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    margin-left: 0;
}

.error-content {
    border-radius: 10px;
    display: flex;
    margin-top: 7px;
    min-height: 751px;
    flex-direction: column;
    overflow: hidden;
    align-items: start;
    font-family: Montserrat, sans-serif;
    justify-content: center;
    padding: 124px 60px;
}

.error-title {
    color: rgba(86, 86, 86, 1);
    font-size: 40px;
    font-weight: 500;
    align-self: stretch;
    margin-top: 40px;
}

.error-message-wrapper {
    display: flex;
    margin-top: 40px;
    width: 674px;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
}

.error-message {
    color: rgba(86, 86, 86, 1);
    font-size: 20px;
    font-weight: 400;
}

.error-code-text {
    color: rgb(46, 125, 137);
    font: 600 20px Montserrat, sans-serif;
    text-align: center;
    align-self: start;
    margin-top: 40px;
}

.button-group {
    align-self: start;
    display: flex;
    margin-top: 90px;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    justify-content: start;
    flex-wrap: wrap;
}

.home-button {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    min-height: 60px;
    align-items: center;
    gap: 12px;
    color: rgba(86, 86, 86, 1);
    justify-content: center;
    width: 290px;
    margin: auto 0;
    padding: 18px 8px;
    border: 2px solid rgba(86, 86, 86, 1);
    cursor: pointer;
}

.button-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
    align-self: stretch;
    margin: auto 0;
}

.button-text {
    align-self: stretch;
    margin: auto 0;
}

.back-button {
    border-radius: 3px;
    background-color: rgba(46, 125, 137, 1);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    min-height: 60px;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
    width: 290px;
    margin: auto 0;
    padding: 18px 8px;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
}

.right-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    margin-left: 20px;
}

.error-illustration {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 1440px) {
    .button-group {
        width: 100%;
        align-content: center;
        justify-content: center;
    }
}

@media (max-width: 1024px) {

    .error-page {
        padding: 0px 25px;
    }

    .error-content {
        padding: 20px 0px;
        margin-top: -75px;
    }

    .error-code {
        color: rgba(46, 125, 137, 1);
        font-size: 100px;
        font-weight: 600;
        text-align: center;
        opacity: 0.2;
    }

    .error-interjeiçao {
        color: rgba(46, 125, 137, 1);
        font-size: 100px;
        font-weight: 600;
        text-align: center;
        opacity: 0.2;
    }

    .error-title {
        font-size: 28px;
        margin-top: 0px;
    }

    .error-message {
        font-size: 18px;
    }

    .left-column {
        width: 56%;
    }

    .home-button,
    .back-button {
        flex: 1;
        max-width: 45%;
    }

    .error-illustration {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 100%;
        margin-top: 90px;
    }

    .button-group {
        margin-top: 58px;
    }
}



@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
        margin-left: 0;
    }

    .error-code {
        width: 100%;
        text-align: center;
    }

    .error-interjeiçao {
        margin-left: 170px;
    }

    .error-content {
        padding: 20px;
        min-height: auto;
        margin-top: 7px;
    }

    .error-page {
        padding: 0px 70px;
    }

    .error-title {
        font-size: 36px;
        text-align: center;
        margin-top: 30px;
    }

    .error-message {
        font-size: 18px;
        text-align: center;
    }

    .button-group {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .home-button,
    .back-button {
        width: 100%;
        max-width: 300px;
        margin: 10px 0;
    }

    .error-illustration {
        width: 80%;
        margin: 20px auto;
        margin-top: -230px;
        margin-left: 259px;
    }
}



@media (max-width: 500px) {
    .error-code {
        font-size: 110px;
        opacity: 0.2;
        width: 100%;
        text-align: center;
    }

    .error-interjeiçao {
        font-size: 110px;
        opacity: 0.2;
        margin-left: 35px;
        text-align: center;
    }


    .error-page {
        padding: 100px 20px;
    }

    .error-container {
        max-width: 100%;
    }

    .content-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .left-column {
        width: 100%;
    }

    .error-content {
        max-width: 100%;
        padding: 0px 70px;
    }

    .error-title {
        max-width: 100%;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        color: rgba(46, 125, 137, 1);
    }

    .error-message {
        max-width: 100%;
        text-align: center;
        font-size: 18px;
        margin-top: -15px;
    }

    .button-group {
        max-width: 100%;
        margin-top: 50px;
        margin-left: 4px;
        margin-left: 10px;
        z-index: 100
    }

    .right-column {
        width: 100%;
    }

    .error-illustration {
        max-width: 90%;
        margin-top: -325px;
        margin-left: 43px;
    }
}


@media (max-width: 450px) {


    .error-code {
        font-size: 110px;
        opacity: 0.2;
        width: 100%;
        text-align: center;
    }

    .error-interjeiçao {
        font-size: 110px;
        opacity: 0.2;
        margin-left: -3px;
        text-align: center;
    }


    .error-title {
        max-width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: rgba(46, 125, 137, 1);
    }

    .error-message {
        max-width: 100%;
        text-align: center;
        font-size: 15px;
        margin-top: -15px;
    }

    .button-group {
        max-width: 100%;
        margin-top: 50px;
        margin-left: 4px;
        margin-left: 0px;
        z-index: 100;
        display: inline-block;
    }

    .error-illustration {
        max-width: 100%;
        margin-top: -212px;
        margin-left: 125px;
    }
}

@media (max-width: 425px) {
    .error-code {
        font-size: 110px;
        opacity: 0.2;
        width: 100%;
        text-align: center;
    }

    .error-interjeiçao {
        font-size: 110px;
        opacity: 0.2;
        margin-left: -16px;
        text-align: center;
    }

    .error-title {
        max-width: 100%;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: rgba(46, 125, 137, 1);
    }

    .error-message {
        max-width: 100%;
        text-align: center;
        font-size: 14px;
        margin-top: -15px;
    }
}

@media (max-width: 375px) {

    .error-content {
        max-width: 100%;
        margin-top: -30px;
        padding: 40px 28px;
    }

    .error-code {
        font-size: 90px;
        opacity: 0.2;
        width: 100%;
        text-align: center;
    }

    .error-interjeiçao {
        font-size: 90px;
        opacity: 0.2;
        margin-left: 24px;
        text-align: center;
    }

    .error-title {
        max-width: 100%;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        color: rgba(46, 125, 137, 1);
    }
}

@media (max-width: 320px) {

    .error-content {
        max-width: 100%;
        margin-top: -30px;
        padding: 40px 14px;
    }

    .error-code {
        font-size: 90px;
        opacity: 0.2;
        width: 100%;
        text-align: center;
    }

    .error-interjeiçao {
        font-size: 90px;
        opacity: 0.2;
        margin-left: 12px;
        text-align: center;
    }

    .error-title {
        max-width: 100%;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: rgba(46, 125, 137, 1);
    }

    .error-illustration {
        max-width: 100%;
        margin-top: -212px;
        margin-left: 104px;
    }
}
