/* --------------------------------------------------------------------- */
/* 2. TOP HEADER
/* --------------------------------------------------------------------- */
.container-idiomas {
    width: 100%;
}
.top-header {
	height: 20px;
	background: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 991px) {
	.top-header {
		/* display: none; */
	}
}

.top-header-inner {
	position: relative;
}


.top-header-content {
	float: right;
	padding-right: 30px;
}

.top-header-content .content-item {
	float: left;
	border-right: 1px solid #f3f3f3;
	padding: 3px 20px;
}

.top-header-content .content-item:last-child {
	border-right: 0 none;
}

.top-header-content .content-item a {
	font-size: 14px;
	color: #a5a5a5;
}

.top-header-content .content-item a .fa {
	font-size: 14px;
}

/* === 2.1. SOCIAL TOP === */
ul.social-top {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.social-top > li {
	float: left;
	margin-left: 10px;
}

ul.social-top > li a {
	display: block;
	text-align: center;
}

ul.social-top > li a i {
	width: 29px;
	height: 29px;
	font-size: 16px;
	line-height: 30px;
	color: #a5a5a5;
	background: #f2f2f2;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
	.imagen-no {
		display: none;
	}
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

#spam {display:none;}