* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 46px;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 46px;
  min-height: 46px;
  padding: 0 90px 0 32px;
  color: #3f4654;
  background: #ffffff;
  border-top: 3px solid #f6dddd;
  border-bottom: 0;
  box-shadow: none;
}

.site-title {
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.site-title.is-active {
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 38px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #3f4654;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #707684;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.menu-links a {
  transition: color 160ms ease;
}

.menu-links a.is-active {
  color: #3f4654;
  font-weight: 800;
}

.menu-links a:hover {
  color: #08d3d9;
}

.image-page {
  width: 100%;
  background: #ffffff;
}

.menu-divider {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border: 0;
  background: #e9e9e9;
}

.image-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  scroll-margin-top: 46px;
}

#contacto {
  position: relative;
  background: #000000;
}

#contacto .image-frame {
  background: #000000;
}

.image-section img {
  display: block;
  width: min(100%, 1366px);
  height: auto;
}

.image-frame {
  position: relative;
  width: min(100%, 1366px);
}

.image-frame img {
  width: 100%;
}

.quote-link {
  position: absolute;
  left: 5.6%;
  top: 76.5%;
  width: 22.5%;
  height: 9.2%;
  border-radius: 10px;
}

.email-link {
  position: absolute;
  left: 64.5%;
  top: 41.5%;
  width: 25.5%;
  height: 5.2%;
}

.mobile-slider-logo {
  display: none;
}

.mobile-about {
  display: none;
}

.mobile-services {
  display: none;
}

.mobile-why {
  display: none;
}

.image-section img.mobile-only-image {
  display: none;
}

.image-section img.mobile-contact-image {
  display: none;
}

.mobile-equipment {
  display: none;
}

.mobile-slider-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#inicio {
  overflow: hidden;
}

#inicio img {
  margin-top: -6px;
  clip-path: inset(6px 0 0 0);
}

@media (max-width: 1100px) {
  body {
    padding-top: 56px;
  }

  .top-menu {
    justify-content: space-between;
    gap: 18px;
    min-height: 56px;
    padding: 0 16px;
  }

  .site-title {
    font-size: 13px;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .top-menu.is-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .top-menu.is-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .top-menu.is-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .menu-links {
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    padding: 8px 18px 12px;
    font-size: 12px;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
  }

  .top-menu.is-open .menu-links {
    display: flex;
  }

  .menu-links a {
    width: 100%;
    padding: 10px 0;
    text-align: right;
  }

  .image-section {
    scroll-margin-top: 56px;
  }

  #contacto.image-section {
    width: 100%;
    background: #000000;
  }

  #contacto .image-frame {
    width: 100%;
    max-width: none;
    background: #000000;
  }

  .image-section img.desktop-image {
    display: none;
  }

  .desktop-equipment {
    display: none;
  }

  .mobile-about {
    display: block;
    width: 100%;
    padding: 0 16px 28px;
    color: #111111;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  }

  .mobile-about h2 {
    margin: 0 0 24px;
    font-size: clamp(3.3rem, 12vw, 4.2rem);
    font-weight: 300;
    line-height: 0.92;
    text-align: center;
    letter-spacing: -0.045em;
  }

  .mobile-about h2 span {
    display: block;
    font-weight: 800;
  }

  .mobile-about p {
    margin: 0 0 24px;
    font-size: clamp(1.25rem, 4.2vw, 1.55rem);
    line-height: 1.28;
    text-align: justify;
  }

  .mobile-about strong {
    font-weight: 800;
  }

  .mobile-services {
    display: block;
    width: 100%;
    color: #111111;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  }

  .mobile-services-intro {
    padding: 42px 28px 54px;
  }

  .mobile-services h2 {
    margin: 0 0 26px;
    font-size: clamp(3.2rem, 12vw, 4.35rem);
    font-weight: 800;
    line-height: 0.95;
    text-align: center;
    letter-spacing: -0.045em;
  }

  .mobile-services-intro p {
    margin: 0;
    font-size: clamp(1.25rem, 4.2vw, 1.55rem);
    line-height: 1.28;
    text-align: justify;
  }

  .mobile-plans {
    display: grid;
    gap: 34px;
    width: 100%;
    padding: 64px 14% 72px;
    color: #ffffff;
    background: #08d3d9;
  }

  .mobile-plans article {
    position: relative;
  }

  .mobile-plans span {
    display: block;
    width: 100%;
    height: 58px;
    border-radius: 8px;
    background: #ffffff;
  }

  .mobile-plans h3 {
    position: relative;
    z-index: 1;
    margin: -26px 0 14px;
    color: #08d3d9;
    font-size: clamp(1.85rem, 7vw, 2.45rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.055em;
  }

  .mobile-plans p {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.05rem, 4.15vw, 1.28rem);
    line-height: 1.22;
    text-align: justify;
  }

  .image-section img.mobile-only-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .image-section img.mobile-contact-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .mobile-equipment {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #000000;
  }

  .mobile-equipment img {
    display: block;
    width: 100%;
    height: auto;
  }

  #contacto .email-link {
    left: 16%;
    top: 79%;
    width: 60%;
    height: 3.8%;
  }

  .mobile-why {
    display: grid;
    gap: 30px;
    width: 100%;
    padding: 20px 18px 44px;
    color: #111111;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  }

  .mobile-why h2 {
    margin: 0 0 4px;
    font-size: clamp(1.85rem, 7vw, 2.45rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .mobile-why h2 strong {
    font-weight: 800;
  }

  .mobile-why article {
    position: relative;
    padding-top: 34px;
  }

  .why-icon {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 86px;
    height: 62px;
    transform: translateX(-50%);
    background: url("assets/image_mobile_5.png") center / contain no-repeat;
  }

  .mobile-why h3 {
    margin: 0 0 14px;
    padding: 48px 16px 24px;
    font-size: clamp(1.15rem, 4.8vw, 1.45rem);
    font-weight: 800;
    line-height: 1;
    text-align: center;
    background: #08d3d9;
    border-radius: 6px;
  }

  .mobile-why p {
    margin: 0;
    font-size: clamp(0.87rem, 3.55vw, 1.05rem);
    line-height: 1.18;
    text-align: justify;
  }

  .mobile-why p strong {
    font-weight: 800;
  }

  #inicio {
    justify-content: flex-start;
  }

  #inicio .image-frame {
    width: 100%;
    height: min(90vw, 528px);
    overflow: hidden;
  }

  #inicio .image-frame img {
    width: auto;
    max-width: none;
    height: 100%;
    margin-top: 0;
    clip-path: none;
  }

  #inicio .quote-link {
    left: 8.4%;
    top: 76.9%;
    width: 35.5%;
    height: 8.8%;
  }

  .mobile-slider-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 22px 24px 34px;
    background: #ffffff;
  }

  .mobile-slider-logo img {
    width: min(78vw, 360px);
  }
}
