.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:10px 0;background-color:transparent;transition:all .3s ease}.navbar-scrolled{background-color:#035c67;box-shadow:0 2px 10px #0000001a}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:70px;width:100%;max-width:1200px;margin:0 auto;padding:0 5%;position:relative}.navbar-left{display:flex;align-items:center;flex-shrink:0}.navbar-logo-container{display:flex;align-items:center}.navbar-logo{width:60px;height:60px;object-fit:contain;transition:all .3s ease}.navbar-brand{display:flex;align-items:center;justify-content:center;flex:1;margin:0 20px}.navbar-brand-image{height:40px;width:auto;max-width:200px;object-fit:contain;transition:all .3s ease}.navbar-right{display:flex;align-items:center;flex-shrink:0}.navbar-links{display:flex;align-items:center;gap:25px}.navbar-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:8px 12px;border-radius:6px;transition:all .3s ease;white-space:nowrap}.navbar-link:hover{color:#f3bd48;background-color:#ffffff1a}.navbar-dropdown{position:relative}.dropdown-button{background:none;border:none;cursor:pointer;color:#fff;font-size:1rem;font-weight:500;display:flex;align-items:center;padding:8px 12px;border-radius:6px;transition:all .3s ease;white-space:nowrap}.dropdown-button:hover{color:#f3bd48;background-color:#ffffff1a}.dropdown-arrow{margin-left:5px;font-size:.8rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background-color:#035c67;border-radius:8px;box-shadow:0 4px 20px #0000004d;min-width:280px;z-index:1000;padding:10px 0;border:1px solid rgba(255,255,255,.1)}.dropdown-item{display:block;padding:12px 20px;color:#fff;text-decoration:none;transition:all .3s ease;font-size:.9rem;white-space:nowrap}.dropdown-item:hover{color:#f3bd48;background-color:#ffffff1a}.hamburger-menu{display:none;cursor:pointer;background:none;border:none;padding:8px;z-index:1001}.hamburger-icon{display:block;width:25px;height:20px;position:relative}.hamburger-icon span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger-icon span:nth-child(1){top:0}.hamburger-icon span:nth-child(2){top:8px}.hamburger-icon span:nth-child(3){top:16px}.hamburger-icon.open span:nth-child(1){top:8px;transform:rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){top:8px;transform:rotate(-45deg)}@media (max-width: 1200px){.navbar-container{padding:0 3%}.navbar-links{gap:20px}.navbar-brand{margin:0 15px}}@media (max-width: 992px){.hamburger-menu{display:block}.navbar-container{padding:0 4%;height:65px}.navbar-logo{width:50px;height:50px}.navbar-brand-image{height:35px;max-width:180px}.navbar-links{position:fixed;top:0;right:-100%;width:300px;height:100vh;background-color:#035c67;flex-direction:column;align-items:flex-start;padding:80px 30px 30px;gap:20px;transition:right .4s ease;box-shadow:-5px 0 15px #0003;overflow-y:auto}.navbar-links.open{right:0}.navbar-link,.dropdown-button{width:100%;text-align:left;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1);border-radius:0;font-size:1.1rem}.navbar-link:hover,.dropdown-button:hover{background-color:transparent;color:#f3bd48}.dropdown-menu{position:static;width:100%;margin:10px 0;box-shadow:none;background-color:#ffffff1a;border-radius:6px;border:none}.dropdown-item{padding:10px 15px;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.05)}.dropdown-item:last-child{border-bottom:none}}@media (max-width: 768px){.navbar-container{padding:0 20px;height:60px}.navbar-logo{width:45px;height:45px}.navbar-brand{margin:0 10px}.navbar-brand-image{height:30px;max-width:160px}.navbar-links{width:280px;padding:70px 25px 25px}.navbar-link,.dropdown-button{font-size:1rem;padding:12px 0}}@media (max-width: 480px){.navbar-container{padding:0 15px;height:55px}.navbar-logo{width:40px;height:40px}.navbar-brand-image{height:25px;max-width:140px}.navbar-links{width:260px;padding:65px 20px 20px}}@media (max-width: 360px){.navbar-container{padding:0 10px}.navbar-logo{width:35px;height:35px}.navbar-brand-image{height:22px;max-width:120px}.navbar-links{width:240px}}@media (max-width: 992px){.mobile-open:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}}.navbar-scrolled .navbar-logo{width:45px;height:45px}.navbar-scrolled .navbar-brand-image{height:32px}@media (max-width: 992px){.navbar-scrolled .navbar-logo{width:40px;height:40px}.navbar-scrolled .navbar-brand-image{height:28px}}@media (max-width: 768px){.navbar-scrolled .navbar-logo{width:35px;height:35px}.navbar-scrolled .navbar-brand-image{height:25px}}.footer{background-color:#f1f1f2}.footer-container{margin:0 auto;padding:2rem 3rem;display:grid;grid-template-columns:auto 1fr auto;column-gap:2rem;align-items:start}.footer-logo{align-self:center}.footer-logo img{height:10rem;width:auto}.footer-links{display:grid;grid-template-columns:auto repeat(3,1fr);gap:2rem;text-align:left;margin-top:1rem}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.nav-link{font-size:.8rem;font-weight:700;text-transform:uppercase;color:#000;text-decoration:none;padding:.3rem 0;position:relative;transition:color .3s ease}.nav-link:hover{color:#f3bd48}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#f3bd48;transition:width .3s ease}.nav-link:hover:after{width:100%}.footer-services{display:contents}.service-column{display:flex;flex-direction:column;gap:.25rem}.service-title{font-size:.75rem;font-weight:700;margin-top:.5rem;color:#000;text-decoration:none;padding:.2rem 0;display:block;transition:color .3s ease,transform .2s ease}.service-title:hover{color:#f3bd48;transform:translate(3px)}.service-item{font-size:.7rem;color:#333;text-decoration:none;padding:.15rem 0;display:block;transition:color .3s ease,transform .2s ease}.service-item:hover{color:#f3bd48;transform:translate(3px)}.footer-social{display:flex;flex-direction:row;gap:1rem;align-self:flex-start}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f3bd48;border-radius:50%;text-decoration:none;font-size:1.2rem;color:#fff;transition:background-color .3s,color .3s}.social-link:hover{background-color:#e0a737;color:#fff}.footer-copyright{grid-column:1 / -1;text-align:center;font-size:.7rem;color:#666;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}@media (max-width: 992px){.footer-container{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem}.footer-links{grid-template-columns:1fr;gap:1.5rem;width:100%;margin-top:2rem}.footer-nav{align-items:center;margin-bottom:1rem}.service-column{align-items:center;text-align:center;margin-bottom:1rem}.service-title,.service-item{text-align:center}.footer-social{flex-direction:row;margin-top:2rem;justify-content:center}}.whatsapp-button{position:fixed;bottom:2.5rem;right:2.5rem;width:4.5rem;height:4.5rem;background-color:#25d366;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:3rem;box-shadow:0 4px 8px #0003;z-index:1000;transition:transform .2s ease}.whatsapp-button:hover{transform:scale(1.1)}.featured-webinar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.featured-webinar-popup{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:popupSlideIn .3s ease-out;border:1px solid #e0e0e0}@keyframes popupSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-close-btn{position:absolute;top:15px;right:15px;background:#fff;border:1px solid #d0d0d0;font-size:16px;cursor:pointer;color:#666;z-index:1001;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.popup-close-btn:hover{background-color:#f5f5f5;border-color:#999;color:#333}.popup-content{padding:40px 30px 30px}.popup-title{color:#2c3e50;font-size:24px;font-weight:600;margin-bottom:16px;text-align:center;line-height:1.4;font-family:Georgia,Times New Roman,serif}.popup-description{color:#555;font-size:16px;line-height:1.6;margin-bottom:24px;text-align:center;font-weight:400}.webinar-details{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:20px;margin-bottom:24px}.webinar-details h3{color:#2c3e50;font-size:20px;font-weight:600;margin-bottom:12px;line-height:1.3;font-family:Georgia,Times New Roman,serif}.webinar-description{color:#666;font-size:15px;line-height:1.5;margin-bottom:16px}.webinar-schedule,.webinar-presenters{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#444;font-size:15px;font-weight:500;padding:6px 0}.schedule-icon,.presenter-icon{color:#2c3e50;font-size:16px}.registration-form{display:flex;flex-direction:column;gap:18px}.form-group{position:relative}.form-group input{width:100%;padding:14px 16px;border:2px solid #d0d0d0;border-radius:4px;font-size:16px;font-weight:400;transition:border-color .2s ease;box-sizing:border-box;background:#fff;color:#333;font-family:Arial,sans-serif}.form-group input:focus{outline:none;border-color:#2c3e50}.form-group input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.form-group input::placeholder{color:#999;font-weight:400}.schedule-selection{background:#f9f9f9;border:2px solid #d0d0d0;border-radius:6px;padding:18px;margin-bottom:20px;transition:border-color .2s ease}.schedule-selection:hover{border-color:#2c3e50}.schedule-selection .schedule-icon{color:#2c3e50;font-size:18px;margin-bottom:8px}.schedule-label{display:flex;align-items:center;gap:8px;color:#2c3e50;font-size:15px;font-weight:600;margin-bottom:12px}.schedule-label:before{content:"";display:inline-block;width:4px;height:4px;background:#2c3e50;border-radius:50%}.schedule-select{width:100%;padding:12px 40px 12px 16px;border:2px solid #d0d0d0;border-radius:4px;font-size:15px;font-weight:400;background:#fff;cursor:pointer;transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 20 20'%3e%3cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;color:#333;font-family:Arial,sans-serif}.schedule-select:focus{outline:none;border-color:#2c3e50}.schedule-select:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.schedule-select option{padding:10px;background:#fff;color:#333;font-weight:400}.single-schedule-display{background:#e8f5e8;border:2px solid #4caf50;border-radius:6px;padding:16px 20px;margin-top:10px}.selected-schedule{color:#2e7d32;font-weight:600;font-size:15px;display:flex;align-items:center;gap:10px;line-height:1.4}.selected-schedule:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#4caf50;color:#fff;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.register-btn{width:100%;background:#2c3e50;color:#fff;border:none;padding:16px 24px;font-size:16px;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease;margin-bottom:18px;font-family:Arial,sans-serif}.register-btn:hover:not(:disabled){background:#34495e}.register-btn:disabled{background:#bdc3c7;cursor:not-allowed}.popup-actions{display:flex;flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.secondary-btn{width:100%;background:#fff;color:#2c3e50;border:2px solid #d0d0d0;padding:12px 20px;font-size:15px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center;font-family:Arial,sans-serif}.secondary-btn:hover:not(:disabled){background:#f5f5f5;border-color:#2c3e50;text-decoration:none;color:#2c3e50}.secondary-btn:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.external-register-btn{width:100%;background:#c0392b;color:#fff;text-decoration:none;padding:12px 20px;border-radius:4px;font-size:15px;font-weight:500;transition:background-color .2s ease;display:inline-block;text-align:center;border:none;font-family:Arial,sans-serif}.external-register-btn:hover{background:#a93226;text-decoration:none;color:#fff}.popup-loading,.popup-error,.popup-no-content{padding:40px 30px;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #2c3e50;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.popup-error p{color:#c0392b;font-size:16px;font-weight:500;margin-bottom:20px}.retry-btn{background:#2c3e50;color:#fff;border:none;padding:12px 24px;border-radius:4px;cursor:pointer;font-size:15px;font-weight:500;transition:background-color .2s ease;font-family:Arial,sans-serif}.retry-btn:hover{background:#34495e}.popup-no-content p{color:#666;font-size:16px;font-weight:400}.popup-success{padding:40px 30px;text-align:center}.success-icon{width:60px;height:60px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:28px;font-weight:700;animation:successPulse .5s ease-out}@keyframes successPulse{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.popup-success h3{color:#2c3e50;font-size:22px;font-weight:600;margin-bottom:14px;font-family:Georgia,Times New Roman,serif}.popup-success p{color:#666;font-size:16px;line-height:1.5;margin-bottom:10px;font-weight:400}@media (max-width: 768px){.featured-webinar-overlay{padding:15px}.popup-content{padding:30px 20px 20px}.popup-title{font-size:22px}.popup-description{font-size:15px}.webinar-details{padding:16px}.webinar-details h3{font-size:18px}.form-group input{padding:12px 14px;font-size:16px}.schedule-selection{padding:16px}.schedule-select{padding:10px 36px 10px 14px;font-size:16px;background-size:12px;background-position:right 10px center}.register-btn{padding:14px 20px;font-size:16px}.secondary-btn,.external-register-btn{padding:11px 16px;font-size:15px}.success-icon{width:50px;height:50px;font-size:24px}.popup-success h3{font-size:20px}}@media (max-width: 480px){.featured-webinar-overlay{padding:10px}.popup-content{padding:25px 16px 16px}.popup-title{font-size:20px}.popup-description{font-size:14px}.webinar-details{padding:14px}.webinar-details h3{font-size:17px}.form-group input{padding:11px 12px}.schedule-selection{padding:14px}.schedule-select{padding:9px 32px 9px 12px;background-size:10px;background-position:right 8px center}.register-btn{padding:13px 18px;font-size:15px}.secondary-btn,.external-register-btn{padding:10px 14px;font-size:14px}.success-icon{width:45px;height:45px;font-size:20px}.popup-success h3{font-size:18px}.popup-success p{font-size:15px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.popup-close-btn:focus,.form-group input:focus,.schedule-select:focus,.register-btn:focus,.secondary-btn:focus,.external-register-btn:focus,.retry-btn:focus{outline:2px solid #2c3e50;outline-offset:2px}@media print{.featured-webinar-overlay{display:none}}@media (min-width: 1200px){.popup-title{font-size:26px}.popup-description{font-size:17px}.form-group input{font-size:17px;padding:16px 18px}.schedule-select{font-size:16px;padding:14px 18px}.register-btn{font-size:17px;padding:18px 26px}}.popup-close-btn{min-width:44px;min-height:44px}.register-btn,.secondary-btn,.external-register-btn{min-height:44px}.schedule-selection{margin-bottom:24px}.form-control{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:#f3bd48;box-shadow:0 0 0 2px #f3bd4833}.form-control:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.registration-form{margin-top:1.5rem}.register-btn{width:100%;background-color:#f3bd48;color:#fff;border:none;padding:1rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;border-radius:4px;cursor:pointer;transition:all .3s ease;margin-top:1rem}.register-btn:hover:not(:disabled){background-color:#e5a930;transform:translateY(-2px)}.register-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.webinar-details{margin:1.5rem 0;padding:1rem;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #f3bd48}.webinar-details h3{margin:0 0 1rem;color:#333;font-size:1.3rem}.webinar-description{color:#666;line-height:1.5;margin-bottom:1rem}.webinar-schedule,.webinar-presenters{display:flex;align-items:center;margin:.5rem 0;color:#555}.schedule-icon,.presenter-icon{margin-right:.5rem;color:#f3bd48}.popup-header{position:relative;margin-bottom:1rem}.popup-dismiss-btn{position:absolute;top:15px;left:20px;background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;padding:.5rem;border-radius:4px;transition:all .3s ease}.popup-dismiss-btn:hover{background-color:#f5f5f5;color:#333}.dismiss-text{font-size:.8rem;white-space:nowrap}.popup-close-btn{position:absolute;top:15px;right:20px;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;z-index:1001;line-height:1;padding:.5rem;border-radius:4px;transition:all .3s ease}.popup-close-btn:hover{color:#333;background-color:#f5f5f5}.popup-disclaimer{margin-top:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:6px;border-left:3px solid #f3bd48}.popup-disclaimer p{margin:0;color:#666;line-height:1.4}.popup-disclaimer small{font-size:.85rem}@media (max-width: 768px){.popup-dismiss-btn{top:10px;left:10px;font-size:.8rem;padding:.3rem}.dismiss-text{display:none}.popup-close-btn{top:10px;right:10px;font-size:1.3rem;padding:.3rem}.popup-disclaimer{margin-top:1rem;padding:.8rem}}@media (max-width: 480px){.popup-disclaimer small{font-size:.8rem}}.registro-exitoso-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.registro-exitoso-container{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.registro-exitoso-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2rem;color:#666;cursor:pointer;z-index:1001;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.registro-exitoso-close:hover{color:#333}.registro-exitoso-header{text-align:center;padding:2rem 2rem 1rem;border-bottom:1px solid #eee}.registro-exitoso-icon{font-size:4rem;color:#28a745;margin-bottom:1rem}.registro-exitoso-title{font-size:2rem;font-weight:700;margin:0;color:#333}.registro-exitoso-content{padding:2rem}.webinar-info{text-align:center;margin-bottom:1.5rem}.webinar-info h3{font-size:1.3rem;color:#333;margin:0;font-weight:600}.registro-exitoso-mensaje{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.registro-exitoso-mensaje p{margin:0;line-height:1.6;color:#555;font-size:1rem}.whatsapp-invitation{background:#e8f5e8;padding:1.5rem;border-radius:8px;text-align:center;margin-bottom:2rem;border:1px solid #c3e6c3}.whatsapp-invitation h4{margin:0 0 .5rem;color:#25d366;font-size:1.2rem;font-weight:600}.whatsapp-invitation p{margin:0 0 1.5rem;color:#555;font-size:.95rem}.whatsapp-join-button{background:#25d366;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.whatsapp-join-button:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.whatsapp-join-button svg{font-size:1.3rem}.registro-exitoso-footer{text-align:center;padding-top:1rem;border-top:1px solid #eee}.footer-text{margin:0 0 1.5rem;color:#666;font-size:.9rem;font-style:italic}.registro-exitoso-continuar{background:#f3bd48;color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.registro-exitoso-continuar:hover{background:#e5a930}@media (max-width: 768px){.registro-exitoso-overlay{padding:.5rem}.registro-exitoso-container{max-height:95vh}.registro-exitoso-header{padding:1.5rem 1.5rem 1rem}.registro-exitoso-icon{font-size:3rem}.registro-exitoso-title{font-size:1.5rem}.registro-exitoso-content{padding:1.5rem}.whatsapp-join-button{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.registro-exitoso-title{font-size:1.3rem}.webinar-info h3{font-size:1.1rem}.registro-exitoso-mensaje p{font-size:.9rem}.whatsapp-join-button{width:100%;justify-content:center}}.personal-attention-section{background-color:#f1f1f2;padding:4rem 0}.personal-attention-container{margin:0 10%;display:flex;flex-direction:column;align-items:center;text-align:center}.attention-image{margin-bottom:2rem}.coin-icon{width:60px;height:60px}.attention-title{font-weight:700;margin-bottom:1.5rem;font-size:2.5rem;text-transform:uppercase;letter-spacing:1px}.attention-description{margin-bottom:2.5rem;line-height:1.8;max-width:800px;font-size:1.1rem}.join-button{background-color:transparent;color:#f3bd48;border:2px solid #f3bd48;padding:1rem 3rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1.2rem;text-transform:uppercase;letter-spacing:1px}.join-button:hover{background-color:#f3bd48;color:#fff}@media (max-width: 768px){.personal-attention-container{margin:0 5%}.attention-title{font-size:2rem}.attention-description{font-size:1rem}.join-button{padding:.8rem 2rem;font-size:1rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.circles-carousel-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;position:relative}.swiper-button-prev,.swiper-button-next{color:#006b76;top:50%;transform:translateY(-50%)}.circle{display:flex;align-items:center;justify-content:center;background-color:#006b76;border-radius:50%;width:250px;height:250px;margin:0 auto;box-shadow:5px 5px 15px #0009;color:#fff}.circle-content{text-align:center;padding:1rem}.number-circle{font-size:2.5rem;font-weight:700;line-height:1}.title-circle{font-size:1rem;font-weight:700;line-height:1.1}.subtitle-circle{font-size:1rem;line-height:1.2}@media (min-width: 768px){.number-circle{font-size:2.5rem}.title-circle{font-size:1.5rem}.subtitle-circle{font-size:1.1rem}}@media (min-width: 1024px){.number-circle{font-size:2.3rem}.title-circle{font-size:1.8rem}.subtitle-circle{font-size:1rem}}.un-solo-lugar-section{padding:2rem 0;background-color:#fff}.un-solo-lugar-container{display:flex;max-width:1200px;margin:0 auto;align-items:center}.image-container{flex:1.5;padding:1rem;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center}.un-solo-lugar-img{width:100%;aspect-ratio:1/1;display:block;object-fit:cover;max-height:100%}.content-container{flex:1;padding:2rem;display:flex;flex-direction:column;align-items:flex-start}.main-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.subtitle{font-size:1.8rem;margin-bottom:1.5rem;text-transform:uppercase}.description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.highlight{font-weight:700}.discover-button{background-color:#f3bd48;color:#fff;border:none;padding:1rem 3rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1.2rem;text-transform:uppercase;letter-spacing:1px}.discover-button:hover{background-color:#e5a930}@media (max-width: 768px){.un-solo-lugar-container{flex-direction:column;margin:0 5%}.content-container{align-items:center;text-align:center}.main-title{font-size:2.5rem}.subtitle{font-size:1.5rem}.description{font-size:1rem}.discover-button{padding:.8rem 2rem;font-size:1rem}}.valores-container{display:flex;justify-content:space-between;align-items:center;padding:2rem 1rem;max-width:1200px;margin:0 auto}.valor-item{flex:1;text-align:center;padding:0 1.5rem}.valor-item h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.valor-item p{font-size:1rem;line-height:1.5}.valor-separator{width:1px;height:100px;background-color:#ccc;margin:0 1rem}@media (max-width: 768px){.valores-container{flex-direction:column}.valor-separator{width:80%;height:1px;margin:1.5rem auto}.valor-item{padding:1rem 0}}.contacto-container{width:100%;padding:2rem 0;background-color:#f8f8f8}.contacto-content{display:flex;max-width:1200px;margin:0 auto;align-items:center}.contacto-text{flex:1;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.contacto-title{font-size:5rem;font-weight:900;margin:0;line-height:1;color:#000;text-transform:uppercase}.contacto-subtitle{font-size:2rem;font-weight:500;margin:.5rem 0 2rem;color:#000;text-transform:uppercase}.contacto-cta{font-size:2.5rem;font-weight:600;margin:0 0 2rem;color:#f8b500;text-transform:uppercase}.contacto-button{background-color:#fff;color:#00e510;border:none;padding:.8rem 2rem;font-size:1.5rem;font-weight:700;text-transform:uppercase;border:5px solid #00e510;border-radius:10px;cursor:pointer;transition:all .3s ease}.contacto-button:hover{background-color:#00e510;color:#fff}.contacto-image{flex:1;height:100%}.contacto-image img{width:100%;height:auto;object-fit:cover}@media (max-width: 768px){.contacto-content{flex-direction:column}.contacto-text{width:100%;text-align:center;align-items:center}.contacto-title{font-size:2.5rem}.contacto-subtitle{font-size:1.5rem}.contacto-cta{font-size:1.3rem}}.financiamiento-container{width:100%;padding:4rem 0;background-color:#fff}.financiamiento-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;padding:0 1rem;gap:3rem}.financiamiento-left{flex:1;min-width:300px}.financiamiento-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin:0 0 2rem;color:#000}.financiamiento-subtitle{font-size:2rem;font-weight:600;margin:0 0 1.5rem;color:#006064}.financiamiento-description{font-size:1.2rem;line-height:1.6;color:#333}.financiamiento-right{flex:1;min-width:300px}.requisitos-header{background-color:#006064;height:35px;margin-bottom:1.5rem}.requisitos-title{font-size:1.8rem;font-weight:500;margin:0 0 1.5rem;color:#000}.requisitos-list{list-style-type:none;padding-left:0;margin:0}.requisitos-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1.3rem;line-height:1.5}.requisitos-list li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700;font-size:1.5rem}@media (max-width: 992px){.financiamiento-content{flex-direction:column;gap:2rem}.financiamiento-title{font-size:3rem}.financiamiento-subtitle{font-size:1.8rem}.requisitos-title{font-size:1.5rem}}@media (max-width: 480px){.financiamiento-container{padding:2rem 0}.financiamiento-title{font-size:2.5rem}.financiamiento-subtitle{font-size:1.5rem}.financiamiento-description,.requisitos-list li{font-size:1.1rem}}.asesorias-container{width:100%;padding:3rem 0 5rem;background-color:#f5f5f5}.asesorias-title{font-size:4rem;font-weight:900;text-align:center;margin:0 0 3rem;text-transform:uppercase;color:#000}.asesorias-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto 4rem;padding:0 1rem}.asesoria-card{position:relative;background-color:#f3bd48;border-radius:2rem;padding:2.5rem;width:300px;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.asesoria-card-title{font-size:2.2rem;font-weight:700;color:#fff;line-height:1.2;margin:0;text-transform:uppercase;padding-bottom:3rem}.asesoria-info-button{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:transparent;border:2px solid white;color:#fff;padding:.5rem 5rem;font-size:1.2rem;text-decoration:none;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease;cursor:pointer}.asesoria-info-button:hover{background-color:#fff;color:#ffc107}.agenda-section{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 1rem;gap:3rem}.agenda-left{flex:2;min-width:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.agenda-title{font-size:3.5rem;font-weight:900;margin:0;line-height:1}.agenda-subtitle{font-size:3rem;font-weight:400;margin:.5rem 0 2rem}.whatsapp-button-asesorias{background-color:#00e676;color:#000;border:none;border-radius:.5rem;padding:.8rem 2rem;font-size:1.2rem;font-weight:700;text-decoration:none;text-transform:uppercase;transition:all .3s ease;border:2px solid #00e676}.whatsapp-button-asesorias:hover{background-color:#00c853;border-color:#00c853}.agenda-right{flex:2;min-width:300px}.agenda-steps{padding-left:1.5rem;margin:0}.agenda-steps li{font-size:1.2rem;margin-bottom:1.5rem;line-height:1.6}.bold-text{font-weight:700}@media (max-width: 992px){.asesorias-title{font-size:3rem}.asesoria-card{width:250px;height:250px;padding:2rem}.asesoria-card-title{font-size:1.8rem}.agenda-title{font-size:3rem}.agenda-subtitle{font-size:2.5rem}}@media (max-width: 768px){.agenda-section{flex-direction:column}.asesorias-cards{gap:1.5rem}.asesoria-card{width:100%;max-width:300px}}@media (max-width: 480px){.asesorias-title{font-size:2.5rem}.asesoria-card-title{font-size:1.6rem}.agenda-title{font-size:2.5rem}.agenda-subtitle{font-size:2rem}.agenda-steps li{font-size:1rem}}.asesoria-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.asesoria-modal-container{background-color:#fff;border-radius:10px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0003;position:relative;animation:modalFadeIn .3s ease-out}.asesoria-modal-close{position:absolute;top:15px;right:15px;background:transparent;border:none;font-size:24px;cursor:pointer;color:#333;z-index:10}.asesoria-modal-content{padding:30px}.modal-title{font-size:2rem;font-weight:700;margin:0 0 20px;color:#333}.modal-description{font-size:1.1rem;line-height:1.6;color:#006064;margin-bottom:25px;font-weight:500}.modal-subtitle{font-size:1.3rem;font-weight:700;margin:25px 0 10px;color:#333}.modal-list{padding-left:20px;margin:10px 0 20px}.modal-list li{margin-bottom:8px;line-height:1.5}.asesoria-modal-footer{padding:20px 30px;border-top:1px solid #eee;display:flex;justify-content:center}.asesoria-modal-whatsapp{background-color:#00e676;color:#000;border:none;border-radius:5px;padding:12px 30px;font-size:1.1rem;font-weight:700;text-decoration:none;text-transform:uppercase;transition:all .3s ease;display:inline-block}.asesoria-modal-whatsapp:hover{background-color:#00c853}@media (max-width: 768px){.asesoria-modal-container{max-width:90%}.modal-title{font-size:1.7rem}.modal-subtitle{font-size:1.2rem}}@media (max-width: 480px){.asesoria-modal-content{padding:20px}.modal-title{font-size:1.5rem}.modal-description{font-size:1rem}.modal-subtitle{font-size:1.1rem}}.clases-container{width:100%;padding:4rem 0;background-color:#fff}.clases-content{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 1rem}.clase-card{flex:1;min-width:300px;max-width:550px;display:flex;flex-direction:column;align-items:center;text-align:center}.clase-title{font-size:3rem;font-weight:900;margin:0;line-height:1.2;color:#000}.clase-subtitle{font-size:2rem;font-weight:400;margin:.5rem 0 2rem;color:#000}.clase-title,.clase-subtitle{width:100%;text-align:center}.clase-description{font-size:1.5rem;line-height:1.6;margin-bottom:2rem;color:#333}.clase-register-button{display:block;width:100%;max-width:300px;margin:0 auto;background-color:#f3bd48;color:#fff;text-align:center;padding:1rem;font-size:1.5rem;font-weight:700;text-decoration:none;text-transform:uppercase;transition:all .3s ease;border:none;cursor:pointer}.clase-register-button:hover{background-color:#fff;color:#f3bd48;border:2px solid #f3bd48}@media (max-width: 992px){.-content{gap:3rem}.clase-title{font-size:2.2rem}.clase-subtitle{font-size:1.3rem}}@media (max-width: 768px){.clases-content{flex-direction:column;align-items:center}.clase-card{width:100%}.clase-register-button{max-width:100%}}@media (max-width: 480px){.clases-container{padding:2rem 0}.clase-title{font-size:1.8rem}.clase-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.clase-description{font-size:1rem}.clase-register-button{font-size:1.2rem;padding:.8rem}}.clases-header{text-align:center;margin-bottom:3rem}.clases-title{font-size:3rem;font-weight:900;margin:0;color:#000;text-transform:uppercase}.clases-subtitle{font-size:1.3rem;color:#666;margin:1rem 0 0}.clases-loading,.clases-error{text-align:center;padding:4rem 1rem}.clases-error{color:#dc3545}.no-webinars{text-align:center;padding:2rem;color:#666;font-size:1.2rem}.clase-schedules{margin:1rem 0;text-align:left;width:100%}.clase-schedules h4{font-size:1.2rem;margin-bottom:.5rem;color:#333}.clase-schedules ul{list-style:none;padding:0;margin:0}.clase-schedules li{padding:.3rem 0;font-size:.95rem;color:#555}.schedule-comment{font-style:italic;color:#777}.more-schedules{color:#f3bd48;font-weight:600}.clase-presenters{margin:1rem 0;font-size:1rem;color:#333;text-align:left;width:100%}.clase-presenters strong{color:#000}@media (max-width: 768px){.clases-title{font-size:2.2rem}.clase-schedules,.clase-presenters{text-align:center}}@media (max-width: 480px){.clases-title{font-size:1.8rem}.clases-subtitle{font-size:1.1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-container{background-color:#fff;border-radius:8px;width:100%;max-width:500px;overflow:hidden;box-shadow:0 4px 20px #0003;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:20px;border-bottom:1px solid #eee}.modal-profile{display:flex;align-items:center;margin-bottom:15px}.modal-profile-image{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:15px}.modal-profile-name{font-size:1rem;font-weight:600;margin:0}.modal-title{font-size:1.5rem;font-weight:700;margin:0 0 10px;color:#333}.modal-timezone{font-size:.9rem;color:#666;margin:0}.modal-form{padding:20px}.form-group{margin-bottom:20px}.form-control{width:100%;padding:12px 15px;font-size:1rem;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:1em}.registro-submit-button{width:100%;padding:12px;background-color:#f3bd48;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease}.registro-submit-button:hover{background-color:#e5a930}@media (max-width: 576px){.modal-container{max-width:100%;height:auto;max-height:90vh;overflow-y:auto}.modal-title{font-size:1.3rem}.form-control,.registro-submit-button{padding:10px}}.modal-description{font-size:1rem;color:#666;margin:1rem 0;padding:.5rem 0;border-top:1px solid #eee;text-align:left;line-height:1.5}.registro-submit-button{background-color:#f3bd48;color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem}.registro-submit-button:hover:not(:disabled){background-color:#e5a930}.registro-submit-button:disabled{opacity:.6;cursor:not-allowed}.retiro-container{position:relative;width:100%;max-width:1200px;height:500px;background-image:url(/assets/retiro-D91ojPmz.jpeg);background-size:cover;background-position:center;margin:0 auto;display:flex;align-items:center;justify-content:center}.retiro-overlay{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.retiro-content{background-color:#fff;padding:2rem;max-width:800px;text-align:center;box-shadow:0 4px 8px #0000001a}.retiro-title{font-size:3rem;font-weight:900;margin:0;line-height:1.2;color:#000;text-transform:uppercase}.retiro-subtitle{font-size:1.5rem;font-weight:400;margin-top:.5rem;margin-bottom:1.5rem;color:#333}.retiro-description{font-size:1.2rem;line-height:1.6;margin-bottom:1rem;color:#333}.retiro-highlight{font-weight:700}.retiro-button{background-color:#f9bd48;color:#fff;border:none;padding:1rem 2rem;font-size:1.5rem;font-weight:700;cursor:pointer;margin-top:1.5rem;transition:background-color .3s;text-transform:uppercase}.retiro-button:hover{background-color:#e8ad37}@media (max-width: 768px){.retiro-container{height:auto;min-height:450px}.retiro-content{max-width:90%;padding:1.5rem}.retiro-title{font-size:2rem}.retiro-subtitle{font-size:1.2rem}.retiro-description{font-size:1rem}.retiro-button{font-size:1.2rem;padding:.8rem 1.5rem}}.seguros-container{max-width:1200px;margin:0 auto;font-family:Arial,Helvetica,sans-serif;padding-top:3rem;padding-bottom:3rem}.seguros-header{display:flex;align-items:flex-start;margin-bottom:20px}.seguros-title{font-size:6.5rem;font-weight:900;margin:0;padding:10px 0;color:#000}.seguros-header-right{display:flex;flex-direction:column;margin-left:20px;flex-grow:1;padding-top:2rem}.seguros-tagline{background-color:#067;padding:10px 0;width:100%;height:20px}.seguros-description-text{font-size:1.2rem;margin:15px 0 0;color:#035c67;font-weight:700}.seguros-tagline p{font-size:1.2rem;margin:0}.seguros-table{border:1px solid #ccc;width:100%}.seguros-row{display:flex;border-bottom:1px solid #ccc}.seguros-row:last-child{border-bottom:none}.seguros-cell{padding:20px}.seguros-type{width:40%;background-color:#f8f8f8;border-right:1px solid #ccc}.seguros-type h2{font-size:1.5rem;margin:0;font-weight:700}.seguros-description{width:60%}.seguros-description p{margin:0;font-size:1.1rem;line-height:1.5}@media (max-width: 768px){.seguros-header{flex-direction:column;align-items:flex-start}.seguros-title{font-size:8rem;line-height:1;padding-left:1.5rem}.seguros-header-right{margin-left:0;width:100%}.seguros-tagline{margin-top:10px;width:100%}.seguros-row{flex-direction:column}.seguros-type,.seguros-description{width:100%;border-right:none}.seguros-type{border-bottom:1px solid #ccc}.seguros-description-text{text-align:left;padding:0 15px}}@media (max-width: 480px){.seguros-title{font-size:4rem}}.prestamos-container{max-width:1200px;margin:0 auto;font-family:Arial,Helvetica,sans-serif;padding-bottom:3rem}.prestamos-content{display:flex;margin-bottom:20px;background-color:#f9f9f9}.prestamos-image-container{flex:1;max-width:50%}.prestamos-image{width:100%;height:100%;object-fit:cover;display:block}.prestamos-info{flex:1;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.prestamos-title{font-size:5rem;font-weight:900;margin:0;line-height:2;color:#000}.prestamos-subtitle{font-size:2rem;font-weight:700;margin:0 0 20px}.prestamos-description{font-size:1.4rem;line-height:1.5;margin:20px 0 0}.prestamos-features{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.prestamos-feature{background-color:#f8c040;color:#fff;padding:15px;text-align:center;font-weight:700;flex:1;min-width:180px;font-size:1rem;align-content:center}@media (max-width: 768px){.prestamos-content{flex-direction:column}.prestamos-image-container{max-width:100%}.prestamos-title{font-size:3rem}.prestamos-subtitle{font-size:1.5rem}}.blog-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,Helvetica,sans-serif}.blog-main-title{font-size:4rem;font-weight:900;margin-bottom:30px;color:#000}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.blog-card{border:2px solid transparent;border-radius:10px;overflow:hidden;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 2px 5px #0000000d}.blog-card-yellow{border-color:#f7b600}.blog-card-teal{border-color:#17a2b8}.blog-card-green{border-color:#4caf50}.blog-card-blue{border-color:#2196f3}.blog-image{width:100%;height:180px;overflow:hidden;position:relative}.content-type-indicator{position:absolute;top:10px;right:10px;background-color:#000000b3;color:#fff;padding:5px;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:14px}.teaser-indicator{font-size:10px;font-weight:700}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-content{padding:15px;flex-grow:1;display:flex;flex-direction:column}.blog-title{font-size:2rem;margin:0 0 10px;font-weight:700;color:#000}.blog-summary{color:#555;margin:0 0 15px;line-height:1.4;flex-grow:1;font-size:.9rem}.blog-read-more{text-decoration:none;color:#000;font-weight:700;font-size:.9rem;text-transform:uppercase;align-self:flex-start}.blog-read-more:hover{text-decoration:underline}@media (max-width: 768px){.blog-main-title{font-size:3rem}.blog-grid{grid-template-columns:1fr}}.blog-loading,.blog-error,.blog-empty{text-align:center;padding:60px 20px;color:#666}.retry-button,.back-button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:1rem;transition:background-color .3s ease}.retry-button:hover,.back-button:hover{background:#0056b3}.article-tags{position:absolute;bottom:10px;left:10px;display:flex;gap:5px;flex-wrap:wrap}.article-tag{background:#000000b3;color:#fff;padding:2px 6px;border-radius:12px;font-size:10px;font-weight:500}.blog-meta{margin-top:10px;padding-top:10px;border-top:1px solid #eee}.blog-date{font-size:12px;color:#888;font-style:italic}.blog-load-more{text-align:center;margin-top:2rem}.load-more-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:transform .3s ease,box-shadow .3s ease;display:inline-block}.load-more-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #007bff4d;color:#fff;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}.blog-page{width:100%}.blog-hero{width:100%;height:15rem;background-image:url(/assets/retiro-D91ojPmz.jpeg);background-size:cover;background-position:center}.blog-container{max-width:1200px;margin:0 auto;background-color:#fff}.blog-article{padding:2rem;background-color:#f4f4f4;bottom:5rem;position:relative;z-index:1}.date-container{text-align:right;margin-bottom:1.5rem}.date{font-size:1.2rem;color:#666;font-family:Courier New,monospace;letter-spacing:.15em}.blog-header{display:flex;align-items:flex-start;margin-bottom:2rem}.blog-page-title{font-size:6rem;font-weight:700;font-family:Futura Hv BT,Arial,sans-serif;text-transform:uppercase;color:#000;margin-right:.5rem}@media (max-width: 768px){.blog-page-title{font-size:1.8rem}}.quotation-mark{display:flex;flex-direction:column;align-items:center}.quote-image{width:200px;height:200px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAADTCAMAAAA8nM8eAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADAUExURQAAAO+vQO+/QO+/UP+/QPe9Su+3SO+/SPe3SPe/SO+6Re+6SvS6RfS6SvS/SvO+SfO7SPK+SvW7R/W+R/K5RvK8RvK8SfK/SPS8SPS/SPK6SPK9SPS9SPO8R/O8SfO/SfG7SfG9R/S9SfO9SPO9SPK9R/K9SfS9R/O9SfK9SPS8SPS9SPK+SPK9SfO8SfO9R/O9SfO8SPO+SPO8R/O8SfO+R/O+SfS+R/K9SPK+SPS+SPK9SfO9R/O9SfO+SfO9SB3N7HsAAAA/dFJOUwAQEBAQHyAgICAwMDAwMD9AT09PUFBQX19fYGBgb29vcHBwf4CPj4+Qn5+foK+vr6+/v8/Pz8/P39/f7+/v7zM9160AAAdUSURBVHja7d2LWho5FMDxQZEWsTK6i5dOwe0OiDi74ky1BgbJ+79VvbQrKijJJCf/ft/mCX7fSXJyMpckiv5vwFbfSU7SbFxMJhP92OaT62I8PIl3EL6PcXIyfOabTIoiSztxPRCoc5Jdz/XqNi+GnXq4gO0kw/HkDZ6+zo6bskMs7o/fCthCK4Rpjz2aDK/X410PpXhxv9BGrTgW7dIkm9B49Tiba/M2PaZ2qQTPLmZigfvUn/B4cd86Zg8t85tE6icFkBdXQz30aOxxHgznPF69Xxn10Pq+glYAea6CdteGPoKWTIE8h0G7X+w3uEFzyfvbZdDuy0u3cYtv3PKmThaGeKpdN5dx2y2c8xzEreledT8RnKWPMx+8yt3qen46TrydqR/eGDjUHpqLirx+6Y3XBw61+zarnt46Hnnauu6tF9pny5BZ7WlZ2MAsoI7683EB9c1L7Sao9t2yCJo/7LNI/R/vUauU3c788yyGW/NGgKWPrBd4Ed4MlzeqzdKmDM80+XbmMqxvlouBEE8PjFhfhFTms0CWZ7YD7IuxNHOFt+pWwahpi6VUkqehrC121DSUtc+OmoayjthR07x0a1OHf9HIsHWkWWb1rjhPs8pIu2eo8jxN2rIsNAXcURmGrR6AZVBPhuCtE7bLACyDJQHK68uryiNu6bEmLwnAahl8rMDkNeVXKdUwWA6YvAD51iRqVN4ZOmpUXsKOGpQnnzmMokbl3aCjRuX12VGD8prsqFF5U3TUqLw+O2pQnvQcKM2iRuVJP1hoGUWNypOuJLuGvxswedJPTA1fuVB5wps9s09RsDzhhGv6gRGVJ5twDUsPLE824ZamUaPyZBOu4SKK5cn2pvH3w1SeaG+qCD3YFHO3Z7wcUHmypaTxp/RUnmhvDiL0YBswe1PV0IPNgCfamw32YGsw1ymLX+WgPMmiyLz2wPKm6ClK5Un25oA92Ex438mFLpYXkwtdLi+TY+UWP6NBeU1mwqXzBDPuKEIvCCPm8m6zHlB5ghnX5igNKk8u41rsD7A8wYxrc2AFlZewBxuVV6AHG5XXZA82Ki9hDzYqT2wSqA30HDXjyU2CEXuOjqCToMGeow3mJLAabFTeplhvtm2iRuWJTQKr6gPLE9vw2R0ESOVN0QsClbfLXhCovJ6Ua98qbFRegV4QsLxb9Byl8sSeN1sVbVhejz1HqbyCPUepPKncsc9ObfvQsmiDXbUZ8g6EWLndYKPyToVcXbuwUXlSKbfNXhHazJRrd8A6lrfLTm1U3gE7tVF5KTu1UXlS/1BbXoxD5Ql9f215UwmWJ9SbtpcGQnm77BWByovZKwKV1wuQcus7cRzv/NY8qS1fFtfvQB/jZDj+eRbnvDh+/1JeKi/EWeYL2iak/jDlFVqTA0flqcAuPfv6VtioPB2+Fc3gZZsp7wPApacrly0qL9aI9jX8L0NGPIhr1cXjVF6i0XGj8lKNjhuVx3EtjRuVl3Fcy9YFKo/kWnIXNJVXkFyzJm1vtYqHcr2+DJrK+45y6eMwbxKMeYrlmm3AdvIreDDXy1MRqDya68Vwo/K0Rg83Kg/nej7cqDycS/+BDttPHs9VsMNWQF3PXllSeUBXlx22LtRVsMNWQF2LaymVB3QtPqCh8hQ1ezB3Cb94RNeYHbYx1KXYYVO454CvKjcqD+naZodtG/aO41c7Yr6CWeCdEl1d8Y8pTXkp0ZURXy8/4yXssFF5B0RXLv6jminvA9GlWJ8FLuFtssOG5RHr8Bl7mzCjFpQRu96lVkYRu3CTPBzNLmxUXswOG5W3yQ4blqfQYcPygA8ZFPUz1AUecNv3jfhnwgsecP+S0/66Wsa7xbnGIU69M+XxskcaoZNbCs0e3Qid3LrQ0qgd5tR/Qx5uu7wB/jfhiUfb96lAR4ob8jZhi9U41N0chjzYNOii/yB64sEeM2xD//x+xbsl5o4Iz0O9xR2R/2F+xkMtCq/PBMPyTslzlMtrkOcomDfCuJZemkTlNSjpY/lpy1geZbVqhz212JQHWa1WXciC5X1GuFbeooflFcDU8RvwCGn3jbsHsby/kDUbn3cZmKUa4MNkV/M2A3858M6tqlhe2PwxeO/IZywv5Ns1VeNcwmzKC1eNl+vc4IvlBYP9iboaxpgXCJbCrtQx5qXkqIF5AWCDKCLHbT2eeD1udqMqlvdJYccamtdQyLzG58llEKurnLC8WKZHVcvyJicZXml80dSmxNvJf2uRZRPh5Q0LmfcUUnajCs1/hkstZZ+9yka1qFrzy8tbRFnejqo3f7xqM8GXTLkImj9emdaqy3LkSPPHcxG0h+w7UtSguee5CtpD2xuVbmanS5R7Xum8T6N25U5Vg3bkrVXnlXnPS59Grd5FaW9qRZ5bBd5dl+7VvNr2BrkhrrzotWuRTLPg6avB4ZYQLj3P15gU5dV5b28rkm7r8rS6GBy2atK8rfZeLz2/yPMrpf7rYqXUVX5+nh7uyYPW4JX3vIvztHfYsuvPH6/+XGUXhsL2AAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;z-index:-1;opacity:.8;left:3rem;top:5rem;pointer-events:none}.quotation-text{font-size:.8rem;color:#333}.blog-content{font-size:.9rem;line-height:1.6;color:#333}.blog-summary{margin-bottom:1.5rem;text-align:justify;font-weight:500}.videos-section{margin:2rem 0;width:100%}.video-with-text{display:flex;flex-direction:column;margin-bottom:2rem}.video-complementary-text{margin-top:1rem;padding:1rem;background-color:#f9f9f9;border-radius:5px}.video-complementary-text h3{font-size:1.2rem;margin-bottom:.5rem;color:#333}.video-complementary-text p{font-size:.9rem;line-height:1.5;color:#555}@media (min-width: 768px){.video-with-text{flex-direction:row;align-items:flex-start;gap:2rem}.video-with-text .video-container{flex:0 0 auto}.video-with-text .video-complementary-text{flex:1;margin-top:0}}.video-container{position:relative;width:100%;margin-bottom:1.5rem;overflow:hidden;padding-top:56.25%}.tiktok-container{padding-top:177.78%;max-width:325px;margin:0 auto}.instagram-container{padding-top:125%;max-width:400px;margin:0 auto}.video-player{position:absolute;top:0;left:0;width:100%;height:100%;border:none;object-fit:contain}.video-embed{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.tiktok-embed,.instagram-embed{background-color:transparent}.text-content{margin-top:1.5rem}.no-content-message{font-style:italic;color:#666;text-align:center;margin:2rem 0}.summary,p{margin-bottom:1.5rem;text-align:justify}.numbered-paragraph{position:relative;padding-left:2.5rem}.numbered-paragraph:before{content:attr(data-number);position:absolute;left:0;font-weight:700}.contact-section{text-align:center;padding:2rem;margin-bottom:2rem}.contact-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.contact-subtitle{font-size:1rem;text-transform:uppercase;margin-bottom:1.5rem}.contact-button{background-color:transparent;color:#00e510;border:2px solid #00e510;padding:.8rem 2rem;font-weight:700;border-radius:10px;cursor:pointer;transition:all .3s ease}.contact-button:hover{background-color:#00e510;color:#fff}@media (max-width: 768px){.blog-container{width:100%}.blog-article{padding:1.5rem}.blog-title{font-size:2.5rem}.contact-title{font-size:1.8rem}}.pagination{display:flex;justify-content:center;gap:.5rem}.pagination-dot{width:8px;height:8px;border-radius:50%;background-color:#ccc}.pagination-dot.active{background-color:#666}.blog-loading,.blog-error{text-align:center;padding:60px 20px;background-color:#f4f4f4;margin:2rem;border-radius:10px}.blog-loading{color:#666}.blog-error{color:#dc3545}.loading-spinner{font-size:2rem;animation:spin 1s linear infinite;color:#007bff;margin-bottom:1rem}.error-icon{font-size:2rem;color:#dc3545;margin-bottom:1rem}.back-button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:1rem;transition:background-color .3s ease}.back-button:hover{background:#0056b3}.article-tags-page{display:flex;flex-wrap:wrap;gap:8px;margin:1rem 0}.article-tag-page{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.contact-button{background-color:#25d366;color:#fff;border:2px solid #25D366;padding:.8rem 2rem;font-weight:700;border-radius:10px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.contact-button:hover{background-color:#128c7e;border-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 8px #0003;color:#fff;text-decoration:none}@media (max-width: 768px){.article-tags-page{justify-content:center}.blog-loading,.blog-error{margin:1rem;padding:40px 15px}}.webinars-container{max-width:1200px;margin:0 auto;padding:40px 20px;min-height:100vh}.webinars-main-title{font-size:48px;font-weight:800;text-align:center;color:#2c3e50;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}.webinars-subtitle{font-size:18px;text-align:center;color:#5a6c7d;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.webinars-loading,.webinars-error,.webinars-empty{text-align:center;padding:60px 20px}.loading-spinner{animation:spin 1s linear infinite;font-size:32px;color:#3498db;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-icon{font-size:32px;color:#e74c3c;margin-bottom:20px}.retry-button{background:#3498db;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;margin-top:20px;transition:background-color .2s ease}.retry-button:hover{background:#2980b9}.webinars-empty{color:#5a6c7d}.webinars-empty p{font-size:18px;margin-bottom:10px}.webinars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-top:40px}.webinar-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e1e8ed}.webinar-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.webinar-header{padding:25px 25px 20px;background:linear-gradient(135deg,#f8fafb,#fff);border-bottom:1px solid #e1e8ed}.webinar-title{color:#2c3e50;font-size:22px;font-weight:700;margin-bottom:12px;line-height:1.3}.webinar-description{color:#5a6c7d;font-size:15px;line-height:1.5;margin:0}.webinar-details{padding:20px 25px;background:#fafbfc}.webinar-detail-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#34495e;font-size:14px}.webinar-detail-item:last-child{margin-bottom:0}.detail-icon{color:#3498db;font-size:16px;min-width:16px}.video-link{color:#3498db;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s ease}.video-link:hover{color:#2980b9;text-decoration:underline}.external-link-icon{font-size:12px}.webinar-registration{padding:25px;background:#fff;border-top:1px solid #e1e8ed}.webinar-registration h3{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:15px;text-align:center}.registration-form{display:flex;flex-direction:column;gap:12px}.registration-input{padding:12px 16px;border:2px solid #e1e8ed;border-radius:6px;font-size:15px;transition:border-color .2s ease;box-sizing:border-box}.registration-input:focus{outline:none;border-color:#3498db}.registration-input:disabled{background-color:#f8f9fa;color:#6c757d}.register-button{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;padding:14px 20px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-top:8px}.register-button:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#1f5582);transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.register-button:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}.external-registration{margin-top:15px;padding-top:15px;border-top:1px solid #e1e8ed;text-align:center}.external-registration span{display:block;color:#5a6c7d;font-size:14px;margin-bottom:8px}.external-register-link{display:inline-flex;align-items:center;gap:6px;color:#e74c3c;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.external-register-link:hover{color:#c0392b;text-decoration:underline}.webinar-whatsapp{padding:15px 25px;background:#f8fafb;border-top:1px solid #e1e8ed;text-align:center}.whatsapp-link{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;text-decoration:none;padding:12px 20px;border-radius:6px;font-size:14px;font-weight:500;transition:background-color .2s ease}.whatsapp-link:hover{background:#1da851;text-decoration:none;color:#fff}@media (max-width: 768px){.webinars-container{padding:30px 15px}.webinars-main-title{font-size:36px}.webinars-subtitle{font-size:16px}.webinars-grid{grid-template-columns:1fr;gap:20px}.webinar-header{padding:20px}.webinar-title{font-size:20px}.webinar-details{padding:15px 20px}.webinar-registration{padding:20px}.webinar-whatsapp{padding:15px 20px}}@media (max-width: 480px){.webinars-main-title{font-size:28px;letter-spacing:1px}.webinars-subtitle{font-size:15px}.webinar-title{font-size:18px}.webinar-description{font-size:14px}.registration-input{font-size:16px}}.registration-message{margin:20px 0;padding:20px;border-radius:8px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pre-registration{background:linear-gradient(135deg,#e3f2fd,#f0f8ff);border:1px solid #2196f3;display:flex;align-items:center;gap:15px}.pre-registration .message-icon{color:#2196f3;font-size:20px}.pre-registration .spinning{animation:spin 1s linear infinite}.pre-registration h4{color:#1565c0;margin:0 0 8px;font-size:16px}.pre-registration p{color:#1976d2;margin:0;font-size:14px}.post-registration{background:linear-gradient(135deg,#e8f5e8,#f1f8e9);border:1px solid #4caf50}.post-registration h4{color:#2e7d32;margin:0 0 12px;font-size:18px;font-weight:600}.post-registration p{color:#388e3c;margin:0 0 15px;font-size:14px;line-height:1.5}.post-registration-whatsapp{margin-top:15px}.whatsapp-join-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;text-decoration:none;padding:12px 20px;border-radius:25px;font-size:14px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px #25d3664d}.whatsapp-join-button:hover{background:linear-gradient(135deg,#20ba5a,#1da851);transform:translateY(-1px);box-shadow:0 4px 12px #25d36666;text-decoration:none;color:#fff}.schedule-selection{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:12px;background:#f8fafb;border-radius:6px;border:1px solid #e1e8ed}.schedule-icon{color:#3498db;font-size:16px}.schedule-select{flex:1;padding:10px 12px;border:2px solid #e1e8ed;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s ease}.schedule-select:focus{outline:none;border-color:#3498db}.schedule-select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.schedule-select option{padding:8px}@media (max-width: 768px){.registration-message{margin:15px 0;padding:15px}.pre-registration{flex-direction:column;align-items:flex-start;gap:10px}.schedule-selection{flex-direction:column;align-items:flex-start;gap:8px}.whatsapp-join-button{padding:10px 16px;font-size:13px}}@media (max-width: 480px){.pre-registration h4,.post-registration h4{font-size:16px}.pre-registration p,.post-registration p{font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{padding:20px;flex:1}.hero-section{height:70vh;width:100%;position:relative;display:flex;justify-content:flex-end;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-content{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;position:relative;z-index:2}h1{font-size:8rem;font-weight:700;color:#fff;text-align:center;line-height:1}p{font-size:1.2rem;color:#555;max-width:800px;margin:0 auto}@media (max-width: 768px){.hero-section{height:50vh}.hero-content{width:100%}h1{font-size:2rem}}.services-title{position:absolute;bottom:3rem;left:-40rem;color:#f3bd48;margin:0;z-index:3}@media (max-width: 1024px){.services-title{left:-20rem;bottom:2rem;font-size:100rem}}@media (max-width: 768px){.services-title{left:1rem;bottom:1.5rem;font-size:6rem}}@media (max-width: 480px){.services-title{font-size:4rem}}.blog-title-main{position:absolute;bottom:20rem;left:20rem;color:#f3bd48;margin:0;z-index:3}@media (max-width: 1024px){.blog-title-main{left:15rem;bottom:15rem;font-size:100rem}}@media (max-width: 768px){.blog-title-main{left:10rem;bottom:25rem;font-size:6rem}}@media (max-width: 480px){.blog-title-main{font-size:4rem}}.home-title-hero{font-size:6rem}@media (max-width: 768px){.home-title-hero{font-size:5rem}}.webinars-title-main{font-size:6rem;color:#f3bd48;text-shadow:2px 2px 8px rgba(0,0,0,.7);margin-bottom:1rem}.webinars-subtitle-hero{font-size:1.5rem;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.7);max-width:800px;margin:0 auto;line-height:1.4;text-align:center}@media (max-width: 768px){.webinars-title-main{font-size:4rem}.webinars-subtitle-hero{font-size:1.2rem}}
