:root {
    --primary-color: #00082d;
    --secondary-color: #a9dbf4;
}
body{
    font-family: 'Montserrat', sans-serif;
    /*background: url('/img/01_dark_Background-web_4040x2700px.jpg');*/
    background-image: linear-gradient(to right bottom, #131426, #202947, #27416a, #255b90, #0777b7);
    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: 120px;
}
#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: 100%;
    margin-left: 0px;
    /* 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: relative;
}


.item-home img {
    width: 100px;
    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;
}

#options-home a:nth-child(7) .item-home {
    top: 420px;
    right: -95px;
}

.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;
}

body {
    background: url('/img/BACKGROUND 2-21.jpg');
    background-size: 100%;
}

.col-3-login a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    
}

.col-3-login{
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
    body{
        background:none;
        background-repeat: repeat;
        background-image: linear-gradient(to right bottom, #141529, #212b4a, #29446e, #286094, #137dbb);
    }

    .col-3 {
        flex: 0 0 auto;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-3 ul {
        width: 175px !important;
    }

    .col-3-login {
        width: 40%;
        font-size: x-small;
    }

    .col-lg-6{
        margin-top: 5px;
    } 

    #options-home {
        width: 100%;
    }
    
    #options-home a:nth-child(1) .item-home {
        top: -30px;
        left: 40px;
    }

    #options-home a:nth-child(2) .item-home {
        top: 103px;
        right: 12px;
    }

    #options-home a:nth-child(3) .item-home {
        top: 250px;
        right: 12px;
    }

    #options-home a:nth-child(4) .item-home {
        bottom: 50px;
        left: 40px;
    }

    #footer-logos ul {
        width: 100%;
        height: 70px;
        /* padding-left: 0px; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #footer-logos ul li {
        width: 60px;
        float: left;
        list-style: none;
        margin-left: 5px;
        margin-right: 5px;
    }
}


