/* CSS dinâmico para #form-revo-consultor */

	#form-revo-consultor.mod-revo-consultor .bg { padding-top: 100px; padding-bottom: 100px; }
	#form-revo-consultor.mod-revo-consultor .overlay { padding: 20px; background: rgba(0,0,0,0.7); -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
	#form-revo-consultor.mod-revo-consultor .newsletter-form { padding-top: 20px; background: rgba(0,141,59,0.9); color: #fff; -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    #form-revo-consultor.mod-revo-consultor .newsletter-form small { font-weight: bold; font-size: 16px; line-height: 1.1; display: inline-block; }
	

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

	#form-revo-consultor.mod-revo-consultor .bg .casca > .linha { display: block !important; }
	#form-revo-consultor.mod-revo-consultor .bg .casca > .linha > .col { width: 100% !important; float: none !important; padding: 20px !important; }
	#form-revo-consultor.mod-revo-consultor .bg { background-size: contain !important; background-color: #110804 !important; }
	
}
	

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

	#form-revo-consultor.mod-revo-consultor .col { text-align: center !important; }
	#form-revo-consultor.mod-revo-consultor .wpcf7-form { margin-top: 30px; }
	#form-revo-consultor.mod-revo-consultor .bg .casca > .linha > .col {  padding: 20px !important; }
	#form-revo-consultor.mod-revo-consultor .newsletter-form { padding: 1px 20px !important; }
	#form-revo-consultor.mod-revo-consultor h1 { font-size: 2em !important; }
	#form-revo-consultor.mod-revo-consultor h2 { font-size: 1.25em !important; }

	
}



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



}




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



}