.card-der {
    display: flex;
    flex-direction: row-reverse;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact {
    display: flex;
    padding: var(--size-space-40, 40px) var(--14001920-page-margin, 324px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--size-space-32, 32px);
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact-header {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: center;
    gap: var(--space-16, 16px);
    align-self: stretch;

}


.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
    background: url(/documents/20122/22162148/img-modulo-nos-encargamos-de-todo-360px.webp);
    height: 300px;
    background-repeat: no-repeat;
    width: 64px;
    min-width: 324px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen .boton-play {
    display: flex;
    width: 80px;
    height: 80px;
    padding: var(--space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--space-0, 0px);
    flex-shrink: 0;
    background-color: white;
    border-radius: var(--border-radius-xl, 100px);
    cursor: pointer;
}


.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto {
    width: 328px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .primer-texto {
    align-self: stretch;
    color: var(--Color-Content-General-1, #2C2C2C);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Body/SmBold/M */
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
}


.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .segundo-texto {
    align-self: stretch;
    color: var(--Color-Content-General-2, #707070);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Body/Regular/S */
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
}

.card-der .module-content-list .list-item-text>span:nth-child(1),
.card-izq .module-content-list .list-item-text>span:nth-child(1) {
    color: #2C2C2C;
    font-feature-settings: 'clig' off, 'liga' off;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-family: 'IberPangeaText-Regular';
    font-weight: 600;
    font-style: normal;
    width: 100%;
}

.card-der .module-content-list .list-item-text>span:nth-child(2),
.card-izq .module-content-list .list-item-text>span:nth-child(2) {
    color: #707070;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'IberPangeaText-Regular';
    font-style: normal;
    font-weight: 400;
}

.wcom-button.button-green {
    background: #2f6852;
    border: 1px solid #2f6852;
}

.contenedor-boton-carrusel .contratalo {
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    background-color: #2f6852 !important;
    border-color: #2f6852 !important;
}

.contenedor-boton-carrusel a {
    text-transform: none !important;
    color: #ffffff;
    font-size: 19px !important;
    margin: 0;
    background-color: #2f6852 !important;
    border-color: #2f6852 !important;
    width: 200px;
    height: 56px;
    margin-top: 32px;
    padding: 12px;
    margin-bottom: -20px;
    align-content: center;
}


.wcom-button.button-green:hover,
.wcom-button.button-green:active {
    background-color: #2F6852 !important;
    border-color: #2F6852 !important;
}



@media (min-width: 360px) {

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen {
        background: url(/documents/20122/22162148/img-modulo-nos-encargamos-de-todo-360px.webp);
        background-repeat: no-repeat;
        width: 200px;
        height: 312px;
    }


    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
        text-align: center;
        margin: 0px;
        padding: 0px;
        padding-top: 40px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .info {
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        line-height: 22px;
        font-size: 16px;
    }

    .card-der {
        display: flex;
        width: 100%;
        gap: 40px;
        margin: 24px 0px;
        flex-direction: column-reverse;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact {
        padding: 0 16px 0;
    }

    .card-der .module-content-list,
    .card-izq .module-content-list {
        width: 328px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-der {
        padding: 0 24px 0;
    }

    .wcom-button.button-green {
        width: 270px;
        height: 56px;
        margin-right: 20px;
    }

    .card-izq .module-content-list-item {
        display: flex;
        flex-direction: row;
        padding-top: 2px;
        gap: 2px;
    }

    .check {
        width: 24px;
        height: 24px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .module-content-list {

        width: 355px;
        margin-right: 40px;
        gap: 24px;
        display: grid;
    }

}

@media (min-width: 576px) {

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact-header {
        padding: 40px 40px;
        padding-bottom: 0;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        background: url(/documents/20122/22162148/img-modulo-nos-encargamos-de-todo-576px.webp);
        background-repeat: no-repeat;
        width: 492px;
        height: 312px;
    }



    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
        width: 496px;
        font-size: 24px;
        line-height: 32px;

    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .info {
        width: 500px;
        color: var(--Color-Content-General-2, #707070);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 16px;
        font-style: normal;
        text-align: left;
        font-weight: 400;
        line-height: 22px;
        margin: 0px;
    }

    .card-der {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
        margin: 24px 0px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto {
        width: 100%;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact {
        padding: 0 40px 0;
    }

    .card-der .module-content-list,
    .card-izq .module-content-list {
        width: 496px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-der {
        padding: 0 40px 0;
        margin-bottom: 64px;
    }

    .wcom-button.button-green {
        width: 416px;
        height: 56px;
        margin-right: 30px;
    }

    .card-izq .module-content-list-item {
        display: flex;
        flex-direction: row;
        padding-top: 2px;
        gap: 2px;
    }

    .check {
        width: 24px;
        height: 24px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .module-content-list {
        width: 540px;
        margin-right: 30px;
    }

}

/*
@media (min-width: 360px) and (max-width: 991px){
      
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact {
        flex-direction: column;
        margin: 0;
        margin-bottom: 40px;
    }

    .card-der .module-content-list, .card-izq .module-content-list {
        display: flex;
        padding: 0;
        justify-content: center;
        gap: 24px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        margin-bottom: 0;
    }

    .card-der .module-content-list-item>.check,
    .card-izq .module-content-list-item>.check {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-der .module-content-list-item, .card-izq .module-content-list-item {
        display: flex;
        align-items: flex-start;
        padding: 0;
        gap: 8px;
        align-self: stretch;
    }

    .card-der .module-content-list .list-item-text>span:nth-child(1),
    .card-izq .module-content-list .list-item-text>span:nth-child(1){
        line-height: 22px;
    }

    .card-der .module-content-list .list-item-text>span:nth-child(2),
    .card-izq .module-content-list .list-item-text>span:nth-child(2) {
        line-height: 18px;
        font-size: 14px;
    }

    .card-der .list-item-text,
    .card-izq .list-item-text{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 2px;
        flex: 1 0 0;
        padding-top: 2px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen img {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen .boton-play {
        width: 56px;
        height: 56px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-der {
        gap: 0;
    }

}
*/

@media (min-width: 768px) {
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact {
        display: flex;
        justify-content: center;
        margin: 32px 0;
        flex-direction: column;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        margin-right: 0;
        width: 550px;
        height: 312px;
        background: url(/documents/20122/22162148/img-modulo-nos-encargamos-de-todo-768px.webp);
    }

    .wcom-button.button-green {
        width: 416px;
        height: 56px;
    }

    .card-izq .module-content-list-item {
        display: flex;
        flex-direction: row;
        padding-top: 2px;
        gap: 2px;
    }

    .check {
        width: 24px;
        height: 24px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .module-content-list {
        width: 590px;
    }
}

@media (min-width: 992px) {

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact-header {
        padding: 40px 83px 0;
    }


    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-der {
        display: flex;
        flex-direction: row-reverse;
        /* margin: 32px 0px; */
        padding: 56px 83px 64px;
        margin: 0;
        gap: 40px;
        align-items: center;
    }

    .contenedor-modulo-3fact.card-izq {
        display: flex;
        flex-direction: row;
        padding: 0 0 0;
        margin: 0;
        gap: 40px;
    }



    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        margin-right: 0;
        width: 402px;
        height: 350px;
        background: url(/documents/20122/22162148/img-modulo-nos-encargamos-de-todo-992px.webp);
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .module-content-list {
        width: 100%;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto {
        margin-right: 0;
        max-width: 393px;
        margin-left: 0;
        gap: 16px;
        align-items: flex-start;
        padding: 0;
        align-self: stretch;
        max-height: 342px;
        flex: 1 0 0;
        margin-top: 0;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-der .texto {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo,
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .info {
        width: 100%;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
        letter-spacing: -1px;
    }

    .card-der .module-content-list,
    .card-izq .module-content-list {
        display: flex;
        padding: 0;
        justify-content: center;
        gap: 32px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        margin-bottom: 0;
        width: 393px;
    }

    .card-der .module-content-list-item,
    .card-izq .module-content-list-item {
        display: flex;
        align-items: flex-start;
        padding: 0;
        gap: 8px;
    }

    .card-der .module-content-list-item>.check,
    .card-izq .module-content-list-item>.check {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
    }

    .card-der .list-item-text,
    .card-izq .list-item-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 4px;
        flex: 1 0 0;
        padding-top: 4px;
    }

    .card-der .module-content-list .list-item-text>span:nth-child(1),
    .card-izq .module-content-list .list-item-text>span:nth-child(1) {
        font-size: 16px;
        line-height: 22px;
    }

    .card-der .module-content-list .list-item-text>span:nth-child(2),
    .card-izq .module-content-list .list-item-text>span:nth-child(2) {
        font-size: 14px;
        line-height: 18px;
    }

}


@media (min-width: 1200px) {
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact-header .titulo {
        font-size: 32px;
        line-height: 40px;
    }

    .card-der,
    .card-izq {
        padding: 40px 100px;
        margin: 0;
        gap: 40px;
    }



    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        background: url(/documents/20122/22162148/img-modulo-nos-encargamos-de-todo-1200px.webp);
        min-width: 486px;
        margin-right: 0;
        width: 486px;
        background-repeat: no-repeat;
        height: 350px;
        background-size: cover;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto {
        max-width: 480px;
        margin: 0;
        max-height: 330px;
        gap: 16px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo,
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .info {
        width: 100%;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
        text-align: start;
        /* Title/M */
        /* 125% */
        font-size: 32px;
        line-height: 40px;
    }

    .card-der .module-content-list {
        gap: 24px;
        height: 234px;
    }

    .contenedor-modulo-3fact.card-izq {
        display: flex;
        padding: var(--size-space-0, 0px);
        align-items: center;
        gap: var(--size-space-24, 24px);
        align-self: stretch;
    }

    .card-der .module-content-list,
    .card-izq .module-content-list {
        gap: 24px;
        width: 620px;
        height: 234px;
    }

    .card-der .list-item-text,
    .card-izq .list-item-text {
        gap: 2px;
        padding-top: 2px;
        width: 448px;
    }

    .card-der .module-content-list-item>.check,
    .card-izq .module-content-list-item>.check {
        width: 24px;
        height: 24px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-der {
        padding: 0 100px 64px;
    }

    .card-der .module-content-list .list-item-text>span:nth-child(2),
    .card-izq .module-content-list .list-item-text>span:nth-child(2) {
        width: 448px;
    }

}


@media (min-width: 1920px) {

    .card-der {
        margin: 40px 0px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto {
        max-width: 620px;
        margin-left: 0;
        margin-right: 0;
        min-height: 290px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact h3.titulo {
        text-align: left;
        margin-inline: 0 !important;
        width: 100% !important;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact p.info {
        margin-inline: 0 !important;
        width: 100% !important;
        letter-spacing: -0.6px;
    }


    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        background: url(/documents/20122/22162148/img-modulo-nos-encargamos-de-todo-1920px.webp);
        max-width: 624px;
        width: 624px;
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-modulo-3fact {
        display: flex;
        flex-direction: row;
        padding: 64px 83px 0;
        margin: 0;
        gap: 40px;
    }

    .card-der .module-content-list .list-item-text>span:nth-child(1),
    .card-izq .module-content-list .list-item-text>span:nth-child(1) {
        font-size: 18px;
        line-height: 24px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-der {
        padding: 64px 320px;
    }

    .card-der .list-item-text,
    .card-izq .list-item-text {
        gap: 2px;
        padding-top: 2px;
        width: 588px;
    }

    .card-der .module-content-list .list-item-text>span:nth-child(2),
    .card-izq .module-content-list .list-item-text>span:nth-child(2) {
        width: 588px;
    }
}