/****************** ESTILO DOS INFOS /INC ******************/  

  /*************** layers ***********************/
  /* unvisited link */
a:link {
        text-decoration: none;
        color: #000000 ;
    }

/* visited link */
a:visited {
        text-decoration: none;
        color: #000000 ;
    }

/* mouse over link */
a:hover {
        text-decoration: none;
        color: #000000 ;
    }

/* selected link */
a:active {
        text-decoration: none;
        color: #000000 ;
    }   

  /*************** downloads ********************/
  .ocult{
    display:none
}

  .img_down {
      border: 1px solid rgba(208, 208, 208, 0.5);    
      background-color: rgba(255, 255, 255, 0.5); /* Green background with 30% opacity */
      border-radius: 50%;
      height: 30px;
      width: 30px;
      object-fit: cover;
      /* topo | direita | inferior | esquerda */
       margin: 2px;
  }

  .img_down:hover {
      border: 1px solid rgba(255, 255, 255, 0.5);    
      background-color: rgba(208, 208, 208, 0.5); /* Green background with 30% opacity */
  }

  .column_12 {
  float: left;
  height: 35px;
  width: 35px;
  padding: 2px;
  margin: 2px;  
  background: rgba(0,100,0, 0.3);
  border-radius: 15px;  
  text-align: center;
}

.column_12:hover {
  background: rgba(0,100,0, 0.5);
}
  /*************** downloads ********************/

  /*************** acessos ********************/
  .column_30 {
  float: left;
  height: 35px;
  width: 30%;
  padding: 2px;
  margin: 2px;  
  background: rgba(0,100,0, 0.3);
  border-radius: 5px;  
  text-align: center;
  font-size: 18px;
  background: rgba(0,100,0, 0.3);
}

.column_30:hover {
  background: rgba(0,100,0, 0.5);
}
  /*************** acessos ********************/

  /*************** infos ********************/

/* Create two equal columns that floats next to each other */
.column_d100 {
  background: rgb(0, 100, 0, 0.6);
  border-radius: 5px;
  float: left;
  width: 100%;
  font-family: Arial;  
  font-size: 14px;        
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
