html{
      background-image: url(../img/fundo6.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/fundo6.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        z-index: 2
    }
}

html,body{
        color: rgb(106, 86, 1);
}
.floating{
        display: block;
        float: left;
        margin: 10px;
}

div.link{
    position: relative;
    background-image: url(../img/moldura_frase.png);
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-family: 'amatic_scregular';
    font-size: 1.3rem;
    color: rgb(191, 55, 55);
    font-weight: 700;
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 30px;
    text-align: center;
}

.info{
    font-family: 'amatic_scregular';
    font-size: 1.3rem;
    color: rgb(40, 92, 96);
    font-weight: 700;
    margin-top: 15px
}
div.link div{
    position: absolute;
    font-size: 1.5rem;
    left: 20px;
    bottom: 20px;
    text-align: left;
}
div.link div span{
    padding: 3px;
    line-height: 1.35;
    background-color:rgb(255, 231, 0);
    color: rgb(40, 92, 96);
    transition: 300ms;
}
div.link div span:hover{
    transition: 300ms;
    color:rgb(255, 231, 0);
    background-color: rgb(40, 92, 96)
}
div.link div span a{
    text-decoration: none;
    color: inherit
}

#pg2, #pg5{
    width: 98%;
    max-width: 1000px
}

.slide{
   
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow{
    width: 210px;
    margin: 10px auto;
    display: block;
}
.slideshow button{
    background: transparent;
    border: none;
}
.slideshow button img{
    background: transparent;
    border: none;
    max-width: 70%;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

.slideshow button:hover{
    transform: scale(1.2);
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}


.slide img{
    vertical-align: middle;
    display: inline-block;
}

.flip{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#baloes_anim{
    position: relative;
}
.balao{
    /*border: 1px solid red;*/
    position: absolute;
    width: 210px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-family:'amatic_scregular';
    color:  rgb(255, 231, 0);
    font-size: 2rem;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 25px;
}
#b1{
    background-image: url(../img/bubbles1.png);
    left: 0;
    padding-left: 70px;
    padding-top:20px;
}
#b2{
    background-image: url(../img/bubbles2.png);
    left: 170px;
    }
#b3{
    background-image: url(../img/bubbles3.png);
    left: 340px;
    top: 10px;
    padding-left: 60px;
    padding-top:45px;
}
#b4{
    background-image: url(../img/bubbles4.png);
    left: 530px;
    top: 10px;
    padding-left: 70px;
}


@media screen and (max-width:900px){
    #baloes_anim{
        text-align: center;
    }
    .info{
        max-width: 300px;
        margin: 10px auto;
    }
    div.link{
        margin: 10px auto;
    }
    .balao, #b1, #b2, #b3, #b4{
        text-align: left;
        display: inline-block;
        position: relative;
        left: unset;
        top: unset;
        margin: 10px;
    }
}