@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Noto+Sans:wght@600&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  transition: 0.3s ease all;
}

/* Header nav */
.container-fluid {
  list-style: none;
}
.container-fluid li a {
  text-decoration: none;
}

/* Header background */
@media (max-width: 930px) {
  #about {
    flex-direction: column;
  }
}
.about-sec {
  padding: 5rem;
  height: 100vh;
  background-image: url("https://images.pexels.com/photos/270632/pexels-photo-270632.jpeg");
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s ease all;
}

#img-pablo {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  border: 1.5rem;
}

@media (max-width: 930px) {
  #img-pablo {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: 1.5rem;
  }
}
@media (max-width: 359px) {
  #img-pablo {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    border: 1.5rem;
  }
}
.body div {
  display: flex;
  align-items: center;
}

.about-div {
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin: 1.5rem;
  font-weight: 700;
  color: rgb(250, 235, 215);
  background-color: rgb(24, 20, 29);
  opacity: 80%;
  text-shadow: 0 0 5px #000;
}

#tit {
  font-size: 3rem;
}

#sub-tit {
  font-size: 1.5rem;
}

@media (max-width: 532px) {
  #tit {
    font-size: 1.5rem;
  }
  #sub-tit {
    font-size: 0.7rem;
  }
}
@media (max-width: 394px) {
  #tit {
    font-size: 0.9rem;
  }
  #sub-tit {
    font-size: 0.5rem;
  }
}
/* Fin Header */
hr {
  margin: 0;
  height: 4rem;
  border-color: transparent;
  width: absolute;
}

/* ------------------------------------------------------------------------------------------ */
.switch {
  margin-right: 20px;
  background: #343d5b;
  border-radius: 1000px;
  border: none;
  position: relative;
  cursor: pointer;
  display: flex;
  outline: none;
}
.switch::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #F1F1F1;
  top: 0;
  left: 0;
  right: unset;
  border-radius: 100px;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.switch.active {
  background: orange;
  color: #000;
}
.switch.active::after {
  right: 0;
  left: unset;
}
.switch span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: none;
  color: #fff;
}

/* Main content */
/* Sobre mi */
#about-subtit {
  text-align: justify;
}

/* Fin Sobre Mi */
/* ------------------------------------------------------------------------------------------ */
/* CV */
/* Seccion Lenguajes y Frameworks */
.lang {
  width: 16rem;
}

.l {
  margin-top: 20px;
}

.l:hover {
  opacity: 50%;
  transition: 0.5s;
}

.row2 {
  margin-bottom: 20px;
}

/* Fin Sección Lenguajes y Frameworks */
/* ------------------------------------------------------------------------------------------ */
/* Sección Aptitudes */
.lista {
  text-align: justify;
}

/* Fin Sección Aptitudes */
/* ------------------------------------------------------------------------------------------ */
/* Sección Experiencia */
.artlist {
  padding-left: 1200px;
  padding-right: 1200px;
}

@media (max-width: 2828px) {
  .artlist {
    padding-left: 1000px;
    padding-right: 1000px;
  }
}
@media (max-width: 2428px) {
  .artlist {
    padding-left: 800px;
    padding-right: 800px;
  }
}
@media (max-width: 2048px) {
  .artlist {
    padding-left: 600px;
    padding-right: 600px;
  }
}
@media (max-width: 1800px) {
  .artlist {
    padding-left: 500px;
    padding-right: 500px;
  }
}
@media (max-width: 1300px) {
  .artlist {
    padding-left: 300px;
    padding-right: 300px;
  }
}
@media (max-width: 1100px) {
  .artlist {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 955px) {
  .artlist {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 755px) {
  .artlist {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 565px) {
  .artlist {
    padding: 20px;
  }
}
/* Fin Sección Experiencia */
/* ------------------------------------------------------------------------------------------ */
/* Sección Contacto y CV */
.cont a {
  text-decoration: none;
  color: rgb(149, 143, 240);
  text-align: center;
  margin: 10px;
}

a:hover {
  color: rgb(218, 216, 245);
  transition: 0.5s;
}

/* Fin Sección Contacto y CV */
/* ------------------------------------------------------------------------------------------ */
/* Fin CV */
/* ------------------------------------------------------------------------------------------ */
/* Fin Main Content */
/* ------------------------------------------------------------------------------------------ */
/* Footer */
footer {
  text-align: center;
}/*# sourceMappingURL=styles.css.map */