@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital@1&display=swap");:root{--mora-blue:#4822f4;--dark-purple:#140058;--strategic-purple:#6556ff;--core-black:#262626;--light-grey:#777;--off-white:#f7f7f7;--invisible-tech:#d6fd6a;--highlight-gradient:linear-gradient(to left,var(--invisible-tech),transparent)}*{box-sizing:border-box;margin:0;padding:0}.data-card.no-margin-bottom{margin-bottom:0!important}.data-container{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.tendencia-destacado-right{background-color:var(--off-white);border-left:4px solid var(--mora-blue);color:var(--core-black);font-size:1rem;line-height:1.5;max-width:100%;padding:1rem}body{background-color:var(--invisible-tech);color:var(--core-black);font-family:Inter,sans-serif;line-height:1.6}.container-principal{background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.05);margin-top:2.8rem;padding:4rem;position:relative;width:100%}.header-pestana{align-items:stretch;display:flex;left:0;margin-bottom:1rem;position:absolute;top:-3rem}.tag-pestana{align-items:center;background-color:var(--mora-blue);border:none;color:#fff;display:flex;font-size:.9rem!important;font-weight:600;letter-spacing:.05em;padding:.8rem 2rem;text-transform:uppercase}.navegacion-botones{display:flex;flex-wrap:nowrap}.navegacion-botones button{align-items:center;aspect-ratio:1;background-color:var(--strategic-purple);border:none;border-radius:0;color:#fff;cursor:pointer;display:flex;font-size:1rem!important;font-weight:600;height:100%;justify-content:center;padding:0;transition:background-color .3s ease}.navegacion-botones button:last-child{background-color:var(--mora-blue)}.navegacion-botones button:hover{background-color:var(--dark-purple)}.titulo-modulo{color:var(--mora-blue);font-family:Familjen Grotesk,sans-serif;font-size:4rem!important;font-weight:600;line-height:1.2!important;margin-bottom:1.5rem;text-align:left!important}.descripcion-modulo{color:var(--light-grey);font-family:Inter,sans-serif;font-size:1rem!important;line-height:1.5!important;margin-bottom:2rem;text-align:left}.tendencia{column-gap:2rem;display:grid;grid-template-areas:"texto imagen";grid-template-columns:1fr 1fr;margin-bottom:2rem}.tendencia.invertida{grid-template-areas:"imagen texto"}.tendencia.fullwidth{column-gap:0;grid-template-columns:1fr}.tendencia-texto{grid-area:texto}.tendencia-imagen{grid-area:imagen}.tendencia-imagen img{display:block;height:auto;width:100%}.tendencia-titulo{color:var(--mora-blue);font-family:Familjen Grotesk,sans-serif;font-size:1.5rem!important;font-weight:600;line-height:1.3!important;margin-bottom:1rem}.tendencia-descripcion{color:var(--light-grey);font-family:Inter,sans-serif;font-size:1rem!important;line-height:1.5!important}.tendencia-destacado{background:var(--off-white);border-left:4px solid var(--strategic-purple);color:var(--core-black);font-family:STIX Two Text,serif;font-size:.9rem!important;font-style:italic;line-height:1.4!important;padding:1rem}.data-card{align-items:flex-start;background-color:var(--mora-blue);border:1px solid var(--mora-blue);box-shadow:-4px 4px 0 #b1a9fd;color:#fff;display:flex;flex-direction:column;height:fit-content;justify-content:center;margin-bottom:2.5rem;padding:1rem;text-align:left}.data-card p{color:#fff!important;font-size:1rem;line-height:1.5;margin:0}.data-card p strong{color:var(--mora-blue)!important;font-size:1.2rem!important;font-weight:700!important}.linea-separadora{background-color:#e0e0e0;height:1px;margin:2rem 0;width:100%}.cta-button{background-color:var(--mora-blue);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:box-shadow .2s ease,transform .2s ease}.cta-button:hover{box-shadow:0 4px 12px rgba(72,34,244,.3);transform:translateY(-2px)}@media screen and (max-width:768px){.container-principal{padding:2rem}.titulo-modulo{font-size:2rem!important;line-height:1.2!important}.descripcion-modulo{font-size:.95rem!important;line-height:1.4!important}.tendencia{grid-template-areas:"titulo" "descripcion" "cards" "imagen";grid-template-columns:1fr;row-gap:1rem}.tendencia-texto{grid-area:titulo}.descripcion-modulo{grid-area:descripcion}.data-card{grid-area:cards}.tendencia-imagen{grid-area:imagen}.tendencia-titulo{font-size:1.3rem!important;line-height:1.2!important}.tendencia-descripcion{font-size:.95rem!important;line-height:1.4!important}.data-card{font-size:.9rem!important;line-height:1.4!important}.tendencia-imagen img{display:block;height:auto;margin:0 auto;max-width:100%}.header-pestana,.tag-pestana{font-size:.7rem!important}.header-pestana{left:0;top:-2.7rem}}