body {
background: #f4f4f4;
} .card-contacto {
position: relative;
max-width: 520px;
margin: 30px auto;
background: #fff;
border-radius: 26px;
box-shadow: 0 25px 60px rgba(0,0,0,0.12);
overflow: hidden;
text-align: center;
} .header-bg {
height: 170px;
background: #00949c;
position: relative;
} .foto-perfil {
position: absolute;
top: 95px;
left: 50%;
transform: translateX(-50%);
width: 135px;
height: 135px;
border-radius: 50%;
object-fit: cover;
border: 5px solid #fff;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
} .contenido {
padding: 85px 30px 40px;
} .nombre {
font-size: 30px;
font-weight: 700;
color: #111;
margin-bottom: 6px;
} .cargo {
font-size: 20px;
color: #777;
margin-bottom: 25px;
line-height: 1.4;
} .iconos-contacto {
display: flex;
justify-content: center;
gap: 14px;
margin-bottom: 25px;
}
.iconos-contacto a {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #f2f2f2;
text-decoration: none;
font-size: 18px;
transition: 0.25s;
}
.iconos-contacto a:hover {
background: #e2e2e2;
transform: translateY(-2px);
} .boton-vcard a {
display: inline-block;
padding: 16px 28px;
border-radius: 999px;
background: #111;
color: #fff;
font-weight: 600;
text-decoration: none;
margin-bottom: 22px;
min-width: 220px;
transition: 0.25s;
}
.boton-vcard a:hover {
background: #333;
transform: translateY(-2px);
}  .redes {
display: flex;
justify-content: center;
gap: 12px;
margin-bottom: 25px;
}
.redes a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
border-radius: 50%;
transition: 0.25s;
}
.redes a:hover {
transform: translateY(-3px);
background: #e9e9e9;
}
.redes img {
width: 18px;
height: 18px;
filter: grayscale(1) brightness(0.4);
transition: 0.25s;
}
.redes a:hover img {
filter: none;
} .qr img {
width: 110px;
margin-top: 10px;
}
.qr-texto {
font-size: 12px;
color: #999;
margin-top: 8px;
}  .logo-badge {
position: absolute;
top: 20px; left: 50%;
transform: translateX(-50%);
z-index: 5;
;
}  .page-id-2222 .moove-gdpr-info-bar-container,
.page-id-2235 .moove-gdpr-info-bar-container {
display: none !important;
} .page-id-2222 .grecaptcha-badge,
.page-id-2235 .grecaptcha-badge {
visibility: hidden !important;
}