@media screen and (max-width: 768px) {
    header{
        display: none;
    }

    body .page .interface{
        background-image: url(/images/index-celular.jpg);
        height: 90vh;
    }

    .page .txt-page img{
        align-self: center;
        display: flex;
        width: 80px;
        padding-bottom: 10px;
    }
    .txt-page h1{
        font-size: 35px;
        line-height: 35px;
        text-shadow:
        0 0 20px #fff;
        margin-bottom: 10px;
    }
    .txt-page p{
        font-size: 15px;
        max-width: fit-content;
        margin: 0px;
        
    }
    .txt-page button{
    background-color: #fff;
    color: #000;
    border: solid #000 1px;
    padding: 20px 30px;
    margin-top: 30px;
    transition: 0.3s;
    border-radius: 50px;
    }
    .txt-page button:hover{
        background-color: #000;
        color: #fff;
        border: solid #fff 1px;
    }
    .ferramentas{
        height: 100vh;
    }
    .txt-titulo{
        font-size: 35px;
        text-align: center;
    }
    .txt-ferramentas{
        display: flex;
        flex-direction: column;
        gap: 35px;
        transition: 0.2s;
    }
    .txt-ferramentas p{
        font-size: 18px;    
        transition: 300ms;
    }
    .txt-ferramentas p span{
        font-size: 25px;
        font-weight: bolder;
    }
    .txt-ferramentas p:hover{
        transform: translateY(-10px);
    }
    .contato .interface{
        height: 90vh;
        width: 100vw;
        color: #fff;
    }
    .contato .forma{
        height: 80vh;
        width: 90vw;
        background: none;
        box-shadow: none; 
    }
    .txt-contato{
        display: flex;
        flex-direction: column;
        padding: 40px 0px;
        text-align: center;
        gap: 20px;
        align-items: center;
    }
    .txt-contato .descrip{
        display: none;
    }
    .convite-server{
        width: 80vw;
        height: 38vh;
        margin-top: 50px;
    }
    .top .title{
        gap: 10px;
    }
    .convite-server .top .title img{
        width: 50px;
        height: 50px;
    }
    .top .title h1{
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .convite-server .top img{
        width: 30px;
        height: 30px;
    }
    footer .interface{
        height: 25vh;
        padding: 0;
        margin: 0;
    }
    footer .txt{
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        padding: 20px 20px 0 20px;
    }
    footer .interface h1{
        color: #343c2c;
        font-size: 20px;
    }
    footer .txt-footer p{
        font-size: 10px;
    }
    footer .txt-apoio{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    footer .txt-apoio p{
        font-size: 10px;
        margin-top: 20px;
        margin-bottom: -15px;
    }

    footer .norma{
        padding: 0 20px;
        font-size: 8px;
    }
    .btn {
        display: flex;
        justify-content: center;
        margin: 5px auto;
    }
}