@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:400;src:url(/fonts/merriweather-v33-latin-regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/fonts/poppins-v23-latin-regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(/fonts/poppins-v23-latin-500.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/fonts/poppins-v23-latin-600.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(/fonts/poppins-v23-latin-700.woff2)format("woff2")}*{box-sizing:border-box;margin:0;padding:0}:root{--font-size-xs:.9rem;--font-size-s:1rem;--font-size-m:1.12rem;--font-size-l:1.45rem;--font-size-2l:1.65rem;--font-size-xl:2rem;--font-size-xxl:2.3rem;--font-size-xxxl:3.125rem;--font-size-xxxxl:7.2rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--primary-color:#b4715b;--white-color:#faf5f2;--pure-white:#fff;--color_titulos:#3b3b3b;--color_texto:#363636;--gris_oscuro:#363636;--gris-claro:#6b6b6b;--btn-color:#b4715b;--btn-hover:#c18c76;--btn-active:#9a5345;--shadow-color:#b4715b4a;--shadow-color-hover:#b4715b8c;--max-width:1100px}body,html{scroll-behavior:smooth;font-family:Poppins,sans-serif}p{text-wrap:pretty}body{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}@media (width<=850px){:root{--font-size-xs:.9rem;--font-size-s:1rem;--font-size-m:1rem;--font-size-l:1.3rem;--font-size-2l:1.35rem;--font-size-xl:1.5rem;--font-size-xxl:1.8rem}body.show-mobile-menu .navegacion__lista{transform:translate(0)}body.efecto header:before{content:"";backdrop-filter:blur(5px);background:#0000004d;width:100%;height:100%;position:fixed;top:0;left:0}body.efecto .navegacion__logo{filter:blur(5px)}}@media (width<=580px){:root{--font-size-xs:.8rem;--font-size-s:.9rem;--font-size-m:1rem;--font-size-l:1.1rem;--font-size-xl:1.4rem;--font-size-xxl:1.6rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animation{animation:forwards appear view();animation-range:entry 15% cover 25%;transform:translateY(50px)scale(.8)}.animation__iconos{animation:forwards appear view();animation-range:entry 20% cover 30%;transform:translateY(50px)scale(.8)}@view-transition{navigation:auto}@keyframes appear{to{transform:translateY(0)scale(1)}}@media (width<=750px){.animation{animation-range:entry 10% cover 20%}}.navegacion{z-index:20;background:#fffdfb;border-bottom:1px solid #ad765e33;width:100%;padding:8px clamp(24px,8.5vw,96px);position:sticky;top:0;box-shadow:0 8px 20px #7e523e1a}.navegacion:before{content:"";pointer-events:none;background:linear-gradient(90deg,#b4715b14,#b4715b61 38%,#cd9d8438 62%,#b4715b14);height:8px;position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 14% 86%,#0000);mask-image:linear-gradient(90deg,#0000,#000 14% 86%,#0000)}@media (width<=850px){html,body{overflow-x:hidden}body{padding-bottom:82px}body:not(:has(.contenido__portada)){padding-top:72px}}body.show-mobile-menu .navegacion:after{width:0}.navegacion__contenedor{z-index:1;justify-content:space-between;align-items:center;width:100%;min-height:42px;display:flex;position:relative}.navegacion__marca{flex:0 0 80px;justify-content:center;align-items:center;width:80px;height:80px;text-decoration:none;display:inline-flex}.navegacion__marca svg{width:100%;height:100%;display:block}.navegacion__lista{justify-content:center;align-items:center;gap:clamp(18px,3vw,34px);list-style:none;display:flex}.navegacion__bars,.navegacion__movil{display:none}.navegacion__item{align-items:center;height:24px;display:flex;position:relative}.navegacion__item:after{content:"";background-color:var(--primary-color);width:0;height:3px;transition:width .2s linear;position:absolute;bottom:-9px;left:0}.navegacion__item:hover .navegacion__link{color:var(--primary-color)}.navegacion__item:has(.navegacion__link--active):after{width:100%}.navegacion__link.navegacion__link--active{color:var(--primary-color)}.navegacion__item:hover:after{width:100%}:where(.navegacion__item) a{color:#26303a;font-size:.8rem;font-weight:var(--font-weight-semibold);letter-spacing:.1em;text-transform:capitalize;text-decoration:none}.navegacion__logo{width:85px;margin-top:5px}.navegacion__cerrar{cursor:pointer;width:16px;display:none}.navegacion__item--posicion:hover :where(.submenu){opacity:1;visibility:visible;transform:translateY(10px)}.navegacion__icono{transition:transform .6s}.navegacion__item--posicion:hover :where(.navegacion__icono){fill:var(--btn-hover);transform:rotate(180deg)}.submenu{background-color:var(--pure-white);opacity:0;visibility:hidden;border:1px solid #061a331a;border-radius:4px;flex-direction:column;justify-content:space-evenly;width:220px;list-style:none;transition:visibility .3s,opacity .3s,transform .3s;display:flex;position:absolute;top:38px;transform:translateY(10px);box-shadow:0 12px 24px #061a331f}.submenu_elemento{text-align:center;background-color:var(--pure-white);color:#26303a;font-size:.68rem;font-weight:var(--font-weight-semibold);letter-spacing:.08em;padding-block:15px;text-decoration:none;display:block}.submenu li:nth-child(n){box-shadow:0 1px 4px #9e9e9e}.submenu :where(li:first-child a){border-radius:10px 10px 0 0}.submenu :where(li:last-child a){border-radius:0 0 10px 10px}.submenu li{border-radius:inherit}.submenu_elemento:hover{background-color:var(--btn-hover);color:var(--pure-white)}.nosotros{font:inherit;cursor:pointer;line-height:inherit;color:#26303a;font-weight:var(--font-weight-semibold);letter-spacing:.1em;text-transform:capitalize;background:0 0;border:none;font-size:.8rem}.navegacion__seminario{color:var(--pure-white);background:var(--primary-color);letter-spacing:.02em;text-transform:none;padding:11px 28px;font-size:.8rem;transition:background-color .18s,transform .18s;display:block}.navegacion__seminario:hover,.navegacion__seminario:focus-visible{background:var(--btn-hover);transform:translateY(-.8px)}.navegacion__item--cta:after{display:none}@media (width<=850px){.navegacion{z-index:20;padding-inline:20px;position:fixed;top:0;left:0;right:0}.navegacion__contenedor{justify-content:center;min-height:72px}.navegacion__marca{flex:0 0 64px;width:64px;height:64px}.navegacion__menu{position:absolute;right:0}.navegacion__movil{z-index:22;backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #ad765e2e;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:8px 6px 7px;display:grid;position:fixed;bottom:8px;left:8px;right:8px;box-shadow:0 12px 34px #141c262e}.navegacion__movil-link{color:#53616b;min-width:0;min-height:54px;font-size:.61rem;font-weight:var(--font-weight-semibold);letter-spacing:.08em;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;text-decoration:none;transition:color .18s,background-color .18s,transform .18s;display:flex}.navegacion__movil-link svg{fill:currentColor}.navegacion__movil-link:hover,.navegacion__movil-link:focus-visible,.navegacion__movil-link.navegacion__link--active{color:var(--btn-color);background:#f7f1ed;transform:translateY(-1px)}.navegacion__movil-link:focus-visible{outline:2px solid var(--btn-color);outline-offset:-2px}.navegacion__movil-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.navegacion__lista{z-index:21;background-color:var(--pure-white);border:1px solid #ad765e2e;border-radius:18px;flex-direction:column;align-items:stretch;gap:8px;width:min(340px,100vw - 24px);height:calc(100dvh - 24px);padding:104px 24px 28px;transition:transform .42s cubic-bezier(.22,1,.36,1);display:none;position:fixed;top:12px;right:12px;box-shadow:0 24px 60px #141c2633}.navegacion__item{justify-content:center;width:100%;height:auto}.navegacion__item:not(.navegacion__item--cta){border-bottom:1px solid #605b571a}.navegacion__item>.navegacion__link,.navegacion__item>.nosotros{color:#26303a;letter-spacing:.08em;justify-content:center;align-items:center;width:100%;min-height:52px;font-size:.82rem;display:flex}.navegacion__item:hover:after,.navegacion__item:has(.navegacion__link--active):after{display:none}.navegacion__item>.navegacion__link:focus-visible,.navegacion__item>.nosotros:focus-visible{outline:2px solid var(--btn-color);outline-offset:-4px}.navegacion__bars{display:none}.navegacion__logo{width:60px}.navegacion__marca{flex-basis:64px;width:64px;height:64px}.navegacion__marca svg{width:64px;height:64px}.navegacion__cerrar{box-sizing:content-box;cursor:pointer;width:20px;padding:4px;display:block;position:absolute;top:24px;right:24px}.navegacion__item--posicion{flex-wrap:wrap}.navegacion__icono{width:16px;height:16px;position:absolute;right:12px}.navegacion__item--posicion:focus-within .navegacion__icono{transform:rotate(180deg)}.submenu{width:100%;height:auto;box-shadow:none;background:#f7f3f0;border:0;border-radius:10px;margin:0 0 8px;display:none;position:static;transform:none}.navegacion__item--posicion:focus-within .submenu{display:flex}.submenu_elemento{color:#53616b;background:0 0;padding:13px 16px;font-size:.68rem}.submenu li:nth-child(n){box-shadow:none}.navegacion__seminario{text-align:center;border-radius:7px;width:100%;margin-top:14px;padding:14px 22px}}.footer__principal{background:var(--white-color);color:var(--color_titulos);border-top:1px solid #ad765e47;padding:64px clamp(24px,7vw,96px) 22px}.footer__container{grid-template-columns:minmax(240px,1.3fr) minmax(120px,.7fr) minmax(280px,1fr);align-items:start;gap:48px;width:min(1120px,100%);margin:0 auto;display:grid}.footer__marca{align-items:center;gap:16px;display:flex}.footer__marca svg{flex:0 0 58px}.footer__nombre{color:var(--color_titulos);margin:0 0 5px;font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.footer__lema{color:#53616b;margin:0;font-size:.82rem}.footer__enlaces,.footer__contacto{flex-direction:column;gap:10px;display:flex}.footer__enlaces span,.footer__contacto>span{color:var(--btn-color);font-size:.68rem;font-weight:var(--font-weight-semibold);letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.footer__enlaces a,.footer__contacto a{color:#53616b;align-items:center;gap:9px;font-size:.8rem;text-decoration:none;transition:color .18s,transform .18s;display:flex}.footer__enlaces a:hover,.footer__enlaces a:focus-visible,.footer__contacto a:hover,.footer__contacto a:focus-visible{color:var(--btn-color);transform:translate(3px)}.footer__contacto a svg{flex:0 0 18px;width:18px;height:18px}.footer__inferior{color:#6b6b6b;border-top:1px solid #605b5729;justify-content:space-between;gap:16px;width:min(1120px,100%);margin:54px auto 0;padding-top:18px;font-size:.68rem;display:flex}.footer__inferior p{margin:0}.footer__inferior a{color:inherit;text-decoration:none}.footer__inferior a:hover,.footer__inferior a:focus-visible{color:var(--btn-color)}@media (width<=760px){.footer__principal{padding:52px 24px 20px}.footer__container{grid-template-columns:1fr;gap:34px}.footer__inferior{flex-wrap:wrap;margin-top:40px}}@media (prefers-reduced-motion:reduce){.footer__enlaces a,.footer__contacto a{transition:none}}.footer__contacto p{align-items:center;gap:10px;margin:0;display:flex}
