* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: 'Poppins', sans-serif;
}

.logodabe {
  height: 40px;
  display: block;
}

nav {
  height: auto;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  margin-top: 0;
}

.header {
  color: #ffffff;
  background-image: url("../images/manos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: auto;
  margin-bottom: auto;
  margin: auto;
  height: auto;
  height: 30rem;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 3rem;
  font-style: bold;
  padding-left: 30px;
  padding-right: 30px;
}

.p {
  padding-top: 0;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.educacion {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 300;
  text-align: center;

}

.experience {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.row {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.box {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
}

.box {
  background-color: #EFEDF5;
  background-size: cover;
}

.card {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 30px;
  background-color: aliceblue;
}

.logodabe {
  height: 40px;
}

.footer {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 20px;
}