.page {
  color: #000 !important;
}

.folders {
  background-color: #164C56;
  width: 80%;
  height: 100%;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none;
}
.folders:before {
  content: "";
  width: 100px;
  border-right: 70px solid transparent;
  border-bottom: 50px solid #164C56;
  top: -20px;
  position: absolute;
}
.folders:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6) !important;
}

.card-folder {
  height: 80%;
  width: 100%;
  cursor: pointer;
}
.card-folder:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3) !important;
}
.card-folder:active {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3) !important;
}

.img-folder {
  width: 70%;
  height: 40%;
  justify-content: center;
}

.title-folder {
  font-weight: 500;
}

.new-folder {
  border-style: dashed !important;
  border-color: #707070;
  cursor: pointer;
}

.btn-primary {
  background-color: #164C56 !important;
  border: 1px solid #164C56 !important;
}
.btn-primary:active {
  border-color: #164C56 !important;
}

.page-style1:before {
  background-image: url(/assets/images/login/fondo.png);
  background-color: #F1ECE2 !important;
  background-blend-mode: soft-light !important;
  background-position: top !important;
  background-size: contain !important;
}

.svg-icon, .header-icon, .header-icon2 {
  color: #164C56;
  fill: #164C56;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #164C56;
}

.img-fondo {
  background-image: url(/assets/images/login/img-login2.jpeg);
}

.bg-primary {
  background-color: #71B087 !important;
}

.app-sidebar {
  box-shadow: none;
}

.default-sidebar .app-sidebar {
  box-shadow: none;
}

.app-content {
  background-color: #f2ede3;
}

.header.top-header {
  box-shadow: none;
}

.text-primary {
  font-weight: 900 !important;
  color: #164C56 !important;
}

.bg-modal {
  background-color: #f2ede3;
}

.light-green {
  background-color: #164C56;
  color: #fff;
}
.light-green span {
  color: white;
}

.filepond--root .filepond--credits[style] {
  display: none;
}

.rojo {
  background-color: red;
}
