 .section-layout-rows {
    max-width: 100%;
    margin: auto;
}

 .container-layout-rows {
    margin: auto;
    padding-bottom: 40px;

}

 .inv{
    flex-direction:row-reverse;
}

 .item-layout {
    display: flex;
    flex:0 0 50%;
    align-items: center;
    margin: auto;
    margin: 0% 8.3%;
    max-width:1604px;
    gap:56px;
    
    margin-bottom: 50px;
    
}


 .text-layout {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: unset;
    width: 36%;
}

 .listrow {
    list-style-image: url('../../../../imag/v1/icon/portadas/financiamiento/icono_2rows.png');
    padding-left:1.5rem;
}
 .listrow li{
    padding-bottom:6.9%;
    max-width:454px;
    line-height: 19.5px;
}

 .p{
    font-family: coves_bold-webfont;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #000000;
}

 .bajada {
    font-family: "quicksand-regular", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color : #000000;
    text-align: left;
    padding-bottom: 5.6%;
    max-width: 496px;
}

 .item-layout img {
    height: auto;
    object-fit: cover;
    width: 100%
}

 .layout-img-mobile{
    display:none;
}

 .item-layout .section-layout{
    font-family: "quicksand-regular", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;  
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #333333;
    justify-content: left;
    padding-bottom: 24px
}

 .item-layout .title-layout {
    font-family: "coves_bold-webfont", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    padding-bottom: 5.6%;
}

 .item-layout .content-layout {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -.19px;
    line-height: 34px;
    text-align: left;
}

@media screen and (max-width: 1369px) {
    .text-layout {
    width: 59%;
    max-width: 400px
    }
    .item-layout{
        gap:48px;
    }
    
     .item-layout img {
        display: flex;
    }
    
     ul.list {
        list-style-type: circle;
        line-height: 20px;
    }
    
     .p{
        font-size: 13px;
        line-height: 16px;
    }
     .item-layout .title-layout {
        font-size: 22px;
        line-height: 27px;
        font-family: coves_bold-webfont;
    }
     .item-layout .section-layout{ 
        font-size: 16px;
        line-height: 20px;
    }
    
     .bajada{
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        font-family: quicksand-regular;
    }

}

@media screen and (max-width: 965px){
    .text-layout {
        width: 100%;
    }
     .p{
        font-size: 12px;
        line-height: 15px;
    }
     .item-layout .title-layout {
        font-size: 18px;
        line-height: 24px;
    }
     .item-layout .section-layout{
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 768px) {
    
     .container-layout-rows {
        padding: 0.5rem; 
    }
     .item-layout {
        flex-direction:column;
        padding: 1rem;
    }
     .item-layout img {
        display: flex;
        min-width: 271px; 
    }

    .listrow li {
    padding-bottom: 2%;
        
    }

     .text-layout {
        order: -1;
        width: 100%;
    }

     .item-layout .title-layout {
        font-size: 22px;
        line-height: 27px;
        font-family: "quicksand-regular", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, sans-serif;
    }
     .bajada{
        font-family: "quicksand-regular", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #000000;
    }
}


@media screen and (max-width: 400px) {
    .item-layout {
        flex-direction:column;
        padding: 1rem;
        margin:0px 8px;
    }
     .text-layout {
        align-items: self-start;
    }
     .container-layout-rows {
        padding: 0rem; 
    }
     .text-layout {
        padding:0px
        
    }
     .item-layout img {
        display: flex;
    }
     ul.list {
        list-style-type: circle;
        line-height: 20px;
    }
    .listrow li {
    padding-bottom: 14px;
        
    }
     .p{
        font-size: 12px;
        line-height: 15px;
    }
     .item-layout .title-layout {
        font-size: 17px;
        line-height: 21px;
    }
     .item-layout .section-layout{
        font-size: 12px;
        line-height: 15px;
    }
    
    .layout-img-mobile{
        display:flex;
    }
    .layout-img{
        display:none;
    }
    .item-layout {
        gap: 10px;
    }
    .section-layout-rows{
        padding-bottom:22px;
    }
    
}