@charset "utf-8";
/* Hojas de estilo
Autor:         MIGUEL SOLORIO MEDINA
Sitio Web:     Fundimex 2021
Módulo:        _footer.html
Actualización: Octubre 2020
-------------------------------------------------------*/

footer {
    background: var(--footer_bg);
    color: var(--footer_text);
	width:100%;
    min-height: 100px;
	padding:20px 10px;
	float: left;
	box-sizing: border-box;
    text-align: center;
	clear:boot;
	}

footer ul li{
    text-align: left;
	}

footer h5{
    text-align: left;
	}

.logo_footer{
	text-align: left;
	}

.logo_oncemedia{
	text-align: right;
	}

.text_footer{
	font-family: sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 11px;
	color: var(--footer_text);
	font-weight:normal;
	}
.text_footer a {
    color: var(--footer_link);
	decoration: none;
	}
.text_footer a:hover {
    color: var(--footer_link_hover);
    text-decoration: none;
	font-weight: 600;
	font-style: normal;
	}
.text_footer_N{
	font-family: sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 11px;
	}

.navbar-footer{
	background: var(--navbar3_bg);
	color: var(--navbar3_text);
	width: 100%;
	max-height: 55px;
	padding: 0px;
	}

	#NavbarFooter {
		color: var(--navbar3_link);
		}

	#NavbarFooter a {
		color: var(--navbar3_link);
		
		}

	#NavbarFooter a:hover{
		background: var(--navbar3_bg_hover);
		color: var(--navbar3_link_hover);
		text-decoration: none;
		}

	#NavbarFooter .ms-btn-admisiones {
		background:var(--boton1_bg);
		color: var(--boton1_text);
		}

	#NavbarFooter .ms-btn-admisiones:hover {
		background:var(--boton1_bg_hover);
		color: var(--boton1_text_hover);
		}

	#SocialFooter {
		color: var(--navbar3_link);
		}

	#SocialFooter a {
		color: var(--navbar3_link);
		}

	#SocialFooter a:hover{
		background: var(--navbar3_bg_hover);
		color: var(--navbar3_link_hover);
		text-decoration: none;
		}

/* RESPONSIVE -------------------------------------------------------------*/

@media screen and (max-width:800px){


@media screen and (max-width: 500px){

