/* numisplay.css - Estilo para títulos e descrições do NumisPlay */

/* Títulos dos vídeos */
.titulo-video {
    font-family: Georgia, serif;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* Descrições dos vídeos */
.conteudo-video {
    font-family: "Open Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 1em;
}

/* Exemplo para legendas ou notas pequenas */
.resumo-video {
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 12px;
    color: #333333;
    font-style: italic;
    margin-top: 0.5em;
}
.capa-ebook img {
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto 2em auto;
}
