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

.container {
  width: 100% !important;
}

#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;
	font-size: 13.75px !important;
}

.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 */
  }
  
  .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: 120px;
	width: 120px;
  }
  
#misFinanzas {
	height: 160px !important;
	width: 170px !important;
  }
.span-nav-footer{
	font-size: 12px;
	color: #fff;
}

#facebookMFEC,#linkedinMFEC,#instagramMFEC,#twitterMFEC {
	width: 40px;
    height: 40px;
    border-radius: 99px;
	border:  0;	
}
.icons_web a:hover{
	color: transparent;
}
  .select-pais{
	border: 2px solid #f7f7f7;
	max-width: 170px;
  }
  .submenu{
    position: absolute;
    right: 70px;
    bottom: 40px;
    background-color: #404040;
    border-radius: 10px;
    padding: 10px;
    color: #f7f7f7;
    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-select-pais{
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



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

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

	.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;
	}
}

.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: 767px){
	.borde-contenido{
		border-bottom: 1px solid  rgb(204, 204, 204);
		border-right: 0px ;
	   }
	   .borde-canal{
		border-right: 0px ;
	   }
	   .cuadro-gris{
		margin: 0 auto;
		min-width: 200px;
	   }
}

.flecha-derecha-roja {
	height: 15px;
}

.information {
	text-align: justify;
	font-size: 12px !important;
}

.row-footer {
	margin-top: 0 !important;
	justify-content: left !important;
}

.p-footer {
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

.text-md-left {
	text-align: center !important;
}

.text-md-right {
	text-align: center !important;
}

.sect-top{
	margin-bottom: 10%;
}