main {
  background-color: var(--Surface-Surface-white);
}

/*section  hero*/
.hero {
  display: flex;
  flex-direction: column;
  max-height: 721px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.contenidop {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 992px;
  text-align: center;
  margin-top: 100px;
  color: var(--Text-Text-White);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-content {
  color: var(--Text-Text-White);
  font-family: var(--font-titles-barlow);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
}

.intro1 {
  font-family: var(--font-titles-montse);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.596);
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.button {
  display: none;
}

.btn {
  font-family: var(--font-nav-rubik);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.btn-primary {
  background: var(--Primary-Brand-400-Brand);
  color: var(--Text-Text-White);
}

.btn-primary:hover,
.btnSesion:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  width: 200px;
  background: transparent;
  border: 1px solid var(--Text-Text-White);
  color: var(--Text-Text-White);
}

.btn-secondary:hover {
  background: var(--white-24);
}

.icon-box {
  width: 28px;
  height: 28px;
  background: var(--Secondary-900);
  color: var(--Text-Text-White);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border-radius: 6px;
}
.contenidoMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;

  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 72px;
  box-sizing: border-box;
}
/*section  beneficios*/

.beneficios {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 72px 72px 0 72px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 2px;
  background: var(--Surface-Surface-white);
}

.contenido2 {
  width: 100%;
  max-width: 728px;
  text-align: center;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-content2 {
  color: var(--Text-Text-Dark);
  font-family: var(--font-titles-barlow);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}

.intro2 {
  color: var(--Text-Text-Dark);
  text-align: center;
  font-family: var(--font-titles-montse);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.info-data {
  display: flex;
  width: 100%;
  max-width: 886px;
  gap: 17px;
  color: var(--Text-Text-Dark);
  padding: 40px 57px 0 57px;
}

.sect {
  width: 100%;
  max-width: 197px;
  padding: 16px;
  background-color: var(--glass-white);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.info p {
  margin: 0;
  font-family: var(--font-nav-rubik);
  font-size: 13px;
  font-weight: 400;
  color: var(--Text-Text-Dark);
  line-height: normal;
  font-style: normal;
}

.info .icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Success-50);
  border-radius: 8px;
}

.info .icon-e {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Surface-Suface-Error-light);
  border-radius: 8px;
}

.sect p.numero {
  margin: 0;
  font-family: var(--font-titles-montse);
  font-size: 24px;
  font-weight: 500;
  color: var(--Text-Text-Dark);
  line-height: normal;
  font-style: normal;
}

.contenido3 {
  background-image: url("/web/frontend/assets/media/img-prod/pantalla1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  padding-bottom: 20px;
}

.imagen-inferior {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.imagen-inferior img {
  width: 100%;
  max-width: 724px;
  height: auto;
  display: block;
}

/*section cards*/

.upper {
  font-family: var(--font-titles-montse);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.section-cards {
  display: flex;
  width: 1000px;
  justify-content: space-between;
  align-items: center;
}
.cards-sect {
  display: flex;
  width: 1000px;
  justify-content: space-between;
  align-items: center;
}

.card-s2 {
  display: flex;
  width: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;

  height: auto;
  min-height: 420px;
  border-radius: 24px;
  background-image: url("/web/frontend/assets/media/img-prod/card-chart2.png");
  background-size: 400px;
  background-position: left 60px top 50px;
  background-repeat: no-repeat;
  background-color: var(--Gray-Blue-50);
}

.card1-s2z {
  display: flex;
  width: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
.card1-s2z h2 {
  font-family: var(--font-titles-montse);
  color: var(--Text-Text-Dark);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card1-s2 p {
  font-family: var(--font-titles-montse);
}
.card1-s2 h2 {
  font-family: var(--font-titles-montse);
  font-family: 26px;
}

.card-s3 {
  display: flex;
  width: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;

  min-height: 420px;
  border-radius: 24px;
  background-image: url("/web/frontend/assets/media/img-prod/MobileTable SectionMB.png");
  background-size: contain;
  background-position: left 10px top 25px;
  background-repeat: no-repeat;
  background-color: var(--Gray-Blue-50);
}

p.introcd1 {
  font-family: var(--font-nav-rubik);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 24px;
}

/*section solicitudes*/
.solicitudes {
  display: flex;
  background-color: var(--Gray-Blue-700);
  width: 100%;
  box-sizing: border-box;
  padding: 72px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 2px;
}

.title-secSol {
  color: var(--Secondary-100);
  text-align: center;
  font-family: var(--font-titles-barlow);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 100% */
  text-transform: uppercase;
}

.solicitudes .int {
  width: 100%;
  max-width: 698px;
  color: var(--Secondary-100);
  text-align: center;
  font-family: var(--font-nav-rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bar {
  display: flex;
  width: 436px;
  height: 50px;
  padding: 4px;
  align-items: center;
  background: var(--Gray-800);
  border-radius: 10px;
}

/* BOTONES */
.btnBar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border: none;
  padding: 6px 8px;
  background: transparent;
  color: var(--Secondary-100);
  cursor: pointer;
  border-radius: 10px;
  transition: 0.2s;
  font-family: var(--font-nav-rubik);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.btnBar:hover {
  color: #fff;
}

.btnBar.active {
  background: var(--Informative-100);
  color: var(--Gray-Blue-800);
  font-weight: 700;
}
/* CONTENIDO (DIVS) */
.content {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  display: none;
  animation:
    fade 0.75s ease,
    transform 0.9s ease;
}

/* SOLO EL ACTIVO SE MUESTRA */
.content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.cards-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.card-1 {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.card-1 h2 {
  font-family: var(--font-titles-montse);
  font-size: 26px;
}

.card-vacImg {
  height: auto;
  min-height: 536px;
  border-radius: 24px;
  background-image: url("/web/frontend/assets/media/img-prod/vacaciones.png");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-horExtImg {
  height: auto;
  min-height: 536px;
  border-radius: 24px;
  background-image: url("/web/frontend/assets/media/img-prod/horasExtras.png");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-perImg {
  height: auto;
  min-height: 536px;
  border-radius: 24px;
  background-image: url("/web/frontend/assets/media/img-prod/permisos.png");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.carbar {
  color: var(--Informative-100);
}

.text-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: var(--Secondary-200);
  font-family: var(--font-nav-rubik);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ANIMACIÓN SUAVE */
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  /* HERO */
  .hero {
    padding: 24px 16px;
    max-height: none;
  }

  .contenidop {
    width: 100%;
    margin-left: 0;
    text-align: start;
  }

  .hero-content {
    font-size: 70px;
  }

  .buttons {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  .btn,
  .btn2 {
    width: 100%;
    max-width: 280px;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
  }

  /* BENEFICIOS */
  .beneficios {
    width: 80%;
    max-width: 700px;
    padding: 16px;
    gap: 32px;
    background: var(----Gray-Blue-50);
  }
  .info-data .sect:nth-child(2) {
    display: none;
  }

  .intro2 {
    font-size: 15px;
    line-height: 24px;
  }

  /* DASHBOARD CARDS */
  .info-data {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    align-items: end;
  }

  .sect {
    max-width: 100%;
    max-width: 120px;
    margin-right: 25px;
  }

  .imagen-inferior img {
    display: none;
  }

  .contenido3 {
    width: 100%;
    max-width: 550px;
    padding: 16px;
    border-radius: 16px;
    background-image: url("/web/frontend/assets/media/img-prod/benefits.png");
  }

  /*sections card*/

  .section-cards {
    width: 85%;
    flex-direction: column;
    justify-content: center;
  }

  body {
    overflow-x: hidden;
  }

  .cards-sect {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
  }

  .card-s2 {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    padding: 20px;
    border-radius: 16px;
    background-image: url("/web/frontend/assets/media/img-prod/card-chartMB.png");
    background-size: 320px;
    background-color: transparent;
    background-position: center;
  }

  .card-s3 {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    padding: 20px;
    border-radius: 16px;
    background-image: url("/web/frontend/assets/media/img-prod/MobileTable SectionMB.png");
    background-size: 320px;
    background-color: transparent;
    background-position: center;
  }

  .card1-s2z {
    width: 100%;

    font-family: var(--font-titles-montse);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .secnd {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*solicitudes*/
@media (max-width: 768px) {
  .solicitudes {
    padding: 64px 16px;
    gap: 32px;
  }

  .solicitudes .int {
    width: 100%;
    max-width: 297px;
  }

  /* Tabs */
  .bar {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 4px;
    align-items: center;
    align-self: stretch;
  }

  .bar::-webkit-scrollbar {
    display: none;
  }

  /* Cards */
  .cards-bar {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .card-1 {
    width: 100%;
    order: 2;
  }

  .introcd1 {
    margin-top: 16px;
  }

  .text-item {
    align-items: flex-start;
  }
  .content {
    padding: 0;
  }
  /* Imagenes */
  .card-vacImg,
  .card-horExtImg,
  .card-perImg {
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    order: 1;
  }

  .contenidoMain {
    padding-bottom: 0;
  }
}
