html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.elementor-section,
.elementor-location-header,
.elementor-location-footer,
.elementor {
  background: transparent !important;
}

#header_pop {
  transition: all 0.4s ease;
  background-color: transparent !important;
  transform: scale(1);
  transform-origin: top center;
}

/* Cuando est¨¢ en modo scroll */
#header_pop.scrolled {
  transform: scale(1.05);
  background-color: #3c526673 !important;
  backdrop-filter: blur(10px); /* opcional: efecto m¨¢s elegante */
}

#nosotros .infobox-content {
    padding: 0 100px;
}

@media (max-width: 1024px) {
   #nosotros .infobox-content {
    padding: 0 10px;
} 
}
