
/* Body */

.bo{
    width:auto;
    
}
.introducao{
    width:100%;
}
.imgprincipal{
    margin-top: 100px;
    display:flex;
    justify-content: center;
    
}
#balancaprincipal{
    width:250px;
}
.textoprincipal{
font-size: 18px;
margin-bottom: 100px;
padding: 20px;

}
.t{
    display:flex;
justify-content: center;
}
#thx{
    text-align: center;
}
hr{
    margin-top:0;
}

/* Footer */



/* @medias */
@media (min-width:992px){
    .textoprincipal{
        text-align:start;
        }
    
}


h1{
    font-family: Cinzel4;
}
li{
    font-family: Arial, Helvetica, sans-serif;
}




