#resultados {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#resultados > div {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}
#resultados > div h3 {
	font-size: 2rem;
	width: 60%;
	text-align: center;
	color: var(--main-color);
}
#resultados > div.icono svg {
	width: 200px;
}

#resultados > div.idiomas {
	display: block;
    margin: 0 auto 25px;
}
#resultados > div.idiomas > * {
	display: block;
	margin: 0 auto;
}
#resultados > div.idiomas select {width: 200px;}

#resultados > div.botones a {width: 30%;}
#resultados > div.botones a button {width: 100%;}