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;
}

.caixa-destaque{
    position: relative;
    font-family: 'amaticbold';
    font-size: 1.5em;
    border: 4px solid white;
    padding: 6px;
    background-color: rgb(225, 225, 94);
    color: rgb(38, 38, 38);
    font-weight: 400;
}
.caixa-destaque.passaros::before{
        content:"";
        width: 219px;
        height: 153px;
        position: absolute;
        right: 0;
        top: -125px;
        background-image: url(../img/passaro.png);
        z-index: -1
}

#pg1 ul{
    max-width: 65%;
}
#pg1 ul li {
    margin-bottom: 8px
}

#pg2 {
    width: 90%;
}
#pg2 .col{
    line-height: 1.3;
}


