@media (max-width: 575.98px) { 
    .cardGray .card-body {
        display: block;
        text-align:center;
    }

    .cardGray .card-body .ml-3{
        margin-left:0!important;
        margin-top:15px;
    }

    .compDocs blueLine:after {
        position: absolute;
        content: "";
        height: 2px;
        background-color: #B0BED4;
        width: 0%;
        margin-left: 15px;
        top: 50%;
    }

    #elementosNav {
        width:auto!important;
    }

    .logo-box {
        display: none;
    }

    #modComparativaDocumentos .border-rig {
        border:none;
    }

    #modComparativaDocumentos .modal-dialog {
        max-width:90%;
    }

    .smallMargin {
        margin:5px 0;
    }

    .btnsGroup .btn-primary {
        width: 100%;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 767px) {
    .info-wrapper {
        padding: 30px!important;
    }
    
    .login .image-text {
        left: 30px!important;
        bottom:30px!important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1200px) {
    .compDocs blueLine:after {
        position: absolute;
        content: "";
        height: 2px;
        background-color: #B0BED4;
        width: 50%;
        margin-left: 15px;
        top: 50%;
    }
}