html{
      background-image: url(../img/fundo3.jpg);
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;

}
.tela-principal{  
    
    
}

.pagina{
    display: none;
}

@media screen and (max-width:900px){
  #hiddenFix{
        height: 100px;
        width: 100%;      
        top: 100px;
        position: fixed;
        background-image: url(../img/fundo3.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        z-index: 2
    }
}

html, body{
    color: white
}

.destaque{
    font-size: 1.5em;
}

.cracha{
    width: 200px;
    display: inline-block;
}
.cracha img{
    width: 200px;
}
#cracha01{
    z-index: 2;
    margin-right: 50px;
}

.info{
    float: right;
    font-family: amatic_scregular;
    font-size: 1.5em;   
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: right;
}
@keyframes animafundo{
    from{
       background-color: rgba(255, 231, 0,1);
    }
    to{
       background-color: rgba(255, 231, 0,0.4);
    }
}
.clique{
    background-color: rgba(255, 231, 0,1);
    color: #766104;
    font-family: amatic_scregular;
    font-size: 2em;   
    font-weight: 800;
    padding: 15px; 
    padding-top: 25px;
    padding-bottom: 25px;   
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: 1000;
    right: -25px;
    animation: animafundo 2500ms infinite;
    animation-direction: alternate;
}