* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #f5f5f5;
  color: #333333;
  line-height: 1.5;
}

.header-curriculum {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #4caf50;
  color: white;
}

.foto-perfil {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid white;
}

.header-curriculum h1 {
  font-size: 24px;
}

.header-curriculum h2 {
  font-size: 16px;
  font-weight: normal;
  color: #e0f2f1;
}

.header-curriculum p,
.header-curriculum a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.header-curriculum a:hover {
  text-decoration: underline;
  color: #2196f3;
}

.main-curriculum {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.aside-curriculum {
  width: 25%;
  background-color: #8b4513;
  color: white;
  padding: 25px;
  border-radius: 5px;
}

.aside-curriculum h3 {
  border-bottom: 2px solid #2196f3;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.section-curriculum {
  width: 75%;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.section-curriculum h3 {
  color: #4caf50;
  margin-bottom: 15px;
}

.section-curriculum h4 {
  color: #2196f3;
  margin-top: 15px;
  margin-bottom: 8px;
}

.imagen {
  width: 150px;
  margin: 10px;
}

.izquierda {
  float: left;
  margin-right: 15px;
}

.derecha {
  float: right;
  margin-left: 15px;
}

.footer-curriculum {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  background-color: #2196f3;
}

.footer-curriculum a img {
  width: 30px;
  height: 30px;
}
