
    .conectate {
      background-image: url('https://cdn3.bci.cl/uploads/b2bc141b-6c3a-4c15-ad57-695073df404d/original/Mask_group.svg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
			overflow: hidden;
    }

		.conectate .conectate-img {
			width: 100%;
			height: 400px;
		}

		.conectate .conectate-img img { 
			width: 100%;
			height: 100%;
			object-fit: contain;
		}

    @media screen and (min-width: 768px) {
      .registrate {
        margin-top: -3rem;
      }
    }

.conectate .slider-beneficios .swiper-slide,
.ventajas .slider-ventajas .swiper-slide {
	height: auto;
}

@media screen and (max-width: 772px) {
	.conectate .slider-beneficios,
	.ventajas .slider-ventajas {
		padding-left: 1rem;
	}
}

    .conoce {
      background-image: url('https://cdn3.bci.cl/uploads/b2bc141b-6c3a-4c15-ad57-695073df404d/original/Mask_group.svg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .conoce-text .conoce-text-img {
      height: 549px;
    }

    @media screen and (max-width: 768px) {
      .conoce-text .conoce-text-img {
        height: 350px;
      }
    }

    .conoce-text .conoce-text-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }


@media screen and (min-width: 992px) {
	.conoce .conoce-text {
		position: sticky;
		top: 13.75rem;
		left: 0;
	}
}

    @media screen and (min-width: 992px) {
      .innova .row {
        max-height: 34.063rem;
      }
    }

    .innova .innova-text {
      height: 100%;
      border-radius: var(--radius-8);
      border: 2px solid var(--gray-200);
      padding: clamp(1.25rem, 0.3571rem + 2.8571vw, 2.5rem);
    }

    @media screen and (max-width: 1200px) {
      .innova .innova-text {
        padding: clamp(1.25rem, 0.7143rem + 1.7143vw, 2rem);
      }
    }

    .innova .innova-img {
      width: 100%;
      height: 100%;
      border-radius: var(--radius-8);
      overflow: hidden;
    }

    @media screen and (max-width: 992px) {
      .innova .innova-img {
        max-height: clamp(12.5rem, 8.0357rem + 14.2857vw, 18.75rem);
      }
    }

    .innova .innova-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left center;
    }
