.cover-case-study {
    /* background-color: #E7E7E7; */
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: "freight-sans-pro", sans-serif !important;
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #000;
}

.cover-case-study.light-grey {
    background-color: #FAFAFA;
}

.cover-case-study.grey {
    background-color: #E2E2E2;
}

.cover-case-study.blue {
    background-color: #276C91;
}

.cover-case-study.pt-0 {
    padding-top: 0 !important;
}

.cover-case-study.pb-0 {
    padding-bottom: 0 !important;
}

/* Columna izquierda (contenido) */

.cover-case-study a {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.cover-case-study .col-full{
    width:100%;
    margin-left: calc(((100vw - 1320px)/2) + 15px);
    padding-right: 5%;
}

.cover-case-study .col-1 {
    width: 30%;
    margin-left: calc(((100vw - 1320px)/2) + 15px);
    padding-right: 5%;
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
}

.cover-case-study .content-wrapper img {
    /* max-width:500px; */
    width: 100%;
    max-width: 100%;
    min-width: 500px;
    box-shadow: 3px 3px 30px #00000029;
    margin-left: 0;
}

.cover-case-study .col-1 h3{
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6em;
}

/* Columna derecha (imagen y cita) */
.cover-case-study .col-2 {
    /* width: 55%; */
    flex:1;
    position: relative;
    /* flex-grow: 0; */
    margin-right: calc(((100vw - 1320px) / 2) + 45px);
    max-width: calc(100% - 30% - (((100vw - 1320px) / 2) + 15px) - (((100vw - 1320px) / 2) + 45px));
    /* overflow: hidden; */
}

.cover-case-study .col-2 .content-wrapper{
    padding-left: 2.5%;
}

.cover-case-study .col-full h2{
    font-size: 18px;
    font-weight: 700;
    color:#276C91;
}

.cover-case-study .col-1 .chart-source{
    margin-top:50px;
}

.cover-case-study:not(.source-left) .col-2 .chart-source {
    display: none;
}

@media screen and (max-width: 1320px) {

    .cover-case-study .col-1 {
        margin-left: 20px;
        width: 36%;
    }
    
    .cover-case-study .col-full {
        margin-left: 20px;
    }

    .cover-case-study .col-2 {
        margin-right: 50px;
        max-width: calc(100% - 36% - 20px - 50px);
    }

}

@media screen and (max-width: 1140px) {
    .cover-case-study .col-2 {
        margin-right: 20px;
        max-width: calc(100% - 36% - 20px - 20px);
    }
}

@media screen and (max-width: 1024px) {

    .cover-case-study {
            flex-direction: column;
            padding-top: 30px;
            padding-bottom: 30px;
        }

    .cover-case-study .col-1,
    .cover-case-study .col-2,
    .cover-case-study .col-full {
        width: 100%;
        /* margin-left: 30px;
        margin-right: 30px;
        padding-right: 5%;   */
        padding: 0;
        margin: 0;
    }

    .cover-case-study .col-1,
    .cover-case-study .content-wrapper,
    .cover-case-study .col-full {
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
    }

    .cover-case-study .col-1 .chart-source {
        display: none;
    }

        .cover-case-study .col-2{
            margin-top:30px;
            max-width: 100%;
        }

    .cover-case-study:not(.source-left) .col-2 .chart-source {
        display: block;
    }



}