@charset "UTF-8";.loading-container{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#fff;z-index:9999}.logo-wrapper{position:absolute;width:120px;height:120px;display:flex;justify-content:center;align-items:center}.logo-wrapper .logo{width:70px;height:70px;object-fit:contain;z-index:2}.spinner{width:120px;height:120px;border:6px solid rgba(0,37,84,.25);border-top-color:#002554;border-radius:50%;animation:spin 1s linear infinite;z-index:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{width:100%;background-color:#fff;padding:.75rem clamp(1rem,4vw,2rem)}.header .header__container{display:flex;align-items:center;justify-content:space-between;width:min(1200px,100%);margin:0 auto;min-width:0}.header .header__brand{min-width:0;max-width:100%}.header .header__logo img{height:80px;width:auto}.header .header__social{display:flex;gap:1rem}.header .header__social a{display:flex;align-items:center;gap:.5rem;color:#4b207f;font-size:1.4rem;text-decoration:none;min-height:2.5rem;padding:.5rem .75rem;border-radius:999px;transition:background-color .22s ease,color .22s ease}.header .header__social a span{max-width:0;overflow:hidden;white-space:nowrap;opacity:0;font-size:.95rem;transition:max-width .35s ease,opacity .3s ease,transform .5s ease-in-out;transform:translate(-8px)}.header .header__social a svg{transition:transform .5s ease-in-out}.header .header__social a:hover svg{transform:translate(-6px)}.header .header__social a:hover span{max-width:120px;opacity:1;transform:translate(0);color:#036;margin-bottom:0}.header .header__social a.instagram:hover{color:#e4405f}.header .header__social a.facebook:hover{color:#1877f2}.header .header__social a.x:hover{color:#000}.header .header__social a.whatsapp:hover{color:#25d366}.header .header__social a.youtube:hover{color:red}.header .header__social a.email:hover{color:#dd4b39}@media(max-width:768px){.header .header__container{flex-direction:column;gap:.5rem;max-width:100%}.header .header__brand{display:flex;justify-content:center;width:100%}.header .header__social{gap:.5rem;flex-wrap:wrap;justify-content:center}}.iasd-logo{display:flex;align-items:flex-start;gap:.75rem;max-width:100%;min-width:0}.iasd-logo__symbol{width:60px;flex:0 0 auto;height:auto;margin-top:.15rem}@media(max-width:576px){.iasd-logo__symbol{width:55px}}.iasd-logo__text{display:flex;flex-direction:column;line-height:1.05;margin-top:.6rem;max-width:100%;min-width:0}.iasd-logo__line{font-family:Advent Sans,sans-serif;color:#036;font-weight:400;letter-spacing:.4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.iasd-logo__line--1,.iasd-logo__line--2{font-size:clamp(1.15rem,4.8vw,1.5rem);line-height:1}.iasd-logo__subline{font-family:Advent Sans,sans-serif;color:#036;font-size:clamp(.68rem,2.8vw,.9rem);letter-spacing:.08rem;font-weight:600;overflow-wrap:anywhere;white-space:normal;line-height:2}@media(max-width:576px){.iasd-logo__subline{font-size:.75rem}}@media(max-width:576px){.iasd-logo{gap:.5rem;align-items:center;width:min(100%,21.5rem)}.iasd-logo__symbol{width:40px}.iasd-logo__text{margin-top:0}.iasd-logo__line--1,.iasd-logo__line--2{font-size:clamp(.95rem,4.25vw,1.12rem);letter-spacing:.1px}.iasd-logo__subline{letter-spacing:.045rem;line-height:1.35}}.public-navbar{position:relative;z-index:100;width:100%;background:#036;box-shadow:0 1px 2px #1018200f}.public-navbar__inner{display:none;width:min(1200px,100%);margin:0 auto;padding:.5rem clamp(1rem,4vw,2rem)}.public-navbar__toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:2.75rem;height:2.75rem;border:1px solid rgba(255,255,255,.18);border-radius:.5rem;background:#ffffff14;color:#fff}.public-navbar__toggle span{width:1.25rem;height:2px;border-radius:999px;background:currentColor;transition:transform .22s ease,opacity .22s ease}.public-navbar--open .public-navbar__toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.public-navbar--open .public-navbar__toggle span:nth-child(2){opacity:0}.public-navbar--open .public-navbar__toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.public-navbar__list{width:min(1200px,100%);margin:0 auto;padding:.75rem clamp(1rem,4vw,2rem);display:flex;align-items:center;justify-content:center;gap:.5rem;list-style:none}.public-navbar__item a{display:inline-flex;align-items:center;min-height:2.75rem;padding:.5rem .75rem;border-radius:999px;color:#ffffffe6;text-decoration:none;font-size:.875rem;font-weight:700;transition:background-color .22s ease,color .22s ease}.public-navbar__item a:hover,.public-navbar__item a:focus-visible{background:#ffffff1f;color:#fff}@media(max-width:768px){.public-navbar__inner{display:flex;justify-content:flex-end}.public-navbar__list{position:absolute;top:100%;right:0;left:0;z-index:101;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.25rem;width:100%;max-height:0;margin:0;overflow:hidden;padding:0 clamp(1rem,4vw,2rem);border-top:1px solid rgba(255,255,255,.12);background:#036;box-shadow:0 10px 24px #1018201a;opacity:0;pointer-events:none;transform:translateY(-.35rem);transition:max-height .22s ease,opacity .22s ease,padding-bottom .22s ease,transform .22s ease}.public-navbar--open .public-navbar__list{max-height:24rem;padding-top:.5rem;padding-bottom:.75rem;opacity:1;pointer-events:auto;transform:translateY(0)}.public-navbar__item a{min-height:3rem;justify-content:flex-start;width:100%;border-radius:.5rem;padding:.75rem;font-size:1rem}}@media(prefers-reduced-motion:reduce){.public-navbar__list,.public-navbar__toggle span{transition:none}}.footer{background:#036;color:#fff;padding:3rem 1.5rem 1rem;font-family:Noto Sans,sans-serif;width:100%}.footer .footer__container{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:60% 40%;gap:2rem}@media(max-width:768px){.footer .footer__container{grid-template-columns:1fr;text-align:center}}.footer .footer__col{display:flex;flex-direction:column;gap:.75rem}.footer .footer__col h3{font-size:1.25rem;margin-bottom:.5rem;color:#fff;font-weight:600}.footer .footer__col p{display:flex;align-items:center;gap:.6rem;color:#ffffffd1;margin:0}.footer .footer__col p svg{font-size:1.1rem;color:#fff;flex:0 0 auto}@media(max-width:768px){.footer .footer__col p{justify-content:center}}.footer .footer__col span,.footer .footer__col small{color:#ffffffb3}.footer .footer__logo{width:150px}@media(max-width:768px){.footer .footer__logo{margin:0 auto}}.footer .footer__desc p{color:#ffffffd1;margin:0}.footer .footer__frase{margin-top:.5rem;color:#ffffffb3;font-style:italic}.footer .footer__social{margin-top:.5rem;display:flex;gap:.75rem}@media(max-width:768px){.footer .footer__social{justify-content:center}}.footer .footer__social a{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;background:#ffffff14;font-size:1.15rem;color:#ffffffd1;line-height:1;transition:color .22s ease,transform .22s ease}.footer .footer__social a svg{color:currentColor}.footer .footer__social a:hover{background:#ffffff24;color:#fff;transform:translateY(-1px)}.footer .footer__social a:focus-visible{color:#fff}.footer .footer__bottom{margin-top:2rem;text-align:center;font-size:.875rem;color:#ffffffb3}.footer .footer__bottom a{color:#fff;text-decoration:underline;text-underline-offset:.18em}.footer .footer__bottom a:hover,.footer .footer__bottom a:focus-visible{color:#ffa92d}.footer .footer__bottom p,.footer .footer__bottom span,.footer .footer__bottom small{color:#ffffffb3}.footer .footer__bottom .app-version{margin:.5rem 0 0;color:#ffffffb3}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer .footer__container{gap:1rem}.footer .footer__col{gap:.5rem}.footer .footer__logo{width:128px}.footer .footer__frase{margin-top:.25rem}.footer .footer__bottom{margin-top:1.5rem}}.scroll-top-btn{position:fixed;right:1.5rem;bottom:2rem;width:48px;height:48px;border:none;border-radius:50%;background:linear-gradient(135deg,#036,#3e8391);color:#fff;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:scale(.6);transition:opacity .3s ease,transform .3s ease,visibility .3s ease,box-shadow .3s ease;box-shadow:0 8px 18px #0003}.scroll-top-btn:hover{box-shadow:0 10px 24px #00000047;transform:scale(1.1)}.scroll-top-btn.show{opacity:1;visibility:visible;transform:scale(1)}@media(max-width:576px){.scroll-top-btn{right:2.5rem;bottom:1.5rem;width:40px;height:40px;font-size:1.1rem}}.layout{display:grid;grid-template-columns:repeat(7,1fr);min-height:100vh;font-family:Noto Sans,sans-serif;color:#101820;background-color:#fff}.layout .content{grid-column:span 6;display:flex;flex-direction:column;justify-content:space-between}.layout .sabbath-column{background-color:#036;display:flex;align-items:flex-start;justify-content:center}.layout .sabbath-column .logo{width:80%;max-width:180px}@media(max-width:768px){.layout{grid-template-columns:1fr}.layout .sabbath-column{display:none}}.content-layout{width:min(720px,100% - clamp(1rem,4vw,2rem) * 2);flex:1;margin:0 auto;padding:3rem 0 4rem;color:#101820;text-align:left}.content-layout h1{margin-bottom:1rem;color:#036}.content-layout article,.content-layout section{width:100%}.content-layout p{line-height:1.75}.content-layout.content-layout--wide{width:min(960px,100% - clamp(1rem,4vw,2rem) * 2)}.content-layout.content-layout--grid{width:min(1200px,100% - clamp(1rem,4vw,2rem) * 2)}@media(max-width:768px){.content-layout{width:calc(100% - 2rem);padding:2rem 0 3rem}}.layout-maintenance{display:grid;grid-template-columns:repeat(7,1fr);min-height:100vh;font-family:Noto Sans,sans-serif;background-color:#fff}.layout-maintenance .content{grid-column:span 6;display:flex;flex-direction:column;justify-content:space-between}.layout-maintenance .sabbath-column{background-color:#036;display:flex;align-items:flex-start;justify-content:center}.layout-maintenance .sabbath-column .logo{width:80%;max-width:180px}@media(max-width:768px){.layout-maintenance{grid-template-columns:1fr}.layout-maintenance .sabbath-column{display:none}}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#fff}.header .logo img{height:60px}.header .social{display:flex;gap:1rem}.header .social a{color:#036;font-size:1.2rem;transition:color .3s}.header .social a:hover{color:#004d99}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:70vh;padding:2rem;background:linear-gradient(to right,#1a8cff,#fff)}.hero .hero-left{display:flex;align-items:center;justify-content:center}.hero .hero-left img{width:100%;max-width:500px;border-radius:1rem;box-shadow:0 4px 15px #0000001a}.hero .hero-right{text-align:center;padding:2rem}.hero .hero-right h1{font-family:Open Sans,sans-serif;font-size:2.5rem;color:#036;margin-bottom:1rem}.hero .hero-right .phrase{font-family:"Noto Serif",serif;font-size:1rem;color:#001a33;margin-bottom:2rem}.hero .hero-right .countdown{font-family:Noto Sans,sans-serif;text-align:center}.hero .hero-right .countdown span{font-size:3rem;font-weight:700;color:#036}@media(max-width:900px){.hero{grid-template-columns:1fr;text-align:center}.hero .hero-left{margin-bottom:2rem}.hero .hero-left img{max-width:90%}.hero .hero-right{padding:0;text-align:center}.hero .hero-right h1{font-size:2rem}}.mapworld{display:flex;flex-wrap:wrap;align-items:stretch;padding:2rem}.mapworld .map-container{flex:1;min-width:300px}.mapworld .map-container iframe{width:100%;height:100%;border:none}.mapworld .info{flex:1;min-width:250px;padding:2rem;background-color:#5cadff;color:#06c}.mapworld .info h2,.mapworld .info h3{color:#036}.mapworld .info p{margin:.5rem 0}.footer{text-align:center;padding:1.5rem;background-color:#036;font-size:.9rem}.footer a{color:#fff;text-decoration:underline}.footer p{color:#f9fafb}body{margin:0;background-color:#fff;color:#036}@font-face{font-family:Advent Sans;src:url(/assets/Advent%20Sans-Logo-CGxRRooD.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans;src:url(/assets/NotoSans-Regular-CzCNM-p8.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans;src:url(/assets/NotoSans-Bold-CTHeVQvw.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Noto Serif";src:url(/assets/NotoSerif-Regular-BN_qYJzK.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Noto Serif";src:url(/assets/NotoSerif-Bold-CB4kUCNc.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;scroll-behavior:smooth}html{font-size:100%;text-size-adjust:100%}body{font-family:Noto Sans,sans-serif;background-color:#fff;color:#101820;line-height:1.6;min-width:320px}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none;padding:0;margin:0}button{border:none;background:none;cursor:pointer;font:inherit}h1,h2,h3,h4,h5,h6{font-family:Noto Sans,sans-serif;font-weight:700;color:#036;margin:0 0 .5em;line-height:1.2}body:not(.with-symbol) h1,body:not(.with-symbol) h2,body:not(.with-symbol) h3,body:not(.with-symbol) h4,body:not(.with-symbol) h5,body:not(.with-symbol) h6{font-family:Noto Sans,sans-serif}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p,li{font-family:Open Sans,sans-serif;color:#3d4752;font-size:1rem;line-height:1.6;margin:0 0 1rem}span{color:inherit}small{color:#667085;font-size:.875rem;line-height:1.6}strong{font-weight:600;color:#101820}blockquote{font-family:"Noto Serif",serif;font-style:italic;font-size:1.125rem;color:#3d4752;border-left:4px solid #003366;padding-left:1rem;margin:1.5rem 0}a{color:#036;text-decoration:underline;text-underline-offset:.18em;transition:color .22s ease}a:hover{color:#004d99}button,.btn{font-family:Open Sans,sans-serif;font-weight:600}.container{width:min(1200px,100% - clamp(1rem,4vw,2rem) * 2);margin:0 auto}.container-sm{width:min(720px,100% - clamp(1rem,4vw,2rem) * 2);margin:0 auto}.container-md{width:min(960px,100% - clamp(1rem,4vw,2rem) * 2);margin:0 auto}.container-lg{width:min(1200px,100% - clamp(1rem,4vw,2rem) * 2);margin:0 auto}.container-xl{width:min(1360px,100% - clamp(1rem,4vw,2rem) * 2);margin:0 auto}.text-center{text-align:center}.mt-lg{margin-top:2rem}.mb-lg{margin-bottom:2rem}.btn{background-color:#036;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;transition:background-color .22s ease,color .22s ease,box-shadow .22s ease}.btn:hover{background-color:#004d99}:focus-visible{outline:3px solid #ffa92d;outline-offset:3px}::selection{background:#ffa92d59;color:#101820}
