body {
	color: #000;
	font-family: "ROBOTO" !important;
}

.header {
	width: 100%;
	height: 280px;
	background-image: url(../images/promocoes/capa.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	border-bottom: 10px solid red;
	text-align: center;
}

.maxW900 {
	max-width: 900px; 
}

.main-header {
	width: 100%;
	height: 280px;
}

.logo-1{
	height: 85px;
	margin:auto;
    margin-top: 40px;
}

.main-header>h1 {
	color: white;
	margin: auto;
	font-size: 2em;
	padding-bottom: 50px;
	padding-top: 30px;
	font-weight: bolder;
}

.planos {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 50px;
}

.main-planos {
	width: 100%;
	max-width: 810px;
	margin: auto;
}

.main-planos>h1 {
	color: black;
	margin-top: 0px;
	font-size: 1.6em;
	padding-bottom: 20px;
	padding-top: 30px;
	font-weight: bold;
}

.EmptyBox30 {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.EmptyBox50 {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.vantagens {
	width: 100%;
	min-height: 250px;
	text-align: center;
	float: left;
	margin-bottom: 50px;
}

.main-vantagens {
	width: 100%;
	max-width: 810px;
	min-height: 250px;
	margin: auto;
	padding: 0px 90px;
}

.main-vantagens>h1 {
	color: black;
	margin-top: 0px;
	font-size: 1.6em;
	padding-bottom: 20px;
	padding-top: 30px;
	font-weight: bold;
}

.icon_b {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.tl {
	text-align: left;
	margin-top: 20px;
	font-size: 15px;
}

.d-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}

.d-text {
	width: calc(100% - 70px);
	height: 50px;
	float: left;
}

.d-text>span {
	margin-top: auto;
}

.footer {
	float: left;
	width: 100%;
	text-align: center;
	padding: 25px 0px;
	background-color: #f2f2f2;
	color: black;
	margin-top: 10px;
}

body .ui-accordion .ui-accordion-header.ui-tabs-outline.ui-state-active
	{
	background-color: #de1103;
	color: #ffffff;
}

.ui-accordion .ui-accordion-header {
	margin-top: 10px !important;
}

body .ui-accordion .ui-accordion-header {
	color: black;
}

body .ui-corner-all {
	border-radius: 20px;
}

.formulario-label {
	display: block;
	text-align: left;
	margin-left: 10px;
}

.formulario-input {
	width: 100%;
}

.formulario-btn {
	font-size: 1.3em !important;
	padding: 10px 50px !important;
	border-radius: 50px !important;
}

.ui-messages-info {
	border-radius: 0px !important;
}

.captcha {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.tcenter{
	text-align: center;
}

.num {
	font-size: 1.3em !important;  
	display:block;
	font-weight: bold;
	color: black;
}

.border-iten{
	border-right: 1px solid gray !important;
}

.dlg-footer {
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 766px) {
	.header{
		height: 250px;
	}
	.main-header{
		height: 250px;
	}
	.main-header>h1{
		padding-top: 85px;
	}
	.planos {
		margin-bottom: 0px;
	}
	.vantagens {
		margin-bottom: 0px;
	}
	.main-vantagens {
		padding: 0px 50px;
	}
	.col-sm-6 {
		margin-bottom: 10px;
		float: left;
	}
	.main-header>h1 {
		font-size: 1.5em;
	}
	.main-vantagens {
		padding: 5%;
	}
	.logo-1{
		height: 70px;
	    margin-top: 20px;
	}
	.main-header>h1 { 
		padding-bottom: 30px;
		padding-top: 20px; 
	}
}