@charset "UTF-8";
#navbar-principal {
  background-color: white;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.8rem 0;
}
#navbar-principal .mi-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#navbar-principal .mi-logo-texto {
  font-family: "Chewy", sans-serif;
  font-size: 1.25rem;
  color: #56B3AD;
  font-weight: 600;
}
#navbar-principal .nav-link {
  font-family: "Varela Round", sans-serif;
  color: #333;
  font-size: 0.95rem;
  padding: 0.5rem 0.8rem;
  transition: color 0.2s;
}
#navbar-principal .nav-link:hover {
  color: #56B3AD;
}
#navbar-principal .nav-link.activo {
  color: #56B3AD;
  border-bottom: 2px solid #56B3AD;
  font-weight: 600;
}
#navbar-principal .usuario-navbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
#navbar-principal .usuario-navbar i {
  font-size: 1.45rem;
  color: #56B3AD;
}
#navbar-principal .usuario-navbar span {
  font-size: 0.9rem;
}
#navbar-principal .usuario-navbar:hover {
  color: #56B3AD;
}
#navbar-principal .dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0.5rem;
}
#navbar-principal .dropdown-item {
  font-family: "Varela Round", sans-serif;
  font-size: 0.9rem;
  border-radius: 8px;
  padding: 0.4rem 0.8rem;
}
#navbar-principal .dropdown-item:hover {
  background-color: rgba(250, 204, 21, 0.2);
  color: #56B3AD;
}
#navbar-principal .mi-icono {
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 0.2s;
}
#navbar-principal .mi-icono:hover {
  color: #56B3AD;
}
#navbar-principal .mi-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #F28C6F;
  color: white;
  font-size: 0.65rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
}

.mi-btn-acceder {
  font-family: "Varela Round", sans-serif;
  background-color: #FACC15;
  color: black;
  padding: 0.4rem 1.2rem;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}
.mi-btn-acceder:hover {
  opacity: 0.85;
}

.producto-detalle-top {
  row-gap: 2rem;
}

.producto-img-box {
  padding: 0.75rem !important;
}
.producto-img-box img {
  width: 100%;
  max-height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}

.producto-info-col {
  display: flex;
  flex-direction: column;
}

.producto-info-col h1 {
  font-family: "Chewy", sans-serif;
  font-size: 1.65rem;
  line-height: 1.15;
}

.producto-info-col .badge {
  font-size: 0.65rem;
  padding: 0.45rem 0.65rem !important;
}

.producto-miniaturas {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}
.producto-miniaturas img,
.producto-miniaturas .video-thumb {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 12px;
  font-size: 0.75rem;
}

.price-box {
  background: #f2fffd;
  width: 100%;
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  border-radius: 18px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}
.price-box h2 {
  font-family: "Chewy", sans-serif;
  font-size: 1.55rem;
  color: #56B3AD !important;
  margin-bottom: 1rem !important;
}
.price-box .btn {
  padding: 0.7rem 0.9rem !important;
  border-radius: 12px !important;
  font-size: 0.85rem;
  font-weight: 700;
}
.price-box .small {
  font-size: 0.74rem;
  line-height: 1.8;
}

.autor-box {
  background: #fff8f2;
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.autor-box .d-flex {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.5rem;
}

.descripcion-box {
  background: #fff;
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.descripcion-box p {
  font-family: "Varela Round", sans-serif;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.contenido-box {
  font-family: "Varela Round", sans-serif;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.7;
  padding: 1rem !important;
  border-radius: 18px !important;
}

.help-box {
  background: #fff;
  border: 2px dashed #e5e5e5;
  border-radius: 18px;
  padding: 1rem;
  box-shadow: none;
}
.help-box h5 {
  font-family: "Chewy", sans-serif;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.8rem;
}
.help-box p {
  font-family: "Varela Round", sans-serif;
  color: #777;
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.help-box .btn {
  background: #f5f5f5;
  border: none;
  border-radius: 999px;
  color: #555;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  padding: 0.75rem 1rem;
}
.help-box .btn:hover {
  background: #56B3AD;
  color: white;
}

.resenas-section {
  margin-top: 0;
}
.resenas-section .section-title {
  font-family: "Chewy", sans-serif;
  font-size: 1.35rem;
}
.resenas-section .section-title #navbar-principal {
  background-color: white;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.8rem 0;
}
.resenas-section .section-title #navbar-principal .mi-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resenas-section .section-title #navbar-principal .mi-logo-texto {
  font-family: "Chewy", sans-serif;
  font-size: 1.25rem;
  color: #56B3AD;
  font-weight: 600;
}
.resenas-section .section-title #navbar-principal .nav-link {
  font-family: "Varela Round", sans-serif;
  color: #333;
  font-size: 0.95rem;
  padding: 0.5rem 0.8rem;
  transition: color 0.2s;
}
.resenas-section .section-title #navbar-principal .nav-link:hover {
  color: #56B3AD;
}
.resenas-section .section-title #navbar-principal .nav-link.activo {
  color: #56B3AD;
  border-bottom: 2px solid #56B3AD;
  font-weight: 600;
}
.resenas-section .section-title #navbar-principal .usuario-navbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.resenas-section .section-title #navbar-principal .usuario-navbar i {
  font-size: 1.45rem;
  color: #56B3AD;
}
.resenas-section .section-title #navbar-principal .usuario-navbar span {
  font-size: 0.9rem;
}
.resenas-section .section-title #navbar-principal .usuario-navbar:hover {
  color: #56B3AD;
}
.resenas-section .section-title #navbar-principal .dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0.5rem;
}
.resenas-section .section-title #navbar-principal .dropdown-item {
  font-family: "Varela Round", sans-serif;
  font-size: 0.9rem;
  border-radius: 8px;
  padding: 0.4rem 0.8rem;
}
.resenas-section .section-title #navbar-principal .dropdown-item:hover {
  background-color: rgba(250, 204, 21, 0.2);
  color: #56B3AD;
}
.resenas-section .section-title #navbar-principal .mi-icono {
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 0.2s;
}
.resenas-section .section-title #navbar-principal .mi-icono:hover {
  color: #56B3AD;
}
.resenas-section .section-title #navbar-principal .mi-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #F28C6F;
  color: white;
  font-size: 0.65rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resenas-section .section-title a {
  text-decoration: none;
}
.resenas-section .section-title .mi-btn-acceder {
  font-family: "Varela Round", sans-serif;
  background-color: #FACC15;
  color: black;
  padding: 0.4rem 1.2rem;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}
.resenas-section .section-title .mi-btn-acceder:hover {
  opacity: 0.85;
}
.resenas-section .section-title .producto-detalle-top {
  row-gap: 2rem;
}
.resenas-section .section-title .producto-img-box {
  padding: 0.75rem !important;
}
.resenas-section .section-title .producto-img-box img {
  width: 100%;
  max-height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
.resenas-section .section-title .producto-info-col {
  display: flex;
  flex-direction: column;
}
.resenas-section .section-title .producto-info-col h1 {
  font-family: "Chewy", sans-serif;
  font-size: 1.65rem;
  line-height: 1.15;
}
.resenas-section .section-title .producto-info-col .badge {
  font-size: 0.65rem;
  padding: 0.45rem 0.65rem !important;
}
.resenas-section .section-title .producto-miniaturas {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}
.resenas-section .section-title .producto-miniaturas img,
.resenas-section .section-title .producto-miniaturas .video-thumb {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 12px;
  font-size: 0.75rem;
}
.resenas-section .section-title .price-box {
  background: #f2fffd;
  width: 100%;
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  border-radius: 18px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}
.resenas-section .section-title .price-box h2 {
  font-family: "Chewy", sans-serif;
  font-size: 1.55rem;
  color: #56B3AD !important;
  margin-bottom: 1rem !important;
}
.resenas-section .section-title .price-box .btn {
  padding: 0.7rem 0.9rem !important;
  border-radius: 12px !important;
  font-size: 0.85rem;
  font-weight: 700;
}
.resenas-section .section-title .price-box .small {
  font-size: 0.74rem;
  line-height: 1.8;
}
.resenas-section .section-title .autor-box {
  background: #fff8f2;
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.resenas-section .section-title .autor-box .d-flex {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.5rem;
}
.resenas-section .section-title .descripcion-box {
  background: #fff;
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.resenas-section .section-title .descripcion-box p {
  font-family: "Varela Round", sans-serif;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.resenas-section .section-title .contenido-box {
  font-family: "Varela Round", sans-serif;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.7;
  padding: 1rem !important;
  border-radius: 18px !important;
}
.resenas-section .section-title .help-box {
  background: #fff;
  border: 2px dashed #e5e5e5;
  border-radius: 18px;
  padding: 1rem;
  box-shadow: none;
}
.resenas-section .section-title .help-box h5 {
  font-family: "Chewy", sans-serif;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.8rem;
}
.resenas-section .section-title .help-box p {
  font-family: "Varela Round", sans-serif;
  color: #777;
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.resenas-section .section-title .help-box .btn {
  background: #f5f5f5;
  border: none;
  border-radius: 999px;
  color: #555;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  padding: 0.75rem 1rem;
}
.resenas-section .section-title .help-box .btn:hover {
  background: #56B3AD;
  color: white;
}
.resenas-section .section-title .resenas-section {
  margin-top: 0;
}
.resenas-section .section-title .resenas-section .section-title {
  font-family: "Chewy", sans-serif;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.resenas-section .section-title .resenas-scroll {
  max-height: none;
  overflow-y: visible;
  padding-right: 0;
}
.resenas-section .section-title .resena-card {
  background: #fdf6ec;
  border-radius: 18px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.resenas-section .section-title .resena-card .stars {
  color: #f4b400;
  font-size: 14px;
  letter-spacing: 3px;
}
.resenas-section .section-title .resena-card .comentario {
  font-family: "Varela Round", sans-serif;
  font-style: italic;
  color: #555;
  font-size: 0.86rem;
  line-height: 1.6;
  margin: 0.5rem 0 1rem;
}
.resenas-section .section-title .resena-card .autor {
  color: #777;
  font-weight: 700;
  font-size: 0.85rem;
}
.resenas-section .section-title .relacionados-header {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.5rem;
}
.resenas-section .section-title .relacionados-header h3 {
  font-family: "Chewy", sans-serif;
  font-size: 1.35rem;
}
.resenas-section .section-title .relacionados-header a {
  font-size: 0.85rem;
}
.resenas-section .section-title .resource-card {
  border-radius: 18px;
}
.resenas-section .section-title .resource-card .card-body {
  padding: 1rem;
}
.resenas-section .section-title .resource-card .card-body h3 {
  font-size: 0.95rem;
}
.resenas-section .section-title .resource-card .card-footer-custom .price {
  font-size: 1rem;
}
.resenas-section .section-title .resource-card .card-footer-custom .btn-carrito {
  padding: 0.45rem 0.65rem;
}
@media (min-width: 768px) {
  .resenas-section .section-title .producto-img-box {
    padding: 1rem !important;
  }
  .resenas-section .section-title .producto-img-box img {
    max-height: 360px;
  }
  .resenas-section .section-title .producto-info-col h1 {
    font-size: 2rem;
  }
  .resenas-section .section-title .producto-miniaturas {
    overflow-x: visible;
  }
  .resenas-section .section-title .producto-miniaturas img,
  .resenas-section .section-title .producto-miniaturas .video-thumb {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
  .resenas-section .section-title .price-box {
    padding: 1.2rem !important;
  }
  .resenas-section .section-title .price-box h2 {
    font-size: 1.7rem;
  }
  .resenas-section .section-title .price-box .btn {
    font-size: 0.9rem;
  }
  .resenas-section .section-title .price-box .small {
    font-size: 0.78rem;
  }
  .resenas-section .section-title .autor-box {
    border-radius: 20px;
  }
  .resenas-section .section-title .autor-box .d-flex {
    flex-direction: row;
    align-items: center !important;
  }
  .resenas-section .section-title .descripcion-box,
  .resenas-section .section-title .contenido-box,
  .resenas-section .section-title .help-box {
    padding: 1.25rem !important;
    border-radius: 20px;
  }
  .resenas-section .section-title .resenas-scroll {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 0.5rem;
  }
  .resenas-section .section-title .resena-card {
    padding: 1.2rem;
  }
  .resenas-section .section-title .relacionados-header {
    flex-direction: row;
    align-items: center !important;
  }
  .resenas-section .section-title .relacionados-header h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .resenas-section .section-title .producto-img-box img {
    max-height: 420px;
  }
  .resenas-section .section-title .producto-info-col h1 {
    font-size: 2.35rem;
  }
  .resenas-section .section-title .price-box {
    padding: 1.3rem !important;
    border-radius: 22px !important;
  }
  .resenas-section .section-title .price-box h2 {
    font-size: 1.8rem;
  }
  .resenas-section .section-title .descripcion-box {
    padding: 1.5rem !important;
  }
  .resenas-section .section-title .descripcion-box p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .resenas-section .section-title .contenido-box {
    padding: 1.5rem !important;
    font-size: 0.95rem;
  }
  .resenas-section .section-title .help-box {
    padding: 1.6rem !important;
    border-radius: 22px;
  }
  .resenas-section .section-title .resenas-scroll {
    max-height: 320px;
  }
  .resenas-section .section-title .resena-card {
    padding: 1.3rem;
  }
  .resenas-section .section-title .resena-card .comentario {
    font-size: 0.95rem;
  }
}
.resenas-section .section-title .auth-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  font-family: "Varela Round", sans-serif;
}
.resenas-section .section-title .auth-left {
  display: none;
}
.resenas-section .section-title .auth-right {
  width: 100%;
  padding: 1.5rem;
  position: relative;
}
.resenas-section .section-title .auth-back {
  display: inline-block;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.resenas-section .section-title .auth-back:hover {
  color: #56B3AD;
}
.resenas-section .section-title .auth-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.resenas-section .section-title .auth-logo img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resenas-section .section-title .auth-logo span {
  font-family: "Chewy", sans-serif;
  color: #56B3AD;
  font-size: 1.25rem;
}
.resenas-section .section-title .auth-box {
  max-width: 430px;
  margin: 0 auto;
}
.resenas-section .section-title .auth-box h1 {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #222;
}
.resenas-section .section-title .auth-subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 1.8rem;
}
.resenas-section .section-title .auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f5eadc;
  border-radius: 18px;
  padding: 0.25rem;
  margin-bottom: 1.8rem;
}
.resenas-section .section-title .auth-tabs a {
  text-align: center;
  padding: 0.8rem;
  border-radius: 15px;
  color: #666;
  font-weight: 600;
}
.resenas-section .section-title .auth-tabs a.active {
  background: #fff;
  color: #56B3AD;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .auth-field {
  margin-bottom: 1.2rem;
}
.resenas-section .section-title .auth-field label {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
.resenas-section .section-title .auth-field input {
  width: 100%;
  border: 1px solid #eadccf;
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font-family: "Varela Round", sans-serif;
  outline: none;
  background: #fffdfb;
}
.resenas-section .section-title .auth-field input:focus {
  border-color: #56B3AD;
  box-shadow: 0 0 0 4px rgba(86, 179, 173, 0.15);
}
.resenas-section .section-title .auth-label-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.resenas-section .section-title .auth-label-row a {
  color: #56B3AD;
  font-size: 0.85rem;
  font-weight: 700;
}
.resenas-section .section-title .auth-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.resenas-section .section-title .auth-check input {
  margin-top: 0.2rem;
}
.resenas-section .section-title .auth-check a {
  color: #56B3AD;
  font-weight: 700;
}
.resenas-section .section-title .auth-main-btn {
  width: 100%;
  border: none;
  border-radius: 16px;
  background: #FACC15;
  color: #222;
  padding: 1rem;
  font-weight: 900;
  font-size: 1rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.resenas-section .section-title .auth-main-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.resenas-section .section-title .auth-register-btn {
  background: #f7b8a6;
  color: white;
}
.resenas-section .section-title .auth-separator {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #999;
  font-size: 0.8rem;
  margin: 2rem 0;
}
.resenas-section .section-title .auth-separator::before, .resenas-section .section-title .auth-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.resenas-section .section-title .auth-socials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.resenas-section .section-title .auth-socials button {
  border: 1px solid #eadccf;
  background: #fffdfb;
  border-radius: 14px;
  padding: 0.85rem;
  font-weight: 600;
  color: #555;
}
.resenas-section .section-title .auth-footer-help,
.resenas-section .section-title .auth-switch {
  text-align: center;
  color: #777;
  margin-top: 2rem;
}
.resenas-section .section-title .auth-footer-help a,
.resenas-section .section-title .auth-switch a {
  color: #56B3AD;
  font-weight: 700;
}
.resenas-section .section-title .auth-two-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  .resenas-section .section-title .auth-right {
    padding: 2rem 3rem;
  }
  .resenas-section .section-title .auth-box h1 {
    font-size: 2.4rem;
  }
  .resenas-section .section-title .auth-socials {
    grid-template-columns: 1fr 1fr;
  }
  .resenas-section .section-title .auth-two-cols {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .resenas-section .section-title .auth-page {
    flex-direction: row;
  }
  .resenas-section .section-title .auth-left {
    display: flex;
    width: 50%;
    min-height: 100vh;
    background: #e9fbf8;
    padding: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .resenas-section .section-title .auth-right {
    width: 50%;
    min-height: 100vh;
    padding: 3rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .resenas-section .section-title .auth-logo {
    position: absolute;
    top: 2rem;
    right: 4rem;
    margin-bottom: 0;
  }
  .resenas-section .section-title .auth-back {
    position: absolute;
    top: 2.5rem;
    left: 4rem;
  }
  .resenas-section .section-title .auth-preview-card {
    width: 100%;
    max-width: 560px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    background: white;
  }
  .resenas-section .section-title .auth-preview-card img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .resenas-section .section-title .auth-left-content {
    text-align: center;
    max-width: 560px;
    margin-top: 2rem;
  }
  .resenas-section .section-title .auth-left-content h2 {
    font-family: "Chewy", sans-serif;
    color: #1d1d1d;
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .resenas-section .section-title .auth-left-content p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .resenas-section .section-title .auth-box {
    width: 100%;
    max-width: 460px;
  }
}
.resenas-section .section-title .user-panel {
  padding: 4rem 0;
  background: #fafafa;
}
.resenas-section .section-title .user-panel .panel-sidebar {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.resenas-section .section-title .user-panel .panel-link {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0.9rem 1rem;
  margin-bottom: 0.4rem;
  border-radius: 1rem;
  text-align: left;
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: all 0.2s ease;
}
.resenas-section .section-title .user-panel .panel-link i {
  color: #56B3AD;
  font-size: 1.1rem;
}
.resenas-section .section-title .user-panel .panel-link:hover {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
}
.resenas-section .section-title .user-panel .panel-link.active {
  background: #56B3AD;
  color: #fff;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.35);
}
.resenas-section .section-title .user-panel .panel-link.active i {
  color: #fff;
}
.resenas-section .section-title .user-panel .panel-separator {
  height: 1px;
  background: #eee;
  margin: 1rem 0;
}
.resenas-section .section-title .user-panel .panel-help {
  margin-top: 4rem;
  padding: 1.2rem;
  border-radius: 20px;
  background: #f0ecff;
  border: 1px solid #d8cef7;
}
.resenas-section .section-title .user-panel .panel-help h6 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}
.resenas-section .section-title .user-panel .panel-help p {
  font-size: 0.85rem;
  color: #fff;
  margin-bottom: 1rem;
}
.resenas-section .section-title .user-panel .panel-help .btn {
  border-radius: 50px;
  font-weight: 700;
}
.resenas-section .section-title .user-panel .panel-content {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  min-height: 420px;
}
.resenas-section .section-title .user-panel .panel-section {
  display: none;
  animation: fadePanel 0.2s ease;
}
.resenas-section .section-title .user-panel .panel-section.active {
  display: block;
}
@keyframes fadePanel {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.resenas-section .section-title .user-panel .panel-acciones-recursos .btn {
  flex: 1 1 auto;
  min-width: 120px;
}
.resenas-section .section-title .user-panel .panel-empty {
  padding: 2rem;
  border: 2px dashed #eee;
  border-radius: 1.5rem;
  text-align: center;
  color: #777;
}
.resenas-section .section-title .user-panel .security-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: #f8f9fa;
  margin-bottom: 1rem;
}
.resenas-section .section-title .user-panel .btn-favorito {
  transition: all 0.2s ease;
}
.resenas-section .section-title .user-panel .btn-favorito:hover {
  transform: scale(1.08);
}
.resenas-section .section-title .user-panel .btn-favorito.activo {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .resenas-section .section-title .user-panel {
    padding: 2rem 0;
  }
  .resenas-section .section-title .user-panel .panel-sidebar {
    margin-bottom: 1.5rem;
  }
  .resenas-section .section-title .user-panel .panel-content {
    padding: 1.4rem;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .user-panel .panel-link {
    font-size: 0.9rem;
    padding: 0.8rem;
  }
  .resenas-section .section-title .user-panel .panel-product-img {
    width: 50px;
    height: 50px;
  }
  .resenas-section .section-title .user-panel .panel-table {
    font-size: 0.85rem;
  }
  .resenas-section .section-title .user-panel .btn {
    font-size: 0.8rem;
  }
}
.resenas-section .section-title .soporte-modal {
  border-radius: 1.5rem;
  overflow: hidden;
}
.resenas-section .section-title .soporte-modal .modal-header {
  background: #56B3AD;
  color: #fff;
}
.resenas-section .section-title .soporte-modal .modal-title {
  font-weight: 700;
}
.resenas-section .section-title .soporte-modal .form-control {
  border-radius: 1rem;
}
.resenas-section .section-title .soporte-modal textarea {
  resize: none;
}
.resenas-section .section-title .perfil-page {
  background: linear-gradient(135deg, #fffdf6 0%, #fbfffd 45%, #f3fffd 100%) !important;
}
.resenas-section .section-title .perfil-hero {
  position: relative;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 1.6rem 0 1rem !important;
  margin: 0 !important;
}
.resenas-section .section-title .perfil-hero::before, .resenas-section .section-title .perfil-hero::after {
  content: none !important;
  display: none !important;
}
.resenas-section .section-title .perfil-hero .container {
  position: relative;
  z-index: 2;
}
.resenas-section .section-title .perfil-hero .d-flex {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 255, 253, 0.82) 100%) !important;
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(5px);
}
.resenas-section .section-title .perfil-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  line-height: 1;
  color: #1f2937;
  margin: 0 0 0.35rem;
}
.resenas-section .section-title .perfil-hero p {
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  color: #5f6f72;
  margin-bottom: 0.1rem !important;
}
.resenas-section .section-title .perfil-hero small {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  border: 0 !important;
  color: #2f6f6a;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
}
.resenas-section .section-title .user-panel {
  margin-top: 0 !important;
  background: linear-gradient(135deg, #fffdf6 0%, #fbfffd 45%, #f3fffd 100%) !important;
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}
.resenas-section .section-title .user-panel .panel-content {
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.14) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.08) 0%, transparent 36%), rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(250, 204, 21, 0.2) !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}
.resenas-section .section-title .user-panel .panel-sidebar {
  background: rgba(255, 255, 255, 0.84) !important;
  border: 1px solid rgba(86, 179, 173, 0.12) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}
.resenas-section .section-title .admin-page {
  background: #eef5fc;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.resenas-section .section-title .admin-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: calc(100vh - 80px);
  width: 100%;
  background: #fff;
}
.resenas-section .section-title .admin-content {
  padding: 32px clamp(16px, 3vw, 36px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #fafafa;
  overflow-x: hidden;
}
.resenas-section .section-title .admin-section {
  display: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.resenas-section .section-title .admin-section.active {
  display: block;
}
.resenas-section .section-title .admin-sidebar {
  background: #fff;
  border-right: 1px solid #eee;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resenas-section .section-title .admin-menu {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.resenas-section .section-title .admin-link {
  border: none;
  background: transparent;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  text-align: left;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.resenas-section .section-title .admin-link i {
  font-size: 1.1rem;
}
.resenas-section .section-title .admin-link:hover, .resenas-section .section-title .admin-link.active {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
}
.resenas-section .section-title .admin-back {
  padding: 1rem;
  color: #F28C6F;
  font-weight: 700;
  text-decoration: none;
}
.resenas-section .section-title .admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
}
.resenas-section .section-title .admin-header h1 {
  font-family: "Chewy", sans-serif;
  margin-bottom: 0.2rem;
}
.resenas-section .section-title .admin-header p {
  color: #666;
  margin: 0;
}
.resenas-section .section-title .admin-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.resenas-section .section-title .admin-stat-card,
.resenas-section .section-title .admin-card,
.resenas-section .section-title .admin-upload-box,
.resenas-section .section-title .admin-tip {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.resenas-section .section-title .admin-card {
  padding: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.resenas-section .section-title .admin-stat-card {
  position: relative;
  padding: 1.5rem;
}
.resenas-section .section-title .admin-stat-card span {
  color: #666;
  font-weight: 700;
}
.resenas-section .section-title .admin-stat-card h3 {
  font-weight: 900;
  margin: 0.4rem 0;
}
.resenas-section .section-title .admin-stat-card small {
  color: #555;
}
.resenas-section .section-title .admin-stat-card .stat-icon {
  position: absolute;
  right: 1.3rem;
  top: 1.5rem;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.resenas-section .section-title .admin-card-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.resenas-section .section-title .admin-card-header h2 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
}
.resenas-section .section-title .admin-card-header p {
  color: #666;
  margin: 0;
}
.resenas-section .section-title .table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.resenas-section .section-title .admin-table {
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
}
.resenas-section .section-title .admin-table thead th {
  font-size: 0.82rem;
  font-weight: 900;
  color: #111;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 16px;
  white-space: nowrap;
  background: #fff;
}
.resenas-section .section-title .admin-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf0f2;
  font-size: 0.92rem;
  vertical-align: middle;
}
.resenas-section .section-title .admin-table tbody tr:last-child td {
  border-bottom: 0;
}
.resenas-section .section-title .admin-table tbody tr:hover {
  background: #f8fdff;
}
.resenas-section .section-title .admin-table .btn {
  border-radius: 10px;
}
.resenas-section .section-title .table-responsive .admin-table {
  min-width: 850px;
}
.resenas-section .section-title .admin-product-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.resenas-section .section-title .admin-product-info img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.resenas-section .section-title .admin-badge {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
  border: 1px solid rgba(86, 179, 173, 0.25);
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}
.resenas-section .section-title .admin-status {
  font-size: 0.85rem;
  font-weight: 700;
}
.resenas-section .section-title .admin-user-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 170px;
}
.resenas-section .section-title .admin-user-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #a7d2df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}
.resenas-section .section-title .admin-user-name {
  font-weight: 900;
  color: #111;
  line-height: 1.2;
}
.resenas-section .section-title .admin-user-id {
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 2px;
}
.resenas-section .section-title .admin-user-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: nowrap;
}
.resenas-section .section-title .admin-user-actions .btn {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.resenas-section .section-title .admin-upload-box {
  min-height: 330px;
  border: 2px dashed rgba(86, 179, 173, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
}
.resenas-section .section-title .admin-upload-box .upload-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56B3AD;
  font-size: 2rem;
}
.resenas-section .section-title .admin-upload-box h3 {
  font-size: 1.1rem;
  font-weight: 900;
}
.resenas-section .section-title .admin-upload-box p {
  color: #666;
  max-width: 260px;
}
.resenas-section .section-title .admin-upload-box small {
  color: #777;
  font-size: 0.75rem;
}
.resenas-section .section-title .admin-tip {
  background: #fff8df;
  padding: 1.4rem;
}
.resenas-section .section-title .admin-tip strong {
  display: block;
  margin-bottom: 0.5rem;
}
.resenas-section .section-title .admin-tip i {
  color: #FACC15;
}
.resenas-section .section-title .admin-tip p {
  margin: 0;
  color: #555;
}
.resenas-section .section-title .admin-ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.resenas-section .section-title .admin-ticket p {
  margin: 0.2rem 0 0;
  color: #777;
  font-size: 0.9rem;
}
.resenas-section .section-title .admin-filtros-panel {
  background: linear-gradient(135deg, #ffffff 0%, #f5fdff 100%);
  border: 1px solid rgba(86, 179, 173, 0.28);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .admin-filtros-toggle {
  display: none;
  width: 100%;
  border: 1px solid rgba(86, 179, 173, 0.28);
  background: linear-gradient(135deg, #e9fbff 0%, #ffffff 100%);
  color: #333;
  border-radius: 18px;
  padding: 12px 14px;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 20px rgba(117, 224, 248, 0.2);
  transition: all 0.2s ease;
}
.resenas-section .section-title .admin-filtros-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(117, 224, 248, 0.28);
}
.resenas-section .section-title .admin-filtros-toggle-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.resenas-section .section-title .admin-filtros-toggle-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(117, 224, 248, 0.8078431373);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(86, 179, 173, 0.25);
}
.resenas-section .section-title .admin-filtros-toggle-icon i {
  font-size: 1rem;
}
.resenas-section .section-title .admin-filtros-chevron {
  color: #56B3AD;
  font-size: 1rem;
  transition: transform 0.2s ease;
}
.resenas-section .section-title .admin-filtros-toggle.is-open .admin-filtros-chevron {
  transform: rotate(180deg);
}
.resenas-section .section-title .admin-filtros-body {
  display: block;
}
.resenas-section .section-title .admin-filtros-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
}
.resenas-section .section-title .admin-filtro-item {
  flex: 0 0 auto;
  min-width: 150px;
}
.resenas-section .section-title .admin-filtro-grow {
  flex: 1 1 260px;
  min-width: 240px;
}
.resenas-section .section-title .admin-filtro-button {
  min-width: 130px;
}
.resenas-section .section-title .admin-fechas-gratuito,
.resenas-section .section-title .admin-fechas-producto {
  min-width: 150px;
}
.resenas-section .section-title .admin-filtros-panel .form-control,
.resenas-section .section-title .admin-filtros-panel .form-select {
  border-radius: 14px;
  border-color: rgba(86, 179, 173, 0.25);
}
.resenas-section .section-title .admin-filtros-panel .form-control:focus,
.resenas-section .section-title .admin-filtros-panel .form-select:focus {
  border-color: #56B3AD;
  box-shadow: 0 0 0 0.18rem rgba(117, 224, 248, 0.22);
}
.resenas-section .section-title .admin-mobile-topbar,
.resenas-section .section-title .admin-mobile-overlay {
  display: none;
}
@media (min-width: 769px) {
  .resenas-section .section-title .admin-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .resenas-section .section-title .admin-sidebar {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    max-height: none;
  }
  .resenas-section .section-title .admin-menu {
    flex-direction: column;
    overflow: visible;
  }
  .resenas-section .section-title .admin-link {
    width: 100%;
    min-width: 0;
  }
  .resenas-section .section-title .admin-back {
    display: flex;
  }
  .resenas-section .section-title .admin-mobile-topbar,
  .resenas-section .section-title .admin-mobile-overlay {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .resenas-section .section-title .admin-page {
    padding-top: 72px;
  }
  .resenas-section .section-title .admin-layout {
    display: block;
    min-height: auto;
    background: #fafafa;
  }
  .resenas-section .section-title .admin-content {
    padding: 16px 12px;
    background: #fafafa;
  }
  .resenas-section .section-title .admin-mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: linear-gradient(135deg, #ffffff 0%, #f2fcff 100%);
    border-bottom: 1px solid rgba(86, 179, 173, 0.22);
    padding: 10px 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .resenas-section .section-title .admin-mobile-menu-btn {
    border: 1px solid rgba(86, 179, 173, 0.25);
    background: linear-gradient(135deg, #e9fbff 0%, #ffffff 100%);
    border-radius: 18px;
    padding: 9px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #333;
    min-width: 0;
    flex: 1;
    box-shadow: 0 8px 20px rgba(117, 224, 248, 0.2);
  }
  .resenas-section .section-title .admin-mobile-menu-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: rgba(117, 224, 248, 0.8078431373);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .resenas-section .section-title .admin-mobile-menu-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .resenas-section .section-title .admin-mobile-menu-chevron {
    margin-left: auto;
    color: #56B3AD;
    transition: transform 0.2s ease;
  }
  .resenas-section .section-title .admin-mobile-menu-btn.is-open .admin-mobile-menu-chevron {
    transform: rotate(180deg);
  }
  .resenas-section .section-title .admin-mobile-home {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 16px;
    background: #fff;
    color: #56B3AD;
    border: 1px solid rgba(86, 179, 173, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    text-decoration: none;
  }
  .resenas-section .section-title .admin-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(2px);
  }
  .resenas-section .section-title .admin-mobile-overlay.is-open {
    display: block;
  }
  .resenas-section .section-title .admin-sidebar {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    z-index: 1051;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(86, 179, 173, 0.18);
    border-radius: 22px;
    padding: 14px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }
  .resenas-section .section-title .admin-sidebar.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .resenas-section .section-title .admin-sidebar .admin-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: visible;
  }
  .resenas-section .section-title .admin-sidebar .admin-link {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 0;
    background: transparent;
    text-align: left;
  }
  .resenas-section .section-title .admin-sidebar .admin-link i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(117, 224, 248, 0.22);
    color: #56B3AD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .resenas-section .section-title .admin-sidebar .admin-link.active {
    background: rgba(117, 224, 248, 0.8078431373);
    color: #fff;
  }
  .resenas-section .section-title .admin-sidebar .admin-link.active i {
    background: #fff;
    color: #56B3AD;
  }
  .resenas-section .section-title .admin-sidebar .admin-back {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 16px;
    margin-top: 8px;
    background: #f8f9fa;
    text-decoration: none;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .admin-content {
    padding: 14px 10px;
  }
  .resenas-section .section-title .admin-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .resenas-section .section-title .admin-header h1 {
    font-size: 1.55rem;
  }
  .resenas-section .section-title .admin-header p {
    font-size: 0.92rem;
  }
  .resenas-section .section-title .admin-card {
    padding: 14px;
    border-radius: 20px;
  }
  .resenas-section .section-title .admin-filtros-panel {
    padding: 14px;
    border-radius: 18px;
  }
  .resenas-section .section-title .admin-filtros-toggle {
    display: flex;
  }
  .resenas-section .section-title .admin-filtros-body {
    display: none;
    margin-top: 14px;
  }
  .resenas-section .section-title .admin-filtros-body.is-open {
    display: block;
  }
  .resenas-section .section-title .admin-filtros-flex {
    gap: 10px;
  }
  .resenas-section .section-title .admin-filtro-item,
  .resenas-section .section-title .admin-filtro-grow,
  .resenas-section .section-title .admin-filtro-button,
  .resenas-section .section-title .admin-fechas-gratuito,
  .resenas-section .section-title .admin-fechas-producto {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
  }
  .resenas-section .section-title .table-responsive.d-none.d-md-block {
    display: none !important;
  }
}
.resenas-section .section-title .admin-product-cards-mobile,
.resenas-section .section-title .admin-free-cards-mobile {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.resenas-section .section-title .admin-product-card-mobile,
.resenas-section .section-title .admin-free-card-mobile {
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .admin-product-card-mobile__top,
.resenas-section .section-title .admin-free-card-mobile__top {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.resenas-section .section-title .admin-product-card-mobile__image,
.resenas-section .section-title .admin-free-card-mobile__image {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
}
.resenas-section .section-title .admin-product-card-mobile__image img,
.resenas-section .section-title .admin-free-card-mobile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resenas-section .section-title .admin-product-card-mobile__info,
.resenas-section .section-title .admin-free-card-mobile__info {
  min-width: 0;
}
.resenas-section .section-title .admin-product-card-mobile__info h6,
.resenas-section .section-title .admin-free-card-mobile__info h6 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #222;
}
.resenas-section .section-title .admin-product-card-mobile__info > span,
.resenas-section .section-title .admin-free-card-mobile__info > span {
  display: block;
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 2px;
}
.resenas-section .section-title .admin-product-card-mobile__category,
.resenas-section .section-title .admin-free-card-mobile__category {
  margin-top: 6px;
  font-size: 0.84rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}
.resenas-section .section-title .admin-product-card-mobile__category i,
.resenas-section .section-title .admin-free-card-mobile__category i {
  color: #56B3AD;
}
.resenas-section .section-title .admin-product-card-mobile__menu,
.resenas-section .section-title .admin-free-card-mobile__menu {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(86, 179, 173, 0.2);
  background: #fff;
  color: #56B3AD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.resenas-section .section-title .admin-product-card-mobile__price {
  font-size: 1.1rem;
  font-weight: 900;
  color: #222;
  margin-bottom: 12px;
}
.resenas-section .section-title .admin-product-card-mobile__stats,
.resenas-section .section-title .admin-free-card-mobile__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.resenas-section .section-title .admin-product-card-mobile__stats {
  grid-template-columns: repeat(4, 1fr);
}
.resenas-section .section-title .admin-product-card-mobile__stat,
.resenas-section .section-title .admin-free-card-mobile__stat {
  background: rgba(117, 224, 248, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.12);
  border-radius: 16px;
  padding: 10px 8px;
  text-align: center;
}
.resenas-section .section-title .admin-product-card-mobile__stat i,
.resenas-section .section-title .admin-free-card-mobile__stat i {
  color: #56B3AD;
  display: block;
  margin-bottom: 4px;
}
.resenas-section .section-title .admin-product-card-mobile__stat strong,
.resenas-section .section-title .admin-free-card-mobile__stat strong {
  display: block;
  font-size: 1rem;
  color: #222;
}
.resenas-section .section-title .admin-product-card-mobile__stat span,
.resenas-section .section-title .admin-free-card-mobile__stat span {
  font-size: 0.72rem;
  color: #6c757d;
}
.resenas-section .section-title .admin-product-card-mobile__footer,
.resenas-section .section-title .admin-free-card-mobile__footer {
  margin-top: 12px;
}
@media (max-width: 400px) {
  .resenas-section .section-title .admin-product-card-mobile__top,
  .resenas-section .section-title .admin-free-card-mobile__top {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }
  .resenas-section .section-title .admin-product-card-mobile__image,
  .resenas-section .section-title .admin-free-card-mobile__image {
    width: 54px;
    height: 54px;
  }
  .resenas-section .section-title .admin-product-card-mobile__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.resenas-section .section-title .admin-user-cards-mobile {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.resenas-section .section-title .admin-user-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .admin-user-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.resenas-section .section-title .admin-user-card__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #6c757d;
}
.resenas-section .section-title .admin-user-card__date i {
  color: #56B3AD;
}
.resenas-section .section-title .admin-user-card__status {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid transparent;
}
.resenas-section .section-title .admin-user-card__status.is-active {
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
  border-color: rgba(25, 135, 84, 0.22);
}
.resenas-section .section-title .admin-user-card__status.is-blocked {
  background: rgba(220, 53, 69, 0.12);
  color: #dc3545;
  border-color: rgba(220, 53, 69, 0.22);
}
.resenas-section .section-title .admin-user-card__body {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.resenas-section .section-title .admin-user-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #f2f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.1rem;
}
.resenas-section .section-title .admin-user-card__info {
  min-width: 0;
}
.resenas-section .section-title .admin-user-card__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #222;
}
.resenas-section .section-title .admin-user-card__id {
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 2px;
  margin-bottom: 6px;
}
.resenas-section .section-title .admin-user-card__email {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 0.88rem;
  min-width: 0;
}
.resenas-section .section-title .admin-user-card__email i {
  color: #56B3AD;
  flex-shrink: 0;
}
.resenas-section .section-title .admin-user-card__email span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resenas-section .section-title .admin-user-card__menu {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(86, 179, 173, 0.2);
  background: #fff;
  color: #56B3AD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}
.resenas-section .section-title .admin-user-card__menu:hover {
  background: #f5fdff;
  color: rgb(66.3836734694, 147.6163265306, 142.3755102041);
}
.resenas-section .section-title .admin-user-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.resenas-section .section-title .admin-user-card__stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(117, 224, 248, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.12);
  border-radius: 16px;
  padding: 10px 12px;
}
.resenas-section .section-title .admin-user-card__stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.resenas-section .section-title .admin-user-card__stat-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.resenas-section .section-title .admin-user-card__stat-text strong {
  font-size: 1rem;
  color: #222;
}
.resenas-section .section-title .admin-user-card__stat-text span {
  font-size: 0.78rem;
  color: #6c757d;
}
@media (min-width: 768px) {
  .resenas-section .section-title .admin-user-cards-mobile {
    display: none;
  }
}
@media (max-width: 400px) {
  .resenas-section .section-title .admin-user-card__stats {
    grid-template-columns: 1fr;
  }
  .resenas-section .section-title .admin-user-card__body {
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }
  .resenas-section .section-title .admin-user-card__avatar {
    width: 46px;
    height: 46px;
  }
}
.resenas-section .section-title #section-soporte {
  position: relative;
}
.resenas-section .section-title #section-soporte h2 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #1f2937;
  margin-bottom: 0.35rem;
  line-height: 1.05;
}
.resenas-section .section-title #section-soporte > .d-flex p,
.resenas-section .section-title #section-soporte .text-muted {
  font-family: "Varela Round", sans-serif;
  color: #64748b !important;
  font-size: 0.95rem;
  line-height: 1.6;
}
.resenas-section .section-title #section-soporte > .d-flex .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.75rem 1.15rem;
  box-shadow: 0 12px 28px rgba(86, 179, 173, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.resenas-section .section-title #section-soporte > .d-flex .btn-primary i {
  margin-right: 0.25rem;
}
.resenas-section .section-title #section-soporte > .d-flex .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(86, 179, 173, 0.34);
}
.resenas-section .section-title #section-soporte > .d-flex .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.18), 0 12px 28px rgba(86, 179, 173, 0.28);
}
.resenas-section .section-title #section-soporte .panel-card-soft {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.18) 0%, transparent 32%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.13) 0%, transparent 35%), #ffffff;
  border: 1px solid rgba(86, 179, 173, 0.14);
  border-radius: 32px;
  padding: clamp(1.25rem, 2vw, 2rem);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.resenas-section .section-title #section-soporte .panel-card-soft::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.13);
  pointer-events: none;
}
.resenas-section .section-title #section-soporte .panel-card-soft::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  bottom: -55px;
  left: -50px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.2);
  pointer-events: none;
}
.resenas-section .section-title #section-soporte .panel-card-soft:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 179, 173, 0.24);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.resenas-section .section-title #section-soporte .panel-card-soft > * {
  position: relative;
  z-index: 2;
}
.resenas-section .section-title #section-soporte .panel-card-soft h4 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  color: #1f2937;
  margin-bottom: 1.25rem;
}
.resenas-section .section-title #section-soporte .panel-card-soft h4 i {
  color: #56B3AD;
  margin-right: 0.35rem;
}
.resenas-section .section-title #section-soporte #formSoporte .form-label {
  font-family: "Varela Round", sans-serif;
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.resenas-section .section-title #section-soporte #formSoporte .form-control {
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  font-family: "Varela Round", sans-serif;
  font-size: 0.93rem;
  padding: 0.9rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 6px 18px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.resenas-section .section-title #section-soporte #formSoporte .form-control::-moz-placeholder {
  color: #94a3b8;
}
.resenas-section .section-title #section-soporte #formSoporte .form-control::placeholder {
  color: #94a3b8;
}
.resenas-section .section-title #section-soporte #formSoporte .form-control:focus {
  border-color: rgba(86, 179, 173, 0.65);
  background: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.15), 0 10px 24px rgba(15, 23, 42, 0.05);
}
.resenas-section .section-title #section-soporte #formSoporte textarea.form-control {
  min-height: 150px;
  resize: vertical;
  line-height: 1.6;
}
.resenas-section .section-title #section-soporte #formSoporte .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.9rem 1.2rem;
  box-shadow: 0 14px 30px rgba(86, 179, 173, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.resenas-section .section-title #section-soporte #formSoporte .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(86, 179, 173, 0.35);
}
.resenas-section .section-title #section-soporte #soporteRespuesta .alert {
  border: 0;
  border-radius: 18px;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  padding: 0.9rem 1rem;
  margin-bottom: 0;
}
.resenas-section .section-title #section-soporte #soporteRespuesta .alert-success {
  background: rgba(34, 197, 94, 0.13);
  color: #166534;
}
.resenas-section .section-title #section-soporte #soporteRespuesta .alert-danger {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}
.resenas-section .section-title #section-soporte #soporteRespuesta .alert-info {
  background: rgba(86, 179, 173, 0.12);
  color: rgb(47.3991836735, 105.4008163265, 101.6587755102);
}
.resenas-section .section-title #section-soporte .panel-empty {
  position: relative;
  padding: 2rem 1.2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.07) 0%, rgba(250, 204, 21, 0.09) 100%), #ffffff;
  border: 2px dashed rgba(86, 179, 173, 0.22);
  color: #64748b;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-align: center;
}
.resenas-section .section-title #section-soporte .panel-empty::before {
  content: "💬";
  display: block;
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.resenas-section .section-title #section-soporte .ticket-card-mini {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  margin-bottom: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(86, 179, 173, 0.16);
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.resenas-section .section-title #section-soporte .ticket-card-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 179, 173, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}
.resenas-section .section-title #section-soporte .ticket-card-mini strong {
  display: block;
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3;
}
.resenas-section .section-title #section-soporte .ticket-card-mini .small {
  color: #64748b !important;
  font-family: "Varela Round", sans-serif;
}
.resenas-section .section-title #section-soporte .ticket-card-mini .btn-outline-primary {
  border: 1px solid rgba(86, 179, 173, 0.34);
  color: #56B3AD;
  background: #ffffff;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.resenas-section .section-title #section-soporte .ticket-card-mini .btn-outline-primary:hover {
  background: #56B3AD;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(86, 179, 173, 0.24);
}
.resenas-section .section-title .soporte-chat-admin {
  max-height: 360px;
  overflow-y: auto;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(86, 179, 173, 0.13);
  background: radial-gradient(circle at top left, rgba(86, 179, 173, 0.09) 0%, transparent 35%), #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.resenas-section .section-title .soporte-chat-admin::-webkit-scrollbar {
  width: 8px;
}
.resenas-section .section-title .soporte-chat-admin::-webkit-scrollbar-track {
  background: transparent;
}
.resenas-section .section-title .soporte-chat-admin::-webkit-scrollbar-thumb {
  background: rgba(86, 179, 173, 0.35);
  border-radius: 999px;
}
.resenas-section .section-title .soporte-msg {
  display: flex;
  margin-bottom: 1rem;
}
.resenas-section .section-title .soporte-msg.mensaje-admin {
  justify-content: flex-end;
}
.resenas-section .section-title .soporte-msg.mensaje-admin .soporte-msg-body {
  background: #56B3AD;
  color: #fff;
  border-bottom-right-radius: 6px;
  box-shadow: 0 12px 24px rgba(86, 179, 173, 0.22);
}
.resenas-section .section-title .soporte-msg.mensaje-usuario {
  justify-content: flex-start;
}
.resenas-section .section-title .soporte-msg.mensaje-usuario .soporte-msg-body {
  background: #ffffff;
  color: #334155;
  border-bottom-left-radius: 6px;
  border: 1px solid rgba(86, 179, 173, 0.12);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.055);
}
.resenas-section .section-title .soporte-msg-body {
  max-width: 78%;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
}
.resenas-section .section-title .soporte-msg-body p {
  margin: 0.35rem 0;
}
.resenas-section .section-title .soporte-msg-body small {
  display: block;
  margin-top: 0.4rem;
  opacity: 0.72;
  font-size: 0.74rem;
}
@media (max-width: 991px) {
  .resenas-section .section-title #section-soporte > .d-flex {
    align-items: stretch !important;
  }
  .resenas-section .section-title #section-soporte > .d-flex .btn-primary {
    width: 100%;
  }
  .resenas-section .section-title #section-soporte .panel-card-soft {
    border-radius: 26px;
  }
  .resenas-section .section-title #section-soporte .ticket-card-mini {
    flex-direction: column;
    align-items: flex-start;
  }
  .resenas-section .section-title #section-soporte .ticket-card-mini .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title #section-soporte h2 {
    font-size: 1.85rem;
  }
  .resenas-section .section-title #section-soporte .panel-card-soft {
    padding: 1.15rem;
    border-radius: 24px;
  }
  .resenas-section .section-title #section-soporte #formSoporte .form-control {
    border-radius: 16px;
  }
  .resenas-section .section-title #section-soporte #formSoporte textarea.form-control {
    min-height: 135px;
  }
  .resenas-section .section-title #section-soporte .panel-empty {
    padding: 1.5rem 1rem;
    border-radius: 20px;
  }
  .resenas-section .section-title #section-soporte .ticket-card-mini {
    border-radius: 20px;
    padding: 1rem;
  }
  .resenas-section .section-title .soporte-msg-body {
    max-width: 88%;
    font-size: 0.88rem;
  }
}
.resenas-section .section-title .panel-card-soft {
  background: #fff;
  border-radius: 26px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .ticket-card-mini {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.resenas-section .section-title .sugerencias-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2rem;
  align-items: stretch;
}
.resenas-section .section-title .sugerencias-form-card {
  background: #fff;
  border-radius: 32px;
  padding: 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .sugerencias-form-card h2 {
  font-family: "Chewy", sans-serif;
  font-size: 2.2rem;
}
.resenas-section .section-title .sugerencias-form-card h2 span {
  color: #56B3AD;
  font-style: italic;
}
.resenas-section .section-title .sugerencias-form-card p {
  color: #666;
  max-width: 620px;
  line-height: 1.6;
}
.resenas-section .section-title .sugerencias-form-card .form-control {
  border: none;
  background: #f8f7f5;
  border-radius: 18px;
  padding: 1rem;
}
.resenas-section .section-title .sugerencias-form-card textarea {
  min-height: 190px;
}
.resenas-section .section-title .sugerencias-form-card .btn {
  border-radius: 16px;
  font-weight: 800;
  padding: 0.9rem;
}
.resenas-section .section-title .sugerencias-pill {
  display: inline-block;
  background: rgba(250, 204, 21, 0.18);
  color: #d4a600;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.resenas-section .section-title .sugerencias-info-card {
  background: #effafa;
  border-radius: 32px;
  padding: 2rem;
  border: 1px solid rgba(86, 179, 173, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.resenas-section .section-title .sugerencias-info-card h4 {
  font-family: "Chewy", sans-serif;
  margin-bottom: 0.8rem;
}
.resenas-section .section-title .sugerencias-info-card p {
  color: #666;
  line-height: 1.6;
}
.resenas-section .section-title .sugerencias-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.resenas-section .section-title .sugerencias-mini-info {
  margin-top: 1rem;
  background: #fff;
  border-radius: 18px;
  padding: 1rem;
  color: #555;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .resenas-section .section-title .sugerencias-layout {
    grid-template-columns: 1fr;
  }
  .resenas-section .section-title .ticket-card-mini {
    flex-direction: column;
    align-items: flex-start;
  }
  .resenas-section .section-title .ticket-card-mini .btn {
    width: 100%;
  }
}
.resenas-section .section-title .admin-modal-soft {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}
.resenas-section .section-title #modalUsuarioDetalleTitulo {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  color: #56B3AD;
}
.resenas-section .section-title .usuario-detalle-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.resenas-section .section-title .contacto-page {
  background: #fff;
}
.resenas-section .section-title .contacto-hero {
  padding: 5rem 0 6rem;
}
.resenas-section .section-title .contacto-form-wrap {
  max-width: 680px;
}
.resenas-section .section-title .contacto-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(250, 204, 21, 0.18);
  color: rgb(175.4510460251, 140.9606694561, 3.7489539749);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.resenas-section .section-title .contacto-form-wrap h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
  color: #1f2937;
}
.resenas-section .section-title .contacto-form-wrap h1 span {
  color: #56B3AD;
  font-style: italic;
}
.resenas-section .section-title .contacto-intro {
  color: #4b5563;
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 2rem;
}
.resenas-section .section-title .contacto-product-alert {
  background: rgba(86, 179, 173, 0.16);
  border: 1px solid rgba(86, 179, 173, 0.25);
  color: #155e63;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  margin-bottom: 2rem;
}
.resenas-section .section-title .contacto-form {
  background: #fff;
  border-radius: 28px;
  padding: 2.2rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}
.resenas-section .section-title .contacto-form .form-label {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.resenas-section .section-title .contacto-form .form-control {
  border: 0;
  background: #f8f7f5;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  min-height: 52px;
}
.resenas-section .section-title .contacto-form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 179, 173, 0.18);
}
.resenas-section .section-title .contacto-form textarea.form-control {
  min-height: 160px;
  resize: vertical;
}
.resenas-section .section-title .contacto-input-icon,
.resenas-section .section-title .contacto-textarea-icon {
  position: relative;
}
.resenas-section .section-title .contacto-input-icon i,
.resenas-section .section-title .contacto-textarea-icon i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  z-index: 2;
}
.resenas-section .section-title .contacto-input-icon .form-control,
.resenas-section .section-title .contacto-textarea-icon .form-control {
  padding-left: 2.8rem;
}
.resenas-section .section-title .contacto-textarea-icon i {
  top: 1.2rem;
  transform: none;
}
.resenas-section .section-title .contacto-btn {
  width: 100%;
  background: #FACC15;
  border: 0;
  color: #111827;
  font-weight: 800;
  padding: 0.95rem 1.2rem;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(250, 204, 21, 0.22);
}
.resenas-section .section-title .contacto-btn:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
}
.resenas-section .section-title .contacto-side {
  display: grid;
  gap: 2rem;
}
.resenas-section .section-title .contacto-img-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}
.resenas-section .section-title .contacto-img-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.resenas-section .section-title .contacto-img-caption {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.resenas-section .section-title .contacto-placeholder-img {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #56B3AD;
  font-weight: 800;
  text-align: center;
  padding: 2rem;
}
.resenas-section .section-title .contacto-placeholder-img i {
  font-size: 4rem;
}
.resenas-section .section-title .contacto-placeholder-img span {
  font-size: 1.3rem;
  color: #1f2937;
}
.resenas-section .section-title .contacto-info-card {
  background: rgba(86, 179, 173, 0.08);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 32px;
  padding: 2rem;
}
.resenas-section .section-title .contacto-info-card h3 {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #1f2937;
}
.resenas-section .section-title .contacto-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.resenas-section .section-title .contacto-info-item:last-child {
  margin-bottom: 0;
}
.resenas-section .section-title .contacto-info-item strong {
  display: block;
  color: #1f2937;
  margin-bottom: 0.2rem;
}
.resenas-section .section-title .contacto-info-item p {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
}
.resenas-section .section-title .contacto-info-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.15);
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .resenas-section .section-title .contacto-hero {
    padding: 3rem 0;
  }
  .resenas-section .section-title .contacto-form {
    padding: 1.4rem;
  }
}
.resenas-section .section-title .recursos-gratis-page {
  background: #fff;
}
.resenas-section .section-title .recursos-gratis-hero {
  background: rgba(86, 179, 173, 0.08);
  padding: 5rem 0 4rem;
  border-bottom: 1px solid rgba(86, 179, 173, 0.15);
}
.resenas-section .section-title .recursos-gratis-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1;
  color: #1f2937;
  margin: 1rem 0;
}
.resenas-section .section-title .recursos-gratis-hero h1 span {
  color: #56B3AD;
  font-style: italic;
}
.resenas-section .section-title .recursos-gratis-hero p {
  max-width: 620px;
  margin: 0 auto 2rem;
  color: #4b5563;
  font-size: 1.05rem;
}
.resenas-section .section-title .gratis-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(86, 179, 173, 0.14);
  color: rgb(63.2195918367, 140.5804081633, 135.5893877551);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.resenas-section .section-title .gratis-search {
  position: relative;
  max-width: 500px;
}
.resenas-section .section-title .gratis-search i {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.resenas-section .section-title .gratis-search .form-control {
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.2rem 1rem 3rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.resenas-section .section-title .gratis-search .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.18);
}
.resenas-section .section-title .recursos-gratis-content {
  padding: 3rem 0 5rem;
}
.resenas-section .section-title .gratis-filtros-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.resenas-section .section-title .gratis-filtros {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.resenas-section .section-title .filtro-label {
  font-weight: 700;
  color: #374151;
}
.resenas-section .section-title .gratis-chip {
  cursor: pointer;
  border: 1px solid #edf2f7;
  background: #fff;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #374151;
  transition: 0.2s ease;
}
.resenas-section .section-title .gratis-chip input {
  display: none;
}
.resenas-section .section-title .gratis-chip.active {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
}
.resenas-section .section-title .gratis-contador {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 600;
}
.resenas-section .section-title .gratis-card {
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  height: 100%;
  transition: 0.2s ease;
}
.resenas-section .section-title .gratis-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}
.resenas-section .section-title .gratis-card-img {
  position: relative;
  aspect-ratio: 4/3;
  background: #f8fafc;
  overflow: hidden;
}
.resenas-section .section-title .gratis-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.resenas-section .section-title .gratis-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56B3AD;
  font-size: 3rem;
}
.resenas-section .section-title .gratis-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #56B3AD;
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 800;
}
.resenas-section .section-title .gratis-card-body {
  padding: 1.2rem;
}
.resenas-section .section-title .gratis-card-body h3 {
  font-family: "Chewy", sans-serif;
  font-size: 1.45rem;
  color: #1f2937;
  margin-bottom: 1rem;
  min-height: 50px;
}
.resenas-section .section-title .gratis-card-btn {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #56B3AD;
  font-weight: 800;
  background: #fff;
}
.resenas-section .section-title .gratis-card-btn:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}
.resenas-section .section-title .tienda-sugerencia-widget {
  margin-bottom: 2.4rem;
}
.resenas-section .section-title .tienda-sugerencia-content {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 1.5rem;
  padding: 1.8rem 2rem;
  border-radius: 32px;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.35) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.22) 0%, transparent 36%), linear-gradient(135deg, rgba(86, 179, 173, 0.13) 0%, rgba(250, 204, 21, 0.16) 100%);
  border: 1px solid rgba(86, 179, 173, 0.22);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.resenas-section .section-title .tienda-sugerencia-content::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -75px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.2);
  pointer-events: none;
}
.resenas-section .section-title .tienda-sugerencia-content::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -45px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.3);
  pointer-events: none;
}
.resenas-section .section-title .tienda-sugerencia-content:hover {
  transform: translateY(-3px);
  border-color: rgba(86, 179, 173, 0.34);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.resenas-section .section-title .tienda-sugerencia-text {
  position: relative;
  z-index: 2;
}
.resenas-section .section-title .tienda-sugerencia-text h3 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.05;
  color: #1f2937;
  margin-bottom: 0.65rem;
}
.resenas-section .section-title .tienda-sugerencia-text p {
  max-width: 590px;
  color: #4b5563;
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 1.15rem;
}
.resenas-section .section-title .tienda-sugerencia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 999px;
  background: #FACC15;
  color: #111827;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.92rem;
  padding: 0.85rem 1.25rem;
  box-shadow: 0 12px 24px rgba(250, 204, 21, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.resenas-section .section-title .tienda-sugerencia-btn i {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}
.resenas-section .section-title .tienda-sugerencia-btn:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(250, 204, 21, 0.34);
}
.resenas-section .section-title .tienda-sugerencia-btn:hover i {
  transform: translateX(3px);
}
.resenas-section .section-title .tienda-sugerencia-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 204, 21, 0.25), 0 12px 24px rgba(250, 204, 21, 0.28);
}
.resenas-section .section-title .tienda-sugerencia-img {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}
.resenas-section .section-title .tienda-sugerencia-img img {
  width: 180px;
  height: 150px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 26px;
  display: block;
  border: 5px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
  transform: rotate(2deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.resenas-section .section-title .tienda-sugerencia-content:hover .tienda-sugerencia-img img {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}
.resenas-section .section-title #modalSugerenciaTienda .modal-dialog {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.resenas-section .section-title #modalSugerenciaTienda .tienda-sugerencia-modal {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.3) 0%, transparent 35%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.18) 0%, transparent 38%), #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  font-family: "Varela Round", sans-serif;
}
.resenas-section .section-title #modalSugerenciaTienda .tienda-sugerencia-modal::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -70px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.16);
  pointer-events: none;
}
.resenas-section .section-title #modalSugerenciaTienda .modal-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(86, 179, 173, 0.16);
  padding: 1.15rem 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}
.resenas-section .section-title #modalSugerenciaTienda .modal-title {
  font-family: "Chewy", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #1f2937;
}
.resenas-section .section-title #modalSugerenciaTienda .btn-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
  opacity: 0.75;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.resenas-section .section-title #modalSugerenciaTienda .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.resenas-section .section-title #modalSugerenciaTienda .modal-body {
  position: relative;
  z-index: 2;
  padding: 1.35rem;
}
.resenas-section .section-title #modalSugerenciaTienda .chat-box-intro {
  background: rgba(86, 179, 173, 0.09);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.2rem;
}
.resenas-section .section-title #modalSugerenciaTienda .chat-box-intro strong {
  display: block;
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 0.35rem;
}
.resenas-section .section-title #modalSugerenciaTienda .chat-box-intro p {
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.55;
}
.resenas-section .section-title #modalSugerenciaTienda .form-label {
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 0.55rem;
}
.resenas-section .section-title #modalSugerenciaTienda textarea.form-control {
  min-height: 150px;
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  background: #fbfefd;
  color: #374151;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  padding: 1rem 1.05rem;
  resize: vertical;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.resenas-section .section-title #modalSugerenciaTienda textarea.form-control::-moz-placeholder {
  color: #9ca3af;
}
.resenas-section .section-title #modalSugerenciaTienda textarea.form-control::placeholder {
  color: #9ca3af;
}
.resenas-section .section-title #modalSugerenciaTienda textarea.form-control:focus {
  border-color: rgba(86, 179, 173, 0.65);
  background: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.16);
}
.resenas-section .section-title #modalSugerenciaTienda .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.9rem 1.2rem;
  box-shadow: 0 14px 28px rgba(86, 179, 173, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.resenas-section .section-title #modalSugerenciaTienda .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(86, 179, 173, 0.34);
}
.resenas-section .section-title #modalSugerenciaTienda .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.2), 0 14px 28px rgba(86, 179, 173, 0.28);
}
.resenas-section .section-title #modalSugerenciaTienda #respuestaSugerenciaTienda .alert {
  border: 0;
  border-radius: 18px;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  padding: 0.85rem 1rem;
  margin-bottom: 0;
}
.resenas-section .section-title #modalSugerenciaTienda #respuestaSugerenciaTienda .alert-info {
  background: rgba(86, 179, 173, 0.12);
  color: rgb(47.3991836735, 105.4008163265, 101.6587755102);
}
.resenas-section .section-title #modalSugerenciaTienda #respuestaSugerenciaTienda .alert-success {
  background: rgba(34, 197, 94, 0.13);
  color: #166534;
}
.resenas-section .section-title #modalSugerenciaTienda #respuestaSugerenciaTienda .alert-danger {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}
@media (max-width: 991px) {
  .resenas-section .section-title .tienda-sugerencia-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.8rem;
  }
  .resenas-section .section-title .tienda-sugerencia-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .resenas-section .section-title .tienda-sugerencia-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .resenas-section .section-title .tienda-sugerencia-img {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .tienda-sugerencia-widget {
    margin-bottom: 1.6rem;
  }
  .resenas-section .section-title .tienda-sugerencia-content {
    border-radius: 26px;
    padding: 1.35rem;
  }
  .resenas-section .section-title .tienda-sugerencia-text h3 {
    font-size: 1.65rem;
  }
  .resenas-section .section-title .tienda-sugerencia-text p {
    font-size: 0.9rem;
  }
  .resenas-section .section-title .tienda-sugerencia-btn {
    width: 100%;
    padding: 0.82rem 1rem;
  }
  .resenas-section .section-title #modalSugerenciaTienda .modal-dialog {
    max-width: calc(100% - 1.5rem);
  }
  .resenas-section .section-title #modalSugerenciaTienda .tienda-sugerencia-modal {
    border-radius: 26px;
  }
  .resenas-section .section-title #modalSugerenciaTienda .modal-header {
    padding: 1rem 1.1rem;
  }
  .resenas-section .section-title #modalSugerenciaTienda .modal-title {
    font-size: 1.55rem;
  }
  .resenas-section .section-title #modalSugerenciaTienda .modal-body {
    padding: 1.1rem;
  }
  .resenas-section .section-title #modalSugerenciaTienda .chat-box-intro {
    border-radius: 20px;
    padding: 0.9rem;
  }
  .resenas-section .section-title #modalSugerenciaTienda textarea.form-control {
    min-height: 135px;
    border-radius: 20px;
  }
}
.resenas-section .section-title .tienda-page {
  background: #fff;
}
.resenas-section .section-title .tienda-content {
  padding: 3rem 0 5rem;
  background: #fff;
}
.resenas-section .section-title .tienda-hero {
  background: linear-gradient(180deg, rgba(86, 179, 173, 0.1) 0%, rgba(250, 204, 21, 0.08) 100%);
  padding: 4.5rem 0 3.8rem;
  border-bottom: 1px solid rgba(86, 179, 173, 0.18);
}
.resenas-section .section-title .tienda-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 0.98;
  color: #1f2937;
  margin: 1rem 0;
}
.resenas-section .section-title .tienda-hero h1 span {
  display: inline-block;
  color: #56B3AD;
  font-style: italic;
}
.resenas-section .section-title .tienda-hero p {
  max-width: 680px;
  margin: 0 auto 2rem;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.7;
}
.resenas-section .section-title .tienda-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(250, 204, 21, 0.24);
  color: rgb(165.4644351464, 132.9372384937, 3.5355648536);
  border-radius: 999px;
  padding: 0.48rem 1rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
}
.resenas-section .section-title .tienda-pill i {
  color: #56B3AD;
}
.resenas-section .section-title .tienda-search {
  position: relative;
  max-width: 540px;
}
.resenas-section .section-title .tienda-search i {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  z-index: 2;
}
.resenas-section .section-title .tienda-search .form-control {
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.2rem 1rem 3.1rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  font-family: "Varela Round", sans-serif;
}
.resenas-section .section-title .tienda-search .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.18);
}
.resenas-section .section-title .tienda-productos-grid {
  row-gap: 1.5rem;
}
.resenas-section .section-title .tienda-card {
  height: 100%;
  width: 100%;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.resenas-section .section-title .tienda-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}
.resenas-section .section-title .tienda-card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.resenas-section .section-title .tienda-card .badge-cat {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  background: rgba(86, 179, 173, 0.12);
  color: rgb(56.8914285714, 126.5085714286, 122.0171428571);
  border: 1px solid rgba(86, 179, 173, 0.2);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resenas-section .section-title .tienda-card .stars-mini {
  color: #f4b400;
  font-size: 0.85rem;
  white-space: nowrap;
}
.resenas-section .section-title .tienda-card h5 {
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #1f2937;
  font-weight: 900;
  margin: 0.85rem 0 0.55rem;
  min-height: 42px;
}
.resenas-section .section-title .tienda-card .tienda-card-price {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.85rem;
}
.resenas-section .section-title .tienda-card-img-wrap {
  width: 100%;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  flex: 0 0 220px;
  background: #f8fafc;
  overflow: hidden;
}
.resenas-section .section-title .tienda-card-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  padding: 0;
}
.resenas-section .section-title .tienda-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px 38px;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
}
.resenas-section .section-title .btn-ver-recurso {
  width: auto;
  min-width: 0;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(86, 179, 173, 0.45);
  color: #56B3AD;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  padding: 0.45rem 0.75rem;
  white-space: nowrap;
  transition: 0.2s ease;
}
.resenas-section .section-title .btn-ver-recurso:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
  transform: translateY(-1px);
}
.resenas-section .section-title .btn-card-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 11px;
  background: #fff;
  border: 1px solid rgba(86, 179, 173, 0.45);
  color: #56B3AD;
  font-size: 0.95rem;
  line-height: 1;
  transition: 0.2s ease;
}
.resenas-section .section-title .btn-card-icon i {
  pointer-events: none;
}
.resenas-section .section-title .btn-card-icon:hover {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
  border-color: #56B3AD;
  transform: translateY(-1px);
}
.resenas-section .section-title .btn-card-icon.btn-favorito {
  color: #dc3545;
  border-color: rgba(220, 53, 69, 0.35);
}
.resenas-section .section-title .btn-card-icon.btn-favorito:hover, .resenas-section .section-title .btn-card-icon.btn-favorito.activo {
  background: #fff0f0;
  color: #dc3545;
  border-color: #dc3545;
}
.resenas-section .section-title .btn-card-icon.btn-carrito {
  color: #56B3AD;
  border-color: rgba(86, 179, 173, 0.45);
}
.resenas-section .section-title .btn-card-icon.btn-carrito:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}
.resenas-section .section-title .tienda-paginacion .btn,
.resenas-section .section-title .tienda-paginacion button,
.resenas-section .section-title .tienda-paginacion a,
.resenas-section .section-title #paginacion .btn,
.resenas-section .section-title #paginacion button,
.resenas-section .section-title #paginacion a {
  border-radius: 999px;
  border: 1px solid rgba(86, 179, 173, 0.35);
  color: #56B3AD;
  background: #fff;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  padding: 0.55rem 0.9rem;
  margin: 0.15rem;
  transition: 0.2s ease;
}
.resenas-section .section-title .tienda-paginacion .btn:hover,
.resenas-section .section-title .tienda-paginacion button:hover,
.resenas-section .section-title .tienda-paginacion a:hover,
.resenas-section .section-title #paginacion .btn:hover,
.resenas-section .section-title #paginacion button:hover,
.resenas-section .section-title #paginacion a:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}
.resenas-section .section-title .tienda-paginacion .btn.active, .resenas-section .section-title .tienda-paginacion .btn.btn-primary,
.resenas-section .section-title .tienda-paginacion button.active,
.resenas-section .section-title .tienda-paginacion button.btn-primary,
.resenas-section .section-title .tienda-paginacion a.active,
.resenas-section .section-title .tienda-paginacion a.btn-primary,
.resenas-section .section-title #paginacion .btn.active,
.resenas-section .section-title #paginacion .btn.btn-primary,
.resenas-section .section-title #paginacion button.active,
.resenas-section .section-title #paginacion button.btn-primary,
.resenas-section .section-title #paginacion a.active,
.resenas-section .section-title #paginacion a.btn-primary {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
}
@media (max-width: 991px) {
  .resenas-section .section-title .tienda-content {
    padding: 2rem 0 4rem;
  }
  .resenas-section .section-title .tienda-filter-card {
    position: static;
    margin-bottom: 0.5rem;
  }
  .resenas-section .section-title .tienda-sugerencia-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.8rem;
  }
  .resenas-section .section-title .tienda-sugerencia-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .resenas-section .section-title .tienda-sugerencia-img {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .tienda-hero {
    padding: 2.6rem 0 2.4rem;
  }
  .resenas-section .section-title .tienda-hero h1 {
    font-size: 2.25rem;
  }
  .resenas-section .section-title .tienda-hero p {
    font-size: 0.94rem;
  }
  .resenas-section .section-title .tienda-card-img-wrap {
    height: 205px;
    min-height: 205px;
    max-height: 205px;
    flex-basis: 205px;
  }
  .resenas-section .section-title .tienda-pill {
    font-size: 0.76rem;
    padding: 0.4rem 0.75rem;
  }
  .resenas-section .section-title .tienda-search {
    max-width: 100%;
  }
  .resenas-section .section-title .tienda-filter-card {
    border-radius: 22px;
    padding: 1rem;
  }
  .resenas-section .section-title .filter-check {
    padding: 0.6rem 0.7rem;
  }
  .resenas-section .section-title .tienda-sugerencia-content {
    border-radius: 24px;
    padding: 1.3rem;
  }
  .resenas-section .section-title .tienda-sugerencia-text h3 {
    font-size: 1.6rem;
  }
  .resenas-section .section-title .tienda-sugerencia-btn {
    width: 100%;
  }
  .resenas-section .section-title .tienda-card h5 {
    font-size: 0.95rem;
    min-height: auto;
  }
  .resenas-section .section-title .tienda-card .card-body {
    padding: 0.9rem;
  }
  .resenas-section .section-title .tienda-card-actions {
    grid-template-columns: minmax(0, 1fr) 36px 36px;
    gap: 0.4rem;
  }
  .resenas-section .section-title .btn-ver-recurso {
    height: 36px;
    font-size: 0.8rem;
  }
  .resenas-section .section-title .btn-card-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.resenas-section .section-title .home-page {
  background: #fff;
  overflow-x: hidden;
}
.resenas-section .section-title .home-hero {
  padding: 4.2rem 0 4.8rem;
  background: linear-gradient(180deg, rgba(86, 179, 173, 0.07) 0%, rgba(250, 204, 21, 0.06) 100%);
  border-bottom: 1px solid rgba(86, 179, 173, 0.12);
}
.resenas-section .section-title .home-pill,
.resenas-section .section-title .home-small-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(250, 204, 21, 0.22);
  color: rgb(165.4644351464, 132.9372384937, 3.5355648536);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.86rem;
}
.resenas-section .section-title .home-pill i,
.resenas-section .section-title .home-small-label i {
  color: #56B3AD;
}
.resenas-section .section-title .home-title {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.45rem, 5vw, 4.55rem);
  line-height: 0.98;
  color: #1f2937;
  margin: 1.2rem 0 1.3rem;
}
.resenas-section .section-title .home-title span {
  color: #56B3AD;
  font-style: italic;
}
.resenas-section .section-title .home-subtitle {
  color: #4b5563;
  font-size: 1.03rem;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 1.8rem;
}
.resenas-section .section-title .home-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.resenas-section .section-title .home-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #FACC15;
  color: #111827;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(250, 204, 21, 0.22);
  transition: 0.2s ease;
}
.resenas-section .section-title .home-btn-primary:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
  transform: translateY(-1px);
}
.resenas-section .section-title .home-btn-link {
  color: #56B3AD;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
}
.resenas-section .section-title .home-btn-link:hover {
  color: rgb(63.2195918367, 140.5804081633, 135.5893877551);
}
.resenas-section .section-title .home-hero-image-wrap {
  position: relative;
  width: min(420px, 100%);
  min-height: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resenas-section .section-title .home-hero-bg-one,
.resenas-section .section-title .home-hero-bg-two {
  position: absolute;
  inset: 0;
  border-radius: 34px;
}
.resenas-section .section-title .home-hero-bg-one {
  background: rgba(250, 204, 21, 0.18);
  transform: rotate(3deg);
}
.resenas-section .section-title .home-hero-bg-two {
  background: rgba(86, 179, 173, 0.18);
  transform: rotate(-4deg);
}
.resenas-section .section-title .home-hero-image {
  position: relative;
  z-index: 2;
  width: 86%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}
.resenas-section .section-title .home-section {
  padding: 4rem 0;
}
.resenas-section .section-title .home-section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}
.resenas-section .section-title .home-section-heading h2 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #1f2937;
  margin: 0.8rem 0 0.4rem;
}
.resenas-section .section-title .home-section-heading p {
  color: #6b7280;
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}
.resenas-section .section-title .home-empty {
  border: 2px dashed #e5e7eb;
  border-radius: 24px;
  padding: 2rem;
  text-align: center;
  color: #6b7280;
  background: #fff;
}
.resenas-section .section-title .home-destacados {
  background: #fff;
}
.resenas-section .section-title .home-resource-card {
  position: relative;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
}
.resenas-section .section-title .home-resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}
.resenas-section .section-title .home-resource-card.home-card-pink {
  background: #fce4e4;
}
.resenas-section .section-title .home-resource-card.home-card-green {
  background: #e0f2f1;
}
.resenas-section .section-title .home-resource-card.home-card-yellow {
  background: #fff9db;
}
.resenas-section .section-title .home-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  background: #fff;
  color: #56B3AD;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
.resenas-section .section-title .home-card-img-wrap {
  width: 100%;
  height: 225px;
  background: #f8fafc;
  padding: 0;
  overflow: hidden;
}
.resenas-section .section-title .home-card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.resenas-section .section-title .home-card-body {
  background: rgba(255, 255, 255, 0.68);
  padding: 1rem 1.1rem;
  margin-top: auto;
}
.resenas-section .section-title .home-card-body h3 {
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #1f2937;
  font-weight: 900;
  min-height: 42px;
  margin-bottom: 0.85rem;
}
.resenas-section .section-title .home-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.resenas-section .section-title .home-card-price {
  font-weight: 900;
  color: #111827;
  font-size: 1rem;
}
.resenas-section .section-title .home-card-cart {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 14px;
  border: 1px solid rgba(86, 179, 173, 0.28);
  background: #fff;
  color: #56B3AD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
.resenas-section .section-title .home-card-cart:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}
.resenas-section .section-title #homeDestacadosCarousel {
  padding: 0 1.6rem 2.4rem;
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-inner {
  overflow: hidden;
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-item {
  padding: 0;
}
.resenas-section .section-title #homeDestacadosCarousel .home-resource-card {
  max-width: 340px;
  margin: 0 auto;
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-control-prev,
.resenas-section .section-title #homeDestacadosCarousel .carousel-control-next {
  width: 2.2rem;
  opacity: 1;
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-control-prev {
  left: -0.2rem;
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-control-next {
  right: -0.2rem;
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-control-prev-icon,
.resenas-section .section-title #homeDestacadosCarousel .carousel-control-next-icon {
  width: 1.9rem;
  height: 1.9rem;
  filter: invert(1) grayscale(100) brightness(0.45);
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-indicators {
  bottom: -0.35rem;
  margin-bottom: 0;
}
.resenas-section .section-title #homeDestacadosCarousel .carousel-indicators button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #56B3AD;
}
.resenas-section .section-title .home-about {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.14), rgba(250, 204, 21, 0.12));
}
.resenas-section .section-title .home-about-card {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 32px;
  padding: 2.4rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}
.resenas-section .section-title .home-about-avatar {
  width: 150px;
  height: 150px;
  border-radius: 38px;
  background: rgba(86, 179, 173, 0.16);
  border: 2px dashed rgba(86, 179, 173, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}
.resenas-section .section-title .home-about-avatar span {
  font-family: "Chewy", sans-serif;
  font-size: 5rem;
  color: #56B3AD;
  line-height: 1;
}
.resenas-section .section-title .home-about-label {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #56B3AD;
  border: 1px solid rgba(86, 179, 173, 0.2);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 900;
  margin: 0 auto 1rem;
}
.resenas-section .section-title .home-about-card h2 {
  font-family: "Chewy", sans-serif;
  color: #1f2937;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  margin-bottom: 1rem;
}
.resenas-section .section-title .home-about-card p {
  color: #374151;
  line-height: 1.75;
  font-size: 0.98rem;
  margin-bottom: 0.8rem;
}
.resenas-section .section-title .home-about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.3rem;
}
.resenas-section .section-title .home-about-features div {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  border: 1px solid rgba(86, 179, 173, 0.22);
  color: #374151;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-weight: 800;
  font-size: 0.86rem;
}
.resenas-section .section-title .home-about-features div i {
  color: #56B3AD;
}
.resenas-section .section-title .home-gratuitos {
  background: #fff;
}
.resenas-section .section-title .home-free-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #edf2f7;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: 0.2s ease;
}
.resenas-section .section-title .home-free-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}
.resenas-section .section-title .home-free-img-wrap {
  height: 210px;
  background: #f8fafc;
  padding: 0;
  overflow: hidden;
}
.resenas-section .section-title .home-free-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.resenas-section .section-title .home-free-placeholder {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56B3AD;
  font-size: 3rem;
  background: #f8fafc;
}
.resenas-section .section-title .home-free-body {
  padding: 1.1rem;
}
.resenas-section .section-title .home-free-body h3 {
  font-family: "Varela Round", sans-serif;
  color: #1f2937;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.4;
  min-height: 44px;
  margin: 0.7rem 0 1rem;
}
.resenas-section .section-title .home-free-badge {
  display: inline-flex;
  background: rgba(86, 179, 173, 0.12);
  color: rgb(60.0555102041, 133.5444897959, 128.8032653061);
  border-radius: 999px;
  padding: 0.32rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 900;
}
.resenas-section .section-title .home-free-btn,
.resenas-section .section-title .home-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(86, 179, 173, 0.38);
  color: #56B3AD;
  background: #fff;
  font-weight: 900;
  padding: 0.7rem 1rem;
  transition: 0.2s ease;
}
.resenas-section .section-title .home-free-btn:hover,
.resenas-section .section-title .home-btn-outline:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}
.resenas-section .section-title .home-free-btn {
  width: 100%;
}
@media (max-width: 991px) {
  .resenas-section .section-title .home-hero {
    padding: 3rem 0 4rem;
    text-align: center;
  }
  .resenas-section .section-title .home-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .resenas-section .section-title .home-actions {
    justify-content: center;
  }
  .resenas-section .section-title .home-hero-image-wrap {
    min-height: 350px;
  }
  .resenas-section .section-title .home-hero-image {
    height: 315px;
  }
  .resenas-section .section-title .home-section {
    padding: 3.2rem 0;
  }
  .resenas-section .section-title .home-section-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .resenas-section .section-title .home-about-card {
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .resenas-section .section-title .home-about-features {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .home-hero {
    padding: 2.5rem 0 3rem;
  }
  .resenas-section .section-title .home-title {
    font-size: 2.35rem;
  }
  .resenas-section .section-title .home-pill,
  .resenas-section .section-title .home-small-label {
    font-size: 0.76rem;
    padding: 0.4rem 0.78rem;
  }
  .resenas-section .section-title .home-actions {
    flex-direction: column;
  }
  .resenas-section .section-title .home-btn-primary,
  .resenas-section .section-title .home-btn-link,
  .resenas-section .section-title .home-btn-outline {
    width: 100%;
  }
  .resenas-section .section-title .home-hero-image-wrap {
    min-height: 290px;
  }
  .resenas-section .section-title .home-hero-image {
    height: 260px;
  }
  .resenas-section .section-title .home-section {
    padding: 2.6rem 0;
  }
  .resenas-section .section-title .home-card-img-wrap {
    height: 210px;
  }
  .resenas-section .section-title .home-card-body {
    padding: 0.95rem;
  }
  .resenas-section .section-title .home-card-body h3 {
    font-size: 0.95rem;
    min-height: auto;
  }
  .resenas-section .section-title #homeDestacadosCarousel {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  .resenas-section .section-title #homeDestacadosCarousel .home-resource-card {
    max-width: 310px;
  }
  .resenas-section .section-title .home-about-card {
    border-radius: 24px;
    padding: 1.6rem 1.1rem;
  }
  .resenas-section .section-title .home-about-avatar {
    width: 118px;
    height: 118px;
    border-radius: 30px;
  }
  .resenas-section .section-title .home-about-avatar span {
    font-size: 4rem;
  }
  .resenas-section .section-title .home-about-features div {
    width: 100%;
    justify-content: center;
  }
  .resenas-section .section-title .home-free-img-wrap,
  .resenas-section .section-title .home-free-placeholder {
    height: 200px;
  }
  .resenas-section .section-title .home-free-body h3 {
    min-height: auto;
  }
}
.resenas-section .section-title #homeGratuitosCarousel {
  padding: 0 1.6rem 2.4rem;
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-inner {
  overflow: hidden;
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-item {
  padding: 0;
}
.resenas-section .section-title #homeGratuitosCarousel .home-free-card {
  max-width: 340px;
  margin: 0 auto;
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-control-prev,
.resenas-section .section-title #homeGratuitosCarousel .carousel-control-next {
  width: 2.2rem;
  opacity: 1;
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-control-prev {
  left: -0.2rem;
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-control-next {
  right: -0.2rem;
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-control-prev-icon,
.resenas-section .section-title #homeGratuitosCarousel .carousel-control-next-icon {
  width: 1.9rem;
  height: 1.9rem;
  filter: invert(1) grayscale(100) brightness(0.45);
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-indicators {
  bottom: -0.35rem;
  margin-bottom: 0;
}
.resenas-section .section-title #homeGratuitosCarousel .carousel-indicators button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #56B3AD;
}
.resenas-section .section-title .carrito-page {
  background: #fff;
  padding: 4rem 0 5rem;
  font-family: "Varela Round", sans-serif;
}
.resenas-section .section-title .carrito-header {
  margin-bottom: 3rem;
}
.resenas-section .section-title .carrito-header h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #1f2937;
}
.resenas-section .section-title .carrito-header h1 span {
  color: #56B3AD;
  font-style: italic;
}
.resenas-section .section-title .carrito-header p {
  color: #6b7280;
  margin-top: 0.5rem;
}
.resenas-section .section-title .carrito-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2rem;
  align-items: flex-start;
}
.resenas-section .section-title .carrito-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.resenas-section .section-title .carrito-list-header h2 {
  font-size: 0.85rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #374151;
  margin: 0;
}
.resenas-section .section-title .carrito-list-header a,
.resenas-section .section-title .carrito-list-header button {
  border: none;
  background: transparent;
  color: #6b7280;
  font-weight: 700;
}
.resenas-section .section-title .carrito-list-header a:hover,
.resenas-section .section-title .carrito-list-header button:hover {
  color: #F28C6F;
}
.resenas-section .section-title .carrito-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 120px 90px;
  gap: 1.2rem;
  align-items: center;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 22px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.resenas-section .section-title .carrito-item-img {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
}
.resenas-section .section-title .carrito-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.resenas-section .section-title .carrito-item-info {
  min-width: 0;
}
.resenas-section .section-title .carrito-item-info .carrito-badge {
  display: inline-flex;
  background: rgba(86, 179, 173, 0.12);
  color: rgb(60.0555102041, 133.5444897959, 128.8032653061);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 0.45rem;
}
.resenas-section .section-title .carrito-item-info h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #1f2937;
  margin: 0 0 0.25rem;
}
.resenas-section .section-title .carrito-item-info p {
  color: #6b7280;
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.4;
}
.resenas-section .section-title .carrito-cantidad {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
}
.resenas-section .section-title .carrito-cantidad button,
.resenas-section .section-title .carrito-cantidad a {
  border: none;
  background: transparent;
  color: #6b7280;
  font-weight: 900;
  line-height: 1;
}
.resenas-section .section-title .carrito-cantidad button:hover,
.resenas-section .section-title .carrito-cantidad a:hover {
  color: #56B3AD;
}
.resenas-section .section-title .carrito-cantidad span {
  font-weight: 900;
  color: #111827;
  min-width: 18px;
  text-align: center;
}
.resenas-section .section-title .carrito-item-price {
  text-align: right;
}
.resenas-section .section-title .carrito-item-price strong {
  display: block;
  color: #56B3AD;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
}
.resenas-section .section-title .carrito-item-price a,
.resenas-section .section-title .carrito-item-price button {
  border: none;
  background: transparent;
  color: #F28C6F;
  font-size: 0.82rem;
  font-weight: 800;
}
.resenas-section .section-title .carrito-item-price a i,
.resenas-section .section-title .carrito-item-price button i {
  margin-right: 0.25rem;
}
.resenas-section .section-title .carrito-summary {
  position: sticky;
  top: 100px;
  background: #fff7dc;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
}
.resenas-section .section-title .carrito-summary-body {
  padding: 1.7rem;
}
.resenas-section .section-title .carrito-summary-body h2 {
  font-family: "Chewy", sans-serif;
  font-size: 1.9rem;
  color: #1f2937;
  margin-bottom: 1.3rem;
}
.resenas-section .section-title .carrito-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #4b5563;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}
.resenas-section .section-title .carrito-summary-row strong {
  color: #111827;
}
.resenas-section .section-title .carrito-summary-total {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resenas-section .section-title .carrito-summary-total span {
  font-weight: 900;
  color: #1f2937;
}
.resenas-section .section-title .carrito-summary-total strong {
  font-size: 2rem;
  color: #111827;
  font-weight: 900;
}
.resenas-section .section-title .carrito-checkout-btn {
  width: 100%;
  margin-top: 1.6rem;
  border: none;
  border-radius: 16px;
  background: #FACC15;
  color: #111827;
  font-weight: 900;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(250, 204, 21, 0.25);
}
.resenas-section .section-title .carrito-checkout-btn:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
}
.resenas-section .section-title .carrito-summary-note {
  text-align: center;
  color: #6b7280;
  font-size: 0.72rem;
  line-height: 1.5;
  margin-top: 0.9rem;
}
.resenas-section .section-title .carrito-summary-footer {
  background: #fff;
  padding: 1.2rem 1.7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .carrito-summary-footer p {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.75rem;
  color: #4b5563;
  font-size: 0.9rem;
}
.resenas-section .section-title .carrito-summary-footer p:last-child {
  margin-bottom: 0;
}
.resenas-section .section-title .carrito-summary-footer p i {
  color: #56B3AD;
}
.resenas-section .section-title .carrito-continue {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
  color: #4b5563;
  font-weight: 800;
}
.resenas-section .section-title .carrito-continue:hover {
  color: #56B3AD;
}
.resenas-section .section-title .carrito-benefits {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 22px;
  padding: 1.3rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}
.resenas-section .section-title .carrito-benefit {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.resenas-section .section-title .carrito-benefit .icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  background: rgba(242, 140, 111, 0.13);
  color: #F28C6F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.resenas-section .section-title .carrito-benefit h4 {
  font-size: 0.98rem;
  font-weight: 900;
  margin: 0 0 0.25rem;
  color: #1f2937;
}
.resenas-section .section-title .carrito-benefit p {
  margin: 0;
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.45;
}
.resenas-section .section-title .carrito-recomendados {
  margin-top: 3.5rem;
}
.resenas-section .section-title .carrito-recomendados h2 {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 1.5rem;
}
.resenas-section .section-title .carrito-empty {
  background: #fff;
  border: 2px dashed #e5e7eb;
  border-radius: 26px;
  padding: 3rem 1.5rem;
  text-align: center;
  color: #6b7280;
}
.resenas-section .section-title .carrito-empty h2 {
  font-family: "Chewy", sans-serif;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.resenas-section .section-title .carrito-empty .btn {
  margin-top: 1rem;
  border-radius: 999px;
  background: #FACC15;
  border: none;
  color: #111827;
  font-weight: 900;
  padding: 0.8rem 1.3rem;
}
@media (max-width: 991px) {
  .resenas-section .section-title .carrito-page {
    padding: 3rem 0 4rem;
  }
  .resenas-section .section-title .carrito-layout {
    grid-template-columns: 1fr;
  }
  .resenas-section .section-title .carrito-summary {
    position: static;
  }
  .resenas-section .section-title .carrito-item {
    grid-template-columns: 86px minmax(0, 1fr);
  }
  .resenas-section .section-title .carrito-cantidad {
    grid-column: 2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .resenas-section .section-title .carrito-item-price {
    grid-column: 2;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .carrito-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  .resenas-section .section-title .carrito-item {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1rem;
  }
  .resenas-section .section-title .carrito-item-img {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
  .resenas-section .section-title .carrito-cantidad {
    grid-column: auto;
    margin: 0 auto;
  }
  .resenas-section .section-title .carrito-item-price {
    grid-column: auto;
    text-align: center;
  }
  .resenas-section .section-title .carrito-benefits {
    grid-template-columns: 1fr;
  }
  .resenas-section .section-title .carrito-benefit {
    text-align: left;
  }
  .resenas-section .section-title .carrito-summary-total strong {
    font-size: 1.7rem;
  }
}
.resenas-section .section-title .perfil-page {
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.16) 0%, transparent 30%), radial-gradient(circle at top right, rgba(86, 179, 173, 0.12) 0%, transparent 34%), linear-gradient(135deg, #fffdf4 0%, #fbfffb 42%, #f4fffd 100%) !important;
}
.resenas-section .section-title .perfil-hero {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 1.8rem 0 1.2rem !important;
  margin: 0 !important;
}
.resenas-section .section-title .perfil-hero::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -150px;
  left: 18%;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.13);
  pointer-events: none;
}
.resenas-section .section-title .perfil-hero::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: 20%;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.1);
  pointer-events: none;
}
.resenas-section .section-title .perfil-hero .container {
  position: relative;
  z-index: 2;
}
.resenas-section .section-title .perfil-hero .d-flex {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(250, 204, 21, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
}
.resenas-section .section-title .perfil-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.25rem, 3.6vw, 3.1rem);
  line-height: 1;
  color: #1f2937;
  margin: 0 0 0.35rem;
}
.resenas-section .section-title .perfil-hero p {
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  color: #5f6f72;
  margin-bottom: 0.1rem !important;
}
.resenas-section .section-title .perfil-hero small {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.16);
  color: rgb(47.3991836735, 105.4008163265, 101.6587755102);
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
}
.resenas-section .section-title .user-panel {
  margin-top: 0 !important;
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.13) 0%, transparent 30%), radial-gradient(circle at right center, rgba(86, 179, 173, 0.1) 0%, transparent 32%), linear-gradient(135deg, #fffdf4 0%, #fbfffb 45%, #f4fffd 100%) !important;
  padding-top: 2.2rem !important;
  padding-bottom: 3rem !important;
}
.resenas-section .section-title .user-panel .panel-content {
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.14) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.08) 0%, transparent 36%), rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(250, 204, 21, 0.2) !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}
.resenas-section .section-title .user-panel .panel-sidebar {
  background: rgba(255, 255, 255, 0.84) !important;
  border: 1px solid rgba(86, 179, 173, 0.12) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}
.resenas-section .section-title .perfil-page + .footer-web,
.resenas-section .section-title .footer-web {
  margin-top: 0 !important;
}
.resenas-section .section-title .footer-web {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding-top: 2.8rem !important;
  padding-bottom: 1.6rem !important;
  background: linear-gradient(135deg, #dff8ff 0%, #e9fbff 34%, #f5fdff 68%, #fffdf4 100%) !important;
  border: 0 !important;
  box-shadow: 0 -18px 38px rgba(56, 160, 190, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  color: #245064 !important;
}
.resenas-section .section-title .footer-web::before, .resenas-section .section-title .footer-web::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}
.resenas-section .section-title .footer-web .container,
.resenas-section .section-title .footer-web .footer-container {
  position: relative;
  z-index: 2;
}
.resenas-section .section-title .footer-web .row {
  row-gap: 1.4rem;
  align-items: flex-start;
}
.resenas-section .section-title .footer-web .row > [class*=col] {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0.75rem;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.resenas-section .section-title .footer-web .row > [class*=col]::before,
.resenas-section .section-title .footer-web .row > [class*=col]::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.resenas-section .section-title .footer-web .row > [class*=col] > * {
  position: relative;
  z-index: 1;
}
.resenas-section .section-title .footer-web .footer-brand {
  margin-bottom: 1rem;
}
.resenas-section .section-title .footer-web .footer-title {
  margin-bottom: 0.8rem;
}
.resenas-section .section-title .footer-web .footer-list li {
  margin-bottom: 0.55rem;
}
.resenas-section .section-title .footer-web .footer-social {
  margin-top: 0.75rem;
}
.resenas-section .section-title .footer-web .footer-bottom {
  margin-top: 0.4rem;
}
.resenas-section .section-title .footer-web .footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.resenas-section .section-title .footer-web .footer-brand h5 {
  margin: 0;
  font-family: "Chewy", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  color: #17445c !important;
}
.resenas-section .section-title .footer-web .footer-logo {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ffffff;
  border: 0 !important;
  box-shadow: 0 10px 22px rgba(56, 160, 190, 0.16);
}
.resenas-section .section-title .footer-web .footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.4rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #245064 !important;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(56, 160, 190, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.resenas-section .section-title .footer-web .footer-social i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #bdefff;
  color: #1486a6;
  font-size: 1rem;
}
.resenas-section .section-title .footer-web .footer-social:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #12394c !important;
}
.resenas-section .section-title .footer-web .footer-social:hover i {
  background: #fff0a8;
  color: #1486a6;
}
.resenas-section .section-title .footer-web .footer-title {
  margin-bottom: 0.85rem;
  font-family: "Chewy", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  color: #17445c !important;
}
.resenas-section .section-title .footer-web .footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.resenas-section .section-title .footer-web .footer-list li {
  margin-bottom: 0.55rem;
}
.resenas-section .section-title .footer-web .footer-list a {
  display: inline-flex;
  align-items: center;
  color: #2f6178 !important;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.resenas-section .section-title .footer-web .footer-list a:hover {
  color: #12394c !important;
  transform: translateX(3px);
}
.resenas-section .section-title .footer-web .footer-divider {
  border: 0 !important;
  opacity: 1 !important;
  height: 1px;
  margin: 1.8rem 0 1rem !important;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent) !important;
}
.resenas-section .section-title .footer-web .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  color: #2f6178 !important;
  font-family: "Varela Round", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}
.resenas-section .section-title .footer-web .footer-bottom p {
  margin: 0;
  line-height: 1.6;
}
.resenas-section .section-title .footer-web .footer-bottom span,
.resenas-section .section-title .footer-web .footer-bottom strong {
  color: #17445c !important;
  font-weight: 900;
}
@media (max-width: 991px) {
  .resenas-section .section-title .perfil-hero {
    padding: 1.5rem 0 1rem !important;
  }
  .resenas-section .section-title .perfil-hero .d-flex {
    width: 100%;
  }
  .resenas-section .section-title .user-panel {
    padding-top: 1.8rem !important;
  }
}
@media (max-width: 767.98px) {
  .resenas-section .section-title .footer-web {
    text-align: center;
  }
  .resenas-section .section-title .footer-web .footer-brand {
    justify-content: center;
  }
  .resenas-section .section-title .footer-web .footer-social {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .resenas-section .section-title .footer-web .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
  }
  .resenas-section .section-title .footer-web .footer-list a:hover {
    transform: none;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .perfil-hero .d-flex {
    padding: 1rem;
    border-radius: 22px;
  }
  .resenas-section .section-title .perfil-hero h1 {
    font-size: 2rem;
  }
  .resenas-section .section-title .footer-web {
    padding-top: 2rem !important;
  }
  .resenas-section .section-title .footer-web .footer-brand h5 {
    font-size: 1.35rem;
  }
}
.resenas-section .section-title {
  /* =========================================================
     PÁGINAS LEGALES
     ---------------------------------------------------------
     Estilos para:
     - Política de privacidad
     - Política de cookies
     - Términos de compra
     ========================================================= */
}
.resenas-section .section-title .legal-page {
  max-width: 900px;
}
.resenas-section .section-title .legal-page h1 {
  color: #00aeb7;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.resenas-section .section-title .legal-page h2 {
  color: #1f2d33;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.resenas-section .section-title .legal-page p {
  color: #49636b;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.resenas-section .section-title .legal-page ul {
  color: #49636b;
  margin-bottom: 1rem;
}
.resenas-section .section-title .legal-page ul li {
  margin-bottom: 0.45rem;
}
.resenas-section .section-title .legal-page strong {
  color: #1f2d33;
}
.resenas-section .section-title {
  /* =========================================================
     EFECTOS JQUERY - ADMIN
     ---------------------------------------------------------
     Estilos de apoyo para efectos visuales realizados con
     jQuery en el panel de administración.
     ========================================================= */
  /* Panel general de filtros */
}
.resenas-section .section-title .admin-filtros-panel {
  border: 1px solid #d6edf1;
  border-radius: 20px;
  background-color: #f4fbfc;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.resenas-section .section-title {
  /* Botón de filtros */
}
.resenas-section .section-title .admin-filtros-toggle {
  width: 100%;
  border: 0;
  background-color: #ffffff;
  color: #1f2d33;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.resenas-section .section-title .admin-filtros-toggle:hover {
  background-color: #e9f8fa;
  color: #078991;
}
.resenas-section .section-title .admin-filtros-toggle.is-open {
  color: #078991;
}
.resenas-section .section-title .admin-filtros-toggle.is-open .admin-filtros-chevron {
  transform: rotate(180deg);
}
.resenas-section .section-title .admin-filtros-toggle-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.resenas-section .section-title .admin-filtros-toggle-icon {
  color: #00aeb7;
}
.resenas-section .section-title .admin-filtros-chevron {
  transition: transform 0.25s ease;
}
.resenas-section .section-title {
  /* Cuerpo de filtros */
}
.resenas-section .section-title .admin-filtros-body {
  padding-top: 1rem;
}
.resenas-section .section-title {
  /* Layout interno de filtros */
}
.resenas-section .section-title .admin-filtros-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: end;
}
.resenas-section .section-title .admin-filtro-item {
  min-width: 160px;
}
.resenas-section .section-title .admin-filtro-grow {
  flex: 1 1 240px;
}
.resenas-section .section-title .admin-filtro-button {
  min-width: 130px;
}
.resenas-section .section-title {
  /* Alertas animadas */
}
.resenas-section .section-title .mensaje-flash,
.resenas-section .section-title .alert {
  border-radius: 14px;
}
.resenas-section .section-title {
  /* =========================================================
     CHAT DE SOPORTE - ESTILO BURBUJAS
     ---------------------------------------------------------
     Estilos para mostrar los mensajes de soporte como un chat.
     - Usuario a la izquierda.
     - Administrador a la derecha.
     - Colores adaptados a la identidad visual de la web.
     ========================================================= */
}
.resenas-section .section-title .soporte-chat-admin {
  max-height: 420px;
  overflow-y: auto;
  background-color: #f4fbfc;
  border: 1px solid #d6edf1;
  border-radius: 22px;
  padding: 1rem;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.03);
}
.resenas-section .section-title .soporte-chat-admin::-webkit-scrollbar {
  width: 8px;
}
.resenas-section .section-title .soporte-chat-admin::-webkit-scrollbar-thumb {
  background-color: #bfe6eb;
  border-radius: 20px;
}
.resenas-section .section-title .soporte-chat-admin::-webkit-scrollbar-track {
  background-color: transparent;
}
.resenas-section .section-title .soporte-msg {
  display: flex;
  margin-bottom: 0.95rem;
}
.resenas-section .section-title .soporte-msg-bubble {
  max-width: 78%;
  position: relative;
  padding: 0.8rem 0.95rem 0.65rem;
  border-radius: 19px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  word-wrap: break-word;
  line-height: 1.45;
}
.resenas-section .section-title .soporte-msg-autor {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #1f2d33;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.resenas-section .section-title .soporte-msg-autor i {
  color: #00aeb7;
  font-size: 0.95rem;
}
.resenas-section .section-title .soporte-msg-texto {
  color: #49636b;
  font-size: 0.95rem;
}
.resenas-section .section-title .soporte-msg-hora {
  color: #7b8e95;
  font-size: 0.74rem;
  text-align: right;
  margin-top: 0.45rem;
}
.resenas-section .section-title {
  /* Mensajes enviados por el usuario */
}
.resenas-section .section-title .mensaje-usuario {
  justify-content: flex-start;
}
.resenas-section .section-title .mensaje-usuario .soporte-msg-bubble {
  background-color: #ffffff;
  border: 1px solid #e4eef0;
  border-bottom-left-radius: 7px;
}
.resenas-section .section-title .mensaje-usuario .soporte-msg-bubble::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 10px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-left: 1px solid #e4eef0;
  border-bottom: 1px solid #e4eef0;
  transform: rotate(45deg);
}
.resenas-section .section-title {
  /* Mensajes enviados por administración */
}
.resenas-section .section-title .mensaje-admin {
  justify-content: flex-end;
}
.resenas-section .section-title .mensaje-admin .soporte-msg-bubble {
  background-color: #dff7f9;
  border: 1px solid #b7e8ed;
  border-bottom-right-radius: 7px;
}
.resenas-section .section-title .mensaje-admin .soporte-msg-bubble::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 10px;
  width: 12px;
  height: 12px;
  background-color: #dff7f9;
  border-right: 1px solid #b7e8ed;
  border-top: 1px solid #b7e8ed;
  transform: rotate(45deg);
}
.resenas-section .section-title .soporte-chat-loading,
.resenas-section .section-title .soporte-chat-empty {
  text-align: center;
  color: #7b8e95;
  padding: 2rem 1rem;
}
.resenas-section .section-title .soporte-chat-loading i,
.resenas-section .section-title .soporte-chat-empty i {
  display: block;
  color: #00aeb7;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.resenas-section .section-title .soporte-chat-loading p,
.resenas-section .section-title .soporte-chat-empty p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .resenas-section .section-title .soporte-msg-bubble {
    max-width: 92%;
  }
}
.resenas-section .section-title {
  /* =========================================================
     ADMIN - SUGERENCIAS
     ---------------------------------------------------------
     Estilos para mostrar las sugerencias de usuarios en tarjetas
     más visuales y coherentes con el diseño general.
     ========================================================= */
}
.resenas-section .section-title .sugerencias-admin-wrapper {
  background-color: #f4fbfc;
  border: 1px solid #d6edf1;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title .sugerencias-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.resenas-section .section-title .sugerencia-admin-card {
  background-color: #ffffff;
  border: 1px solid #d6edf1;
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.resenas-section .section-title .sugerencia-admin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}
.resenas-section .section-title .sugerencia-admin-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}
.resenas-section .section-title .sugerencia-admin-top h3 {
  color: #1f2d33;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.resenas-section .section-title .sugerencia-admin-top span {
  color: #7b8e95;
  font-size: 0.82rem;
}
.resenas-section .section-title .sugerencia-admin-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #00aeb7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(0, 174, 183, 0.25);
  flex-shrink: 0;
}
.resenas-section .section-title .sugerencia-admin-message {
  position: relative;
  color: #49636b;
  background-color: #fbfeff;
  border: 1px solid #e2f1f3;
  border-radius: 18px;
  padding: 0.9rem 1rem;
  line-height: 1.55;
  margin-bottom: 0.9rem;
}
.resenas-section .section-title .sugerencia-admin-message::before {
  content: "“";
  position: absolute;
  top: -0.6rem;
  left: 0.8rem;
  color: rgba(0, 174, 183, 0.25);
  font-size: 3rem;
  font-family: serif;
  line-height: 1;
}
.resenas-section .section-title .sugerencia-admin-footer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #7b8e95;
  font-size: 0.82rem;
}
.resenas-section .section-title .sugerencia-admin-footer div {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.resenas-section .section-title .sugerencia-admin-footer i {
  color: #078991;
}
.resenas-section .section-title .sugerencias-admin-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #7b8e95;
}
.resenas-section .section-title .sugerencias-admin-empty i {
  display: block;
  color: #00aeb7;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.resenas-section .section-title .sugerencias-admin-empty h3 {
  color: #1f2d33;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.resenas-section .section-title .sugerencias-admin-empty p {
  margin: 0;
}
.resenas-section .section-title {
  /* =========================================================
     ADMIN - LISTADO DE TICKETS DE SOPORTE
     ---------------------------------------------------------
     Estilo visual para mostrar tickets de soporte con un diseño
     más moderno, limpio y legible.
     ========================================================= */
  /* Contenedor principal */
}
.resenas-section .section-title .tickets-admin-wrapper {
  background-color: #f4fbfc;
  border: 1px solid #d6edf1;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}
.resenas-section .section-title {
  /* Lista de tickets */
}
.resenas-section .section-title .tickets-admin-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resenas-section .section-title {
  /* Tarjeta individual */
}
.resenas-section .section-title .ticket-admin-card {
  background-color: #ffffff;
  border: 1px solid #d6edf1;
  border-radius: 22px;
  padding: 1rem 1.1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.resenas-section .section-title .ticket-admin-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  border-color: #bfe6eb;
}
.resenas-section .section-title {
  /* Estructura interna */
}
.resenas-section .section-title .ticket-admin-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}
.resenas-section .section-title {
  /* Avatar */
}
.resenas-section .section-title .ticket-admin-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #00aeb7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 174, 183, 0.25);
}
.resenas-section .section-title {
  /* Contenido */
}
.resenas-section .section-title .ticket-admin-content {
  min-width: 0;
}
.resenas-section .section-title .ticket-admin-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}
.resenas-section .section-title .ticket-admin-title {
  color: #1f2d33;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
}
.resenas-section .section-title {
  /* Meta info */
}
.resenas-section .section-title .ticket-admin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  color: #7b8e95;
  font-size: 0.84rem;
  margin-bottom: 0.35rem;
}
.resenas-section .section-title .ticket-admin-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.resenas-section .section-title .ticket-admin-meta i {
  color: #078991;
}
.resenas-section .section-title {
  /* Extra: localidad, CP... */
}
.resenas-section .section-title .ticket-admin-extra {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #49636b;
  font-size: 0.84rem;
  background-color: #f8fcfd;
  border: 1px solid #e2f1f3;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  margin-top: 0.2rem;
}
.resenas-section .section-title .ticket-admin-extra i {
  color: #078991;
}
.resenas-section .section-title {
  /* Columna de acciones */
}
.resenas-section .section-title .ticket-admin-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.resenas-section .section-title .ticket-admin-actions .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 0.55rem 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.resenas-section .section-title {
  /* Badges de estado */
}
.resenas-section .section-title .ticket-admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.32rem 0.7rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.resenas-section .section-title .estado-pendiente {
  background-color: #fff7df;
  color: #9a6b00;
  border: 1px solid #f4df9b;
}
.resenas-section .section-title .estado-respondido {
  background-color: #dff7f9;
  color: #0b7a81;
  border: 1px solid #b7e8ed;
}
.resenas-section .section-title .estado-cerrado {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #d4d9de;
}
.resenas-section .section-title {
  /* Estado vacío */
}
.resenas-section .section-title .tickets-admin-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #7b8e95;
}
.resenas-section .section-title .tickets-admin-empty i {
  display: block;
  color: #00aeb7;
  font-size: 2.6rem;
  margin-bottom: 0.75rem;
}
.resenas-section .section-title .tickets-admin-empty h3 {
  color: #1f2d33;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.resenas-section .section-title .tickets-admin-empty p {
  margin: 0;
}
.resenas-section .section-title {
  /* Responsive */
}
@media (max-width: 991.98px) {
  .resenas-section .section-title .ticket-admin-main {
    grid-template-columns: auto 1fr;
  }
  .resenas-section .section-title .ticket-admin-actions {
    grid-column: 1/-1;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
}
@media (max-width: 575.98px) {
  .resenas-section .section-title .ticket-admin-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .resenas-section .section-title .ticket-admin-meta {
    flex-direction: column;
    gap: 0.35rem;
  }
  .resenas-section .section-title .ticket-admin-avatar {
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }
}
.resenas-section .section-title {
  /* =========================================================
     ADMIN - CONTACTO WEB
     ---------------------------------------------------------
     Estilos para la sección "Contacto web" del panel admin.

     Esta vista muestra los mensajes enviados desde el formulario
     público de contacto por usuarios invitados o no registrados.

     Se crean clases propias para no depender de .admin-ticket
     y evitar romper otras zonas del panel.
     ========================================================= */
  /* Contenedor principal */
}
.resenas-section .section-title .contacto-admin-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfc 100%);
  border: 1px solid rgba(86, 179, 173, 0.22);
  border-radius: 26px;
  padding: 1.25rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.resenas-section .section-title {
  /* Listado de mensajes */
}
.resenas-section .section-title .contacto-admin-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resenas-section .section-title {
  /* Tarjeta individual */
}
.resenas-section .section-title .contacto-admin-card {
  background: #ffffff;
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 24px;
  padding: 1rem 1.1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.045);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.resenas-section .section-title .contacto-admin-card:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 179, 173, 0.38);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.075);
}
.resenas-section .section-title {
  /* Estructura interna */
}
.resenas-section .section-title .contacto-admin-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: flex-start;
}
.resenas-section .section-title {
  /* Avatar con inicial */
}
.resenas-section .section-title .contacto-admin-avatar {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: linear-gradient(135deg, #56B3AD 0%, rgba(117, 224, 248, 0.8078431373) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Chewy", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
  flex-shrink: 0;
}
.resenas-section .section-title {
  /* Contenido */
}
.resenas-section .section-title .contacto-admin-content {
  min-width: 0;
}
.resenas-section .section-title .contacto-admin-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.resenas-section .section-title .contacto-admin-title {
  color: #1f2d33;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  line-height: 1.35;
}
.resenas-section .section-title {
  /* Datos: nombre, email, fecha */
}
.resenas-section .section-title .contacto-admin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  color: #7b8e95;
  font-size: 0.84rem;
}
.resenas-section .section-title .contacto-admin-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}
.resenas-section .section-title .contacto-admin-meta i {
  color: rgb(69.547755102, 154.652244898, 149.1616326531);
}
.resenas-section .section-title {
  /* Badge de producto consultado */
}
.resenas-section .section-title .contacto-admin-product {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(250, 204, 21, 0.18);
  color: rgb(125.5179916318, 100.8435146444, 2.6820083682);
  border: 1px solid rgba(250, 204, 21, 0.35);
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.resenas-section .section-title .contacto-admin-product i {
  color: rgb(175.4510460251, 140.9606694561, 3.7489539749);
}
.resenas-section .section-title .contacto-admin-product strong {
  color: rgb(105.5447698745, 84.7966527197, 2.2552301255);
}
.resenas-section .section-title {
  /* Mensaje principal */
}
.resenas-section .section-title .contacto-admin-message {
  position: relative;
  background: #fbfeff;
  border: 1px solid #e2f1f3;
  border-radius: 18px;
  color: #49636b;
  padding: 0.9rem 1rem;
  line-height: 1.6;
  font-size: 0.92rem;
}
.resenas-section .section-title .contacto-admin-message::before {
  content: "“";
  position: absolute;
  top: -0.55rem;
  left: 0.75rem;
  color: rgba(86, 179, 173, 0.22);
  font-family: serif;
  font-size: 3rem;
  line-height: 1;
}
.resenas-section .section-title {
  /* Botón de acción */
}
.resenas-section .section-title .contacto-admin-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.resenas-section .section-title .contacto-admin-actions .btn {
  border-radius: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  white-space: nowrap;
}
.resenas-section .section-title {
  /* Estado leído/nuevo */
}
.resenas-section .section-title .contacto-admin-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}
.resenas-section .section-title .contacto-admin-status.is-new {
  background: rgba(242, 140, 111, 0.16);
  color: rgb(230.2165605096, 67.1464968153, 20.7834394904);
  border: 1px solid rgba(242, 140, 111, 0.28);
}
.resenas-section .section-title .contacto-admin-status.is-read {
  background: rgba(86, 179, 173, 0.14);
  color: rgb(53.7273469388, 119.4726530612, 115.2310204082);
  border: 1px solid rgba(86, 179, 173, 0.26);
}
.resenas-section .section-title {
  /* Estado vacío */
}
.resenas-section .section-title .contacto-admin-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #7b8e95;
}
.resenas-section .section-title .contacto-admin-empty i {
  display: block;
  color: #56B3AD;
  font-size: 2.7rem;
  margin-bottom: 0.75rem;
}
.resenas-section .section-title .contacto-admin-empty h3 {
  color: #1f2d33;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.resenas-section .section-title .contacto-admin-empty p {
  margin: 0;
}
.resenas-section .section-title {
  /* Responsive */
}
@media (max-width: 991.98px) {
  .resenas-section .section-title .contacto-admin-main {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .resenas-section .section-title .contacto-admin-actions {
    grid-column: 1/-1;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
  .resenas-section .section-title .contacto-admin-actions .btn {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .resenas-section .section-title .contacto-admin-wrapper {
    padding: 0.9rem;
    border-radius: 22px;
  }
  .resenas-section .section-title .contacto-admin-card {
    padding: 0.9rem;
    border-radius: 20px;
  }
  .resenas-section .section-title .contacto-admin-avatar {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    font-size: 1.05rem;
  }
  .resenas-section .section-title .contacto-admin-top {
    flex-direction: column;
    gap: 0.5rem;
  }
  .resenas-section .section-title .contacto-admin-meta {
    flex-direction: column;
    gap: 0.35rem;
  }
  .resenas-section .section-title .contacto-admin-product {
    align-items: flex-start;
    border-radius: 16px;
    line-height: 1.4;
  }
  .resenas-section .section-title .contacto-admin-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.resenas-section .section-title {
  /* =====================================================
     PRODUCTOS RELACIONADOS - DETALLE DE PRODUCTO
     -----------------------------------------------------
     Estilos específicos para las tarjetas de productos
     relacionados dentro de producto_detalle.php.

     Objetivo visual:
     - Bordes muy redondeados.
     - Fondos alternos según clase.
     - Estética similar a las tarjetas del index.
     - Sombra suave.
     - Hover con elevación.
     - Botones circulares para carrito y favoritos.
  ===================================================== */
  /* Tarjeta principal del producto relacionado */
}
.resenas-section .section-title .producto-relacionado-card {
  position: relative;
  height: 100%;
  padding: 1rem;
  border-radius: 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(31, 41, 55, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.resenas-section .section-title {
  /* Efecto al pasar el ratón por encima de la tarjeta */
}
.resenas-section .section-title .producto-relacionado-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.18);
}
.resenas-section .section-title {
  /* Fondo rosa alterno */
}
.resenas-section .section-title .producto-relacionado-card.card-pink {
  background: linear-gradient(135deg, #ffe3ef 0%, #fff7fb 100%);
}
.resenas-section .section-title {
  /* Fondo verde alterno */
}
.resenas-section .section-title .producto-relacionado-card.card-green {
  background: linear-gradient(135deg, #dcfce7 0%, #f0fdf4 100%);
}
.resenas-section .section-title {
  /* Fondo amarillo alterno */
}
.resenas-section .section-title .producto-relacionado-card.card-yellow {
  background: linear-gradient(135deg, #fef3c7 0%, #fffbeb 100%);
}
.resenas-section .section-title {
  /* Badge de categoría dentro de la tarjeta */
}
.resenas-section .section-title .producto-relacionado-card .card-badge {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
  color: #374151;
}
.resenas-section .section-title {
  /* Contenedor de imagen del producto */
}
.resenas-section .section-title .producto-relacionado-img-box {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0.75rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.resenas-section .section-title {
  /* Imagen del producto dentro de la tarjeta */
}
.resenas-section .section-title .producto-relacionado-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 18px;
}
.resenas-section .section-title {
  /* Cuerpo de la tarjeta */
}
.resenas-section .section-title .producto-relacionado-body {
  padding: 1rem 0 0;
}
.resenas-section .section-title {
  /* Título del producto relacionado */
}
.resenas-section .section-title .producto-relacionado-body h3 {
  min-height: 48px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 800;
  color: #1f2937;
}
.resenas-section .section-title {
  /* Pie de la tarjeta: precio + acciones */
}
.resenas-section .section-title .producto-relacionado-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
}
.resenas-section .section-title {
  /* Precio del producto relacionado */
}
.resenas-section .section-title .producto-relacionado-footer .price {
  font-size: 1rem;
  font-weight: 900;
  color: #16a34a;
}
.resenas-section .section-title {
  /* Botones circulares de carrito y favoritos */
}
.resenas-section .section-title .producto-relacionado-footer .btn-carrito {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(31, 41, 55, 0.12);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.resenas-section .section-title {
  /* Hover de los botones */
}
.resenas-section .section-title .producto-relacionado-footer .btn-carrito:hover {
  transform: scale(1.08);
  background: #56b3ad;
  color: #ffffff;
}
.resenas-section .section-title {
  /* Estado activo del favorito */
}
.resenas-section .section-title .producto-relacionado-footer .favorito-activo,
.resenas-section .section-title .producto-relacionado-footer .btn-favorito-relacionado.favorito-activo {
  background: #f472b6;
  color: #ffffff;
}
.resenas-section .section-title {
  /*Objetivo visual:
  - Dar más protagonismo a la bienvenida.
  - Integrar tonos azules/turquesa suaves.
  - Hacer que la parte superior conecte mejor con el resto del panel.
  */
}
.resenas-section .section-title .user-summary,
.resenas-section .section-title .user-panel-header,
.resenas-section .section-title .user-panel-hero {
  position: relative;
  overflow: hidden;
  padding: 1.6rem 1.9rem;
  margin-bottom: 1.8rem;
  background: radial-gradient(circle at top right, rgba(86, 179, 173, 0.18) 0%, transparent 32%), radial-gradient(circle at bottom left, rgba(142, 202, 230, 0.18) 0%, transparent 34%), linear-gradient(135deg, rgba(234, 248, 251, 0.95) 0%, rgba(247, 252, 255, 0.98) 100%);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 32px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.resenas-section .section-title .user-summary::before,
.resenas-section .section-title .user-panel-header::before,
.resenas-section .section-title .user-panel-hero::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: -75px;
  right: -70px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.12);
  pointer-events: none;
}
.resenas-section .section-title .user-summary::after,
.resenas-section .section-title .user-panel-header::after,
.resenas-section .section-title .user-panel-hero::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -55px;
  left: -45px;
  border-radius: 50%;
  background: rgba(142, 202, 230, 0.14);
  pointer-events: none;
}
.resenas-section .section-title .user-summary > *,
.resenas-section .section-title .user-panel-header > *,
.resenas-section .section-title .user-panel-hero > * {
  position: relative;
  z-index: 2;
}
.resenas-section .section-title .user-summary h1,
.resenas-section .section-title .user-panel-header h1,
.resenas-section .section-title .user-panel-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1.02;
  color: #16324f;
  margin-bottom: 0.35rem;
}
.resenas-section .section-title .user-summary p,
.resenas-section .section-title .user-summary span,
.resenas-section .section-title .user-panel-header p,
.resenas-section .section-title .user-panel-header span,
.resenas-section .section-title .user-panel-hero p,
.resenas-section .section-title .user-panel-hero span {
  font-family: "Varela Round", sans-serif;
  color: #4b6b88;
  font-size: 0.97rem;
  line-height: 1.6;
  margin-bottom: 0.15rem;
  display: block;
}
.resenas-section .section-title .user-summary .member-since,
.resenas-section .section-title .user-panel-header .member-since,
.resenas-section .section-title .user-panel-hero .member-since {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  color: #285b63;
  font-weight: 800;
  font-size: 0.85rem;
}
.resenas-section .section-title .user-panel {
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.16) 0%, transparent 32%), radial-gradient(circle at bottom right, rgba(86, 179, 173, 0.1) 0%, transparent 34%), linear-gradient(135deg, #fffdf5 0%, #f8fffd 100%);
}
.resenas-section .section-title .user-panel .panel-content {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.18) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.1) 0%, transparent 36%), #ffffff;
  border: 1px solid rgba(250, 204, 21, 0.24);
  border-radius: 34px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.resenas-section .section-title .user-panel .panel-section {
  border-radius: 28px;
}
.resenas-section .section-title .user-panel .panel-section h2 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
  color: #1f2937;
  margin-bottom: 0.45rem;
}
.resenas-section .section-title .user-panel .panel-section > p {
  font-family: "Varela Round", sans-serif;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.resenas-section .section-title .user-panel .panel-form .form-label,
.resenas-section .section-title .user-panel .panel-form label,
.resenas-section .section-title .user-panel form .form-label,
.resenas-section .section-title .user-panel form label {
  font-family: "Varela Round", sans-serif;
  color: #334155;
  font-weight: 900;
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
}
.resenas-section .section-title .user-panel .input-group {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(250, 204, 21, 0.3);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.resenas-section .section-title .user-panel .input-group:hover {
  transform: translateY(-1px);
  border-color: rgba(86, 179, 173, 0.34);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.resenas-section .section-title .user-panel .input-group-text {
  width: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid rgba(86, 179, 173, 0.12);
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.13) 0%, rgba(250, 204, 21, 0.14) 100%);
  color: #56B3AD;
}
.resenas-section .section-title .user-panel .input-group-text i {
  font-size: 1rem;
}
.resenas-section .section-title .user-panel .form-control,
.resenas-section .section-title .user-panel .form-select {
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.85rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 6px 18px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.resenas-section .section-title .user-panel .form-control::-moz-placeholder, .resenas-section .section-title .user-panel .form-select::-moz-placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.resenas-section .section-title .user-panel .form-control::placeholder,
.resenas-section .section-title .user-panel .form-select::placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.resenas-section .section-title .user-panel .form-control:focus,
.resenas-section .section-title .user-panel .form-select:focus {
  border-color: rgba(86, 179, 173, 0.65);
  background: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.14), 0 10px 24px rgba(15, 23, 42, 0.05);
}
.resenas-section .section-title .user-panel .form-control:disabled,
.resenas-section .section-title .user-panel .form-control[disabled],
.resenas-section .section-title .user-panel .form-select:disabled,
.resenas-section .section-title .user-panel .form-select[disabled] {
  background: rgba(255, 255, 255, 0.76);
  color: #1f2937;
  opacity: 1;
  border: 0;
  box-shadow: none;
  cursor: default;
}
.resenas-section .section-title .user-panel textarea.form-control {
  min-height: 150px;
  resize: vertical;
  line-height: 1.6;
  border-radius: 22px;
}
.resenas-section .section-title .user-panel .security-card,
.resenas-section .section-title .user-panel .panel-card-soft,
.resenas-section .section-title .user-panel .sugerencias-form-card,
.resenas-section .section-title .user-panel .sugerencias-info-card {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.16) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.1) 0%, transparent 36%), #ffffff;
  border: 1px solid rgba(250, 204, 21, 0.24);
  border-radius: 30px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
.resenas-section .section-title .user-panel .security-card {
  padding: 1.4rem;
  margin-bottom: 1rem;
}
.resenas-section .section-title .user-panel .security-card h5 {
  font-family: "Chewy", sans-serif;
  font-size: 1.55rem;
  color: #1f2937;
  margin-bottom: 0.6rem;
}
.resenas-section .section-title .user-panel .security-card h5 i {
  color: #56B3AD;
  margin-right: 0.35rem;
}
.resenas-section .section-title .user-panel .security-card p {
  color: #64748b;
  font-family: "Varela Round", sans-serif;
  line-height: 1.6;
}
.resenas-section .section-title .user-panel .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.8rem 1.15rem;
  box-shadow: 0 12px 26px rgba(86, 179, 173, 0.24);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.resenas-section .section-title .user-panel .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(86, 179, 173, 0.32);
}
.resenas-section .section-title .user-panel .btn-outline-danger,
.resenas-section .section-title .user-panel .btn-outline-primary,
.resenas-section .section-title .user-panel .btn-outline-success,
.resenas-section .section-title .user-panel .btn-outline-warning {
  border-radius: 999px;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
}
.resenas-section .section-title .user-panel .alert-info {
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.12) 0%, rgba(250, 204, 21, 0.14) 100%);
  color: #155e63;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}
.resenas-section .section-title .user-panel .alert-info i {
  color: #56B3AD;
  margin-right: 0.35rem;
}
.resenas-section .section-title .user-panel .panel-table {
  border-collapse: separate;
  border-spacing: 0 0.55rem;
  background: transparent;
}
.resenas-section .section-title .user-panel .panel-table thead th {
  border: 0;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.resenas-section .section-title .user-panel .panel-table tbody tr {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  border-radius: 18px;
}
.resenas-section .section-title .user-panel .panel-table tbody td {
  border: 0;
  vertical-align: middle;
}
.resenas-section .section-title .user-panel .panel-table tbody tr:hover {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.1) 0%, rgba(86, 179, 173, 0.07) 100%), #ffffff;
}
.resenas-section .section-title .user-panel .panel-empty {
  position: relative;
  padding: 2rem 1.2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.07) 0%, rgba(250, 204, 21, 0.1) 100%), #ffffff;
  border: 2px dashed rgba(86, 179, 173, 0.22);
  color: #64748b;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  .resenas-section .section-title .user-panel .panel-content {
    border-radius: 28px;
  }
  .resenas-section .section-title .user-panel .security-card,
  .resenas-section .section-title .user-panel .panel-card-soft,
  .resenas-section .section-title .user-panel .sugerencias-form-card,
  .resenas-section .section-title .user-panel .sugerencias-info-card {
    border-radius: 26px;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .user-panel .panel-content {
    border-radius: 24px;
    padding: 1.15rem;
  }
  .resenas-section .section-title .user-panel .panel-section h2 {
    font-size: 1.8rem;
  }
  .resenas-section .section-title .user-panel .panel-section > p {
    font-size: 0.9rem;
  }
  .resenas-section .section-title .user-panel .input-group {
    border-radius: 16px;
  }
  .resenas-section .section-title .user-panel .input-group-text {
    width: 42px;
    min-width: 42px;
  }
  .resenas-section .section-title .user-panel .form-control,
  .resenas-section .section-title .user-panel .form-select {
    font-size: 0.88rem;
    padding: 0.78rem 0.85rem;
  }
  .resenas-section .section-title .user-panel textarea.form-control {
    min-height: 135px;
    border-radius: 20px;
  }
}
.resenas-section .section-title .home-page .container,
.resenas-section .section-title .home-hero .container,
.resenas-section .section-title .home-section .container,
.resenas-section .section-title .home-destacados .container,
.resenas-section .section-title .home-about .container,
.resenas-section .section-title .home-gratis .container,
.resenas-section .section-title .home-free .container,
.resenas-section .section-title .home-recursos-gratis .container {
  width: min(1220px, 100% - 2rem) !important;
  max-width: 1220px !important;
}
.resenas-section .section-title .home-page {
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.08) 0%, transparent 30%), radial-gradient(circle at top right, rgba(86, 179, 173, 0.07) 0%, transparent 32%), linear-gradient(180deg, #ffffff 0%, #fffef8 42%, #f8fffd 100%) !important;
}
.resenas-section .section-title .home-hero {
  padding: 4.8rem 0 5rem !important;
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.13) 0%, transparent 32%), radial-gradient(circle at top right, rgba(86, 179, 173, 0.12) 0%, transparent 34%), linear-gradient(135deg, rgba(86, 179, 173, 0.06) 0%, rgba(250, 204, 21, 0.055) 100%) !important;
  border-bottom: 1px solid rgba(86, 179, 173, 0.1) !important;
}
.resenas-section .section-title .home-hero .row {
  align-items: center;
}
.resenas-section .section-title .home-title {
  font-size: clamp(2.8rem, 5.4vw, 5.25rem) !important;
  max-width: 660px;
}
.resenas-section .section-title .home-subtitle {
  max-width: 700px !important;
  font-size: 1.08rem !important;
}
.resenas-section .section-title .home-hero-image-wrap {
  width: min(500px, 100%) !important;
  min-height: 470px !important;
}
.resenas-section .section-title .home-hero-image {
  height: 420px !important;
  border-radius: 34px !important;
}
.resenas-section .section-title .home-section {
  padding: 4.6rem 0 !important;
}
.resenas-section .section-title .home-section-heading {
  max-width: 860px !important;
  margin-bottom: 2.2rem !important;
}
.resenas-section .section-title .home-section-heading h2 {
  font-size: clamp(2.25rem, 4vw, 3.15rem) !important;
}
.resenas-section .section-title .home-section-heading p {
  max-width: 760px;
}
.resenas-section .section-title .home-destacados {
  background: linear-gradient(180deg, #ffffff 0%, #fffef8 100%) !important;
}
.resenas-section .section-title .home-destacados .row {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 1.6rem;
}
.resenas-section .section-title .home-resource-card {
  border-radius: 26px !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08) !important;
}
.resenas-section .section-title .home-card-img-wrap {
  height: 255px !important;
}
.resenas-section .section-title .home-card-body {
  padding: 1.15rem 1.25rem !important;
}
.resenas-section .section-title .home-card-body h3 {
  font-size: 1.04rem !important;
}
.resenas-section .section-title .home-about {
  background: radial-gradient(circle at left center, rgba(86, 179, 173, 0.1) 0%, transparent 34%), radial-gradient(circle at right center, rgba(250, 204, 21, 0.12) 0%, transparent 34%), linear-gradient(90deg, rgba(86, 179, 173, 0.1) 0%, rgba(250, 204, 21, 0.08) 100%) !important;
}
.resenas-section .section-title .home-about-card {
  max-width: 1080px !important;
  border-radius: 34px !important;
  padding: 2.8rem !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}
.resenas-section .section-title .home-free-card,
.resenas-section .section-title .home-gratis-card,
.resenas-section .section-title .home-free-resource-card {
  border-radius: 24px !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.075) !important;
}
.resenas-section .section-title .home-free-card img,
.resenas-section .section-title .home-gratis-card img,
.resenas-section .section-title .home-free-resource-card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.resenas-section .section-title .footer-web {
  margin-top: 0 !important;
}
.resenas-section .section-title .footer-web .container,
.resenas-section .section-title .footer-web .footer-container {
  width: min(1180px, 100% - 2rem) !important;
  max-width: 1180px !important;
}
@media (max-width: 991px) {
  .resenas-section .section-title .home-hero {
    padding: 3.4rem 0 4rem !important;
    text-align: center;
  }
  .resenas-section .section-title .home-title,
  .resenas-section .section-title .home-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .resenas-section .section-title .home-actions {
    justify-content: center;
  }
  .resenas-section .section-title .home-hero-image-wrap {
    margin-top: 2rem;
    min-height: 390px !important;
  }
  .resenas-section .section-title .home-hero-image {
    height: 350px !important;
  }
  .resenas-section .section-title .home-card-img-wrap {
    height: 230px !important;
  }
  .resenas-section .section-title .home-about-card {
    padding: 2rem !important;
  }
}
@media (max-width: 576px) {
  .resenas-section .section-title .home-page .container,
  .resenas-section .section-title .home-hero .container,
  .resenas-section .section-title .home-section .container,
  .resenas-section .section-title .home-destacados .container,
  .resenas-section .section-title .home-about .container,
  .resenas-section .section-title .home-gratis .container,
  .resenas-section .section-title .home-free .container,
  .resenas-section .section-title .home-recursos-gratis .container {
    width: min(100% - 1.25rem, 100%) !important;
  }
  .resenas-section .section-title .home-hero {
    padding: 2.6rem 0 3rem !important;
  }
  .resenas-section .section-title .home-title {
    font-size: 2.45rem !important;
  }
  .resenas-section .section-title .home-subtitle {
    font-size: 0.96rem !important;
  }
  .resenas-section .section-title .home-hero-image-wrap {
    min-height: 300px !important;
  }
  .resenas-section .section-title .home-hero-image {
    height: 270px !important;
    border-radius: 26px !important;
  }
  .resenas-section .section-title .home-section {
    padding: 3.2rem 0 !important;
  }
  .resenas-section .section-title .home-card-img-wrap {
    height: 220px !important;
  }
  .resenas-section .section-title .home-about-card {
    padding: 1.6rem 1.15rem !important;
    border-radius: 26px !important;
  }
}
.resenas-section .section-title {
  margin-bottom: 1rem;
}

.resenas-scroll {
  max-height: none;
  overflow-y: visible;
  padding-right: 0;
}

.resena-card {
  background: #fdf6ec;
  border-radius: 18px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.resena-card .stars {
  color: #f4b400;
  font-size: 14px;
  letter-spacing: 3px;
}
.resena-card .comentario {
  font-family: "Varela Round", sans-serif;
  font-style: italic;
  color: #555;
  font-size: 0.86rem;
  line-height: 1.6;
  margin: 0.5rem 0 1rem;
}
.resena-card .autor {
  color: #777;
  font-weight: 700;
  font-size: 0.85rem;
}

.relacionados-header {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.5rem;
}
.relacionados-header h3 {
  font-family: "Chewy", sans-serif;
  font-size: 1.35rem;
}
.relacionados-header a {
  font-size: 0.85rem;
}

.resource-card {
  border-radius: 18px;
}
.resource-card .card-body {
  padding: 1rem;
}
.resource-card .card-body h3 {
  font-size: 0.95rem;
}
.resource-card .card-footer-custom .price {
  font-size: 1rem;
}
.resource-card .card-footer-custom .btn-carrito {
  padding: 0.45rem 0.65rem;
}

@media (min-width: 768px) {
  .producto-img-box {
    padding: 1rem !important;
  }
  .producto-img-box img {
    max-height: 360px;
  }
  .producto-info-col h1 {
    font-size: 2rem;
  }
  .producto-miniaturas {
    overflow-x: visible;
  }
  .producto-miniaturas img,
  .producto-miniaturas .video-thumb {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
  .price-box {
    padding: 1.2rem !important;
  }
  .price-box h2 {
    font-size: 1.7rem;
  }
  .price-box .btn {
    font-size: 0.9rem;
  }
  .price-box .small {
    font-size: 0.78rem;
  }
  .autor-box {
    border-radius: 20px;
  }
  .autor-box .d-flex {
    flex-direction: row;
    align-items: center !important;
  }
  .descripcion-box,
  .contenido-box,
  .help-box {
    padding: 1.25rem !important;
    border-radius: 20px;
  }
  .resenas-scroll {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 0.5rem;
  }
  .resena-card {
    padding: 1.2rem;
  }
  .relacionados-header {
    flex-direction: row;
    align-items: center !important;
  }
  .relacionados-header h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .producto-img-box img {
    max-height: 420px;
  }
  .producto-info-col h1 {
    font-size: 2.35rem;
  }
  .price-box {
    padding: 1.3rem !important;
    border-radius: 22px !important;
  }
  .price-box h2 {
    font-size: 1.8rem;
  }
  .descripcion-box {
    padding: 1.5rem !important;
  }
  .descripcion-box p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .contenido-box {
    padding: 1.5rem !important;
    font-size: 0.95rem;
  }
  .help-box {
    padding: 1.6rem !important;
    border-radius: 22px;
  }
  .resenas-scroll {
    max-height: 320px;
  }
  .resena-card {
    padding: 1.3rem;
  }
  .resena-card .comentario {
    font-size: 0.95rem;
  }
}
.auth-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  font-family: "Varela Round", sans-serif;
}

.auth-left {
  display: none;
}

.auth-right {
  width: 100%;
  padding: 1.5rem;
  position: relative;
}

.auth-back {
  display: inline-block;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.auth-back:hover {
  color: #56B3AD;
}

.auth-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.auth-logo img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-logo span {
  font-family: "Chewy", sans-serif;
  color: #56B3AD;
  font-size: 1.25rem;
}

.auth-box {
  max-width: 430px;
  margin: 0 auto;
}
.auth-box h1 {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #222;
}

.auth-subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 1.8rem;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f5eadc;
  border-radius: 18px;
  padding: 0.25rem;
  margin-bottom: 1.8rem;
}
.auth-tabs a {
  text-align: center;
  padding: 0.8rem;
  border-radius: 15px;
  color: #666;
  font-weight: 600;
}
.auth-tabs a.active {
  background: #fff;
  color: #56B3AD;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.auth-field {
  margin-bottom: 1.2rem;
}
.auth-field label {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
.auth-field input {
  width: 100%;
  border: 1px solid #eadccf;
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font-family: "Varela Round", sans-serif;
  outline: none;
  background: #fffdfb;
}
.auth-field input:focus {
  border-color: #56B3AD;
  box-shadow: 0 0 0 4px rgba(86, 179, 173, 0.15);
}

.auth-label-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.auth-label-row a {
  color: #56B3AD;
  font-size: 0.85rem;
  font-weight: 700;
}

.auth-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.auth-check input {
  margin-top: 0.2rem;
}
.auth-check a {
  color: #56B3AD;
  font-weight: 700;
}

.auth-main-btn {
  width: 100%;
  border: none;
  border-radius: 16px;
  background: #FACC15;
  color: #222;
  padding: 1rem;
  font-weight: 900;
  font-size: 1rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.auth-main-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.auth-register-btn {
  background: #f7b8a6;
  color: white;
}

.auth-separator {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #999;
  font-size: 0.8rem;
  margin: 2rem 0;
}
.auth-separator::before, .auth-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.auth-socials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.auth-socials button {
  border: 1px solid #eadccf;
  background: #fffdfb;
  border-radius: 14px;
  padding: 0.85rem;
  font-weight: 600;
  color: #555;
}

.auth-footer-help,
.auth-switch {
  text-align: center;
  color: #777;
  margin-top: 2rem;
}
.auth-footer-help a,
.auth-switch a {
  color: #56B3AD;
  font-weight: 700;
}

.auth-two-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 768px) {
  .auth-right {
    padding: 2rem 3rem;
  }
  .auth-box h1 {
    font-size: 2.4rem;
  }
  .auth-socials {
    grid-template-columns: 1fr 1fr;
  }
  .auth-two-cols {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .auth-page {
    flex-direction: row;
  }
  .auth-left {
    display: flex;
    width: 50%;
    min-height: 100vh;
    background: #e9fbf8;
    padding: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .auth-right {
    width: 50%;
    min-height: 100vh;
    padding: 3rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .auth-logo {
    position: absolute;
    top: 2rem;
    right: 4rem;
    margin-bottom: 0;
  }
  .auth-back {
    position: absolute;
    top: 2.5rem;
    left: 4rem;
  }
  .auth-preview-card {
    width: 100%;
    max-width: 560px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    background: white;
  }
  .auth-preview-card img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .auth-left-content {
    text-align: center;
    max-width: 560px;
    margin-top: 2rem;
  }
  .auth-left-content h2 {
    font-family: "Chewy", sans-serif;
    color: #1d1d1d;
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .auth-left-content p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .auth-box {
    width: 100%;
    max-width: 460px;
  }
}
.user-panel {
  padding: 4rem 0;
  background: #fafafa;
}
.user-panel .panel-sidebar {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.user-panel .panel-link {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0.9rem 1rem;
  margin-bottom: 0.4rem;
  border-radius: 1rem;
  text-align: left;
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: all 0.2s ease;
}
.user-panel .panel-link i {
  color: #56B3AD;
  font-size: 1.1rem;
}
.user-panel .panel-link:hover {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
}
.user-panel .panel-link.active {
  background: #56B3AD;
  color: #fff;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.35);
}
.user-panel .panel-link.active i {
  color: #fff;
}
.user-panel .panel-separator {
  height: 1px;
  background: #eee;
  margin: 1rem 0;
}
.user-panel .panel-help {
  margin-top: 4rem;
  padding: 1.2rem;
  border-radius: 20px;
  background: #f0ecff;
  border: 1px solid #d8cef7;
}
.user-panel .panel-help h6 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}
.user-panel .panel-help p {
  font-size: 0.85rem;
  color: #fff;
  margin-bottom: 1rem;
}
.user-panel .panel-help .btn {
  border-radius: 50px;
  font-weight: 700;
}
.user-panel .panel-content {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  min-height: 420px;
}
.user-panel .panel-section {
  display: none;
  animation: fadePanel 0.2s ease;
}
.user-panel .panel-section.active {
  display: block;
}
@keyframes fadePanel {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.user-panel .panel-table {
  background: #fff;
}
.user-panel .panel-table tbody tr {
  border-radius: 1rem;
}
.user-panel .panel-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}
.user-panel .panel-product-img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.user-panel .panel-empty {
  padding: 2rem;
  border: 2px dashed #eee;
  border-radius: 1.5rem;
  text-align: center;
  color: #777;
}
.user-panel .security-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: #f8f9fa;
  margin-bottom: 1rem;
}
.user-panel .btn-favorito {
  transition: all 0.2s ease;
}
.user-panel .btn-favorito:hover {
  transform: scale(1.08);
}
.user-panel .btn-favorito.activo {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .user-panel {
    padding: 2rem 0;
  }
  .user-panel .panel-sidebar {
    margin-bottom: 1.5rem;
  }
  .user-panel .panel-content {
    padding: 1.4rem;
  }
}
@media (max-width: 576px) {
  .user-panel .panel-link {
    font-size: 0.9rem;
    padding: 0.8rem;
  }
  .user-panel .panel-product-img {
    width: 50px;
    height: 50px;
  }
  .user-panel .panel-table {
    font-size: 0.85rem;
  }
  .user-panel .btn {
    font-size: 0.8rem;
  }
}
.soporte-modal {
  border-radius: 1.5rem;
  overflow: hidden;
}
.soporte-modal .modal-header {
  background: #56B3AD;
  color: #fff;
}
.soporte-modal .modal-title {
  font-weight: 700;
}
.soporte-modal .form-control {
  border-radius: 1rem;
}
.soporte-modal textarea {
  resize: none;
}

.perfil-page {
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.16) 0%, transparent 30%), radial-gradient(circle at top right, rgba(86, 179, 173, 0.12) 0%, transparent 34%), linear-gradient(135deg, #fffdf4 0%, #fbfffb 42%, #f4fffd 100%) !important;
}

.perfil-hero {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 1.8rem 0 1.2rem !important;
  margin: 0 !important;
}
.perfil-hero::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -150px;
  left: 18%;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.13);
  pointer-events: none;
}
.perfil-hero::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: 20%;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.1);
  pointer-events: none;
}
.perfil-hero .container {
  position: relative;
  z-index: 2;
}
.perfil-hero .d-flex {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(250, 204, 21, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
}
.perfil-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.25rem, 3.6vw, 3.1rem);
  line-height: 1;
  color: #1f2937;
  margin: 0 0 0.35rem;
}
.perfil-hero p {
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  color: #5f6f72;
  margin-bottom: 0.1rem !important;
}
.perfil-hero small {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.16);
  color: rgb(47.3991836735, 105.4008163265, 101.6587755102);
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
}

.user-panel {
  margin-top: 0 !important;
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.13) 0%, transparent 30%), radial-gradient(circle at right center, rgba(86, 179, 173, 0.1) 0%, transparent 32%), linear-gradient(135deg, #fffdf4 0%, #fbfffb 45%, #f4fffd 100%) !important;
  padding-top: 2.2rem !important;
  padding-bottom: 3rem !important;
}

.user-panel .panel-content {
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.14) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.08) 0%, transparent 36%), rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(250, 204, 21, 0.2) !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}

.user-panel .panel-sidebar {
  background: rgba(255, 255, 255, 0.84) !important;
  border: 1px solid rgba(86, 179, 173, 0.12) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}

.admin-page {
  background: #eef5fc;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.admin-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: calc(100vh - 80px);
  width: 100%;
  background: #fff;
}

.admin-content {
  padding: 32px clamp(16px, 3vw, 36px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #fafafa;
  overflow-x: hidden;
}

.admin-section {
  display: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.admin-section.active {
  display: block;
}

.admin-sidebar {
  background: #fff;
  border-right: 1px solid #eee;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.admin-menu {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.admin-link {
  border: none;
  background: transparent;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  text-align: left;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.admin-link i {
  font-size: 1.1rem;
}
.admin-link:hover, .admin-link.active {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
}

.admin-back {
  padding: 1rem;
  color: #F28C6F;
  font-weight: 700;
  text-decoration: none;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
}
.admin-header h1 {
  font-family: "Chewy", sans-serif;
  margin-bottom: 0.2rem;
}
.admin-header p {
  color: #666;
  margin: 0;
}

.admin-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.admin-stat-card,
.admin-card,
.admin-upload-box,
.admin-tip {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.admin-card {
  padding: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.admin-stat-card {
  position: relative;
  padding: 1.5rem;
}
.admin-stat-card span {
  color: #666;
  font-weight: 700;
}
.admin-stat-card h3 {
  font-weight: 900;
  margin: 0.4rem 0;
}
.admin-stat-card small {
  color: #555;
}
.admin-stat-card .stat-icon {
  position: absolute;
  right: 1.3rem;
  top: 1.5rem;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.admin-card-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.admin-card-header h2 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
}
.admin-card-header p {
  color: #666;
  margin: 0;
}

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
}
.admin-table thead th {
  font-size: 0.82rem;
  font-weight: 900;
  color: #111;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 16px;
  white-space: nowrap;
  background: #fff;
}
.admin-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf0f2;
  font-size: 0.92rem;
  vertical-align: middle;
}
.admin-table tbody tr:last-child td {
  border-bottom: 0;
}
.admin-table tbody tr:hover {
  background: #f8fdff;
}
.admin-table .btn {
  border-radius: 10px;
}

.table-responsive .admin-table {
  min-width: 850px;
}

.admin-product-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.admin-product-info img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}

.admin-badge {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
  border: 1px solid rgba(86, 179, 173, 0.25);
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.admin-status {
  font-size: 0.85rem;
  font-weight: 700;
}

.admin-user-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 170px;
}

.admin-user-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #a7d2df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

.admin-user-name {
  font-weight: 900;
  color: #111;
  line-height: 1.2;
}

.admin-user-id {
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 2px;
}

.admin-user-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: nowrap;
}
.admin-user-actions .btn {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin-upload-box {
  min-height: 330px;
  border: 2px dashed rgba(86, 179, 173, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
}
.admin-upload-box .upload-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56B3AD;
  font-size: 2rem;
}
.admin-upload-box h3 {
  font-size: 1.1rem;
  font-weight: 900;
}
.admin-upload-box p {
  color: #666;
  max-width: 260px;
}
.admin-upload-box small {
  color: #777;
  font-size: 0.75rem;
}

.admin-tip {
  background: #fff8df;
  padding: 1.4rem;
}
.admin-tip strong {
  display: block;
  margin-bottom: 0.5rem;
}
.admin-tip i {
  color: #FACC15;
}
.admin-tip p {
  margin: 0;
  color: #555;
}

.admin-ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.admin-ticket p {
  margin: 0.2rem 0 0;
  color: #777;
  font-size: 0.9rem;
}

.admin-filtros-panel {
  background: linear-gradient(135deg, #ffffff 0%, #f5fdff 100%);
  border: 1px solid rgba(86, 179, 173, 0.28);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.admin-filtros-toggle {
  display: none;
  width: 100%;
  border: 1px solid rgba(86, 179, 173, 0.28);
  background: linear-gradient(135deg, #e9fbff 0%, #ffffff 100%);
  color: #333;
  border-radius: 18px;
  padding: 12px 14px;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 20px rgba(117, 224, 248, 0.2);
  transition: all 0.2s ease;
}
.admin-filtros-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(117, 224, 248, 0.28);
}

.admin-filtros-toggle-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.admin-filtros-toggle-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(117, 224, 248, 0.8078431373);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(86, 179, 173, 0.25);
}
.admin-filtros-toggle-icon i {
  font-size: 1rem;
}

.admin-filtros-chevron {
  color: #56B3AD;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.admin-filtros-toggle.is-open .admin-filtros-chevron {
  transform: rotate(180deg);
}

.admin-filtros-body {
  display: block;
}

.admin-filtros-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
}

.admin-filtro-item {
  flex: 0 0 auto;
  min-width: 150px;
}

.admin-filtro-grow {
  flex: 1 1 260px;
  min-width: 240px;
}

.admin-filtro-button {
  min-width: 130px;
}

.admin-fechas-gratuito,
.admin-fechas-producto {
  min-width: 150px;
}

.admin-filtros-panel .form-control,
.admin-filtros-panel .form-select {
  border-radius: 14px;
  border-color: rgba(86, 179, 173, 0.25);
}
.admin-filtros-panel .form-control:focus,
.admin-filtros-panel .form-select:focus {
  border-color: #56B3AD;
  box-shadow: 0 0 0 0.18rem rgba(117, 224, 248, 0.22);
}

.admin-mobile-topbar,
.admin-mobile-overlay {
  display: none;
}

@media (min-width: 769px) {
  .admin-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .admin-sidebar {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    max-height: none;
  }
  .admin-menu {
    flex-direction: column;
    overflow: visible;
  }
  .admin-link {
    width: 100%;
    min-width: 0;
  }
  .admin-back {
    display: flex;
  }
  .admin-mobile-topbar,
  .admin-mobile-overlay {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .admin-page {
    padding-top: 72px;
  }
  .admin-layout {
    display: block;
    min-height: auto;
    background: #fafafa;
  }
  .admin-content {
    padding: 16px 12px;
    background: #fafafa;
  }
  .admin-mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: linear-gradient(135deg, #ffffff 0%, #f2fcff 100%);
    border-bottom: 1px solid rgba(86, 179, 173, 0.22);
    padding: 10px 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .admin-mobile-menu-btn {
    border: 1px solid rgba(86, 179, 173, 0.25);
    background: linear-gradient(135deg, #e9fbff 0%, #ffffff 100%);
    border-radius: 18px;
    padding: 9px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #333;
    min-width: 0;
    flex: 1;
    box-shadow: 0 8px 20px rgba(117, 224, 248, 0.2);
  }
  .admin-mobile-menu-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: rgba(117, 224, 248, 0.8078431373);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .admin-mobile-menu-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .admin-mobile-menu-chevron {
    margin-left: auto;
    color: #56B3AD;
    transition: transform 0.2s ease;
  }
  .admin-mobile-menu-btn.is-open .admin-mobile-menu-chevron {
    transform: rotate(180deg);
  }
  .admin-mobile-home {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 16px;
    background: #fff;
    color: #56B3AD;
    border: 1px solid rgba(86, 179, 173, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    text-decoration: none;
  }
  .admin-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(2px);
  }
  .admin-mobile-overlay.is-open {
    display: block;
  }
  .admin-sidebar {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    z-index: 1051;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(86, 179, 173, 0.18);
    border-radius: 22px;
    padding: 14px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }
  .admin-sidebar.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .admin-sidebar .admin-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: visible;
  }
  .admin-sidebar .admin-link {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 0;
    background: transparent;
    text-align: left;
  }
  .admin-sidebar .admin-link i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(117, 224, 248, 0.22);
    color: #56B3AD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .admin-sidebar .admin-link.active {
    background: rgba(117, 224, 248, 0.8078431373);
    color: #fff;
  }
  .admin-sidebar .admin-link.active i {
    background: #fff;
    color: #56B3AD;
  }
  .admin-sidebar .admin-back {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 16px;
    margin-top: 8px;
    background: #f8f9fa;
    text-decoration: none;
  }
}
@media (max-width: 576px) {
  .admin-content {
    padding: 14px 10px;
  }
  .admin-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .admin-header h1 {
    font-size: 1.55rem;
  }
  .admin-header p {
    font-size: 0.92rem;
  }
  .admin-card {
    padding: 14px;
    border-radius: 20px;
  }
  .admin-filtros-panel {
    padding: 14px;
    border-radius: 18px;
  }
  .admin-filtros-toggle {
    display: flex;
  }
  .admin-filtros-body {
    display: none;
    margin-top: 14px;
  }
  .admin-filtros-body.is-open {
    display: block;
  }
  .admin-filtros-flex {
    gap: 10px;
  }
  .admin-filtro-item,
  .admin-filtro-grow,
  .admin-filtro-button,
  .admin-fechas-gratuito,
  .admin-fechas-producto {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
  }
  .table-responsive.d-none.d-md-block {
    display: none !important;
  }
}
.admin-product-cards-mobile,
.admin-free-cards-mobile {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-product-card-mobile,
.admin-free-card-mobile {
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.admin-product-card-mobile__top,
.admin-free-card-mobile__top {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.admin-product-card-mobile__image,
.admin-free-card-mobile__image {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
}
.admin-product-card-mobile__image img,
.admin-free-card-mobile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.admin-product-card-mobile__info,
.admin-free-card-mobile__info {
  min-width: 0;
}
.admin-product-card-mobile__info h6,
.admin-free-card-mobile__info h6 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #222;
}
.admin-product-card-mobile__info > span,
.admin-free-card-mobile__info > span {
  display: block;
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 2px;
}

.admin-product-card-mobile__category,
.admin-free-card-mobile__category {
  margin-top: 6px;
  font-size: 0.84rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}
.admin-product-card-mobile__category i,
.admin-free-card-mobile__category i {
  color: #56B3AD;
}

.admin-product-card-mobile__menu,
.admin-free-card-mobile__menu {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(86, 179, 173, 0.2);
  background: #fff;
  color: #56B3AD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.admin-product-card-mobile__price {
  font-size: 1.1rem;
  font-weight: 900;
  color: #222;
  margin-bottom: 12px;
}

.admin-product-card-mobile__stats,
.admin-free-card-mobile__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.admin-product-card-mobile__stats {
  grid-template-columns: repeat(4, 1fr);
}

.admin-product-card-mobile__stat,
.admin-free-card-mobile__stat {
  background: rgba(117, 224, 248, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.12);
  border-radius: 16px;
  padding: 10px 8px;
  text-align: center;
}
.admin-product-card-mobile__stat i,
.admin-free-card-mobile__stat i {
  color: #56B3AD;
  display: block;
  margin-bottom: 4px;
}
.admin-product-card-mobile__stat strong,
.admin-free-card-mobile__stat strong {
  display: block;
  font-size: 1rem;
  color: #222;
}
.admin-product-card-mobile__stat span,
.admin-free-card-mobile__stat span {
  font-size: 0.72rem;
  color: #6c757d;
}

.admin-product-card-mobile__footer,
.admin-free-card-mobile__footer {
  margin-top: 12px;
}

@media (max-width: 400px) {
  .admin-product-card-mobile__top,
  .admin-free-card-mobile__top {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }
  .admin-product-card-mobile__image,
  .admin-free-card-mobile__image {
    width: 54px;
    height: 54px;
  }
  .admin-product-card-mobile__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.admin-user-cards-mobile {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-user-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.admin-user-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.admin-user-card__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #6c757d;
}
.admin-user-card__date i {
  color: #56B3AD;
}

.admin-user-card__status {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid transparent;
}
.admin-user-card__status.is-active {
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
  border-color: rgba(25, 135, 84, 0.22);
}
.admin-user-card__status.is-blocked {
  background: rgba(220, 53, 69, 0.12);
  color: #dc3545;
  border-color: rgba(220, 53, 69, 0.22);
}

.admin-user-card__body {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.admin-user-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #f2f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.1rem;
}

.admin-user-card__info {
  min-width: 0;
}

.admin-user-card__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #222;
}

.admin-user-card__id {
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 2px;
  margin-bottom: 6px;
}

.admin-user-card__email {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 0.88rem;
  min-width: 0;
}
.admin-user-card__email i {
  color: #56B3AD;
  flex-shrink: 0;
}
.admin-user-card__email span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-user-card__menu {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(86, 179, 173, 0.2);
  background: #fff;
  color: #56B3AD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}
.admin-user-card__menu:hover {
  background: #f5fdff;
  color: rgb(66.3836734694, 147.6163265306, 142.3755102041);
}

.admin-user-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.admin-user-card__stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(117, 224, 248, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.12);
  border-radius: 16px;
  padding: 10px 12px;
}

.admin-user-card__stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.admin-user-card__stat-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.admin-user-card__stat-text strong {
  font-size: 1rem;
  color: #222;
}
.admin-user-card__stat-text span {
  font-size: 0.78rem;
  color: #6c757d;
}

@media (min-width: 768px) {
  .admin-user-cards-mobile {
    display: none;
  }
}
@media (max-width: 400px) {
  .admin-user-card__stats {
    grid-template-columns: 1fr;
  }
  .admin-user-card__body {
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }
  .admin-user-card__avatar {
    width: 46px;
    height: 46px;
  }
}
#section-soporte {
  position: relative;
}
#section-soporte h2 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #1f2937;
  margin-bottom: 0.35rem;
  line-height: 1.05;
}
#section-soporte > .d-flex p,
#section-soporte .text-muted {
  font-family: "Varela Round", sans-serif;
  color: #64748b !important;
  font-size: 0.95rem;
  line-height: 1.6;
}
#section-soporte > .d-flex .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.75rem 1.15rem;
  box-shadow: 0 12px 28px rgba(86, 179, 173, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#section-soporte > .d-flex .btn-primary i {
  margin-right: 0.25rem;
}
#section-soporte > .d-flex .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(86, 179, 173, 0.34);
}
#section-soporte > .d-flex .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.18), 0 12px 28px rgba(86, 179, 173, 0.28);
}

#section-soporte .panel-card-soft {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.18) 0%, transparent 32%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.13) 0%, transparent 35%), #ffffff;
  border: 1px solid rgba(86, 179, 173, 0.14);
  border-radius: 32px;
  padding: clamp(1.25rem, 2vw, 2rem);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#section-soporte .panel-card-soft::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.13);
  pointer-events: none;
}
#section-soporte .panel-card-soft::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  bottom: -55px;
  left: -50px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.2);
  pointer-events: none;
}
#section-soporte .panel-card-soft:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 179, 173, 0.24);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
#section-soporte .panel-card-soft > * {
  position: relative;
  z-index: 2;
}
#section-soporte .panel-card-soft h4 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  color: #1f2937;
  margin-bottom: 1.25rem;
}
#section-soporte .panel-card-soft h4 i {
  color: #56B3AD;
  margin-right: 0.35rem;
}

#section-soporte #formSoporte .form-label {
  font-family: "Varela Round", sans-serif;
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
#section-soporte #formSoporte .form-control {
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  font-family: "Varela Round", sans-serif;
  font-size: 0.93rem;
  padding: 0.9rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 6px 18px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#section-soporte #formSoporte .form-control::-moz-placeholder {
  color: #94a3b8;
}
#section-soporte #formSoporte .form-control::placeholder {
  color: #94a3b8;
}
#section-soporte #formSoporte .form-control:focus {
  border-color: rgba(86, 179, 173, 0.65);
  background: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.15), 0 10px 24px rgba(15, 23, 42, 0.05);
}
#section-soporte #formSoporte textarea.form-control {
  min-height: 150px;
  resize: vertical;
  line-height: 1.6;
}
#section-soporte #formSoporte .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.9rem 1.2rem;
  box-shadow: 0 14px 30px rgba(86, 179, 173, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
#section-soporte #formSoporte .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(86, 179, 173, 0.35);
}

#section-soporte #soporteRespuesta .alert {
  border: 0;
  border-radius: 18px;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  padding: 0.9rem 1rem;
  margin-bottom: 0;
}
#section-soporte #soporteRespuesta .alert-success {
  background: rgba(34, 197, 94, 0.13);
  color: #166534;
}
#section-soporte #soporteRespuesta .alert-danger {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}
#section-soporte #soporteRespuesta .alert-info {
  background: rgba(86, 179, 173, 0.12);
  color: rgb(47.3991836735, 105.4008163265, 101.6587755102);
}

#section-soporte .panel-empty {
  position: relative;
  padding: 2rem 1.2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.07) 0%, rgba(250, 204, 21, 0.09) 100%), #ffffff;
  border: 2px dashed rgba(86, 179, 173, 0.22);
  color: #64748b;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-align: center;
}
#section-soporte .panel-empty::before {
  content: "💬";
  display: block;
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

#section-soporte .ticket-card-mini {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  margin-bottom: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(86, 179, 173, 0.16);
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#section-soporte .ticket-card-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 179, 173, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}
#section-soporte .ticket-card-mini strong {
  display: block;
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  line-height: 1.3;
}
#section-soporte .ticket-card-mini .small {
  color: #64748b !important;
  font-family: "Varela Round", sans-serif;
}
#section-soporte .ticket-card-mini .btn-outline-primary {
  border: 1px solid rgba(86, 179, 173, 0.34);
  color: #56B3AD;
  background: #ffffff;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
#section-soporte .ticket-card-mini .btn-outline-primary:hover {
  background: #56B3AD;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(86, 179, 173, 0.24);
}

.soporte-chat-admin {
  max-height: 360px;
  overflow-y: auto;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(86, 179, 173, 0.13);
  background: radial-gradient(circle at top left, rgba(86, 179, 173, 0.09) 0%, transparent 35%), #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.soporte-chat-admin::-webkit-scrollbar {
  width: 8px;
}
.soporte-chat-admin::-webkit-scrollbar-track {
  background: transparent;
}
.soporte-chat-admin::-webkit-scrollbar-thumb {
  background: rgba(86, 179, 173, 0.35);
  border-radius: 999px;
}

.soporte-msg {
  display: flex;
  margin-bottom: 1rem;
}
.soporte-msg.mensaje-admin {
  justify-content: flex-end;
}
.soporte-msg.mensaje-admin .soporte-msg-body {
  background: #56B3AD;
  color: #fff;
  border-bottom-right-radius: 6px;
  box-shadow: 0 12px 24px rgba(86, 179, 173, 0.22);
}
.soporte-msg.mensaje-usuario {
  justify-content: flex-start;
}
.soporte-msg.mensaje-usuario .soporte-msg-body {
  background: #ffffff;
  color: #334155;
  border-bottom-left-radius: 6px;
  border: 1px solid rgba(86, 179, 173, 0.12);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.055);
}

.soporte-msg-body {
  max-width: 78%;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
}
.soporte-msg-body p {
  margin: 0.35rem 0;
}
.soporte-msg-body small {
  display: block;
  margin-top: 0.4rem;
  opacity: 0.72;
  font-size: 0.74rem;
}

@media (max-width: 991px) {
  #section-soporte > .d-flex {
    align-items: stretch !important;
  }
  #section-soporte > .d-flex .btn-primary {
    width: 100%;
  }
  #section-soporte .panel-card-soft {
    border-radius: 26px;
  }
  #section-soporte .ticket-card-mini {
    flex-direction: column;
    align-items: flex-start;
  }
  #section-soporte .ticket-card-mini .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #section-soporte h2 {
    font-size: 1.85rem;
  }
  #section-soporte .panel-card-soft {
    padding: 1.15rem;
    border-radius: 24px;
  }
  #section-soporte #formSoporte .form-control {
    border-radius: 16px;
  }
  #section-soporte #formSoporte textarea.form-control {
    min-height: 135px;
  }
  #section-soporte .panel-empty {
    padding: 1.5rem 1rem;
    border-radius: 20px;
  }
  #section-soporte .ticket-card-mini {
    border-radius: 20px;
    padding: 1rem;
  }
  .soporte-msg-body {
    max-width: 88%;
    font-size: 0.88rem;
  }
}
.panel-card-soft {
  background: #fff;
  border-radius: 26px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.ticket-card-mini {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.sugerencias-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2rem;
  align-items: stretch;
}

.sugerencias-form-card {
  background: #fff;
  border-radius: 32px;
  padding: 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}
.sugerencias-form-card h2 {
  font-family: "Chewy", sans-serif;
  font-size: 2.2rem;
}
.sugerencias-form-card h2 span {
  color: #56B3AD;
  font-style: italic;
}
.sugerencias-form-card p {
  color: #666;
  max-width: 620px;
  line-height: 1.6;
}
.sugerencias-form-card .form-control {
  border: none;
  background: #f8f7f5;
  border-radius: 18px;
  padding: 1rem;
}
.sugerencias-form-card textarea {
  min-height: 190px;
}
.sugerencias-form-card .btn {
  border-radius: 16px;
  font-weight: 800;
  padding: 0.9rem;
}

.sugerencias-pill {
  display: inline-block;
  background: rgba(250, 204, 21, 0.18);
  color: #d4a600;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.sugerencias-info-card {
  background: #effafa;
  border-radius: 32px;
  padding: 2rem;
  border: 1px solid rgba(86, 179, 173, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.sugerencias-info-card h4 {
  font-family: "Chewy", sans-serif;
  margin-bottom: 0.8rem;
}
.sugerencias-info-card p {
  color: #666;
  line-height: 1.6;
}

.sugerencias-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.sugerencias-mini-info {
  margin-top: 1rem;
  background: #fff;
  border-radius: 18px;
  padding: 1rem;
  color: #555;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .sugerencias-layout {
    grid-template-columns: 1fr;
  }
  .ticket-card-mini {
    flex-direction: column;
    align-items: flex-start;
  }
  .ticket-card-mini .btn {
    width: 100%;
  }
}
.admin-modal-soft {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

#modalUsuarioDetalleTitulo {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  color: #56B3AD;
}

.usuario-detalle-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.contacto-page {
  background: #fff;
}

.contacto-hero {
  padding: 5rem 0 6rem;
}

.contacto-form-wrap {
  max-width: 680px;
}

.contacto-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(250, 204, 21, 0.18);
  color: rgb(175.4510460251, 140.9606694561, 3.7489539749);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.contacto-form-wrap h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
  color: #1f2937;
}
.contacto-form-wrap h1 span {
  color: #56B3AD;
  font-style: italic;
}

.contacto-intro {
  color: #4b5563;
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 2rem;
}

.contacto-product-alert {
  background: rgba(86, 179, 173, 0.16);
  border: 1px solid rgba(86, 179, 173, 0.25);
  color: #155e63;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  margin-bottom: 2rem;
}

.contacto-form {
  background: #fff;
  border-radius: 28px;
  padding: 2.2rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}
.contacto-form .form-label {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.contacto-form .form-control {
  border: 0;
  background: #f8f7f5;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  min-height: 52px;
}
.contacto-form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 179, 173, 0.18);
}
.contacto-form textarea.form-control {
  min-height: 160px;
  resize: vertical;
}

.contacto-input-icon,
.contacto-textarea-icon {
  position: relative;
}
.contacto-input-icon i,
.contacto-textarea-icon i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  z-index: 2;
}
.contacto-input-icon .form-control,
.contacto-textarea-icon .form-control {
  padding-left: 2.8rem;
}

.contacto-textarea-icon i {
  top: 1.2rem;
  transform: none;
}

.contacto-btn {
  width: 100%;
  background: #FACC15;
  border: 0;
  color: #111827;
  font-weight: 800;
  padding: 0.95rem 1.2rem;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(250, 204, 21, 0.22);
}
.contacto-btn:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
}

.contacto-side {
  display: grid;
  gap: 2rem;
}

.contacto-img-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}
.contacto-img-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.contacto-img-caption {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.contacto-placeholder-img {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #56B3AD;
  font-weight: 800;
  text-align: center;
  padding: 2rem;
}
.contacto-placeholder-img i {
  font-size: 4rem;
}
.contacto-placeholder-img span {
  font-size: 1.3rem;
  color: #1f2937;
}

.contacto-info-card {
  background: rgba(86, 179, 173, 0.08);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 32px;
  padding: 2rem;
}
.contacto-info-card h3 {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #1f2937;
}

.contacto-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contacto-info-item:last-child {
  margin-bottom: 0;
}
.contacto-info-item strong {
  display: block;
  color: #1f2937;
  margin-bottom: 0.2rem;
}
.contacto-info-item p {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
}

.contacto-info-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.15);
  color: #56B3AD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .contacto-hero {
    padding: 3rem 0;
  }
  .contacto-form {
    padding: 1.4rem;
  }
}
.recursos-gratis-page {
  background: #fff;
}

.recursos-gratis-hero {
  background: rgba(86, 179, 173, 0.08);
  padding: 5rem 0 4rem;
  border-bottom: 1px solid rgba(86, 179, 173, 0.15);
}
.recursos-gratis-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1;
  color: #1f2937;
  margin: 1rem 0;
}
.recursos-gratis-hero h1 span {
  color: #56B3AD;
  font-style: italic;
}
.recursos-gratis-hero p {
  max-width: 620px;
  margin: 0 auto 2rem;
  color: #4b5563;
  font-size: 1.05rem;
}

.gratis-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(86, 179, 173, 0.14);
  color: rgb(63.2195918367, 140.5804081633, 135.5893877551);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.gratis-search {
  position: relative;
  max-width: 500px;
}
.gratis-search i {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}
.gratis-search .form-control {
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.2rem 1rem 3rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.gratis-search .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.18);
}

.recursos-gratis-content {
  padding: 3rem 0 5rem;
}

.gratis-filtros-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.gratis-filtros {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.filtro-label {
  font-weight: 700;
  color: #374151;
}

.gratis-chip {
  cursor: pointer;
  border: 1px solid #edf2f7;
  background: #fff;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #374151;
  transition: 0.2s ease;
}
.gratis-chip input {
  display: none;
}
.gratis-chip.active {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
}

.gratis-contador {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 600;
}

.gratis-card {
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  height: 100%;
  transition: 0.2s ease;
}
.gratis-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}

.gratis-card-img {
  position: relative;
  aspect-ratio: 4/3;
  background: #f8fafc;
  overflow: hidden;
}
.gratis-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gratis-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56B3AD;
  font-size: 3rem;
}

.gratis-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #56B3AD;
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.gratis-card-body {
  padding: 1.2rem;
}
.gratis-card-body h3 {
  font-family: "Chewy", sans-serif;
  font-size: 1.45rem;
  color: #1f2937;
  margin-bottom: 1rem;
  min-height: 50px;
}

.gratis-card-btn {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #56B3AD;
  font-weight: 800;
  background: #fff;
}
.gratis-card-btn:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}

.tienda-sugerencia-widget {
  margin-bottom: 2.4rem;
}

.tienda-sugerencia-content {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 1.5rem;
  padding: 1.8rem 2rem;
  border-radius: 32px;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.35) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.22) 0%, transparent 36%), linear-gradient(135deg, rgba(86, 179, 173, 0.13) 0%, rgba(250, 204, 21, 0.16) 100%);
  border: 1px solid rgba(86, 179, 173, 0.22);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.tienda-sugerencia-content::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -75px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.2);
  pointer-events: none;
}
.tienda-sugerencia-content::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -45px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.3);
  pointer-events: none;
}
.tienda-sugerencia-content:hover {
  transform: translateY(-3px);
  border-color: rgba(86, 179, 173, 0.34);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.tienda-sugerencia-text {
  position: relative;
  z-index: 2;
}
.tienda-sugerencia-text h3 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.05;
  color: #1f2937;
  margin-bottom: 0.65rem;
}
.tienda-sugerencia-text p {
  max-width: 590px;
  color: #4b5563;
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 1.15rem;
}

.tienda-sugerencia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 999px;
  background: #FACC15;
  color: #111827;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.92rem;
  padding: 0.85rem 1.25rem;
  box-shadow: 0 12px 24px rgba(250, 204, 21, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.tienda-sugerencia-btn i {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}
.tienda-sugerencia-btn:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(250, 204, 21, 0.34);
}
.tienda-sugerencia-btn:hover i {
  transform: translateX(3px);
}
.tienda-sugerencia-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 204, 21, 0.25), 0 12px 24px rgba(250, 204, 21, 0.28);
}

.tienda-sugerencia-img {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}
.tienda-sugerencia-img img {
  width: 180px;
  height: 150px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 26px;
  display: block;
  border: 5px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
  transform: rotate(2deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tienda-sugerencia-content:hover .tienda-sugerencia-img img {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}

#modalSugerenciaTienda .modal-dialog {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
#modalSugerenciaTienda .tienda-sugerencia-modal {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.3) 0%, transparent 35%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.18) 0%, transparent 38%), #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  font-family: "Varela Round", sans-serif;
}
#modalSugerenciaTienda .tienda-sugerencia-modal::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -70px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.16);
  pointer-events: none;
}
#modalSugerenciaTienda .modal-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(86, 179, 173, 0.16);
  padding: 1.15rem 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}
#modalSugerenciaTienda .modal-title {
  font-family: "Chewy", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #1f2937;
}
#modalSugerenciaTienda .btn-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
  opacity: 0.75;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#modalSugerenciaTienda .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
#modalSugerenciaTienda .modal-body {
  position: relative;
  z-index: 2;
  padding: 1.35rem;
}
#modalSugerenciaTienda .chat-box-intro {
  background: rgba(86, 179, 173, 0.09);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.2rem;
}
#modalSugerenciaTienda .chat-box-intro strong {
  display: block;
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 0.35rem;
}
#modalSugerenciaTienda .chat-box-intro p {
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.55;
}
#modalSugerenciaTienda .form-label {
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 0.55rem;
}
#modalSugerenciaTienda textarea.form-control {
  min-height: 150px;
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 22px;
  background: #fbfefd;
  color: #374151;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  padding: 1rem 1.05rem;
  resize: vertical;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#modalSugerenciaTienda textarea.form-control::-moz-placeholder {
  color: #9ca3af;
}
#modalSugerenciaTienda textarea.form-control::placeholder {
  color: #9ca3af;
}
#modalSugerenciaTienda textarea.form-control:focus {
  border-color: rgba(86, 179, 173, 0.65);
  background: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.16);
}
#modalSugerenciaTienda .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.9rem 1.2rem;
  box-shadow: 0 14px 28px rgba(86, 179, 173, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#modalSugerenciaTienda .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(86, 179, 173, 0.34);
}
#modalSugerenciaTienda .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.2), 0 14px 28px rgba(86, 179, 173, 0.28);
}
#modalSugerenciaTienda #respuestaSugerenciaTienda .alert {
  border: 0;
  border-radius: 18px;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  padding: 0.85rem 1rem;
  margin-bottom: 0;
}
#modalSugerenciaTienda #respuestaSugerenciaTienda .alert-info {
  background: rgba(86, 179, 173, 0.12);
  color: rgb(47.3991836735, 105.4008163265, 101.6587755102);
}
#modalSugerenciaTienda #respuestaSugerenciaTienda .alert-success {
  background: rgba(34, 197, 94, 0.13);
  color: #166534;
}
#modalSugerenciaTienda #respuestaSugerenciaTienda .alert-danger {
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}

@media (max-width: 991px) {
  .tienda-sugerencia-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.8rem;
  }
  .tienda-sugerencia-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .tienda-sugerencia-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .tienda-sugerencia-img {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .tienda-sugerencia-widget {
    margin-bottom: 1.6rem;
  }
  .tienda-sugerencia-content {
    border-radius: 26px;
    padding: 1.35rem;
  }
  .tienda-sugerencia-text h3 {
    font-size: 1.65rem;
  }
  .tienda-sugerencia-text p {
    font-size: 0.9rem;
  }
  .tienda-sugerencia-btn {
    width: 100%;
    padding: 0.82rem 1rem;
  }
  #modalSugerenciaTienda .modal-dialog {
    max-width: calc(100% - 1.5rem);
  }
  #modalSugerenciaTienda .tienda-sugerencia-modal {
    border-radius: 26px;
  }
  #modalSugerenciaTienda .modal-header {
    padding: 1rem 1.1rem;
  }
  #modalSugerenciaTienda .modal-title {
    font-size: 1.55rem;
  }
  #modalSugerenciaTienda .modal-body {
    padding: 1.1rem;
  }
  #modalSugerenciaTienda .chat-box-intro {
    border-radius: 20px;
    padding: 0.9rem;
  }
  #modalSugerenciaTienda textarea.form-control {
    min-height: 135px;
    border-radius: 20px;
  }
}
.tienda-page {
  background: #fff;
}

.tienda-content {
  padding: 3rem 0 5rem;
  background: #fff;
}

.tienda-hero {
  background: linear-gradient(180deg, rgba(86, 179, 173, 0.1) 0%, rgba(250, 204, 21, 0.08) 100%);
  padding: 4.5rem 0 3.8rem;
  border-bottom: 1px solid rgba(86, 179, 173, 0.18);
}
.tienda-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 0.98;
  color: #1f2937;
  margin: 1rem 0;
}
.tienda-hero h1 span {
  display: inline-block;
  color: #56B3AD;
  font-style: italic;
}
.tienda-hero p {
  max-width: 680px;
  margin: 0 auto 2rem;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.7;
}

.tienda-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(250, 204, 21, 0.24);
  color: rgb(165.4644351464, 132.9372384937, 3.5355648536);
  border-radius: 999px;
  padding: 0.48rem 1rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
}
.tienda-pill i {
  color: #56B3AD;
}

.tienda-search {
  position: relative;
  max-width: 540px;
}
.tienda-search i {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  z-index: 2;
}
.tienda-search .form-control {
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.2rem 1rem 3.1rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  font-family: "Varela Round", sans-serif;
}
.tienda-search .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.18);
}

.tienda-sidebar-sticky {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .tienda-sidebar-sticky {
    position: sticky;
    top: 100px;
    z-index: 5;
  }
}

.tienda-filter-card {
  background: rgba(86, 179, 173, 0.16);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 26px;
  padding: 1.4rem;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}
.tienda-filter-card h5 {
  font-family: "Chewy", sans-serif;
  font-size: 1.6rem;
  color: #1f2937;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tienda-filter-card h5 i {
  color: #56B3AD;
  font-size: 1.1rem;
}
.tienda-filter-card .form-label {
  font-weight: 800;
  color: #374151;
  font-size: 0.9rem;
}
.tienda-filter-card .form-control {
  border: none;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  font-family: "Varela Round", sans-serif;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.tienda-filter-card .form-control:focus {
  box-shadow: 0 0 0 0.22rem rgba(86, 179, 173, 0.18);
}

.filter-group h6 {
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  color: #56B3AD;
  margin-bottom: 0.8rem;
}

.filter-check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 14px;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.55rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.filter-check input {
  accent-color: #56B3AD;
}
.filter-check span {
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  color: #4b5563;
  font-size: 0.9rem;
}
.filter-check:hover {
  border-color: rgba(86, 179, 173, 0.45);
  background: #f8fffe;
  transform: translateX(2px);
}

.tienda-recientes-widget {
  background: #fff;
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.tienda-recientes-widget h5 {
  font-family: "Chewy", sans-serif;
  font-size: 1.25rem;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
.tienda-recientes-widget h5 i {
  color: #56B3AD;
  font-size: 1rem;
}

#tiendaRecientesLista {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.tienda-reciente-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 0.65rem;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  text-decoration: none;
  color: #1f2937;
  overflow: hidden;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.tienda-reciente-item:hover {
  background: rgba(86, 179, 173, 0.08);
  transform: translateX(2px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.tienda-reciente-item > img {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  display: block;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  overflow: hidden;
}
.tienda-reciente-item div {
  min-width: 0;
  overflow: hidden;
}
.tienda-reciente-item strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.25;
  color: #1f2937;
}
.tienda-reciente-item span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-weight: 900;
  color: #56B3AD;
}

@media (max-width: 991px) {
  .tienda-sidebar-sticky {
    position: static;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  #tiendaRecientesLista {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media (max-width: 576px) {
  .tienda-filter-card,
  .tienda-recientes-widget {
    border-radius: 22px;
    padding: 0.9rem;
  }
  .tienda-recientes-widget h5 {
    font-size: 1.15rem;
  }
  #tiendaRecientesLista {
    grid-template-columns: 1fr;
  }
  .tienda-reciente-item {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 0.6rem;
  }
  .tienda-reciente-item > img {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  .tienda-reciente-item strong {
    font-size: 0.82rem;
  }
  .tienda-reciente-item span {
    font-size: 0.78rem;
  }
}
.tienda-productos-grid {
  row-gap: 1.5rem;
}

.tienda-card {
  height: 100%;
  width: 100%;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.tienda-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}
.tienda-card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tienda-card .badge-cat {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  background: rgba(86, 179, 173, 0.12);
  color: rgb(56.8914285714, 126.5085714286, 122.0171428571);
  border: 1px solid rgba(86, 179, 173, 0.2);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tienda-card .stars-mini {
  color: #f4b400;
  font-size: 0.85rem;
  white-space: nowrap;
}
.tienda-card h5 {
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #1f2937;
  font-weight: 900;
  margin: 0.85rem 0 0.55rem;
  min-height: 42px;
}
.tienda-card .tienda-card-price {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.85rem;
}

.tienda-card-img-wrap {
  width: 100%;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  flex: 0 0 220px;
  background: #f8fafc;
  overflow: hidden;
}

.tienda-card-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  padding: 0;
}

.tienda-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px 38px;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.btn-ver-recurso {
  width: auto;
  min-width: 0;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(86, 179, 173, 0.45);
  color: #56B3AD;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  padding: 0.45rem 0.75rem;
  white-space: nowrap;
  transition: 0.2s ease;
}
.btn-ver-recurso:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
  transform: translateY(-1px);
}

.btn-card-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 11px;
  background: #fff;
  border: 1px solid rgba(86, 179, 173, 0.45);
  color: #56B3AD;
  font-size: 0.95rem;
  line-height: 1;
  transition: 0.2s ease;
}
.btn-card-icon i {
  pointer-events: none;
}
.btn-card-icon:hover {
  background: rgba(86, 179, 173, 0.12);
  color: #56B3AD;
  border-color: #56B3AD;
  transform: translateY(-1px);
}

.btn-card-icon.btn-favorito {
  color: #dc3545;
  border-color: rgba(220, 53, 69, 0.35);
}
.btn-card-icon.btn-favorito:hover, .btn-card-icon.btn-favorito.activo {
  background: #fff0f0;
  color: #dc3545;
  border-color: #dc3545;
}

.btn-card-icon.btn-carrito {
  color: #56B3AD;
  border-color: rgba(86, 179, 173, 0.45);
}
.btn-card-icon.btn-carrito:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}

.tienda-paginacion .btn,
.tienda-paginacion button,
.tienda-paginacion a,
#paginacion .btn,
#paginacion button,
#paginacion a {
  border-radius: 999px;
  border: 1px solid rgba(86, 179, 173, 0.35);
  color: #56B3AD;
  background: #fff;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  padding: 0.55rem 0.9rem;
  margin: 0.15rem;
  transition: 0.2s ease;
}
.tienda-paginacion .btn:hover,
.tienda-paginacion button:hover,
.tienda-paginacion a:hover,
#paginacion .btn:hover,
#paginacion button:hover,
#paginacion a:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}
.tienda-paginacion .btn.active, .tienda-paginacion .btn.btn-primary,
.tienda-paginacion button.active,
.tienda-paginacion button.btn-primary,
.tienda-paginacion a.active,
.tienda-paginacion a.btn-primary,
#paginacion .btn.active,
#paginacion .btn.btn-primary,
#paginacion button.active,
#paginacion button.btn-primary,
#paginacion a.active,
#paginacion a.btn-primary {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
}

@media (max-width: 991px) {
  .tienda-content {
    padding: 2rem 0 4rem;
  }
  .tienda-filter-card {
    position: static;
    margin-bottom: 0.5rem;
  }
  .tienda-sugerencia-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.8rem;
  }
  .tienda-sugerencia-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .tienda-sugerencia-img {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .tienda-hero {
    padding: 2.6rem 0 2.4rem;
  }
  .tienda-hero h1 {
    font-size: 2.25rem;
  }
  .tienda-hero p {
    font-size: 0.94rem;
  }
  .tienda-card-img-wrap {
    height: 205px;
    min-height: 205px;
    max-height: 205px;
    flex-basis: 205px;
  }
  .tienda-pill {
    font-size: 0.76rem;
    padding: 0.4rem 0.75rem;
  }
  .tienda-search {
    max-width: 100%;
  }
  .tienda-filter-card {
    border-radius: 22px;
    padding: 1rem;
  }
  .filter-check {
    padding: 0.6rem 0.7rem;
  }
  .tienda-sugerencia-content {
    border-radius: 24px;
    padding: 1.3rem;
  }
  .tienda-sugerencia-text h3 {
    font-size: 1.6rem;
  }
  .tienda-sugerencia-btn {
    width: 100%;
  }
  .tienda-card h5 {
    font-size: 0.95rem;
    min-height: auto;
  }
  .tienda-card .card-body {
    padding: 0.9rem;
  }
  .tienda-card-actions {
    grid-template-columns: minmax(0, 1fr) 36px 36px;
    gap: 0.4rem;
  }
  .btn-ver-recurso {
    height: 36px;
    font-size: 0.8rem;
  }
  .btn-card-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.home-page {
  background: #fff;
  overflow-x: hidden;
}

.home-hero {
  padding: 4.2rem 0 4.8rem;
  background: linear-gradient(180deg, rgba(86, 179, 173, 0.07) 0%, rgba(250, 204, 21, 0.06) 100%);
  border-bottom: 1px solid rgba(86, 179, 173, 0.12);
}

.home-pill,
.home-small-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(250, 204, 21, 0.22);
  color: rgb(165.4644351464, 132.9372384937, 3.5355648536);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.86rem;
}
.home-pill i,
.home-small-label i {
  color: #56B3AD;
}

.home-title {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.45rem, 5vw, 4.55rem);
  line-height: 0.98;
  color: #1f2937;
  margin: 1.2rem 0 1.3rem;
}
.home-title span {
  color: #56B3AD;
  font-style: italic;
}

.home-subtitle {
  color: #4b5563;
  font-size: 1.03rem;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 1.8rem;
}

.home-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.home-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #FACC15;
  color: #111827;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(250, 204, 21, 0.22);
  transition: 0.2s ease;
}
.home-btn-primary:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
  transform: translateY(-1px);
}

.home-btn-link {
  color: #56B3AD;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
}
.home-btn-link:hover {
  color: rgb(63.2195918367, 140.5804081633, 135.5893877551);
}

.home-hero-image-wrap {
  position: relative;
  width: min(420px, 100%);
  min-height: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-bg-one,
.home-hero-bg-two {
  position: absolute;
  inset: 0;
  border-radius: 34px;
}

.home-hero-bg-one {
  background: rgba(250, 204, 21, 0.18);
  transform: rotate(3deg);
}

.home-hero-bg-two {
  background: rgba(86, 179, 173, 0.18);
  transform: rotate(-4deg);
}

.home-hero-image {
  position: relative;
  z-index: 2;
  width: 86%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.home-section {
  padding: 4rem 0;
}

.home-section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}
.home-section-heading h2 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #1f2937;
  margin: 0.8rem 0 0.4rem;
}
.home-section-heading p {
  color: #6b7280;
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}

.home-empty {
  border: 2px dashed #e5e7eb;
  border-radius: 24px;
  padding: 2rem;
  text-align: center;
  color: #6b7280;
  background: #fff;
}

.home-destacados {
  background: #fff;
}

.home-resource-card {
  position: relative;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
}
.home-resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}
.home-resource-card.home-card-pink {
  background: #fce4e4;
}
.home-resource-card.home-card-green {
  background: #e0f2f1;
}
.home-resource-card.home-card-yellow {
  background: #fff9db;
}

.home-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  background: #fff;
  color: #56B3AD;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.home-card-img-wrap {
  width: 100%;
  height: 225px;
  background: #f8fafc;
  padding: 0;
  overflow: hidden;
}

.home-card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.home-card-body {
  background: rgba(255, 255, 255, 0.68);
  padding: 1rem 1.1rem;
  margin-top: auto;
}
.home-card-body h3 {
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #1f2937;
  font-weight: 900;
  min-height: 42px;
  margin-bottom: 0.85rem;
}

.home-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.home-card-price {
  font-weight: 900;
  color: #111827;
  font-size: 1rem;
}

.home-card-cart {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 14px;
  border: 1px solid rgba(86, 179, 173, 0.28);
  background: #fff;
  color: #56B3AD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
.home-card-cart:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}

#homeDestacadosCarousel {
  padding: 0 1.6rem 2.4rem;
}
#homeDestacadosCarousel .carousel-inner {
  overflow: hidden;
}
#homeDestacadosCarousel .carousel-item {
  padding: 0;
}
#homeDestacadosCarousel .home-resource-card {
  max-width: 340px;
  margin: 0 auto;
}
#homeDestacadosCarousel .carousel-control-prev,
#homeDestacadosCarousel .carousel-control-next {
  width: 2.2rem;
  opacity: 1;
}
#homeDestacadosCarousel .carousel-control-prev {
  left: -0.2rem;
}
#homeDestacadosCarousel .carousel-control-next {
  right: -0.2rem;
}
#homeDestacadosCarousel .carousel-control-prev-icon,
#homeDestacadosCarousel .carousel-control-next-icon {
  width: 1.9rem;
  height: 1.9rem;
  filter: invert(1) grayscale(100) brightness(0.45);
}
#homeDestacadosCarousel .carousel-indicators {
  bottom: -0.35rem;
  margin-bottom: 0;
}
#homeDestacadosCarousel .carousel-indicators button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #56B3AD;
}

.home-about {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.14), rgba(250, 204, 21, 0.12));
}

.home-about-card {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 32px;
  padding: 2.4rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.home-about-avatar {
  width: 150px;
  height: 150px;
  border-radius: 38px;
  background: rgba(86, 179, 173, 0.16);
  border: 2px dashed rgba(86, 179, 173, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}
.home-about-avatar span {
  font-family: "Chewy", sans-serif;
  font-size: 5rem;
  color: #56B3AD;
  line-height: 1;
}

.home-about-label {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #56B3AD;
  border: 1px solid rgba(86, 179, 173, 0.2);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 900;
  margin: 0 auto 1rem;
}

.home-about-card h2 {
  font-family: "Chewy", sans-serif;
  color: #1f2937;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  margin-bottom: 1rem;
}

.home-about-card p {
  color: #374151;
  line-height: 1.75;
  font-size: 0.98rem;
  margin-bottom: 0.8rem;
}

.home-about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.3rem;
}
.home-about-features div {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  border: 1px solid rgba(86, 179, 173, 0.22);
  color: #374151;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-weight: 800;
  font-size: 0.86rem;
}
.home-about-features div i {
  color: #56B3AD;
}

.home-gratuitos {
  background: #fff;
}

.home-free-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #edf2f7;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: 0.2s ease;
}
.home-free-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}

.home-free-img-wrap {
  height: 210px;
  background: #f8fafc;
  padding: 0;
  overflow: hidden;
}
.home-free-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.home-free-placeholder {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56B3AD;
  font-size: 3rem;
  background: #f8fafc;
}

.home-free-body {
  padding: 1.1rem;
}
.home-free-body h3 {
  font-family: "Varela Round", sans-serif;
  color: #1f2937;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.4;
  min-height: 44px;
  margin: 0.7rem 0 1rem;
}

.home-free-badge {
  display: inline-flex;
  background: rgba(86, 179, 173, 0.12);
  color: rgb(60.0555102041, 133.5444897959, 128.8032653061);
  border-radius: 999px;
  padding: 0.32rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 900;
}

.home-free-btn,
.home-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(86, 179, 173, 0.38);
  color: #56B3AD;
  background: #fff;
  font-weight: 900;
  padding: 0.7rem 1rem;
  transition: 0.2s ease;
}
.home-free-btn:hover,
.home-btn-outline:hover {
  background: #56B3AD;
  color: #fff;
  border-color: #56B3AD;
}

.home-free-btn {
  width: 100%;
}

@media (max-width: 991px) {
  .home-hero {
    padding: 3rem 0 4rem;
    text-align: center;
  }
  .home-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .home-actions {
    justify-content: center;
  }
  .home-hero-image-wrap {
    min-height: 350px;
  }
  .home-hero-image {
    height: 315px;
  }
  .home-section {
    padding: 3.2rem 0;
  }
  .home-section-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .home-about-card {
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .home-about-features {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .home-hero {
    padding: 2.5rem 0 3rem;
  }
  .home-title {
    font-size: 2.35rem;
  }
  .home-pill,
  .home-small-label {
    font-size: 0.76rem;
    padding: 0.4rem 0.78rem;
  }
  .home-actions {
    flex-direction: column;
  }
  .home-btn-primary,
  .home-btn-link,
  .home-btn-outline {
    width: 100%;
  }
  .home-hero-image-wrap {
    min-height: 290px;
  }
  .home-hero-image {
    height: 260px;
  }
  .home-section {
    padding: 2.6rem 0;
  }
  .home-card-img-wrap {
    height: 210px;
  }
  .home-card-body {
    padding: 0.95rem;
  }
  .home-card-body h3 {
    font-size: 0.95rem;
    min-height: auto;
  }
  #homeDestacadosCarousel {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  #homeDestacadosCarousel .home-resource-card {
    max-width: 310px;
  }
  .home-about-card {
    border-radius: 24px;
    padding: 1.6rem 1.1rem;
  }
  .home-about-avatar {
    width: 118px;
    height: 118px;
    border-radius: 30px;
  }
  .home-about-avatar span {
    font-size: 4rem;
  }
  .home-about-features div {
    width: 100%;
    justify-content: center;
  }
  .home-free-img-wrap,
  .home-free-placeholder {
    height: 200px;
  }
  .home-free-body h3 {
    min-height: auto;
  }
}
#homeGratuitosCarousel {
  padding: 0 1.6rem 2.4rem;
}
#homeGratuitosCarousel .carousel-inner {
  overflow: hidden;
}
#homeGratuitosCarousel .carousel-item {
  padding: 0;
}
#homeGratuitosCarousel .home-free-card {
  max-width: 340px;
  margin: 0 auto;
}
#homeGratuitosCarousel .carousel-control-prev,
#homeGratuitosCarousel .carousel-control-next {
  width: 2.2rem;
  opacity: 1;
}
#homeGratuitosCarousel .carousel-control-prev {
  left: -0.2rem;
}
#homeGratuitosCarousel .carousel-control-next {
  right: -0.2rem;
}
#homeGratuitosCarousel .carousel-control-prev-icon,
#homeGratuitosCarousel .carousel-control-next-icon {
  width: 1.9rem;
  height: 1.9rem;
  filter: invert(1) grayscale(100) brightness(0.45);
}
#homeGratuitosCarousel .carousel-indicators {
  bottom: -0.35rem;
  margin-bottom: 0;
}
#homeGratuitosCarousel .carousel-indicators button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #56B3AD;
}

.carrito-page {
  background: #fff;
  padding: 4rem 0 5rem;
  font-family: "Varela Round", sans-serif;
}

.carrito-header {
  margin-bottom: 3rem;
}
.carrito-header h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #1f2937;
}
.carrito-header h1 span {
  color: #56B3AD;
  font-style: italic;
}
.carrito-header p {
  color: #6b7280;
  margin-top: 0.5rem;
}

.carrito-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2rem;
  align-items: flex-start;
}

.carrito-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.carrito-list-header h2 {
  font-size: 0.85rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #374151;
  margin: 0;
}
.carrito-list-header a,
.carrito-list-header button {
  border: none;
  background: transparent;
  color: #6b7280;
  font-weight: 700;
}
.carrito-list-header a:hover,
.carrito-list-header button:hover {
  color: #F28C6F;
}

.carrito-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 120px 90px;
  gap: 1.2rem;
  align-items: center;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 22px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.carrito-item-img {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
}
.carrito-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.carrito-item-info {
  min-width: 0;
}
.carrito-item-info .carrito-badge {
  display: inline-flex;
  background: rgba(86, 179, 173, 0.12);
  color: rgb(60.0555102041, 133.5444897959, 128.8032653061);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 0.45rem;
}
.carrito-item-info h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #1f2937;
  margin: 0 0 0.25rem;
}
.carrito-item-info p {
  color: #6b7280;
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.4;
}

.carrito-cantidad {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
}
.carrito-cantidad button,
.carrito-cantidad a {
  border: none;
  background: transparent;
  color: #6b7280;
  font-weight: 900;
  line-height: 1;
}
.carrito-cantidad button:hover,
.carrito-cantidad a:hover {
  color: #56B3AD;
}
.carrito-cantidad span {
  font-weight: 900;
  color: #111827;
  min-width: 18px;
  text-align: center;
}

.carrito-item-price {
  text-align: right;
}
.carrito-item-price strong {
  display: block;
  color: #56B3AD;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
}
.carrito-item-price a,
.carrito-item-price button {
  border: none;
  background: transparent;
  color: #F28C6F;
  font-size: 0.82rem;
  font-weight: 800;
}
.carrito-item-price a i,
.carrito-item-price button i {
  margin-right: 0.25rem;
}

.carrito-summary {
  position: sticky;
  top: 100px;
  background: #fff7dc;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
}

.carrito-summary-body {
  padding: 1.7rem;
}
.carrito-summary-body h2 {
  font-family: "Chewy", sans-serif;
  font-size: 1.9rem;
  color: #1f2937;
  margin-bottom: 1.3rem;
}

.carrito-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #4b5563;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}
.carrito-summary-row strong {
  color: #111827;
}

.carrito-summary-total {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carrito-summary-total span {
  font-weight: 900;
  color: #1f2937;
}
.carrito-summary-total strong {
  font-size: 2rem;
  color: #111827;
  font-weight: 900;
}

.carrito-checkout-btn {
  width: 100%;
  margin-top: 1.6rem;
  border: none;
  border-radius: 16px;
  background: #FACC15;
  color: #111827;
  font-weight: 900;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(250, 204, 21, 0.25);
}
.carrito-checkout-btn:hover {
  background: rgb(240.3640167364, 193.1129707113, 5.1359832636);
  color: #111827;
}

.carrito-summary-note {
  text-align: center;
  color: #6b7280;
  font-size: 0.72rem;
  line-height: 1.5;
  margin-top: 0.9rem;
}

.carrito-summary-footer {
  background: #fff;
  padding: 1.2rem 1.7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.carrito-summary-footer p {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.75rem;
  color: #4b5563;
  font-size: 0.9rem;
}
.carrito-summary-footer p:last-child {
  margin-bottom: 0;
}
.carrito-summary-footer p i {
  color: #56B3AD;
}

.carrito-continue {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
  color: #4b5563;
  font-weight: 800;
}
.carrito-continue:hover {
  color: #56B3AD;
}

.carrito-benefits {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 22px;
  padding: 1.3rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.carrito-benefit {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.carrito-benefit .icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  background: rgba(242, 140, 111, 0.13);
  color: #F28C6F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.carrito-benefit h4 {
  font-size: 0.98rem;
  font-weight: 900;
  margin: 0 0 0.25rem;
  color: #1f2937;
}
.carrito-benefit p {
  margin: 0;
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.45;
}

.carrito-recomendados {
  margin-top: 3.5rem;
}
.carrito-recomendados h2 {
  font-family: "Chewy", sans-serif;
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.carrito-empty {
  background: #fff;
  border: 2px dashed #e5e7eb;
  border-radius: 26px;
  padding: 3rem 1.5rem;
  text-align: center;
  color: #6b7280;
}
.carrito-empty h2 {
  font-family: "Chewy", sans-serif;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.carrito-empty .btn {
  margin-top: 1rem;
  border-radius: 999px;
  background: #FACC15;
  border: none;
  color: #111827;
  font-weight: 900;
  padding: 0.8rem 1.3rem;
}

@media (max-width: 991px) {
  .carrito-page {
    padding: 3rem 0 4rem;
  }
  .carrito-layout {
    grid-template-columns: 1fr;
  }
  .carrito-summary {
    position: static;
  }
  .carrito-item {
    grid-template-columns: 86px minmax(0, 1fr);
  }
  .carrito-cantidad {
    grid-column: 2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .carrito-item-price {
    grid-column: 2;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .carrito-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  .carrito-item {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1rem;
  }
  .carrito-item-img {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
  .carrito-cantidad {
    grid-column: auto;
    margin: 0 auto;
  }
  .carrito-item-price {
    grid-column: auto;
    text-align: center;
  }
  .carrito-benefits {
    grid-template-columns: 1fr;
  }
  .carrito-benefit {
    text-align: left;
  }
  .carrito-summary-total strong {
    font-size: 1.7rem;
  }
}
.perfil-page {
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.16) 0%, transparent 30%), radial-gradient(circle at top right, rgba(86, 179, 173, 0.12) 0%, transparent 34%), linear-gradient(135deg, #fffdf4 0%, #fbfffb 42%, #f4fffd 100%) !important;
}

.perfil-hero {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 1.8rem 0 1.2rem !important;
  margin: 0 !important;
}
.perfil-hero::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -150px;
  left: 18%;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.13);
  pointer-events: none;
}
.perfil-hero::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: 20%;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.1);
  pointer-events: none;
}
.perfil-hero .container {
  position: relative;
  z-index: 2;
}
.perfil-hero .d-flex {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(250, 204, 21, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
}
.perfil-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.25rem, 3.6vw, 3.1rem);
  line-height: 1;
  color: #1f2937;
  margin: 0 0 0.35rem;
}
.perfil-hero p {
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  color: #5f6f72;
  margin-bottom: 0.1rem !important;
}
.perfil-hero small {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.16);
  color: rgb(47.3991836735, 105.4008163265, 101.6587755102);
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
}

.user-panel {
  margin-top: 0 !important;
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.13) 0%, transparent 30%), radial-gradient(circle at right center, rgba(86, 179, 173, 0.1) 0%, transparent 32%), linear-gradient(135deg, #fffdf4 0%, #fbfffb 45%, #f4fffd 100%) !important;
  padding-top: 2.2rem !important;
  padding-bottom: 3rem !important;
}

.user-panel .panel-content {
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.14) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.08) 0%, transparent 36%), rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(250, 204, 21, 0.2) !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}

.user-panel .panel-sidebar {
  background: rgba(255, 255, 255, 0.84) !important;
  border: 1px solid rgba(86, 179, 173, 0.12) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
}

.perfil-page + .footer-web,
.footer-web {
  margin-top: 0 !important;
}

.footer-web {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding-top: 2.6rem !important;
  padding-bottom: 1.4rem !important;
  color: #17445c !important;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.38) 0%, transparent 28%), radial-gradient(circle at top right, rgba(255, 243, 176, 0.4) 0%, transparent 30%), linear-gradient(135deg, #8de7ff 0%, #62d3f3 48%, #b9f3ff 100%) !important;
  border-top: 4px solid rgba(255, 255, 255, 0.65) !important;
  box-shadow: 0 -18px 40px rgba(20, 122, 154, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.footer-web::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -120px;
  right: -80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  pointer-events: none;
}
.footer-web::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -90px;
  left: -70px;
  border-radius: 50%;
  background: rgba(255, 243, 176, 0.35);
  pointer-events: none;
}
.footer-web .footer-container,
.footer-web .container {
  position: relative;
  z-index: 2;
}

.footer-web .footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-web .footer-brand h5 {
  margin: 0;
  font-family: "Chewy", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  color: #0f3f59 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.footer-web .footer-logo {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ffffff;
  border: 4px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(20, 122, 154, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.footer-web .footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  color: #11445e !important;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.94rem;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}
.footer-web .footer-social i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #19a8d2;
  box-shadow: 0 8px 18px rgba(20, 122, 154, 0.16);
}
.footer-web .footer-social:hover {
  color: #07344b !important;
  transform: translateX(3px);
}
.footer-web .footer-social:hover i {
  background: #fff3b0;
  color: #0f7fa2;
}

.footer-web .footer-title {
  color: #0f3f59 !important;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  font-size: 0.98rem;
  margin-bottom: 0.85rem;
}

.footer-web .footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-web .footer-list li {
  margin-bottom: 0.55rem;
}
.footer-web .footer-list a {
  color: #17445c !important;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.footer-web .footer-list a:hover {
  color: #07344b !important;
  padding-left: 4px;
}

.footer-web .footer-divider {
  border: 0 !important;
  opacity: 1 !important;
  height: 1px;
  margin: 1.8rem 0 1rem !important;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.75), transparent) !important;
}

.footer-web .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  color: #17445c !important;
  font-family: "Varela Round", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
}
.footer-web .footer-bottom p {
  margin: 0;
  line-height: 1.6;
}
.footer-web .footer-bottom span,
.footer-web .footer-bottom strong {
  color: #07344b !important;
  font-weight: 900;
}

@media (max-width: 991px) {
  .perfil-hero {
    padding: 1.5rem 0 1rem !important;
  }
  .perfil-hero .d-flex {
    width: 100%;
  }
  .user-panel {
    padding-top: 1.8rem !important;
  }
}
@media (max-width: 767.98px) {
  .footer-web {
    text-align: center;
  }
  .footer-web .footer-brand {
    justify-content: center;
  }
  .footer-web .footer-social {
    justify-content: center;
  }
  .footer-web .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
  }
  .footer-web .footer-list a:hover {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .perfil-hero .d-flex {
    padding: 1rem;
    border-radius: 22px;
  }
  .perfil-hero h1 {
    font-size: 2rem;
  }
  .footer-web {
    padding-top: 2rem !important;
  }
  .footer-web .footer-brand h5 {
    font-size: 1.35rem;
  }
}
/* =========================================================
   PÁGINAS LEGALES
   ---------------------------------------------------------
   Estilos para:
   - Política de privacidad
   - Política de cookies
   - Términos de compra
   ========================================================= */
.legal-page {
  max-width: 900px;
}
.legal-page h1 {
  color: #00aeb7;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.legal-page h2 {
  color: #1f2d33;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.legal-page p {
  color: #49636b;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.legal-page ul {
  color: #49636b;
  margin-bottom: 1rem;
}
.legal-page ul li {
  margin-bottom: 0.45rem;
}
.legal-page strong {
  color: #1f2d33;
}

/* =========================================================
   EFECTOS JQUERY - ADMIN
   ---------------------------------------------------------
   Estilos de apoyo para efectos visuales realizados con
   jQuery en el panel de administración.
   ========================================================= */
/* Panel general de filtros */
.admin-filtros-panel {
  border: 1px solid #d6edf1;
  border-radius: 20px;
  background-color: #f4fbfc;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

/* Botón de filtros */
.admin-filtros-toggle {
  width: 100%;
  border: 0;
  background-color: #ffffff;
  color: #1f2d33;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.admin-filtros-toggle:hover {
  background-color: #e9f8fa;
  color: #078991;
}
.admin-filtros-toggle.is-open {
  color: #078991;
}
.admin-filtros-toggle.is-open .admin-filtros-chevron {
  transform: rotate(180deg);
}

.admin-filtros-toggle-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.admin-filtros-toggle-icon {
  color: #00aeb7;
}

.admin-filtros-chevron {
  transition: transform 0.25s ease;
}

/* Cuerpo de filtros */
.admin-filtros-body {
  padding-top: 1rem;
}

/* Layout interno de filtros */
.admin-filtros-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: end;
}

.admin-filtro-item {
  min-width: 160px;
}

.admin-filtro-grow {
  flex: 1 1 240px;
}

.admin-filtro-button {
  min-width: 130px;
}

/* Alertas animadas */
.mensaje-flash,
.alert {
  border-radius: 14px;
}

/* =========================================================
   CHAT DE SOPORTE - ESTILO BURBUJAS
   ---------------------------------------------------------
   Estilos para mostrar los mensajes de soporte como un chat.
   - Usuario a la izquierda.
   - Administrador a la derecha.
   - Colores adaptados a la identidad visual de la web.
   ========================================================= */
.soporte-chat-admin {
  max-height: 420px;
  overflow-y: auto;
  background-color: #f4fbfc;
  border: 1px solid #d6edf1;
  border-radius: 22px;
  padding: 1rem;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.03);
}
.soporte-chat-admin::-webkit-scrollbar {
  width: 8px;
}
.soporte-chat-admin::-webkit-scrollbar-thumb {
  background-color: #bfe6eb;
  border-radius: 20px;
}
.soporte-chat-admin::-webkit-scrollbar-track {
  background-color: transparent;
}

.soporte-msg {
  display: flex;
  margin-bottom: 0.95rem;
}

.soporte-msg-bubble {
  max-width: 78%;
  position: relative;
  padding: 0.8rem 0.95rem 0.65rem;
  border-radius: 19px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  word-wrap: break-word;
  line-height: 1.45;
}

.soporte-msg-autor {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #1f2d33;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.soporte-msg-autor i {
  color: #00aeb7;
  font-size: 0.95rem;
}

.soporte-msg-texto {
  color: #49636b;
  font-size: 0.95rem;
}

.soporte-msg-hora {
  color: #7b8e95;
  font-size: 0.74rem;
  text-align: right;
  margin-top: 0.45rem;
}

/* Mensajes enviados por el usuario */
.mensaje-usuario {
  justify-content: flex-start;
}
.mensaje-usuario .soporte-msg-bubble {
  background-color: #ffffff;
  border: 1px solid #e4eef0;
  border-bottom-left-radius: 7px;
}
.mensaje-usuario .soporte-msg-bubble::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 10px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-left: 1px solid #e4eef0;
  border-bottom: 1px solid #e4eef0;
  transform: rotate(45deg);
}

/* Mensajes enviados por administración */
.mensaje-admin {
  justify-content: flex-end;
}
.mensaje-admin .soporte-msg-bubble {
  background-color: #dff7f9;
  border: 1px solid #b7e8ed;
  border-bottom-right-radius: 7px;
}
.mensaje-admin .soporte-msg-bubble::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 10px;
  width: 12px;
  height: 12px;
  background-color: #dff7f9;
  border-right: 1px solid #b7e8ed;
  border-top: 1px solid #b7e8ed;
  transform: rotate(45deg);
}

.soporte-chat-loading,
.soporte-chat-empty {
  text-align: center;
  color: #7b8e95;
  padding: 2rem 1rem;
}
.soporte-chat-loading i,
.soporte-chat-empty i {
  display: block;
  color: #00aeb7;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.soporte-chat-loading p,
.soporte-chat-empty p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .soporte-msg-bubble {
    max-width: 92%;
  }
}
/* =========================================================
   ADMIN - SUGERENCIAS
   ---------------------------------------------------------
   Estilos para mostrar las sugerencias de usuarios en tarjetas
   más visuales y coherentes con el diseño general.
   ========================================================= */
.sugerencias-admin-wrapper {
  background-color: #f4fbfc;
  border: 1px solid #d6edf1;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.sugerencias-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.sugerencia-admin-card {
  background-color: #ffffff;
  border: 1px solid #d6edf1;
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sugerencia-admin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.sugerencia-admin-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}
.sugerencia-admin-top h3 {
  color: #1f2d33;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.sugerencia-admin-top span {
  color: #7b8e95;
  font-size: 0.82rem;
}

.sugerencia-admin-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #00aeb7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(0, 174, 183, 0.25);
  flex-shrink: 0;
}

.sugerencia-admin-message {
  position: relative;
  color: #49636b;
  background-color: #fbfeff;
  border: 1px solid #e2f1f3;
  border-radius: 18px;
  padding: 0.9rem 1rem;
  line-height: 1.55;
  margin-bottom: 0.9rem;
}
.sugerencia-admin-message::before {
  content: "“";
  position: absolute;
  top: -0.6rem;
  left: 0.8rem;
  color: rgba(0, 174, 183, 0.25);
  font-size: 3rem;
  font-family: serif;
  line-height: 1;
}

.sugerencia-admin-footer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #7b8e95;
  font-size: 0.82rem;
}
.sugerencia-admin-footer div {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.sugerencia-admin-footer i {
  color: #078991;
}

.sugerencias-admin-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #7b8e95;
}
.sugerencias-admin-empty i {
  display: block;
  color: #00aeb7;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.sugerencias-admin-empty h3 {
  color: #1f2d33;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.sugerencias-admin-empty p {
  margin: 0;
}

/* =========================================================
   ADMIN - LISTADO DE TICKETS DE SOPORTE
   ---------------------------------------------------------
   Estilo visual para mostrar tickets de soporte con un diseño
   más moderno, limpio y legible.
   ========================================================= */
/* Contenedor principal */
.tickets-admin-wrapper {
  background-color: #f4fbfc;
  border: 1px solid #d6edf1;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

/* Lista de tickets */
.tickets-admin-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Tarjeta individual */
.ticket-admin-card {
  background-color: #ffffff;
  border: 1px solid #d6edf1;
  border-radius: 22px;
  padding: 1rem 1.1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ticket-admin-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  border-color: #bfe6eb;
}

/* Estructura interna */
.ticket-admin-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

/* Avatar */
.ticket-admin-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #00aeb7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 174, 183, 0.25);
}

/* Contenido */
.ticket-admin-content {
  min-width: 0;
}

.ticket-admin-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.ticket-admin-title {
  color: #1f2d33;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
}

/* Meta info */
.ticket-admin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  color: #7b8e95;
  font-size: 0.84rem;
  margin-bottom: 0.35rem;
}
.ticket-admin-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.ticket-admin-meta i {
  color: #078991;
}

/* Extra: localidad, CP... */
.ticket-admin-extra {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #49636b;
  font-size: 0.84rem;
  background-color: #f8fcfd;
  border: 1px solid #e2f1f3;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  margin-top: 0.2rem;
}
.ticket-admin-extra i {
  color: #078991;
}

/* Columna de acciones */
.ticket-admin-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.ticket-admin-actions .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 0.55rem 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* Badges de estado */
.ticket-admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.32rem 0.7rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.estado-pendiente {
  background-color: #fff7df;
  color: #9a6b00;
  border: 1px solid #f4df9b;
}

.estado-respondido {
  background-color: #dff7f9;
  color: #0b7a81;
  border: 1px solid #b7e8ed;
}

.estado-cerrado {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #d4d9de;
}

/* Estado vacío */
.tickets-admin-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #7b8e95;
}
.tickets-admin-empty i {
  display: block;
  color: #00aeb7;
  font-size: 2.6rem;
  margin-bottom: 0.75rem;
}
.tickets-admin-empty h3 {
  color: #1f2d33;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.tickets-admin-empty p {
  margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .ticket-admin-main {
    grid-template-columns: auto 1fr;
  }
  .ticket-admin-actions {
    grid-column: 1/-1;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
}
@media (max-width: 575.98px) {
  .ticket-admin-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .ticket-admin-meta {
    flex-direction: column;
    gap: 0.35rem;
  }
  .ticket-admin-avatar {
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }
}
/* =========================================================
   ADMIN - CONTACTO WEB
   ---------------------------------------------------------
   Estilos para la sección "Contacto web" del panel admin.

   Esta vista muestra los mensajes enviados desde el formulario
   público de contacto por usuarios invitados o no registrados.

   Se crean clases propias para no depender de .admin-ticket
   y evitar romper otras zonas del panel.
   ========================================================= */
/* Contenedor principal */
.contacto-admin-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfc 100%);
  border: 1px solid rgba(86, 179, 173, 0.22);
  border-radius: 26px;
  padding: 1.25rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

/* Listado de mensajes */
.contacto-admin-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Tarjeta individual */
.contacto-admin-card {
  background: #ffffff;
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 24px;
  padding: 1rem 1.1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.045);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.contacto-admin-card:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 179, 173, 0.38);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.075);
}

/* Estructura interna */
.contacto-admin-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: flex-start;
}

/* Avatar con inicial */
.contacto-admin-avatar {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: linear-gradient(135deg, #56B3AD 0%, rgba(117, 224, 248, 0.8078431373) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Chewy", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.25);
  flex-shrink: 0;
}

/* Contenido */
.contacto-admin-content {
  min-width: 0;
}

.contacto-admin-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.contacto-admin-title {
  color: #1f2d33;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  line-height: 1.35;
}

/* Datos: nombre, email, fecha */
.contacto-admin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  color: #7b8e95;
  font-size: 0.84rem;
}
.contacto-admin-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}
.contacto-admin-meta i {
  color: rgb(69.547755102, 154.652244898, 149.1616326531);
}

/* Badge de producto consultado */
.contacto-admin-product {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(250, 204, 21, 0.18);
  color: rgb(125.5179916318, 100.8435146444, 2.6820083682);
  border: 1px solid rgba(250, 204, 21, 0.35);
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.contacto-admin-product i {
  color: rgb(175.4510460251, 140.9606694561, 3.7489539749);
}
.contacto-admin-product strong {
  color: rgb(105.5447698745, 84.7966527197, 2.2552301255);
}

/* Mensaje principal */
.contacto-admin-message {
  position: relative;
  background: #fbfeff;
  border: 1px solid #e2f1f3;
  border-radius: 18px;
  color: #49636b;
  padding: 0.9rem 1rem;
  line-height: 1.6;
  font-size: 0.92rem;
}
.contacto-admin-message::before {
  content: "“";
  position: absolute;
  top: -0.55rem;
  left: 0.75rem;
  color: rgba(86, 179, 173, 0.22);
  font-family: serif;
  font-size: 3rem;
  line-height: 1;
}

/* Botón de acción */
.contacto-admin-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.contacto-admin-actions .btn {
  border-radius: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  white-space: nowrap;
}

/* Estado leído/nuevo */
.contacto-admin-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}
.contacto-admin-status.is-new {
  background: rgba(242, 140, 111, 0.16);
  color: rgb(230.2165605096, 67.1464968153, 20.7834394904);
  border: 1px solid rgba(242, 140, 111, 0.28);
}
.contacto-admin-status.is-read {
  background: rgba(86, 179, 173, 0.14);
  color: rgb(53.7273469388, 119.4726530612, 115.2310204082);
  border: 1px solid rgba(86, 179, 173, 0.26);
}

/* Estado vacío */
.contacto-admin-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #7b8e95;
}
.contacto-admin-empty i {
  display: block;
  color: #56B3AD;
  font-size: 2.7rem;
  margin-bottom: 0.75rem;
}
.contacto-admin-empty h3 {
  color: #1f2d33;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.contacto-admin-empty p {
  margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contacto-admin-main {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .contacto-admin-actions {
    grid-column: 1/-1;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
  .contacto-admin-actions .btn {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .contacto-admin-wrapper {
    padding: 0.9rem;
    border-radius: 22px;
  }
  .contacto-admin-card {
    padding: 0.9rem;
    border-radius: 20px;
  }
  .contacto-admin-avatar {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    font-size: 1.05rem;
  }
  .contacto-admin-top {
    flex-direction: column;
    gap: 0.5rem;
  }
  .contacto-admin-meta {
    flex-direction: column;
    gap: 0.35rem;
  }
  .contacto-admin-product {
    align-items: flex-start;
    border-radius: 16px;
    line-height: 1.4;
  }
  .contacto-admin-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
/* =====================================================
   PRODUCTOS RELACIONADOS - DETALLE DE PRODUCTO
   -----------------------------------------------------
   Estilos específicos para las tarjetas de productos
   relacionados dentro de producto_detalle.php.

   Objetivo visual:
   - Bordes muy redondeados.
   - Fondos alternos según clase.
   - Estética similar a las tarjetas del index.
   - Sombra suave.
   - Hover con elevación.
   - Botones circulares para carrito y favoritos.
===================================================== */
/* Tarjeta principal del producto relacionado */
.producto-relacionado-card {
  position: relative;
  height: 100%;
  padding: 1rem;
  border-radius: 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(31, 41, 55, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Efecto al pasar el ratón por encima de la tarjeta */
.producto-relacionado-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.18);
}

/* Fondo rosa alterno */
.producto-relacionado-card.card-pink {
  background: linear-gradient(135deg, #ffe3ef 0%, #fff7fb 100%);
}

/* Fondo verde alterno */
.producto-relacionado-card.card-green {
  background: linear-gradient(135deg, #dcfce7 0%, #f0fdf4 100%);
}

/* Fondo amarillo alterno */
.producto-relacionado-card.card-yellow {
  background: linear-gradient(135deg, #fef3c7 0%, #fffbeb 100%);
}

/* Badge de categoría dentro de la tarjeta */
.producto-relacionado-card .card-badge {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
  color: #374151;
}

/* Contenedor de imagen del producto */
.producto-relacionado-img-box {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0.75rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Imagen del producto dentro de la tarjeta */
.producto-relacionado-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 18px;
}

/* Cuerpo de la tarjeta */
.producto-relacionado-body {
  padding: 1rem 0 0;
}

/* Título del producto relacionado */
.producto-relacionado-body h3 {
  min-height: 48px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 800;
  color: #1f2937;
}

/* Pie de la tarjeta: precio + acciones */
.producto-relacionado-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
}

/* Precio del producto relacionado */
.producto-relacionado-footer .price {
  font-size: 1rem;
  font-weight: 900;
  color: #16a34a;
}

/* Botones circulares de carrito y favoritos */
.producto-relacionado-footer .btn-carrito {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(31, 41, 55, 0.12);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

/* Hover de los botones */
.producto-relacionado-footer .btn-carrito:hover {
  transform: scale(1.08);
  background: #56b3ad;
  color: #ffffff;
}

/* Estado activo del favorito */
.producto-relacionado-footer .favorito-activo,
.producto-relacionado-footer .btn-favorito-relacionado.favorito-activo {
  background: #f472b6;
  color: #ffffff;
}

/*Objetivo visual:
- Dar más protagonismo a la bienvenida.
- Integrar tonos azules/turquesa suaves.
- Hacer que la parte superior conecte mejor con el resto del panel.
*/
.user-summary,
.user-panel-header,
.user-panel-hero {
  position: relative;
  overflow: hidden;
  padding: 1.6rem 1.9rem;
  margin-bottom: 1.8rem;
  background: radial-gradient(circle at top right, rgba(86, 179, 173, 0.18) 0%, transparent 32%), radial-gradient(circle at bottom left, rgba(142, 202, 230, 0.18) 0%, transparent 34%), linear-gradient(135deg, rgba(234, 248, 251, 0.95) 0%, rgba(247, 252, 255, 0.98) 100%);
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 32px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.user-summary::before,
.user-panel-header::before,
.user-panel-hero::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: -75px;
  right: -70px;
  border-radius: 50%;
  background: rgba(86, 179, 173, 0.12);
  pointer-events: none;
}
.user-summary::after,
.user-panel-header::after,
.user-panel-hero::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -55px;
  left: -45px;
  border-radius: 50%;
  background: rgba(142, 202, 230, 0.14);
  pointer-events: none;
}
.user-summary > *,
.user-panel-header > *,
.user-panel-hero > * {
  position: relative;
  z-index: 2;
}

.user-summary h1,
.user-panel-header h1,
.user-panel-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1.02;
  color: #16324f;
  margin-bottom: 0.35rem;
}

.user-summary p,
.user-summary span,
.user-panel-header p,
.user-panel-header span,
.user-panel-hero p,
.user-panel-hero span {
  font-family: "Varela Round", sans-serif;
  color: #4b6b88;
  font-size: 0.97rem;
  line-height: 1.6;
  margin-bottom: 0.15rem;
  display: block;
}

.user-summary .member-since,
.user-panel-header .member-since,
.user-panel-hero .member-since {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  color: #285b63;
  font-weight: 800;
  font-size: 0.85rem;
}

.user-panel {
  background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.16) 0%, transparent 32%), radial-gradient(circle at bottom right, rgba(86, 179, 173, 0.1) 0%, transparent 34%), linear-gradient(135deg, #fffdf5 0%, #f8fffd 100%);
}

.user-panel .panel-content {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.18) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.1) 0%, transparent 36%), #ffffff;
  border: 1px solid rgba(250, 204, 21, 0.24);
  border-radius: 34px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.user-panel .panel-section {
  border-radius: 28px;
}

.user-panel .panel-section h2 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
  color: #1f2937;
  margin-bottom: 0.45rem;
}

.user-panel .panel-section > p {
  font-family: "Varela Round", sans-serif;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.user-panel .panel-form .form-label,
.user-panel .panel-form label,
.user-panel form .form-label,
.user-panel form label {
  font-family: "Varela Round", sans-serif;
  color: #334155;
  font-weight: 900;
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
}

.user-panel .input-group {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(250, 204, 21, 0.3);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.user-panel .input-group:hover {
  transform: translateY(-1px);
  border-color: rgba(86, 179, 173, 0.34);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.user-panel .input-group-text {
  width: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid rgba(86, 179, 173, 0.12);
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.13) 0%, rgba(250, 204, 21, 0.14) 100%);
  color: #56B3AD;
}
.user-panel .input-group-text i {
  font-size: 1rem;
}

.user-panel .form-control,
.user-panel .form-select {
  border: 1px solid rgba(86, 179, 173, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.85rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 6px 18px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.user-panel .form-control::-moz-placeholder, .user-panel .form-select::-moz-placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.user-panel .form-control::placeholder,
.user-panel .form-select::placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.user-panel .form-control:focus,
.user-panel .form-select:focus {
  border-color: rgba(86, 179, 173, 0.65);
  background: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(86, 179, 173, 0.14), 0 10px 24px rgba(15, 23, 42, 0.05);
}

.user-panel .form-control:disabled,
.user-panel .form-control[disabled],
.user-panel .form-select:disabled,
.user-panel .form-select[disabled] {
  background: rgba(255, 255, 255, 0.76);
  color: #1f2937;
  opacity: 1;
  border: 0;
  box-shadow: none;
  cursor: default;
}

.user-panel textarea.form-control {
  min-height: 150px;
  resize: vertical;
  line-height: 1.6;
  border-radius: 22px;
}

.user-panel .security-card,
.user-panel .panel-card-soft,
.user-panel .sugerencias-form-card,
.user-panel .sugerencias-info-card {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.16) 0%, transparent 34%), radial-gradient(circle at bottom left, rgba(86, 179, 173, 0.1) 0%, transparent 36%), #ffffff;
  border: 1px solid rgba(250, 204, 21, 0.24);
  border-radius: 30px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.user-panel .security-card {
  padding: 1.4rem;
  margin-bottom: 1rem;
}
.user-panel .security-card h5 {
  font-family: "Chewy", sans-serif;
  font-size: 1.55rem;
  color: #1f2937;
  margin-bottom: 0.6rem;
}
.user-panel .security-card h5 i {
  color: #56B3AD;
  margin-right: 0.35rem;
}
.user-panel .security-card p {
  color: #64748b;
  font-family: "Varela Round", sans-serif;
  line-height: 1.6;
}

.user-panel .btn-primary {
  border: 0;
  border-radius: 999px;
  background: #56B3AD;
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
  padding: 0.8rem 1.15rem;
  box-shadow: 0 12px 26px rgba(86, 179, 173, 0.24);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.user-panel .btn-primary:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(86, 179, 173, 0.32);
}

.user-panel .btn-outline-danger,
.user-panel .btn-outline-primary,
.user-panel .btn-outline-success,
.user-panel .btn-outline-warning {
  border-radius: 999px;
  font-family: "Varela Round", sans-serif;
  font-weight: 900;
}

.user-panel .alert-info {
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.12) 0%, rgba(250, 204, 21, 0.14) 100%);
  color: #155e63;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}
.user-panel .alert-info i {
  color: #56B3AD;
  margin-right: 0.35rem;
}

.user-panel .panel-table {
  border-collapse: separate;
  border-spacing: 0 0.55rem;
  background: transparent;
}
.user-panel .panel-table thead th {
  border: 0;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.user-panel .panel-table tbody tr {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  border-radius: 18px;
}
.user-panel .panel-table tbody td {
  border: 0;
  vertical-align: middle;
}
.user-panel .panel-table tbody tr:hover {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.1) 0%, rgba(86, 179, 173, 0.07) 100%), #ffffff;
}

.user-panel .panel-empty {
  position: relative;
  padding: 2rem 1.2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(86, 179, 173, 0.07) 0%, rgba(250, 204, 21, 0.1) 100%), #ffffff;
  border: 2px dashed rgba(86, 179, 173, 0.22);
  color: #64748b;
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .user-panel .panel-content {
    border-radius: 28px;
  }
  .user-panel .security-card,
  .user-panel .panel-card-soft,
  .user-panel .sugerencias-form-card,
  .user-panel .sugerencias-info-card {
    border-radius: 26px;
  }
}
@media (max-width: 576px) {
  .user-panel .panel-content {
    border-radius: 24px;
    padding: 1.15rem;
  }
  .user-panel .panel-section h2 {
    font-size: 1.8rem;
  }
  .user-panel .panel-section > p {
    font-size: 0.9rem;
  }
  .user-panel .input-group {
    border-radius: 16px;
  }
  .user-panel .input-group-text {
    width: 42px;
    min-width: 42px;
  }
  .user-panel .form-control,
  .user-panel .form-select {
    font-size: 0.88rem;
    padding: 0.78rem 0.85rem;
  }
  .user-panel textarea.form-control {
    min-height: 135px;
    border-radius: 20px;
  }
}
.perfil-page {
  background: linear-gradient(135deg, #fffdf6 0%, #fbfffd 45%, #f3fffd 100%) !important;
}

.perfil-hero {
  position: relative;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 1.55rem 0 1rem !important;
  margin: 0 !important;
}
.perfil-hero::before, .perfil-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.perfil-hero .container {
  position: relative;
  z-index: 2;
}
.perfil-hero .d-flex {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86) 0%, rgba(245, 255, 253, 0.9) 100%) !important;
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(5px);
}
.perfil-hero h1 {
  font-family: "Chewy", sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  line-height: 1;
  color: #1f2937;
  margin: 0 0 0.35rem;
}
.perfil-hero p {
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  color: #5f6f72;
  margin-bottom: 0.1rem !important;
}
.perfil-hero small {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  border: 0 !important;
  color: #2f6f6a;
  font-family: "Varela Round", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
}

.user-panel {
  margin-top: 0 !important;
  background: linear-gradient(135deg, #fffdf6 0%, #fbfffd 45%, #f3fffd 100%) !important;
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

.footer-web {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding-top: 2.8rem !important;
  padding-bottom: 1.6rem !important;
  background: linear-gradient(135deg, #eefbff 0%, #dff7ff 48%, #fff9df 100%) !important;
  border: 0 !important;
  color: #17445c !important;
  box-shadow: 0 -18px 38px rgba(56, 160, 190, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}
.footer-web::before, .footer-web::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.footer-web .footer-container,
.footer-web .container {
  position: relative;
  z-index: 2;
}

.footer-web .row {
  row-gap: 1.2rem;
  align-items: stretch;
}

.footer-web .row > [class*=col] {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}

.footer-web .row > [class*=col] > * {
  position: relative;
  z-index: 2;
}

.footer-web .footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.footer-web .footer-brand h5 {
  margin: 0;
  font-family: "Chewy", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  color: #17445c !important;
}

.footer-web .footer-logo {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ffffff;
  border: 0 !important;
  box-shadow: 0 10px 22px rgba(56, 160, 190, 0.16);
}

.footer-web .footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.4rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #17445c !important;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(56, 160, 190, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.footer-web .footer-social i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #bdefff;
  color: #1486a6;
  font-size: 1rem;
}
.footer-web .footer-social:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #12394c !important;
}
.footer-web .footer-social:hover i {
  background: #fff0a8;
  color: #1486a6;
}

.footer-web .footer-title {
  margin-bottom: 0.85rem;
  font-family: "Chewy", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  color: #17445c !important;
}

.footer-web .footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-web .footer-list li {
  margin-bottom: 0.55rem;
}
.footer-web .footer-list a {
  display: inline-flex;
  align-items: center;
  color: #2f6178 !important;
  font-family: "Varela Round", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-web .footer-list a:hover {
  color: #12394c !important;
  transform: translateX(3px);
}

.footer-web .footer-divider {
  border: 0 !important;
  opacity: 1 !important;
  height: 1px;
  margin: 1.8rem 0 1rem !important;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent) !important;
}

.footer-web .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  color: #2f6178 !important;
  font-family: "Varela Round", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}
.footer-web .footer-bottom p {
  margin: 0;
  line-height: 1.6;
}
.footer-web .footer-bottom span,
.footer-web .footer-bottom strong {
  color: #17445c !important;
  font-weight: 900;
}

@media (max-width: 991px) {
  .perfil-hero {
    padding: 1.4rem 0 1rem !important;
  }
  .perfil-hero .d-flex {
    width: 100%;
  }
  .user-panel {
    padding-top: 1.7rem !important;
  }
}
@media (max-width: 767.98px) {
  .footer-web {
    text-align: center;
  }
  .footer-web .footer-brand {
    justify-content: center;
  }
  .footer-web .footer-social {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-web .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
  }
  .footer-web .footer-list a:hover {
    transform: none;
  }
}
@media (max-width: 576px) {
  .perfil-hero .d-flex {
    padding: 1rem;
    border-radius: 22px;
  }
  .perfil-hero h1 {
    font-size: 2rem;
  }
  .footer-web {
    padding-top: 2rem !important;
  }
  .footer-web .footer-brand h5 {
    font-size: 1.35rem;
  }
}
.auth-socials a.auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eadccf;
  background: #fffdfb;
  border-radius: 14px;
  padding: 0.85rem;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.auth-socials a.auth-social-btn:hover {
  transform: translateY(-2px);
  border-color: #56B3AD;
  box-shadow: 0 8px 18px rgba(86, 179, 173, 0.12);
  color: #56B3AD;
}

.panel-product-img-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(86, 179, 173, 0.1);
  color: #56B3AD;
  font-size: 1.4rem;
}

.admin-descargas-wrapper {
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.admin-descargas-img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa;
}

.admin-descargas-table {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.admin-descargas-table th {
  white-space: nowrap;
  font-weight: 700;
  vertical-align: middle;
}
.admin-descargas-table td {
  vertical-align: middle;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.admin-descargas-table__producto {
  min-width: 260px;
}
.admin-descargas-table__titulo {
  display: inline-block;
  line-height: 1.25;
  font-weight: 500;
}

.admin-descarga-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.85rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.04);
}
.admin-descarga-card__titulo {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}
.admin-descarga-card__datos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.admin-descarga-card__datos div {
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  background-color: #f8f9fa;
}
.admin-descarga-card__datos span {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.75rem;
  color: #6c757d;
}
.admin-descarga-card__datos strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: #212529;
}

.stars-mini {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  color: var(--bs-warning);
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
}
.stars-mini i {
  font-size: 0.95rem;
}
.stars-mini__count {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}

/* =====================================================
   FIX FAVORITOS EN MÓVIL REAL
   -----------------------------------------------------
   Evita que el :hover táctil del móvil parezca activo.
   ===================================================== */
.btn-card-icon.btn-favorito,
.home-card-fav.btn-favorito {
  background: #fff;
  color: #dc3545;
  border-color: rgba(220, 53, 69, 0.35);
}
.btn-card-icon.btn-favorito i,
.home-card-fav.btn-favorito i {
  pointer-events: none;
}
.btn-card-icon.btn-favorito.activo,
.home-card-fav.btn-favorito.activo {
  background: #dc3545 !important;
  color: #fff !important;
  border-color: #dc3545 !important;
}
.btn-card-icon.btn-favorito.activo i,
.home-card-fav.btn-favorito.activo i {
  color: #fff !important;
}

/* En dispositivos táctiles, el hover NO debe parecer activo */
@media (hover: none) and (pointer: coarse) {
  .btn-card-icon.btn-favorito:hover,
  .home-card-fav.btn-favorito:hover {
    background: #fff !important;
    color: #dc3545 !important;
    border-color: rgba(220, 53, 69, 0.35) !important;
    transform: none !important;
  }
  .btn-card-icon.btn-favorito.activo,
  .home-card-fav.btn-favorito.activo {
    background: #dc3545 !important;
    color: #fff !important;
    border-color: #dc3545 !important;
  }
  .btn-card-icon.btn-favorito.activo i,
  .home-card-fav.btn-favorito.activo i {
    color: #fff !important;
  }
}
/* Asegura que el botón recibe el toque dentro del carrusel */
#homeDestacadosCarousel .btn-favorito,
#homeDestacadosCarousel .btn-carrito-accion {
  position: relative;
  z-index: 30;
  pointer-events: auto;
  touch-action: manipulation;
}

/* =====================================================
   ADMIN DASHBOARD - RECURSOS MÁS VENDIDOS REFINADO
   -----------------------------------------------------
   Ajuste visual:
   - Categoría arriba del título.
   - Categoría más pequeña y secundaria.
   - Menos protagonismo de los chips.
   - Imagen controlada.
===================================================== */
.admin-best-sellers-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.admin-best-seller-card {
  width: 100%;
  overflow: hidden;
  padding: 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(86, 179, 173, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.admin-best-seller-card__main {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.admin-best-seller-card__img {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 17px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(86, 179, 173, 0.12);
}
.admin-best-seller-card__img img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.admin-best-seller-card__content,
.admin-best-seller-card__text {
  min-width: 0;
}

.admin-best-seller-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.55rem;
}

.admin-best-seller-category {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 0.35rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.08);
  border: 1px solid rgba(86, 179, 173, 0.12);
  color: rgb(53.7273469388, 119.4726530612, 115.2310204082);
  font-family: "Varela Round", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
}
.admin-best-seller-category i {
  color: #56B3AD;
  font-size: 0.72rem;
}

.admin-best-seller-card__top h4 {
  margin: 0;
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  line-height: 1.25;
  font-weight: 900;
  color: #1f2937;
}

.admin-best-seller-card__id {
  display: block;
  margin-top: 0.25rem;
  color: #94a3b8;
  font-family: "Varela Round", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
}

.admin-best-seller-status {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.24rem 0.52rem;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 900;
  line-height: 1;
}
.admin-best-seller-status.is-active {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
  border: 1px solid rgba(25, 135, 84, 0.18);
}
.admin-best-seller-status.is-inactive {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
  border: 1px solid rgba(108, 117, 125, 0.18);
}

.admin-best-seller-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.admin-best-seller-stat {
  padding: 0.65rem 0.55rem;
  border-radius: 16px;
  border: 1px solid rgba(86, 179, 173, 0.1);
  background: rgba(86, 179, 173, 0.055);
  text-align: center;
}
.admin-best-seller-stat span {
  display: block;
  margin-bottom: 0.2rem;
  color: #64748b;
  font-family: "Varela Round", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.admin-best-seller-stat strong {
  display: block;
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.15;
}

@media (max-width: 390px) {
  .admin-best-seller-card__main {
    grid-template-columns: 60px minmax(0, 1fr);
  }
  .admin-best-seller-card__img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .admin-best-seller-card__top {
    flex-direction: column;
  }
  .admin-best-seller-card__stats {
    grid-template-columns: 1fr;
  }
}
.descargas-desktop {
  width: 100%;
}

.descargas-table {
  margin-bottom: 0;
}
.descargas-table thead th {
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  border-bottom: 1px solid rgba(86, 179, 173, 0.16);
  white-space: nowrap;
}
.descargas-table tbody td {
  color: #334155;
  font-family: "Varela Round", sans-serif;
  font-size: 0.9rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(86, 179, 173, 0.08);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.descargas-table tbody tr:last-child td {
  border-bottom: 0;
}
.descargas-table tbody tr:hover {
  background: rgba(86, 179, 173, 0.045);
}

.descargas-table-resource {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 250px;
}
.descargas-table-resource img, .descargas-table-resource__empty {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(86, 179, 173, 0.14);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.descargas-table-resource__empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #56B3AD;
  font-size: 1.25rem;
}
.descargas-table-resource strong {
  display: block;
  color: #1f2937;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
}
.descargas-table-resource span {
  display: block;
  margin-top: 0.25rem;
  color: #94a3b8;
  font-size: 0.76rem;
  font-weight: 700;
}

.descargas-table-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.1);
  border: 1px solid rgba(86, 179, 173, 0.16);
  color: rgb(53.7273469388, 119.4726530612, 115.2310204082);
  font-weight: 900;
  font-size: 0.82rem;
}

.descargas-table-actions {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: nowrap;
}
.descargas-table-actions .btn {
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0.45rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.descargas-table-actions .btn-outline-primary,
.descargas-table-actions .btn-outline-warning {
  width: 38px;
  height: 38px;
  padding: 0;
}
.descargas-table-actions .btn-outline-primary i,
.descargas-table-actions .btn-outline-warning i {
  margin: 0;
}
.descargas-table-actions .btn-outline-warning {
  width: auto;
  padding: 0.45rem 0.75rem;
}

.descargas-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.descarga-card {
  position: relative;
  overflow: hidden;
  padding: 0.9rem;
  border-radius: 24px;
  border: 1px solid rgba(86, 179, 173, 0.16);
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.14) 0%, transparent 34%), linear-gradient(135deg, #ffffff 0%, #f8fefd 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.descarga-card__top {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
}

.descarga-card__image {
  width: 76px;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(86, 179, 173, 0.14);
  display: block;
  text-decoration: none;
}
.descarga-card__image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.descarga-card__image-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(86, 179, 173, 0.09);
  color: #56B3AD;
  font-size: 1.6rem;
}

.descarga-card__info {
  min-width: 0;
}
.descarga-card__info h3 {
  margin: 0.35rem 0 0.3rem;
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.25;
}

.descarga-card__tag {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.09);
  border: 1px solid rgba(86, 179, 173, 0.13);
  color: #2b8f93;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
}

.descarga-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
}
.descarga-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
}
.descarga-card__meta span i {
  color: #56B3AD;
}

.descarga-card__data {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.descarga-card__price,
.descarga-card__downloads {
  padding: 0.72rem 0.75rem;
  border-radius: 18px;
  border: 1px solid rgba(86, 179, 173, 0.11);
  background: rgba(255, 255, 255, 0.72);
}

.descarga-card__price span {
  display: block;
  margin-bottom: 0.22rem;
  color: #94a3b8;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.descarga-card__price strong {
  display: block;
  color: #1f2937;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.descarga-card__downloads-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.48rem;
}
.descarga-card__downloads-top span {
  color: #94a3b8;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.descarga-card__downloads-top strong {
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.descarga-card__progress {
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.12);
}
.descarga-card__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #56B3AD 0%, #FACC15 100%);
}

.descarga-card__actions {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.descarga-card__btn {
  height: 38px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: "Varela Round", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.descarga-card__btn i {
  font-size: 0.85rem;
}
.descarga-card__btn:hover {
  transform: translateY(-1px);
}

.descarga-card__btn--download {
  background: #56B3AD;
  border-color: #56B3AD;
  color: #ffffff;
}
.descarga-card__btn--download:hover {
  background: rgb(71.1297959184, 158.1702040816, 152.5546938776);
  color: #ffffff;
}

.descarga-card__btn--view {
  width: 42px;
  padding: 0;
  background: rgba(86, 179, 173, 0.08);
  border-color: rgba(86, 179, 173, 0.22);
  color: #56B3AD;
}
.descarga-card__btn--view span {
  display: none;
}
.descarga-card__btn--view:hover {
  background: rgba(86, 179, 173, 0.16);
  color: rgb(63.2195918367, 140.5804081633, 135.5893877551);
}

.descarga-card__btn--review {
  background: rgba(250, 204, 21, 0.18);
  border-color: rgba(250, 204, 21, 0.42);
  color: #9a6b00;
}
.descarga-card__btn--review:hover {
  background: #FACC15;
  color: #1f2937;
}

@media (max-width: 390px) {
  .descarga-card {
    padding: 0.78rem;
    border-radius: 22px;
  }
  .descarga-card__top {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 0.75rem;
  }
  .descarga-card__image {
    width: 68px;
    height: 88px;
    border-radius: 16px;
  }
  .descarga-card__info h3 {
    font-size: 0.92rem;
  }
  .descarga-card__data {
    grid-template-columns: 1fr;
  }
  .descarga-card__actions {
    grid-template-columns: 1fr 42px;
  }
  .descarga-card__btn--review {
    grid-column: 1/-1;
  }
}
/* =====================================================
   PERFIL - FAVORITOS MÓVIL BONITO
   -----------------------------------------------------
   Sustituye la conversión de tabla en móvil por cards reales.
   Evita etiquetas grandes tipo "Recurso / Precio / Fecha".
===================================================== */
.perfil-favoritos-mobile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.perfil-favorito-card {
  overflow: hidden;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(86, 179, 173, 0.16);
  background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.16) 0%, transparent 34%), linear-gradient(135deg, #ffffff 0%, #f8fefd 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.perfil-favorito-card__top {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
}

.perfil-favorito-card__img {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(86, 179, 173, 0.12);
}
.perfil-favorito-card__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.perfil-favorito-card__info {
  min-width: 0;
}
.perfil-favorito-card__info h3 {
  margin: 0.25rem 0 0.3rem;
  color: #1f2937;
  font-family: "Varela Round", sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.25;
}

.perfil-favorito-card__tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(86, 179, 173, 0.09);
  border: 1px solid rgba(86, 179, 173, 0.14);
  color: rgb(56.8914285714, 126.5085714286, 122.0171428571);
  font-size: 0.68rem;
  font-weight: 900;
}

.perfil-favorito-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.perfil-favorito-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
}
.perfil-favorito-card__meta span i {
  color: #56B3AD;
}

.perfil-favorito-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(86, 179, 173, 0.1);
}

.perfil-favorito-card__price {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.perfil-favorito-card__price span {
  color: #94a3b8;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.perfil-favorito-card__price strong {
  margin-top: 0.25rem;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 900;
}

.perfil-favorito-card__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.perfil-fav-action {
  height: 36px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

.perfil-fav-action--view {
  padding: 0 0.85rem;
  background: rgba(86, 179, 173, 0.12);
  color: rgb(56.8914285714, 126.5085714286, 122.0171428571);
}
.perfil-fav-action--view:hover {
  background: #56B3AD;
  color: #fff;
}

.perfil-fav-action--cart {
  width: 36px;
  min-width: 36px;
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}
.perfil-fav-action--cart:hover {
  background: #198754;
  color: #fff;
}

.perfil-fav-action--heart {
  width: 36px;
  min-width: 36px;
  background: rgba(220, 53, 69, 0.09);
  color: #dc3545;
}
.perfil-fav-action--heart:hover, .perfil-fav-action--heart.activo {
  background: #dc3545;
  color: #fff;
}

@media (max-width: 390px) {
  .perfil-favorito-card__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .perfil-favorito-card__actions {
    width: 100%;
  }
  .perfil-fav-action--view {
    flex: 1;
  }
}/*# sourceMappingURL=style.css.map */