*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


.grupo{

    height: 450px;
    display: flex;
    

}
.titulo{
    font-size: 80px;
    padding-bottom: 5px;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif

}

.subtitulo{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 45px;
    font-weight: 500;
    
}

.info{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    width: 1355px;
    margin-bottom: 10px;
   

}

.contexto{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    width: 1000px;
    margin-bottom: 10px;
    
}

.tabela{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    width: 1000px;
    
}
main{
    background-color:white;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a{
    text-decoration: black;
    color: black;

}


footer{
    grid-area: footer;
}

@media (max-width: 640px){
    .main{
        height: 1000px;
    }
    .titulo{
        font-size: 10vw;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-display: 100px;
        font-style: unset;
    }
    .grupo{
        width: 90vw;
        height: 300px;
        place-self: start center;
        align-items: center;
        margin-block-end: 100px;
    }
    .info{
        display: none;
    }
    .am{
        width: 101vw;
    }
    .contexto{
        display: none;
    }
    .tabela{
        width: 10vw;
        margin: 0 auto;
        padding: 10px;
    }
    .subtitulo{
        display: none;
    }


}
