.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0; 
}

.fixed-top{
    position: fixed;
}

.custom-content-all{
    height: 140vh;
}
.row > *{
    margin-right: 0 !important;
    padding-right: 0 !important;
} 
.paragrafo-apresentacao{
    font-size: 1.8rem;
    text-align: justify;
    color: #152B49;
    width: 80%;
}
.conteudo-um{
    height: auto;
}
.h2{
    margin-top: -150px !important;
}
@media screen and (max-width: 575px) {
    .information{
        display: flex;
        flex-direction: column;
    }
    .seta{
        display: none;
    }
    .f-b{
        display: none;
    }
    .n-b{
        width: 100vw;
        text-align: center;
    }
    .paragrafo-apresentacao{
        width: 90%;
        font-size: 1.2rem;
    }
    .navbar-fotter{
        display: block !important;
    }
    .conteudo-um{
        height: auto;
        padding-bottom: 20px;
    }
    .h2{
        margin-top: -75px !important;
        width: 90%;
    }
}
