.black{
color: #000000;
}
.white{
color:#ffffff;
}
.orange{
color: #E94F1D;
}
.text-footer{
color:#ffffff;
text-align:right;
font-family: "Fredoka", Sans-serif;
line-height:30px;
}
.text-footer span{
font-family: "Fredoka One", Sans-serif;
}
.footer-nav-wrap{
font-family: "Fredoka", Sans-serif;
font-size: 20px;
line-height: 32px;
}
#aviso{
color: #FFFFFF;
font-size: 60px;
font-weight: 500;
line-height: 60px;
font-family: 'Fredoka', sans-serif;
}
#aviso p{
margin-bottom:30px;
} .container {
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden; position: relative; } .animated-text {
position: absolute;
top: 0; transition: top 0.5s ease-in-out; text-align: left;
width: 100%;
color:#fff;
font-size: 60px;
line-height:60px;
font-weight:500;
font-family: 'Fredoka', sans-serif;
} .animated-text.hidden {
top: -100%; } @media only screen and (max-width: 768px) {
.text-footer{
text-align:center;
}
.logoiridian{
text-align: center;
display: flex;
justify-content: center;
}
}