﻿@font-face {
    font-family: 'Rajdhani';
    src: url(fonts/Rajdhani/Rajdhani-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url(fonts/Rajdhani/Rajdhani-Bold.ttf);
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Rajdhani';
    src: url(fonts/Rajdhani/Rajdhani-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
html {
    font-size: 11px;
    
}
.app-main {
    grid-area: lte-app-main;
    max-width: 100vw;
    padding-bottom: 1rem;
    transition: 0.3s ease-in-out;
    padding: 10px 23px 23px 23px;
}
img.logo {
    padding: 10px 0px 10px 20px;
}

.siglas {
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 50px;
    color: #000;/*#EA4E4A;*/
    text-align: left;
}

.navbar-brand {
    /* padding-top: var(--bs-navbar-brand-padding-y); */
    /* padding-bottom: var(--bs-navbar-brand-padding-y); */
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    /* background:#fff;*/
    width: 200px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .menuLevel1 {
        margin-left: 10px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
   /*  border-bottom: solid #EA4E4A 4px !important;*/
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Roboto,'Segoe UI';
    /*  font-weight:bold;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.0rem 0rem;
}



h3:before {
    width: 20px;
    height: 30px;
    background: #EA4E4A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

th.sorting::before {
    display: none !important;
}

th.sorting::after {
    display: none !important;
}

span.dtr-data {
    white-space: initial;
}

th.sorting_asc:before,
th.sorting_asc:after {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.fondo-blanco {
    background-color: #F9F9F9;
}



.uppercase {
    text-transform: uppercase;
}

.modal-content {
    min-width: 300px !important; /* adjust as necessary */
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1.2em;
  /* color: black !important;*/
}





@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}


fieldset {
    /*border: 1px solid #bf0909 !important;*/
    /*border: 1px solid #EEBEBE !important;*/
    border: 1px solid rgb(206, 212, 218 ) !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

legend {
    display: block;
    /*width: 100%;*/
    max-width: 100%;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0.5rem;
    font-size: 17px !important;
    line-height: inherit;
    /*color: #343a40;*/
    color: #000;
    white-space: normal;
    /*background: #F8E4E4;*/
    background: rgba(191, 9, 9, 0.15);
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(222, 226, 230 );
}

.fieldset-2 {
    border: 1px solid #004773 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.legend-2 {
    text-transform: uppercase;
    display: block;
    max-width: 100%;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0.5rem;
    font-size: 17px !important;
    line-height: inherit;
    color: #fff;
    white-space: normal;
    background: #004773;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/**PRIVILEGIOS 20230410*/
.bg-menu {
    background: #000; /*#EA4E4A;*/ /* rgb(191, 9, 9 );*/
    /*   background-color: rgb(0 71 115 / 90% );
    background: rgb(159  0  18/ 90%);
   background-color:brown;*/
    color: #fff;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    /*color:saddlebrown;*/
    /*    background-color: ##cff4fc;
    background-color: rgb(248,249,250 / 0%);*/

    color: brown;
    font-weight: 400;
    /*background-color: #fff3cd;*/
    /*border-color: #faebcc;*/
}

.thead-uarm {
    /*background-color: rgb(242 222 222 / 30%);*/
    /*  background-color: rgb(206, 212, 218 );
    background-color: rgb(222, 226, 230 );
    background-color: rgb(222 226 230 / 80% );*/
    /* color: #fff;*/
    text-align: left;
    padding: 8px 0px 3px 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    text-transform: uppercase;
    /*    background-color: #004773;
     background-color: rgb(0 71 115 / 90% );
    background: rgb(159 0 18/ 90%);*/
    background-color: rgb(222 226 230 / 50% );
    border-color: #ebccd1;
}

.card {
   /* border-color: #ebccd1;
    border-color: #F8F9FA;*/
    border-color: #d7dadc;
}

.card-header {
    color: #000;
    background-color: #dee2e6; /* #dee2e6;*/
  /*  border-radius: 10px !important;*/
    border-color: #adb5bd;
}
h3:before {
    content: "";
    width: 20px;
    height: 30px;
    background: #EA4E4A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.card-body {
    padding: 15px 15px 15px 5px;
}

.m-b-a {
    padding: 10px 30px 10px 30px;
    /*/margin-left: 20px;*/
}

.btn-sm-2 {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

/*.btn {
    background: white;
    color: black;
    border: 1px solid;
    font-size: 18px;
    padding: 2px 7px 2px 7px;
    margin-right: 5px;*/
    /*    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;*/
/*}*/




body {
    /*   font-family: sans-serif;*/
    font-size: .9rem;
}

.p-br {
    height: 5px;
}

.p-br-b {
    height: 12px;
    color: #6c757d;
}

.p-br-b {
    height: 12px;
}

legend {
    float: none;
    margin-left: -10px;
}

.popover-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

.modal-header {
    background: #F8F9FA;
    color: #bf0909;
    font-size: 27px;
    font-weight: 400;
    font-family: 'Oswald';
}

.mt-seccion {
    margin-top: 70px !important;
}

.bi-calidadmigratoria::before {
    content: "\F3EE";
    color: #bf0909;
}

.bi-identidad::before {
    content: "\F2D9";
    color: #bf0909;
}

.bi-creditaciones::before {
    content: "\F4D3";
    color: #bf0909;
}

.swal2-icon.swal2-question {
    border-color: #ffc107 !important;
    color: #ffc107 !important;
}
.card-header-preg {
    color: black !important;
    background-color: #E9ECEF !important;
    border-radius: 0px !important;
}
select.meses {
    width: 100%;
    height: 300px;
}

.lblBold {
    font-weight: bold;
}

  