/*
* **********************************
* ################################## ESTILOS DA PÁGINA INDISPONÍVEL
* **********************************
*/

/*
========================
======================== CONTEÚDO INDISPONÍVEL
========================
*/

section{
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.align-vertically {
    display: table-cell;
    vertical-align: middle;
}
.align-horizontally {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    text-align: center;
    width: 100%;
}
h1{
    width: 250px;
    height: 50px;

    background: rgba(0, 0, 0, 0) url("../../img/global/custom/brand.png") no-repeat scroll center center / contain ;
    display: block;

    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}
p{
    text-align: center;
    margin: 25px 0 0 0;
    padding: 0 20px;
}