{"id":98,"date":"2026-07-28T12:42:06","date_gmt":"2026-07-28T15:42:06","guid":{"rendered":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/aulas\/"},"modified":"2026-08-06T13:31:00","modified_gmt":"2026-08-06T16:31:00","slug":"aulas","status":"publish","type":"page","link":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/aulas\/","title":{"rendered":"Aulas"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"98\" class=\"elementor elementor-98\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab4ff49 e-con e-atomic-element e-flexbox-base e-136bb49 \" data-id=\"ab4ff49\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ab4ff49\">\n    \t\t<div class=\"elementor-element elementor-element-a17ff00 elementor-widget elementor-widget-html\" data-id=\"a17ff00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"pt-BR\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Aulas | Luiz Corr\u00eaa Acordeonista<\/title>\r\n\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n  \/* ============================================================\r\n     1. DESIGN TOKENS\r\n     Mesmo sistema de cor\/tipografia do restante do site (dourado\r\n     #b8860b sobre off-white #fafaf8), unificado em um \u00fanico bloco \u2014\r\n     evita os tokens duplicados que quebravam o layout entre se\u00e7\u00f5es.\r\n     ============================================================ *\/\r\n  :root{\r\n    --ink:          #2C2C2C;\r\n    --ink-soft:     #5A5A5A;\r\n    --ink-faint:    #7A7A7A;\r\n    --gold:         #B8860B;\r\n    --gold-deep:    #8C6708;\r\n    --gold-dark:    #A0730A;\r\n    --gold-bg:      rgba(184,134,11,0.06);\r\n    --gold-bg-hover:rgba(184,134,11,0.12);\r\n    --gold-line:    rgba(184,134,11,0.18);\r\n    --bg:           #FAFAF8;\r\n    --bg-white:     #FFFFFF;\r\n\r\n    --font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\r\n\r\n    --container: 1180px;\r\n\r\n    --radius-md: 8px;\r\n    --radius-lg: 16px;\r\n\r\n    --shadow-card: 0 10px 28px -16px rgba(44,44,44,0.22);\r\n    --shadow-soft: 0 16px 40px -20px rgba(184,134,11,0.28);\r\n\r\n    --ease: cubic-bezier(0.4, 0, 0.2, 1);\r\n  }\r\n\r\n  \/* ============================================================\r\n     2. RESET & BASE\r\n     ============================================================ *\/\r\n  *,*::before,*::after{ box-sizing: border-box; }\r\n  html{ scroll-behavior: smooth; }\r\n  body{\r\n    margin:0;\r\n    background: var(--bg-white);\r\n    color: var(--ink);\r\n    font-family: var(--font);\r\n    font-size: 16px;\r\n    line-height: 1.6;\r\n    -webkit-font-smoothing: antialiased;\r\n    -moz-osx-font-smoothing: grayscale;\r\n    text-rendering: optimizeLegibility;\r\n  }\r\n  p{ margin:0; }\r\n  ul{ margin:0; padding:0; list-style:none; }\r\n  img{ max-width:100%; display:block; }\r\n  button{ font-family: inherit; }\r\n  .container{ max-width: var(--container); margin:0 auto; padding: 0 24px; }\r\n  :focus-visible{ outline: 2px solid var(--gold-deep); outline-offset: 3px; }\r\n\r\n  @media (prefers-reduced-motion: reduce){\r\n    *{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }\r\n  }\r\n\r\n  .eyebrow{\r\n    display:inline-flex; align-items:center; gap:10px;\r\n    font-weight:700; font-size:0.76rem; letter-spacing:0.16em; text-transform:uppercase;\r\n    color: var(--gold-deep); margin-bottom:18px;\r\n  }\r\n  .eyebrow::before{ content:\"\"; width:22px; height:2px; background: var(--gold); border-radius:2px; }\r\n\r\n  mark{\r\n    background: var(--gold-bg); color: var(--ink); font-weight:600;\r\n    padding: 0.15em 0.3rem; border-radius:3px; box-shadow: inset 0 -3px 0 var(--gold);\r\n    transition: background .25s var(--ease), box-shadow .25s var(--ease);\r\n  }\r\n  mark:hover{ background: var(--gold-bg-hover); box-shadow: inset 0 -4px 0 var(--gold); }\r\n\r\n  .section-divider{\r\n    display:flex; align-items:center; justify-content:center; gap:14px;\r\n    max-width: var(--container); margin: 0 auto; padding: 0 24px;\r\n    height: 40px;\r\n  }\r\n  .section-divider__line{\r\n    flex:1; height:1px; border:none;\r\n    background: linear-gradient(90deg, transparent, var(--gold-line) 20%, var(--gold-line) 80%, transparent);\r\n  }\r\n  .section-divider__diamond{\r\n    width:7px; height:7px; flex-shrink:0; transform: rotate(45deg);\r\n    background: var(--gold); border-radius:1px;\r\n  }\r\n\r\n  .reveal{\r\n    opacity:0; transform: translateY(22px);\r\n    transition: opacity .7s var(--ease), transform .7s var(--ease);\r\n  }\r\n  .reveal.is-visible{ opacity:1; transform:none; }\r\n\r\n  .btn{\r\n    display:inline-flex; align-items:center; gap:8px;\r\n    font-family: var(--font); font-weight:600; font-size:0.95rem;\r\n    padding: 13px 26px; border-radius: 999px; cursor:pointer;\r\n    border: 2px solid transparent; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);\r\n    text-decoration:none;\r\n  }\r\n  .btn:hover{ transform: translateY(-2px); }\r\n  .btn-gold{ background: var(--gold); color:#fff; border-color: var(--gold); box-shadow: 0 10px 24px -10px rgba(184,134,11,0.5); }\r\n  .btn-gold:hover{ background: var(--gold-dark); border-color: var(--gold-dark); }\r\n  .btn-outline{ background:transparent; color: var(--gold-deep); border-color: var(--gold); }\r\n  .btn-outline:hover{ background: var(--gold); color:#fff; }\r\n\r\n  \/* ============================================================\r\n     3. HERO \u2014 AULAS\r\n     ============================================================ *\/\r\n  .aulas-hero{ padding: 88px 0 72px; text-align:center; }\r\n  .aulas-hero .container{ max-width: 820px; }\r\n  .aulas-hero__title{\r\n    font-family: var(--font); font-weight:800; letter-spacing:-0.01em;\r\n    font-size: clamp(2.1rem, 4.6vw, 3.2rem); line-height:1.14; color:#1A1A1A; margin:0;\r\n  }\r\n  .aulas-hero__description{\r\n    font-weight:400; font-size: clamp(1rem, 1.6vw, 1.12rem);\r\n    line-height:1.9; color: var(--ink-soft); margin: 28px auto 0; max-width: 66ch;\r\n  }\r\n\r\n  .pull-quote{\r\n    margin: 40px auto 0; max-width: 640px; text-align:left;\r\n    padding: 28px 32px 28px 38px;\r\n    background: var(--bg); border-left: 4px solid var(--gold);\r\n    border-radius: 0 var(--radius-md) var(--radius-md) 0;\r\n    position:relative;\r\n  }\r\n  .pull-quote::before{\r\n    content:'\"'; position:absolute; left:12px; top:0;\r\n    font-size:3rem; line-height:1; color: var(--gold); opacity:0.3; font-family: Georgia, serif;\r\n  }\r\n  .pull-quote p{\r\n    font-style:italic; font-weight:500; font-size:1.08rem; line-height:1.75;\r\n    color: var(--ink); padding-left:6px;\r\n  }\r\n\r\n  .aulas-hero__cta{ margin-top: 36px; }\r\n\r\n  \/* ============================================================\r\n     4. GALERIA \u2014 CARROSSEL\r\n     ============================================================ *\/\r\n  .gallery{ background: var(--bg); padding: 80px 0 88px; }\r\n  .gallery__head{ max-width:620px; margin:0 auto 44px; text-align:center; }\r\n  .gallery__head h2{\r\n    font-family: var(--font); font-weight:700; font-size: clamp(1.5rem, 3vw, 2rem);\r\n    color:#1A1A1A; margin:0; letter-spacing:-0.01em;\r\n  }\r\n  .gallery__head p{ margin-top:12px; color: var(--ink-soft); font-size:1.02rem; }\r\n\r\n  .carousel{ position:relative; max-width: 920px; margin:0 auto; }\r\n  .carousel__viewport{ overflow:hidden; border-radius: var(--radius-lg); }\r\n  .carousel__track{\r\n    display:flex; gap:0;\r\n    overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth;\r\n    -webkit-overflow-scrolling:touch;\r\n    scrollbar-width:none;\r\n  }\r\n  .carousel__track::-webkit-scrollbar{ display:none; }\r\n  .carousel__slide{\r\n    flex: 0 0 100%; scroll-snap-align:center;\r\n    aspect-ratio: 16\/10; position:relative; background: var(--gold-bg);\r\n  }\r\n  .carousel__slide img{ width:100%; height:100%; object-fit:cover; }\r\n  .carousel__caption{\r\n    position:absolute; left:0; right:0; bottom:0;\r\n    padding: 34px 28px 20px; color:#fff; font-size:0.92rem; font-weight:500;\r\n    background: linear-gradient(to top, rgba(26,26,26,0.72), rgba(26,26,26,0));\r\n  }\r\n\r\n  .carousel__btn{\r\n    position:absolute; top:50%; transform:translateY(-50%);\r\n    width:46px; height:46px; border-radius:50%;\r\n    background: rgba(255,255,255,0.92); border:1px solid var(--gold-line);\r\n    color: var(--gold-deep); display:flex; align-items:center; justify-content:center;\r\n    cursor:pointer; box-shadow: var(--shadow-card); transition: background .2s var(--ease), transform .2s var(--ease);\r\n    z-index:2;\r\n  }\r\n  .carousel__btn:hover{ background: var(--gold); color:#fff; }\r\n  .carousel__btn--prev{ left:-8px; }\r\n  .carousel__btn--next{ right:-8px; }\r\n  @media (max-width: 640px){\r\n    .carousel__btn{ width:38px; height:38px; }\r\n    .carousel__btn--prev{ left:6px; }\r\n    .carousel__btn--next{ right:6px; }\r\n  }\r\n\r\n  .carousel__dots{ display:flex; justify-content:center; gap:10px; margin-top:22px; }\r\n  .carousel__dot{\r\n    width:9px; height:9px; border-radius:50%; border:none; padding:0;\r\n    background: var(--gold-line); cursor:pointer; transition: background .2s var(--ease), transform .2s var(--ease);\r\n  }\r\n  .carousel__dot.is-active{ background: var(--gold); transform: scale(1.25); }\r\n\r\n  \/* ============================================================\r\n     5. MODALIDADES\r\n     ============================================================ *\/\r\n  .modalidades{ padding: 88px 0 96px; }\r\n  .modalidades__header{ max-width:660px; margin:0 auto 56px; text-align:center; }\r\n  .modalidades__header h2{\r\n    font-family: var(--font); font-weight:700; font-size: clamp(1.7rem, 3.4vw, 2.3rem);\r\n    color:#1A1A1A; margin:0; letter-spacing:-0.01em;\r\n  }\r\n  .modalidades__header p{ margin-top:14px; color: var(--ink-soft); font-size:1.05rem; }\r\n\r\n  .modalidades__grid{\r\n    display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\r\n    gap: 26px;\r\n  }\r\n\r\n  .modalidade-card{\r\n    background: var(--bg-white); border:1px solid var(--gold-line); border-radius: var(--radius-lg);\r\n    padding: 32px 28px; display:flex; flex-direction:column; gap:16px;\r\n    position:relative; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);\r\n  }\r\n  .modalidade-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-card); border-color: var(--gold); }\r\n  .modalidade-card--featured{\r\n    border-color: var(--gold); background: linear-gradient(160deg, #FFFFFF, var(--gold-bg));\r\n    box-shadow: var(--shadow-soft);\r\n  }\r\n  .modalidade-card--featured:hover{ transform: translateY(-8px); }\r\n\r\n  .modalidade-card__badge{\r\n    position:absolute; top:-1px; right:22px;\r\n    background: var(--gold); color:#fff; padding: 7px 16px; border-radius:0 0 8px 8px;\r\n    font-weight:700; font-size:0.7rem; letter-spacing:0.08em; text-transform:uppercase;\r\n  }\r\n  .modalidade-card__icon{\r\n    width:52px; height:52px; border-radius:50%;\r\n    background: var(--gold-bg); color: var(--gold-deep);\r\n    display:flex; align-items:center; justify-content:center; margin: 0 auto;\r\n  }\r\n  .modalidade-card__title{\r\n    font-family: var(--font); font-weight:700; font-size:1.2rem; color:#1A1A1A;\r\n    text-align:center; margin:0;\r\n  }\r\n  .modalidade-card__description{\r\n    color: var(--ink-soft); font-size:0.96rem; line-height:1.75; flex-grow:1; margin:0;\r\n  }\r\n  .modalidade-card__features{ display:flex; flex-direction:column; gap:9px; }\r\n  .modalidade-card__features li{\r\n    display:flex; align-items:flex-start; gap:9px;\r\n    font-size:0.88rem; color: var(--ink-faint); line-height:1.5;\r\n  }\r\n  .modalidade-card__features li svg{ flex-shrink:0; margin-top:2px; color: var(--gold); }\r\n\r\n  .modalidade-card__cta{\r\n    margin-top:6px; text-align:center; padding: 12px 22px; border-radius:999px;\r\n    border:2px solid var(--gold); color: var(--gold-deep); font-weight:600; font-size:0.92rem;\r\n    transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);\r\n  }\r\n  .modalidade-card__cta:hover{ background: var(--gold); color:#fff; transform: translateY(-2px); box-shadow: 0 10px 22px -10px rgba(184,134,11,0.45); }\r\n  .modalidade-card--featured .modalidade-card__cta{\r\n    background: var(--gold); color:#fff; box-shadow: 0 10px 22px -10px rgba(184,134,11,0.45);\r\n  }\r\n  .modalidade-card--featured .modalidade-card__cta:hover{ background: var(--gold-dark); border-color: var(--gold-dark); }\r\n\r\n  .modalidades__footer{\r\n    margin-top: 52px; max-width:760px; margin-left:auto; margin-right:auto;\r\n    background: var(--bg); border-left:4px solid var(--gold); border-radius: 0 var(--radius-md) var(--radius-md) 0;\r\n    padding: 26px 32px; text-align:center;\r\n  }\r\n  .modalidades__footer p{ color: var(--ink-soft); font-size:1.02rem; line-height:1.7; }\r\n  .modalidades__footer a{ color: var(--gold-deep); font-weight:700; text-decoration:underline; text-underline-offset:3px; }\r\n\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- ================================================================\r\n     Fragmento \u00fanico de p\u00e1gina \u2014 sem header\/footer\/nav.\r\n     Pronto para ser colado em um \u00fanico bloco HTML no Elementor,\r\n     substituindo as se\u00e7\u00f5es separadas atuais.\r\n     ================================================================ -->\r\n\r\n<!-- ================================================================\r\n     1. HERO \u2014 AULAS\r\n     ================================================================ -->\r\n<section class=\"aulas-hero\">\r\n  <div class=\"container reveal\">\r\n    <span class=\"eyebrow\" style=\"justify-content:center;\">Aulas de Acordeon<\/span>\r\n    <h1 class=\"aulas-hero__title\">Aulas de Acordeon para Todos<\/h1>\r\n    <p class=\"aulas-hero__description\">\r\n      H\u00e1 mais de tr\u00eas d\u00e9cadas ensinando acordeon, Luiz Corr\u00eaa j\u00e1 formou\r\n      <mark>centenas de m\u00fasicos de todas as idades e n\u00edveis<\/mark>. Suas aulas combinam t\u00e9cnica s\u00f3lida,\r\n      repert\u00f3rio diverso e paix\u00e3o genu\u00edna pela m\u00fasica. Seja voc\u00ea um iniciante descobrindo o acordeon\r\n      pela primeira vez ou um m\u00fasico experiente buscando aprimoramento, aqui voc\u00ea encontrar\u00e1 o espa\u00e7o\r\n      certo para sua aprendizagem.\r\n    <\/p>\r\n\r\n    <div class=\"pull-quote\">\r\n      <p>N\u00e3o importa se voc\u00ea nunca tocou um acordeon ou j\u00e1 tem experi\u00eancia musical pr\u00e9via. Nossas aulas s\u00e3o estruturadas para respeitar o ritmo e as possibilidades de cada aluno, independente da idade.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"aulas-hero__cta\">\r\n      <a href=\"#modalidades\" class=\"btn btn-outline\">Ver modalidades de aula<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<div class=\"section-divider\" aria-hidden=\"true\">\r\n  <span class=\"section-divider__line\"><\/span>\r\n  <span class=\"section-divider__diamond\"><\/span>\r\n  <span class=\"section-divider__line\"><\/span>\r\n<\/div>\r\n\r\n<!-- ================================================================\r\n     2. GALERIA \u2014 carrossel de fotos das aulas\r\n     ================================================================ -->\r\n<section class=\"gallery\" aria-label=\"Galeria de fotos das aulas\">\r\n  <div class=\"container\">\r\n    <div class=\"gallery__head reveal\">\r\n      <span class=\"eyebrow\" style=\"justify-content:center;\">Galeria<\/span>\r\n      <h2>Um pouco do dia a dia das aulas<\/h2>\r\n      <p>Momentos reais de aprendizado, pr\u00e1tica e apresenta\u00e7\u00f5es dos alunos do Luiz.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"carousel reveal\" role=\"region\" aria-roledescription=\"carrossel\" aria-label=\"Fotos das aulas\">\r\n      <div class=\"carousel__viewport\">\r\n        <div class=\"carousel__track\" id=\"carouselTrack\">\r\n\r\n          <figure class=\"carousel__slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/luizcorreaacordeonista.com.br\/wp-content\/uploads\/2026\/08\/foto07.jpg\" alt=\"Luiz Corr\u00eaa durante aula de acordeon\" loading=\"lazy\">\r\n            <figcaption class=\"carousel__caption\">Aula de acordeon com Luiz Corr\u00eaa<\/figcaption>\r\n          <\/figure>\r\n\r\n          <figure class=\"carousel__slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/luizcorreaacordeonista.com.br\/wp-content\/uploads\/2026\/08\/foto06.jpg\" alt=\"Luiz Corr\u00eaa ensinando t\u00e9cnica de acordeon\" loading=\"lazy\">\r\n            <figcaption class=\"carousel__caption\">Acompanhamento pr\u00f3ximo, aula a aula<\/figcaption>\r\n          <\/figure>\r\n\r\n          <figure class=\"carousel__slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/luizcorreaacordeonista.com.br\/wp-content\/uploads\/2026\/08\/aluno01.jpg\" alt=\"Aluno praticando acordeon\" loading=\"lazy\">\r\n            <figcaption class=\"carousel__caption\">Alunos praticando no seu pr\u00f3prio ritmo<\/figcaption>\r\n          <\/figure>\r\n\r\n          <figure class=\"carousel__slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/luizcorreaacordeonista.com.br\/wp-content\/uploads\/2026\/08\/alunos02.jpg\" alt=\"Alunos em aula de acordeon\" loading=\"lazy\">\r\n            <figcaption class=\"carousel__caption\">Comunidade de alunos apaixonados por acordeon<\/figcaption>\r\n          <\/figure>\r\n\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <button class=\"carousel__btn carousel__btn--prev\" id=\"carouselPrev\" aria-label=\"Foto anterior\">\r\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M15 6l-6 6 6 6\"\/><\/svg>\r\n      <\/button>\r\n      <button class=\"carousel__btn carousel__btn--next\" id=\"carouselNext\" aria-label=\"Pr\u00f3xima foto\">\r\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M9 6l6 6-6 6\"\/><\/svg>\r\n      <\/button>\r\n\r\n      <div class=\"carousel__dots\" id=\"carouselDots\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<div class=\"section-divider\" aria-hidden=\"true\">\r\n  <span class=\"section-divider__line\"><\/span>\r\n  <span class=\"section-divider__diamond\"><\/span>\r\n  <span class=\"section-divider__line\"><\/span>\r\n<\/div>\r\n\r\n<!-- ================================================================\r\n     3. MODALIDADES\r\n     ================================================================ -->\r\n<section class=\"modalidades\" id=\"modalidades\">\r\n  <div class=\"container\">\r\n\r\n    <div class=\"modalidades__header reveal\">\r\n      <span class=\"eyebrow\" style=\"justify-content:center;\">Modalidades<\/span>\r\n      <h2>Escolha a Modalidade que se Encaixa na Sua Vida<\/h2>\r\n      <p>Luiz oferece diferentes formas de aprendizado para atender sua rotina e objetivos musicais.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"modalidades__grid\">\r\n\r\n      <article class=\"modalidade-card reveal\">\r\n        <div class=\"modalidade-card__icon\" aria-hidden=\"true\">\r\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M9 18V5l12-2v13\"\/><circle cx=\"6\" cy=\"18\" r=\"3\"\/><circle cx=\"18\" cy=\"16\" r=\"3\"\/><\/svg>\r\n        <\/div>\r\n        <h3 class=\"modalidade-card__title\">Aula Avulsa<\/h3>\r\n        <p class=\"modalidade-card__description\">Flexibilidade total para quem busca uma experi\u00eancia \u00fanica. Perfeita para conhecer o instrumento, tirar d\u00favidas espec\u00edficas ou ter uma sess\u00e3o de aprendizado sem compromisso. Ideal para quem tem agenda vari\u00e1vel e quer come\u00e7ar sem prescindir.<\/p>\r\n        <ul class=\"modalidade-card__features\">\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Sem compromisso mensal<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Agenda totalmente flex\u00edvel<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Perfeita para conhecer o acordeon<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Dura\u00e7\u00e3o: 1 aula<\/li>\r\n        <\/ul>\r\n        <a class=\"modalidade-card__cta\" href=\"https:\/\/wa.me\/554499122474\" target=\"_blank\" rel=\"noopener\">Agendar Aula Avulsa<\/a>\r\n      <\/article>\r\n\r\n      <article class=\"modalidade-card modalidade-card--featured reveal\">\r\n        <div class=\"modalidade-card__badge\">Mais Popular<\/div>\r\n        <div class=\"modalidade-card__icon\" aria-hidden=\"true\">\r\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 9.5 12 4l9 5.5\"\/><path d=\"M5 10v9h14v-9\"\/><path d=\"M10 19v-5h4v5\"\/><\/svg>\r\n        <\/div>\r\n        <h3 class=\"modalidade-card__title\">Aula Mensal na Escola<\/h3>\r\n        <p class=\"modalidade-card__description\">Aulas regulares em ambiente estruturado, com outros alunos e acesso aos recursos da escola. Oferece rotina e progresso consistente. A conviv\u00eancia com outros m\u00fasicos enriquece o aprendizado e cria uma comunidade de praticantes apaixonados por acordeon.<\/p>\r\n        <ul class=\"modalidade-card__features\">\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Ambiente estruturado<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Conviv\u00eancia com outros alunos<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Progresso consistente<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Recursos da escola inclusos<\/li>\r\n        <\/ul>\r\n        <a class=\"modalidade-card__cta\" href=\"https:\/\/wa.me\/554499122474\" target=\"_blank\" rel=\"noopener\">Conhecer plano mensal<\/a>\r\n      <\/article>\r\n\r\n      <article class=\"modalidade-card reveal\">\r\n        <div class=\"modalidade-card__icon\" aria-hidden=\"true\">\r\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M4 11 12 4l8 7\"\/><path d=\"M6 10v10h12V10\"\/><path d=\"M10 20v-6h4v6\"\/><\/svg>\r\n        <\/div>\r\n        <h3 class=\"modalidade-card__title\">Aula Domic\u00edlio em Maring\u00e1<\/h3>\r\n        <p class=\"modalidade-card__description\">Comodidade de aprender na sua casa, em hor\u00e1rios que se ajustam \u00e0 sua rotina. Luiz se desloca para diferentes pontos de Maring\u00e1, levando sua expertise at\u00e9 voc\u00ea. Perfeito para quem prefere privacidade ou tem dificuldade em se deslocar.<\/p>\r\n        <ul class=\"modalidade-card__features\">\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Na comodidade da sua casa<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Hor\u00e1rios personalizados<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Deslocamento inclu\u00eddo<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Ambiente privativo<\/li>\r\n        <\/ul>\r\n        <a class=\"modalidade-card__cta\" href=\"https:\/\/wa.me\/554499122474\" target=\"_blank\" rel=\"noopener\">Agendar Aula em Casa<\/a>\r\n      <\/article>\r\n\r\n      <article class=\"modalidade-card reveal\">\r\n        <div class=\"modalidade-card__icon\" aria-hidden=\"true\">\r\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"12\" rx=\"2\"\/><path d=\"M2 20h20\"\/><\/svg>\r\n        <\/div>\r\n        <h3 class=\"modalidade-card__title\">Aula Online<\/h3>\r\n        <p class=\"modalidade-card__description\">Aprenda de qualquer lugar do Brasil ou do mundo. As aulas online mant\u00eam a mesma qualidade e personaliza\u00e7\u00e3o das presenciais, com flexibilidade de hor\u00e1rio e acesso a conte\u00fado digital complementar. Ideal para quem mora longe ou tem agenda muito din\u00e2mica.<\/p>\r\n        <ul class=\"modalidade-card__features\">\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> De qualquer lugar do mundo<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> M\u00e1xima flexibilidade de hor\u00e1rio<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Qualidade profissional<\/li>\r\n          <li><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><path d=\"M20 6 9 17l-5-5\"\/><\/svg> Conte\u00fado digital complementar<\/li>\r\n        <\/ul>\r\n        <a class=\"modalidade-card__cta\" href=\"https:\/\/wa.me\/554499122474\" target=\"_blank\" rel=\"noopener\">Agendar Aula Online<\/a>\r\n      <\/article>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"modalidades__footer reveal\">\r\n      <p>N\u00e3o sabe qual modalidade escolher? <a href=\"https:\/\/wa.me\/554499122474\" target=\"_blank\" rel=\"noopener\">Entre em contato via WhatsApp<\/a> para conversar sobre seus objetivos, disponibilidade e encontrar a melhor op\u00e7\u00e3o para voc\u00ea.<\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n  \/\/ Revela\u00e7\u00e3o suave ao rolar\r\n  if ('IntersectionObserver' in window){\r\n    var revealObserver = new IntersectionObserver(function(entries){\r\n      entries.forEach(function(entry){\r\n        if(entry.isIntersecting){\r\n          entry.target.classList.add('is-visible');\r\n          revealObserver.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });\r\n    document.querySelectorAll('.reveal').forEach(function(el){ revealObserver.observe(el); });\r\n  } else {\r\n    document.querySelectorAll('.reveal').forEach(function(el){ el.classList.add('is-visible'); });\r\n  }\r\n\r\n  \/\/ Carrossel de fotos\r\n  (function(){\r\n    var track = document.getElementById('carouselTrack');\r\n    var dotsWrap = document.getElementById('carouselDots');\r\n    var prevBtn = document.getElementById('carouselPrev');\r\n    var nextBtn = document.getElementById('carouselNext');\r\n    var slides = Array.prototype.slice.call(track.children);\r\n\r\n    slides.forEach(function(_, i){\r\n      var dot = document.createElement('button');\r\n      dot.className = 'carousel__dot';\r\n      dot.setAttribute('aria-label', 'Ir para foto ' + (i + 1));\r\n      dot.addEventListener('click', function(){\r\n        slides[i].scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' });\r\n      });\r\n      dotsWrap.appendChild(dot);\r\n    });\r\n    var dots = Array.prototype.slice.call(dotsWrap.children);\r\n\r\n    function setActive(index){\r\n      dots.forEach(function(d, i){ d.classList.toggle('is-active', i === index); });\r\n    }\r\n\r\n    if ('IntersectionObserver' in window){\r\n      var slideObserver = new IntersectionObserver(function(entries){\r\n        entries.forEach(function(entry){\r\n          if(entry.isIntersecting){\r\n            setActive(slides.indexOf(entry.target));\r\n          }\r\n        });\r\n      }, { root: track, threshold: 0.6 });\r\n      slides.forEach(function(s){ slideObserver.observe(s); });\r\n    }\r\n    setActive(0);\r\n\r\n    prevBtn.addEventListener('click', function(){\r\n      track.scrollBy({ left: -track.clientWidth, behavior: 'smooth' });\r\n    });\r\n    nextBtn.addEventListener('click', function(){\r\n      track.scrollBy({ left: track.clientWidth, behavior: 'smooth' });\r\n    });\r\n  })();\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Aulas | Luiz Corr\u00eaa Acordeonista Aulas de Acordeon Aulas de Acordeon para Todos H\u00e1 mais de tr\u00eas d\u00e9cadas ensinando acordeon, Luiz Corr\u00eaa j\u00e1 formou centenas de m\u00fasicos de todas as idades e n\u00edveis. Suas aulas combinam t\u00e9cnica s\u00f3lida, repert\u00f3rio diverso e paix\u00e3o genu\u00edna pela m\u00fasica. Seja voc\u00ea um iniciante descobrindo o acordeon pela primeira vez [&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-98","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/pages\/98","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=98"}],"version-history":[{"count":33,"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/pages\/98\/revisions"}],"predecessor-version":[{"id":428,"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/pages\/98\/revisions\/428"}],"wp:attachment":[{"href":"https:\/\/luizcorreaacordeonista.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}