@font-face {
  font-family: "Montserrat";
  src: url("../../../vista/fontes/Montserrat-VariableFont_wght.ttf")
    format("truetype");

  font-weight: normal;
  font-style: normal;
}

/* Estilos generales de la página */
body {
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}


header {
  background-color: #28772a;
  text-align: right;
}

.menu-container {
  top: 10px;
  right: 10px;
  z-index: 1000;
  background-color: #c8e6c9;
  height: 50px;
}

#recycling-form {
  width: 90%;
}
#linkedin {
  color: black;
}
#submenu {
  background-color: #c8e6c9;
}

#public-link {
  color: black;
  /* Cambia el color a azul */
}

#private-link {
  color: black;
  /* Cambia el color a azul */
}

header a {
  color: white;
}

.containerindex {
  display: grid;
 grid-template-columns: 1fr 1fr;
}

#tablahistorialusuario {
  height: auto;
}
#boton {
  width: 50%;
  margin-top: 10px;
}
#calcular {
  margin: 20px;
  width: 30%;
  height: 6%;
}

header h1 {
  margin: 0;
}

/* Estilo de las tablas */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* Color para las filas impares (1, 3, 5, ...) */
table tr:nth-child(odd) {
  background-color: #e8f5e9;
  /* Color gris claro para las filas impares */
}

/* Color para las filas pares (2, 4, 6, ...) */
table tr:nth-child(even) {
  background-color: #f1f8e9;
  /* Color blanco para las filas pares */
}

table th,
table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

table th {
  background-color: #4caf50;
  color: white;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Estilo de los botones */
button {
  
  min-height: 35px;
  border-radius: 8px;
  background-color: #4ca452;
  border: 1px solid #aeb984;
  padding: 10px;
  margin: 10px;
  color: white;
}

button:hover {
  background-color: #aeb984;
  border: 1px solid #d3dfa3;
}

/* Estilo de las imágenes */
img {
  width: 100%;
  max-width: 600px;
  min-width: 200px;
  height: auto;
  display: block;
  margin: 20px auto;
}
a {
  color: #4ca452;
}
a:hover {
  color: #aeb984;
}
/* Estilo de los párrafos */
p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

/* Estilo para formularios */
form {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.boton {
  all: unset;
}

form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form textarea,
form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form textarea:focus,
form select:focus {
  border-color: #4caf50;
  outline: none;
}

form textarea {
  height: 100px;
  resize: vertical;
}

form button[type="submit"] {
  width: 100%;
  
  min-height: 35px;
  border-radius: 8px;
  background-color: #4ca452;
  border: 1px solid #aeb984;
  padding: 10px;
  margin: 10px;
}

form button[type="submit"]:hover {
  background-color: #aeb984;
  border: 1px solid #d3dfa3;
}

.titulo-proxecto {
  flex: 1;
}

.titulo-proxecto h1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.titulo-proxecto h2 {
  font-size: 18px;
  color: #1b541c;
  /* Color más claro para subtítulos */
  text-align: left;
}
