body {
  margin: 0;
  background: #0f1016;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

body>section>.container,
body>footer>.container {
  max-width: 1400px;
  margin: 0 auto;
}

.live-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  background: transparent;
}

.live-navbar .nav-link,
.live-navbar .navbar-brand {
  color: #fff !important;
  font-weight: 600;
}

.live-navbar .nav-item {
  margin-left: 18px;
}

.live-logo {
  width: 160px;
  height: 60px !important;
  object-fit: contain;
}

.live-search {
  color: #fff;
  font-size: 20px;
  margin-left: 14px;
  line-height: 1;
}

.hero {
  background: url('../../newDiseno/Fondo Degradado.jpg') center/cover no-repeat;
  padding: 120px 0 0;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  align-items: flex-end;
}

.hero-tag {
  width: min(88%, 660px);
  margin: 26px 0 26px;
}

.hero-btn {
  width: 300px;
  max-width: 100%;
  margin-bottom: 70px;
}

.hero-person {
  width: min(100%, 680px);
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.35));
  display: block;
  margin-left: auto;
}

.section {
  padding: 80px 0;
}

.section-title {
  font-size: clamp(32px, 4rem, 52px);
  font-weight: 900;
  margin-bottom: 8px;
}

.section-sub {
  color: #d8dae3;
  max-width: 860px;
}

.about-video {
  background: #14161d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 80px 0;
}

.about-video-card {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-video-play {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  color: #111;
  font-size: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-pill {
  display: inline-block;
  background: #fff;
  color: #111;
  font-weight: 600;
  border-radius: 999px;
  padding: 9px 24px;
  margin-bottom: 28px;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.about-title {
  font-size: 42px;
  line-height: 0.98;
  font-weight: 900;
  margin-bottom: 22px;
}

.about-copy {
  color: #f2f3f6;
  font-size: 16px;
  line-height: 1.34;
  max-width: 760px;
}

.courses-pdf {
  background: #fff;
  color: #0f1420;
  position: relative;
  overflow: hidden;
  padding-top: 82px;
  padding-bottom: 84px;
}

.courses-pdf::after {
  content: '';
  position: absolute;
  top: -58px;
  right: -52px;
  width: 240px;
  height: 240px;
  background: url('../../newDiseno/Destello Celeste_1.png') center/cover no-repeat;
  opacity: 0.95;
}

.courses-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.courses-pill {
  display: inline-block;
  background: #12141a;
  color: #fff;
  border-radius: 999px;
  padding: 10px 62px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1;
}

.courses-copy {
  font-size: 16px;
  line-height: 1.22;
  font-weight: 600;
  max-width: 1300px;
  margin: 0 auto 52px;
  text-align: center;
}

.courses-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.container.courses-inner {
  margin-bottom: 40px;
}

.course-pdf-card {
  background: #cbccce;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.course-pdf-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.course-pdf-body {
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.course-pdf-tag {
  display: inline-block;
  border: 1.5px solid #2b2f39;
  border-radius: 999px;
  padding: 4px 14px 5px;
  font-size: 14px;
  width: max-content;
  margin-bottom: 14px;
  font-weight: 600;
}

.course-pdf-title {
  font-size: 20px;
  line-height: 1.06;
  font-weight: 600;
  margin-bottom: 16px;
  min-height: 80px;
  text-align: center;
}

.course-pdf-btn {
  margin-top: auto;
  display: inline-block;
  border-radius: 999px;
  background: #12141a;
  color: #fff;
  text-align: center;
  padding: 10px 12px 11px;
  font-size: clamp(14px, 1.05rem, 28px);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.results-pdf {
  background: #fff;
  padding: 88px 0 0;
}

.results-pdf .container {
  position: relative;
}

.results-wrap {
  position: relative;
  border-radius: 54px;
  background: #12141a;
  padding: 125px 74px;
}

.results-red-star {
  position: absolute;
  left: 24px;
  top: -150px;
  width: 250px;
}

.results-pill {
  display: inline-block;
  border-radius: 999px;
  background: #fff;
  color: #111420;
  font-weight: 600;
  padding: 6px 18px;
  font-size: 20px;
  line-height: 1.05;
  margin-bottom: 30px;
}

.results-title {
  font-size: 62px;
  line-height: 0.94;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.results-copy {
  font-size: 16px;
  line-height: 1.25;
  color: #f3f3f5;
  max-width: 900px;
}

.results-visual {
  position: absolute;
  right: 34px;
  bottom: 0;
  width: min(760px, 50%);
}

.results-white-star {
  position: absolute;
  left: 24px;
  top: 170px;
  width: min(360px, 52%);
  height: min(360px, 52%);
  background: #fff;
  clip-path: polygon(50% 0%,
      64% 36%,
      100% 50%,
      64% 64%,
      50% 100%,
      36% 64%,
      0% 50%,
      36% 36%);
  opacity: 0.92;
}

.results-person {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.results-name {
  position: absolute;
  right: 20px;
  bottom: 188px;
  z-index: 3;
  background: #19d0e5;
  color: #0e1220;
  border-radius: 999px;
  font-size: clamp(24px, 2.3rem, 56px);
  font-weight: 700;
  padding: 10px 34px;
}

.results-user {
  position: absolute;
  right: 20px;
  bottom: 136px;
  z-index: 3;
  background: #ff1f5d;
  color: #fff;
  border-radius: 999px;
  font-size: clamp(18px, 1.35rem, 32px);
  padding: 8px 28px 9px 24px;
  line-height: 1;
  font-weight: 600;
}

.results-user .at {
  background: #fff;
  color: #ff1f5d;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-weight: 800;
}

.benefits-pdf {
  background: #fff;
  padding: 84px 0 92px;
  color: #101521;
}

.benefits-pill {
  display: inline-block;
  background: #12141a;
  color: #fff;
  border-radius: 999px;
  padding: 10px 56px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 26px;
}

.benefits-copy {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  max-width: 1320px;
  margin: 0 auto 54px;
  font-weight: 600;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.benefit-card {
  background: #cbccce8a;
  border-radius: 34px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 190px;
}

.benefit-icon {
  width: 116px;
  height: 116px;
  border-radius: 26px;
  object-fit: cover;
  flex: 0 0 116px;
}

.benefit-text h5 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 600;
  color: #111521;
}

.benefit-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.16;
  color: #1a202c;
  max-width: 360px;
}

.events-pdf {
  background: #13151c;
  padding: 92px 0;
  color: #fff;
}

.events-pill {
  display: inline-block;
  background: #fff;
  color: #101521;
  border-radius: 999px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6rem;
}

.events-title {
  font-size: 62px;
  line-height: 0.95;
  margin: 0 0 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.events-copy {
  margin: 0;
  color: #f4f5f8;
  font-size: 16px;
  line-height: 1.25;
  max-width: 620px;
  font-weight: 400;
}

.events-card {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #0d1019;
}

.events-card img {
  width: 100%;
  height: 29rem;
  object-fit: cover;
  display: block;
}

.events-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(7, 8, 12, 0.72),
      rgba(7, 8, 12, 0.1) 45%,
      rgba(7, 8, 12, 0.12));
}

.events-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  gap: 50px;
  align-items: flex-end;
  padding: 0 60px 35px;
}

.events-date-badge {
  background: #fff;
  color: #101521;
  border-radius: 18px;
  width: 148px;
  min-width: 148px;
  text-align: center;
  padding: 12px 8px 14px;
  line-height: 1;
}

.events-date-badge .d {
  display: block;
  font-size: 60px;
  font-weight: 700;
}

.events-date-badge .m {
  display: block;
  margin-top: -4px;
  font-size: 37px;
  font-weight: 600;
}

.events-info h4 {
  margin: 0 0 8px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.02;
}

.events-info p {
  margin: 0;
  color: #f2f4f8;
  font-size: 16px;
  line-height: 1.2;
}

.blog-pdf {
  background: #fff;
  padding: 88px 0 110px;
  overflow: hidden;
}

.blog-pdf .container {
  position: relative;
}

.blog-pdf .container::before {
  content: '';
  position: absolute;
  top: -145px;
  left: -52px;
  width: 220px;
  height: 220px;
  /* background: url('../../newDiseno/Destello Celeste_1.png') center/cover no-repeat; */
}

.blog-pdf .container::after {
  content: '';
  position: absolute;
  right: -16px;
  bottom: -172px;
  width: 220px;
  height: 220px;
  /* background: url('../../newDiseno/Destello Rojo_1.png') center/cover no-repeat; */
}

.blog-pill {
  display: inline-block;
  background: #12141a;
  color: #fff;
  border-radius: 999px;
  padding: 10px 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 54px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

.blog-card {
  background: #15171d;
  border-radius: 34px;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-card .body {
  padding: 24px 35px 5px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.02;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-red-line {
  width: 90px;
  height: 7px;
  border-radius: 999px;
  background: #ff235f;
  margin-bottom: 18px;
}

.blog-desc {
  margin: 0;
  color: #f3f4f8;
  font-size: 16px;
  line-height: 1.2;
  max-width: 420px;
}

.contact-pdf {
  background: url('../../newDiseno/Fondo Degradado.jpg') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.contact-tag {
  display: inline-block;
  background: #fff;
  color: #111521;
  border-radius: 999px;
  padding: 8px 22px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-figure-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-star-white {
  position: absolute;
  left: 4%;
  top: 30%;
  width: 62%;
  max-width: 360px;
  z-index: 1;
}

.contact-cam {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 140px;
  z-index: 2;
}

.contact-live-icon {
  position: absolute;
  right: 12%;
  top: 36%;
  width: 132px;
  z-index: 2;
}

.contact-spark {
  position: absolute;
  left: 18%;
  bottom: 8%;
  width: 120px;
  z-index: 2;
}

.contact-person {
  z-index: 3;
  width: min(100%, 687px);
  display: block;
  margin: 0 auto;
  bottom: -120px;
}

.contact-form-shell {
  background: #15171d;
  border-radius: 56px;
  padding: 42px 52px 84px;
  position: relative;
  max-width: 620px;
  margin-left: auto;
}

.contact-form-title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.02;
}

.contact-form-line {
  width: 90px;
  height: 6px;
  border-radius: 999px;
  background: #1ad5ea;
  margin: 12px auto 24px;
}

.contact-form-shell label {
  color: #f3f4f8;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-form-shell .form-control {
  border: none;
  border-radius: 18px;
  background: #d9d9db;
  color: #232630;
  height: 58px;
  font-size: clamp(18px, 1.2rem, 27px);
  padding: 10px 18px;
}

.contact-form-shell textarea.form-control {
  height: 170px;
  resize: none;
  padding-top: 12px;
}

.contact-submit {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  border: none;
  border-radius: 999px;
  background: #f0f1f4;
  color: #15171d;
  font-weight: 600;
  font-size: 25px;
  padding: 22px 60px;
  min-width: 260px;
  text-transform: uppercase;
}

.contact-whats {
  position: fixed;
  right: 30px;
  bottom: 28px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #22d664;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  text-decoration: none;
  z-index: 9999;
  &:hover{
    color: white;
    text-decoration: none;
  }
}

.footer-pdf {
  background: #05070c;
  color: #fff;
  padding: 80px 0 26px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1.8fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-logo {
  width: min(210px, 100%);
  display: block;
  margin-bottom: 22px;
}

.footer-claim {
  margin: 0;
  color: #7f858f;
  font-size: 16px;
  line-height: 1.35;
  text-transform: uppercase;
  max-width: 530px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 56px;
  max-width: 520px;
  margin-inline: auto;
}

.footer-nav a {
  color: #f4f5f9;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 500;
}

.footer-social-title {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 600;
  color: #f4f5f9;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-social-links a {
  color: #f4f5f9;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  margin: 32px 0 22px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: #7f858f;
  font-size: clamp(18px, 1.1rem, 25px);
}

.footer-bottom strong {
  color: #ffffff;
  font-weight: 700;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #7f858f;
  text-decoration: none;
  font-size: 16px;
}

@media (min-width: 991px) {
  .contact-person{
    position: absolute;
  }
}

@media (max-width: 991px) {
  .live-logo {
    width: 130px;
  }

  .live-navbar .nav-item {
    margin-left: 0;
  }

  .hero {
    text-align: center;
    min-height: auto;
    padding-top: 90px;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-btn {
    margin-bottom: 24px;
  }

  .about-video {
    text-align: center;
    padding: 56px 0;
  }

  .about-video-card {
    min-height: 280px;
    margin-bottom: 26px;
    border-radius: 22px;
  }

  .about-pill {
    font-size: 20px;
  }

  .about-title {
    font-size: 42px;
  }

  .about-copy {
    font-size: 22px;
  }

  .courses-pill {
    font-size: 24px;
    padding: 8px 32px;
  }

  .courses-copy {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .courses-row {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 10px;
  }

  .course-pdf-card {
    min-width: 272px;
    min-height: 390px;
  }

  .course-pdf-img {
    height: 160px;
  }

  .course-pdf-tag {
    font-size: 12px;
    border-width: 1px;
  }

  .course-pdf-title {
    font-size: 34px;
    min-height: 72px;
  }

  .course-pdf-btn {
    font-size: 20px;
  }

  .results-pdf {
    padding: 6px 0 6px;
  }

  .results-wrap {
    min-height: auto;
    border-radius: 28px;
    padding: 30px 20px 20px;
  }

  .results-red-star {
    width: 140px;
    left: 10px;
    top: -74px;
  }

  .results-pill {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .results-title {
    font-size: 54px;
    margin-bottom: 16px;
  }

  .results-copy {
    font-size: 22px;
    max-width: 100%;
  }

  .results-visual {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }

  .results-white-star {
    width: 180px;
    height: 180px;
    left: 50%;
    top: 56px;
    transform: translateX(-50%);
  }

  .results-name {
    font-size: 28px;
    right: 14px;
    bottom: 66px;
    padding: 10px 20px;
  }

  .results-user {
    right: 14px;
    bottom: 22px;
    font-size: 17px;
    padding: 8px 16px;
  }

  .results-user .at {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .benefits-pdf {
    padding: 56px 0;
  }

  .benefits-pill {
    font-size: 24px;
    padding: 9px 32px;
    margin-bottom: 20px;
  }

  .benefits-copy {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .benefit-card {
    min-height: auto;
    border-radius: 20px;
    padding: 16px;
    gap: 14px;
  }

  .benefit-icon {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    flex-basis: 76px;
  }

  .benefit-text h5 {
    font-size: 32px;
    margin-bottom: 6px;
  }

  .benefit-text p {
    font-size: 22px;
  }

  .events-pdf {
    padding: 56px 0;
  }

  .events-card {
    min-height: 320px;
    border-radius: 24px;
    margin-top: 20px;
  }

  .events-pill {
    margin-bottom: 16px;
  }

  .events-title {
    font-size: 54px;
    margin-bottom: 14px;
  }

  .events-copy {
    font-size: 22px;
    max-width: 100%;
  }

  .events-content {
    gap: 10px;
    padding: 0 12px 12px;
    align-items: center;
  }

  .events-date-badge {
    width: 80px;
    min-width: 80px;
    border-radius: 10px;
    padding: 6px 4px;
  }

  .events-date-badge .d {
    font-size: 34px;
  }

  .events-date-badge .m {
    font-size: 24px;
    margin-top: 0;
  }

  .events-info h4 {
    font-size: 34px;
    margin-bottom: 4px;
  }

  .events-info p {
    font-size: 18px;
    line-height: 1.15;
  }

  .blog-pdf {
    padding: 56px 0;
  }

  .blog-pill {
    margin-bottom: 24px;
    padding: 9px 34px;
    font-size: 24px;
  }

  .blog-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .blog-card {
    min-width: 296px;
    min-height: 420px;
    border-radius: 22px;
  }

  .blog-card img {
    height: 170px;
  }

  .blog-card .body {
    padding: 16px;
  }

  .blog-title {
    font-size: 34px;
    margin-bottom: 8px;
  }

  .blog-red-line {
    width: 70px;
    height: 5px;
    margin-bottom: 12px;
  }

  .blog-desc {
    font-size: 21px;

  }

  .contact-pdf {
    padding: 46px 0 0;
  }

  .contact-tag {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .contact-figure-wrap {
    min-height: auto;
    margin-bottom: 16px;
  }

  .contact-cam {
    width: 100px;
    left: 4%;
    top: 8%;
  }

  .contact-live-icon {
    width: 94px;
    right: 8%;
    top: 22%;
  }

  .contact-star-white {
    max-width: 240px;
    left: 2%;
    top: 20%;
  }

  .contact-spark {
    width: 84px;
    left: 10%;
    bottom: 6%;
  }

  .contact-person {
    max-width: 360px;
  }

  .contact-form-shell {
    border-radius: 24px;
    padding: 22px 16px 66px;
    margin: 0;
  }

  .contact-form-title {
    font-size: 38px;
  }

  .contact-form-line {
    margin-bottom: 16px;
  }

  .contact-form-shell label {
    font-size: 20px;
  }

  .contact-form-shell .form-control {
    height: 48px;
    border-radius: 12px;
    font-size: 18px;
  }

  .contact-form-shell textarea.form-control {
    height: 130px;
  }

  .contact-submit {
    min-width: 200px;
    font-size: 24px;
    padding: 8px 26px;
    bottom: -18px;
  }

  .contact-whats {
    width: 56px;
    height: 56px;
    font-size: 30px;
    right: 10px;
    bottom: 10px;
  }

  .footer-pdf {
    padding-top: 46px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-logo {
    width: 160px;
    margin-bottom: 12px;
  }

  .footer-claim {
    font-size: 16px;
    max-width: 100%;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 22px;
    margin: 0;
  }

  .footer-nav a {
    font-size: 26px;
  }

  .footer-social-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-social-links a {
    font-size: 34px;
  }

  .footer-divider {
    margin: 34px 0 16px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    gap: 10px;
  }

  .footer-legal {
    gap: 18px;
  }
}