.resume {
  height: inherit;
}

.resume .download a {
  display: block;
  margin-top: 1.5vw;
  margin-left: 3vw;
}

@media screen and (min-width: 50px) and (max-width: 650px) {
  .resume .download {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#resume {
  margin-top: 15px;
  width: 94vw;
  padding-left: 3%;
  height: 40vw;
}

@media screen and (min-width: 300px) and (max-width: 1100px) {
  .resume-box {
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
  }
  #resume {
    background-color: #eceff1;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 70vh;
  }
}

#eduwork text {
  font-weight: 100;
}

#eduwork rect {
  transition: fill 1.1s ease-in-out;
}

input[type="button"] {
  width: 100px;
  background-color: orange;
}

.over {
  stroke: #000000;
}

.container.spacer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.resume.container h1,
.over-header.container h1,
.skills.container h1 {
  width: calc(100% - 3vw);
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 3vw;
}

.skills.container .col-1-3 img:first-child,
.skills.container .col-1-3 img {
  margin-top: 64px;
  margin-bottom: 30px;
  width: 64px;
  height: 64px;
  margin-left: 3vw;
}

.skills.container .col-1-3 h2 {
  margin-left: 3vw;
  margin-bottom: 15px;
}

.skills.container .col-1-3 p {
  line-height: 1.6;
  margin-left: 3vw;
}

@media screen and (min-width: 670px) and (max-width: 1100px) {
  .skills.container .col-1-3 h2 {
    font-size: 24px;
  }
}

.container.x60 img,
.x60 {
  height: 60vh;
}

.over-header {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url("../images/about-header@3x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

@media screen and (min-width: 650px) and (max-width: 1100px) {
  .over-header {
    background-image: url("../images/about-header@2x.jpg");
  }
}

.over-header h2,
.over-header h1 {
  color: white;
}

.skills-soft-pro img {
  max-width: 70%;
  margin-left: 3vw;
}

@media screen and (min-width: 670px) and (max-width: 1100px) {
  .skills-soft-pro img {
    max-width: 90%;
  }
}

@media screen and (max-width: 670px) {
  .skills-soft-pro {
    display: none;
  }
}

#proskills:after {
  display: block;
  margin-right: 50px;
  background-color: #1a247d;
  width: 10px;
  -webkit-transform: translateX(15px) translateY(-275px);
  transform: translateX(15px) translateY(-275px);
  height: 273px;
  content: "";
}

#proskills {
  margin-top: 100px;
  height: 400px;
}


#proskills h1 .legenda{
  display: inline;
  font-size: 16px;
  text-transform: initial;
  font-style: italic;
  margin-left: 10px;
  line-height: 34px;
  vertical-align: middle;
  font-weight: 100;
}

#proskills > div {
  height: 50px;
  margin-top: 20px;
  display: table;
  margin-left: 40px;
}

#proskills > div > p {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #1a247d;
  width: 35vw;
  line-height: 1.6;
}

#proskills > .w60 > p {
  border-bottom: 1px solid #4052b5;
}

#proskills > .w40 > p {
  border-bottom: 1px solid #5c6bbf;
}

#proskills .w100:before,
#proskills .w80:before,
#proskills .w60:before,
#proskills .w40:before {
  display: inline-block;
  top: 0px;
  background-color: #1a247d;
  height: 50px;
  content: "";
  width: 250px;
  margin-right: 40px;
  width: 20vw;
  margin-right: 3vw;
}

#proskills .w80:before {
  background-color: #30409e;
  width: 220px;
  margin-right: 70px;
  width: 18vw;
  margin-right: 5vw;
}

#proskills .w60:before {
  background-color: #4052b5;
  width: 200px;
  margin-right: 90px;
  width: 16vw;
  margin-right: 7vw;
}

#proskills .w40:before {
  background-color: #5c6bbf;
  width: 180px;
  margin-right: 110px;
  width: 14vw;
  margin-right: 9vw;
}

#softskills {
  margin-top: 100px;
  height: 300px;
  width: 420px;
  position: relative;
}

#softskills div {
  position: relative;
}

#softskills li {
  display: block;
  margin-top: 24px;
  margin-left: 3vw;
}

#softskills img {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 52px;
  height: 265px;
}

@media screen and (min-width: 670px) and (max-width: 1120px) {
  #proskills:after {
    transform: translateX(15px) translateY(-475px);
    height: 475px;
  }
  #softskills {
    width: 50vw;
  }
  #proskills {
    height: 600px;
  }
  #proskills .w100:before,
  #proskills .w80:before,
  #proskills .w60:before,
  #proskills .w40:before,
  #proskills > div {
    height: 100px;
  }
  #proskills > div {
    width: 40vw;
  }
  #proskills .w100:before,
  #proskills .w80:before,
  #proskills .w60:before,
  #proskills .w40:before {
    width: 13vw;
    margin-right: 3vw;
  }
  #proskills .w80:before {
    width: 11vw;
    margin-right: 5vw;
  }
  #proskills .w60:before {
    width: 9vw;
    margin-right: 7vw;
  }
  #proskills .w40:before {
    width: 6vw;
    margin-right: 8vw;
  }
}

@media screen and (max-width: 670px) {
  #proskills:after {
    transform: translateX(15px) translateY(-475px);
    height: 475px;
  }
  #softskills:after {
    display: block;
    margin-right: 50px;
    background-color: #1a247d;
    width: 10px;
    transform: translateX(435px) translateY(-255px);
    height: 273px;
    content: "";
  }
  #proskills h1,
  #softskills h1 {
    width: 90%;
  }
  #proskills {
    height: 600px;
  }
  #proskills > div > p {
    width: 100%;
  }
  #proskills .w100:before,
  #proskills .w80:before,
  #proskills .w60:before,
  #proskills .w40:before,
  #proskills > div {
    height: 100px;
  }
  #proskills > div {
    width: 90%;
  }
  #proskills .w100:before,
  #proskills .w80:before,
  #proskills .w60:before,
  #proskills .w40:before {
    width: 23vw;
    margin-right: 3vw;
  }
  #proskills .w80:before {
    width: 21vw;
    margin-right: 5vw;
  }
  #proskills .w60:before {
    width: 19vw;
    margin-right: 7vw;
  }
  #proskills .w40:before {
    width: 16vw;
    margin-right: 8vw;
  }
}

@media screen and (max-width: 460px) {
  #softskills:after {
    display: none;
  }
  #softskills {
    width: 100%;
  }
  #softskills img {
    max-width: 50%;
  }
  #proskills > div {
    width: 80%;
  }
}

.funfacts aside img {
  display: block;
  margin-bottom: 30px;
}

.funfacts aside {
  font-size: 24px;
  font-weight: 800;
  margin-left: 3vw;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 100px;
  /* word-break: break-all; */
}

@media screen and (max-width: 900px) {
  .funfacts .col-1-4 {
    width: 50%;
  }
  .funfacts .col-1-4 aside {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 670px) {
  .funfacts .col-1-4 {
    margin-left: 10px;
    width: 100%;
  }
  .funfacts .col-1-4 aside {
    margin-left: 0px;
  }
}

@media screen and (max-width: 385px) {
  .funfacts aside {
    font-size: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

.testimonial {
  margin-bottom: 40px;
}

@media screen and (max-width: 670px) {
  .testimonial .hide-small-screen {
    display: none;
  }
}

.trusted-by {
  padding-top: 30px;
  margin-bottom: 50px;
  background-color: #eceff1;
}

.trusted-by__logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 2rem;
  align-items: center;
  padding: 15px;
  margin: 0 auto;
  margin-left: 3vw;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .trusted-by__logos {
    max-width: 960px;
  }
}

.trusted-by__logos img {
  max-height: 75px;
  width: 100%;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.trusted-by__logos img:hover {
  opacity: 1;
  transform: scale(1.03);
}