.ensure-casos-banner {

  .container {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;

    .card-custom {
      border-radius: var(--border-radius24);
      background-color: var(--secondary-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: 4.5rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .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;
        text-transform: uppercase;
      }

      .card-title {
        color: var(--white-color);
        font-family: var(--font-semibold-600);
        font-size: clamp(1.875rem, 3vw + 0.75rem, 2.5rem);
        font-style: normal;
        font-weight: 600;
        line-height: 1.35;
        margin-bottom: 1rem;
      }

      .card-text,
      p {
        color: var(--white-color);
        font-family: var(--font-regular-400);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.55;
      }

      img {
        border-radius: var(--border-radius24);
      }

      .icon {
        padding: 7px;
        border-radius: 100px;
        background-color: var(--primary-color);
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3rem;

        .icon-img {
          width: 100%;
          height: auto;
          display: flex;
          align-content: center;
          justify-content: center;
          align-items: center;
          padding: 3px;

          img {
            width: 90%;
            height: auto;
            border-radius: 0;
          }

        }

      }

    }

  }

}

.ensure-starting-points {

  .cab {
    text-align: center;
    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;
      line-height: 1.8;
      margin-top: 1rem;
    }

    h3 {
      font-size: clamp(1.875rem, 3vw + 0.5rem, 1.863rem);
      line-height: 1.3;
    }

  }

  .grid-container-solutions {
    display: grid;
    gap: 20px;
    margin: 1.2rem auto 2.5rem 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;
      }

      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 {
          font-family: var(--font-bold-700);
          font-weight: 700;
        }
      }

      h2 {
        font-size: clamp(1.875rem, 3vw + 0.5rem, 1.863rem);
        line-height: 1.3;
      }

      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;
      }

    }

  }

  .grid-container-results {
    display: grid;
    gap: 20px;
    margin: 3rem auto;
    align-items: start;

    .grid-item {
      padding: 2rem;
      text-align: center;
      color: var(--black-color);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      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%;
      }

    }

  }

}

.ensure-casos-conclusion {

  .container-fluid {
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;

    .card-custom {
      border-radius: var(--border-radius24);
      background-color: var(--primary-color);
      border: none;
      margin-bottom: 4rem;

      .coltext {
        padding: 6rem 4.5rem !important;
        max-width: 1400px;
        margin: 0 auto;
      }

      .card-title {
        color: var(--white-color);
        font-family: var(--font-semibold-600);
        font-size: clamp(1.875rem, 3vw + 0.75rem, 2.5rem);
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
        margin-bottom: 1.9rem;
      }

      .card-text {
        color: var(--white-color);
        font-family: var(--font-regular-400);
        font-size: clamp(1.188rem, 1vw + 0.75rem, 1.375rem);
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        text-wrap: balance;

        span.color {
          color: #026872;
        }

      }

      ul li {
        color: var(--white-color);
        margin-bottom: 1.2rem;
      }

    }

  }

}

.ensure-casos-slider-projects {
  margin-top: 6rem;
  margin-bottom: 5rem;
  background-image: url('../img/simbolo-carrusel.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;

  .ensure-casos-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: 1.5;
    }

  }

  .ensure-casos-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: 40%;

          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;
          width: 55%;

          .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.5rem);
            font-style: normal;
            font-weight: 500;
            line-height: 1.35;
            text-wrap: balance;
          }

        }

      }

    }

  }

}

.get-informed-slider-insight {
  margin-top: 5rem;
  margin-bottom: 5rem;
  background-image: url('../img/simbolo-carrusel.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;

  .get-informed-slider-insight__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;
    }

    .filters {

      .chip {
        display: inline-block;
        padding: 0.5rem 1rem;
        margin: 0.25rem;
        background-color: var(--color-gris-claro);
        color: var(--terciary-color);
        border-radius: 2rem;
        text-decoration: none;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;

        &:hover,
        &:focus,
        &.chip-active {
          background-color: rgba(0, 156, 171, 0.10);
          color: var(--primary-color);

        }

      }

    }

  }

  .get-informed-slider-insight__body {
    margin-top: 3rem;
    margin-bottom: 3rem;

    .swiper-container {
      margin-bottom: 3rem;

      .swiper-slide {
        display: flex;
        width: 75%;
        border-radius: 16px;

        .imggroup {
          width: 100%;
          max-width: 40%;

          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;
          width: 55%;

          .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.5rem);
            font-style: normal;
            font-weight: 500;
            line-height: 1.35;
            text-wrap: balance;
          }

        }

      }

    }

  }

}

.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: 5.5rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .card-title {
        color: var(--white-color);
        font-family: var(--font-semibold-600);
        font-size: clamp(3.375rem, 2vw + 2.5rem, 3.35rem);
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 1rem;
      }

      .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;
      }

    }

  }

}


/* Responsive Styles */
@media (max-width: 1200px) {}

@media (max-width: 1024px) {

  .ensure-starting-points {
    .grid-container-solutions {
      .grid-item {
        padding: 2rem;
      }
    }
  }

  .ensure-starting-points {
    .grid-container-results {
      grid-template-columns: repeat(2, 1fr) !important;
      display: grid;
      align-items: start;
      justify-content: center;
      justify-items: center;
    }
  }

}

@media (max-width: 992px) {

  .ensure-casos-slider-projects {
    .ensure-casos-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;
            }

          }

        }

      }

    }

  }

  .get-informed-slider-insight {
    .swiper-slide {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
  }

  .get-informed-slider-insight {
    .get-informed-slider-insight__body {
      .swiper-container {
        .swiper-slide {
          .textgroup {
            width: 100%;
            margin-left: 0;
            padding-top: 10px;
            padding-right: 0;

            .subtitle {
              margin-bottom: .5rem;
            }

          }
        }
      }
    }
  }

}

@media (max-width: 768px) {

  .ensure-casos-banner {
    .container {
      .card-custom {
        margin-bottom: 0;

        .coltext {
          padding: 2.5rem !important;
        }

        .image-column {
          min-height: 320px;
        }
      }
    }
  }

  .ensure-casos-conclusion {
    .container {
      .card-custom {
        margin-bottom: 2rem;

        .coltext {
          padding: 3rem 2.5rem !important;
        }
      }
    }
  }

  .ensure-casos-conclusion {
    .container-fluid {
      .card-custom {
        .coltext {
          padding: 4rem 3rem !important;
        }

      }

    }

  }

  .ensure-casos-highlights {
    .container {
      .title {
        line-height: 1.4;
      }
    }
  }

  .ensure-starting-points {
    .grid-container-solutions {
      gap: 10px;
      grid-template-columns: repeat(1, 1fr) !important;

      .grid-item {
        padding: 1.5rem 1.5rem;

        &.medio {
          width: 100%;
          margin: -30px auto 0;
        }
      }
    }

    .grid-container-results {
      gap: 10px;
      grid-template-columns: repeat(1, 1fr) !important;
    }

  }

  .ensure-casos-slider-projects {

    .ensure-casos-slider-projects__head {
      .titleh2 {
        line-height: 1.4;
      }
    }

    .ensure-casos-slider-projects__body {
      .swiper-container {
        .swiper-slide {
          .imggroup {
            max-width: 100%;
          }

        }

      }

    }

  }

  .get-informed-slider-insight {

    .get-informed-slider-insight__body {
      .swiper-container {
        .swiper-slide {
          .imggroup {
            max-width: 100%;
          }
        }
      }
    }
  }

  .sectores-interior-banner {
    .container {
      .card-custom {
        .coltext {
          padding: 2.5rem !important;
        }

        .image-column {
          min-height: 320px;
        }
      }
    }
  }

}


@media (max-width: 600px) {

  .ensure-starting-points {
    .grid-container-solutions {
      grid-template-columns: repeat(1, 1fr) !important;

      .grid-item {
        &.medio {
          width: 100%;
          margin: -30px auto 0;
        }

      }

    }

  }

}

@media (max-width: 560px) {}

@media (max-width: 480px) {

  .ensure-casos-banner {
    margin-bottom: 3rem;

    .container {
      padding: 1rem;
    }
  }

  .ensure-starting-points {
    .cab {
      .titleh2 {
        line-height: 1.4;
        text-wrap: balance;
      }

      .titleh3 {
        line-height: 1.4;
        margin-top: 3rem;
      }

    }
  }

  .ensure-casos-conclusion {
    .container-fluid {
      .card-custom {
        .coltext {
          padding: 2rem !important;
        }
      }
    }
  }

  .sectores-interior-banner {
    .container {
      padding: 1rem;

      .card-custom {
        .card-title {
          font-size: 46px;
          line-height: 1.2;
          margin-bottom: 1.5rem;
        }

      }

    }

  }

}

@media (max-width: 320px) {}