/* estilos ediciones*/

@import url("animate.css");


div#app {
  width: 100%;
}

:root {
  --main-color: #3d5af1;
  --main-color-dark: #3651d4;
  --main-color-light: #5872f5;
  --main-color-light-light:rgb(220, 225, 253);
  --text-color: #cfcde7;

  --success-color: #2ed8b6;
  --success-color-light: #87dccb;
  --danger-color: #FF5370;
  --danger-color-light: #fb7b90;
  --danger-color-light-light: #fadee3;
  --warning-color:#f59f00;
  --warning-color-light-light: #fdf5db;
  --info-color: #8950FC;
  --info-color-light: #a77dfb;
  --info-color-light-light: #eee6fd;
  --color-dark: #181824;
  --color-dark-light: #303043;
  --yellow-color: #d8ca2e;
}

a {
  text-decoration: none;
  color: var(--main-color);
  background-color: transparent;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: var(--main-color-light);
  background-color: transparent;
}

.hover2:hover {
  color: var(--main-color-light) !important;
}


.hover-move:hover {
  cursor: move;

}


.hover2:hover img {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  /* For IE8 and earlier */
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--main-color);
}

::selection {
  color: #fff;
  background: var(--main-color);
}


.form-control::placeholder {
  font-size: 14px;
  /* Firefox, Chrome, Opera */
  color: #bfc5ca;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  /* Internet Explorer 10-11 */
  color: #bfc5ca;
}

.form-control::-ms-input-placeholder {
  font-size: 14px;
  /* Microsoft Edge */
  color: #bfc5ca;
}


.img-grayscale {
  filter: grayscale(100%);
}

.active-link>.img-grayscale {
  filter: grayscale(0%);
  border: 2px solid #000000;
  box-sizing: content-box;
  padding: 3px
}

.active-link {
  font-weight: 700;
  font-size: 20px;
}

/************
 preloader 
***********/

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.8) url(../images/preload.svg) no-repeat center center;
}


div.preloader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.7) url(../images/preloadSpinner.gif) no-repeat center center;
  background-size: 150px auto;
}

div.spinnerInline {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.0) url(../images/spinnerInline.svg) no-repeat ;
  background-size: 30px auto;
}






body {
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  background: #F3F6F9;

  min-height: 100vh;
  display: flex;
  position: relative;
}

ul,
li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

/*************
 Typografia
 ************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
}

p {
  font-size: 0.875rem;
}

h1,
.h1 {
  font-size: 2.19rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.9375rem;
}

p {
  font-size: 0.875rem;
}


/*************NAVBAR*/

.navbar-dark .navbar-toggler {
  border: 0px;
  color: #acb0c2
}

.navbar-dark .navbar-toggler:active,
.navbar-dark .navbar-toggler:focus {
  border: 0px;
  color: #acb0c2;
  box-shadow: none !important;
}


nav {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: var(--main-color);
  width: 16rem;
  padding: 1.8rem 0.85rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: width 0.5s ease-in-out;
  z-index: 2;

  bottom: 0px;
}

nav::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 100%;
  top: 0;
  left: 100%;
}


main {
  flex: 1;
  padding: 0 0 2rem 0;
  color: #1f2027;
  display: flex;
  flex-direction: column;


}

main h1 {
  margin-bottom: 1rem;
}

main .copyright {
  margin-top: auto;
  font-size: 0.9rem;
}

main .copyright span {
  color: var(--main-color);
  font-weight: 500;
  cursor: pointer;
}

.sidebar-top {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar-top .logo {
  width: 2.1rem;
  margin: 0 0.8rem;
}

.sidebar-top h3 {
  padding-left: 0.5rem;
  font-weight: 600;
  font-size: 1.15rem;
}

.shrink-btn {
  position: absolute;
  top: 70px;
  height: 35px;
  width: 35px;
  padding: 0 0.3rem;
  background-color: var(--main-color);
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 3px 10px -3px rgba(70, 46, 118, 0.3);
  right: -3.65rem;
  transform: translateY(-50%) translateX(-8px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  text-align: center;
}

.shrink-btn p {
  line-height: 35px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 500;
}

.shrink-btn:hover {
  background-color: var(--main-color-dark);
}

nav:hover .shrink-btn,
.shrink-btn.hovered {
  transform: translateY(-50%) translateX(0px);
  opacity: 1;
  pointer-events: all;
}

.admin-links-user ul {
  position: relative;
  padding: 0px;
}

.admin-links-user li {
  position: relative;
  padding: 2.5px 0;
}

.admin-links-user a {
  color: #dbdbdb;
  font-weight: 400;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  height: 25px;

}

.admin-links-user a:hover {
  color: #f7f7f7;
}

.admin-links-user .icon {
  color: #dbdbdb;
  font-weight: 400;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  height: 53px;
  justify-content: center;
}

.sidebar-links ul {
  position: relative;
  padding: 0px;
}

.sidebar-links li {
  position: relative;
  padding: 1.5px 0;
}

.sidebar-links a {
  color: var(--text-color);
  font-weight: 400;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  height: 43px;
}

.sidebar-links a.active {
  width: 100%;
  height: 43px;
  background-color: var(--main-color-dark);
  border-radius: 10px;
  transition: top 0.3s;
}

.icon {
  font-size: 1.3rem;
  text-align: center;
  min-width: 3.7rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.icon i {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  transition: 0.3s;
}

.icon i:last-child {
  opacity: 0;
  color: #fff;
}

.sidebar-links a.active,
.sidebar-links a:hover {
  color: #fff;
}

.sidebar-links a .link {
  transition: opacity 0.3s 0.2s, color 0.3s;
}

.sidebar-links a.active i:first-child {
  opacity: 0;
}

.sidebar-links a.active i:last-child {
  opacity: 1;
}



.sidebar-links h4 {
  position: relative;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0.8rem;
  color: var(--text-color);
  letter-spacing: 0.5px;
  height: 30px;
  line-height: 45px;
  transition: opacity 0.3s 0.2s, height 0.5s 0s;
}

.sidebar-footer {
  position: relative;
  /*margin-top: auto;*/
}

.account {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--text-color);
  height: 53px;
  width: 3.7rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0s, color 0.3s 0s;
}

.account:hover {
  color: #fff;
}

.admin-user {
  display: flex;
  align-items: center;
}

.admin-profile {
  white-space: nowrap;
  max-width: 100%;
  transition: opacity 0.3s 0.2s, max-width 0.7s 0s ease-in-out;
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}

.admin-user img {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  margin: 0 0.4rem;
}

.admin-info {
  padding-left: 0.3rem;
}

.admin-info h3 {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}



.admin-info h5 {
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--text-color);
  margin-top: 0.3rem;
  line-height: 1;
}

.log-out {
  display: flex;
  height: 40px;
  min-width: 2.4rem;
  background-color: var(--main-color-dark);
  color: var(--text-color);
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border-radius: 10px;
  margin: 0 0.65rem;
  transition: color 0.3s;
}

.log-out:hover {
  color: #fff;
}


.tooltip-menu {
  background-color: var(--main-color);
  position: absolute;
  right: -1.2rem;
  top: 0;
  transform: translateX(100%) translateY(-50%);
  padding: 0 0.8rem;
  font-size: 0.85rem;
  display: none;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  height: 30px;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 3px 10px -3px rgba(70, 46, 118, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  text-align: center;
  white-space: nowrap;
  z-index: 1030;
}

.tooltip-menu span {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  opacity: 0;
  transition: 0.3s;

}

.tooltip-menu span.show {
  opacity: 1;
}

.tooltip-element:hover~.tooltip-menu {
  opacity: 1;
  pointer-events: all;
}


/*************
cropper
***************/

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #babcbd;
  background-color: transparent;
  border:1px solid #999;
}
.imagenDeRecorteContainer .cropper-container.cropper-bg{
  min-height: 100%!important;
}


.cropper-container {
  width: 100% !important;
}



/* When the menu shrinks */

.hide {
  transition: opacity 0.3s 0.2s;
}

body.shrink .sidebar-footer .hide {
  display: none !important;
}


body.shrink nav {
  width: 5.4rem;
}

body.shrink .hide {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

body.shrink .shrink-btn p {
  transform: rotate(-180deg) !important;
}

body.shrink .sidebar-links h4 {
  height: 10px;
}

body.shrink .account {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s 0.3s, color 0.3s 0s;
}

body.shrink .admin-profile {
  max-width: 0;
  transition: opacity 0.3s 0s, max-width 0.7s 0s ease-in-out;
}

body.shrink .tooltip {
  display: grid;
}

/**********text ellipsis
**********/
.text-ellipsis-100 {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis-150 {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-lines-3 {
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/***********
***********/
.text-no-upp {
  text-transform: none !important;
}

.text-ind-1 {
  text-indent: 30px;
}

.line-height-normal {
  line-height: normal;
}

/*************
 Color Textos 
 ************/

.text-secondary {
  color: #8f5fe8 !important;
}

.text-black {
  color: #000000 !important;
}

.text-rojo {
  color: #dd4a3e !important
}

.text-verde {
  color: #61dabf !important
}

.text-amarillo {
  color: #ffda37 !important
}

.text-naranja {
  color: #ff7707 !important
}

.text-azul {
  color: #2c69ff !important
}

.text-gris-oscuro {
  color: #39393b !important
}




.text-c-01 {
  color: var(--main-color) !important
}


.text-c-02 {
  color: var(--success-color) !important
}

.text-c-03 {
  color: var(--danger-color) !important
}

.text-c-04 {
  color: var(--info-color) !important
}

.text-c-05 {
  color: #515965 !important
}

.text-c-06 {
  color: #a4aebe !important
}

.bg-viber {
  background: linear-gradient(45deg, #00B7F1, #5fa5ba);
}

.bg-disabled {
  background: #a4aebe !important
}

.text-viber {
  color: #00B7F1;
}

.gradient-light {


  background: rgb(61, 90, 241);
  background: linear-gradient(180deg, rgba(61, 90, 241, 0.3267507686668417) 6%, rgba(243, 246, 249, 1) 100%);
}

.bg-amazon {
  background: linear-gradient(45deg, #000, #1a1a1a);
}

.text-black {
  color: #000;
}

.bg-c-primario {
  background: linear-gradient(45deg, #206f28, #8daf87);
}

.bg-c-blue {
  background: linear-gradient(45deg, #60839a, #73b4ff);
}



.bg-c-pink {
  background: linear-gradient(45deg, #FF5370, #ff869a);
}

.text-c-pink {
  color: #FF5370;
}

.bg-c-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.text-c-green {
  color: #2ed8b6;
}

.bg-c-yellow {
  background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.text-c-yellow {
  color: #FFB64D;
}

.bg-c-orenge {
  background: linear-gradient(45deg, #FE8A7D, #feb8b0);
}

.gradient-ppal {
  background: rgb(24, 24, 36);
  background: linear-gradient(180deg, rgba(24, 24, 36, 1) 6%, rgba(243, 246, 249, 1) 100%);
  height: 250px;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0px;
  z-index: -1;
}



.stripe-1 {
  color: white;
  background: repeating-linear-gradient(45deg,
      #606dbc,
      #606dbc 10px,
      #465298 10px,
      #465298 20px);
}

.bg-01 {
  background-color: #8950FC !important;
}

.text-bg-01 {
  color: #8950FC !important;
}

.bg-02 {
  background-color: #F64E60 !important;
}


.text-bg-02 {
  color: #F64E60 !important;
}

.bg-03 {
  background-color: #1BC5BD !important;
}

.text-bg-03 {
  color: #1BC5BD !important;
}

.bg-04 {
  background-color: #3445E5 !important;
}

.bg-04-01 {
  background-color: #2a39c2 !important;
}

.bg-04-02 {
  background-color: #25319c !important;
}

.bg-04-03 {
  background-color: #1f287c !important;
}

.bg-04-04 {
  background-color: #10175a !important;
}

.bg-04-light {
  background-color: #7984e4 !important;
}

.text-bg-04 {
  color: #3445E5 !important;
}

.bg-05 {
  background-color: #181C32 !important;
}

.text-bg-05 {
  color: #181C32 !important;
}

.bg-06 {
  background-color: #303337 !important;
}

.bg-07 {
  background-color: #d4c5f3 !important;
}



.bg-08 {
  background-color: #e2e2e2 !important;
}

.bg-09 {
  background-color: #1b283f !important;
}

.bg-main-color-light{
  background-color: var(--main-color-light-light);
}

/*************
 Textos 
 ************/

.text-bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-no-upp {
  text-transform: none !important
}

.bg-grey-text {
  background: #2A3038;
  padding: 0 4px;
}

/*************
 weight tamaños
 ************/
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/*************
 Textos tamaños
 ************/
.text-9 {
  font-size: 9px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
  ;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-40 {
  font-size: 40px !important;
}

.text-50 {
  font-size: 50px !important;
}

.text-100 {
  font-size: 100px !important;
}

/***************
imagenes avatar
****************/
.img-circle {
  border-radius: 50%;
}

.user-avatar {
  width: 45px;
  height: 45px;
  object-fit: cover;

}



/************************
empty states
**********************/

/*empty state*/




.empty {

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height {
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height-400 {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height-350 {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height-100 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-img {
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: repeating-linear-gradient(45deg,
      #303337,
      #303337 10px,
      rgba(255, 255, 255, 0.04) 10px,
      rgba(255, 255, 255, 0.04)20px);
}


.empty-img-video {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: repeating-linear-gradient(45deg,
      #303337,
      #303337 10px,
      rgba(255, 255, 255, 0.04) 10px,
      rgba(255, 255, 255, 0.04)20px);
}



.overlay-image-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  border-radius: 3px;
}

.capture-video-content:hover .overlay-image-video {
  display: block;
  background: rgba(0, 0, 0, .5);
}

.button-image-video {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
  margin: auto;
  position: absolute;
  top: 0px;
}

.button-image-video a {
  max-width: 80%;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}



.capture-video-content:hover .button-image-video {
  opacity: 1;
}

/***********
bordes
*******************/
.bo-0 {
  border: 0px !important;
}

.bot-0 {
  border-top: 0px;
}

.bot-6 {
  border-top: 6px solid var(--main-color) !important;
}

.bob-0 {
  border-bottom: 0px;
}

.bob-1 {
  border-bottom: 1px solid rgba(190, 195, 206, 0.75);
}

.bot-1 {
  border-top: 1px solid rgba(48, 52, 60, 0.75);
}

.bot-2 {
  border-top: 1px solid rgba(190, 195, 206, 0.75);
}

.bo-1 {
  border: 1px solid rgba(74, 79, 90, 0.75);
}

.bo-2 {
  border: 1px solid var(--info-color-light) !important;
}

.bo-2-2 {
  border: 3px solid var(--info-color-light) !important;
}

.bol-1 {
  border-right: 1px solid rgba(74, 79, 90, 0.75);
}

.bob-2 {
  border-bottom: 1px solid rgba(123, 130, 144, 0.75);
}

.bob-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
}

.border-radius-0 {
  border-radius: 0px;
}

.border-radius-50 {
  border-radius: 50%;
}


.bo-2-dash {
  border: 1px dashed rgba(123, 130, 144, 0.75);
}

/*************
 Botones 
 ************/

.btn {
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
}





.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-icon {
  width: 42px;
  height: 42px;
  padding: 0;
  line-height: 42px;
}

.btn.btn-icon-sm {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
}
.btn.btn-icon-xs {
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
}
.btn-outline {
  border-radius: 1px;
}

.btn-outline:focus,
.btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  color: #fff;
  background-color: rgba(252, 252, 252, 0.5);
  border-color: #ffffff;
}

.btn-outline-info {
  color: var(--info-color);
  border-color: var(--info-color);
}

.btn-outline-info:hover {
  color: #fff;
  background-color: var(--info-color-light);
  border-color: var(--info-color-light);
}

.btn-outline-dark {
  color: #141619;
  border-color: #141619;
}

.btn-outline-dark:hover {
  color: #141619;
  background-color: rgba(34, 34, 34, 0.5);
  border-color: #141619;
}

.btn-outline-primary {
  border-color: var(--main-color);

  color: var(--main-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--main-color);
  color: #fff;
  box-shadow: 0 0 0 .25rem rgba(50, 79, 242, 0.5) !important
}

.btn-info {
  color: rgb(255, 255, 255);
  background-color: var(--info-color);
  border-color: var(--info-color)
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: rgb(255, 255, 255);
  background-color: var(--info-color-light);
  border-color: var(--info-color-light);
  box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
  color: rgb(189, 126, 235);
  background-color: #d1a8ec;
  border-color: #d1a8ec;
}

.btn-primary {
  background-color: var(--color-dark);
  border-color: var(--color-dark);

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--color-dark-light) !important;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.btn-success {
  background-color: var(--success-color);
  border-color: var(--success-color);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.btn-success:hover {
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
}

.btn-success:active {
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
}

.btn-success.disabled {
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
}

/*************
 margenes y paddings
 ************/

.mr-5 {
  margin-right: 5px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

/*************
 Imagenes 
 ************/

.img-lg {
  width: 92px;
  height: 92px;
}

.img-md {
  width: 60px;
  height: 60px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.img-xs {
  width: 35px;
  height: 35px;
}

.img-ss {
  width: 26px;
  height: 26px;
}

/* ********************
Gradientes
 **************/
.gradient01 {
  background: rgb(14, 17, 36);
  background: linear-gradient(90deg, rgba(14, 17, 36, 1) 0%, rgba(45, 54, 102, 1) 100%);
}

/* ********************
Fondos
 **************/


.bg-transparent {
  background: transparent !important
}

.bg-danger {
  background: #dd4a3e
}

.bg-success {
  background: var(--success-color) !important
}

.bg-warning {
  background: #f4ba00
}

.bg-warning-light {
  background: var(--warning-color-light-light)
}

.bg-info {
  background: #00a2e4
}


.bg-negro {
  background: #000000 !important
}



.bg-blanco {
  background: #ffffff !important
}

.listado-container .item-list.disabled i.ti-close {
  background-color: #a4aebe !important
}






/*error page*/

.btn-error-page {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
  border: 2px solid #00daef;
  color: #fff;
  text-transform: uppercase;
}






/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background: rgb(14, 17, 36);
    background: linear-gradient(90deg, rgba(14, 17, 36, 1) 0%, rgba(45, 54, 102, 1) 100%); */
  z-index: 1;
  position: relative;
}

.container-login100::before {

  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 17, 36, 1);
  background: linear-gradient(180deg, rgba(45, 72, 224, 0.8) 0%, rgba(70, 75, 106, 0.0) 100%);
}

.wrap-login100 {
  width: 630px;
}

.showPass {
  position: absolute;
  top: 43%;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
}

.lunes {
  background: url('../images/back-login.jpg') no-repeat;
  background-size: cover;
}

.martes {
  background: url('../images/back-login-martes.jpg') no-repeat;

  background-size: cover;
}

.miercoles {
  background: url('../images/back-login-miercole.jpg') no-repeat;

  background-size: cover;
}

.jueves {
  background: url('../images/back-login-jueves.jpg') no-repeat;
  background-size: cover;
}

.viernes {
  background: url('../images/back-login-viernes.jpg') no-repeat;

  background-size: cover;
}

.sabado {
  background: url('../images/back-login-sabado.jpg') no-repeat;

  background-size: cover;
}

.domingo {
  background: url('../images/back-login-domingo.jpg') no-repeat;

  background-size: cover;
}

/*==================================================================
  [ Form ]*/

.login100-form {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #fefefe;
  line-height: 1.2;
  text-transform: uppercase;

}




/*------------------------------------------------------------------
  [ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 50%;
  height: 75px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background-color: #fff;
}

.wrap-input100.rs1 {
  border-right: none;
}


.label-input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 30px;
  left: 0;
  top: 10px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 30px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus {
  height: 55px;
}

.input100:focus+.label-input100 {
  top: 10px;
  font-size: 13px;
  color: #111111;
}

.has-val {
  height: 55px !important;
}

.has-val+.label-input100 {
  top: 10px;
  font-size: 13px;
  color: #111111;
}



/*------------------------------------------------------------------
  [ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  border: 0px;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  background: #111111;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;

  background: #007bff;


  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: transparent;
}

.login100-form-btn:hover:before {
  opacity: 1;
}



input {
  outline: none;
  border: none;
}


.input100.is-invalid {
  color: #dd4a3e;
  border-bottom: 2px solid #dd4a3e
}

.circle-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.circle-md {
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}


.icon-sm {
  font-size: 10px;

}

.bg-icon-sm {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  text-align: center;
  line-height: 12px;

}





/******************************
contenido de las paginas
******************************/
/****************
header bottom title
****************/
.header-bottom {
  height: 70px;
  background-color: #181824;
  padding: 0 2rem;


  z-index: 1;

}

.page-header {
  margin: 0 0 1.5rem 0;
}

.page-title {
  color: var(--main-color-light);
  font-size: 1.125rem;
  margin-bottom: 0;

}

.page-subtitle {
  color: #555454;
  font-size: 14px;
  margin-bottom: 0;
}


/***************
progress bar
******************/

.progress-bar.grey {
  background-color: #cccccc !important;
}

.progress-bar.blue {
  background-color: var(--info-color) !important;
}

.progress-bar.green {
  background-color: #41d1a8 !important;
}

.progress-bar.red {
  background-color: #dd4a3e !important;
}

.progress-bar.danger {
  background-color: #dd4a3e !important;
}


.progress-bar.greenBrigt {
  background-color: #3eff3f !important;
}


.progress-bar.orange {
  background-color: #f1bc0e !important;
}

.progress.progress-edic {
  width: 100%;
  height: 4px;
  border-radius: 30px;
  overflow: hidden;
  background: #d7dbe4;
  margin-top: 5px;
}

.progress.progress-edic.progress-small {
  height: 2px;
}

.progress-bar.progress-bar-edic {
  height: 4px;
  border-radius: 30px;
}

.progress-bar.progress-bar-edic.progress-bar-small {
  height: 2px;
}

.progress-details .title {
  margin-bottom: 0;
}

.progress-details .title span {
  font-size: 16px;
  color: #252525;
  display: block;
}

.progress-details .title strong {
  font-size: 14px;
  color: #434343;
  margin-bottom: 5px;
}

.progress-details .number {
  color: #474747;
  font-size: 2.2rem;
}

/*------------------------------------------------------------------
[ skeleton ]*/
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}


/***************
listados
****************/
.item-list.over {
  border: 3px dotted #666;
}


.item-list.disabled {
  color: #9fa2a5;
  cursor: default
}

.item-list.disabled>input {
  color: #6c757d;
  cursor: default
}

.item-list {
  padding: 10px 0;
}

a.item-list {
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  color: #000
}

a.item-list:hover {

  color: #212121;
  border-bottom: 2px solid var(--info-color-light) !important
}

.item-list {
  padding: 10px;
}

.listado-container {
  position: relative;
}



/*********************
Paginador
**************************/

.pagination .page-item.active .page-link {
  z-index: 3;
  color: var(--info-color);
  background-color: transparent;
  border: 0px;
  font-weight: bold;
}

.pagination .page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 0px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-link:active,
.pagination .page-link:focus {
  color: var(--info-color);
  outline: none !important;
  box-shadow: none;

}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0px;
}

/**********
 alturas
 **********/
.list-h150 {
  height: 150px;
}

/********
  card
  **********/



.bg-01.card-flecha::after {
  position: absolute;
  content: " ";
  top: 0;
  LEFT: 100%;
  width: 0;
  height: 50px;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-right: 5rem solid transparent;
  border-left: 1.5rem solid var(--info-color);
  z-index: 10;
}

.bg-04.card-flecha::after {
  position: absolute;
  content: " ";
  top: 0;
  LEFT: 100%;
  width: 0;
  height: 50px;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-right: 5rem solid transparent;
  border-left: 1.5rem solid #3445E5;
  z-index: 10;
}

.bg-04-01.card-flecha::after {
  position: absolute;
  content: " ";
  top: 0;
  LEFT: 100%;
  width: 0;
  height: 50px;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-right: 5rem solid transparent;
  border-left: 1.5rem solid #2a39c2;
  z-index: 10;
}

.bg-04-02.card-flecha::after {
  position: absolute;
  content: " ";
  top: 0;
  LEFT: 100%;
  width: 0;
  height: 50px;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-right: 5rem solid transparent;
  border-left: 1.5rem solid #25319c;
  z-index: 10;
}

.bg-04-03.card-flecha::after {
  position: absolute;
  content: " ";
  top: 0;
 /* LEFT: 100%;
  width: 0;
  height: 50px;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-right: 5rem solid transparent;
  border-left: 1.5rem solid #1f287c;
  z-index: 10;*/
}

.bg-04-04.card-flecha::after {
  position: absolute;
  content: " ";
  top: 0;
  LEFT: 100%;
  width: 0;
  height: 50px;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-right: 5rem solid transparent;
  border-left: 1.5rem solid #10175a;
  z-index: 10;
}




.card {
  position: relative;
  /* border-radius: .25rem; */
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
  border: 0px;
  padding: 20px;
  border-radius: 2px;
}

.card>.card-header {

  padding: 0px 20px 20px 20px;
  background: #fff;
}

.card-header .card-title {
  text-transform: uppercase;
  color: rgba(13, 27, 62, 0.7);
  font-size: .88rem;
  margin: 0px
}

.card-footer {
  background-color: #fff;
}


/*********
box-shadow
************/
.box-sha-0 {
  box-shadow: none !important;
}


/******************
error page
*************/


.page_error {
  background-image: url(../images/bg-errorpage.jpg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;

}

.footer-error-page {
  position: absolute;
  bottom: 0px;
}

.validation-message {
  color: #dd4a3e;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

/********************
sweet alert dark
*********************/



.swal-button {
  border-radius: 1px;
}

.swal-button:focus,
.swal-button.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.swal-title {

  font-size: 20px;
}

.swal-text {
  font-size: 13px;

}





.swal-button--cancel {
  color: #989898;
  border: 1px solid #a8a8a8;
  background: transparent;
  min-width: 130px;
}

.swal-button--cancel:hover,
.swal-button--cancel:active,
.swal-button--cancel:focus {
  color: rgb(113, 113, 113);
  background-color: rgba(165, 165, 165, 0.5);
  border-color: #ffffff;
  box-shadow: none;
}

.swal-button--confirm {
  color: #fff;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  min-width: 130px;
}

.swal-button--confirm:hover,
.swal-button--confirm:active,
.swal-button--confirm:focus {
  color: #fff;
  border: 1px solid var(--main-color-light);
  background: var(--main-color-light);
  box-shadow: none;
}

.swal-footer {
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}


/*toastr*/


.toast-success {
  background-color: #3eb69e;
  border: 0px;
}

.toast-error {
  background-color: #e3564e;
  border: 0px;
}

.toast-info {
  background-color: #6d379c;
}

.toast-warning {
  background-color: #F89406;
}


/*****************
  PAGINA EDICION IMAGEN
  ******************/

.cont-img-edic {
  border: 1px solid #20202a
}

.cropper-container.cropper-bg{
  min-height: 68vh!important;
}

.cont-img-edic img {
  /*height: 35vh;*/
 /* height: 70vh!important;
  width: 100%;
  object-fit: contain;*/
}

/* esta clase es para pagina cuatro imagenes*/
.cont-img-edicionxcuatro img {
  height: 35vh;
   width: 100%;
  object-fit: contain;
}



.cont-video-edic video {
  height: 55vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}



.capture-video-content {
  width: 250px;
  height: 130px;
  background: #3f4247
}

canvas.selected {
  padding: 1px;
  width: 250px;
  height: 130px;
  border: 1px solid #3e3ee4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px -1px 27px 0px rgba(62, 76, 235, 0.75) inset;
  -webkit-box-shadow: 0px -1px 27px 0px rgba(62, 76, 235, 0.75) inset;
  -moz-box-shadow: 0px -1px 27px 0px rgba(62, 76, 235, 0.75) inset;


}

.capture-video-content {
  width: 250px;
  height: 130px;
  object-fit: cover;
  overflow: hidden;
}


.footer-buttons-edit {
  position: absolute;
  bottom: 10px;
  width: 100%;
}


/*boton siguiente en edicion*/




.btn.siguiente span,
.btn.enviar span,
.btn.guardar span,
.btn.aplicar span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn.aplicar span:after {
  content: '\e852';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: 'Linearicons-Free';
}

.btn.enviar span:after {
  content: '\e84b';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: 'Linearicons-Free';
}

.btn.siguiente span:after {
  content: '\e876';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: 'Linearicons-Free';
}

.btn.guardar span:after {
  content: '\f0c7';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: 'FontAwesome';
}

.btn.siguiente:hover span,
.btn.enviar:hover span,
.btn.guardar:hover span,
.btn.aplicar:hover span {
  padding-right: 25px;
}

.btn.siguiente:hover span:after,
.btn.enviar:hover span:after,
.btn.guardar:hover span:after,
.btn.aplicar:hover span:after {
  opacity: 1;
  right: 0;
}


.btn.descarte span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn.descarte span:after {
  content: '\e811';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: 'Linearicons-Free';
}

.btn.descarte:hover span {
  padding-right: 25px;
}

.btn.descarte:hover span:after {
  opacity: 1;
  right: 0;
}




.progress-button {
  display: inline-block;

  overflow: hidden;
  position: relative;

}

/* Ocultamos los texto originales del botón. Una vez cargado se muestran en el evento :after */

.progress-button.in-progress,
.progress-button.finished {
  color: transparent !important;
}

.progress-button.in-progress:after,
.progress-button.finished:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  padding-top: inherit;
  color: #fff !important;
  left: 0;
}

/* Mientras está la clase .in-progress se muestra el contenido del atributo contents */

.progress-button.in-progress:after {
  content: attr(data-loading);
}

/* La misma clase que .finished */

.progress-button.finished:after {
  content: attr(data-finished);
}

/* La barra de color crece en función del progreso */

.progress-button .tz-bar {
  background-color: #7305e1;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: 1;

  border-radius: 0 0 2px 2px;

  -webkit-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

/* La barra de progreso puede ser horizontal o vertical */

.progress-button .tz-bar.background-horizontal {
  height: 100%;
  border-radius: 2px;
}

.progress-button .tz-bar.background-vertical {
  height: 0;
  top: 0;
  width: 100%;
  border-radius: 2px;
}

/***********
pagina listado con filtros
******************/
.bg-filtros {
  background-position: right -30% bottom -20%;
  background-size: 70% auto;
  background-image: url(../images/logoBg.svg);
  background-color: #fff;
  height: 90vh;
  padding: 1.8rem 0.85rem;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  transition: width 0.5s ease-in-out;
  bottom: 0px
}


.item-list .checkFolder {
  display: none
}

/**listado proyectos*/
.lotes-counter {
  position: absolute;
  right: 36px;
  top: 23px;
  width: 150px;
  height: 20px;
}

.item-listado {
  padding: 10px 15px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  position: relative
}

.listado-hover {
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.listado-hover:hover>.block2-overlay {
  opacity: 1;
}


.item-listado::before {
  content: "\e874";
  font-family: 'Linearicons-Free';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  cursor: pointer;
}

.item-listado.collapsed::before {
  content: "\e873";
}




.block2-overlay {
  position: absolute;
  width: 10%;
  height: 100%;

  right: 25px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.block2-btn-actions {
  position: absolute;
  right: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  bottom: 6px;
}

.collapse:hover>.block2-overlay .block2-btn-actions,
.collapse:hover>.listado-hover>.block2-btn-actions {
  opacity: 1;
}









.trans-0-4 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.soltar {
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 30px;
}

/*detalle*/


.symbol-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.symbol-group .symbol:first-child {
  margin-left: 0;
}

.symbol-group .symbol:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

.symbol-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: ce
}

.symbol.symbol-30>img {
  width: 100%;
  max-width: 30px;
  height: 30px;
}

.symbol.symbol-circle>img {
  border-radius: 50%;
}



/**
 * EasyZoom core styles
 */

.easyzoom a {
  display: block;
}


.easyzoom {
  height: 100% !important;
}



/********svg icons*/
.svg-icon.svg-icon-main svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--main-color) !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--info-color) !important;
}

.svg-icon.svg-icon-primary svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.svg-icon.svg-logo-primary svg path {
  fill: #3d5af1 !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #dc3545 !important;
}

.svg-icon.svg-icon-grey svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #bbc0c3 !important;
}

.svg-icon.svg-icon-white svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff !important;
}



.svg-icon.svg-icon-sm svg {
  height: 1.25rem !important;
  width: 1.25rem !important;
}

.svg-icon.svg-icon-md svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.svg-icon.svg-icon-lg svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}

.svg-icon.svg-icon-xl svg {
  height: 2rem !important;
  width: 2rem !important;
}

.svg-icon.svg-icon-xxl svg {
  height: 2.25rem !important;
  width: 2.25rem !important;
}

.svg-icon.svg-icon-1x svg {
  height: 1rem !important;
  width: 1rem !important;
}

.svg-icon.svg-icon-2x svg {
  height: 2rem !important;
  width: 2rem !important;
}

.svg-icon.svg-icon-3x svg {
  height: 3rem !important;
  width: 3rem !important;
}

.svg-icon.svg-icon-4x svg {
  height: 4rem !important;
  width: 4rem !important;
}

.svg-icon.svg-icon-5x svg {
  height: 5rem !important;
  width: 5rem !important;
}

.svg-icon.svg-icon-6x svg {
  height: 6rem !important;
  width: 6rem !important;
}

.svg-icon.svg-icon-7x svg {
  height: 7rem !important;
  width: 7rem !important;
}

.svg-icon.svg-icon-8x svg {
  height: 8rem !important;
  width: 8rem !important;
}

.svg-icon.svg-icon-9x svg {
  height: 9rem !important;
  width: 9rem !important;
}

.svg-icon.svg-icon-10x svg {
  height: 10rem !important;
  width: 10rem !important;
}



/************formularios***********/

.sin-caret.dropdown-toggle:after {
  content: none
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000 !important;
  text-decoration: none;
  background-color: #adc5e8
}

.form-label {
  font-size: 14px;
  color: #666;
}

.checkbox-lg .form-check-input {
  width: 1.55rem;
  height: 1.55rem;
  box-shadow: none;
}

.checkbox-lg.form-check-input {
  width: 1.55rem;
  height: 1.55rem;
  box-shadow: none;
}

.checkbox-lg .form-check-label {
  margin-left: 10px;
  margin-top: 5px;
  box-shadow: none;
}

select.form-control {
  -webkit-appearance: menulist;
}

.form-check-input.check-info:checked {
  background-color: var(--info-color-light) !important;
  border-color: var(--info-color-light) !important;
}

.form-check-input.check-success:checked {
  background-color: var(--success-color) !important;
  border-color: var(--success-color) !important;
}


.input-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}



.form-switch.form-switch-md {
  padding-left: 4.5em;
  height: 2.0em;
}

.form-switch.form-switch-md .form-check-input {
  margin-left: -4.5em;
  height: 1.5em;
  width: 3.5em;
}



.form-switch.form-switch-lg {
  padding-left: 8.5em;
  height: 4.5em;
}

.form-switch.form-switch-lg .form-check-input {
  margin-left: -8.5em;
  height: 4em;
  width: 8em;
}

.form-switch.form-switch-lg .form-check-label {
  padding-top: 1.5em;
}


.form-check-input:checked.warning{
  background-color: var(--warning-color);
  border-color:  var(--warning-color);
}

.form-check-input:focus.warning {
  border-color: #fee286;
  outline: 0;
  box-shadow: none;
}

/**********
badges labels
***************/

.label-danger {
  background: #FF5370
}

.label-success {
  background: var(--success-color)
}

.label-grey {
  background: #ccc
}

.label {
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 2px 7px;
  margin-right: 5px;
  font-weight: 600;
  text-transform: uppercase;
}


.label-default {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.label-inverse-default {
  border: 1px solid;
  border-color: #e0e0e0;
  color: #e0e0e0 !important;
}

.label-inverse-primary {
  border: 1px solid;
  border-color: var(--main-color);
  color: var(--main-color) !important;
}

.label-inverse-success {
  border: 1px solid;
  border-color: var(--success-color);
  color: var(--success-color) !important;
}

.label-inverse-success::before {
  font-family: 'Linearicons-Free';
  content: '\e86d';
}


.label-inverse-warning {
  border: 1px solid;
  border-color: #f1c40f;
  color: #f1c40f !important;
}

.label-inverse-danger {
  border: 1px solid;
  border-color: #FF5370;
  color: #FF5370 !important;
}

.label-inverse-danger::before {
  font-family: 'Linearicons-Free';
  content: '\e86e';
}

.label-inverse-red {
  border: 1px solid;
  border-color: #FF5370;
  color: #FF5370 !important;
}




.label-inverse-info {
  border: 1px solid;
  border-color: var(--info-color);
  color: var(--info-color) !important;
}

.label-inverse-info-border {
  border: 1px solid;
  border-color: #222;
  color: #222 !important;
}



/*datepicker*/
.datepicker {
  padding: 20px
}

.datepicker td,
.datepicker th {
  padding: 10px
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;

}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  align-items: center;
  font-weight: 500;
}

.datepicker table tr td.active {
  background: var(--info-color) !important;
}



/*tags filtro busqueda*/

.wrap-tags {
  margin-right: -3px;
  margin-left: -3px;
}

.tag-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--info-color-light);
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid var(--info-color-light);
  border-radius: 8px;
  margin: 3px;
}

.tag-item:hover {
  border: 1px solid var(--info-color);
  color: var(--info-color);
  transition: 0.3s;
}

.tag-item:hover>.tagRemove {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(60deg);
  transition: 0.5s;
}


/************modales***************/

.bg-title-modal {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.bg-title-modal.danger {
  background-color: #F64E60;
}


/*****************
tabs
*******************/


.nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #3F4254;
  padding: 2rem 2.5rem;
  border: 0px !important;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  outline: none;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-link.active .number-tab {
  color: #ffffff;
  background-color: #3445E5;
}

.nav-link.active .name-tab {
  color: #3445E5
}

.nav-link .number-tab {
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.75rem;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  width: 2.75rem;
  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;
  background-color: rgba(52, 69, 229, 0.08);
  color: #3445E5;
  margin-right: 1rem;
  border-radius: 0.5rem;
}

.number-title {
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.75rem;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  width: 2.75rem;
  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;
  color: #ffffff;
  background-color: #3445E5;
  margin-right: 1rem;
  border-radius: 0.5rem;
}

/*********************
page alta usuario
******************/
.wrapper-image-profile {
  width: 180px;
  height: 180px;

  object-fit: cover;
  border-radius: 3px;
  position: relative;

}


.wrapper-image-profile img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #a2abb9
}



.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  border-radius: 3px;
}

.wrapper-image-profile:hover .overlay-image {
  display: block;
  background: rgba(0, 0, 0, .5);
}


.symbol-badge.online {
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  position: absolute;
  font-size: 20px;
}

/*boton input type file*/
.button-image-profile {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
}

.button-image-profile a {}


.wrapper-image-profile:hover .button-image-profile {
  opacity: 1;
}


.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  max-width: 80%;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;

}



.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}




/* style 1 */

.inputfile-1+label {
  padding: 12px 20px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;

}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
  background-color: var(--info-color);
}



/*perfect scrollbar*/

.ps-scrollbar-y-rail {
  right: 0px !important
}


/*scrollbar menu*/
.scrollMenu{
  height: 90vh;
  overflow: hidden;
  position: relative;
}

.scrollMenu .ps-scrollbar-y-rail {
  background-color: #516cf4;
  height: 100vh;
}

.scrollMenu .ps-scrollbar-y {
  background-color: #1f3bc6;
  width: 5px;
}

.scrollMenu .ps-scrollbar-y-rail {
  width: 5px;
}


/*********************
page alta proyecto
******************/
.wrapper-image-proy {
  width: 170px;
  height: 130px;
  background-color: #dadada;
  object-fit: contain;
  border-radius: 3px;
  position: relative;

}


.wrapper-image-proy img {
  width: 170px;
  height: 130px;
  object-fit: contain;
  border-radius: 3px;
  border: 1px solid #a2abb9
}


.button-image-proy {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
}

.button-image-proy a {}


.wrapper-image-proy:hover .button-image-proy {
  opacity: 1;
}


.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  border-radius: 3px;
}

.wrapper-image-proy:hover .overlay-image {
  display: block;
  background: rgba(0, 0, 0, .5);
}

/***************
DETALLE EQUIPO
**************/


#map {
  width: 100%;
  max-width: 100%;
  height: 200px
}

.gmnoprint,
.gm-style-cc {
  display: none;
}



.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden !important;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -100%, 0);
  background-color: rgba(45, 54, 102, 1);
  border-radius: 8px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .5);

}

.gm-style .gm-style-iw-tc::after {
  background-color: rgba(45, 54, 102, 1);
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 15px;
}

.gm-ui-hover-effect>span {
  color: #fff !important
}


/***************
MAPA de equipos
**************/


#mapEquipos {
  width: 100%;
  max-width: 100%;
  height: 100vh
}


@media (max-width: 320px) {
  #mapEquipos {
    @media (max-width:360px) {
      .logoFloat {
          display: none;
        
      }
  }
    height: 350px
  }

}

@media (max-width: 768px) {
  #mapEquipos {

    height: 350px
  }

}





/*actividad de usuario*/


.col-num {
  float: left;
  width: 3.2%;
  position: relative;
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 12px;
  border-right: 1px solid #dbdbdb;
}

.col-num .num-date {
  position: absolute;
  font-weight: bold;
  font-size: 10px;
  right: 0px;
  top: 0px;
  color: #999;
  width: 15px;
}

.col-num .actividad-num {
  margin-top: 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}


.line-text {
  height: 2px;
  background-color: #8950FC;
}


.icon-user-baja {
  position: absolute;
  background-color: #fff;

  left: 44px;
  bottom: -4px;
  border-radius: 50%;
  padding: 3px;
  color: red;
}





/******progress btn********/


.progress-btn {
  position: relative;
  width: 250px;
  height: 50px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  transition: all 0.4s ease;
  padding: 0px;
}


.progress-btn .into-progress-btn {
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-btn .progressButton {
  background: #4c2991;
  transition: all 0.3s ease;
  height: 100%;
}




progress::-moz-progress-bar {
  background: var(--info-color);
}

progress::-webkit-progress-value {
  background: var(--info-color);
}

progress {
  color: var(--info-color);
}




/*overlay para cuando el boton de progreso esta activo*/
.overlayButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  z-index: 1000;

}





/* anchos con media query para texto con scroll*/


.anchoMax {

  width: 1000px
}

@media (max-width: 320px) {
  .anchoMax {

    width: 2000px
  }

}

@media (max-width: 768px) {
  .anchoMax {

    width: 1000px
  }

}

/*preview del cropper*/

.preview {
  overflow: hidden;
  width: 100%; 
  height: 200px;
}


/*******popover*********/
.popover-header{
  background:var(--main-color-light);
  color:#fff;
  font-weight: 600;
  font-size: 12px;

}






.nav-progress {
  display: flex;
  align-items: center;
  margin: 0;
 overflow: hidden;
  height: 30px;
  border: 2px solid var(--main-color);
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 5px;
}
.nav-progress > a {
 position: relative;
display: flex;
padding: 8px 15px 8px 25px;
color: var(--main-color);
text-align: center;
font-size: 9px;
font-weight: 600;
line-height: normal;
vertical-align: middle;
/*min-width: 130px;*/
align-items: center;
justify-content: center;
height: 30px;
}
.nav-progress > a.active {
  background-color: var(--main-color-light);
  color: #fff;
 
}
.nav-progress > a.active .arrow {
  border: 2px solid var(--main-color) !important;
  background:var(--main-color-light) !important;
}


.arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
.arrow-wrapper .arrow-cover {
  position: absolute;
  overflow: hidden;
  width: 18px;
  height: 50px;
}
.arrow-wrapper .arrow-cover .arrow {
  position: absolute;
  left: -20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 2px solid var(--main-color);
  background: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}



.arrow-wrapper .arrow-cover .arrow-before {
  position: absolute;
  left: -20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background:#fff !important;
  border: 2px solid var(--main-color);
  background: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}






/*grande*/

.nav-progress-big {
  display: flex;
  align-items: center;
  margin: 0;
/* overflow: hidden;*/
  height: 65px;
  border: 2px solid var(--main-color);
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 5px;
  box-shadow: 0px 0px #5872f5, 1px 1px #5872f5, 2px 2px #5872f5, 3px 3px #647dfa, 4px 4px #647dfa, 5px 5px #647dfa, 6px 6px #647dfa, 7px 7px #6079f8, 8px 8px #6079f8, 9px 9px #6079f8, 10px 10px #6079f8, 11px 11px #6079f8, 12px 12px #6d85fd, 13px 13px #6d85fd, 14px 14px #6d85fd, 15px 15px #6d85fd, 16px 16px #6d85fd, 17px 17px #738afe, 18px 18px #738afe, 19px 19px #738afe, 20px 20px #738afe, 21px 21px #798ffc, 22px 22px #798ffc, 23px 23px #798ffc, 24px 24px #798ffc, 25px 25px #798ffc, 26px 26px #8296fa, 27px 27px #8296fa, 28px 28px #8296fa, 29px 29px #8296fa, 30px 30px #8296fa, 31px 31px #8da0fd, 32px 32px #8da0fd, 33px 33px #8da0fd, 34px 34px #8da0fd, 35px 35px #97a9ff, 36px 36px #97a9ff, 37px 37px #97a9ff, 38px 38px #97a9ff, 39px 39px #9daeff, 40px 40px #9daeff, 41px 41px #9daeff, 42px 42px #9daeff, 43px 43px #9daeff, 44px 44px #a1b1fe, 45px 45px #a1b1fe, 46px 46px #a1b1fe, 47px 47px #a1b1fe, 48px 48px #a1b1fe, 49px 49px #a5b3fd, 50px 50px #a5b3fd, 51px 51px #a5b3fd, 52px 52px #a5b3fd, 53px 53px #a5b3fd, 54px 54px #adbbfe, 55px 55px #adbbfe, 56px 56px #adbbfe, 57px 57px #adbbfe, 58px 58px #b8c3fd, 59px 59px #b8c3fd, 60px 60px #b8c3fd, 61px 61px #b8c3fd, 62px 62px #b8c3fd, 63px 63px #c0caff, 64px 64px #c0caff, 65px 65px #c0caff, 66px 66px #cad3ff, 67px 67px #cad3ff, 68px 68px #cad3ff, 69px 69px #d1d9ff, 70px 70px #d1d9ff, 71px 71px #d1d9ff, 72px 72px #dce2ff, 73px 73px #dce2ff, 74px 74px #dce2ff, 75px 75px #e4e8fe, 76px 76px #e4e8fe, 77px 77px #e4e8fe, 78px 78px #eff2ff, 79px 79px #eff2ff, 80px 80px #eff2ff, 81px 81px #F3F6F9, 82px 82px #F3F6F9, 83px 83px #F3F6F9, 84px 84px #f3f6f9;

}
.nav-progress-big > a {
 position: relative;
display: flex;
padding: 8px 15px 8px 55px;
color: var(--main-color);
text-align: center;
font-weight: 600;
line-height: normal;
vertical-align: middle;
align-items: center;
justify-content: center;
height: 65px;
min-width: 160px;
}
.nav-progress-big > a.active {
  background-color: var(--main-color-light);
  color: #fff;
 
}
.nav-progress-big > a.active .arrow {
  border: 2px solid var(--main-color) !important;
  background:var(--main-color-light) !important;
}


.nav-progress-big .arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
.nav-progress-big .arrow-wrapper .arrow-cover {
  position: absolute;
  overflow: hidden;
  width: 50px;
  height: 64px;
}
.nav-progress-big .arrow-wrapper .arrow-cover .arrow {
  position: absolute;
  left: -32px;
  z-index: 2;
  width: 55px;
  height: 77px;
  border: 2px solid var(--main-color);
  background: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}



.nav-progress-big .arrow-wrapper .arrow-cover .arrow-before {
  position: absolute;
  left: -20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background:#fff !important;
  border: 2px solid var(--main-color);
  background: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*leyenda*/

.nav-progress-legend {
  padding: 18px 18px;
  background: #fff;
  position: relative;
  min-width: 150px;
  max-width: 180px;
  border-radius: 5px;
  line-height: 1.5;
  position: absolute;
  border: 1px solid #000;
  top:90px;
  font-weight: 500;
  font-size:11px;
  text-align: start;
}

.nav-progress-legend:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: white;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

/* > Process Styles circle */

.square{
  position: absolute;
width: 190px;
height: 150px;
border: 2px #8f8f8f dashed;
left: 30px;
}
.process-wrap {
 display: flex;

}
.process-main {
    width: 100%;
    min-width: 200px;
    display: flex;
    position: relative;
}
.col-process{

  position: relative;
}
/*
.process-main .col-process:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 22.5px;
    left: calc(0% + 20px);
    right: 0;
    background: #8f8f8f;
    border: 1px #8f8f8f solid;
   -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
     transition: .4s;
}*/
.process-step-cont {
 
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    align-content: space-between;
    width: 130px;
}
.process-step {
    
    border-radius: 100%;
    line-height: 0;
    background: #8f8f8f;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #F3F6F9;
    width:60px;
    height: 60px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    border: 7px solid #F3F6F9;
    box-sizing: content-box;
}

.process-step i{
  font-size: 25px;
}


.process-step-ab {
  position: absolute;  
  border-radius: 100%;
  line-height: 0;
  background: #8f8f8f;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
  color: #fff;
  width:50px;
  height: 50px;
  font-weight: 700;
  margin-bottom: 7px;
  z-index: 4;
  left:50%;
  border: 7px solid #F3F6F9;
box-sizing: content-box;
  
  
}

.process-step-ab i{
font-size: 25px;
}
.process-label {
    font-weight: 500;
    font-size: 12px;
     width: 100%;
     text-align: center;
}
.process-dots {
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-color);
    cursor: pointer;
}
.process-dot-cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 60%; 
    padding-top: 5px;
}




/*release note*/


.card-new-release {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  border: 1px solid #dbdbdb;
}

.card-new-release .footer-card {
  padding: 15px;
}

.card-new-release-close {

  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;

  padding: 0;
  overflow: hidden;
  transition: color .1s, box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 1.8em;
  cursor: pointer;
  justify-self: end;
}


.sidebarRelease {

  width: 370px;
  position: fixed;
  z-index: 1;
  top: 0px;
  right: 0;
  bottom:0px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*height: 95vh;*/
  box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

.sidebarRelease a {

  text-decoration: none;

  color: #363636;
  display: block;
  transition: 0.3s;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  ;
  margin-bottom: 5px;
}

.sidebarRelease a:hover {
  color: #c3c3c3;
}

.sidebarRelease .closebtn {

  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;

  padding: 0;
  overflow: hidden;
  transition: color .1s, box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: rgb(131, 131, 131);
  font-family: serif;
  font-family: monospace;
  font-size: 1.8em;
  cursor: pointer;
  justify-self: end;
}

.openbtnRelease {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtnRelease:hover {
  background-color: #444;
}


.header-SideBarrelease {
  padding: 15px 15px;

  font-size: 16px;

}

.header-SideBarrelease h3 {

  font-size: 18px;

  color: #545454
}

.body-SideBarrelease {
  padding: 15px;

}


.scrollable-container-top-87 {
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 160px;
  padding: 5px 20px 5px 5px;
}


.cardRelease .fecha {
  background: var(--info-color);
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
}



.correccionBug,
.itemMejora,
.nuevaFunc {
    font-size: 11px;
 
   
    font-weight: 500;
   
    padding: 3px 10px;

    border-radius: 15px;
}

.correccionBug::before {
    font-family: 'FontAwesome';
    content: '\f188';
    margin-right: 5px;
}

.itemMejora::before {
    font-family: "Material-Design-Iconic-Font";
    content: '\f310';
    margin-right: 5px;
}

.nuevaFunc::before {
    font-family: "Material-Design-Iconic-Font";
    content: '\f227';
    margin-right: 5px;
}


.correccionBug{
  border: 1px solid var(--danger-color);     color: var(--danger-color);    background-color: var(--danger-color-light-light);
}

.itemMejora {
  border: 1px solid var(--info-color);     color: var(--info-color);    background-color: var(--info-color-light-light);
}

.nuevaFunc {
  border: 1px solid var(--main-color);     color: var(--main-color);    background-color: var(--main-color-light-light);
}





.ellipsis-twolines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*galeria de imagenes adjuntas*/

.imagenDeGaleria {

  display: block;
  margin-right: 10px;
 
}

.imagenDeGaleria img {
  object-fit: cover;
  width: 100%;
  height: 100px;
}


.adjuntoRelease{
  border: 1px solid #f1f1f4;
  border-radius: 10px;
  box-shadow: 0px 3px 4px 0px  rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.adjuntoRelease img:hover{
  -webkit-transform:scale(1.3);transform:scale(1.3);
}


/**********
release
***********/

.releaseCard .fecha{
  background:var(--info-color);
  padding: 5px 10px;
  color: white;
  font-weight: 500;
  border-radius: 3px;
}

.releaseCard{
  margin-bottom: 15px;
}


.ellipsis-twolines{
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.car-icon {
  position: absolute; top: -45px;
  transition: left 0.1s ease;
  font-size: 24px;
}

.progress-container {
  position: relative;
  width: 100%;
  margin-top: 40px;
}


.progress.progress-fase {
  height: 7px;
}

/*******PANTALLA PROCESOS****/




.stopped .bar {
    width: 100%;
    background: #9e9e9e;
    animation: none;
}


.error .bar {
    width: 100%;
    background: #e53935;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.progress-proceso.progress {
    width: 150px;
    height: 10px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.bar {
    height: 100%;
    background: #4caf50;
    width: 40%;
    animation: move 1.5s linear infinite;
}

@keyframes move {
    0% {
        margin-left: -40%;
    }

    100% {
        margin-left: 100%;
    }
}

.gear {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}



.item-list.corriendo {
    background-color: #e6f9f0; /* verde suave */
    border-left: 4px solid #28a745;
    transition: 0.3s;
}

.item-list.pausado {
    background-color: #f9f9f9; /* gris */
    border-left: 4px solid #6c757d;
    transition: 0.3s;
}

.item-list.conError {
    background-color: #fbeaea; /* rojo suave */
    border-left: 4px solid #dc3545;
    transition: 0.3s;
}
