.container-fluid#primary_left {
    background: linear-gradient(to left,#4a0e6c 40%,#fff 40%);
}
.container-fluid #primary {
    background: #4a0e6c;
}

.newsletter h2{
	color: #d03b94;
	font-weight: 700;
	font-size: 36px;
}
.newsletter p{
	color: #fff;
}
.newsletter#primary_left {
    background: linear-gradient(to left,#521078  40%,#fff 40%);
}
.newsletter #primary {
    background: #521078 ;
}
.newsletter .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 0;
	color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-send {
    background: none;
        color: #d03b94;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
}
#tertiary {
    background: linear-gradient(to top,#521078 50%,#fff 40%);
}

.cpl{
	padding-left: 30px !important;
}
@media screen and (max-width: 992px){
.bg_call {
    background-size: contain;
    height: auto;
}
}
.newsletter
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: .5;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: .5;}
.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: .5;}
.newsletter :-moz-placeholder { /* Firefox 18- */
    color: #fff;
  opacity: .5;
}
@media screen and (min-width: 1366px){
.header_pages#blog_inner #title_cat {
    padding-top: 4rem;
}
}
.related .align-items-center {
    align-items: start!important;
}
.header_pages#blog_inner {
    background: linear-gradient(to bottom,#000 100vh,#fff 40%) !important;
}
@media screen and (min-width: 992px){
.header_pages {
    height: auto;
}
}
.date small{
    color: #979ea6 !important;
}
/* Formata página de politica de privacidade */
#contact p {
    margin-bottom: 1.78rem;
}
#contact h2 {
    margin-bottom: 15px;
}
#contact h3 {
    margin-bottom: 1.2rem;
}
#contact ul {
    margin-bottom: 2.5rem;
}
#contact li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: normal;
}
#contact a{
    color: #b63481;
    text-decoration: underline;    
}
footer #copy {
    text-align: center;
}