.txt-intro p {
  margin-bottom: 0;
}
.txt-descr .box-center p {
  font-size: 1.1rem;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 15px;
}
/*
#relator {
  .row {
    &:nth-child(1) {
      .txt-descr {
        p {
          &:nth-child(1) {
            color: #0090AE;
          }
        }
      }
    }
    &:nth-child(2) {
      .txt-descr {
        p {
          &:nth-child(1) {
            color: #00B519;
          }
        }
      }
    }
    &:nth-child(3) {
      .txt-descr {
        p {
          &:nth-child(1) {
            color: #ffc107;
          }
        }
      }
    }
    &:nth-child(4) {
      .txt-descr {
        p {
          &:nth-child(1) {
            color: #5C55D9;
          }
        }
      }
    }
    &:nth-child(5) {
      .txt-descr {
        p {
          &:nth-child(1) {
            color: #fa528a;
          }
        }
      }
    }
  }
}
*/
.box-sec-foto {
  position: relative;
}
.box-sec-foto::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(135deg, #0D101E 30%, #4582EC 100%);
  opacity: 0.45;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .box-foto {
    min-height: 30rem !important;
  }
}
@media screen and (max-width: 414px) {
  .box-foto {
    min-height: 15rem !important;
  }
}
