/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Content newsmag custom header **/
#content > .newsmag-custom-header {
	padding-bottom: 100px !important;
}

/** General >> Custom html 3 mauticform input subscribirparanewsletter submit **/
#custom_html-3 #mauticform_input_subscribirparanewsletter_submit {
	background-color: rgb(243, 88, 88) !important;
}

/** General >> Mauticform input subscribirparanewsletter email **/
#mauticform_input_subscribirparanewsletter_email {
	background-color: rgb(255, 255, 255) !important;
}


/*( Escritorio y tableta )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Content newsmag custom header **/
	#content > .newsmag-custom-header {
	padding-bottom: 250px !important;
}


}


/*( Teléfono )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Content newsmag custom header **/
	#content > .newsmag-custom-header {
	padding-bottom: 150px !important;
}


}

