/* AJUSTES PLUGOO */
html {
    opacity: 1 !important;
}

@media (min-width: 768px) {
    #rb-top {
        bottom: 120px !important;
        right: 40px !important;
    }
    
    .row-fluid.banner.mini-banner.hidden-phone {
        display: flex;
    }
    
    .flexslider .slides img {
        height: auto;
        border-radius: 8px;
    }
    
    .conteiner-principal .conteiner {
        box-shadow: none;
    }

    .g_ .logo a > img {
        position: relative;
        max-height: 120px !important;
        display: block;
        margin-top: 20px;
    }
    
    .g_ .menu.superior > .nivel-um > li {
        padding: 1em 0.8rem !important;
    }
    
    .g_ .menu.superior > .nivel-um > li > a > strong {
        font-weight: 600 !important;
        font-size: 1.2em !important;
    }
    
    .g_ #barraNewsletter, .g_ #barraNewsletter .show-hide, .g_ #barraNewsletter .componente, .g_ #barraNewsletter.posicao-rodape .conteiner {
        background: #E3ECEC;
    }
}

	@media (min-width:768px) {
		.g_ .logo a>img {
			max-height: 60px;
		}
	}
	
		.g_ .mini-banner .modulo img+label {
  display: none
}