footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: o-flex;
	display: flex;
	flex-flow: wrap;
	padding: 0;
	margin-top: 30px;
	color: #fff;
	background-color: rgb(29, 29, 29); 
}

.enlaces-interes {
	width: 100%;
	
	padding-top: 30px;
	padding-left: 30px;		
	display: flex;
	flex-flow: wrap;
}

.div-tit {
	
	width: 50%;
}

.box-enlaces {
	list-style: none;
	font-size: 1em;
	padding-left: 0px;
	margin-left: 30px;
	/*background-color: tomato;*/
}

.box-enlaces a {
	text-decoration: none;
	color: antiquewhite;
}

.box-enlaces a:hover {
	color:burlywood;
	/*border-color: #e9ecef #e9ecef #dee2e6;*/
    /*isolation: isolate;*/
}

.titulo2 {
	font-family: 'gomarice', sans-serif;
	width: 80%;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 0.7em;
	margin-left: 1em;
}

.redes-sociales {
	position: absolute;
	right: 10px;
	font-size: 1.5em;
	color: seashell;
	
}

.d-email {
	display: flex;
	

}

.p-email {
	margin-left: 1%;
}

.d-email h4 {
	font-size: 1.2em;
	
}

.qr-footer {
	
	width: 60%;
	padding-left: 10%;
}

.div-qr-footer {
	/*background-color: aqua;*/
	width: 30%;
}

.li-menu {
	width: 30%;
}

.sub-enlaces-interes {
	border-top: solid 2px rgba(255, 255, 255, 0.125);
	/*list-style: none;*/
	font-size: 1.1em;
	margin-top: 2%;
	padding-top: 2%;
	width: 100%;
	display: flex;

}

.sub-enlaces-interes h2 {
	font-weight: 600;
	font-size: 1.5em;
	color: darkgray;
	margin-left: 30px;
}

.derechosReservados {
	height: 20%;
	text-align: center;
	width: 100%;
	font-family: Raleway, Helvetica, sans-serif;
	background-color: rgb(54, 54, 54);
	font-size: 1em;
	list-style: none;
	Left: -235;
	top: 80%;
	display: inline;
	
}

@media only screen and (max-width: 950px) and (min-width: 749px)  {
	
	.li-menu {
		width: 20%;
	}
		

}


@media only screen and (max-width: 748px) and (min-width: 620px)  {
	
	.sub-enlaces-interes {
		font-size: 0.9em;
	}
	
	.derechosReservados {
		font-size: 0.8em;
	}

	.li-menu {
		width: 15%;
	}

}

@media only screen and (max-width: 619px) and (min-width: 601px)  {
	.sub-enlaces-interes {
		font-size: 0.8em;
	}

	.li-menu {
		width: 15%;
	}

}


@media only screen and (max-width: 600px) and (min-width: 530px)  {

	.titulo2 {
		width: 100%;
		font-size: 1.3em;
	}

	.redes-sociales {
		position: relative;
		font-size: 1.4em;
		
	}

	.sub-enlaces-interes {
		margin-top: 7%;
		padding-left: 30px;
		margin-left: -30px;
		font-size: 0.8em;
	}

	.li-menu {
		width: 15%;
	}

}

@media only screen and (max-width: 529px) and (min-width: 5px)  {

	.titulo2 {
		width: 500%;
		font-size: 1.4em;
	}

	.redes-sociales {
		position: relative;
		width: 100%;
		font-size: 1.4em;
		margin-top: 2%;
		padding-left: 20%;
		
	}

	.sub-enlaces-interes {
		margin-top: 8%;
		font-size: 0.9em;
		display: block;
	}

	.derechosReservados {
		font-size: 0.8em;
	}

	.div-qr-footer {
		width: 80%;
	}
	
	.qr-footer {
	
		width: 50%;
		margin-bottom: 5%;
		
	}

	.li-menu {
		margin-bottom: 5%;
	}
	

}
