/* --- CONTENEDOR PRINCIPAL PEEEI --- */
.conv-peeei-container {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
line-height: 1.6;
max-width: 1000px;
margin: 20px auto;
border-radius: 0 0 15px 15px;
overflow: hidden;
background-color: #fff;
font-size: 1.8rem;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.peeei-header {
background-color: #054f56;
color: #ffffff;
padding: 40px 20px;
text-align: center;
position: relative;
}
.peeei-header::after {
content: "";
position: absolute;
bo