@charset "UTF-8";
/* estilo general para la primer seccion de la plantilla de los modulos */
.hero-text {
  display: table;
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
  background-position: center top !important;
}

/* estilo general para las capturas del pantalla de los modulos */
.captura-pantalla-modulo {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
  margin-top: -100px;
}

.captura-pantalla-modulo img {
  box-shadow: 1px 12px 31px #5d5d5d;
  display: block;
  margin: 0 auto;
}

/* Nómina */
#asistencias img {
  display: block;
  margin: 0 10% 0 auto;
  box-shadow: 0px 0px 15px #b2b2b2;
}

#pre-nominas img {
  width: 45%;
  display: block;
  margin: 0 10% 0 auto;
}

/* ---- */
/* Módulo Punto de Venta */
/* #PUNTOVENTA .funcionalidades {
    background: #fff url(../../public/img/puntoVenta/funcionalidades-modulo-punto-venta.webp) no-repeat;
    background-position: center left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 600px;
} */
#PUNTOVENTA .funcionalidades i {
  width: 20px;
}

/* ---- */
/* Módulo Control de llantas? */
#LLANTAS .hero-text {
  /*background: rgb(233, 235, 235) url(../../public/img/llantas/modulo-control-llantas.webp) no-repeat;*/
  background-color: #030C1F;
}

#LLANTAS .description-module {
  /* background: #f9f9f9 url(../../public/img/llantas/control-sobre-las-llantas.webp) no-repeat;
  background-position: center right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%; */
  height: 600px;
}

#LLANTAS .description-module img {
  display: block;
  margin: 0 auto;
}

#LLANTAS .second-description {
  /* background: #f9f9f9 url(../../public/img/llantas/controle-rendimiento-activo.webp) no-repeat;
  background-position: center right;
  background-size: auto 100%; */
  height: 600px;
}

#LLANTAS .second-description img {
  display: block;
  margin: 0 auto;
}

/* ---- */
/* :root {
    --color-1: #21d4fd;
    --color-2: #b721ff;
    --color-3: #08aeea;
    --color-4: #2af598;
} */
* {
  padding: 0;
  margin: 0;
}

.Header {
  position: relative;
  height: 700px;
  display: block;
  /* background:red; */
  margin-bottom: 50px;
}

.Header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(19deg, #21d4fd, #b721ff);
  transform-origin: 0px 0px;
  transform: skewY(-7deg);
  overflow: hidden;
  z-index: -1;
}

/* 
.Header-background::before,
.Header-background::after {
    display: block;
    position: absolute;
    content: '';
    width: 80%;
    height: 33.333333333333336%;
    opacity: 0.3;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.Header-background::before {
    background: #21d4fd;
    right: 0;
}

.Header-background::after {
    background: #b721ff;
    bottom: 0;
} */
.Header-content {
  text-align: center;
  padding: 4rem 4rem;
  margin: 0 auto;
  /* width: 1200px; */
}

@media (min-width: 992px) {
  .Header-content {
    text-align: left;
    padding: 9rem 0rem;
    /* max-width: 54rem; */
    display: flex;
    justify-content: space-between;
  }
}
.Header-hero h1,
.Header-hero p {
  color: #fff;
  text-shadow: 0 0.5rem 1rem rgba(50, 0, 100, 0.1);
}

.Header-hero h1 {
  margin: 80px 0 0 0;
}

.Header-hero p {
  margin-bottom: 2rem;
}

.Header-visuals {
  position: relative;
  margin-top: 5rem;
  /* -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); */
  box-shadow: -1rem 1.75rem 2rem -0.4rem rgba(50, 0, 100, 0.1), -0.2rem 0.2rem 0.5rem rgba(50, 0, 100, 0.05), inset 0.5rem -0.5rem 0.5rem -0.4rem rgba(50, 0, 100, 0.1);
}

@media (min-width: 58rem) {
  .Header-visuals {
    margin: 0;
    /* -webkit-transform: translateY(-5rem) rotate(-10deg);
    transform: translateY(-5rem) rotate(-10deg); */
  }
}
.Button {
  padding: 10px 20px;
  border: 0;
  color: #08aeea;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  border-radius: 3px;
  transition: all 0.2s;
  cursor: pointer;
  box-shadow: 0 1.75rem 2rem -0.4rem rgba(50, 0, 100, 0.15);
}

.Button:hover {
  color: #2af598;
  box-shadow: 0 1.75rem 3rem 0rem rgba(50, 0, 100, 0.1);
  transform: scale(1.05);
}

.Button:active {
  box-shadow: 0 1.75rem 2.5rem -0.2rem rgba(50, 0, 100, 0.125);
  transform: scale(1.025);
}

.Iphone {
  display: inline-block;
  background: #fff;
  padding: 4rem 0.6rem 0;
  border-radius: 2rem;
  box-shadow: -1rem 1.75rem 2rem -0.4rem rgba(50, 0, 100, 0.1), -0.2rem 0.2rem 0.5rem rgba(50, 0, 100, 0.05), inset 0.5rem -0.5rem 0.5rem -0.4rem rgba(50, 0, 100, 0.1);
  text-align: center;
}

.Iphone::before,
.Iphone::after {
  content: "";
  display: block;
}

.Iphone::before {
  background-color: #08aeea;
  background-image: linear-gradient(0deg, #08aeea 0%, #2af598 100%);
  width: 16rem;
  padding-top: 177.5%;
}

.Iphone::after {
  display: inline-block;
  margin: 0.6rem;
  padding: 1.4rem;
  border: 1px solid #f1f1f1;
  border-radius: 2rem;
  box-shadow: inset -0.05rem 0.05rem 0.5rem 0rem rgba(50, 0, 100, 0.05);
}

/************* Nuevos estilos para los modulos *******************/
.important_section {
  background: #e1edfe;
  border-left: 5px solid #0d6efd;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 30px 0;
}

.ul-list {
  padding-left: 2rem !important;
  list-style-type: disc;
  margin: 0 !important;
}

#btn_to_top {
  background: #495464;
  border-radius: 50%;
  bottom: 7%;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 5%;
  text-align: center;
  width: 45px;
  z-index: 9;
  padding: 7px;
}

#btn_to_top i {
  color: white;
  font-size: 2rem;
}

#show_modules_movil {
  position: relative;
  left: 10px;
  background-color: #d44b5e;
  color: white;
  border-radius: 23px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  transition: all 0.4s;
  display: inline-block;
}

#show_modules_movil.active {
  left: 65%;
}

#section_btn_show_modules_movile {
  background: white;
  width: 100%;
  position: sticky;
  top: 6%;
  padding: 10px 0;
  z-index: 3;
  display: none;
}

#modules-master-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  margin-top: 60px;
}

#menu_lateral_modulos::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

#menu_lateral_modulos::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #d7d7d7;
}

#menu_lateral_modulos::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 20px;
}

#menu_lateral_modulos {
  -webkit-position: sticky;
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  box-shadow: 0px 0px 10px #b6d7ff;
  position: sticky;
  top: 6.5%;
  width: 15%;
  overflow-y: scroll;
}

#menu_lateral_modulos p {
  padding: 20px 30px;
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #B6D7FF;
}

#menu_lateral_modulos ul {
  padding: 0;
}

#menu_lateral_modulos ul li {
  transition: all 0.4s;
}

#menu_lateral_modulos ul li:hover {
  padding-left: 10px;
}

#menu_lateral_modulos ul li a {
  color: inherit;
  display: block;
  font-size: 0.9rem;
  padding: 10px 20px;
}

#menu_lateral_modulos ul li:hover a,
.view_module_btn.active {
  color: #0d6efd !important;
}

#texto_principal_modulos {
  width: 80%;
  display: flex;
  flex-direction: row;
}

#texto_principal_modulos .modulo_contenido {
  width: 75%;
  padding: 50px 2%;
}

#texto_principal_modulos .modulo_contenido p,
#texto_principal_modulos .modulo_contenido li {
  line-height: 30px !important;
}

#texto_principal_modulos .modulo_contenido h2 {
  font-size: 1.5rem !important;
  margin-bottom: 10px;
}

#texto_principal_modulos .modulo_contenido h3 {
  font-size: 1.2rem !important;
  margin-bottom: 10px;
  margin-top: 20px;
}

#texto_principal_modulos .modulo_contenido .section {
  margin: 40px 0;
}

#texto_principal_modulos .modulo_contenido .section ul {
  padding: 0;
  margin: 15px 0;
}

#texto_principal_modulos .modulo_contenido .section ul li {
  padding: 10px 0;
}

#texto_principal_modulos .modulo_contenido table {
  width: 100%;
  margin: 30px 0;
}

#texto_principal_modulos .modulo_contenido table tbody tr {
  border: 1px solid #d9d9d9;
  vertical-align: baseline;
}

#texto_principal_modulos .modulo_contenido table tbody tr td {
  padding: 20px;
}

#texto_principal_modulos .modulo_contenido table tbody tr td ul {
  margin: 0 !important;
}

#texto_principal_modulos .modulo_contenido table tbody tr td ul li {
  padding: 0 !important;
}

#texto_principal_modulos .modulo_contenido ol {
  list-style-type: auto;
}

#texto_principal_modulos .modulo_contenido ol li {
  margin-bottom: 20px;
}

#texto_principal_modulos .modulo_contenido .container-images-modules {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 35px;
}

#texto_principal_modulos .modulo_contenido .container-images-modules img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

#texto_principal_modulos .modulo_contenido .container-images-modules span {
  color: #9b9b9b;
  display: block;
  font-size: 0.8rem;
  margin-top: 10px;
  text-align: center;
}

.menu_interno_contenido {
  padding-top: 30px;
  position: relative;
}

.menu_interno_contenido ul:not(.ul-dropdown) {
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  top: 9.5%;
}

.menu_interno_contenido ul li ul {
  margin: 0;
  padding-left: 0.8rem !important;
}

.menu_interno_contenido ul:not(.ul-dropdown) li {
  font-size: 0.8rem;
  color: inherit;
  transition: all 0.4s;
}

.menu_interno_contenido ul li {
  padding: 2px 6px;
  border-left: 2px solid transparent;
  transition: all 0.4s;
}

.menu_interno_contenido ul li.active {
  border-left: 2px solid #d44b5e;
}

.menu_interno_contenido ul:not(.ul-dropdown) li a {
  font-size: 0.8rem;
  color: inherit;
  transition: all 0.4s;
}

.menu_interno_contenido ul:not(.ul-dropdown) li.active a,
.menu_interno_contenido li.active ul.ul-dropdown li {
  color: #d44b5e;
}

@media (max-width: 412px) {
  #modules-master-container {
    display: block;
  }
  .menu_interno_contenido {
    display: none;
  }
  #menu_lateral_modulos {
    position: fixed;
    box-shadow: 5px 0px 20px rgba(77, 77, 77, 0.4901960784);
    top: 5%;
    left: -100%;
    width: 60%;
    overflow-y: scroll;
    background: white;
    z-index: 4;
    transition: all 0.4s;
  }
  #menu_lateral_modulos.active {
    left: 0%;
  }
  #texto_principal_modulos {
    width: 100%;
  }
  #texto_principal_modulos .modulo_contenido {
    width: 100%;
    padding: 30px 4%;
  }
  #btn_to_top, #section_btn_show_modules_movile {
    display: block;
  }
}
