.title {
  color: #fcfbf7;
  font-size: 1.7em;
  text-shadow: 0px 2px 3px #2d2d2d;
  text-align: center;
  margin-top: 20%; }

.title-section {
  color: #ee8281;
  font-size: 1.6em;
  width: 100%;
  text-align: center;
  margin: 0; }

.project-title {
  text-align: center; }

.text-project {
  text-align: center; }

.text-project3 {
  text-align: center; }

.pharagraph {
  word-spacing: 2px; }

@media (min-width: 768px) {
  .title {
    margin-top: 11%;
    font-size: 2.2em; }

  .project-title {
    margin-top: -38%;
    margin-left: 64%;
    margin-bottom: 13%; }

  .project-title3 {
    margin-top: -33%; }

  .text-project {
    margin-left: auto;
    margin-right: auto;
    margin-top: -4%;
    width: 88%;
    letter-spacing: 0.9px;
    word-spacing: 0.9px;
    text-align: center;
    line-height: 1.8em; }

  .text-project3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4%;
    margin-bottom: 10px;
    width: 85%;
    letter-spacing: 0.9px;
    word-spacing: 0.9px;
    line-height: 1.8em; } }
@media (min-width: 1024px) {
  .title {
    margin-top: 0;
    font-size: 2.5em; }

  .title-section {
    font-size: 2em; }

  .project-title {
    margin-top: -29%; }

  .project-title3 {
    margin-top: -29%; }

  .experience p {
    text-align: center; } }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  background: url(../images/foto6.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.btncolor-div {
  background-color: #51897f;
  border-radius: 5px;
  height: 44px;
  width: 65px;
  margin-left: 78%;
  margin-top: 7%;
  position: absolute; }

.burguerBtn {
  width: 30px;
  height: 29px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 21px; }

.burguerBtn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  background-color: #fcfbf7;
  border-radius: 1.3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.burguerBtn span:nth-child(1) {
  top: 12px; }

.burguerBtn span:nth-child(2) {
  top: 21px; }

.burguerBtn span:nth-child(3) {
  bottom: -4px; }

.burguerBtn.open span:nth-child(1) {
  top: 63%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.burguerBtn.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.burguerBtn.open span:nth-child(3) {
  bottom: 23%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

@media (min-width: 768px) {
  .btncolor-div {
    display: none; } }
.container-img {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30%;
  margin-bottom: 10%; }

.image {
  border-radius: 50%;
  width: 80vw;
  height: 80vw; }

.arrow {
  width: 22px;
  margin-top: 2%; }

.container-project {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding-bottom: 10%;
  padding-top: 2%; }

.div-img-project {
  display: block; }

.div-img-project .img-project {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%; }

.up-image {
  width: 100%; }

@media (min-width: 768px) {
  .all-project-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .container-project {
    width: 100%;
    height: auto;
    padding-bottom: 3%; }

  .container-img {
    width: 70%;
    margin-left: 5%;
    margin-top: 24%;
    padding-bottom: 20%; }

  .div-img-project .img-project {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }

  .div-img-project:hover .img-project {
    -webkit-transform: translate(-50px, -50px) scale(0.5);
            transform: translate(-50px, -50px) scale(0.5); }

  .image {
    width: 45vw;
    height: 45vw; }

  .mobile-home-icon {
    display: none; }

  .white-home-header-icon {
    width: 24px; }

  .div-img-project {
    width: 75%;
    margin: 0 auto; }

  .div-img-project {
    padding: 3%; } }
@media (min-width: 1024px) {
  .white-home-header-icon {
    width: 30px; }

  .container-img {
    margin-top: 20%; }

  .image {
    width: 32vw;
    height: 32vw;
    margin-top: -6.5%;
    margin-left: 8%; }

  .container-project {
    width: 100%;
    margin: 0; }

  .div-img-project {
    margin-bottom: 7%;
    padding: 1%; } }
.nav {
  width: 100%; }

.nav-mobile {
  display: none; }

.listShow {
  display: block;
  position: absolute;
  right: 0px;
  background-color: rgba(148, 193, 180, 0.8);
  z-index: 5;
  color: #fcfbf7;
  width: 100%;
  -webkit-animation: fall-down 1s;
          animation: fall-down 1s;
  top: 12.5%;
  font-size: 1.2em;
  padding: 10px; }

@-webkit-keyframes fall-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fall-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.nav li {
  border-bottom: 2px solid rgba(255, 244, 244, 0.8);
  font-weight: bold;
  padding: 10px; }

.nav li:last-child {
  border-bottom: none; }

.nav li a {
  text-decoration: none;
  color: #fcfbf7; }

.nav-desktop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none; }

@media (min-width: 768px) {
  .nav-desktop {
    background-color: rgba(81, 137, 127, 0.6);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: -18%;
    position: absolute;
    width: 100%;
    height: 10vh;
    padding: 0; }

  .nav li {
    border-bottom: none;
    list-style: none; }

  .nav li a:hover {
    color: #b5e0d8; } }
@media (min-width: 1024px) {
  .nav-desktop {
    height: 11vh;
    margin-top: -15%; }

  .nav li a {
    font-weight: bold;
    font-size: 1.2em; } }
.first-background {
  background-color: #51897f;
  width: 100%;
  height: 3vh; }

.hero {
  height: 100%; }
  .hero .content-title {
    width: 100%;
    height: 100%; }
    .hero .content-title .title-div {
      top: 55%;
      width: 100%;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      text-align: center;
      opacity: 0; }

.social-icon-div-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-top: 10%; }

.social-icon-header {
  width: 55px;
  padding: 10px; }

@media (min-width: 768px) {
  .first-background {
    display: none; }

  .social-icon-div-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 122%;
    margin-top: -50%; } }
@media (min-width: 1024px) {
  .social-icon-div-header {
    margin-top: -33%;
    margin-left: 107%; } }
.contact {
  background-color: #51897f;
  color: #fcfbf7;
  width: 100%;
  height: 100%;
  max-height: 300px;
  margin-top: 15%;
  text-align: center; }

.contact ul {
  padding: 0; }

.social-icon {
  width: 50px;
  padding: 10px; }

.social-icon-div {
  width: 100%;
  padding-top: 25px; }

.contact p {
  display: inline; }

.contact li {
  font-size: 1em;
  list-style: none;
  font-weight: bold; }

@media (min-width: 1024px) {
  .social-icon-div {
    padding-top: 30px; }

  .social-icon {
    width: 55px; }

  .contact li {
    font-size: 1.1em;
    padding-bottom: 10px; } }
.content {
  background-color: #fcfbf7;
  border-radius: 4px;
  font-size: 0.9em;
  height: auto;
  letter-spacing: 0.7px;
  line-height: 2em;
  margin-top: 6%;
  margin-bottom: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 33px 20px;
  text-align: justify;
  width: 95%;
  word-spacing: 5px; }

.hr-top {
  border: 2px solid #9abbaa;
  border-radius: 300px;
  width: 100%;
  margin-top: 10%; }

.hr-bottom {
  border: 2px solid #9abbaa;
  border-radius: 300px;
  width: 100%;
  margin-bottom: 15%; }

strong {
  color: #ee8281; }

.experience li {
  list-style: none; }

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
  height: 35px;
  border-radius: 3px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color; }

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #6adcfa;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 4px; }

.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.skillbar-bar {
  height: 35px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px; }

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #444;
  color: rgba(0, 0, 0, 0.4); }

.up-page {
  width: 40px;
  position: fixed;
  display: none;
  bottom: 132px;
  right: 10px;
  cursor: pointer;
  z-index: 98; }

@media (min-width: 768px) {
  .content {
    border-radius: 0;
    width: 100%;
    margin-top: 15%; }

  .hr-top {
    width: 60%;
    margin-top: 4%; }

  .hr-bottom {
    width: 60%;
    margin-bottom: 4%; }

  .c-tecnicos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .aboutme .hr-bottom {
    margin-bottom: 7%; }

  .skills .hr-bottom {
    margin-bottom: 7%; }

  .experience .hr-bottom {
    margin-bottom: 7%; }

  .up-page {
    width: 45px;
    bottom: 20%; } }
@media (min-width: 1024px) {
  .content {
    margin-top: 12%; }

  .aboutme-div {
    width: 65%;
    margin-left: 19%; }

  .c-tecnicos {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .skillbar {
    margin-bottom: 25px; }

  .skillbar-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .projects .hr-bottom {
    margin-bottom: 4%; }

  .up-page {
    width: 50px;
    bottom: 25%; } }

/*# sourceMappingURL=index.css.map */