.caja-central{align-items:center;background:#e7eeff;border-radius:16px;gap:0;justify-content:center;margin:0 auto;max-width:999px;padding:24px 16px;width:100%}.caja-central,.caja-padre{display:flex;flex-direction:column}.caja-padre{gap:32px}.caja-hija-f,.caja-hija-g{flex:1}.caja-hija-f figure,.caja-hija-g figure{flex:0 0 78px;width:78px}.caja-hija-f .txt-caja,.caja-hija-g .txt-caja{flex:1}.caja-hija-f,.caja-hija-g{align-items:center;background:#fff;border:2px solid transparent;border-radius:16px;box-shadow:0 0 9px 3px rgba(0,0,0,.1);cursor:pointer;display:flex;flex:1 0 0;flex-direction:row;gap:16px;padding:16px 24px;transition:box-shadow .2s ease,border-color .2s ease;user-select:none}.txt-caja p{font-size:14px}.caja-hija-f:hover,.caja-hija-g:hover{box-shadow:0 0 14px 5px rgba(47,77,170,.14)}.caja-hija-f.tab-active,.caja-hija-f:hover,.caja-hija-g.tab-active,.caja-hija-g:hover{background:#2f4daa;border-color:#2f4daa;box-shadow:none}.caja-hija-f:hover,.caja-hija-g:hover{transition:all .3s ease}.caja-hija-f.tab-active h3,.caja-hija-f.tab-active p,.caja-hija-f:hover h3,.caja-hija-f:hover p,.caja-hija-g.tab-active h3,.caja-hija-g.tab-active p,.caja-hija-g:hover h3,.caja-hija-g:hover p{color:#fff}.tab-content-hidden{display:none}.tab-finanzas,.tab-gestion{animation:tabFadeIn .28s ease}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media only screen and (min-width:767px){.caja-padre{display:flex;flex-direction:row}.caja-central{padding:56px}.txt-caja p{font-size:18px}}