/* Font */
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

/* Bloco Rodapé */
#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;
}

/* Faixa */
.ifch-faixa-redes-sociais a {
    color: #FFF;    
    font-size: 20px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    display: table;
    height: 100%;
    width: 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 5% 15%;
    opacity: 0.7;
    -webkit-box-shadow: 0px 10px 20px #444 inset;
    -moz-box-shadow: 0px 10px 20px #444 inset;
    box-shadow: 0px 10px 20px #444 inset;
}

.ifch-faixa-redes-sociais a:hover {
    opacity: 1;  
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ifch-faixa-rs-newsletter,
.ifch-faixa-rs-facebook,
.ifch-faixa-rs-instagram,
.ifch-faixa-rs-twitter,
.ifch-faixa-rs-youtube {
    width: 20%;
    float: left;
    height: 150px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #FFF;
    text-align: right;
}

.ifch-faixa-redes-sociais span {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 5% 5% 0;
}

.ifch-faixa-rs-newsletter {
    background-color: #444444;    
}

.ifch-faixa-rs-newsletter a {
    background-image: url("/pf-ifch/public-files/icones/newsletter-icon1.png"); 
}

.ifch-faixa-rs-facebook {
    background-color: #506ea2;    
}

.ifch-faixa-rs-facebook a {
    background-image: url("/pf-ifch/public-files/icones/facebook_white.png"); 
}

.ifch-faixa-rs-instagram {
    background-color: #C8309F;    
}

.ifch-faixa-rs-instagram a {
    background-image: url("/pf-ifch/public-files/icones/instagram_white.png"); 
}

.ifch-faixa-rs-twitter {
    background-color: #52A7E7;    
}

.ifch-faixa-rs-twitter a {
    background-image: url("/pf-ifch/public-files/icones/twitter_white.png"); 
}

.ifch-faixa-rs-youtube {
    background-color: #bb413e;    
}

.ifch-faixa-rs-youtube a {
    background-image: url("/pf-ifch/public-files/icones/youtube.png"); 
}

/* Medias */
@media screen and (min-width: 768px) and (max-width: 850px) {
    /* Bloco Rodapé */
    .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) {
    /* Bloco Rodapé */
    .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%;
    }
    
    /* Faixa */
    .ifch-faixa-rs-newsletter,
    .ifch-faixa-rs-facebook,
    .ifch-faixa-rs-instagram,
    .ifch-faixa-rs-twitter,
    .ifch-faixa-rs-youtube {
        float: none;
        width: 100%;
    }
    
    .ifch-faixa-redes-sociais a {
        background-size: 15%;    
    }
}

@media screen and (max-width: 480px) {
    /* Bloco Rodapé */
    .ifch-rs-facebook,
    .ifch-rs-instagram,
    .ifch-rs-twitter,
    .ifch-rs-youtube {
        width: 14.2%;
    }
    
    .ifch-rs-app {
        width: 42.6%;
    }
    
    /* Faixa */
    .ifch-faixa-redes-sociais a {
        background-size: 25%;    
    }
}