.elementor-356 .elementor-element.elementor-element-2db3952{--display:flex;--margin-top:130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-356 .elementor-element.elementor-element-2db3952:not(.elementor-motion-effects-element-type-background), .elementor-356 .elementor-element.elementor-element-2db3952 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010103;}.elementor-356 .elementor-element.elementor-element-569e51a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-356 .elementor-element.elementor-element-2db3952{--margin-top:160px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-d5e386d *//* ===============================
   SHORTCODE [tone_colors]
   Compatible con TU HTML:
   .tone-section / .tone-grid / .tone-card / .tone-more
================================= */

/* --- SECCIÓN --- */
.tone-section{
  position: relative;
  max-width: 980px;
  margin: 28px auto;
  padding: 26px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  overflow: hidden;
}

/* burbujas suaves dentro de cada sección */
.tone-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 22%, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 45%),
    radial-gradient(circle at 78% 30%, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 46%),
    radial-gradient(circle at 28% 82%, rgba(255,255,255,.40) 0%, rgba(255,255,255,0) 50%);
  pointer-events:none;
  z-index:0;
  opacity:.95;
}

/* halo lateral (pequeño para que NO cree contenedor “alto”) */
.tone-section::after{
  content:"";
  position:absolute;
  width: 260px;
  height: 260px;
  right: -140px;
  top: -140px;
  background: radial-gradient(circle, rgba(255,255,255,.50) 0%, rgba(255,255,255,0) 62%);
  pointer-events:none;
  z-index:0;
  opacity:.65;
}

.tone-section > *{
  position: relative;
  z-index: 1;
}

/* --- FONDOS POR TONO --- */
.tone-amarillos{ background: linear-gradient(180deg,#fffdf7 0%,#fff5d6 100%); }
.tone-verdes{    background: linear-gradient(180deg,#f4fff8 0%,#e7f8ef 100%); }
.tone-azules{    background: linear-gradient(180deg,#f3f8ff 0%,#e8f1ff 100%); }
.tone-rojos{     background: linear-gradient(180deg,#fff6f7 0%,#ffe7eb 100%); }

/* --- HEADER --- */
.tone-header{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-bottom: 18px;
}

.tone-title{
  margin:0;
  text-align:center;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  letter-spacing: .08em;
  color:#111;
}

.tone-line{
  flex:1;
  height:2px;
  border-radius:3px;
  opacity:.28;
}

.tone-amarillos .tone-line{ background:#f4c542; }
.tone-verdes .tone-line{ background:#2fbf7a; }
.tone-azules .tone-line{ background:#3b82f6; }
.tone-rojos .tone-line{ background:#ef4444; }

/* --- GRID --- */
.tone-grid{
  display:grid;
  gap:18px;
  align-items:stretch;
}

/* columnas del shortcode */
.tone-grid.cols-4{ grid-template-columns: repeat(4, minmax(0,1fr)); }
.tone-grid.cols-3{ grid-template-columns: repeat(3, minmax(0,1fr)); }
.tone-grid.cols-2{ grid-template-columns: repeat(2, minmax(0,1fr)); }

/* responsive */
@media (max-width: 1024px){
  .tone-section{ max-width: 860px; }
  .tone-grid.cols-4, .tone-grid.cols-3{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 520px){
  .tone-section{ padding: 20px 14px 16px; border-radius: 18px; }
  .tone-grid{ grid-template-columns: 1fr !important; }
}

/* --- CARD --- */
.tone-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 14px 14px 12px;
  text-decoration: none !important;
  color:#111 !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.tone-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.10);
}

.tone-imgwrap{
  width:100%;
  aspect-ratio: 1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 10px;
}

.tone-img{
  max-width:100%;
  max-height:100%;
  object-fit: contain;
}

.tone-meta{
  text-align:center;
}

.tone-name{
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  margin: 6px 0 6px;
}

.tone-price{
  font-size: 14px;
  font-weight: 900;
  color:#16a34a;
}

/* --- BOTÓN VER MÁS (NO lo pisa el tema) --- */
.tone-more{
  appearance:none !important;
  -webkit-appearance:none !important;
  border: 1px solid rgba(0,0,0,.14) !important;
  background: rgba(255,255,255,.92) !important;
  color: #111 !important;

  margin: 18px auto 0;
  display: inline-flex !important;
  align-items:center;
  justify-content:center;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  cursor:pointer;

  box-shadow: 0 12px 24px rgba(0,0,0,.10) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
  text-decoration: none !important;
}

.tone-more:hover,
.tone-more:focus{
  background: #fff !important;
  color:#111 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,0,0,.14) !important;
  outline: none !important;
  filter:none !important;
}

.tone-more:disabled{
  opacity:.65;
  cursor:not-allowed;
  transform:none !important;
  box-shadow:none !important;
}

/* --- LOADING --- */
.tone-loading{
  display:none;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top: 12px;
  font-size: 13px;
  opacity:.75;
}

.tone-spinner{
  width:18px;
  height:18px;
  border:3px solid rgba(0,0,0,.12);
  border-top-color: rgba(0,0,0,.5);
  border-radius:50%;
  animation: toneSpin .8s linear infinite;
}

@keyframes toneSpin{ to{ transform:rotate(360deg); } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2db3952 */.elementor-356 .elementor-element.elementor-element-2db3952{
  background: transparent !important;
  padding: 40px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}/* End custom CSS */