body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #E5E5E5;
}

a {
  text-decoration: none;
}

.container {
  background-color: #fff;
  width: 1000px;
  height: 1200px;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  box-shadow: 25px 25px 15px rgba(0, 0, 0, 0.5);
}

aside {
  background-color: #1E2939;
  width: 320px;
}

.foto {
  width: 320px;
  height: 260px;
  margin-top: 40px;
  object-fit: cover;
}

.skills, .skills1 {
  margin-left: 33px;
  color: white;
  padding: 10px;
}

h3.info, h3.info1, h3.project {
  font-size: 22px;
  font-family: Montserrat;
}

h3.project {
  color: #000;
}

.c-e {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}

a.tel {
  color: white;
  opacity: 0.7;
  font-size: 14px;
  transition-duration: 0.8s;
}
a.tel:hover {
  color: #FF0000;
}

ul.skill {
  line-height: 25px;
  color: #FB6D3A;
}

span.skills {
  margin-left: -12px;
  color: #FFFFFF;
}

.content {
  padding: 30px 100px;
}

.about-me {
  width: 400px;
  height: 230px;
}

h2.profession {
  font-size: 20px;
}

h1.name {
  font-size: 45px;
  line-height: 35px;
  font-weight: bold;
}

p.info {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}

.projects {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 45px;
}

li.strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.projects-text {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-left: 15px;
}

a.project, .project1 {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #595959;
  transition-duration: 0.8s;
}
a.project:hover, .project1:hover {
  color: #FF8C00;
}

span.strong {
  color: #000000;
}

h4 {
  font-size: 16px;
}

span.colortext {
  color: #FF0000;
}

p.mal {
  font-size: 12px;
  color: #A8A8A8;
  margin-top: -20px;
}

ul.work1 {
  line-height: 24px;
  color: #595959;
}

.tesla, .ovo, span.strong {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.education {
  font-size: 14px;
  margin-top: 50px;
}

h4.univer {
  font-size: 16px;
  color: #FF8C00;
  margin-bottom: -5px;
}

.foto1 {
  display: none;
}

@media (max-width: 1100px) {
  .container {
    width: 80%;
  }

  .content {
    margin: 40px auto;
    padding: 10px;
  }

  aside {
    width: 260px;
  }

  .foto {
    width: 260px;
    height: 200px;
  }
}
@media (max-width: 850px) {
  .container {
    flex-direction: column-reverse;
    width: 70%;
    height: 100%;
    box-shadow: 1px 1px 30px 4px black;
  }

  .content {
    width: 90%;
    margin: auto;
    padding: 30px 0 0 20px;
  }

  .name-foto {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  span.skills, a.tel, .skills, .skills1 {
    color: black;
  }

  .foto1 {
    display: initial;
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  h2.profession {
    font-size: 18px;
  }

  h1.name {
    font-size: 28px;
    width: 64%;
  }

  .about-me {
    width: 90%;
    height: auto;
  }

  .foto {
    display: none;
  }

  div.work {
    width: 90%;
  }

  aside {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 40px auto;
    border-radius: 1%;
    background-color: #fff;
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.5);
  }

  .c-e {
    margin-left: 20px;
  }

  .skills1 {
    order: 1;
  }

  .skills, .skills1 {
    margin: auto;
    width: 90%;
  }

  h3.info, h3.info1 {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  skills, .skills1 {
    font-size: 12px;
  }
}
@media (max-width: 571px) {
  h1.name {
    width: auto;
    text-align: center;
  }

  .foto1 {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
}
@media (max-width: 459px) {
  .projects {
    margin-top: 45px;
  }

  .projects-text {
    margin-left: 1px;
  }
}
@media (max-width: 400px) {
  .skills, .skills1 {
    font-size: 11px;
  }

  ul.skill {
    margin-left: -30px;
  }
}

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