body {
    font-family: 'Roboto', sans-serif;
}

.error-container {
    height: 100%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-container {
    max-width: 28rem;
    width: 100%;
    /*padding: 2rem;*/
    background-color: var(--form-background-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.divMensaje {
    padding: 1rem;
}

.error-title {
    font-size: 3rem;
    color: black;
}

.error-description {
    font-size: 1.5rem;
}

.divBtnError {
    display: flex;
    justify-content: center;
}

.error-button {
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: black; 
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

    .error-button:hover {
        background-color: #0056b3;
    }

.divCinecoImg {
    max-width: 28rem;
    width: 100%;
}

.CinecoImg {
    max-width: 28rem;
    background-color: black;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
