.text265254 {
    height: 70px;
}

.regAcumAli_padre {
    position: relative;
}

.regAcumAli::after {
    position: absolute;
    content: "\f0d7";
    top: 18px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: 'black';
    color: #f0a33d;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
}

.row352352_Padre{
    position: relative;
}

.row352352 {
    position: absolute;
    width: 75%;
    display: flex;
    gap: 24px;
    bottom: 17%;
}

/* ------------------- inicio @medias ------------------- */

/* Para pantallas extra pequeñas (xs) */
@media (max-width: 575.98px) {
    .font-size23325325 {
        font-size: 20px;
    }

    .row352352 {
        width: 100% !important;
        display: flex !important;
        gap: 6px !important;
        padding: 6px !important;
        font-size: 4vw;
    }

}

/* Para pantallas pequeñas (sm) */
@media (min-width: 576px) {
    .font-size23325325 {
        font-size: 30px;
    }
}

/* Para pantallas medianas (md) */
@media (min-width: 768px) {
    /* Estilos para pantallas md */
}

@media (min-width: 823px) {
    .text265254 {
        height: 70px;
    }
}

/* Para pantallas grandes (lg) */
@media (max-width: 991px) {
    .fontsize2353 {
        font-size: inherit !important;
    }
}

@media (min-width: 992px) {}

/* Para pantallas extra grandes (xl) */
@media (min-width: 1200px) {
    /* Estilos para pantallas xl */
}

/* Para pantallas extra extra grandes (xxl) */
@media (min-width: 1400px) {
    /* Estilos para pantallas xxl */
}

/* --------------------- fin @medias -------------------- */

body {
    overflow-x: hidden;
}

.img_vivemejor {
    position: relative;
    display: flex;
    height: auto;
    max-height: calc(242px * (100vw/1200));
    background-image: url('../img/aliados/banners/vive-mejor-registrate-web-sin-botones.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    aspect-ratio: 1200/242;
    z-index: 1;
}

@media (max-width: 768px) {
    .img_vivemejor {
        background-image: url('../img/aliados/banners/vive-mejor-registrate-app-sin-botones.webp');
        background-color: #dc3545;
        max-height: calc(600px * (100vw/944));
        aspect-ratio: 944/600;
    }
}

.bgColor {
    position: absolute;
    width: 66%;
    height: 100%;
    border-radius: 0% 9% 3% 0% / 10% 50% 50% 10%;
    z-index: 2;
    left: 0;
}

.bgColor100 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.fontsize2353 {
    font-size: 20px;
}

main {
    position: relative;
}

#indexMostrarTodo {
    position: relative;
}

.slide-container {
    position: relative;
    width: 40vw;
    height: 40vh;
    margin: 50px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.slide.active {
    opacity: 1;
}

.navigation-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

a {
    color: black;
}

.textDecorationNone {
    text-decoration: none;
    color: inherit;
}

.btnComoFunciona {
    background-color: rgb(70, 49, 49);
    border-radius: 10px;
}

.btnComoFunciona:hover {
    background-color: orange;
}

.conoceAlClub {
    height: auto;
}

.sombraTexto {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.297));
}

.regAcumRed {
    width: 75%;
    position: relative;
}

@media screen and (max-width: 630px) {
    .regAcumRed {
        width: 100%;
    }

    .regAcumRed .w-100 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

.altoReACono {
    height: 40px;
}

.font20 {
    font-size: 20px;
}

.font16 {
    font-size: 16px;
}

.filterdrop {
    filter: drop-shadow(1px 1px rgb(128, 128, 128));
}

.footer-before {
    position: relative;
}

.footer-before::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 4px;
    height: 100%;
    background-color: #dc3545;
    z-index: 10;
    border-radius: 15px;
}

.fontSize33 {
    font-size: 33px;
}

.icono35353::before {
    margin-left: 50%;
    transform: translateX(-50%);
}

.aliados-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.aliados-slider-wrapper {
    display: flex;
    gap: 1rem;
    position: relative;
    justify-content: center;
    align-items: center;
}

.aliados-slider-item {
    min-width: 172px;
    width: 172px;
    height: 60px;
    background: white;
    border-radius: 2rem;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.aliados-slider-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .bgImage {
        display: none;
    }

    .bgColor {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .aliados-slider-wrapper {
        justify-content: flex-start;
    }
}

@media (max-width: 588px) {
    .movilp623626 {
        margin-top: -11px;
    }
}

@media (max-width: 576px) {
    .small-text {
        font-size: 14px;
    }

    .fs-mobile {
        font-size: 14px !important;
    }

    .regAcumRed {
        padding: 0 !important;
    }

}

/* Estilos para mantener consistencia en el alto de las columnas */
.flex-grow-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}

.flex-grow-1 p {
    margin-bottom: 0;
}