.en-construccion-wrapper{min-height:70vh;display:flex;justify-content:center;align-items:center;padding:20px;background-color:#f4f7f6}.construccion-card{background-color:#fff;border-radius:20px;padding:50px 30px;text-align:center;max-width:500px;width:100%;box-shadow:0 10px 30px #00000014;border:2px solid var(--Caja-2, #e0e0e0)}.icono-engranaje{color:var(--Celeste-principal, #2fb09a);margin-bottom:20px;animation:girar 8s linear infinite}.titulo-construccion{color:var(--Azul-principal, #3a4f69);font-size:2.2rem;font-weight:900;margin-bottom:15px}.texto-construccion{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.btn-regresar{display:inline-block;background-color:var(--Celeste-principal, #2fb09a);color:#fff;text-decoration:none;padding:12px 30px;border-radius:25px;font-weight:800;font-size:1.1rem;transition:transform .3s ease,background-color .3s ease}.btn-regresar:hover{transform:scale(1.05);background-color:#268e7d}@keyframes girar{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width:768px){.construccion-card{padding:40px 20px}.titulo-construccion{font-size:1.8rem}.texto-construccion{font-size:1rem}}
