body{
	background: #F5F6F8;
}

.manutencao{
	height: calc(100vh - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.manutencao::after{
	content: '';
    position: absolute;
    left: -4%;
    bottom: -20px;
    width: 50%;
    height: 100%;
    background: url(../img/pattern_lateral_left2.png) center center no-repeat;
    background-size: cover;
    z-index: 9999999999999999999999;
}

@media(max-width: 991px){
	.manutencao::after{
    	left: 0;
        bottom: -192px;
        width: 168%;
        height: 67%;
    }
}

.manutencao .aviso-manutencao{
	text-align: center;
}

.manutencao .aviso-manutencao img{
	margin-bottom: 44.8px;
}

.manutencao .aviso-manutencao p{
    font-family: 'Fira Sans';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
}