.emw-landings .head-search a {
    color: #9a201f;
}
.emw-landings .head-search a:hover {
    color: #fff;
}
.emw-landings .home {
    background-color: #fff;
}
.emw-landings .banneritem > img {
	max-height: 508px;
    width: 100%;
}
.emw-landings .wrap.t3-sl.t3-sl-5 {
    background-color: #fff;
}
.emw-landings .container.t3-mainbody.emw {
    width: 62%;
}
.emw-landings .center.tcenter.fleft.gkResponsive {
    height: 179px;
    padding-top: 10px;
    width: 295px;
}

.emw-landings .home .nspArtPage.active.nspCol1 {
    color: #333;
}
.emw-landings .tituloBanner {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 16px 80px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left:0;
    right:0;
    top: 360px;
    width: 505px;
}
.emw-landings .tituloBanner h1 {
    color: #fff;
}
/* @media Rule */
@media all and (max-width: 1280px) {
    .emw-landings .tituloBanner {
        top: 290px;
    }
}

@media all and (max-width: 1200px) {
	.emw-landings .tituloBanner {
		top: 285px;
	}
}
@media all and (max-width: 980px) {
	.emw-landings .tituloBanner {
		top: 242px;
	}
	.emw-landings .container.t3-mainbody.emw {
    	width: 80%;
	}
}
@media all and (max-width: 800px) {
    .emw-landings .tituloBanner {
        top: 220px
    }
}
@media all and (max-width: 780px) {
	.emw-landings .container.t3-mainbody.emw {
    	width: 100%;
	}
}
@media all and (max-width: 630px) {
	.emw-landings .nspArt .fleft {
	    float: none;
	}
	.emw-landings .center.tcenter.fleft.gkResponsive {
    margin: 0 auto;
	}
}