/* Minification failed. Returning unminified contents.
(521,27): run-time error CSS1046: Expect comma, found '0'
(521,31): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
  font-family: "gob-cl";
  src: url("../gob/fonts/gob-cl.woff2");
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

body {
  color: #555555;
  height: 100%;
}
.container{
  max-width: 1000px !important;
}
.mt-07{
  margin-top: -7px;
}
/*BG*/
.bg-lightgray {
  background-color: #f0f0f0;
}

.bg-darkblue {
  background-color: #001c41;
}

/*BOTONES*/
.btn {
  border-radius: 30px !important;
  text-decoration: none !important;
  text-transform: none;
  padding: 5px 30px !important;
  min-height: auto !important;
  box-shadow: none;
}

.btn-lg {
  font-size: 1.25rem;
}

.btn-link {
  text-decoration: underline !important;
}

.btn-outline-primary {
  border: 1px solid #006fb3;
  color: #006fb3;
}
.btn-outline-primary:hover {
  background-color: #006fb3;
  color: #fff;
}

.btn-grey {
  background-color: #555555;
  color: #fff;
}

.btn-outline-darkgrey {
  border: 1px solid #343a40;
  color: #343a40;
}

.btn-outline-darkgrey:hover {
  background-color: #343a40;
  color: #fff;
}
.btn-outline-search{
  border-radius: 0 !important;
}
.btn i {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  vertical-align: initial;
  height: auto;
}
/*UTILIDADES*/
.ico-15 {
  width: 15px;
}

.ico-20 {
  width: 20px;
}

.ico-25 {
  width: 25px;
}

.rounded {
  border-radius: 0.25rem !important;
}
input, select{
  border-radius: 3px !important;
}
.text-yellow {
  color: #fbc163 !important;
}

.badge-notification {
  padding: 3px 4px;
  font-size: 9px;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/*Login*/

.div-login {
  margin-top: 23%;
  border-radius: 10px;
}
.div-login .bg-white {
  padding: 24px;
  border-radius: 10px;
}

.div-cab-login {
  padding: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 15px;
}
.div-cab-login h3 {
  color: #0f69c4;
  margin: 20px 0 0;
}
.div-login-bott {
  background-color: #fbc163;
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: -5px 0 0;
  text-align: center;
}
.div-login-bott .button-underline {
  font-size: 14px;
  text-decoration: underline !important;
  color: #fff !important;
  border: none;
  background-color: transparent;
}
.div-login-bott button {
  font-size: 14px;
}
/*HEADER*/
body:before {
  content: "";
  background-color: #001c41;
  width: 100%;
  height: 285px;
  position: absolute;
  top: 0;
}
/*body:after {
  content: "";
  background-color: #fbc163;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -7px;
}*/
.div-logo {
  text-align: center;
}
.div-logo img {
  width: 67%;
}
/*NAV PRINCIPAL*/
.div-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navbar-nav {
  display: flex;
  flex-direction: inherit;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav li {
  margin: 0 15px;
  color: #fff;
  padding-bottom: 10px;
}
.navbar-nav li a{
  color: #fff;
  text-decoration: none;
}
.navbar-nav li a:hover{
  color:#fbc163;
}
.navbar-nav li.active {
  font-weight: bold;
  border-bottom: 3px solid #fbc163;
}

/**/
.div-user {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -35px;
}
.ico-user {
  margin-right: 12px;
}
.div-user .ico-user i {
  background-color: #fbc163;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
}
.div-user .info-user small {
  color: #fbc163;
}
.div-user .info-user p {
  color: #fff;
  margin: 0;
}
.logout {
  margin-left: 40px;
  margin-top: 22px;
}
.logout img {
  width: 20px;
}

/**/
main {
  display: flex;
  padding: 0;
  margin-top: 80px;
  flex-direction: column;
    flex-wrap: nowrap;
}
.contenedor-basic{
  padding: 15px 20px;
  position: relative;
}

/**/
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #0F69C4;
  color:#fff;
}
.stepper-item.completed .step-name{
  color:#0F69C4;
}
.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #0F69C4;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
/**/
.circlePasos:before{
  content: '';
  background-color: #FBC163;
  width: 53px;
  height: 53px;
  position: absolute;
  left:-45px;
  top: 17px;
  border-radius: 30px;
  
}
/**/
.cont-docs{
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.div-doc{
  padding: 10px;
  border-radius: 5px;
  width: 22%;
  margin:15px 5px;
  position: relative;
  text-align: center;
}
.div-doc hr{
  margin-top: 5px;
  margin-bottom: 10px;
}
/*.div-doc a{
  display: block;
  text-decoration: none;
}*/
.tooltip-quest{
  background-color: #FBC163;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  border:none;
}
.tooltip-quest i{
  font-size: 12px;
}
.ico-doc{
  text-align: center;
  display: block;
  padding: 10px;
}
.ico-doc i{
  font-size: 55px;
  color: #FBC163;
}
.text-doc{
  text-decoration: none;
  color: #BBBBBB;
  font-size: 12px;
}
.div-doc p {
    color: #0067ba;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 15px;
}
.doc-obl{
  float: right;
  display: block;
  margin: 0;
  background-color: #52c2e530;
  padding: 5px 20px;
  font-size: 12px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  margin-right: -35px;
  margin-top: 10px;
  margin-bottom: 10px;

}
.div-doc-completed{
  background-color: #F0F6F8;
  border:1px solid #52C2E5;
}
.div-doc-completed .tooltip-quest{
  background-color:#52C2E5;
}
.div-doc-completed .ico-doc i{
  color: #52C2E5;
}
.div-doc-completed p{
  color: #9f9f9f;
}
.div-doc-falta .ver-doc{
  position: absolute;
  bottom: -29px;
  left: 0;
  background-color: #FBC163;
  width: 100%;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
}
.div-doc-falta p{
  color: #BBBBBB;
}
.div-doc-completed .ver-doc{
  position: absolute;
  bottom: -29px;
  left: 0;
  background-color: #52c2e5;
  width: 100%;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
/**/
#accordionSolicitudes{}
#accordionSolicitudes h4 a{
  text-decoration: none;
  display: block;
}
#accordionSolicitudes .card-header{
  background-color: #fff;
  padding: 20px 25px;
}
#accordionSolicitudes .card-body{
  position: relative;
}
#accordionSolicitudes .accordion{
  width: 100%;
  margin:0;
  padding: 0;
}
.btn-estado{
  padding: 5px 20px;
  border-radius: 5px;
  float: right;
  font-size: 16px;
  margin-top: -4px;
}
.est-proceso{
  background-color: #B7EAFA;
  color: #0067ba;
}
.est-incompleto{
  background-color: #FFD592;
  color: #6D470A;
}
.est-terminado{
  background-color: #BBBBBB;
  color: #fff;
}
#accordionSolicitudes .item-tabla{
  background-color: #F8F8F8;
  padding: 10px 30px;
  border-radius: 3px;
  text-align: center;
  width: 24%;
}
#accordionSolicitudes .item-tabla p{
  margin:7px 0;
}
#accordionSolicitudes .doc-subir{
  float: left;
    display: block;
    margin: 0;
    padding: 5px 20px;
    font-size: 12px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: -35px;
    margin-top: -10px;
    margin-bottom: 10px;
}
#accordionSolicitudes .doc-subir i{
  margin: 0 5px;
}
.search {
  width: 100% !important;
}
/*popover*/
.popover {
  padding: 10px;
  color: #ffffff;
  background-color: rgb(0 0 0 / 88%);
  border-radius: 5px;
  width: 400px;
  max-width: 100%;
}
.popover-header {
  background-color: transparent;
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #000000bd;
}

.popover-body {
  padding: 0;
  color: #fff;
  font-size: 13px;
}
/*Modal*/
.modal-full {
  width: 90%;
  max-width: 90%;
}

.pdf-modal {
  width: 100%;
  height: 80vh;
}

.modal-header {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}


.notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

    .notfound .notfound-404 {
        position: absolute;
        left: 0;
        top: 38px;
        display: inline-block;
        width: 140px;
        height: 143px;
        background-image: url(../assets/img/sad-cry-regular.svg);
        background-size: cover;
    }

        .notfound .notfound-404:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transform: scale(2.4);
            -ms-transform: scale(2.4);
            transform: scale(2.4);
            border-radius: 50%;
            background-color: #0080ff08;
            z-index: -1
        }

    .notfound h1 {
        font-size: 23px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
        color: #4a4a4a;
        text-transform: uppercase;
        line-height: 26px;
    }

    .notfound .text-error p {
        margin: 0;
        font-size: 13px;
        line-height: 19px;
    }

    .notfound .text-error {
        padding: 15px;
        background-color: #fffbdc73;
        border-radius: 5px;
        margin: 12px 0;
    }

@media only screen and (max-width:767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px
    }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px
    }
}

.text-purple {
    color: #544595 !important;
}
