﻿#content {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	background-color: #e5e7eb;

}

#content-wrapper {
	text-align: center;
	background: #f3f4f6;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 500px;
    width: 100%;
    margin-top: 112px;
    margin-bottom: 112px;
}

nav.wd-browsing-breadcrumbs {
    display: none;
	
}

nav.wd-browsing-breadcrumbs > ul > li:nth-child(2) > a span::before {
    content: "/listas/";
    display: inline-block;
    width: 0;
    overflow: hidden;
}

.titulo-escolar {
	color: #4A90E2;
	font-size: 1.8em;
	margin-bottom: 10px;
}

.subtitulo-escolar{
	color: #666;
	font-size: 1em;
	margin-bottom: 20px;
}

select {
	width: 100%;
	padding: 10px;
	margin: 15px 0;
	font-size: 1em;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
}

#link-material {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
	color: #fff;
	background-color: #4A90E2;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

#link-material:hover {
	background-color: #0056b3;
}