.footer{ padding: 50px 0 }
.footer-bottom{ padding:20px 0 }
.copyright{ font-size:13px }
.cadastur{ font-size:13px; margin: 10px 0 0 0 }
.artigo p{ margin-bottom:20px }
.artigo ul{ margin-bottom:30px }
.artigo .bt_lateral{ width:100%; text-align:center }
.bg-black-06{ background: rgba(0, 0, 0, 0.4) !important }
.navbar .navbar-brand img { max-height: 80px; }
/* Botao WP */

#bt_whatsapp{
	display: none;
	position: fixed;
    bottom: 15px;
    right: 60px;
    z-index: 9999;
    width: 202px;
    height: 56px;
    background: url(../img/whatsapp.png) no-repeat;
    text-indent: -8888px;
}
@media (max-width: 768px){
    #bt_whatsapp{
        bottom: 7px;
        right: -90px;
        background: url(../img/whatsapp_mobile.png) no-repeat;
    }
    
}
strong.destaque{
  text-transform: uppercase;
  font-weight: 900;
}
.text-transform-none{
	text-transform: none!important;
}
a.referencia:hover{
	text-decoration: underline;
}
.bandeiraOFF-link{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}
.bandeiraOFF-img{
	filter: grayscale(50%);
}
.nav-item img{
	margin-top: 25px;
}

/* For device */
@media only screen and (max-width: 768px){
    .bandeira{
        width: 40px;
        display: inline-block;
        margin-left: 0 !important;
    }
}
