* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

/*body con imagen de fondo en la pagina de calculadora*/
.bodyCalculadora {
  background-image: url("../assets/imagenes/mujerescocechando.jpeg");
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.info1 {
  display: none;
}

/*body con imagen de fondo en el home*/
.bodyHome {
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

/*estilo del logo*/
.logo {
  height: 100px;
  width: auto;
  border-radius: 10px;
  margin-left: 40px;
}

/*estilo del header*/
.header {
  background-color: rgb(4, 4, 4);
  box-shadow: hsl(0, 0%, 0%) 0px 0px 10px;
  display: flex;
  align-items: right;
  position: relative;
  justify-content: space-between;
  font-size: 10px;
}

/*estilo de la barra de navegacion*/
.nav {
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 20px;
  font-family: "verdana";
}

/*Estilo de los enlaces de navegación*/
.nav a {
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 20px;
  font-size: 18px;
  font-family: "verdana";
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(4, 4, 4, 4) 1%
  );
  transition: color 0.3s;
}

/* estilo de info, rubros y contacto */
.nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
}

.nav__links > li {
  position: relative;
}

/*ocultar los submenus*/
.nav__links ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  flex-direction: column;
  z-index: 10;
  border-radius: 5px;
  top: 100%;
  min-width: 100px;
}

/*ancho minimo para mostrar info*/
.nav__links .info {
  min-width: 250px;
}

/* estilo de los enlaces dentro de los submenus*/
.nav__links ul li a {
  display: block;
  padding: 12px 20px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

/*mostrar submenu al hover*/
.nav__links li:hover ul {
  display: block;
  background-color: rgb(0, 0, 0);
  top: 40px;
  left: 0;
  border-radius: 5px;
  box-shadow: #000000 0px 0px 10px;
}

/*estilo de la primer seccion del home*/
.sec1 {
  display: flex;
  background-color: #000000;
  justify-content: flex-end;
}

.div2-seccion1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.imagenPrincipal {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  background-image: url("../assets/imagenes/bandera-argentina.png");
  mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent);
}

/*estilo de la imagen de la primer seccion del home*/
.imgSec1 {
  mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent);
  max-height: 600px;
  margin: auto;
}

.div2-seccion1 {
  margin-right: 20px;
  margin-bottom: 20px;
}

.div-feriados {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#contenedor-feriados {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.titulo-feriados {
  font-size: 24px;
  color: rgb(194, 186, 186);
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-top: 10px;
}

.tarjeta-feriado {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  min-width: 130px;
  justify-content: space-between;
}

.fecha-badge {
  background: #2786d3;
  color: white;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #ffffff;
}

.feriado-nombre {
  margin-top: 10px;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.feriado-tipo {
  font-size: 18px;
  color: rgb(247, 255, 2);
  margin-top: 5px;
  text-align: center;
}

.dia-nombre {
  font-size: 18px;
  color: rgb(52, 105, 227);
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 8px;
  background: rgb(255, 255, 255);
  margin-top: 2px;
}

.faltan-dias {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 8px;
  background: #2786d3;
  margin-top: 2px;
  border: 1px solid #ffffff;
}

/*estilo del h1*/
.h1-home {
  font-size: 70px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  width: 415px;
}

/*estilo del parrafo debajo del h1*/
.parrafoSec1 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: -20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

/*estilo del enlace para ir a la calculadora*/
.irAcalcular {
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  padding: 15px 25px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgb(64, 117, 224);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  transition:
    background-color 0.3s,
    color 0.3s;
  align-items: center;
  position: 50%;
  margin-top: 20px;
}

.irAindemnizacion {
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  padding: 15px 25px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgb(212, 35, 35);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  transition:
    background-color 0.3s,
    color 0.3s;
  align-items: center;
  position: 50%;
  margin-top: 20px;
}

/*estilo del boton para descargar la app*/
.botonDescargar {
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  padding: 15px 25px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  margin-top: 20px;
}

/* parenesis para el texto (Solo Android) */
.soloAndroid {
  font-size: 15px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: 10px;
}

/*contenedor hijo de la segunda seccion del home*/
.sec2 {
  background-color: #3a6bba;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  align-items: center;
  max-width: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
  border-radius: 60px;
}

/*contenedor del primer ejemplo*/
.div-ejemplo1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/*contenedor del segundo ejemplo*/
.div-ejemplo2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.div-ejemplo3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/*h2 (Como se usa?) del la segunda seccion del home*/
.h2-seccion2 {
  background-color: #3a6bba;
  max-width: 450px;
  margin: auto;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 30px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

/*estilo del parrafo de la segunda seccion del home*/
.parrafoSec2 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  max-width: auto;
  align-items: center;
  display: flex;
  align-items: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.divInfo1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
}

.boonCalcular {
  max-width: 200px;
  max-height: 300px;
}

/*estilo de la palabra "Items"*/
small {
  font: lighter 20px "Franklin Gothic Medium";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.525);
  text-align: left;
  background: #ffffff00;
}

/*estilo de la palabra "detalle"*/
.resultado small {
  font: lighter 20px "Franklin Gothic Medium";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.525);
  text-align: left;
  background: #ffffff00;
}

/*estilo de las lineas divisorias*/
hr {
  border: 0;
  height: 2.4px;
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0;
}

/*estilo de la palabra "Detalle de tu sueldo"*/
.resultado2 {
  font: lighter 20px "Franklin Gothic Medium";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.525);
  text-align: right;
  margin-bottom: 10px;
  background: #ffffff00;
}

/*estilo del contenedor principal main*/
.principal {
  align-self: start;
  min-width: auto;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
  display: grid;
  grid-template-columns: 489px 480fr;
  grid-template-rows: auto auto auto;
  gap: 30px;
  padding: 20px;
  align-items: start;
}

/* Todo el cuadro de categoria, antiguedad, secundario, vinos, mes, horas extra, obra social */
.items {
  display: flex;
  flex-direction: column;
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 10px;
  border: 0.5px solid #ffffff3f;
  text-align: left;
  background-color: #0000006e;
  backdrop-filter: blur(12px);
  font-family: "verdana";
  box-shadow: #000000 0px 0px 10px;
  max-height: auto;
  max-width: 450px;
  padding: 20px;
}

.tipoDeOperario {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  margin-bottom: 10px;
}

.btnTemp {
  color: rgb(5, 139, 14);
  font-size: 20px;
  border-radius: 5px;
  border: solid 0.5px rgb(5, 139, 14);
  padding: 5px;
  background-color: rgb(6, 45, 8);
  cursor: pointer;
}

.btnTemp:hover {
  background: linear-gradient(
    326deg,
    rgb(89, 255, 0) 0%,
    rgb(50, 243, 16) 50%,
    rgb(6, 155, 24) 100%
  );

  color: #ffffff !important;
  box-shadow: 0px 2px 30px rgba(15, 255, 27, 0.8);
  transition: all 0.1s ease;
}

.btnMnsual {
  color: rgb(34, 51, 180);
  font-size: 20px;
  border-radius: 5px;
  border: solid 0.5px rgb(34, 51, 180);
  padding: 5px;
  background-color: rgb(19, 42, 78);
  cursor: pointer;
}

.btnMnsual:hover {
  background: linear-gradient(
    326deg,
    rgb(45, 152, 240) 0%,
    rgb(36, 99, 202) 50%,
    rgb(36, 53, 180) 100%
  );

  color: #ffffff !important;
  box-shadow: 0px 2px 30px rgba(51, 75, 255, 0.8);
  transition: all 0.1s ease;
}

/* Estado encendido fijo para el botón VERDE */
.btnTemp.activo {
  background: linear-gradient(
    326deg,
    rgb(89, 255, 0) 0%,
    rgb(50, 243, 16) 50%,
    rgb(6, 155, 24) 100%
  );
  color: #ffffff !important;
  box-shadow: 0px 2px 30px rgba(15, 255, 27, 0.8);
}

/* Estado encendido fijo para el botón AZUL */
.btnMnsual.activo {
  background: linear-gradient(
    326deg,
    rgb(45, 152, 240) 0%,
    rgb(36, 99, 202) 50%,
    rgb(36, 53, 180) 100%
  );
  color: #ffffff !important;
  box-shadow: 0px 2px 30px rgba(51, 75, 255, 0.8);
}

.mesOpcion {
  display: none;
  padding-bottom: 10px;
}

.compartirWhatsApp {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: row;
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 10px;
  border: 0.5px solid #ffffff3f;
  text-align: left;
  align-items: center;
  justify-content: center;
  background-color: #0000006e;
  backdrop-filter: blur(12px);
  font-family: "verdana";
  box-shadow: #000000 0px 0px 10px;
  max-height: 410px;
  max-width: 480px;
  padding: 20px;
  position: relative;
  justify-items: center;
}

.comparWhas1 {
  grid-row: 1;
  grid-column: 1;
  text-decoration: none;
  list-style: none;
  color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
}

.comparWhas {
  text-decoration: none;
  list-style: none;
  color: rgb(255, 255, 255);
  top: -15px;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.iconoW {
  height: 50px;
  width: auto;
  border-radius: 10px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}

#horasEx50 {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  font-size: 20px;
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: #ffffff4f;
}

#horasEx100 {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  font-size: 20px;
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: #ffffff4f;
  margin-left: 0px;
  margin-top: 5px;
}

.resultado1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#resultado hr {
  border: none; /* Quitamos el borde feo por defecto */
  height: 1px; /* Le damos altura */
  background-color: rgba(255, 255, 255, 0.2); /* Un blanco transparente */
  width: 100%; /* CLAVE: Para que ocupe todo el ancho del cuadro */
  margin: 15px 0; /* Espacio arriba y abajo para que respire el diseño */
}

/* cuadro de resultado */
#resultado {
  background-color: #0000006e;
  border: 0.5px solid #ffffff3f;
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.679);
  border-radius: 10px;
  box-shadow: #000000 0px 0px 10px;
  font-size: 1.2em;
  font-family: "verdana";
  max-width: 480px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.ant,
.Sec,
.mes,
.horasEx {
  padding-bottom: 10px;
}

.anticipo {
  padding-bottom: 10px;
}

#anticipo {
  padding: 20px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: #ffffff4f;
}

/* ingreso oculto si la opcion es NO */
.horasTrabajadas {
  display: none;

  padding-bottom: 10px;
}

#horasTrab {
  padding: 20px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: #ffffff4f;
}

/* Opciones del mes completo, hs extras, retiro vino, opciones vino1 y 2, antiguedad y categorias*/
#opcionesMes,
#horasExtras,
#opcionesAnt,
#fechaInicio,
#fechaFin,
#tipoDespido {
  font-weight: 10;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.39);
  font-family: "verdana";
  border-radius: 5px;
  max-width: 58%;
  gap: 0px;
}

#opcionesCat {
  font-weight: 10;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.39);
  font-family: "verdana";
  border-radius: 5px;
  max-width: 180px;
}

#diasVacaciones {
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.39);
  max-width: 90px;
}

#ultimoSueldo {
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.39);
  max-width: 130px;
}

.secundarioDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.secundario {
  padding-bottom: 10px;
}

.mesDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.mesCompleto {
  padding-bottom: 10px;
}

#enNegro {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  padding-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: #ffffff4f;
  max-width: 500px;
}

.labelVacacionesDeuda {
  display: flex;
  justify-content: space-between;
  display: none;
  padding-bottom: 10px;
}

.totalFinal {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(90deg, #ffffff 0%, #8084f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  padding: 20px;
}

/* div del btn calcular */
.calcular {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* boton para calcular */
.btnCalc {
  font-size: 20px;
  text-align: center;
  background: #000000;
  background: linear-gradient(
    326deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(189, 189, 189, 1) 100%
  );
  font-family: "verdana";
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px #000000;
  border-radius: 25px;
  cursor: pointer;
  padding: 20px;
}

.btnCalc:hover {
  background: linear-gradient(
    326deg,
    rgb(81, 0, 255) 0%,
    rgb(16, 27, 243) 50%,
    rgb(78, 93, 255) 100%
  ); /* ✅ Usa gradiente en lugar de background-color */

  color: #ffffff !important;
  box-shadow: 0px 2px 30px rgba(17, 0, 255, 0.8);
  transition: all 0.3s ease; /* ✅ Transición suave */
}

.labelsIndem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: left;
  font-family: "verdana";
  max-height: auto;
  padding: 10px;
  padding-left: 0px;
  gap: 0px;
}

.resultadoIndem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: left;
  font-family: "verdana";
  max-height: auto;
  padding: 10px;
  border: 0.5px solid #ffffff3f;
  background-color: #0000006e;
  backdrop-filter: blur(12px);
  border-radius: 10px;
  box-shadow: #000000 0px 0px 10px;
}

.resultado1 p {
  margin: 0px;
}

.resultadoFinal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

.tituloTotal {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.tituloEnPesos {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.tituloEnReales {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.tituloEnDolares {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.numeroPesos {
  font-size: 25px;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1px;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.numeroDolares {
  font-size: 20px;
  color: rgb(255, 255, 255);
  background-color: #19b501;
  border-radius: 10px;
  padding: 1px;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.numeroReal {
  font-size: 20px;
  color: rgb(0, 0, 0);
  background-color: #fff700;
  border-radius: 10px;
  padding: 1px;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.resultEnMonedas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

/* Barra de dezplazamiento para los select */
select::-webkit-scrollbar {
  width: 8px;
  background: #000000;
}

select::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 6px;
}

select::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.footer {
  text-align: center;
  padding: 10px;
  background-color: #0f0f0f;
  color: #919090;
  font-family: "verdana";
  margin: 0;
  width: 100%;
  box-shadow: #000000 0px 0px 10px;
}

.logoFooter {
  height: 50px;
}

.footerText {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}

.svgGmail,
.svgLink {
  vertical-align: middle;
  height: 30px;
  width: 30px;
}

.svgGmail {
  margin-right: 10px;
}

/*Diseño responsivo*/
@media (max-width: 600px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html,
  body {
    height: 100%;
    margin: 0;
  }

  body {
    display: flex;
    flex-direction: column;
  }
  .sec1 {
    flex: 1;
  }

  .imgSec1 {
    mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent);
    margin: auto;
  }

  .imagenPrincipal {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
    min-width: 100%;
  }

  .h1-home {
    margin-top: 0px;
  }

  .info1 {
    display: block;
    background-color: #00000076;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 15px;
    padding: 20px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .bodyCalculadora {
    background-image: url("../assets/imagenes/mujerescocechando.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    box-sizing: border-box;
  }

  .bodyHome {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local; /* Otra alternativa para móviles */
    margin: 0px;
    width: 100%;
    padding: 0px;
  }

  header {
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    position: fixed;
  }

  /*estilo de la barra de navegacion*/
  .nav {
    align-items: center;
    color: rgb(255, 255, 255);
    padding: 0px;
    font-family: "verdana";
    background-color: none;
  }

  .navInfo a {
    display: none;
  }

  .infoIndex {
    display: none;
  }

  .logo {
    margin-left: 5px;
  }

  .gmail {
    display: none;
  }

  .navInfo {
    padding: 10px;
    font-size: 6px;
  }

  .nav__links {
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 0);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: none;
  }

  /*se mueve al centro del submenu y se raslada hacia la izquierda*/
  .nav__links li:hover ul {
    top: 40px;
    left: 50%;
    transform: translateX(-90%);
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: #000000 0px 0px 10px;
    /* border-color: #ffffff; */
  }

  /*estilo de la primer seccion del home*/
  .sec1 {
    display: flex;
    background-color: #000000;
    flex-direction: column;
  }

  .div2-seccion1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
  }

  /*estilo de la imagen de la primer seccion del home*/
  .imgSec1 {
    mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, transparent);
    max-height: 600px;
    max-width: 100%;
  }

  .div2-seccion1 {
    margin: 10px;
  }

  .div-feriados {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background-color: #151513;
  }

  /*h2 (Como se usa?) del la segunda seccion del home*/
  .h2-seccion2 {
    background-color: #3a6bba;
    max-width: 450px;
    margin: opx;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 30px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  /*estilo del parrafo de la segunda seccion del home*/
  .parrafoSec2 {
    background-color: #3a6bba;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    max-width: 300px;
    align-items: center;
    display: flex;
    align-items: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .parrafoFinalSec2 {
    background-color: #3a6bba;
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
    max-width: 300px;
    align-items: center;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .sec3 {
    background-color: #000000;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 60px;
  }

  .h2-seccion3 {
    background-color: #000000;
    grid-row: 1;
    grid-column: 1;
    max-width: 450px;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    /* padding-bottom: 30px; */
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .divInfo1,
  .divInfo2,
  .divInfo3 {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .parrafoSec3 {
    background-color: #000000;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    max-width: 300px;
    align-items: center;
    display: flex;
    align-items: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .principal {
    position: relative;
    display: grid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px;
    margin: auto;
    max-width: 100vw;
    width: 100%;
    padding: 30px;
    align-items: center;
    justify-items: center;
  }

  .items hr {
    border: none; /* Quitamos el borde feo por defecto */
    height: 1px; /* Le damos altura */
    background-color: rgba(255, 255, 255, 0.2); /* Un blanco transparente */
    width: 100%; /* CLAVE: Para que ocupe todo el ancho del cuadro */
    margin: 15px 0; /* Espacio arriba y abajo para que respire el diseño */
  }

  .items {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    border-radius: 10px;
    border: 1px solid #ffffff3f;
    text-align: center;
    background-color: #00000078;
    backdrop-filter: blur(15px);
    font-family: "verdana";
    width: 95%;
    box-shadow: #000000 0px 0px 10px;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
    max-height: 650px;
    justify-content: space-between;
    align-items: center;
  }

  .labelsIndem,
  .cat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    font-family: "verdana";
    max-height: auto;
    padding: 10px;
    padding-left: 0px;
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .compartirWhatsApp {
    grid-column: 1;
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: row;
    color: rgb(255, 255, 255);
    font-size: 20px;
    border-radius: 10px;
    border: 0.7px solid #ffffff60;
    text-align: left;
    align-items: center;
    justify-content: center;
    background-color: #0000006e;
    backdrop-filter: blur(12px);
    font-family: "verdana";
    box-shadow: #000000 0px 0px 10px;
    max-height: 410px;
    max-width: 480px;
    padding: 20px;
    position: relative;
  }

  #horasEx50 {
    color: rgb(255, 255, 255);
    margin-left: 10px;
    padding-top: 10px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    padding: 5px;
    background-color: #ffffff4f;
    max-width: 50px;
  }

  #horasEx100 {
    color: rgb(255, 255, 255);
    margin-left: 10px;
    /* width: 150px; */
    font-size: 20px;
    border-radius: 5px;
    border: none;
    padding: 5px;
    background-color: #ffffff4f;
    max-width: 50px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .tipoDeOperario {
    margin-bottom: 0%;
    padding-top: 0%;
  }

  .br-sec {
    display: none;
  }

  .horasEx {
    padding: 0px;
  }

  .anticipo {
    padding-left: 0px;
  }

  .vinOPciones {
    padding-left: 0px;
  }

  .items small {
    font: lighter 20px "Franklin Gothic Medium";
    font-size: 1em;
    text-align: center;
    margin-bottom: 0px;
    background: #ffffff00;
  }

  .descuentos small {
    font: lighter 20px "Franklin Gothic Medium";
    font-size: 1em;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0px;
    background: #ffffff00;
  }

  .descuentos {
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    border-radius: 10px;
    border: 1px solid #ffffff3f;
    text-align: center;
    background-color: #0000005c;
    backdrop-filter: blur(15px);
    font-family: "verdana";
    padding: 20px;
    width: 300px;
    box-shadow: #000000 0px 0px 10px;
    margin: 0;
    grid-column: 1;
    grid-row: 2;
    box-sizing: border-box;
  }

  .obras {
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .vin {
    text-align: center;
  }

  #resultado {
    grid-row: 3;
    font-size: 1em;
    text-align: center;
    padding: 10px;
    width: 300px;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #ffffff3f;
    box-shadow: #000000 0px 0px 10px;
    background-color: #58585861;
    backdrop-filter: blur(15px);
    color: rgb(235, 234, 234);
    padding: 5px;
    padding-top: 20px;
    box-sizing: border-box;
    justify-content: center;
  }

  .resultadoIndem {
    color: rgb(235, 234, 234);
    font-size: 1em;
  }

  .resultado2 {
    font: lighter 20px "Franklin Gothic Medium";
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0px;
    background: #ffffff00;
  }

  .totalFinal {
    font-size: 25px;
    padding: 10px;
    text-align: center;
  }

  select,
  input[type="number"],
  input[type="radio"] {
    font-size: 1em;
    box-sizing: border-box;
  }

  .calcular {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .btnCalc {
    width: 50vw;
    font-size: 1em;
    padding: 10px;
    margin: auto;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.3);
  }

  .footer {
    font-size: 0.8em;
    padding: 5px;
    margin: 0;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    background-color: #0f0f0f;
    width: 100%;
  }

  .logoFooter {
    height: 50px;
  }
}
