.capa_section3 {
  position: relative;
  height: auto;
  padding: 8rem 3rem;
  background-color: #181818;
  border-top: 1px solid #dddddd;
}

.content_capa .ch {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2 0 39%;
          flex: 0.2 0 39%;
  z-index: 2;
}
.content_capa .img_box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
@media (max-width: 764px) {
  .content_capa .img_box {
    width: 100%;
  }
}
.content_capa .img_box img {
  width: 100%;
  cursor: default;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.content_capa .img_box img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.content_capa .pos_capa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.content_capa .title_capa {
  font-family: "Freigeist";
  font-size: 2rem;
  color: #ea5123;
}
.content_capa .subject_text {
  font-family: "Freigeist";
  font-size: 1.1rem;
  margin: 2rem 0;
  color: #dddddd;
}
.content_capa .list_capabilities {
  margin-bottom: 2rem;
}
.content_capa .list_capabilities .list_capa {
  font-family: "Freigeist";
  margin-bottom: 2rem !important;
  line-height: 1.6;
  list-style: none;
  padding: 0;
  color: #dddddd;
}
.content_capa .list_capabilities .list_capa li {
  color: #dddddd;
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.section_capabilities {
  padding-top: 6rem;
  padding-bottom: 1rem;
  padding-inline: 2rem;
  position: relative;
  background-color: #181818;
}

.revolve_back {
  background: url("../img/background_black_capabilities.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: 910px;
  max-height: 910px;
  position: relative;
}
.revolve_back .circle_blue {
  background: url("../img/circle_white.png") no-repeat;
  position: relative;
  top: 25%;
  width: 450px;
  height: 450px;
  background-size: contain;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
}
.revolve_back .circle_blue .content_text {
  position: relative;
  top: 30%;
}
.revolve_back .circle_blue .content_text span {
  font-family: "Freigeist-WideRegular";
  font-size: 3.5rem;
}
.revolve_back .circle_blue .content_text p {
  font-family: "Freigeist";
  font-size: 1rem;
  margin-bottom: 2rem;
}
.revolve_back .circle_blue .content_text .link_approach {
  font-family: "Freigeist-WideRegular";
  color: #1f1f1f;
  text-decoration: none;
  font-size: 1rem;
}
.revolve_back .circle_blue .content_text .link_approach:hover {
  color: #1f1f1f;
  text-decoration: none;
}

.small-line {
  padding-right: 0.5rem;
  font-size: 1.1rem;
  vertical-align: middle;
}

.link_capa_project {
  color: #ea5123;
  font-family: "Freigeist";
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
}
.link_capa_project:hover {
  color: #ea5123;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.link_capa_project:hover .link_capa_project_arrow {
  -webkit-animation: move 0.5s alternate infinite;
          animation: move 0.5s alternate infinite;
}
@-webkit-keyframes move {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 1%;
  }
}
@keyframes move {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 1%;
  }
}

.link_capa_project2 {
  color: #1f1f1f;
  font-family: "Freigeist";
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
  display: none;
  margin-top: 4rem;
}
.link_capa_project2:hover {
  color: #1f1f1f;
  text-decoration: none;
}

.title1_small {
  font-family: "Freigeist";
  font-size: 2rem;
  color: #ea5123;
}

.title2_big {
  font-family: "Freigeist";
  font-size: 1.2rem;
  color: #dddddd;
}
.title2_big .span_blue {
  color: #10a7d5;
}
.title2_big .span_orange {
  color: #ea5123;
}

.approach .ch_approach .num_img {
  width: 100%;
}
.approach .ch_approach .num_img img {
  width: 10vh;
  margin: 2vh;
}
.approach .ch_approach .approach_height .title_approach {
  font-family: "Freigeist-WideRegular";
  color: #10a7d5;
}
.approach .ch_approach .subject_text {
  font-family: "Freigeist";
  font-size: 1.2rem;
  color: #dddddd;
}
.approach:nth-child(1) {
  margin-right: 17rem;
}
.approach:nth-child(3) {
  margin-right: 17rem;
}

.hr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 2rem 0;
}