/* Nosotros Section - MEXmories Travel */
.section-usability {
  position: relative;
  isolation: isolate;
  background: transparent;
  padding: 4.25rem 1.25rem;
}

.section-usability::before,
.section-usability::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 34px;
  pointer-events: none;
  z-index: 0;
}

.section-usability::before {
  top: 0;
  background: transparent;
}

.section-usability::after {
  bottom: 0;
  background: transparent;
}

.usability-container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
}

.usabilidad-nosotros-row {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(340px, 1.35fr);
  align-items: center;
  gap: 2.2rem;
  width: 100%;
  padding: clamp(1.4rem, 2.2vw, 2.2rem);
  border: none;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 45px rgba(1, 0, 128, 0.1);
}

.usabilidad-nosotros-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-shadow: none;
}

.logo-frame {
  width: min(100%, 390px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.logo-frame::before,
.logo-frame::after {
  content: none;
}

.logo-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
}

.usabilidad-nosotros-texto {
  color: #0f2d5c;
  text-align: left;
}

.nosotros-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.86rem;
  border-radius: 999px;
  border: 1px solid rgba(69, 192, 240, 0.52);
  background: rgba(69, 192, 240, 0.12);
  color: #015f8b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 901px) {
  .usabilidad-nosotros-texto .nosotros-badge {
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.nosotros-title {
  margin: 1rem 0 0.8rem;
  color: #010080;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.015em;
}

.nosotros-intro {
  margin: 0;
  color: #254168;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.72;
  max-width: 56ch;
}

.nosotros-points {
  margin: 1.88rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.nosotros-points li {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  color: #183563;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}

.nosotros-points li::before {
  content: none;
}

.nosotros-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(160deg, #45c0f0 0%, #010080 100%);
  flex-shrink: 0;
}

.nosotros-services-header {
  margin-top: 5rem;
  text-align: center;
}

.nosotros-services-showcase {
  position: relative;
  overflow: hidden;
  margin-top: 4.2rem;
  padding: clamp(2rem, 3vw, 3.25rem) clamp(1.2rem, 2vw, 2rem);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  border-radius: 30px;
  border: 1px solid rgba(1, 0, 128, 0.12);
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.28) 0%, rgba(233, 241, 255, 0.42) 100%),
    radial-gradient(130% 140% at 6% 8%, rgba(69, 192, 240, 0.16) 0%, rgba(69, 192, 240, 0) 48%),
    radial-gradient(100% 140% at 93% 18%, rgba(1, 0, 128, 0.14) 0%, rgba(1, 0, 128, 0) 48%);
  box-shadow: 0 18px 42px rgba(1, 0, 128, 0.12);
}

.nosotros-services-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.nosotros-services-background__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.50;
  filter: saturate(0.95) contrast(1.02);
}

.nosotros-services-background__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.052) 0%, rgba(241, 246, 255, 0.111) 100%);
}

.nosotros-services-content {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 8.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nosotros-services-showcase .nosotros-services-header {
  margin-top: 0;
}

.nosotros-services-showcase .nosotros-services-header .nosotros-title {
  margin: 0;
}

.nosotros-services-showcase .nosotros-services-row {
  margin-top: 1rem;
}

.nosotros-services-header .nosotros-title {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.nosotros-services-header.is-visible .nosotros-title {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.nosotros-services-row {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.nosotros-service-btn {
  appearance: none;
  border: 1px solid rgba(1, 0, 128, 0.22);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 244, 255, 0.92) 100%);
  color: #0f2d5c;
  font-family: "Playpen Sans", system-ui;
  font-optical-sizing: auto;
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  padding: 0.45rem 0.68rem;
  min-height: 36px;
  --btn-hover-bg: #7fc7d9;
  --btn-hover-text: #0f1035;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  box-shadow: 0 8px 24px rgba(1, 0, 128, 0.08);
  transition: transform 0.7s ease, box-shadow 0.45s ease, border-color 0.45s ease, opacity 0.55s ease, background 0.45s ease, color 0.45s ease;
  cursor: pointer;
  width: 100%;
}

.nosotros-service-btn:nth-child(1) {
  --btn-hover-bg: #21437a;
  --btn-hover-text: #ffffff;
}

.nosotros-service-btn:nth-child(2) {
  --btn-hover-bg: #45c0f0;
  --btn-hover-text: #092741;
}

.nosotros-service-btn:nth-child(3) {
  --btn-hover-bg: #010080;
  --btn-hover-text: #ffffff;
}

.nosotros-services-row.is-visible .nosotros-service-btn {
  opacity: .7;
  transform: translateY(0) scale(1);
}

.nosotros-services-row.is-visible .nosotros-service-btn:nth-child(1) {
  transition-delay: 0.32s, 0s, 0s, 0.32s, 0s, 0s;
}

.nosotros-services-row.is-visible .nosotros-service-btn:nth-child(2) {
  transition-delay: 0.45s, 0s, 0s, 0.45s, 0s, 0s;
}

.nosotros-services-row.is-visible .nosotros-service-btn:nth-child(3) {
  transition-delay: 0.58s, 0s, 0s, 0.58s, 0s, 0s;
}

.nosotros-services-row:not(.is-visible) .nosotros-service-btn {
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
}

.nosotros-service-btn:hover {
  background: var(--btn-hover-bg);
  color: var(--btn-hover-text);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(1, 0, 128, 0.16);
  border-color: var(--btn-hover-bg);
}

@media (max-width: 900px) {
  .nosotros-services-content {
    min-height: auto;
  }

  .nosotros-services-showcase {
    margin-top: 3.2rem;
    border-radius: 22px;
    min-height: auto;
    padding: 1.6rem 1rem 1.9rem;
  }

  .nosotros-services-background__video {
    opacity: 0.22;
  }

  .nosotros-services-background__overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(241, 246, 255, 0.34) 100%);
  }

  .nosotros-service-btn {
    min-height: 50px;
  }
}

body.modal-open {
  overflow: hidden;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.service-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 28, 0.58);
  backdrop-filter: blur(2px);
}

.service-modal__panel {
  position: relative;
  --service-bg-position-desktop: 50% 50%;
  --service-bg-position-mobile: 50% 50%;
  --service-bg-scale-desktop: 1.12;
  --service-bg-scale-mobile: 1.18;
  --service-bg-position-active: var(--service-bg-position-desktop);
  --service-bg-scale-active: var(--service-bg-scale-desktop);
  width: 90vw;
  height: 90vh;
  max-width: 1400px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(7, 13, 42, 0.42);
  background: #0f1035;
  transform: translateY(16px) scale(0.985);
  transition: transform 0.26s ease;
}

.service-modal__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--service-bg-image, none);
  background-size: cover;
  background-position: var(--service-bg-position-active);
  background-repeat: no-repeat;
  transform: translate3d(0, 0, 0) scale(calc(var(--service-bg-scale-active) - 0.03));
  transform-origin: center center;
  will-change: transform;
  animation: modalBgDepthFlow 14s ease-in-out infinite;
}

.service-modal.is-open .service-modal__panel {
  transform: translateY(0) scale(1);
}

.service-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(15, 16, 53, 0.72);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
}

.service-modal__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70% 30%;
  width: 100%;
  height: 100%;
}

.service-modal__image-column {
  width: 100%;
  height: 100%;
}

.service-modal__content-column {
  height: 100%;
  background: rgba(8, 13, 35, 0.58);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: #f2f7ff;
  padding: clamp(1.1rem, 2.6vw, 2.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
}

.service-modal__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(127, 199, 217, 0.65);
  background: rgba(127, 199, 217, 0.14);
  color: #d6f3fb;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-modal__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.1;
  color: #ffffff;
}

.service-modal__text {
  margin: 0;
  font-size: clamp(0.94rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  color: rgba(242, 247, 255, 0.92);
}

.service-modal__quote-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0.55rem;
  padding: 0.64rem 1.1rem;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(127, 199, 217, 0.72);
  background: rgba(127, 199, 217, 0.2);
  color: #f5fbff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.service-modal__quote-btn:hover {
  background: rgba(127, 199, 217, 0.34);
  border-color: rgba(127, 199, 217, 0.94);
  transform: translateY(-1px);
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.lead-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 36, 0.62);
  backdrop-filter: blur(2px);
}

.lead-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 760px);
  max-height: 90vh;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(1, 0, 128, 0.2);
  background: linear-gradient(180deg, #f9fcff 0%, #edf4ff 100%);
  box-shadow: 0 24px 56px rgba(6, 10, 31, 0.28);
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.lead-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(1, 0, 128, 0.2);
  background: #ffffff;
  color: #0f2d5c;
  font-weight: 700;
  cursor: pointer;
}

.lead-modal__title {
  margin: 0;
  color: #010080;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.lead-modal__subtitle {
  margin: 0.4rem 0 1rem;
  color: #2a486f;
  font-size: 0.95rem;
  line-height: 1.5;
}

.lead-modal p,
.lead-modal label {
  font-family: "Google Sans Flex", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style:normal;
}

.lead-form {
  margin-top: 0.35rem;
}

.lead-modal__panel,
.lead-form {
  font-family: 'Plus Jakarta Sans', 'Nunito', 'Montserrat', 'Arial', sans-serif;
}

.lead-form__section {
  margin-bottom: 1rem;
}

.lead-form__section + .lead-form__section {
  margin-top: 0.2rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(1, 0, 128, 0.12);
}

.lead-form__section-title {
  margin: 0 0 0.55rem;
  color: #010080;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.lead-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.lead-form__field {
  display: grid;
  gap: 0.35rem;
}

.lead-form__field--full {
  grid-column: 1 / -1;
}

.lead-form__field span {
  color: #21437a;
  font-size: 0.83rem;
  font-weight: 700;
}

.lead-form__field input,
.lead-form__field textarea,
.lead-form__field select {
  width: 100%;
  border: 1px solid rgba(1, 0, 128, 0.22);
  border-radius: 10px;
  background: #ffffff;
  color: #163763;
  font-size: 0.92rem;
  line-height: 1.4;
  padding: 0.62rem 0.72rem;
  outline: none;
  font-family: inherit;
}

.lead-form__field input:focus,
.lead-form__field textarea:focus,
.lead-form__field select:focus {
  border-color: #45c0f0;
  box-shadow: 0 0 0 3px rgba(69, 192, 240, 0.2);
}

.lead-form__feedback {
  min-height: 1.25rem;
  margin: 0.75rem 0 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
}

.lead-form__legend {
  margin: 0 0 0.75rem;
  padding: 0.7rem 0.85rem;
  border-left: 3px solid #45c0f0;
  border-radius: 0 10px 10px 0;
  background: rgba(69, 192, 240, 0.1);
  color: #21437a;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
}

.lead-form__feedback.is-success {
  color: #0b7a4c;
}

.lead-form__feedback.is-error {
  color: #b4203f;
}

.lead-form__submit {
  appearance: none;
  border: 1px solid rgba(1, 0, 128, 0.22);
  border-radius: 10px;
  background: linear-gradient(180deg, #21437a 0%, #010080 100%);
  color: #f3f8ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 44px;
  padding: 0.62rem 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lead-form__submit:hover {
  transform: translateY(-1px);
}

.lead-form__submit-loading {
  display: none;
}

.lead-form.is-submitting .lead-form__submit {
  opacity: 0.88;
  cursor: progress;
}

.lead-form.is-submitting .lead-form__submit-label {
  display: none;
}

.lead-form.is-submitting .lead-form__submit-loading {
  display: inline;
}

.lead-success-modal {
  position: fixed;
  inset: 0;
  z-index: 1270;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.lead-success-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(1, 0, 128, 0.38), rgba(6, 10, 31, 0.82));
  backdrop-filter: blur(8px);
}

.lead-success-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 640px);
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background:
    radial-gradient(circle at top left, rgba(69, 192, 240, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 255, 0.98) 100%);
  box-shadow: 0 30px 70px rgba(4, 9, 28, 0.42);
  text-align: center;
  overflow: hidden;
}

.lead-success-modal__panel::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -15%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(69, 192, 240, 0.12);
  filter: blur(10px);
}

.lead-success-modal__panel::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -24%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(1, 0, 128, 0.08);
  filter: blur(12px);
}

.lead-success-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(1, 0, 128, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #0f2d5c;
  font-weight: 800;
  cursor: pointer;
}

.lead-success-modal__badge {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(69, 192, 240, 0.22), rgba(1, 0, 128, 0.16));
  box-shadow: 0 14px 28px rgba(1, 0, 128, 0.12);
  font-size: 2rem;
}

.lead-success-modal__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #010080;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.15;
}

.lead-success-modal__text {
  position: relative;
  z-index: 1;
  margin: 0.9rem auto 0;
  max-width: 40rem;
  color: #23456f;
  font-size: 0.98rem;
  line-height: 1.65;
}

.lead-success-modal.is-open .lead-success-modal__panel {
  animation: successModalPop 0.28s ease-out;
}

@keyframes successModalPop {
  from {
    transform: translateY(14px) scale(0.97);
    opacity: 0.4;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes modalBgDepthFlow {
  0% {
    transform: translate3d(-1.8%, -1.4%, 0) scale(calc(var(--service-bg-scale-active) - 0.03)) rotate(0deg);
  }

  25% {
    transform: translate3d(1.8%, -0.7%, 0) scale(calc(var(--service-bg-scale-active) - 0.01)) rotate(0.2deg);
  }

  50% {
    transform: translate3d(2.2%, 1.4%, 0) scale(var(--service-bg-scale-active)) rotate(0deg);
  }

  75% {
    transform: translate3d(-1.1%, 1.8%, 0) scale(calc(var(--service-bg-scale-active) - 0.015)) rotate(-0.2deg);
  }

  100% {
    transform: translate3d(-2%, -1.2%, 0) scale(calc(var(--service-bg-scale-active) - 0.025)) rotate(0deg);
  }
}

@media (max-width: 900px) {
  .service-modal__panel {
    --service-bg-position-active: var(--service-bg-position-mobile);
    --service-bg-scale-active: var(--service-bg-scale-mobile);
    width: 92vw;
    height: 90vh;
  }

  .service-modal__layout {
    grid-template-columns: 20% 80%;
  }

  .lead-modal__panel {
    width: 94vw;
    max-height: 92vh;
  }

  .lead-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nosotros-service-btn {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .service-modal__panel::before {
    animation: none;
    transform: none;
  }
}

@media (max-width: 900px) {
  .section-usability {
    padding: 3.1rem 1rem;
  }

  .usabilidad-nosotros-row {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    border-radius: 18px;
  }

  .logo-frame {
    width: min(100%, 330px);
  }

  .usabilidad-nosotros-texto {
    text-align: center;
  }

  .nosotros-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .nosotros-points li {
    justify-content: center;
  }

  .nosotros-services-row {
    flex-direction: column;
    gap: 0.68rem;
  }

  .nosotros-service-btn {
    width: 100%;
    max-width: 460px;
    border-radius: 18px;
  }
}

@media (min-width: 901px) {
  .nosotros-services-showcase {
    padding: clamp(2.5rem, 4vw, 4rem);
    min-height: 80vh;
  }

  .nosotros-services-content {
    min-height: calc(80vh - 9rem);
  }

  .nosotros-services-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.55rem;
    max-width: 760px;
    width: 100%;
    align-items: center;
  }

  .nosotros-service-btn {
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    padding: 0.5rem;
    font-size: clamp(0.98rem, 1.05vw, 1.08rem);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.12;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-wrap: balance;
    text-transform: uppercase;
  }
}

@media (max-width: 560px) {
  .usabilidad-nosotros-row {
    padding: 1.1rem;
  }

  .nosotros-title {
    margin-top: 0.8rem;
  }

  .nosotros-points li {
    font-size: 0.93rem;
  }

  .nosotros-services-row {
    max-width: 300px;
    gap: 0.75rem;
  }

  .nosotros-service-btn {
    min-height: 32px;
    padding: 0.38rem 0.55rem;
    font-size: 1.32rem;
  }
}
