/*
  Estilos exclusivos da edição 38ª Natal / 14ª Oeste Potiguar
  O caminho do fundo é relativo a este CSS.
*/
.hero {
    background-image: url('../images/fondo-header.png');
}

/* Selo do tema — círculo celeste como contenedor */
.tema-selo {
    display: inline-block;
    overflow: visible;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.tema-selo__fundo {
    fill: url(#temaCeleste);
}

.tema-selo__lg,
.tema-selo__sm {
    fill: #ffffff;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.tema-selo__lg {
    font-size: 42px;
    font-weight: 900;
}

.tema-selo__sm {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}
