/* Redes Sociais para Capa */
.c-redes-sociais {width: 100%; background: #2ea3b4; color:#fff; position:relative; margin-top: 50px;}
.c-redes-sociais ul {text-align: center;}
.c-redes-sociais li {width: auto; display: inline-block; vertical-align: middle; padding: 0px 5px;}
.c-redes-sociais li span {font: 700 20px/70% "Roboto Slab", serif;}
.c-redes-sociais .ico-facebook {width: 22px; height: 22px;}
.c-redes-sociais .ico-twitter {width: 27px; height: 22px;}
.c-redes-sociais .ico-instagram {width: 22px; height: 22px;}
.c-redes-sociais .ico-google-plus {width: auto; height: 22px;}
.c-redes-sociais a {display: table-cell; width: 48px; height: 60px; vertical-align: middle;}
.c-redes-sociais a svg {fill:#fff}
.c-redes-sociais .ico-facebook {width: 22px; height: 22px;}
.c-redes-sociais .ico-twitter {width: 27px; height: 22px;}
.c-redes-sociais .ico-instagram {width: 22px; height: 22px;}
.c-redes-sociais .ico-google-plus {width: auto; height: 22px;}
.c-redes-sociais a:hover svg {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;	-o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.c-redes-sociais a:hover .ico-facebook {width: 30px; height: 30px;}
.c-redes-sociais a:hover .ico-twitter {width: 37px; height: 30px;}
.c-redes-sociais a:hover .ico-instagram {width: 30px; height: 30px;}
.c-redes-sociais a:hover .ico-google-plus {width: 47px; height: 30px;}

.c-redes-sociais li:first-child span a{color:#fff; width:auto;}
/* Responsivo */
@media screen and (max-width:767px) {
	.c-redes-sociais li {padding: 0px 5%;}
	.c-redes-sociais li:first-child {display: none;}
	.c-redes-sociais a {width: auto;}
}