
*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:Montserrat,sans-serif;
background:url('../assets/background-agaves.jpg') center center/cover no-repeat;
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
}
.overlay{
position:fixed;
inset:0;
background:rgba(5,55,65,.65);
backdrop-filter:blur(3px);
}
.contenido{
position:relative;
z-index:2;
width:90%;
max-width:1400px;
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}
.panel{
max-width:650px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(12px);
padding:50px;
border-radius:24px;
}
.logo{width:220px;margin-bottom:25px}
h1{
font-size:4rem;
font-weight:800;
line-height:1;
margin-bottom:20px;
}
p{font-size:1.1rem;line-height:1.8}
.notice{
margin:25px 0;
font-size:1.5rem;
font-weight:700;
}
.boton{
display:inline-block;
padding:16px 30px;
background:#38d2d8;
color:#083d45;
font-weight:700;
text-decoration:none;
border-radius:12px;
}
.mascota{
max-height:650px;
width:auto;
filter:drop-shadow(0 15px 30px rgba(0,0,0,.35));
}
.nota{margin-top:30px;font-size:.9rem;opacity:.8}
@media(max-width:992px){
.contenido{flex-direction:column}
h1{font-size:2.5rem}
.mascota{max-height:350px}
}
