ULÀ – Atelier Studio
/* Carga de tipografías desde Google Fonts */
@import url(‘
https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@400&family=Noto+Sans:wght@300&display=swap’);
/* Reset rápido */
body, html { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #0a0a0a; }
/* Contenedor principal */
.ula-coming-soon-wrapper {
position: relative;
width: 100%;
height: 100vh;
min-height: 500px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
}
/* 1. EL FONDO ANIMADO (Efecto Ken Burns) */
.ula-bg-image {
position: absolute;
top: -5%;
left: -5%;
width: 110%;
height: 110%; /* Margen extra para que el zoom no muestre bordes */
background-image: url(‘
https://ulaatelierstudio.com/wp-content/uploads/2026/08/bg_web_1.png’); /* ¡Debe estar en la misma carpeta! */
background-size: cover;
background-position: center;
z-index: 1;
animation: zoom-fondo 25s infinite alternate linear;
}
/* 2. OVERLAY MEJORADO (Viñeteado estilo cine) */
.ula-bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.8) 100%);
z-index: 2;
}
/* 3. CONTENEDOR DEL TEXTO */
.ula-content {
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
color: #FDFCF7;
text-align: center;
}
/* — ESTILOS Y ANIMACIONES DEL TEXTO — */
.ula-main-title {
font-family: ‘Lexend Peta’, sans-serif;
font-size: 7rem;
font-weight: 400;
margin: 0;
line-height: 1;
display: flex;
text-shadow: 0 10px 30px rgba(0,0,0,0.6);
}
/* Las letras se revelan y luego se quedan flotando */
.ula-main-title .ula-letter {
opacity: 0;
filter: blur(15px);
transform: scale(1.2) translateY(20px);
/* Concatenamos la entrada (1.8s) con la flotación infinita (4s) */
animation: ula-cinematic-reveal 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards,
flote-continuo 4s ease-in-out infinite alternate;
}
/* Ajustamos los delays de entrada y de flotación para que vayan asimétricos */
.ula-main-title .ula-letter:nth-child(1) { animation-delay: 0.2s, 2.0s; }
.ula-main-title .ula-letter:nth-child(2) { animation-delay: 0.5s, 2.4s; }
.ula-main-title .ula-letter:nth-child(3) { animation-delay: 0.8s, 2.8s; }
.ula-subtitle {
font-family: ‘Noto Sans’, sans-serif;
font-weight: 300;
font-size: 1.2rem;
margin-top: 1rem;
text-transform: uppercase;
opacity: 0;
letter-spacing: 0;
text-shadow: 0 4px 10px rgba(0,0,0,0.5);
animation: ula-tracking-in 2.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
animation-delay: 1.5s;
}
/* Divisor con degradado y brillo */
.ula-divider {
width: 0px;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(253, 252, 247, 0.8), transparent);
margin: 3rem 0 1.5rem 0;
box-shadow: 0 0 12px rgba(253, 252, 247, 0.4);
animation: ula-line-grow 1.5s ease-out forwards;
animation-delay: 2.8s;
}
.ula-proximamente {
font-family: ‘Noto Sans’, sans-serif;
font-weight: 300;
font-size: 0.9rem;
letter-spacing: 0.3em;
text-transform: uppercase;
opacity: 0;
transform: translateY(10px);
animation: ula-fade-up-simple 1.5s ease forwards;
animation-delay: 3.5s;
}
/* — KEYFRAMES — */
@keyframes zoom-fondo {
0% { transform: scale(1); }
100% { transform: scale(1.08); }
}
@keyframes ula-cinematic-reveal {
0% { opacity: 0; filter: blur(15px); transform: scale(1.2) translateY(20px); }
100% { opacity: 1; filter: blur(0px); transform: scale(1) translateY(0); }
}
@keyframes flote-continuo {
0% { transform: translateY(0); }
100% { transform: translateY(-6px); text-shadow: 0 15px 35px rgba(253, 252, 247, 0.2); }
}
@keyframes ula-tracking-in {
0% { opacity: 0; letter-spacing: 0em; filter: blur(5px); transform: translateY(10px); }
100% { opacity: 1; letter-spacing: 0.6em; filter: blur(0px); transform: translateY(0); }
}
@keyframes ula-line-grow {
0% { width: 0px; opacity: 0; }
100% { width: 100px; opacity: 1; }
}
@keyframes ula-fade-up-simple {
0% { opacity: 0; transform: translateY(10px); }
100% { opacity: 0.7; transform: translateY(0); } /* Se queda al 70% para no quitar protagonismo */
}
/* — ADAPTABILIDAD A MÓVILES — */
@media (max-width: 768px) {
.ula-main-title { font-size: 4.5rem; }
.ula-subtitle { font-size: 0.9rem; }
@keyframes ula-tracking-in {
0% { opacity: 0; letter-spacing: 0em; filter: blur(5px); }
100% { opacity: 1; letter-spacing: 0.3em; filter: blur(0px); }
}
}
@media (max-width: 480px) {
.ula-main-title { font-size: 3.5rem; }
.ula-subtitle { font-size: 0.75rem; }
}
U
L
À
Atelier Studio
Próximamente