/* CSS dinâmico para #ebook-cta */

	#ebook-cta .botao { background-color:  !important; }
	#ebook-cta .botao:hover { background-color:  !important; }
	#ebook-cta .bg { background-image: linear-gradient(315deg, #878787, #d6d6d6); }


	#ebook-cta.botao { max-width: none !important; display: inline-block !important; }
	#ebook-cta .bg { padding: 40px 0; }
	#ebook-cta h2 { margin-top: 0; }


/* -------------------------------------------------------------- */			
/* 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) {

	#ebook-cta h2 { font-size: 1.4em !important; }
	#ebook-cta h3 { font-size: 1.1em !important; }
	
}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	#ebook-cta .linha { display: block !important; }
	#ebook-cta img { margin-top: 40px; max-width: 280px; }

}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {



}