* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #134f1f95; 
  color: #ffffff; 
}

div#logos {
  background-color: #fffefe;
  display: flex;
  align-items: center; 
  justify-content: center; 
  max-width: 100%;
  padding: 1rem; 
}

#logos img {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
  padding-left: 2rem;
}

header nav {
  background-color: #314735b2;
  padding: 20px 0;
  text-align: center;
  border-bottom: 5px solid #ffffff;
  box-shadow: 0 4px 10px rgba(56, 72, 59, 0.5);
  margin: 0 auto;
}


nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background 0.3s, transform 0.3s;
}

nav ul li a:hover {
  background-color: #537f62;
  transform: scale(1.05);
}

main {
  padding: 2rem; 
}


section {
  background-color: rgba(31, 76, 55, 0.451);
  border-radius: 10px;
  padding: 2rem; 
  margin-bottom: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

h1 {
  font-size: 2.5em;
  color: rgb(32, 24, 51);
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 5px rgba(168, 163, 182, 0.5);
}

h2 {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  margin-top: 1rem;
  text-shadow: 0.2rem 0.2rem hsl(145, 38%, 37%);
}

p {
  margin: 1rem 0;
  font-size: 1.1em;
  line-height: 1.6;
  color: #d3d3d3;
}


.equipo {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
}

.equipo article {
  background-color: rgba(240, 255, 245, 0);
  margin: 1rem; 
  padding: 1em;
  border-radius: .25em;
  flex: 1 1 200px; 
  max-width: 300px; 
}

.equipo img {
  background-color: blueviolet;
  width: 100%; 
  max-width: 100%;
  aspect-ratio: 1;
  border: 5px solid hsl(280, 20%, 44%);
  border-radius: 50%;
  box-shadow: 0 4px 4px hsl(0, 0%, 0% / 20%);
}

figure#caminosdetiza {
  max-width: 800px; 
  margin: auto;
  object-position: center center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(55, 91, 60, 0.666);
}

figure {
  width: 100%;
}
img {
  width: 100%;
}

footer {
  background-color: #2f432d;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  position: relative;
  border-top: 5px solid #ffffff;
}

footer p {
  font-size: 0.8em;
  color: #d3d3d3;
}

main a {
  color: rgb(98, 35, 157);;
  text-decoration: none;
  font-size: 1,5rem;
  font-weight: bold;
  padding-top: 1rem;
}


main a:visited {
  color: rgb(77, 24, 126);;
}


.datos {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 1rem; 
}

.datos h2 {
  margin-bottom: 2rem;

}


.datos h3 {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.datos ul {
  list-style-type: none; 
  padding-left: 0; 
  margin-bottom: 1rem; 
}

.datos li {
  font-size: 16px;
  line-height: 1.4;
}


.datos ul:last-of-type {
  margin-top: 1rem;
  font-style: italic;
}


.datos article {
  margin-bottom: 1rem; 
}


.datos h3 {
  border-bottom: 2px solid #4e1b5f95;
  padding-bottom: 5px;
}
