@media (max-width: 1000px) {
    header #titulos {
        left: 0% !important;
        bottom: 5px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    

    .row{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-4 {
        flex: 0 0 auto;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 5px;
    }

    .col-4 a{
        min-width: 200px !important;
    }

    table {
        font-size: xx-small !important;
    }

    header img.logo {
        margin-top: -8.6% !important;
        margin-bottom: 8.5% !important;
    }

    .continuidad-container{
        overflow-x: scroll;
    }

    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
    }

    .btn-primary.btn-sm, .btn-secondary {
        height: 38px !important;
        font-size: x-small !important;
        width: 200px !important;
    }

    .btn-btn-sm-btn-primary-monitoreo {
        width: 70px !important;
        height: 25px !important;
        font-size: x-small !important;
        background-color: #3c425e;
        display: flex;
        border-radius: 3px;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
    }

    .btn-btn-sm-btn-primary-add-muestra{
        width: 70px !important;
        height: 25px !important;
        font-size: smaller !important;
        background-color: #198754;
        display: flex;
        border-radius: 3px;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
    }
}


@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%;
    }
}