body {
  font-family: "Circular Std", sans-serif;
  color: #fff;
  margin: 0;
  overflow-x: hidden;
}

/* NavBar */

header {
  background: #492f72;
  padding: 20px 25px 20px 50px;
  font-size: larger;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo {
  margin-left: -5vw;
}

.options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 2vw;
}

.dropdown {
  float: right;
  overflow: hidden;
  width: 174px;
  margin-left: 3vw;
  margin-right: -2vw;
}

.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  text-align: center;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 0;
}

.dropdown-content a:hover {
  background-color: #dddddd;
}

.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 0 0 10px 10px;
}

a {
  color: #fff;
  text-decoration: none;
  margin-left: 5vw;
}

/* Sección Principal */

#info-integrante {
  background-color: #3a7f84;
}

.info-integrante-container {
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  justify-content: space-around;
  align-self: center;
  justify-self: center;
}

.imagen-integrante img {
  width: 25vw;
  height: auto;
  border-radius: 250px;
  margin-left: 10vw;
}

.datos-integrante {
  margin-right: 10vw;
}

.datos-integrante h1 {
  font-size: 3vw;
  font-weight: 900;
}

.datos-integrante h3 {
  margin-top: -2vw;
  font-size: 2vw;
  font-weight: 500;
}

.datos-integrante p {
  margin-top: -1vw;
  font-size: x-large;
  font-weight: 500;
}

/* Sección de Fortalezas y Debilidades */

.sobre-mi-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  align-self: center;
  justify-self: center;
}

.fortalezas-debilidades {
  background-color: #492f72;
  min-width: 50vw;
  height: 25vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.fortalezas {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 17vw;
}

.fortalezas i {
  font-size: 2vw;
  margin-bottom: -1vw;
}

.fortalezas h3 {
  font-size: 1.8vw;
}

.fortalezas ul {
  margin-top: -0.5vw;
}

.fortalezas ul li {
  font-size: 1.3vw;
}

.fortalezas .lista-fortalezas {
  align-self: flex-start;
}

.debilidades {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 17vw;
}

.debilidades i {
  font-size: 2vw;
  margin-bottom: -1vw;
}

.debilidades h3 {
  font-size: 1.8vw;
}

.debilidades ul {
  margin-top: -0.5vw;
}

.debilidades ul li {
  font-size: 1.3vw;
}

.debilidades .lista-debilidades {
  align-self: flex-start;
}

/* Sección Sobre Mí */

.sobre-integrante {
  color: #492f72;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: 40vw;
  margin-right: 3vw;
}

.sobre-integrante h2 {
  font-size: xx-large;
}

.sobre-integrante p {
  margin-top: -0.5vw;
  font-size: larger;
}

/* Sección de Experiencia y Educación */

.experiencia-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  align-self: center;
  justify-self: center;
}

.experiencia {
  background-color: #fff;
  color: #492f72;
  min-width: 50vw;
  height: 25vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.experiencia-laboral {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 17vw;
}

.experiencia-laboral i {
  font-size: 2vw;
  margin-bottom: -1vw;
}

.experiencia-laboral h3 {
  font-size: 1.8vw;
}

.experiencia-laboral ul {
  margin-top: -0.5vw;
}

.experiencia-laboral ul li {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}

.experiencia-laboral .lista-experiencia {
  align-self: flex-start;
}

.educacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.educacion i {
  font-size: 2vw;
  margin-bottom: -1vw;
}

.educacion h3 {
  font-size: 1.8vw;
}

.educacion ul {
  margin-top: -0.5vw;
}

.educacion ul li {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}

.educacion .lista-educacion {
  align-self: flex-start;
}

/* Sección de Certificaciones y Tecnologías */

.certificaciones {
  background-color: #492f72;
  min-width: 50vw;
  height: 25vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.certificacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 17vw;
}

.certificacion i {
  font-size: 2vw;
  margin-bottom: -1vw;
}

.certificacion h3 {
  font-size: 1.8vw;
}

.certificacion ul {
  margin-top: -0.5vw;
}

.certificacion ul li {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}

.certificacion .lista-certificaciones {
  align-self: flex-start;
}

.tecnologia {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.tecnologia i {
  font-size: 2vw;
  margin-bottom: -1vw;
}

.tecnologia h3 {
  font-size: 1.8vw;
}

.tecnologia ul {
  margin-top: -0.5vw;
  display: flex;
  justify-content: space-between;
  width: 10vw;
}

.tecnologia ul li {
  font-size: 1.1vw;
}

.tecnologia .lista-tecnologias {
  align-self: flex-start;
}

/* Footer */

footer {
  background-color: #3a7f84;
  height: 14vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: larger;
  text-align: center;
}

footer img {
  padding-top: 1vw;
  margin-bottom: 1vw;
  width: 12vw;
}
