html{
      background-image: url(../img/fundo2.jpg);
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;

}
/*
.tela-principal{  
    
    
}
*/
html, body{
    color: rgb(81, 66, 1);
}

.pagina{
    display: none;
}

@media screen and (max-width:900px){
  #hiddenFix{
        height: 100px;
        width: 100%;      
        top: 100px;
        position: fixed;
        background-image: url(../img/fundo2.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        z-index: 2
    }
}

p{
    line-height: 16px;
    margin-top:5px;
    margin-bottom: 5px
}

#pg3 img{
    max-width: 85%;
    margin: 5px auto;
    display: block;
}

#pg4 button{
    background-color: transparent;
    border: none;
    transition: 250ms;
    display: inline-block;
    vertical-align: top
}
#pg4 button img{
    max-width: 220px
}
#pg4 button:hover{
    transform:scale(1.1);
    transition: 250ms
}

#pg4 .modinfo{
    display: none
}
#pg4 span{
    display: inline-block;
    vertical-align:bottom;

}

.modal-container{
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    flex-wrap: wrap;
    overflow: auto;
}

.modal-container .modinfo{
    display: block;
    padding: 20px;
    background-color: white;   
      background-image: url(../img/fundo2.jpg);
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
    max-width:700px; 
    height:auto;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,05);
}

.modinfo h1{
    font-family: 'pacificoregular';
    font-size: 2em;
    font-weight: 400;
}
.modinfo{
    font-family: 'source_sans_proregular';
    margin: 10px;
}
.modinfo img{
    max-width: 100%;
    margin: 10px auto;
    display: block;
}

.modinfo .close{
    background-color: transparent;
    border: none;
    background-image: url(../img/voltar.png);
    width: 110px;
    height: 70px;
    background-position-y: -10px;
}
.modinfo .close:hover{   
    background-image: url(../img/voltar_sob.png);    
}

#pg5 .img-fundo{
   position: absolute;
   top: 0;   
   left: -50%; 
   width: 200%;
}

.hashtag{  
    color: rgb(79, 0, 0);
    text-align: center
}

#pg6 *:not(h1){
    margin-bottom: 10px;
}

@media screen and (max-width:900px){
    #pg4 .modinfo{
        display: block;
    }
    #pg4 .modinfo button{
        display: none;
    }
    #pg4 button{
        display: none;
    }
    #pg4 span{
        display: none;
    }
    #pg5 img:not(.img-fundo),#pg6 img {
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }
}