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

body {
  background: url(../images/bolaMundo.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: helvetica, arial, sans-serif;
  color: white;
  font-family: sans-serif;
  width: 100%;
  height: 100vh; }

.nameSara {
  font-size: 2.4em;
  line-height: 1;
  color: white;
  text-shadow: 2px 2px;
  text-shadow: 1px 1px 2px black, 0 0 25px #40A279, 0 0 5px #2C835F; }

@media (min-width: 768px) {
  .nameSara {
    font-size: 3em; } }
.tag-name {
  color: white;
  font-size: 1.2em;
  padding: 10px 0; }

article h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: 20px; }

.text-about p {
  margin-top: 20px; }

.title-project {
  text-transform: uppercase;
  font-weight: bold; }

p {
  margin-top: 15%; }

@media (min-width: 768px) {
  p {
    margin-top: 5%; } }
.nav {
  display: none; }

@media (min-width: 768px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; } }
.nav-small {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
  background-color: inherit;
  position: absolute;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  top: 100%; }

.nav a,
.nav-small a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  width: 100%;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 10px; }

.nav-small li {
  border-bottom: 1px solid white; }

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

.btn-menu {
  border: none;
  background-color: transparent;
  padding: 8px;
  width: 80px;
  outline: none;
  cursor: pointer; }

@media (min-width: 768px) {
  .btn-menu {
    display: none; } }
.btn-menu-icon {
  max-width: 100%; }

.back-home {
  border-radius: 8%;
  padding: 2px;
  background-color: #6b8565;
  margin-right: 40px;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px; }

.home-img {
  width: 50px; }

.header {
  background-color: #6b8565;
  width: 100%;
  position: relative;
  color: #207954;
  font-weight: bold; }

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white; }

article {
  width: 80%;
  max-width: 700px;
  background-color: #6b8565;
  padding: 20px;
  color: white;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  article {
    width: 90%;
    max-width: 800px; } }
.name-div {
  width: 75%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 75vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.about-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 768px) {
  .about-me {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }
.photo {
  width: 150px;
  height: 100%;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px; }

@media (min-width: 768px) {
  .photo {
    width: 200px; } }
.about-container,
.project-container {
  margin-top: 30px;
  border-radius: 10px;
  margin-bottom: 50px; }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }

.text-visit {
  padding: 3%; }

.div-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0; }

a {
  text-decoration: none;
  color: white;
  margin: 0; }

footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 768px) {
  footer {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.text-footer {
  color: white;
  padding: 2%; }

.icon-social {
  width: 50px;
  padding-right: 5%; }

@media (min-width: 768px) {
  .icon-social {
    width: 60px; } }
.nameSara,
.tag-name {
  -webkit-animation: fadeFromTop 5s;
          animation: fadeFromTop 5s; }

@-webkit-keyframes fadeFromTop {
  0% {
    opacity: 0; }
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%); }

@keyframes fadeFromTop {
  0% {
    opacity: 0; }
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%); }
.hide {
  display: none; }

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