@font-face {
  font-family: "Argentum Sans Light";
  font-style: normal;
  font-weight: normal;
  src:
    local("Argentum Sans Light"),
    url("../fonts/argentum-sans/ArgentumSans-Light.woff") format("woff");
}

@font-face {
  font-family: "Argentum Sans SemiBold";
  font-style: normal;
  font-weight: normal;
  src:
    local("Argentum Sans SemiBold"),
    url("../fonts/argentum-sans/ArgentumSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Argentum Sans Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Argentum Sans Regular"),
    url("../fonts/argentum-sans/ArgentumSans-Regular.woff") format("woff");
}

        #scroll-to-top {
            position: fixed;
            bottom: 0px;
            right: 20px;
            z-index: 900;
            display: none;
            width: 36px;
            height: 36px;
            background: #006EFE;
            border-radius: 5px;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0, 110, 254, 0.4);
            transition: all 0.3s ease;
        }

        #scroll-to-top:hover {
            background: #0056d6;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 110, 254, 0.6);
        }

        #scroll-to-top.show {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #scroll-to-top i {
            color: white;
            font-size: 14px;
        }
body {
  font-family: "Argentum Sans Light";
  font-weight: normal;
  overflow-x: hidden;
}
/* ============================ REUTILIZABLES ===========================*/
.parsley-errors-list {
  color: red !important;
  list-style: none !important;
  font-size: 0.9rem !important;
}
.text-muted {
  color: #848584 !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
.w-automatico {
  width: 100% !important;
}
.w-md-automatico {
  width: 100% !important;
}
.hvr-grow.link-header {
  background-color: #003780 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 0.5rem 1rem;
  border-radius: 1.2rem;
  cursor: pointer !important;
  text-align: center;
}
.hvr-grow.link-a {
  background-color: #003780 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 0.7rem 1rem;
  border-radius: 1.8rem;
  cursor: pointer !important;
  text-align: center;
  width: 100%;
}
.hvr-grow.link-orange {
  background-color: #ff2c0a !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 0.7rem 1rem;
  border-radius: 1.8rem;
  cursor: pointer !important;
  text-align: center;
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.w-migra {
  width: 100%;
}
.text-0mb {
  margin-bottom: 0px;
}
.size-09r {
  font-size: 0.9rem !important;
}
.size-timeline-number {
  font-size: 1rem !important;
}
.size-08r {
  font-size: 0.8rem !important;
}
input,
textarea {
  font-family: "Argentum Sans Light" !important;
  font-size: 0.9rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  border: 0px !important;
  color: #848584 !important;
  border-radius: 1.1rem !important;
  margin-bottom: 0.6rem !important;
}
textarea {
  resize: none;
  border-radius: 1.2rem !important;
}
.title-semibold {
  font-family: "Argentum Sans SemiBold" !important;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/*===================== END REUTILIZABLES ==========================*/

/*========header==========*/
.fixed-header {
  width: 100%;
  position: fixed;
  z-index: 900;
  padding: 0.7rem 0;
  top: 0;
  background: rgb(255, 188, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbc00",endColorstr="#ea9e06",GradientType=1);
}
.text-header {
  color: #00377c;
  margin-bottom: 0px;
}
.gextionaHeader {
  height: 1rem;
}
/*========End header==========*/

/*========First Section==========*/
.container-frm {
  background-color: #f9f9f9;
  border-radius: 1rem;
}
.section-first {
  height: 100%;
  background: url("../img/gextiona/Grupo-4981.webp") no-repeat center top;
  background-size: cover;
  position: relative;
  padding-top: 5rem;
}
.section-contacto {
  height: 100%;
  background: url("../img/gextiona/Grupo-4981.webp") no-repeat center top;
  background-size: cover;
  position: relative;
}
.sf-iconos {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 885;
}
.sf-tablet {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 890;
}
.manosTablet {
  width: 425px;
  margin-left: 28px;
}
.sf-ventasEnCampo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 895;
}
.link-go {
  height: 70px;
}
/*========End First Section==========*/

.c-third {
  height: 4rem !important;
}
.img-third {
  height: 3rem !important;
}

.section-facturacion {
  height: 100%;
  background: url("../img/gextiona/iMAGEN-FONDO-SUNAT.webp") no-repeat center
    top;
  background-size: cover;
}
.facturacion-header {
  height: 100%;
  background: rgb(0, 52, 122);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 52, 122, 1) 14%,
    rgba(0, 26, 60, 1) 79%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 52, 122, 1) 14%,
    rgba(0, 26, 60, 1) 79%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 52, 122, 1) 14%,
    rgba(0, 26, 60, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00347a',endColorstr='#001a3c',GradientType=1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-contacto .c-whatsapp ~ .c-contactanos {
  visibility: hidden;
}
.container-contacto .c-whatsapp:hover ~ .c-contactanos {
  visibility: visible;
}
.video-4 {
  width: 100%;
  height: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.inventario-img {
  height: auto;
  border-radius: 1.5rem;
}
.bloque-reportes {
  background-color: #ff2c0a;
  padding: 1rem;
  color: #fff;
  border-radius: 0.5rem;
}
/* SECTION NUEVO */
.section-nuevo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/gextiona/fondo.webp") no-repeat center top;
  background-size: cover;
}
.img-nuevo {
  position: absolute;
  right: -8rem;
  bottom: 0;
  width: 300px;
}
.nuevo-abs {
  position: absolute;
  right: 0;
  top: 0;
}
.ventaCampo-nuevo {
  padding: 3rem 0 7rem 0;
}
.ventaCampo-nuevo-img {
  height: 3.6rem !important;
}

/* fin SECTION NUEVO */
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

.glider-dots {
  justify-content: left !important;
}
.glider-dot {
  color: #fad0c9 !important;
  background-color: #fad0c9 !important;
}
.glider-dot.active {
  color: #ff2c0a !important;
  background-color: #ff2c0a !important;
}
.glider-next,
.glider-next2 {
  color: #006efe !important;
  right: -20px !important;
  top: 35% !important;
}

.glider-prev,
.glider-prev2 {
  color: #006efe !important;
  left: -20px !important;
  top: 35% !important;
}
.glider-icon-size {
  font-size: 2rem !important;
}

/*========Footer==========*/
#section-footer {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 12%,
    rgba(31, 31, 31, 1) 51%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 12%,
    rgba(31, 31, 31, 1) 51%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 12%,
    rgba(31, 31, 31, 1) 51%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1f1f1f",GradientType=1);
  color: #fff;
}
.footer-logoTargox {
  height: 2rem;
}
.footer-text {
  font-size: 0.85rem;
}
.footer-redes {
  height: 1.5rem;
}

/*========End Footer ==========*/

.imagen-logo {
  height: 3.5rem;
}
.nivelInventarioHeader {
  height: 6rem !important;
}
.reportesHeader {
  height: 6rem !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .reportesHeader {
    height: 6.5rem !important;
  }
  .nivelInventarioHeader {
    height: 7rem !important;
  }
  .size-timeline-number {
    font-size: 1.8rem !important;
  }
  .ventaCampo-nuevo {
    padding: 3rem 0 0 0;
  }
  .section-nuevo::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../img/gextiona/fondo.webp") no-repeat center top;
    background-size: cover;
  }
  .ventaCampo-nuevo-img {
    height: 5rem !important;
  }
  .img-nuevo {
    position: absolute;
    right: -5rem;
    bottom: 0;
    width: 480px;
  }
  .glider-next,
  .glider-next2 {
    top: 50% !important;
    color: #006efe !important;
    right: -40px !important;
  }

  .glider-prev,
  .glider-prev2 {
    top: 30% !important;
    color: #006efe !important;
    right: -40px !important;
    left: auto !important;
  }
  .glider-icon-size {
    font-size: 4rem !important;
  }
  .w-migra {
    width: 70%;
  }
  .video-4 {
    width: 70%;
    height: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .nuevo-abs {
    position: absolute;
    left: 50% !important;
    top: 0;
    right: auto;
    transform: translate(-50%, 0);
  }
  .w-md-automatico {
    width: auto !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .w-automatico {
    width: auto !important;
  }
  .ventaCampo-nuevo {
    padding: 3rem 0 0 0;
  }
  .section-nuevo::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../img/gextiona/fondo.webp") no-repeat center top;
    background-size: cover;
  }
  .ventaCampo-nuevo-img {
    height: 6rem !important;
  }
  .img-nuevo {
    position: absolute;
    right: -6rem;
    bottom: 0;
    width: 570px;
  }
  .line-init {
    border-bottom: 0.3rem solid #ff2c0a !important;
    position: absolute !important;
    z-index: 100 !important;
    top: 0 !important;
    left: 50% !important;
    height: 100% !important;
    border-left: 0 !important;
    transform: translate(0, -50%) !important;
    width: 50% !important;
  }
  .line-init::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;

    background-color: #ff2c0a;
    bottom: -2px;
    right: -15px;

    transform: translate(0, 50%) !important;
    transition: all 200ms ease-in;
  }
  .line-middle {
    border-bottom: 0.3rem solid #ff2c0a !important;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 0 !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
  }
  .line-middle::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;

    background-color: #ff2c0a;
    bottom: -2px;
    right: -15px;

    transform: translate(0, 50%) !important;
    transition: all 200ms ease-in;
  }
  .line-middle-last {
    border-bottom: 0.3rem solid #ff2c0a !important;
    position: absolute !important;
    z-index: 100 !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    border-left: 0 !important;
    transform: translate(0, -50%) !important;
    width: 50% !important;
  }
  .gextionaHeader {
    height: 1.3rem;
  }
  .inventario-img {
    height: 520px;
    border-radius: 0px;
  }
  .bloque-reportes {
    background-color: #ff2c0a;
    padding-left: 118px !important;
    margin-left: -120px;
    color: #fff;
    border-radius: 0.5rem;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .manosTablet {
    width: 500px;
    margin-left: 30px;
  }
  .sf-iconos {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 885;
  }
  .link-go {
    height: 82px;
  }
  .w-migra {
    width: 60%;
  }
  .modal--content {
    min-width: 300px !important;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: white;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

.img-timeline {
  height: 5rem;
  padding-bottom: 1rem;
}
.line-init {
  border-left: 0.3rem solid #ff2c0a;
  position: absolute;
  width: 0.3rem;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 70%;

  margin-bottom: -10px;
}
.line-last {
  border-left: 0.3rem solid #ff2c0a;
  position: absolute;
  width: 0.3rem;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 60%;

  margin-bottom: -10px;
}
.line-middle,
.line-middle-last {
  border-left: 0.3rem solid #ff2c0a;
  position: absolute;
  width: 0.3rem;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;

  margin-bottom: -10px;
}

.line-init-0 {
  border-left: 0.3rem solid #ff2c0a;
  position: absolute;
  width: 0.3rem;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50%;

  margin-bottom: -10px;
}

/*========MODAL=======*/

.modal {
  height: 100%;
  width: 100%;
  background-color: #000000cc;
  position: fixed;
  display: none;
  color: rgb(4, 1, 12);
}
.modal--container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  justify-content: center;
}
.modal--content {
  max-width: 80% !important;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.btn.btn-cerrar {
  color: #ffffff;
  background: rgb(255, 188, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbc00",endColorstr="#ea9e06",GradientType=1);
  border: transparent;
}
.btn.btn-cerrar.disabled,
.btn.btn-cerrar:disabled {
  color: #ffffff;
  background: rgb(255, 188, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbc00",endColorstr="#ea9e06",GradientType=1);
  border: transparent;
}
.btn.btn-cerrar:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-cerrar:focus:not(.btn-text),
.btn.btn-cerrar.focus:not(.btn-text) {
  color: #ffffff;
  background: rgb(255, 188, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 188, 0, 1) 20%,
    rgba(234, 158, 6, 1) 49%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbc00",endColorstr="#ea9e06",GradientType=1);
  border: transparent;
}

/*=====SCROL===*/
#scrollUp {
  bottom: 0;
  font-size: 24px;
  right: 15px;
  width: 40px;
  background: #003780;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border-radius: 0;
  box-shadow: 2px 10px 8px rgba(0, 0, 0, 0.15);
}

/*=====preloader===*/
#preloader {
  overflow: hidden;
  background-color: #f9f9f9;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.mosh-preloader {
  overflow: hidden;
  -webkit-animation: 3000ms linear 0s normal none infinite running
    mosh-preloader;
  animation: 3000ms linear 0s normal none infinite running mosh-preloader;
  background-color: transparent;
  border-color: #f9f9f9 #f9f9f9 #003780;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9;
}
textarea {
  resize: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.parsley-required {
  padding-left: 0.92rem;
}
