body{
    background-color: #1b1f27;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.menu_superior_logotipo{
        height: 120px;
        width: 100%;

}
.menu_superior{
        height: 120px;
        width: auto;
        align-items: center;
        margin-left: 20vh;
}
.menu_superior_quemsomos{
        height: 120px;
        width: 15%;
        position: relative;
        padding-left: 5%;        
}
.menu_superior_solucoes{
    height: 120px;
    width: 15%;
    position: relative; 
    padding-left: 5%;             
}
.menu_superior_clientes{
    height: 120px;
    width: 15%;
    position: relative;  
    padding-left: 5%;            
}
.menu_superior_suporte{
    height: 120px;
    width: 15%;
    position: relative;  
    padding-left: 5%;            
}
a{
    color: aliceblue;
    text-decoration: none;
    list-style: none;
}
.rodape{
        color: aliceblue;
        justify-content: center;
        position: absolute;
        bottom: 0%;
        width: 100%;
        margin-left: 20vh;
}

.conteudo{
    color: aliceblue;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-left: 20vh;
}

.conteudo_solucoes{
    position: absolute;
    margin: 20px;
    width: 40vh;
}

.conteudo_solucoes_td{
    margin: 20px;
    width: 40vh;
}
.conteudo_solucoes_td1{
    position: absolute;
    margin: 20px;
    width: 40vh;
}
.conteudo_solucoes_td2{
    position: absolute;
    margin: 20px;
    width: 40vh;
}