/* src/styles.css */
body,
:host {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  line-height: 1.8;
}
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 5rem;
}
.section-pad {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000000 !important;
}
.logo-img {
  height: 70px;
  width: auto;
}
.display-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  letter-spacing: -1px;
}
.lead-text {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #333333;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.5px;
}
.section-subtitle {
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.8;
}
.feature-icon {
  width: 4rem;
  height: 4rem;
  stroke-width: 1.5;
}
.glass-card {
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid #000000;
  box-shadow: 8px 8px 0px 0px #000000;
}
.btn-custom {
  padding: 0.875rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: 2px solid #000000;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
}
.btn-primary-custom {
  background: #000000;
  color: #ffffff;
}
.btn-primary-custom:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px 0px #000000;
}
.btn-outline-custom {
  background: #ffffff;
  color: #000000;
}
.btn-outline-custom:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px 0px #000000;
}
.border-custom {
  border: 1px solid #000000 !important;
}
.card-custom {
  border: 2px solid #000000;
  background: #ffffff;
  transition: all 0.2s ease;
}
.card-custom:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 0px 0px #000000;
}
.text-accent {
  color: #4d4d4d;
}
.navbar {
  background: #ffffff !important;
  border-bottom: 2px solid #000000;
}
.nav-link {
  color: #1a1a1a !important;
  font-weight: 500;
  transition: color 0.2s ease;
}
.nav-link:hover {
  color: #000000 !important;
}
.divider-line {
  height: 2px;
  background: #000000;
  margin: 2rem 0;
}
.check-icon {
  color: #000000;
}
.footer-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-link:hover {
  color: #000000;
}
.form-control {
  border: 2px solid #000000;
  padding: 0.75rem 1rem;
  border-radius: 0;
  transition: all 0.2s ease;
}
.form-control:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  outline: none;
}
.border-2 {
  border-width: 2px !important;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  z-index: 1051;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 3px solid #ffffff;
}
.whatsapp-float:hover {
  background-color: #1a1a1a;
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}
.whatsapp-float:active {
  transform: scale(0.95);
}
.whatsapp-float svg {
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .display-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .section-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .section-pad {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lead-text {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .btn-custom {
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
  }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .display-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .section-title {
    font-size: 1.75rem;
    line-height: 1.3;
  }
  .section-pad {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lead-text {
    font-size: 1rem;
    line-height: 1.6;
  }
  .btn-custom {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
  }
  .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 480px) {
  .display-title {
    font-size: 1.75rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    border-width: 2px;
  }
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
  .section-pad {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .btn-custom {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
  }
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn-custom,
  .nav-link,
  .dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-thumb {
    min-height: 60px;
  }
}
body {
  overflow-x: hidden;
  max-width: 100vw;
}
img {
  max-width: 100%;
  height: auto;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
