 .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% 4.3%;
    max-width:1604px;
    gap:56px;
    padding:50px 0;
    margin-bottom: 50px;
}
 .item-background.gris {
background:#F1F1F1;
}
 .text-layout {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: unset;
    width: 50%;
}

 .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: var(--font-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: var(--color-black);
}

 .bajada {
    font-family: var(--font-regular);
    font-size: 1.125rem;
    line-height: 150%;
    color : var(--color-black);
    text-align: left;
}
 .layout-img{
 }
 .item-layout img {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 14px;
}
.content-layout .cont-btn a{
    min-width: 292px;
    line-height: 2;
    font-size: 1rem;
    padding: 8px 32px 8px 32px;
    border: 2px solid var(--color-dark-blue);
    display: flex;
    border-radius: 58px;
    max-width: 166px;
    font-family: var(--font-bold);
    justify-content: center;
    margin-left: 0;
    margin-bottom: 20px;
}
.content-layout .cont-btn a.link1{
    background-color:var(--color-dark-blue);
    color: var(--color-white);
    border:none;
}
.content-layout .cont-btn a.link1:hover{
    background-color:var(--color-eco-blue);
    color: var(--color-black);
}
.content-layout .cont-btn a.link2{
    background-color: var(--color-white);
    color: var(--color-dark-blue);
}
 .layout-img-mobile{
    display:none;
}

 .item-layout .section-layout{
    font-family: var(--font-regular);
    font-size: 1.25rem;
    line-height: 22px;  
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #333333;
    justify-content: left;
    padding-bottom: 24px
}

 .item-layout .title-layout {
    font-family: var(--font-bold);
    font-size: 2rem;
    line-height: 34px;
    text-align: left;
    color: var(--color-black);
    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;
    }
     .item-layout .section-layout{ 
        font-size: 16px;
        line-height: 20px;
    }
}

@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) {
    
    .item-layout .content-layout {
    width:100%;
    }
    .content-layout .cont-btn a {
      width:100%;
      max-width:none;
    }
     .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%;
        align-items:center;
    }

     .item-layout .title-layout {
        font-size: 22px;
        line-height: 27px;
        text-align: center;
    }
     .bajada{
        text-align:justify;
        font-size: 1rem;
        line-height: 150%;
        color: var(--color-black);
    }
}


