@charset "utf-8";
/* CSS Document */
footer {
	margin-top: 5rem;
}
#imagenespie {
	display: flex;
	justify-content: space-between;
}
#imagenespie img {
	box-sizing: border-box;
	height: 5rem;
	width: auto;
}
#imagenespie #qbs {
	padding: .75rem 0px;
}
#imagenespie #microsoftcertified {
	transform: translateX(-15%);
}
#contenedoraviso, #contenedorcopyright {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#contenedoraviso {
	padding-bottom: 0px;
}
#contenedoraviso span {
    border: 1px solid var(--grisrojizoclaro);
    color: white;
    background-color: var(--grisrojizoclaro);
    display: inline-block;
    font-size: 1.125rem;;
    text-decoration: none;
    padding: 2px 2em 3px 2em;
    border-radius: 8px;
    transition: transform .2s ease-in 0s;
}
#contenedoraviso span:hover {
	transform: scale(1.1);
	background-color: var(--rojo);
}
@media (max-width: 750px) {
	footer {
		margin-top: 3rem;
	}
}
@media (max-width: 650px) {
	footer {
		display: flex;
		flex-direction: column;
	}
	footer > div {
		order:2;
	}
	#contenedoraviso {
		order: 1;
		padding-top: 0px;
	}
	#contenedoraviso p {
		margin-top: 0px;
		margin-bottom: 3rem;
	}
		
	#imagenespie {
		flex-direction: column;
		align-items: center;
	}
	#imagenespie #microsoftcertified {
		transform: translateX(0px);		
	}	
}
@media (max-width: 500px) {
	footer {
		margin-top: 2rem;
	}
}