.tecnologia {
  background-color: #ffffff;
}
.tecnologia__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 72px 32px 56px;
  text-align: center;
  background-color: #04363b;
}
.tecnologia__eyebrow {
  color: #fc861a;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.tecnologia__heading {
  margin: 0;
  max-width: 42ch;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
}
.tecnologia__subheading {
  margin: 0;
  max-width: 60ch;
  color: #cfe3e5;
  font-size: 1rem;
  line-height: 1.6;
}
.tecnologia__section {
  padding: 64px 32px;
}
.tecnologia__section--light {
  background-color: #f1f5f5;
}
.tecnologia__section--teal {
  background-color: #e5f5f6;
}
.tecnologia__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.tecnologia__section-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #fc861a;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.tecnologia__section-title {
  margin: 0 0 40px;
  color: #04363b;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.tecnologia__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.tecnologia__card {
  padding: 28px 24px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
}
.tecnologia__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #e5f5f6;
  color: #066d74;
}
.tecnologia__card-title {
  margin: 0 0 12px;
  color: #04363b;
  font-size: 1.05rem;
  font-weight: 700;
}
.tecnologia__card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tecnologia__card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3d5c60;
  font-size: 0.88rem;
  line-height: 1.5;
}
.tecnologia__item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background-color: #e5f5f6;
  color: #066d74;
}
.tecnologia__card-text {
  margin: 0;
  color: #3d5c60;
  font-size: 0.88rem;
  line-height: 1.55;
}
.tecnologia__compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.tecnologia__compliance-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.tecnologia__check-badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background-color: rgba(139, 176, 44, 0.15);
  color: #8bb02c;
}
.tecnologia__compliance-text h3 {
  margin: 0 0 4px;
  color: #04363b;
  font-size: 0.95rem;
  font-weight: 700;
}
.tecnologia__compliance-text p {
  margin: 0;
  color: #3d5c60;
  font-size: 0.85rem;
  line-height: 1.5;
}
.tecnologia__ai-section {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 40px;
  border-radius: 20px;
  background-color: #04363b;
}
.tecnologia__ai-icon {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
}
.tecnologia__ai-icon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.tecnologia__ai-body h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
}
.tecnologia__ai-body p {
  margin: 0;
  color: #cfe3e5;
  font-size: 0.92rem;
  line-height: 1.6;
}
.tecnologia__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 72px 32px;
  text-align: center;
  background-color: #04363b;
}
.tecnologia__cta-title {
  margin: 0;
  max-width: 40ch;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.tecnologia__cta-button {
  padding: 14px 28px;
  border-radius: 999px;
  background-color: #fc861a;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background-color 0.15s ease;
}
.tecnologia__cta-button:hover {
  background-color: #e0740f;
}
@media (max-width: 640px) {
  .tecnologia__ai-section {
    flex-direction: column;
    text-align: center;
    padding: 28px;
  }
}
