.newsletter-bg {
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

.concourses .newsletter-bg {
    background-image: url('../../media/content/concierto-javier-ojeda-danza-invisible-concejaliacultura-Torremolinos.jpeg');
}

.index-newsletter.newsletter-bg {
    background-image: url('../../media/content/5conciertochicoquebrantoentorremolinosconcejaliaculturaTorremolinos.jpeg');
}

.widget-section-title h2 {
    color: black;
    font-size: 37px;
    margin-top:0;
    margin-bottom: 18px;
    line-height: 1em;
}

.main-heading-newsletter h2 {
    font-weight: bold;
    line-height: 53px;
    padding-left: 30px;
    position: relative;
    text-transform: uppercase;
    color: white;
    padding: 17px;
    margin-left: 19px;
}

.main-heading-newsletter:after {
    border-left: 13px solid #ffc600;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 13px;
}

.newsletter-main-flied span.error {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    padding: 5px 11px;
}

.newsletter-main-flied form label {
    background-color: #141414;
    margin-bottom: 17px;
    padding: 0 0 0 35px;
    position: relative;
}

.newsletter-main-flied form label:before {
    color: white;
    content: "\f003";
    font-family: "icomoon";
    font-size: 14px;
    left: 18px;
    position: absolute;
    top: 11px;
}

.newsletter-main-flied form input[type="submit"] {
    border-left: 2px solid #282828;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    text-transform: uppercase;
    width: 138px;
}

#input-newsletter::placeholder {
    color: #ccc;
}

#span-newsletter {
    color: white;
}

.img-concourses {
    width: auto;
    float: left;
    height: auto;
    margin-right: 12px;
}

