:root {
  --vd-backgroung-login-color: rgba(255, 255, 255, 0.8);
  --vd-backgroung-login-image: url(../../img/background-img/default_01.jpg);
  --vd-logo-vd: url(../../img/Logo_2.0/Logo_VD_C_03.png);
  --vd-gray-100: #f8f9fa;
  --vd-gray-200: #e9ecef;
  --vd-gray-300: #dee2e6;
  --vd-gray-400: #ced4da;
  --vd-gray-500: #adb5bd;
  --vd-gray-600: #6c757d;
  --vd-gray-700: #495057;
  --vd-gray-800: #343a40;
  --vd-gray-900: #212529;
}

.vd-bg-gray-100 {
  background-color: var(--vd-gray-100);
}

.vd-bg-gray-200 {
  background-color: var(--vd-gray-200);
}

.vd-bg-gray-300 {
  background-color: var(--vd-gray-300);
}

.vd-bg-gray-400 {
  background-color: var(--vd-gray-400);
}

.vd-bg-gray-500 {
  background-color: var(--vd-gray-500);
}

.vd-bg-gray-600 {
  background-color: var(--vd-gray-600);
}

.vd-bg-gray-700 {
  background-color: var(--vd-gray-700);
}

.vd-bg-gray-800 {
  background-color: var(--vd-gray-800);
}

.vd-bg-gray-900 {
  background-color: var(--vd-gray-900);
}

.vd-f-10 {
  font-size: 10px;
}

.vd-f-12 {
  font-size: 12px;
}

.vd-f-14 {
  font-size: 14px;
}

.vd-f-16 {
  font-size: 16px;
}

.vd-f-18 {
  font-size: 18px;
}

@media (min-width: 0) {
  .fz-xs {
    font-size: 0.7em;
  }
}

@media (min-width: 576px) {
  .fz-sm {
    font-size: 0.9em;
  }
}

@media (min-width: 768px) {
  .fz-md {
    font-size: 1.1em;
  }
}

@media (min-width: 992px) {
  .fz-lg {
    font-size: 1.4em;
  }
}

@media (min-width: 1200px) {
  .fz-xl {
    font-size: 1.7em;
  }
}

@media (min-width: 1400px) {
  .fz-xxl {
    font-size: 1.9em;
  }
}

#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.SmallBox {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 420px;
  color: #fff;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent;
}

.SmallBox:hover {
  border: 1px solid #fff;
  cursor: pointer;
}

.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}

.SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 20px;
}

.SmallBox .textoFoto {
  width: 78%;
  margin: 3px 20px 3px 80px;
  float: left;
}

.SmallBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  display: block;
  margin: 4px 0;
}

.SmallBox p {
  font-size: 13px;
  margin-top: 2px;
}

#divMiniIcons .cajita {
  text-align: center;
  vertical-align: middle;
  padding: 4px 6px;
  color: #FFF;
  float: right;
  cursor: pointer;
  display: block;
  background-color: red;
  font-size: 17px;
  margin-left: 4px;
  margin-top: 5px;
}

#divMiniIcons .cajita:active {
  top: 1px;
  left: 1px;
  position: relative;
}

.cajita img {
  width: 23px;
  height: 23px;
  padding-left: 3px;
  padding-top: 3px;
}

.bigBox .bigboxicon {
  font-size: 30px;
  text-align: left;
  position: absolute;
  top: 120px;
  left: 6px;
  z-index: 0;
}

.bigBox .bigboxnumber {
  width: 100%;
  text-align: right;
  font-size: 25px;
}

.bigBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #004d60;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 390px;
  height: 150px;
  color: #fff;
  z-index: 99999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.bigBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 5px 0 !important;
  display: block;
}

.bigBox p {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 450px) and (max-width: 767px) {
  #divSmallBoxes {
    position: fixed;
    width: 90%;
    right: 0;
    top: 0;
  }
  .SmallBox {
    width: 95%;
  }
  .SmallBox:hover {
    box-shadow: 0 0 10px #888;
    cursor: pointer;
  }
  .SmallBox span {
    font-size: 16px;
  }
  .SmallBox p {
    font-size: 12px;
    margin-top: 2px;
  }
  .SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
  }
  .SmallBox .textoFoto {
    width: 55%;
    margin: 3px 20px 3px 80px;
    float: left;
  }
  #divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
  }
  .miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
  }
  .miniIcono {
    height: 100%;
    font-size: 20px;
  }
  .bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 88%;
    height: 150px;
    color: #fff;
    z-index: 99999;
  }
  .divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
  }
  .MessageBoxContainer {
    top: 25%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
  }
  .MessageBoxMiddle {
    position: relative;
    left: 0;
    width: 100%;
    padding: 3px;
  }
  .MessageBoxMiddle .MsgTitle {
    font-size: 22px;
  }
  .MessageBoxMiddle .pText {
    font-size: 13px;
  }
  .MessageBoxContainer input,
  .MessageBoxContainer select {
    width: 50%;
    padding: 5px;
  }
  .MessageBoxButtonSection {
    width: 100%;
    height: 30px;
  }
  .MessageBoxButtonSection button {
    float: right;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.back-body {
  background-image: var(--vd-backgroung-login-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.login {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 12px #000;
}
.loginColumns {
  max-width: 500px;
}
.login-portal {
  background-color: rgba(0, 0, 0, 0.4);
}
.login-portal > h2 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px rgba(12, 13, 14, 0.9215686275);
  font-weight: bold;
}
.login-portal > h4 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}
.login-portal > img.escudo {
  top: -6;
  width: 36%;
  height: 130px;
  position: relative;
  Background: var(--vd-backgroung-login-color);
  Border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
  display: flex;
  background-image: var(--vd-logo-vd);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 166;
  margin: auto;
}
.login-portal > img.escudo.cambiar-imagen {
  --vd-logo-vd: url(https://cartagena.vecinodigital.cl/Vecino_Digital/img/background_login/escudo_cerrillos.png);
}
.login-portal > .content_login {
  background-color: transparent;
  border-style: none;
}

.font-alert-error {
  color: black;
  font-weight: bold;
}

/*
p{
    @include breakpoint.breakpoint(xl) {
      font-size: 1.5rem;
     }
  }*/
.hidden-element {
  display: none;
}

.fade.in {
  opacity: 1 !important;
}

.shortcut_panelPagos2 {
  width: 80% !important;
  margin: 0 0px 0px 0 !important;
  height: 61px !important;
  text-align: center !important;
  position: relative !important;
  float: left !important;
  padding: 3px 6px 6px 7px !important;
  font-size: 0.9em !important;
  box-shadow: inset 0px 0px 0px 1px rgb(0, 0, 0), 0 1px 0 #908a8a !important;
  border: 1px solid #ccc !important;
}

.ibox-content-base {
  border-radius: 0.6em 0.6em 0.6em 0.6em;
  background-color: var(--vd-gray-300);
  padding-left: 0px;
  padding-right: 0px;
  border: 2px var(--vd-gray-300) solid;
}
.ibox-content-base > .ibox-content-title {
  background-color: var(--vd-gray-800);
  width: 100%;
  padding-left: 0;
  padding: 1px;
  border-radius: 0.6em 0.6em 0em 0em;
  padding: 8px 8px 2px;
  min-height: 30px;
}
.ibox-content-base > .ibox-content-vd {
  background-color: var(--vd-gray-300);
}

/*# sourceMappingURL=vecino_digital.css.map */
