html{
      background-image: url(../img/fundo5.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/fundo5.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        z-index: 2
    }
}

html, body{
    color: white;
}



#pg3 .col{
    vertical-align: bottom
}
#pg3 {
    text-align: center;
}


.link-pdf{
    display: block;
    text-decoration: none;
    width: 192px;
    height: 146px;
    position: relative;
    margin-bottom: 15px;
}




.link-pdf div span{
    background-color:  rgb(255, 231, 0);
    text-decoration: none;    
    font-family: 'amatic_scregular';
    font-size: 1.8em;
    font-weight: 800;  
    line-height: 1.2;
    padding: 2px;
    transition: 400ms;

}

.link-pdf div span:hover{
    background-color:  #285c60;
    color: rgb(255, 231, 0);;
    transition: 400ms;
}

.link-pdf div{
    position: absolute;
    width: 170px;
    left: 65%;
    top: 35px;
    text-align: left; 
}
/*
#pg4 h1{
    width: 350px;
}
 #pg5 h1 {
     width: 400px;
}*/
/*
#pg4 h1 span, #pg5 h1 span{
    display: block;
    float: right;
    margin-top:-10px;
}
*/
#pg4 a{
    position: relative;
    text-decoration: none;
}

#pg4 a img{
    max-width: 100%;
}

#pg4 a span{
    background-color:  rgb(255, 231, 0);
    text-decoration: none;    
    font-family: 'amatic_scregular';
    font-size: 1.8em;
    font-weight: 800;  
    line-height: 1.2;
    padding: 2px;
    transition: 400ms;
    display: block;
    position: absolute;
    right: 15%;
    bottom: 650%;

    
}
#pg4 a span:hover{
    background-color:  #285c60;
    color: rgb(255, 231, 0);;
    transition: 400ms;   
}


#pg1 img, #pg2 img{
    max-width: 100%;
}
#baloes{
    position: relative;
    height: 300px;
}

#pg5 #baloes img{
    display: block;
    position: absolute;
}
#pg5 #baloes #b1{
    top:0;
    left: 0;
}
#pg5 #baloes #b2{
    top:0;
    left: 250px;
}
#pg5 #baloes #b3{
    top:0;
    left: 455px;
}
#pg5 #baloes #b4{
    top:130px;
    left: 0;
}
#pg5 #baloes #b5{
   top:110px;
    left: 200px;
}
#pg5 #baloes #b6{
    top:130px;
    left: 466px;
}


@media screen and (max-width:900px){
    #pg4 a span{       
        display: block;   
        position: relative;
        right: auto;
        bottom: unset ;
        text-align:center
        
    }    
    #pg5 #baloes{
        transform-origin: center center;
        transform: scale(0.8);
        margin-left: -10%;
        margin-right: -10%;
        margin-bottom: -5%;
        margin-top: -5%;
    }
}

@media screen and (max-width:700px){
    #pg5 #baloes{
      
        transform: scale(0.45);
        margin-left: -55%;
        margin-right: -55%;
        margin-bottom: -20%;
        margin-top: -20%;
    }
}
