@charset "UTF-8";
.fill-height {
  min-height: 100%;
  height: auto !important;
  /* cross-browser */
  height: 100%;
  /* cross-browser */ }

a {
  color: #3b2f7f; }
  a:hover {
    color: #9085d2; }

.bg-saisho {
  background-color: #3b2f7f !important; }

.text-saisho {
  color: #3b2f7f !important; }

html, body {
  height: 100%; }

body {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  color: #333333; }

.visible {
  display: block !important; }

.no-visible {
  display: none !important; }

#appEspacio {
  position: relative;
  width: 100%;
  padding-top: 40px; }

.contenido-principal {
  min-height: calc(100vh - 56px); }
  .contenido-principal > .d-flex {
    min-height: calc(100vh - 56px); }

.tooltip-info {
  position: absolute;
  font-size: 22px;
  top: 0;
  right: -22px;
  width: auto; }
  .tooltip-info.relative {
    position: relative;
    display: inline-block; }
  .tooltip-info i {
    color: #000000; }

.tox-statusbar__branding {
  display: none; }

header {
  height: 56px; }

main {
  padding-top: 18px; }

#main-nav {
  color: #000000;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: .5rem 1rem;
  background: #ffffff; }
  #main-nav .navbar-nav .nav-item .nav-link, #main-nav .navbar-nav .nav-item .link-navbar-custom {
    font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
    color: #000000;
    transition: color .3s ease;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px; }
    #main-nav .navbar-nav .nav-item .nav-link:hover, #main-nav .navbar-nav .nav-item .link-navbar-custom:hover {
      color: #9085d2; }
  @media (min-width: 1293px) {
    #main-nav .central-menu {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (min-width: 768px) {
    #main-nav #navbarSupportedContent {
      flex: 0; } }
  @media screen and (min-width: 992px) {
    #main-nav #navbarSupportedContent {
      flex: 0; } }
  @media screen and (min-width: 1293px) {
    #main-nav #navbarSupportedContent {
      flex: 1; } }
  #main-nav .navbar-collapse {
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      #main-nav .navbar-collapse {
        flex: 0; } }

.navbar .navbar-toggler {
  border: 0; }
  .navbar .navbar-toggler .burger {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0px;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .navbar .navbar-toggler .burger span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      left: 0;
      background: #000000;
      border-radius: 9px;
      opacity: 1;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .navbar .navbar-toggler .burger span:nth-child(1) {
        width: 0%;
        top: 10px;
        left: 50%;
        opacity: 0; }
      .navbar .navbar-toggler .burger span:nth-child(2) {
        top: 10px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .navbar .navbar-toggler .burger span:nth-child(3) {
        top: 10px;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .navbar .navbar-toggler .burger span:nth-child(4) {
        width: 0%;
        top: 10px;
        left: 50%;
        opacity: 0; }
  .navbar .navbar-toggler.collapsed .burger span {
    width: 100%;
    left: 0; }
    .navbar .navbar-toggler.collapsed .burger span:nth-child(1) {
      top: 0px;
      opacity: 1; }
    .navbar .navbar-toggler.collapsed .burger span:nth-child(2), .navbar .navbar-toggler.collapsed .burger span:nth-child(3) {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 10px; }
    .navbar .navbar-toggler.collapsed .burger span:nth-child(4) {
      top: 20px;
      opacity: 1; }

.sidebar {
  width: 300px;
  margin-left: 0;
  padding: 20px;
  transition: all .25s ease-in-out; }
  .sidebar.ocultarSidebar {
    margin-left: -300px; }
  .sidebar .nav .nav-item svg {
    position: absolute;
    left: 11px;
    top: 12px;
    margin-right: 7px;
    margin-bottom: 2px;
    width: 16px;
    height: 16px;
    opacity: .5; }
  .sidebar .nav .nav-item .nav-link {
    position: relative;
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    padding-left: 40px;
    transition: all .25s ease-in-out; }
    .sidebar .nav .nav-item .nav-link:hover {
      padding-left: 45px; }
      .sidebar .nav .nav-item .nav-link:hover svg {
        opacity: .8; }

.top-actions {
  position: absolute;
  top: 13px; }

#BtnSidebarEspacio {
  background: rgba(0, 0, 0, 0.5);
  transition: all .25s ease-in-out; }
  #BtnSidebarEspacio:hover {
    background: #000000; }
  #BtnSidebarEspacio:focus {
    border: 0;
    box-shadow: none; }

#BtnBackEspacio {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  border: none;
  background-color: transparent;
  text-transform: uppercase; }

.profile-sidebar .profile-name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 20px; }
.profile-sidebar .img-mask {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%; }
.profile-sidebar .profile-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto; }

.saisho-btn {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  padding: 5px 19px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .25s ease-in-out; }
  .saisho-btn:hover {
    background: #2b2b2b;
    color: #ffffff; }

.btn-border {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  background: transparent;
  color: #3b2f7f;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 19px;
  border: 2px solid #3b2f7f;
  display: inline-block;
  text-decoration: none;
  transition: all .25s ease-in-out; }
  .btn-border.mayus {
    text-transform: uppercase; }
  .btn-border:hover {
    background: #3b2f7f;
    color: #ffffff; }

.btn-add-more {
  position: relative;
  font-size: 13px;
  margin-top: 5px;
  padding-left: 22px;
  color: #333333;
  text-decoration: none;
  float: right; }
  .btn-add-more:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle-fill' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/></svg>") no-repeat;
    transition: all .25s ease-in-out; }

.btn-basic {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  background: #3b2f7f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 19px;
  border: 2px solid #3b2f7f;
  display: inline-block;
  text-decoration: none;
  transition: all .25s ease-in-out; }
  .btn-basic.btn-basic-small {
    padding: 5px 19px;
    font-size: 12px; }
  .btn-basic.rounded {
    border-radius: 8px; }
  .btn-basic.mayus {
    text-transform: uppercase; }
  .btn-basic.btn-basic-darkgrey {
    background: #888888;
    border: 2px solid #888888;
    color: #ffffff; }
    .btn-basic.btn-basic-darkgrey:hover {
      background: #cacaca;
      border: 2px solid #cacaca;
      color: #ffffff; }
  .btn-basic.btn-basic-grey {
    background: #333333;
    border: 2px solid #333333;
    color: #ffffff; }
    .btn-basic.btn-basic-grey:hover {
      background: #888888;
      border: 2px solid #888888;
      color: #ffffff; }
  .btn-basic[disabled] {
    background: #cacaca !important;
    border: 2px solid #cacaca; }
  .btn-basic:hover {
    background: #9085d2;
    border: 2px solid #9085d2;
    color: #ffffff; }

.btn-back {
  top: 18px;
  right: 25px;
  text-decoration: none; }
  .btn-back:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233b2f7f' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'><path d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/></svg>") no-repeat;
    transition: all .25s ease-in-out; }
  .btn-back:hover:before {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239085d2' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'><path d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/></svg>") no-repeat; }

.btn-mini {
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px;
  font-size: 13px;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all .25s ease-in-out; }
  .btn-mini.btn-mini-black {
    background-color: #000000;
    color: #ffffff; }
    .btn-mini.btn-mini-black:hover {
      background-color: #333333;
      color: #ffffff; }
  .btn-mini.btn-mini-green {
    background-color: #5ea248;
    color: #ffffff; }
    .btn-mini.btn-mini-green:hover {
      background-color: #318a15;
      color: #ffffff; }
  .btn-mini.btn-mini-red {
    background-color: #d02a2a;
    color: #ffffff; }
    .btn-mini.btn-mini-red:hover {
      background-color: #a91414;
      color: #ffffff; }
  .btn-mini.btn-mini-blue {
    background-color: #1f649e;
    color: #ffffff; }
    .btn-mini.btn-mini-blue:hover {
      background-color: #468bc5;
      color: #ffffff; }
  .btn-mini.circle {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%; }
    .btn-mini.circle:hover {
      background-repeat: no-repeat; }
  .btn-mini.editar {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-pencil' viewBox='0 0 16 16'><path d='M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z'/></svg>"); }
    .btn-mini.editar:hover {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-pencil' viewBox='0 0 16 16'><path d='M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z'/></svg>"); }
  .btn-mini.guardar {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-save' viewBox='0 0 16 16'><path d='M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z'/></svg>"); }
    .btn-mini.guardar:hover {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-save' viewBox='0 0 16 16'><path d='M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z'/></svg>"); }
  .btn-mini.desactivar {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-power' viewBox='0 0 16 16'><path d='M7.5 1v7h1V1h-1z'/><path d='M3 8.812a4.999 4.999 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812z'/></svg>"); }
    .btn-mini.desactivar:hover {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-power' viewBox='0 0 16 16'><path d='M7.5 1v7h1V1h-1z'/><path d='M3 8.812a4.999 4.999 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812z'/></svg>"); }
  .btn-mini.eliminar {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff' class='bi bi-x' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>"); }
    .btn-mini.eliminar:hover {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff' class='bi bi-x' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>"); }
  .btn-mini.ver {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-eye' viewBox='0 0 16 16'><path d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/><path d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/></svg>"); }
    .btn-mini.ver:hover {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-eye' viewBox='0 0 16 16'><path d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/><path d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/></svg>"); }

.icon-info {
  text-decoration: none; }
  .icon-info:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000000' class='bi bi-info-circle' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/></svg>") no-repeat;
    transition: all .25s ease-in-out; }

/*Radio buttons bajo medio alto*/
.radio-group {
  border: solid 2px #6454c0;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden; }
  .radio-group input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none; }
    .radio-group input[type=radio]:checked + label {
      color: #ebe9f7;
      background: #6454c0; }
  .radio-group label {
    color: #3b2f7f;
    display: inline-block;
    cursor: pointer;
    margin-right: -4px;
    font-size: 15px;
    padding: 3px 17px; }
    .radio-group label + input[type=radio] + label {
      border-left: solid 2px #6454c0; }

.btn-group {
  margin-bottom: 8px; }
  .btn-group .btn-outline-primary {
    color: #3b2f7f;
    border-color: #3b2f7f;
    box-shadow: none !important; }
    .btn-group .btn-outline-primary:hover {
      background-color: #3b2f7f;
      border-color: #3b2f7f;
      color: #ffffff; }
  .btn-group .btn-check:checked + .btn-outline-primary {
    background-color: #3b2f7f;
    border-color: #3b2f7f;
    color: #ffffff; }

/* Radio buttons botones */
.radio-botones input {
  display: none; }
  .radio-botones input:checked + label {
    background: #7468b8; }
.radio-botones label {
  display: inline-block;
  background: #3b2f7f;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0 5px 5px 0;
  padding: 7px 10px;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer; }

.switch-custom {
  position: relative;
  width: 74px;
  height: 36px;
  overflow: hidden;
  border-radius: 100px; }
  .switch-custom .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3; }
    .switch-custom .checkbox:checked + .knobs:before {
      content: 'Sí';
      left: 42px;
      background-color: #3b2f7f; }
    .switch-custom .checkbox:checked ~ .layer {
      background-color: #e5e2f7; }
  .switch-custom .knobs {
    z-index: 2; }
    .switch-custom .knobs:before {
      content: 'No';
      position: absolute;
      top: 4px;
      left: 4px;
      width: 20px;
      height: 10px;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      line-height: 1;
      padding: 9px 4px;
      background-color: #888888;
      border-radius: 50%;
      transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
      box-sizing: content-box; }
  .switch-custom .layer {
    width: 100%;
    background-color: #f5f5f5;
    transition: 0.3s ease all;
    border-radius: 100px;
    z-index: 1; }
  .switch-custom .knobs, .switch-custom .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s ease all; }
  .switch-custom:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px; }

.main-title {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    .main-title {
      font-size: 2.7rem; } }

.secondary-title {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 1.5rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #ced4da; }

/* SELECT de CHOICES */
.choices .choices__inner {
  min-height: 38px;
  padding: .375rem .75rem;
  font-size: 1rem;
  border: 1px solid #ced4da; }
.choices .choices__inner, .choices .choices__input {
  background: #ffffff; }
.choices .choices__input {
  margin-bottom: 0; }
.choices .choices__list--multiple .choices__item {
  background-color: #3b2f7f;
  border: 1px solid #e5e2f7; }

.choices__list--single {
  padding: 0; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  border-left: 1px solid #e5e2f7; }

/* SELECT DE SELECT2 */
.select2 .select2-selection__rendered .select2-selection__choice {
  background: #e5e2f7;
  color: #3b2f7f;
  border-radius: 12px;
  font-size: 14px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  border-color: #3b2f7f; }
  .select2 .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    border-color: #3b2f7f;
    color: #3b2f7f; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da; }
.select2-container--default .select2-selection--multiple {
  min-height: 38px;
  border-color: #ced4da;
  border-radius: .25rem; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    height: 38px;
    border-color: #ced4da; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 38px; }

.c-cards-estadisticas .card {
  position: relative;
  height: 100%;
  min-height: 150px;
  border: 0;
  border-radius: 6px; }
  .c-cards-estadisticas .card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #3b2f7f;
    border-radius: 6px;
    opacity: .7;
    z-index: 0;
    transition: all .25s ease-in-out; }
  .c-cards-estadisticas .card:hover:after {
    opacity: .5; }
.c-cards-estadisticas a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  z-index: 1; }
.c-cards-estadisticas .icono svg {
  width: 100px; }

.c-cards-rounded {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
  padding: 20px 38px; }

.card {
  /* Mi espacio artistico */ }
  .card .contenedor-texto {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
  .card.card--plan {
    border-radius: 20px;
    border: 4px solid #d1d1d1; }
    .card.card--plan .card-body-header {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .card.card--plan .card-body-header {
          min-height: 235px; } }
      @media (min-width: 1600px) {
        .card.card--plan .card-body-header {
          min-height: 220px; } }
    .card.card--plan .text-extra {
      font-size: 15px; }

.flash-success, .flash-fail {
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.flash-success {
  background: #e4f7dd;
  border: 1px solid #5ea248;
  color: #5ea248; }

.flash-fail {
  background: #fff0f0;
  border: 1px solid #d02a2a;
  color: #d02a2a; }

input[type=checkbox].form-check-input:checked {
  background-color: #3b2f7f;
  border-color: #3b2f7f; }

.form-estandar {
  padding: 0 30px; }
  .form-estandar .col-form-label {
    font-weight: 600; }
  .form-estandar .col-form-input {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px); }
    .form-estandar .col-form-input.form-check-input {
      margin-top: 10px; }
  .form-estandar .imagen-subida {
    width: auto;
    max-height: 250px; }
  .form-estandar .form-check-input:checked {
    background-color: #3b2f7f;
    border-color: #3b2f7f; }
  .form-estandar fieldset {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .form-estandar fieldset:last-of-type {
      border-bottom: 0; }
    .form-estandar fieldset legend {
      color: #3b2f7f;
      margin-bottom: 27px; }
      .form-estandar fieldset legend.inline {
        width: auto;
        display: inline-block; }
  .form-estandar .col-md-9 .choices {
    margin-bottom: 5px; }
  .form-estandar.max-900 {
    width: 100%;
    max-width: 900px; }
  .form-estandar.max-700 {
    max-width: 700px;
    width: 100%; }
  .form-estandar .alert-form {
    display: none;
    background: #fff0f0;
    border: 1px solid #d02a2a;
    border-radius: 5px;
    padding: 5px;
    color: #d02a2a; }
  .form-estandar input.error, .form-estandar select.error {
    border-color: #d02a2a; }
  .form-estandar select.error + .select2 .select2-selection {
    border-color: #d02a2a; }

.form-buscador .form-check-switch label {
  vertical-align: top;
  padding-top: 6px; }

.form-design.max-700 {
  width: 100%;
  max-width: 700px; }
.form-design input {
  background: #F8F7FA;
  color: #3b2f7f;
  border: 0; }
.form-design .form-check-input {
  border: 1px solid #ced4da; }
.form-design label {
  color: #3b2f7f; }
.form-design .select2 .select2-selection {
  border: 0;
  background: #F8F7FA;
  height: 54px; }
.form-design .select2 .select2-selection__rendered {
  color: #3b2f7f;
  line-height: 54px; }

.modal-logo .modal-dialog {
  max-width: 600px; }
.modal-logo .modal-header img {
  width: 72%;
  max-width: 294px;
  padding: 12px;
  margin: 0 auto; }
.modal-logo .modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px; }
.modal-logo .modal-body {
  padding: 1.6rem; }

.elecciones-radio {
  display: flex;
  flex-flow: row wrap; }
  .elecciones-radio .elemento {
    flex: 1;
    padding: 0.5rem; }
    .elecciones-radio .elemento input[type=radio] {
      display: none; }
      .elecciones-radio .elemento input[type=radio]:not(:disabled) ~ label {
        cursor: pointer; }
      .elecciones-radio .elemento input[type=radio]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed; }
    .elecciones-radio .elemento label {
      height: 100%;
      display: block;
      background: #ffffff;
      border: 2px solid #F2F2F2;
      padding: 1rem;
      padding-bottom: 100px;
      margin-bottom: 1rem;
      text-align: center;
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
      border-radius: 8px;
      position: relative;
      box-sizing: border-box; }
  .elecciones-radio input[type="radio"]:checked + label {
    background: #ffffff;
    color: #333333;
    border: 2px solid #3b2f7f;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
    border-radius: 8px; }
  .elecciones-radio .opcion-titulo {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em; }
  .elecciones-radio .opcion-explicacion {
    display: block;
    width: 100%;
    padding: 0 12px;
    max-width: 250px;
    margin: 0 auto;
    text-align: left; }
    .elecciones-radio .opcion-explicacion .listado {
      position: relative;
      display: block; }
      .elecciones-radio .opcion-explicacion .listado:before {
        content: "-";
        display: inline-block;
        margin-left: -10px;
        width: 10px;
        height: 100%;
        color: #3b2f7f; }
  .elecciones-radio .precio {
    display: block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%); }

@media only screen and (max-width: 700px) {
  .elecciones-radio {
    flex-direction: column; }
    .elecciones-radio .elemento label {
      padding-bottom: 1rem; }
    .elecciones-radio .precio {
      display: block;
      text-align: center;
      font-size: 18px;
      position: relative;
      bottom: auto;
      left: auto;
      transform: none;
      margin-top: 30px; } }
.c-paginacion {
  margin: 40px 20px; }
  .c-paginacion .paginacion {
    display: flex;
    list-style: none;
    margin: 0 auto;
    justify-content: center; }
    .c-paginacion .paginacion li {
      background-color: #c3c3c3;
      background-image: no-repeat;
      margin: 0 4px;
      border-radius: 2px;
      transition: all .25s ease-in-out; }
      .c-paginacion .paginacion li a {
        width: 100%;
        height: 100%; }
      .c-paginacion .paginacion li a, .c-paginacion .paginacion li span {
        font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
        display: inline-block;
        text-decoration: none;
        color: #ffffff;
        padding: 2px 10px;
        font-weight: 500; }
      .c-paginacion .paginacion li:hover {
        background-color: #000000; }
      .c-paginacion .paginacion li.active {
        background-color: #000000; }
      .c-paginacion .paginacion li.first-page {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-bar-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0zM4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z'/></svg>");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .c-paginacion .paginacion li.first-page:hover {
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-bar-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0zM4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z'/></svg>");
          background-repeat: no-repeat;
          background-position: 50% 50%; }
      .c-paginacion .paginacion li.next-page {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .c-paginacion .paginacion li.next-page:hover {
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
          background-repeat: no-repeat;
          background-position: 50% 50%; }
      .c-paginacion .paginacion li.previous-page {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .c-paginacion .paginacion li.previous-page:hover {
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
          background-repeat: no-repeat;
          background-position: 50% 50%; }
      .c-paginacion .paginacion li.last-page {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-bar-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0zM11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z'/></svg>");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .c-paginacion .paginacion li.last-page:hover {
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-bar-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0zM11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z'/></svg>");
          background-repeat: no-repeat;
          background-position: 50% 50%; }
      .c-paginacion .paginacion li svg {
        height: 22px; }

.page_title_box {
  /*
  position: relative;
  background: $colorPrimary;
  color: $colorWhite;
  &:before, &:after{
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 1.5rem;
      height: 100%;
      background: $colorPrimary;
  }
  &:before{
      right: 100%;
  }
  &:after{
      left: 100%;
  }
  */ }

.table-lines tr td {
  font-size: 12px;
  padding: 3px 6px;
  border-bottom: 1px solid #ced4da; }
  .table-lines tr td.tipo {
    text-transform: capitalize;
    font-weight: 600; }
  .table-lines tr td.material {
    line-break: anywhere; }
    .table-lines tr td.material a {
      word-break: break-all; }
.table-lines tr:last-child td {
  border-bottom: 0; }

.table-admin thead tr {
  background: #000000; }
  .table-admin thead tr th {
    padding: 14px 10px;
    color: #ffffff;
    font-size: 14px; }
.table-admin tbody tr td {
  font-size: 14px; }
  .table-admin tbody tr td.td-bold {
    font-weight: 600; }
  .table-admin tbody tr td .positivo, .table-admin tbody tr td .negativo {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat; }
  .table-admin tbody tr td .positivo {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%235ea248' class='bi bi-check' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/></svg>"); }
  .table-admin tbody tr td .negativo {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23d02a2a' class='bi bi-x' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>"); }
  .table-admin tbody tr td .img-obra {
    width: 100%;
    max-width: 200px; }
  .table-admin tbody tr td.wordbreak {
    word-break: break-all; }
  .table-admin tbody tr td .btn-mini {
    vertical-align: top; }
.table-admin tbody tr:nth-child(even) td {
  background: #f5f5f5; }

.boton-tasar {
  cursor: pointer; }

/*
@media (max-width: 768px) { 
    .table-admin {
        width:100%;
        thead {
            display: none;
        }
        tr:nth-of-type(2n) {
            background-color: inherit;
        }
        tr td:first-child {
            background: #f0f0f0;
            font-weight:bold;
            font-size:1.3em;
        }
        tbody td {
            display: block;
            text-align:center;
        }
        tbody td:before {
            content: attr(data-th);
            display: block;
            text-align:center;
        }
    }
}
*/
body {
  font-family: "Inter", sans-serif; }

.home-files-container {
  display: grid;
  gap: 1rem; }
.home-file {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 3px dashed #e4e4e4; }
  .home-file-label {
    color: #3b2f7f;
    cursor: pointer;
    font-weight: 600;
    margin-left: 0.5rem; }
  .home-file-selected {
    margin-top: 0.4rem;
    font-weight: 600; }
  .home-file input {
    display: none; }
.home-button {
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1.75rem;
  font-weight: 500;
  color: white;
  background: #3b2f7f;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: 0px; }

.image-background {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 40; }

.form-container {
  width: 100%;
  max-width: 500px;
  background: white;
  height: 100vh;
  z-index: 50;
  position: relative;
  display: block;
  padding: 2rem; }
.form-title {
  font-weight: 600;
  color: #111827; }
.form-description {
  font-weight: 500;
  color: #4b5563; }
.form-input {
  padding: 8px;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem; }
  .form-input:focus {
    outline: none !important;
    border: 2px solid #3b2f7f; }
.form-button {
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1.75rem;
  font-weight: 500;
  color: white;
  background: #3b2f7f;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: 0px; }
.form-progress-circle {
  border-radius: 8rem;
  background: #6b7280;
  color: white;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .form-progress-circle-selected {
    background: #3b2f7f; }

.sign-up-button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: #3b2f7f; }

.hidden {
  display: none !important; }

.card.border-dark {
  border-radius: 12px; }
  .card.border-dark .card-header:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }

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