.volume {}
.clocktext {}

.hidden {
	visibility: hidden;
	display: none;
}
.alerta {
	align-items: center;
	background-color: #b80000;
	border: none;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 0.5rem 1rem;
	text-align: center;
}

.alerta img {
	display: block;
	margin-right: 0.5rem;
	width: 1.5rem;
}

.alerta .alerta-mensagem {
	font-family: "FjallaOne";
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
}

.logo {
	max-width: 24rem;
	width: 100%;
}

#inicio {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 4rem 1rem;
}

#programas .titulo {
	text-align: center;
}

#programas .programas-lista {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

#programas .programa::before {
	border: 0.25rem solid #fbbc38;
	border-bottom: 0;
	border-top-left-radius: 110px;
	border-top-right-radius: 110px;
	content: "";
	height: 55%;
	left: -50%;
	margin: -0.625rem 0px;
	position: absolute;
	top: 0px;
	transform: translateX(33.33%);
	width: 110%;
}

#programas .programa {
	align-items: center;
	background-color: #fbbc38;
	border: 0.125rem solid rgba(0, 0, 0, 0.125);
	border-radius: 50%;
	display: flex;
	font-family: "FjallaOne";
	font-size: 2.5rem;
	height: 5.25rem;
	justify-content: center;
	margin: 0.5rem;
	position: relative;
	width: 5.25rem;
}
