.sectores-interior-banner {

  .container {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;

    .card-custom {
      border-radius: var(--border-radius24);
      background-color: var(--primary-color);
      border: none;
      margin-bottom: 4rem;

      .image-column {
        background-size: cover;
        background-position: center center;
        border-radius: var(--border-radius24);
        min-height: 430px;
        aspect-ratio: 16 / 9;
      }

      .coltext {
        padding: 4rem 3rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .card-title {
        color: var(--white-color);
        font-family: var(--font-semibold-600);
        font-size: clamp(2.5rem, 2vw + 1.9rem, 2.5rem);
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 1rem;

        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-items: center;
        word-break: break-word;

        img {
          margin-right: 15px;
          width: 47px;
          height: auto;
          border-radius: 0;
        }

        span {
          word-break: keep-all;
        }

      }

      .card-subtitle {
        color: var(--white-color);
        font-family: var(--font-regular-400);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 1.5rem;
      }

      .card-text {
        color: var(--white-color);
        font-family: var(--font-regular-400);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
      }

      ul li {
        color: var(--white-color);
        margin-bottom: 10px;
      }

      img {
        border-radius: var(--border-radius24);
      }

      .card-titleh3 {
        color: var(--white-color);
        font-family: var(--font-semibold-600);
        font-size: clamp(2.313rem, 3vw + 0.75rem, 2.563rem);
        font-style: normal;
        font-weight: 600;
        line-height: 1.2;
      }

    }

  }

}

.sectores-interior-points {

  .cab {
    margin-bottom: 3rem;

    .subtitle {
      color: var(--tertiary-color);
      font-family: var(--font-regular-400);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
    }

    .titleh2 {
      color: var(--secondary-color);
      font-family: var(--font-semibold-600);
      font-size: clamp(1.875rem, 3vw + 0.5rem, 2.563rem);
      font-style: normal;
      font-weight: 600;
      line-height: 56px;
    }

    .titleh3 {
      color: var(--secondary-color);
      font-family: var(--font-semibold-600);
      font-size: clamp(1.675rem, 3vw + 0.5rem, 2.363rem);
      font-style: normal;
      font-weight: 600;
      line-height: 48px;
    }

    p {
      max-width: 1100px;
      margin: 0 auto;
      text-wrap: balance
    }

  }

  .grid-container-div {
    display: grid;
    gap: 20px;
    margin: 1.2rem auto;
    align-items: stretch;

    .grid-item {
      background-color: rgb(77, 97, 171);
      padding: 4rem 3.5rem 3.5rem;
      border-radius: 15px;
      text-align: center;
      color: #37474f;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-wrap: balance;

      &.medio {
        width: 49%;
        margin: 0 auto;
      }

      .checkmark-icon {
        display: none;
        width: 40px;
        height: 40px;
        background-color: var(--primary-color);
        border-radius: 50%;
        margin-bottom: 20px;
        position: relative;
        flex-shrink: 0;
        color: var(--white-color);
        font-size: 28px;
      }

      .title {
        color: var(--black-color);
        font-family: var(--font-bold-700);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
      }

      p {
        color: var(--white-color);
        text-align: center;
        font-family: var(--font-regular-400);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;

        strong {
          color: var(--white-color);
          font-family: var(--font-bold-700);
          font-weight: 700;
        }

      }

      h2 {
        font-size: clamp(1.875rem, 3vw + 0.5rem, 1.863rem);
        line-height: 1.3;
        color: var(--white-color);
      }

      h3 {
        color: var(--color-negro70);
        font-family: var(--font-medium-500);
        font-size: clamp(1.188rem, 2vw + 0.75rem, 1.75rem);
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 15px;

        strong {
          color: var(--white-color);
          font-family: var(--font-bold-700);
          font-weight: 700;
        }

      }

    }

  }

  .grid-container-results {
    display: grid;
    gap: 20px;
    margin: 3rem auto;
    align-items: stretch;

    .grid-item {
      padding: 2.5rem;
      text-align: center;
      color: var(--black-color);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-wrap: balance;

      .checkmark-icon {
        width: 40px;
        height: 40px;
        background-color: var(--primary-color);
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
        color: var(--white-color);
        color: #FFF;
        text-align: center;
        font-family: var(--font-bold-700);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.4rem;
      }

      .grid-item-title {
        color: var(--black-color);
        font-family: var(--font-medium-500);
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        max-width: 320px;
        width: 100%;
        line-height: 1.2;
      }

      p {
        color: var(--tertiary-color);
        font-family: var(--font-regular-400);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        max-width: 380px;
        width: 100%;
      }

    }

  }

}


.sectores-interior-slider-projects {
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-image: url('../img/simbolo-carrusel.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;

  .sectores-interior-slider-projects__head {

    .title {
      padding-bottom: 1.5rem;
    }

    .titleh2 {
      color: var(--secondary-color);
      font-family: var(--font-semibold-600);
      font-size: clamp(1.875rem, 3vw + 0.75rem, 2.563rem);
      font-style: normal;
      font-weight: 600;
      line-height: 56px;
    }

  }

  .sectores-interior-slider-projects__body {
    margin-top: 3rem;
    margin-bottom: 5rem;

    .swiper-container {
      margin-bottom: 3rem;

      .swiper-slide {
        display: flex;
        width: 75%;
        border-radius: 16px;

        .imggroup {
          width: 100%;
          max-width: 514px;

          a {
            display: block;
            border-radius: var(--border-radius16);
            overflow: hidden;
            aspect-ratio: 15/10;

            img {
              width: 100%;
              height: auto;
              transition: ease .3s;
            }

            &:hover {
              img {
                transform: scale(1.05);
              }
            }

          }

        }

        .textgroup {
          width: 100%;
          min-width: 300px;
          margin-left: 20px;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          padding-top: 15%;
          padding-right: 5px;

          .subtitle {
            color: var(--tertiary-color);
            font-family: var(--font-regular-400);
            font-size: clamp(1.063rem, 5vw - 1.75rem, 1.25rem);
            font-style: normal;
            font-weight: 400;
            line-height: 40px;
            text-transform: uppercase;
            margin-bottom: 1.2rem;
          }

          .title {
            color: var(--secondary-color);
            font-family: var(--font-medium-500);
            font-size: clamp(2rem, 2vw + 1.10rem, 2.25rem);
            font-style: normal;
            font-weight: 500;
            line-height: 1.35;
            text-wrap: balance;
          }

        }

      }

    }

  }

}


/* Responsive Styles */
@media (max-width: 1200px) {}

@media (max-width: 1120px) {
  .sectores-interior-banner {
     .container {
         .card-custom {
            .card-title {
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                word-break: break-word;
                flex-direction: column;
                gap: 12px;
                align-content: flex-start;
            }
        }
      }
  }
}

@media (max-width: 1024px) {

  .sectores-interior-banner {
    .container {
      .card-custom {
        .coltext {
          padding: 2.5rem !important;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
        }

        .card-title {
          font-size: 32px;
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: flex-start;
        }

        .card-title {
            margin-bottom: 1rem;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
        }

        img {
            margin-bottom: 16px;
        }


      }
    }
  }


}

@media (max-width: 992px) {

  .sectores-interior-slider-projects {
    .sectores-interior-slider-projects__body {
      .swiper-container {
        .swiper-slide {
          width: 100%;
          display: flex;
          flex-direction: column;

          .textgroup {
            width: 100%;
            margin-left: 0;
            padding-top: 10px;
            padding-right: 0;

            .subtitle {
              margin-bottom: .5rem;
            }

          }

        }

      }

    }

  }


  .sectores-interior-banner {
     .container {
         .card-custom {
            .card-title {
              font-size: 28px;
            }
        }
    }
  }



}

@media (max-width: 768px) {

  .sectores-interior-banner {
    .container {
      .card-custom {
        .coltext {
          padding: 2.5rem !important;
        }

        .image-column {
          min-height: 320px;
        }
      }
    }
  }

  .sectores-interior-points {
    .grid-container-solutions {
      gap: 10px;
      grid-template-columns: repeat(1, 1fr);

      .grid-item {
        background-color: var(--color-turquesa-claro);
        padding: 1.5rem 1.5rem;
      }
    }
  }

  .sectores-interior-points {
    .grid-container-results {
      gap: 10px;
      grid-template-columns: repeat(1, 1fr) !important;

      .grid-item {
        .grid-item-title {
          font-size: 22px;
        }
      }
    }

  }

  .sectores-interior-slider-projects {
    .sectores-interior-slider-projects__head {
      .titleh2 {
        line-height: 1.4;
      }

    }

  }

}


@media (max-width: 600px) {

  .sectores-interior-points {
    .grid-container-div {
      grid-template-columns: repeat(1, 1fr) !important;

      .grid-item {
        &.medio {
          width: 100%;
          margin: 0 auto;
        }
      }
    }
  }

}

@media (max-width: 560px) {}

@media (max-width: 480px) {

  .sectores-interior-banner {
    .container {
      padding: 1rem;

      .card-custom {
        .card-title {
          font-size: 38px;
          line-height: 1.1;
          margin-bottom: 1.5rem;
        }

      }

    }

  }

  .sectores-interior-banner {
    .container {
      .card-custom {
        .card-title {
          align-items: flex-start;
          justify-content: flex-start;
          flex-direction: column;
          gap: 20px;
        }
      }
    }
  }

}

@media (max-width: 320px) {}