@media (max-width: 814px){


    #linhas{
        height: auto !important;
    }
    .wrapper-linhas{
        margin-top: 120px;
        height: auto !important;
    }
    .wrapper-images{
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .wrapper-images a{
        min-width: 300px;
        width: 45%;
        margin: 10px !important;
    }
}
.wrapper-linhas{
    font-family: Michroma, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 90%;
    width: 100%;
}
.wrapper-linhas h2{
    
    font-weight: 600;
    color: #383838;
    font-size: 23px;
}

.wrapper-images{
    display: flex;
    justify-content: space-around;

    width: 100%;
}
.wrapper-images a{
    width: 50%;
    text-decoration: none;
    color: #383838;
    margin: 3px;
}
.wrapper-images a img{
    
    width: 100%;
    height: 100%;
}

.wrapper-voltar{
    
    
    width: 75%;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    
}
.wrapper-voltar button{
    padding: 8px;
    background: none;    
    display: flex;
    flex-direction: row;
    border: none;
    
}
.wrapper-voltar a{
    
    color: #383838;
    font-weight: 600;
    text-decoration: none;
}

/* 



 */
.direitos{
    position: relative;
    /* bottom: -100px; */
    font-family: Michroma, sans-serif;
    width: 100%;
    height: 70px;
    background-color: black;
    color: #fff;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}
