/*RESET NORMALIZE*/
* {font-family: 'Open Sans', sans-serif;
}

body{
background: cyan;
}


ul:hover{
/*color: red;*/
/*font-size: 1em;*/
font-weight: bold;
/*background: #ccc;*/
/*border-top: 1px solid blue;*/
/*border-bottom: 0.5px solid blue; */
}

.img2{
/*display: inline-block;*/  
float: left;
/*box-sizing: border-box;*/
width: 20%;
margin: 2% 0% 2% 2%;
padding: 0%; 5%;
text-align: center;
/*font-size: 1.5em;*/
/*color: red;*/
background-size:100%;
/*border: 5px solid yellow;*/
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.hr{
/*border: 5px solid cyan;*/
text-align: center;
padding: 2% 0% 0% 0%;
font-size: 0.5em;,

}

/*xxxxxxxxxxxxXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.senhas{
float: left;
width: 80%;
margin: 1% 0% 5% 10%;
padding: 0% 0% 5% 0%;
/*border: 0.5px solid red;*/
font-size: 3em;
}

.box {
-ms-flex: 1; /* IE 10 */
flex: 1;
*/ display: inline-block; */
float: left; 
width: 100%; 
display: flex;
flex: 100%
}

.smes{
display: inline-block; 
float: left;
box-sizing: border-box;
width: 90%;
margin: 0% 0% 2% 1%;
padding: 1% 0% 2% 0%;
/*text-align: center;*/
font-size: 0.5em;
/*color: red;*/
background: #DCDCDC;
/*border: 0.5px solid blue;*/
}
.smes ul li{
list-style-type: none;
width: 90%;
margin: 0% 0% 0% 2%;
padding: 3% 0% 3% 5%;
border: 0.5px solid GREEN;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


.foot{
/*display: inline-block; */
float: left;
/*box-sizing: border-box;*/
width: 100%;
margin: 10% 0% 0% 10%;
/*padding: 0% 0% 0% 1%;*/
/*text-align: center;*/
/*font-size: 1.5em;*/
/*color: red;*/
/*background: #adeaea;*/
/*border: 5px solid orange;*/
}

