:root {
    --primary-color: #00082d;
    --secondary-color: #a9dbf4;
}
body{
    font-family: 'Montserrat', sans-serif;
    background: url('/img/01_dark_Background-web_4040x2700px.jpg');
    background-size: 100%;
}

#logo-public img{
    margin-top: 180px;
    width: 90%;
    margin-left: 5%;
}
#footer-logos {
    background: rgb(9,17,54);
    background: linear-gradient(90deg, rgba(9,17,54,0) 0%, rgba(9,17,54,0.4) 15%, rgba(9,17,54,1) 50%, rgba(9,17,54,0.4) 85%, rgba(9,17,54,0) 100%);
    /* padding-top: 1px; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
}
#footer-logos ul {
    width: 400px;
    height: 70px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 100px; */
    margin-bottom: 0px;
}
#footer-logos ul li {
    width: 70px;
    float: left;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
}
#footer-logos ul li img{
    width: 100%;
}

#options-list{
    width: 290px;
    float: right;
    height: 24px;
}

#options-list li{
    list-style: none;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#options-list li a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
}
#options-list li.divider {
    width: 1px;
    height: 22px;
    content: "*";
    background: var(--secondary-color);
}
p#descripcion-sistema{
    width: 400px;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

#logo-login img{
    width: 870px;
    margin-left: 31px;
    margin-top: -11px;
}

#FormLogin{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 270px;
    margin-bottom: 200px;
}

#FormLogin label{
    text-align: center;
    color: #FFF;
}

#FormLogin a{
    color: #FFF;
    text-decoration: none;
}

#FormLogin .btn-primary{
    padding: 10px 40px;
    margin-top: 40px;
    background-color: var(--primary-color);
    border: 0px;
}

.item-home{
    width: 340px;
    height: 110px;
    position: absolute;
}

.item-home img {
    width: 110px;
    background: var(--primary-color);
    padding: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 1px 1px 25px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 25px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 25px -4px rgba(0,0,0,0.75);
}

.item-home .bg {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 0px;
    padding-left: 100px;
    background: rgb(9,17,54);
    background: linear-gradient(90deg, rgba(9,17,54,0.8491771708683473) 0%, rgba(9,17,54,0.25) 75%, rgba(9,17,54,0) 100%);
    color: #FFF;
    height: 90px;
    padding-top: 10px;
}

.item-home .bg h3 {
    font-weight: 700;
    font-size: 17px;
}

.item-home .bg h4{
    font-size: 10px;
}
.item-home .bg h4 span{
    margin-right: 5px;
}
#options-home {
    width: 800px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    position: relative;
    margin-bottom: 100px;
}

#options-home a:nth-child(1) .item-home {
    top: -30px;
    left: 349px;
}

#options-home a:nth-child(2) .item-home {
    top: 123px;
    right: -180px;
}
#options-home a:nth-child(3) .item-home {
    top: 300px;
    right: -180px;
}

#options-home a:nth-child(4) .item-home {
        bottom: -30px;
    left: 119px;
}

#options-home a:nth-child(5) .item-home {
        top: 123px;
    left: -180px;
}
#options-home a:nth-child(6) .item-home {
        top: 300px;
    left: -180px;
}

.item-home.right .bg {
    top: 10px;
    left: 0px;
    right: 0px;
    padding-left: 20px;
    background: rgb(9,17,54);
    background: linear-gradient(90deg, rgba(9,17,54,0.8491771708683473) 0%, rgba(9,17,54,0.25) 75%, rgba(9,17,54,0) 100%);
    color: #FFF;
    height: 90px;
    padding-top: 10px;
    text-align: right;
    padding-right: 130px;
}

.item-home.right img{
        right: 0px;
        left: auto;
}

