.main__containter--first-content {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.left--box--first-content {
    background-color: #1E1E1E;
    padding: 10px 24px 80px 24px;
    color: #FFFFFF;
}

.title--first-content {
    color: #FFF;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.left--box__text-green {
    color: #D3FB58;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.right--box--first-content {
    background-color: #F8F7F3;
    padding: 80px 24px;
}

.right--box--first-content p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-first-content-p strong {
    color: var(--color-primario-neutral-900, #000);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-container__content--third {
    display: flex;
    width: 100%;
    padding: 80px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
}



@media (min-width: 600px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .main__containter--first-content {
        flex-direction: row;
        height: 500px;
        width: 100%;
    }

    .left--box--first-content {
        display: flex;
        padding: 0px 50px 0px 100px;
        justify-items: center;
        align-items: center;
        width: 47%;
    }

    .title--first-content {
        color: #FFF;
        font-family: Roboto;
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .left--box__text-green {
        color: #D3FB58;
        font-family: Roboto;
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .right--box--first-content {
        padding: 44px 0px 80px 80px;
        width: 53%;
    }

    .content-first-content-p {
        width: 80%;
    }

    .right--box--first-content p {
        margin: 20px auto;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .main-container__content--third{
        margin: auto;
       
    }
    .main-container__content__section-sabiasque {
        width: 85%;
        max-width: 1230px;
    }
   
}

@media (min-width: 1360px) {
    .left--box--first-content {
        padding: 0px 100px 0px 158px;
    }

    .right--box--first-content {
        padding: 80px 100px 80px 80px;
    }
}