/* Local fixes for the static ARCOM Peru export. */

.ast-above-header-wrap,
.ast-above-header-bar,
.local-mobile-topbar {
  display: none !important;
}

.ast-theme-transparent-header #masthead,
#masthead {
  position: relative !important;
  top: auto !important;
}

.ast-primary-header-bar,
.main-header-bar {
  margin-top: 0 !important;
}

.local-topbar-contact {
  display: none !important;
}

.elementor-element-fef9167 .elementor-element-99f085f,
.elementor-element-fef9167 .elementor-element-302b845,
.elementor-element-fef9167 .elementor-spacer,
.elementor-element-fef9167 .elementor-spacer-inner {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element-fef9167,
.elementor-element-fef9167 > .elementor-container,
.elementor-element-fef9167 .elementor-widget-wrap,
.elementor-element-fef9167 .elementor-widget-container,
.elementor-element-fef9167 .elementor-shortcode {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.local-floating-contact {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 999999;
  display: grid;
  gap: 10px;
}

.local-floating-contact a {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.local-floating-contact a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.local-floating-contact .is-whatsapp {
  background: #25d366;
}

.local-floating-contact .is-email {
  background: #f2b544;
}

.local-floating-contact img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

@media (max-width: 544px) {
  .local-floating-contact {
    right: 14px;
    bottom: 16px;
  }

  .local-floating-contact a {
    width: 48px;
    height: 48px;
  }

  .local-floating-contact img {
    width: 26px;
    height: 26px;
  }
}
