/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    padding: 0 0 114px;
    z-index: 1;
}

.brand-one__carousel {
    position: relative;
    display: block;
}

.brand-one__single {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.brand-one__single {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Asegura que cada contenedor ocupe el espacio correcto */
    height: auto;
    padding: 10px; /* Espaciado opcional */
}

.brand-one__img {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 150px; /* Ajusta según sea necesario */
    max-height: 100px; /* Ajusta según sea necesario */
    overflow: hidden; /* Evita que las imágenes sobresalgan */
}

.brand-one__img > img {
    position: relative;
    transition: 500ms;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    padding: 103px 0 114px;
}











/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/