.card-der {
    display: flex;
    flex-direction: row-reverse;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-direction: column;
    align-items: center;
}

.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-header .titulo{
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'IberPangea-SmBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact-header .sub-titulo{
    color: var(--Color-Content-General-2, #707070);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "IberPangeaText-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding-bottom: 0;
    margin-bottom: 0;
}


.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen {
    background: url(/documents/20122/20166559/modulo_imagen2_1920.png);
    height: 300px;
    background-repeat: no-repeat;
    width: 100%;
    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.card-izq .imagen {
    background: url(/documents/20122/19566813/img-card_texto_pago_mascotas-nov_1920_2.png);
    height: 300px;
    background-repeat: no-repeat;
    width: 100%;
    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;
    gap: 40px;
    margin-top: 32px;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
    font-family: 'IberPangeaText-Regular';
    color: #2c2c2c;
    font-size: 32px;
    margin-top: 20px;
}

.ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .info {
    color: #636363;
    font-size: 16px;
    font-family: 'IberPangeaText-Regular';
    margin:0px;
}

.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;
}

@media (min-width: 360px) {

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen {
        background: url(/documents/20122/20166559/modulo_imagen2_360.png);
        background-repeat: no-repeat;
        width: 328px;
        height: 200px;
    }
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        background: url(/documents/20122/19566813/img-card_texto_pago_mascotas-nov_360_2.png);
        background-repeat: no-repeat;
        width: 328px;
        height: 200px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
        text-align: center;
        width: 100%;
        color: var(--Color-Content-General-1, #2C2C2C);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Title/S */
        font-size: 24px;
        font-style:
        normal;
        font-weight: 600;
        line-height: 32px;
        margin: 0px;
        padding: 0px;
    }

    .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;
    }

}

@media (min-width: 576px) {

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact-header{        
        padding: 40px 40px;        
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        background: url(/documents/20122/19566813/img-card_texto_pago_mascotas-nov_576_2.png);
        background-repeat: no-repeat;
        width: 496px;
        height: 200px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen {
        background: url(/documents/20122/20166559/modulo_imagen2_576.png);
        background-repeat: no-repeat;
        width: 496px;
        height: 200px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
        width: 496px;
        font-size: 24px;
        line-height: 32px;
        font-feature-settings: 'clig' off, 'liga' off;
        -webkit-font-feature-settings: 'clig' off, 'liga' off;
        -moz-font-feature-settings: 'clig' off, 'liga' off;
    }

    .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;
    }

}

@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;
        font-family: 'IberPangea-SmBold';
    }

    .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: 769px) {
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact {
        display: flex;
        justify-content: center;
        margin: 32px 0;
        flex-direction: row;
    }
}

@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: 40px 83px 0;
        margin: 0;
        gap: 40px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen {
        /* width: 50%; */
        margin-right: 0;
        width: 393px;
        height: 300px;
        background: url(/documents/20122/20166559/modulo_imagen2_992.png);
        min-width: 393px;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        margin-right: 0;
        height: 300px;
        background: url(/documents/20122/19566813/img-card_texto_pago_mascotas-nov_992_2.png);
    }

    .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;
        font-family: 'IberPangea-SmBold';
    }

    .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: 992px) and (max-width: 1199px) {

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .info {
        text-align: start;
        color: var(--Color-Content-General-2, #707070);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Body/Regular/M */
        /* font-family: "IberPangea Text"; */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
        /* width: 382px; */
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .texto .titulo {
        color: var(--Color-Content-General-1, #2C2C2C);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Title/M */
        /* font-family: IberPangea; */
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        /* 125% */
        text-align: start;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact .imagen {
        width: 393px;
        height: 250px;
    }
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        width: 393px;
        height: 250px;
        min-width: 393px;
    }
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact-header .titulo{       
        font-size: 32px;       
        line-height: 40px;       
    }
}

@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 .imagen {
        background: url(/documents/20122/20166559/modulo_imagen2_1200.png);
        min-width: 480px;
        height: 300px;
        margin-right: 0;
        width: 480px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        background: url(/documents/20122/19566813/img-card_texto_pago_mascotas-nov_1200_2.png);
        min-width: 480px;
        margin-right: 0;
        width: 480px;
        background-repeat: no-repeat;
        height: 300px;
        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 {
        padding: 40px 320px 56px;
    }
    .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 .imagen {
        background: url(/documents/20122/20166559/modulo_imagen2_1920.png);
        width: 620px;
        max-width: 620px;
        height: 300px;
        margin-right: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ibd-static-es-landing-landing-faconauto .contenedor-modulo-3fact.card-izq .imagen {
        background: url(/documents/20122/19566813/img-card_texto_pago_mascotas-nov_1920_2.png);
        max-width: 620px;
        width: 620px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contenedor-modulo-3fact{
        display: flex;
        flex-direction: row;
        padding: 64px 83px 40px;
        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;
    }
}