.titulo span {
  color: #f73449;
}
.titulo h2 {
  position: relative;
}
.titulo h2::before {
  position: absolute;
  left: -20px;
  top: -1px;
  content: "";
  border-radius: 43.5px;
  background: rgba(255, 255, 255, 0.08);
  max-width: 550px;
  max-height: 87px;
  width: 100%;
  height: 100%;
}

.box-redes {
  margin-right: 5px;
  border-radius: 22px;
  background: rgba(217, 217, 217, 0.12);
  padding: 7px 15px;
}

.box-navegador {
  position: relative;
}
.box-navegador::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-15deg);
  background: #fff;
  border-radius: 16px;
}

.box-img {
  position: relative;
  z-index: 0;
}
.box-img::before {
  content: "";
  border-left: 4px solid #f73449;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 4px;
  height: 209px;
  z-index: -1;
}
.box-img::after {
  content: "";
  border: 2px solid #f73449;
  position: absolute;
  right: -20px;
  top: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 419px;
  max-height: 522px;
}

.jv-recent {
  display: grid;
  gap: 16px;
}
.jv-recent__item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  align-items: start;
}
.jv-recent__thumb {
  width: 100px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
}
.jv-recent__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.jv-recent__thumb:hover img {
  transform: scale(1.05);
}
.jv-recent__thumb--placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
}
.jv-recent__body {
  display: grid;
  gap: 6px;
}
.jv-recent__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #222;
}
.jv-recent__title a {
  color: inherit;
  text-decoration: none;
}
.jv-recent__title a:hover {
  color: #ef4444;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.jv-recent__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}
.jv-recent__icon {
  display: inline-flex;
  line-height: 0;
  color: #ef4444;
  opacity: 0.9;
}

@media (max-width: 560px) {
  .jv-recent__item {
    grid-template-columns: 80px 1fr;
  }
  .jv-recent__thumb {
    width: 80px;
    height: 80px;
  }
}
@media (prefers-color-scheme: dark) {
  .jv-recent__item {
    background-color: transparent;
  }
  .jv-recent__title {
    color: #e5e7eb;
  }
  .jv-recent__meta {
    color: #9ca3af;
  }
}/*# sourceMappingURL=estilos.css.map */