.M19 {
    padding: 80px 0 50px 0;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.M19 .contData .leftCard {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    padding: 24px;
    justify-content: flex-end;
    background-blend-mode: normal, multiply;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.M19 .contData .leftCard .contImg .imgMobile{
    display: none;
}

.M19 .contData .leftCard .contImg img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.M19 .contData .leftCard .contTexts {
    position: relative;
    z-index: 2;
}

.M19 .contData .leftCard .contTexts .titleCard *{
    font-family: "FS Emeric";
    font-size: 38px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%; /* 38px */
    letter-spacing: -0.45px;
    margin: 0;
}

.M19 .contData .leftCard .contTexts .titleCard *:first-of-type{
    margin-top: 24px;
    margin-bottom: 0;
}

.M19 .contData .leftCard .contTexts .titleCard *:last-of-type{
    margin-bottom: 20px;
    margin-top: 0;
}

.M19 .contData .leftCard .contTexts .contentCard *{
    font-family: "FS Emeric";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 22.4px */
    margin-bottom: 0;
}

.M19 .dataSlides{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* Swiper */
.M19 .contData .contCards {
    width: 100%;
    overflow: hidden;
}

.M19 .contData .contCards .swiperCards{
    padding: 6px;
}

.M19 .swiper-wrapper {
    display: flex;
}

.M19 .swiper-slide {
    flex-shrink: 0;
    height: auto;
}

/*Controllers Swiper*/
.M19 .controllers{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    height: 40px;
    padding-right: 5px;
}

.M19 .controllers .btns{
    position: unset;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 1000px;
    border: 1px solid #6B8FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    margin-top: unset!important;
    background-color: #FFF;
    transition: all .3s linear;
}

.M19 .controllers .btns svg{
    width: 8px;
    height: 10px;
}

.M19 .controllers .btns:after{
    content: unset;
}

.M19 .controllers .swiper-pagination{
    width: fit-content;
    position: unset;
    color: #666;
    font-family: "FS Emeric";
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.M19 .controllers .btns path{
    stroke: #6B8FFF;
    transition: all .3s linear;
}

/*Accesible States Btn*/
.M19 .controllers .btns:hover{background-color: #6B8FFF;}
.M19 .controllers .btns:hover path{ stroke: #FFF;}

.M19 .controllers .btns:active{ background: #A6BCFF;}
.M19 .controllers .btns:active path{ stroke: #A6BCFF;}

.M19 .controllers .btns:focus,
.M19 .controllers .btns:focus-visible {
    outline: 2px solid #3869FF;
    outline-offset: 3px;
}

/*Cards*/

.M19 .contCards{
    max-width: 100%;
}

.M19 .contData .contCards .cardItem {
    min-height: 427px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: unset;
}

.M19 .contData .contCards .cardItem .leftSeparation{
    width: 18px;
    border: 1px solid #666666;
    border-bottom: 1px solid #F30;
}

.M19 .contData .contCards .cardItem .downSeparators{
    border: 1px solid #666666;
    border-top: 0;
    flex: 1;
}


.M19 .contData .contCards .cardItem .xDivider{
    display: flex;
    flex-direction: row;
    flex: 0 0 96%;
}

.M19 .contData .contCards .cardItem .blackpink {
    width: 16px;
    height: 16px;
    background-color: #F06;
}

.M19 .contData .contCards .cardItem .downSeparation{

}

.M19 .contData .contCards .cardItem .rightData{
    position: relative;
    width: 100%;
    border: 1px solid #666666;
    border-left: unset;
}

.M19 .contData .contCards .cardItem .contImg {
    width: 100%;
    height: 312px;
    position: relative;
}

.M19 .contData .contCards .cardItem .contImg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s linear;
    filter: grayscale(1);
}

.M19 .contData .contCards .cardItem .contInfo{
    position: relative;
    z-index: 2;
}

.M19 .contData .contCards .cardItem .contImg .tag{
    position: relative;
    top: 16px;
    z-index: 1;
    margin: 0 16px;
    border-radius: 5px;
    padding:  3px 6px 1px 6px;
    color: #FFF;
    font-family: "FS Emeric";
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.05px;
    background-color: #3869FF;
    width: fit-content;
    display: block;
}


.M19 .contData .contCards .cardItem .contInfo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.M19 .contData .contCards .cardItem .contInfo .downData{
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.M19 .contData .contCards .cardItem .contInfo .texts{
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.M19 .contData .contCards .cardItem .contInfo .downData{

}

.M19 .contData .contCards .cardItem .contInfo .downData .name{
    color: #212529;
    font-family: "FS Emeric";
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 110%; /* 22px */
    letter-spacing: -0.25px;
}

.M19 .contData .contCards .cardItem .contInfo .downData .laboral{
    color: #666;
    font-family: "FS Emeric";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
}

.M19 .contData .contCards .cardItem .contInfo .downData .btnDown{
    background-color: unset;
    border: unset;
    width: fit-content;
    padding: 0;
}

.M19 .contData .contCards .cardItem .contInfo .downData .btnDown span{
    color: #03F;
    font-family: "FS Emeric";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%; /* 16px */
    letter-spacing: -0.25px;
}

/*Hovers Accesibilidad*/

.M19 .contData .contCards .cardItem {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/*.M19 .contData .contCards .cardItem::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(33, 37, 41, 0) 55.83%,
            rgba(33, 37, 41, 0.80) 91.4%
    );
    z-index: 1;
}

.M19 .contData .contCards .cardItem::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(33, 37, 41, 0) 55.83%,
            rgba(34, 72, 231, 1) 91.4%
    );
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index: 1;
}

.M19 .contData .contCards .cardItem:hover::after {
    opacity: 1;
}*/

.M19 .contData .contCards .cardItem:hover .contInfo .downData .laboral{
    border-color: #FFF;
}

.M19 .contData .contCards .cardItem:hover .contImg img{
    filter: grayscale(0);
}

.M19 .contData .contCards .cardItem:active .contImg img{
    filter: grayscale(0) opacity(0.5);
}

/*.M19 .contData .contCards .cardItem:active::after {*/
/*    opacity: 0.6;*/
/*    background: linear-gradient(*/
/*            180deg,*/
/*            rgba(255, 255, 255, 0.78) 55.83%,*/
/*            rgba(56, 105, 255, 1) 91.4%*/

/*    );*/
/*    mix-blend-mode: screen; !* o lighten *!*/
/*    z-index: 2;*/
/*}*/

.M19 .contData .contCards .swiperCards .swiper-wrapper{
    height: fit-content;
    padding-top: 10px;
}

.M19 .contData .contCards .cardItem:focus,
.M19 .contData .contCards .cardItem:focus-visible {
    outline: 2px solid #6B8FFF;
    outline-offset: 4px;
}

.M19 .contData .leftCard{
    padding-right: 20px;
}

.M19 .contLeft{
    padding: 5px;
    max-width: clamp(250px, 32vw,404px);
    width: 100%;
}

.M19 .swiperCards{
    width: 100%;
}

@media screen and (max-width: 1250px){
    .M19 .contData .leftCard {
        max-width: clamp(290px, 60vw, 404px);
        width: 100%;
    }

    .M19 .contData .contCards .swiperCards{
        padding: 10px 0;
    }

    .M19 .controllers{
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 992px){

    .M19 .contData .leftCard::before {
        content: unset;
    }

    .M19 .container .contData .leftCard{
        margin-bottom: 38px;
        padding-right: 0;
        background-image: none!important;
        padding: 0;
    }

    .M19 .contData .leftCard .contImg .imgMobile{
        display: block;
    }

    .M19 .contData .leftCard .contImg .imgDeskt{
        display: none;
    }

    .M19{
        padding-top: 48px;
    }

    .M19 .controllers{
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px){
    .M19 .dataSlides{
        flex-direction: column;
    }

    .M19 .contLeft,
    .M19 .contData .leftCard{
        max-width: 100%;
    }
}

@media screen and (max-width: 567px){
    .M19 .contData .leftCard .contTexts .titleCard * {
        color: #03F;
        font-family: "FS Emeric";
        font-size: 28px;
        font-style: normal;
        font-weight: 350;
        line-height: 120%; /* 33.6px */
        letter-spacing: -0.25px;
    }

    .M19 .contData .contCards .swiperCards{
        padding: 0 0 0 20px;
    }

    .M19 .contData .contLeft{
        padding: 0 20px;
    }

}