*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #555;
}


/* --- BARRA DE MENUS E NAVEGAÇÃO*/
.nav-bar{
    position: fixed;
    width: 100%;
    height: 70px;
    display: flex;
    top: 0;
    z-index: 1;
    background: white;
}
.nav-bar-logo{
width: 20%;
height: 100%;
margin-left: 0.2%;
}
.nav-bar-logo h3{
    text-align: center;
    font-size: 35px;
    margin-top: 10px;
}
.nav-bar-logo h4{
    text-align: center;
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
}
.icone{
    width: 60px;
    height: 60px;
    background: #333;
    border-radius: 100%;
    margin-left: 15px;
    margin-top: 5px;
    display: flex;
}
.icone img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.nav-bar-links{
    width: 70%;
    height: 100%;
    display: flex;
}
.nav-bar-links ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.nav-bar-links ul li{
    margin-left: 30px;
    list-style: none;
}
.nav-bar-links ul li a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 550;
    color: #333;
}
.nav-bar-links ul li a:hover{
    color: #a4a4a4;
}
.nav-bar-user h3{
    color: white;
    font-size: 15px;
    margin: 10px;
}


/*----- CORPO DO SISTEMA*/
.body{
    width: 100%;
    min-height: 300px;
    margin-top: 70px;
}
.container{
    background: #d8d5d5;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.painel-info{
    background: white;
    width: 95%;
    height: 96%;
    margin: 0.5% auto;
    padding: 5px;
}
.container-home{
    margin:20px auto;
    width: 80%;
    min-height: 500px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
}
.painel-desc{
    width: 60%;
    min-height: 350px;
    margin: 5px auto;
    border-radius: 10px;
}
.titulo-desc{
    text-align: center;
    font-size: 40px;
    color: #555;
    margin-top: 50px;
    margin-bottom: 30px;
}
.titulo-sub{
    text-align: center;
    font-size: 25px;
    color: #555;
    margin-bottom: 30px;
}
.texto-formatado{
    text-align: justify;
    margin: 5px;
}
.painel-img{
    width: 35%;
    min-height: 350px;
    border-radius: 10px;
    margin: 5px auto;
}
.painel-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/*----- LINKS EXT*/
.titulo-port{
text-align: center;
font-size: 25px;
color: #555;
margin: 10px;
}
.vitrine{
    width: 95%;
    min-height: 430px;
    margin: 0 auto;
    display: flex;
}
.box-vitrine{
    border: 1px solid yellow;
    width: 98%;
    min-height: 410px;
    margin: 2px auto;
    display: flex;
}
.box-produto{
    background: white;
    width: 360px;
    min-height: 400px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 5px auto;
    float: left;
    box-shadow: 10px 5px 15px #a4a4a4;
}
.box-produto h3{
    text-align: center;
    font-size: 18px;
}
.box-produto img{
    width: 100%;
    height:260px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box-produto button{
    width: 200px;
    height: 25px;
    border: none;
    border-radius: 10px;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #a4a4a4;
    color: #333;
    font-weight: bold;    
}
.box-produto button:hover{
    background: #333;
    color: #a4a4a4;
    cursor: pointer;
}

/*============ CONTATO ==========*/


/*============ SOBRE ==========*/
.box-geral{
    width: 70%;
    min-height: 210px;
    margin: 2px auto;
    border: 1px solid gray;
    box-shadow: 10px 10px 15px 2px #555;
}
.box-sobre-perfil{
    width: 95%;
    min-height: 200px;
    border: 1px solid red;
    display: flex;
    margin: 5px auto;
}
.box-perfil{
    width: 75%;
    height: 150px;
    margin: 5px auto;
    border: 1px solid green;
   /* border-right: 0.1px solid #333; */ /*-- espessura somene da borda direita ->right --*/
}
.img-perfil{
    width: 20%;
    height: 100px;
    margin: 5px auto;
}
.img-perfil img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


/*============ falta editar ==========*/


/*----- BARRA DE NAVEGAÇÃO LATERAL*/
.system-left{
    width: 15%;
    min-height: 100px;
    border: 2px solid gray;
    float: left;
}
.menu-lateral{
    background: #a4a4a4;
    width: 100%;
    height: 100%;
}
.menu-lateral h2{
    background: rgb(33, 121, 159);
    font-size: 18px;
    color: white;
    text-align: center;
}
.menu-lateral ul li{
    width: 95%;
    text-align: center;
}
.menu-lateral p{
    width: 95%;
    margin: 2px;
}
.menu-lateral p button{
    width: 98%;
    margin: 5px;
    border-radius: 10px;
    border: none;
    padding: 5px;
    background: rgb(26, 66, 78);
}
.menu-lateral p a button{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
}
.menu-lateral p button:hover{
    background: rgb(2, 104, 135);
    cursor: pointer;
}

/*----- FIM DA BARRA DE NAVEGAÇÃO LATERAL*/

/*
*
* ----- loja
*
*/


/*
*
* Pagina home
*
*/



/*
*
*Clientes
*
*/
.container-2 form{
width: 90%;
height: 300px;
border: 1px solid #555;
border-radius: 20px;
margin: 20px auto;
}
.container-2 h1{
    text-align: center;
    font-family: sans-serif;
}




/*----- FIM DA WEB PÁGINAS*/
/*----- FIM DO CORPO DO SISTEMA*/



/*----- RODAPÉ*/
.footer{
    width: 100%;
    height: 37px;
    background: white;
}
.identificador{
    width: 49%;
    height: 100%;
    float: left;
}
.identificador p{
    text-align: center;
    margin-top: 5px;
    color: #333;
}
.suporte{
    width: 27.5%;
    float: left;
}
.suporte p{
    text-align: center;
    color: #333;
    font-size: 13px;
        margin-top: 5px;
}

.network{
    width: 21%;
    float: right;
}
.network p{
    text-align: center;
    color: #333;
    font-size: 12px;
}
.network img{
    margin: 10px;
    width: 40px;
}
/*----- FIM*/






/*---- dopdowns ----*/

/*--menu lateral--*/
.dropbtn {
    background-color: #3d3e3d;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 98%;
    margin: 5px;
  }  
  .dropdown {
    position: relative;
    margin-top: 2px;
    margin-left: 1%;
  }
  .dropdown li button{
    width: 100%;
  }
  .dropdown button{
    border-radius: 10px;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 5px;
  }
  .dropdown-content a {
    color: black;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    font-size: 12px;
  }
  .dropdown-content img{
    width: 15px;
    margin-right: 5px;
  }
  .dropdown-content a:hover {
    background-color: #dcd8d8;
}
.dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }


/*-- menu superior*/
.dropbtn-sup{
    background-color: #3d3e3d;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin: 5px;
} 
.dropdown-content-sup {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 5px;
  }
  .dropdown-content-sup a {
    color: black;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    font-size: 12px;
  } 
  .dropdown-content-sup img{
    width: 15px;
    margin-right: 5px;
  }
.dropdown-content-sup a:hover {
    background-color: #dcd8d8;
}
.dropdown:hover .dropdown-content-sup {
    display: block;
  }    
  .dropdown:hover .dropbtn-sup {
    background-color: #3e8e41;
  }




/* ================ RESPONSIVIDADE DO SITE ======================*/

  @media screen {
    
  }