html, body
{
    height: 100%;
    margin: 0;
}

body
{
    font-family: 'Open Sans', Helvetica, Verdana, Arial;
    background: #ffffff;
    position: relative;
}

img
{
    border: none;
}

#contenido
{
    margin: 0 auto;
    text-align: center;
    max-width: 1100px;
}

/* ── BANNER ─────────────────────────────────────────── */

#banner
{
    text-align: center;
}

.banner-img
{
    width: 100%;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}

/* ── SEPARADOR ───────────────────────────────────────── */

.separador
{
    height: 4px;
    background: linear-gradient(to right, #1c2368 50%, #FF4500 50%);
}

/* ── CONTENIDO ───────────────────────────────────────── */

h1
{
    font-family: 'Oswald', Helvetica, Verdana, Arial;
    font-size: 3.2em;
    font-weight: bold;
    color: #1c2368;
    text-transform: uppercase;
    margin: 50px auto 40px auto;
    max-width: 840px;
    line-height: 1.2;
}

.naranja
{
    color: #FF4500;
}

p
{
    font-size: 11pt;
    text-align: center;
    color: #1c2368;
    line-height: 22pt;
    max-width: 800px;
    margin: 8px auto;
}

p.intro
{
    font-weight: bold;
    margin-top: 20px;
}

p.empresas
{
    margin-top: 16px;
}

.tel
{
    font-weight: bold;
    font-size: 12pt;
}

a
{
    color: #FF4500;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* ── REDES SOCIALES ──────────────────────────────────── */

#redes
{
    margin: 36px auto 44px auto;
    text-align: center;
}

.red-social
{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 16px;
    color: #1c2368;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}

.red-social:hover
{
    color: #FF4500;
    text-decoration: none;
}

/* ── RESPONSIVE ──────────────────────────────────────── */

@media (max-width: 768px)
{
    #contenido  { padding: 0 16px; }

    h1  { font-size: 1.8em; margin: 28px auto 20px; }
    p   { font-size: 10pt; line-height: 1.7; }

    .red-social
    {
        display: flex;
        justify-content: center;
        margin: 10px auto;
    }

    #redes
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
}
