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);
}

.destaque2.bgrosa{
    padding: 10px;
    background-color: rgb(255, 47, 99);
    width: auto;
    max-width: 350px;
    font-size: 1.6rem;
    font-weight: 600;
}

.animacaofinal{
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background-color: #f04040;
    position: relative;
    margin: 0 auto;
    transition: 200ms;
}
.animacaofinal:hover{
    transform: scale(1.2);
    transition: 200ms;
}

.animacaofinal h1{
    position: absolute;
    font-size:2.4em;
    top: 40px;
    left: Calc(50% - 80px);
}

.animacaofinal img{
    position: absolute;
    right: 35px;
    top: 120px;
}
.destaque{
    color: white;
}
#l1,#l2,#l3{
    position: absolute;
}
#l1, #l3{
    font-size: 1.9rem;
}
#l1{
    top:86px;
    left: 50px;
}

#l2{
   color: rgb(61, 215, 178);
   font-size: 5em;
   top: 42px;
   left: 75px;
}
#l2 > span{
    font-size: 20px !important;
}
#l3{
    top:170px;
    left:70px
}

@keyframes bganim{
    from{
        background-color:  rgba(255, 231, 0, 1);
    }
    to{
        background-color:  rgba(255, 231, 0, 0.5);
    }
}

.animacaofinal a{
    display: block;
    position: absolute;
    background-color:  rgba(255, 231, 0, 1);
    font-family: 'amatic_scregular';
    font-size: 2.6em;
    font-weight: 600;
    text-decoration: none;
    color: #f04040;
    padding: 10px;
    margin: 0;
    bottom: 45px;
    left: 62px;
    background-repeat: no-repeat;
    animation: bganim infinite alternate 600ms;
}
@keyframes animabarra{
    from{
        background-position:0 0;
    }
    to{
        background-position:200% 0;
    }
}
@keyframes animabarra2{
    from{
        background-position:0 0;
    }
    to{
        background-position:-200% 0;
    }
}
.barra{
    background-image: url(../img/bganim.png);
    width: 50px;
    height: 6px;
    border-radius: 12px;
    position: absolute;    
}

.barra.b1{
    transform: rotate(30deg);
    top: 220px;
    left: 5px;
    animation: animabarra 1500ms linear infinite;
}
.barra.b2{
 
    top: 270px;
    left: -5px;
    animation: animabarra 1500ms linear infinite;
}

.barra.b3{
    transform: rotate(-30deg);
    top: 320px;
    left: 5px;
    animation: animabarra 1500ms linear infinite;
}

.barra.b4{
    transform: rotate(-30deg);
    top: 220px;
    right: 5px;
    animation: animabarra2 1500ms linear infinite;
}
.barra.b5{
 
    top: 270px;
    right: -5px;
    animation: animabarra2 1500ms linear infinite;
}

.barra.b6{
    transform: rotate(30deg);
    top: 320px;
    right: 5px;
    animation: animabarra2 1500ms linear infinite;
}

#pg2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}


