/* Etiquetadoras.co — ajustes sobre el theme index4 */
html { scroll-behavior: smooth; }

.vl-logo a,
.vl-offcanvas-logo a,
.footer-logo1 a.site-logo {
  display: inline-block;
}
.homepage4-body .vl-transparent-header .vl-logo img.site-logo,
.vl-logo img.site-logo,
.vl-offcanvas-logo img.site-logo {
  width: min(400px, 100%) !important;
  height: auto !important;
  max-height: 72px !important;
  object-fit: contain;
}
.homepage4-body .header-sticky {
  padding: 14px 0;
  min-height: 80px;
  overflow: visible;
}
.homepage4-body .header-sticky .vl-logo img.site-logo {
  width: min(280px, 100%) !important;
  max-height: 48px !important;
}
.vl-offcanvas-logo img.site-logo {
  width: min(260px, 100%) !important;
  max-height: 48px !important;
}
.footer-logo1 img.site-logo {
  height: 48px;
  width: auto;
  max-width: 260px;
}
.homepage4-body .vl-main-menu ul {
  white-space: nowrap;
}
.homepage4-body .vl-main-menu ul > li > a {
  padding: 0 8px;
  font-size: 15px;
}
.heading4 h5 img,
.vl-section-subtitle img {
  width: 16px;
  height: 16px;
  margin: -3px 6px 0 0;
}

.vl-footer4-section-area .footer-logo1 img.site-logo {
  width: auto;
  height: 48px;
  max-width: 260px;
  filter: none;
}

.hero4-section .hero4-images .img1 {
  width: 100%;
  max-width: 640px;
  max-height: none;
  height: auto;
}
.hero4-section .hero4-images .img1 img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 991px) {
  .hero4-section .hero4-images .img1,
  .hero4-section .hero4-images .img1 img {
    width: 100%;
    height: auto;
    max-width: 520px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }
}

.about4 .img1 img,
.choose4 .img1 img,
.faq4 .img1 img,
.project4 .gallery-images-area .img1 img,
.vl-blog-1-thumb img {
  object-fit: cover;
}

.about4 .img1 img { min-height: 220px; }
.faq4 .img1 img { min-height: 180px; width: 100%; border-radius: 16px; }
.choose4 .img1 img { min-height: 280px; width: 100%; border-radius: 16px; }
.project4 .gallery-images-area .img1 img { height: 280px; width: 100%; }

.brand4-section .img1 img {
  height: 28px;
  width: auto;
  object-fit: contain;
}

/* Nav simple sin mega-menú */
.homepage4-body .vl-main-menu ul > li > a {
  color: #fff;
}
.homepage4-body .vl-main-menu ul > li > a:hover,
.homepage4-body .vl-main-menu ul > li.active > a {
  color: #00D348;
}

/* Contacto */
.contact-env {
  padding: 100px 0 40px;
}
.contact-env .contact-card {
  background: #F6F8FA;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
  transition: .3s;
}
.contact-env .contact-card:hover {
  border-color: #00D348;
  box-shadow: 0 8px 24px rgba(0, 211, 72, 0.12);
}
.contact-env .contact-card i {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 211, 72, 0.12);
  color: #00D348;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-env .contact-card h4 {
  font-size: 15px;
  margin-bottom: 4px;
  color: #001233;
}
.contact-env .contact-card a,
.contact-env .contact-card p {
  color: #676B74;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
}
.contact-env .contact-card a:hover { color: #00D348; }
.contact-env .map-wrap {
  border-radius: 20px;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid #EAEAEA;
}
.contact-env .map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

/* Cobertura / SEO */
.coverage-env {
  padding: 40px 0 20px;
}
.countries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.country-card {
  background: #F6F8FA;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  transition: .3s;
}
.country-card:hover {
  border-color: #00D348;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 211, 72, 0.12);
}
.country-flag {
  display: block;
  width: 48px;
  height: 36px;
  object-fit: cover;
  margin: 0 auto 12px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 18, 51, 0.18);
}
.country-card h5 {
  font-size: 16px;
  color: #001233;
  margin-bottom: 8px;
}
.country-cities { font-size: 12px; color: #676B74; line-height: 1.6; }
.seo-text {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #EAEAEA;
}
.seo-text h4 {
  color: #001233;
  font-size: 26px;
  margin-bottom: 18px;
  line-height: 1.25;
}
.seo-text p {
  font-size: 15px;
  color: #676B74;
  line-height: 1.8;
  margin-bottom: 16px;
}
.seo-text strong { color: #001233; }

/* WhatsApp + scroll-to-top lado a lado */
.progress-wrap {
  right: 124px !important;
  bottom: 28px !important;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 18, 51, 0.16);
}
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9998;
  width: 62px;
  height: 62px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  animation: wa-pulse 2s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 6px 36px rgba(37, 211, 102, 0.65); }
}

/* CTA: botón WhatsApp en lugar de formulario */
.cta4 .images .wa-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cta4 .heading1 h2 { color: #fff; }

.testimonial4 .images .img1 img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .countries-grid { grid-template-columns: repeat(3, 1fr); }
  .cta4 .images .wa-cta { justify-content: flex-start; margin-top: 20px; }
}
@media (max-width: 600px) {
  .countries-grid { grid-template-columns: repeat(2, 1fr); }
  .wa-float { bottom: 14px; right: 14px; width: 56px; height: 56px; }
  .progress-wrap { right: 102px !important; bottom: 14px !important; }
  .homepage4-body .vl-transparent-header .vl-logo img.site-logo,
  .homepage4-body .header-sticky .vl-logo img.site-logo,
  .vl-logo img.site-logo {
    width: min(230px, 70vw) !important;
    max-height: 44px !important;
  }
}
