/* line 61, ../../scss/_base.scss */
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: black;
  font-weight: 900;
}
/* line 69, ../../scss/_base.scss */
.slick-prev:before {
  content: '\f053';
}
/* line 75, ../../scss/_base.scss */
.slick-next:before {
  content: '\f054';
}
@media screen and (max-width: 28em) {
  /* line 81, ../../scss/_base.scss */
  .slick-prev {
    left: -10px;
  }
  /* line 85, ../../scss/_base.scss */
  .slick-next {
    right: -10px;
  }
}

/* line 93, ../../scss/_base.scss */
.background-cover {
  background-size: cover;
  background-position: center;
}

/* line 7, ../scss/configuracion.scss */
.configuracion--inner {
  font-size: 0.8rem;
  padding: .5rem .25rem;
}
/* line 11, ../scss/configuracion.scss */
.configuracion--inner .btn-link {
  padding: 0;
  margin-bottom: .25rem;
}
/* line 17, ../scss/configuracion.scss */
.configuracion--btn {
  position: absolute;
  right: -35px;
  top: 1rem;
  width: 35px;
  height: 35px;
  background-color: #cad5da;
  display: flex;
  align-items: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 29, ../scss/configuracion.scss */
.configuracion--btn:hover {
  background-color: #c0cdd4;
  cursor: pointer;
}

/* line 39, ../scss/configuracion.scss */
.core--configuracion a, .core--parent a {
  color: #3075d2;
}
/* line 42, ../scss/configuracion.scss */
.core--configuracion a:hover, .core--parent a:hover {
  color: #c73937;
}
/* line 48, ../scss/configuracion.scss */
.core--configuracion {
  padding: .75rem 1rem;
  font-size: 0.8rem;
}
/* line 52, ../scss/configuracion.scss */
.core--configuracion .dropdown-menu {
  padding: .5rem 1rem;
  font-size: 0.8rem;
}
/* line 58, ../scss/configuracion.scss */
.core--configuracion .form-listados select {
  width: 140px;
  height: 25px;
  margin-right: .25rem;
}
/* line 64, ../scss/configuracion.scss */
.core--configuracion .form-listados input {
  width: 60px;
}
/* line 68, ../scss/configuracion.scss */
.core--configuracion .form-listados--inner {
  max-height: 200px;
  overflow: auto;
}
/* line 75, ../scss/configuracion.scss */
.core--seccion {
  display: inline-block;
  margin-right: 1rem;
}
/* line 80, ../scss/configuracion.scss */
.core--item {
  margin-bottom: .5rem;
  padding-bottom: .25rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
/* line 87, ../scss/configuracion.scss */
.core--item i {
  margin-right: .25rem;
}
/* line 92, ../scss/configuracion.scss */
.core--parent {
  position: relative;
}
/* line 96, ../scss/configuracion.scss */
.core--inactivo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
/* line 105, ../scss/configuracion.scss */
.core--inactivo-inner {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
/* line 117, ../scss/configuracion.scss */
.core--elemento {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: .5rem;
  background-color: #ccc;
  z-index: 3;
}
/* line 125, ../scss/configuracion.scss */
.core--elemento a {
  font-size: 1rem;
  margin-right: .25rem;
}
