.div-circle-miembros img {
  border-radius: 100% !important;
}
.profile-company br {
  margin-bottom: 1px; /* Muy pequeño espacio después de cada <br> */
}

.profile-company p {
  line-height: 1.2; /* O ajusta según sea necesario, pero sin afectar demasiado */
}

.profile-company span {
  font-size: 9px; /* Tamaño de fuente ajustado si es necesario */
}
.profile-name {
  margin-bottom: 0px !important;
}
/**/
.container {
  max-width: 1120px !important;
}
/*NUEVO CSS*/
.nuevo-par {
  color: #f5f5f6;
  font-family: "Helvetica neue thin";
  font-size: clamp(24px, 3vw, 35px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(1.2, 1.05, 1.5);
}
.nuevo-par-italic {
  color: #f5f5f6;
  font-family: "Fraunces";
  font-size: clamp(26px, 4vw, 38px);
  font-style: italic;
  font-weight: 400;
  line-height: clamp(32px, 5vw, 47px); /* More responsive */
}
.title-hero-noaway {
  color: var(--Neutro-100, #ffffff);
  font-family: "Helvetica Neue bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  margin-top: 145px;
  margin-left: 100px;
}
.spn-title-hero-noaway {
  color: var(--Neutro-100, #ffffff);
  font-family: "Fraunces";
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 70px;
}
.title-absolute-video {
  top: 200px;
  left: 20%;
}
.par-absolute-video {
  top: 500px;
  left: 20%;
}
.par-trans-white-light {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue thin";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-left: 100px;
  width: 45%;
}
.par-trans-white-light-italic {
  color: var(--Neutro-100, #fff);
  font-family: Fraunces;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 95% !important;
  }
}
/*Circle principios*/
.par-cursos-princ-container {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
a {
  text-decoration: none !important;
}
.circle-number-princ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #000;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
  flex-shrink: 0;
  color: #000;
  font-family: "Helvetica Neue bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -5px;
}

.par-cursos-princ-text {
  flex: 1;
}

.par-bold2-cursos-princ {
  font-weight: bold;
  margin: 0;
}

.par-cursos-princ-text p {
  margin: 0;
  line-height: 1.5;
}

/**/
.video-container-principios {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-bg-principios {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content-container-principios {
  position: relative;
  z-index: 1;
}

.video-banner {
  position: relative;
  overflow: hidden;
  height: auto;
}
.video-banner-cursos video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.video-banner-cursos .content {
  position: relative;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-banner-cursos .content .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0;
}
.par-hero-cursos-pr-white {
  color: var(--Neutro-100, #fff);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px; /* 93.75% */
  margin-top: 140px !important;
  margin-bottom: 60px;
}
.spn-hero-cursos-pr-white {
  color: var(--Neutro-100, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 22px;
}
.spn2-hero-cursos-pr-white {
  color: var(--Neutro-100, #fff);
  font-family: "Fraunces";
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}
.video-banner-cursos .divider {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100vh;
  background-color: #1d1d1b;
  z-index: 2;
  transform: translateX(-50%);
}
.par-hero-titl-blue {
  color: var(--Principal-400, #1d1d1b);
  font-family: Helvetica;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
}
.par-hero-titl-white {
  color: var(--Neutro-100, #1d1d1b);
  font-family: Helvetica;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  margin-bottom: 44px;
}
.par-cursos-hero-white {
  color: #1d1d1b;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
  width: 90%;
}
.par-hero-cursos-pr-blk {
  color: var(--Neutro-100, #1d1d1b);
  font-family: "Helvetica Neue thin";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 22px;
}
.spn-hero-cursos-pr-blk {
  color: var(--Neutro-100, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 22px;
}
.spn2-hero-cursos-pr-blk {
  color: var(--Neutro-100, #1d1d1b);
  font-family: Fraunces;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 22px;
}
.par-hero-titl-green {
  color: var(--Principal-400, #1d1d1b);
  font-family: Helvetica;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
}
.par-hero-titl-blk {
  color: var(--Neutro-100, #1d1d1b);
  font-family: Helvetica;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  margin-bottom: 44px;
}
.par-cursos-hero-blk {
  color: #1d1d1b;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
  width: 90%;
}
.video-blue-background {
  position: relative;
  overflow: hidden;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.profile-container {
  position: relative;
}

.profile-img {
  width: 100%;
  height: 100%;
}

.profile-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    201,
    234,
    23,
    0
  ); /* Color de fondo invisible inicialmente */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%; /* Sigue siendo un círculo */
}

.profile-info p {
  font-size: 10px;
}
.profile-info img,
.profile-info p {
  margin: 0;
  color: #000;
  font-weight: 300;
  font-family: "Helvetica Neue light";
  line-height: 17px;
}
.profile-container:hover .profile-info {
  opacity: 1;
  visibility: visible;
  background-color: #c9ea17;
  clip-path: circle(
    47% at 50% 50%
  ); /* Recorta el fondo en un círculo perfecto */
}
.profile-linkedin {
  padding-top: 10px;
}
.timeline-cursos {
  position: relative;
  padding: 20px;
  margin-left: 20px;
  border-left: 2px solid transparent; /* Para evitar conflictos visuales */
}

.timeline-item {
  position: relative;
  margin-top: 62px; /* Márgen superior deseado */
  padding-left: 30px;
}

.timeline-item .circle {
  position: absolute;
  left: -60px;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: #c9ea17;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 60px;
  font-style: normal;
  line-height: 113.4%; /* 68.04px */
  border: 2px solid #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #000;
  font-family: Fraunces;
}

.timeline-item .line {
  position: absolute;
  left: -20px; /* Ajuste horizontal de la línea */
  top: 80px; /* Inicia justo donde termina el círculo */
  width: 2px;
  height: calc(
    100% - 4px
  ); /* Altura dinámica para evitar que sobresalga del círculo */
  background-color: #000;
}

.timeline-item .content {
  margin-left: 10px;
}

.timeline-item h4 {
  color: #000;
  font-family: "Helvetica Neue bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.timeline-item p {
  color: #000;
  font-family: "Helvetica Neue thin";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 70%;
}

.position-par-info-01 {
  margin-top: 115px;
}

.position-par-info-02 {
  text-align: center;
  z-index: 999 !important;
}

.bg-image-ribbon-blue {
  background-image: url(../assets/images/cursos/img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20%;
  height: 105vh;
}
.title-bold-cursos {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
}
.title-bold-cursos-12 {
  color: var(--Principal-800, #ffffff);
  font-family: "Helvetica Neue bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}
.par-cursos2 {
  padding-left: 380px;
}
.par-cursos {
  color: #000;
  font-family: "Helvetica Neue light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 72%;
  margin: auto;
}
p .profile-name {
  font-size: 12px !important;
}
.par-cursos-princ {
  color: #000;
  font-family: "Helvetica Neue light";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 72%;
  margin: auto;
}
.par-cursos-white {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.par-cursos-white-bold {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue normal";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title-italic-cursos {
  color: var(--Principal-800, #1d1d1b);
  font-family: Fraunces;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}
.title-italic-cursos-12 {
  color: var(--Principal-800, #ffffff);
  font-family: Fraunces;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}
.title-italic-cursos-blue {
  color: #00d9d7;
  font-family: Fraunces;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 75px;
}
.par-bold-noaway {
  color: var(--Principal-800, #1d1d1b);
  font-family: Fraunces;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}
.par-bold2-cursos {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.par-bold2-cursos-princ {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.par-col-somos {
  color: var(--Principal-800, #1d1d1b);
  text-align: center;
  font-family: "Helvetica Neue light";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.par-bold-col-somos {
  color: var(--Principal-800, #1d1d1b);
  font-family: Fraunces;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.w-45 {
  width: 45%;
}
.w-62 {
  width: 62%;
}
.w-65 {
  width: 100%;
}
.w-70 {
  width: 70%;
}
.w-75px {
  width: 75%;
}
.w-125px {
  width: 125px !important;
}
.w-80 {
  width: 80%;
}
.mt-10px {
  margin-top: 10px;
}
.mt-17px {
  margin-top: 17px;
}
.mt-26px {
  margin-top: 26px !important;
}
.mt-27px {
  margin-top: 28px !important;
}
.mt-33px {
  margin-top: 33px !important;
}
.mt-46px {
  margin-top: 46px;
}
.mt-49px {
  margin-top: 49px;
}
.mt-51px {
  margin-top: 51px !important;
}
.mt-54px {
  margin-top: 54px !important;
}
.mt-61px {
  margin-top: 61px !important;
}
.mt-63px {
  margin-top: 63px !important;
}
.mt-65px {
  margin-top: 65px !important;
}
.mt-71px {
  margin-top: 71px !important;
}
.mt-74px {
  margin-top: 74px !important;
}
.mt-82px {
  margin-top: 82px !important;
}
.mt-83px {
  margin-top: 83px !important;
}
.mt-96px {
  margin-top: 67px !important;
}
.mt-96px2 {
  margin-top: 67px !important;
}
.pt-103px {
  padding-top: 103px;
}
.pt-109px {
  padding-top: 67px;
}
.mt-109px {
  margin-top: 50px;
}
.mt-116px {
  margin-top: 67px;
}
.mt-117px {
  margin-top: 117px;
}
.mt-130px {
  margin-top: 67px;
}
.mt-131px {
  margin-top: 67px !important;
}
.mt-148px {
  margin-top: 131px !important;
}
.mt-159px {
  margin-top: 67px !important;
}

.mt-300px {
  margin-top: 300px !important;
}
.mb-120px {
  margin-bottom: 120px !important;
}
.mb-194px {
  margin-bottom: 194px;
}
.mb-29px {
  margin-bottom: 29px;
  height: 80px;
}
.mb-40px {
  margin-bottom: 40px !important;
}
.mb-48px {
  margin-bottom: 48px !important;
}
.mb-96px {
  margin-bottom: 67px !important;
}
.mb-113px {
  margin-bottom: 113px;
}
.mb-120px {
  margin-bottom: 120px !important;
}
.pt-24px {
  padding-top: 24px;
}
.pt-27px {
  padding-top: 27px;
}
.pt-250px {
  padding-top: 250px;
}
.pt-72px {
  padding-top: 72px;
}
.pt-74px {
  padding-top: 74px;
}
.pt-82px {
  padding-top: 82px !important;
}
.pt-86px {
  padding-top: 86px !important;
}
.pt-93px {
  padding-top: 93px;
}
.pt-115px {
  padding-top: 35px;
}
.pt-130px {
  padding-top: 130px;
}
.pt-75px {
  padding-top: 75px !important;
}
.pb-75px {
  padding-bottom: 75px;
}
.pb-90px {
  padding-bottom: 90px !important;
}
.pb-115px {
  padding-bottom: 67px !important;
}
.pb-126px {
  padding-bottom: 126px !important;
}
.pl-20percent {
  padding-left: 20% !important;
}
.pr-20percent {
  padding-right: 20% !important;
}
.btn-somos-noaway {
  background-color: #00d9d7 !important;
  border-radius: 30px !important;
  border: 1px solid #00d9d7 !important;
  padding: 15px 30px !important;
  color: #1d1d1b !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Helvetica Neue bold" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 1.28px !important;
}
.btn-somos-noaway:hover {
  background-color: #1d1d1b !important;
  color: #00d9d7 !important;
  border: 1px solid #1d1d1b !important;
}
.par-mejorar {
  color: var(--Principal-800, #1d1d1b);
  text-align: center;
  font-family: "Helvetica bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 113.4%;
  padding-left: 80px;
  padding-left: 380px;
}
.par-spn-mejorar {
  color: var(--Principal-800, #1d1d1b);
  font-family: Fraunces;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 71px;
}
.content-container {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
}

.text-container {
  text-align: left;
  margin-right: 60px;
}

.video-container {
  flex-shrink: 0;
}

#sello {
  max-width: 200px;
  height: auto;
  margin-top: 0px;
}
.read-more {
  color: #1d1d1b;
}
.read-more-btn {
  color: #1d1d1b;
  font-size: 15px;
  border-bottom: 1px solid;
}
.read-more-btn:hover {
  color: #c9ea17;
}
.hidden-content {
  display: none;
}
.par-hidden {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue thin";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.text-bluebg-white {
  color: var(--Principal-400, #fff);
  text-align: center;
  font-family: "Helvetica medium";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  width: 100%;
  letter-spacing: 2px;
  /* width: 70%; */
  padding-top: 67px;
  padding-bottom: 90px;
}
.spntext-bluebg-white {
  color: var(--Neutro-100, #fff);
  font-family: "Fraunces";
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
}
.par-bluebg-white {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue thin";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
  padding-top: 67px;
  /* padding-left: 100px; */
  padding-bottom: 0px;
}
.spnbld-par-bluebg-white {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.position-team {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}
.bg-green-12 {
  background-color: #c9ea17;
}
.bg-blue-incompany {
  background-color: #00d9d7;
}
.curve-01-cursos {
  position: absolute;
  left: 0;
}
.curve-02-cursos {
  position: absolute;
  right: 0;
  margin-top: 540px;
}
.curve-infografia-cursos {
  position: absolute;
  left: 0;
}
.title-diferencia {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.spn-title-diferencia {
  color: #000;
  font-family: Fraunces;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.par-col-cur-in-bld {
  color: var(--Principal-800, #1d1d1b);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.par-col-cur-in {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue thin";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.title-selector {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-left: 80px !important;
  line-height: normal;
}
.par-selector {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 80px;
  margin-top: -10px;
}
.form-select {
  --bs-form-select-bg-img: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  color: #00d9d7 !important;
  background-color: #2b2c30 !important;
  background-image: url(../assets/images/cursos/arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #2b2c30 !important;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: -0.16px !important;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgb(13 110 253 / 0%) !important;
}
.btn-hero-noaway-cursos {
  background-color: #00d9d7 !important;
  border-radius: 30px !important;
  border: 1px solid #1d1d1b !important;
  padding: 15px 30px !important;
  color: #1d1d1b !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Helvetica Neue bold" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 1.28px !important;
}
.btn-hero-noaway-cursos:hover {
  background-color: #1d1d1b !important;
  color: #00d9d7 !important;
  border: 1px solid #1d1d1b !important;
}
.btn-hero-noaway-green-cursos {
  background-color: #c9ea17 !important;
  border-radius: 30px !important;
  border: 1px solid #1d1d1b !important;
  padding: 15px 30px !important;
  color: #1d1d1b !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Helvetica Neue bold" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 1.28px !important;
}
.btn-hero-noaway-green-cursos:hover {
  background-color: #1d1d1b !important;
  color: #c9ea17 !important;
  border: 1px solid #1d1d1b !important;
}

/* Estilos básicos */
.curve-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 115px;
}

.curve {
  width: 100%;
  height: auto;
}

.circle-green {
  position: absolute;
  width: 285px;
  height: 285px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  line-height: 1.4;
}

.circle-green h2 {
  margin: 0;
  padding: 50px 0px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Helvetica Neue bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center !important;
}

.circle-green h2 em {
  color: #000;
  font-family: Fraunces;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.circle-text {
  position: absolute;
  width: 200px;
  color: #555;
  text-align: center;
  color: #000;
  font-family: "Helvetica Neue light";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* Posicionamiento inicial */
#circle-1 {
  top: 75px;
  left: 300px;
}

#text-1 {
  top: 187px;
  left: 648px;
}

#circle-2 {
  top: 522px;
  left: 475px;
}

#text-2 {
  top: 382px;
  left: 520px;
}

#circle-3 {
  top: 335px;
  left: 838px;
}

#text-3 {
  top: 695px;
  left: 885px;
}

#circle-4 {
  top: 0px;
  right: 585px;
}

#text-4 {
  top: 115px;
  right: 330px;
}

#circle-5 {
  top: 270px;
  right: 240px;
}

#text-5 {
  top: 625px;
  right: 285px;
}
.card-black-cursos {
  background-color: #1d1d1b !important;
  padding: 20px;
  margin-bottom: 36px;
}
.h3-sapiens-blue {
  color: var(--Principal-400, #00d9d7);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 80% */
  text-align: left;
}
.spn-h3-sapiens-blue {
  color: var(--Principal-400, #00d9d7);
  font-family: "Fraunces";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
}
.title-cursos-blue {
  color: var(--Principal-400, #00d9d7);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 80% */
}
.h3-sapiens-green {
  color: var(--Principal-400, #c9ea17);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 80% */
  text-align: left;
}
.spn-h3-sapiens-green {
  color: var(--Principal-400, #c9ea17);
  font-family: "Fraunces";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
}
.title-cursos-green {
  color: var(--Principal-400, #c9ea17);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 80% */
}
.h3-sapiens-brown {
  color: var(--Principal-400, #ddab80);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 80% */
  text-align: left;
}
.spn-h3-sapiens-brown {
  color: var(--Principal-400, #ddab80);
  font-family: "Fraunces";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
}
.title-cursos-brown {
  color: var(--Principal-400, #ddab80);
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 80% */
}

.btn-ver-cursos {
  background-color: #1d1d1b !important;
  border-radius: 30px !important;
  border: 1px solid #1d1d1b !important;
  padding: 15px 30px !important;
  color: #c9ea17 !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Helvetica Neue bold" !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 1.28px !important;
}

.btn-ver-cursos:hover {
  background-color: #c9ea17 !important;
  color: #1d1d1b !important;
  border: 1px solid #c9ea17 !important;
}
.desktop-info {
  display: flex;
  flex-direction: row;
}
.desktop-info-dos {
  display: flex;
  flex-direction: column;
}
.mobile-info {
  display: none;
}
.row-banner-bk {
  width: 75% !important;
}
.image-incomp {
  margin-bottom: 67px;
}
.nucirulo {
  width: 6% !important;
  margin-top: 20px;
  position: absolute;
}
/*NUEVO CSS*/
.title-bold-empresa {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-style: normal;
  font-weight: 700;

  font-size: clamp(24px, 5vw, 50px);
  line-height: clamp(24px, 5vw, 50px) !important;
}
.titulo-caso {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 104.167% */
}
.par-caso {
  color: #000;
  font-family: "Helvetica Neue light";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: auto;
}
.btn-cta-caso {
  background: transparent;
  border: 1px solid var(--primary-blue);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1d1d1b;
  transition: opacity 0.3s ease;
  text-decoration: none;
  font-size: 13px;
}
.btn-cta-caso:hover {
  background: var(--primary-blue);
  color: #1d1d1b;
}
.video-hero-trans {
  position: relative;
  overflow: hidden;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-hero-trans video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-hero-trans .content {
  color: #fff;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-hero-trans .content .row {
  margin: 0;
  padding: 0;
}
/* RESPONSIVE DESIGN */

/* Pantallas medianas (tablets y pequeñas laptops) */
@media (max-width: 1024px) {
  .circle-green {
    width: 200px;
    height: 200px;
  }

  .circle-green h2 {
    font-size: 18px;
  }

  .circle-text {
    font-size: 16px;
    width: 180px;
  }

  #circle-1 {
    top: 100px;
    left: 50px;
  }

  #text-1 {
    top: 320px;
    left: 50px;
  }

  #circle-2 {
    top: 350px;
    left: 150px;
  }

  #text-2 {
    top: 550px;
    left: 150px;
  }

  #circle-3 {
    top: 200px;
    left: 350px;
  }

  #text-3 {
    top: 430px;
    left: 350px;
  }

  #circle-4 {
    top: 100px;
    left: 550px;
  }

  #text-4 {
    top: 320px;
    left: 550px;
  }

  #circle-5 {
    top: 300px;
    left: 750px;
  }

  #text-5 {
    top: 520px;
    left: 750px;
  }
}

/* Pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .curve-container {
    text-align: center;
  }

  .circle-green {
    width: 150px;
    height: 150px;
  }

  .circle-green h2 {
    font-size: 16px;
  }

  .circle-text {
    font-size: 14px;
    width: 150px;
  }

  #circle-1,
  #circle-2,
  #circle-3,
  #circle-4,
  #circle-5 {
    position: static; /* Permite apilar círculos verticalmente */
    margin: 20px auto;
  }

  #text-1,
  #text-2,
  #text-3,
  #text-4,
  #text-5 {
    position: static; /* Alinea el texto con cada círculo */
    margin-bottom: 20px;
  }
}

/*Media Queries*/
@media (min-width: 0px) and (max-width: 499px) {
  .video-hero-trans {
    height: 80vh;
  }
  .video-hero-trans .content .row {
    width: 80% !important;
  }
  .title-hero-noaway {
    font-size: 22px;
    line-height: 22px;
  }
  .spn-title-hero-noaway {
    font-size: 24px;
    line-height: 28px;
  }
  .title-hero-noaway {
    margin-left: 50px;
  }
  .card-black-cursos {
    width: 100%;
  }
  .btn-hero-noaway-green-cursos {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
  .btn-hero-noaway-cursos {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
  .pt-86px {
    padding-top: 30px !important;
  }
  .w-65 {
    width: 80%;
  }
  .video-hero-noaway {
    height: 50vh;
  }
  .video-hero-noaway .content .row {
    width: 80% !important;
  }

  .title-bold-cursos {
    font-size: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 20px !important;
  }
  .par-cursos {
    font-size: 16px;
    width: 90%;
  }
  .mt-96px2 {
    margin-top: 20px !important;
  }
  .row-banner-bk {
    width: 100% !important;
  }
  .mt-61px {
    margin-top: 0px !important;
  }
  .par-cursos-princ {
    font-size: 16px;
    line-height: 16px;
  }
  .par-bold-noaway {
    font-size: 16px;
  }
  .par-col-somos {
    font-size: 18px;
  }
  .par-bold-col-somos {
    font-size: 16px;
    line-height: 16px;
  }
  .mt-40px {
    margin-top: 40px;
  }
  .mt-116px {
    margin-top: 0px;
  }
  .mt-130px {
    margin-top: 30px;
  }
  .mt-65px {
    margin-top: 15px !important;
  }
  .mb-113px {
    margin-bottom: 80px;
  }

  .mt-117px {
    margin-top: 80px;
  }
  .mt-148px {
    margin-top: 45px !important;
  }

  .btn-somos-noaway {
    padding: 8px 25px !important;
    font-size: 14px !important;
  }
  .mt-46px {
    margin-top: 20px;
  }
  .w-95 {
    width: 95% !important;
  }
  .w-62 {
    width: 100%;
  }
  .w-70 {
    width: 65%;
  }
  .w-75px {
    width: 100% !important;
  }
  .par-mejorar {
    font-size: 30px;
    line-height: 30px;
    text-align: center !important;
    padding: 0px !important;
    margin-top: 20px !important;
  }
  .par-cursos2 {
    padding-left: 0px;
  }
  .par-spn-mejorar {
    font-size: 33px;
    line-height: 0;
  }
  .pt-74px {
    padding-top: 0;
  }
  .mb-120px {
    margin-bottom: 0 !important;
  }
  .container {
    padding: 0;
  }
  .mt-74px {
    margin-top: 20px !important;
  }
  .w-125px {
    width: 160px !important;
  }
  .pt-82px {
    padding-top: 40px !important;
  }
  .mt-96px {
    margin-top: 0px !important;
  }
  .title-selector {
    font-size: 20px;
  }
  .par-selector {
    font-size: 16px;
  }
  .mt-109px {
    margin-top: 30px;
  }
  .mt-131px {
    margin-top: 30px !important;
  }
  .par-bold2-cursos {
    font-size: 14px;
  }
  .par-bold2-cursos-princ {
    font-size: 16px;
  }
  .pt-130px {
    padding-top: 30px;
  }
  .pb-75px {
    padding-bottom: 30px;
  }

  .pt-75px {
    padding-top: 30px !important;
  }
  .pt-72px {
    padding-top: 20px;
  }
  .title-italic-cursos {
    font-size: 35px;
    line-height: 35px;
  }
  .title-italic-cursos-blue {
    font-size: 30px;
    line-height: 30px;
  }
  .text-bluebg-white {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0px;
    width: 100%;
  }
  .par-bluebg-white {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .spntext-bluebg-white {
    font-size: 30px;
    line-height: 30px;
  }
  .div-circle-miembros {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div-circle-miembros img {
    width: 80% !important;
    height: 80% !important;
    display: block;
    margin: auto;
  }

  .profile-info {
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    top: 0px;
    left: 20px;
    text-align: center; /* Asegura que el texto también esté centrado */
  }

  #comunidad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-container {
    width: 44% !important;
  }
  .desktop-info {
    display: none;
  }
  .mobile-info {
    display: block;
  }
  .container {
    padding: 10px;
  }
  .par-hero-cursos-pr-white {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .spn2-hero-cursos-pr-white {
    font-size: 30px;
    line-height: 30px;
  }
  .h3-sapiens-blue {
    font-size: 18px;
    line-height: 18px;
  }
  .spn-h3-sapiens-blue {
    font-size: 20px;
  }

  .h3-sapiens-green {
    font-size: 18px;
    line-height: 18px;
  }
  .spn-h3-sapiens-green {
    font-size: 20px;
  }
  .h3-sapiens-brown {
    font-size: 18px;
    line-height: 18px;
  }
  .spn-h3-sapiens-brown {
    font-size: 20px;
  }
  .title-cursos-blue {
    font-size: 18px;
    line-height: 18px;
  }
  .title-cursos-green {
    font-size: 18px;
    line-height: 18px;
  }
  .title-cursos-brown {
    font-size: 18px;
    line-height: 18px;
  }
  .col-md-11 {
    width: 80% !important;
  }
  .col-md-1 {
    width: 20% !important;
  }
  .btn-ver-cursos {
    padding: 8px 25px !important;
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  #sello {
    max-width: 140px;
  }
  .image-incomp {
    width: 100%;
    padding-bottom: 50px;
  }
  .mb-29px {
    margin-bottom: 29px;
    margin-top: 40px;
  }
  .mt-71px {
    margin-top: 21px !important;
  }
  .par-col-cur-in-bld {
    font-size: 18px;
  }
  .par-col-cur-in {
    font-size: 16px;
  }
  .bg-image-ribbon-blue {
    background-image: none;
    height: auto;
  }
  .pt-250px {
    padding-top: 20px;
  }
  .pb-90px {
    padding-bottom: 20px !important;
  }
  .mt-159px {
    margin-top: 20px !important;
  }
  .title-bold-cursos-12 {
    font-size: 40px;
    line-height: 40px;
  }
  .title-italic-cursos-12 {
    font-size: 40px;
    line-height: 40px;
  }
  .pt-109px {
    padding-top: 60px;
  }
  .pt-115px {
    padding-top: 20px;
  }
  .text-bluebg-white {
    padding-top: 30px;
  }
  .title-selector {
    margin-left: 50px !important;
  }
  .par-selector {
    margin-left: 50px;
  }
  #multiselect select {
    margin-left: 0px;
  }
  #multiselect .form-control {
    margin-left: 0px;
  }
  .nucirulo {
    width: 10% !important;
    margin-top: 20px;
    position: absolute;
  }
  #multiselect .form-check .form-check-input {
    margin-left: 0px !important;
  }
  #multiselect .boton-enviar {
    margin-left: 0px !important;
  }
  .title-absolute-video {
    top: 0px;
    left: 0%;
  }
  .par-absolute-video {
    top: 220px;
    left: 0%;
  }
  .par-trans-white-light {
    margin-left: 50px;
    width: 80%;
  }
  .mt-26px {
    margin-top: 0px !important;
  }
  .casos-img {
    margin-top: 1rem;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .video-hero-trans {
    height: 50vh;
  }
  .video-hero-trans .content .row {
    width: 80% !important;
  }
  .title-hero-noaway {
    font-size: 35px;
    line-height: 35px;
    left: 0%;
    top: 15px;
  }
  .spn-title-hero-noaway {
    font-size: 35px;
    line-height: 40px;
  }
  .btn-hero-noaway-cursos,
  .btn-hero-noaway-green-cursos {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .video-hero-noaway {
    height: 50vh;
  }
  .video-hero-noaway .content .row {
    width: 80% !important;
  }
  .par-absolute-video {
    top: 265px;
    left: 13%;
  }
  .par-trans-white-light {
    margin-left: 0px;
    width: 80%;
  }
  .title-bold-cursos {
    font-size: 50px;
    line-height: 50px;
  }
  .par-cursos {
    font-size: 20px;
  }
  .par-cursos {
    font-size: 18px;
  }
  .par-bold-noaway {
    font-size: 20px;
  }
  .par-col-somos {
    font-size: 18px;
  }
  .par-bold-col-somos {
    font-size: 16px;
    line-height: 16px;
  }
  .mt-40px {
    margin-top: 40px;
  }
  .mt-116px {
    margin-top: 55px;
  }
  .mt-130px {
    margin-top: 70px;
  }
  .mb-113px {
    margin-bottom: 80px;
  }
  .mt-117px {
    margin-top: 80px;
  }
  .mt-148px {
    margin-top: 45px !important;
  }
  .btn-somos-noaway {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .w-95 {
    width: 95% !important;
  }
  .w-62 {
    width: 100%;
  }
  .w-65 {
    width: 115%;
  }
  .w-70 {
    width: 65%;
  }
  .w-75px {
    width: 100% !important;
  }
  .par-mejorar {
    font-size: 40px;
    line-height: 40px;
  }
  .par-spn-mejorar {
    font-size: 50px;
    line-height: 40px;
  }
  .w-125px {
    width: 200px !important;
  }
  .col-md-9 {
    width: 90% !important;
  }
  .title-italic-cursos {
    font-size: 55px;
    line-height: 55px;
  }
  .title-italic-cursos-blue {
    font-size: 55px;
    line-height: 55px;
  }
  .text-bluebg-white {
    font-size: 32px;
  }
  .text-bluebg-white {
    font-size: 35px;
    line-height: 35px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 95%;
  }
  .div-circle-miembros {
    margin-bottom: 20px;
  }
  .profile-info {
    width: 95% !important;
    height: 95% !important;
    margin: auto !important;
    top: 0px;
    left: -6px;
  }
  .bg-image-ribbon-blue {
    height: 50vh;
  }
  .pt-250px {
    padding-top: 190px;
  }
  .pb-90px {
    padding-bottom: 10px !important;
  }
  .col-md-10 {
    width: 100% !important;
  }
  .col-md-8 {
    width: 90% !important;
  }
  .title-cursos-blue {
    font-size: 24px;
  }
  .title-cursos-green {
    font-size: 24px;
  }
  .title-cursos-brown {
    font-size: 24px;
  }
  .par-bluebg-white {
    width: 95%;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .spntext-bluebg-white {
    font-size: 40px;
    line-height: 10px;
    width: 85%;
  }
  .par-hero-cursos-pr-white {
    font-size: 50px;
    line-height: 50px;
  }
  .spn2-hero-cursos-pr-white {
    font-size: 55px;
    line-height: 55px;
  }
  img.arrow-color {
    margin-left: -20px !important;
  }
  .row-banner-bk {
    width: 100% !important;
  }
  .par-mejorar {
    padding-left: 20px;
  }
  .par-cursos2 {
    padding-left: 20px;
  }
}
@media (min-width: 769px) and (max-width: 919px) {
  .video-hero-trans {
    height: 80vh;
  }
  .video-hero-trans .content .row {
    width: 80% !important;
  }
  .title-hero-noaway {
    font-size: 35px;
    line-height: 35px;
    left: 3%;
    top: 130px;
  }
  .spn-title-hero-noaway {
    font-size: 38px;
    line-height: 38px;
  }
  .video-hero-noaway {
    height: 50vh;
  }
  .video-hero-noaway .content .row {
    width: 80% !important;
  }

  .title-bold-cursos {
    font-size: 50px;
    line-height: 50px;
  }
  .par-cursos {
    font-size: 20px;
  }
  .par-cursos-princ {
    font-size: 18px;
  }
  .par-bold-noaway {
    font-size: 20px;
  }
  .par-col-somos {
    font-size: 18px;
  }
  .par-bold-col-somos {
    font-size: 16px;
    line-height: 16px;
  }
  .mt-40px {
    margin-top: 40px;
  }
  .mt-116px {
    margin-top: 55px;
  }
  .mt-130px {
    margin-top: 70px;
  }
  .mb-113px {
    margin-bottom: 80px;
  }
  .mt-117px {
    margin-top: 80px;
  }
  .mt-148px {
    margin-top: 45px !important;
  }
  .btn-somos-noaway {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .w-95 {
    width: 95% !important;
  }
  .w-62 {
    width: 100%;
  }
  .w-65 {
    width: 115%;
  }
  .w-70 {
    width: 65%;
  }
  .w-75px {
    width: 100% !important;
  }
  .par-mejorar {
    font-size: 40px;
    line-height: 40px;
  }
  .par-spn-mejorar {
    font-size: 50px;
    line-height: 40px;
  }
  .w-125px {
    width: 200px !important;
  }
  .title-italic-cursos {
    font-size: 55px;
    line-height: 55px;
  }
  .title-italic-cursos-blue {
    font-size: 55px;
    line-height: 55px;
  }
  .text-bluebg-white {
    font-size: 35px;
    line-height: 35px;
  }
  .div-circle-miembros {
    margin-bottom: 20px;
  }
  .profile-info {
    width: 95% !important;
    height: 95% !important;
    margin: auto !important;
    top: 0px;
    left: -6px;
  }
  .par-hero-cursos-pr-white {
    font-size: 50px;
    line-height: 50px;
  }
  .spn2-hero-cursos-pr-white {
    font-size: 55px;
  }
  .bg-image-ribbon-blue {
    height: 45vh;
  }
  .pt-250px {
    padding-top: 190px;
  }
  .pb-90px {
    padding-bottom: 10px !important;
  }
  .col-md-10 {
    width: 100% !important;
  }
  .col-md-8 {
    width: 90% !important;
  }
  .title-cursos-blue {
    font-size: 28px;
  }
  .title-cursos-green {
    font-size: 28px;
  }
  .title-cursos-brown {
    font-size: 28px;
  }
  .par-bluebg-white {
    width: 100%;
  }
  .spntext-bluebg-white {
    font-size: 40px;
    line-height: 10px;
    width: 85%;
  }
  .row-banner-bk {
    width: 100% !important;
  }
  /**/
  .par-trans-white-light {
    color: var(--Neutro-100, #fff);
    font-size: 20px;
    margin-left: 13%;
    width: 70%;
  }
  .title-absolute-video {
    top: 200px;
    left: 5%;
  }
  .par-absolute-video {
    top: 460px;
    left: 5%;
  }
  .par-cursos2 {
    padding-left: 50px;
  }
  .par-mejorar {
    padding-left: 50px;
  }
  .image-incomp {
    margin-bottom: 67px;
    width: 90%;
    margin-left: 50px;
  }
}
@media (min-width: 920px) and (max-width: 1023px) {
  .par-trans-white-light {
    color: var(--Neutro-100, #fff);
    font-size: 20px;
    margin-left: 00px;
    width: 100%;
  }
  .title-absolute-video {
    top: 200px;
    left: 5%;
  }
  .par-absolute-video {
    top: 500px;
    left: 5%;
  }
  .par-cursos2 {
    padding-left: 80px;
  }
  .par-mejorar {
    padding-left: 80px;
  }
  .video-hero-trans {
    height: 80vh;
  }
  .video-hero-trans .content .row {
    width: 80% !important;
  }
  .title-hero-noaway {
    font-size: 60px;
    line-height: 60px;
  }
  .spn-title-hero-noaway {
    font-size: 72px;
    line-height: 72px;
  }
  .par-hero-cursos-pr-white {
    font-size: 50px;
    line-height: 50px;
  }
  .spn2-hero-cursos-pr-white {
    font-size: 55px;
  }
  .video-hero-noaway {
    height: 50vh;
  }
  .video-hero-noaway .content .row {
    width: 80% !important;
  }

  .title-bold-cursos {
    font-size: 65px;
    line-height: 65px;
  }
  .par-cursos {
    font-size: 20px;
  }
  .par-curso-princ {
    font-size: 18px;
  }
  .par-bold-noaway {
    font-size: 20px;
  }
  .par-col-somos {
    font-size: 18px;
  }
  .par-bold-col-somos {
    font-size: 16px;
  }
  .btn-somos-noaway {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .w-95 {
    width: 95% !important;
  }
  .w-62 {
    width: 71%;
  }
  .w-70 {
    width: 65%;
  }
  .w-125px {
    width: 120px !important;
  }
  .par-bold2-cursos {
    font-size: 20px;
  }
  .par-bold2-cursos-princ {
    font-size: 18px;
  }
  .par-cursos-white {
    font-size: 20px;
  }
  .title-italic-cursos {
    font-size: 78px;
    line-height: 70px;
  }
  .title-italic-cursos-blue {
    font-size: 78px;
  }
  .text-bluebg-white {
    font-size: 35px;
  }
  .profile-container {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .div-circle-miembros img {
    width: 65% !important;
    height: 65% !important;
  }
  .profile-info {
    width: 93% !important;
    height: 80% !important;
    margin: auto !important;
    top: -12px;
    left: 40px;
  }
  .row-banner-bk {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .div-circle-miembros img {
    width: 70% !important;
    height: 70% !important;
  }
  .profile-info {
    width: 87% !important;
    height: 87% !important;
    margin: auto !important;
    top: -12px;
    left: 40px;
  }
  .par-hero-cursos-pr-white {
    font-size: 65px;
  }
  .spn2-hero-cursos-pr-white {
    font-size: 70px;
  }
  .par-bluebg-white {
    width: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .btn-ver-cursos {
    font-size: 16px !important;
  }
  .div-circle-miembros img {
    width: 80% !important;
    height: 80% !important;
  }
  .profile-info {
    width: 90% !important;
    height: 90% !important;
    margin: auto !important;
    top: -8px;
    left: 22px;
  }
  .par-hero-cursos-pr-white {
    font-size: 65px;
  }
  .spn2-hero-cursos-pr-white {
    font-size: 70px;
  }
  .par-bluebg-white {
    width: 60%;
  }
}
@media (min-width: 1023px) and (max-width: 1369px) {
  .video-hero-trans {
    height: 80vh;
  }
}
@media (min-width: 1024px) and (max-width: 1369px) {
  .par-trans-white-light {
    color: var(--Neutro-100, #fff);
    font-size: 20px;
    margin-left: 00px;
    width: 100%;
  }
  .title-absolute-video {
    top: 200px;
    left: 5%;
  }
  .par-absolute-video {
    top: 500px;
    left: 5%;
  }
  .par-cursos2 {
    padding-left: 80px;
  }
  .par-mejorar {
    padding-left: 80px;
  }
  /*+++++++*/
  .video-hero-trans {
    height: 80vh;
  }
  .video-hero-trans .content .row {
    width: 80% !important;
  }
  .title-hero-noaway {
    font-size: 60px;
    line-height: 60px;
    margin-left: 0px;
  }
  .spn-title-hero-noaway {
    font-size: 72px;
    line-height: 72px;
  }
  .video-hero-noaway {
    height: 50vh;
  }
  .video-hero-noaway .content .row {
    width: 80% !important;
  }

  .title-bold-cursos {
    font-size: 65px;
    line-height: 65px;
  }
  .par-cursos {
    font-size: 20px;
  }
  .par-cursos-princ {
    font-size: 18px;
  }
  .par-bold-noaway {
    font-size: 20px;
  }
  .par-col-somos {
    font-size: 16px;
  }
  .par-bold-col-somos {
    font-size: 16px;
  }
  .par-col-somos {
    line-height: 18px;
  }
  .btn-somos-noaway {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .w-95 {
    width: 95% !important;
  }
  .w-62 {
    width: 71%;
  }
  .w-70 {
    width: 65%;
  }
  .w-125px {
    width: 120px !important;
  }
  .par-bold2-cursos {
    font-size: 20px;
  }
  .par-bold2-cursos-princ {
    font-size: 18px;
  }
  .par-cursos-white {
    font-size: 20px;
  }
  .title-italic-cursos {
    font-size: 78px;
    line-height: 70px;
  }
  .title-italic-cursos-blue {
    font-size: 78px;
  }
  .text-bluebg-white {
    font-size: 50px;
    width: 90%;
  }
  /*caja cursos*/
  .blue-card-cursos {
    padding: 60px 20px !important;
    height: 515px !important;
  }
  .green-card-cursos {
    padding: 60px 20px !important;
    height: 515px !important;
  }
  .par-hero-titl-green {
    font-size: 33px;
  }
  .par-hero-titl-blk {
    font-size: 33px;
  }
  .par-hero-titl-blue {
    font-size: 33px;
  }
  .par-hero-titl-white {
    font-size: 33px;
  }
  .par-cursos-hero-white {
    font-size: 18px !important;
    width: 100%;
  }
  .par-cursos-hero-blk {
    width: 100%;
    font-size: 18px !important;
  }
  .pl-20percent {
    padding-left: 15% !important;
  }
  /**/
  .btn-ver-cursos {
    font-size: 16px !important;
  }
  .par-hero-cursos-pr-white {
    font-size: 65px;
  }
  .spn2-hero-cursos-pr-white {
    font-size: 70px;
  }
  .par-bluebg-white {
    width: 100%;
  }
  .col-md-8 {
    width: 90% !important;
  }
  .par-mejorar {
    font-size: 45px;
    line-height: 45px;
  }
  .title-bold-cursos-12 {
    font-size: 65px;
    line-height: 65px;
  }
  .title-italic-cursos-12 {
    font-size: 85px;
  }
  .row-banner-bk {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1044px) {
  .bg-image-ribbon-blue {
    height: 50vh;
  }
  .pb-90px {
    padding-bottom: 30px !important;
  }
  .pt-250px {
    padding-top: 230px;
  }
}
@media (min-width: 1045px) and (max-width: 1369px) {
  .bg-image-ribbon-blue {
    height: 80vh;
  }
  .pb-90px {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1269px) {
  /*caja cursos*/
  .blue-card-cursos {
    padding: 50px 18px !important;
    height: 480px !important;
  }
  .green-card-cursos {
    padding: 50px 10px !important;
    height: 480px !important;
  }
  .par-hero-titl-green {
    font-size: 30px;
  }
  .par-hero-titl-blk {
    font-size: 30px;
  }
  .par-hero-titl-blue {
    font-size: 30px;
  }
  .par-hero-titl-white {
    font-size: 30px;
  }
  .par-cursos-hero-white {
    font-size: 18px !important;
    width: 100%;
  }
  .par-cursos-hero-blk {
    width: 100%;
    font-size: 18px !important;
  }
  .pl-20percent {
    padding-left: 5% !important;
  }
  .pr-20percent {
    padding-right: 5% !important;
  }
  .spn-hero-cursos-pr-white {
    font-size: 30px;
  }
  .spn-hero-cursos-pr-blk {
    font-size: 30px;
  }
}
@media (min-width: 1270px) and (max-width: 1369px) {
  /*caja cursos*/
  .blue-card-cursos {
    padding: 60px 20px !important;
    height: 480px !important;
  }
  .green-card-cursos {
    padding: 60px 20px !important;
    height: 480px !important;
  }
  .par-hero-titl-green {
    font-size: 33px;
  }
  .par-hero-titl-blk {
    font-size: 33px;
  }
  .par-hero-titl-blue {
    font-size: 33px;
  }
  .par-hero-titl-white {
    font-size: 33px;
  }
  .par-cursos-hero-white {
    font-size: 18px !important;
    width: 100%;
  }
  .par-cursos-hero-blk {
    width: 100%;
    font-size: 18px !important;
  }
  .pl-20percent {
    padding-left: 15% !important;
  }
  .pr-20percent {
    padding-right: 15% !important;
  }
  .video-banner-cursos video {
    height: 120vh;
  }
  .mt-96px {
    margin-top: 200px !important;
  }
}
@media (min-width: 1370px) and (max-width: 1499px) {
  .par-caso {
    font-size: 15px;
  }
  .title-hero-noaway {
    font-size: 55px;
    line-height: 55px;
    width: 80%;
  }
  .spn-title-hero-noaway {
    font-size: 60px;
    line-height: 60px;
  }
  .pb-90px {
    padding-bottom: 50px !important;
  }
  #text-1 {
    top: 152px;
    left: 506px;
  }
  #text-2 {
    top: 284px;
    left: 365px;
  }
  #text-3 {
    top: 524px;
    left: 645px;
  }
  #text-4 {
    top: 69px;
    right: 183px;
  }
  #text-5 {
    top: 475px;
    right: 191px;
  }
  .circle-text {
    font-size: 16px;
  }
  .cg01 {
    top: 30% !important;
    left: 10% !important;
  }
  .cg02 {
    top: -7% !important;
    left: -3% !important;
  }
  .cg03 {
    top: 10% !important;
    left: -34% !important;
  }
  .cg04 {
    top: 30% !important;
    left: 113% !important;
  }
  .cg05 {
    top: 15% !important;
    left: 83% !important;
  }
  .title-italic-cursos-12 {
    font-size: 60px;
  }
  .par-bluebg-white {
    width: 100%;
  }
  .blue-card-cursos {
    width: 450px !important;
  }
  .green-card-cursos {
    width: 450px !important;
  }
  .par-hero-titl-blue {
    font-size: 36px;
  }
  .par-hero-titl-white {
    font-size: 36px;
  }
  .par-hero-titl-green {
    font-size: 36px;
  }
  .par-hero-titl-blk {
    font-size: 36px;
  }
  .title-bold-cursos {
    font-size: 50px;
    line-height: 50px;
  }
  .par-cursos {
    font-size: 15px;
  }
  .par-cursos-princ {
    font-size: 18px;
  }
  .par-bold-noaway {
    font-size: 20px;
  }
  .par-col-somos {
    font-size: 18px;
  }
  .par-bold-col-somos {
    font-size: 23px;
  }
  .btn-somos-noaway {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .w-95 {
    width: 95% !important;
  }
  .w-62 {
    width: 60%;
  }
  .w-70 {
    width: 65%;
  }
  .w-125px {
    width: 90px !important;
  }
  .par-bold2-cursos {
    font-size: 15px;
  }
  .par-bold2-cursos-princ {
    font-size: 16px;
  }
  .par-cursos-white {
    font-size: 20px;
  }
  .title-italic-cursos {
    font-size: 60px;
    line-height: 60px;
  }
  .title-italic-cursos-blue {
    font-size: 60px;
    line-height: 60px;
  }
  .text-bluebg-white {
    font-size: 50px;
    width: 100%;
  }
  /*caja cursos*/
  .blue-card-cursos {
    padding: 60px 20px !important;
    height: 515px !important;
  }
  .green-card-cursos {
    padding: 60px 20px !important;
    height: 515px !important;
  }
  .par-hero-titl-green {
    font-size: 33px;
  }
  .par-hero-titl-blk {
    font-size: 33px;
  }
  .par-hero-titl-blue {
    font-size: 33px;
  }
  .par-hero-titl-white {
    font-size: 33px;
  }
  .par-cursos-hero-white {
    font-size: 18px !important;
    width: 100%;
  }
  .par-cursos-hero-blk {
    width: 100%;
    font-size: 18px !important;
  }
  .pl-20percent {
    padding-left: 15% !important;
  }
  .pr-20percent {
    padding-right: 15% !important;
  }
  .video-banner-cursos video {
    height: 120vh;
  }
  .mt-96px {
    margin-top: 67px !important;
  }
  .mt-96px2 {
    margin-top: 5rem !important;
  }
  .w-65 {
    width: 100%;
  }
  .div-circle-miembros {
    width: 145px !important;
    height: 145px !important;
  }
  .par-mejorar {
    font-size: 40px;
    line-height: 45px !important;
    padding-left: 250px;
  }
  .par-cursos2 {
    padding-left: 250px;
  }
  .w-75 {
    width: 100% !important;
  }
  .title-cursos-blue {
    font-size: 25px;
  }
  .h3-sapiens-blue {
    font-size: 25px;
  }
  .spn-h3-sapiens-blue {
    font-size: 25px;
  }
  .title-cursos-green {
    font-size: 25px;
  }
  .h3-sapiens-green {
    font-size: 25px;
  }
  .spn-h3-sapiens-green {
    font-size: 25px;
  }
  .title-cursos-brown {
    font-size: 25px;
  }
  .h3-sapiens-brown {
    font-size: 25px;
  }
  .spn-h3-sapiens-brown {
    font-size: 25px;
  }
  .nucirulo {
    width: 6% !important;
  }
  .par-col-cur-in-bld {
    font-size: 18px;
  }
  p {
    color: var(--Principal-800, #1d1d1b);
    font-family: "Helvetica Neue normal";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px !important;
  }
  .title-bold-cursos-12 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 1500px) and (max-width: 1712px) {
  .title-hero-noaway {
    font-size: 60px;
    line-height: 60px;
  }
  .spn-title-hero-noaway {
    font-size: 70px;
  }
  .nucirulo {
    width: 6% !important;
  }
  .title-bold-cursos {
    font-size: 50px;
    line-height: 50px;
  }
  .par-cursos {
    font-size: 15px;
  }
  .par-cursos-princ {
    font-size: 18px;
  }
  .par-bold-noaway {
    font-size: 21px;
  }
  .par-col-somos {
    font-size: 18px;
  }
  .par-bold-col-somos {
    font-size: 23px;
  }
  .btn-somos-noaway {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .w-95 {
    width: 95% !important;
  }
  .w-62 {
    width: 58%;
  }
  .w-125px {
    width: 85px !important;
  }
  .par-bold2-cursos {
    font-size: 15px;
  }
  .par-bold2-cursos-princ {
    font-size: 18px;
  }
  .title-italic-cursos {
    font-size: 60px;
  }
  .text-bluebg-white {
    font-size: 50px;
  }
  .div-circle-miembros {
    width: 156px !important;
    height: 156px !important;
  }
  .par-mejorar {
    padding-left: 360px;
    font-size: 50px;
  }
  .title-cursos-blue {
    font-size: 30px;
  }
  .h3-sapiens-blue {
    font-size: 30px;
  }
  .spn-h3-sapiens-blue {
    font-size: 30px;
  }
  .title-cursos-green {
    font-size: 30px;
  }
  .h3-sapiens-green {
    font-size: 30px;
  }
  .spn-h3-sapiens-green {
    font-size: 30px;
  }
  .title-cursos-brown {
    font-size: 30px;
  }
  .h3-sapiens-brown {
    font-size: 30px;
  }
  .spn-h3-sapiens-brown {
    font-size: 30px;
  }
}
@media (min-width: 1500px) and (max-width: 1612px) {
  .blue-card-cursos {
    padding: 60px 20px !important;
    height: 515px !important;
  }
  .green-card-cursos {
    padding: 60px 20px !important;
    height: 515px !important;
  }
  .par-hero-titl-green {
    font-size: 33px;
  }
  .par-hero-titl-blk {
    font-size: 33px;
  }
  .par-hero-titl-blue {
    font-size: 33px;
  }
  .par-hero-titl-white {
    font-size: 33px;
  }
  .par-cursos-hero-white {
    font-size: 18px !important;
    width: 100%;
  }
  .par-cursos-hero-blk {
    width: 100%;
    font-size: 18px !important;
  }
}
@media (min-width: 1611px) and (max-width: 1712px) {
  .w-65 {
    width: 100%;
  }
  .blue-card-cursos {
    padding: 60px 23px !important;
  }
  .green-card-cursos {
    padding: 60px 23px !important;
  }
  .par-hero-titl-green {
    font-size: 36px;
  }
  .par-hero-titl-blk {
    font-size: 36px;
  }
  .par-hero-titl-blue {
    font-size: 36px;
  }
  .par-hero-titl-white {
    font-size: 36px;
  }
  .par-cursos-hero-white {
    width: 100%;
  }
  .par-cursos-hero-blk {
    width: 100%;
  }
}
@media (min-width: 1711px) and (max-width: 1790px) {
  .title-hero-noaway {
    font-size: 80px;
  }
  .spn-title-hero-noaway {
    font-size: 100px;
  }
  .title-bold-cursos {
    font-size: 95px;
  }
  .par-cursos {
    font-size: 20px;
  }
  .par-cursos-princ {
    font-size: 18px;
  }
  .par-bold-noaway {
    font-size: 23px;
  }
  .par-col-somos {
    font-size: 18px;
  }
  .par-bold-col-somos {
    font-size: 23px;
  }

  .w-125px {
    width: 95px !important;
  }
  .title-italic-cursos {
    font-size: 115px;
  }
  .par-hero-titl-green {
    font-size: 36px;
  }
  .par-hero-titl-blk {
    font-size: 36px;
  }
  .par-hero-titl-blue {
    font-size: 36px;
  }
  .par-hero-titl-white {
    font-size: 36px;
  }
  .par-cursos-hero-white {
    width: 100%;
  }
  .par-cursos-hero-blk {
    width: 100%;
  }
  #circle-1 {
    top: 65px;
    left: 270px;
  }
  #circle-2 {
    top: 475px;
    left: 430px;
  }
  #circle-3 {
    top: 305px;
    left: 775px;
  }
  #circle-4 {
    top: -32px;
    right: 540px;
  }
  #circle-5 {
    top: 245px;
    right: 220px;
  }
  #text-1 {
    top: 181px;
    left: 600px;
  }
  #text-2 {
    top: 356px;
    left: 478px;
  }
  #text-3 {
    top: 645px;
    left: 825px;
  }
  #text-4 {
    top: 83px;
    right: 300px;
  }
  #text-5 {
    top: 583px;
    right: 250px;
  }
}
.timeline .timeline-item:after {
  display: none !important;
}
@media (min-width: 1789px) and (max-width: 1870px) {
  .par-hero-titl-green {
    font-size: 36px;
  }
  .par-hero-titl-blk {
    font-size: 36px;
  }
  .par-hero-titl-blue {
    font-size: 36px;
  }
  .par-hero-titl-white {
    font-size: 36px;
  }
  #circle-1 {
    top: 65px;
    left: 270px;
  }
  #circle-2 {
    top: 475px;
    left: 430px;
  }
  #circle-3 {
    top: 305px;
    left: 775px;
  }
  #circle-4 {
    top: -32px;
    right: 540px;
  }
  #circle-5 {
    top: 245px;
    right: 220px;
  }
  #text-1 {
    top: 181px;
    left: 600px;
  }
  #text-2 {
    top: 356px;
    left: 478px;
  }
  #text-3 {
    top: 645px;
    left: 825px;
  }
  #text-4 {
    top: 83px;
    right: 300px;
  }
  #text-5 {
    top: 583px;
    right: 250px;
  }
}
@media (min-width: 1370px) and (max-width: 1499px) {
  .container {
    max-width: 970px !important;
  }
}
@media (min-width: 1500px) and (max-width: 1712px) {
  .container {
    max-width: 1020px !important;
  }
}
