/* Scroll suave para toda la página */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  padding-top: 0;
}

/* Mejorar el targeting de las secciones */
#inicio,
#servicios,
#nosotros,
#clientes,
#contacto {
  scroll-margin-top: 120px;
}

/* Navbar fija que aparece al hacer scroll */
.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  /* transform: translateY(-100%); */
  transition: transform 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.fixed-navbar.visible {
  transform: translateY(0);
}

.fixed-navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
}

.fixed-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.fixed-nav-links {
  display: flex;
  gap: 40px;
  align-items: center;
}

.fixed-nav-link {
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: #3a5246;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.fixed-nav-link:hover {
  color: #2a4035;
}

/* Logos de clientes */
.clientes-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 32px 0 0 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.clientes-logos img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  filter: grayscale(0.2) contrast(1.1);
  transition: filter 0.2s;
  background: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  box-sizing: border-box;
}

.clientes-logos img:hover {
  filter: none;
}

@media (max-width: 1000px) {
  .clientes-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
  }
  .clientes-logos img {
    height: 80px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .clientes-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 500px;
  }
  .clientes-logos img {
    height: 70px;
    padding: 8px 16px;
  }
}

@media (max-width: 600px) {
  .clientes-logos {
    gap: 16px;
    padding: 0 20px;
  }
  .clientes-logos img {
    height: 60px;
    padding: 8px 12px;
  }
}
.oubia-HNOS-ASOC {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
}

.oubia-HNOS-ASOC .header {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 1202px;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto;
}

.oubia-HNOS-ASOC .overlap-group {
  position: relative;
  width: 100%;
  max-width: 1641px;
  height: 1431px;
  left: 0;
  margin: 0 auto;
}

.oubia-HNOS-ASOC .ellipse {
  position: absolute;
  width: 404px;
  height: 1546px;
  top: 456px;
  left: 571px;
  border-radius: 202px/773px;
  transform: rotate(90deg);
  filter: blur(68.5px);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.13) 100%
  );
}

.oubia-HNOS-ASOC .group {
  position: absolute;
  width: 539px;
  height: 12px;
  top: 76px;
  left: 849px;
}

.oubia-HNOS-ASOC .navbar {
  display: flex;
  width: 539px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 50px;
}

.oubia-HNOS-ASOC .frame-wrapper {
  position: relative;
  width: 40px;
  height: 12px;
}

.oubia-HNOS-ASOC .frame {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.oubia-HNOS-ASOC .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: #3a5246;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.oubia-HNOS-ASOC .text-wrapper:hover {
  color: #2a4035;
}

.oubia-HNOS-ASOC .text-wrapper:active {
  color: #1f2e25;
}

.oubia-HNOS-ASOC .image-wrapper {
  position: absolute;
  width: 100vw;
  max-width: 1588px;
  height: 705px;
  top: 497px;
  left: 0;
}

.oubia-HNOS-ASOC .image {
  position: absolute;
  width: 100vw;
  max-width: 1440px;
  height: 706px;
  top: -1px;
  left: 0;
  object-fit: cover;
}

.oubia-HNOS-ASOC .div {
  position: absolute;
  width: 146px;
  height: 929px;
  top: -5px;
  left: 1112px;
  background-color: #22282b14;
  border-radius: 73px/464.27px;
  transform: rotate(30deg);
  filter: blur(68.5px);
}

.oubia-HNOS-ASOC .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 435px;
  position: absolute;
  top: 0;
  left: 148px;
}

.oubia-HNOS-ASOC .line {
  height: 978px;
  position: relative;
  width: 1px;
  object-fit: cover;
}

.oubia-HNOS-ASOC .img {
  height: 978px;
  margin-right: -1px;
  position: relative;
  width: 1px;
  object-fit: cover;
}

.oubia-HNOS-ASOC .ellipse-2 {
  position: absolute;
  width: 146px;
  height: 867px;
  top: -9px;
  left: 1288px;
  background-color: #22282b0f;
  border-radius: 73px/433.45px;
  transform: rotate(30deg);
  filter: blur(68.5px);
}

.oubia-HNOS-ASOC .ellipse-3 {
  position: absolute;
  width: 146px;
  height: 904px;
  top: -2px;
  left: 406px;
  background-color: #22282b14;
  border-radius: 73px/452.16px;
  transform: rotate(30deg);
  filter: blur(68.5px);
}

.oubia-HNOS-ASOC .image-2 {
  position: absolute;
  width: 1440px;
  height: 965px;
  top: 0;
  left: 81px;
  mix-blend-mode: color-burn;
}

.oubia-HNOS-ASOC .container {
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 1063px;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: 217px;
  left: 50%;
  transform: translateX(-50%);
}

.oubia-HNOS-ASOC .container-2 {
  width: 100%;
  max-width: 1027px;
  height: 219px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}

.oubia-HNOS-ASOC .somos-expertos-en-wrapper {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}

.oubia-HNOS-ASOC .somos-expertos-en {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 700;
  color: #22282b;
  font-size: 60px;
  text-align: center;
  letter-spacing: -1.8px;
  line-height: 66px;
}

.oubia-HNOS-ASOC .p {
  position: relative;
  width: 391px;
  opacity: 0.8;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 600;
  color: #22282b;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.oubia-HNOS-ASOC .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  position: relative;
  background-color: #ffffff;
  border-radius: 188px;
  overflow: hidden;
  box-shadow: 0px 18px 52px -10px #00000061;
}

.oubia-HNOS-ASOC .background {
  position: absolute;
  width: 100%;
  height: 56px;
  top: 0;
  left: 0;
  box-shadow: inset 0px 8px 18px -2px #ffffff80;
  background: radial-gradient(
    50% 50% at 73% 50%,
    rgba(46, 73, 136, 1) 0%,
    rgba(46, 73, 136, 1) 50%,
    rgba(46, 73, 136, 1) 100%
  );
}

.oubia-HNOS-ASOC .border-big {
  position: absolute;
  width: 333px;
  height: 56px;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}

.oubia-HNOS-ASOC .border {
  position: absolute;
  width: 333px;
  height: 56px;
  top: 0;
  left: 0;
}

.oubia-HNOS-ASOC .border-2 {
  position: absolute;
  width: 322px;
  height: 50px;
  top: 3px;
  left: 6px;
}

.oubia-HNOS-ASOC .blur {
  position: absolute;
  width: 177px;
  height: 56px;
  top: 28px;
  left: 0;
  background-color: #22282b;
  filter: blur(105px);
}

.oubia-HNOS-ASOC .blur-2 {
  position: absolute;
  width: 333px;
  height: 56px;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  object-fit: cover;
}

.oubia-HNOS-ASOC .shining-line {
  position: absolute;
  width: 333px;
  height: 56px;
  top: 0;
  left: 0;
  border-radius: 80px;
  border: none;
  mix-blend-mode: lighten;
}

.oubia-HNOS-ASOC .shining-line::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.5px;
  border-radius: 80px;
  background: linear-gradient(
    360deg,
    rgba(46, 73, 136, 0.7) 0%,
    rgba(46, 73, 136, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.oubia-HNOS-ASOC .button-text {
  position: relative;
  width: fit-content;
  font-family: "Inter-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.oubia-HNOS-ASOC .arrow-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.oubia-HNOS-ASOC .image-3 {
  position: absolute;
  width: 236px;
  height: 58px;
  top: 47px;
  left: 243px;
  aspect-ratio: 4.03;
  object-fit: cover;
}

.oubia-HNOS-ASOC .nmeros {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 52px 5vw;
  position: relative;
  flex: 0 0 auto;
  background-color: #fafafae0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e3e3e3;
  margin: 0 auto;
}

.oubia-HNOS-ASOC .frame-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 600;
  color: #22282b;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 52.8px;
  white-space: nowrap;
}

.oubia-HNOS-ASOC .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: #22282b;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 23.4px;
}

.oubia-HNOS-ASOC .line-2 {
  height: 32px;
  position: relative;
  width: 1px;
  object-fit: cover;
}

.oubia-HNOS-ASOC .line-3 {
  height: 32px;
  margin-right: -1px;
  position: relative;
  width: 1px;
  object-fit: cover;
}

.oubia-HNOS-ASOC .servicios {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 1571px;
  background-color: #fafafa;
  margin: 0 auto;
  padding: 92px 20px 60px;
  box-sizing: border-box;
}

.oubia-HNOS-ASOC .div-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 60px;
  position: relative;
}

.oubia-HNOS-ASOC .nuestros-servicios-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
}

.oubia-HNOS-ASOC .nuestros-servicios {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: #31487e;
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 67.2px;
  text-align: center;
}

/* Contenedor de servicios como grilla */
.oubia-HNOS-ASOC .servicios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.oubia-HNOS-ASOC .asesoramiento,
.oubia-HNOS-ASOC .logistica,
.oubia-HNOS-ASOC .seguridad,
.oubia-HNOS-ASOC .operaciones {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 500px;
}

.oubia-HNOS-ASOC .overlap-group-2,
.oubia-HNOS-ASOC .overlap-group-4,
.oubia-HNOS-ASOC .overlap-2 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color: #2e4988d6;
  border-radius: 24px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.oubia-HNOS-ASOC .png,
.oubia-HNOS-ASOC .png-2,
.oubia-HNOS-ASOC .png-3,
.oubia-HNOS-ASOC .png-4 {
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  aspect-ratio: 1;
  object-fit: cover;
  flex-shrink: 0;
}

.oubia-HNOS-ASOC .overlap,
.oubia-HNOS-ASOC .overlap-group-3 {
  position: relative;
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.oubia-HNOS-ASOC .flexcontainer,
.oubia-HNOS-ASOC .flexcontainer-2,
.oubia-HNOS-ASOC .flexcontainer-4,
.oubia-HNOS-ASOC .flexcontainer-6 {
  gap: 7px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  margin-top: 20px;
}

.oubia-HNOS-ASOC .text {
  font-family: "Manrope-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.oubia-HNOS-ASOC .span {
  font-family: "Manrope-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}

.oubia-HNOS-ASOC .asesoramiento-2,
.oubia-HNOS-ASOC .operaciones-2 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Manrope-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 27.6px;
}

.oubia-HNOS-ASOC .flexcontainer-3,
.oubia-HNOS-ASOC .flexcontainer-5 {
  gap: 1px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.oubia-HNOS-ASOC .span-wrapper {
  font-family: "Manrope-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 24px;
  line-height: 27.6px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.oubia-HNOS-ASOC .text-wrapper-4 {
  font-family: "Manrope-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 27.6px;
}

.oubia-HNOS-ASOC .overlap-group-wrapper {
  width: 100%;
  height: 100%;
}

.oubia-HNOS-ASOC .sobre-nosotros {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 740px;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
  background-color: #d5dbe7;
}

.oubia-HNOS-ASOC .overlap-3 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  min-height: 600px;
}

.oubia-HNOS-ASOC .sobre-nosotros-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.oubia-HNOS-ASOC .sobre-nosotros-image {
  flex: 1;
  max-width: 500px;
}

.oubia-HNOS-ASOC .rectangle-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.oubia-HNOS-ASOC .rectangle {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.oubia-HNOS-ASOC .text-wrapper-5 {
  position: relative;
  width: 100%;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: #2e4988;
  font-size: 56px;
  letter-spacing: -2px;
  line-height: 67.2px;
  margin-bottom: 20px;
}

.oubia-HNOS-ASOC .desde-cuando {
  position: relative;
  width: 100%;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: #2e4988;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}

.oubia-HNOS-ASOC .clientes {
  position: relative;
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 20px;
}

.oubia-HNOS-ASOC .overlap-4 {
  position: relative;
  width: 100%;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(0deg, rgba(34, 40, 43, 0) 0%, rgba(34, 40, 43, 0) 100%);
}

.oubia-HNOS-ASOC .element {
  position: absolute;
  width: 1440px;
  height: 438px;
  top: 0;
  left: 0;
  aspect-ratio: 2.73;
  object-fit: cover;
}

.oubia-HNOS-ASOC .group-2 {
  position: absolute;
  width: 1259px;
  height: 184px;
  top: 289px;
  left: 90px;
}

.oubia-HNOS-ASOC .frame-5 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  gap: 56px;
  position: relative;
  margin: 0 auto;
}

.oubia-HNOS-ASOC .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: #2e4988;
  font-size: 64px;
  text-align: center;
  letter-spacing: -1.28px;
  line-height: 64px;
}

.oubia-HNOS-ASOC .footer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 644px;
  background-color: #ffffff;
  margin: 0 auto;
}
/* -------------------- RESPONSIVE DESIGN -------------------- */
@media (max-width: 1200px) {
  .oubia-HNOS-ASOC .header,
  .oubia-HNOS-ASOC .nmeros,
  .oubia-HNOS-ASOC .servicios,
  .oubia-HNOS-ASOC .sobre-nosotros,
  .oubia-HNOS-ASOC .clientes,
  .oubia-HNOS-ASOC .footer {
    max-width: 100vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .oubia-HNOS-ASOC .container,
  .oubia-HNOS-ASOC .div-wrapper {
    width: 96vw;
    left: 2vw;
    transform: none;
  }
  .oubia-HNOS-ASOC .servicios-grid {
    gap: 30px;
    padding: 0 20px;
  }
}

@media (max-width: 1000px) {
  .oubia-HNOS-ASOC .servicios-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .oubia-HNOS-ASOC .header,
  .oubia-HNOS-ASOC .nmeros,
  .oubia-HNOS-ASOC .servicios,
  .oubia-HNOS-ASOC .sobre-nosotros,
  .oubia-HNOS-ASOC .clientes,
  .oubia-HNOS-ASOC .footer {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .oubia-HNOS-ASOC .container,
  .oubia-HNOS-ASOC .div-wrapper {
    width: 98vw;
  }
  
  /* Clientes responsive 900px */
  .oubia-HNOS-ASOC .clientes {
    padding: 50px 20px;
  }
  .oubia-HNOS-ASOC .text-wrapper-6 {
    font-size: 48px;
    line-height: 52px;
  }
  .oubia-HNOS-ASOC .servicios {
    padding: 60px 15px 40px;
  }
  .oubia-HNOS-ASOC .servicios-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }
  .oubia-HNOS-ASOC .nuestros-servicios {
    font-size: 36px;
    line-height: 42px;
    padding: 10px 15px;
  }
  
  /* Sobre nosotros responsive */
  .oubia-HNOS-ASOC .sobre-nosotros {
    padding: 40px 20px;
  }
  
  .oubia-HNOS-ASOC .overlap-3 {
    flex-direction: column;
    gap: 40px;
  }
  
  .oubia-HNOS-ASOC .sobre-nosotros-content {
    text-align: center;
  }
  
  .oubia-HNOS-ASOC .text-wrapper-5 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media (max-width: 600px) {
  .oubia-HNOS-ASOC .header,
  .oubia-HNOS-ASOC .nmeros,
  .oubia-HNOS-ASOC .servicios,
  .oubia-HNOS-ASOC .sobre-nosotros,
  .oubia-HNOS-ASOC .clientes,
  .oubia-HNOS-ASOC .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .oubia-HNOS-ASOC .container,
  .oubia-HNOS-ASOC .div-wrapper {
    width: 100vw;
    left: 0;
  }
  .oubia-HNOS-ASOC .somos-expertos-en {
    font-size: 32px;
    line-height: 38px;
  }
  .oubia-HNOS-ASOC .nuestros-servicios {
    padding: 10px;
    font-size: 28px;
    line-height: 34px;
  }
  .oubia-HNOS-ASOC .servicios {
    padding: 40px 10px 30px;
  }
  .oubia-HNOS-ASOC .servicios-grid {
    gap: 20px;
    padding: 0 10px;
  }
  .oubia-HNOS-ASOC .overlap-group-2,
  .oubia-HNOS-ASOC .overlap-group-4,
  .oubia-HNOS-ASOC .overlap-2 {
    padding: 30px 20px;
    min-height: 400px;
  }
  .oubia-HNOS-ASOC .asesoramiento-2,
  .oubia-HNOS-ASOC .operaciones-2 {
    font-size: 20px;
    line-height: 24px;
  }
  .oubia-HNOS-ASOC .text {
    font-size: 16px;
    line-height: 20px;
  }
  .oubia-HNOS-ASOC .text-wrapper-4 {
    font-size: 20px;
    line-height: 24px;
  }
  .oubia-HNOS-ASOC .text-wrapper-5 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .oubia-HNOS-ASOC .desde-cuando {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  
  /* Sobre nosotros mobile */
  .oubia-HNOS-ASOC .sobre-nosotros {
    padding: 30px 15px;
  }
  
  .oubia-HNOS-ASOC .overlap-3 {
    gap: 30px;
  }
  
  .oubia-HNOS-ASOC .rectangle {
    min-height: 300px;
  }
  .oubia-HNOS-ASOC .frame-3 {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .oubia-HNOS-ASOC .frame-5 {
    gap: 40px;
  }
  .oubia-HNOS-ASOC .text-wrapper-6 {
    font-size: 32px;
    line-height: 38px;
  }
  
  /* Clientes responsive 600px */
  .oubia-HNOS-ASOC .clientes {
    padding: 40px 15px;
  }
  .oubia-HNOS-ASOC .footer {
    height: auto;
  }
}

.oubia-HNOS-ASOC .frame-6 {
  display: flex;
  width: 100%;
  max-width: 1280px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 40px 0px;
  position: relative;
  margin: 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #22282b;
}

.oubia-HNOS-ASOC .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat-Medium", Helvetica;
  font-weight: 500;
  color: #22282b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.oubia-HNOS-ASOC .frame-7 {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .frame-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1242px;
  align-items: flex-start;
  position: relative;
  margin: 40px auto 0;
  padding: 0 40px;
}

.oubia-HNOS-ASOC .frame-9 {
  display: flex;
  align-items: flex-start;
  gap: 75px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .frame-10 {
  display: flex;
  flex-direction: column;
  width: 469px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
}

.oubia-HNOS-ASOC .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #22282b;
  font-size: 62px;
  letter-spacing: -1.24px;
  line-height: 62px;
}

.oubia-HNOS-ASOC .te-interesa-nuestros {
  position: relative;
  align-self: stretch;
  font-family: "Montserrat-Medium", Helvetica;
  font-weight: 400;
  color: #22282b;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25.2px;
}

.oubia-HNOS-ASOC .text-wrapper-9 {
  font-weight: 500;
}

.oubia-HNOS-ASOC .text-wrapper-10 {
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
}

.oubia-HNOS-ASOC .frame-12 {
  display: flex;
  width: 628px;
  height: 328px;
  align-items: flex-start;
  gap: 73px;
  position: relative;
}

.oubia-HNOS-ASOC .frame-13 {
  display: flex;
  flex-direction: column;
  width: 301px;
  height: 294px;
  align-items: flex-start;
  gap: 3px;
  position: relative;
}

.oubia-HNOS-ASOC .frame-14 {
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 118px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.oubia-HNOS-ASOC .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #667085;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21.6px;
}

.oubia-HNOS-ASOC .per-a-buenos {
  position: relative;
  width: 276px;
  margin-right: -16px;
  font-family: "Montserrat-Medium", Helvetica;
  font-weight: 500;
  color: #22282b;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}

.oubia-HNOS-ASOC .map-maker-per {
  position: relative;
  width: 301px;
  height: 202px;
  margin-bottom: -29px;
  aspect-ratio: 1.49;
}

.oubia-HNOS-ASOC .frame-15 {
  display: flex;
  flex-direction: column;
  width: 322px;
  align-items: flex-start;
  gap: 58px;
  position: relative;
  margin-right: -68px;
}

.oubia-HNOS-ASOC .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .text-wrapper-12 {
  font-family: "Montserrat-Medium", Helvetica;
  font-weight: 500;
  color: #22282b;
  font-size: 18px;
  line-height: 21.6px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.oubia-HNOS-ASOC .frame-17 {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: 40px;
}

.oubia-HNOS-ASOC .frame-18 {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: center;
  gap: 56px;
  position: relative;
}

.oubia-HNOS-ASOC .frame-19 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .frame-20 {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.oubia-HNOS-ASOC .ellipse-4 {
  position: relative;
  width: 75px;
  height: 75px;
  background-color: #22282b0a;
  border-radius: 37.5px;
  border: 1px solid;
  border-color: #22282b36;
}

.oubia-HNOS-ASOC .social-icon {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 18px;
  left: 20px;
  background-image: url(./img/vector.svg);
  background-size: 100% 100%;
}

.oubia-HNOS-ASOC .image-4 {
  position: relative;
  width: 318px;
  height: 79px;
  aspect-ratio: 4.03;
  object-fit: cover;
}

.oubia-HNOS-ASOC .whatsapp-svg-wrapper {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 460px;
  left: 1257px;
  background-color: #ffffff;
  border-radius: 49.5px;
  box-shadow: 1px 4px 6px 1px #00000040;
  overflow-y: scroll;
}

.oubia-HNOS-ASOC .whatsapp-svg-wrapper::-webkit-scrollbar {
  width: 0;
  display: none;
}

.oubia-HNOS-ASOC .whatsapp-svg {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 15px;
  left: 15px;
  aspect-ratio: 1;
  object-fit: cover;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Media queries para navbar fija responsivo */
@media (max-width: 1200px) {
  .fixed-navbar-content {
    padding: 0 30px;
  }

  .fixed-nav-links {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .fixed-navbar {
    height: 70px;
  }

  .fixed-navbar-content {
    padding: 0 20px;
  }

  .fixed-logo {
    height: 40px;
  }

  .fixed-nav-links {
    gap: 25px;
  }

  .fixed-nav-link {
    font-size: 14px;
  }

  #inicio,
  #servicios,
  #nosotros,
  #clientes,
  #contacto {
    scroll-margin-top: 90px;
  }
}

@media (max-width: 600px) {
  .fixed-navbar {
    height: 60px;
  }

  .fixed-navbar-content {
    padding: 0 15px;
  }

  .fixed-logo {
    height: 35px;
  }

  .fixed-nav-links {
    gap: 15px;
  }

  .fixed-nav-link {
    font-size: 12px;
  }

  #inicio,
  #servicios,
  #nosotros,
  #clientes,
  #contacto {
    scroll-margin-top: 80px;
  }
}

/* Media query específica para pantallas muy pequeñas (<450px) */
@media (max-width: 450px) {
  .fixed-navbar {
    height: 55px;
  }

  .fixed-navbar-content {
    padding: 0 10px;
  }

  .fixed-logo {
    height: 30px;
  }

  .fixed-nav-links {
    gap: 8px;
  }

  .fixed-nav-link {
    font-size: 10px;
    padding: 4px 6px;
  }

  #inicio,
  #servicios,
  #nosotros,
  #clientes,
  #contacto {
    scroll-margin-top: 75px;
  }
}

/* Media queries para footer responsive */
@media (max-width: 1200px) {
  .oubia-HNOS-ASOC .frame-6 {
    width: 90%;
    left: 5%;
    padding: 32px 20px 0px;
  }

  .oubia-HNOS-ASOC .frame-8 {
    width: 90%;
    left: 5%;
  }

  .oubia-HNOS-ASOC .frame-9 {
    gap: 40px;
  }

  .oubia-HNOS-ASOC .frame-12 {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .oubia-HNOS-ASOC .footer {
    height: auto;
    padding-bottom: 40px;
  }

  .oubia-HNOS-ASOC .frame-6 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .oubia-HNOS-ASOC .frame-8 {
    position: relative;
    width: 100%;
    left: 0;
  }

  .oubia-HNOS-ASOC .frame-9 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .oubia-HNOS-ASOC .frame-10 {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .oubia-HNOS-ASOC .frame-12 {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .oubia-HNOS-ASOC .frame-13 {
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }

  .oubia-HNOS-ASOC .frame-15 {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-right: 0;
  }

  .oubia-HNOS-ASOC .frame-17 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    height: auto;
    margin-top: 30px;
  }

  .oubia-HNOS-ASOC .frame-18 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .oubia-HNOS-ASOC .text-wrapper-8 {
    font-size: 36px;
    line-height: 40px;
  }

  .oubia-HNOS-ASOC .te-interesa-nuestros {
    font-size: 16px;
    line-height: 22px;
  }

  .oubia-HNOS-ASOC .text-wrapper-11 {
    font-size: 16px;
  }

  .oubia-HNOS-ASOC .text-wrapper-12 {
    font-size: 16px;
  }

  .oubia-HNOS-ASOC .per-a-buenos {
    font-size: 16px;
    width: 100%;
  }

  .oubia-HNOS-ASOC .map-maker-per {
    width: 100%;
    height: auto;
    max-width: 280px;
  }

  .oubia-HNOS-ASOC .image-4 {
    width: 200px;
    height: auto;
  }

  .oubia-HNOS-ASOC .frame-16 {
    gap: 16px;
  }

  /* Fixes específicos para mobile footer */
  .oubia-HNOS-ASOC .footer {
    height: auto;
    padding: 20px 0 40px;
  }

  .oubia-HNOS-ASOC .frame-6 {
    position: relative;
    width: 100%;
    left: 0;
    padding: 20px 15px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .oubia-HNOS-ASOC .frame-8 {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }

  .oubia-HNOS-ASOC .frame-9 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .oubia-HNOS-ASOC .frame-10 {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .oubia-HNOS-ASOC .frame-11 {
    align-items: center;
    text-align: center;
  }

  .oubia-HNOS-ASOC .frame-12 {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .oubia-HNOS-ASOC .frame-13 {
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .oubia-HNOS-ASOC .frame-14 {
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }

  .oubia-HNOS-ASOC .frame-15 {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-right: 0;
    gap: 30px;
  }

  .oubia-HNOS-ASOC .frame-17 {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    height: auto;
    margin-top: 30px;
  }

  .oubia-HNOS-ASOC .frame-18 {
    width: 100%;
    gap: 25px;
  }

  .oubia-HNOS-ASOC .frame-19 {
    justify-content: center;
  }
}
