#sobre-el-proyecto {
   font-family: "Roboto", sans-serif;
  padding-top: 60px;
}

.sobre-proyecto {
  width: 100%;
  padding-inline: 16px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .sobre-proyecto {
    padding-top: 0;
  }
}
.sobre-proyecto .sobre-proyecto-wrapper {
  max-width: 840px;
  padding: 25px;
  margin-inline: auto;
  position: relative;
  border: 5px solid #63635C;
  overflow: visible;
}
@media (min-width: 768px) {
  .sobre-proyecto .sobre-proyecto-wrapper {
    padding: 60px;
  }
}
.sobre-proyecto .sobre-proyecto-wrapper .mostrar-flex {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}
.sobre-proyecto__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-block: 0 14px;
}
@media (min-width: 768px) {
  .sobre-proyecto__title {
    font-size: 20px;
  }
}
.sobre-proyecto__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .sobre-proyecto__text {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .sobre-proyecto__text {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 2rem;
  }
}
.sobre-proyecto__text a {
  color: #ffffff !important;
  text-decoration: underline;
}
.sobre-proyecto__text a:hover {
  text-decoration: none;
}
.mostrar-mas-componente .toggle-btn .chevron[src$="up-chevron.svg"] {
  filter: invert(1) hue-rotate(31deg);
}
