<a href="https://x.com/COPEPINARES" target="_blank" rel="noopener noreferrer" title="X COPE Pinares">
<span class="icon-x">𝕏</span>
</a>
</div>
<style>
.redes-cope {
display: flex;
align-items: center;
gap: 10px;
}
.redes-cope a {
text-decoration: none;
}
.icon-facebook,
.icon-x {
width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-weight: bold;
font-size: 20px;
transition: all .25s ease;
}
.icon-facebook {
background: #1877F2;
color: #fff;
font-family: Arial, sans-serif;
}
.icon-x {
background: #000;
color: #fff;
font-size: 19px;
}
.icon-facebook:hover,
.icon-x:hover {
transform: scale(1.12);
opacity: .85;
}
</style>