.investigacion_desarrollo-main > h1 {
    font-weight: 800;
    font-size: 52px;

    color: var(--green-2);
}

.investigacion_desarrollo-right {
    width: 40%;
}

.investigacion_desarrollo-right > p {
    white-space: pre-wrap;

    font-weight: 400;
    font-size: 1rem;

    margin-right: 20%;

    color: var(--black-1);
}

.investigacion_desarrollo-right > p > b {
    font-weight: 500;
}

.investigacion_desarrollo-left > .carrousel {
    display: flex;
    padding: 0;
}

.investigacion_desarrollo-left > .carrousel > li:not(:last-child) {
    margin-right: 4px;
}

.investigacion_desarrollo-left > .carrousel > li > img,
.investigacion_desarrollo-left > .carrousel > li > video {
    width: 134.5px;
    height: 100px;

    object-fit: cover;
}

.investigacion_desarrollo-left > .main-img {
    width: 550px;
    height: 311px;
}

@media screen and (min-width: 1270px) {
    .investigacion_desarrollo-main {
        margin: 10rem 2.25rem 0 22.875rem;

        width: calc(100% - 25.125rem);
    }

    .investigacion_desarrollo-body {
        margin-top: 34px;

        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .investigacion_desarrollo-left {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 1269px) {
    .investigacion_desarrollo-main {
        margin: 10rem 2.25rem 0 5.25rem;

        width: calc(100% - 8.5rem);
    }

    .investigacion_desarrollo-body {
        margin-top: 34px;

        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1080px) {
    .investigacion_desarrollo-body {
        margin-top: 34px;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .investigacion_desarrollo-left {
        width: 100%;
    }

    .investigacion_desarrollo-left > .carrousel {
        width: 100%;
    }

    .investigacion_desarrollo-left > .carrousel > li {
        width: 25%;
    }

    .investigacion_desarrollo-left > .carrousel > li > img {
        width: 100%;
        height: 100px;

        object-fit: cover;
    }

    .investigacion_desarrollo-left > .main-img {
        width: 100%;
        height: 311px;
        object-fit: cover;
    }

    .investigacion_desarrollo-right {
        width: 100%;

        margin-top: 1rem;
    }

    .investigacion_desarrollo-right > p {
        margin-right: 0px;
    }
}

@media screen and (max-width: 850px) {
    .investigacion_desarrollo-main {
        margin: 1rem 2.5rem 0 2.5rem;

        width: calc(100% - 5rem);
    }

    .investigacion_desarrollo-main > h1 {
        overflow-wrap: break-word;
    }

    .investigacion_desarrollo-main > h1 {
        font-weight: 800;
        font-size: 2rem;

        color: var(--green-2);
    }
}
