html body.bg-full-screen-image {
    background: url(../../almacenamiento/img/splashscreen.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

html body.bg-full-screen-image-insan3 {
    background: url(../../almacenamiento/insan3/pre_registro/splashscreen.jpg) no-repeat center center;
    background-size: cover;
}

html body {
    background: white;
}

.b3-ux-v2 {
    background: url(../../assets/img/background/banner-08.jpg) no-repeat top;
    background-size: cover;
}


/* Regla para estilizar los errores en las formas */
label.has-error {
    font-size: 0.8rem;
    color: #DA4453;
    padding-left: 0.5rem;
}

html body.bg-full-screen-image {
    background: url(../../almacenamiento/img/splashscreen.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Regla para corregir el texto de los custom file inputs */
.custom-file-label::after {
    content: "Examinar"
}

.p_dt {
    padding-right: .7rem !important;
}

.app-content.center-layout {
    overflow: visible;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.header-navbar .navbar-wrapper {
    width: 100%;
    max-height: 70px !important;
}

.nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
}

.nav-active {
    color: gray;
}

.menu-principal ul {
    line-height: 80px;
}

.menu-principal li a {
    color: rgba(255, 255, 255, 1);
}

.b3-ux-v2-fondo {
    margin-top: 220px !important;
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    border-radius: 14px;
}

/* Corrigue el error de por que el select2 no se valida con el JavaScrip para validar formularios 02/Jun/2020*/
.was-validated .custom-select:invalid+.select2 .select2-selection {
    border-color: #dc3545 !important;
}

.was-validated .custom-select:valid+.select2 .select2-selection {
    border-color: #28a745 !important;
}

*:focus {
    outline: 0px;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #006EBE !important;
    color: #FFFFFF !important;
}

.select2-results__options[id*="color_texto"] .select2-results__option:nth-child(1) {
    color: rgba(80, 80, 80, 1);
}

.select2-results__options[id*="color_texto"] .select2-results__option:nth-child(2) {
    color: rgba(0, 0, 205, 1);
}

.select2-results__options[id*="color_texto"] .select2-results__option:nth-child(3) {
    color: rgba(178, 34, 34, 1);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(76, 79, 91) !important;
    border-color: rgb(76, 79, 91) !important;
    color: #FFFFFF;
}

.tab {
    display: inline-block;
    margin-left: 40px;
}

.menu-movil {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    list-style: none;
}

.modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}


.modal-content-2 {
    background-color: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}


.navbar-light {
    background: none;
}


.modal-header .close {
    padding: 2rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.no-border {
    border: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
}

.input-cap {
    text-transform: capitalize;
}

.badge-azul-app {
    background-color: #2a2c43;
}

.azul-app {
    color: #2a2c43;
}