/* =========================
   Servicio detalle - Base
========================= */

.servicio-detalle-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 16%, rgba(78, 123, 255, 0.09), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(211, 99, 255, 0.12), transparent 31%),
    radial-gradient(circle at 50% 100%, rgba(255, 166, 218, 0.12), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 56%, #fbf7ff 100%);
  color: #071033;
}

.servicio-detalle-page * {
  box-sizing: border-box;
}

.servicio-detalle-page a {
  text-decoration: none;
}

.servicio-detalle {
  position: relative;
  isolation: isolate;
  padding: 54px 0 72px;
}

.servicio-detalle-container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.servicio-detalle-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.servicio-detalle-glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.72;
}

.servicio-detalle-glow-one {
  top: 110px;
  left: -140px;
  width: 320px;
  height: 320px;
  background: rgba(79, 111, 255, 0.13);
}

.servicio-detalle-glow-two {
  top: 70px;
  right: -150px;
  width: 390px;
  height: 390px;
  background: rgba(201, 85, 255, 0.13);
}

.servicio-detalle-glow-three {
  left: 44%;
  bottom: -180px;
  width: 430px;
  height: 430px;
  background: rgba(255, 163, 218, 0.13);
}


/* =========================
   Encabezado compacto
========================= */

.servicio-detalle-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.servicio-detalle-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  margin: 0 auto 18px;
  padding: 7px 17px;
  border: 1px solid rgba(86, 116, 255, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 249, 255, 0.72));
  box-shadow:
    0 14px 34px rgba(69, 92, 210, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  color: #5a6bff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.servicio-detalle-heading h1 {
  margin: 0;
  color: #071033;
  font-size: clamp(2.7rem, 4.7vw, 4.75rem);
  line-height: 0.96;
  font-weight: 850;
  letter-spacing: -0.075em;
}

.servicio-detalle-heading h1 span {
  display: block;
  color: #071033;
  font-weight: 760;
}

.servicio-detalle-heading h1 strong {
  display: block;
  margin-top: 4px;
  background: linear-gradient(90deg, #4f6fff 0%, #7e5cff 48%, #d869ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}

.servicio-detalle-heading p {
  max-width: 650px;
  margin: 18px auto 0;
  color: rgba(7, 16, 51, 0.68);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.55;
  font-weight: 600;
}


/* =========================
   Card principal
========================= */

.servicio-detalle-card {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(176, 190, 255, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 8%, rgba(78, 123, 255, 0.16), transparent 32%),
    radial-gradient(circle at 92% 10%, rgba(213, 105, 255, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(9, 16, 48, 0.99), rgba(18, 24, 63, 0.98) 56%, rgba(35, 32, 88, 0.96));
  box-shadow:
    0 30px 76px rgba(13, 26, 74, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.servicio-detalle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), transparent 34%, rgba(198, 99, 255, 0.08)),
    radial-gradient(circle at 52% 110%, rgba(79, 111, 255, 0.16), transparent 42%);
  opacity: 0.86;
}

.servicio-detalle-card > * {
  position: relative;
  z-index: 1;
}

.servicio-detalle-card-shine {
  position: absolute;
  top: -58%;
  left: -92%;
  width: 54%;
  height: 224%;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 26%,
    rgba(255, 255, 255, 0.23) 50%,
    rgba(255, 255, 255, 0.05) 74%,
    transparent 100%
  );
  transform: rotate(10deg);
  opacity: 0;
  transition:
    left 0.78s ease,
    opacity 0.28s ease;
  z-index: 2;
}

.servicio-detalle-card:hover .servicio-detalle-card-shine {
  left: 128%;
  opacity: 1;
}

.servicio-detalle-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.servicio-detalle-card-title-group {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
}


/* =========================
   Icono principal del paquete
========================= */

.servicio-detalle-icon {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 23px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.88), transparent 34%),
    radial-gradient(circle at 85% 88%, rgba(216, 111, 255, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 20px 42px rgba(79, 111, 255, 0.28),
    0 8px 24px rgba(216, 111, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.servicio-detalle-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.98), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 237, 255, 0.88) 52%, rgba(247, 231, 255, 0.86));
  box-shadow:
    0 14px 28px rgba(79, 111, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.servicio-detalle-icon span {
  color: #5a6bff;
  font-size: 1.72rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.servicio-detalle-icon-img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter:
    drop-shadow(0 8px 13px rgba(5, 9, 32, 0.2))
    drop-shadow(0 0 12px rgba(255, 255, 255, 0.28));
}

.servicio-icon-motion {
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.servicio-detalle-card:hover .servicio-icon-motion {
  transform: translateY(-3px) scale(1.06);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow:
    0 24px 48px rgba(79, 111, 255, 0.34),
    0 10px 26px rgba(216, 111, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.servicio-detalle-card .servicio-detalle-card-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(232, 238, 255, 0.9) !important;
  text-shadow: 0 2px 12px rgba(3, 8, 33, 0.45);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.servicio-detalle-card h2 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.75rem, 2.4vw, 2.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.058em;
}

.servicio-detalle-price {
  min-width: 190px;
  text-align: right;
}

.servicio-detalle-price span {
  display: block;
  margin-bottom: 6px;
  color: rgba(232, 238, 255, 0.82);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.servicio-detalle-price strong {
  display: block;
  background: linear-gradient(90deg, #7ea0ff 0%, #b985ff 48%, #ef89ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.05rem, 3vw, 3.1rem);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.servicio-detalle-price small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
  font-weight: 800;
}

.servicio-detalle-summary {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(235, 239, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.58;
  font-weight: 550;
}


/* =========================
   Contenido del paquete
========================= */

.servicio-detalle-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 22px;
}

.servicio-detalle-includes {
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.servicio-detalle-mini-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-bottom: 15px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(232, 238, 255, 0.88);
  font-size: 0.69rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.servicio-detalle-includes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.servicio-detalle-includes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  color: rgba(243, 246, 255, 0.82);
  font-size: 0.93rem;
  line-height: 1.42;
  font-weight: 650;
}

.servicio-detalle-includes li span {
  flex: 0 0 auto;
  position: relative;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f6fff 0%, #8c63ff 52%, #d96fff 100%);
  box-shadow: 0 10px 22px rgba(91, 111, 255, 0.24);
}

.servicio-detalle-includes li span::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 950;
}


/* =========================
   Nota / pensado para
========================= */

.servicio-detalle-note-box {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.105), transparent 34%),
    radial-gradient(circle at 92% 24%, rgba(207, 99, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.servicio-detalle-note-icon {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 21px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.88), transparent 34%),
    radial-gradient(circle at 84% 88%, rgba(216, 111, 255, 0.24), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 18px 36px rgba(91, 111, 255, 0.28),
    0 8px 22px rgba(216, 111, 255, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.servicio-detalle-note-icon::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.98), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 237, 255, 0.88) 52%, rgba(247, 231, 255, 0.86));
  box-shadow:
    0 12px 24px rgba(79, 111, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.servicio-detalle-note-icon span {
  color: #5a6bff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 900;
}

.servicio-detalle-note-img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter:
    drop-shadow(0 8px 12px rgba(5, 9, 32, 0.2))
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.24));
}

.servicio-detalle-note-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: center;
  min-width: 0;
}

.servicio-detalle-note-label {
  grid-column: 1;
  grid-row: 1;
  display: block;
  color: rgba(232, 238, 255, 0.9);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.servicio-detalle-note-content p {
  grid-column: 1;
  grid-row: 2;
  max-width: 620px;
  margin: 0;
  color: rgba(243, 246, 255, 0.78);
  font-size: 0.93rem;
  line-height: 1.5;
  font-weight: 600;
}

.servicio-detalle-delivery {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 160px;
  padding: 13px 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(79, 111, 255, 0.28), rgba(204, 95, 255, 0.18));
}

.servicio-detalle-delivery span {
  display: block;
  margin-bottom: 5px;
  color: rgba(232, 238, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.servicio-detalle-delivery strong {
  display: block;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.3;
  font-weight: 900;
}


/* =========================
   Botones
========================= */

.servicio-detalle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.servicio-detalle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.34s ease,
    box-shadow 0.34s ease,
    background 0.34s ease,
    border-color 0.34s ease,
    color 0.34s ease,
    filter 0.34s ease;
}

.servicio-detalle-btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, #4f6fff 0%, #8b61ff 50%, #d96fff 100%);
  box-shadow:
    0 18px 38px rgba(91, 111, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.servicio-detalle-btn-primary:hover {
  transform: translateY(-3px);
  filter: saturate(1.06);
  box-shadow:
    0 24px 48px rgba(91, 111, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.servicio-detalle-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.servicio-detalle-btn-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.13);
  box-shadow:
    0 16px 34px rgba(8, 15, 45, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.servicio-detalle-btn-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.servicio-detalle-btn-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}


/* =========================
   Empty / servicio no encontrado
========================= */

.servicio-detalle-empty {
  position: relative;
  padding: 100px 0;
}

.servicio-detalle-empty-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid rgba(91, 111, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(78, 123, 255, 0.12), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(214, 105, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 255, 0.76));
  box-shadow:
    0 28px 70px rgba(45, 56, 130, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
}

.servicio-detalle-empty-card h1 {
  margin: 16px 0 0;
  color: #071033;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.servicio-detalle-empty-card p {
  max-width: 560px;
  margin: 18px auto 0;
  color: rgba(7, 16, 51, 0.66);
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 560;
}

.servicio-detalle-empty-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f6fff 0%, #8f62ff 52%, #d86fff 100%);
  box-shadow:
    0 18px 36px rgba(91, 111, 255, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 900;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.servicio-detalle-empty-link:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow:
    0 24px 46px rgba(91, 111, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}


/* =========================
   Responsive
========================= */

@media (max-width: 1100px) {
  .servicio-detalle {
    padding: 52px 0 68px;
  }

  .servicio-detalle-container {
    max-width: 100%;
  }

  .servicio-detalle-card {
    max-width: 940px;
  }
}

@media (max-width: 960px) {
  .servicio-detalle-heading {
    margin-bottom: 28px;
  }

  .servicio-detalle-card-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .servicio-detalle-price {
    min-width: 0;
    text-align: left;
  }

  .servicio-detalle-note-content {
    grid-template-columns: 1fr;
  }

  .servicio-detalle-note-label,
  .servicio-detalle-note-content p,
  .servicio-detalle-delivery {
    grid-column: auto;
    grid-row: auto;
  }

  .servicio-detalle-delivery {
    width: fit-content;
  }

}

@media (max-width: 768px) {
  .servicio-detalle {
    padding: 46px 0 62px;
  }

  .servicio-detalle-heading h1 {
    font-size: clamp(2.45rem, 10vw, 4.2rem);
    letter-spacing: -0.066em;
  }

  .servicio-detalle-card {
    padding: 24px;
    border-radius: 30px;
  }

  .servicio-detalle-card-title-group {
    align-items: flex-start;
  }

  .servicio-detalle-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .servicio-detalle-icon::before {
    inset: 7px;
    border-radius: 16px;
  }

  .servicio-detalle-icon-img {
    width: 38px;
    height: 38px;
  }

  .servicio-detalle-card h2 {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
  }

  .servicio-detalle-price strong {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .servicio-detalle-includes ul {
    grid-template-columns: 1fr;
  }

  .servicio-detalle-note-box {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .servicio-detalle-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .servicio-detalle-btn {
    width: 100%;
  }


  .servicio-detalle-empty {
    padding: 84px 0;
  }

  .servicio-detalle-empty-card {
    padding: 32px 24px;
    border-radius: 30px;
  }
}

@media (max-width: 520px) {
  .servicio-detalle {
    padding: 42px 0 58px;
  }

  .servicio-detalle-heading {
    margin-bottom: 25px;
  }

  .servicio-detalle-eyebrow {
    margin-bottom: 16px;
  }

  .servicio-detalle-heading h1 {
    font-size: 2.55rem;
  }

  .servicio-detalle-heading p {
    font-size: 0.96rem;
  }

  .servicio-detalle-card {
    padding: 21px;
    border-radius: 28px;
  }

  .servicio-detalle-card-title-group {
    gap: 14px;
  }

  .servicio-detalle-icon {
    width: 58px;
    height: 58px;
  }

  .servicio-detalle-icon-img {
    width: 34px;
    height: 34px;
  }

  .servicio-detalle-card h2 {
    font-size: 1.75rem;
  }

  .servicio-detalle-includes,
  .servicio-detalle-note-box {
    border-radius: 22px;
  }

  .servicio-detalle-includes {
    padding: 18px;
  }

  .servicio-detalle-includes li {
    font-size: 0.91rem;
  }

  .servicio-detalle-note-box {
    padding: 17px;
  }

  .servicio-detalle-note-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .servicio-detalle-note-img {
    width: 31px;
    height: 31px;
  }

}