.elementor-7 .elementor-element.elementor-element-d13088f > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-4cb0552{margin-top:0px;margin-bottom:36px;}.elementor-7 .elementor-element.elementor-element-d13088f{margin-top:-30px;margin-bottom:-158px;padding:0px 18px 0px 18px;}}/* Start custom CSS for html, class: .elementor-element-e8f3d6b */body {
  background: linear-gradient(145deg, #0e1623, #1a2636);
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
  margin: 0;
  padding: 40px;
}

.orientia-container {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
  padding: 48px 24px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(25px);
  border-radius: 24px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
}

/* ✅ Solo ajustamos margen interno en móviles */
@media (max-width: 768px) {
  .orientia-container {
    padding: 15px 26px;
  }
}

/* No tocamos nada más de tu estructura */
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.logo {
  font-size: 15px;
  font-weight: 600;
  color: #ccc;
}

.menu a {
  margin-left: 15px;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.menu a:hover {
  color: #fff;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.subtitle {
  color: #bbb;
  margin-bottom: 30px;
}

.start-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.start-btn,
.later-btn {
  background: #12a88c;
  border: 1px solid rgb(255 255 255 / 27%);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  margin: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
}

.later-btn {
  background: #555;
}

.start-btn:hover {
  background: #1f5dcc;
}

.salary-chart h3,
.testimonials h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.salary-chart img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-list {
  display: flex;
  gap: 20px;
}

.testimonial img {
  width: 100px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.logo-img {
  width: 22px; /* Cambiá este valor a gusto: ej. 16px, 20px, etc. */
  margin-right: 0px;
  vertical-align: middle;
  transform: translateY(-2.5px); /* Ajustá este valor según lo necesites */
}/* End custom CSS */