.M22 {
    max-width: 1920px;
    margin : 0 auto;
    min-height: calc(100vh - 58px);
    height: calc(100vh - 58px);
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.M22 .contentLeft{
    min-width: 520px;
    width: 520px;
    padding: 110px 0 79px 79px;
    background-color: #F2F3F5;
}

.M22 .contentLeft .subtitulo{
    margin-bottom: 4px;
}

.M22 .contentLeft .subtitulo,
.M22 .contentLeft .subtitulo *{
    color: #03F;
    font-family: "FS Emeric";
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%; /* 24px */
    margin-bottom: 0;
}

.M22 .contentLeft .titulo{
    max-width: 296px;
    width: 100%;
}

.M22 .contentLeft .titulo,
.M22 .contentLeft .titulo *{
    color: #4B4F54;
    font-family: "FS Emeric";
    font-size: 36px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.65px;
}

.M22 .contentRight{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: calc(100% - 520px);
    width: 100%;
    transition: all .2s ease-out;
}

.M22 .contentRight.expand{
    max-width: calc(100% - 400px);
    width: 100%;
}

.M22 .backImg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.M22 .backImg img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    filter: grayscale(1);
}

.M22 .contentRight .soluciones{
    height: 100%;
}

.M22 .contentRight .soluciones .solucionItem{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 56px 20px;
    width: 100%;
    transition: all .3s linear;
    left: 0;
    min-width: 144px;
    transform-origin: left;
    cursor: pointer;
    position: relative;
}

.M22 .contentRight .soluciones .solucionItem .contDesk{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.M22 .contentRight .soluciones .solucionItem.active{
    flex: 0 1 50%;
}

.M22 .contentRight .soluciones .solucionItem.active .backImg img{
    transition: all .1s linear;
    filter: grayscale(0);
}

.M22 .contentRight .soluciones .solucionItem::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        /* Oscurecido superior */
            linear-gradient(0deg,
            rgba(34, 34, 34, 0.8) 0%,
            rgba(34, 34, 34, 0.4) 10%,
            rgba(34, 34, 34, 0.15) 25%,
            rgba(34, 34, 34, 0.05) 40%,
            rgba(34, 34, 34, 0.00) 60%),
                /* Oscurecido inferior */
            linear-gradient(180deg,
            rgba(34, 34, 34, 0.8) 0%,
            rgba(34, 34, 34, 0.4) 10%,
            rgba(34, 34, 34, 0.15) 25%,
            rgba(34, 34, 34, 0.05) 40%,
            rgba(34, 34, 34, 0.00) 60%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;

}

.M22 .contentRight .soluciones .solucionItem .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #4B4F54;
    background: #212529;
    opacity: 1;
    transition: all .3s linear;
}

.M22 .contentRight .soluciones .solucionItem .enlaces{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(34, 34, 34, 0.15);
    padding: 16px;
    margin-bottom: 24px;
    display: none;
}

.enlaces .enlaceBox a{
    text-decoration: unset;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.enlaces .enlaceBox:last-of-type a{
    margin-bottom: 0;
}

.enlaces .enlaceBox a *{
    color: #666;
    font-family: "FS Emeric";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%; /* 14px */
    letter-spacing: 0.25px;
}

.M22 .contUp,
.M22 .contDown{
    position: relative;
    z-index: 1;
}

.M22 .contentRight .soluciones .solucionItem .texts{
    max-width: 156px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.M22 .contentRight .soluciones .solucionItem .titulo{
    margin-bottom: 21px;
}

.M22 .contentRight .soluciones .solucionItem .titulo *{
    margin-bottom: 0;
}

.M22 .contentRight .soluciones .solucionItem .titulo,
.M22 .contentRight .soluciones .solucionItem .titulo *{
    color: #FFF;
    font-family: "FS Emeric";
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 110%; /* 22px */
    letter-spacing: -0.25px;
}

.M22 .contentRight .soluciones .solucionItem .subtitulo,
.M22 .contentRight .soluciones .solucionItem .subtitulo *{
    color: #ECECEC;
    font-family: "FS Emeric";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    margin-bottom: 0;
}

.M22 .contUp{
    min-width: 50px;
    height: 50px;
    padding: 5px;
    position: relative;
    margin-left: auto;
}

.M22 .contUp .icons{
    cursor: pointer;
}

.M22 .contUp .minusIcon,
.M22 .contUp .plusIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* centra en ambos ejes */
}

/*Hover Effects*/
.M22 .contentRight .soluciones .solucionItem:hover .cover{
    opacity: 0;
}
.M22 .contentRight .soluciones .solucionItem:hover .backImg img{

}

.M22 .downMobile{
    display: none;
}
/**/

@media screen and (max-width: 1200px){
    .M22 .contentLeft .titulo,
    .M22 .contentLeft .titulo *{
        color: #4B4F54;
        font-family: "FS Emeric";
        font-size: 28px;
        font-style: normal;
        font-weight: 350;
        line-height: 120%;
        letter-spacing: -0.25px;
    }
    .M22 .contentLeft {
        min-width: 300px;
        width: 300px;
        padding: 110px 0 40px 40px;
    }
    .M22 .contentRight{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        max-width: calc(100% - 400px);
        width: 100%;
        transition: all .2s ease-out;
    }
    .M22 .contentRight.expand{
        max-width: calc(100% - 350px);
    }
}

@media screen and (max-width: 1100px){
    .M22 .contentLeft {
        min-width: 270px;
        width: 270px;
        padding: 110px 0 40px 40px;
    }
    .M22 .contentRight{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        max-width: calc(100% - 310px);
        width: 100%;
        transition: all .2s ease-out;
    }
    .M22 .contentRight.expand{
        max-width: calc(100% - 270px);
    }
}

@media screen and (max-width: 1000px){
    .M22{
        display: flex;
        flex-direction: column;
        height: unset;
    }

    .M22 .contentLeft{
        min-width: unset;
        width: 100%;
        padding: 64px 20px 48px 20px;
    }

    .M22 .contentRight{
        max-width: 100%;
        position: relative;
        height: unset;
    }

    .M22 .contentLeft .titulo{
        max-width: 100%;
    }

    .M22 .contentRight .soluciones{
        flex-direction: column;
    }

    .M22 .contentRight .soluciones .solucionItem .contDesk{
        flex-direction: row-reverse;
        gap: 15px;
    }

    .M22 .contentLeft .titulo, .M22 .contentLeft .titulo *{
        margin-bottom: 0;
        padding-right: 20px;
    }

    .M22 .contentRight .soluciones .solucionItem{
        padding: 32px 20px;
        border-bottom: 1px solid #4B4F54;
        background: #212529;
    }

    .M22 .contentRight .soluciones .solucionItem::after{
        background: linear-gradient(
                180deg,
                rgba(34, 34, 34, 0.7) 0%,
                rgba(34, 34, 34, 0.7) 0.84%,
                rgba(34, 34, 34, 0.7) 3.24%,
                rgba(34, 34, 34, 0.7) 7.04%,
                rgba(34, 34, 34, 0.7) 12.07%,
                rgba(34, 34, 34, 0.7) 18.15%,
                rgba(34, 34, 34, 0.7) 25.12%,
                rgba(34, 34, 34, 0.7) 32.81%,
                rgba(34, 34, 34, 0.7) 41.05%,
                rgba(34, 34, 34, 0.7) 49.68%,
                rgba(34, 34, 34, 0.7) 58.52%,
                rgba(34, 34, 34, 0.7) 67.4%,
                rgba(34, 34, 34, 0.7) 76.16%,
                rgba(34, 34, 34, 0.7) 84.63%,
                rgba(34, 34, 34, 0.7) 92.63%,
                rgba(34, 34, 34, 0.7) 100%
        );

    }

    .M22 .contentRight .soluciones .solucionItem .subtitulo *{
        margin-bottom: 0;
    }

    .M22 .downMobile{
        display: none;
        position: relative;
        z-index: 1;
    }

    .M22 .contentRight .soluciones .solucionItem .downMobile .enlaces{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
        margin-top: 24px;
    }

    .M22 .contUp{
        margin-left: unset;
    }

    .M22 .enlaces .enlaceBox a{
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        margin-bottom: 0;
    }

    .M22 .contentRight .soluciones .solucionItem .downMobile .enlaces{
        gap: 8px;
    }

    .M22 .contentRight .soluciones .solucionItem .titulo,
    .M22 .contentRight .soluciones .solucionItem .titulo *{
        color: #FFF;
        font-family: "FS Emeric";
        font-size: 24px;
        font-style: normal;
        font-weight: 450;
        line-height: 120%; /* 28.8px */
        letter-spacing: -0.25px;
    }

    .M22 .contentRight .soluciones .solucionItem .subtitulo,
    .M22 .contentRight .soluciones .solucionItem .subtitulo *{
        color: #ECECEC;
        font-family: "FS Emeric";
        font-size: 14px;
        font-style: normal;
        font-weight: 350;
        line-height: 120%; /* 16.8px */
    }

    .M22 .contentRight .soluciones .solucionItem .texts{
        max-width: 100%;
    }
}