@charset "UTF-8";
/* CSS Document */

.main_noticias_redesSociales {
	width: 96%;
	max-width: 1500px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	font-family: 'Montserrat';
}

.main_noticias_redesSociales h1 {
	font-weight: normal;
	margin-bottom: .5em;
}

.main_noticias_redesSociales hr {
	margin-bottom: 1em;
	height: 2px;
	/* background: #4357ad; */
	background: #000000;
	border: none;
}

.main_noticias_redesSociales p {
	margin-bottom: 1em;
}

/* Noticias */
.logofacebook, .logotwitter, .logoinstagram, .logoyoutube {
    width: 100px;
    height: 100px;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
}

.logofacebook:hover, .logotwitter:hover,
.logoinstagram:hover, .logoyoutube:hover {
    width: 151px;
    height: 173px;
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}
	
.facebook, .twitter, .instagram, .youtube {
	display: inline-block;
	flex-direction: row;
	}

