.index {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    justify-content: center;
    align-items: center;
}



@media (min-width: 1300px) {
    .row {
        /* justify-content: space-evenly; */
    }
}

.index .banner img {
    width: 100%;
    height: 9.625rem;
}

.index .text p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
}

.index .text {
    width: 20.75rem;
    margin-top: 1.5rem;
}

.index .boton button {
    width: 18.938rem;
    height: 4.625rem;
    background-color: #0540F2;
    border: 1px solid #0540F2;
    border-radius: 0.5rem;
    padding-left: 1.25rem;
    /* fuente */
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
}

.index .uchile,
.index .externo {
    contain: content;
}

.index .externo {
    margin: 2rem 0 8rem 0;
}

.index .uchile img {
    position: absolute;
    left: 2rem;
    top: 0.75rem;
}

.index .externo img {
    position: absolute;
    left: 1.5rem;
    top: 1.45rem;
}

@media (min-width: 1300px) {
    .index .banner {
        width: 50rem;
        height: 15.625rem;
    }

    .index .banner img {
        width: 50rem;
        height: 15.625rem;
    }

    .index .text {
        width: 50rem;
    }

    .index .text p {
        font-size: 1.15rem;
    }

    .navbar-brand img {
        width: 9.688rem;
        height: 2.375rem;
        margin-left: 1rem;
    }

    .conteners{
        contain: content;
    }

    .proximo {
        contain: content;
        width: 300px;
        height: 200px;
        border-radius: 10px;
        background-color: #000000;
        opacity: 0.5;
        position: absolute;
    }

    .textoprox {
        margin-top: 70px;
        margin-left: 15px;
        color: #FFFFFF;
        font-size: 35px;
        transform: rotate(-30deg);
    }
}

.modal {
    --bs-modal-width: 35%;
}