*{
    padding: 0;
    margin: 0;
}
nav{
    /* menu*/
    display: flex; 
    background-color:white ;
    width: 100%;
    height: 80px;
    box-shadow: 1px 0px 4px 4px #ebe9e9 ;
}
.menus{
    flex: 80%;
    margin-left: 50%;
    margin-top: 25px;
}
.logo{
    flex: 20%;
}
.menus ul li{  
    display: inline;
    gap: 100px;
    text-decoration: none; 
}
.menus ul li a{
    text-decoration: none;
    color:#0458a8;
    font-size: 1.1rem;
    padding: 5px;    
}
.menus ul li a:hover{
    border-bottom: 2px solid #f28c00;
    width: 100%;
}
/* Final menu*/
.Principal{
    /*corpo*/
    display: flex;
    margin-bottom: 100px;
}
.imagem img{
    flex: 50%;
    width: 500px;
    height: 400px;
    margin-left: 100px;
    margin-top: 20px;
}
.descricao{
    flex: 50%;
    margin-top: 110px;
    margin-left: 50px;
    align-items: center;
    
}
.descricao h1{
    margin-bottom: 15px;
    color: #f28c00;
    font-size: 2.2rem;
}
.descricao p{
    
    font-size: 1.1rem;
    color: #858383;

}
.descricao-aparelhos{
    font-size: 20px;
   
}
.veja-video a{
    color: white;
    background-color: #0458a8;
    padding: 10px;
    border-radius: 10px;
}
.veja-video img{
    
    width: 50px;
}
.veja-video a{
    text-decoration: none;
}

/* Final do Corpo*/
/* tecnologia*/
.tecnologia{  
    background-color: #f3f5fa;
    width: 100%;
    height: 350px;
    text-align: center;
    margin-bottom: 70px;
}
.tecnologia h2{
    text-align: center;
    padding-top: 30px;
    color: #0458a8;
}
.tec-conteiner{
    display: flex;
    
    
    
}
.tec-imagem img{
    flex: 25%;
    width: 180px;
    padding: 70px;
   

   
    
    
    

}

/* Fim tecnologia*/




/* Segmentos*/
.segmentos{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
 
    /*padding: 20px;*/
    width: 70%;
    height: 250px;
    margin: auto;
    margin-bottom: 50px;
    gap: 50px;
    
   
   
   
}

.varejo{
    flex: 30%;
    color: white;
    font-size: 1.5rem;
    background-color: #ea8800;
    text-align: center;
    border-radius: 10px; 
    box-shadow: 2px 2px 2px 5px rgb(236, 236, 236);  
    
}
.varejo ul li{
    list-style-type: none;
}
.restaurantes{
    flex: 30%;
    color: white;
    font-size: 1.5rem;
    background-color: #0075ba;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 5px rgb(236, 236, 236); 
}
  

.restaurantes ul li{
    list-style-type: none;
}

.descricao-segmento{
    text-align: left;
    margin-left: 20px;
    padding: 4px;
}
.tef{
    color: #0458a8;
}
/*delive*/



/*delive*/
.delive{
   
   background-color: #0075ba; 
   width: 100%;
   height: 300px;
   margin-bottom: 100px;
   text-align: center;


}
.delive-empresa{
    display: flex;
    gap: 10%;
    
}

.delive-empresa img{

    
    width: 145px;
    margin-top: 70px;
    text-align: center;
    
    
}
.delive h2{
    padding-top: 20px;
    color: white;
    text-align: center;
}
.Tela-vendas{
    color: #0458a8;
    margin: auto;
    text-align: center;
 
}
.Tela-vendas img{
    width: 80%;
    background-color: #dddfe0;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 100px;  
    
}

.Tela-dash{
    color: #0458a8;
    margin: auto;
    text-align: center;
 
}
.Tela-dash img{
    width: 80%;
    background-color: #dddfe0;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 100px;  
    
}
.rodape{
    display: flex;
    background-color: #f3f5fa;
    width: 100%;
    height: 350px;
    text-align: center;
    align-items: center;

}
.logo{
    flex: 25%;
}

.endereco{
   flex: 25%;
   color: #0458a8;
   font-size: 1.2rem;
}
.contato{
    flex: 25%;
    color: #0458a8;
    font-size: 1.2rem;
}





