footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	margin-top: 2em;
}

#menu {
	display: grid;
	grid-template: 50px / repeat(5, 1fr);
	border-top: 1px solid rgb(204, 204, 204);
	align-items: flex-end;
	background: white;
	padding-bottom: 5px;
}

.item {
	text-align: center;

	img {
		width: auto;
		height: 45px;
	}
}

#logopush img {
	height: 75px;
	position: relative;
	z-index: 2;
	background: white;
	padding: 7px;
	padding-bottom: 0;
	border-radius: 50%;
}

#logopush a:after {
	content: '';
	position: absolute;
	margin-top: -1px;
	margin-left: -83px;
	width: 84px;
	height: 73px;
	background: linear-gradient(#cccccc 35%, transparent 0%);
	border-radius: 50%;
}

.footer {
	background: #1f1f1f;
	justify-content: space-between;
	display: block;
}

.menu-web {
	background-color: #1f1f1f;
	color: white;
}

.icon {
	position: absolute;
	width: 1.8em;
	height: 1.8em;
	border-top-right-radius: 1.2em;
	/*background: linear-gradient(225deg, #0c0904 65%, transparent 65%);*/
	background: linear-gradient(225deg, #0c0904 55%, transparent 0%);
	transform: rotate(-45deg) skew(167deg, 167deg);
	margin-top: -23px;
	top: 8px;
}

.rotar,
.flecha-mostrar-footer {
	transition: transform 0.5s ease;
}

.rotado {
	transform: rotate(180deg);
	top: 4.2px;
}

.icon+img {
	position: absolute;
	margin-top: -18px;
}

.vineta {
	background: url('/img/footer/img_vineta.png');
	display: block;
	float: left;
	width: 17px;
	height: 15px;
}

.vineta+span {
	font-size: 14px;
	font-weight: 500;
}

.hide-menu {
	position: absolute;
	bottom: -400px;
}

.borde-contenido,
.borde-canal {
	border-right: 1px solid rgb(204, 204, 204);
}

.cuadro-gris {
	background-color: #3f3f3f;
	border-radius: 20px;
  }
  .cuadro-gris-logos {
	background-color: #3f3f3f;
	border-radius: 20px;
	max-width: 200px;
	min-width: 150px;
	text-align: center;
	height: 150px; /* Ajusta la altura del contenedor */	
  }
  .ml-auto {
	margin-left: auto !important
  }
  
  .cuadro-gris-logos a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
  }
  
  .cuadro-gris-logos:hover {
	background-color: #717171;
  }
  

#finanzasImgFooter {
	filter: invert(100%) sepia(80%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(101%) !important;
	height: 100px !important;
	width: 130px !important;
}

#selloFC {
	height: 130px;
	width: 130px;
}

#sabermassermas {
	height: 80px !important;
	width: 130px !important;
}

.span-nav-footer {
	font-size: 12px;
	color: #fff;
}

#facebookMFEC,
#linkedinMFEC,
#instagramMFEC,
#twitterMFEC {
	width: 27px;
	height: 27px;
	filter: invert(18%) sepia(8%) saturate(0%) hue-rotate(189deg) brightness(100%) contrast(80%);
	background-color: #fff;
	border-radius: 30px;
	border-color: #3f3f3f;
}

.select-pais {
	border: 2px solid #f7f7f7;
	max-width: 170px;
}

.submenu {	
	background-color: #404040;
	border-radius: 10px;
	padding: 10px;
	color: #f7f7f7;
	max-width: 200px !important;
	max-height: 200px !important;
	font-size: 14px;
	min-width: 220px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .4);
	display: none;
	z-index: 1;

	ul {
		display: flex;
		flex-direction: column;
		align-items: self-start;

		li {
			margin: 5px 0;

			a {
				color: #404040;
				text-decoration: none;
			}
		}
	}
}
.span-font{
	font-size: 13.75px;
}
.span-select-pais {
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
}


@media screen and (max-width: 767px) {
	
   
	.social {
		text-align: center;
		position: fixed;
		right: 0;
		margin-right: 10px !important;
		z-index: 2000;
		border-radius: 50%;
		border: 1px white;
		bottom: 90px !important;
	}

	.icon-chat {
		width: 80px !important;
	}

	.borde-contenido {
		border-bottom: 1px solid rgb(204, 204, 204);
		border-right: 0px;
	}

	.borde-canal {
		border-right: 0px;
	}

	.cuadro-gris {
		margin: 0 auto;
	}

	.container {
		display: block !important;
	}
}


.social {
	text-align: center;
	position: fixed;
	right: 0;
	bottom: 90px;
	margin-right: 20px;
	z-index: 2000;
	border-radius: 50%;
	border: 1px white;
}

@media screen and (max-width: 1300px) {
	.margin-top-none footer {
		margin-top: 0 !important;
	}

	footer {
		position: relative;
		margin-top: 0;
	}
}

.flecha-derecha-roja {
	height: 15px;
  }
  
  .information {
	text-align: justify;
	font-size: 12px !important;
  }
  
  .p-footer {
	font-size: 12px !important;
  }

.container {
	display: block;
}