html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color:#FFF;
	font: 17px 'Raleway', sans-serif;
	color: #434b4e;
	text-align: left;
}
*{
	position: relative;
}
#lp{
	float: left;
	width: 100%;
}
#lp p{
	line-height: 2;
}
#lp .row{
	display: table;
	width: 90%;
    max-width: 1110px !important;
    margin: auto !important;
}
#lp .logo{
	float: left;
	width: 100%;
	background-color: #f1f4f4;
	padding: 30px 0;
	margin-bottom: 30px;
}
#lp .logo img{
	 display: block;
	margin: auto;
}
#lp .propaganda{
	float: left;
	width: 65.81196581200001%;
}
h1{
	font-size: 47px;
	color: #367abd;
	text-align: center;
	margin-top: 0;
	font-weight: normal;
}
h2{
	font-size: 24px;
	color: #367abd;
	font-weight: normal;
	line-height: 1.5;
}
#lp .propaganda img{
	max-width: 100%;
}
#lp .form_landing_page{
	float: right;
	width: 31.623931624%;
}
#lp .form_landing_page .fixo {
    position: fixed;
    width: 352px;
    z-index: 1;
}
#lp .form_landing_page .formulario{
	display: table;
	padding: 15px 0 0 0;
	background-color: #367abd;
	color: #FFF;
}
#lp .form_landing_page .formulario h4{
	padding: 0 30px 30px 30px;
	text-align: center;
}
#lp .form_landing_page .formulario p{
	padding: 0 30px 15px 30px;
	line-height: 1.8;
	text-align: center;
}
#lp .form_landing_page .formulario label{
	font-size: 15px;
    font-weight: 100;
	font-style: italic;
}
#lp .form_landing_page .formulario button[type="submit"]{
	width: 100%;
    margin: 10px 0 0 0;
    padding: 20px 0;
    background-color: #f3a530;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    border-top: 15px solid #FFF;
    border-radius: 0!important;
}

#lp .form_landing_page small{
	margin-top: 10px;
    float: left;
	width: 100%;
    text-align: center;
    font-size: 14px;
}
.mauticform-row {
    float: left;
    width: 100%;
	margin: 0 !important;
	position: relative;
}

.mauticform-text, .mauticform-email, .mauticform-select{
	padding: 0 30px 15px 30px;
	box-sizing: border-box;
	border-radius: 0 !important;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea{
	border-radius: 0 !important;
	font-size: 16px;
	padding: 14px !important;
}
.mauticform-errormsg{
    color: #FFF !important;
    position: absolute;
    right: 30px;
    font-size: 0.7em;
    top: 3px;
    background: #F00;
    padding: 2px 7px;
}
/*input:before{
	content:"";
	position:absolute;
	top:0;
	left: 0;
	width:17px;
	height:17px;
	background:#c10000;
}*/
.rodape{
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 50px;
	background: #000;
}
iframe{
	display: none;
}
ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li{
	position: relative;
	float: left;
    padding: 10px 0 10px 15px;
    width: 100%;
}
ul li:before{
	content: "";
    float: left;
    margin-right: 10px;
    margin-top: -5px;
    width: 25px;
    height: 25px;
    background: url(/wp-content/themes/maxcast/images/check_azul.png) 50% 50% no-repeat;
    border: 3px solid #3679bd;
    border-radius: 50%;
}
.cx_autores{
    display: table;
    width: 410px;
    margin: 80px auto 0 auto;
}
.cx_autores a{
    float: left;
    text-decoration: none;
    margin: 25px 20px 0 20px;
    text-align: center;
    color: #434b4e;
    font-weight: 600;
}
.cx_autores a+a{
    float: right;
}
.cx_autores a img{
    margin-bottom: 10px;
}

@media (max-width: 769px) {
	#lp .propaganda{
		width: 100%;
	}
	#lp .form_landing_page{
		width: 100%;
	}
	h1{
    	font-size: 32px;
	}
	#lp .form_landing_page .formulario p {
		padding: 0 30px 10px 30px;
	}
	#lp .form_landing_page small {
		margin-top: 20px;
		float: left;
		text-align: center;
		font-size: 12px;
	}
	.rodape{
		float: left;
		width: 100%;
		height: 30px;
		background: #000;
	}
	ul{
		margin-bottom: 30px;
	}
	ul li{
		padding: 10px 0 10px 0px;
	}
	ul li:before{
		margin-top: 0px;
		width: 20px;
		height: 20px;
	}
	#lp .form_landing_page .fixo {
		position: inherit;
		width: 100%;
	}
    .cx_autores{
        margin-bottom: 80px;
    }
    .mauticform_wrapper{
        max-width: 100% !important;
    }
}
@media (max-width: 426px) {
    .cx_autores {
        width: 100%;
    }
    .cx_autores a{
        width: 44%;
        margin: 25px 0;
    }
    .cx_autores a img{
        width: 100%
    }
}
@media (max-width: 376px) {
    
}
