@media screen and (max-width: 1030px) {
    #text-main{
        display: flex;
        flex-direction: column-reverse;
        transition: .4s ease-in-out;
    }
    .list-btn{
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .btn-plan{
        margin: 0 !important;
    }
}
@media screen and (max-width: 270px) {
    .list-btn{
        font-size: 4vw !important;

    }
    #text-main{
        text-align: center;
    }
    .p-item{
        text-align: justify;
    }
    h2{
        font-size: 12vw !important;
    }
    p{
        font-size: 6vw !important;

    }
}
@media screen and (max-width: 1001) {
    .menu-icon{
        display: none;
    }
}
@media screen and (min-width: 1001px) {
    #nav-itens{
        display: block !important;
    }
    h1{
        display: block !important;
    }
}
@media screen and (max-width: 1000px) {
    .moba{
        display: flex !important;
    }
    #nav-itens{
        display: none;
        flex-direction: column;
        text-align: center;
    }
    .navbar{
        background-color: rgba(0, 0, 0, 0.208);
        align-items: flex-start !important;
        justify-content: flex-start;
    }
    .nav-item{
        display: flex !important;
    }
    .menu-icon{
        display: block !important;
        text-align: center;
        float: right;
    }
    .mobile-menu{
        width: 100%;
        position: relative;
        top: 23px;
    }
}
    .menu-icon{
        color: white;
        width: 35px;
        font-size: 1.85pc;
        display: none;
        cursor: pointer;
        transition: .2s ease-in-out;
    }
    .menu-icon:hover{
        transform: scaleX(1.28);
    }