body {
  height: 100%;
  background: #FEFEFE;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s ease all;
}
body.dark {
  background: #111111;
  color: #fff;
}
body.dark .blog .posts-list article {
  background-color: #222222;
}
body.dark .blog .posts-list .post-date {
  color: #fff;
}
body.dark .blog .posts-list .title a:hover {
  color: #ACABAB;
}
body.dark .features .icon-box {
  background: #222222;
}
body.dark .features .icon-box h3 a {
  color: #fff;
}
body.dark .features .icon-box h3 a:hover {
  color: #ACABAB;
}
body.dark .row2 {
  background-color: #222222;
}
body.dark .row2 .postprofile-name a {
  color: #fff;
}
body.dark .row2 .post-head h2 {
  color: #fff;
}
body.dark .row2 .postbody p {
  color: #fff;
}
body.dark .card {
  background-color: #222222;
  transition: 0.5s ease all;
}
body.dark .card .card-body .form-control {
  background-color: #222222;
  color: #fff;
  transition: 0.5s ease all;
}
body.dark .modal-header {
  background-color: #222222;
  color: #fff;
}
body.dark .modal-body {
  background-color: #222222;
  color: #fff;
}
body.dark .modal-body .form-control {
  background-color: #222222;
  color: #fff;
}
body.dark .modal-footer {
  background-color: #222222;
  color: #fff;
}
body.dark .pro-card {
  background-color: #858585;
  transition: 0.5s ease all;
}
body.dark .funciones-section .container .accordion .contentBx .content ul {
  color: #111111;
}

.switch {
  background: #343D5B;
  border-radius: 1000px;
  border: none;
  position: relative;
  cursor: pointer;
  display: flex;
  outline: none;
  transition: 0.3s ease all;
}
.switch::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #F1F1F1;
  top: 0;
  left: 0;
  right: unset;
  border-radius: 100px;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.switch.active {
  background: orange;
  color: #000;
}
.switch.active::after {
  right: 0;
  left: unset;
}
.switch span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: none;
  color: #fff;
}/*# sourceMappingURL=estilos-dark.css.map */