
.home {
    background-color: #2c2c2c;
    background-image: url(back2.jpg);
    height: 500px; /* You must set a specified height */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }
  
  .pagina_descarga {
    background-color: #2c2c2c;
    background-image: url(back2.jpg);
    height: 500px; /* You must set a specified height */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }

  .emerge {
    background-color: #2c2c2c;
    background-image: url(back2.jpg);
    height: 500px; /* You must set a specified height */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }
  
  .pagina_carga {
    background-color: #2c2c2c;
    background-image: url(back2.jpg);
    height: 500px; /* You must set a specified height */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }

.subtitulo{
    color: #CACACA;
    text-align: center;
    margin: 30px 0 0 0;
}

.nav-item .nav-link {
  background-color: #346d3f;
  color: #FFF;
  margin: 10px 10px 0 0;
}

.nav-item .nav-link.active {
    background-color: #3DCD58; /* Change this to your desired active color */
    color: #FFF; /* Optional: Set the text color for active state */
  }

.container {
    width: 500px;
    height: 300px;
    margin: 95px auto;
}

/* Glass Effect */
.glass{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.logo-life{
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.subir{
  background-color: #44AD40;
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 30px;
  width: 60%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.descargar{
    background-color: #44AD40;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 30px;
    width: 60%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  
}

.bloque{
  position: absolute;
  top: 35%;
  left: 50%;
  width: 450px;
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%);
}

.container1 {
  width: 400px;
  height: 200px;
  margin: 90px 5px;
  text-align: center; 
}

.container2 {
  width: 400px;
  height: 200px;
  margin: 90px 5px;
  text-align: center; 
}

.centrar {
  display: flex;
  justify-content: center;
}

.divisor {
  background-color: #44AD40;
  border: none;
  color: white;
  padding: 12px 70px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15%;
}

.adjuntar{
    display: none;
}

.adjuntar + label{
    display: flex;
    flex: 1px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -200%);
}

.adjuntar_nombre{
    background: #EEE;
    border-radius: 30px 0 0 30px;
}

.adjuntar_nombre span{
    white-space: nowrap;
    overflow: hidden;
    width: 300px;
    display: block;
}

.adjuntar_boton{
    background: #5BC0DE;
    border-radius: 0 30px 30px 0;
    cursor: pointer;

}

.adjuntar_nombre,
.adjuntar_boton{
    padding: 5px 10px;

}
