
@media (max-width: 814px){


    #linhas{
        height: auto !important;
        align-items: center;
    }



    .section-image{
        flex-direction: column !important;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 50px !important;
    }

    .section-image a{
        min-width: 300px;
    }
    h2{
        margin-top: 90px;
    }
    .categorias{
        flex-direction: column;
    }
    .categorias a {
        margin: 0 !important;
        margin-top: 15px;
        width: 100% !important;
        padding: 10px;
    }
    .categorias a img{
        width: 80%;
    }
}

.section-linhas{
    display: flex;
    justify-content: center;
    font-family: Michroma, sans-serif;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height:90%;    
}

.section-image{
    margin-top: 50px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    
    
    
}

h3{
    font-size: 20px;
    font-weight: 600;
}
.glider a{
    width: 50%;
    text-decoration: none;
    color: #383838;
    margin: 3px;
    
    
    
}

.section-linhas img{
    width: 100%;
    height: 90%;
}

.categorias{
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.categorias a{
    text-decoration: none;
    width: 20%;
    margin-inline: 10px;
}

.categorias a h3{
    color: #383838;

}

.voltar{
    width: 80%;
    display: flex;
    justify-content: end;
}

.back-linha{
    border: none;
    
    text-decoration: none;
}
.back-linha a{
    text-decoration: none;
    color: #383838
}
