{"id":31,"date":"2024-05-29T05:57:49","date_gmt":"2024-05-29T03:57:49","guid":{"rendered":"http:\/\/admin_iu996dyb"},"modified":"2026-05-02T13:16:05","modified_gmt":"2026-05-02T11:16:05","slug":"sobre-mi","status":"publish","type":"page","link":"https:\/\/spanishwithalexandra.com\/en\/sobre-mi\/","title":{"rendered":"About Me"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"31\" class=\"elementor elementor-31\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83fff34 e-con-full e-flex e-con e-parent\" data-id=\"83fff34\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28e9285 elementor-widget elementor-widget-html\" data-id=\"28e9285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\/* ============================================================\n   VARIABLES & RESET\n   ============================================================ *\/\n:root {\n  --burgundy:      #ed003b;\n  --burgundy-deep: #ed003b;\n  --pink-hot:      #e8185a;\n  --pink-soft:     #fdf3f7;\n  --pink-mid:      #f4dce7;\n  --pink-border:   #ead5e2;\n  --cream:         #fffaf8;\n  --gold:          #c9973a;\n  --text:          #221620;\n  --muted:         #7a6472;\n  --white:         #ffffff;\n\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --font-body:    'DM Sans', sans-serif;\n\n  --radius-xl: 36px;\n  --radius-lg: 26px;\n  --radius-md: 18px;\n  --radius-sm: 12px;\n\n  --shadow-card: 0 20px 60px rgba(48,18,34,0.08);\n  --shadow-sm:   0 8px 28px rgba(48,18,34,0.06);\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: var(--font-body);\n  color: var(--text);\n  background: var(--white);\n  -webkit-font-smoothing: antialiased;\n}\n\na { text-decoration: none; }\n\n.container {\n  width: min(1160px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n.section-label {\n  display: inline-block;\n  font-family: var(--font-body);\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n  color: var(--burgundy);\n  margin-bottom: 16px;\n  padding: 6px 14px;\n  border: 1px solid var(--pink-border);\n  border-radius: 999px;\n  background: var(--pink-soft);\n}\n\n.section-heading {\n  font-family: var(--font-display);\n  font-size: clamp(38px, 5vw, 62px);\n  font-weight: 500;\n  line-height: 1.06;\n  color: var(--text);\n}\n\n.section-heading em { font-style: italic; color: var(--burgundy); }\n\n.section-sub {\n  font-size: 16px;\n  line-height: 1.8;\n  color: var(--muted);\n  max-width: 580px;\n}\n\n.btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 14px 26px;\n  border-radius: 999px;\n  font-family: var(--font-body);\n  font-size: 14px;\n  font-weight: 500;\n  letter-spacing: 0.02em;\n  transition: transform 0.22s ease, box-shadow 0.22s ease;\n  cursor: pointer;\n}\n\n.btn-primary {\n  background: var(--pink-hot);\n  color: #fff !important;\n  box-shadow: 0 10px 30px rgba(232,24,90,0.28);\n}\n.btn-primary:hover,\n.btn-primary:visited,\n.btn-primary:focus { color: #fff !important; transform: translateY(-2px); }\n\n.btn-ghost {\n  background: transparent;\n  color: var(--burgundy);\n  border: 1.5px solid var(--pink-border);\n}\n.btn-ghost:hover { background: var(--pink-soft); }\n\n\/* ============================================================\n   HERO\n   ============================================================ *\/\n.hero-section {\n  position: relative;\n  overflow: hidden;\n  padding: 110px 20px 200px;\n  background:\n    linear-gradient(rgba(237,0,59,0.75), rgba(237,0,59,0.65)),\n    url('https:\/\/www.spanishwithalexandra.com\/wp-content\/uploads\/2026\/02\/imgi_10_joven-alegre-saludando-mientras-participa-conversacion-virtual-bandera-espanola-mano_1326977-14704.jpg') center\/cover no-repeat;\n}\n\n.hero-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.03));\n  pointer-events: none;\n}\n\n.hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 860px;\n  text-align: center;\n  margin: 0 auto;\n}\n\n.hero-kicker {\n  display: inline-block;\n  margin-bottom: 20px;\n  padding: 8px 18px;\n  border-radius: 999px;\n  background: rgba(255,255,255,0.14);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  border: 1px solid rgba(255,255,255,0.22);\n}\n\n.hero-content h1 {\n  font-family: var(--font-display);\n  font-size: clamp(40px, 6vw, 78px);\n  font-weight: 500;\n  line-height: 1.04;\n  color: #fff;\n  margin: 0 0 20px;\n}\n\n.hero-content p {\n  font-size: 17px;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.88);\n  max-width: 680px;\n  margin: 0 auto;\n}\n\n\/* ============================================================\n   PROFILE CARD\n   ============================================================ *\/\n.profile-section {\n  position: relative;\n  margin-top: -120px;\n  z-index: 10;\n  padding: 0 24px 90px;\n}\n\n.profile-card {\n  width: min(1160px, 100%);\n  margin: 0 auto;\n  background: #fff;\n  border-radius: var(--radius-xl);\n  box-shadow: 0 24px 80px rgba(48,18,34,0.12);\n  padding: 44px 44px 44px 52px;\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 48px;\n  align-items: center;\n}\n\n.profile-mini-label {\n  display: inline-block;\n  font-size: 12px;\n  font-style: italic;\n  color: var(--burgundy);\n  margin-bottom: 14px;\n}\n\n.profile-card p {\n  font-size: 15px;\n  line-height: 1.85;\n  color: var(--muted);\n  margin-bottom: 14px;\n}\n\n.profile-card p strong { color: var(--text); }\n\n.profile-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  margin: 18px 0 24px;\n}\n\n.profile-step {\n  background: var(--pink-soft);\n  border: 1px solid var(--pink-border);\n  border-radius: var(--radius-sm);\n  padding: 12px 16px 12px 44px;\n  font-size: 14.5px;\n  line-height: 1.65;\n  color: var(--text);\n  position: relative;\n}\n\n.profile-step-num {\n  position: absolute;\n  left: 14px;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, var(--pink-hot), var(--burgundy));\n  color: #fff;\n  font-size: 10px;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.profile-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-top: 8px;\n}\n\n.profile-photo-wrap { position: relative; }\n\n.profile-photo-card {\n  border-radius: 26px;\n  overflow: hidden;\n  background: linear-gradient(135deg, var(--pink-soft), var(--pink-mid));\n  box-shadow: 0 18px 50px rgba(61,29,45,0.14);\n  aspect-ratio: 3\/4;\n  max-height: 620px;\n}\n\n.profile-photo-card img {\n  display: block;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.profile-photo-badge {\n  position: absolute;\n  left: -18px;\n  bottom: 28px;\n  background: #fff;\n  border-radius: 18px;\n  padding: 14px 18px;\n  box-shadow: 0 16px 40px rgba(48,18,34,0.13);\n  max-width: 230px;\n}\n\n.profile-photo-badge strong {\n  display: block;\n  font-size: 13px;\n  color: var(--text);\n  margin-bottom: 3px;\n}\n\n.profile-photo-badge span {\n  font-size: 12.5px;\n  color: var(--burgundy);\n  line-height: 1.5;\n}\n\n\/* ============================================================\n   RESUMEN\n   ============================================================ *\/\n.summary-section {\n  padding: 100px 0 110px;\n  background: var(--cream);\n  position: relative;\n  overflow: hidden;\n}\n\n.summary-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image:\n    radial-gradient(circle at 8% 12%, rgba(161,31,82,0.06) 0%, transparent 38%),\n    radial-gradient(circle at 92% 85%, rgba(201,151,58,0.07) 0%, transparent 35%);\n  pointer-events: none;\n}\n\n.summary-header {\n  text-align: center;\n  margin-bottom: 64px;\n  position: relative;\n  z-index: 1;\n}\n\n.summary-header .section-heading { margin-bottom: 14px; }\n\n.summary-header::after {\n  content: '';\n  display: block;\n  width: 56px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--pink-hot), var(--burgundy));\n  border-radius: 2px;\n  margin: 22px auto 0;\n}\n\n.summary-cards {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 20px;\n  position: relative;\n  z-index: 1;\n}\n\n.summary-card {\n  background: var(--white);\n  border: 1px solid var(--pink-border);\n  border-radius: var(--radius-lg);\n  padding: 32px 26px 28px;\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.28s ease, box-shadow 0.28s ease;\n}\n\n.summary-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }\n\n.summary-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n  background: linear-gradient(90deg, var(--pink-hot), var(--burgundy));\n  border-radius: var(--radius-sm) var(--radius-sm) 0 0;\n}\n\n.summary-card-num {\n  position: absolute;\n  top: 10px; right: 18px;\n  font-family: var(--font-display);\n  font-size: 72px;\n  font-weight: 600;\n  color: var(--pink-mid);\n  line-height: 1;\n  pointer-events: none;\n  user-select: none;\n}\n\n.summary-card-icon { font-size: 26px; margin-bottom: 14px; display: block; }\n\n.summary-card-title {\n  font-family: var(--font-display);\n  font-size: 28px;\n  font-weight: 500;\n  color: var(--burgundy);\n  margin-bottom: 18px;\n  font-style: italic;\n  line-height: 1.1;\n}\n\n.summary-card ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }\n\n.summary-card li {\n  font-size: 14.5px;\n  line-height: 1.6;\n  color: var(--muted);\n  padding-left: 16px;\n  position: relative;\n}\n\n.summary-card li::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 9px;\n  width: 5px; height: 5px;\n  border-radius: 50%;\n  background: var(--pink-hot);\n}\n\n\/* ============================================================\n   GRAM\u00c1TICA \u2014 ACORDE\u00d3N\n   ============================================================ *\/\n.grammar-section {\n  padding: 100px 0 70px;\n  background: var(--white);\n}\n\n.grammar-header {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: end;\n  margin-bottom: 56px;\n}\n\n\/* Acorde\u00f3n wrapper *\/\n.accordion {\n  border: 1px solid var(--pink-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n}\n\n\/* Cada \u00edtem *\/\n.accordion-item {\n  border-bottom: 1px solid var(--pink-border);\n}\n\n.accordion-item:last-child { border-bottom: none; }\n\n\/* Bot\u00f3n trigger *\/\n.accordion .accordion-item .accordion-trigger {\n  width: 100%;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  padding: 22px 28px;\n  background: #ffffff !important;\n  border: none !important;\n  border-radius: 0 !important;\n  cursor: pointer;\n  text-align: left;\n  transition: background 0.2s ease;\n  box-shadow: none !important;\n  color: var(--text) !important;\n}\n\n.accordion .accordion-item .accordion-trigger:hover {\n  background: var(--pink-soft) !important;\n}\n\n.accordion .accordion-item.is-open .accordion-trigger {\n  background: var(--pink-soft) !important;\n}\n\n\/* Asegurar que el n\u00famero no hereda el fondo rojo *\/\n.accordion .accordion-num {\n  background: linear-gradient(135deg, var(--pink-hot), var(--burgundy)) !important;\n  color: #fff !important;\n  flex-shrink: 0;\n}\n\n\/* Asegurar que el \u00edcono tampoco *\/\n.accordion .accordion-icon {\n  background: #ffffff !important;\n  color: var(--burgundy) !important;\n  border: 1.5px solid var(--pink-border) !important;\n}\n\n.accordion .accordion-item.is-open .accordion-icon {\n  background: var(--burgundy) !important;\n  color: #fff !important;\n  border-color: var(--burgundy) !important;\n}\n\n.accordion-trigger-left {\n  display: flex;\n  align-items: center;\n  gap: 18px;\n}\n\n\/* N\u00famero *\/\n.accordion-num {\n  flex-shrink: 0;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 700;\n  font-family: var(--font-body);\n  color: #fff;\n  background: linear-gradient(135deg, var(--pink-hot), var(--burgundy));\n  box-shadow: 0 4px 12px rgba(232,24,90,0.25);\n}\n\n\/* Etiqueta del tiempo verbal *\/\n.accordion-label {\n  font-family: var(--font-display);\n  font-size: 22px;\n  font-weight: 600;\n  line-height: 1.2;\n}\n\n\/* \u00cdcono +\/\u2013 *\/\n.accordion-icon {\n  flex-shrink: 0;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  border: 1.5px solid var(--pink-border);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--burgundy);\n  font-size: 16px;\n  font-weight: 300;\n  transition: transform 0.3s ease, background 0.2s ease;\n  background: var(--white);\n}\n\n.accordion-item.is-open .accordion-icon {\n  transform: rotate(45deg);\n  background: var(--burgundy);\n  color: #fff;\n  border-color: var(--burgundy);\n}\n\n\/* Panel de contenido *\/\n.accordion-panel {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.38s ease;\n}\n\n.accordion-panel-inner {\n  padding: 6px 28px 28px 78px; \/* indent to align with label *\/\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  border-top: 1px solid var(--pink-border);\n  background: var(--pink-soft);\n}\n\n.accordion-panel-inner p {\n  font-size: 15px;\n  line-height: 1.78;\n  color: var(--muted);\n  margin: 0;\n  padding: 2px 0;\n  position: relative;\n  padding-left: 18px;\n}\n\n.accordion-panel-inner p::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 11px;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--pink-hot);\n  opacity: 0.7;\n}\n\n\/* ============================================================\n   LINKEDIN CTA\n   ============================================================ *\/\n.linkedin-section {\n  padding: 80px 0;\n  background: var(--cream);\n}\n\n.linkedin-card {\n  border-radius: var(--radius-xl);\n  border: 1px solid var(--pink-border);\n  background: var(--white);\n  box-shadow: var(--shadow-card);\n  padding: 56px 48px;\n  display: grid;\n  grid-template-columns: 1fr auto;\n  gap: 40px;\n  align-items: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.linkedin-card::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 220px; height: 220px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(232,24,90,0.07), transparent 70%);\n  pointer-events: none;\n}\n\n.linkedin-card-title {\n  font-family: var(--font-display);\n  font-size: clamp(28px, 3.5vw, 44px);\n  font-weight: 500;\n  color: var(--text);\n  margin-bottom: 14px;\n  line-height: 1.1;\n}\n\n.linkedin-card-title em { color: var(--burgundy); font-style: italic; }\n\n.linkedin-card-sub { font-size: 15px; color: var(--muted); line-height: 1.75; }\n\n\/* ============================================================\n   FINAL CTA\n   ============================================================ *\/\n.final-cta-section {\n  padding: 80px 0 100px;\n  background: var(--white);\n}\n\n.final-cta-card {\n  border-radius: var(--radius-xl);\n  background: linear-gradient(135deg, #ed003b 0%, #c0002e 100%);\n  padding: 64px 56px;\n  display: grid;\n  grid-template-columns: 1fr 320px;\n  gap: 40px;\n  align-items: center;\n  position: relative;\n  overflow: hidden;\n  box-shadow: 0 28px 70px rgba(125,23,63,0.28);\n}\n\n.final-cta-card::before,\n.final-cta-card::after {\n  content: '';\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n}\n.final-cta-card::before { width: 420px; height: 420px; background: rgba(255,255,255,0.05); top: -180px; right: -100px; }\n.final-cta-card::after  { width: 240px; height: 240px; background: rgba(255,255,255,0.04); bottom: -80px; left: -40px; }\n\n.final-cta-label {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.65);\n  margin-bottom: 18px;\n}\n\n.final-cta-title {\n  font-family: var(--font-display);\n  font-size: clamp(32px, 4vw, 54px);\n  font-weight: 500;\n  color: #fff;\n  line-height: 1.08;\n  margin-bottom: 18px;\n}\n\n.final-cta-card h2 {\n  color: #fff;\n}\n\n.final-cta-sub {\n  font-size: 16px;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.78);\n  margin-bottom: 28px;\n  max-width: 540px;\n}\n\n.final-cta-btn {\n  background: #fff;\n  color: #ed003b !important;\n  font-weight: 600;\n  padding: 15px 28px;\n  border-radius: 999px;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 15px;\n  font-family: var(--font-body);\n  transition: transform 0.22s ease, box-shadow 0.22s ease;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n}\n.final-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.2); }\n\n.final-cta-visual { display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; }\n\n.final-globe-wrap {\n  width: 200px; height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.10);\n  border: 1px solid rgba(255,255,255,0.18);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 90px;\n  backdrop-filter: blur(4px);\n  position: relative;\n}\n\n.final-globe-wrap::before {\n  content: '';\n  position: absolute;\n  inset: -16px;\n  border-radius: 50%;\n  border: 1px dashed rgba(255,255,255,0.22);\n}\n\n\/* ============================================================\n   RESPONSIVE\n   ============================================================ *\/\n@media (max-width: 1024px) {\n  .profile-card        { grid-template-columns: 1fr; padding: 36px; }\n  .profile-photo-badge { position: static; margin-top: 14px; max-width: 100%; }\n  .summary-cards       { grid-template-columns: repeat(2, 1fr); }\n  .grammar-header      { grid-template-columns: 1fr; gap: 24px; }\n  .final-cta-card      { grid-template-columns: 1fr; }\n  .final-cta-visual    { display: none; }\n  .linkedin-card       { grid-template-columns: 1fr; text-align: center; }\n}\n\n@media (max-width: 680px) {\n  .hero-section        { padding: 80px 20px 160px; }\n  .profile-section     { padding: 0 16px 70px; }\n  .profile-card        { padding: 28px 24px; gap: 32px; }\n  .summary-cards       { grid-template-columns: 1fr; }\n  .summary-section,\n  .grammar-section,\n  .linkedin-section,\n  .final-cta-section   { padding: 70px 0; }\n  .final-cta-card      { padding: 40px 28px; }\n  .linkedin-card       { padding: 36px 24px; }\n\n  .accordion-trigger   { padding: 18px 20px; }\n  .accordion-label     { font-size: 18px; }\n  .accordion-panel-inner { padding: 10px 20px 22px 20px; }\n  .accordion-panel-inner p { padding-left: 14px; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- ============================================================\n     HERO\n     ============================================================ -->\n<section class=\"hero-section\">\n  <div class=\"hero-content\">\n    <span class=\"hero-kicker\">About Me<\/span>\n    <h1>Who will I be learning Spanish with?<\/h1>\n    <p>A friendly, practical, and natural way to learn Spanish with someone who has also experienced the language-learning journey from the inside.<\/p>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     PERFIL\n     ============================================================ -->\n<section class=\"profile-section\">\n  <div class=\"profile-card\">\n\n    <div class=\"profile-text\">\n      <span class=\"profile-mini-label\">About Me<\/span>\n      <p><strong>Hi!<\/strong> I\u2019m Alexandra. I\u2019m from Ecuador, but I moved to Spain when I was 10.<\/p>\n      <p>\n        <strong>I studied English<\/strong> for 4 years at an official language school. It was very boring and not competitive at all. During my university studies,\n        <strong>I looked for opportunities to move to other universities<\/strong>, so I went to\n        <strong>Madrid<\/strong> and later to <strong>Alemania<\/strong>.\n      <\/p>\n      <p>\n        After spending a year in Germany and traveling to different parts of the world, I realized that\n        <strong>a language can actually be learned quickly.<\/strong>.\n      <\/p>\n      <p><strong>How?<\/strong><\/p>\n      <div class=\"profile-steps\">\n        <div class=\"profile-step\">\n          <span class=\"profile-step-num\">1<\/span>\n          <strong>Step 1:<\/strong> Get a notebook for your Spanish.\n        <\/div>\n        <div class=\"profile-step\">\n          <span class=\"profile-step-num\">2<\/span>\n          <strong>Step n2:<\/strong> Get your calendar ready to organize your Spanish lessons.\n        <\/div>\n        <div class=\"profile-step\">\n          <span class=\"profile-step-num\">3<\/span>\n          <strong>Step 3:<\/strong> Look for resources in Spanish. Everything around you should be in Spanish.\n        <\/div>\n        <div class=\"profile-step\">\n          <span class=\"profile-step-num\">4<\/span>\n          <strong>Step 4:<\/strong> Find an experienced native Spanish teacher who teaches online.\n        <\/div>\n      <\/div>\n      <p><strong>The goal is to immerse yourself<\/strong> in the language as much as possible. Start thinking in Spanish as soon as you can.<\/p>\n      <div class=\"profile-actions\">\n        <a href=\"\/en\/contacto\/\" class=\"btn btn-primary\">Book a class<\/a>\n        <a href=\"#resumen\" class=\"btn btn-ghost\">View overview<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"profile-photo-wrap\">\n      <div class=\"profile-photo-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan%CC%83ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg\" alt=\"Alexandra, profesora nativa de espa\u00f1ol\">\n      <\/div>\n      <div class=\"profile-photo-badge\">\n        <strong>Native Spanish teacher<\/strong>\n        <span>Online classes, a practical approach, and more natural learning.<\/span>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     RESUMEN\n     ============================================================ -->\n<section class=\"summary-section\" id=\"resumen\">\n  <div class=\"container\">\n    <div class=\"summary-header\">\n      <span class=\"section-label\">My Profile<\/span>\n      <h2 class=\"section-heading\">A quick <em>summary<\/em> \ud83d\udc47\ud83c\udffc<\/h2>\n      <p class=\"section-sub\" style=\"margin: 16px auto 0; text-align:center;\">\n        A quick look at my education, the languages I speak, and the things that are also part of who I am.\n      <\/p>\n    <\/div>\n    <div class=\"summary-cards\">\n\n      <div class=\"summary-card\">\n        <span class=\"summary-card-num\">01<\/span>\n        <span class=\"summary-card-icon\">\ud83d\udc69\u200d\ud83c\udfeb<\/span>\n        <h3 class=\"summary-card-title\">I'am<\/h3>\n        <ul>\n          <li>Educator<\/li>\n          <li>Spanish content creator on Instagram, YouTube, and TikTok<\/li>\n          <li>Athlete<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"summary-card\">\n        <span class=\"summary-card-num\">02<\/span>\n        <span class=\"summary-card-icon\">\ud83c\udf93<\/span>\n        <h3 class=\"summary-card-title\">I studied at<\/h3>\n        <ul>\n          <li>University of La Laguna (Spain)<\/li>\n          <li>Complutense University (Madrid)<\/li>\n          <li>Philipps University of Marburg (Germany)<\/li>\n          <li>Double Master\u2019s Degree (Barcelona)<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"summary-card\">\n        <span class=\"summary-card-num\">03<\/span>\n        <span class=\"summary-card-icon\">\ud83d\udcac<\/span>\n        <h3 class=\"summary-card-title\">I speak<\/h3>\n        <ul>\n          <li>Spanish (native)<\/li>\n          <li>English (C1 \u2013 Advanced)<\/li>\n          <li>German (B2)<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"summary-card\">\n        <span class=\"summary-card-num\">04<\/span>\n        <span class=\"summary-card-icon\">\ud83c\udfb5<\/span>\n        <h3 class=\"summary-card-title\">I like<\/h3>\n        <ul>\n          <li>Sports<\/li>\n          <li>Mountains<\/li>\n          <li>Connecting with people<\/li>\n          <li>Live music<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     GRAM\u00c1TICA Y CHISMES \u2014 ACORDE\u00d3N\n     ============================================================ -->\n<section class=\"grammar-section\">\n  <div class=\"container\">\n\n    <div class=\"grammar-header\">\n      <div>\n        <span class=\"section-label\">GRAMMAR IN CONTEXT<\/span>\n        <h2 class=\"section-heading\">A little grammar\u2026<br>... and <em>some gossip<\/em> \ud83e\udd2b<\/h2>\n      <\/div>\n      <div>\n        <p class=\"section-sub\">\n          My personal story told through different verb tenses, so you can learn Spanish while getting to know me a little better.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"accordion\" id=\"grammarAccordion\">\n\n      <!-- 1. Presente -->\n      <div class=\"accordion-item\" data-index=\"0\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">1<\/span>\n            <span class=\"accordion-label\" style=\"color:#e8185a;\">Present<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>I currently live on an island in Spain \ud83c\udf34\ud83c\udfd6\ufe0f<\/p>\n            <p>I work out four times a week \ud83d\udcaa<\/p>\n            <p>I speak German, but I\u2019m not very good at writing it yet<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 2. Pret\u00e9rito perfecto -->\n      <div class=\"accordion-item\" data-index=\"1\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">2<\/span>\n            <span class=\"accordion-label\" style=\"color:#a11f52;\">Present Perfect<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>I\u2019ve lived in Madrid for one year<\/p>\n            <p>I\u2019ve lived in Germany for almost three years \ud83d\udcaa<\/p>\n            <p>I\u2019ve never seen Star Wars \ud83d\ude2d<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 3. Pret\u00e9rito indefinido -->\n      <div class=\"accordion-item\" data-index=\"2\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">3<\/span>\n            <span class=\"accordion-label\" style=\"color:#c9973a;\">Preterite (Simple Past)<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>I studied Education at the University of La Laguna between 2016 and 2021 \ud83d\ude07<\/p>\n            <p>I lived in Germany during my Erasmus exchange at Philipps University of Marburg (2019\u20132020) \ud83e\udd73<\/p>\n            <p>I worked as a hotel receptionist in Bavaria for six months \ud83e\udd2f<\/p>\n            <p>I was a content creator for Preply, one of the largest language-learning platforms in the world \ud83d\ude0e<\/p>\n            <p>I coordinated operations at a vacation rental company in Tenerife. It was very stressful. I definitely prefer teaching \ud83e\udd70<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 4. Pret\u00e9rito imperfecto -->\n      <div class=\"accordion-item\" data-index=\"3\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">4<\/span>\n            <span class=\"accordion-label\" style=\"color:#e8185a;\">Imperfect Past<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>During university, I was very interested in education policy and used to compare different education systems.<\/p>\n            <p>While I was living in Marburg, I studied at the Faculty of English Studies and also attended economics classes \ud83e\udd2b<\/p>\n            <p>While working at the hotel, I helped customers in German, English, and Spanish. I always had a headache by the end of the day \ud83d\ude05<\/p>\n            <p>As an English teacher, I used to teach beginner classes for both children and adults.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 5. Futuro -->\n      <div class=\"accordion-item\" data-index=\"4\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">5<\/span>\n            <span class=\"accordion-label\" style=\"color:#5b8fa8;\">Future<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>I\u2019ll continue teaching Spanish to students looking for intensive courses.<\/p>\n            <p>In the future, I\u2019ll create more interactive resources to make learning Spanish easier.<\/p>\n            <p>I\u2019ll collaborate with other online educational projects.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 6. Subjuntivo -->\n      <div class=\"accordion-item\" data-index=\"5\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">6<\/span>\n            <span class=\"accordion-label\" style=\"color:#7d173f;\">Subjunctive<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>I hope my students enjoy learning with me.<\/p>\n            <p>I\u2019m happy that so many people want to study Spanish.<\/p>\n            <p>It\u2019s important that classes are fun.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 7. Imperfecto subjuntivo -->\n      <div class=\"accordion-item\" data-index=\"6\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">7<\/span>\n            <span class=\"accordion-label\" style=\"color:#c9973a;\">Imperfect Subjunctive and Conditional<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>If I had more time, I would design a complete course for self-taught beginners.<\/p>\n            <p>If I lived in another country, I would continue teaching online.<\/p>\n            <p>I\u2019d love for educational resources to be accessible to everyone.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 8. Pluscuamperfecto -->\n      <div class=\"accordion-item\" data-index=\"7\">\n        <button class=\"accordion-trigger\" aria-expanded=\"false\">\n          <div class=\"accordion-trigger-left\">\n            <span class=\"accordion-num\">8<\/span>\n            <span class=\"accordion-label\" style=\"color:#e8185a;\">Pluperfect Subjunctive and Conditional Perfect<\/span>\n          <\/div>\n          <span class=\"accordion-icon\">+<\/span>\n        <\/button>\n        <div class=\"accordion-panel\">\n          <div class=\"accordion-panel-inner\">\n            <p>If I had discovered Preply earlier, I would have started teaching on the platform much sooner.<\/p>\n            <p>If someone had told me my tutor community would grow this much, I wouldn\u2019t have believed it.<\/p>\n            <p>If I had studied a different degree, I might have chosen International Relations.<\/p>\n            <p>If I had had more practice, I would have learned to write German better.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div><!-- \/accordion -->\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     LINKEDIN CTA\n     ============================================================ -->\n<section class=\"linkedin-section\">\n  <div class=\"container\">\n    <div class=\"linkedin-card\">\n      <div>\n        <span class=\"section-label\">MORE ABOUT ME<\/span>\n        <h2 class=\"linkedin-card-title\">Are you curious to know more about<br><em>who I am?<\/em><\/h2>\n        <p class=\"linkedin-card-sub\" style=\"margin-top: 14px;\">\n          Visit my LinkedIn profile. You\u2019ll find all my certifications and even more student reviews there.\n        <\/p>\n      <\/div>\n      <div>\n        <a href=\"https:\/\/www.linkedin.com\/in\/alexandra-bermeo\/\" class=\"btn btn-primary\" target=\"_blank\" rel=\"noopener\">Visit my LinkeIn<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     FINAL CTA\n     ============================================================ -->\n<section class=\"final-cta-section\">\n  <div class=\"container\">\n    <div class=\"final-cta-card\">\n      <div style=\"position:relative; z-index:2;\">\n        <span class=\"final-cta-label\">READY TO GET STARTED?<\/span>\n        <h2 class=\"final-cta-title\">Do you want to be the best Spanish speaker in your group?<\/h2>\n        <p class=\"final-cta-sub\">\n          If you\u2019re looking for friendly, practical lessons with a teacher who truly understands the language-learning process, you\u2019re in the right place.\n        <\/p>\n        <a href=\"https:\/\/spanishwithalexandra.com\/en\/contacto\/\" class=\"final-cta-btn\">Contact me \u2192<\/a>\n      <\/div>\n      <div class=\"final-cta-visual\">\n        <div class=\"final-globe-wrap\">\ud83c\udf0d<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     JS \u2014 Acorde\u00f3n (uno abierto a la vez)\n     ============================================================ -->\n<script>\n(function () {\n  const items = document.querySelectorAll('.accordion-item');\n\n  items.forEach(item => {\n    const trigger = item.querySelector('.accordion-trigger');\n    const panel   = item.querySelector('.accordion-panel');\n    const icon    = item.querySelector('.accordion-icon');\n\n    trigger.addEventListener('click', () => {\n      const isOpen = item.classList.contains('is-open');\n\n      \/\/ Cerrar todos\n      items.forEach(i => {\n        i.classList.remove('is-open');\n        i.querySelector('.accordion-trigger').setAttribute('aria-expanded', 'false');\n        i.querySelector('.accordion-panel').style.maxHeight = '0';\n        i.querySelector('.accordion-icon').textContent = '+';\n      });\n\n      \/\/ Si estaba cerrado, abrirlo\n      if (!isOpen) {\n        item.classList.add('is-open');\n        trigger.setAttribute('aria-expanded', 'true');\n        panel.style.maxHeight = panel.scrollHeight + 'px';\n        icon.textContent = '+'; \/\/ el CSS rotate hace el \u00d7\n      }\n    });\n  });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Sobre m\u00ed \u00bfCon qui\u00e9n voy a aprender espa\u00f1ol? Una forma cercana, pr\u00e1ctica y natural de aprender espa\u00f1ol con alguien que tambi\u00e9n ha vivido el proceso de aprender idiomas desde dentro. Sobre M\u00ed \u00a1Hola! Soy Alexandra, soy de Ecuador pero a los 10 a\u00f1os vine a Espa\u00f1a. Estudi\u00e9 ingl\u00e9s durante 4 a\u00f1os en una escuela oficial [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-31","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Profesora de espa\u00f1ol online desde Tenerife | Alexandra<\/title>\n<meta name=\"description\" content=\"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Profesora de espa\u00f1ol online desde Tenerife | Alexandra\" \/>\n<meta property=\"og:description\" content=\"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/\" \/>\n<meta property=\"og:site_name\" content=\"Spanish with Alexandra\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-02T11:16:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan\u0303ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1005\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Profesora de espa\u00f1ol online desde Tenerife | Alexandra\" \/>\n<meta name=\"twitter:description\" content=\"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan\u0303ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/\",\"url\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/\",\"name\":\"Profesora de espa\u00f1ol online desde Tenerife | Alexandra\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Clases-de-espan%CC%83ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg\",\"datePublished\":\"2024-05-29T03:57:49+00:00\",\"dateModified\":\"2026-05-02T11:16:05+00:00\",\"description\":\"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Clases-de-espan%CC%83ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg\",\"contentUrl\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Clases-de-espan%CC%83ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/sobre-mi\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sobre m\u00ed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/#website\",\"url\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/\",\"name\":\"Spanish with Alexandra\",\"description\":\"Clases de espa\u00f1ol online con profesora nativa\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/#organization\",\"name\":\"Spanish with Alexandra\",\"url\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/spanishwithalexandra.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/logo-makeit.webp\",\"contentUrl\":\"https:\\\/\\\/spanishwithalexandra.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/logo-makeit.webp\",\"width\":442,\"height\":450,\"caption\":\"Spanish with Alexandra\"},\"image\":{\"@id\":\"https:\\\/\\\/www.spanishwithalexandra.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Profesora de espa\u00f1ol online desde Tenerife | Alexandra","description":"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/","og_locale":"en_GB","og_type":"article","og_title":"Profesora de espa\u00f1ol online desde Tenerife | Alexandra","og_description":"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.","og_url":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/","og_site_name":"Spanish with Alexandra","article_modified_time":"2026-05-02T11:16:05+00:00","og_image":[{"width":1600,"height":1005,"url":"https:\/\/www.spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan\u0303ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Profesora de espa\u00f1ol online desde Tenerife | Alexandra","twitter_description":"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.","twitter_image":"https:\/\/spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan\u0303ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg","twitter_misc":{"Estimated reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/","url":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/","name":"Profesora de espa\u00f1ol online desde Tenerife | Alexandra","isPartOf":{"@id":"https:\/\/www.spanishwithalexandra.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/#primaryimage"},"image":{"@id":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/#primaryimage"},"thumbnailUrl":"https:\/\/www.spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan%CC%83ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg","datePublished":"2024-05-29T03:57:49+00:00","dateModified":"2026-05-02T11:16:05+00:00","description":"Conoce a Alexandra, profesora de espa\u00f1ol online con experiencia internacional. Clases cercanas, pr\u00e1cticas y adaptadas a cada alumno.","breadcrumb":{"@id":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.spanishwithalexandra.com\/sobre-mi\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/#primaryimage","url":"https:\/\/www.spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan%CC%83ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg","contentUrl":"https:\/\/www.spanishwithalexandra.com\/wp-content\/uploads\/2026\/04\/Clases-de-espan%CC%83ol-online-con-profesora-nativa-Spanish-with-Alexandra.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.spanishwithalexandra.com\/sobre-mi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.spanishwithalexandra.com\/"},{"@type":"ListItem","position":2,"name":"Sobre m\u00ed"}]},{"@type":"WebSite","@id":"https:\/\/www.spanishwithalexandra.com\/#website","url":"https:\/\/www.spanishwithalexandra.com\/","name":"Spanish with Alexandra","description":"Clases de espa\u00f1ol online con profesora nativa","publisher":{"@id":"https:\/\/www.spanishwithalexandra.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.spanishwithalexandra.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.spanishwithalexandra.com\/#organization","name":"Spanish with Alexandra","url":"https:\/\/www.spanishwithalexandra.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.spanishwithalexandra.com\/#\/schema\/logo\/image\/","url":"https:\/\/spanishwithalexandra.com\/wp-content\/uploads\/2024\/05\/logo-makeit.webp","contentUrl":"https:\/\/spanishwithalexandra.com\/wp-content\/uploads\/2024\/05\/logo-makeit.webp","width":442,"height":450,"caption":"Spanish with Alexandra"},"image":{"@id":"https:\/\/www.spanishwithalexandra.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/pages\/31","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/comments?post=31"}],"version-history":[{"count":315,"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/pages\/31\/revisions"}],"predecessor-version":[{"id":3187,"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/pages\/31\/revisions\/3187"}],"wp:attachment":[{"href":"https:\/\/spanishwithalexandra.com\/en\/wp-json\/wp\/v2\/media?parent=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}