/* Config das classes do Bootstrap */

body.error-pages {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: white;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.text-center {
    text-align: center !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-3#status-error {
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.display-4#message-error {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/* Config dos icones de mudança dos idiomas */

#es {
    display: none;
}

#pt {
    display: block;
}

#en {
    display: none;
}

#idiomas {
    position: absolute;
    top: 5px;
    right: 5px;
}

#langPT {
    display: none;
}

#langEN {
    display: block;
}

#langES {
    display: block;
}

a.lnkidioma {
    display: none;
    float: left;
    padding: 10px;
}

/* Config de responsividade da tela */

@media (min-height: 400px) and (max-height: 700px) and (min-width: 800px) and (max-width: 1119px) {
    .display-3#status-error {
        font-style: normal;
        font-weight: bold;
        font-size: 3.5rem;
        align-items: center;
        letter-spacing: 0.05em;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    }

    .display-4#message-error {
        font-size: 2.2rem;
        font-weight: 300;
        margin-top: -30px;
    }

    #gif {
        margin-right: 1rem;
        margin-bottom: -2rem;
        max-width: 268px;
    }

    .lead#pt, .lead#en, .lead#es {
        padding: 10px;
    }

    div.container-error {
        max-height: inherit;
        max-width: inherit;
        height: inherit;
    }
}

@media (min-width: 1200px) {
    .display-3#status-error {
        font-style: normal;
        font-weight: bold;
        font-size: 5rem;
        align-items: center;
        letter-spacing: 0.05em;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    }

    .display-4#message-error {
        font-weight: 300;
        margin-top: -45px;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    #gif {
        margin-right: 1rem;
        margin-bottom: -2rem;
        max-width: 268px;
    }

    .lead#pt, .lead#en, .lead#es {
        padding: 10px;
    }

    div.container-error {
        max-height: inherit;
        max-width: inherit;
        height: inherit;
        padding: 2rem;
    }
}

@media (min-width: 1800px) {
    .display-3#status-error {
        font-style: normal;
        font-weight: bold;
        font-size: 5.5rem;
        align-items: center;
        letter-spacing: 0.05em;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    }

    .display-4#message-error {
        font-weight: 300;
    }

    #gif {
        margin-right: 1rem;
        margin-bottom: -2rem;
        max-width: 268px;
    }

    .lead#pt, .lead#en, .lead#es {
        padding: 30px;
        margin-top: -0.30rem;
    }

    div.container-error {
        max-height: inherit;
        max-width: inherit;
        height: inherit;
        padding: 7rem;
    }
}
