/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/06/2021, 04:25:00 AM
    Author     : cmartinez
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
 *{font-family: 'Roboto', sans-serif; font-size: 16px;}
a {text-decoration:none;}

html {height: 100%;}
body {
    margin:0;
    height:100%; 
    /*background: url(../img/background.png) center center no-repeat;
    background-size: contain;*/
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
}

#wrapper {
        width: 90%;
        max-width: 800px;
        margin: auto;
        background: #FFFFFF;
        padding: 30px;
        border-radius: 7px;
        box-shadow: 2px 2px 10px rgba(0,0,0,.1);
        /*backdrop-filter: blur(4px);*/
}
#logo {
        margin: 15px auto;
        background: url(../img/logo-entidad.png) center center no-repeat;
        background-size: contain;
        width:309px;
        height:100px;
        text-indent:-9999px;
}
#logo a{
        width:100%;
        height: 100px;
        text-indent:-9999px;
        display:block; 
}
#alerta {
        overflow:hidden;
        margin-top: 15px;
        text-align: center;
}
#tituloAlerta {
    max-width: 500px;
    margin: auto;
}
#tituloAlerta h1 {
        color:#004899;
        font-size: 3.75em;
        line-height: 1em;
        font-weight: 900;
        margin: 15px auto;
}
#tituloAlerta h2 {
        color:#004899;
        font-size: 1.75em;
        line-height: 1em;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 30px;
}
#iconoAlerta {
        background: url(../img/error-connection.png) center center no-repeat;
        background-size: cover;
        height:80px;
        margin: 0 -30px;
}

#parrafo {
        font-size:1em;
        color:#555555;
        text-align:left;
        max-width:500px;
        margin-left: 100px;
        display: table;
        margin: 30px auto 0 auto;
        text-align: center;
}


.mensaje {font-size: 1.125em;}
.mensaje a {
        color: #FFFFFF;
        background: #004899;
        font-size: 1em;
        border: none;
        padding: 10px 60px;
        clear: both;
        margin: 30px auto;
        text-decoration: none;
        display: table;
        border-radius: 30px;
}
.mensaje a:hover {
    color: #FFFFFF;
    background: #3366CC;
}
.copywrite {
        background: url(../img/logo-govco-bottom.png) 5% center no-repeat;
        background-size: auto 40px;
        background-color: #3366CC;
        width: 100%;
        height: 50px;
        margin-bottom: 30px;
        position: absolute;
        bottom: -30px;
}
