* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

body {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  width: 100%;
  height: 80px;
  background-color: #064b80;
  box-shadow: 0px 5px 20px rgb(0, 0, 0);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu li a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  margin-left: 20px;
  border-radius: 500px;
  font-size: 20px;
}

.menu li a:hover {
  color: white;
  display: block;
  text-decoration: none;
  margin-left: 20px;
  background-color: #ffffff14;
}

.logo a {
  display: flex;
  width: 65x;
  height: 65px;
  border-radius: 10px;
}

h1,
p {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 20px;
  font-size: 60px;
}

.container {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.container .item {
  flex: 1 1 350px;
  margin: 10px;
}

.container .item img {
  width: 100%;
  border-radius: 10px;
}

h2 {
  font-size: 30px;
  color: rgb(255, 255, 255);
}

.texto h2 {
  color: rgb(0, 0, 0);
}
.texto {
  display: flex;
  color: rgb(0, 0, 0);
  text-align: center;
  align-content: center;
  padding-top: 10%;
  justify-content: center;
}

.card1{
  display: flex;
  background-color: #ffffffce;
  padding: 20px;
  border-radius: 4%;
  box-shadow: 2px 2px 0px 0px #00000080;
  border-radius: 20px;
}

.card2{
  display: flex;
  background-color: #f3f3f3ce;
  padding: 20px;
  border-radius: 5%;
  box-shadow: 2px 2px 0px 0px #00000080;
  border-radius: 20px;
}