* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.wrapper {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 10px 0px;
}

.info-facundo {
  background-color: #F6F6F6;
  height: 100%;
  width: 100%;
  padding: 50px;
}

.nombre {
  font-size: 23px;
  color: #00AEEF;
  font-weight: 600;
  position: fixed;
}

.info {
  font-size: 16px;
  color: #A1A1A1;
  line-height: 2;
  position: fixed;
  margin-top: 60px;
}

.info logo-whatsapp {
  font-size: 80;
}

.footer {
  position: fixed;
  bottom: 0;
  padding-bottom: 50px;
  font-size: 20px;
}

.footer a {
  text-decoration: none;
}

.icono {
  color: grey;
  text-align: center;
  margin: 0 10px;
}

.icono:hover {
  color: black;
}

.estudios-experiencia {
  border-top: solid 15px #00AEEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20%;
  line-height: 2;
}

.estudios-experiencia a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.estudios {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10%;
}

.experiencia {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10%;
}

.titulo {
  font-size: 23 px;
  color: #A1A1A1;
  font-weight: 600;
  margin-top: 50px;
}

.ente {
  font-size: 19;
  color: #00AEEF;
  font-weight: 600;
}

.bajada {
  font-size: 16px;
  color: black;
}

.mini {
  font-size: 16px;
  color: #A1A1A1;
}

@media only screen and (max-width: 770px) {
  .info-facundo {
    background-color: #F6F6F6;
    height: 100%;
    width: 100%;
    padding: 50px 20px;
  }
  .footer {
    position: fixed;
    bottom: 0;
    padding-bottom: 30px;
    font-size: 27px;
  }
  .icono {
    color: grey;
    text-align: center;
    margin: 0 5px;
  }
  .icono:hover {
    color: black;
  }
  .estudios, .experiencia {
    margin: 15% 5%;
  }
}

@media only screen and (max-width: 500px) {
  .info-facundo {
    width: 100%;
    padding: 25px 35px;
    border-top: solid 15px #00AEEF;
  }
  .estudios, .experiencia, .estudios-experiencia {
    display: none;
  }
  .wrapper {
    display: block;
    height: 100vh;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    gap: 10px 0px;
  }
  .footer {
    font-size: 32px;
    padding-bottom: 15px;
  }
}

.mobile-apartado {
  padding: 15% 15% 15% 10%;
  border-top: solid 15px #00AEEF;
  line-height: 1.5;
}

.mobile-apartado a {
  text-decoration: none;
  color: black;
}

.button {
  margin-top: 30px;
}

.button a {
  text-decoration: none;
  color: #00AEEF;
  font-weight: 600;
}

.exp {
  border: solid 2px #00AEEF;
  border-radius: 5px;
  padding: 4px 20px;
  width: 200px;
}

.est {
  border: solid 2px #00AEEF;
  padding: 4px 20px;
  border-radius: 5px;
  width: 200px;
  margin-top: 20px;
}

.desc {
  border: solid 1px #00AEEF;
  background-color: #00AEEF;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  padding: 4px 20px;
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (min-width: 500px) {
  .button {
    display: none;
  }
}

.volver {
  position: fixed;
  padding: 20px 0;
  top: 20%;
  right: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 40px;
  background-color: #00AEEF;
  text-align: center;
  color: white;
  font-size: 23px;
  line-height: 50%;
  border-radius: 2px 0 0 2px;
}
/*# sourceMappingURL=style.css.map */