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

body, html {
  scroll-behavior: smooth;
  width: 100%;
}

body {
  background: #fff;
  font-family: 'Quicksand', sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-weight: normal;
}

li {
  list-style: none;
}

b {
  color: #008888;
  background: #00414b75;
}

.button-up {
  width: 10vw;
  height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button-up_button {
  width: 8vw;
  height: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.3vw solid #008888;
  border-radius: 50vw;
  background: #00414b75;
}

.button-up_button p {
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
}

.header {
  width: 100%;
  height: 100vh;
  background-image: url("../images/background-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.header-nav {
  width: 100%;
  height: 10vh;
  background: #00414b75;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav-item {
  color: #FFF;
  font-size: 2vw;
  width: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-nav-item_link {
  cursor: pointer;
}

.header-nav-item_line {
  margin-top: 0.5vw;
  width: 0vw;
  height: 0.5vh;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 4vw;
  background-color: #008888;
}

.header-title {
  width: 100%;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-title_title {
  background: #00414b75;
  font-size: 10vw;
  color: white;
}

.content {
  width: 100%;
  height: 100vh;
}

.content-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.content-about-me {
  width: 40%;
  height: 100%;
  padding: 0 2vw 0 2vw;
  background: url("../images/background-content-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-about-me-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-about-me-wrapper-title {
  background: #00414b75;
  color: #fff;
  font-size: 2.3vw;
  padding: 2vw;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.content-about-me-wrapper-desc {
  width: 100%;
  max-height: 50%;
  font-size: 1.5vw;
  color: #fff;
  background: #00414b75;
  overflow: hidden;
  -webkit-transition: 500ms;
  transition: 500ms;
  padding: 1vw;
}

.content-about-skills {
  width: 60%;
  height: 100%;
  background: url("../images/background-content-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.content-about-skills-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.223);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-about-skills-wrapper-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-about-skills-wrapper-sections #javascript .option {
  background: #c2c233;
}

.content-about-skills-wrapper-sections #layoutDisign .option {
  background: #008888;
}

.content-about-skills-wrapper-sections #other .option {
  background: #e12121;
}

.content-about-skills-wrapper-sections #nodeJs .option {
  background: #00de60;
}

.content-about-skills-wrapper-sections_section {
  cursor: pointer;
}

.content-about-skills-wrapper-sections_section .option {
  width: 14vw;
  height: 15vh;
  font-size: 1vw;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2vw;
}

.content-about-skills-wrapper-sections_section-option-title {
  cursor: pointer;
}

.content-about-skills-wrapper-sections_section-option-wrapper {
  height: 0%;
  overflow: hidden;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.content-projects {
  background-image: url("../images/background-projects.jpg");
  background-size: cover;
  background-position: center;
  overflow: auto;
  color: #fff;
}

.content-projects-items {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-projects-items_item {
  background-color: #00313998;
  padding: 3vw;
  margin: 3vw;
  min-width: 50vw;
}

.content-projects-items_item-title h1 {
  font-size: 3vw;
}

.content-projects-items_item-title_line {
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  width: 15vw;
  height: 0.5vh;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 4vw;
  background-color: #008888;
}

.content-projects-items_item-desc p {
  font-size: 1vw;
}

.footer {
  width: 100%;
  min-height: 10vh;
  background-color: #008888;
}

.footer-links {
  width: 100%;
  min-height: 15vh;
  background-color: #00414b75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-links_link {
  color: #fff;
  margin: 4vw;
  width: 10vw;
  height: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-links_link-title {
  margin: 1vw;
  font-size: 1.3vw;
}

.footer-links_link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-height: 5vw;
}
/*# sourceMappingURL=style.css.map */