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

.perfil-hero-img-wrapper {
  display: contents;
}
 
.perfil-hero-img-container {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.perfil-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.perfil-thq-perfil-hero-scrim-elm {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  border-color: #a4a4a4;
  border-style: dashed;
  border-width: 2px;
}
 
.perfil-thq-perfil-hero-container-elm {
  width: 1069px;
  height: 427px;
}
 
.perfil-thq-perfil-hero-badge-elm {
  overflow: auto;
  border-color: var(--color-on-surface);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
}
 
.perfil-text10 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.perfil-thq-hero-title-elm {
  width: 710px;
}
 
.perfil-thq-hero-subtitle-elm {
  width: 557px;
  height: 48px;
}
 
.perfil-thq-section-content-elm10 {
  width: 503px;
}
 
.perfil-image1 {
  top: -73px;
  right: 6px;
  width: 391px;
  height: 539px;
  position: absolute;
  object-fit: cover;
}
 
.perfil-image2 {
  right: -40px;
  width: 163px;
  bottom: -84px;
  height: 163px;
  position: absolute;
  object-fit: cover;
}
 
.perfil-thq-biografia-header-elm2 {
  margin-top: var(--spacing-4xl);
}
 
.perfil-thq-criterios-grid-elm {
  gap: var(--spacing-xl);
  display: grid;
  margin-top: var(--spacing-2xl);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.perfil-thq-criterio-card-elm3 {
  backdrop-filter: blur(5px);
}
 
.perfil-container2 {
  display: none;
}
 
.perfil-container3 {
  display: contents;
}
 
.perfil-container4 {
  display: none;
}
 
.perfil-container5 {
  display: contents;
}
 
.perfil-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);
}
 
.perfil-icon36 {
  width: 24px;
  margin-right: 4px;
}
 
.perfil-text28 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* =========================
   HERO RESPONSIVE - MOBILE
   ========================= */
@media (max-width: 768px) {

  /* Contenedor principal */
  .perfil-thq-perfil-hero-container-elm {
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  /* Contenido de texto */
  .perfil-hero-content {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  /* Quitar anchos fijos */
  .perfil-thq-hero-title-elm,
  .perfil-thq-hero-subtitle-elm,
  .perfil-thq-section-content-elm10 {
    width: 100%;
  }

  /* Imágenes decorativas */
  .perfil-image1 {
    position: relative;
    width: 70%;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 2rem;
  }

  .perfil-image2 {
    display: none; /* en móvil estorba */
  }

  /* Botones */
  .perfil-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  .perfil-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
