.comments_section .section_header{
	margin-bottom: -21px;
}
.comments_section .commnets-type{
	text-align: right;
    margin: 0 auto 20px;
    max-width: 51.875rem;
}
.comments_section .commnets-type li{
	display: inline-block;  
	margin-left: 5px;
	color: #bdc3c7;
}
.comments_section .commnets-type li:hover{
	cursor: pointer;
}
.comments_section .commnets-type li.activado{
	border-bottom: 2px solid red;
    font-weight: bold;
    color: #000;
}
.comments_section .comentario.activado {
    display: block;
}
.comments_section .comentario {
    display: none;
}
#fb-comments{
	display: none;
}
[data-name="commetsFacebook"] iframe {
	width: 100% !important;
}
@media (max-width: 470px) {

	.comments_section .commnets-type{
		margin-top:50px;
	}
	.comments_section .commnets-type li{
		width: 49%;
		text-align: center;
		margin-left: 0;
		margin-bottom: 10px;
	}

}