﻿html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
   /* margin-bottom: 22px;*/
}

footer {
    background-color: #575555;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22px;
    color: white;
}

footer p {
    padding: 3px;
    margin-bottom: 0px;
    color: #9E9E9E;
    font-size: 11px;
}

.navbar-brand {
    margin-right: 5px;
}

.btn {
    text-transform: none;
}

.linea {
    border-right: 3px solid #CE9F24;
    padding: 10px;
}

.navbar span,
navbar-text {
    padding-right: 30px;
    font-family: Gotham-bold, sans-serif;
}

.bg-gob {
    background-color: transparent;
}
.bg_color_light{
  /* background-color: #e4f2ff; */
  background-color: var(--segundoBg);
}

table {
    font-size: 14px;
}

.toggle-menu {
    padding: 5px 15px;
}

.navbar .breadcrumb .breadcrumb-item.active,
.navbar .breadcrumb .breadcrumb-item::before {
    color: rgb(167, 167, 167);
}

.navbar .breadcrumb .breadcrumb-item {
    color: #393939;
}

.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.form-group {
    margin-bottom: .7rem;
}

.form-group>label {
    display: inline-block;
    margin-bottom: .2rem;
}

.modal-header {
    padding: .5rem 1rem;
}

body {
    background: #fafafa;
    font-size: 12px !important;
}

.form-control {
    font-size: 12px !important;
    border-radius: 10px;
}

.breadcrumb-nav {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 0px !important;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #333333;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    display: inline-table;
    /*background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}


/*.navbar-brand {
    display: inline-flex;
}*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

.circle {
    background-color: dodgerblue;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

.circle-multi {
    background-color: dodgerblue;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

.circle-sm {
    /* background-color: dodgerblue; */
    background-color: var(--primerBg);
    width: 25px;
    height: 25px;
    text-align: center;
    /* padding: 6px; */
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

.circle-success {
    background-color: green;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
    color: #fff;
}

.circle-error {
    background-color: red;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

.circle-error-multi {
    background-color: red;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

.icon-accion {
    font-size: 18px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}

.group-list {
    padding: 2px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.group-list .group-item {
    background: #f2f2f2;
    padding: 8px;
    border: 1px solid #ebebeb;
    margin: 8px;
}

.help-block {
    margin-top: 0px !important;
}

.error {
    font-size: 12px !important;
    /*width: 100%;*/
}

.container-sm {
    width: 80% !important;
    margin: auto !important;
}

.swal2-popup {
    font-size: 12px !important;
}

.input-group-text {
    font-size: 12px !important;
}

.btn-warning {
    color: #fff !important;
}

.icon-edit {
    cursor: pointer;
}
/* ---------------------------------------------------------
    FN Styles
----------------------------------------------------- */
.btn:focus {
  box-shadow: 0 0 0 0.2rem var(--primerBg) !important;
}
.bg_color_01{
    /* background-color: #0d2c58; */
    background-color: var(--primerBg);
}
.bg_color_02{
    /* background-color: rgba(34, 178, 221, 0.3); */
    background-color: var(--tercerBg);
}
.h1-custom{
    font-size: 48px;
  }
  .h2-custom{
    font-size: 40px;
  }
  .h3-custom{
    font-size: 33px;
  }
  .h4-custom{
    font-size: 27px;
  }
  .h5-custom{
    font-size: 23px;
  }
  .h6-custom{
    font-size: 19px;
  }
  .p-custom{
    font-size: 16px;
  }
  .small{
    font-size: 13px
  }
.logo-img{
    margin-right: 10px;
    width: 90px;
  }

  .px-100{
    padding-left: 100px;
    padding-right: 100px;
  }
  .hover-text-color-white:hover {
    color: #16181b !important;
}
  .text-color-white{
    /* color: #ffffff !important; */
    color: var(--primerTxt) !important;
  }
.btn-check:checked+.btn{
    background-color: #22b2dd !important;
    color: white !important;
  }
  label.btn{
    background-color: #F1F6FB !important;
    padding: 5px 30px !important;
    border-radius: 5px !important;
    color: rgba(51, 51, 51, 1) !important;
    font-weight: 700 !important;
  }
  .btn-check+.btn:hover{
    background-color: #22b2dd !important;
    color: white !important;
  }
  .btn-secondary-01{
    /* background-color: #D43987 !important; */
    background-color: var(--tercerBg) !important;
    color: white !important;
    padding: 5px 20px;
    border-radius: 10px;
    border: transparent;
  }
  .btn-secondary-01:hover{
    background-color: #F17EB8;
    color: white !important;
  }

  .btn-primary{
    /* background-color: #264089; */
    background-color: var(--primerBg) !important;
    /* color: white !important; */
    color: var(--primerTxt) !important;
    padding: 5px 20px;
    border-radius: 10px;
    border: transparent;
  }
  .btn-primary:hover{
    /* background-color: #22b2dd; */
    background-color: var(--segundoBg);
    /* color: var(--primerBg); */
  }
  .btnLimpiar {
    /* background-color: #01b3e8 !important;
    border-color: #01b3e8 !important; */
    background-color: var(--segundoBg) !important;
    border-color: var(--segundoBg) !important;
    color: var(--primerBg) !important;
  }
  .btnLimpiar:hover{
    /* background-color: #33B5FF !important;
    border-color: #33B5FF !important;
    color: #ffffff; */
    background-color: var(--segundoBg) !important;
    border-color: var(--segundoBg) !important;
    color: var(--primerBg);
    margin-left: 20px;
  }
  .btn-danger{
    border-radius: 10px;
    padding: 5px 20px !important;
  }
  .sidebar-form{
    height: 100vh;
  }
  .content-form{
    max-height: 100vh;
    overflow: auto;
  }
  .form-step-active{
    color: #ffffff;
  }
  .form-step{
    color: #0d2c58;
  }
  .text-color-gray{
    color: #d9d9d9;
  }
  #step-2, #step-3, #step-4, #step-5{
    display: none;
  }
  .icon-check-2, .icon-check-3, .icon-check-4{
    display: none;
  }
  .card{
    background-color: transparent !important;
    border: transparent;
  }
  /* .expediente-item{
    color: #2f4fa7;
  } */
  .expediente-item:hover{
    /* background-color: #2f4fa7; */
    background-color: var(--primerBg);
    color: white !important;
  }
  .color-text-pink{
    /* color: #d43987; */
    color: var(--tercerBg);
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: transparent !important;
    border: transparent !important;
    /* border-bottom: 2px solid #2f4fa7 !important; */
    border-bottom: 2px solid var(--primerBg) !important;
  }
  .btn-secondary-small{
    /* background-color: #2f4fa7;
    color: white; */
    background-color: var(--primerBg);
    color: var(--primerTxt);
    padding: 5px 10px;
    border-radius: 5px;
    border: transparent;
    font-size: 14px;
  }
  .btn-secondary-small:hover{
    color: white !important;
    /* background-color: #F17EB8; */
    background-color: var(--segundoBg);
  }
  .btn-primary-small{
    background-color: #0d2c58;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: transparent;
    font-size: 14px;
  }
  .btn-primary-small:hover{
    color: white !important;
    background-color: #0d2c58;
  }
  .btn-primary-small:focus{
    color: white !important;
  }
  .accordion .card{
    /* background-color: #e4f2ff !important; */
    background-color: var(--segundoBg) !important;
    padding: 10px;
    border: none;
    margin-top: 10px;
  }
  .accordion .card .card-header{
    background-color: transparent !important;
    border: none !important;
  }

  .rounded-right{
    border-radius: 0 20px 20px 0 !important;
  }
  .rounded-left{
    border-radius: 20px 0 0 20px !important;
  }
  .dependencia-label{
    /* background-color: #D43987; */
    background-color: var(--tercerBg);
    color: white;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 5px;
  }
  .circle-text{
    font-size: 10px;
    text-align: center;
  }
  .alert-info{
    color: #333333;
    background-color: #fff3cd;
    border-color: #ffe69c;
  }
  .btn-info{
    color: #333333;
    background-color: #FFC107;
    border-color: #ffe69c;
  }
  .btn-info:hover{
    color: #333333;
    background-color: #cc9900;
    border-color: #ffe69c;
  }
#tramite_servicio .card{
  border: 1px solid #ced4da !important;
}
.dropdown-sidebar-menu{
  transform: none !important;
  /* background: #2F4FA7; */
  background: var(--primerBg);
  border-radius: 0px;
}
.navbar-top-mobile{
  /* position: fixed; */
  top: 0;
  z-index: 1030;
  width: 100%;
  display: flex;
}
.logo-text{
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.active .logo-text{
  display: none;
}
.active .sidebar-item-text{
  display: none;
}
.btn-group-vertical .btn {
  margin-bottom: 10px; /* Separación entre los botones */
}
.btn-group-vertical label.btn:hover {
  background-color: #264089 !important;
  color: white !important;
}
.icon-circle{
  background-color: #32bea6;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
.icon-circle-2, .icon-circle-3, .icon-circle-4{
  background-color: #D9D9D9;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"]{
  border-radius: 10px;
  padding: 5px 10px;
  border: 1px solid #ced4da;
}
.form-control.error {
  border: 1px solid red;
}

.input-error {
  border: 1px solid red;
}
.input-error-icon {
  color: red;
  font-size: 1.5em; /* Adjust size as needed */
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #0d2c58;
    color: white;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .rounded-right{
    border-radius: 0px !important;
  }
  .rounded-left{
    border-radius: 0px !important;
  }
  .px-100{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .login-card{
    height: 50vh;
    border-radius: 0px 0px 30px 30px;
  }
}
/* ---------------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    position: fixed;
    width: 300px;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    min-width: 300px;
    max-width: 300px;
    /* background: #264089; */
    background: var(--primerBg);
    /* color: #fff; */
    color: var(--primerTxt);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0px;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    background-color: #094f5;
}

#sidebar.active .sidebar-header .navbar-text,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    justify-content: center;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
    background-color: transparent;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
 .nav-link.dropdown-toggle::after{
  position: absolute;
  right: 10px;
}

.dropdown-item:active {
  background-color: var(--primerBg);
}

.align-top {
    vertical-align: top !important;
    width: 100% !important;
}

.text-primary {
    /* color: #0d2c58 !important; */
    color: black !important;
}

.btn-primary {
    /* background-color: #0d2c58;
    border-color: #0d2c58; */
    background-color:var(--primerBg);
    border-color: var(--primerBg);
}

#sidebar .sidebar-header {
    padding: 12px;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.4em;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: flex;
    /* color: #fff; */
    color: var(--primerTxt);
    align-items: center;
    position: relative;
}

#sidebar ul li a:hover {
    color: #393939;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    /* background: #2F4FA7; */
    background: var(--primerBg);
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #3f3f3f;
    color: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #393939;
}

a.article,
a.article:hover {
    background: #2d2d2d !important;
    color: #fff !important;
}

.buttons-html5{
    /* background-color: #01b3e8 !important; */
    background-color: var(--segundoBg) !important;
    color: var(--primerBg) !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 300px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: calc(100% - 80px);
}

.activeLink {
    /* background: #2F4FA7;
    border-left: 12px solid #22B2DD; */
    background: var(--primerBg);
    border-left: 12px solid var(--segundoBg);
}

.page-item.active .page-link {
  background-color: var(--primerBg) !important;
  border-color: var(--primerBg) !important;
  color: #fff !important;
}
.page-link {
  color: var(--primerBg) !important;
}

.btn-link {
  color: var(--primerBg) !important;
}
.selection {
    display: block !important;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
        color: #fff;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
        color: #fff;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 80px);
    }
    /* FN Styles */
    .px-100{
        padding-left: 10px;
        padding-right: 10px;
      }
      .login-card{
        height: 50vh;
        border-radius: 0px 0px 30px 30px;
      }
      .side-bar{
        display: none !important;
      }
      .sidebar-form{
        height: 350px;
        padding-top: 100px !important;
      }
      .content-form{
        max-height: none;
        overflow: visible;
      }
      .content-right{
        width: 100% !important;
      }
      .text-step-1, .text-step-2, .text-step-3, .text-step-4{
        text-align: center;
      }
      .login-form{
        height: 50vh;
      }
      .search-bar{
    padding-top: 150px !important;
  }
  .input-group>.form-control{
    width: 100% !important;
  }
  .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    border-radius: 10px !important;
  }
  .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-radius: 10px !important;
  }
  .register-form{
    background-color: #0d2c58;
  }
  .process-steps-firts{
    padding: 8px 20px !important;
    margin-bottom: 10px;
  }
  .process-steps{
    padding: 8px 20px !important;
    margin-bottom: 10px;
  }
  .process-steps-end{
    padding: 8px 20px !important;
    margin-bottom: 10px;
  }
  .process-steps-firts:before{
    display: none;
  }
  .process-steps-end:after{
    display: none;
  }
  .process-steps:before{
    display: none;
  }
  .process-steps:after{
    display: none;
  }
  .scrolling-content{
    overflow: auto;
    max-height: inherit;
   }
}
