@media (max-width: 1440px){
    header {
        height: 160px;
        padding-top: 38px;
    }
    header #titulos {
        left: 21%;
        bottom: 5px;
    }
    #logo-login img {
        width: 100%;
        margin-left: -1px;
        margin-top: -11px;
    }
    #logo-public img {
        margin-top: 100px;
    }
    p#descripcion-sistema {
        margin-top: 50px;
    }
    #options-home a:nth-child(2) .item-home {
        top: 103px;
        right: -60px;
    }
    #options-home a:nth-child(3) .item-home {
        top: 250px;
        right: -60px;
    }
    #options-home a:nth-child(4) .item-home {
        bottom: 50px;
        left: 119px;
    }
    #options-home a:nth-child(5) .item-home {
        top: 103px;
        left: -60px;
    }
    #options-home a:nth-child(6) .item-home {
        top: 250px;
        left: -60px;
    }
    #options-home {
        margin-bottom: 0px;
    }
    header img.logo {
        margin-top: -1.6%;
        margin-bottom: -3.5%;
    }
}