/* CSS dinâmico para #barra-fixa */

	#barra-fixa { line-height:27px !important; font-size: 11px; }
	#barra-fixa .link-orcamento {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		color: #ffc600 !important;; 
		background-color: rgba(255, 196, 0, 0) !important;
		-webkit-backface-visibility: hidden;
		-moz-border-radius: 25px; 
		-khtml-border-radius: 25px; 
		-webkit-border-radius: 25px;
		border-radius: 25px; 
		border: 1px solid #ffc600;
		line-height: 1.2em;
	}
#barra-fixa .link-orcamento:hover { background: #ffc600 !important; color: #000 !important;; }



/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {



}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {



}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {



}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {



}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	#barra-fixa .texto-desktop { display: none; }
	#barra-fixa .texto-mobile { display: inline-block; }


}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {


}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {

	#barra-fixa .redes-sociais { display: none; }

}