﻿.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#NotFound .titulo {
    font-size: 50px;
    font-weight: 500;
    color: #D0D0D0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
}

@media (max-width: 767px) {
    #NotFound .titulo {
        font-size: 27px;
        margin: 30px 0 15px 0;
    }
}

#NotFound .mensagem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

    #NotFound .mensagem p {
        margin: 0;
        font-size: 24px;
        color: #D0D0D0;
        font-weight: 400;
    }

@media (max-width: 767px) {
    #NotFound .mensagem p {
        font-size: 17px;
        text-align: center;
    }
}

#NotFound .erro-404 {
    margin: 0 auto;
}
