@media only screen
  and (max-device-width: 480px){
    .corpo{
        display: flex;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(211,211,211,1) 0%, rgba(237,237,237,1) 49%, rgba(190,190,190,1) 100%);
    }

    .logo{
        width: 40%;
        align-self: center;
        height: auto;
    }

    .botoes{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 1em;
        align-items: center;
    }
    .textoLink{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        color: green;
        width:95%;
        padding-top: 18px;
        padding-bottom: 13px;
    }

    .textoLink1{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        color: green;
        width:95%;
        padding-top: 18px;
        padding-bottom: 13px;
    }

    .textoLink2{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        color: red;
        width:95%;
        padding-top: 18px;
        padding-bottom: 13px;
    }
    .botao{
        width: 45vw;
        height: auto;
    }
    .botaoAp{
        width: 37vw;
        height: auto;
    }
    .textoApresentacao{ 
        padding: 1em;
        display: flex; 
        flex-direction: column;
        justify-content: center;
    }
    .Textoap{
        padding: 1em;
        align-self: center;
        font-size: 70;
    }
    .imgsApresentacao{
        align-self: center;
        width: 60%;
        height: auto;
    }

  }

  @media only screen
  and (min-device-width: 480px){
    .corpo{
        display: flex;
        flex-direction: column;
    }

    .logo{
        width: 18%;
        align-self: center;
        height: auto;
    }

    .botoes{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        position: relative;
        right: 6vw;
        bottom: 30vw;
    }
    .botao{
        width: 10.5vw;
        height: auto;
        
    }
    .botaoAp{
        width: 8.5vw;
        height: auto;
    }
    .textoLink{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        color: green;
        width:30%;
        padding-top: 18px;
        padding-bottom: 13px;
    }

    .textoLink1{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        color: green;
        width:30%;
        padding-top: 18px;
        padding-bottom: 13px;
    }

    .textoLink2{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        color: red;
        width:30%;
        padding-top: 18px;
        padding-bottom: 13px;
    }
    .Textoap{
        padding: 1em;
        align-self:center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30;
    }
    .imgsApresentacao{
        padding-top: 30px;
        padding-right: 1200px;
        width: 23%;
        height: auto;;
    }

  }
  