#header{position: static;}

#asinstalacoes{
    height: 100%;
    background-color: transparent;
}

#asinstalacoes{
    margin: auto;
}

#asinstalacoes .row {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

#asinstalacoes .bg-img{
    width: 100%;
    height: 100%;
    margin-top: -170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
    z-index: -1;
    filter: blur(5px);
    transform: scale(1.1);
    background-image: url("../../images/asinstalacoes.png");
}

#asinstalacoes .row:nth-child(2) span,
#asinstalacoes .row:nth-child(4) span{
    padding-left: 65px;
    padding-right: 65px;
}

#asinstalacoes .row:first-child{
    margin-top: 50px;
}

#asinstalacoes .row:first-child{
    margin-top: 50px;
}

#asinstalacoes span{
    display: inline-block;
    padding-left: 90px;
    padding-right: 90px;
    width: auto;
    color: rgba(244,198,56,1);
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px rgba(21,40,63,1);
}