#footer-wrapper {
    width: 80%;
    margin: 15px auto;
    border-radius: 7px;
	overflow: hidden;
	padding: 3px 10px 2px 10px;
	border:#eee thin solid;
    font-size: 0.9em;
}
#cont {
    max-width:80%;
    border-radius: 7px;
	overflow: hidden;
	margin: 10px auto;
	padding: 10px;
	border:#eee thin solid;
    font-size: 0.9em;
}
.tit{
   color:#607D8B;
   font-size: 1.1em;
    margin-top:-1px;
}
.nome{
    font-weight: 500;
    color:#455A64;
    font-size: 1.1em;
    margin-bottom: -2px;
}
.foto {
    max-width: 95%; 
    height: auto; 
    overflow: hidden; 
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}
.foto img {
    max-width: 100%; 
    height: auto; 
    display: block;
    margin: 0 auto;
}
.cont2{
    max-width: 80%; 
    margin: 0 auto;     
}
.but-mod {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.but-mod:hover {
  background-color: #0056b3;
  color: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.but-mod:active {
  background-color: #00408d;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
}
.but-mod:disabled {
  background-color: #c0c0c0;
  cursor: not-allowed;
  box-shadow: none;
}
