﻿
.gx-0 {    
    margin-right: 0;
    margin-left: 0;
}

.navbar-brand-img, .navbar-brand > img {
    max-width: inherit;
    max-height: inherit;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.card-header {
    min-height: 60px!important;
    height:auto;
}
/**DISEÑO GENERICO */

/*.btn-outline-general:not(:hover):not([aria-expanded="true"]):not([aria-pressed="true"]) {
    border-color: #502C84;
    background-color: #fff;
}

.btn-outline-general:hover {
    color: #fff;
    background-color: #502C84;
    border-color: #502C84;
}*/

.branding-title-margin {
    margin-bottom:0px;
}

.doc-name {
    max-width: 250px;
}

@media (min-width: 576px) and (max-width: 576px) {
    .doc-name {
        max-width: 200px;
    }
}

@media (max-width: 575.98px) and (orientation: portrait) {
    .doc-name {
        max-width: 200px;
    }
}


.swal2-popup {
    border-radius: 0 !important;
    border-bottom: 6px solid #00A88B !important;
}