@font-face {
    font-family: "Montserrat Light";
    src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
    font-family: "Montserrat Medium";
    src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Montserrat 700";
    src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Montserrat 900";
    src: url("../fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/icon/font?kit=kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAtg95-8NiZ-tyODfw9bw&skey=b8dc2088854b122f&v=v226) format('woff2');
  }
  
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /* -webkit-font-feature-settings: 'liga'; */
    -webkit-font-smoothing: antialiased;
}
body {
    color: #666;
    font-size: 16px;
    font-family: "Montserrat Medium";
}
footer {
    background-color: #0c54b2 !important;
    color: #fff;
    padding: 60px 0 0 0;
}
.btn-consulta, .btn-denuncia {
    padding: 10px 30px;
    background-color: #163277;
    color: #fff;
    border-radius: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
}
.btn-denuncia:hover {
    color: #fff;
}
.btn-consulta:hover {
    color: #fff;
}
.bg-gray {
    background-color: #f1f1f1 !important;
}
.consulta form,
.denuncia form {
    padding: 50px !important;
    margin: 0 auto;
    width: 80%;
}
.consulta form .botonera-steps,
.denuncia form .botonera-steps {
    text-align: center;
    width: 100%;
}
.consulta form .botonera-steps ul li,
.denuncia form .botonera-steps ul li {
    display: inline-block;
    background-color: #f1f1f1;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 0 3px;
}
.consulta form .botonera-steps ul .active,
.denuncia form .botonera-steps ul .active {
    background-color: #4e6699;
}
.consulta form .box-botonera,
.denuncia form .box-botonera {
    height: 100px;
    position: relative;
    width: 100%;
}
.consulta form .box-botonera .step,
.denuncia form .box-botonera .step {
    color: #fff;
    background-color: #5cb85c;
    border-radius:24px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    width: 120px;
}
.consulta form .box-botonera .backBtn,
.denuncia form .box-botonera .backBtn {
    background-color: #dee2e6;
    right: 130px;
}
.dev {
    text-align: right;
}
.dev a {
    color: #fff;
}
.dashed {
    border-left:1px dashed #163277;
    width:1%;
}

.estado-denuncia .form {
    background-color: #efefef;
    border-radius:4px;
    margin: 0 auto;
    padding: 10px;
    height: 580px;
    width: 100%;
}

.estado-denuncia .form h2{
    color:#666 !important;
    font-size:22px;
    font-weight: 500;
 }
.estado-denuncia .form form button {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
    border-radius:24px;
    color: #666;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto !important;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.estado-denuncia .image-form {
    margin: 0 auto;
    width: 50%;
}
.estado-denuncia .image-form img {
    width: 100%;
}
.glosario p ul li span,
.glosario ul li span{
    font-weight: 700;
}
.invalid {
    color: #dc3545;
    border-color: #dc3545;
    display: block !important;
}
.show-me {
    display: block;
}
.tab {
    transition: all 0.8s ease-in-out;
}
.tab-02 label,
.tab-03 label,
.tab-07 label {
    font-weight: 700;
}
.tab-02 small,
.tab-03 small,
.tab-07 small {
    color: #7d7d7d;
}
.line-light-blue {
    background-color: #0071b7;
    height: 3px;
    margin: 20px auto;
    width: 98%;
}
.line-gray {
    background-color: #666;
    height: 2px;
    margin: 20px auto;
    width: 90%;
}
.line-bar {
    background: linear-gradient(to right, #006fb3 0%, #006fb3 50%, #fe6565 50%, #fe6565 100%);
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}
.logo {
    width: 140px;
}
.text-blue {
    color: #163277 !important;
}

.text-violet {
    color:#c77ee1 !important;
}

.portada h2 {
    color: #163277 !important;
    font-weight: 700;
}
.portada h2.how-works {
    font-size:26px;
    text-align: center;
}

.portada h3 {
    font-weight: 700;
    font-size:18px;
    margin-bottom:1em;
    text-transform: uppercase;
}

.portada p {
    color: #163277 !important;
    font-weight: 500;
}

.portada ul li {
    color: #163277 !important;
    font-weight: 300;
}

.portada form {
    padding:5px;
}
.portada .description {
    margin: 20px auto;
    text-align: justify;
    width: 80%;
}
.portada .steps {
    color: #163277;
}
.portada .steps-consultas ul,
.portada .steps ul {
    list-style: none;
    margin:0;
    padding:0;
}
.portada .steps ul li {
    text-align: center;
    display: table-cell;
    font-size:34px;
    font-weight: 700;
    width: 25%;
}

.portada .steps ul li.step-4 p{
    margin: 0 auto;
    width:80%;
}
.portada .steps ul li p{
    font-size:16px;
    font-weight: 400;
}
.portada .steps-consultas ul li {
    font-size:30px;
    font-weight: 500;
    display: flex;
}
.portada .steps-consultas ul li span{ 
    background-color:#2c91d0;
    width: 45px;
    height: 45px;
    border-radius:50%;
    text-align: center;
    margin-right: 8px;
}
.portada .steps-consultas ul li p{
    font-size:16px;
    font-weight: 400;
    width: 85%;
}
.portada .steps-consultas ul li p span{
    font-weight: 500;
    background-color: transparent;
    margin-right: auto;
}
.navbar-collapse ul li a {
    color: #707372 !important;
}
.mt2 {
    margin-top:2em;
}
.main-menu {
    border-bottom: 2px solid #999;
    border-top: 20px solid #4e669a;
    width: 100%;
}

.card {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 0.75rem;
}

.card [class*="card-header-"] .card-icon, 
.card [class*="card-header-"] .card-text {
    border-radius:0.75rem;
    padding:15px 0;
    height:64px;
    width:64px;
}

.card-stats .card-header.card-header-icon i {
    font-size:24px;
    line-height:35px;
    height:64px;
    width:64px;
}

.page-item.active .page-link {
    border-radius:0.75rem;
}

/*Dashboard - perfonalizado*/

nav button {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: #666 !important;
}

.sidebar .logo .logo-normal {
	color: #3b3364 !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
}

.sidebar .logo .simple-text {
	text-transform: uppercase;
    padding: 5px 0px;
    display: inline-block;
    font-size: 18px;
    color: #3C4858;
    white-space: nowrap;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    display: block;
}

.sidebar[data-color="azure"] li.active>a {
	background-color: #0c54b2 !important;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 188 212 / 40%);
}

.sidebar .nav .nav-item a p {
	color:#666;
}

.title-section-dashboard {
    font-size: 1.6em;
}

.card .card-header-yellow .card-icon {
    background-color: #fed57f !important;
}

.card .card-header-light-blue .card-icon {
    background-color: #9fd2c9 !important;
}

.form-control {
    font-size: 16px;
}
.form-check, label {
    font-size: 16px;
}

form.answer .input-group label {
    background-color:#3b3464;
    padding:40px 20px;
    color:white;
    border-radius:4px;
    margin-right: 10px;
}

form small {
    color:#293f8a;
}

.card .card-header {
    border-radius: 3px;
    margin-top:-20px;
    padding:15px;

}

.bg-purple {
    background-color: #3b3364 !important;
}

.sidebar .nav .nav-item.active a p {
    color: #fff !important;
}

.bg-blue {
    background-color: #0A4675;
}

.box-login {
    height: 500px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0%;
    transform: translateY(25%);
    width: 96%;
}

.box-login .sgi-logo {
    margin: 0px auto;
    height: 500px;
    width: 55%;
}

.box-login .sgi-logo img {
    width: 100%;
}

.box-login .card {
    background-color: #094676;
    border:transparent;
    color:white;
    height: 450px;
    margin: 0 auto;
    width: 550px;
}

.box-login .card .card-header{
    padding: 80px 0 0;
    border-bottom:transparent;
}

.box-login .card .card-header h1 {
    font-size:30px;
    margin-bottom:0;
}

.box-login .card .card-header h2 {
    font-size:20px;
}

.box-login form button {
    background-color:#0271B6 !important;
    color:white;
    width: 250px;
}

.bg-bar-blue {
    background-color: #0A4675;
    width:100%;
    height:20px
}

footer {
    position:relative;
    left:0;
    right:0;
    bottom:0;
}
.footer-login {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    height:50px;
    background-color:#666766;
    color:white;
    text-align:center;
    padding: 0.9375rem 0;
}

button.btn.dropdown-toggle {
    color: white !important;
    font-size: 14px;
}

.back-denuncia .card .subtitle{
    padding:25px 15px;
}

.back-denuncia .title-ros{
    color:#666;
}

.back-denuncia .card h2 span{
    color:#4e6699;
    font-size: 1.3em;
}

.back-denuncia .card{
    margin-bottom:0;
    margin-top:0;
}

.back-denuncia .card .badge{
    padding:0.55em 0.9em;
} 

.back-denuncia form {
    padding:20px;
    border-radius:5px;
}

.back-denuncia form button{ 
    background-color:#4e6699 !important;
    border-color:#4e6699 !important;
}

.btn-outline-secondary {
    border-color:transparent !important;
    box-shadow:none;
}

.btn-icon-only {
    height: 1.7rem;
    padding:0.3rem;
    width:1.7rem;
}

.btn-outline-secondary i {
    border-color:#8392ab;
    color:#8392ab;
    font-size:1.5rem !important;
}

.nro-ros {
    color:#4e6699;
    font-size:50px;
    font-weight: 600;;
}

.nro-ros i {
    font-size:50px;
}

.box-card-line {
    padding:20px
}

.chart-bar {
    height:300px!important;
}

nav.navbar.navbar-transparent{
    background-color: #0c54b2 !important;
    color: white;
}

.profile h2 {
    font-size:30px;
}

.profile .card .card-body form {
    padding:20px;
    border-radius:5px;
}

.profile .card .card-body form button{ 
    background-color:#4e6699 !important;
    border-color:#4e6699 !important;
    float:right;
}

.badge-maltrato-laboral {
    background-color: #9fd2c9;
}

.badge-acoso-laboral {
    background-color: #ffa726;
}

.badge-acoso-sexual {
    background-color: #66bb6a;
}

.badge-discriminacion {
    background-color: #fed57f;
}

.badge-igualidad-genero {
    background-color: #86e4f0;
}

.badge-probidad {
    background-color: #e48af4;
}

.badge-soborno {
    background-color: #d18ecd;
}

.badge-conflicto-interes {
    background-color: #f5e39e;
}

.badge-informacion-reservada {
    background-color: #e6ad58;
}

.badge-trafico {
    background-color: #c9a2d0;
}

.badge-maluso {
    background-color: #99d7df;
}

.badge-ros {
    background-color: #ffe5df;
}