body {
    padding-top: 60px;
}
/* --------------------------------------------------- */
.selo-image {
    float:left;
    /*position: absolute;
    top: 10px;
    right: 30px;*/
    margin-right: 20px;
}
/* --------------------------------------------------- */
.jumbotron > h1 { font-size: 44px; }
/* -------------- centrar texto num div -------------- */
.centra-all {
    display: flex;
    align-items: center; //centraliza horizontalmente
    justify-content: center; //centraliza verticalmente
}
.centra-h {
    display: flex;
    align-items: center; //centraliza horizontalmente
}
.centra-v {
    display: flex;
    justify-content: center; //centraliza verticalmente
}
/* --------------------------------------------------- */
#id_24_7 { width: 100%; height: 35px; }
#id_24_7_texto { float:left; height: 35px; /*line-height: 35px; */ }
#id_24_7_texto > span { font-family:arial; font-size:23px; margin-right:10px; }
#id_24_7_img { float:left; height: 35px; }
#id_24_7_img > img { width:33px; }
/* --------------------------------------------------- */
address > span { color:#93E9E1; text-shadow: 0px 1px 1px #171414; }
/* --------------------------------------------------- */
#sobre-nos > p { font-size: 16px; }
/* --------------------------------------------------- */