.CaseStudiesAndWhitepapers {
    background-color: #451B17;
    padding: 150px 0;
}

.CaseStudiesAndWhitepapers .categoryOverflow{
    overflow-x: hidden;
    border-color: #451B17!important;
}

.CaseStudiesAndWhitepapers .categories{
    flex-direction: column;
    width: fit-content!important;
    gap: 13px;
}

.CaseStudiesAndWhitepapers .category::before{
    min-width: 10px;
}

.CaseStudiesAndWhitepapers .category span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CaseStudiesAndWhitepapers .category{
    display: flex;
    align-items: center;
}

.CaseStudiesAndWhitepapers .desktop{ display: block; }
.CaseStudiesAndWhitepapers .onMobile{ display: none; }

.CaseStudiesAndWhitepapers .sectionTitle {
    font-family: 'Manrope';
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    color: #FF3300;
    padding-top: 40px;
    border-top: 1px solid #fffff9;
}
.CaseStudiesAndWhitepapers .text {
    font-family: 'PT Serif';
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    padding-top: 40px;
    border-top: 1px solid #fffff9;
    color: #fffff9;
}
.CaseStudiesAndWhitepapers  .introTitle {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
}
.CaseStudiesAndWhitepapers .selectorCta { display: flex; justify-content: space-between; gap: 54px; margin: 120px 0 60px 0; }
.CaseStudiesAndWhitepapers .selectorCta:has(.eventsSelector.active){ gap: 0!important; }
.CaseStudiesAndWhitepapers .selectors { display: flex; border-bottom: 1px solid #fffff9; width: 100%; }
.CaseStudiesAndWhitepapers .selectors .selector {
    color: #fffff9;
    opacity: .6;
    padding: 20px 50px;
    text-align: center;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
}
.CaseStudiesAndWhitepapers .selectors .selector.active { color: #451B17; opacity: 1; background-color: #fffff9 }
.CaseStudiesAndWhitepapers .ctaLink {
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fffff9;
    text-align: center;
    padding: 20px;
    background-color: #FF3300;
    display: none;
    min-width: 200px;
}
.CaseStudiesAndWhitepapers .ctaLink.active { display: block; }
.CaseStudiesAndWhitepapers .relatedcontent { display: none; }
.CaseStudiesAndWhitepapers .related-carousel.car-events .owl-stage {
    padding: 2px;
    /*padding-left: calc((100vw - 1216px) / 2);*/
    padding-right: 0;
    display: flex;
}
.CaseStudiesAndWhitepapers .relatedcontent.active { display: block; }
.CaseStudiesAndWhitepapers .relatedcontent button {
    width: 50px;
    height: 50px;
    font-size: 19px;
    border-radius: 0;
    cursor: pointer;
    background-color: #fffff9;
}
.CaseStudiesAndWhitepapers .relatedcontent .custom-nav-prev-carousel { transform: rotate(180deg); }
.CaseStudiesAndWhitepapers .relatedcontent .disabled .nav-icon { filter: saturate(0) opacity(0.3); }
.CaseStudiesAndWhitepapers .relatedcontent .customArrows { margin-top: 30px; text-align: right; }

.CaseStudiesAndWhitepapers .relatedcontent .owl-stage { display: flex; }
.CaseStudiesAndWhitepapers .relatedcontent .owl-item{ display: flex; height: auto !important; }

/*Cards*/
/*Case studies desktop*/
.CaseStudiesAndWhitepapers .desktop{
    display: grid;
    gap: 17px;
    grid-template-columns: 1fr 1fr;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews{
    box-shadow: 0 0 0 0 #F30;
    transition: all .3s linear;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews:hover{
    box-shadow: 0 0 0 2px #F30;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews:hover .info{ transform: scale(0.96); }
.CaseStudiesAndWhitepapers .desktop .big .cardNews:hover .btn{ transform: scale(0.96); }

.CaseStudiesAndWhitepapers .desktop .big .cardNews .info{
    padding: 32px 32px 31px 32px;
    transition: all .3s linear;
    transform: scale(1);
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .btn{
    padding: 0 32px 32px 32px;
    transition: all .3s linear;
    transform: scale(1);
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .btn .button{
    min-width: 142px!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content:center;
    align-items: center;
    padding: 20px 26px;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .btn .button::after{
    display: inline;
    content: '';
    background: url(../../assets/images/arrow-notile.svg) no-repeat;
    width: 7px;
    height: 12px;
    background-size: cover;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .btn .button{ margin-top: 0; }

.CaseStudiesAndWhitepapers .desktop .big .cardNews{
    padding: 0;
    min-height: 492px;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .thumbnail{
    height: 110px;
    position: relative;
    padding: 30px 100px 31px 52px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.CaseStudiesAndWhitepapers .desktop .small .cardNews .thumbnail .overlay,
.CaseStudiesAndWhitepapers .desktop .big .cardNews .thumbnail .overlay{
    background-color: #00000066;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .thumbnail .logo{
    width: 205px;
    height: 52px;
    position: relative;
    z-index: 1;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .countryDate{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0 24px 0;
}

.CaseStudiesAndWhitepapers .desktop .small .cardNews .countryDate .countries .country,
.CaseStudiesAndWhitepapers .desktop .big .cardNews .countryDate .countries .country{
    overflow: hidden;
    color: #F30;
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.CaseStudiesAndWhitepapers .desktop .small .cardNews .countryDate .date,
.CaseStudiesAndWhitepapers .desktop .big .cardNews .countryDate .date{
    overflow: hidden;
    color: #575859;
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 3px;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .title{
    color: #451B17;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.CaseStudiesAndWhitepapers .desktop .big .cardNews .excerpt{
    display: none;
}

/*studies small cards*/
.CaseStudiesAndWhitepapers .desktop .small-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews{
    border: 0;
    height: 153px;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews:hover .info{
    transform: scale(0.93);
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews:hover .btn .button{
    background-color: #F30;
    border: 1px solid #F30;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews:hover .btn .button:after {
    background: url(../../assets/images/arrow-white.svg) no-repeat;
    background-size: cover;
}

.CaseStudiesAndWhitepapers .desktop .small-container .infoCont {
    height: 100%;
}

.CaseStudiesAndWhitepapers .desktop .small-container .infoCont,
.CaseStudiesAndWhitepapers .desktop .small-container .cardNews{
    display: flex;
    flex-direction: row;
    padding: 0;
}

.CaseStudiesAndWhitepapers .desktop .small-container .categoryOverflow,
.CaseStudiesAndWhitepapers .desktop .small-container .excerpt{
    display: none;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .countryDate{
    margin-bottom: 24px;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .thumbnail{
    height: 100%;
    min-width: 185px;
    max-width: 185px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .title{
    color: #451B17;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .thumbnail .logo{
    width: 129px;
    height: 32px;
    z-index: 1;
    position: relative;
    object-fit: cover;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .info{
    transition: all .3s linear;
    height: 100%;
    padding: 20px 32px 20px 16px;
}
.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .btn{
    height: 100%;
    padding: 20px 16px 20px 0;
    display: flex;
    align-items:center;
    justify-content: center;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .btn .button{
    transition: all .3s linear;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #F30;
    padding: 0;
    min-width: 28px;
    height: 28px;
    margin: unset;
}

.CaseStudiesAndWhitepapers .desktop .small-container .cardNews .btn .button:after{
    transition: all .3s linear;
    display: inline;
    content: '';
    background: url(../../assets/images/arrow-svg-dir.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/*Crads white*/
.CaseStudiesAndWhitepapers .whitepaper{
    padding: 35px 25px 25px 25px;
    background-color: #FFF;
    box-shadow: 0 0 0 0 #F30;
    transition: all .3s linear;
}

@media screen and (min-width: 992px) {
    .CaseStudiesAndWhitepapers .whitepaper:hover {
        box-shadow: 0 0 0 2px #F30;
    }
}

.CaseStudiesAndWhitepapers .whitepaper .info{
    transition: all .3s linear;
}

@media screen and (min-width: 992px) {
    .CaseStudiesAndWhitepapers .whitepaper:hover .info {
        transform: scale(0.95);
    }
}

.CaseStudiesAndWhitepapers .whitepaper .title{
    color: #451B17;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    margin-bottom: 32px;
}

.CaseStudiesAndWhitepapers .whitepaper .button{
    color: #FFFFF9;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    width: fit-content;
    min-width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 19px 26px;
    margin-bottom: 32px;
}

.CaseStudiesAndWhitepapers .whitepaper .contImg{
    width: 266px;
    height: 149px;
    transition: all .3s linear;
    margin-left: auto;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .CaseStudiesAndWhitepapers .whitepaper:hover .contImg {
        width: 100%;
    }
}

.CaseStudiesAndWhitepapers .whitepaper .image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s linear;
    transform: scale(1);
}

@media screen and (min-width: 992px) {
    .CaseStudiesAndWhitepapers .whitepaper:hover .image {
        transform: scale(1.2);
    }
}

.CaseStudiesAndWhitepapers .whitepaper .button:after{
    content: "";
    display: block;
    background: url(../../assets/images/arrow-down.svg);
    width: 9px;
    height: 12px;
}

@media screen and (max-width: 992px) {
    .CaseStudiesAndWhitepapers .whitepaper .contImg {
        width: 100%;
    }

    .cardNews .caseStudy .categoryOverflow{
        padding-bottom: 16px;
    }

    .CaseStudiesAndWhitepapers .caseStudy {
        display: grid;
        gap: 17px;
        grid-template-columns: 1fr 1fr;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews{
        box-shadow: 0 0 0 0 #F30;
        transition: all .3s linear;
    }

    /*.CaseStudiesAndWhitepapers .caseStudy .cardNews:hover{*/
    /*    box-shadow: 0 0 0 2px #F30;*/
    /*}*/

    /*.CaseStudiesAndWhitepapers .caseStudy .cardNews:hover .info{ transform: scale(0.96); }*/
    /*.CaseStudiesAndWhitepapers .caseStudy .cardNews:hover .btn{ transform: scale(0.96); }*/

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .info{
        padding: 25px 35px 21px 35px;
        transition: all .3s linear;
        transform: scale(1);
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .btn{
        padding: 0 32px 32px 32px;
        transition: all .3s linear;
        transform: scale(1);
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .btn .button{
        min-width: 142px!important;
        font-size: 16px!important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        gap: 8px;
        justify-content:center;
        align-items: center;
        padding: 20px 26px;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .btn .button::after{
        display: inline;
        content: '';
        background: url(../../assets/images/arrow-notile.svg) no-repeat;
        width: 7px;
        height: 12px;
        background-size: cover;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .btn .button{ margin-top: 0; }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews{
        padding: 0;
        min-height: 492px;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .thumbnail{
        height: 110px;
        position: relative;
        padding: 30px 100px 31px 52px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .thumbnail .overlay{
        background-color: #00000066;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .thumbnail .logo{
        width: 205px;
        height: 52px;
        position: relative;
        z-index: 1;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .countryDate{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 16px 0 24px 0;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .countryDate .countries .country,
    .CaseStudiesAndWhitepapers .caseStudy .cardNews .countryDate .date{
        overflow: hidden;
        color: #575859;
        leading-trim: both;
        text-edge: cap;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: 'Manrope';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .countryDate .countries .country{
        overflow: hidden;
        color: #F30;
        leading-trim: both;
        text-edge: cap;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: 'Manrope';
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 14.4px */
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .title{
        color: #451B17;
        leading-trim: both;
        text-edge: cap;
        font-family: 'Manrope';
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 24px;
    }

    .CaseStudiesAndWhitepapers .caseStudy .cardNews .excerpt {
        overflow: hidden;
        color: #451B17;
        leading-trim: both;
        text-edge: cap;
        text-overflow: ellipsis;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: normal; /* Cambiado de nowrap a normal */
    }


    .CaseStudiesAndWhitepapers .desktop {
        display: none;
    }

    .CaseStudiesAndWhitepapers .onMobile {
        display: block;
    }

    .CaseStudiesAndWhitepapers .whiteData.container{
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .CaseStudiesAndWhitepapers .desktop{ display: none; }
    .CaseStudiesAndWhitepapers .onMobile{ display: block; }
    .CaseStudiesAndWhitepapers .selectorCta { flex-direction: column; margin: 32px 0; gap: 33px; }
    .CaseStudiesAndWhitepapers .relatedcontent .container-xxxl { padding-left: 20px; }
    .CaseStudiesAndWhitepapers .selectors { justify-content: space-between; }
    .CaseStudiesAndWhitepapers .introTitle { grid-template-columns: 1fr; gap: 32px; }
    .CaseStudiesAndWhitepapers .text {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 105%;
        border-top: 0;
        padding-top: 0;
    }
    .CaseStudiesAndWhitepapers { padding: 60px 0; }
    .CaseStudiesAndWhitepapers .sectionTitle {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 105%; /* 25.2px */
        padding-top: 20px;
    }
    .CaseStudiesAndWhitepapers .selectors .selector { width: 100%; }
}

@media screen and (max-width: 576px){
    .CaseStudiesAndWhitepapers .selectors .selector {
        color: #fffff9;
        opacity: .6;
        padding: 23px 19.25px;
    }
}