﻿@charset "UTF-8";
.bg-erp-esquema {
  text-align: center;
}
.bg-erp-esquema #esquema-erp {
  max-height: 80vh;
}

.bg-erp-secundario {
  background-color: #0046FE;
}

.video-erp-div {
  max-width: 600px;
  margin: auto;
}

.h2-title {
  text-align: center;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #0046FE;
}

.erp-inf h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #0046FE;
}
.erp-inf ul li {
  font-size: 1.25rem;
}
.erp-inf .link-soft-white {
  color: #ffffff;
}
.erp-inf .link-soft-white:hover {
  color: #002C35;
}

.erp-fun {
  border-radius: 60px;
  padding: 10px 5px 10px 10px;
  color: #ffffff;
  cursor: pointer;
  min-width: 450px;
  max-width: 500px;
  position: absolute;
}
.erp-fun h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.erp-fun .erp-fun-inf {
  padding: 10px 5px 10px 100px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 95px;
}
.erp-fun .erp-fun-inf p {
  margin: 0;
}
.erp-fun .divinfo {
  font-size: 15px;
  line-height: 20px;
  padding: 1vh 1vw;
  display: none;
}
.erp-fun .divinfo ul li {
  line-height: 25px;
}

.erp-fun-CRM {
  background-color: rgba(0, 170, 227, 0.85);
  left: -5vw;
}
.erp-fun-CRM:hover {
  background-color: #00aae3;
}
.erp-fun-CRM .erp-fun-inf {
  background-image: url("../images/erp/iconos/erp-icon-gestion.svg");
}

.erp-fun-FIS {
  background-color: rgba(46, 118, 184, 0.85);
  top: 17vh;
}
.erp-fun-FIS:hover {
  background-color: #2e76b8;
}
.erp-fun-FIS .erp-fun-inf {
  background-image: url("../images/erp/iconos/erp-icon-fiscal.svg");
}

.erp-fun-FAC {
  background-color: rgba(0, 68, 110, 0.85);
  left: 5vw;
  top: 35vh;
}
.erp-fun-FAC:hover {
  background-color: #00446e;
}
.erp-fun-FAC .erp-fun-inf {
  background-image: url("../images/erp/iconos/erp-icon-facturacion.svg");
}

.erp-fun-LAB {
  background-color: rgba(0, 84, 131, 0.85);
  top: 53vh;
}
.erp-fun-LAB:hover {
  background-color: #005483;
}
.erp-fun-LAB .erp-fun-inf {
  background-image: url("../images/erp/iconos/erp-icon-laboral.svg");
}

.erp-fun-ASE {
  background-color: rgba(0, 84, 174, 0.85);
  left: -5vw;
  top: 70vh;
}
.erp-fun-ASE:hover {
  background-color: #0054ae;
}
.erp-fun-ASE .erp-fun-inf {
  background-image: url("../images/erp/iconos/erp-icon-asesor.svg");
}

.erp-fun-rhh {
  border-radius: 55px;
  padding: 10px 5px 10px 10px;
  color: #ffffff;
  min-height: 90px;
  margin-top: 10vh;
  margin-bottom: 10vh;
  cursor: pointer;
  max-width: 550px;
  position: absolute;
}
.erp-fun-rhh h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.erp-fun-rhh .erp-fun-inf {
  padding: 15px 5px 15px 100px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 95px;
}
.erp-fun-rhh .erp-fun-inf p {
  margin: 0;
}
.erp-fun-rhh .erp-fun-inf p, .erp-fun-rhh .erp-fun-inf ul li {
  font-size: 16px;
  line-height: 25px;
}
.erp-fun-rhh .divinfo {
  font-size: 15px;
  line-height: 20px;
  padding: 1vh 1vw;
  display: none;
}
.erp-fun-rhh .divinfo ul li {
  line-height: 25px;
}

.erp-fun-01 {
  background-color: rgba(182, 199, 44, 0.95);
  top: 5vh;
}
.erp-fun-01:hover {
  background-color: #B6C72C;
}
.erp-fun-01 .erp-fun-inf {
  background-image: url("../images/erp/iconos/rhh-icon-calculo.svg");
}

.erp-fun-02 {
  background-color: rgba(120, 175, 64, 0.9);
  top: 25vh;
}
.erp-fun-02:hover {
  background-color: #78AF40;
}
.erp-fun-02 .erp-fun-inf {
  background-image: url("../images/erp/iconos/rhh-icon-competencias.svg");
}

.erp-fun-03 {
  background-color: rgba(0, 127, 74, 0.95);
  top: 45vh;
}
.erp-fun-03:hover {
  background-color: #007F4A;
}
.erp-fun-03 .erp-fun-inf {
  background-image: url("../images/erp/iconos/rhh-icon-seleccion.svg");
}

.erp-fun-04 {
  background-color: rgba(0, 127, 74, 0.95);
  position: relative;
  margin: 0 -5vw 8vh auto;
}
.erp-fun-04:hover {
  background-color: #007F4A;
}
.erp-fun-04 .erp-fun-inf {
  background-image: url("../images/erp/iconos/rhh-icon-competencias.svg");
  right: 0;
  top: 0;
}

.modal-info-erp {
  margin-top: 35vh;
}

.divinfo-modal {
  margin: 20px;
  padding: 20px;
  font-size: 14px;
}
.divinfo-modal h3 {
  font-weight: bold;
  font-size: 15px;
}
.divinfo-modal p {
  margin-bottom: 3px;
  font-size: 14px;
}
.divinfo-modal ul {
  padding: 0;
  margin: 0;
}
.divinfo-modal ul li {
  background-image: url(../images/erp/erp_tic.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px;
  padding: 2px 0 2px 25px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.42px;
  list-style: none;
}
.divinfo-modal .modalclose-erp {
  padding: 5px;
  float: right;
  background: url("../images/ico-salir.svg") no-repeat top right;
}
.divinfo-modal .modalclose-erp:hover {
  background: url("../images/ico-salir_hover.svg") no-repeat top right;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.div-erp {
  padding: 70px 0;
}
.div-erp .h1 {
  color: #3A3A3A;
  font-size: 24px;
}
.div-erp .h2 {
  color: #0046FE;
  font-size: 36px;
}
.div-erp .h3-label {
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
.div-erp .tabla {
  background-color: #FFF;
  box-shadow: 0px 100px 99px rgba(43, 104, 135, 0.2);
  border-radius: 8px;
  color: #000;
  padding: 4vh 2vw 2vh;
}
.div-erp .tabla .tik {
  background-image: url("../images/landing/erpdespacho/icon-tic.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 2.5vh 1vw 3vh;
}
.div-erp .tabla p {
  padding: 0;
  margin: 0;
}
.div-erp .label-erp {
  font-size: 30px/40px;
  margin: 5vh auto 10vh;
}
.div-erp .btn-pro {
  padding: 23px 50px;
  text-align: center;
  font-weight: bold;
  font-size: 23px/27px;
  letter-spacing: 1.26px;
  box-shadow: rgba(58, 58, 58, 0.3) 0px 20px 30px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
.div-erp .corchete {
  display: inline;
  margin-right: 10px;
  font-weight: 600;
}
.div-erp .p-modulo {
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.div-erp .p-modulo h5 {
  font-weight: bold;
  font-size: 40px/50px;
}
.div-erp .p-modulo ul {
  padding-left: 0;
}
.div-erp .p-modulo ul li {
  font-size: 20px/35px;
  list-style: none;
}
.div-erp .p-modulo .lottie {
  width: fit-content;
  position: absolute;
  left: -6vw;
  max-width: 600px;
}
.div-erp .p-modulo .bg-normal .corchete {
  color: #007F4A;
}
.div-erp .p-modulo .bg-rhh {
  background-color: #007f4a;
  color: #ffffff;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.29);
}
.div-erp .p-modulo .div-izq {
  padding: 10vh 5vw;
}
.div-erp .p-modulo .div-dch {
  padding: 10vh 10vw;
}

.div-despacho .a-erp-download {
  color: #002C35;
}
.div-despacho .a-erp-download .fecha-dch {
  background: url("../images/erp/iconos/erp-flecha-dcha.svg") no-repeat;
  padding: 2px 18px;
  margin-right: 10px;
}
.div-despacho .a-erp-download .fecha-izq {
  background: url("../images/erp/iconos/erp-flecha-izda.svg") no-repeat;
  padding: 2px 18px;
  margin-left: 10px;
}
.div-despacho .a-erp-download:hover {
  color: #0046FE;
}
.div-despacho .a-erp-download:hover .fecha-dch {
  background-image: url("../images/erp/iconos/erp-flecha-dcha-loing.svg");
}
.div-despacho .a-erp-download:hover .fecha-izq {
  background-image: url("../images/erp/iconos/erp-flecha-izda-long.svg");
}
.div-despacho .w-dep01 {
  background-image: url("../images/erp/bg-erp-despacho.svg");
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 100vh;
}
.div-despacho .w-dep01 .iconclose-erp, .div-despacho .w-dep01 .iconclose-erp-in {
  padding: 5px;
  background: url(../images/ico-salir.svg) no-repeat;
  width: 15px;
  height: 15px;
  float: right;
}
.div-despacho .w-dep01 .iconclose-erp:hover, .div-despacho .w-dep01 .iconclose-erp-in:hover {
  background: url("../images/ico-salir_hover.svg") no-repeat top right;
}
.div-despacho .w-dep01 .iconarrow-erp, .div-despacho .w-dep01 .iconarrow-erp-in {
  background-image: url("../images/erp/iconos/desp_icono-flecha.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 10px;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.div-despacho .w-dep01 .iconarrow-erphover {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.div-despacho .w-dep01 .dep01-div01 {
  min-height: 600px;
  transition: opacity 1s ease-in-out;
}
.div-despacho .w-dep01 .dep01-div01 .erp-base {
  margin: auto;
  position: relative;
  background: url("../images/erp/sec/base-circulo.svg") no-repeat;
  width: 550px;
  height: 550px;
}
.div-despacho .w-dep01 .dep01-div01 .erp-base .imgerp {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.div-despacho .w-dep01 .dep01-div01 .imgerp-hover {
  -webkit-transform: scale(1.15) !important;
  -ms-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
}
.div-despacho .w-dep01 .dep01-div02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5vw;
  margin: 4vh auto 8vh;
}
.div-despacho .w-dep01 .dep01-div02 .btn01 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-align: right;
}
.div-despacho .w-dep01 .dep01-div02 .btn02 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  margin-left: 30px;
}
.div-despacho .dep02-div01 .thr {
  /*font-size: 14px;*/
  text-align: center;
  font-weight: 600;
  border: none;
}
.div-despacho .dep02-div01 .thr strong {
  font-size: 19px;
}
.div-despacho .dep02-div01 .thc {
  font-size: 16px;
  text-align: right;
  border-bottom: 1px solid #dee2e6;
}
.div-despacho .dep02-div01 .tr, .div-despacho .dep02-div01 .trn {
  padding: 25px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.div-despacho .dep02-div01 .tr {
  background-image: url(../images/erp/erp_tic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.div-despacho .dep02-div01 .trt {
  padding: 10px 25px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.div-despacho .dep02-div01 .trt div {
  background-image: url(../images/erp/erp_tic.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 20px 20px;
  padding: 20px 20px 10px;
}
.div-despacho .dep02-div01 .tt {
  border-left: 1px solid #dee2e6;
  text-align: center;
  padding: 20px 0;
}
.div-despacho .dep02-div01 .dep02-div01 {
  margin: 0 0 0 10vw;
}
.div-despacho .dep02-div01 .dep02-div01 h4 {
  font-weight: bold;
}
.div-despacho .dep02-div01 .dep02-div01 table {
  width: 100%;
}
.div-despacho .dep02-div01 .dep02-div01 .tr0 {
  padding: 20px 0;
}
.div-despacho .dep02-div01 .dep02-div01 .tr0 p {
  width: 225px;
  margin: 0 0 0 -175px;
  text-align: right;
  font-size: 16px;
}
.div-despacho .w-dep03 {
  margin: 5vh;
  text-align: center;
}
.div-despacho .w-dep03 h3 {
  font-size: 28px;
  line-height: 40px;
  max-width: 700px;
  margin: auto;
}
.div-despacho .w-dep03 button {
  margin-top: 5vh;
}
.div-despacho .w-dep04 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  background-image: url("../images/erp/bg-forma-conectados.svg");
  background-repeat: no-repeat;
  background-size: 100vw;
  min-height: 100vh;
  padding-top: 5vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-despacho .w-dep04 .dep04-div01 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-column-align: center;
  justify-self: center;
}
.div-despacho .w-dep04 .dep04-div01 ul {
  padding-left: 5px;
  list-style: none;
}
.div-despacho .w-dep04 .dep04-div01 ul li {
  background-image: url("../images/erp/erp_icono-corchete.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 25px 25px;
  padding-left: 25px;
  margin-bottom: 1vh;
}
.div-despacho .w-dep04 .dep04-div02 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
  -ms-grid-column-align: center;
  justify-self: center;
}
.div-despacho .w-dep04 .dep04-div03 {
  background-image: url("../images/erp/premium.svg");
  background-repeat: no-repeat;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  padding: 60px 0 0 120px;
}
.div-despacho .bg-fondo02 {
  background-image: url("../images/erp/erp-forma1.svg");
  background-position: right;
  background-repeat: no-repeat;
}
.div-despacho .w-dep05 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  min-height: 50vh;
  padding-top: 5vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-despacho .w-dep05 .dep05-div01 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}
.div-despacho .w-dep05 .dep05-div01 img {
  width: 120%;
  margin-bottom: 30px;
  margin-left: -10%;
}
.div-despacho .w-dep05 .dep05-div02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  padding-left: 5vw;
}
.div-despacho .w-dep05 .dep05-div011 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  padding-right: 5vw;
}
.div-despacho .w-dep05 .dep05-div021 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 4/5;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}
.div-despacho .w-dep05 .dep05-div021 img {
  width: 120%;
  margin-bottom: 30px;
  margin-left: -10%;
}
.div-despacho .w-dep051 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(7, 1fr);
  min-height: 35vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-despacho .w-dep051 .dep05-div011 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/5;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  padding-right: 5vw;
}
.div-despacho .w-dep051 .dep05-div021 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 5/8;
  -ms-grid-row: 1;
  grid-row: 1;
}
.div-despacho .w-dep051 .dep05-div021 img {
  max-width: 400px;
  margin-bottom: 30px;
  text-align: center;
}
.div-despacho .w-dep051 .dep05-div021 ul {
  float: left;
}
.div-despacho .w-dep051 .dep05-div021 div.label {
  float: left;
  padding-left: 5vw;
}
.div-despacho .w-dep06 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  background-image: url("../images/home/bg-puntos.webp");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 75vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-despacho .w-dep06 .dep06-div01 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-column-align: center;
  justify-self: center;
}
.div-despacho .w-dep06 .dep06-div01 ul {
  padding-left: 5px;
  list-style: none;
}
.div-despacho .w-dep06 .dep06-div01 ul li {
  background-image: url("../images/erp/erp_icono-corchete.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 25px 25px;
  padding-left: 25px;
  margin-bottom: 1vh;
}
.div-despacho .w-dep06 .dep06-div02 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
  -ms-grid-column-align: center;
  justify-self: center;
}

.icon-info-erp {
  top: -5px;
  position: relative;
  cursor: pointer;
  margin: 0 2px;
}
.icon-info-erp:before {
  color: #002C35;
}

.erpdemo-header {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 60px rgba(0, 66, 207, 0.16);
  opacity: 1;
  padding: 8vh 5vw 5vh;
  margin: 5vh 12vw 3vh;
}
.erpdemo-header p {
  font-size: 40px;
  color: #3A3A3A;
}

/* POPUP - Llámanos sin compromiso */
#solicitarModal .modal-dialog .modal-content, .llamanosModal .modal-dialog .modal-content {
  padding: 0 2vh 2vh;
  text-align: center;
}
#solicitarModal h3, .llamanosModal h3 {
  font-size: 30px;
}
#solicitarModal .form-group, .llamanosModal .form-group {
  background: #f8f9fa 0% 0% no-repeat padding-box;
  height: 50px;
}
#solicitarModal .form-group label, .llamanosModal .form-group label {
  font-size: 14px;
}
#solicitarModal .form-group input, .llamanosModal .form-group input {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
  margin: 15px 30px 5px 30px;
  border: none;
  background-color: transparent;
  width: 90%;
}
#solicitarModal .form-group input:focus, #solicitarModal .form-group .inputval:valid, .llamanosModal .form-group input:focus, .llamanosModal .form-group .inputval:valid {
  color: #000;
  font-size: 18px;
  border: none;
  outline: none;
}
#solicitarModal .form-group .form-check-label, .llamanosModal .form-group .form-check-label {
  font-size: 14px;
}
#solicitarModal .bg-modal-erp01, .llamanosModal .bg-modal-erp01 {
  padding: 5vh 3.5vw 0;
}
#solicitarModal .bg-modal-erp02, .llamanosModal .bg-modal-erp02 {
  text-align: center;
}
#solicitarModal .bg-modal-erp02 .formulario, .llamanosModal .bg-modal-erp02 .formulario {
  margin: 1vh 5vw;
  display: block;
}
#solicitarModal .bg-modal-erp02 .form-input, .llamanosModal .bg-modal-erp02 .form-input {
  width: 45%;
  margin: 20px 0 40px 0;
}
#solicitarModal .bg-modal-erp02 .form-input input, .llamanosModal .bg-modal-erp02 .form-input input {
  left: 0;
  color: #8a8a8a;
}
#solicitarModal .bg-modal-erp02 .lblModalERP0, .llamanosModal .bg-modal-erp02 .lblModalERP0 {
  margin: 20px 0;
}
#solicitarModal .bg-modal-erp02 .lblModalERP0 small, .llamanosModal .bg-modal-erp02 .lblModalERP0 small {
  font-size: 14px;
}

.modal-content-des {
  background-image: url("../images/erp/bg-popup-calculatuplan-despacho.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
}
.modal-content-des h3, .modal-content-des h4 {
  color: #0046FE;
}
.modal-content-des .div-count {
  font-size: 14px;
  margin-left: 30px;
}
.modal-content-des .div-count .lbl {
  float: left;
  width: 160px;
  font-weight: bold;
  text-align: right;
}
.modal-content-des .div-count .label-count {
  float: left;
  margin-left: 10px;
  margin: 0 30px !important;
  width: 240px !important;
}
.modal-content-des .ico-div {
  max-width: 50px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .div-erp {
    padding-top: 5vh;
  }
  .div-erp .h1 {
    margin: 10vh auto 0;
    font-weight: bold;
    font-size: 35px;
  }
  .div-erp .label-erp {
    font-size: 28px;
    margin: 0 5vw 5vh 5vw;
  }
  .div-erp .p-modulo h4 {
    font-size: 30px;
    font-weight: bold;
  }
  .div-erp .p-modulo p {
    font-size: 20px;
  }
  .div-erp .p-modulo ul li {
    font-size: 20px;
  }
  .div-erp .div-despacho .w-dep02 .trt {
    padding: 5px 5px;
  }
  .div-erp .div-despacho .w-dep02 .dep02-div01 .tr0 p {
    font-size: 14px;
  }
  .demo-header-fondo-erp {
    margin-top: 0;
    min-height: 120vh;
  }
  .demo-header-fondo-rhh {
    min-height: 100vh;
  }
  #lottieErp {
    float: none !important;
    margin: 2vh auto;
  }
  .erp-fun {
    border-radius: 50px;
    left: 0;
    min-width: 90vw;
    margin: 2vh 5vw;
    position: static;
  }
  .erp-fun h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .erp-fun .erp-fun-inf {
    background-size: 80px;
    padding: 10px 5px 10px 80px;
  }
  .erp-fun .erp-fun-inf p, .erp-fun .erp-fun-inf ul li {
    font-size: 14px;
  }
  .erp-fun-CRM {
    left: 0vw;
  }
  .erp-fun-FIS {
    top: 16vh;
  }
  .erp-fun-FAC {
    top: 38vh;
  }
  .erp-fun-LAB {
    top: 59vh;
  }
  .erp-fun-ASE {
    top: 80vh;
  }
  .erp-fun-rhh {
    border-radius: 50px;
    left: 0;
    width: 90vw;
    margin: 0vh 5vw;
    position: static;
  }
  .erp-fun-rhh h3 {
    font-weight: bold;
    font-size: 18px;
  }
  .erp-fun-rhh .erp-fun-inf {
    margin: 10px 60px 10px 5px;
  }
  .erp-fun-rhh .erp-fun-inf p, .erp-fun-rhh .erp-fun-inf ul li {
    font-size: 14px/20px;
  }
  .erp-fun-rhh .erp-fun-ico {
    width: 60px;
    height: 60px;
    top: 25px;
  }
  .modal-info-erp {
    margin-top: 1vh;
  }
  .table td, .table th {
    font-size: 14px;
  }
  .div-rrhh #lottieRHH02, .div-rrhh #lottieRHH04, .div-rrhh #lottieRHH03, .div-rrhh #lottieRHH05 {
    max-width: 100%;
    margin: 1vh 1vw !important;
  }
  #lottieRHHrosco {
    float: none !important;
    margin: 2vh auto 0;
  }
  .capterra {
    max-width: 340px !important;
  }
  .div-despacho .w-dep05 .dep05-div01 {
    grid-column: 1/4;
    margin-left: 20px;
  }
  .div-despacho .w-dep051 .dep05-div021 {
    grid-column: 1/5;
    margin-left: 0px;
    grid-row: 1;
  }
  .div-despacho .w-dep051 .dep05-div011 {
    grid-column: 1/8;
    margin-left: 20px;
    grid-row: 2;
  }
  .erpdemo-header {
    padding: 4vh 5vw 5vh;
    margin: 5vh 7vw 3vh;
  }
  .erpdemo-header p {
    font-size: 28px;
  }
  #ver_FUNRHH02 {
    margin-bottom: 5rem;
  }
  .div-erp .p-modulo .div-izq {
    padding: 10vh 10vw;
  }
  .bg-erp-esquema {
    /*background-image: url('/images/erp/BG_Esquema_ERP.jpg');*/
    text-align: center;
  }
  .bg-erp-esquema #esquema-erp {
    width: 100%;
    max-height: 80vh;
  }
  .bg-grupo969, .bg-grupo970, .bg-grupo971, .bg-grupo972, .bg-grupo973, .bg-grupo974, .bg-grupo975 {
    background-image: none;
  }
}
@media (max-width: 991.98px) {
  .erp-fun-rhh {
    margin-bottom: 2vh;
    min-height: 80px;
  }
  .erp-fun-rhh h3 {
    font-weight: bold;
    font-size: 18px;
  }
  .erp-fun-rhh .erp-fun-inf p, .erp-fun-rhh .erp-fun-inf ul li {
    font-size: 14px;
  }
  .erp-fun-rhh .erp-fun-ico {
    width: 70px;
    height: 70px;
    top: 10px;
  }
  .erp-fun-rhh, .erp-fun-01, .erp-fun-02, .erp-fun-03, .erp-fun-04 {
    left: 0;
  }
  .div-despacho .btn-pro {
    margin-left: 0;
  }
  .div-despacho .w-dep01 .dep01-div01 {
    min-height: 400px;
  }
  .div-despacho .w-dep01 .dep01-div01 .erp-base {
    width: 350px;
    height: 350px;
  }
  .div-despacho .w-dep01 .dep01-div01 .imgerp-hover {
    left: -20px;
    top: -20px !important;
  }
  .div-despacho .w-dep01 .dep01-div01 .imgerp-hover img {
    width: 390px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base {
    display: none;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    height: 300px;
    width: 100%;
    position: relative;
    margin-top: -300px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil .point-erp {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    background-color: rgba(0, 255, 255, 0.6);
    border-radius: 50%;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil #point-erp-ges > div {
    float: right;
    top: 40px;
    right: 80px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil #point-erp-fis > div {
    top: 20px;
    left: 20px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil #point-erp-fac > div {
    float: right;
    top: 40px;
    right: 100px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil #point-erp-lab > div {
    top: 0px;
    left: 100px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil #point-erp-pas {
    top: 35vh;
    right: 0;
    width: 120px;
    height: 80px;
    position: absolute;
    background-image: url("../images/erp/sec/portal-asesor.svg");
    background-repeat: no-repeat;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil #point-erp-pas:hover {
    width: 130px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base-movil > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .div-despacho .w-dep01 .dep01-div02 .btn01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    text-align: center;
  }
  .div-despacho .w-dep01 .dep01-div02 .btn02 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    margin-left: 0px;
    text-align: center;
  }
  .div-despacho .w-dep02 .thc {
    font-size: 14px;
  }
  .div-despacho .w-dep02 .dep02-div01 {
    margin: 0 0 0 2vw;
  }
  .div-despacho .w-dep02 .dep02-div01 table {
    font-size: 12px;
    width: 100%;
  }
  .div-despacho .w-dep02 .dep02-div01 .tr0 {
    padding: 10px 5px;
  }
  .div-despacho .w-dep02 .dep02-div01 .tr0 p {
    width: 140px;
    margin: 0 0 0 -60px;
    text-align: right;
  }
  .div-despacho .w-dep04 .dep04-div01 {
    grid-column: 1/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .div-despacho .w-dep04 .dep04-div01 ul {
    padding-left: 5px;
    list-style: none;
  }
  .div-despacho .w-dep04 .dep04-div01 ul li {
    background-size: 20px 20px;
    padding-left: 20px;
    margin-bottom: 1vh;
  }
  .div-despacho .w-dep04 .dep04-div02 {
    grid-column: 1/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .div-despacho .w-dep04 .dep04-div03 {
    grid-column: 1/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/7;
    padding: 40px 0 0 40px;
    background-size: 100px;
  }
  .div-despacho .w-dep05 .dep05-div01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/6;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .div-despacho .w-dep05 .dep05-div02 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/6;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-left: 10px 20px;
  }
  .div-despacho .w-dep06 .dep06-div01 {
    grid-column: 1/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .div-despacho .w-dep06 .dep06-div01 ul {
    padding-left: 5px;
    list-style: none;
  }
  .div-despacho .w-dep06 .dep06-div01 ul li {
    background-size: 20px 20px;
    padding-left: 20px;
    margin-bottom: 1vh;
  }
  .div-despacho .w-dep06 .dep06-div02 {
    grid-column: 1/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .div-despacho .w-dep06 .dep06-div03 {
    grid-column: 1/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/7;
    padding: 40px 0 0 40px;
    background-size: 100px;
  }
  .bg-grupo970 {
    background-image: none;
  }
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
  .erp-fun {
    left: 0;
  }
  .div-despacho .w-dep01 .dep01-div01 {
    min-height: 400px;
  }
  .div-despacho .w-dep01 .dep01-div01 .erp-base {
    width: 350px;
    height: 350px;
  }
  .div-despacho .w-dep01 .dep01-div01 .imgerp-hover {
    left: -20px;
    top: -20px !important;
  }
  .div-despacho .w-dep01 .dep01-div01 .imgerp-hover img {
    width: 390px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base {
    height: 300px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base .arrow-erp {
    height: 150px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erpges #divline-ges {
    width: 8.5vw;
    height: 2vh;
    margin: 50px 105px 0 0;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erpges #divline-ges:after {
    height: 2.5vh;
    width: 8.5vw;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erpfis #divline-fis {
    width: 10vw;
    height: 5vh;
    margin: 0 0 0 100px;
    float: left;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erpfis #divline-fis:after {
    width: 12vw;
    height: 6vh;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erpfac #divline-fac {
    height: 2.5vh;
    margin: 10px 110px 0 0;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erpfac #divline-fac:after {
    height: 2vh;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erplab #divline-lab {
    height: 3vh;
    margin: 20px 0 0 110px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #arrow-erplab #divline-lab:after {
    height: 3.8vh;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #erp-asesor {
    width: 100px;
    margin: 100px 0 0 100px;
  }
  .div-despacho .w-dep01 .dep01-div01 .diverp-base #erp-asesor:hover {
    width: 110px;
  }
  .div-despacho .w-dep01 .dep01-div02 .btn01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .div-despacho .w-dep01 .dep01-div02 .btn02 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    margin-left: 30px;
  }
  .div-despacho .w-dep04 {
    padding: 5vh;
  }
  .div-despacho .w-dep04 .dep02-div01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .div-despacho .w-dep04 .dep02-div02 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
  }
  .bg-grupo970 {
    background-image: none;
  }
}
@media (min-width: 1000px) and (max-width: 1499.98px) {
  .erp-fun {
    margin-bottom: 2vh;
  }
  .erp-fun-rhh {
    margin-bottom: 2vh;
  }
  .div-despacho .w-dep02 .dep02-div01 {
    margin: 2vh 0vw 0 10vw;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .erp-fun-rhh {
    margin-bottom: 2vh;
  }
}
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: white;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(/images/play_btn.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.video-erp {
  box-shadow: 20px 15px 15px 0 rgba(43, 104, 135, 0.2);
}

.video-dieznom {
  box-shadow: 20px 15px 15px 0 rgba(255, 80, 0, 0.16);
}
