@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";.home-container{position:relative}.bottom-text{display:block;text-align:center;padding:1.5rem 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;position:relative;overflow:hidden;margin-top:-5px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.bottom-text:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.bottom-text:hover:before{left:100%}.bottom-text:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#9ae5e7,#ef4444,#3b82f6)}.bottom-text span:nth-child(1){color:#9ae5e7}.bottom-text span:nth-child(2){color:#ef4444}.bottom-text span:nth-child(3){color:#3b82f6}.estadisticas-container{background-color:#000;color:#fff;padding:2.5rem;display:flex;flex-direction:column;gap:2.5rem;text-align:center;margin-top:-20;align-items:center;justify-content:space-around}@media (min-width: 768px){.estadisticas-container{flex-direction:row}}.estadisticas-container .estadistica-item{display:flex;flex-direction:column;align-items:center}.estadisticas-container .estadistica-item .valor{font-size:2.25rem;font-weight:700}.estadisticas-container .estadistica-item .descripcion{font-size:.875rem;margin-top:.25rem}@media (max-width: 768px){.bottom-text{font-size:1.5rem;padding:1rem 0;letter-spacing:2px}}@media (max-width: 480px){.bottom-text{font-size:1.2rem;letter-spacing:1px}}.hero-carousel{position:relative;width:100%;height:80vh;overflow:hidden}.hero-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.hero-carousel .carousel-slide.active{opacity:1;z-index:2}.hero-carousel .carousel-slide.prev,.hero-carousel .carousel-slide.next{opacity:.3;z-index:1}.hero-carousel .slide-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero-carousel .slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#000000b3);z-index:1}.hero-carousel .slide-content{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:90%;max-width:800px}.hero-carousel .slide-content .slide-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeInUp .8s ease-out}.hero-carousel .slide-content .slide-subtitle{font-size:1.2rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);animation:fadeInUp .8s ease-out .2s;animation-fill-mode:both}.hero-carousel .cta-button{background:#3b82f6;color:#fff;border:none;padding:12px 30px;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;animation:fadeInUp .8s ease-out .4s;animation-fill-mode:both}.hero-carousel .cta-button:hover{background:#0b63f3;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.hero-carousel .carousel-controls{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;align-items:center;z-index:3}.hero-carousel .carousel-controls .control-btn{background:#ffffff4d;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.hero-carousel .carousel-controls .control-btn:hover{background:#3b82f6}.hero-carousel .carousel-controls .carousel-pagination{display:flex;margin:0 15px}.hero-carousel .carousel-controls .carousel-pagination .pagination-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;margin:0 5px;cursor:pointer;transition:all .3s ease}.hero-carousel .carousel-controls .carousel-pagination .pagination-dot.active{background:#3b82f6;transform:scale(1.2)}.hero-carousel .franja{background-color:#ef4444;color:#fff;text-align:center;padding:2rem 0;margin-top:2rem;font-size:2rem;font-weight:700;letter-spacing:1px;box-shadow:0 4px 6px #0000001a}.hero-carousel .franja h2{font-size:2.5rem;text-transform:uppercase;letter-spacing:3px;text-shadow:1px 1px 2px rgba(0,0,0,.2);margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-carousel{height:60vh}.hero-carousel .slide-content .slide-title{font-size:1.8rem}.hero-carousel .slide-content .slide-subtitle{font-size:1rem}}.about-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;color:#333}.about-container .about-hero{text-align:center;margin-bottom:4rem}.about-container .about-hero h1{font-size:2.5rem;margin-bottom:1.5rem;color:#1f2937}.about-container .about-hero p{font-size:1.1rem;line-height:1.6;max-width:800px;margin:0 auto}.about-container .about-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-container .about-sections section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.about-container .about-sections section .icon-container{background:#d00;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.about-container .about-sections section .icon-container .about-icon{color:#fff;font-size:1.5rem}.about-container .about-sections section h2{font-size:1.5rem;margin-bottom:1rem;color:#d00}.about-container .about-sections section p{line-height:1.6;color:#555}@media (max-width: 768px){.about-container{padding:2rem 1rem}.about-container .about-sections{grid-template-columns:1fr}}.carousel-container{position:relative;max-width:1200px;margin:4rem auto;padding:0 2rem;overflow:hidden}.carousel-slide{display:flex;transition:transform .5s ease}.servicio-destacado{display:flex;flex-direction:column;gap:2rem;width:100%;background:#fdfeff;border-radius:1rem;box-shadow:0 10px 30px #0000001a;overflow:hidden}@media (min-width: 768px){.servicio-destacado{flex-direction:row}}.servicio-info{flex:1;padding:2rem}.servicio-info h2{font-size:2rem;margin-bottom:1.5rem;color:#333}.servicio-info p{font-size:1.1rem;color:#666;margin-bottom:2rem}.servicio-imagen{flex:1;min-height:300px}.servicio-imagen img{width:100%;height:100%;object-fit:cover}.benefits-list{list-style:none;padding:0}.benefits-list li{display:flex;align-items:center;margin-bottom:.8rem;padding:.5rem;background:#f9f9f9;border-radius:.5rem}.benefits-list li .check-icon{margin-right:.8rem;color:#4caf50}.benefits-list .item-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:.5rem}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0000001a;z-index:10;transition:all .3s ease}.carousel-control:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-control.prev{left:1rem}.carousel-control.next{right:1rem}.carousel-indicators{display:flex;justify-content:center;margin-top:2rem;gap:.5rem}.carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease}.carousel-indicators .indicator.active{background:#333;transform:scale(1.2)}.carousel-indicators .indicator:hover{background:#aaa}.hero-banner1{position:relative;width:100%;height:80vh;min-height:300px;max-height:300px;overflow:hidden;background:url(https://media.istockphoto.com/id/2084395933/photo/cooperative-engineer-team-working-together-to-measure-house-model-tracery.jpg?s=612x612&w=0&k=20&c=APxAnhxs1X57GHXigwJU6F18zXPtDQ18EeeKUPRysPk=) no-repeat center center;background-size:cover;background-attachment:fixed}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-overlay .hero-content{max-width:800px;padding:0 2rem}.hero-overlay .hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-overlay .hero-content p{font-size:1.8rem;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.3)}.chatbot-container{position:fixed;bottom:6.8rem;right:17px;z-index:1000;transition:all .3s ease}.chatbot-container.open .chatbot-window{transform:translateY(0);opacity:1;visibility:visible}.chatbot-container.open .chatbot-toggle{background:#3b82f6;transform:scale(1.1)}.chatbot-toggle{width:60px;height:60px;background:#1e3a8a;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 12px #0003;transition:all .3s ease}.chatbot-toggle .icon{font-size:28px;margin-right:5px}.chatbot-toggle:hover{transform:scale(1.1)}.chatbot-toggle .pulse-effect{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2e5cdb,#1e3a8a);border-radius:50px;z-index:-1;animation:pulse 2s infinite}.chatbot-toggle:hover{transform:scale(1.05);box-shadow:0 15px 30px #1e3a8a}.chatbot-window{position:absolute;bottom:80px;right:0;width:350px;height:500px;background:#fff;border-radius:15px;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column;transform:translateY(20px);opacity:0;visibility:hidden;transition:all .3s ease;overflow:hidden}.chatbot-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}.chatbot-header h3{margin:0;font-size:18px}.chatbot-header button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0 5px}.chatbot-messages{flex:1;padding:15px;overflow-y:auto;background:#f5f7fa}.chatbot-messages .welcome-message{text-align:center;margin-bottom:15px;color:#555}.chatbot-messages .welcome-message p{margin-bottom:15px}.chatbot-messages .quick-questions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.chatbot-messages .quick-questions button{background:#e0e7ff;border:none;border-radius:15px;padding:5px 10px;font-size:12px;color:#3b82f6;cursor:pointer;transition:all .2s ease}.chatbot-messages .quick-questions button:hover{background:#3b82f6;color:#fff}.message{margin-bottom:15px;max-width:80%;padding:10px 15px;border-radius:15px;line-height:1.4}.message.user{background:#3b82f6;color:#fff;margin-left:auto;border-bottom-right-radius:5px}.message.bot{background:#fff;color:#333;margin-right:auto;border-bottom-left-radius:5px;box-shadow:0 2px 5px #0000001a}.chatbot-input{display:flex;padding:10px;border-top:1px solid #eee;background:#fff}.chatbot-input input{flex:1;padding:10px 15px;border:1px solid #ddd;border-radius:25px;outline:none;transition:all .3s ease}.chatbot-input input:focus{border-color:#3b82f6}.chatbot-input button{background:#3b82f6;color:#fff;border:none;width:40px;height:40px;border-radius:50%;margin-left:10px;cursor:pointer;transition:all .3s ease}.chatbot-input button:hover{background:#2563eb}.chatbot-input button .icon{font-size:16px;margin-right:5px}.action-button{display:inline-block;margin-top:8px;padding:6px 12px;background-color:#4caf50;color:#fff;text-decoration:none;border-radius:4px;font-size:.9em;transition:background-color .3s}.action-button:hover{background-color:#45a049}.quick-questions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.quick-questions button{padding:6px 10px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.8em;transition:all .2s}.quick-questions button:hover{background-color:#e0e0e0}@media (max-width: 480px){.chatbot-container{bottom:20px;right:20px}.chatbot-window{width:300px;height:400px;bottom:70px}.chatbot-toggle{width:50px;height:50px}}.whatsapp-btn{position:fixed;bottom:195px;right:17px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;padding:1rem;border-radius:100%;display:flex;align-items:center;gap:.8rem;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #25d3664d;z-index:100;transition:none}.whatsapp-btn .whatsapp-icon{font-size:1.8rem}.whatsapp-btn span{font-size:1rem}.whatsapp-btn .pulse-effect{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50px;z-index:-1;animation:pulse 2s infinite}.whatsapp-btn:hover{transform:scale(1.05);box-shadow:0 15px 30px #25d36666}.boton-flotante-container{position:fixed;bottom:30px;right:17px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}.boton-flotante{background-color:#3b82f6;color:#fff;border:none;padding:15px 20px;border-radius:50%;box-shadow:0 4px 8px #0003;font-size:26px;cursor:pointer;transition:all .3s ease;z-index:1000;position:relative}.pulse-effect{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#4b75e9,#3b82f6);border-radius:50%;z-index:-1;animation:pulse 2s infinite}.tooltip{position:absolute;bottom:15px;right:100%;margin-right:10px;background-color:#fff;color:#2157ad;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:700;box-shadow:0 4px 8px #0000004d;transform:translate(-10px);white-space:nowrap;z-index:999}.tooltip:before{content:"";position:absolute;top:50%;right:-10px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #ffffff;transform:translateY(-50%)}.boton-flotante:hover{background-color:#2563eb;transform:translateY(-5px)}.clientes-trompo__title{font-size:2.5rem;color:#333;margin-bottom:2rem;position:relative;display:inline-block}.clientes-trompo__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#5f92ff,#a9c9f3)}.clientes-trompo{padding:40px 0;background-color:#f9f9f9}.clientes-trompo__container{overflow:hidden;width:100%}.clientes-trompo__header{text-align:center}.clientes-trompo__title{font-size:2rem;margin-bottom:2rem}.clientes-trompo__subtitle{font-size:1rem;color:#666;margin-bottom:2rem}.clientes-trompo__carousel-container{position:relative;overflow:hidden;width:100%}.clientes-trompo__stage{width:100%;overflow:hidden}.clientes-trompo__carousel{display:flex;width:max-content;animation:scrollInfinite 30s linear infinite}.clientes-trompo__item{flex:0 0 auto;width:200px;padding:10px;display:flex;align-items:center;justify-content:center}.clientes-trompo__logo{max-width:100%;max-height:100px;object-fit:contain;transition:filter .3s ease}.clientes-trompo__logo:hover{filter:grayscale(0%)}@keyframes scrollInfinite{0%{transform:translate(0)}to{transform:translate(-50%)}}.contacto-page{padding:4rem 0;background-color:#f9f9f9}.contacto-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.contacto-header{text-align:center;margin-bottom:3rem}.contacto-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem;position:relative;display:inline-block}.contacto-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#ff7e5f,#feb47b)}.contacto-header p{color:#666;font-size:1.1rem;margin-top:20px}.sedes-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.sede-card{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.sede-card:hover{transform:translateY(-5px)}.sede-header{display:flex;align-items:center;margin-bottom:1.5rem}.sede-header .icon{color:#ff7e5f;font-size:1.5rem;margin-right:1rem}.sede-header h2{font-size:1.5rem;color:#333;margin:0}.sede-info{margin-bottom:1.5rem}.sede-info .info-item{display:flex;align-items:flex-start;margin-bottom:1rem;justify-content:flex-start}.sede-info .info-item .icon{color:#666;margin-right:1rem;margin-top:3px;min-width:20px}.sede-info .info-item p{margin:0;color:#555;line-height:1.5;white-space:pre-line}.mapa-btn{display:inline-flex;align-items:center;background:#4285f4;color:#fff;padding:.8rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background .3s ease}.mapa-btn .icon{margin-right:.5rem;font-size:1.2rem}.mapa-btn:hover{background:#3367d6}.formulario-container{background:#fff;border-radius:10px;padding:2.5rem;box-shadow:0 5px 15px #0000001a}.formulario-container h2{font-size:1.8rem;color:#333;margin-bottom:1.5rem;text-align:center}.contacto-form .form-group{margin-bottom:1.5rem}.contacto-form .form-group input,.contacto-form .form-group select,.contacto-form .form-group textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border .3s ease}.contacto-form .form-group input:focus,.contacto-form .form-group select:focus,.contacto-form .form-group textarea:focus{outline:none;border-color:#ff7e5f}.contacto-form .form-group textarea{resize:vertical;min-height:150px}.submit-btn{width:100%;padding:1rem;background:linear-gradient(90deg,#ff7e5f,#feb47b);color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease}.submit-btn:hover{transform:translateY(-3px)}@media (max-width: 768px){.sedes-container{grid-template-columns:1fr}.contacto-header h1{font-size:2rem}}.trabaja-con-nosotros{padding:4rem 0;background-color:#f9f9f9;color:#333}.trabaja-con-nosotros .container{max-width:1200px;margin:0 auto;padding:0 20px}.trabaja-con-nosotros .grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 992px){.trabaja-con-nosotros .grid-layout{grid-template-columns:1fr}}.trabaja-con-nosotros h1,.trabaja-con-nosotros h2,.trabaja-con-nosotros h3{color:#2c3e50;margin-bottom:1.5rem}.trabaja-con-nosotros h1{font-size:2.5rem;position:relative;padding-bottom:1rem}.trabaja-con-nosotros h1:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#3498db,#2ecc71)}.trabaja-con-nosotros h2{font-size:1.8rem;border-bottom:2px solid #eee;padding-bottom:.5rem}.trabaja-con-nosotros h3{font-size:1.4rem;color:#e74c3c}.trabaja-con-nosotros .intro-text{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.trabaja-con-nosotros .beneficios-section,.trabaja-con-nosotros .requisitos-section{margin-bottom:2rem}.trabaja-con-nosotros .beneficios-section ul,.trabaja-con-nosotros .requisitos-section ul{list-style-type:none;padding-left:0}.trabaja-con-nosotros .beneficios-section ul li,.trabaja-con-nosotros .requisitos-section ul li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;line-height:1.5}.trabaja-con-nosotros .beneficios-section ul li:before,.trabaja-con-nosotros .requisitos-section ul li:before{content:"•";position:absolute;left:0;color:#3498db;font-weight:700;font-size:1.2rem}.trabaja-con-nosotros .instrucciones{background-color:#e8f4fc;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.trabaja-con-nosotros .instrucciones strong{color:#2980b9}.trabaja-con-nosotros .instrucciones .destacado{font-weight:700;color:#27ae60;margin-top:1rem}.trabaja-con-nosotros .importante-section{background-color:#fdedec;padding:1.5rem;border-radius:8px;border-left:4px solid #e74c3c}.trabaja-con-nosotros .form-section .form-container1{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.trabaja-con-nosotros .form-section h2{color:#3498db;text-align:center;margin-bottom:2rem}.trabaja-con-nosotros .form-group{margin-bottom:1.5rem}.trabaja-con-nosotros .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.trabaja-con-nosotros .form-group input,.trabaja-con-nosotros .form-group select,.trabaja-con-nosotros .form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:all .3s ease}.trabaja-con-nosotros .form-group input:focus,.trabaja-con-nosotros .form-group select:focus,.trabaja-con-nosotros .form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.trabaja-con-nosotros .form-group.file-upload label{display:flex;align-items:center;cursor:pointer;color:#3498db;padding:.8rem 1rem;border:1px dashed #3498db;border-radius:6px;transition:all .3s ease}.trabaja-con-nosotros .form-group.file-upload label:hover{background-color:#f0f8ff}.trabaja-con-nosotros .form-group.file-upload label .icon{margin-right:.5rem}.trabaja-con-nosotros .form-group.file-upload input[type=file]{display:none}.trabaja-con-nosotros .form-group.file-upload .file-name{display:block;margin-top:.5rem;font-size:.9rem;color:#7f8c8d}.trabaja-con-nosotros .submit-btn{width:100%;padding:1rem;background:linear-gradient(90deg,#3498db,#2ecc71);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.trabaja-con-nosotros .submit-btn .icon{margin-left:.5rem;transition:transform .3s ease}.trabaja-con-nosotros .submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 10px #0000001a}.trabaja-con-nosotros .submit-btn:hover .icon{transform:translate(3px)}@media (max-width: 768px){.trabaja-con-nosotros{padding:2rem 0}.trabaja-con-nosotros h1{font-size:2rem}.trabaja-con-nosotros .form-section .form-container{padding:1.5rem}}.faq-container{display:flex;max-width:1200px;margin:0rem auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;background:#fff}@media (max-width: 768px){.faq-container{flex-direction:column}}.faq-image{flex:1}.faq-image img{width:100%;height:100%;display:block}@media (max-width: 768px){.faq-image{height:300px}}.faq-content{flex:1;padding:3rem}.section-header{margin-bottom:2.5rem}.section-header .section-tag{display:inline-block;background:#4361ee1a;color:#4361ee;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:1rem}.faq__title{font-size:2.2rem;color:#2b2d42;margin-bottom:.5rem;position:relative}.faq__title:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,#4361ee,#4895ef);margin-top:1rem;border-radius:2px}.faq__subtitle{color:#535780;font-size:1.1rem;margin-top:.5rem}.faq__container{margin-top:2rem}.faq__item{border-bottom:1px solid rgba(0,0,0,.05);padding:1.5rem 0;transition:all .3s ease}.faq__item:first-child{padding-top:0}.faq__item:last-child{border-bottom:none;padding-bottom:0}.faq__item--active .faq__question h3{color:#4361ee}.faq__item--active .faq__toggle{transform:rotate(0);color:#4361ee}.faq__question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq__question h3{font-size:1.2rem;font-weight:600;color:#2b2d42;margin:0;flex:1;transition:color .3s ease}.faq__toggle{margin-left:1rem;transition:all .3s ease;color:#888bb1}.faq__toggle svg{display:block}.faq__answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.faq__answer p{margin-top:1.5rem;color:#535780;line-height:1.7}.faq__item--active .faq__answer{max-height:500px}@media (hover: hover){.faq__item:hover .faq__question h3,.faq__item:hover .faq__toggle{color:#4361ee}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mapa-proyectos{padding:5rem 0;background:linear-gradient(to bottom,#f9fafc,#fff);position:relative;overflow:hidden}.mapa-header{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.mapa-titulo{font-size:1.5rem;font-weight:700;color:#2b2d42;margin-bottom:1.5rem;line-height:1.2;position:relative}.mapa-divider{width:80px;height:4px;background:linear-gradient(90deg,#4361ee,#4895ef);margin:0 auto 2rem;border-radius:2px}.mapa-subtitulo{font-size:1.2rem;color:#535780;line-height:1.6}.mapa-controles{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.mapa-boton{background:#4361ee;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4361ee33}.mapa-boton:hover{background:#153ae9;transform:translateY(-2px);box-shadow:0 6px 20px #4361ee4d}.mapa-select{padding:.75rem 1.5rem;border-radius:50px;border:1px solid #ddd;font-weight:500;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.mapa-select:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee33}.mapa-container{border-radius:12px;overflow:hidden;margin-bottom:3rem;box-shadow:0 10px 30px #0000001a;position:relative}.mapa-imagen{position:relative;height:500px;background:#e9ecef}.mapa-img{width:100%;height:100%;object-fit:cover}.punto-marcador{width:16px;height:16px;background:#4361ee;border-radius:50%;border:3px solid rgb(227,227,235);box-shadow:0 0 0 2px #4361ee80;cursor:pointer;transition:all .3s ease;position:relative;animation:latido 1.5s infinite ease-in-out}.punto-marcador:after{content:"";position:absolute;width:30px;height:30px;background:#3f37c933;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)!important;animation:pulse 2s infinite}@keyframes latido{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:1}}.marcador{position:absolute;transform:translate(-50%,-50%);transition:all .3s ease;z-index:10}.marcador:hover{z-index:20}.marcador:hover .marcador-tooltip{opacity:1;visibility:visible;transform:translate(-50%)}.marcador-punto{width:16px;height:16px;background:#4361ee;border-radius:50%;border:3px solid white;box-shadow:0 0 0 2px #4361ee80;cursor:pointer;transition:all .3s ease;position:relative}.marcador-punto:after{content:"";position:absolute;width:30px;height:30px;background:#4361ee33;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 2s infinite}.marcador-inactivo{opacity:.3}.marcador-inactivo .marcador-punto{background:#aaa;box-shadow:0 0 0 2px #aaaaaa80}.marcador-inactivo .marcador-punto:after{display:none}.marcador-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%,10px);background:#fff;padding:.5rem 1rem;border-radius:12px;box-shadow:0 5px 15px #0000001a;font-size:.9rem;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease}.marcador-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:white transparent transparent transparent}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.7}70%{transform:translate(-50%,-50%) scale(1.3);opacity:0}to{transform:translate(-50%,-50%) scale(.8);opacity:0}}.mapa-estadisticas{display:flex;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.estadistica-item1{text-align:center;padding:1.5rem;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;transition:all .3s ease}.estadistica-item1:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.estadistica-numero{font-size:2.5rem;font-weight:700;color:#4361ee;display:block;line-height:1;margin-bottom:.5rem}.estadistica-texto{color:#535780;font-size:1rem;margin:0}.mapa-descripcion{max-width:800px;margin:0 auto;font-size:1.1rem;color:#494d70;line-height:1.7}.mapa-boton-cta{background:transparent;color:#4361ee;border:2px solid #4361ee;padding:.75rem 2rem;border-radius:50px;font-weight:600;margin-top:1.5rem;cursor:pointer;transition:all .3s ease}.mapa-boton-cta:hover{background:#4361ee;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #4361ee4d}@media (max-width: 768px){.mapa-titulo{font-size:2rem}.mapa-imagen{height:400px}.estadistica-item1{min-width:150px;padding:1rem}.estadistica-numero{font-size:2rem}}.cotizaciones-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.cotizaciones-section:before{background:linear-gradient(135deg,#4361ee 25%,transparent 25%) -10px 0,linear-gradient(225deg,#4361ee 25%,transparent 25%) -10px 0,linear-gradient(315deg,#4895ef 25%,transparent 25%),linear-gradient(45deg,#4895ef 25%,transparent 25%);background-size:20px 20px}.cotizaciones-content{max-width:1000px;margin:0 auto;text-align:center}.cotizaciones-header{margin-bottom:2.5rem}.cotizaciones-title{font-size:2.2rem;color:#2b2d42;margin-bottom:1rem;position:relative;display:inline-block}.cotizaciones-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#4361ee,#4895ef);border-radius:2px}.divider{width:100px;height:2px;background:#ddd;margin:0 auto 2rem}.contacto-info{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.contacto-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 2rem;border-radius:50px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.contacto-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.contacto-icon{font-size:1.5rem;color:#4361ee}.contacto-text{font-size:1.2rem;color:#2b2d42;text-decoration:none;font-weight:500;transition:color .3s ease}.contacto-text:hover{color:#4361ee}.metodos-pago{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 30px #0000000d}.metodos-title{font-size:1.3rem;color:#2b2d42;margin-bottom:2rem;position:relative;display:inline-block}.metodos-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#4895ef;border-radius:2px}.tarjetas-container{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.tarjeta-item{display:flex;justify-content:center;align-items:center;background:#fff;padding:.8rem;border-radius:8px;box-shadow:0 3px 10px #00000014;transition:all .3s ease}.tarjeta-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.tarjeta-img{width:60px;height:auto;object-fit:contain;filter:grayscale(20%);transition:filter .3s ease}.tarjeta-item:hover .tarjeta-img{filter:grayscale(0%)}.transferencias{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.transferencia-item{display:flex;align-items:center;gap:1rem;background:#f8f9fa;padding:1.5rem;border-radius:8px;text-align:left;min-width:250px}.transferencia-icon{font-size:1.8rem;color:#4361ee;flex-shrink:0}.cuenta-numero{font-family:Courier New,monospace;font-size:.95rem;color:#171823;font-weight:600;margin-top:.3rem}@media (max-width: 768px){.cotizaciones-title{font-size:1.8rem}.contacto-info{flex-direction:column;gap:1.5rem;align-items:center}.tarjetas-container{gap:1rem}.transferencias{flex-direction:column;gap:1.5rem}.transferencia-item{width:100%}}.notificacion-promo-flotante{position:fixed;bottom:90px;left:20px;background-color:#fffae6;color:#333;padding:15px 20px;border-radius:12px;box-shadow:0 4px 12px #0003;font-size:18px;font-weight:500;z-index:9999;animation:aparecer .6s ease-out;border-left:5px solid #ffc107;max-width:300px}.acciones{display:flex;justify-content:space-between;align-items:center;margin-top:8px;gap:10px}.vermas-btn,.cerrar-btn{background:none;border:none;cursor:pointer;color:#007bff;font-weight:700;transition:color .2s}.vermas-btn:hover{text-decoration:underline}.cerrar-btn{position:absolute;top:8px;right:8px;background:transparent;border:none;cursor:pointer;color:#888;transition:color .3s ease}.cerrar-btn:hover{color:#000}@keyframes aparecer{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects-section{position:relative;padding:8rem 0;background-color:#0f172a;color:#fff;font-family:Poppins,sans-serif;overflow:hidden}.projects-section .container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.particles-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(37,99,235,.1) 0%,transparent 50%);z-index:1}.particles-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/src/assets/img/backgrounds/pattern-shapes.png) repeat;opacity:.05}.section-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:3px;position:relative;display:inline-block}.section-title span{color:#3b82f6;position:relative}.section-title span:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#3b82f6,transparent)}.highlight-text{font-size:1.2rem;max-width:800px;margin:0 auto;line-height:1.8;color:#ffffffe6}.highlight-text span{color:#3b82f6;font-weight:600;position:relative}.highlight-text span:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#3b82f6;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.highlight-text span:hover:before{transform:scaleX(1);transform-origin:left}.tabs-container{display:flex;justify-content:center;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap;position:relative}.tabs-container:before{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.5),transparent)}.tab-btn{padding:1rem 2rem;background:transparent;color:#fff;border:none;font-weight:600;cursor:pointer;text-transform:uppercase;font-size:1rem;letter-spacing:1px;position:relative;transition:all .3s ease;z-index:1}.tab-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(59,130,246,.2),transparent);border-radius:30px;transform:scale(.9);opacity:0;transition:all .3s ease;z-index:-1}.tab-btn:hover:before{opacity:1;transform:scale(1)}.tab-btn.active{color:#fff}.tab-btn.active:before{background:linear-gradient(135deg,#3b82f6,#2563eb);opacity:1;transform:scale(1);box-shadow:0 5px 15px #3b82f64d}.underline{position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#3b82f6;border-radius:3px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:20px 0}.projects-grid .project-card{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;aspect-ratio:4/3;height:auto}.projects-grid .project-card.wide-card{aspect-ratio:16/9}.projects-grid .project-card .project-image{width:100%;height:100%;object-fit:cover;display:block}.projects-grid .project-card .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.projects-grid .project-card .overlay:hover{opacity:1}.project-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 30px #0000004d;aspect-ratio:1/1;cursor:pointer;transition:all .5s cubic-bezier(.16,1,.3,1)}.project-card.landscape-card{aspect-ratio:16/9}@media (min-width: 768px){.project-card.landscape-card{grid-column:span 2}}.project-card.wide-card{grid-column:span 2;aspect-ratio:2/1}@media (max-width: 768px){.project-card.wide-card{grid-column:span 1;aspect-ratio:1/1}}.project-card .project-image{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.16,1,.3,1)}.project-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(15,23,42,.8) 0%,transparent 100%);opacity:0;transition:opacity .5s ease;display:flex;justify-content:center;align-items:center}.project-card .overlay .overlay-content{transform:translateY(20px);transition:transform .5s ease}.project-card .overlay .overlay-content .zoom-icon{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;opacity:.8}.project-card .overlay .overlay-content .project-info{text-align:center}.project-card .overlay .overlay-content .project-info h4{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.project-card .overlay .overlay-content .project-info p{font-size:.9rem;color:#fffc;margin:0}.project-card .category-badge{position:absolute;top:1rem;right:1rem;background:#2563ebe6;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;box-shadow:0 3px 10px #0003}.project-card .location-badge{position:absolute;bottom:1rem;left:1rem;background:#0f172ab3;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.project-card .location-badge span{position:relative}.project-card .location-badge span:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:#3b82f6}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006}.project-card:hover .project-image{transform:scale(1.1)}.project-card:hover .overlay{opacity:1}.project-card:hover .overlay .overlay-content{transform:translateY(0)}@keyframes pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(1.3);opacity:0}to{opacity:0}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172af2;z-index:1000;display:flex;justify-content:center;align-items:center}.lightbox .close-btn{position:absolute;top:2rem;right:2rem;background:transparent;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:transform .3s ease}.lightbox .close-btn:hover{transform:rotate(90deg)}.lightbox .nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.lightbox .nav-btn:hover{background:#3b82f680}.lightbox .nav-btn.prev-btn{left:2rem}.lightbox .nav-btn.next-btn{right:2rem}.lightbox .lightbox-content{max-width:80%;max-height:80vh;position:relative}.lightbox .lightbox-content img{max-width:100%;max-height:80vh;display:block;margin:0 auto;border-radius:10px;box-shadow:0 20px 50px #00000080}.lightbox .lightbox-content .lightbox-info{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(15,23,42,.9),transparent);padding:2rem 1rem 1rem;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.lightbox .lightbox-content .lightbox-info h3{margin:0;font-size:1.5rem;color:#fff}.lightbox .lightbox-content .lightbox-info p{margin:.5rem 0 0;color:#fffc;font-size:1rem}@media (max-width: 992px){.section-title{font-size:2.8rem}.highlight-text{font-size:1.1rem}}@media (max-width: 768px){.projects-section{padding:5rem 0}.section-title{font-size:2.2rem}.highlight-text{font-size:1rem}.tabs-container{gap:1rem}.tabs-container .tab-btn{padding:.8rem 1.5rem;font-size:.9rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.lightbox .lightbox-content{max-width:90%}.lightbox .nav-btn{width:40px;height:40px;font-size:1.2rem}.lightbox .nav-btn.prev-btn{left:1rem}.lightbox .nav-btn.next-btn{right:1rem}}.serviciosPage{background-color:#fff;color:#333;min-height:100vh;padding-bottom:50px}.banner{width:100%;height:500px;overflow:hidden;position:relative}.banner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0003}.bannerImage{width:100%;height:100%;object-fit:cover}.servicioDestacado{display:flex;padding:60px 5%;background-color:beige;margin:50px 0;text-align:center;border-radius:8px;box-shadow:0 4px 8px #0000001a}.servicioDestacado .servicioInfo{flex:1;padding-right:40px}.servicioDestacado .servicioInfo h2{color:#e74c3c;margin-bottom:25px;font-size:2rem;position:relative}.servicioDestacado .servicioInfo h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:#3498db}.servicioDestacado .servicioInfo p{line-height:1.8;font-size:1.1rem;margin-bottom:25px}.servicioDestacado .servicioImagen{flex:1;border-radius:50px;overflow:hidden}.servicioDestacado .servicioImagen img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hero-banner{position:relative;height:60vh;overflow:hidden;border-radius:10px}.hero-image img{width:100%;height:100%;object-fit:cover;filter:brightness(60%)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,#000c,#0000);border-radius:10px;display:flex;justify-content:center;align-items:center;padding:0 20px}.hero-content{text-align:center;color:#fff;z-index:10}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 5px rgba(0,0,0,.5)}.hero-content p{font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.hero-content .cta-btn{margin-top:30px;padding:12px 25px;background-color:#1e40af;color:#fff;border-radius:5px;text-transform:uppercase;font-weight:700;border:none;cursor:pointer;transition:background-color .3s ease}.hero-content .cta-btn:hover{background-color:#2563eb}.benefitsList{list-style:none;margin-top:30px}.benefitsList li{margin-bottom:12px;display:flex;align-items:center;font-size:1.05rem;cursor:default}.checkIcon{color:#3498db;margin-right:10px;font-size:1.2rem}.cardsContainer{display:flex;justify-content:space-between;padding:0 5%;gap:30px}.cardsContainer .card{flex:1;background-color:#fff;border-radius:8px;padding:35px 25px;box-shadow:0 4px 8px #0000001a;text-align:center;cursor:pointer}.cardsContainer .card h3{color:#2c3e50;margin:20px 0 15px;font-size:1.4rem}.cardsContainer .card p{line-height:1.6;color:#666}.iconContainer{background:linear-gradient(45deg,#3498db,#75b9e7);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.iconContainer .icon{color:#fff;font-size:2rem}@media (max-width: 992px){.servicioDestacado{flex-direction:column}.servicioDestacado .servicioInfo{padding-right:0;margin-bottom:30px}.cardsContainer{flex-direction:column;align-items:center}.cardsContainer .card{max-width:500px;width:100%}}@media (max-width: 768px){.banner{height:350px}.header h1{font-size:2.2rem}.header p{font-size:1rem}}#servicios{background-color:#fff;padding:8rem 0;position:relative;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center;margin-bottom:5rem;position:relative}.text-center h2{font-size:2.8rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;position:relative;display:inline-block;letter-spacing:-.5px}.text-center h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#0073ffe7,#d3d3ee);border-radius:2px}.text-center .w-24{display:none}.grid1,.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;z-index:1}.service-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001a}.service-card:hover .service-card-img{transform:scale(1.05)}.service-card:hover:after{opacity:1}.service-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#95c2f84d;opacity:0;z-index:-1;transition:all .3s cubic-bezier(.25,.8,.25,1)}.relative{position:relative;overflow:hidden;height:220px}.service-card-img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.25,.8,.25,1)}.badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#fff;border-radius:50px;z-index:10;box-shadow:0 1px 3px #0000001a;letter-spacing:.5px}.badge.bg-planos{background:linear-gradient(135deg,#0073ffe7,#d3d3ee)}.badge.bg-red-500{background:linear-gradient(135deg,#ec4899,#f59e0b)}.p-6{padding:1.75rem}.p-6 p{color:#4b5563;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.space-y-3 li{display:flex;align-items:flex-start;margin-bottom:.75rem;color:#4b5563;font-size:.9rem;line-height:1.5}.space-y-3 li svg{color:#10b981;margin-right:.75rem;margin-top:.2rem;flex-shrink:0}.service-card:hover .shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d);transform:skew(-25deg);z-index:5;animation:shine 1.5s infinite}@keyframes shine{to{left:150%}}@media (max-width: 1024px){#servicios{padding:6rem 0}.text-center h2{font-size:2.4rem}.grid1{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){#servicios{padding:5rem 0}.text-center h2{font-size:2rem}.grid1,.grid{gap:1.5rem}}@media (max-width: 480px){.text-center h2{font-size:1.8rem}.service-card{max-width:100%}}.areas-section{padding-top:4rem;padding-bottom:4rem;background-color:#f8f9fa}.grid1{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}.grid{display:grid;gap:2rem}.area-card{padding:2rem;display:flex;justify-content:center;align-items:center;border-radius:10px;cursor:pointer;transition:all .3s ease-in-out;flex-direction:column;height:200px;text-align:center;border:2px solid #1E40AF;box-shadow:0 4px 6px #0000001a;background-color:#fff}.area-card:hover{transform:scale(1.05);box-shadow:0 6px 10px #00000026;background-color:#1e40af;color:#fff;border-color:#1e40af}.area-card-container:hover{transform:scale(1.05);box-shadow:0 6px 10px #00000026}.area-content{display:flex;justify-content:center;align-items:center;width:100%}h3{font-size:1.5rem;font-weight:700;color:#1e40af;transition:color .3s ease-in-out}.area-icon-wrapper{font-size:2.5rem;color:#1e40af;margin-right:1rem;transition:color .3s ease-in-out}.area-card:hover .area-icon-wrapper,.area-card:hover h3{color:#fff}.fixed-container{position:fixed;top:0;width:100%;z-index:1000}.header{position:fixed;top:0;left:0;width:100%;padding:1.5rem 5%;background:#fff;box-shadow:0 2px 20px #00000014;transition:top .3s ease,position .3s ease;z-index:999}.btn-seguimiento{background-color:#007bff;color:#fff;padding:8px 16px;border-radius:5px;font-weight:600;text-decoration:none;transition:background-color .3s ease;font-size:14px;white-space:nowrap;cursor:pointer}.btn-seguimiento:hover{background-color:#0056b3}.header.scrolled{position:fixed;top:0}.top-banner{background-color:#196db6;color:#fff!important;padding:10px;text-align:center;font-size:16px;display:none}.top-banner .banner-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0 10px}.top-banner .contact-info{display:flex;gap:20px}.top-banner .contact-info small{display:flex;align-items:center;gap:5px}.top-banner .contact-info .icon{font-size:16px}.top-banner .social-icons{display:flex;gap:15px}.top-banner .social-icons a{font-size:18px;transition:transform .2s}.top-banner .social-icons a:hover{transform:scale(1.2)}.top-banner .promo-text{margin-top:8px;font-weight:700}@media (min-width: 970px){.top-banner{display:flex;flex-direction:column}.header{top:40px}}.mobile-menu-toggle{display:none;cursor:pointer;z-index:1100;position:absolute;top:20px;right:15px}.mobile-nav{position:absolute;top:100%;left:0;width:100%;background-color:#fff;max-height:0;overflow:hidden;padding:0 2rem;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;transition:max-height .3s ease-in-out,padding .3s ease-in-out;z-index:1}.mobile-nav.open{max-height:500px;padding:1rem 2rem}.mobile-nav .nav-item{margin-bottom:20px;font-size:18px}.mobile-nav .nav-list{list-style:none;padding:0;margin:20px}.mobile-nav .nav-list .btn-seguimiento-container{margin-top:26px}.mobile-nav .nav-link{color:#333;text-decoration:none;position:relative}@media (max-width: 768px){.header .logo-text{display:none}.mobile-menu-toggle{display:block;position:absolute;top:2rem;right:3rem;z-index:1200}.desktop-nav{display:none}}.contact-section{padding:11rem 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.container{width:80%;margin:0 auto}.contact-content{display:flex;flex-direction:column;gap:3rem}@media (min-width: 1024px){.contact-content{flex-direction:row}}.contact-info{width:100%;max-width:500px}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.contact-description{font-size:1.125rem;margin-bottom:2rem}.contact-details .contact-item{display:flex;align-items:center;margin-bottom:1.5rem}.contact-details .contact-item .contact-icon{font-size:2rem;color:#ef4444;margin-right:1rem}.contact-details .contact-item .contact-title{font-weight:700;font-size:1.125rem;color:#fff}.contact-form-container{width:100%;max-width:500px;margin:0 auto;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 15px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group .form-label{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#333}.form-group .form-input{width:100%;padding:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;background-color:#f9fafb;transition:all .3s ease}.form-group .form-input:focus{border-color:#ef4444;outline:none}.contact-btn{background-color:#ef4444;color:#fff;padding:1.25rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.contact-btn:hover{background-color:#eb1515}.contact-btn:disabled{background-color:#ddd;cursor:not-allowed}.submit-message{color:#10b981;font-size:1.125rem;text-align:center;margin-top:1rem}.contact-actions{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.cotizacion-button{display:flex;justify-content:center;margin-top:2rem}.form-page-container{background:linear-gradient(135deg,#ecf0f1,#dde4e6)}.css-13cymwt-control{border-style:none!important}.hero-banner{position:relative;width:100%;height:80vh;min-height:500px;max-height:800px;overflow:hidden}.hero-banner .hero-image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-banner .hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-banner .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-banner .hero-overlay .hero-content{max-width:800px;padding:0 2rem}.hero-banner .hero-overlay .hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.hero-banner .hero-overlay .hero-content h1{font-size:2.5rem}}.hero-banner .hero-overlay .hero-content p{font-size:1.8rem;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.hero-banner .hero-overlay .hero-content p{font-size:1.3rem}}.hero-banner .wave-divider{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.hero-banner .wave-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:100px}@media (max-width: 768px){.hero-banner .wave-divider svg{height:60px}}.hero-banner .wave-divider svg .shape-fill{fill:#fff}.form-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#ecf0f1,#dde4e6);padding:2rem;margin-top:0}.project-form{background:#fff;border-radius:12px;width:100%;max-width:900px;padding:2.5rem;box-shadow:0 10px 30px #0000001a}.project-form .form-title{color:#2c3e50;text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.project-form .form-section{margin-bottom:1.5rem}.project-form .form-section .section-title{color:#3498db;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgb(225.2719665272,239.9163179916,249.7280334728)}.project-form .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-form .form-group{margin-bottom:1rem}.project-form .form-group.full-width{grid-column:1/-1}.project-form .form-group .form-label{display:block;margin-bottom:.5rem;color:#34495e;font-weight:500}.project-form .form-group .form-label:after{content:"*";color:#e74c3c;margin-left:.2rem;opacity:0;transition:all .3s ease-in-out}.project-form .form-group .form-label.required:after{opacity:1}.project-form .form-group .form-input{height:55px;width:100%;padding:.8rem 1rem;border:2px solid rgb(184.8219178082,200.5,216.1780821918);border-radius:8px;font-size:1rem;transition:all .3s ease-in-out;box-shadow:0 2px 4px #0000000d}.project-form .form-group .form-input:focus{outline:none;border-color:#3498db;box-shadow:0 2px 8px #3498db33}.project-form .form-group .form-input::placeholder{color:#98afc6}.project-form .form-group .css-13cymwt-control{margin-top:-6px!important}.project-form .form-group .css-16xfy0z-control{margin-top:-6px!important;background-color:#fff!important;border-style:none!important}.project-form .form-group textarea.form-input{min-height:120px;resize:vertical}.project-form .form-actions{display:flex;justify-content:center;margin-top:2rem}.project-form .form-actions .submit-button{background:#3498db;color:#fff;border:none;padding:.8rem 2.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 8px #3498db4d;text-transform:uppercase;letter-spacing:1px}.project-form .form-actions .submit-button:hover{background:#217dbb;transform:translateY(-2px);box-shadow:0 6px 12px #3498db66}.project-form .form-actions .submit-button:active{transform:translateY(0)}@media (max-width: 768px){.project-form{padding:1.5rem}.project-form .form-grid{grid-template-columns:1fr}}.about-page{width:100%;overflow:hidden}.about-page .hero-banner{position:relative;width:100%;height:80vh;min-height:500px;max-height:800px;overflow:hidden}.about-page .hero-banner .hero-image{position:absolute;top:0;left:0;width:100%;height:100%}.about-page .hero-banner .hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.about-page .hero-banner .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.about-page .hero-banner .hero-overlay .hero-content{max-width:800px;padding:0 2rem}.about-page .hero-banner .hero-overlay .hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.about-page .hero-banner .hero-overlay .hero-content h1{font-size:2.5rem}}.about-page .hero-banner .hero-overlay .hero-content p{font-size:1.8rem;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.about-page .hero-banner .hero-overlay .hero-content p{font-size:1.3rem}}.about-page .hero-banner .wave-divider{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.about-page .hero-banner .wave-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:100px}@media (max-width: 768px){.about-page .hero-banner .wave-divider svg{height:60px}}.about-page .hero-banner .wave-divider svg .shape-fill{fill:#fff}.about-page .about-container{max-width:1200px;margin:4rem auto;padding:0 2rem}.about-page .about-container .about-hero{text-align:center;margin-bottom:4rem}.about-page .about-container .about-hero h1{font-size:2.5rem;color:#2a5298;margin-bottom:1.5rem}.about-page .about-container .about-hero p{font-size:1.2rem;line-height:1.6;max-width:800px;margin:0 auto;color:#555}.about-page .about-container .about-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-page .about-container .about-sections section{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.about-page .about-container .about-sections section .icon-container{background:#2a5298;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.about-page .about-container .about-sections section .icon-container .about-icon{color:#fff;font-size:1.5rem}.about-page .about-container .about-sections section h2{color:#2a5298;margin-bottom:1rem;font-size:1.5rem}.about-page .about-container .about-sections section p{color:#666;line-height:1.6}.container2{display:flex;min-height:100vh}.image-container{width:30%;height:120vh;position:relative;flex-shrink:0}.image{width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(to right,black 60%,transparent);-webkit-mask-image:linear-gradient(to right,black 60%,transparent)}.content-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:70%;height:100vh;padding:2rem;margin-left:80px;margin-top:100px;background-color:#fff;color:#2d3748;z-index:1}.back-button{display:flex;align-items:center;color:#3182ce;margin-bottom:1rem;font-size:1rem;font-weight:500;border:none;cursor:pointer;background:none;text-decoration:underline}.title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.description{font-size:1.125rem;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background-color:#1e40af;color:#fff;border-radius:.375rem;padding:1rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.service-card:hover{transform:scale(1.03)}.service-card:active{transform:scale(.97)}.service-card-content{display:flex;flex-direction:column;align-items:center;text-align:center}.icon{font-size:1.5rem;margin-bottom:.5rem}.service-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff}.more-info-btn{background-color:#fff;color:#3182ce;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.more-info-btn:hover{background-color:#f7fafc}.service-detail-container{display:flex;justify-content:center;padding:2rem;font-family:Arial,sans-serif;margin-top:100px}.service-detail-container .service-card{display:flex;max-width:900px;width:100%;border:2px solid #3a7bd5;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #3a7bd533;background-color:#fff}.service-detail-container .service-card .service-content{flex:1;padding:2rem}.service-detail-container .service-card .service-content h1{color:#2a5ea5;margin-bottom:1.5rem;font-size:1.8rem}.service-detail-container .service-card .service-content .description{color:#555;line-height:1.6;margin-bottom:1.5rem}.service-detail-container .service-card .service-content h3{color:#2a5ea5;margin:1.5rem 0 1rem;font-size:1.2rem}.service-detail-container .service-card .service-content .steps-list{padding-left:1.5rem;margin-bottom:1.5rem}.service-detail-container .service-card .service-content .steps-list li{margin-bottom:.5rem;color:#444;line-height:1.5}.service-detail-container .service-card .service-content .note{color:#666;font-style:italic;padding:.8rem;background-color:#f8fafc;border-left:3px solid #3a7bd5}.service-detail-container .service-card .service-image{flex:0 0 300px;background-color:#f0f7ff;display:flex;align-items:center;justify-content:center;padding:1rem}.service-detail-container .service-card .service-image img{max-width:100%;height:auto;border-radius:5px;object-fit:cover}@media (max-width: 768px){.service-detail-container{padding:1rem}.service-detail-container .service-card{flex-direction:column}.service-detail-container .service-card .service-image{flex:0 0 auto;order:-1;padding:1.5rem;background-color:transparent}}.consulta-container{margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.consulta-header{position:relative;width:100%;height:50%;margin-bottom:6rem;color:#fff}.consulta-header .banner-container{position:relative;width:100%;overflow:hidden;top:60px}.consulta-header .banner-container .banner-image-wrapper{position:relative;height:450px;width:100%}.consulta-header .banner-container .banner-image-wrapper .banner-image{width:100%;height:auto;object-fit:cover}.consulta-header .banner-container .banner-image-wrapper .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.consulta-header .banner-container .header-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%;z-index:2}.consulta-header .banner-container .header-content h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.consulta-header .banner-container .header-content p{font-size:1.2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.consulta-header .banner-container .wave-shape{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.consulta-header .banner-container .wave-shape:before{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:center bottom;transform:rotate(180deg)}.consulta-form{padding:2rem;max-width:800px;width:100%;display:flex;gap:1rem;margin:0 auto 50px;flex-wrap:wrap;justify-content:center;align-items:center;background-color:#e4f2fc;border-radius:20px}.consulta-form .form-group{min-width:200px}.consulta-form .form-input,.consulta-form .form-select{width:50%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.consulta-form .form-input:focus,.consulta-form .form-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.consulta-form .form-button{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s;align-self:flex-end}.consulta-form .form-button:hover{background-color:#217dbb}.error-message{background-color:#fbdedb;color:#a82315;padding:1rem;border-radius:4px;margin-bottom:2rem;border-left:4px solid #e74c3c}.resultados-container{margin-top:2rem;max-width:1200px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:2rem}.resultados-grid{display:grid;grid-template-columns:1fr 2fr;gap:2rem}@media (max-width: 900px){.resultados-grid{grid-template-columns:1fr}}.seguimiento-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.seguimiento-card .card-header{background-color:#bdd9f5;color:#fff;padding:1rem 1.5rem}.seguimiento-card .card-header h3{margin:0;font-size:1.25rem}.seguimiento-card .card-body{padding:1.5rem}.resultados-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;max-height:300px}.resultados-card .card-header{background-color:#adbcca;color:#fff;padding:1rem 1.5rem}.resultados-card .card-header h3{margin:0;font-size:1.25rem}.resultados-card .card-body{padding:1.5rem}.info-item{margin-bottom:1rem;display:flex;justify-content:space-between}.info-item .info-label{font-weight:600;color:#2c3e50}.info-item .info-value{text-align:right}.info-item .highlight{font-weight:700;color:#3498db}.table-controls{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;flex-wrap:wrap;gap:1rem}.table-controls .search-box{position:relative;flex:1;min-width:200px}.table-controls .search-box .search-input{width:100%;padding:.5rem 2rem .5rem 1rem;border:1px solid #ddd;border-radius:4px}.table-controls .search-box .search-input:focus{outline:none;border-color:#3498db}.table-controls .search-box .search-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#7f8c8d}.table-controls .rows-selector{display:flex;align-items:center;gap:.5rem}.table-controls .rows-selector label{color:#fff;font-size:.9rem}.table-controls .rows-selector .rows-select{padding:.5rem;border-radius:4px;border:1px solid #ddd;background:#fff}.table-responsive{overflow-x:auto;margin-top:1rem}.seguimiento-table{width:100%;border-collapse:collapse}.seguimiento-table thead{background-color:#cbd7e3}.seguimiento-table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid rgb(170.4838709677,189.5,208.5161290323)}.seguimiento-table tbody tr{border-bottom:1px solid #eee}.seguimiento-table tbody tr:nth-child(2n){background-color:#ecf0f1}.seguimiento-table tbody tr:hover{background-color:#e1f0fa}.seguimiento-table tbody tr td{padding:.75rem 1rem}.seguimiento-table .no-results{text-align:center;padding:2rem;color:#7f8c8d;font-style:italic}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.pagination .pagination-button{background-color:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.pagination .pagination-button:hover:not(:disabled){background-color:#217dbb}.pagination .pagination-button:disabled{background-color:#8bc4ea;cursor:not-allowed}.pagination .page-info{color:#7f8c8d;font-size:.9rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;color:#333;background:#f9f9f9}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#fff;box-shadow:0 2px 20px #00000014;position:fixed;width:100%;z-index:1000}.header .logo{font-size:2rem;font-weight:700;font-family:Playfair Display,serif}.header .logo a{color:#333;text-decoration:none}.header .logo a span{color:#4a7c59}.header .logo-container{display:flex;align-items:center}.header .logo-link{display:flex;align-items:center;text-decoration:none;color:inherit}.header .logo-text{display:none}@media (min-width: 970px){.header .logo-text{display:flex;flex-direction:column;margin-left:1rem}}.header .logo-title{font-size:1.5rem;font-weight:700;color:#333;line-height:1.2}.header .logo-subtitle{font-size:.9rem;font-weight:400;color:#666;letter-spacing:.5px}.header .desktop-nav ul.nav-list{display:flex;list-style:none;padding:0;margin:0;gap:2rem}.header .desktop-nav ul.nav-list li.nav-item{position:relative}.header .desktop-nav ul.nav-list li.nav-item .nav-link{color:#333;text-decoration:none;font-weight:500;font-size:1.1rem;display:flex;flex-direction:column;align-items:center}.header .desktop-nav ul.nav-list li.nav-item .nav-link .link-text{position:relative;z-index:1}.header .desktop-nav ul.nav-list li.nav-item .nav-link .link-underline{height:2px;width:0;background:#f01010;transition:width .3s ease;margin-top:4px}.header .desktop-nav ul.nav-list li.nav-item .nav-link:hover .link-underline{width:100%}.hero{height:100vh;background:linear-gradient(#0009,#0009),url(/src/assets/hero-bg.jpg) center/cover;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero h1{font-size:3.5rem;margin-bottom:1rem}.hero h1 span{color:#d00}.hero .btn{background:#d00;color:#fff;padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s}.hero .btn:hover{transform:translateY(-3px)}
