.newsletterwithimage .titulosessao .estilo1,
.newsletterwithimage .titulosessao .estilo0,
.newsletterwithimage .titulosessao .estilo4,
.newsletterwithimage .titulosessao .estilo2,
.newsletterwithimage .titulosessao .estilo5,
.newsletterwithimage .titulosessao .corElementos{
	fill: #fff;
	color: #fff;
	border-color: #fff;
}

.newsletter1 .titulosessao span.line {
	background-color: #fff !important;
}

.newsletter1{
	*float: left;
	width: 100%;
	padding: 160px 0;
	position: relative;
	*margin-bottom: 90px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.newsletter1 .capa{
	background-size: cover;
	background-attachment: fixed !important;
}

.newsletter1 .titulosessao{
	padding-bottom: 15px;
}

.newsletterwithimage .corTitulo{
	color: #fff;
}

.newsletter1 .titulosessao .overlay{
	background-color: inherit;
	background-image: none;
}

.newsletter1 .newsletter-form{
	width: 100%;
	padding: 0 15px;
	max-width: 650px;
	position: relative;
	text-align: center;
	margin: 0 auto 0;
}

.newsletter1 .newsletter-form input {
    background-color: rgba(255, 255, 255, 0.3);
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: 55px;
    padding: 0 25px;
}

.newsletter-form input::-webkit-input-placeholder{
   color: rgba(255,255,255, 0.7);
}

.newsletter1 .newsletter-form span{
    border: 0px;
    padding: 0 60px;
    cursor: pointer;
    border-radius: 0px;
}

.newsletter1 .newsletter-form p{
	font-size: 20px;
	display: inline-block;
}

.newsletter-form .form-control:focus,
.newsletter-form .form-control:hover,
.newsletter-form .form-control:active{
	border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

.newsletter-form .input-group .formSent{
	color: #fff;
	margin-top: 15px;
}

.capa .estilo5_detalhes .title::after,
.capa .estilo5_detalhes .title::before{
    background-color: #fff !important;
}

@media only screen and (max-width:480px) {
	.newsletter1{
		padding: 60px 0 45px;
	}
	.newsletter1 .titulosessao {
		padding: 0 !important;
	}
	.newsletter1 .newsletter-form span{
		display: block;
		float: left;
		width: 100%;
		padding: 18px;
		margin-top: 10px;
	}

	.newsletter1 .newsletter-form .input-group{
		display: block;
	}
}

