*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f4f7fb;color:#162033}.ma-wrap{width:min(1120px,92%);margin:0 auto}.ma-top{background:#111827;color:#fff;padding:18px 0}.ma-top-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.ma-brand{font-weight:800;font-size:22px}.ma-nav a{color:#dbeafe;text-decoration:none;margin-left:14px;font-weight:600}.ma-hero{padding:34px 0}.ma-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.ma-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:24px;box-shadow:0 16px 40px rgba(15,23,42,.08)}.ma-card h1,.ma-card h2,.ma-card h3{margin-top:0}.ma-title{font-size:34px;line-height:1.05;margin:0 0 12px}.ma-muted{color:#64748b}.ma-btn{display:inline-flex;border:0;background:#2563eb;color:#fff;padding:12px 17px;border-radius:14px;font-weight:800;text-decoration:none;cursor:pointer}.ma-btn.secondary{background:#e0ecff;color:#1d4ed8}.ma-btn.danger{background:#fee2e2;color:#b91c1c}.ma-btn.small{padding:8px 12px;border-radius:11px;font-size:13px}.ma-form label{display:block;font-weight:800;margin:13px 0 6px}.ma-form input,.ma-form select,.ma-form textarea{width:100%;border:1px solid #d6dde8;border-radius:14px;padding:12px 13px;font:inherit;background:#fff}.ma-form textarea{min-height:95px}.ma-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ma-list{display:grid;gap:12px}.ma-item{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e5e7eb;background:#fff;border-radius:18px;padding:15px}.ma-item strong{display:block}.ma-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:800;font-size:12px}.ma-whatsapp{white-space:pre-line;background:#ecfdf5;border:1px solid #bbf7d0;color:#064e3b;border-radius:18px;padding:18px;font-weight:650}.ma-alert{padding:13px 15px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;margin-bottom:16px}.ma-empty{padding:22px;border:1px dashed #cbd5e1;border-radius:18px;color:#64748b;text-align:center}.ma-login{min-height:100vh;display:grid;place-items:center;padding:24px}.ma-login .ma-card{width:min(430px,94vw)}@media(max-width:800px){.ma-grid,.ma-row{grid-template-columns:1fr}.ma-top-inner{align-items:flex-start;flex-direction:column}.ma-nav a{margin-left:0;margin-right:12px}.ma-title{font-size:28px}}

/* === MisAvisos Landing Pública === */
:root{
  --ma-green:#16a34a;
  --ma-green-dark:#12803b;
  --ma-blue:#0f172a;
  --ma-soft:#f0fdf4;
  --ma-line:#e5e7eb;
}

.ma-public-body{
  background:#ffffff;
  color:#111827;
}

.ma-public-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid #eef2f7;
}

.ma-public-header-inner{
  width:min(1180px,92%);
  margin:0 auto;
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.ma-public-logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:25px;
  font-weight:900;
  color:#111827;
  text-decoration:none;
}

.ma-public-logo span{
  color:var(--ma-green);
}

.ma-public-logo-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  background:#dcfce7;
  color:#16a34a;
  border-radius:14px;
  font-size:23px;
}

.ma-public-nav{
  display:flex;
  align-items:center;
  gap:26px;
}

.ma-public-nav a{
  text-decoration:none;
  color:#334155;
  font-weight:800;
  font-size:14px;
}

.ma-public-nav a:hover{
  color:var(--ma-green);
}

.ma-public-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.ma-landing-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 20px;
  border-radius:15px;
  text-decoration:none;
  font-weight:900;
  border:1px solid transparent;
  transition:.2s ease;
}

.ma-landing-btn.primary{
  background:linear-gradient(135deg,#16a34a,#22c55e);
  color:#fff;
  box-shadow:0 14px 30px rgba(22,163,74,.23);
}

.ma-landing-btn.primary:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 36px rgba(22,163,74,.30);
}

.ma-landing-btn.light{
  background:#fff;
  color:#0f172a;
  border-color:#dbe3ef;
  box-shadow:0 10px 24px rgba(15,23,42,.07);
}

.ma-public-section{
  width:min(1180px,92%);
  margin:0 auto;
}

.ma-public-hero{
  position:relative;
  overflow:hidden;
  padding:70px 0 58px;
  background:
    radial-gradient(circle at 86% 22%, rgba(34,197,94,.16), transparent 30%),
    radial-gradient(circle at 15% 16%, rgba(59,130,246,.10), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.ma-public-hero-grid{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.04fr;
  gap:42px;
  align-items:center;
}

.ma-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#ecfdf5;
  color:#15803d;
  border:1px solid #bbf7d0;
  border-radius:999px;
  padding:8px 13px;
  font-weight:900;
  font-size:13px;
  margin-bottom:20px;
}

.ma-public-title{
  font-size:64px;
  line-height:.98;
  margin:0 0 20px;
  letter-spacing:-2.5px;
  color:#0f172a;
}

.ma-public-title strong{
  color:#16a34a;
}

.ma-public-subtitle{
  color:#475569;
  font-size:19px;
  line-height:1.65;
  max-width:580px;
  margin:0 0 24px;
}

.ma-public-bullets{
  display:grid;
  gap:10px;
  margin:0 0 28px;
  padding:0;
  list-style:none;
}

.ma-public-bullets li{
  display:flex;
  align-items:center;
  gap:10px;
  color:#1e293b;
  font-weight:750;
}

.ma-check{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  background:#dcfce7;
  color:#16a34a;
  border-radius:50%;
  font-size:13px;
  flex:0 0 auto;
}

.ma-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.ma-hero-note{
  display:flex;
  align-items:center;
  gap:8px;
  color:#64748b;
  font-size:13px;
  font-weight:700;
  margin-top:18px;
}

.ma-product-shot{
  position:relative;
  min-height:500px;
}

.ma-dashboard-shot{
  position:absolute;
  left:0;
  top:40px;
  width:74%;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:26px;
  box-shadow:0 28px 80px rgba(15,23,42,.14);
  overflow:hidden;
}

.ma-shot-top{
  height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  border-bottom:1px solid #edf2f7;
  background:#ffffff;
}

.ma-shot-brand{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:900;
}

.ma-shot-dot{
  width:28px;
  height:28px;
  background:#dcfce7;
  color:#16a34a;
  display:grid;
  place-items:center;
  border-radius:10px;
}

.ma-shot-body{
  display:grid;
  grid-template-columns:150px 1fr;
  min-height:340px;
}

.ma-shot-sidebar{
  padding:16px;
  background:#f8fafc;
  border-right:1px solid #edf2f7;
}

.ma-shot-menu{
  display:grid;
  gap:8px;
}

.ma-shot-menu span{
  padding:10px;
  border-radius:12px;
  color:#64748b;
  font-weight:800;
  font-size:13px;
}

.ma-shot-menu span.active{
  background:#dcfce7;
  color:#15803d;
}

.ma-shot-main{
  padding:18px;
}

.ma-shot-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:14px;
}

.ma-shot-stat{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:13px;
  background:#fff;
}

.ma-shot-stat b{
  display:block;
  font-size:26px;
}

.ma-shot-list{
  display:grid;
  gap:10px;
}

.ma-shot-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:15px;
  padding:12px;
  font-weight:800;
  font-size:13px;
}

.ma-shot-pill{
  background:#ecfdf5;
  color:#15803d;
  border-radius:999px;
  padding:5px 8px;
  font-size:11px;
}

.ma-phone-shot{
  position:absolute;
  right:0;
  top:0;
  width:235px;
  height:470px;
  background:#0f172a;
  border-radius:36px;
  padding:10px;
  box-shadow:0 34px 80px rgba(15,23,42,.28);
}

.ma-phone-inner{
  height:100%;
  background:#f3f1e9;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
}

.ma-phone-head{
  height:68px;
  background:#047857;
  color:#fff;
  padding:14px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
}

.ma-phone-avatar{
  width:34px;
  height:34px;
  background:#fff;
  color:#16a34a;
  border-radius:50%;
  display:grid;
  place-items:center;
}

.ma-wa-bubble{
  margin:80px 14px 0;
  background:#fff;
  border-radius:16px;
  padding:14px;
  box-shadow:0 10px 24px rgba(15,23,42,.12);
  white-space:normal;
}

.ma-wa-bubble h4{
  margin:0 0 12px;
}

.ma-wa-bubble p{
  margin:0 0 9px;
  color:#111827;
  font-weight:750;
}

.ma-public-centered{
  text-align:center;
  max-width:760px;
  margin:0 auto 34px;
}

.ma-public-kicker{
  text-transform:uppercase;
  color:#16a34a;
  font-weight:950;
  letter-spacing:.12em;
  font-size:12px;
  margin-bottom:8px;
}

.ma-public-h2{
  font-size:38px;
  line-height:1.12;
  margin:0 0 12px;
  letter-spacing:-1px;
  color:#0f172a;
}

.ma-public-p{
  color:#64748b;
  font-size:17px;
  line-height:1.65;
  margin:0;
}

.ma-usecases{
  padding:56px 0;
}

.ma-use-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}

.ma-use-card{
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:22px;
  padding:20px 14px;
  text-align:center;
  box-shadow:0 12px 34px rgba(15,23,42,.05);
}

.ma-use-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  background:#ecfdf5;
  color:#16a34a;
  border-radius:18px;
  font-size:28px;
}

.ma-use-card h3{
  margin:0 0 8px;
  font-size:16px;
}

.ma-use-card p{
  margin:0;
  color:#64748b;
  font-size:13px;
  line-height:1.45;
}

.ma-how{
  padding:56px 0;
  background:#f8fafc;
  border-top:1px solid #edf2f7;
  border-bottom:1px solid #edf2f7;
}

.ma-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.ma-step{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:24px;
  position:relative;
}

.ma-step-num{
  width:34px;
  height:34px;
  border-radius:12px;
  background:#16a34a;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:950;
  margin-bottom:14px;
}

.ma-step h3{
  margin:0 0 8px;
}

.ma-step p{
  color:#64748b;
  line-height:1.55;
  margin:0;
}

.ma-benefits{
  padding:56px 0;
}

.ma-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.ma-benefit{
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:22px;
  padding:22px;
  box-shadow:0 12px 34px rgba(15,23,42,.05);
}

.ma-benefit b{
  display:block;
  margin-bottom:8px;
  font-size:18px;
}

.ma-benefit p{
  margin:0;
  color:#64748b;
  line-height:1.55;
}

.ma-control{
  padding:56px 0;
  background:linear-gradient(135deg,#eff6ff,#ecfdf5);
}

.ma-control-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.ma-control-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.9);
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 50px rgba(15,23,42,.08);
}

.ma-control-card h3{
  font-size:24px;
  margin:0 0 14px;
}

.ma-control-card ul{
  margin:0;
  padding-left:20px;
  color:#334155;
  line-height:1.8;
  font-weight:750;
}

.ma-plans{
  padding:56px 0;
}

.ma-plan-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.ma-plan{
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:26px;
  padding:26px;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}

.ma-plan.featured{
  border:2px solid #16a34a;
  box-shadow:0 20px 52px rgba(22,163,74,.15);
}

.ma-price{
  font-size:36px;
  font-weight:950;
  margin:8px 0;
}

.ma-plan ul{
  padding-left:20px;
  color:#334155;
  line-height:1.9;
}

.ma-final-cta{
  width:min(1180px,92%);
  margin:0 auto 56px;
  background:linear-gradient(135deg,#052e16,#16a34a);
  color:#fff;
  border-radius:32px;
  padding:42px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  overflow:hidden;
}

.ma-final-cta h2{
  margin:0 0 8px;
  font-size:34px;
}

.ma-final-cta p{
  color:#dcfce7;
  margin:0;
}

.ma-public-footer{
  background:#0f172a;
  color:#e2e8f0;
  padding:42px 0 24px;
}

.ma-footer-grid{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr repeat(3,1fr);
  gap:26px;
}

.ma-public-footer h3,.ma-public-footer h4{
  margin-top:0;
}

.ma-public-footer a{
  display:block;
  color:#cbd5e1;
  text-decoration:none;
  margin:9px 0;
}

.ma-copy{
  width:min(1180px,92%);
  margin:26px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#94a3b8;
  font-size:13px;
}

@media(max-width:980px){
  .ma-public-nav{display:none}
  .ma-public-hero-grid{grid-template-columns:1fr}
  .ma-product-shot{min-height:560px}
  .ma-dashboard-shot{width:100%;left:0;top:20px}
  .ma-phone-shot{right:20px;top:160px}
  .ma-use-grid{grid-template-columns:repeat(2,1fr)}
  .ma-steps,.ma-benefit-grid,.ma-plan-grid,.ma-control-box,.ma-footer-grid{grid-template-columns:1fr}
  .ma-public-title{font-size:44px}
  .ma-final-cta{flex-direction:column;align-items:flex-start}
}

@media(max-width:560px){
  .ma-public-header-inner{height:auto;padding:14px 0;align-items:flex-start;flex-direction:column}
  .ma-public-actions{width:100%}
  .ma-public-actions .ma-landing-btn{flex:1}
  .ma-public-title{font-size:38px}
  .ma-product-shot{min-height:760px}
  .ma-dashboard-shot{position:relative;width:100%;top:0}
  .ma-shot-body{grid-template-columns:1fr}
  .ma-shot-sidebar{display:none}
  .ma-shot-stats{grid-template-columns:1fr}
  .ma-phone-shot{position:relative;right:auto;top:22px;margin:0 auto}
  .ma-use-grid{grid-template-columns:1fr}
  .ma-public-h2{font-size:30px}
}

/* === FIX: Landing pública al 90% de la hoja === */
.ma-public-header-inner,
.ma-public-hero-grid,
.ma-public-section,
.ma-final-cta,
.ma-footer-grid,
.ma-copy{
  width:90% !important;
  max-width:none !important;
}

@media(max-width:980px){
  .ma-public-header-inner,
  .ma-public-hero-grid,
  .ma-public-section,
  .ma-final-cta,
  .ma-footer-grid,
  .ma-copy{
    width:92% !important;
  }
}

@media(max-width:560px){
  .ma-public-header-inner,
  .ma-public-hero-grid,
  .ma-public-section,
  .ma-final-cta,
  .ma-footer-grid,
  .ma-copy{
    width:94% !important;
  }
}

/* === Superadmin MisAvisos === */
.ma-admin-shell{
  min-height:100vh;
  background:#f4f7fb;
}

.ma-admin-layout{
  display:grid;
  grid-template-columns:270px 1fr;
  min-height:100vh;
}

.ma-admin-sidebar{
  background:#0f172a;
  color:#fff;
  padding:24px;
}

.ma-admin-brand{
  font-size:24px;
  font-weight:950;
  margin-bottom:26px;
}

.ma-admin-brand span{
  color:#22c55e;
}

.ma-admin-menu{
  display:grid;
  gap:9px;
}

.ma-admin-menu a{
  color:#cbd5e1;
  text-decoration:none;
  padding:12px 14px;
  border-radius:14px;
  font-weight:800;
}

.ma-admin-menu a:hover,
.ma-admin-menu a.active{
  background:#1e293b;
  color:#fff;
}

.ma-admin-content{
  padding:28px;
}

.ma-admin-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:22px;
}

.ma-admin-head h1{
  margin:0;
  font-size:30px;
}

.ma-admin-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.ma-admin-stat{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:20px;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}

.ma-admin-stat b{
  display:block;
  font-size:34px;
  color:#0f172a;
}

.ma-admin-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  border:1px solid #e5e7eb;
}

.ma-admin-table th,
.ma-admin-table td{
  padding:13px 14px;
  border-bottom:1px solid #eef2f7;
  text-align:left;
  font-size:14px;
}

.ma-admin-table th{
  background:#f8fafc;
  font-weight:900;
  color:#334155;
}

.ma-json-box{
  min-height:180px !important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace !important;
  font-size:13px !important;
}

.ma-admin-section-title{
  margin-top:30px;
  border-top:1px solid #e5e7eb;
  padding-top:22px;
}

.ma-admin-ok{
  background:#ecfdf5;
  color:#166534;
  border:1px solid #bbf7d0;
  border-radius:14px;
  padding:13px 15px;
  margin-bottom:16px;
  font-weight:800;
}

.ma-admin-warning{
  background:#fff7ed;
  color:#9a3412;
  border:1px solid #fed7aa;
  border-radius:14px;
  padding:13px 15px;
  margin-bottom:16px;
  font-weight:800;
}

@media(max-width:900px){
  .ma-admin-layout{grid-template-columns:1fr}
  .ma-admin-sidebar{position:relative}
  .ma-admin-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:560px){
  .ma-admin-grid{grid-template-columns:1fr}
  .ma-admin-content{padding:18px}
}

/* === Testimonios rotativos landing === */
.ma-testimonials{
  padding:64px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(22,163,74,.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(14,165,233,.08), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border-top:1px solid #eef2f7;
  border-bottom:1px solid #eef2f7;
}

.ma-testimonials-shell{
  position:relative;
  width:min(920px,100%);
  margin:0 auto;
  min-height:260px;
}

.ma-testimonials-track{
  position:relative;
  min-height:260px;
}

.ma-testimonial-card{
  position:absolute;
  inset:0;
  opacity:0;
  transform:translateY(18px) scale(.98);
  pointer-events:none;
  transition:opacity .45s ease, transform .45s ease;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:32px;
  padding:34px;
  box-shadow:0 22px 60px rgba(15,23,42,.10);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.ma-testimonial-card.active{
  opacity:1;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.ma-test-stars{
  color:#f59e0b;
  font-size:20px;
  letter-spacing:2px;
  margin-bottom:16px;
}

.ma-testimonial-card p{
  margin:0;
  color:#0f172a;
  font-size:24px;
  line-height:1.45;
  font-weight:800;
  letter-spacing:-.3px;
}

.ma-test-person{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:28px;
}

.ma-test-avatar{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#16a34a,#22c55e);
  color:#fff;
  font-weight:950;
  font-size:20px;
  box-shadow:0 12px 28px rgba(22,163,74,.22);
}

.ma-test-person strong{
  display:block;
  color:#0f172a;
  font-size:16px;
}

.ma-test-person span{
  display:block;
  color:#64748b;
  font-weight:700;
  margin-top:2px;
}

.ma-test-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:46px;
  height:46px;
  border:1px solid #dbe3ef;
  background:#fff;
  color:#0f172a;
  border-radius:50%;
  font-size:32px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(15,23,42,.10);
}

.ma-test-arrow:hover{
  background:#16a34a;
  color:#fff;
  border-color:#16a34a;
}

.ma-test-prev{
  left:-68px;
}

.ma-test-next{
  right:-68px;
}

.ma-test-dots{
  display:flex;
  justify-content:center;
  gap:9px;
  margin-top:22px;
}

.ma-test-dots button{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background:#cbd5e1;
  cursor:pointer;
  transition:.2s ease;
}

.ma-test-dots button.active{
  width:30px;
  background:#16a34a;
}

@media(max-width:1080px){
  .ma-test-prev{left:-20px}
  .ma-test-next{right:-20px}
}

@media(max-width:720px){
  .ma-testimonials{
    padding:46px 0;
  }

  .ma-testimonials-shell,
  .ma-testimonials-track{
    min-height:360px;
  }

  .ma-testimonial-card{
    padding:26px;
    border-radius:26px;
  }

  .ma-testimonial-card p{
    font-size:20px;
  }

  .ma-test-arrow{
    display:none;
  }
}
