/***** FONTS *****/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
/***** MAIN TAGS *****/
html, body {
    font-family: 'Titillium', sans-serif;
    color: #0047BB;
    background: url(../imgs/fondo_firma_digital.png) no-repeat center;
    background-size: cover;
    height: 100%;
}

h1,h2,h3,h4,h5{
    color: rgb(0,71,187) !important;
}

.content {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
article {
    display: table-row;
}
section {
    display: table-cell;
    vertical-align: middle;
    /*text-align: center;*/
    /*color: #757575;*/
}
footer {
    display: table-cell;
    height: 20%;
}

header{
    display: table-cell;
    padding-top: 40px;
    padding-bottom: 20px;
    height: 20%;
}

/***** HEADER *****/
.header {
    display: table-cell;
    height: 70px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header .contentHeader {
    margin-top: 30px;
    font-weight: 400;
    margin-left: 140px;
}
.header .contentHeader2 {
    margin-top: 20px;
    font-weight: 100;
}
.header h2 a {
    color: rgba(250, 250, 250, 0.9);
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.header h2 a:hover {
    color: #fafafa;
}
.header h2 a small{
    color: rgba(250, 250, 250, 0.9);
    font-weight: 400;
}
.header .nav {
    display: inline-block;
}
@media (min-width: 768px) {
    .header .nav {
        padding-top: 20px;
    }
}
.header .nav li a {
    color: rgba(250, 250, 250, 0.9);
    transition: all 0.3s ease 0s;
}
.header .nav li a:hover {
    color: #FAFAFA !important;
    background-color: rgba(250, 250, 250, 0.3);
}
/*.logo-header {*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: 44px;*/
/*    height: 90px;*/
/*}*/
/***** ARTICLE *****/
.content-header-login {
    /*background-color: #872930;*/
    /*border-bottom: 20px solid #872930;*/
    border-radius: 10px 10px 0px 0px;
}
.content-body-login {
    min-height: 50px;
    /*background-color: #182d4f;*/
    border-radius: 0px 0px 10px 10px;
}
.div-space {
    margin-top: 10vh;
    margin-bottom: 90px;
}
section .title {
    position: relative;
    float: left;
    padding-left: 15px;
}
section .subtitle {
    position: relative;
    float: left;
    padding-left: 15px;
    width: 130px;
}
section h1 {
    /*font-style: oblique;*/
    font-size: 48px;
    font-weight: 100;
}
section h6 {
    margin-top: 34px;
    font-size: 14px;
}
.bienvenido {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 0;
}
.claveUnica {
    padding-top: 15px;
    padding-bottom: 25px;
}
.ayuda {
    padding: 15px 0px 25px 0px;
}
/*.ayuda a {
  color: #ffffff;
  padding-bottom: 30px;
  display: block;
}*/
@media (min-width: 768px) {
    .ayuda {
        padding: 35px 0px 35px 0px;
    }
    /*.ayuda a {
      padding-bottom: 0px;
    }*/
}
.btn-style {
    color: rgba(250, 250, 250, 0.9);
    background-color: rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease 0s;
}
.btn-style:hover {
    color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 0.37);
}
.btnClaveUnica {
    background: url('../imgs/claveunica-large.png') no-repeat;
}
/***** FOOTER *****/
.footer {
    display: table-cell;
    /*vertical-align: middle;*/
    /*background-color: #0f1d34;*/
    color: #fafafa;
    position: relative;
    /*border-top: 5px solid #0f1d34;*/
    /*box-shadow: 0px -2px 3px rgba(69,90,100,0.2);*/
    height: 70px;
    color: #ECEFF1;
    font-size: 12px;
    font-weight: 100;
    /*padding-bottom: 200px;*/
}
.footer .contentFooter {
    margin-top: 80px;
}
.footer a{
    color: #ECEFF1;
    font-weight: 200;
    transition: 0.4s all 0s ease;
}
.footer a:hover , .footer a:focus, .footer a:active{
    color: #B0BEC5;
    font-weight: 200;
    text-decoration: none;
}
/***** MODAL *****/
.modal-header-style {
    color: rgb(86, 86, 86);
    border-bottom: 1px solid rgb(204, 204, 204);
    background-color: rgb(231, 231, 231);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
/***** LOADING *****/
.loadingWindow {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.57);
    display: none;
}
.loadingWindowShow {
    display: inherit;
}
.contentLoading {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background: #09213A;
    position: absolute;
    margin: auto auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.loadingImg {
    background: url('../imgs/ajax-loader.gif') no-repeat center top;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 12px;
}
.loadingImg > p {
    margin-top: 40px;
    text-align: center;
    color: white;
    font-size: 13px;

}

h3 {
    text-align: center;
    /*font-family: monospace;*/
}

.login-welcome-subtitle{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.sidebar-title{
    font-size:20px;
    margin-left:75px;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 12px
}

.text-white {
    color: white !important;
}

.text-blue{
    color:#0594d0 !important;
}

.no-hover:hover {
    text-decoration: none !important;
}

.btn-login-loteria{
    margin-top: -25px;
    margin-left: 5px;
    text-transform: uppercase;
    background: url('../imgs/btn-login.png') no-repeat 0 0;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 25px;
    padding: 1px 0 0;
    width: 125px;
    background-size: 100% 100%;
}

.title{
    text-shadow: 0px 0px 5px #bbb8b8;
    color: #0594d0;
}

.language-choice{
    font-weight: bold;
}

.footer-text{
    font-weight: lighter;
}
