@charset 'UTF-8';

body {
    background: #fff;

}

.hiden {
    display: none;
}

.show {
    display: block;
}

.fixed-top {
    position: fixed !important;
}


.text-branco {color: #fff;}
.logoscroll .logocolor {display: block!important;}
.logoscroll .logowhite {display: none!important;}
.logocolor {display: none;}


#navbar-main .container {border-bottom: 1px solid rgba(255, 255, 255, .3);}


li {list-style: none;}

#post p {}
#post p img {max-width: 100%; height: auto!important; box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .1);border:1px solid #eee;  margin: 30px auto; display: block;}


#post strong {
    font-weight: 700;
    /* background: #5e72e4 !important; */
    color: #000;
    text-decoration: underline;
}