.secretaria {
    padding: 50px 0;
  }
  .secretaria__item {
    padding: 50px 0;
    text-align: center;
  }
  .secretaria__img {
    width: 100%;
  }
  .secretaria__social {
    text-align: center;
  }
  .secretaria__social img {
    height: 35px;
    max-width: 100%;
    width: auto;
  }
  .secretaria__wrapper {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
  .p-text {
    font-family: 'Open Sans', sans-serif;
    color: #1e120d;
    line-height: 130%;
    font-size: 20px;
  }
  .secretaria__item .p-text {
    font-size: 16px;
  }
  .h2-title {
      font-family: 'Open Sans', sans-serif;
      color: #38b6ff;
      line-height: 120%;
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      text-transform: initial;
      letter-spacing: -0.5px;
      margin: 50px 0;
  }
  .h3-title {
      font-family: 'Open Sans', sans-serif;
      color: #38b6ff;
      line-height: 120%;
      font-size: 22px;
      font-weight: 500;
      margin: 15px 0;
  }
  
  @media (max-width: 991px) {
    .secretaria__item {
      padding: 25px 0;
    }
    .s-estructura.interna .secretaria .row {
      justify-content: center;
    }
  }
  @media (min-width: 992px) {
    .secretaria__item {
      padding: 40px;
    }
  }

  .big-banner {
    max-width: 100%;
    width: 100%;
  }

  .s-estructura.interna .secretaria .row {
    display: flex;
    flex-flow: wrap;
  }

  .secretaria .box-img {
    width: 100%;
    aspect-ratio: 1;
    display: inline-block;
    position: relative;
  }
  .secretaria .box-img img {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    object-fit: cover;
    object-position: center center;
  }