﻿*{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, h2, h3
{
    margin: 0;
}


section.contenido
{
    background-color: #fff;
    width: 100%;
    height: Calc(100vh - 80px);
}

.contenido, error-content{
    display:flex;
    display:-webkit-flex; 
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.error-content {
    display:flex;
    display:-webkit-flex; 
    flex-direction: column;
}

footer
{
    height: 80px;
    background-color: #2b509e;
    color: white;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

footer > p 
{
    margin: 0 !important;
    padding: 1em;
    text-align: center;
}


.linea-vertical
{
    margin-left: 25px;
    margin-right: 25px;
    width: 0;
    border-left: solid 1px #222;
    height: 100px;
}

.title
{
    color: #1a33a8;
    font-size: 20px;
}

.logo-argos
{
    max-height: 60px;
}

.error-content > p
{
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (max-width: 950px) {

    section.contenido
    {
        background-color: #fff;
        width: 100%;
        height: Calc(100vh - 136px);
    }

    .linea-vertical {
        display: none;
    }

    #linkImg
    {
        width: 100%;
        text-align: center;
    }

    .contenido
    {
        align-content: center;
    }

    .error-content
    {
        margin: 0 1em 0 1em;
        text-align:center;
    }

    .error-content > p
    {
        padding-bottom: 0;
    }
    .error-content > *
    {
        padding-top: 1em;
    }
}
