/* Start custom CSS for html, class: .elementor-element-2a73c9a */@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

/* MENÚ */

.ms-header {
  width: min(94%, 1680px);
  margin: 0 auto;
  padding: 16px 28px;
  border-radius: 70px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,74,130,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.ms-logo {
  width: 104px;
  height: 104px;
  min-width: 104px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-logo img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.ms-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 38px);
  flex: 1;
  white-space: nowrap;
}

.ms-nav a {
  color: #052f57;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 900;
  text-decoration: none;
}

.ms-btn,
.ms-mobile-btn {
  padding: 20px 38px;
  border-radius: 999px;
  background: linear-gradient(90deg,#05c9f5,#0076c8);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(0,159,227,.34);
}

.ms-mobile-btn,
.ms-menu-toggle {
  display: none;
}

.ms-burger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(90deg,#05c9f5,#0076c8);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.ms-burger span {
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}

/* ACERCA */

.about-page {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 210px 7% 100px;
}

.about-bg {
  position: absolute;
  inset: 0;
  background-image: url("http://drmoisessuarez.com/wp-content/uploads/2026/06/CJT3483-scaled.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: aboutBgMove 18s ease-in-out infinite alternate;
  z-index: 0;
}

.about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(234,246,255,.98) 0%,
    rgba(234,246,255,.88) 48%,
    rgba(234,246,255,.42) 100%
  );
  z-index: 1;
}

.about-page::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  left: -260px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.34), transparent 70%);
  z-index: 2;
}

.about-hero {
  position: relative;
  z-index: 4;
  max-width: 1250px;
  width: 100%;
}

.section-kicker {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 11px 20px;
  border-radius: 999px;
  color: #0069af;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,159,227,.25);
  box-shadow: 0 12px 28px rgba(0,117,190,.12);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  line-height: 1.35;
}

.about-hero h1,
.about-story h2,
.about-technology h2,
.about-cta h2 {
  font-family: 'Archivo Black', sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #052f57;
}

.about-hero h1 {
  max-width: 100%;
  font-size: clamp(60px, 9vw, 145px);
  line-height: .84;
  letter-spacing: -5px;
  margin-bottom: 30px;
}

.about-hero p {
  max-width: 680px;
  color: #35526b;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #05c9f5, #0076c8);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(5,201,245,.34);
}

.about-story {
  padding: 120px 7%;
  background: #ffffff;
  color: #052f57;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 48px 48px 150px 48px;
  box-shadow: 0 35px 90px rgba(0,74,130,.18);
}

.about-story h2,
.about-technology h2,
.about-cta h2 {
  font-size: clamp(46px, 7vw, 96px);
  line-height: .86;
  letter-spacing: -4px;
  margin-bottom: 28px;
}

.about-story p,
.about-technology p,
.about-cta p {
  color: #4c6275;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-values {
  padding: 90px 7%;
  background: linear-gradient(180deg, #ffffff, #f5fbff);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.value-card {
  padding: 34px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(0,117,190,.12);
  box-shadow: 0 25px 70px rgba(0,74,130,.10);
}

.value-card strong {
  display: block;
  color: #0076c8;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 12px;
}

.value-card span {
  color: #052f57;
  font-size: 16px;
  font-weight: 800;
}

.about-technology {
  padding: 120px 7%;
  background: #031f3d;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-technology h2 {
  color: #ffffff;
}

.about-technology p {
  color: rgba(255,255,255,.75);
}

.about-tech-list {
  display: grid;
  gap: 18px;
}

.about-tech-list div {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.about-tech-list span {
  display: block;
  color: #05c9f5;
  font-weight: 900;
  margin-bottom: 10px;
}

.about-tech-list h3 {
  font-size: 28px;
  line-height: 1;
}

.about-cta {
  padding: 120px 7%;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(5,201,245,.24), transparent 35%),
    linear-gradient(135deg, #eaf6ff, #ffffff);
  color: #052f57;
}

.about-cta h2 {
  max-width: 980px;
  margin: 0 auto 28px;
}

.about-cta p {
  max-width: 650px;
  margin: 0 auto 36px;
}

@keyframes aboutBgMove {
  0% { transform: scale(1.08) translateX(0); }
  100% { transform: scale(1.15) translateX(-18px); }
}

/* RESPONSIVE */

@media(max-width: 1200px) {
  .ms-header {
    width: calc(100% - 32px);
    padding: 14px 20px;
  }

  .ms-logo {
    width: 82px;
    height: 82px;
    min-width: 82px;
  }

  .ms-btn {
    padding: 16px 24px;
  }
}

@media(max-width: 1100px) {
  .about-story,
  .about-technology {
    grid-template-columns: 1fr;
  }

  .about-values {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 1024px) {
  .ms-burger {
    display: flex;
    order: 3;
  }

  .ms-btn {
    display: none;
  }

  .ms-nav {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    padding: 28px;
    border-radius: 34px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 25px 70px rgba(0,74,130,.18);
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .3s ease;
    white-space: normal;
  }

  .ms-menu-toggle:checked ~ .ms-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ms-mobile-btn {
    display: inline-flex;
    justify-content: center;
    margin-top: 8px;
  }
}

@media(max-width: 768px) {
  .about-page {
    min-height: 100svh;
    padding: 145px 22px 70px;
    align-items: flex-start;
  }

  .about-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: -2px;
    line-height: .88;
  }

  .about-hero p,
  .about-story p,
  .about-technology p,
  .about-cta p {
    font-size: 16px;
  }

  .about-btn {
    width: 100%;
    padding: 17px 22px;
  }

  .about-story,
  .about-technology,
  .about-cta {
    padding: 85px 22px;
  }

  .about-photo img {
    height: 430px;
    border-radius: 36px 36px 95px 36px;
  }

  .about-story h2,
  .about-technology h2,
  .about-cta h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .about-values {
    padding: 85px 22px;
    grid-template-columns: 1fr;
  }
}

@media(max-width: 640px) {
  .ms-header {
    width: calc(100% - 24px);
    top: 12px;
    padding: 10px 14px;
    border-radius: 42px;
  }

  .ms-logo {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .ms-burger {
    width: 44px;
    height: 44px;
  }

  .ms-nav {
    padding: 24px;
  }

  .ms-nav a {
    font-size: 16px;
  }

  .ms-mobile-btn {
    width: 100%;
    padding: 16px 22px;
  }

  .section-kicker {
    font-size: 11px;
    padding: 10px 14px;
  }
}

@media(max-width: 420px) {
  .about-page {
    padding: 135px 18px 60px;
  }

  .about-hero h1 {
    font-size: 41px;
    letter-spacing: -1.4px;
  }

  .about-hero p {
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d2bf2c9 */.kbu-footer{
  position:relative;
  padding:30px 0;
  background:
    linear-gradient(180deg, #040611 0%, #02030a 100%);
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
  overflow:hidden;
}

.kbu-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 0%, rgba(93,215,255,.12), transparent 60%);
  pointer-events:none;
}

.kbu-footer-container{
  position:relative;
  z-index:2;
  width:min(100%, 1100px);
  margin:0 auto;
  padding:0 20px;
}

.kbu-footer-text{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#9fb7d6;
}

.kbu-footer-text strong{
  color:#ffffff;
  text-shadow:0 0 10px rgba(93,215,255,.3);
}

.kbu-footer-brand{
  color:#5dd7ff;
  font-weight:900;
  text-shadow:
    0 0 8px rgba(93,215,255,.6),
    0 0 18px rgba(47,123,255,.4);
}

.kbu-footer a{
  color:#9ef0ff;
  text-decoration:none;
  font-weight:700;
  transition:.2s ease;
}

.kbu-footer a:hover{
  color:#ffffff;
  text-shadow:
    0 0 10px rgba(93,215,255,.6),
    0 0 25px rgba(47,123,255,.4);
}/* End custom CSS */