﻿.page-container {
    padding: 1.2rem;
    border-radius: 5px;
    background-color: #fff;
    color: #004272;
    border: 2px solid #CAD9E8;
    -webkit-box-shadow: 5px 5px 49px -19px rgba(0,0,0,1);
    -moz-box-shadow: 5px 5px 49px -19px rgba(0,0,0,1);
    box-shadow: 5px 5px 19px -19px rgba(0,0,0,1);
    margin-top: -18px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.error-content {
    width: 100%;
    height: 70vh;
    display: flex;    
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-bNaturgy {
    font-size: 10rem;
}

.error-title {
    margin-top: 2rem;
}

.error-subtitle {
    margin-top: 1rem;
    text-align: center;
}

@media(max-width: 580px) {
    .page-container {
        flex-direction: column;
    }

    .container-item {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.home-link {
    display: none;
}