@media (max-width: 991px) {

  body {
    padding-top: 78px;
  }

  .logo-header {
    height: 48px;
  }

  .hero-section {
    min-height: auto;
    padding: 80px 0;
    text-align: center;
  }

  .hero-logo {
    max-width: 220px;
  }

  .hero-section h1 {
    font-size: 40px;
  }

  .hero-section p {
    font-size: 18px;
    margin: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .section-title {
    font-size: 34px;
  }

  .impact-section h2 {
    font-size: 34px;
  }

  .value-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding: 20px 0;
  }

  .value-item:last-child {
    border-bottom: none;
  }

}


/* =====================================================
   RESPONSIVE - GERENCIA GENERAL
===================================================== */

@media (max-width: 991px) {

  .leadership-section {
    padding: 70px 0;
  }

  .leadership-wrapper {
    border-radius: 22px;
  }

  .leadership-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .leadership-content {
    padding: 45px 40px;
  }

  .leadership-name {
    font-size: 38px;
  }

  .leadership-role {
    font-size: 21px;
  }

  .leadership-text {
    font-size: 16px;
    line-height: 1.8;

    text-align: justify;
    text-justify: inter-word;

    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }

}


@media (max-width: 576px) {

  .hero-section h1 {
    font-size: 32px;
  }

  .hero-section h2 {
    font-size: 23px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-title {
    font-size: 29px;
  }

  .btn-primary-cale,
  .btn-gold-cale {
    width: 100%;
    text-align: center;
  }

  .page-header h1 {
    font-size: 36px;
  }

  .whatsapp-btn {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }

  .leadership-section {
    padding: 60px 0;
  }

  .leadership-intro {
    font-size: 16px;
    padding: 0 10px;
  }

  .leadership-wrapper {
    border-radius: 18px;
  }

  .leadership-image img {
    width: 100%;
    height: auto;
  }

  .leadership-content {
    padding: 35px 25px;
  }

  .leadership-label {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .leadership-label::before {
    width: 35px;
  }

  .leadership-name {
    font-size: 31px;
  }

  .leadership-role {
    font-size: 19px;
    margin-bottom: 24px;
  }

  .leadership-text {
    font-size: 15px;
    line-height: 1.8;

    text-align: justify;
    text-justify: inter-word;

    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  .leadership-quote {
    font-size: 15px;
    padding: 18px 20px;
  }

  .leadership-signature img {
    width: 50px;
    height: 50px;
  }

  .leadership-signature strong {
    font-size: 15px;
  }

  .leadership-signature span {
    font-size: 13px;
  }

}