

body {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url('images/382bccf2531d5698443748e61e7a7346.jpg');
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.815);
  background-blend-mode: multiply;
  background-position: center;
}

.logo {
  position: absolute;
  width: 600px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  margin: 10px;
  top: 40px;
}

.imagen-fondo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  z-index: -10;
  
}


.container {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  margin-top: 0;
}

.container-2 {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  margin-top: 0;
}

.box-1 {
 background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px; 
}

.box-2 {
 background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px; 
}

.historia-container {
 display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

p {
color: white;
  text-align: justify;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.imagen-banda {
  max-width: 40%;
  height: auto;
  border-radius: 10px;
  }


h3, h2 {
  text-align: justify;
  color: white;
  font-size: 24px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: dotted;
  
}
.integrantes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.integrantes-box {
  background-color: rgba(87, 11, 11, 0.384);
  color: white;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  flex: 0 1 150px;
}
.integrantes-box img{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.integrantes-box img:hover {
  transform: scale(1.3); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Agrega una sombra */
}


  .flexbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

  .box-item {
  background-color: rgba(87, 11, 11, 0.384);
  color: white;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  flex: 0 1 150px;
  }

  .box-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  }

.box-item img:hover {
  transform: scale(1.3); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Agrega una sombra */
}

  h4 {
  font-size: 18px;
  font-style: italic;
}
h4, h5 {
  color: white;
  text-align: center;
  margin: 0;
  padding: 5px;
  }

  h5 {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  }

 hr {
 height: 5px; 
        background-color: rgb(255, 255, 255); 
        border: none;
}

h1 {
  color: rgba(255, 255, 255, 0.575);
  font-size: medium;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: right;
}

a {
  color: white;
  text-decoration: none;
}

  /* clases responsivas */

  @media screen and (max-width: 600px) {
  .logo {
    width: 300px;
    max-width: 90vw;
    top: 10px;
  }
  .box-1 {
    margin: 10px;
    padding: 10px;
  }
  .historia-container {
    flex-direction: column;
    text-align: center;
  }
  .imagen-banda {
    max-width: 80%;
  }
  p {
    text-align: center;
  }
}
