.global-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  background-image: url('../fonts/banner-gradient.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.global-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}


.form-section {
  position: relative;
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 80px 60px;
  z-index: 5;
}

.form-content {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 60px;
  align-items: flex-start;
  margin-top: 16px;
}

.line-form-bg-svg {
  position: absolute;
  top: 795px;
  left: 1100px;
  z-index: -1;
  width: 400px;
  height: auto;
}

.line-form-bg-svg img {
  width: 100%;
  height: auto;
}


.logos-bar {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 16px;
}

.logos-bar img {
  height: 36px;
  width: auto;
  display: block;
}

.line-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-icon.top,
.line-icon.bottom {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}

.line-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: 20px;
}

.line-icon img {
  width: 60px;
  height: 60px;
}


.form-left {
  flex: 1;
  display: flex;
  margin-top: 100px;
  align-items: flex-start;
  gap: 24px;
}

.form-right {
  flex: 1.3;
  max-width: 642px;
  width: 100%;
  background: #fff;
  padding: 40px 40px 0px 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}

.form-text {
  max-width: 533px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  position: relative;
}

.form-text h2 {
  white-space: normal;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 42px);
  line-height: 1.2;
  color: #003C82;
  margin: 0;
}

.form-text p {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #2C2A29;
  margin: 0;
}

.form-text::after {
  content: "";
  position: absolute;
  width: 606px;
  height: 569px;
  left: -297px;
  top: -44px;
  background-image: url("../img/decorativo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-0.73deg);
  opacity: 1;
  z-index: -1;
}

.decorative-bg {
  content: "";
  position: absolute;
  width: 606px;
  height: 569px;
  left: 970px;
  top: 800px;
  background-image: url("../img/principal/estelar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-0.73deg);
  z-index: -1;
  opacity: 1;
}

.register-form {
  display: flex;
  flex-direction: column;
}

.register-form input::placeholder,
.register-form textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #616161;
  opacity: 1;
}

.register-form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2C2A29;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #2C2A29;
}

.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="password"],
.register-form input[type="tel"],
.register-form select {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  transition: border 0.2s;
}

.register-form input[type="checkbox"] {
  padding: 11px 11px;
  border: 2px solid #ccc;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.register-form select {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  border: 1px solid #CACACA;
  border-radius: 10px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  cursor: pointer;
}

.register-form select option[disabled][selected] {
  color: #2C2A29;
  font-weight: 300;
}

.register-form input:focus {
  border-color: #003C82;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-row .form-group {
  flex: 1;
}

.form-group.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  font-size: 14px;
  align-items: center;
}

.form-group.checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #2C2A29;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.form-group.checkbox input[type="checkbox"]:hover {
  border-color: #005BAC;
}

.form-group.checkbox input[type="checkbox"]:checked {
  border: none;
  background: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.895431 0.895431 0 2 0H18C19.1046 0 20 0.895431 20 2V18C20 19.1046 19.1046 20 18 20H2C0.895431 20 0 19.1046 0 18V2ZM16.7357 5.64285L15.9697 5L8.76573 13.5824L4.70545 9.54103L4 10.2498L8.83256 15.0598L16.7357 5.64285Z' fill='%231063AC'/></svg>") no-repeat center center;
  background-size: contain;
}

.form-group.checkbox input {
  margin-right: 8px;
}

.form-group.checkbox label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #2C2A29;
  cursor: pointer;
  line-height: 1.4;
}

.form-group.checkbox a {
  font-family: 'Open Sans', sans-serif;
  color: #2C2A29;
  text-decoration: none;
  text-decoration-color: #2C2A29;
  font-weight: 500;
}

.form-actions {
  display: flex;
  flex-direction: row-reverse;
}

.form-actions .btn-submit {
  background-color: #003C82;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 45%;
  height: 55px;
}

.btn-submit:hover {
  background-color: #002a5c;
}


.blue-section {
  position: relative;
  background: #1063AC;
  color: #fff;
  padding: 60px 60px;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
  z-index: 1;
}

.blue-content {
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
}

.blue-content h2 {
  color: #FAFAFA;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 10px;
  line-height: 60px;

}

.blue-content p {
  color: #FAFAFA;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 40px;
}

.events-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  justify-items: center;
}


.event-card {
  background-color: #003C8270;
  border-radius: 12px;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #003C82;
  flex: 1 1 300px
}

.event-card h3 {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #FAFAFA;
}

.event-card .subtitle {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 32px;
}

.event-details {
  display: flex;
  gap: 8px;
  justify-content: center;
  height: 145px;
}


.detail {
  background-color: #B0F2AE;
  border-radius: 16px;
  padding: 20px;
  width: 180px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.detail.place {
  width: 100%;
  max-width: 145px;
  align-content: center;
}

.detail.date {
  width: 100%;
  max-width: 145px;
  align-content: center;
}

.detail.hour {
  width: 100%;
  max-width: 100px;
  align-content: center;
}

.detail.cup {
  width: 100%;
  max-width: 100px;
  align-content: center;
}

.detail .label {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  display: block;
  font-weight: 600;
  color: #1063AC;
  font-size: 16px;
}

.detail .value {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: clamp(10px, 1.2vw, 14px);
  color: #1063AC;
  line-height: 1.4;
}

.detail .value span {
  font-size: 10px;
}

.note {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  margin-top: 30px;
  font-size: 12px;
  color: #FAFAFA;
}

.blue-section .line-icon {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.white-learning-section {
  position: relative;
  color: #fff;
  padding: 0px 60px 0px;
  overflow: visible;
  z-index: 1;
  text-align: center;
  min-height: 100vh;
}

.green-icon {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: 20px;
  margin-top: 30px;
}

.line-top img {
  display: block;
  margin: 0 auto 12px;
  max-width: 80%;
}

.green-icon img {
  width: 60px;
  height: 60px;
}

.section-header h2 {
  font-family: 'CIBFont Sans', sans-serif;
  font-size: clamp(24px, 4vw, 56px);
  font-weight: 500;
  margin-bottom: 15px;
  color: #003C82;
}

.section-header .subtitle {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: clamp(14px, 2.5vw, 18px);
  color: #2C2A29;
  margin-bottom: 40px;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.card {
  position: relative;
  background-color: #B0F2AE;
  border-radius: 50px;
  padding: 20px 40px 20px 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 330px;
  flex-direction: column;
  justify-content: flex-start;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
}

.card-title {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: 15px 0px 0px 0px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 28px);
  color: #1063AC;
}

.card-title.tres {
  grid-column: 2 / 2;
  grid-row: 1 / 2;
  margin: 15px 0px 0px 0px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 28px);
  color: #1063AC;
}

.card-icon {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}

.card-icon.tres,
.card-icon.cuatro {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

.card-text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size: clamp(12px, 1.5vw, 20px);
  color: #555;
  margin: 0;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
}

.card-text.tres {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-size: clamp(12px, 1.5vw, 20px);
  color: #555;
  margin: 0;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
}

.card-icon img {
  width: 306px;
  height: auto;
  margin-bottom: 12px;
}

.card-icon.cuatro img {
  width: 315px;
  height: auto;
  margin-bottom: 12px;
}

.card-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer {
  background-color: #003C82;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 121px;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.footer-logos img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}

.lider-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 40px;
}

.lider-bg {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  min-height: 140%;
  object-fit: cover;
  z-index: -1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 20px;
}

.lider-title {
  text-align: center;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #1063AC;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
}

.lider-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #444;
}

.lider-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lider-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  align-items: center;
}

.lider-card:nth-child(odd) {
  background: #b8f7b8;
}

.lider-card:nth-child(even) {
  background: #1063AC;
}

.lider-card:nth-child(odd) h3,
.lider-card:nth-child(odd) a {
  color: #1063AC;
}

.lider-card:nth-child(even) h3,
.lider-card:nth-child(even) a {
  color: #B0F2AE
}

.lider-card:nth-child(even) p {
  color: #FAFAFA
}

.lider-card:nth-child(odd) p {
  color: #333;
}

.lider-text {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.lider-text h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 700;
}

.lider-text p {
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
}

.lider-link {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 400;
  color: #1063AC;
  text-decoration: none;
  font-size: 1rem;
}

.lider-link:hover {
  text-decoration: underline;
}

.lider-card .lider-img img {
  width: 100%;
  max-width: 285px;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 0 20px 20px 0;
}

.banner-promo {
  max-width: 900px;
  margin: 50px auto 50px auto;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  color: #002d72;
  font-size: 20px;
  font-weight: 500;
  background-image: url("../img/principal/background-gradient-green.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-promo span {
  font-family: 'CIBFont Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1063AC;
}

.banner-content p {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
}

.global-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  background-image: url('../fonts/banner-gradient.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.global-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}


.form-section {
  position: relative;
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 80px 60px;
  z-index: 5;
}

.form-content {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 60px;
  align-items: flex-start;
  margin-top: 16px;
}

.line-form-bg-svg {
  position: absolute;
  top: 795px;
  left: 1100px;
  z-index: -1;
  width: 400px;
  height: auto;
}

.line-form-bg-svg img {
  width: 100%;
  height: auto;
}


.logos-bar {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 16px;
}

.logos-bar img {
  height: 36px;
  width: auto;
  display: block;
}

.line-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-icon.top,
.line-icon.bottom {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}

.line-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: 20px;
}

.line-icon img {
  width: 60px;
  height: 60px;
}


.form-left {
  flex: 1;
  display: flex;
  margin-top: 100px;
  align-items: flex-start;
  gap: 24px;
}

.form-right {
  flex: 1.3;
  max-width: 642px;
  width: 100%;
  background: #fff;
  padding: 40px 40px 0px 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}

.form-text {
  max-width: 533px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  position: relative;
}

.form-text h2 {
  white-space: normal;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 42px);
  line-height: 1.2;
  color: #003C82;
  margin: 0;
}

.form-text p {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #2C2A29;
  margin: 0;
}

.form-text::after {
  content: "";
  position: absolute;
  width: 606px;
  height: 569px;
  left: -297px;
  top: -44px;
  background-image: url("../img/decorativo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-0.73deg);
  opacity: 1;
  z-index: -1;
}

.decorative-bg {
  content: "";
  position: absolute;
  width: 606px;
  height: 569px;
  left: 970px;
  top: 800px;
  background-image: url("../img/principal/estelar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-0.73deg);
  z-index: -1;
  opacity: 1;
}

.register-form {
  display: flex;
  flex-direction: column;
}

.register-form input::placeholder,
.register-form textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #616161;
  opacity: 1;
}

.register-form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2C2A29;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #2C2A29;
}

.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="password"],
.register-form input[type="tel"],
.register-form select {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  transition: border 0.2s;
}

.register-form input[type="checkbox"] {
  padding: 11px 11px;
  border: 2px solid #ccc;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.register-form select {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  border: 1px solid #CACACA;
  border-radius: 10px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  cursor: pointer;
}

.register-form select option[disabled][selected] {
  color: #2C2A29;
  font-weight: 300;
}

.register-form input:focus {
  border-color: #003C82;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-row .form-group {
  flex: 1;
}

.form-group.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  font-size: 14px;
  align-items: center;
}

.form-group.checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #2C2A29;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.form-group.checkbox input[type="checkbox"]:hover {
  border-color: #005BAC;
}

.form-group.checkbox input[type="checkbox"]:checked {
  border: none;
  background: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.895431 0.895431 0 2 0H18C19.1046 0 20 0.895431 20 2V18C20 19.1046 19.1046 20 18 20H2C0.895431 20 0 19.1046 0 18V2ZM16.7357 5.64285L15.9697 5L8.76573 13.5824L4.70545 9.54103L4 10.2498L8.83256 15.0598L16.7357 5.64285Z' fill='%231063AC'/></svg>") no-repeat center center;
  background-size: contain;
}

.form-group.checkbox input {
  margin-right: 8px;
}

.form-group.checkbox label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #2C2A29;
  cursor: pointer;
  line-height: 1.4;
}

.form-group.checkbox a {
  font-family: 'Open Sans', sans-serif;
  color: #2C2A29;
  text-decoration: none;
  text-decoration-color: #2C2A29;
  font-weight: 500;
}

.form-actions {
  display: flex;
  flex-direction: row-reverse;
}

.form-actions .btn-submit {
  background-color: #003C82;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 45%;
  height: 55px;
}

.btn-submit:hover {
  background-color: #002a5c;
}


.blue-section {
  position: relative;
  background: #1063AC;
  color: #fff;
  padding: 60px 60px;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
  z-index: 1;
}

.blue-content {
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
}

.blue-content h2 {
  color: #FAFAFA;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 10px;
  line-height: 60px;

}

.blue-content p {
  color: #FAFAFA;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 40px;
}

.events-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  justify-items: center;
}


.event-card {
  background-color: #003C8270;
  border-radius: 12px;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #003C82;
  flex: 1 1 300px
}

.event-card h3 {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #FAFAFA;
}

.event-card .subtitle {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 32px;
}

.event-details {
  display: flex;
  gap: 8px;
  justify-content: center;
  height: 145px;
}


.detail {
  background-color: #B0F2AE;
  border-radius: 16px;
  padding: 20px;
  width: 180px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.detail.place {
  width: 100%;
  max-width: 145px;
}

.detail.date {
  width: 100%;
  max-width: 145px;
}

.detail.hour {
  width: 100%;
  max-width: 100px;
}

.detail.cup {
  width: 100%;
  max-width: 100px;
}

.detail .label {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  display: block;
  font-weight: 600;
  color: #1063AC;
  font-size: 16px;
}

.detail .value {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: clamp(10px, 1.2vw, 14px);
  color: #1063AC;
  line-height: 1.4;
}

.detail .value span {
  font-size: 10px;
}

.note {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  margin-top: 30px;
  font-size: 12px;
  color: #FAFAFA;
}

.blue-section .line-icon {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.white-learning-section {
  position: relative;
  color: #fff;
  padding: 0px 60px 0px;
  overflow: visible;
  z-index: 1;
  text-align: center;
  min-height: 100vh;
}

.green-icon {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: 8px;
}

.line-top img {
  display: block;
  margin: 0 auto 12px;
  max-width: 80%;
}

.green-icon img {
  width: 60px;
  height: 60px;
}

.section-header h2 {
  font-family: 'CIBFont Sans', sans-serif;
  font-size: clamp(24px, 4vw, 56px);
  font-weight: 500;
  margin-bottom: 15px;
  color: #003C82;
}

.section-header .subtitle {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: clamp(14px, 2.5vw, 18px);
  color: #2C2A29;
  margin-bottom: 40px;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.card {
  position: relative;
  background-color: #B0F2AE;
  border-radius: 50px;
  padding: 20px 40px 20px 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 330px;
  flex-direction: column;
  justify-content: flex-start;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
}

.card-title {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: 15px 0px 0px 0px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 28px);
  color: #1063AC;
}

.card-title.tres {
  grid-column: 2 / 2;
  grid-row: 1 / 2;
  margin: 15px 0px 0px 0px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 28px);
  color: #1063AC;
}

.card-icon {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}

.card-icon.tres,
.card-icon.cuatro {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

.card-text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size: clamp(12px, 1.5vw, 20px);
  color: #555;
  margin: 0;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
}

.card-text.tres {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-size: clamp(12px, 1.5vw, 20px);
  color: #555;
  margin: 0;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
}

.card-icon img {
  width: 306px;
  height: auto;
  margin-bottom: 12px;
}

.card-icon.cuatro img {
  width: 315px;
  height: auto;
  margin-bottom: 12px;
}

.card-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer {
  background-color: #003C82;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 121px;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.footer-logos img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}

.lider-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 40px;
}

.lider-bg {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  min-height: 140%;
  object-fit: cover;
  z-index: -1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 20px;
}

.lider-title {
  text-align: center;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #1063AC;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
}

.lider-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #444;
}

.lider-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lider-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  align-items: center;
}

.lider-card:nth-child(odd) {
  background: #b8f7b8;
}

.lider-card:nth-child(even) {
  background: #1063AC;
}

.lider-card:nth-child(odd) h3,
.lider-card:nth-child(odd) a {
  color: #1063AC;
}

.lider-card:nth-child(even) h3,
.lider-card:nth-child(even) a {
  color: #B0F2AE
}

.lider-card:nth-child(even) p {
  color: #FAFAFA
}

.lider-card:nth-child(odd) p {
  color: #333;
}

.lider-text {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.lider-text h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 700;
}

.lider-text p {
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
}

.lider-link {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 400;
  color: #1063AC;
  text-decoration: none;
  font-size: 1rem;
}

.lider-link:hover {
  text-decoration: underline;
}

.lider-card .lider-img img {
  width: 100%;
  max-width: 285px;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 0 20px 20px 0;
}

.agenda-section {
  padding: 0px 20px;
  background: #fff;
  text-align: center;
}

.agenda-title {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 30px;
  color: #1063AC;
}

.agenda-switch {
  display: flex;
  justify-content: center;
  background: #fff;
  border: 2px solid #0055a5;
  border-radius: 50px;
  padding: 4px;
  max-width: 427px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.switch-btn {
  flex: 1;
  padding: 12px 0;
  border: none;
  border-radius: 50px;
  background: transparent;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #003C82;
}

.switch-btn.active {
  background: #003C82;
  color: #fff;
  font-weight: 600;
}

.agenda-container {
  max-width: 900px;
  margin: 50px auto 50px auto;
  display: flex;
  background-image: url("../img/principal/background-blue.svg");
  flex-direction: column;
  border-radius: 25px;
  padding: 40px;
}

.agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 150px;
  border-radius: 12px;
  padding: 16px 20px;
  color: #FFFFFF;
  position: relative;
}

.agenda-time {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
}

.agenda-content {
  text-align: left;
  flex: 1;
}

.agenda-topic {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 4px;
}

.agenda-speaker {
  font-size: 14px;
  opacity: 0.9;
}

.agenda-item.highlight {
  background: #b5ffcb;
  color: #003C82;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  border-radius: 12px;
  height: 116px;
  gap: 0;
}

.agenda-item.highlight .agenda-time {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 8px;
  color: #003C82;
  line-height: 1;
  margin: 0 0 4px 0;
}

.agenda-item.highlight .agenda-topic {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  font-size: 34px;
  margin: 0;
  line-height: 1.2;
}

.agenda-footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.agenda-register {
  background-color: #b5ffcb;
  color: #003C82;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.agenda-register:hover {
  background-color: #9df5ba;
}

.banner-follow {
  max-width: 900px;
  margin: 50px auto 50px auto;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  color: #002d72;
  font-size: 20px;
  font-weight: 500;
  background-image: url("../img/principal/background-mark.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-follow span {
  font-family: 'CIBFont Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #FAFAFA;
  background: #1063AC;
  border-radius: 4px;
  padding: 4px;
}

.banner-follow h3 {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 500;
  color: #FAFAFA;
}

.banner-follow p {
  font-family: 'CIBFont Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 30px;
  color: #FAFAFA;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.icon {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: transform 0.3s ease;
}

.icon.facebook  { background-image: url("../img/redes_sociales/facebook.svg"); }
.icon.instagram { background-image: url("../img/redes_sociales/instagram.svg"); }
.icon.youtube   { background-image: url("../img/redes_sociales/youtube.svg"); }
.icon.linkedin  { background-image: url("../img/redes_sociales/linkedln.svg"); }

.social-icons a:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}




@media (max-width: 1230px) {
  .events-container {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

  .event-details {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 12px;
  }

  .detail {
    width: 80%;
    max-width: 70%;
    padding: 16px;
  }

  .event-card {
    padding: 16px;
  }

  .detail.place,
  .detail.date,
  .detail.hour,
  .detail.cup {
    max-width: 70%;
  }
}

@media (max-width: 1110px) {

  .cards-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .card-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .card-title,
  .card-title.tres {
    grid-column: auto;
    grid-row: auto;
    text-align: center;
    margin: 0;
  }

  .card-text,
  .card-text.tres {
    grid-column: auto;
    grid-row: auto;
    text-align: center;
    margin: 0;
    padding: 0 10px;
  }

  .card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }


  .card-icon,
  .card-icon.tres,
  .card-icon.cuatro {
    grid-column: auto;
    grid-row: auto;
    position: relative;
    width: 193px;
    margin: 0;
  }

  .card-icon img,
  .card-icon.cuatro img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .card {
    height: 194px;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .events-container {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

  .event-details {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 12px;
  }

  .detail {
    width: 80%;
    max-width: 70%;
    padding: 16px;
  }

  .event-card {
    padding: 16px;
  }

  .detail.place,
  .detail.date,
  .detail.hour,
  .detail.cup {
    max-width: 70%;
  }

  .lider-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lider-card {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
    position: relative;
  }

  .lider-bg {
    top: -120px;
  }

  .lider-text {
    grid-row: 1;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
  }

  .lider-img {
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lider-img img {
    width: 100%;
    max-width: 260px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    opacity: 0.9;
  }

  .lider-link {
    margin-top: auto;
    font-weight: 500;
  }

}

@media (max-width: 977px) {
  .global-bg {
    background-image: url('../fonts/banner-gradient-mobile.svg');
  }

  .form-content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .form-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .form-text {
    text-align: center;
    max-width: 100%;
  }

  .line-container {
    margin-bottom: 16px;
  }

  .line {
    display: none;
  }

  .logos-bar {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .logos-bar::-webkit-scrollbar {
    display: none;
  }

  .logos-bar img {
    flex: 0 0 auto;
    height: 28px;
    scroll-snap-align: start;
  }


  .form-text h2 {
    font-size: 28px;
    text-align: center;
  }

  .form-text p {
    text-align: center;
    font-size: 16px;
  }

  .blue-section {
    padding: 80px 30px;
  }

  .blue-content h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .blue-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .star {
    width: 120px;
  }

  .line-container {
    display: none;
  }

  .line-icon {
    display: none;
  }

  .detail.place,
  .detail.date,
  .detail.hour,
  .detail.cup {
    max-width: 70%;
  }

  .lider-bg {
    top: -120px;
  }

  .banner-promo {
    margin: 50px 10px 50px 10px;
  }

  .banner-follow {
    margin: 50px 10px 50px 10px;
  }
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .form-section {
    padding: 80px 16px;
  }

  .form-actions .btn-submit {
    width: 100%;
  }

  .btn-submit {
    width: 100%;
    margin-right: 0;
  }

  .detail.place,
  .detail.date,
  .detail.hour,
  .detail.cup {
    max-width: 70%;
  }


  .lider-bg {
    top: -180px;
  }

  .lider-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lider-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
  }

  .lider-text {
    order: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .lider-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .lider-text p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .lider-link {
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
  }

  .lider-img {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lider-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }

  .agenda-title {
    line-height: 45px;
  }

  .agenda-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }

  .agenda-time {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .agenda-content h3 {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .agenda-content p {
    font-size: 0.9rem;
    margin: 0;
  }


  .agenda-item.highlight {
    display: none;
  }

  .agenda-container {
    padding: 20px;
    border-radius: 16px;
  }

  .agenda-register {
    width: 100%;
  }

  .social-icons {
    gap: 20px;
  }

  .icon.facebook  { background-image: url("../img/redes_sociales/facebook-blue.svg"); }
  .icon.instagram { background-image: url("../img/redes_sociales/instagram-blue.svg"); }
  .icon.youtube   { background-image: url("../img/redes_sociales/youtube-blue.svg"); }
  .icon.linkedin  { background-image: url("../img/redes_sociales/linkedln-blue.svg");}

  .banner-follow{
    background-image: url("../img/principal/background-follow-mobile.svg");
  }
  .footer-logos {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .footer-logos img {
    max-height: 22px;
  }
}

@media (max-width: 600px) {
  .event-card h3 {
    font-size: clamp(20px, 6vw, 24px);
  }

  .event-card .subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .detail {
    width: 90%;
    max-width: none;
    padding: 12px;
  }

  .detail .label {
    font-size: 14px;
  }

  .detail .value {
    font-size: 12px;
  }

  .detail .value span {
    font-size: 9px;
  }

  .cards-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lider-bg {
    top: -200px;
  }

}

@media (max-width: 460px) {
  .card {
    padding: 20px 30px 20px 20px;
  }

  .card-title,
  .card-title.tres {
    font-size: clamp(16px, 2.5vw, 18px);
  }

  .card-text,
  .card-text.tres {
    font-size: clamp(16px, 2.5vw, 14px);
  }

  .card-icon,
  .card-icon.tres,
  .card-icon.cuatro {
    grid-column: auto;
    grid-row: auto;
    position: relative;
    width: 147px;
    margin: 0;
  }

  .lider-bg {
    top: -240px;
  }
}

@media (max-width: 368px) {
  .card-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
  }

  .card-title,
  .card-title.tres {
    font-size: clamp(14px, 4vw, 16px);
    text-align: center;
    margin-bottom: 4px;
  }

  .card-text,
  .card-text.tres {
    font-size: clamp(12px, 3vw, 14px);
    text-align: center;
    margin: 0 0 6px 0;
    line-height: 1.3;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    /* vertical */
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
  }

  .card-icon,
  .card-icon.tres,
  .card-icon.cuatro {
    position: relative;
    width: 120px;
    /* más pequeño */
    margin: 0;
  }

  .card-icon img,
  .card-icon.cuatro img {
    width: 100%;
    height: auto;
    display: block;
  }

  .card {
    padding: 15px;
    height: auto;
  }
}