* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  font-weight: 700;
}

a {
  color: #333;
  pointer-events: visible;
}

svg {
  width: 100%;
  height: 100vh;
}
svg g {
  mix-blend-mode: lighten;
}
svg polygon {
  stroke: none;
  fill: white;
}

.row {
  margin-bottom: 0;
}

.side-nav {
  background-color: #B487C3;
  opacity: 0.8;
}

.side-nav li a {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.divider {
  background-color: #AD99E6;
}

.profile {
  width: 8em;
  border-radius: 100%;
}

.fa-bars {
  color: #BBEBE1;
  font-size: 80px;
  padding: 5px;
}

#welcome {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container-welcome {
  /* width: 550px; */
  /* height: 550px; */
  /* background-color: #51D2B7; */
  font-family: "Special Gothic Expanded One", sans-serif;
  opacity: 0.8;
  /* border-radius: 100%; */
  position: absolute;
  font-weight: 800;
  justify-content: left;
  align-content: center;
  text-align: left;
  padding-right: 100px;
  letter-spacing: 3px;
  color: #333;
}

.container-welcome h1 {
  font-size: 4em;
  padding-top: 5.2em;
  line-height: 0.6em;
  font-weight: bolder;
}

.container-welcome h4 {
  font-family: "Poetsen One", sans-serif;
  font-size: 1.8em;
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
}

.links {
  font-family: "Special Gothic Expanded One", sans-serif;
  letter-spacing: 14px;
  display: flex;
  justify-content: center;
}

.links span a:hover {
  color: #fff;
}

#skills {
  width: 100%;
  height: auto;
  background-color: #AD99E6;
  padding: 50px;
}

#contact {
  width: 100%;
  height: 90vh;
  text-align: center;
  background: #585b61;
  background: linear-gradient(0deg, rgba(88, 91, 97, 1) 0%, rgba(205, 186, 208, 1) 100%);
  padding: 50px;
}

.project-cont {
  padding: 30px 0;
}

.about-paz {
  width: 100%;
  height: 100vh;
  background: #585b61;
  background: linear-gradient(0deg, rgba(88, 91, 97, 1) 0%, rgba(205, 186, 208, 1) 100%);
  font-weight: lighter;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
}

.resume a {
  color: #674156;
  font-size: 18px;
  font-weight: 800;
  pointer-events: visible;
}

.resume i {
  font-size: 30px;
  padding-right: 5px;
}

.resume a:hover {
  color: #403c3c;
}

.about-paz .links {
  letter-spacing: 12px;
  text-align: center;
}

.about-paz .fa-pagelines {
  font-size: 50px;
}

#projects {
  width: 100%;
  height: 100vh;
  background: #585b61;
  background: linear-gradient(180deg,rgba(88, 91, 97, 1) 0%, rgba(205, 186, 208, 1) 100%);
}

#skills h1, #contact h1, #projects h1 {
  color: #fff;
  font-weight: 800;
  font-family: "Poetsen One", sans-serif;
}

.about-cont {
  margin-top: 15%;
}
.about-cont h4 {
  font-family: "Poetsen One", sans-serif;
}
.about-cont h1 {
  font-family: "Special Gothic Expanded One", sans-serif;
  color: #772C57;
}

.about-cont, .skills-cont, .project-cont, .contact-cont {
  font-family: 'Open Sans', sans-serif;
}

.tooltipped {
  font-family: 'Open Sans', sans-serif;
}

.awards {
  font-family: 'Amatic SC', cursive;
  color: #fff;
  margin-top: 20px;
}

.awards h4 {
  font-weight: 800;
  color: #772C57;
}

.photo-paz {
  padding: 0 !important;
}

.photo-paz img {
  height: 102vh !important;
  max-width: 102%;
}

.text {
  padding: 5px;
  background-color: #000;
  opacity: 0.5;
  border-radius: 2em;
  font-weight: lighter;
  color: #fff;
}

.devicon-css3-plain, .devicon-html5-plain, .devicon-jquery-plain-wordmark, .devicon-javascript-plain,
.devicon-bootstrap-plain, .devicon-sass-original, .devicon-github-plain,
.devicon-angularjs-plain, .devicon-react-original {
  color: white;
  font-size: 5em;
}

.materializelogo {
  width: 7em;
  height: auto;
}

.leaf {
  margin-top: 30%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.leaf i {
  align-self: center;
  color: #fff;
}

.leaf-skills {
  font-size: 50px;
  background-color: #51D2B7;
  border-radius: 100%;
  padding: 50px;
}

.leaf-contact {
  font-size: 30px;
  background-color: #b5a1ea;
  border-radius: 100%;
  padding: 30px;
  color: white;
}

.skills-cont h5 {
  color: #772C57;
  font-weight: bolder;
}

.skills-cont p {
  color: #f2f2f2;
  font-weight: lighter;
}

.contact-cont {
  font-family: 'Open Sans', sans-serif !important;
  margin: 50px;
}

.contact-cont a i {
  font-size: 4em;
  color: #fff;
  cursor: pointer;
  padding: 20px;
}

#workto {
  color: #772C57;
  font-weight: bolder;
}

footer {
  padding: 20px 0;
  background-color: #b5a1ea;
  color: #772C57;
}


@media (max-width: 600px) {
  .side-nav li a {
    font-size: 26px;
  }
  .container-welcome {
    width: 300px;
    height: 300px;
  }
  .container-welcome h1 {
    font-size: 2.6em;
    padding-top: 0.5em;
    margin-bottom: 0;
  }
  .container-welcome h2 {
    font-size: 1.7em;
    font-weight: bold;
    margin-top: 10px;
  }
  .fa-bars {
    font-size: 60px;
  }
  .img-res img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 100% !important;
  }
  .text, .lab-awards {
    opacity: 1;
  }
  .leaf {
    height: 40vh;
  }
  #about {
    width: 100%;
    height: 100vh;
  }
  .about-cont {
    text-align: center;
  }
  #skills {
    padding: 10px 0;
  }
  .awards {
    margin-top: 0;
  }
  .icon-cont {
    margin: 20px 0;
  }
  .contact-cont {
    margin: 0;
  }
  .contact-cont a i {
    font-size: 3em;
    color: #fff;
    padding: 0;
  }
  footer p {
    text-align: center;
  }
  .allProjects {
    padding: 0;
  }
}

/*hover de project*/

.seeGithub {
  z-index: 2;
}

.allProjects {
  display: flex;
  align-content: center;
  justify-content: center;
}

.projectsList {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  max-height: 220px;
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 16px;
  background-color: transparent;
}

#superma {
  font-size: 14px;
}

.projectsList * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.projectsList img {
  max-width: 100%;
  backface-visibility: hidden;
}

.projectsList figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: #772C57;
  width: 40%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}

.projectsList figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 120px 0;
  border-color: transparent #772C57 transparent transparent;
}

.projectsList:after {
  position: absolute;
  bottom: 50%;
  right: 40%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 120px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.projectsList h3,
.projectsList p {
  line-height: 1.5em;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  margin: 0;
}

.projectsList h3 {
  margin: 0 0 5px;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1.4em;
  opacity: 0.75;
}

.projectsList p {
  font-size: 0.8em;
}

.projectsList i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
  font-size: 34px;
  color: #222222;
  opacity: 0;
}

.projectsList a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.projectsList span i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
  font-size: 34px;
  color: #222222;
  opacity: 0;
}

.projectsList span a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.projectsList:hover img,
.projectsList.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.projectsList:hover:after,
.projectsList.hover:after,
.projectsList:hover figcaption,
.projectsList.hover figcaption,
.projectsList:hover i,
.projectsList.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
opacity: 1;
}

