
html {
  background-color: #4d9e8a;
}
header {
  display: flex;
  justify-content: center;
  background-color: #e0c886;
  align-items: center;
   
}

.imagen {
  align-self: center;
  max-width: 130%;
  justify-content: center;
}


.barra-navegación{
  padding-block: 0px;
  background-color: #24363b;
  display: flex;
  justify-content:flex-start;
     
}

body {
  margin: 0%;
}

ul {
 display: flex;
 flex-flow: row wrap;
 justify-content:space-evenly;
 
}

.card {
  border: 1px solid #747474;
  background-color: #c2d1d1;
  padding: 10px;
  border-radius: 15px;
  margin: 10px;
  width: 250px;
  height: 400px; /* Altura fija para todas las tarjetas */
  display: inline-block;
  text-align: center;
  margin: 25px;
}

.card img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%; /* La imagen ocupa todo el ancho de la tarjeta */
  height: 75%; /* Altura fija para todas las imágenes */
  object-fit: cover; /* Ajusta la imagen para llenar la caja */
}

.card h2 {
  margin: 10px 0;
  font-size: 98%;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #131414;
}

.card h3 {
  margin: 10px 0;
  font-size: 90%;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #695e40;
}

.card h4 {
  margin: 5px 0;
  font-size: 100%;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

footer {
  display: flex;
  color: rgb(183, 204, 223);
  justify-content: center;
  margin-top: 1%;
  padding-block: 10px;
  background-color: #24363b;

}

select{
  padding-block: 10px;
  display:inline-flex;
  
  width: 15%;
	cursor: pointer;
  padding: 5px 8px;
  height: 42px;
  margin: 15px;
  	
	border-radius: 0;
	background: #f0f0f0;
	font-size: 105%;
	color: #0e0d0d;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	border:2px solid rgba(0,0,0,0.2);
  border-radius: 12px;
}

button{
  width: 8%;
	cursor: pointer;
  padding: 5px 8px;
  height: 42px;
  margin: 15px;
  border-radius: 0;
	background-color: #3d7c6c;
	font-size: 105%;
  font-weight: bold;
	color: #ffffff;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	border:2px solid rgb(255, 255, 255);
  border-radius: 12px;
}

h5 {
  display: flex;
  font-size: 130%;
  justify-content: center;
  color: #1b1715;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #c2d1d1;
  margin-inline: 25%;
  border-radius: 12px;
  font-weight: 400;
  
   }
