.elementor-9806 .elementor-element.elementor-element-cf2a700{margin-top:50px;margin-bottom:0px;}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}/* Start custom CSS for section, class: .elementor-element-4ba6be6 *//* ============================================================
   TARJETA DE PERFIL - MAINSOFT  (estilos)
   Pega esto en: Elementor > Avanzado > CSS personalizado,
   o en Apariencia > Personalizar > CSS adicional.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@300;400;500;700&display=swap');

.ms-card{
  /* ---- EDITAR (1): imagen de fondo ---- */
  --card-bg: url('REEMPLAZA_AQUI_FONDO.png');
  /* color de acento (azul) */
  --accent: #1aa3ff;

  position: relative;
  width: 100%;
  max-width: 360px;          /* ancho del card; ajusta a tu gusto */
  margin: 0 auto;
  aspect-ratio: 820 / 1290;  /* mantiene la proporcion vertical */
  background: var(--card-bg) center/cover no-repeat, #0a0a2e;
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 18px 45px rgba(0,0,0,.55);   /* sombra del card */
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.ms-card *{ box-sizing: border-box; }

/* ---------- FOTO ---------- */
.ms-photo{
  margin-top: 9%;
  width: 65%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 4%;
  border: 2px dashed rgba(255,255,255,.45);
  display: flex;
}
.ms-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* ---------- DIVISOR ---------- */
.ms-divider{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 60%;
  margin: 7% 0 0;
}
.ms-divider .line{
  flex: 1;
  border-top: 2px dashed var(--accent);
}
.ms-divider .dot{
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.ms-divider .center{
  width: 16px; height: 16px;
  border: 2px solid var(--accent);
  border-radius: 50%;
}

/* ---------- TEXTOS ---------- */
.ms-info{
  width: 100%;
  padding: 0 9%;
  margin-top: auto;
  margin-bottom: 14%;
}
.ms-name{
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(26px, 9vw, 44px);
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 4px;
  font-weight: 400;
  color: white;
}
.ms-name b{ font-weight: 700; }    /* primer nombre en negrita */

.ms-role{
  font-family: 'Bebas Neue', sans-serif;
  color: var(--accent);
  font-size: clamp(15px, 4.6vw, 22px);
  letter-spacing: 1.5px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ms-email{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 3.8vw, 18px);
  display: flex;
  align-items: center;
  gap: 8px;
  word-break: break-all;
}
.ms-role svg, .ms-email svg{ flex: none; width: 18px; height: 18px; }

/* ---------- LOGO INFERIOR (imagen) ---------- */
.ms-logo{
  position: absolute;
  bottom: 4%;
  left: 0; right: 0;
  text-align: center;
}
.ms-logo img{
  width: 28%;          /* tamaño del logo; ajusta a tu gusto */
  height: auto;
  display: inline-block;
}/* End custom CSS */