body {
color: #ccc;
  font-size: 16px;
}
.conmensaje a i, .sinmensaje a i{
padding: 16px;
font-size: 15px;
}
.conmensaje a i{
color: #01f323;
}
.moduleItemIntrotext{
display: ;
overflow: ;
}
.body-innerwrapper {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(45, 52, 76, 0.18),
            transparent 48%
        ),
        #00020d;
}

.body-innerwrapper > * {
    position: relative;
    z-index: 2;
}

/*
 * Hojas angulares inspiradas en momiji.
 */
.body-innerwrapper::before,
.body-innerwrapper::after {
    position: absolute;
    z-index: 1;
    top: -20vh;
    left: 0;
    content: "◆";
    pointer-events: none;
    will-change: transform;
}

/*
 * Hojas rojizas cercanas.
 */
.body-innerwrapper::before {
    left: 8%;
    color: rgba(148, 43, 49, 0.72);
    font-size: 13px;
    line-height: 1;

    text-shadow:
        16vw 18vh 0 rgba(177, 76, 47, 0.62),
        35vw -4vh 0 rgba(102, 29, 40, 0.74),
        52vw 25vh 0 rgba(194, 119, 57, 0.55),
        69vw 3vh 0 rgba(120, 39, 46, 0.68),
        84vw 30vh 0 rgba(157, 77, 44, 0.58),
        27vw 52vh 0 rgba(130, 36, 43, 0.68),
        61vw 67vh 0 rgba(181, 91, 48, 0.52),
        89vw 78vh 0 rgba(105, 30, 38, 0.68);

    filter:
        blur(0.15px)
        drop-shadow(0 3px 2px rgba(0, 0, 0, 0.55));

    animation: hojasMomijiA 22s linear infinite;
}

/*
 * Hojas lejanas en tonos fríos.
 */
.body-innerwrapper::after {
    left: 4%;
    color: rgba(150, 158, 176, 0.3);
    font-size: 8px;
    line-height: 1;

    text-shadow:
        12vw 32vh 0 rgba(127, 139, 161, 0.25),
        29vw 7vh 0 rgba(177, 158, 143, 0.25),
        43vw 47vh 0 rgba(135, 144, 165, 0.3),
        58vw 15vh 0 rgba(160, 132, 121, 0.22),
        74vw 57vh 0 rgba(125, 137, 158, 0.27),
        91vw 22vh 0 rgba(158, 145, 136, 0.24),
        21vw 76vh 0 rgba(131, 142, 164, 0.26),
        66vw 89vh 0 rgba(164, 143, 130, 0.22);

    filter: blur(0.35px);
    animation: hojasMomijiB 32s linear infinite;
    animation-delay: -17s;
}

@keyframes hojasMomijiA {
    0% {
        transform:
            translate3d(-2vw, -15vh, 0)
            rotate(0deg);
    }

    20% {
        transform:
            translate3d(3vw, 15vh, 0)
            rotate(80deg);
    }

    45% {
        transform:
            translate3d(-1vw, 48vh, 0)
            rotate(170deg);
    }

    70% {
        transform:
            translate3d(4vw, 82vh, 0)
            rotate(260deg);
    }

    100% {
        transform:
            translate3d(-2vw, 135vh, 0)
            rotate(360deg);
    }
}

@keyframes hojasMomijiB {
    0% {
        transform:
            translate3d(2vw, -20vh, 0)
            rotate(20deg);
    }

    30% {
        transform:
            translate3d(-3vw, 30vh, 0)
            rotate(-90deg);
    }

    65% {
        transform:
            translate3d(2vw, 80vh, 0)
            rotate(-200deg);
    }

    100% {
        transform:
            translate3d(-1vw, 140vh, 0)
            rotate(-340deg);
    }
}

@media (max-width: 767px) {
    .body-innerwrapper::before {
        opacity: 0.65;
        animation-duration: 26s;
    }

    .body-innerwrapper::after {
        opacity: 0.55;
        animation-duration: 36s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .body-innerwrapper::before,
    .body-innerwrapper::after {
        display: none;
    }
}
body {
padding-right: 0px;
padding-left: 0px;
}

#sp-bottom{
background-color: #060C17;
}
#sp-bottom {
margin-top: 30px;
position: relative;
color: #DDD;
font-size: 12px;
background-color: #060C17;
background-image: url(https://www.lacamilla.cl/masajes/templates/jf_corporate/images/jf/jf_template/jf_header_mask.png);
background-repeat: no-repeat;
background-position: top center;
}
.sp-module ul > li {
border-bottom: none;
}
.sp-module ul > li > a {
color: #ddd;
line-height: 14px;
padding: 8px 10px;
font-weight: 100;
}
.logoi{
margin: 20px 0
}
#sp-header {
height: 50px;
}
.sp-megamenu-parent > li > a {
line-height: 50px;
}
.sp-module-title {
position: relative;
display: inline-block;
padding-bottom: 8px;
color: #fff;
border-bottom: 1px dotted rgba(255,255,255,0.15);
font-size: 15px !important;
text-transform: uppercase;
}
.sp-module-title {
position: relative;
display: inline-block;
padding-bottom: 8px;
color: #fff;
text-transform: uppercase;
text-shadow: 0 0 5px #3db6f2,
0 0 10px #3db6f2,
0 0 20px #3db6f2;
margin-bottom: 30px;
}
@keyframes glow-text {
from {
text-shadow: 0 0 5px #3db6f2,
0 0 10px #3db6f2,
0 0 20px #3db6f2;
}
to {
text-shadow: 0 0 10px #3db6f2,
0 0 20px #3db6f2,
0 0 40px #3db6f2;
}
}
.sp-module-title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 40%;
background: linear-gradient(to right, #ff6190, transparent);
border-radius: 2px;
box-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
animation: neon-bar 1.5s infinite alternate;
}
#sp-principal{
margin-top: 40px;
}
#sp-utility-a a, #sp-utility-c a {
margin-bottom: 7px;
}
#sp-main-body {
padding: 10px 0;
}
.kmsg span, .kmsg b{
color:#b3b6b8}
.fas {
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
#offcanvas-toggler {
line-height: 52px !important;
}
@media (max-width: 767px) {
#kunena.layout .kavatar-profile {
width: 80px;
float: left;
margin-right: 20px;
}
}
.sp-megamenu-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.sp-megamenu-parent {
margin: 0;
padding: 0;
display: flex;
gap: 30px;
}
.sp-megamenu-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 20px;
}
.sp-megamenu-parent {
display: flex;
gap: 30px;
margin: 0;
padding: 0;
list-style: none;
}
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a {
border-bottom: 2px solid #ff6190;
}
#offcanvas-toggler {
margin-left: auto;
font-size: 20px;
color: #ffcc00;
transition: color 0.3s ease;
}
#offcanvas-toggler:hover {
color: #ff6190;
}
#offcanvas-toggler i{
color: #3db6f2;
transition: color 0.3s ease;
}
#offcanvas-toggler i:hover {
color: #ffffff;
}
.galeria {
display: flex;
flex-wrap: wrap;
gap: 7px;
}
.galeria a {
display: inline-block;
}
.galeria img {
display: block;
height: auto;
}
.sp-megamenu-parent > li > a {
position: relative;
display: flex;
color: #fff;
text-decoration: none;
transition: color 0.3s ease;
}
.sp-megamenu-parent > li > a::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 100%;
background: #ff6190;
opacity: 0;
box-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
transition: opacity 0.3s ease;
}
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a {
color: #fff;
text-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
animation: neon-text 1.5s infinite alternate;
}
.sp-megamenu-parent > li > a:hover::after,
.sp-megamenu-parent > li.active > a::after {
opacity: 1;
animation: neon-bar 1.5s infinite alternate;
}
@keyframes neon-text {
from {
text-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
}
to {
text-shadow: 0 0 10px #ff6190,
0 0 20px #ff6190,
0 0 40px #ff6190;
}
}
@keyframes neon-bar {
from {
box-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
}
to {
box-shadow: 0 0 10px #ff6190,
0 0 20px #ff6190,
0 0 40px #ff6190;
}
}
.alert-info-custom {
background: #110e16;
border: 2px solid #3db6f2;
border-radius: 8px;
padding: 20px;
color: #eaeaea;
font-size: 16px;
line-height: 1.6;
position: relative;
box-shadow: 0 0 10px rgba(61,182,242,0.6),
0 0 20px rgba(61,182,242,0.4);
animation: glow-box 2s infinite alternate;
margin-bottom: 50px;
}
.alert-info-custom h4 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 28px;
color: #3db6f2;
}
.alert-info-custom a {
color: #ff6190;
font-weight: bold;
text-decoration: none;
transition: color 0.3s ease, text-shadow 0.3s ease;
}
.alert-info-custom a:hover {
color: #fff;
text-shadow: 0 0 5px #ff6190, 0 0 10px #ff6190;
}
.alert-info-custom i {
margin-right: 6px;
color: #3db6f2;
}
@keyframes glow-box {
from {
box-shadow: 0 0 10px rgba(61,182,242,0.6),
0 0 20px rgba(61,182,242,0.4);
}
to {
box-shadow: 0 0 20px rgba(61,182,242,0.9),
0 0 40px rgba(61,182,242,0.7);
}
}
.galeria.mod_destacados {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(87px, 1fr));
gap: 5px;
}
.galeria.mod_destacados a {
display: block;
width: 100%;
}
.galeria.mod_destacados img {
display: block;
width: 100%;
height: auto;
}
.galeria.mod_centrodemasajes {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 8px;
}
.galeria.mod_centrodemasajes a {
display: block;
width: 100%;
}
.galeria.mod_centrodemasajes img {
display: block;
width: 100%;
height: auto;
}
.galeria.mod_accesoa {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 10px;
justify-content: center;
}
.galeria.mod_accesoa a {
display: block;
width: 100%;
max-width: 200px;
margin: 0 auto;
}
.galeria.mod_accesoa img {
display: block;
width: 100%;
height: auto;
}
:root{
--neon-blue:#3db6f2;
--neon-pink:#ff4ec4;
--neon-text:#f6fcff;
}
.table tbody tr.category .krow .topictitle {
  font-size: 18px !important;
}
.table tbody tr.category .krow .topictitle::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 40%;
background: linear-gradient(to right, #ff6190, transparent);
border-radius: 2px;
box-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
}
.table tbody tr.category .krow .topictitle:not(.locked){
position:relative;
display:inline-block;
padding:15px 0 18px;
color:var(--neon-text) !important;
text-transform:;
text-decoration:none !important;
text-shadow:
0 0 5px var(--neon-blue),
0 0 10px var(--neon-blue),
0 0 20px var(--neon-blue);
margin-bottom: 15px !important;
}
.table tbody tr.category .krow .topictitle:not(.locked):hover,
.table tbody tr.category .krow .topictitle:not(.locked):focus{
text-shadow:
0 0 10px var(--neon-blue),
0 0 20px var(--neon-blue),
0 0 40px var(--neon-blue);
}
.table tbody tr.category .krow .topictitle:visited{ color:var(--neon-text) }
@keyframes glow-text{
from{
text-shadow:
0 0 5px var(--neon-blue),
0 0 10px var(--neon-blue),
0 0 20px var(--neon-blue);
}
to{
text-shadow:
0 0 10px var(--neon-blue),
0 0 20px var(--neon-blue),
0 0 40px var(--neon-blue);
}
}
.views, .replies{
color: #fff;
text-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
}
.ktopic-category .hasTooltip {
color: #fff;
text-shadow: 0 0 5px #ff6190,
0 0 10px #ff6190,
0 0 20px #ff6190;
}
:root{
--neon-red: #ff1744;
--neon-red-text: #ffe8ec;
}
.kwho-user{
color: var(--neon-red-text) !important;
text-shadow:
0 0 6px var(--neon-red),
0 0 14px var(--neon-red),
0 0 28px rgba(255, 23, 68, .45);
}
.container-fluid:has(a[href*="/masajes/terciopelo/"]) .kwho-user:hover,
.visible-phone:has(a[href*="/masajes/terciopelo/"]) .kwho-user:hover{
text-shadow:
0 0 8px var(--neon-red),
0 0 20px var(--neon-red),
0 0 36px rgba(255, 23, 68, .55);
}
.fa-file::before {
content: "\f06d" !important;
}
:root{
--neon-accent: #ff6190;
--neon-accent-text: #ffeaf1;
}
.kwho-user{
color: var(--neon-accent-text) !important;
text-shadow:
0 0 3px var(--neon-accent),
0 0 8px rgba(255, 97, 144, .28);
}
.container-fluid:has(a[href*="/masajes/terciopelo/"]) .kwho-user:hover,
.visible-phone:has(a[href*="/masajes/terciopelo/"]) .kwho-user:hover{
text-shadow:
0 0 4px var(--neon-accent),
0 0 12px rgba(255, 97, 144, .36);
}
.table tbody .kicon-topic i.fa,
.category-stickymsg .kicon-topic i.fa{
color: var(--neon-accent) !important;
text-shadow:
0 0 3px var(--neon-accent),
0 0 8px rgba(255, 97, 144, .28);
}
.kicon-topic a:hover i.fa,
.kicon-topic a:focus i.fa{
text-shadow:
0 0 4px var(--neon-accent),
0 0 12px rgba(255, 97, 144, .36);
}
#kunena.layout .kicon-topic a,
#kunena.layout input[type=radio] + label{
background: none;
display: inline-block;
width: 26px;
height: 26px;
vertical-align: middle;
border: 2px solid var(--neon-accent) !important;
color: var(--neon-accent) !important;
padding: 10px;
line-height: 26px;
text-align: center;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
box-shadow:
0 0 4px var(--neon-accent),
inset 0 0 6px rgba(255, 97, 144, .18);
}
#kunena.layout .kicon-topic a i.fa{
color: var(--neon-accent) !important;
text-shadow:
0 0 3px var(--neon-accent),
0 0 8px rgba(255, 97, 144, .28);
}
#kunena.layout .kicon-topic a:hover,
#kunena.layout .kicon-topic a:focus,
#kunena.layout input[type=radio] + label:hover,
#kunena.layout input[type=radio] + label:focus{
color: var(--neon-accent-text) !important;
box-shadow:
0 0 6px var(--neon-accent),
inset 0 0 8px rgba(255, 97, 144, .24);
}
#kunena.layout input[type=radio]:checked + label{
color: var(--neon-accent-text) !important;
background: rgba(255, 97, 144, .06);
border-color: var(--neon-accent) !important;
box-shadow:
0 0 6px var(--neon-accent),
inset 0 0 10px rgba(255, 97, 144, .30);
}
.fancybox-bg {
background: rgba(5, 5, 20, 1) !important;
}
.fancybox-is-open .fancybox-bg {
opacity:1 !important;
transition-timing-function:cubic-bezier(.22,.61,.36,1)
}
.fancybox-button {
background: transparent !important;
color: #ff4dd2 !important;
text-shadow: 0 0 5px #ff4dd2, 0 0 10px #ff4dd2;
}
.fancybox-button:hover {
color: #00eaff !important;
text-shadow: 0 0 5px #00eaff, 0 0 15px #00eaff;
}
b.fancyboxCounter {
color: #ff4dd2 !important;
text-shadow: 0 0 8px #ff4dd2;
}
.fancybox-progress {
height: 4px !important;
background: linear-gradient(90deg, #ff4dd2, #00eaff) !important;
box-shadow: 0 0 10px #ff4dd2,
0 0 20px #00eaff,
0 0 30px #ff4dd2;
border-radius: 2px;
transform-origin: left center;
}
.story-block {
display: flex;
align-items: center;
gap: 12px;
padding: 8px 0;
}
.story-avatar img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
box-shadow: 0 0 10px rgba(0,255,255,0.6);
}
.story-content {
display: flex;
flex-direction: column;
justify-content: center;
}
.story-content .pub_title {
font-weight: bold;
font-size: 1rem;
color: #fff;
text-decoration: none;
}
.story-content .pub_title:hover {
color: #0ff;
text-shadow: 0 0 8px #0ff;
}
.story-content .ago {
font-size: 0.85rem;
color: #aaa;
margin-top: 4px;
}
.fancybox-caption__body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.fancybox-caption__body .story-block {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.fancybox-caption__body .story-avatar img {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
box-shadow: 0 0 10px rgba(0,255,255,0.7);
}
.fancybox-caption__body .story-content {
display: flex;
flex-direction: column;
align-items: center;
}
.fancybox-caption__body .story-content .pub_title {
font-weight: bold;
color: #fff;
text-decoration: none;
}
.fancybox-caption__body .story-content .ago {
font-size: 0.8rem;
color: #aaa;
}
.fancybox-slide--html::before {
content: none !important;
}
.fancybox-slide::before {
margin: 0 !important;
height: 100vh !important;
display: contents !important;
justify-content: center !important;
align-items: center !important;
}
.fancybox-slide {
padding: 0px !important;
}
#sp-galeria .moduleItemIntrotext {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
gap: 20px;
padding: 12px 10px;
scroll-behavior: smooth;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
#sp-galeria .moduleItemIntrotext {
justify-content: flex-start;
}
}
#sp-galeria .moduleItemIntrotext > ul.sigProContainer {
flex: 0 0 auto;
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: flex-start;
text-align: center;
margin: 0;
padding: 0;
}
#sp-galeria .sigProClear {
display: none !important;
}
ul.sigProResponsiveBlue li.sigProThumb {
float: left;
background: none !important;
margin: 0 6px 8px 0;
padding: 7px;
border: none !important;
text-align: center;
}

#kunena.layout .ksig {

  line-height: inherit !important;
}
.kavatar-profile {
  position: relative;
  display: inline-block;
  padding: 8px;
  border-radius: 12px;
  background-color: #111; /* fondo oscuro para resaltar el neón */
}

.kavatar-profile::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 16px;
  z-index: -1;
  box-shadow:
    0 0 10px #947eaa,
    0 0 20px #947eaa,
    0 0 40px rgba(148, 126, 170, 0.7),
    0 0 60px rgba(148, 126, 170, 0.5);
  animation: auraPulse 3.5s ease-in-out infinite;
}

.kavatar-profile img.kavatar{
  border-radius: 10px;
  display: block;
  width: 144px;
  height: 144px;
  border: 2px solid #947eaa;
  box-shadow:
    0 0 10px #947eaa,
    0 0 20px rgba(148, 126, 170, 0.6);
}


/* Animación de aura externa */
@keyframes auraPulse {
  0% {
    box-shadow:
      0 0 10px #947eaa,
      0 0 20px #947eaa,
      0 0 40px rgba(148, 126, 170, 0.7),
      0 0 60px rgba(148, 126, 170, 0.5);
  }
  50% {
    box-shadow:
      0 0 15px #b89ed1,
      0 0 30px #b89ed1,
      0 0 60px rgba(184, 158, 209, 0.8),
      0 0 80px rgba(184, 158, 209, 0.6);
  }
  100% {
    box-shadow:
      0 0 10px #947eaa,
      0 0 20px #947eaa,
      0 0 40px rgba(148, 126, 170, 0.7),
      0 0 60px rgba(148, 126, 170, 0.5);
  }
}

#kunena.layout .kavatar-profile {
  border-radius: 16px !important;
}
.label-primary, .label-important, .label-success, .label-info{display: none!important;}

#kreplyto.style-premium {
    background: rgba(255,255,255,0.04);
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 0;
    overflow: hidden;
    margin: 15px;
}

#kreplyto.style-premium .top {
    background: rgba(255,255,255,0.12);
    padding: 8px 12px;
    font-weight: bold;
}

#kreplyto.style-premium .top span {
    color: #bbb;
    font-size: 12px;
}

#kreplyto.style-premium .body {
    display: flex;
    padding: 10px 12px;
    gap: 10px;
}

#kreplyto.style-premium img {
    width: 40px;
    border-radius: 8px;
}

#kreplyto.style-premium .text {
    color: #ddd;
    font-style: italic;
}
.category-header a{
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 5px #ff6190,
    0 0 10px #ff6190,
    0 0 20px #ff6190;
}
.category .category-header-desc{
  text-shadow:
0 0 10px var(--neon-blue), 0 0 20px var(--neon-blue), 0 0 40px var(--neon-blue);
color: var(--neon-text) !important;
}
.row-fluid,
.span12,
.kmessage,
.kmsg {
    max-width: 100%;
    overflow-x: hidden;
}
.bbcode_center {
    display: block;
    max-width: 100%;
}
.bbcode_center a {
    word-break: break-word;
    overflow-wrap: anywhere;
}
.kmsgimage {
    display: block;
    max-width: 100%;
    text-align: center;
}
/* === Kunena modern image card === */

.kmsgimage-modern {
    display: block;
    max-width: 100%;
    margin: 16px auto;
    padding: 8px;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
}

/* Image itself */
.kmsgimage-modern img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    transition: transform .25s ease, box-shadow .25s ease;
}

/* Hover effect (desktop only) */
@media (hover: hover) {
    .kmsgimage-modern img:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 32px rgba(0,0,0,.45);
    }
}

/* Prevent overflow everywhere */
.kmsgimage-modern,
.kmsgimage-modern a {
    max-width: 100%;
    overflow: hidden;
}
.kmsgimage img{
  border-radius: 10px;
  display: block;
  border: 2px solid #947eaa;
box-shadow:
  0 0 1px rgba(255, 97, 144, 1),
  0 0 4px rgba(255, 97, 144, 0.7),
  0 0 8px rgba(255, 97, 144, 0.4);
  animation: 1.8s infinite alternate neon-bari;
}
@keyframes neon-bari {
  from {
    box-shadow:
      0 0 2px rgba(255, 97, 144, 0.6),
      0 0 6px rgba(255, 97, 144, 0.35),
      0 0 10px rgba(255, 97, 144, 0.2);
  }
  to {
    box-shadow:
      0 0 3px rgba(255, 97, 144, 1),
      0 0 8px rgba(255, 97, 144, 0.6),
      0 0 14px rgba(255, 97, 144, 0.4);
  }
}
.kmessage-post-header span.kwho-user {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

.kmessage-post-header .pull-right {
    float: none !important;
    white-space: nowrap !important;
}
@media (max-width: 767px) {
  .profile-col {
    width: 100% !important;
  }
  .message-col {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .profile-col {
    width: 25%;
  }
  .message-col {
    width: 75%;
  }
}







/* CONTENEDOR */
.sp-megamenu-parent {
    display: flex;
    align-items: center;
}

/* ITEMS */
.sp-megamenu-parent > li {
    margin-bottom: 20px;
}

/* LINKS */
.sp-megamenu-parent > li > a {
    align-items: center;
    gap: 5px;

    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
}

/* ICONOS */
.sp-megamenu-parent > li > a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;

    color: #9a9a9a;
    transition: all 0.25s ease;
}

/* ICONOS INDIVIDUALES */
.sp-megamenu-parent > li:nth-child(1) > a::before { content: "\f015"; } /* home */
.sp-megamenu-parent > li:nth-child(2) > a::before { content: "\f086"; } /* foro */
.sp-megamenu-parent > li:nth-child(3) > a::before { content: "\f2f6"; } /* ingresar */
.sp-megamenu-parent > li:nth-child(4) > a::before { content: "\f234"; } /* registrarse */












/* ========================================
   OFFCANVAS BASE
======================================== */
.offcanvas-menu {
    background: #04060c;
    box-shadow:
        0 0 20px rgba(255, 77, 141, 0.15),
        inset 0 0 40px rgba(0, 0, 0, 0.9);
}

/* BOTÓN CIERRE */
.offcanvas-menu .close-offcanvas {
    color: #ff4d8d;
    font-size: 18px;
    transition: all 0.3s ease;
}

.offcanvas-menu .close-offcanvas:hover {
    color: #ffffff;
    text-shadow: 0 0 8px #ff4d8d;
}

/* CONTENIDO INTERNO */
.offcanvas-menu .offcanvas-inner {
    padding: 15px;
}


.offcanvas-menu .nav.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ITEMS */
.offcanvas-menu .nav.menu li {
    margin-bottom: 6px;
}


.offcanvas-menu .nav.menu li a {
    display: block;
    padding: 11px 10px !important;

    color: #cfcfcf;
    font-size: 13px !important;
    letter-spacing: 0.5px;

    text-decoration: none;
    border-radius: 6px;

    position: relative;
    transition: all 0.25s ease;
}


.offcanvas-menu .nav.menu li a::before {
    content: "";
    position: absolute;

    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 3px;
    height: 0%;

    background: #ff4d8d;
    box-shadow: 0 0 8px #ff4d8d;

    transition: height 0.25s ease;
}

/* HOVER GENERAL */
.offcanvas-menu .nav.menu li a:hover {
    color: #ffffff;

    background: rgba(255, 77, 141, 0.08);

    box-shadow:
        0 0 6px rgba(255, 77, 141, 0.4),
        inset 0 0 6px rgba(255, 77, 141, 0.2);
}

.offcanvas-menu .nav.menu li a:hover::before {
    height: 70%;
}


.offcanvas-menu .nav.menu li:nth-child(1) a,
.offcanvas-menu .nav.menu li:nth-last-child(3) a {
    color: #ff4d8d;
    font-weight: 600;
}


.offcanvas-menu .nav.menu li:nth-child(10) a,
.offcanvas-menu .nav.menu li:nth-child(11) a,
.offcanvas-menu .nav.menu li:nth-child(12) a {
    color: #5ce1e6;
}

.offcanvas-menu .nav.menu li:nth-child(10) a:hover,
.offcanvas-menu .nav.menu li:nth-child(11) a:hover,
.offcanvas-menu .nav.menu li:nth-child(12) a:hover {
    background: rgba(92, 225, 230, 0.08);

    box-shadow:
        0 0 6px rgba(92, 225, 230, 0.5),
        inset 0 0 6px rgba(92, 225, 230, 0.2);
}


.offcanvas-menu .nav.menu {
    max-height: 80vh;
    overflow-y: auto;
}

/* SCROLL ESTILO NEON */
.offcanvas-menu .nav.menu::-webkit-scrollbar {
    width: 6px;
}

.offcanvas-menu .nav.menu::-webkit-scrollbar-thumb {
    background: #ff4d8d;
    border-radius: 3px;
}


.kaction-topic-panel {
  padding: 12px 0;
}

.kaction-topic-panel .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.kaction-topic-panel {
  padding: 14px 0;
}

.kaction-topic-panel .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* --- Botón base neon v2 --- */
.kaction-topic-panel .btn.btn-default {
  background: rgba(255, 105, 180, 0.1);
  color: #ff69b4;
  border: 2px solid rgba(255, 105, 180, 0.6);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  text-shadow: 0 0 8px rgba(255, 105, 180, 0.4);
  box-shadow: 0 0 10px rgba(255, 105, 180, 0.15);
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.kaction-topic-panel .btn.btn-default:hover,
.kaction-topic-panel .btn.btn-default:focus {
  background: rgba(255, 105, 180, 0.22);
  border-color: #ff69b4;
  color: #ffb6d9;
  box-shadow: 0 0 18px rgba(255, 105, 180, 0.35),
              0 0 40px rgba(255, 105, 180, 0.12);
  text-shadow: 0 0 12px rgba(255, 105, 180, 0.6);
}

.kaction-topic-panel .btn.btn-default:active {
  background: rgba(255, 105, 180, 0.3);
  transform: scale(0.97);
}


.kaction-topic-panel .btn.btn-default i.fa {
  color: #ff69b4;
  text-shadow: 0 0 8px rgba(255, 105, 180, 0.5);
}

.kaction-topic-panel #btn_qreply {
  background: rgba(255, 20, 147, 0.15);
  color: #fff;
  border-color: #ff1493;
  text-shadow: 0 0 10px rgba(255, 20, 147, 0.6);
  box-shadow: 0 0 12px rgba(255, 20, 147, 0.3),
              0 0 30px rgba(255, 20, 147, 0.1),
              inset 0 0 12px rgba(255, 20, 147, 0.1);
}

.kaction-topic-panel #btn_qreply:hover {
  background: rgba(255, 20, 147, 0.3);
  box-shadow: 0 0 20px rgba(255, 20, 147, 0.5),
              0 0 50px rgba(255, 20, 147, 0.2),
              inset 0 0 15px rgba(255, 20, 147, 0.15);
}

.kaction-topic-panel #btn_qreply i.fa {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 20, 147, 0.6);
}


.kaction-topic-panel #btn_thankyou {
  background: linear-gradient(135deg, #ff1493, #ff006e);
  color: #fff;
  border: 2px solid #ff1493;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 18px rgba(255, 20, 147, 0.5),
              0 0 40px rgba(255, 20, 147, 0.2),
              0 0 60px rgba(255, 0, 110, 0.1);
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.kaction-topic-panel #btn_thankyou:hover {
  box-shadow: 0 0 25px rgba(255, 20, 147, 0.7),
              0 0 60px rgba(255, 20, 147, 0.35),
              0 0 80px rgba(255, 0, 110, 0.15);
  transform: scale(1.03);
}

.kaction-topic-panel #btn_thankyou i.fa {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}


.kaction-topic-panel #btn_unthankyou {
  background: linear-gradient(135deg, #cc1177, #990055);
  color: #fff;
  border: 2px solid #cc1177;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px rgba(204, 17, 119, 0.4),
              0 0 30px rgba(204, 17, 119, 0.15);
}

.kaction-topic-panel #btn_unthankyou:hover {
  box-shadow: 0 0 20px rgba(204, 17, 119, 0.6),
              0 0 50px rgba(204, 17, 119, 0.25);
  transform: scale(1.03);
}

.kaction-topic-panel #btn_unthankyou i.fa {
  color: #fff;
}


.kaction-topic-panel #report_this {
  background: rgba(255, 105, 180, 0.1);
  color: #ff69b4;
  border: 2px solid rgba(255, 105, 180, 0.6);
}


.kaction-topic-panel .dropdown-menu {
  background: #111;
  border: 2px solid rgba(255, 20, 147, 0.4);
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(255, 20, 147, 0.2),
              0 0 40px rgba(255, 20, 147, 0.08);
  padding: 6px 0;
}

.kaction-topic-panel .dropdown-menu > li > a {
  color: #ff69b4;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.kaction-topic-panel .dropdown-menu > li > a:hover {
  background: rgba(255, 20, 147, 0.15);
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 20, 147, 0.5);
}

/* --- Caret rosa --- */
.kaction-topic-panel .caret {
  border-top-color: #ff69b4;
}

/* --- Btn-group bordes limpios --- */
.kaction-topic-panel .btn-group > .btn + .btn,
.kaction-topic-panel .btn-group > .btn + .dropdown-toggle {
  border-left: 1px solid rgba(255, 105, 180, 0.3);
  border-radius: 0 8px 8px 0;
}

.kaction-topic-panel .btn-group > .btn:first-child {
  border-radius: 8px 0 0 8px;
}



.kmessage-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  margin-bottom: 14px;
  font-size: 12px;
  color: rgba(255, 105, 180, 0.45);
  border-bottom: 1px solid rgba(255, 20, 147, 0.1);
}

.kmessage-meta i.fa,
.kmessage-meta i.far {
  color: rgba(255, 20, 147, 0.35);
  margin-right: 3px;
}

.kmessage-meta .ip a {
  color: rgba(255, 105, 180, 0.4);
  text-decoration: none;
  transition: all 0.3s;
}

.kmessage-meta .ip a:hover {
  color: #ff69b4;
  text-shadow: 0 0 8px rgba(255, 105, 180, 0.3);
}

.kmessage-meta .kdate {
  color: rgba(255, 105, 180, 0.45);
}

/* === PERFIL COLUMNA === */
.profile-col {
  background: #110e16;
  border: 1px solid rgba(255, 20, 147, 0.15);

  padding: 16px 12px;
  text-align: center;
}

/* --- Status badge --- */
.kprofile-status .label {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  color: #ff69b4;
  background: rgba(255, 20, 147, 0.1);
  border: 1px solid rgba(255, 20, 147, 0.3);
  border-radius: 4px;
  text-shadow: 0 0 6px rgba(255, 105, 180, 0.2);
  letter-spacing: 0.5px;
}

/* --- Avatar --- */
.kavatar-profile {
  margin-bottom: 12px;
}

.kavatar-profile .kavatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(255, 20, 147, 0.5);
  box-shadow: 0 0 16px rgba(255, 20, 147, 0.25),
              0 0 32px rgba(255, 20, 147, 0.08);
  transition: all 0.4s ease;
}

.kavatar-profile .kavatar:hover {
  border-color: #ff1493;
  box-shadow: 0 0 24px rgba(255, 20, 147, 0.4),
              0 0 48px rgba(255, 20, 147, 0.15);
}

/* --- Username --- */
.kuser-name a.kwho-user {
  font-size: 14px;
  font-weight: 700;
  color: #ff69b4;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255, 105, 180, 0.3);
  transition: all 0.3s;
}

.kuser-name a.kwho-user:hover {
  color: #ffb6d9;
  text-shadow: 0 0 14px rgba(255, 105, 180, 0.5);
}

/* --- Rank title --- */
.kuser-rank-title {
  font-size: 11px;
  color: rgba(255, 105, 180, 0.6);
  margin: 4px 0 8px;
  font-style: italic;
}

/* --- Rank image bar --- */
.kuser-rank-image img {
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(255, 20, 147, 0.3);
}

/* --- Stats (mensajes, karma) --- */
.kuser-descr-block > div {
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
}

.kuser-descr-block > div b {
  color: rgba(255, 105, 180, 0.5);
  font-weight: 500;
}

.kuser-descr-block > div span {
  color: #ff69b4;
  font-weight: 600;
}

/* --- Expand "Más" / "Menos" --- */
.profile-expand .btn.btn-default.btn-small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 105, 180, 0.5);
  background: rgba(255, 20, 147, 0.06);
  border: 1px solid rgba(255, 20, 147, 0.15);
  border-radius: 5px;
  transition: all 0.3s;
}

.profile-expand .btn.btn-default.btn-small:hover {
  color: #ff69b4;
  border-color: rgba(255, 20, 147, 0.4);
  text-shadow: 0 0 6px rgba(255, 105, 180, 0.3);
}

/* --- Expanded content area --- */
.profile-expand .content {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 20, 147, 0.1);
}

.profile-expand .content b {
  color: rgba(255, 105, 180, 0.5);
  font-weight: 500;
}

/* --- Profile info icons (birthday etc) --- */
.kprofile-info-icons i.fa {
  color: rgba(255, 20, 147, 0.4);
  font-size: 14px;
  transition: all 0.3s;
}

.kprofile-info-icons i.fa:hover {
  color: #ff69b4;
  text-shadow: 0 0 8px rgba(255, 105, 180, 0.4);
}

/* --- PM button in profile --- */
.profile-expand .content ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.profile-expand .content ul li .btn.btn-small {
  color: #ff69b4;
  background: rgba(255, 20, 147, 0.08);
  border: 1px solid rgba(255, 20, 147, 0.25);
  border-radius: 5px;
  padding: 5px 12px;
  text-shadow: 0 0 6px rgba(255, 105, 180, 0.2);
  transition: all 0.3s;
}

.profile-expand .content ul li .btn.btn-small:hover {
  background: rgba(255, 20, 147, 0.15);
  border-color: rgba(255, 20, 147, 0.5);
  box-shadow: 0 0 10px rgba(255, 20, 147, 0.2);
}

/* === MENSAJE === */
.message-col {
  background: #110e16;
  border: 1px solid rgba(255, 20, 147, 0.18);
  border-left: 3px solid #ff1493;
  border-radius: 0 10px 0px 0;
  box-shadow: 0 0 20px rgba(255, 20, 147, 0.05),
              0 2px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

/* --- Header del post --- */
.kmessage-post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: rgba(255, 20, 147, 0.07);
  border-bottom: 1px solid rgba(255, 20, 147, 0.12);
}

.kmessage-post-header .kwho-user {
  font-size: 13px;
  font-weight: 700;
  color: #ff69b4;
  text-shadow: 0 0 8px rgba(255, 105, 180, 0.25);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.kmessage-post-header .pull-right {
  font-size: 11px;
  color: rgba(255, 105, 180, 0.4);
  text-decoration: none;
  transition: all 0.3s;
}

.kmessage-post-header .pull-right:hover {
  color: #ff69b4;
  text-shadow: 0 0 8px rgba(255, 105, 180, 0.4);
}

/* --- Cuerpo del mensaje --- */
.kmessage {
  padding: 16px 18px;
}

.kmessage .kmsg {
  color: #e0e0e0;

  line-height: 1.8;
  letter-spacing: 0.2px;
}

.kmessage .kmsg a {
  color: #ff69b4;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 105, 180, 0.3);
  transition: all 0.3s;
}

.kmessage .kmsg a:hover {
  color: #ff1493;
  border-bottom-color: #ff1493;
  text-shadow: 0 0 8px rgba(255, 20, 147, 0.4);
}

.kmessage .kmsg img {
  border-radius: 8px;
  border: 1px solid rgba(255, 20, 147, 0.2);
  box-shadow: 0 0 12px rgba(255, 20, 147, 0.1);
  max-width: 100%;
  transition: all 0.3s;
}

.kmessage .kmsg img:hover {
  border-color: rgba(255, 20, 147, 0.5);
  box-shadow: 0 0 20px rgba(255, 20, 147, 0.2);
}

/* --- Quotes --- */
.kmessage .kmsg blockquote,
.kmessage .kmsg .quotemessage {
  background: rgba(255, 20, 147, 0.06);
  border-left: 3px solid rgba(255, 20, 147, 0.4);
  border-radius: 0 6px 6px 0;
  padding: 12px 16px;
  margin: 12px 0;
  color: #ccc;
  font-style: italic;
}

/* --- Text selection --- */
.kmessage .kmsg ::selection {
  background: rgba(255, 20, 147, 0.3);
  color: #fff;
}

/* === FORMULARIO RESPUESTA RÁPIDA === */
.kform-modal-quick .kreply-form {
  background: rgba(255, 20, 147, 0.03);
  border: 1px solid rgba(255, 20, 147, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 16px;
}

.kreply-form .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: rgba(255, 20, 147, 0.06);
  border-bottom: 1px solid rgba(255, 20, 147, 0.12);
}

.kreply-form .modal-header h3 {
  font-size: 13px;
  font-weight: 600;
  color: #ff69b4;
  margin: 0;
}

.kreply-form .modal-header h3 a {
  color: #ffb6d9;
  text-decoration: none;
}

.kreply-form .modal-header .close {
  color: rgba(255, 105, 180, 0.4);
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
  transition: all 0.3s;
}

.kreply-form .modal-header .close:hover {
  color: #ff1493;
  text-shadow: 0 0 8px rgba(255, 20, 147, 0.4);
}

/* --- Labels --- */
.kreply-form .control-label {
  font-size: 12px;
  color: rgba(255, 105, 180, 0.5);
  margin-bottom: 4px;
}

/* --- Inputs y textarea --- */
.kreply-form input[type="text"],
.kreply-form .inputbox,
.kreply-form textarea,
.kreply-form .qreply {
  width: 100%;
  padding: 9px 12px;
  font-size: 13px;
  color: #e0e0e0;
  background: rgba(255, 20, 147, 0.05);
  border: 1px solid rgba(255, 20, 147, 0.2);
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.3s;
  outline: none;
}

.kreply-form input[type="text"]:focus,
.kreply-form textarea:focus {
  border-color: rgba(255, 20, 147, 0.5);
  box-shadow: 0 0 12px rgba(255, 20, 147, 0.15);
  background: rgba(255, 20, 147, 0.08);
}

.kreply-form textarea::placeholder {
  color: rgba(255, 105, 180, 0.3);
  font-style: italic;
}

/* --- Checkbox --- */
.kreply-form input[type="checkbox"] {
  accent-color: #ff1493;
}

.kreply-form label.string {
  font-size: 12px;
  color: #aaa;
}

/* --- Link "Ir al editor" --- */
.kreply-form .btn-link {
  font-size: 12px;
  color: rgba(255, 105, 180, 0.4);
  text-decoration: none;
  transition: all 0.3s;
}

.kreply-form .btn-link:hover {
  color: #ff69b4;
  text-shadow: 0 0 6px rgba(255, 105, 180, 0.3);
}

/* --- Footer del form --- */
.kreply-form .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border-top: 1px solid rgba(255, 20, 147, 0.1);
}

.kreply-form .modal-footer small {
  font-size: 11px;
  color: rgba(255, 105, 180, 0.3);
}

/* --- Botón Enviar --- */
.kreply-form .kreply-submit,
.kreply-form input[type="submit"] {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff1493, #ff006e);
  border: 2px solid #ff1493;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 14px rgba(255, 20, 147, 0.4);
  transition: all 0.3s;
}

.kreply-form .kreply-submit:hover {
  box-shadow: 0 0 22px rgba(255, 20, 147, 0.6),
              0 0 44px rgba(255, 20, 147, 0.2);
  transform: scale(1.02);
}

/* --- Botón Cancelar --- */
.kreply-form input[type="reset"] {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #ff69b4;
  background: rgba(255, 105, 180, 0.08);
  border: 2px solid rgba(255, 105, 180, 0.4);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.kreply-form input[type="reset"]:hover {
  background: rgba(255, 105, 180, 0.15);
  border-color: #ff69b4;
}

/* === ROW LAYOUT === */
.row-fluid.message {
  margin-bottom: 20px;
}

/* === SCROLLBAR GLOBAL KUNENA === */
.kmessage::-webkit-scrollbar { width: 6px; }
.kmessage::-webkit-scrollbar-track { background: rgba(255, 20, 147, 0.05); }
.kmessage::-webkit-scrollbar-thumb { background: rgba(255, 20, 147, 0.3); border-radius: 3px; }
.kmessage::-webkit-scrollbar-thumb:hover { background: rgba(255, 20, 147, 0.5); }



.kaction-panel {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 20, 147, 0.1);
  border-bottom: 1px solid rgba(255, 20, 147, 0.1);
  margin: 16px 0;
}

/* === PAGINACIÓN === */
.kaction-panel .pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.kaction-panel .pagination ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #ff69b4;
  background: rgba(255, 20, 147, 0.06);
  border: 1px solid rgba(255, 20, 147, 0.25);
  border-radius: 6px;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(255, 105, 180, 0.2);
  transition: all 0.3s ease;
}

.kaction-panel .pagination ul li a:hover {
  color: #fff;
  background: rgba(255, 20, 147, 0.2);
  border-color: #ff1493;
  box-shadow: 0 0 14px rgba(255, 20, 147, 0.3),
              0 0 28px rgba(255, 20, 147, 0.1);
  text-shadow: 0 0 10px rgba(255, 20, 147, 0.5);
}

/* --- Página activa --- */
.kaction-panel .pagination ul li.active a {
  color: #fff;
  background: linear-gradient(135deg, #ff1493, #ff006e);
  border: 2px solid #ff1493;
  box-shadow: 0 0 16px rgba(255, 20, 147, 0.45),
              0 0 32px rgba(255, 20, 147, 0.15);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  cursor: default;
  pointer-events: none;
}

/* --- Puntos suspensivos (disabled) --- */
.kaction-panel .pagination ul li a.disabled {
  color: rgba(255, 105, 180, 0.25);
  background: transparent;
  border-color: rgba(255, 20, 147, 0.1);
  cursor: default;
  pointer-events: none;
  box-shadow: none;
  text-shadow: none;
}

/* --- Flechas de navegación --- */
.kaction-panel .pagination ul li a i.fa {
  font-size: 14px;
  color: #ff69b4;
  transition: all 0.3s;
}

.kaction-panel .pagination ul li a:hover i.fa {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 20, 147, 0.5);
}

/* === BUSCADOR === */
.kaction-panel .input-append {
  display: inline-flex;
  align-items: center;
}

.kaction-panel .input-append input[type="text"] {
  padding: 8px 14px;
  font-size: 13px;
  color: #e0e0e0;
  background: rgba(255, 20, 147, 0.05);
  border: 2px solid rgba(255, 20, 147, 0.25);
  border-right: none;
  border-radius: 8px 0 0 8px;
  outline: none;
  transition: all 0.3s;
  min-width: 180px;
}

.kaction-panel .input-append input[type="text"]::placeholder {
  color: rgba(255, 105, 180, 0.3);
  font-style: italic;
}

.kaction-panel .input-append input[type="text"]:focus {
  border-color: rgba(255, 20, 147, 0.5);
  background: rgba(255, 20, 147, 0.08);
  box-shadow: 0 0 12px rgba(255, 20, 147, 0.15);
}

.kaction-panel .input-append .btn.btn-default {
  background: rgba(255, 20, 147, 0.12);
  border: 2px solid rgba(255, 20, 147, 0.25);
  border-left: 1px solid rgba(255, 20, 147, 0.15);
  border-radius: 0 8px 8px 0;
  color: #ff69b4;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: none;
  text-shadow: none;
}

.kaction-panel .input-append .btn.btn-default:hover {
  background: rgba(255, 20, 147, 0.25);
  border-color: #ff1493;
  color: #fff;
  box-shadow: 0 0 14px rgba(255, 20, 147, 0.3);
}

.kaction-panel .input-append .btn.btn-default i.fas,
.kaction-panel .input-append .btn.btn-default i.fa {
  font-size: 14px;
  color: inherit;
  text-shadow: 0 0 6px rgba(255, 20, 147, 0.3);
}

#sp-galeria .moduleItemIntrotext {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ff1493 rgba(255, 20, 147, 0.08);
}


#sp-galeria .moduleItemIntrotext::-webkit-scrollbar {
  height: 8px;
  display: block !important;
}

#sp-galeria .moduleItemIntrotext::-webkit-scrollbar-track {
  background: rgba(255, 20, 147, 0.08);
  border-radius: 4px;
  margin: 0 10px;
}

#sp-galeria .moduleItemIntrotext::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff1493, #ff006e);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(255, 20, 147, 0.4);
  min-width: 60px;
}

#sp-galeria .moduleItemIntrotext::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #ff4da6, #ff1493);
  box-shadow: 0 0 14px rgba(255, 20, 147, 0.6);
}


@media (max-width: 768px) {
  #sp-galeria .moduleItemIntrotext {
    overflow-x: scroll !important;
    overflow-y: hidden;
    padding-bottom: 14px;
    margin-bottom: 8px;
  }

  #sp-galeria .moduleItemIntrotext::-webkit-scrollbar {
    height: 6px;
    display: block !important;
    -webkit-appearance: none;
  }
}


#sp-galeria {
  position: relative;
}

#sp-galeria::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: calc(100% - 14px);

  pointer-events: none;
  z-index: 2;
}

#sp-galeria::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: calc(100% - 14px);

  pointer-events: none;
  z-index: 2;
}#kunena.layout .table-bordered>tbody>tr>td,
#kunena.layout .table-bordered>tbody>tr>th,
#kunena.layout .table-bordered>tfoot>tr>td,
#kunena.layout .table-bordered>tfoot>tr>th,
#kunena.layout .table-bordered>thead>tr>td,
#kunena.layout .table-bordered>thead>tr>th {
  border: none;

  /* Borde fino, oscuro y poco invasivo */
  border-top: 1px solid rgba(0, 105, 125, 0.28);
  border-left: 1px solid rgba(0, 105, 125, 0.28);
  border-right: 1px solid rgba(0, 105, 125, 0.28);

 
  box-shadow:
    0 0 1px rgba(0, 105, 125, 0.12),
    0 0 3px rgba(0, 105, 125, 0.08);

  background-color: transparent;

  animation: kunenaNeonSoft 18s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes kunenaNeonSoft {
  0%, 100% {
    border-color: rgba(0, 90, 110, 0.22);
    box-shadow:
      0 0 1px rgba(0, 90, 110, 0.08),
      0 0 2px rgba(0, 90, 110, 0.05);
  }

  50% {
    border-color: rgba(0, 140, 160, 0.38);
    box-shadow:
      0 0 2px rgba(0, 140, 160, 0.18),
      0 0 5px rgba(0, 140, 160, 0.10);
  }
}

.avisos1 .moduleItemIntrotext a,
.avisos2 .moduleItemIntrotext a{
    position:relative;
    display:inline-block;
    padding:5px;
    border-radius:10px;
    overflow:hidden;
    background:#00020d;
    line-height:0;

    
}

.avisos1 .moduleItemIntrotext img,
.avisos2 .moduleItemIntrotext img{
    position:relative;
    z-index:2;
    display:block;
    width:160px;
    height:220px;
    object-fit:cover;
    border-radius:8px;
}

.avisos1 .moduleItemIntrotext a::after,
.avisos2 .moduleItemIntrotext a::after{
    content:"";
    position:absolute;
    inset:6px;
    background:;
    border-radius:12px;
    z-index:1;
}
.avisos1 .moduleItemIntrotext a,
.avisos2 .moduleItemIntrotext a{
    margin-bottom: 25px !important;
}
/* ===========================
   AVISO 1
   GUSANOS CORTOS
=========================== */

.avisos1 .moduleItemIntrotext a:nth-of-type(1)::before{
    content:"";
    position:absolute;
    width:320%;
    height:320%;
    left:-110%;
    top:-110%;

    background:conic-gradient(
        transparent 0deg,
        transparent 25deg,
        #00ffff 42deg,
        #00ffff 82deg,
        transparent 100deg,
        transparent 180deg,
        #ff30ff 198deg,
        #ff30ff 238deg,
        transparent 256deg,
        transparent 360deg
    );

  

    animation:rotarAviso 3.2s linear infinite;
    z-index:0;
}

/* ===========================
   AVISO 2
   GUSANOS DOBLES INVERTIDOS
=========================== */

.avisos1 .moduleItemIntrotext a:nth-of-type(2)::before{
    content:"";
    position:absolute;
    width:320%;
    height:320%;
    left:-110%;
    top:-110%;

    background:conic-gradient(
        transparent 0deg,
        transparent 30deg,
        #ff30ff 48deg,
        #ff30ff 88deg,
        transparent 108deg,
        transparent 185deg,
        #00ffff 205deg,
        #00ffff 245deg,
        transparent 265deg,
        transparent 360deg
    );

    filter:
        blur(3px)
        drop-shadow(0 0 10px #ff30ff)
        drop-shadow(0 0 10px #00ffff);

    animation:rotarAviso 3.2s linear infinite reverse;
    z-index:0;
}

/* ===========================
   AVISO 3
   COMETAS LATERALES
=========================== */

.avisos2 .moduleItemIntrotext a:nth-of-type(1)::before{
    content:"";
    position:absolute;
    width:320%;
    height:320%;
    left:-110%;
    top:-110%;

    background:conic-gradient(
        transparent 0deg,
        transparent 10deg,
        #00ffff 30deg,
        #00ffff 65deg,
        transparent 90deg,
        transparent 170deg,
        #ff30ff 210deg,
        #ff30ff 245deg,
        transparent 275deg,
        transparent 360deg
    );

    filter:
        blur(3px)
        drop-shadow(0 0 10px #00ffff)
        drop-shadow(0 0 10px #ff30ff);

    animation:rotarAviso 3.2s linear infinite;
    z-index:0;
}

/* ===========================
   AVISO 4
   COMETAS CRUZADOS
=========================== */

.avisos2 .moduleItemIntrotext a:nth-of-type(2)::before{
    content:"";
    position:absolute;
    width:320%;
    height:320%;
    left:-110%;
    top:-110%;

    background:conic-gradient(
        transparent 0deg,
        transparent 55deg,
        #ff30ff 75deg,
        #ff30ff 115deg,
        transparent 135deg,
        transparent 220deg,
        #00ffff 240deg,
        #00ffff 280deg,
        transparent 300deg,
        transparent 360deg
    );

    filter:
        blur(3px)
        drop-shadow(0 0 10px #ff30ff)
        drop-shadow(0 0 10px #00ffff);

    animation:rotarAviso 3.2s linear infinite reverse;
    z-index:0;
}

/* ===========================
   HOVER GENERAL IGUAL PARA TODOS
=========================== */

.avisos1 .moduleItemIntrotext a:hover,
.avisos2 .moduleItemIntrotext a:hover{
    transform:scale(1.03);

    box-shadow:
        0 0 12px #00ffff,
        0 0 22px #ff30ff,
        0 0 34px rgba(0,255,255,.55),
        0 0 45px rgba(255,48,255,.45);

    transition:.3s;
}

/* ===========================
   ANIMACIÓN ÚNICA
=========================== */

@keyframes rotarAviso{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
/* =========================================================
   ICONOS SVG — MENÚ PRINCIPAL
   Reemplazo de Font Awesome
   ========================================================= */

.sp-megamenu-parent > li > a::before {
    content: "" !important;

    display: inline-block !important;

    width: 10px;
    height: 10px;

    margin-right: 6px;

    background-color: #9a9a9a;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;

    vertical-align: middle;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}


/* HOME
   Antes: \f015
   ----------------------------------------- */

.sp-megamenu-parent > li:nth-child(1) > a::before {
    -webkit-mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-home.svg") !important;

    mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-home.svg") !important;
}


/* FORO
   Antes: \f086
   ----------------------------------------- */

.sp-megamenu-parent > li:nth-child(2) > a::before {
    -webkit-mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-comments.svg") !important;

    mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-comments.svg") !important;
}


/* INGRESAR
   Antes: \f2f6
   ----------------------------------------- */

.sp-megamenu-parent > li:nth-child(3) > a::before {
    -webkit-mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-sign-in-alt.svg") !important;

    mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-sign-in-alt.svg") !important;
}


/* REGISTRARSE
   Antes: \f234
   ----------------------------------------- */

.sp-megamenu-parent > li:nth-child(4) > a::before {
    -webkit-mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-user-plus.svg") !important;

    mask-image:
        url("/masajes/media/lacamilla/icons/fa/fa-user-plus.svg") !important;
}


/* =========================================================
   HOVER / ACTIVO
   ========================================================= */

.sp-megamenu-parent > li > a:hover::before,
.sp-megamenu-parent > li.active > a::before,
.sp-megamenu-parent > li.current-item > a::before {
    background-color: currentColor;
    transform: translateY(-1px);
}