.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container {
  display: contents;
}

.funcionalidades-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.funcionalidades-container2 {
  display: none;
}
 
.funcionalidades-container3 {
  display: contents;
}
 
.funcionalidades-container4 {
  display: none;
}
 
.funcionalidades-container5 {
  display: contents;
}
 
.funcionalidades-text61 {
  font-weight: 700;
}
 
.funcionalidades-thq-services-section-elm {
  display: none;
}
 
.funcionalidades-container6 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.funcionalidades-icon62 {
  width: 24px;
  margin-right: 4px;
}
 
.funcionalidades-text83 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* Centrar contenido de la tarjeta de Licencia Única */
.pricing-card.centered .card-header,
.pricing-card.centered .pricing-details,
.pricing-card.centered .card-footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

/* Centrar las entradas de la lista de características */
.pricing-card.centered .features-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.pricing-card.centered .feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  text-align: left;
}
.pricing-card.centered .feature-item svg {
  margin: 0;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.pricing-card.centered .feature-item span {
  display: inline-block;
  text-align: left;
}
