/* WRAP de NACON */ .wrap_nacon { background-color: #0a3860; color: #fff; box-shadow: 0 0 3px 2px #00000017; } div.wrap_nacon { border: 1px solid #bcc1c900; padding: 0.5em 1em 0 1.5em; margin: 0 0 0.5em 0; border-radius: 0.5em 0; } span.wrap_nacon { display: inline-flex; gap: 0.3em; padding: 0 0.3em; } .wrap_nacon:before { content: " "; background-image: url(/_media/media/nacon.png); background-position: center; background-repeat: no-repeat; background-size: 105%; display: inline-block; border-radius: 50%; border: 2px solid #0a3860; } div.wrap_nacon:before { width: 24px; height: 24px; position: absolute; transform: translate(-2.2em, -0.9em); } span.wrap_nacon:before { width: 16px; height: 16px; }