#block-block-52 {
    width: 100%;
    background-color: #4e4e4e;
    display: table;
}

.ifch-redes-sociais {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    display: table;
    padding: 20px;
    border-top: 2px solid #FFF
}

.ifch-redes-sociais img {
    width: 31px;    
}

.ifch-rs-newsletter {
    float: left;
    padding: 5px;
}

.ifch-rs-newsletter img {
    margin-right: 5px;    
}

.ifch-rs-newsletter a {
    color: #FFF;
    font-weight: 600;
}

.ifch-rs-facebook,
.ifch-rs-instagram,
.ifch-rs-twitter,
.ifch-rs-youtube,
.ifch-rs-app {
    float: right;
    padding: 5px;
    text-align: center;
}

.ifch-rs-app img {
    width: auto;
    height: 31px;
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    .ifch-rs-newsletter {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .ifch-rs-facebook,
    .ifch-rs-instagram,
    .ifch-rs-twitter,
    .ifch-rs-youtube,
    .ifch-rs-app {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .ifch-rs-newsletter {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .ifch-rs-facebook,
    .ifch-rs-instagram,
    .ifch-rs-twitter,
    .ifch-rs-youtube,
    .ifch-rs-app {
        width: 20%;
    }
}

@media screen and (max-width: 480px) {
    .ifch-rs-facebook,
    .ifch-rs-instagram,
    .ifch-rs-twitter,
    .ifch-rs-youtube {
        width: 14.2%;
    }
    
    .ifch-rs-app {
        width: 42.6%;
    }
}