@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap";@import"https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap";nav.navbar{display:flex;align-items:center;justify-content:space-around;width:100%;padding:1rem;position:absolute;z-index:10000;font-family:Noto Sans SC,sans-serif;font-weight:400;background-color:#0000003a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom:1px solid rgba(0,0,0,.208)}.navbar.rtl{direction:rtl;text-align:right}.navbar.rtl .nav-links{flex-direction:row-reverse}nav.navbar .title a{color:#fff;font-weight:700;transition:all .3s ease-in-out}nav.navbar .title a:hover{color:#1564cd}nav.navbar ul{display:flex;align-items:center;justify-content:center;gap:1rem;list-style:none}nav.navbar ul li a{padding:1rem;font-size:1.1rem;color:#fff;transition:all .3s ease-in-out}nav.navbar ul li a:hover{color:#1564cd;transform:translateY(-3px)}nav.navbar .icons a{display:inline-block;padding:1rem;font-size:1.4rem;color:#fff;font-weight:900;transition:all .3s ease-in-out}nav.navbar .icons a:hover{color:#1564cd;transform:translateY(-3px)}.menu-icon{display:none;font-size:1.8rem;color:#fff;cursor:pointer}@media screen and (max-width:900px){nav.navbar{justify-content:space-between;padding:1rem 2rem}.menu-icon{display:block;z-index:10001}.nav-links{position:fixed;top:0;right:0;width:60%;height:100vh;background-color:#000000a1;flex-direction:column;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .4s ease-in-out}.nav-links.active{opacity:1;pointer-events:auto}.nav-links li{margin:1.5rem 0}.icons{display:none}}*{margin:0;padding:0;outline:0;border:0;box-sizing:border-box;list-style:none;text-decoration:none;object-fit:cover}html,body{height:100%;font-size:14px;font-family:Titillium Web,sans-serif;scroll-behavior:smooth}::selection{background:#000;color:#fff}::-moz-selection{background:#000;color:#fff}.ticker-container{width:100%;overflow:hidden;background:#1564cd;color:#fff;padding:12px 0;position:relative}.ticker-container.rtl .ticker-content{direction:rtl;animation:scroll-rtl 30s linear infinite}@keyframes scroll-rtl{0%{transform:translate(0)}to{transform:translate(50%)}}.ticker{display:flex;width:max-content;animation:scroll 30s linear infinite}.ticker-content{display:flex}.ticker-item{margin-right:60px;font-size:1.2rem;white-space:nowrap;font-weight:600;color:#fff;text-shadow:0 0 6px #00ffc855}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.faq{width:100%;background:#fff;padding:6rem 2rem;display:flex;align-items:center;justify-content:center}.faq-container{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1rem}.faq-container h2{text-align:center;color:#0c3b79;font-size:2.5rem;margin-bottom:2rem;font-weight:700}.faq-item{background:#f7f7f7;border-radius:.5rem;padding:1.2rem 1.5rem;border:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease}.faq-item:hover{border-color:#1564cd;background:#f0f6ff}.faq-question{display:flex;align-items:center;justify-content:space-between;color:#0c3b79}.faq-question h3{font-size:1.2rem;font-weight:600}.icon{transition:transform .3s ease}.faq-item.active .icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.active .faq-answer{max-height:300px;margin-top:.8rem}.faq-answer p{color:#333;line-height:1.6rem;font-size:1rem}.faq button{font-size:1.4rem;padding:.7rem 1.4rem;color:#fff;background-color:#0c3b79;border-radius:.8rem;font-weight:600;animation:inicio_pulse 2s infinite;cursor:pointer;transition:all .3s ease-in-out}.faq button:hover{transform:translateY(-3px)}footer,.footer{margin:0;padding:0;box-sizing:border-box}.footer{width:100%;background:linear-gradient(180deg,#0c3b79,#082c58);color:#fff;padding:4rem 2rem 2rem;display:flex;flex-direction:column;justify-content:space-between;gap:3rem;font-family:Noto Sans,Noto Sans SC,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-section{flex:1 1 300px;display:flex;flex-direction:column;gap:1rem;min-width:250px}.footer-section h3,.footer-section h4{font-weight:700;color:#fff;position:relative;margin-bottom:.8rem}.footer-section h3:after,.footer-section h4:after{content:"";display:block;width:45px;height:3px;background-color:#1564cd;margin-top:.3rem;border-radius:3px}.footer-section p{line-height:1.8rem;color:#e6e6e6;font-size:.95rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{display:flex;align-items:center;gap:.6rem;color:#e6e6e6;font-size:.95rem;margin-bottom:.6rem}.footer-section ul li .icon{color:#1564cd;font-size:1.2rem}.social-icons{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.social-icons a{color:#fff;font-size:1.6rem;transition:all .3s ease;cursor:pointer}.footer.rtl{direction:rtl;text-align:right}.footer.rtl .footer-container{flex-direction:row-reverse}.social-icons a:hover{color:#1564cd;transform:translateY(-3px)}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;font-size:.9rem;color:#d9d9d9;letter-spacing:.3px}.inicio{background-image:url(/assets/macapa_03-Cg1mYnCh.webp);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100vh;display:flex;align-items:center;justify-content:space-around;padding:2rem;box-sizing:border-box}@media screen and (max-width:1025px){.inicio{background-image:url(/assets/macapa_03_menor-JByn9wVo.jpg)}}.inicio .text{color:#fff;max-width:600px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.inicio img{max-width:450px;width:100%;box-shadow:5px 5px 50px #0c3b796a;border-radius:.5rem;transition:all .3s ease-in-out}.inicio img:hover{box-shadow:none}.inicio .text h1{-webkit-user-select:none;user-select:none;font-size:9rem;text-shadow:1px 1px 10px rgba(0,0,0,.651);line-height:9rem;font-weight:600}.inicio .text span{color:#1564cd}.inicio .text p{font-size:2rem;font-weight:600;color:#fff;text-shadow:1px 1px 1px black}.inicio button{font-size:1.4rem;padding:.7rem 1.4rem;color:#fff;background-color:#0c3b79;border-radius:.8rem;font-weight:600;animation:inicio_pulse 2s infinite;cursor:pointer;transition:all .3s ease-in-out}.inicio button:hover{transform:translateY(-3px)}.inicio.rtl{direction:rtl;text-align:right}.inicio.rtl .text{align-items:flex-end}.inicio.rtl h1,.inicio.rtl p{text-align:right}@keyframes inicio_pulse{0%{box-shadow:0 0 #0c3b79}70%{box-shadow:0 0 0 10px #00bcd400}to{box-shadow:0 0 #00bcd400}}@media screen and (max-width:1024px){.inicio{flex-direction:column;justify-content:center;text-align:center;height:auto;padding:15rem 3rem}.inicio .text{align-items:center;max-width:90%}.inicio .text h1{font-size:5rem;line-height:5rem}.inicio .text p{font-size:1.5rem}.inicio img{margin-top:2rem;max-width:350px}}@media screen and (max-width:600px){.inicio{padding:15rem 1rem}.inicio .text h1{font-size:3rem;line-height:3.2rem}.inicio .text p{font-size:1.1rem;font-weight:500}.inicio img{max-width:250px}.inicio button{font-size:1.1rem;padding:.6rem 1rem}}.parte2{width:100%;min-height:100vh;background:url(/assets/oiapoque_04-B_9zoLeO.webp) no-repeat center/cover;display:flex;align-items:center;justify-content:space-around;gap:5rem;padding:8rem 10%;box-sizing:border-box;position:relative}.parte2 .map{flex:1;display:flex;justify-content:center;align-items:center}.parte2 iframe{width:100%;max-width:650px;height:85vh;border:none;border-radius:.6rem;box-shadow:0 10px 35px #00000073}.parte2 .text{flex:1;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:1.4rem;text-shadow:1px 1px 3px rgba(0,0,0,.35);font-weight:500;line-height:2rem;max-width:520px}.parte2 h2{text-align:center;font-size:2.8rem;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 8px #000000}.parte2 p{font-size:1.2rem;text-shadow:1px 1px 1px #000000a8}.parte2 mark{background-color:#1564cd;color:#fff;padding:0 .3rem;border-radius:.2rem}@media(max-width:1024px){.parte2{flex-direction:column;padding:6rem 4%;gap:3rem}.parte2 iframe{max-width:90%;height:500px}.parte2 .text{max-width:90%;text-align:center;align-items:center}.parte2 button{align-self:center}.parte2 h2{font-size:2.4rem}.parte2 p{font-size:1.1rem}}@media(max-width:600px){.parte2{padding:4rem 5%;gap:2rem}.parte2 iframe{height:350px;max-width:100%}.parte2 h2{font-size:1.8rem}.parte2 p{font-size:1rem;line-height:1.7rem}}.parte2 button{font-size:1.4rem;padding:.7rem 1.4rem;color:#fff;background-color:#0c3b79;border-radius:.8rem;font-weight:600;animation:inicio_pulse 2s infinite;cursor:pointer;transition:all .3s ease-in-out}.parte2 button:hover{transform:translateY(-3px)}.parte3{width:100%;height:800px;background-color:#65a0fe}.section-divider{width:100%;height:20px;display:flex;justify-content:center;align-items:center;background:#1564cd;position:absolute;bottom:0}.section-divider button{color:#fff;background-color:#1564cd;font-size:2rem;padding:.4rem .6rem;cursor:pointer;border-radius:5rem;z-index:0;animation:divide_pulse 2s infinite}@keyframes divide_pulse{0%{box-shadow:0 0 #1564cd}70%{box-shadow:0 0 0 10px #00bcd400}to{box-shadow:0 0 #00bcd400}}.group{position:relative}
