.v-align-bottom {
	align-self: end;
}

.v-align-center {
	align-self: center;
}

#Tempalign img {
	max-width: 100%;
	height: auto;
}

#Tempalign,
#Tempalign p,
.entry-title {
	font-family: museo-sans, "Museo Sans", "Lato", sans-serif;
	line-height: 1.4;
	font-weight: 300;
	color: #8695ac;
}

.entry-title {
	text-transform: uppercase;
}

.entry-title,
.entry-content p {
	text-align: center;
}

.entry-title {
	font-size: 26px;
	margin: 0 0 1rem 0;
}

.entry-content p {
	margin: 0 0 1rem;
}

.entry-content .capa {
	padding: 30px;
	margin: 0 0 20px;
	background: #eff2f6;
	text-transform: uppercase;
}

.entry-content .capa h1 {
	margin: 0;
	font-size: 16px;
}

.entry-content .capa p {
	margin: 0;
	font-size: 12px;
}

.flex-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	clear: both;
	gap: 16px;
}

.flex-column {
	flex-basis: calc(50% - 8px);
	padding-bottom: 10px;
}

.flex-row img {
	max-width: 100%;
	display: block;
	padding-bottom: 8px;
}

@media (min-width: 1025px) {
	.entry-content .flex-column .dotted {
		padding: 3rem;
		margin: 0;
	}
}

@media (max-width: 1024px) {
	.flex-column {
		flex-basis: 100%;
	}

	.nowrap .flex-column {
		flex-basis: calc(50% - 7.5px);
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.flex-row {
		justify-content: center;
	}
}