.container-content{
    width:80%;
    max-width:700px;
    margin:0 auto;
}

cardConteudo{
    display:inline-block;
    background-color:white;
    border-radius:7px;
    color:black;
    margin:15px auto;
    width:90%;
    padding:10px 0;
    overflow:auto;
}
cardConteudo > h2{
    display:block;
    text-align:left;
    word-wrap: break-word;
    background-color:#000;
    height:60px;
    color:white;
}


cardConteudo > label{
    display:inline-block;
   font-size:15px;
    color:#555;
    padding:0;
    margin:0;
}
cardConteudo > p{
    display:block;
    font-size:18px;
    text-align:center;
    color:#fff;
    background-color:#000000;
    padding:5px;
    margin:5px;
    font-weight: bold;
   
}
cardConteudo > img{
   
    height:85px;
    width:85px;
    max-width:85px;
    border-radius:10px;
    border:2px solid #000000;
    display:block;
    margin: 10px auto;
}
  .LabelImg{
      display:block;
      background-color: #f00;
      color: #fff;
      padding:10px;
      border-radius:5px;
      cursor:pointer;
      width:90%;
  }
  

.input {
    display: none;
}

.input:checked~divmenu {
    opacity: 1;
    visibility: visible;
    
}
.custom-file{
    background-color: #000;
    width: 200px;
    height: 30px;
    border: 1px solid #CCC;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.custom-file > span{
    font-family: Tahoma, Arial;
    font-size: 15px;
    display: block;
    padding: 5px 0 0 5px;
}
.custom-file input[type="file"]{
    cursor:pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.custom-file:after{
    content: 'Nova Foto';
    width: 200px;
    height: 30px;
    color: #fff;
    background-color: #f00;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-family: Tahmoa, Arial;
    margin-bottom:5px;
}
