@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  color: #cccccc;
}

.display, header, .main_1, .formacion, .redes, .div_card_h, .card_h, .div_proyectos, .info_proyecto, .img_ver a, .tecnologias_proyecto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  min-height: 100vh;
  background-color: #102431;
}

header {
  min-height: 80px;
  background-color: #102431;
}

header a {
  border-radius: 4px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 15px;
  padding: 5px 10px;
}

header a:hover {
  background-color: #cccccc;
  color: #102431;
}

.main_1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}

.card_info {
  background-color: #233541;
  border-radius: 8px;
  padding: 15px;
  width: 400px;
  height: 330px;
}

.card_info h2 {
  font-size: 1.8em;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-align: center;
}

.card_info h3 {
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
}

.card_info p {
  font-size: 0.9em;
  margin: 20px 0;
}

.card_info ul li {
  margin: 5px 0;
  list-style: none;
}

.formacion {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.list_uni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list_uni .carreras {
  margin: 2px 0;
  font-size: 0.9em;
}

.redes {
  margin-top: 20px;
}

.redes a {
  margin: 0 8px;
  text-decoration: none;
}

.redes a img {
  width: 30px;
  -webkit-filter: invert(0.8);
          filter: invert(0.8);
}

.card_habilidades {
  padding: 10px;
  min-width: calc(40% - 20px);
  max-width: 400px;
}

.card_habilidades h2 {
  text-align: center;
  font-weight: 500;
}

.div_card_h {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card_h {
  background-color: #233541;
  height: 90px;
  width: 90px;
  margin: 5px;
  border-radius: 4px;
}

.card_h img {
  width: 50px;
  -webkit-filter: invert(0.8);
          filter: invert(0.8);
}

.title_proyectos {
  text-align: center;
  font-weight: 500;
  margin-left: 50px;
}

.div_proyectos {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card_proyecto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 360px;
  margin: 5px;
  border-radius: 5px;
  background-color: #233541;
}

.info_proyecto {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.info_proyecto img {
  border-radius: 5px;
  width: 200px;
}

.info_proyecto .description_proyecto {
  padding: 0 10px;
}

.info_proyecto .description_proyecto h3 {
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  color: #3dc8ff;
}

.info_proyecto .description_proyecto p {
  font-weight: 400;
  font-size: 0.8em;
}

.img_ver {
  max-height: 160px;
}

.img_ver a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -160px;
  height: 155px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.img_ver a:hover {
  opacity: 1;
}

.img_ver .img_link_emprendimiento {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 35px;
}

.info_tecnologias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 0 2px 0;
}

.info_tecnologias h3 {
  margin: 5px 0;
  font-weight: 500;
  text-align: center;
}

.info_tecnologias img {
  margin: 0 3px;
  width: 22px;
  -webkit-filter: invert(0.8);
          filter: invert(0.8);
}

@media screen and (max-width: 860px) {
  .card_habilidades {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .card_info {
    width: calc(95% - 30px);
  }
  .card_habilidades {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }
  .title_proyectos {
    margin: 0;
  }
  .card_proyecto {
    height: 320px;
    width: calc(45% - 4px);
    margin: 2px;
  }
  .info_proyecto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info_proyecto .img_ver {
    max-height: 125px;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .info_proyecto .img_ver a {
    top: -150px;
    width: 100%;
    height: 145px;
  }
  .info_proyecto img {
    width: 100%;
  }
  .description_proyecto p {
    text-align: center;
  }
}
/*# sourceMappingURL=styles.css.map */