@charset "UTF-8";

/*
@import "../vendor/bootstrap/scss/bootstrap.scss";*/
.btn-menu {
  margin-left: 10px;
}

/*image*/
.logo-movil {
  display: none;
}

@media (max-width: 767px) {
  .logo-desktop {
    display: none;
  }

  .logo-movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px !important;
    height: auto !important;
  }
}

.notifivations-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notifivations-nav li {
  list-style: none;
  display: inline;
  padding: 0px;
}

.notifivations-nav li a {
  padding: 0em;
}

.notifivations-nav li a i {
  color: #d1d1d1;
}

/*nav user*/
.nav-user {
  width: 100%;
  height: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cont-nav-user-lef {
  width: 70%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cont-toggle-menu {
  padding: 0px 10px 0px 10px;
}

.cont-toggle-menu button {
  margin: auto;
}

.nav-user-cont-togglemenu {
  width: 20%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-user-cont-seacrchbar {
  width: 80%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont-input-icon {
  width: auto;
  padding: 10px;
}

.cont-input-searchbar {
  width: auto;
  padding: 10px;
}

.cont-input-searchbar input {
  width: 300px;
  border: none;
  border-bottom: 1px solid #000000;
}

.cont-nav-user-right {
  width: 30%;
  height: 50px;
}

.nav-user-cont-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.nav-user-cont-profile {
  width: 100%;
  height: 50px;
}

@media (max-width: 650px) {
  .cont-input-searchbar input {
    width: 200px;
  }
}

@media (max-width: 500px) {
  .nav-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont-nav-user-lef {
    width: 100%;
  }

  .cont-nav-user-right {
    width: 100%;
  }
}

.cont-nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.close-menu {
  position: relative;
  padding-top: 15px;
  margin-left: -40px;
  color: #c2c2c2;
  cursor: pointer;
}

.dropdownx-menu {
  background-color: #252525;
  color: white;
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.dropdownx-menu a {
  color: white;
}

.dropdownx-menu a:hover {
  color: white;
  background-color: #1f1e1e;
}

.navbar-brand {
  margin-left: 19px;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: white;
}

.navbar-nav .nav-item.dropdownx .dropdownx-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "";
  font-family: "Font Awesome 5 Free";
}

.navbar-nav .nav-item.dropdownx.show .dropdownx-toggle::after {
  content: "";
}

.navbar-nav .nav-item.dropdownx.no-arrow .dropdownx-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.brand-hide {
  display: none;
  margin-left: 500px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sidebarToggle {
  padding: 10PX 10px 10px 20px;
  cursor: pointer;
}

.sidebarToggle i {
  width: auto;
  height: auto;
  padding: 0px;
  color: #272626;
  cursor: pointer;
}

.sidebar {
  width: 300px !important;
  background-color: black;
  height: 100vh;
  /*display: none;*/
  position: fixed;
  z-index: 10;
  overflow-y: scroll;
  transition: transform 0.3s ease;
  transform: translate(-100%, 0);
  /*top: 0;*/
}

.sidebar-active {
  transform: translate(0, 0);
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  margin-left: 0px;
  text-align: center;
  padding: 1rem;
  width: 50px;
  height: 50px;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: none;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  left: calc(50px) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  margin-left: 0px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  width: 270px;
  height: 50px;
  color: #999999;
}

.sidebar .nav-item .nav-link span {
  font-size: 1rem;
  display: inline;
  margin-left: 22px;
}

.sidebar .nav-item .dropdownx-menu {
  position: static !important;
  margin: 0rem;
  top: 0;
}

.sidebar .nav-item.dropdownx .dropdownx-toggle::after {
  display: block;
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

@media (max-width: 991px) {
  .close-menu {
    display: inline;
  }

  .sidebar {
    display: none;
    position: absolute;
    z-index: 10000000000;
  }

  .sidebar .nav-item .nav-link {
    margin-left: 0px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 270px;
    height: 50px;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
    margin-left: 22px;
  }

  .sidebar .nav-item .dropdownx-menu {
    position: static !important;
    margin: 0rem;
    top: 0;
  }

  .sidebar .nav-item.dropdownx .dropdownx-toggle::after {
    display: block;
  }

  .sidebar.toggled {
    overflow: visible;
    background-color: #252525;
    width: 50px !important;
  }

  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .sidebar.toggled .nav-item .nav-link {
    margin-left: 0px;
    text-align: center;
    padding: 1rem;
    width: 50px;
    height: 50px;
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: none;
  }

  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: calc(50px) !important;
    margin: 0;
  }

  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }

  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

/*
.sidebar {
  width: $sidebar-base-width  !important;

  background-color:rgb(0, 0, 0);
  min-height:100vh ;
  @include sidebar-icons;

  .nav-item {
    .nav-link {
      color: fade-out($white, 0.5);
      &:active,
      &:focus,
      &:hover {
        color: fade-out($white, 0.25);
      }
    }
  }
  &.toggled {
    width: 0 !important;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .sidebar {
    width: $sidebar-base-width !important;
    position: absolute;
    z-index: 10000000000;

    .nav-item {
      .nav-link {
        margin-left: 0px;
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: $sidebar-base-width;
              height: 50px;
        span {
          font-size: 1rem;
          display: inline;
          margin-left: 22px;
        }
      }
      .dropdownx-menu {
        position: static !important;
        margin: 0rem;

        // Position fix for Firefox
        top: 0;
      }
      &.dropdownx .dropdownx-toggle::after {
        display: block;
      }
    }
    &.toggled {
      overflow: visible;
      background-color: #252525;
      width: $sidebar-collapsed-width !important;
      @include sidebar-icons;

    }
  }
}
*/
.nav .button-dropdownx .dropdownx-menu {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 350px;
  height: 500px;
  padding: 50px;
  margin-top: 120px;
}

.nav .button-dropdownx .dropdownx-menu i {
  color: #ee0000;
  font-size: 40px;
  cursor: pointer;
}

.nav .button-dropdownx {
  position: relative;
  padding: 0px;
}

.nav li a {
  display: block;
  color: white;
  background-color: transparent;
  padding: 10px 20px;
  text-decoration: none;
}

.nav li a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #999;
}

.nav li a:hover,
.nav li a.dropdownx-toggle.active {
  background-color: transparent;
  color: #eeeeee;
}

.nav li a:hover span,
.nav li a.dropdownx-toggle.active span {
  color: #fff;
}

.nav li .dropdownx-menu {
  display: none;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
}

.nav li .dropdownx-menu.active {
  display: block;
}

.nav li .dropdownx-menu a {
  width: 150px;
}

.labelactive .label {
  margin-bottom: 500px;
  position: relative;
  color: red;
}

.input {
  width: 200px;
  height: auto;
  padding: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

.img-user-nav {
  width: 35PX;
  height: 35px;
  border-radius: 100px;
  background-position: center;
  background-size: cover;
}

/*nav user*/
.cont-nav-user {
  padding: 15PX 50PX 15PX 50PX;
  background-color: white;
  -webkit-box-shadow: 2px 4px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 7px -3px rgba(0, 0, 0, 0.25);
}

.thumb-nav {
  width: 45PX;
  height: 45px;
  cursor: pointer;
  border-radius: 100PX;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.item-nav-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
  padding: 0px 20px 0px 20px;
  color: #d1d1d1;
  border-left: 1px solid rgba(248, 248, 248, 0.548);
}

.drop-menu-user {
  background-color: white;
  color: #A1A0AE;
  margin-top: 15px;
  z-index: 10000000;
  position: absolute;
}

.drop-menu-user button {
  background-color: white;
  color: black;
  margin-top: 0px;
}

.drop-menu-user button:hover {
  background-color: white;
  color: #A1A0AE;
}

.drop-nav-user {
  z-index: 800;
  width: 15PX;
  height: 15PX;
  background: white;
  position: absolute;
  margin-left: 130px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.small-nav-user {
  font-size: 10PX;
  margin: 0PX;
  padding-left: 24px;
  color: #cccccc;
}

.dropdownx-item {
  padding-left: 65px;
}

.dropdownx-item p {
  margin-bottom: 0PX;
}

.cont-toggle-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-toggle-nav button {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  border: none;
}

@media (max-width: 768px) {
  .cont-toggle-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.bottom-nav {
  background-color: white;
  color: #a8a8a8;
  text-align: right;
  width: 100%;
  font-size: 14px;
  padding: 5px;
}

.bottom-nav p {
  margin: 0px;
}

/*notoification-nav*/
.notoification-nav {
  padding-left: 15PX;
  padding-right: 15PX;
}

.notification {
  width: 10px;
  height: 10px;
  background-color: #da1515;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  margin-top: -20px;
  margin-left: 8px;
}

.card-notification-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left-color: none;
  border-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  max-height: 500px;
  overflow-y: auto;
}

.footer-notification {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 50px);
  height: 80px;
  background-color: gray;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 270px);
  }
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 50px);
  }
}

.title-cot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.group-buttons-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 766px) {
  .title-cot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title-cot div {
    margin-bottom: 20px;
  }

  .group-buttons-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bg-cotizacion {
  width: 100%;
  height: auto;
  background-color: #222222;
}

.btn-top {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #F8F8F8;
  color: #3B3B3B;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-left: 20px;
}

.btn-top:hover {
  background-color: #00A981;
  color: #F8F8F8;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-top-ad {
  width: auto;
  height: 50px;
  padding: 10px 20px 10px 20px;
  background-color: #F8F8F8;
  color: #3B3B3B;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-left: 20px;
  font-weight: bold;
  font-size: 10pt;
  text-transform: uppercase;
}

.btn-top-ad:hover {
  background-color: #00A981;
  color: #F8F8F8;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nav-top {
  min-width: 900px;
  padding-top: 20px;
}

.nav-top .col-lg-6 {
  margin: 0px;
  padding: 0px;
}

.nav-top h3 {
  color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav-top h3 span {
  border-bottom: 2px solid #F8F8F8;
}

.bg-cont {
  min-width: 1300px;
  height: auto;
  background-color: white;
  padding: 100px;
  -webkit-box-shadow: 0px 7px 35px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 35px -3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  .bg-cont {
    padding: 50px;
  }
}

@media (max-width: 600px) {
  .cent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bg-cont-2 {
  width: 100%;
  height: auto;
  background-color: white;
  -webkit-box-shadow: 0px 7px 35px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 35px -3px rgba(0, 0, 0, 0.5);
}

.contenido .datos-cliente div p {
  margin: 0px;
  padding: 0px;
}

.datos-pago span {
  font-weight: bold;
  margin-right: 10px;
}

footer {
  width: 100%;
  height: auto;
  padding: 50px;
  background-color: black;
}

footer h1 {
  color: #F8F8F8;
}

.precios {
  font-weight: bold;
  margin-right: 10px;
}

.right {
  width: 135PX;
  text-align: left;
}

.right span {
  margin-right: 5px;
  font-weight: lighter;
}

.left {
  width: 120px;
  text-align: left;
}

.item-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: white;
  color: black;
  margin-top: 30px;
  z-index: 100000000000;
}

.item-divider p {
  background-color: white;
  padding: 10px;
}

.divider {
  width: 100%;
  height: 1PX;
  background-color: #D3D3D3;
  margin-top: -45px;
  margin-bottom: 20px;
  z-index: 10;
}

.btn-login-facebook {
  width: 100%;
  background-color: #3B5998;
  color: white;
}

.btn-login-facebook:hover {
  background-color: #2F497F;
}

.btn-login-google {
  width: 100%;
  background-color: transparent;
  border: 2px solid black;
  color: black;
}

.btn-login-google:hover {
  background-color: black;
  color: white;
}

.modal-footer {
  border: none;
}

.input-login {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #878787;
  border-radius: 3px;
  color: #878787;
}

.btn-black {
  width: 100%;
  height: auto;
  padding: 10px;
  color: white;
  background-color: black;
  border: 2px solid black;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-black:hover {
  color: black;
  background-color: white;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-transparent {
  background-color: transparent;
}

/*roberto*/
.inputs-row {
  width: 100%;
  height: auto;
  padding: 10px;
}

.contenedor-toggle {
  width: 100%;
  height: auto;
  padding: 10PX;
}

#toggleSlide {
  width: 100%;
}

.cont-button-toggle {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0px;
}

.btn-toggle {
  width: auto;
  height: auto;
  padding: 10px;
  border: none;
  color: black;
  background-color: transparent;
}

.cont-padding {
  padding-left: 15PX;
  padding-right: 0px;
}

.btn-menu {
  margin-left: 10px;
}

/*image*/
.nav-info-user {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*ALERTA DE CONFIRMACION PARA ELIMINAR USUARIO*/
.alert-confirmation {
  color: #A1A0AE;
  display: none;
}

.alert-confirmation p a {
  color: #3d3d3d;
  text-decoration: underline;
}

.cont-thumb-porfile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}

.thumb-porfile-nav {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 110PX;
  height: 110PX;
  border-radius: 100PX;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cont-data-user-master {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cont-data-user-master span {
  font-weight: bold;
}

.data-user-row-left {
  padding: 10px;
}

.data-user-row-left p {
  margin-bottom: 0px;
}

.data-user-row-right {
  padding: 10px;
}

@media (max-width: 1300px) {
  .nav-info-user {
    width: 100%;
  }
}

@media (max-width: 1300px) and (max-width: 1000px) {
  .cont-thumb-porfile-nav {
    width: 25%;
  }

  .cont-data-user-master {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 1300px) and (max-width: 962px) {
  .nav-info-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cont-thumb-porfile-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
  }

  .cont-data-user-master {
    width: 100%;
  }
}

@media (max-width: 1300px) and (max-width: 562px) {
  .cont-data-user-master {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .data-user-row-left {
    width: 100%;
  }

  .data-user-row-right {
    width: 100%;
  }
}

.info-nav-user div {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.info-nav-user p {
  margin-bottom: 5px;
}

.info-nav-user p span {
  font-weight: bold;
}

.cont-data-user {
  width: 50%;
  color: black;
}

.cont-data-user span {
  font-weight: bold;
  color: black;
}

@media (max-width: 1200px) {
  .cont-data-user {
    width: 70%;
  }
}

@media (max-width: 1000px) {
  .cont-data-user {
    width: 100%;
  }
}

/*card users*/
.cont-contacts {
  padding: 20px;
}

.card-contact {
  width: 100%;
  height: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 3PX;
  border: 1px solid #ECECEC;
}

.nav-contacts {
  padding: 10px;
  color: black;
}

.nav-contacts:hover {
  text-decoration: none;
  color: #A1A0AE;
}

.thum-contact-card {
  width: 100PX;
  height: 100px;
  min-width: 100PX !important;
  min-height: 100px !important;
  padding: 50PX;
  border-radius: 100PX;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.username_enabled-contact {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.data-contact-card {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 5px 50px 5px 20px;
  color: #A1A0AE;
}

.data-contact-card h6 {
  margin: 0px;
}

.data-contact-card p {
  margin: 0px;
}

#can {
  width: 600px;
  border: grey solid 2px;
}

/*editar banco inputs */
.bancos_edit P {
  margin: 0PX;
}

/*edit contact*/
.cont-upload-image-input {
  visibility: hidden;
}

.cont-upload-image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#preview_image_form {
  width: 120PX;
  height: 120Px;
  border: none;
  border-radius: 100%;
  background-color: #cfcece;
  cursor: pointer;
}

/*my profile*/
.cont-image-my-profile {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.image-my-profile {
  width: 96PX;
  height: 96px;
  border-radius: 100PX;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.image-my-profile-v2 {
  width: 96PX;
  height: 96px;
  border-radius: 100PX;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.image-my-profile-v2::before {
  position: absolute;
  content: "Ver";
  width: 96PX;
  height: 96px;
  border-radius: 100PX;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
  align-items: end;
  justify-content: center;
  color: #fff;
  visibility: hidden;
  transition: .3s;
}

.image-my-profile-v2:hover::before {
  visibility: visible;
}


.cont-data-my-profile {
  max-width: 1000PX;
}

.cont-icon-image-my-profile {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: transparent;
}

.image-my-profile:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.image-my-profile:hover .cont-icon-image-my-profile {
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.cont-change-image input {
  display: none;
}

.upload-file-my-profile {
  width: 100%;
  height: auto;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  border: 3px dashed rgba(100, 105, 112, 0.171);
  color: rgba(66, 66, 66, 0.171);
}

.cont-image-directory {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.image-directory {
  width: 200px;
  height: 160px;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/*modal load*/
.cont-spiner-load {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-spiner-load cont-spiner-load {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.modal-load {
  background-color: rgba(0, 0, 0, 0.164);
}

/*password modal*/
.btn-edi-tpassword {
  width: auto;
  border: 2px solid #E1E1E1;
  background-color: transparent;
  padding: 10px;
  border: none;
  cursor: pointer;
  color: #E1E1E1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn-edi-tpassword:hover {
  color: #d1d1d1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#erroresFormPass {
  color: #e03939;
  margin-top: 20px;
}

.image-login {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cont-login {
  width: 100%;
  height: 100vh;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-login-overlay {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.438);
}

.box-form-login {
  width: 400px;
  height: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: white;
  padding: 30px;
  border-radius: 0.375rem;
  border: 1px solid #ECECEC;
  -webkit-box-shadow: 2px 4px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 7px -3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 560px) {
  .cont-login-overlay {
    background-color: white;
  }

  .box-form-login {
    background-color: white;
    padding: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.forgot-password {
  text-align: center;
  padding-top: 20px;
}

.forgot-password a {
  color: black;
}

/*loader*/
.cont-spiner-login {
  display: none;
}

.spin-log {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinner-grow {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 560px) {
  .box-form-login {
    width: 90%;
  }
}

/*alert login*/
.alertLogin h1 {
  text-align: center;
}

@media (max-width: 700px) {
  .thumbnail-table-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thumbnail-table-cont .image-my-profile {
    margin: auto;
  }

  .thumbnail-table-cont p {
    margin-top: 5px;
    text-align: center;
  }

  .directory-tumbnail-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
  }

  .directory-tumbnail-cont .image-my-profile {
    margin: auto;
  }
}

.nav-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-info div {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-info P strong {
  color: black;
}

.thumb-porfile-bitacora {
  width: 100%;
  height: 150PX;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cont-head-post-bitacora {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont-data-head-post-bitacora {
  width: 50%;
  height: auto;
  padding: 10px 10px 10px 0px;
}

.left-data-bitacora h4 {
  margin-bottom: 0px;
}

.left-data-bitacora p {
  font-size: 11px;
  color: #A1A0AE;
  margin-bottom: 0px;
}

.right-data-bitacora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.thumb-bitacora-user {
  width: 30PX;
  height: 30PX;
  border-radius: 100PX;
  background-image: url("../img/avatar.png");
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.cont-text-post-bitacora P {
  color: black;
}

/*galery*/
.img-galery-post-vitacora {
  width: 100%;
  height: 160px;
  cursor: pointer;
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 2px 4px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 7px -3px rgba(0, 0, 0, 0.25);
  border-radius: 3PX;
}

.add-btn-galery-post-bitacora {
  width: 100%;
  height: 160px;
  border: 2PX solid #e0e0e0;
  cursor: pointer;
  border-radius: 3PX;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e0e0e0;
}

/*files galery */
.card-file-post-bitacora {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 3PX;
  border: 2PX solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  color: #e0e0e0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file-icon {
  width: 30%;
}

.file-icon i {
  color: #e0e0e0;
  font-size: 30px;
}

.file-text {
  width: 70%;
  font-size: 11px;
  color: #A1A0AE;
}

.file-text p {
  margin-bottom: 0px;
}

.add-btn-file-post-bitacora {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 3PX;
  border: 2PX solid #e0e0e0;
  color: #e0e0e0;
  padding: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*upload files*/
.upload-file-my-profile i {
  font-size: 30px;
  margin-bottom: 10px;
}

.upload-file-my-profile p {
  margin-bottom: 0PX;
}

.upload-file-my-profile .fa-file-pdf {
  color: #eb4242;
}

.upload-file-my-profile .fa-file-excel {
  color: #299b39;
}

.upload-file-my-profile .fa-imagen {
  color: #7111df;
}

.upload-file-my-profile .fa-exclamation {
  color: #f82c11;
}

.img-upload-catalog-item {
  width: 100%;
  height: 150px;
  background-color: #c1c1c1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .img-upload-catalog-item {
    height: 350px;
  }
}

.formImageUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-upload-item {
  width: 100%;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #c1c1c1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.deletecont {
  width: 30%;
}

/*files*/
.file-upload-catalog-item {
  width: 70%;
  height: auto;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.inputfile {
  width: auto;
  height: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 30px;
}

.inputfile+label {
  padding: 7px;
  color: #4d4d4d;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  display: inline-block;
  cursor: pointer;
  /* "hand" cursor */
}

.upload-file-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  border: 3px dashed rgba(100, 105, 112, 0.171);
  color: rgba(66, 66, 66, 0.171);
}

.card-payment {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.small-card-payment {
  color: #A1A0AE;
  margin: 0px;
}

.card-payment-description {
  width: 100%;
  height: auto;
  padding: 20px;
}

.card-payment-description span {
  font-weight: bolder;
  color: #43425D;
}

.cont-add-thumbnail-gallery {
  width: 100%;
  height: auto;
  border: 1px solid #cacaca;
  padding: 10PX;
}

.thumbGallery {
  width: 100%;
  height: 150PX;
  background-color: #eeeeee;
  border-radius: 3px;
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.addThumbnail {
  width: 100%;
  height: 150PX;
  background-color: transparent;
  border: 1px solid #cacaca;
  color: #cacaca;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.colorCard {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100px !important;
  margin: 0px 10px 0px 0px;
}

.cont-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
}

.col-pizzarron {
  width: 20%;
  height: auto;
  padding: 5px;
}

.card-blackboard {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.card-blackboard select {
  margin-bottom: 10px;
  width: 100%;
}

.input-copytext {
  border: none;
  background-color: transparent;
}

.cont-card-covers {
  width: 100%;
  height: 200px;
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cont-card-covers h6 {
  color: white;
}

.contain-card-covers-overlay {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.434);
}

.form-add-task button {
  border: none;
  background-color: transparent;
  padding: 0px;
  cursor: pointer;
}

.form-add-task button .form-group p {
  margin-bottom: 0px;
}

.list-group-item-task {
  list-style: none;
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top-width: 0;
}

.taskForMe {
  color: rgba(0, 0, 0, 0.72);
}

@media (max-width: 767px) {
  .options-filter {
    display: none;
  }

  .title-task {
    font-size: 12px;
  }

  .task-created-date {
    display: none;
  }

  .task-description {
    display: none;
  }
}

@media (max-width: 575px) {
  .icon-task {
    display: none;
  }

  .task-status {
    position: absolute;
    right: 0;
    margin-right: 20px;
  }

  .btn-success-ratask {
    margin-left: 20;
  }

  .title-task {
    margin-left: 20;
  }
}

.autocompletar {
  position: relative;
  display: inline-block;
}

strong {
  color: black;
}

.lista-autocompletar-items {
  color: #ccc;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0px;
  right: 0;
  width: 100%;
}

.lista-autocompletar-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.lista-autocompletar-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocompletar-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #a1caff;
}

.autocompletar-active strong {
  /*when navigating through the items using the arrow keys:*/
  color: #ffffff;
}

.daysSchedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.waiting * {
  cursor: wait;
}

body.disabledItem * {
  cursor: no-drop;
}

.card-nav-detail-event {
  width: 100%;
  height: 75px;
  border: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  padding: 5px;
}

.icon-card-nav-detail-event {
  width: auto;
  height: auto;
}

.icon-card-nav-detail-event img {
  width: 40px;
  height: auto;
  margin-bottom: 5px;
}

.cont-card-nav-detail-event {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cont-card-nav-detail-event p {
  margin-bottom: 0px;
}

.cont-small {
  max-width: 1100PX;
}

.payu-button {
  border: 1px solid #2C2E2F;
  background-color: #2C2E2F;
  color: white;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

/* Media query for mobile viewport */
@media screen and (max-width: 600px) {
  #paypal-button-container {
    width: 100%;
  }

  .payu-button {
    width: 100%;
  }
}

/* Media query for desktop viewport */
@media screen and (min-width: 600px) {
  #paypal-button-container {
    width: 200px;
    display: inline-block;
  }

  .payu-button {
    width: 200px;
    display: inline-block;
  }

  #paypal-button-container span {
    visibility: hidden;
  }
}

.erorValidationForm {
  color: #c02f2f;
}

/*
 a{
  color: $black-font;

}
a:hover{
  color:$gray-font;
 }*/
#paypal-button-container span {
  display: none;
}

.btn-modal-toggle {
  width: 100%;
  height: auto;
  padding: 10px;
  color: black;
  text-align: center;
  background-color: transparent;
  border: 1px solid #A1A0AE;
}

.nav-top.container-oc {
  width: 1300px;
  margin: auto;
}

a:hover {
  text-decoration: none;
}

body {
  height: 100%;
  @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
  background-color: white;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
}

.cont-master {
  padding: 30px 30PX 30PX 30PX;
}

.card-cont {
  padding: 40px;
  background-color: white;
}

.nav-tabs .nav-link {
  color: #353535;
}

.nav-tabs .nav-link:hover {
  color: #353535;
}

/*nav header*/
.nav-menu {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tirle-nav {
  width: 70%;
}

.cont-nav-icons-menu {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-icons-menu ul li {
  display: inline;
  padding: 10px;
  list-style: none;
}

.nav-icons-menu ul li i {
  color: #3175E6;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

/*modals*/
.btn-modal-send {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #3A3A3A;
  background-color: white;
  cursor: pointer;
}

.input-cont {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 25px;
  position: relative;
}

.input-cont input,
.input-cont label {
  position: absolute;
  color: #353535;
}

.input-cont input {
  left: 0;
  top: 10px;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 16px;
  outline: none;
  border: 2px solid #E1E1E1;
  color: #353535;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 15px;
}

.input-cont input:focus+label {
  color: #141414;
  font-size: 12px;
  top: 0px;
}

.input-cont label.active {
  font-size: 12px;
  top: 0px;
}

.input-cont label {
  background-color: white;
  padding: 2px;
  left: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: text;
  color: #0e0e0e;
  font-weight: lighter;
  font-size: 12px;
  top: 0px;
}

.input-cont {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 25px;
  position: relative;
}

.input-cont select,
.input-cont label {
  position: absolute;
  color: #E1E1E1;
}

.input-cont select {
  left: 0;
  top: 10px;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 16px;
  outline: none;
  border: 2px solid #E1E1E1;
  color: #0e0e0e;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 15px;
}

.input-cont select:focus+label {
  color: #CBCBCB;
  font-size: 12px;
}

.input-cont label.active {
  font-size: 12px;
}

.input-cont label {
  background-color: white;
  padding: 2px;
  left: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  cursor: text;
  color: #131313;
  font-weight: lighter;
}

/*text area*/
.input-cont-txt-area {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  position: relative;
}

.input-cont-txt-area input,
.input-cont-txt-area label {
  position: absolute;
  color: #E1E1E1;
}

.input-cont-txt-area textarea {
  left: 0;
  top: 10px;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 16px;
  outline: none;
  border: 2px solid #E1E1E1;
  color: #333333;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 15px;
}

.input-cont-txt-area textarea:focus+label {
  color: #CBCBCB;
  font-size: 12px;
  top: 0px;
}

.input-cont-txt-area label.active {
  font-size: 12px;
  top: 0px;
}

.input-cont-txt-area label {
  background-color: white;
  padding: 2px;
  top: 19px;
  left: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  cursor: text;
  color: #CBCBCB;
  font-weight: lighter;
}

/*switch*/
.cont-combo-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cont-labeL-switch {
  width: 50%;
}

.col-switch {
  width: 50%;
}

.col-switch div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cont-labeL-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cont-labeL-switch p {
  margin-bottom: 0px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.switch-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}

.switch-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D5D3D3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0px;
  bottom: -2px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

input:checked+.slider-switch {
  background-color: #11D12C;
}

input:checked+.slider-switch:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}

/*Errores */
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*new style*/
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0PX;
}

.breadcrumb ol {
  margin-bottom: 0PX;
}

.icons-nav-menu ul li {
  list-style: none;
}

.icons-nav-menu {
  float: right;
}

.card-nav-detail-def {
  background-color: white;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 0.25rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cont-card-nav-icon-def {
  width: 30%;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cont-card-nav-detail-def {
  width: 70%;
  height: auto;
}

.cont-card-nav-detail-square {
  width: 100%;
  height: auto;
}

.cont-card-nav-icon-def-square {
  width: 30%;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.center-card-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-card-nav-detail-def p {
  margin-bottom: 0px;
}

.cont-test {
  width: 100%;
  height: 500PX;
  background-color: indianred;
  background-color: #552e2e;
}

.body-page {
  padding: 15PX;
  background-color: lawngreen;
}

.body-page .col-lg-12 {
  padding: 0px;
}

.daySchedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shiftSchedule {
  overflow-x: auto;
}

.daysScheduleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-day-title {
  min-width: 70px;
  height: 40px;
  border: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1px;
  cursor: pointer;
}

.day-grayed {
  background-color: #c3c3c3;
}

.item-day {
  min-width: 70px;
  height: 70px;
  border: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1px;
  cursor: pointer;
}







/*loader animate*/

.image-my-profile-plaseholder {
  width: 75px;
  height: 75px;
  border-radius: 100PX;
  background-color: #b9b9b9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;

}

.placeholder {
  background: #eee;

  position: relative;
  overflow: hidden;
}

.placeholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, #eee, #f4f4f4, #eee);
  animation: gradient 1s infinite ease-in-out;
}

.image-placeholder {
  aspect-ratio: 16 / 12;
  margin-bottom: 1rem;
}

.title-placeholder {
  width: 300px;
  height: 20px;

}

.text-placeholder {
  width: 200px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

@keyframes gradient {
  form {
    left: 0%;
  }

  to {
    left: 100%;
  }
}

/* notes table */

.uxn-notes-modal {
  width: 600px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  /*background-image: url(../img/notes-cork.jpg);*/
  /* background-color: #ffffff; */
  transform: translate(110%, 0);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgba(233, 232, 231, .5);
  backdrop-filter: blur(5px);
  transition: transform 0.5s ease;
}

.uxn-notes-table {
  box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.50);
}

.uxn-notes-modal-active {
  transform: translate(0, 0);
  box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  transition: transform 0.3s ease;
}

.uxn-notes-modal-col {
  transition: width 0.3s ease;
  /* width: 0px;  */
}

.uxn-notes-modal-col-active {
  width: 600px;
}


/* .uxn-menu-pro{
  width: 240px !important;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0;
  overflow-y: auto;
  transition: transform 0.3s ease;
  transform: translate(-100%,0);
} */


/* a[target="_blank"]::after{
  content : '↗️'
} */

.uxn-notes-col {
  min-height: 176.6px;
  max-height: 176.6px;
  width: calc(33.3% - 20px);
  height: auto;
  font-size: small;
  margin: 10px !important;
}

.uxn-note-textarea {
  width: inherit;
  height: inherit;
}

.uxn-textarea {
  width: 100%;
  background: content-box;
  border: hidden;
  height: 840px;
}


/*modal profile*/
.cont-bg-profile-modal {
  width: 100%;
  height: 100vh;
  background-color: #000000bd;
  position: fixed;
  z-index: 1000000000000000000;
  top: 0;
  display: none;
}


.cont-profile-modal {
  width: 700px;
  height: 100%;
  position: fixed;
  background-color: white;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 100000;
  box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
}

.profile-modal-header {
  width: 100%;
  height: auto;
  background-color: white;
  text-align: right;
  padding: 10px;
}

.profile-modal-header button {
  background-color: transparent;
  border: none;
  color: rgb(0, 0, 0);
  padding: 10px;
}


.cont-modal-alert {
  width: 700px;
  height: 100%;
  position: fixed;
  background-color: #ffffff29;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-alert {
  width: 350px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  background-color: white;
  box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);

}

.cont-modal-alert-info {
  padding: 20px;
  height: auto;
}

.cont-modal-alert-info h1 {
  font-size: 16px;
}

.cont-modal-alert-info p {
  font-size: 13px;
}

.cont-modal-alert-info-footer {
  text-align: right;
}

@media (max-width: 700px) {
  .cont-profile-modal {
    width: 100%;
  }

  .cont-modal-alert {
    width: 100%;
  }

  .notes-modal {
    width: 100%;
  }
}


.image-profile-directory-md {
  width: 70PX;
  height: 70px;
  border-radius: 100PX;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.image-profile-directory-sm {
  width: 40PX;
  height: 40px;
  border-radius: 100PX;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.cont-card-directory {
  width: 100%;
  height: auto;

  border: 1px solid #ced4da;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
}

.cont-card-directory-img {
  width: 20%;
  height: 120px;

  display: flex;
  justify-content: center;
  align-items: center;

}

.cont-card-directory-cont {
  width: 80%;
  height: 120px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cont-card-directory-cont-text {
  width: 80%;
  height: auto;
}

.cont-card-directory-cont-icons {
  width: 20%;
  height: auto;
}

.cont-card-directory-cont-info {
  width: 100%;
  height: auto;
  margin-top: -50px;
}

.cont-card-directory-cont-info-simple-view {
  display: none;
}

.card-simple-view {
  border: none !important;
}

.card-simple-view .cont-card-directory-img {

  height: 50px !important;
}

.card-simple-view .cont-card-directory-img .image-profile-directory-md {
  width: 50px !important;
  height: 50px !important;
}

.card-simple-view .cont-card-directory-cont {
  flex-wrap: nowrap !important;
  height: 50px !important;
}

.card-simple-view .cont-card-directory-cont .cont-card-directory-cont-text {
  width: 80% !important;
}

.card-simple-view .cont-card-directory-cont .cont-card-directory-cont-info {
  width: 20% !important;
  margin-top: 0px !important;
}

.card-simple-view .cont-card-directory-cont .cont-card-directory-cont-info .cont-card-directory-cont-info-simple-view {
  display: block !important;
}

.card-simple-view .cont-card-directory-cont .cont-card-directory-cont-info .cont-card-directory-cont-info-extend-view {
  display: none !important;
  width: 20% !important;
}

.nav-pills .nav-link.active {
  background-color: #FFF !important;
  border-left: 3px solid #007bff !important;
  border-radius: 0px !important;
  color: #007bff;
}

/*test de la nueva vista del menu*/

.move-items {
  transition: transform 0.3s ease;
  transform: translate(0, 0);
}

.move-items:hover {
  transform: translate(5%, 0);
}

.FloatingPanel {
  position: absolute;
  width: 300px;
  top: 30px;
  right: 150px;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  z-index: 5000;
}

.modal-opacity {
  width: 600px;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 0px;
  box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -10px 1px 105px -13px rgba(0, 0, 0, 0.35);
}

.container-item-email {
  width: 100%;
  height: auto;

  padding: 10px;
  display: flex;
  align-items: center;
}

.container-item-email:hover {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  transition-delay: 0.1s;
}

.active-item-email {
  border-left: 2px solid #007bff !important;
}

.item-email-thumbnail {
  width: 60px;
  height: 60px;
  border: 1px solid #d5d5d5;
  color: #d5d5d5;
  background-color: transparent;
  border-radius: 100%;
  margin: 0px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition-delay: 0.1s;
}

.item-email-con span {
  float: right;
}

.item-email-cont .fa-check-circle {
  color: #00e300;
}

select.Selectdropdown {
  background: #fff;
  color: gray;
  border-color: 1px solid blue;
  padding: 0 10px;
  font-size: 22px;
}

select.Selectdropdown option {
  color: #000;
  padding: 0 10px;
}

form {
  margin-bottom: 0px !important;
}

.color-squad {
  height: 12px;
  width: 12px;
  display: inline-table;
}

.uxn-note-maker {
  height: 60%;
  width: 90%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: auto;
  top: 3%;
  z-index: 11;
}

.uxn-note-maker .hide {
  display: none;
}

.uxn-note-maker .active {
  display: block;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.uxn-note-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .02);
  ;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: rgba(0, 0, 0, .02);
}

.uxn-note-content {
  height: 87%;
  width: 100%;
  overflow-y: auto;
  font-size: 20px;
}

.focus-hidden {
  border: none;
  outline: none;
}

.uxn-note-content:focus {
  border: 0px solid white;
  outline: none;
}

.uxn-note-close {
  background-color: rgba(0, 0, 0, .04);
  color: #212529;
}

.select-pro {
  pointer-events: none;
}

.options-pro-content {
  max-height: 300px;
  max-width: 96%;
  width: auto;
  overflow-y: auto;
  position: fixed;
  background-color: white;
  z-index: 2;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.options-pro-content option {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.options-pro-content option:hover {
  background-color: #1967d2;
  color: #ffffff;
  cursor: context-menu;
}

.options-pro-content option.active {
  background-color: #1967d2;
  color: #ffffff;
  cursor: context-menu;
}

.uxn-frame html body img {
  width: 100%;
}

.border-danger {
  border: 1px solid #dc3545 !important;
}



/*store*/
.catalog-fw-subtitle {
  font-size: 1.2rem !important;
  color: black;
  letter-spacing: 0.5px;
}

.splide__list {
  display: flex;
  padding: 0px;
  margin-bottom: 0px;
}

.splide__slide {
  list-style-type: none;
  display: flex;
  /* width: 1px; */
  height: 65px;
  line-height: 15px;
  background-color: #F7F8F8 !important;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 12px;
  margin: 5px;
  cursor: pointer;
}



/* You can add global styles to this file, and also import other style files */

/*------------------------------------------*/
/* Contenedor dark */
/*------------------------------------------*/
.uxn-qsmx-cont-hero {

  height: 100vh !important;
  inset: auto 0 0;
  display: flex;
  color: white;
  background-color: #080808b7 !important;
  font-family: "DM Sans", sans-serif !important;
}

.uxn-qsmx-cont-hero h3 {
  letter-spacing: 1px !important;
}

.alert {
  font-family: "DM Sans", sans-serif !important;
}

/*------------------------------------------*/
/* CANVAS background animation */
/*------------------------------------------*/
canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*------------------------------------------*/
/* Botones */
/*------------------------------------------*/
.btn-light {
  font-weight: 600;
  font-size: 15px;
  padding: 7px 22px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}

/*------------------------------------------*/
/* Botones */
/*------------------------------------------*/
.uxn-qsmx-icon-arrow-down {
  width: 20px !important;
  height: 20px !important;
}

/*------------------------------------------*/
/* Elementos para glow */
/*------------------------------------------*/
.uxn-qsmx-glow-center {
  width: 100%;
  height: 100vh;
  background: radial-gradient(20% 20% at 50% 50%, #671E24 0, #481a1f00 100%);
  position: absolute;
  z-index: 1;
}

.uxn-qsmx-glow {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  background: radial-gradient(62% 67.92% at 39% 41.5%, rgba(165, 0, 0, 0) 0, rgba(0, 153, 255, 0) 36%, rgba(0, 153, 255, 0) 63%, #4e0c16af 83%, #70010abd 100%);
  animation: gradient-animation 27s ease infinite;
  mask: linear-gradient(rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
}

.uxn-qsmx-glow-1 {
  inset: 808px 0 0;
  background: linear-gradient(180deg, rgba(138, 0, 0, 0), rgba(99, 0, 0, 0.39));
  z-index: 1;
  position: absolute;
  animation: gradient-animation 27s ease infinite;
  mask: linear-gradient(rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}

.uxn-qsmx-glow-2 {
  inset: 400px 0 0;
  background: radial-gradient(50% 32% at 50% 100%, #a302024f 0, rgba(136, 1, 1, 0.25) 53%, rgba(158, 1, 1, 0.048) 79%, rgba(119, 3, 3, 0) 100%);
  z-index: 1;
  position: absolute;
  animation: gradient-animation 27s ease infinite;
  mask: linear-gradient(rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}

.uxn-qsmx-glow-3 {
  inset: 800px 0 0;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0), #580000f1);
  z-index: 1;
  position: absolute;
  animation: gradient-animation 27s ease infinite;
  mask: linear-gradient(rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}

.uxn-content-z {
  z-index: 5;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*------------------------------------------*/
/* Elementos para formulario */
/*------------------------------------------*/
.uxn-qsmx-form-control {
  background-color: #00000033 !important;
  border: 1.5px solid rgba(255, 255, 255, .12);
  color: rgb(0, 0, 0) !important;
}

.uxn-qsmx-form-control::before {
  border: 1.5px solid;
  border-radius: 12px;
  border-width: 1.5px;
  border-image-slice: 10;
  border-image-source: linear-gradient(to left, #9e9e9e, #353535);
}

.uxn-qsmx-form-control:focus {
  background-color: #00000033 !important;

  border-width: 1.5px;
  border-image-slice: 2;
  border-radius: 12px;
  color: rgb(255, 255, 255) !important;
}

/*------------------------------------------*/
/* Elementos para camara y screenshot effect */
/*------------------------------------------*/
.uxn-qsmx-cam {
  width: 335px;
  height: 200px;
  border: 0px solid;
  border-radius: 12px;
  background-color: #242424;
  border: 1.5px solid rgba(255, 255, 255, .12);
}

.screenshot-effect {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  display: block;
  z-index: 1000;
  animation: captureAnimation 0.5s ease-in-out forwards;
}

.screenshot-effect-denied {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #d13636;
  display: block;
  z-index: 1000;
}

.screenshot-effect-success {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #63d134;
  display: block;
  z-index: 1000;
}

@keyframes captureAnimation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: block;
  }
}

#content-after {
  top: 40%;
  position: absolute;
}

#content-after-denied {
  top: 40%;
  position: absolute;
}

.uxn-qsmx-gradient {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.arrowUp {
  transform: rotate(-45deg);
  font-size: 30px;
}

.popover img {
  width: 150px !important;
  height: auto;
  /* Esto asegura que la imagen mantiene la relación de aspecto */
}

.bt-clock-rounded {
  /* width: auto;
  height: auto;
  padding: 8px 18px;
  border-radius: 15px;
  text-align: center; */
  font-size: 14px !important;
}

/* lightbox */
/* Estilo para el lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

/* Botones de navegación */
.nav-button {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: white;
  padding: 16px;
  cursor: pointer;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 1051;
}

#prev-btn {
  left: 10px;
  transform: translateY(-50%);
}

#next-btn {
  right: 10px;
  transform: translateY(-50%);
}

.lightbox-image {
  width: 300px;
}

.lightbox-image-report {
  min-width: 300px;
  max-width: 550px;
  width: 550px;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.errorc input,
.errorc textarea,
.errorc select {
  border-color: #dc3545 !important;
}

.errorc small {
  color: #dc3545;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.content-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.content-card img {
  height: 180px;
  object-fit: cover;
}

.content-body {
  padding: 1.5rem;
}

.content-body h4 {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.content-body h4 a {
  font-size: 0.75rem;
  margin-left: 0.3rem;
}

.toolbar {
  border-top: 1px solid #eee;
  /* padding: 1px 33px; */
  display: flex;
  flex-wrap: wrap;
  background-color: #EEEEEE;
  border-radius: 20px;
}

.toolbar .btnCero {
  border-radius: 20px;
  font-size: 0.875rem;
  /* padding: 0 12px; */
  text-decoration: none;
}

.toolbar .btnAfter {
  border-radius: 20px;
  font-size: 013px;
  /* padding: 0 9px; */
  text-decoration: none;
}

.sidebarcms {
  border-radius: 16px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: fixed;
}

.sidebarcms label {
  font-weight: 500;
}

.sidebarcms .btn-block {
  border-radius: 24px;
}

.btn-delete {
  color: #dc3545;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
}

.form-check-label {
  margin-left: 0.5rem;
}

.tags-input {
  font-size: 0.875rem;
}

.containerType {
  width: 100%;
}