@media (max-width:800px){

    header nav, .VariasImg, .laranja, .copyright, .Tlogos{
        display: none;
    }


    header .SemRespHead{
        display: none;
    }

    header{
        display: flex;
        background-color: black;
    }

    .RespBotaoBurg h3{
        color: white;
        font-size: 5.5vw;
        padding-left: 18vw;
    }

    .RespBotaoBurg{
        display: flex;
        flex-direction: row;

        width: 20vw;
        height: 7vw;
        background-color: white;
    }

    .RespBotaoBurg img{
        padding-top: 1vw;
        padding-left: 8vw ;
        height: 5vw;
    }

    .RespSec{
        display: flex;
        width: 100%;
        height: 170vw;
        background-image: url(img/laranjanametade.png);
        background-size:cover;
    }

    .RespTituloP{
        display: flex;
        align-items: center;
        
        flex-direction: column;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 1.7vw;
        color:white;
    }

    .RespTituloP h1{
        padding-top: 100vw;
        padding-left: 14vw;
        font-size: 13vw;
    }

    .RespTituloP p{
        font-size: 4vw;
        padding-right: 35vw;
        padding-top: 4vw;
    }

    .RespImagens{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 10vw;
    }
    
    .TamImgResp{
        display: flex;
        width: 70vw;
        height: 100vw;
        padding-top: 6vw;
    }

    .FootResp{
        display: flex;
        flex-direction: column;
        padding-top: 900vw;
        width:85vw;
        padding-left: 15vw;
    }

    .RespAlinText h3{
        padding-top: 3vw;
        padding-right: 55vw;
    }

    .referenciasResp{
        padding-top: 2vw;
        padding-right: 17vw;
        font-size: 1.8vw;
    }

    .TlogosResp{
        display: flex;
        align-items: center;
        background: #7FDBD4 0% 0% no-repeat padding-box;
        padding-right: 3vw;
        width: 100%;
        height: 10vw;
    }

    .logos{
        display: flex;
        height: 5vw;
        padding-left: 5vw;
    }

    .AlinButtText{
        display: flex;

    }

    button{
        width: 13vw;
        height: 8vw;
        background-color: gray;
        border: none;  
    }

    button a{
        text-decoration: none;
        color:rgb(32, 31, 31);
    }

    button:hover{
        background-color: lightblue;
    }
}