:root{--pc-azul-profundo: #118AB2}.container{max-width:1000px;margin:0 auto;padding:15px}.hero-profile{background:var(--pc-azul-suave);border:4px solid var(--pc-negro);border-radius:25px;padding:40px 20px;display:flex;flex-wrap:wrap;align-items:center;gap:30px;box-shadow:10px 10px 0 var(--pc-azul-profundo);margin-bottom:50px;position:relative;overflow:hidden}.hero-img-box{flex:1;min-width:250px;text-align:center}.hero-img{width:100%;max-width:320px;border-radius:20px;border:4px solid var(--pc-negro);box-shadow:8px 8px 0 var(--pc-blanco);transform:rotate(-2deg)}.hero-text{flex:2;min-width:300px}.hero-text h1{font-size:3.2rem;color:var(--pc-rosa-fuerte);line-height:1.1;margin-bottom:5px}.hero-text h2{font-size:1.4rem;color:var(--pc-azul-profundo);margin-bottom:20px;font-weight:900}.quote-bubble{background:var(--pc-blanco);border:3px dashed var(--pc-negro);padding:20px;border-radius:15px 15px 15px 0;font-family:Handlee,cursive;font-size:1.3rem;line-height:1.4;color:var(--pc-negro);position:relative;margin-bottom:25px}.btn-rosa{background:var(--pc-rosa-fuerte);color:#fff}.content-section{background:var(--pc-blanco);border:4px solid var(--pc-negro);border-radius:20px;padding:35px;margin-bottom:40px;box-shadow:8px 8px 0 var(--pc-amarillo)}.content-section.dark{background:var(--pc-negro);color:var(--pc-blanco);box-shadow:8px 8px 0 var(--pc-rosa-medio)}.content-section h3{font-size:2rem;color:var(--pc-rosa-fuerte);margin-bottom:20px;border-bottom:2px solid var(--pc-gris-suave);padding-bottom:10px}.content-section.dark h3{color:var(--pc-amarillo);border-color:#555}.content-section p{font-size:1.1rem;margin-bottom:15px;font-weight:600}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.tag-card{background:var(--pc-gris-suave);border:2px solid var(--pc-negro);padding:15px;border-radius:12px;font-weight:800;display:flex;align-items:center;gap:10px;font-size:1.05rem}.carousel-container{width:100%;overflow:hidden;position:relative;margin-top:30px;border:4px solid var(--pc-negro);border-radius:20px;background:var(--pc-blanco);box-shadow:8px 8px 0 var(--pc-amarillo)}.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:20px;padding:25px;scrollbar-width:thin;scrollbar-color:var(--pc-rosa-fuerte) var(--pc-gris-suave)}.carousel-track::-webkit-scrollbar{height:10px}.carousel-track::-webkit-scrollbar-track{background:var(--pc-gris-suave);border-radius:10px}.carousel-track::-webkit-scrollbar-thumb{background:var(--pc-rosa-fuerte);border-radius:10px}.carousel-slide{min-width:280px;max-width:320px;flex:0 0 auto;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;text-align:center}.carousel-slide img{width:240px;height:240px;object-fit:cover;background:var(--pc-gris-suave);border:3px solid var(--pc-negro);border-radius:15px;margin-bottom:15px;transition:.3s}.carousel-slide img:hover{transform:scale(1.02);box-shadow:4px 4px 0 var(--pc-rosa-fuerte)}.carousel-slide p{font-size:.95rem;line-height:1.4;color:#555}.carousel-slide strong{color:var(--pc-negro);display:block;margin-bottom:5px;font-size:1.05rem}.modal{display:none;position:fixed;z-index:11000;left:0;top:0;width:100%;height:100%;background:#000000bf;align-items:center;justify-content:center;padding:15px}.modal-content{background:#fff;border:4px solid var(--pc-negro);border-radius:25px;max-width:450px;width:100%;padding:30px;position:relative;box-shadow:10px 10px 0 var(--pc-azul-profundo);animation:popIn .3s ease-out}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.close-modal{position:absolute;top:15px;right:20px;font-size:1.8rem;cursor:pointer;font-weight:900;color:var(--pc-negro);transition:.2s}.close-modal:hover{color:var(--pc-rosa-fuerte);transform:scale(1.1)}.modal input,.modal textarea{width:100%;padding:12px 15px;margin-bottom:15px;border:3px solid var(--pc-negro);border-radius:10px;font-family:Nunito,sans-serif;font-size:1rem;outline:none}.modal input:focus,.modal textarea:focus{border-color:var(--pc-rosa-fuerte)}.cert-item{background:var(--pc-gris-suave);border:2px solid #ddd;border-radius:12px;margin-bottom:10px;overflow:hidden;transition:all .2s;cursor:pointer}.cert-item:hover{border-color:var(--pc-negro);background:#fff}.cert-header{padding:12px 15px;display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:.95rem;color:var(--pc-negro)}.cert-icon{font-size:.7rem;transition:transform .3s;color:var(--pc-rosa-fuerte);background:var(--pc-rosa-pastell);border-radius:50%;display:flex;width:24px;height:24px;align-items:center;justify-content:center;flex-shrink:0;margin-left:10px}.cert-item.active .cert-icon{transform:rotate(180deg);background:var(--pc-rosa-fuerte);color:#fff}.cert-item.active{border-color:var(--pc-negro);box-shadow:4px 4px #0000001a;background:#fff}.cert-body{display:none;padding:0 15px 15px;font-size:.9rem;color:#555;line-height:1.4}.cert-item.active .cert-body{display:block;animation:popIn .3s ease-out}.cert-body p{margin-bottom:8px;font-weight:600}.cert-body strong{color:var(--pc-negro)}.cert-acreditador{display:inline-block;background:var(--pc-amarillo);padding:4px 10px;border-radius:8px;border:2px solid var(--pc-negro);font-size:.8rem;font-weight:800;color:var(--pc-negro);margin-top:5px}
