/* Taggie custom styles for professional look */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #181a20 !important;
  color: #f5f6fa !important;
  font-family: 'Gothic A1', Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

main {
  width: 100%;
  min-height: 60vh;
  margin: 0 auto;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}

header.taggie-navbar {
  width: 100%;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
  min-height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
}
.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 2rem;
}
.navbar-logo {
  box-shadow: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.navbar-logo img {
  height: 38px;
}
.navbar-logo-img {
  height: 64px;
  width: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 0.2rem 1.2rem;
  margin-right: 0.5rem;
  object-fit: contain;
  transition: height 0.2s;
}
.navbar-logo-img.navbar-logo-big,
.navbar-logo-img.navbar-logo-noshadow {
  width: 120px !important;
  height: auto !important;
  box-shadow: none !important;
  background: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
@media (max-width: 700px) {
  .navbar-logo-img { height: 44px; padding: 0.1rem 0.5rem; }
  .navbar-logo-img.navbar-logo-big {
    width: 80px !important;
  }
  .taggie-navbar {
    min-height: 64px;
    padding: 0 2vw;
  }
  .hero-section {
    margin-top: 0 !important;
  }
}
.navbar-menu {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}
.navbar-menu a {
  background: none;
  color: #111;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.2em 0.1em;
  margin: 0;
  transition: color 0.18s, transform 0.18s, opacity 0.18s;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
.navbar-menu a:hover, .navbar-menu a.active {
  color: #005bea;
  opacity: 0.7;
  transform: scale(0.93);
}
@media (max-width: 700px) {
  .navbar-menu {
    gap: 1.1rem;
  }
  .navbar-menu a {
    font-size: 1.08rem;
    padding: 0.1em 0.1em;
  }
}
.hero-section {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(120deg, #f7f7fa 0%, #e9e9f7 100%);
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 3rem;
  margin-top: 0 !important;
  z-index: 1;
}
#particles-js.hero-particles {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
}
.hero-content {
  z-index: 2;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255,255,255,0.92);
  border-radius: 32px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10);
  padding: 3.2rem 2.2rem 2.2rem 2.2rem;
  box-sizing: border-box;
}
.hero-impact {
  z-index: 2;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  background: rgba(255,255,255,0.85);
  border-radius: 32px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10);
}
.hero-content h1, .hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: 3.2rem;
  color: #1a1a2e;
  margin-bottom: 1.1rem;
  margin-top: 0;
  letter-spacing: -1px;
  font-weight: 700;
  text-shadow: 0 4px 32px rgba(0,0,0,0.10);
}
.hero-title-impact {
  font-size: 4.5rem;
  color: #111 !important;
  text-shadow: none;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}
.hero-content p.lead, .hero-subtitle {
  font-size: 1.35rem;
  color: #333;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  text-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.hero-subtitle-impact {
  font-size: 1.8rem;
  color: #111 !important;
  font-weight: 400;
  margin-bottom: 2.2rem;
}
.hero-banner {
  background: linear-gradient(90deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 18px;
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.06);
  box-sizing: border-box;
}
.hero-banner h2 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: 'DM Serif Display', serif;
}
.hero-banner p {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 1.1rem;
  margin-top: 0;
}

/* Webflow-inspired buttons */
.taggie-btn, .btn--stroke, .btn--small {
  display: inline-block;
  background: linear-gradient(90deg, #111 0%, #444 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 0.85em 2.2em;
  border: none;
  border-radius: 32px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s, transform 0.15s;
  outline: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.taggie-btn:hover, .btn--stroke:hover, .btn--small:hover {
  background: linear-gradient(90deg, #222 0%, #000 100%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  transform: translateY(-2px) scale(1.04);
}
.taggie-btn:active, .btn--stroke:active, .btn--small:active {
  background: #111;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transform: scale(0.98);
}
.hero-contact-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 30px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: background 0.18s, color 0.18s, transform 0.18s, box-shadow 0.18s, opacity 0.18s;
  margin-top: 1rem;
  border: none;
}
.hero-contact-btn:hover {
  background: #005bea;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 24px rgba(0,91,234,0.13);
  opacity: 0.92;
}
@media (max-width: 700px) {
  .hero-contact-btn {
    font-size: 1rem;
    padding: 0.7em 1.3em;
  }
}

/* Service cards with Webflow style */
.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 2.5rem;
  justify-content: center;
}
.service-card {
  background: #fff;
  border: none;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  flex: 1 1 280px;
  padding: 2.5rem 2rem 2rem 2rem;
  min-width: 260px;
  max-width: 340px;
  transition: box-shadow 0.3s, transform 0.3s;
  text-align: left;
  position: relative;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.service-card:hover {
  box-shadow: 0 12px 48px rgba(0,0,0,0.18);
  transform: translateY(-8px) scale(1.04);
}
.service-card h3 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.service-card p {
  color: #333;
  font-size: 1rem;
}
.service-card img {
  width: 54px;
  height: 54px;
  margin-bottom: 1.2rem;
  filter: grayscale(1);
}

/* Section container */
.taggie-section {
  max-width: 1100px;
  margin: 4.5rem auto 2.5rem auto;
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  box-sizing: border-box;
}
.taggie-section h2 {
  font-size: 2rem;
  color: #000;
  font-family: 'DM Serif Display', serif;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.taggie-section p, .taggie-section ul {
  font-size: 1.13rem;
  color: #222;
  margin-bottom: 1.3rem;
  margin-top: 0;
}
.taggie-section ul {
  padding-left: 1.5rem;
  margin-bottom: 1.3rem;
}

/* Section with image left, content right */
.taggie-section--image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  margin: 4.5rem auto 2.5rem auto;
  max-width: 1100px;
  padding: 0;
  overflow: hidden;
}
.section-image-left, .section-image-right {
  flex: 1 1 320px;
  min-width: 220px;
  max-width: 400px;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.section-image-left img, .section-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.section-content-right, .section-content-left {
  flex: 2 1 400px;
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-content-right h2, .section-content-left h2 {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.section-content-right p, .section-content-left ul {
  margin-bottom: 1.2rem;
}
.section-content-left ul {
  padding-left: 1.2rem;
}

/* Colorful section */
.taggie-section--color {
  background: linear-gradient(90deg, #e0e7ff 0%, #f0f4ff 100%);
  border-radius: 32px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  margin: 4.5rem auto 2.5rem auto;
  max-width: 1100px;
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
}

footer.taggie-footer {
  text-align: center;
  color: #888;
  font-size: 1rem;
  margin: 3rem 0 1rem 0;
  padding-top: 1.5rem;
  background: #0000;
}

/* Additional styles for hero logo */
.hero-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.2rem;
}
.hero-logo {
  width: 110px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  background: #fff;
  padding: 0.5rem 1.2rem;
  object-fit: contain;
}
@media (max-width: 900px) {
  .navbar-container { padding: 0.7rem 1rem; }
  .taggie-section--image, .taggie-section--color, .taggie-section { flex-direction: column; padding: 2rem 0.7rem; }
  .section-content-right, .section-content-left { padding: 2rem 0.7rem; }
  .hero-impact { padding: 2rem 0.7rem; }
}
@media (max-width: 700px) {
  .section-image-left, .section-image-right { display: none; }
  .taggie-section--image { flex-direction: column; }
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 1.05rem; }
  .taggie-section--color, .taggie-section { border-radius: 18px; padding: 1.2rem 0.7rem; }
}

/* Servicios Destacados section styles */
.servicios-impact {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: none !important;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.servicios-impact--fullwidth {
  background: #181c23 !important;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.servicios-grid, .servicios-text-grid {
  width: 95vw;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.servicios-grid-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 95vw;
  max-width: 1800px;
  margin: 3rem auto 2.5rem auto;
}
.servicio-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.servicio-card-bg {
  border-radius: 22px;
  min-height: 240px;
  width: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  transition: transform 0.3s, box-shadow 0.3s;
}
.servicio-card-bg:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}
.servicio-text-block {
  text-align: center;
  padding: 0.5rem 0.5rem 0 0.5rem;
  width: 100%;
  margin-top: 0.7rem;
}
.servicio-title.servicio-title-big {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: -1px;
}
.servicio-desc.servicio-desc-big {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .servicios-grid, .servicios-text-grid { width: 98vw; }
  .servicios-grid-group { grid-template-columns: 1fr; gap: 2rem; width: 98vw; }
  .servicio-card-bg { min-height: 180px; }
  .servicio-title.servicio-title-big { font-size: 1.5rem; }
  .servicio-desc.servicio-desc-big { font-size: 1.08rem; }
}

/* Taggie reasons section styles */
.taggie-reasons-impact {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(120deg, #f8fafc 60%, #e9f0fb 100%);
  box-shadow: none;
  padding: 0 0 3.5rem 0;
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 95vw;
  max-width: 1800px;
  margin: 0 auto 0 auto;
  padding: 3.5rem 0 1.5rem 0;
}
.reason-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 1.5rem 1.7rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
}
.reason-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.13);
  transform: translateY(-8px) scale(1.03);
}
.reason-icon img {
  width: 54px;
  height: 54px;
  margin-bottom: 1.2rem;
  filter: grayscale(0.2) brightness(1.1);
}
.reason-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.7rem;
  letter-spacing: -0.5px;
}
.reason-desc {
  font-size: 1.13rem;
  color: #222;
  margin-bottom: 0;
  font-family: 'Gothic A1', Arial, sans-serif;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .reasons-grid { grid-template-columns: 1fr; gap: 2rem; width: 98vw; }
  .reason-title { font-size: 1.2rem; }
  .reason-desc { font-size: 1.02rem; }
}

/* New icon-based service cards styles */
.servicio-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  background: linear-gradient(120deg, #f5f7fa 60%, #e3e6ec 100%);
  border-radius: 22px;
  margin-bottom: 0.7rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
  font-size: 3.5rem;
  color: #111;
  transition: box-shadow 0.3s, transform 0.3s, color 0.3s;
}
.servicio-card-icon i {
  display: block;
  font-size: 3.5rem;
  color: #111;
  transition: color 0.3s;
}
.servicio-grid-item:hover .servicio-card-icon {
  color: #d6eaff;
  box-shadow: 0 16px 48px rgba(0,0,0,0.13);
  transform: translateY(-4px) scale(1.04);
}
.servicio-grid-item:hover .servicio-card-icon i {
  color: #007bff;
}
.servicio-grid-item:nth-child(1) .servicio-card-icon {
  background: linear-gradient(120deg, #3a7bd5 0%, #00d2ff 100%);
}
.servicio-grid-item:nth-child(2) .servicio-card-icon {
  background: linear-gradient(120deg, #f8fafc 60%, #a8edea 100%);
}
.servicio-grid-item:nth-child(3) .servicio-card-icon {
  background: linear-gradient(120deg, #f8fafc 60%, #fcb69f 100%);
}
.servicio-card-icon i {
  color: #fff;
  font-size: 3.5rem;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.18));
}
.servicio-card-icon:hover {
  transform: scale(0.93);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18);
  opacity: 0.92;
}

.servicio-text-block {
  text-align: center;
  margin-top: 0;
}
.servicio-title,
.servicio-title-big {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
.servicio-desc,
.servicio-desc-big {
  color: #e0e0e0;
  font-size: 1.13rem;
  font-weight: 400;
  margin-top: 0.2rem;
  line-height: 1.6;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .servicio-grid-item { padding: 0 0.5rem 2rem 0.5rem; }
  .servicio-card-icon { width: 70px; height: 70px; font-size: 2rem; }
}
@media (max-width: 600px) {
  .servicio-grid-item { padding: 0 0 1.5rem 0; }
  .servicio-card-icon { width: 56px; height: 56px; font-size: 1.5rem; }
  .servicio-title, .servicio-title-big { font-size: 1.1rem; }
  .servicio-desc, .servicio-desc-big { font-size: 0.98rem; }
}

/* --- DARK BACKGROUND FOR WHOLE PAGE --- */
/*body {
  background: #181a20 !important;
  color: #f5f6fa !important;
}*/

/* --- CARDS SECTION: DARK, TECHNOLOGICAL GRADIENT ICONS (UPDATED) --- */
.taggie-section--color.servicios-impact.servicios-impact--fullwidth {
  background: #0000 !important;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
  border-radius: 24px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.servicio-grid-item {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem 2.5rem 1.5rem;
}

.servicio-card-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  /* TECHNOLOGICAL GRADIENTS - UPDATED FIRST ICON */
  background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.25);
  transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
}
.servicio-grid-item:nth-child(2) .servicio-card-icon {
  background: linear-gradient(135deg, #ff6bcb 0%, #7366ff 100%);
}
.servicio-grid-item:nth-child(3) .servicio-card-icon {
  background: linear-gradient(135deg, #00ffb8 0%, #00cfff 100%);
}
.servicio-card-icon i {
  color: #fff;
  font-size: 2.5rem;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.18));
}
.servicio-card-icon:hover {
  transform: scale(0.93);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18);
  opacity: 0.92;
}

.servicio-text-block {
  text-align: center;
  margin-top: 0;
}
.servicio-title,
.servicio-title-big {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
.servicio-desc,
.servicio-desc-big {
  color: #e0e0e0;
  font-size: 1.13rem;
  font-weight: 400;
  margin-top: 0.2rem;
  line-height: 1.6;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .servicio-grid-item { padding: 0 0.5rem 2rem 0.5rem; }
  .servicio-card-icon { width: 70px; height: 70px; font-size: 2rem; }
}
@media (max-width: 600px) {
  .servicio-grid-item { padding: 0 0 1.5rem 0; }
  .servicio-card-icon { width: 56px; height: 56px; font-size: 1.5rem; }
  .servicio-title, .servicio-title-big { font-size: 1.1rem; }
  .servicio-desc, .servicio-desc-big { font-size: 0.98rem; }
}
