.SocialFlags {
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 999;
    background-color: #fff;
}

.populares h4{
	font-size: 16px;
}

.speaker-block .inner-box {
	border-radius: 0%;
}

.top-bar{
	background-color: #495339;
	color: white;
	text-align: center;
	padding: 5px;
}

.top-telefonos{
	text-align:  center;
}
.top-telefonos-lista {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Poppins",sans-serif;
}

.top-telefonos-lista li a {
    padding: 0 10px;
    text-decoration: none;
    color: #666;
    transition: all 0.4s ease;
}