/*------------------------- seccion 1 ----------------------- */

.ix-carousel {
    padding-top: 5rem;
}

/*----------------------- seccion 2 ------------------------ */


.ix-section {
    padding: 40px 16px;
}

.ix-section .ix-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.ix-section h2 {
    text-align: center;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    margin: 0 0 22px;
    font-weight: 600;
}

.ix-deps .ix-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    justify-items: stretch;
}

@media (max-width: 980px) {
    .ix-deps .ix-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 640px) {
    .ix-deps .ix-grid {
        grid-template-columns: 1fr;
    }
}

.ix-deps .ix-tile {
    flex: 0 1 340px;
    max-width: 340px;
    width: 100%;
}

.ix-deps .ix-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #222;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    padding: 18px 16px;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
    max-width: 340px;
    width: 100%;

}


.ix-deps .ix-tile:focus-visible {
    outline: 3px solid #63c37b55;
    outline-offset: 2px;
}

.ix-deps .ix-tile:hover {
    transform: translateY(-2px);
    border-color: #e5e5e5;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

.ix-deps .ix-logo {
    height: 220px;
    width: 100%;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
}

.ix-deps .ix-logo img {
    max-height: 290px;
    max-width: 90%;
    object-fit: contain;
    display: block;
}

.ix-deps h3 {
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 6px 0 8px;
    font-weight: 700;
}

.ix-deps p {
    text-align: center;
    color: #6f6f6f;
    font-size: .92rem;
    line-height: 1.35;
    margin: 0;
}

.ix-deps .ix-note {
    margin: 26px auto 0;
    max-width: 920px;
    text-align: center;
    color: #6f6f6f;
    font-size: .95rem;
}

/*--------------------------- css para el carrusel ------------------------------*/
.ix-c-title {
    text-align: center;
    margin: 0 0 14px;
    line-height: 1.2;
    font-weight: 600;
    font-size: clamp(2.5rem, 2.2vw, 1.6rem);
}

.limite-carrusel{
  max-width: 900px;
  width: 100%;
  margin-inline: auto;     
  box-sizing: border-box;
}