/* nt_findus — sección "Ven a conocernos" */
.nt-findus { padding: 48px 0; }
.nt-findus__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: center;
}
.nt-findus__title { font-size: 2rem; font-weight: 800; margin: 0 0 16px; }
.nt-findus__text { font-size: 1.05rem; line-height: 1.6; margin: 0 0 28px; color: #333; }
.nt-findus__contact { list-style: none; margin: 0; padding: 0; }
.nt-findus__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  font-size: 1rem;
}
.nt-findus__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 58, 238, .08);
  color: #003aee;
}
.nt-findus__icon--wa { background: rgba(37, 211, 102, .12); color: #25d366; }
.nt-findus__item a { color: inherit; text-decoration: none; }
.nt-findus__item a:hover { color: #003aee; }
.nt-findus__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}
.nt-findus__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

.nt-findus__map {
  min-height: stretch;
 }
@media (max-width: 768px) {
  .nt-findus { padding: 32px 0; }
  .nt-findus__inner { grid-template-columns: 1fr; gap: 28px; }
  .nt-findus__title { font-size: 1.6rem; }
}
.nt-findus__info {
    color: #252e5f !important;
    padding: 22px;
    margin: 0;
    border-radius: 8px;
    border: none;
    width: 100%;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
    background-image: linear-gradient(rgb(255 255 255 / 87%), rgb(255 255 255 / 65%)), url(https://nitrotattoosupplies.com/img/fondo-nitrotattoo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
