* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "fruktur", cursive;
}
body {
  background: rgb(245, 242, 242) !important;
}
/* Navbar */
.titulo {
  font-family: "Noto Serif", serif;
}
/* Section parallax */
section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  /* background: linear-gradient(to top, #000, transparent); */
  background-image: url("../img/estrellas.png");
  z-index: 100000;
}
section img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.img-rounded {
  border-radius: 1rem !important;
}
.link-project {
  text-decoration: none;
  color: black;
  font-family: "Noto Serif", serif;
  background-color: white;
  box-shadow: 0px 0px 5px 1px black;
  padding: 5px;
}
/* Content about */
.sec {
  position: relative;
  padding: 10px;
  text-align: center;
}
.sec h2,
h5 {
  font-size: 1.3em;
  color: black;
  margin-bottom: 20px;
  font-family: "Noto Serif", serif;
}
.sec h1 {
  font-size: 2em;
  color: black;
  margin-bottom: 20px;
  font-family: "Noto Serif", serif;
}
.sec h3 {
  font-size: 1em;
  color: black;
  margin-bottom: 20px;
  font-family: "Noto Serif", serif;
}
.sec p,
.sec li {
  color: black;
  font-size: 1em;
  line-height: 1.5em;
  font-family: consola;
}
.sec li {
  list-style: decimal;
}
.sec b {
  color: black;
  font-size: 1em;
  line-height: 1.5em;
  font-family: consola;
}
.card {
  border-radius: 1rem !important;
}
.img-perfil {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.img-project {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.img-project:hover {
  transform: scale(1.1);
}

/*Conocimientos*/
.cajaConoci {
  width: 100px;
  height: 120px;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #ada996; /* fallback for old browsers */
  background: #ece9e6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ffffff,
    #ece9e6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ffffff,
    #ece9e6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* .cajaFrame {
  animation-duration: 2s;
  animation-name: cajaSlidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes cajaSlidein {
  from {
    margin-top: 30%;
  }
  to {
    margin-bottom: 0%;
  }
} */
.textConoci {
  position: absolute;
  bottom: 3px;
  left: 28px;
  font-family: "Courier New", Courier, monospace;
}
.iconoConoci {
  position: absolute;
  right: 28px;
  top: 3%;
}
/* Certificados */
.radio {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.centrado {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -10%);
}
.centrado a:link {
  /* color: black; */
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  font-family: consola;
}
/*Hover para las imagenes*/
 .img-certi{
  border: none;
}
@media (max-width: 1100px) {
  section::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    /* background: linear-gradient(to top, #000, transparent); */
    background-image: url("../img/estrellas.png");
    z-index: 100000;
  }
  section {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
}

@media (max-width: 800px) {
  section::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    /* background: linear-gradient(to top, #000, transparent); */
    background-image: url("../img/estrellas.png");
    z-index: 100000;
  }
  section {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
}
