/** Media Queries **/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background-color: #4346e6;
  border-radius: 5px;
}

body {
  background: lightblue url("../img/portada.jpg") ;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80%;
  margin: auto;

 
}

.contenedor {
  width: 55%;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.titulo {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight:bolder;
}

.boton-arriba {
  padding: 1rem;
  background: rgba(232, 0, 0, 0.7);
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1;
}

/** Media Queries **/
/** Media Queries **/
@media only screen and (min-width: 48rem) {
  .menu {
    grid-template-columns: 10% auto 10%;
  }
  .menu .contenedor-menu a {
    font-size: 1.1rem;
  }
 

  .header {
    height: 100vh;
  }
  .header .contenedor-header {
    height: 100%;
  }
  .header .contenedor-header .vista span {
    min-width: 35.375rem;
    max-width: 5.375rem;
    font-size: 2.5rem;

  }
 
  
  
}
.main .proyectos .contenedor-proyectos .proyecto .foto a img {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
}
.main .proyectos .contenedor-proyectos .proyecto .foto a img:hover {
  filter: grayscale(100);
}

.menu {
  margin-top: 2rem;
  padding: 0.5rem;
  background: transparent;

  z-index: 11;
  top: 0;
  display: flex;
  justify-content: space-around;
}

.menu .contenedor-menu {
  
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.menu .contenedor-menu a {
  text-align: center;
  text-decoration: none;
  color: #0e0a0aec;
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.menu .contenedor-menu a:hover {
  color: #c90c0f;
}

.header {
  height: 10rem;
  width: 80%


}
.header .vista {
  width: 100%;
  height: 100%;
  margin-top: 120px;

  
}
.header .vista img {
  width: 15.5rem;
  border-radius: 10%;
 
}
.header .vista .fade-in{

  font-size: 20px;
  font-weight: bolder;
  margin-top: 20px;
 

}
.header .vista .profesion{

  font-size: 20px;
  font-weight: bolder;
  margin-top: 20px;

}


.header .contenedor-header blockquote {
  line-height: 1.5;
  font-style: italic;
  color: #9AA1A9;
}

/** Media Queries **/
.main .sobre-mi {
  min-height: 80px;
  padding: 3rem 0;
  background: #ffffff;
  color: #000000;
  margin: auto;
  width: 94.3%;
}
.main .sobre-mi .contenedor-sobre-mi .texto {
  padding: 1.5rem 0;
  background: rgb(174,238,238);
background: radial-gradient(circle, rgba(174,238,238,1) 0%, rgba(148,187,233,1) 100%);
  color: rgb(15, 10, 10);
  font-family: monospace, Arial;
  width: 80%;
  min-height: 17.5rem;
  margin: 0 auto;
  border-radius: 0.625rem;
  padding: 10px;
  text-align: justify;
}

.main .proyectos {
  padding: 3rem 0;
  margin-bottom: 3rem;

}
.main .proyectos .contenedor-proyectos {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.main .proyectos .contenedor-proyectos .proyecto {
  margin: auto;
  width: 250px;
  height: 250px;
}
.main .proyectos .contenedor-proyectos .proyecto .info {
  padding: 1rem 0.5rem;
  height: 10.625rem;
  background: #ffffff;
  color: #000000;
  border: 0.125rem solid #969a97;
}
.main .proyectos .contenedor-proyectos .proyecto .info h4 {
  text-align: left;
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
}
.main .proyectos .contenedor-proyectos .proyecto .info h5 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: normal;
}


.main .conocimientos {
  min-height: 10vh;
  background: #ffffff;
  color: #000000;
  padding: 3rem 0;
 margin: auto;
  width: 94.3%;
}
.main .conocimientos .contenedor .contenedor-conocimientos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.875rem, 1fr));
  grid-row-gap: 2rem;
}
.main .conocimientos .contenedor .contenedor-conocimientos .tarjeta .img img{
  width: 100px;
} 


.main .certificados {
  min-height: 50vh;
  padding: 3rem 0;
  margin-bottom: 2rem;
 
}
.main .certificados .contenedor-certificados {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(6.875rem, 1fr));
  grid-gap: 2rem;
}
.main .certificados .contenedor-certificados img {
  width: 80%;
  height: 80%;
  transition: all 0.5s ease-in-out;
}
.main .certificados .contenedor-certificados img:hover {
  transform: scale(1.1);
}

/** Media Queries **/
.footer {
  background: #ffffff;
  color: #000000;
  padding: 2rem 0 0 0;
}
.footer .contenedor .redes-sociales {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}
.footer .contenedor .redes-sociales .social {
  width: 4.375rem;
  height: 4.375rem;
  background: #f1f1f1;
  margin: 0 0.625rem;
  border-radius: 30%;
  box-shadow: 0 0.3125rem 0.9375rem -0.3125rem #00000070;
  overflow: hidden;
  position: relative;
}
.footer .contenedor .redes-sociales .social i {
  line-height: 4.375rem;
  font-size: 1.4375rem;
  transition: 0.2s linear;
}
.footer .contenedor .redes-sociales .linkedin {
  color: #0e76a8;
}
.footer .contenedor .redes-sociales .instagram {
  color: #bc2a8d;
}
.footer .contenedor .redes-sociales .twitter {
  color: #00acee;
}
.footer .contenedor .redes-sociales .youtube {
  color: #c4302b;
}
.footer .contenedor .redes-sociales .github {
  color: #333333;
}
.footer .contenedor .redes-sociales .social:hover i {
  transform: scale(1.3);
  color: #ffffff;
}
.footer .contenedor .redes-sociales .social::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.footer .contenedor .redes-sociales .linkedin::before {
  background: #0e76a8;
}
.footer .contenedor .redes-sociales .instagram::before {
  background: #bc2a8d;
}
.footer .contenedor .redes-sociales .twitter::before {
  background: #00acee;
}
.footer .contenedor .redes-sociales .youtube::before {
  background: #c4302b;
}
.footer .contenedor .redes-sociales .github::before {
  background: #333333;
}
.footer .contenedor .redes-sociales .social:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0% {
    left: -110%;
    top: 90%;
  }
  50% {
    left: 10%;
    top: -30%;
  }
  100% {
    top: -10%;
    left: -10%;
  }
}
.footer p {
  background: #d1d1d1;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: 700;
}

/** Media Queries **/
@media only screen and (min-width: 48rem) {
  .menu {
    grid-template-columns: 10% auto 10%;
  }
  .menu .contenedor-menu a {
    font-size: 1.1rem;
  }
  .menu .idiomas {
    display: grid;
    flex-direction: column;
  }

  .header {
    height: 100vh;
  }
  .header .contenedor-header {
    height: 100%;
  }
  .header .contenedor-header .nombre {
    font-size: 4rem;
    letter-spacing: 0.4rem;
  }
  .header .contenedor-header h2 {
    min-width: 35.375rem;
    max-width: 35.375rem;
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
}
.main .proyectos .contenedor-proyectos .proyecto .foto a img {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
}
.main .proyectos .contenedor-proyectos .proyecto .foto a img:hover {
  filter: grayscale(100);
}

/*# sourceMappingURL=style.css.map */
