/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/
body {
  background: #f5f6f8;
}

/* TOP AD */
.cp-top-ad{
  width:100%;

  margin:
    20px auto
    30px;

  padding:
    0 12px;

  text-align:center;
}

.cp-top-ad-inner{
  min-height:400px;
}

/* Adsense */
.cp-top-ad-inner .adsbygoogle{
  display:block;
  margin:0 auto;
}
.cp-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
}

.cp-hero {
  padding: 40px 0;
  text-align: center;
}

.cp-hero h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.cp-hero p {
  opacity: 0.7;
}

.cp-platforms {
  padding: 20px 0;
  text-align: center;
}

.cp-logo {
  margin: 0 10px;
  font-weight: 600;
  opacity: 0.6;
}

.cp-section {
  padding: 30px 0;
}

.cp-alt {
  background: #f7f7f7;
}

.cp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.cp-grid-small {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.cp-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.cp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.cp-thumb {
  position: relative;
}

.cp-thumb img {
  width: 100%;
  display: block;
}

.cp-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #00c853;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

.cp-badge-alt {
  background: #ff9800;
}
/* BECAS */
.cp-section-scholarships .cp-badge-alt{
  background:#0f766e;
}

.cp-badge-sale{
  background:#FF0000;
}

.cp-badge-news{
  background:#ff2d55;
}

.cp-body {
  padding: 12px;
}

.cp-title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.cp-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.cp-chip {
  font-size: 11px;
  background: #eee;
  padding: 3px 6px;
  border-radius: 6px;
}

.cp-cat {
  background: #fff;
  padding: 16px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  min-height: 140px;
}

.cp-cat h3 {
  margin-bottom: 10px;
  text-align: center;
}

.cp-cat-link {
  margin-top: auto;
  text-align: center;
  font-size: 14px;
}

.cp-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cp-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.cp-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cp-title {
  margin-bottom: 8px;
}

.cp-meta {
  margin-top: auto;
}

.cp-more {
  text-align: center;
  margin-top: 20px;
}

.cp-more-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}

.cp-more-btn:hover {
  background: #333;
}

.cp-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 30px;
  opacity: 0.7;
  font-size: 14px;
}

.cp-ad {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 16px;

  min-height: 280px; /* importante */
}

.cp-promo {
  max-width: 1200px;
  margin: 40px auto; /* espacio arriba y abajo */
  padding: 0 16px;
}

.cp-promo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* GOOGLE FAVORITES */
.cp-google-source{
  display:flex;
  justify-content:center;
  margin:28px 0 12px;
}

.cp-google-source-btn{
  display:flex;
  align-items:center;
  gap:14px;

  padding:14px 18px;

  background:#fff;

  border:1px solid #e5e7eb;
  border-radius:18px;

  text-decoration:none;

  box-shadow:
    0 6px 18px rgba(0,0,0,.05);

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

.cp-google-source-btn:hover{
  transform:translateY(-2px);

  border-color:#d1d5db;

  box-shadow:
    0 10px 28px rgba(0,0,0,.08);
}

.cp-google-source-icon{
  width:44px;
  height:44px;

  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#f3f4f6;

  color:#fbbc05;

  flex-shrink:0;
}

.cp-google-source-content{
  display:flex;
  flex-direction:column;
}

.cp-google-source-title{
  color:#111827;
  font-size:15px;
  font-weight:700;
  line-height:1.2;
}

.cp-google-source-subtitle{
  color:#6b7280;
  font-size:13px;
  margin-top:2px;
}

/*aquí va lo del curso */

/* CONTENEDOR */
.cc2-course {
  max-width: 900px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* HERO */
.cc2-hero {
  background: #ffffff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  text-align: center;
}

/* BADGE */
.cc2-badge {
  display: inline-block;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* TITULO */
.cc2-title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* SUB */
.cc2-subtitle {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 10px;
}

/* AUTOR */
.cc2-author {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 14px;
}

/* BOTON */
.cc2-btn {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.cc2-btn:hover {
  background: #1d4ed8;
}

/* STATS */
.cc2-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.cc2-stat {
  background: #ffffff;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

/* BOXES */
.cc2-box {
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.cc2-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.cc2-box ul {
  padding-left: 18px;
}

.cc2-box li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* CTA FINAL */
.cc2-cta {
  text-align: center;
  margin-top: 10px;
}

/* RELATED COURSES */
.cc2-related {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc2-related-item {
  display: block;
  background: #f9fafb;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  border: 1px solid #eee;
}

.cc2-related-item:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}

.cc2-related-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.cc2-related-meta {
  font-size: 12px;
  color: #6b7280;
}

/* CTA FINAL PRO */
.cc2-cta-final {
  margin-top: 20px;
}

.cc2-cta-box {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  padding: 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(37,99,235,0.25);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* TEXTO */
.cc2-cta-text strong {
  display: block;
  font-size: 18px;
}

.cc2-cta-text span {
  font-size: 14px;
  opacity: 0.9;
}

/* BOTÓN */
.cc2-cta-button {
  display: inline-block;
  background: #ffffff;
  color: #1d4ed8;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}

.cc2-cta-button:hover {
  transform: scale(1.05);
  background: #f3f4f6;
}

/* NOTA */
.cc2-cta-note {
  font-size: 12px;
  opacity: 0.85;
}

.cc2-cta-proof {
  font-size: 12px;
  opacity: 0.85;
}

/* COURSERA */
/* CONTENEDOR */
.ccr-course {
  max-width: 950px;
  margin: 30px auto;
}

/* HERO */
.ccr-hero {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 34px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  margin-bottom: 22px;
  text-align: center;
}

/* BADGE WRAP */
.ccr-badge-wrap {
  margin-bottom: 22px;
}

/* BADGE */
.ccr-badge {
  display: inline-block;
  background: #e8f0ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
}

/* TITULO */
.ccr-title {
  font-size: 42px;
  line-height: 1.15;
  color: #111827;
  margin-bottom: 18px;
}

/* SUB */
.ccr-subtitle {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
}

/* META */
.ccr-meta {
  font-size: 14px;
  color: #6b7280;
}

/* STATS */
.ccr-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* CARD */
.ccr-stat {
  width: 170px;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.ccr-stat strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
  color: #111827;
}

.ccr-stat span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

/* BOX */
.ccr-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  margin-top: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

/* TITULO */
.ccr-box-title {
  font-size: 28px;
  margin-bottom: 24px;
  color: #111827;
  text-align: center;
}

/* GRID */
.ccr-learn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* ITEM */
.ccr-learn-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f8fafc;
  border-radius: 14px;
  padding: 18px;
}

/* ICON */
.ccr-learn-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

/* TEXTO */
.ccr-learn-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}

/* SKILLS */
.ccr-skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* CHIP */
.ccr-skill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f7ff;
  color: #2563eb;
  border: 1px solid #dbe7ff;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: 0.2s;
}

/* HOVER */
.ccr-skill:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

/* TOOLS */
.ccr-tools {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

/* ITEM */
.ccr-tool {
  background: #f8fafc;
  border: 1px solid #e5edf9;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.2s;
}

/* HOVER */
.ccr-tool:hover {
  transform: translateY(-2px);
  background: #f1f5ff;
  border-color: #cfe0ff;
}

/* ICON */
.ccr-tool-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* NAME */
.ccr-tool-name {
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.5;
}

/* MODULES */
.ccr-modules {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* MODULE */
.ccr-module {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #e5edf9;
  border-radius: 16px;
  padding: 22px;
}

/* NUMBER */
.ccr-module-number {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

/* CONTENT */
.ccr-module-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111827;
}

.ccr-module-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

/* CERTIFICATE */
.ccr-certificate {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 18px;
  padding: 26px;
  color: #ffffff;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 8px;
}

/* ICON */
.ccr-certificate-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

/* TEXT */
.ccr-certificate-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #ffffff;
}

.ccr-certificate-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
}


/* CTA FINAL */
.ccr-cta-final {
  margin-top: 30px;
}

/* BOX */
.ccr-cta-final-box {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 24px;
  padding: 42px 30px;
  position: relative;
  overflow: hidden;
}

/* CONTENT */
.ccr-cta-final-content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

/* BADGE */
.ccr-cta-final-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* TITLE */
.ccr-cta-final-title {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 16px;
}

/* TEXT */
.ccr-cta-final-text {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin-bottom: 28px;
}

/* BUTTON */
.ccr-cta-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #2563eb;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 14px;
  transition: 0.2s;
}

/* HOVER */
.ccr-cta-final-button:hover {
  transform: translateY(-2px);
  background: #f8fafc;
}

/* PROOF */
.ccr-cta-final-proof {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}

/* =========================
   CONTENEDOR
========================= */
.ccb-scholarship {
  max-width: 1050px;
  margin: 40px auto;
}


/* =========================
   HERO
========================= */
.ccb-hero {
  background: linear-gradient(
    180deg,
    #fffaf9 0%,
    #f8f4f3 100%
  );

  border: 1px solid #f1e7e5;

  border-radius: 30px;

  padding: 60px 50px;

  text-align: center;
}


/* =========================
   BADGE
========================= */
.ccb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #991b1b;
  color: #ffffff;

  font-size: 13px;
  font-weight: 700;

  padding: 10px 18px;
  border-radius: 999px;

  margin-bottom: 26px;

  letter-spacing: 0.3px;
}


/* =========================
   TITULO
========================= */
.ccb-title {
  max-width: 850px;
  margin: 0 auto 24px;

  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;

  color: #111827;
}


/* =========================
   SUBTITULO
========================= */
.ccb-subtitle {
  max-width: 760px;
  margin: 0 auto 42px;

  font-size: 20px;
  line-height: 1.8;

  color: #4b5563;
}


/* =========================
   META
========================= */
.ccb-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 18px;
}


/* ITEM */
.ccb-meta-item {
  min-width: 190px;

  background: #ffffff;

  border: 1px solid #ececec;

  border-radius: 18px;

  padding: 18px 20px;
}


/* LABEL */
.ccb-meta-item strong {
  display: block;

  font-size: 13px;
  font-weight: 700;

  color: #991b1b;

  margin-bottom: 8px;

  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* VALUE */
.ccb-meta-item span {
  font-size: 16px;
  line-height: 1.6;

  color: #1f2937;
}

/* =========================
   BENEFICIOS
========================= */
.ccb-benefits {
  margin-top: 34px;
}


/* =========================
   HEADER
========================= */
.ccb-section-head {
  text-align: center;

  max-width: 760px;
  margin: 0 auto 34px;
}

.ccb-section-kicker {
  display: inline-block;

  color: #991b1b;

  font-size: 13px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.6px;

  margin-bottom: 14px;
}

.ccb-section-title {
  font-size: 42px;
  line-height: 1.1;

  color: #111827;

  margin-bottom: 18px;
}

.ccb-section-subtitle {
  font-size: 18px;
  line-height: 1.8;

  color: #4b5563;
}


/* =========================
   GRID
========================= */
.ccb-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 22px;
}


/* =========================
   CARD
========================= */
.ccb-benefit-card {
  background: #ffffff;

  border: 1px solid #ececec;

  border-radius: 24px;

  padding: 30px;

  transition: 0.25s ease;
}

.ccb-benefit-card:hover {
  transform: translateY(-4px);

  border-color: #f3d3d3;

  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}


/* =========================
   ICON
========================= */
.ccb-benefit-icon {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fef2f2;

  border-radius: 18px;

  font-size: 26px;

  margin-bottom: 22px;
}


/* =========================
   TITULO
========================= */
.ccb-benefit-card h4 {
  font-size: 24px;
  line-height: 1.3;

  color: #111827;

  margin-bottom: 14px;
}


/* =========================
   TEXTO
========================= */
.ccb-benefit-card p {
  font-size: 16px;
  line-height: 1.8;

  color: #4b5563;

  margin: 0;
}

/* =========================
   PERFIL
========================= */
.ccb-profile {
  margin-top: 40px;
}


/* =========================
   GRID
========================= */
.ccb-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 22px;
}


/* =========================
   CARD
========================= */
.ccb-profile-card {
  background: #ffffff;

  border: 1px solid #ececec;

  border-radius: 24px;

  padding: 30px;

  transition: 0.25s ease;
}

.ccb-profile-card:hover {
  transform: translateY(-4px);

  border-color: #f3d3d3;

  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}


/* =========================
   ICON
========================= */
.ccb-profile-icon {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fef2f2;

  border-radius: 18px;

  font-size: 26px;

  margin-bottom: 22px;
}


/* =========================
   TITULO
========================= */
.ccb-profile-card h4 {
  font-size: 24px;
  line-height: 1.3;

  color: #111827;

  margin-bottom: 14px;
}


/* =========================
   TEXTO
========================= */
.ccb-profile-card p {
  font-size: 16px;
  line-height: 1.8;

  color: #4b5563;

  margin: 0;
}

/* =========================
   TIMELINE
========================= */
.ccb-timeline {
  margin-top: 44px;
}


/* =========================
   WRAPPER
========================= */
.ccb-timeline-wrapper {
  position: relative;

  max-width: 900px;
  margin: 0 auto;

  padding-left: 30px;
}


/* LINE */
.ccb-timeline-wrapper::before {
  content: "";

  position: absolute;

  left: 10px;
  top: 0;

  width: 2px;
  height: 100%;

  background: linear-gradient(
    180deg,
    #dc2626 0%,
    #fecaca 100%
  );
}


/* =========================
   ITEM
========================= */
.ccb-timeline-item {
  position: relative;

  margin-bottom: 34px;
}


/* DOT */
.ccb-timeline-dot {
  position: absolute;

  left: -30px;
  top: 8px;

  width: 22px;
  height: 22px;

  border-radius: 999px;

  background: #dc2626;

  border: 5px solid #fff;

  box-shadow: 0 0 0 1px #fecaca;
}


/* =========================
   CARD
========================= */
.ccb-timeline-content {
  background: #ffffff;

  border: 1px solid #ececec;

  border-radius: 22px;

  padding: 26px;
}


/* DATE */
.ccb-timeline-date {
  display: inline-block;

  color: #991b1b;

  font-size: 13px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.5px;

  margin-bottom: 12px;
}


/* TITLE */
.ccb-timeline-content h4 {
  font-size: 24px;
  line-height: 1.3;

  color: #111827;

  margin-bottom: 12px;
}


/* TEXT */
.ccb-timeline-content p {
  font-size: 16px;
  line-height: 1.8;

  color: #4b5563;

  margin: 0;
}

/* =========================
   PROCESS
========================= */
.ccb-process {
  margin-top: 44px;
}


/* =========================
   GRID
========================= */
.ccb-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 22px;
}


/* =========================
   STEP
========================= */
.ccb-process-step {
  position: relative;

  background: #ffffff;

  border: 1px solid #ececec;

  border-radius: 24px;

  padding: 28px;

  transition: 0.25s ease;
}

.ccb-process-step:hover {
  transform: translateY(-4px);

  border-color: #f3d3d3;

  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}


/* =========================
   NUMBER
========================= */
.ccb-process-number {
  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #991b1b;
  color: #ffffff;

  border-radius: 18px;

  font-size: 18px;
  font-weight: 700;

  margin-bottom: 22px;
}


/* =========================
   TITLE
========================= */
.ccb-process-step h4 {
  font-size: 22px;
  line-height: 1.35;

  color: #111827;

  margin-bottom: 14px;
}


/* =========================
   TEXT
========================= */
.ccb-process-step p {
  font-size: 16px;
  line-height: 1.8;

  color: #4b5563;

  margin: 0;
}

/* =========================
   ORGANIZERS
========================= */
.ccb-organizers {
  margin-top: 44px;
}


/* =========================
   GRID
========================= */
.ccb-organizers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 22px;
}


/* =========================
   CARD
========================= */
.ccb-organizer-card {
  background: #ffffff;

  border: 1px solid #ececec;

  border-radius: 24px;

  padding: 28px;

  transition: 0.25s ease;
}

.ccb-organizer-card:hover {
  transform: translateY(-4px);

  border-color: #f3d3d3;

  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}


/* =========================
   LOGO
========================= */
.ccb-organizer-logo {
  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff5f5;

  border-radius: 20px;

  margin-bottom: 22px;

  font-size: 34px;
}

.ccb-organizer-logo img {
  max-width: 100%;
  max-height: 34px;
}


/* =========================
   TITLE
========================= */
.ccb-organizer-content h4 {
  font-size: 22px;
  line-height: 1.3;

  color: #111827;

  margin-bottom: 14px;
}


/* =========================
   TEXT
========================= */
.ccb-organizer-content p {
  font-size: 16px;
  line-height: 1.8;

  color: #4b5563;

  margin: 0;
}

/* =========================
   FINAL CTA
========================= */
.ccb-final-cta {
  margin-top: 50px;
}


/* =========================
   BOX
========================= */
.ccb-final-cta-box {
  background: linear-gradient(
    180deg,
    #fff7f7 0%,
    #fef2f2 100%
  );

  border: 1px solid #f3d3d3;

  border-radius: 30px;

  padding: 50px 40px;

  text-align: center;
}


/* =========================
   BADGE
========================= */
.ccb-final-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #991b1b;
  color: #ffffff;

  padding: 10px 18px;

  border-radius: 999px;

  font-size: 13px;
  font-weight: 700;

  margin-bottom: 24px;

  letter-spacing: 0.4px;
}


/* =========================
   TITLE
========================= */
.ccb-final-cta-title {
  max-width: 720px;
  margin: 0 auto 20px;

  font-size: 46px;
  line-height: 1.08;

  color: #111827;
}


/* =========================
   TEXT
========================= */
.ccb-final-cta-text {
  max-width: 760px;
  margin: 0 auto 34px;

  font-size: 18px;
  line-height: 1.8;

  color: #4b5563;
}


/* =========================
   INFO
========================= */
.ccb-final-cta-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 14px;

  margin-bottom: 34px;
}

.ccb-final-cta-item {
  background: #ffffff;

  border: 1px solid #ececec;

  border-radius: 999px;

  padding: 12px 18px;

  font-size: 14px;
  font-weight: 600;

  color: #374151;
}


/* =========================
   BUTTON
========================= */
.ccb-final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #c1121f;
  color: #ffffff;

  text-decoration: none;

  padding: 18px 34px;

  border-radius: 18px;

  font-size: 17px;
  font-weight: 700;

  transition: 0.25s ease;
}

.ccb-final-cta-button:hover {
  background: #991b1b;

  transform: translateY(-2px);
}


/* =========================
   NOTE
========================= */
.ccb-final-cta-note {
  max-width: 760px;
  margin: 24px auto 0;

  font-size: 14px;
  line-height: 1.8;

  color: #6b7280;
}

/* TUTORIALES */
.cp-section-tutorials .cp-badge-tutorial{
  background:#7c3aed;
}

/* hover más editorial */
.cp-section-tutorials .cp-card:hover{
  transform:translateY(-4px);
}

/* HEADINGS */
.cp-section h2{
  position:relative;

  display:inline-block;

  margin-bottom:26px;
}

/* LINEA */
.cp-section h2::after{
  content:"";

  display:block;

  width:48px;
  height:4px;

  margin-top:10px;

  border-radius:999px;

  background:#2563eb;
}
/* CURSOS GRATIS */
.cp-section-courses h2::after{
  background:#00c853;
}

/* DESCUENTOS */
.cp-section-sale h2::after{
  background:#FF0000;
}

/* TENDENCIAS */
.cp-section-news h2::after{
  background:#ff2d55;
}

/* TUTORIALES */
.cp-section-tutorials h2::after{
  background:#7c3aed;
}

/* RECURSOS */
.cp-section-resources h2::after{
  background:#00c853;
}

/* BECAS */
.cp-section-scholarships h2::after{
  background:#0f766e;
}
/* Revividos */
.cp-section-recommended h2::after{
  background:#ff9800;
}

/* EMPLEOS */
.cp-section-jobs .cp-badge-job{
  background:#8B5E3C;
}

/* LINEA DEL TITULO */
.cp-section-jobs h2::after{
  background:#8B5E3C;
}


.curso-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    max-width:1200px;
    margin:0 auto 35px;
}

.curso-stat{
    background:#fff;
    border-radius:14px;
    padding:18px 20px;
    text-align:center;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:70px;
}

.curso-stat-icon{
    font-size:18px;
}

.curso-stat-text{
    font-size:18px;
    font-weight:600;
    color:#334155;
}

.curso-headline{
    max-width:900px;
    margin:15px auto 35px;
    text-align:center;
    font-size:20px;
    line-height:1.6;
    color:#64748b;
}

.curso-aprender{
    max-width:1200px;
    margin:40px auto;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.curso-aprender h2{
    text-align:center;
    margin-bottom:30px;
    font-size:32px;
}

.curso-aprender-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 30px;
}

.curso-aprender-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    line-height:1.6;
}

.curso-check{
    color:#16a34a;
    font-weight:700;
    font-size:20px;
    flex-shrink:0;
}

.curso-requisitos{
    max-width:1200px;
    margin:40px auto;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.curso-requisitos h2{
    text-align:center;
    margin-bottom:25px;
    font-size:32px;
}

.curso-requisitos-lista{
    margin:0;
    padding-left:25px;
}

.curso-requisitos-lista li{
    margin-bottom:14px;
    line-height:1.7;
}

.curso-publico{
    max-width:1200px;
    margin:40px auto;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.curso-publico h2{
    text-align:center;
    margin-bottom:30px;
    font-size:32px;
}

.curso-publico-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.curso-publico-item{
    display:flex;
    gap:12px;
    align-items:flex-start;
    line-height:1.6;
}

.curso-publico-icon{
    flex-shrink:0;
}

.curso-faq{
    max-width:1200px;
    margin:40px auto;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.curso-faq h2{
    text-align:center;
    margin-bottom:30px;
    font-size:32px;
}

.curso-faq-item{
    border-bottom:1px solid #e5e7eb;
    padding:18px 0;
}

.curso-faq-item:last-child{
    border-bottom:none;
}

.curso-faq-item summary{
    cursor:pointer;
    font-weight:600;
    list-style:none;
}

.curso-faq-item summary::-webkit-details-marker{
    display:none;
}

.curso-faq-answer{
    margin-top:12px;
    line-height:1.7;
    color:#475569;
}

/* =========================
    CANALES
=============================*/

.cp-community-links{
    display:flex;
    justify-content:center;
    gap:12px;
    margin:20px 0;
    flex-wrap:wrap;
}

.cp-community-btn{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:140px;
    padding:14px 10px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    text-decoration:none;
    transition:.2s ease;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.cp-community-btn:hover{
    transform:translateY(-2px);
}

.cp-community-icon{
    font-size:22px;
    margin-bottom:6px;
}

.cp-community-title{
    font-size:14px;
    font-weight:700;
    color:#111827;
}

.cp-community-subtitle{
    font-size:12px;
    color:#6b7280;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 1024px) {

  .ccb-organizers-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {
    
      .ccb-final-cta-box {
    padding: 38px 24px;
  }

  .ccb-final-cta-title {
    font-size: 32px;
  }

  .ccb-final-cta-text {
    font-size: 16px;
  }

  .ccb-final-cta-info {
    flex-direction: column;
  }

  .ccb-final-cta-button {
    width: 100%;
  }
  
  .curso-stats{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:25px;
    }
    
    .curso-stat{
        padding:14px;
        min-height:auto;
    }
    
    .curso-stat-text{
        font-size:15px;
    }

  .ccb-organizer-card {
    padding: 24px;
  }

  .ccb-organizer-content h4 {
    font-size: 20px;
  }

  .ccb-process-grid {
    grid-template-columns: 1fr;
  }

  .ccb-process-step {
    padding: 24px;
  }

  .ccb-process-step h4 {
    font-size: 20px;
  }

  /* COURSERA HERO */
  .ccr-hero {
    padding: 28px 22px;
  }

  .ccr-title {
    font-size: 30px;
  }

  .ccr-subtitle {
    font-size: 15px;
  }

  .ccr-stat {
    width: calc(50% - 10px);
  }

  /* BOXES */
  .ccr-box {
    padding: 22px;
  }

  .ccr-box-title {
    font-size: 24px;
  }

  /* LEARN */
  .ccr-learn-grid {
    grid-template-columns: 1fr;
  }

  /* SKILLS */
  .ccr-skill {
    font-size: 13px;
    padding: 9px 14px;
  }

  /* TOOLS */
  .ccr-tools {
    grid-template-columns: 1fr;
  }

  /* MODULES */
  .ccr-module {
    padding: 18px;
  }

  .ccr-module-number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 16px;
  }

  .ccr-module-content h4 {
    font-size: 16px;
  }

  .ccr-module-content p {
    font-size: 14px;
  }

  .ccr-certificate {
    flex-direction: column;
    align-items: flex-start;
  }

  /* CTA FINAL */
  .ccr-cta-final-box {
    padding: 34px 22px;
  }

  .ccr-cta-final-title {
    font-size: 28px;
  }

  .ccr-cta-final-text {
    font-size: 15px;
  }

  .ccr-cta-final-button {
    width: 100%;
  }

  /* UDEMY CTA */
  .cc2-cta-final {
    position: static;
    bottom: 10px;
    z-index: 10;
  }
    .ccb-hero {
    padding: 36px 22px;
    border-radius: 24px;
  }

  .ccb-title {
    font-size: 34px;
  }

  .ccb-subtitle {
    font-size: 17px;
  }

  .ccb-meta {
    flex-direction: column;
  }

  .ccb-meta-item {
    width: 100%;
  }
  
    .ccb-section-title {
    font-size: 30px;
  }

  .ccb-section-subtitle {
    font-size: 16px;
  }

  .ccb-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ccb-benefit-card {
    padding: 24px;
  }
  
    .ccb-profile-grid {
    grid-template-columns: 1fr;
  }

  .ccb-profile-card {
    padding: 24px;
  }
  
    .ccb-timeline-wrapper {
    padding-left: 22px;
  }

  .ccb-timeline-dot {
    left: -22px;
  }

  .ccb-timeline-content {
    padding: 22px;
  }

  .ccb-timeline-content h4 {
    font-size: 20px;
  }
  
  .curso-aprender{
    padding:25px;
    }
    
    .curso-aprender h2{
        font-size:26px;
    }
    
    .curso-aprender-grid{
        grid-template-columns:1fr;
    }
    
    .curso-requisitos{
    padding:25px;
    }
    
    .curso-requisitos h2{
        font-size:26px;
    }
    
    .curso-publico{
    padding:25px;
    }
    
    .curso-publico h2{
        font-size:26px;
    }
    
    .curso-publico-grid{
        grid-template-columns:1fr;
    }
    
    .curso-faq{
    padding:25px;
    }
    
    .curso-faq h2{
        font-size:26px;
    }

}


/* =========================
   TABLET / DESKTOP
========================= */
@media (min-width: 768px) {

  .cp-hero h1 {
    font-size: 36px;
  }

  .cp-cat h3 {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

}


/* =========================
   LARGE DESKTOP
========================= */
@media (min-width: 1024px) {

  .cp-grid-small {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .cc2-course {
    max-width: 1000px;
  }

}