.main {
  background-image: url(../IMAGENES/fondo_index.jpg);
  height: 95vh;
  background-size: cover;
  background-position: center;
}

html {
  font-family: "Montserrat", sans-serif;
}

/* header{
    background-color:rgb(184, 184, 184); 
}*/
.header-link {
  text-align: center;
  align-items: center;
  background-color: rgba(82, 82, 175, 0.2);
  padding: 3px;
}

.header-flex {
  text-align: center;
  align-items: center;
  color: white;
  background-color: rgba(31, 42, 68, 0.8705882353);
}

header a {
  color: rgb(86, 84, 84);
  /* text-decoration: none; */
  /* padding: 3px; */
  /* border-bottom: 3px solid #4da6ff; */
}

main {
  background-image: url(../IMAGENES/fondo_index1.jpg);
  background-size: cover;
}

footer {
  align-items: center;
  text-align: center;
  background-color: rgba(82, 82, 175, 0.2);
}

form {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background-color: rgba(240, 240, 240, 0.6);
  border-radius: 12px;
}

label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #0f0f10;
}

input[type=text],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 50px;
}

input[type=submit] {
  margin-top: 20px;
  background-color: rgba(31, 42, 68, 0.8705882353);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.centrar {
  text-align: center;
  align-items: center;
  padding: 3px;
}

.ajustar {
  text-align: center;
  align-items: center;
}

.imagen {
  width: 150px;
}

@media (max-width: 600px) {
  .info {
    flex-direction: column;
    align-items: center;
  }
  .info .item {
    width: 90%;
    min-width: unset;
  }
}
.item {
  display: flex-box;
  color: #0f0f10;
  background-color: rgba(240, 240, 240, 0.6);
  text-align: center;
  border-radius: 8px;
  font-size: 1rem;
  padding: 10px 20px;
}

.texto {
  color: #0f0f10;
  background-color: rgba(240, 240, 240, 0.6);
  text-align: justify;
  border-radius: 10px;
  font-size: 20px;
  padding: 10px 20px;
  padding-bottom: 20px;
}

.galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
  margin: 1rem 0;
}

.galeria img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
  margin: 1rem 0;
}

.info .item {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  margin-bottom: 0.2rem;
  background: #f5f5f5;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1.1rem;
  min-width: 220px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=styles.css.map */
