/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/

.ant-form-horizontal .ant-row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

body {
  padding: 0;
  margin: 0;
  cursor: url("cursorGrow.png"), auto;
  /* cursor: url("puntero.png"), auto; */
}

#app-site {
  display: flex;
  width: 100%;
  height: 100vh;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 100vh;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.loading {
  width: 120px;
}

.ant-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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



::-webkit-scrollbar {
  width: 24px;
  height: 24px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #a4a3a3;
  border: 7px solid #f4f4f4;
  border-radius: 25px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a4a3a3;
}
::-webkit-scrollbar-thumb:active {
  background: #a4a3a3;
}
::-webkit-scrollbar-track {
  background: #f4f4f4;
  border: 0px none #950f0f;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #f4f4f4;
}
::-webkit-scrollbar-track:active {
  background: #f4f4f4;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.gx-main-content-wrapper{
  background: #f9f9f9;
}

.Contenedor-Main-Logo{
  width: 100%;
  height: 100%;
  display: flex;
  justify-Content: center;
  align-Items: center;
  background-color: white;
  position: absolute;
  z-index: 100;
}

.Logo-Preload-Main{
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}