Mad Designer at work

Sorry, we're doing some work on the site

 


* { box-sizing: border-box; margin: 0; padding: 0; }

body {

font-family: 'Segoe UI', Arial, sans-serif;

background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);

color: #333;

display: flex;

justify-content: center;

align-items: center;

height: 100vh;

padding: 20px;

}

.card {

max-width: 550px;

width: 100%;

background: white;

padding: 40px 30px;

border-radius: 16px;

box-shadow: 0 10px 30px rgba(0,0,0,0.1);

text-align: center;

}

.icon {

font-size: 50px;

margin-bottom: 20px;

display: inline-block;

animation: float 3s ease-in-out infinite;

}

h1 { color: #2c3e50; font-size: 28px; margin-bottom: 15px; font-weight: 700; }

p { font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 25px; }

.badge {

background-color: #ebf5ff;

color: #0073e6;

padding: 8px 16px;

border-radius: 20px;

font-size: 14px;

font-weight: 600;

display: inline-block;

}

@keyframes float {

0% { transform: translateY(0px); }

50% { transform: translateY(-10px); }

100% { transform: translateY(0px); }

}



 

🛠️

Página en Construcción


Estamos trabajando en las actualizaciones de nuestro sitio web para brindarte una mejor experiencia. ¡Volveremos muy pronto!

Próximamente