﻿html, body {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
}

body {
    background: #0a0a0f;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ============================
   ERROR SCREEN (resolución insuficiente)
   ============================ */

.error-screen {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    background: #0a0a0f;
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 16px 16px;
    text-align: center;
    box-sizing: border-box;
    overflow-y: auto;
}

.error-screen__logo {
    width: 340px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.error-screen__graphic {
    width: 637px;
    margin-bottom: 20px;
}

.error-screen__block {
    width: 490px;
    margin-bottom: 16px;
}

.error-screen__flags {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 8px;
}

    .error-screen__flags img {
        height: 24px;
        border-radius: 2px;
    }

.error-screen__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.error-screen__title--en {
    color: #7eb8ff;
}

.error-screen__title--es {
    color: #ffb347;
}

.error-screen__detail {
    font-size: 10px;
    color: #f5edd6;
    margin: 0;
    line-height: 1.5;
}

.error-screen__divider {
    width: 80px;
    height: 1px;
    background: #333;
    margin-bottom: 16px;
}

.error-screen__resolution {
    font-size: 9px;
    color: #f5edd6;
    margin-top: 6px;
    line-height: 1.6;
}

/* ============================
   CONTENIDO PRINCIPAL
   ============================ */

.contenido {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: black;
    overflow: hidden;
}

.imagen-posicionada {
    position: absolute;
}

.imgAnimacionIndex {
    top: -660px;
    left: -347px;
}
