body > header .nav-bar-bg{
    background: rgba(0, 0, 0, 0);
    transition: background ease-in-out 333ms;
}

body.nav-show > header .nav-bar-bg{
    background: rgba(0, 0, 0, 1);
}

.bg-top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 180px;

    background: rgba(0,0,0,0);
    background:    -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 100%);
    background:      -o-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 100%);
    background:     -ms-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 100%);
    background:         linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 100%);

    z-index: 190;

    pointer-events: none !important;
}


#home-sobre p {
    font-size: 18px;
    color: rgb(49, 49, 49);
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 1em;
}

#home-atributos{
    background-image: url("../../src/imagens/bg-atribs.png");
    background-position: center top;
}

#home-atributos h2{
    font-size: 32px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.225;
    background-color: rgb(255, 202, 46);
    text-align: center;
    padding: .8em 15px;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;

    transform: translateY(-50%);
}



.img-bg{
    width: 100%;
}

.img-bg-right{
    -webkit-box-shadow: 45px 45px 0 -20px rgba(255, 202, 46,1);
    -moz-box-shadow:    45px 45px 0 -20px rgba(255, 202, 46,1);
    box-shadow:         45px 45px 0 -20px rgba(255, 202, 46,1);
}

.img-bg-left{
    -webkit-box-shadow: -45px 45px 0 -20px rgba(255, 202, 46,1);
    -moz-box-shadow:    -45px 45px 0 -20px rgba(255, 202, 46,1);
    box-shadow:         -45px 45px 0 -20px rgba(255, 202, 46,1);
}


#home-planos h2,
#home-salas h2{
    font-size: 60px;
    color: rgb(0, 0, 0);
    font-weight: bold;

    line-height: 1;
    margin-top: .7em;

    position: relative;
    z-index: 50;
}

@media (min-width: 992px){
    #home-planos h2,
    #home-salas h2{
        font-size: 129px;
    }
}

#home-planos h2{
}

@media (min-width: 992px){
    #home-planos h2{
        text-align: right;
        right: -30%;
    }
}

#home-salas h2{
}

@media (min-width: 992px){
    #home-salas h2{
        left: -53%;
    }
}

#home-planos p,
#home-salas p{
    font-size: 16px;
    color: rgb(49, 49, 49);
    line-height: 1.563;
}







#home-blog{
    color: #ffffff;
    background-color: #000;
}

#home-blog h2{
    font-size: 42px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    line-height: 1.269;
}
