﻿section#content {
    background: rgba(45,56,94,.75) !important;
}

body {
    background: var(--primary-background-color) !important;
}

.text-white {
    color: var(--primary-contrast-color);
}

.div-manutencao {
    display: flex; /* Enables Flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 90vh; /* Use a full viewport height to ensure vertical centering */
}

.column-right {
    padding-left: 20px !important;
    padding-right: 10px !important;
    border-left: 1px #fff solid;
    height: 115px;
}

.column-left {
    padding-top: 10px;
    padding-right: 20px !important;
    height: 115px;
}

    .column-left h1 {
        height: 100%;
        margin-top: 18px;
    }

.text-desc {
    font-weight: 200;
    margin-bottom: 7px;
}

.logo-header {
    margin-bottom: 10px;
    height: 120px;
    width: auto;
}

.container-mobile {
    margin-top: 20%;
}