@font-face {
    font-family: CharisSILW;
    src: url(fonts/CharisSIL-R.woff) format("woff"), 
url(fonts/CharisSIL-R.ttf) format("truetype");
}





body,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: CharisSILW, serif;
    }


.participantes:hover{
 opacity: 0.5;
 
}

.participantes {
 max-width: 100%;
  height: auto;
  
 
 }



.texto{
 text-decoration:inherit;   
}




.p:link{
  text-decoration: none;
color:    #009688;
}



.p:visited {
  text-decoration: none;
  color:    #009688;
  
}

.p:hover {
  text-decoration: underline;
  
}

.p:active {
  text-decoration: underline;
}



.redes{padding: 5px}


.filterDiv {

display: none;
}

.show {
display: block;
}

.container {
margin-top: 20px;
overflow: hidden;
}








