@import"https://fonts.googleapis.com/css2?family=Fertigo:wght@400&display=swap";@font-face{font-family:Graviola;src:url(/assets/fonts/Graviola-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.splash-page{position:fixed;top:0;left:0;width:100%;height:100vh;background:#1a1a1a;display:flex;justify-content:center;align-items:center;z-index:10000;opacity:1;transition:opacity .8s ease-out}.splash-page.fade-out{opacity:0;pointer-events:none}.splash-logo{width:300px;height:auto;max-width:80vw;animation:slideIn .8s ease-out forwards}.splash-logo.slide-out{animation:slideOut .8s ease-in forwards}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}body{font-family:Arial,sans-serif;line-height:1.6;margin:0;padding:0;background:#fff;color:#333;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}header{position:fixed;top:0;left:0;width:100%;background:linear-gradient(135deg,#2a5568,#284354,#1e3a4a);border-bottom:1px solid #e0e0e0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-content{max-width:1200px;margin:0 auto;padding:10px 20px;display:flex;flex-direction:column;align-items:center;position:relative}.logo-section{display:flex;align-items:center;gap:12px;margin-bottom:10px;animation:fadeIn .6s ease-out}.church-logo{height:50px;width:auto;object-fit:contain;transition:transform .3s ease,filter .3s ease;cursor:pointer;animation:fadeInScale .6s ease-out}.church-logo:hover{transform:scale(1.08) rotate(2deg);filter:drop-shadow(0 4px 12px rgba(212,168,83,.4))}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}header h1{margin:0;font-size:2em;color:#fff;font-family:Graviola,Nunito,sans-serif;animation:fadeIn .8s ease-out .2s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;position:absolute;top:15px;right:20px;z-index:1001;transition:transform .2s ease}.hamburger:hover{transform:scale(1.1)}.hamburger-line{width:30px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.hamburger-open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-open .hamburger-line:nth-child(2){opacity:0}.hamburger-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{width:100%;display:block}nav ul{list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}nav ul li{animation:slideInUp .5s ease-out both}nav ul li:nth-child(1){animation-delay:.1s}nav ul li:nth-child(2){animation-delay:.15s}nav ul li:nth-child(3){animation-delay:.2s}nav ul li:nth-child(4){animation-delay:.25s}nav ul li:nth-child(5){animation-delay:.3s}nav ul li:nth-child(6){animation-delay:.35s}nav ul li:nth-child(7){animation-delay:.4s}nav ul li:nth-child(8){animation-delay:.45s}nav ul li:nth-child(9){animation-delay:.5s}nav ul li:nth-child(10){animation-delay:.55s}nav ul li:nth-child(11){animation-delay:.6s}nav ul li:nth-child(12){animation-delay:.65s}nav ul li:nth-child(13){animation-delay:.7s}nav ul li:nth-child(14){animation-delay:.75s}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}nav a{text-decoration:none;color:#fff;font-size:.9em;padding:8px 12px;border-radius:20px;transition:all .3s ease;border:1px solid transparent;position:relative;overflow:hidden}nav a:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#d4a853,#f4d03f);transform:translate(-50%);transition:width .3s ease}nav a:hover{color:#fff;background:rgba(255,255,255,.15);transform:translateY(-2px);border-color:rgba(212,168,83,.3);box-shadow:0 4px 12px rgba(0,0,0,.15)}nav a:hover:before{width:80%}.body-content{padding-top:140px}main section{margin-bottom:80px;text-align:center;background:#fff;border-radius:15px;padding:40px 30px;border:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.08)}h1,h2,h3{color:#333;margin-bottom:20px}h1{font-size:3em}h2{font-size:2.5em;margin-bottom:30px}h3{font-size:1.8em;color:#666}.welcome-section h2{font-size:1.5em;margin-bottom:10px}.online-badge{display:inline-block;background:linear-gradient(45deg,#48bb78,#38a169);color:#fff;padding:5px 15px;border-radius:20px;font-size:.9em;margin-bottom:20px;animation:pulse 2s ease-in-out infinite;box-shadow:0 2px 8px rgba(72,187,120,.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:fadeInUp .8s ease-out forwards}.animate-delay-1{animation-delay:.2s}.animate-delay-2{animation-delay:.4s}.animate-delay-3{animation-delay:.6s}.animate-delay-4{animation-delay:.8s}@keyframes pulse{0%,to{box-shadow:0 2px 8px rgba(72,187,120,.3)}50%{box-shadow:0 4px 16px rgba(72,187,120,.6)}}.welcome-text{font-size:1.3em;color:#666;max-width:800px;margin:0 auto;line-height:1.8}.video-description{font-size:1.1em;color:#666;max-width:900px;margin:0 auto 30px;line-height:1.7}.video-container{position:relative;width:100%;max-width:800px;margin:0 auto 20px;border-radius:15px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1)}.video-container iframe{width:100%;height:450px;border:none}.good-news-content{display:flex;align-items:center;gap:40px;max-width:1200px;margin:0 auto}.good-news-image{flex:0 0 auto;width:150px}.good-news-image img{width:100%;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.good-news-text-container{flex:1}.good-news-text{font-size:1.2em;color:#666;line-height:1.8;font-style:italic;margin:0}@media(max-width:768px){.good-news-content{flex-direction:column;gap:30px}.good-news-image{width:250px}}.map-container{position:relative;overflow:hidden;padding-top:56.25%;border-radius:8px}.map-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;filter:invert(90%) hue-rotate(180deg)}footer{background:#284354;margin-top:15px;border-top:1px solid #e0e0e0;padding:10px 15px;text-align:center;font-size:.75em}.footer-content{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:1200px;margin:0 auto}.contact-info{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 12px}footer p{margin:0;color:#e2e8f0;line-height:1.3}.social-links{display:inline-flex;justify-content:center;gap:10px;margin:0}.social-links a{color:#fff;text-decoration:none;padding:3px 5px;transition:all .3s ease;display:flex;align-items:center;border-radius:50%}.social-links a:hover{transform:translateY(-3px) scale(1.15);background:rgba(255,255,255,.1);filter:drop-shadow(0 4px 8px rgba(212,168,83,.4))}.social-links svg{width:20px;height:20px;transition:transform .3s ease}.social-links a:hover svg{transform:rotate(5deg)}.copyright-text{font-size:.65em;color:#a0aec0;margin:0}footer a[href^=tel],footer a[href^=mailto]{color:#e2e8f0;text-decoration:none}footer a[href^=tel]:hover,footer a[href^=mailto]:hover{color:#fff;text-decoration:underline}.history-text{font-size:1.1em;color:#666;max-width:75ch;margin:0 auto;text-align:left;line-height:1.8}.our-pastors h3{margin-top:60px;color:#333}.pastors-container{display:flex;justify-content:center;gap:40px;margin-top:30px;flex-wrap:wrap}.pastor-card{text-align:center;flex-basis:250px;background:#fafafa;border-radius:15px;padding:20px;border:1px solid #e0e0e0}.pastor-image-placeholder{width:180px;height:180px;background-color:#f0f0f0;border-radius:50%;margin:0 auto 20px;border:4px solid #cccccc}.pastor-card h4{font-size:1.4em;margin:0;color:#333}.pastor-card p{color:#666;margin-top:5px}.pastor-bio{font-size:1.1em;color:#666;max-width:75ch;margin:40px auto 0;text-align:left;line-height:1.8}.name-explanation{font-size:1.1em;color:#666;max-width:75ch;margin:0 auto;text-align:left;line-height:1.8}.header-section{text-align:center;padding:20px 15px;margin-bottom:40px}.header-section h2{font-size:1.8em;margin-bottom:10px}.header-section p{font-size:1em;margin:5px 0;color:#666}.header-section .social-links{display:flex;justify-content:center;gap:15px;margin-top:15px}.header-section .social-links a{color:#666;text-decoration:none;font-size:1em;padding:8px 12px;border-radius:20px;transition:all .2s ease}.header-section .social-links a:hover{color:#333;background-color:#f5f5f5}.address-section{text-align:center}.church-image{margin-top:30px;display:flex;justify-content:center}.church-image img{width:100%;max-width:400px;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.pastors-section{text-align:center}.pastors-image{margin-top:30px;margin-bottom:30px;display:flex;justify-content:center}.pastors-image img{width:100%;max-width:400px;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.name-meaning-section{text-align:center}.name-meaning-section h3{color:#333}.dove-image{margin-top:30px;display:flex;justify-content:center}.dove-image img{width:150px;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media(max-width:768px){.header-section{padding:15px 10px;margin-bottom:30px}.header-section h2{font-size:1.5em;margin-bottom:8px}.header-section p{font-size:.95em;margin:3px 0}.header-section .social-links{flex-wrap:wrap;gap:8px;margin-top:12px}.header-section .social-links a{font-size:.9em;padding:6px 10px;border-radius:15px}.church-image img,.pastors-image img{max-width:300px}.dove-image img{width:120px}}.hero-section{text-align:center;margin-bottom:80px}.hero-image{display:flex;justify-content:center}.hero-image img{width:100%;max-width:600px;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.plan-section{text-align:left}.plan-section h2{text-align:center}.plan-text{font-size:1.1em;color:#666;max-width:75ch;margin:0 auto;line-height:1.8;text-align:left}.prayer-section h2{text-align:center}.next-steps-section{text-align:left}.next-steps-section h2{text-align:center}.next-steps-text{font-size:1.1em;color:#666;max-width:75ch;margin:0 auto;line-height:1.8;text-align:left}.social-cta-section{text-align:center}.social-cta-section .social-links{display:flex;justify-content:center;gap:20px;margin-top:20px}.social-cta-section .social-links a{color:#666;text-decoration:none;font-size:1.1em;padding:10px 15px;border-radius:25px}.social-cta-section .social-links a:hover{color:#333}.plan-step{margin-bottom:40px;padding:20px;background:#fafafa;border:1px solid #e0e0e0;border-radius:0 8px 8px 0}.plan-step h3{margin-top:0;color:#333}.prayer-section{margin-top:50px;padding:25px;background:#fafafa;border:2px dashed #e0e0e0;border-radius:8px;text-align:center}.prayer-text{font-style:italic;font-size:1.1em;color:#666;line-height:1.8}@media(max-width:768px){.hero-image img{max-width:400px}.social-cta-section .social-links{flex-wrap:wrap;gap:10px}.plan-content{flex-direction:column;align-items:center;gap:20px}.plan-image img{width:120px}}.contact-section{text-align:left}.contact-content{display:flex;gap:40px;align-items:flex-start}.contact-form-container,.contact-methods-container{flex:1}.contact-form-container h2,.contact-methods h2,.follow-section h2{text-align:center;margin-bottom:30px;color:#333}.form-group{margin-bottom:20px}.form-group label{display:block;color:#666;font-size:1em;margin-bottom:5px}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:1em;box-sizing:border-box}@media(max-width:768px){.form-group input,.form-group textarea{padding:14px;font-size:1.1em}.submit-btn{padding:16px 28px;font-size:1.1em;min-width:120px}}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d4a853;box-shadow:0 0 5px rgba(212,168,83,.5)}.submit-btn{background:linear-gradient(45deg,#48bb78,#38a169);color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:1em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(72,187,120,.3)}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(72,187,120,.4)}.contact-cards{display:grid;grid-template-columns:1fr;gap:20px}.contact-card{background-color:#fafafa;padding:20px;border-radius:15px;text-align:center;border:1px solid #e0e0e0;box-shadow:0 4px 8px rgba(0,0,0,.1)}.contact-card h3{color:#333;margin-bottom:10px}.contact-card p{color:#666;margin:0}.contact-card a{color:#d4a853;text-decoration:none}.contact-card a:hover{text-decoration:underline}.follow-section .social-links{display:flex;justify-content:center;gap:20px;margin-top:20px}.follow-section .social-links a{color:#666;text-decoration:none;font-size:1.1em;padding:10px 15px;border-radius:25px}.follow-section .social-links a:hover{color:#333}@media(max-width:768px){.contact-content{flex-direction:column;gap:30px}.contact-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.schedule-section{text-align:center}.schedule-section h2{margin-bottom:40px;color:#333}.schedule-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin:0 auto}.schedule-card{background-color:#fafafa;padding:30px 20px;border-radius:15px;text-align:center;border:1px solid #e0e0e0;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease}.schedule-card:hover{transform:translateY(-5px)}.schedule-card .day{font-size:1.4em;color:#333;font-weight:700;margin-bottom:10px}.schedule-card .time{font-size:1.8em;color:#d4a853;font-weight:700;margin-bottom:15px}.schedule-card .service{font-size:1.1em;color:#666;line-height:1.5}@media(max-width:768px){.schedule-cards{grid-template-columns:1fr;gap:20px}.schedule-card{padding:25px 15px}.schedule-card .day{font-size:1.3em}.schedule-card .time{font-size:1.6em}.schedule-card .service{font-size:1em}}.departments-section{text-align:center}.departments-section h2{margin-bottom:40px;color:#333}.departments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.department-card{background-color:#fafafa;border-radius:15px;overflow:hidden;border:1px solid #e0e0e0;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease;text-align:center}.department-card:hover{transform:translateY(-5px)}.department-image{width:100%;height:150px;overflow:hidden}.department-image img{width:100%;height:100%;object-fit:cover}.department-card h3{color:#333;font-size:1.5em;margin:20px 0 10px}.ages,.availability{color:#666;font-size:1em;margin:5px 0;padding:0 20px}.availability{font-weight:700;color:#d4a853}@media(max-width:768px){.departments-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.department-card h3{font-size:1.3em}.department-image{height:120px}}.ministries-section{text-align:center}.ministries-section h2{margin-bottom:40px;color:#333}.ministries-images{display:flex;gap:20px;justify-content:center;align-items:flex-start;margin-bottom:40px}.main-image{flex:1;max-width:542px}.main-image img{width:100%;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.secondary-image{flex:0 0 116px;max-width:116px}.secondary-image img{width:100%;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.what-is-section,.biblical-foundation-section,.shalom-ministries-section{margin-bottom:40px;text-align:left;max-width:75ch;margin-left:auto;margin-right:auto}.what-is-section h3,.biblical-foundation-section h3,.shalom-ministries-section h3{color:#333;font-size:1.4em;margin-bottom:15px}.what-is-text{font-size:1.1em;color:#666;line-height:1.8}.scripture{background-color:#f9f9f9;border-left:5px solid #d4a853;padding:20px;margin:20px 0;font-style:italic;color:#666;border-radius:0 8px 8px 0;position:relative}.scripture p{margin:0 0 15px;font-size:1.1em;line-height:1.7}.scripture cite{display:block;text-align:right;font-style:normal;font-weight:700;color:#333;font-size:1em}.shalom-ministries-section{text-align:center}.download-btn{background:linear-gradient(45deg,#48bb78,#38a169);color:#fff;text-decoration:none;padding:12px 24px;border-radius:25px;font-size:1em;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px rgba(72,187,120,.3);display:inline-block}.download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(72,187,120,.4);text-decoration:none;color:#fff}@media(max-width:768px){.ministries-images{flex-direction:column;align-items:center}.main-image{max-width:100%}.secondary-image{max-width:200px}.what-is-section,.biblical-foundation-section,.shalom-ministries-section{text-align:center}}.que-pasa-section{text-align:center}.que-pasa-section h2{margin-bottom:20px;color:#333}.intro-text{font-size:1.2em;color:#666;max-width:800px;margin:0 auto 40px;line-height:1.6}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.activity-card{background-color:#fafafa;border-radius:15px;overflow:hidden;border:1px solid #e0e0e0;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease;text-align:center}.activity-card:hover{transform:translateY(-5px)}.activity-image,.activity-images{width:100%;height:200px;overflow:hidden}.activity-image img{width:100%;height:100%;object-fit:cover}.activity-images{display:flex}.activity-images img{width:50%;height:100%;object-fit:cover}.activity-card h3{color:#333;font-size:1.5em;margin:20px 0 15px}.activity-description{color:#666;font-size:1em;line-height:1.6;padding:0 20px 20px;margin:0}@media(max-width:768px){.activities-grid{grid-template-columns:1fr;gap:20px}.activity-card h3{font-size:1.3em}.intro-text{font-size:1.1em;padding:0 20px}}.libreria-section{text-align:center}.libreria-section h2{margin-bottom:20px;color:#333}.libreria-description{font-size:1.2em;color:#666;margin-bottom:30px;line-height:1.6}.libreria-image{display:flex;justify-content:center;margin-top:30px}.libreria-image img{width:100%;max-width:600px;height:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media(max-width:768px){.libreria-image img{max-width:100%}.libreria-description{font-size:1.1em;padding:0 20px}}.shalom-casa-section{text-align:center}.shalom-casa-section h2{margin-bottom:20px;color:#333}.shalom-casa-section h3{color:#666;font-size:1.4em;margin-bottom:20px}.live-description{font-size:1.2em;color:#666;max-width:800px;margin:0 auto 40px;line-height:1.6}.live-links{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.live-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;background-color:#fafafa;padding:30px 20px;border-radius:15px;border:1px solid #e0e0e0;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:all .3s ease;min-width:200px}.live-link:hover{transform:translateY(-5px)}.live-link img{width:60px;height:60px;margin-bottom:15px}.live-link span{font-size:1.2em;font-weight:700}@media(max-width:768px){.live-links{gap:20px}.live-link{padding:25px 15px;min-width:150px}.live-link img{width:50px;height:50px}.live-link span{font-size:1.1em}.live-description{font-size:1.1em;padding:0 20px}}.eventos-pasados-section{text-align:center}.eventos-pasados-section h2{margin-bottom:40px;color:#333}.eventos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1400px;margin:0 auto}.evento-card{background-color:#fafafa;border-radius:15px;overflow:hidden;border:1px solid #e0e0e0;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease;text-align:center}.evento-card:hover{transform:translateY(-5px)}.evento-images{display:flex}.evento-images img{width:50%;height:180px;object-fit:cover}.evento-card img:not(.evento-images img){width:100%;height:200px;object-fit:cover}.evento-card h3{color:#333;font-size:1.4em;margin:20px 0 15px}.evento-description{color:#666;font-size:.95em;line-height:1.6;padding:0 20px 20px;margin:0}@media(max-width:768px){.eventos-grid{grid-template-columns:1fr;gap:20px}.evento-card h3{font-size:1.3em}.evento-description{font-size:.9em}}@media(max-width:768px){.hamburger{display:flex}.header-content{padding:8px 60px 8px 20px}.logo-section{gap:10px;margin-bottom:8px}.church-logo{height:40px}.nav-menu{position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(40,67,84,.98);backdrop-filter:blur(10px);z-index:999;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-menu.nav-open{transform:translate(0)}.nav-menu ul{display:flex;flex-direction:column;gap:4px;text-align:left;max-width:280px;width:100%;padding:80px 20px 100px;margin:0 auto;min-height:min-content;box-sizing:border-box}.nav-menu a{font-size:.95em;padding:12px 16px;border-radius:8px;background:rgba(255,255,255,.05);display:block;text-decoration:none;color:#e2e8f0;transition:all .3s ease;border-left:3px solid transparent}.nav-menu a:hover{background:rgba(255,255,255,.12);color:#fff;border-left:3px solid #d4a853;transform:translate(5px);box-shadow:0 2px 8px rgba(0,0,0,.2)}.nav-menu.nav-open ul li{animation:slideInLeft .4s ease-out both}.nav-menu.nav-open ul li:nth-child(1){animation-delay:.05s}.nav-menu.nav-open ul li:nth-child(2){animation-delay:.1s}.nav-menu.nav-open ul li:nth-child(3){animation-delay:.15s}.nav-menu.nav-open ul li:nth-child(4){animation-delay:.2s}.nav-menu.nav-open ul li:nth-child(5){animation-delay:.25s}.nav-menu.nav-open ul li:nth-child(6){animation-delay:.3s}.nav-menu.nav-open ul li:nth-child(7){animation-delay:.35s}.nav-menu.nav-open ul li:nth-child(8){animation-delay:.4s}.nav-menu.nav-open ul li:nth-child(9){animation-delay:.45s}.nav-menu.nav-open ul li:nth-child(10){animation-delay:.5s}.nav-menu.nav-open ul li:nth-child(11){animation-delay:.55s}.nav-menu.nav-open ul li:nth-child(12){animation-delay:.6s}.nav-menu.nav-open ul li:nth-child(13){animation-delay:.65s}.nav-menu.nav-open ul li:nth-child(14){animation-delay:.7s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.container{padding:15px}header h1{font-size:1.6em}.body-content{padding-top:120px}main section{padding:30px 20px;margin-bottom:40px}h1{font-size:2.5em}h2{font-size:2em}.welcome-text{font-size:1.2em;line-height:1.7}.video-description{font-size:1em}.video-container iframe{height:250px}footer{padding:8px 15px;font-size:.7em}.footer-content{gap:6px}.contact-info{flex-direction:column;gap:2px}.social-links svg{width:18px;height:18px}}@media(max-width:480px){.header-content{padding:6px 55px 6px 15px}.logo-section{gap:8px;margin-bottom:6px}.church-logo{height:35px}header h1{font-size:1.4em}.hamburger{top:10px;right:15px;width:28px;height:28px}.hamburger-line{width:28px}nav ul{gap:3px}nav a{font-size:.7em;padding:4px 8px}.body-content{padding-top:100px}main section{padding:20px 15px}h1{font-size:2em}h2{font-size:1.8em}.welcome-text{font-size:1em}.video-container iframe{height:200px}.social-links{flex-wrap:wrap;gap:10px}.social-links a{font-size:1em;padding:8px 12px}footer{padding:6px 10px;font-size:.65em}.footer-content{gap:5px}.social-links svg{width:16px;height:16px}.copyright-text{font-size:.6em}}
