
/* Sidebar menu: neon cyberpunk revamp */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(3, 14, 10, .92);
}

#sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(158, 255, 245, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 124, 224, 0.08) 1px, transparent 1px);
  background-size: 100% 4px, 26px 100%;
  opacity: 0.35;
  mix-blend-mode: screen;
}

#sidebar ul {
  position: relative;
  z-index: 1;
}

#sidebar ul li > span,
#sidebar ul li > button,
#sidebar ul li > a {
  border: 1px solid rgba(170, 255, 245, 0.2);
  background: linear-gradient(140deg, rgba(10, 18, 28, 0.92), rgba(16, 11, 26, 0.9));
  color: #d8fffa;
  box-shadow: inset 0 0 0 1px rgba(232, 255, 255, 0.03), 0 0 0 1px rgba(88, 255, 232, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

#sidebar ul li > span.bg-slate-100,
#sidebar ul li > button.bg-slate-100,
#sidebar ul li > a.bg-slate-100 {
  background: linear-gradient(140deg, rgba(10, 18, 28, 0.92), rgba(16, 11, 26, 0.9));
  color: #d8fffa;
}

#sidebar ul li > span.bg-emerald-300,
#sidebar ul li > button.bg-emerald-300,
#sidebar ul li > a.bg-emerald-300 {
  border-color: rgba(255, 113, 221, 0.8);
  background:
    linear-gradient(135deg, rgba(24, 255, 208, 0.22), rgba(255, 82, 186, 0.24)),
    linear-gradient(140deg, rgba(9, 19, 31, 0.96), rgba(27, 8, 33, 0.96));
  color: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(208, 255, 250, 0.14),
    0 0 0 1px rgba(255, 113, 221, 0.3),
    0 0 18px rgba(255, 68, 197, 0.28),
    0 0 26px rgba(57, 255, 230, 0.2);
  transform: translateX(0px);
  text-shadow: 0 0 10px rgba(189, 255, 247, 0.35);
}

#sidebar ul li > span:hover,
#sidebar ul li > button:hover,
#sidebar ul li > a:hover {
  transform: translateX(2px);
  border-color: rgba(255, 130, 229, 0.75);
  box-shadow:
    inset 0 0 0 1px rgba(255, 186, 242, 0.2),
    0 0 20px rgba(255, 79, 214, 0.28),
    0 0 28px rgba(0, 255, 242, 0.18);
  color: #ffffff;
}

#sidebar ul li > span.bg-emerald-300:hover,
#sidebar ul li > button.bg-emerald-300:hover,
#sidebar ul li > a.bg-emerald-300:hover {
  transform: translateX(2px);
  border-color: rgba(255, 150, 230, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(220, 255, 251, 0.18),
    0 0 0 1px rgba(255, 138, 226, 0.34),
    0 0 22px rgba(255, 71, 205, 0.34),
    0 0 30px rgba(72, 255, 232, 0.26);
}

#sidebar ul li:first-child > div {
  border: 1px solid rgba(156, 255, 244, 0.32);
  background: linear-gradient(120deg, rgba(7, 26, 34, 0.95), rgba(29, 9, 35, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(214, 255, 252, 0.05),
    0 0 0 1px rgba(112, 255, 244, 0.1);
}

#sidebar ul li:first-child > div:hover {
  transform: none;
  border-color: rgba(156, 255, 244, 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(214, 255, 252, 0.05),
    0 0 0 1px rgba(112, 255, 244, 0.1);
}

#sidebar .lang-btn:not(.bg-emerald-300),
#sidebar #close-sidebar {
  color: #d7fff8;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#sidebar .lang-btn:hover,
#sidebar #close-sidebar:hover {
  background: linear-gradient(120deg, rgba(62, 191, 195, 0.2), rgba(156, 78, 172, 0.2));
  color: #eafcf9;
  box-shadow: inset 0 0 0 1px rgba(184, 245, 241, 0.15);
}

#sidebar .lang-btn.bg-emerald-300 {
  background: linear-gradient(120deg, rgba(98, 215, 204, 0.72), rgba(132, 214, 165, 0.7));
  color: #072a24;
  font-weight: 600;
  text-shadow: 0 0 4px rgba(239, 255, 252, 0.25);
  box-shadow:
    inset 0 0 0 1px rgba(236, 255, 250, 0.42),
    0 0 10px rgba(75, 255, 220, 0.2);
}

#sidebar .lang-btn.bg-emerald-300:hover {
  background: linear-gradient(120deg, rgba(112, 226, 214, 0.8), rgba(147, 221, 178, 0.78));
  color: #04241f;
}

#sidebar img {
  filter: hue-rotate(64deg) saturate(1) drop-shadow(0 0 3px rgba(255, 98, 229, .36));
}

#sidebar li .border-t {
  border-color: rgba(180, 255, 250, 0.24) !important;
}

#menu-toggle {
  border: 1px solid rgba(110, 255, 244, 0.5);
  border-radius: 0.4rem;
  background: linear-gradient(140deg, rgba(2, 18, 21, 0.85), rgba(34, 5, 38, 0.85));
  touch-action: manipulation;
}

#menu-toggle img {
  filter: hue-rotate(90deg) saturate(3.25) invert(1) drop-shadow(0 0 8px rgba(148, 255, 246, 0.42));
}

@media (max-width: 767px) {
  #sidebar.-translate-x-full {
    pointer-events: none;
  }

  #sidebar {
    backdrop-filter: blur(2px);
  }
}

/* Skills section: cyberpunk/matrix revamp */
#skills {
  position: relative;
  overflow: hidden;
  /*background:
    radial-gradient(circle at 15% 20%, rgba(20, 255, 120, 0.14), transparent 42%),
    radial-gradient(circle at 85% 70%, rgba(0, 230, 255, 0.1), transparent 45%),
    linear-gradient(135deg, #030706 0%, #070d0c 45%, #020404 100%);*/
  border-radius: 1.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

#skills::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      to bottom,
      rgba(130, 255, 180, 0.08) 0px,
      rgba(130, 255, 180, 0.08) 1px,
      transparent 1px,
      transparent 4px
    ),
    repeating-linear-gradient(
      to right,
      rgba(80, 240, 170, 0.06) 0px,
      rgba(80, 240, 170, 0.06) 1px,
      transparent 1px,
      transparent 28px
    );
  mix-blend-mode: screen;
  opacity: 0.5;
}

#skills .grid {
  position: relative;
  z-index: 1;
  gap: 1rem;
}

#skills .grid > div {
  position: relative;
  /*background: linear-gradient(160deg, rgba(3, 14, 10, 0.9), rgba(4, 22, 16, 0.8));*/
    background: linear-gradient(160deg, rgba(3, 14, 10, .92), rgba(6, 20, 18, .9)) !important;
  color: #d8ffe7;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#skills .grid > div::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  border: 1px solid rgba(140, 255, 194, 0.2);
  pointer-events: none;
}

#skills .grid > div:hover {
  border-color: rgba(135, 255, 190, 0.78);
}

#skills h3 {
  color: #c9ffde;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(30, 255, 146, 0.4);
}

#skills p {
  color: #a8f7cc;
  text-wrap: balance;
}

#skills .flex.flex-wrap.gap-2.justify-center {
  gap: 0.5rem;
}

#skills .rounded-full {
  background: rgba(6, 35, 24, 0.85);
  color: #9fffc8;
  border: 1px solid rgba(110, 255, 179, 0.5);
  border-radius: 999px;
  box-shadow: inset 0 0 8px rgba(48, 255, 164, 0.13);
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#skills .rounded-full:hover {
  color: #e6fff2;
  border-color: rgba(168, 255, 215, 0.85);
  box-shadow:
    inset 0 0 10px rgba(93, 255, 185, 0.25),
    0 0 12px rgba(66, 255, 170, 0.2);
}

#skills img {
  filter: hue-rotate(80deg) saturate(1.4) drop-shadow(0 0 8px rgba(120, 255, 188, 0.35));
}

@media (max-width: 767px) {
  #skills {
    border-radius: 1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  #skills .grid > div {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Experience section: cyberpunk revamp */
#experience {
  position: relative;
}

#experience > div > div {
  position: relative;
  background: linear-gradient(160deg, rgba(3, 14, 10, 0.92), rgba(6, 20, 18, 0.9)) !important;
  /*color: #d8ffe7;*/
}

#experience > div > div:hover {
  border-color: rgba(130, 255, 210, 0.65) !important;
}

#experience h4 {
  color: #c9ffde;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#experience .flex.flex-wrap.gap-2 span {
  background: rgba(6, 35, 24, 0.8) !important;
  color: #9fffc8;
  border: 1px solid rgba(110, 255, 179, 0.5);
  border-radius: 0.375rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  box-shadow: inset 0 0 8px rgba(48, 255, 164, 0.1);
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#experience .flex.flex-wrap.gap-2 span:hover {
  color: #e6fff2;
  border-color: rgba(168, 255, 215, 0.8);
  box-shadow:
    inset 0 0 10px rgba(93, 255, 185, 0.2),
    0 0 12px rgba(66, 255, 170, 0.15);
}

#experience img {
    filter: hue-rotate(75deg) saturate(3) drop-shadow(0 0 6px rgba(120, 205, 120, .1));
  }

#experience .code-block {
  background: linear-gradient(165deg, rgba(8, 12, 15, 0.95), rgba(10, 15, 20, 0.93)) !important;
}

#experience .code-block code {
  color: #d8ffe7;
}

@media (max-width: 767px) {
  #experience > div > div {
    margin-top: 1rem;
  }
}

/* Contact section: cyberpunk revamp */
#contact {
  position: relative;
}

#contact form > div.absolute img {
  filter: hue-rotate(70deg) saturate(1.35) drop-shadow(0 0 7px rgba(120, 255, 188, 0.3));
}

#contact form > div.bg-slate-100 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(20, 255, 120, 0.1), transparent 40%),
    radial-gradient(circle at 82% 76%, rgba(0, 230, 255, 0.08), transparent 45%),
    linear-gradient(145deg, rgba(4, 14, 11, 0.95), rgba(5, 18, 13, 0.93));
}

#contact form > div.bg-slate-100::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      to bottom,
      rgba(130, 255, 180, 0.07) 0px,
      rgba(130, 255, 180, 0.07) 1px,
      transparent 1px,
      transparent 4px
    );
  opacity: 0.35;
}

#contact label {
  color: #c9ffde;
}

#contact #error-nombre,
#contact #error-email,
#contact #error-mensaje {
  color: #ff7b8d;
}

#contact input,
#contact textarea {
  background: rgba(6, 28, 21, 0.8);
  border: 1px solid rgba(100, 255, 177, 0.36);
  color: #ddffeb;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: rgba(191, 255, 222, 0.45);
}

#contact input:focus,
#contact textarea:focus {
  outline: none;
  border-color: rgba(146, 255, 202, 0.78);
  background: rgba(8, 34, 26, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(178, 255, 221, 0.1),
    0 0 0 1px rgba(83, 255, 173, 0.22),
    0 0 14px rgba(57, 255, 167, 0.18);
}

#contact #buttons-container #sendform {
  background: linear-gradient(130deg, rgba(82, 220, 184, 0.85), rgba(106, 236, 164, 0.86));
  border: 1px solid rgba(171, 255, 221, 0.55);
  color: #043127;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 0 0 1px rgba(236, 255, 248, 0.38),
    0 0 14px rgba(75, 255, 220, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

#contact #buttons-container #sendform:hover {
  transform: translateY(-2px);
  border-color: rgba(188, 255, 229, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(236, 255, 248, 0.5),
    0 0 18px rgba(84, 255, 224, 0.32);
}

#contact #buttons-container > div {
  color: #d5ffe8;
  background: rgba(5, 24, 18, 0.66);
  border: 1px solid rgba(125, 255, 190, 0.25);
  border-radius: 0.65rem;
  padding: 0.6rem 0.8rem;
}

@media (max-width: 767px) {
  #contact form > div.bg-slate-100 {
    border-radius: 1rem;
  }
}

/* Bio section: cyberpunk revamp (titles intentionally untouched) */
#bio .code-block {
    background: linear-gradient(165deg, rgba(8, 12, 15, .95), rgba(10, 15, 20, .93)) !important;
}

#bio {
  position: relative;
}

#bio .grid > div {
  position: relative;
  background:
    radial-gradient(circle at 16% 18%, rgba(20, 255, 120, 0.09), transparent 40%),
    radial-gradient(circle at 86% 72%, rgba(0, 230, 255, 0.08), transparent 46%),
    linear-gradient(150deg, rgba(3, 14, 11, 0.93), rgba(6, 20, 16, 0.9)) !important;
}

#bio p,
#bio blockquote,
#bio [data-translate^="lang-"] {
  color: #c9f9dd !important;
}

#bio blockquote {
  border-left: 2px solid rgba(130, 255, 210, 0.45);
  padding-left: 0.9rem;
  text-shadow: 0 0 7px rgba(84, 255, 189, 0.14);
}

#bio .flex.flex-wrap.gap-0 > div,
#bio .flex.flex-wrap.lg\:gap-4 > div {
  background: rgba(6, 35, 24, 0.78) !important;
  box-shadow: inset 0 0 8px rgba(48, 255, 164, 0.11);
}

#bio .flex.flex-wrap.gap-0 > div:hover,
#bio .flex.flex-wrap.lg\:gap-4 > div:hover {
  border-color: rgba(168, 255, 215, 0.82);
  box-shadow:
    inset 0 0 10px rgba(93, 255, 185, 0.22),
    0 0 14px rgba(66, 255, 170, 0.15);
}

#bio img {
  filter: hue-rotate(72deg) saturate(1.2) drop-shadow(0 0 6px rgba(120, 255, 188, 0.24));
}

@media (max-width: 767px) {
  #bio .grid > div {
    border-radius: 1rem;
  }
}

/* Footer + toast: cyberpunk touchup */
main > section.m-0.pb-0 > div.text-center {
  position: relative;
  overflow: hidden;
  color: #d7ffea;
  border-top: 1px solid rgba(124, 255, 197, 0.34);
  background:
    radial-gradient(circle at 16% 20%, rgba(20, 255, 120, 0.12), transparent 40%),
    radial-gradient(circle at 84% 72%, rgba(0, 230, 255, 0.09), transparent 46%),
    linear-gradient(145deg, rgba(3, 15, 12, 0.97), rgba(6, 20, 16, 0.94)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(158, 255, 220, 0.08),
    0 -8px 20px rgba(0, 0, 0, 0.35);
}

main > section.m-0.pb-0 > div.text-center::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(130, 255, 180, 0.07) 0px,
    rgba(130, 255, 180, 0.07) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.3;
}

main > section.m-0.pb-0 > div.text-center img {
  filter: hue-rotate(74deg) saturate(1.25) drop-shadow(0 0 7px rgba(110, 255, 190, 0.28));
}

#toast {
  border: 1px solid rgb(255 162 118 / 40%);
  color: #dcffec;
  background:
radial-gradient(circle at 18% 22%, rgb(255 162 118 / 40%), transparent 46%), linear-gradient(145deg, rgb(51 15 15 / 94%), rgb(52 17 17 / 94%));
  box-shadow:
    inset 0 0 0 1px rgba(180, 255, 226, 0.09),
    0 0 0 1px rgba(84, 255, 183, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.46);
}

#toast img.toast-img {
  filter: hue-rotate(68deg) saturate(1.2) drop-shadow(0 0 7px rgba(110, 255, 190, 0.24));
}

@media (max-width: 767px) {
  #toast {
    border-radius: 0.8rem;
  }
}

aside ul li:nth-child(8) {
  animation-delay: 1.4s;
}

aside ul li:nth-child(9) {
  animation-delay: 1.5s;
}

aside ul li:nth-child(10) {
  animation-delay: 1.6s;
}

input:invalid {
  box-shadow: none;
  outline: none;
}

#sidebar{
-ms-overflow-style: none;
scrollbar-width: none;
}

section{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.toast-img{
    position: absolute;
    right: 0px;
    top: -40px;
}

.hello__div { 
    justify-content: center;
    text-align: center;
    width: inherit;
    height: auto;
    position: absolute;
    transform: scale(0.6);

    z-index: 10;
    height: inherit;
    display: flex;
    /*margin: -1rem auto 0 3rem;*/
}

.hello__svg {
  fill: none;
  stroke: #fff; /* Changed from #fff to #000 */
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 32px;
  stroke-dasharray: 5800px;
  stroke-dashoffset: 5800px;
  animation: anim__hello linear 5s forwards;
  width: 100%;

  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

@keyframes anim__hello {
  0% {
    stroke-dashoffset: 5800;
  }
  25% {
    stroke-dashoffset: 5800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.new__bg {
    height: 100%;
    min-height: 230px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.bg-image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    z-index: 0;
    border-radius: 20px;
    height: auto;
}

#hello{
      /*background: linear-gradient(217deg, oklch(92.5% 0.084 155.995), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, oklch(90.1% 0.058 230.902), rgba(0, 255, 0, 0) 65%), linear-gradient(336deg, oklch(94.5% 0.129 101.54), rgba(0, 0, 255, 0) 70.71%)*/
      background: linear-gradient(217deg, oklch(0.68 0.08 172.23), rgba(0, 128, 128, 0) 70.71%), linear-gradient(127deg, oklch(.35 .16 299.01), rgba(160, 0, 255, 0) 65%), linear-gradient(336deg, oklch(50% .3 240), rgba(0, 64, 255, 0) 70.71%);
      color: white;
    }

.liquid-glass{
            border: 1px solid rgba(255, 255, 255, 0.2);
            background-color: rgba(255, 255, 255, 0.2);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.liquid-glass:hover{
            background-color: rgba(255, 255, 255, 0.4);
}

.full-color{
  background-color: oklch(.35 .16 299.01);
  color: white;
}

.hue20{
    filter: hue-rotate(-20deg);
}

img.hue10 {
  filter: hue-rotate(10deg) contrast(1.1) brightness(0.95);
}
/* Only apply CRT filter to image area */
.crt {
  /*filter: grayscale(0) sepia(0.8) hue-rotate(70deg) brightness(1) contrast(1) saturate(1) blur(.4px);*/
  filter: hue-rotate(0deg) brightness(1) contrast(1) saturate(1) blur(.1px);
  /*overflow: hidden;
  position: relative;*/
} 

/* Scanlines over CRT */
.crt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15) 0px,
    rgba(0, 0, 0, 0.15) 1px,
    transparent 1px,
    transparent 3px
  );
  pointer-events: none;
  z-index: 50;
  animation:
    flicker 0.15s infinite,
    scanline-scroll 30s linear infinite;
  border-radius: 1.5rem;
  background-size: 100% 4px; /* match pattern height */
}

.dot-container{
  flex: none;
}

/* Red dot remains untouched by CRT filter */
.dot-container::before {
    content: "";
    position: absolute;
    top: 117px;
    right: 113px;
    padding: 5px;
    width: 0px;
    height: 0px;
    background-color: #7d1010;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: terminator-pulse 4s infinite ease;
  box-shadow:
    0 0 8px rgba(255, 0, 0, 0.9),
    0 0 16px rgba(255, 0, 0, 0.6),
    0 0 32px rgba(255, 0, 0, 0.4);
  z-index: 30;
    filter: blur(1px);
}

/* Media queries and keyframes stay the same */

@keyframes terminator-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
    box-shadow:
      0 0 6px rgba(255, 0, 0, 0.7),
      0 0 18px rgba(255, 0, 0, 0.4),
      0 0 24px rgba(255, 0, 0, 0.2);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
    box-shadow:
      0 0 18px rgba(255, 0, 0, 1),
      0 0 24px rgba(255, 0, 0, 0.8),
      0 0 32px rgba(255, 0, 0, 0.6),
      0 0 48px rgba(255, 0, 0, 0.4); /* Intense glow */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
    box-shadow:
      0 0 6px rgba(255, 0, 0, 0.7),
      0 0 18px rgba(255, 0, 0, 0.4),
      0 0 24px rgba(255, 0, 0, 0.2);
  }
}

@keyframes scanline-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}


/* Flicker animation */
@keyframes flicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.97; }
}
@media (width < 40rem) { 
.dot-container:before {
    right: 122px;
    top: 109px;
} }

@media (width <= 15rem) { 
.dot-container:before {
    display:none;
} 
}

@media (width >= 64rem) {
/*.hello__div{
    margin: -3rem auto 0 3rem;
}*/
code{
  font-size: 1.1em;
}
}
