.presentacion{margin-bottom:30px}.presentacion__grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;column-gap:30px;row-gap:30px}.presentacion__usuario{display:flex;align-items:center;gap:10px;column-gap:10px;margin-bottom:20px}.presentacion__usuario img{min-width:180px;min-height:180px;width:180px;height:180px;object-fit:contain;border-radius:50%;animation:usuario__rotar_3d .3s ease-in-out}@keyframes usuario__rotar_3d{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.presentacion__usuario h1{font-size:40px;min-width:fit-content;width:fit-content;white-space:nowrap;font-weight:700;text-transform:uppercase;animation:titulo__pulse 2s infinite,titulo__transladarX .3s ease-in-out}.presentacion__usuario .titulo--sub{font-size:28px;min-width:fit-content;width:fit-content;white-space:nowrap;font-weight:700;text-transform:uppercase}.presentacion__usuario--name{font-weight:700}@keyframes titulo__transladarX{0%{transform:translate(-50px)}to{transform:translate(0)}}.presentacion__left p{font-size:16px;margin-bottom:30px;animation:texto__opacity .3s ease-in-out}@keyframes texto__opacity{0%{opacity:0}to{opacity:1}}.presentacion__left p:last-child{margin-bottom:0}.presentacion__botones{display:flex;align-items:center;column-gap:10px;row-gap:10px;flex-wrap:wrap}.presentacion__cv{display:flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:5px;background:var(--fondo-2);color:var(--texto-2);font-weight:700;transition:var(--transition-3s);animation:cv__rotar_3d .3s ease-in-out;border:1px solid #444c50;margin-bottom:10px}.presentacion__rigth{height:fit-content;display:grid;align-items:center;grid-template-columns:repeat(2,1fr);column-gap:20px;row-gap:20px}.presentacion__rigth a{width:100%;display:flex;align-items:center;justify-content:center;padding:30px;border-radius:5px;transition:var(--transition-3s);animation:redes__rotar_3d .3s ease-in-out}.presentacion__rigth a:nth-child(1){animation-delay:.1s}.presentacion__rigth a:nth-child(2){animation-delay:.2s}.presentacion__rigth a:nth-child(3){animation-delay:.3s}.presentacion__rigth a:nth-child(4){animation-delay:.4s}.presentacion__rigth a:nth-child(5){animation-delay:.5s}.presentacion__rigth a:nth-child(6){animation-delay:.6s}@keyframes redes__rotar_3d{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.presentacion__rigth a:hover{transform:scale(1.1)}.presentacion__rigth a:nth-child(1){background:var(--fondo-2)}.presentacion__rigth a:nth-child(2){background:rgb(190,0,130)}.presentacion__rigth a:nth-child(3){background:#1877f2}.presentacion__rigth a:nth-child(4){background:#0177b5}.presentacion__rigth a img{height:50px;min-width:50px}@media (max-width: 780px){.presentacion__grid{grid-template-columns:1fr}.presentacion__usuario h1{font-size:26px}.presentacion__usuario .titulo--sub{font-size:20px}.presentacion__usuario img{min-width:150px;min-height:150px;width:150px;height:150px}}@media (max-width: 500px){.presentacion__usuario h1{font-size:20px}.presentacion__usuario .titulo--sub{font-size:16px}.presentacion__usuario img{min-width:120px;min-height:120px;width:120px;height:120px}}.conocimientos{width:100%}.conocimientos-grid{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;grid-gap:1rem;margin:1rem}.conocimiento__item{position:relative;border-radius:50%}.conocimiento__item-titulo{min-width:100px;position:absolute;top:-40px;left:50%;transform:translate(-50%);text-align:center;background:var(--fondo-2);border:1px solid gray;font-size:12px;padding:2px 6px;border-radius:5px;opacity:0;pointer-events:none;visibility:hidden;transition:var(--transition-3s)}.conocimiento__item:hover .conocimiento__item-titulo{opacity:1;pointer-events:all;visibility:visible}.conocimiento__item img{width:40px;height:40px;object-fit:cover;box-shadow:0 0 10px #00000080}.instructores{width:100%}.instructores-grid{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;grid-gap:1rem;margin:1rem}@media (max-width: 780px){.instructores-grid{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:10px}}.instructor__item{position:relative;min-width:168px;min-height:168px;width:168px;height:168px;overflow:hidden;border-radius:50%;animation:opacity 1s ease-in-out}@keyframes opacity{0%{opacity:0}to{opacity:1}}.instructor__item img{width:168px;height:168px;object-fit:cover}.instructor__info{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:400;color:#fff;position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;background-blend-mode:multiply;backdrop-filter:blur(5px);background-color:#00000080;transition:all .3s ease-in-out;line-height:normal;text-align:center;visibility:hidden;opacity:0;pointer-events:none;animation:slideInstructor 10s ease-in-out}.instructor__item:hover .instructor__info{visibility:visible;opacity:1;pointer-events:all}.instructor__item:nth-child(1) .instructor__info{animation-delay:0s}.instructor__item:nth-child(2) .instructor__info{animation-delay:10s}.instructor__item:nth-child(3) .instructor__info{animation-delay:20s}.instructor__item:nth-child(4) .instructor__info{animation-delay:30s}.instructor__item:nth-child(5) .instructor__info{animation-delay:40s}.instructor__item:nth-child(6) .instructor__info{animation-delay:50s}.instructor__item:nth-child(7) .instructor__info{animation-delay:60s}.instructor__item:nth-child(8) .instructor__info{animation-delay:70s}@keyframes slideInstructor{0%{visibility:visible;opacity:1;pointer-events:all}90%{visibility:visible;opacity:1;pointer-events:all}to{visibility:hidden;opacity:0;pointer-events:none}}.instructor__item-titulo{margin-top:20px;padding:0 10px;font-size:16px;font-weight:700;margin-bottom:6px}.instructor__item-descripcion{padding:0 10px;font-size:14px;line-height:1.2;margin-bottom:10px}.instructor__visitar{text-align:center;font-size:14px;padding:4px 8px;font-weight:600;transition:all .3s ease-in-out}.instructor__visitar svg{width:20px;height:20px}.header{position:sticky;top:0;width:100%;padding:0 10px;backdrop-filter:blur(10px);background:rgba(0,0,0,.1);z-index:100;box-shadow:0 0 5px #79797933}.header__container{justify-content:space-between}.header__container,.header__left,.header__rigth,.header__nav{display:flex;align-items:center;column-gap:20px;row-gap:20px}.header__left .logo{width:40px}.header__nav a{font-size:14px;color:var(--indigo-2);font-weight:500;border-bottom:2px solid transparent;padding:20px 4px;transition:var(--transition-3s)}.header__nav a.active:hover,.header__nav a:hover{color:var(--white);border-bottom-color:var(--white)}.header__nav a.active{border-bottom-color:var(--blue)}.header__menu{display:none}@media (max-width: 780px){.header__menu{display:block}.header{padding:0}.header__container{padding:10px 20px;background:var(--fondo)}.header__rigth{width:100%}.header__nav{width:100%;padding:0 20px;position:absolute;right:0;left:0;top:-100%;background:var(--fondo);box-shadow:0 0 5px #79797933;z-index:-1;opacity:0;visibility:hidden;transition:var(--transition-3s);flex-wrap:wrap;justify-content:center;text-align:center}.header__nav.open{opacity:1;visibility:visible;top:100%}}.footer{background-color:var(--fondo-3);padding:20px;font-size:12px;bottom:0;width:100%}.footer__contenedor{display:flex;justify-content:space-between;align-items:center;column-gap:30px;row-gap:30px}.footer__parrafo{font-size:16px;color:var(--texto)}.footer__admin{display:flex;align-items:center;column-gap:10px;background:var(--fondo);border:1px solid var(--white);padding:4px 10px}.footer__redes{display:flex;align-items:center;column-gap:20px}.footer__redes a{position:relative}.footer__redes a span{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:4px 10px;background:var(--fondo);border:1px solid var(--white);z-index:2;opacity:0;transition:all .3s ease;text-align:center}.footer__redes a:hover svg{visibility:hidden}.footer__redes a:hover span{opacity:1}@media (max-width: 780px){.footer__contenedor{flex-direction:column-reverse;justify-content:center;text-align:center}}.proyecto{width:100%}.proyecto img{object-fit:contain}.proyecto .btn--volver{width:fit-content;display:flex;align-items:center;column-gap:10px;padding:10px 20px 10px 10px;text-align:center;background:var(--fondo-2);color:var(--titulo);margin-bottom:20px}.proyecto .btn--volver:hover{background:var(--blue)}.proyecto__top{padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;column-gap:20px;row-gap:20px;margin-bottom:20px;border:1px solid var(--gris);background:var(--fondo-2);overflow:hidden}.proyecto__top--left{display:flex;flex-direction:column;align-items:flex-start!important}.proyecto__top .proyecto__enlace{text-transform:uppercase;display:flex;align-items:center;column-gap:5px;justify-content:center;background:var(--gris);padding:5px 10px;border-radius:5px;margin-top:10px;transition:var(--transition-3s)}.proyecto__top .proyecto__enlace:hover{background:var(--gris-hover)}.proyecto__top .proyecto__enlace svg{margin:0;min-width:24px;min-height:24px;width:24px;height:24px}.proyecto__top>div{display:flex;align-items:center;column-gap:10px;animation:proyecto__top 1s ease-in-out}@keyframes proyecto__top{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.proyecto__top div h2{font-size:1.5rem;font-weight:500;color:var(--titulo);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.proyecto__top div p{font-size:1rem;font-weight:400;color:var(--sub-titulo)}.proyecto__top .btn{min-width:fit-content;display:flex;align-items:center;column-gap:10px;text-align:center;background:var(--gris);color:var(--titulo);animation:proyecto__top_rigth 1s ease-in-out}@keyframes proyecto__top_rigth{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.proyecto__top .btn:hover{background:var(--gris-hover)}.proyecto__imagen a{display:block;width:fit-content;margin:0 auto}.proyecto__imagen{width:100%;overflow:hidden;margin-bottom:20px}.proyecto__imagen img{width:100%;min-height:auto;max-height:660px;object-fit:contain;animation:proyecto__imagen 1s ease-in-out}@keyframes proyecto__imagen{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.proyecto__contenido,.proyecto__descripcion{padding:30px;border-radius:10px;margin-bottom:20px;border:1px solid var(--gris);background:var(--fondo-2);animation:proyecto__contenido 1s ease-in-out;overflow:hidden}@keyframes proyecto__contenido{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.proyecto__descripcion p{font-size:1rem;font-weight:400;color:var(--sub-titulo);animation:proyecto__descripcion_p 1s ease-in-out;color:var(--indigo-2)}@keyframes proyecto__descripcion_p{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.proyecto__descripcion div{padding-top:20px;width:fit-content;margin-left:auto}.proyecto__contenido{margin-bottom:0;line-height:2.5;overflow:hidden}.proyecto__contenido p{font-size:1rem;font-weight:400;color:var(--indigo-2);animation:proyecto__contenido_p 1s ease-in-out}@keyframes proyecto__contenido_p{0%{opacity:0}to{opacity:1}}.proyecto__contenido ul{padding-left:20px}.proyecto__contenido ul li::marker{color:var(--gris)}.proyecto__contenido img{margin:20px auto;width:100%;max-width:600px;text-align:center;animation:proyecto__contenido_img 1s ease-in-out}@keyframes proyecto__contenido_img{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.proyecto__contenido a{width:fit-content;color:var(--rojo);font-size:18px;font-weight:600;text-decoration:underline;transition:var(--transition-3s);position:relative;display:flex;align-items:center;column-gap:10px;row-gap:10px;animation:proyecto__contenido_a 1s ease-in-out}@keyframes proyecto__contenido_a{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.proyecto__contenido a:after{content:"";width:30px;height:30px;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover}.proyecto__contenido a:hover{color:var(--white)}.proyecto__fecha{line-height:normal;width:fit-content;font-size:14px;font-weight:400;color:var(--sub-titulo);background:var(--gris);padding:5px 10px;border-radius:5px;margin-bottom:30px;animation:proyecto__fecha 1s ease-in-out}@keyframes proyecto__fecha{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 780px){.proyecto__top{flex-direction:column;align-items:flex-start}}trix-editor{border:1px solid #bbb;border-radius:3px;margin:0;padding:.4em .6em;min-height:5em;outline:none}trix-toolbar *{box-sizing:border-box}trix-toolbar .trix-button-row{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group{display:flex;margin-bottom:10px;border:1px solid #bbb;border-top-color:#ccc;border-bottom-color:#888;border-radius:3px}trix-toolbar .trix-button-group:not(:first-child){margin-left:1.5vw}@media (max-width: 768px){trix-toolbar .trix-button-group:not(:first-child){margin-left:0}}trix-toolbar .trix-button-group-spacer{flex-grow:1}@media (max-width: 768px){trix-toolbar .trix-button-group-spacer{display:none}}trix-toolbar .trix-button{position:relative;float:left;color:#0009;font-size:.75em;font-weight:600;white-space:nowrap;padding:0 .5em;margin:0;outline:none;border:none;border-bottom:1px solid #ddd;border-radius:0;background:transparent}trix-toolbar .trix-button:not(:first-child){border-left:1px solid #ccc}trix-toolbar .trix-button.trix-active{background:#cbeefa;color:#000}trix-toolbar .trix-button:not(:disabled){cursor:pointer}trix-toolbar .trix-button:disabled{color:#00000020}@media (max-width: 768px){trix-toolbar .trix-button{letter-spacing:-.01em;padding:0 .3em}}trix-toolbar .trix-button--icon{font-size:inherit;width:2.6em;height:1.6em;max-width:calc(.8em + 4vw);text-indent:-9999px}@media (max-width: 768px){trix-toolbar .trix-button--icon{height:2em;max-width:calc(.8em + 3.5vw)}}trix-toolbar .trix-button--icon:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.6;content:"";background-position:center;background-repeat:no-repeat;background-size:contain}@media (max-width: 768px){trix-toolbar .trix-button--icon:before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active:before{opacity:1}trix-toolbar .trix-button--icon:disabled:before{opacity:.125}trix-toolbar .trix-button--icon-attach:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);top:8%;bottom:4%}trix-toolbar .trix-button--icon-bold:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-italic:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-link:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-strike:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-quote:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-heading-1:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-code:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-bullet-list:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-number-list:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-undo:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-redo:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-decrease-nesting-level:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-increase-nesting-level:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-dialogs{position:relative}trix-toolbar .trix-dialog{position:absolute;top:0;left:0;right:0;font-size:.75em;padding:15px 10px;background:#fff;box-shadow:0 .3em 1em #ccc;border-top:2px solid #888;border-radius:5px;z-index:5}trix-toolbar .trix-input--dialog{font-size:inherit;font-weight:400;padding:.5em .8em;margin:0 10px 0 0;border-radius:3px;border:1px solid #bbb;background-color:#fff;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-toolbar .trix-input--dialog.validate:invalid{box-shadow:red 0 0 1.5px 1px}trix-toolbar .trix-button--dialog{font-size:inherit;padding:.5em;border-bottom:none}trix-toolbar .trix-dialog--link{max-width:600px}trix-toolbar .trix-dialog__link-fields{display:flex;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input{flex:1}trix-toolbar .trix-dialog__link-fields .trix-button-group{flex:0 0 content;margin:0}trix-editor [data-trix-mutable]:not(.attachment__caption-editor){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}trix-editor [data-trix-mutable]::-moz-selection,trix-editor [data-trix-cursor-target]::-moz-selection,trix-editor [data-trix-mutable] ::-moz-selection{background:none}trix-editor [data-trix-mutable]::selection,trix-editor [data-trix-cursor-target]::selection,trix-editor [data-trix-mutable] ::selection{background:none}trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection{background:highlight}trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file{box-shadow:0 0 0 2px highlight;border-color:transparent}trix-editor [data-trix-mutable].attachment img{box-shadow:0 0 0 2px highlight}trix-editor .attachment{position:relative}trix-editor .attachment:hover{cursor:default}trix-editor .attachment--preview .attachment__caption:hover{cursor:text}trix-editor .attachment__progress{position:absolute;z-index:1;height:20px;top:calc(50% - 10px);left:5%;width:90%;opacity:.9;transition:opacity .2s ease-in}trix-editor .attachment__progress[value="100"]{opacity:0}trix-editor .attachment__caption-editor{display:inline-block;width:100%;margin:0;padding:0;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;text-align:center;vertical-align:top;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-editor .attachment__toolbar{position:absolute;z-index:1;top:-.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group{display:inline-flex}trix-editor .trix-button{position:relative;float:left;color:#666;white-space:nowrap;font-size:80%;padding:0 .8em;margin:0;outline:none;border:none;border-radius:0;background:transparent}trix-editor .trix-button:not(:first-child){border-left:1px solid #ccc}trix-editor .trix-button.trix-active{background:#cbeefa}trix-editor .trix-button:not(:disabled){cursor:pointer}trix-editor .trix-button--remove{text-indent:-9999px;display:inline-block;padding:0;outline:none;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:#fff;border:2px solid highlight;box-shadow:1px 1px 6px #00000040}trix-editor .trix-button--remove:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.7;content:"";background-image:url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);background-position:center;background-repeat:no-repeat;background-size:90%}trix-editor .trix-button--remove:hover{border-color:#333}trix-editor .trix-button--remove:hover:before{opacity:1}trix-editor .attachment__metadata-container{position:relative}trix-editor .attachment__metadata{position:absolute;left:50%;top:2em;transform:translate(-50%);max-width:90%;padding:.1em .6em;font-size:.8em;color:#fff;background-color:#000000b3;border-radius:3px}trix-editor .attachment__metadata .attachment__name{display:inline-block;max-width:100%;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}trix-editor .attachment__metadata .attachment__size{margin-left:.2em;white-space:nowrap}.trix-content{line-height:1.5}.trix-content *{box-sizing:border-box;margin:0;padding:0}.trix-content h1{font-size:1.2em;line-height:1.2}.trix-content blockquote{border:0 solid #ccc;border-left-width:.3em;margin-left:.3em;padding-left:.6em}.trix-content [dir=rtl] blockquote,.trix-content blockquote[dir=rtl]{border-width:0;border-right-width:.3em;margin-right:.3em;padding-right:.6em}.trix-content li{margin-left:1em}.trix-content [dir=rtl] li{margin-right:1em}.trix-content pre{display:inline-block;width:100%;vertical-align:top;font-family:monospace;font-size:.9em;padding:.5em;white-space:pre;background-color:#eee;overflow-x:auto}.trix-content img{max-width:100%;height:auto}.trix-content .attachment{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a{color:inherit;text-decoration:none}.trix-content .attachment a:hover,.trix-content .attachment a:visited:hover{color:inherit}.trix-content .attachment__caption{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size:before{content:" \2022"}.trix-content .attachment--preview{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption{color:#666;font-size:.9em;line-height:1.2}.trix-content .attachment--file{color:#333;line-height:1;margin:0 2px 2px;padding:.4em 1em;border:1px solid #bbb;border-radius:5px}.trix-content .attachment-gallery{display:flex;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment,.trix-content .attachment-gallery.attachment-gallery--4 .attachment{flex-basis:50%;max-width:50%}*{margin:0;padding:0;box-sizing:border-box}:root{--fondo: #0e0e0e;--fondo-2: rgb(23 23 23);--fondo-3: rgb(10 10 10);--white: #fff;--titulo: rgb(226 232 240);--sub-titulo: rgb(209 213 219);--texto: rgb(107 114 128);--indigo-1: rgb(199 210 254);--indigo-2: rgb(156 163 175);--gris: rgb(63 63 70);--gris-hover: rgb(53 53 60);--btn-primary: rgb(79 70 229);--btn-primary-hover: rgb(66, 57, 235);--secondary: #ef0070;--rojo: #ef4444;--rojo-2: rgb(248 113 113);--blue: #4338ca;--text-fondo: linear-gradient(to right, var(--rojo), var(--blue));--transition-3s: .3s ease all}html{min-height:100vh;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-webkit-text-size-adjust:100%;color-scheme:dark}body{background:var(--fondo);color:var(--white);min-width:390px;min-height:100vh}#root{min-height:100vh}a{text-decoration:none;color:currentColor;display:inline-block}button{cursor:pointer}textarea{resize:none}input[type=submit]{cursor:pointer}input,textarea,select,button{display:block;font-family:inherit;font-size:inherit;color:inherit;background:transparent;border:none;outline:none}input::placeholder{color:var(--gris)}svg{width:30px;min-width:30px;display:block}img{display:block;max-width:100%;user-select:none}::-webkit-scrollbar{width:10px;height:6px}::-webkit-scrollbar-track{background:var(--fondo-2)}::-webkit-scrollbar-thumb{background:var(--gris);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--rojo)}main{min-height:100vh}.container{max-width:1200px;margin:0 auto}.container-dos{max-width:800px;margin:0 auto;width:100%;padding:30px}.caja{padding:30px}.alerta-margin{margin-top:20px;margin-bottom:20px}.alerta{padding:10px;border-radius:5px;margin-bottom:20px;text-align:center;font-weight:700;font-size:16px;color:var(--white)}.alerta--flotante{position:fixed;top:0;left:0;width:100%;z-index:100;cursor:default}.alerta-error{background:var(--rojo)}.alerta-info{background:var(--gris)}.botones{display:flex;align-items:center;justify-content:center;column-gap:10px;row-gap:10px;padding:20px 0}.btn-active{background:var(--white);color:var(--fondo)}.btn{padding:10px 20px;border-radius:5px;transition:var(--transition-3s);font-weight:700;text-shadow:var(--sub-titulo);font-size:18px;overflow:hidden}.btn:active{transform:scale(.8)}.btn-primary{color:var(--white);position:relative;z-index:1;background:linear-gradient(to right,var(--rojo),var(--blue))}.btn-primary:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,var(--blue),var(--rojo));z-index:-1;transition:var(--transition-3s);opacity:0}.btn-primary:hover:after{opacity:1}.btn-verde{background:#00c897}.btn-verde:hover{background:#00ac81}.btn-rojo,.btn-rojo:hover{background:#ef4444}.btn-gray{background:var(--gris)}.btn-gray:hover{background:var(--gris-hover)!important}.btn-gray:disabled{background:var(--gris);cursor:not-allowed}.btn-gray:disabled:hover{background:var(--gris)}.btn-gray:disabled:active{transform:none}.container-grid{padding:30px 0}.grid-top{padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:20px;row-gap:20px;margin-bottom:20px}.grid-top .btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.grid-top .btn svg{width:20px;height:20px}@media (max-width: 300px){.grid-top{flex-direction:column}}.grid-bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));column-gap:20px;row-gap:20px}.titulo{font-size:40px;font-weight:700;animation:titulo__pulse 2s infinite,titulo__transladar .3s ease-in-out;color:var(--secondary);background-image:linear-gradient(258.75deg,rgb(67,177,200) 31.33%,rgb(153,137,235) 48.42%,rgb(217,127,209) 59.35%,rgb(245,130,178) 65.56%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:rgba(0,0,0,0) 0px 0px}@keyframes titulo__pulse{50%{opacity:.6}}@keyframes titulo__transladar{0%{transform:translateY(-50px)}to{transform:translateY(0)}}.card{display:grid;grid-auto-columns:100%;grid-auto-rows:auto 1fr auto;background:var(--fondo-2);height:100%;position:relative;transition:var(--transition-3s);border-radius:6px;overflow:hidden}.card:hover{transform:translateY(-5px)}.card-flex{text-transform:uppercase;display:flex;align-items:center;column-gap:5px;justify-content:center;position:absolute;top:0;left:0;font-size:12px;font-weight:600;background:var(--blue);color:var(--white);padding:3px 8px;z-index:1}.card-flex svg{margin:0;min-width:24px;min-height:24px;width:24px;height:24px}.card-imagen{height:140px;object-fit:cover;transition:var(--transition-3s);width:100%;transform:translate(110%);animation:card__imagen .3s ease-in-out forwards}@keyframes card__imagen{0%{transform:translate(110%)}to{transform:translate(0)}}.card-container{padding:10px;display:grid;grid-template-columns:100%;grid-template-rows:auto 100px auto}.card-info{margin-bottom:10px}.card-info h3{font-size:18px;font-weight:700;color:var(--titulo);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-info p{font-size:14px;font-weight:400;color:var(--sub-titulo);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-descripcion{word-break:break-all;font-size:14px;font-weight:400;color:var(--texto);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.card-bottom{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.card-tecnologias{width:100%;display:flex;align-items:center;column-gap:6px;overflow:auto;padding-top:15px;padding-bottom:5px}.card-tecnologias img{background:var(--fondo);padding:6px;width:35px;min-width:35px;height:35px;min-height:35px;border-radius:50%;transition:var(--transition-3s)}.card-tecnologias img:hover{transform:scale(1.1);background:var(--gris)}.card-fecha{font-size:12px;font-weight:400;color:var(--sub-titulo);background:var(--gris);padding:4px 8px;border-radius:5px}.card-redes{padding:20px;background:var(--fondo-2);transition:var(--transition-3s);border-radius:6px;overflow:hidden}.card-redes:hover{transform:translateY(-5px)}.card-redes-top{animation:card__redes .3s ease-in-out forwards;display:flex;align-items:center;justify-content:space-between;column-gap:10px;margin-bottom:10px}@keyframes card__redes{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}.card-redes-top a{display:flex;align-items:center;column-gap:10px}.card-redes-top a p{word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:var(--titulo)}.card-redes-top a img{width:40px;height:40px;min-height:40px;min-width:40px;object-fit:contain}.card-redes-top svg{width:25px;min-width:25px}.card-redes-top button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--btn-primary)}.card-redes-top button:hover{background:var(--btn-primary-hover)}.card-redes-texto{word-break:break-all;font-size:14px;font-weight:400;color:var(--texto);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;animation:card__redes_texto .3s ease-in-out forwards}@keyframes card__redes_texto{0%{transform:translateY(150%);opacity:0}to{transform:translateY(0);opacity:1}}.paginador{display:flex;align-items:center;justify-content:flex-end;column-gap:10px;margin-top:30px;margin-bottom:30px}.paginador button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.paginador button svg{width:25px;min-width:25px}.asidebar{display:grid;grid-template-columns:1fr 3fr;column-gap:30px;row-gap:30px}.asidebar-aside{position:sticky;top:98px;max-height:calc(100vmin - 100px);overflow:auto;padding-right:10px}.asidebar-aside .asidebar-flex{padding:10px 20px;position:sticky;top:0;background:var(--fondo);display:flex;align-items:center;justify-content:space-between;column-gap:10px;margin-bottom:10px;user-select:none;border-radius:0}.asidebar-aside a{width:100%;text-align:center}.asidebar-aside button{display:flex;align-items:center;column-gap:20px;width:100%;padding:10px 20px;font-size:14px;text-align:left;border-radius:10px;margin-bottom:10px;user-select:none}.asidebar-aside button span{word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.asidebar-aside button img{width:30px;height:30px;min-width:30px;min-height:30px;object-fit:contain}.asidebar-aside button:hover{background:var(--fondo-2)}@media (max-width: 768px){.asidebar{display:block}.asidebar-aside{position:static}.asidebar-aside__tecnologias{width:100%;display:flex;align-items:center;column-gap:10px;overflow:auto;margin-bottom:10px}.asidebar-aside button{width:fit-content;min-width:fit-content}.asidebar-aside button span{display:block}.asidebar-aside .asidebar-flex{position:static;width:100%;min-width:100%;justify-content:space-between;background:var(--fondo-2)}}.formulario{width:100%;display:flex;align-items:center;backdrop-filter:blur(10px);background:rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);border-radius:10px;transition:var(--transition-3s)}.formulario:focus-within{border-color:var(--white)}.formulario button[type=submit]{padding:10px}.formulario input{width:100%;padding:10px 10px 10px 0;border-radius:5px}.formulario button[type=submit] svg{width:25px;min-width:25px}.container-formulario{max-width:500px;margin:20px auto;display:flex;align-items:center;justify-content:center;flex-direction:column;column-gap:20px;row-gap:20px;padding:20px;background:var(--fondo-2);box-shadow:0 0 10px #78787833;transition:var(--transition-3s);border-radius:6px;overflow:hidden}.container-formulario form{animation:container__formulario .3s ease-in-out}@keyframes container__formulario{0%{opacity:0}to{opacity:1}}.container-formulario img{width:60px;animation:container__formulario_img 2s ease-in-out infinite}@keyframes container__formulario_img{50%{transform:scale(.9)}}.container-formulario input{padding:10px}trix-toolbar{padding:10px;background:var(--white)!important}trix-toolbar .trix-button-group--file-tools{display:none}trix-toolbar .trix-button-group{margin-bottom:0}trix-editor{min-height:200px;max-height:500px;overflow:auto;padding:10px;color:var(--white)!important;background:var(--fondo)!important}.formulario-admin{max-width:800px;margin:0 auto 10px;width:100%;padding:30px;backdrop-filter:blur(10px);background:rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);border-radius:10px;transition:var(--transition-3s)}.formulario-admin input[type=file]{display:none}.formulario-admin label{display:block;margin-bottom:20px;color:var(--sub-titulo);font-size:16px;font-weight:700}.formulario-admin input,.formulario-admin select,.formulario-admin textarea{width:100%;padding:10px;border-radius:5px;background:rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);margin-top:10px}.formulario-admin select option{background:var(--fondo)}.imagen-proyecto{width:100%;height:350px;display:flex;align-items:center;justify-content:center;object-fit:contain;border:1px solid rgba(255,255,255,.2);padding:20px;text-align:center;margin-top:10px;cursor:pointer;transition:Var(--transition-3s)}.imagen-proyecto:hover{border-color:var(--white)}.grid-bottom-top{display:grid;grid-template-columns:auto 1fr 1fr;align-items:flex-start;column-gap:20px;row-gap:20px}@media (max-width: 580px){.grid-bottom-top{grid-template-columns:1fr}}.imagen-social{width:50px;height:50px;padding:10px;display:flex;align-items:center;justify-content:center;object-fit:contain;border:1px solid rgba(255,255,255,.2);text-align:center;margin-top:10px;cursor:pointer;transition:Var(--transition-3s)}.imagen-social img{width:100%;height:100%;object-fit:contain}.imagen-social:hover{border-color:var(--white)}.formulario-admin .btn-primary{margin-top:30px;margin-left:auto}.formulario-tegnologias{margin-top:20px}.formulario-tegnologias label{margin:0}.formulario-tegnologias h2{margin-bottom:20px}.formulario-tegnologias div{display:flex;align-items:center;justify-content:space-between;column-gap:10px;row-gap:10px}.formulario-tegnologias svg{width:40px;height:40px;min-height:40px;min-width:40px;padding:5px;cursor:pointer;border:1px solid var(--gris)}.formulario-tegnologias div button{overflow:visible}.formulario-tegnologias div img{width:40px;height:40px;min-height:40px;min-width:40px;object-fit:contain;padding:5px;border:1px solid var(--gris)}.formulario-tegnologias div input{margin:0}.lista-conocimientos{margin-top:20px;list-style:none;padding:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:10px;row-gap:10px}.lista-conocimientos .tecnologia{display:flex;align-items:center;justify-content:center;column-gap:10px;row-gap:10px}.lista-conocimientos .tecnologia img{width:40px;height:40px;object-fit:contain}.lista-conocimientos li{border:2px solid #00c897;text-transform:uppercase;font-weight:700;color:#fff;flex:auto;text-align:center;padding:10px 30px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;user-select:none}.tecnologia-item{flex-direction:column;column-gap:10px;row-gap:10px}.tecnologia-top{margin-bottom:10px}.tecnologia-top img{width:60px;height:60px;object-fit:contain;padding:5px;border:1px solid var(--gris)}.lista-conocimientos .tecnologia-item:active{transform:none;background:none}.lista-conocimientos .tecnologia-item:hover{cursor:auto}.tecnologia-item div{width:100%;display:flex;align-items:center;justify-content:center;column-gap:10px;row-gap:10px}.tecnologia-item div button{width:100%}.lista-conocimientos li:active{background-color:#00c897;transform:scale(.9)}.lista-conocimientos li.activo{background-color:#00c897}.lista-conocimientos li:hover{cursor:pointer}.proyecto__trixEditor figure{pointer-events:none}.proyecto__trixEditor trix-toolbar,.proyecto__trixEditor figcaption{display:none}.proyecto__trixEditor h1{line-height:1.4}.proyecto__trixEditor{color:#fff;line-height:2.2}.proyecto__trixEditor a{color:#00c897;transition:all .3s ease;cursor:pointer}.proyecto__trixEditor a:hover{color:#0a9b77}.proyecto__trixEditor trix-editor{-webkit-user-modify:read-only;border:none;padding:0;min-height:auto!important;max-height:none!important;background:transparent!important}.proyecto__trixEditor trix-editor blockquote{margin:0}.NotFound{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;text-align:center}.NotFound h1{font-size:100px;font-weight:700;color:#00c897}.NotFound h2{text-transform:uppercase;font-size:2rem;font-weight:700;color:var(--texto);margin:0 0 30px}.spinner{user-select:none;height:50px;width:max-content;font-size:18px;font-weight:600;font-family:monospace;letter-spacing:1em;color:#f5f5f5;filter:drop-shadow(0 0 10px);display:flex;justify-content:center;align-items:center;margin:0 auto 10px}.spinner span{animation:loading6454 1.75s ease infinite}.spinner span:nth-child(2){animation-delay:.25s}.spinner span:nth-child(3){animation-delay:.5s}.spinner span:nth-child(4){animation-delay:.75s}.spinner span:nth-child(5){animation-delay:1s}.spinner span:nth-child(6){animation-delay:1.25s}.spinner span:nth-child(7){animation-delay:1.5s}@keyframes loading6454{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.wheel-and-hamster{--dur: 1s;position:relative;width:12em;height:12em;font-size:14px;margin:0 auto}.wheel,.hamster,.hamster div,.spoke{position:absolute}.wheel,.spoke{border-radius:50%;top:0;left:0;width:100%;height:100%}.wheel{background:radial-gradient(100% 100% at center,hsla(0,0%,60%,0) 47.8%,hsl(0,0%,60%) 48%);z-index:2}.hamster{animation:hamster var(--dur) ease-in-out infinite;top:50%;left:calc(50% - 3.5em);width:7em;height:3.75em;transform:rotate(4deg) translate(-.8em,1.85em);transform-origin:50% 0;z-index:1}.hamster__head{animation:hamsterHead var(--dur) ease-in-out infinite;background:hsl(30,90%,55%);border-radius:70% 30% 0 100%/40% 25% 25% 60%;box-shadow:0 -.25em #facc9e inset,.75em -1.55em #fce6cf inset;top:0;left:-2em;width:2.75em;height:2.5em;transform-origin:100% 50%}.hamster__ear{animation:hamsterEar var(--dur) ease-in-out infinite;background:hsl(0,90%,85%);border-radius:50%;box-shadow:-.25em 0 #f48c25 inset;top:-.25em;right:-.25em;width:.75em;height:.75em;transform-origin:50% 75%}.hamster__eye{animation:hamsterEye var(--dur) linear infinite;background-color:#000;border-radius:50%;top:.375em;left:1.25em;width:.5em;height:.5em}.hamster__nose{background:hsl(0,90%,75%);border-radius:35% 65% 85% 15%/70% 50% 50% 30%;top:.75em;left:0;width:.2em;height:.25em}.hamster__body{animation:hamsterBody var(--dur) ease-in-out infinite;background:hsl(30,90%,90%);border-radius:50% 30%/15% 60% 40% 40%;box-shadow:.1em .75em #f48c25 inset,.15em -.5em #facc9e inset;top:.25em;left:2em;width:4.5em;height:3em;transform-origin:17% 50%;transform-style:preserve-3d}.hamster__limb--fr,.hamster__limb--fl{clip-path:polygon(0 0,100% 0,70% 80%,60% 100%,0% 100%,40% 80%);top:2em;left:.5em;width:1em;height:1.5em;transform-origin:50% 0}.hamster__limb--fr{animation:hamsterFRLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,80%) 80%,hsl(0,90%,75%) 80%);transform:rotate(15deg) translateZ(-1px)}.hamster__limb--fl{animation:hamsterFLLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,90%) 80%,hsl(0,90%,85%) 80%);transform:rotate(15deg)}.hamster__limb--br,.hamster__limb--bl{border-radius:.75em .75em 0 0;clip-path:polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0% 30%);top:1em;left:2.8em;width:1.5em;height:2.5em;transform-origin:50% 30%}.hamster__limb--br{animation:hamsterBRLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,80%) 90%,hsl(0,90%,75%) 90%);transform:rotate(-25deg) translateZ(-1px)}.hamster__limb--bl{animation:hamsterBLLimb var(--dur) linear infinite;background:linear-gradient(hsl(30,90%,90%) 90%,hsl(0,90%,85%) 90%);transform:rotate(-25deg)}.hamster__tail{animation:hamsterTail var(--dur) linear infinite;background:hsl(0,90%,85%);border-radius:.25em 50% 50% .25em;box-shadow:0 -.2em #f98686 inset;top:1.5em;right:-.5em;width:1em;height:.5em;transform:rotate(30deg) translateZ(-1px);transform-origin:.25em .25em}.spoke{animation:spoke var(--dur) linear infinite;background:radial-gradient(100% 100% at center,hsl(0,0%,60%) 4.8%,hsla(0,0%,60%,0) 5%),linear-gradient(hsla(0,0%,55%,0) 46.9%,hsl(0,0%,65%) 47% 52.9%,hsla(0,0%,65%,0) 53%) 50% 50% / 99% 99% no-repeat}@keyframes hamster{0%,to{transform:rotate(4deg) translate(-.8em,1.85em)}50%{transform:rotate(0) translate(-.8em,1.85em)}}@keyframes hamsterHead{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(8deg)}}@keyframes hamsterEye{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(0)}}@keyframes hamsterEar{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(12deg)}}@keyframes hamsterBody{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-2deg)}}@keyframes hamsterFRLimb{0%,25%,50%,75%,to{transform:rotate(50deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-30deg) translateZ(-1px)}}@keyframes hamsterFLLimb{0%,25%,50%,75%,to{transform:rotate(-30deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(50deg)}}@keyframes hamsterBRLimb{0%,25%,50%,75%,to{transform:rotate(-60deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(20deg) translateZ(-1px)}}@keyframes hamsterBLLimb{0%,25%,50%,75%,to{transform:rotate(20deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-60deg)}}@keyframes hamsterTail{0%,25%,50%,75%,to{transform:rotate(30deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(10deg) translateZ(-1px)}}@keyframes spoke{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}.loader{width:6em;height:6em;font-size:10px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto}.loader .face{position:absolute;border-radius:50%;border-style:solid;animation:animate023845 3s linear infinite}.loader .face:nth-child(1){width:100%;height:100%;color:gold;border-color:currentColor transparent transparent currentColor;border-width:.2em .2em 0em 0em;--deg: -45deg;animation-direction:normal}.loader .face:nth-child(2){width:70%;height:70%;color:#0f0;border-color:currentColor currentColor transparent transparent;border-width:.2em 0em 0em .2em;--deg: -135deg;animation-direction:reverse}.loader .face .circle{position:absolute;width:50%;height:.1em;top:50%;left:50%;background-color:transparent;transform:rotate(var(--deg));transform-origin:left}.loader .face .circle:before{position:absolute;top:-.5em;right:-.5em;content:"";width:1em;height:1em;background-color:currentColor;border-radius:50%;box-shadow:0 0 2em,0 0 4em,0 0 6em,0 0 8em,0 0 10em,0 0 0 .5em #ffff001a}@keyframes animate023845{to{transform:rotate(1turn)}}
