.epigrafe-rows {
    max-width: 100%;
    margin: auto;
    margin-bottom: 9.43%;
}
#rows {margin-bottom: 80px;}
#rows .section-layout-rows .container-layout-rows {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
#rows .container-layout-rows .item-layout {
    display: flex;
    margin: auto;
    max-width: 1660px;
    gap: 80px;
    padding: 0 24px;
}
#rows .item-layout .text-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 561px;
}
#rows .text-layout .epigrafe{
    font-family: 'MontserratRegular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;  
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #414141;
}
#rows .text-layout .titulo {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: var(--color-darkGray);
    /*padding-bottom: 8px;*/
    width: 100%;
}
#rows .text-layout .bajada {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color : var(--color-darkGray);
}
#rows .text-layout .bajada span {
    font-family: var(--font-bold);
}
#rows .item-layout.inv .text-layout {text-align: end;}
#rows .item-layout.inv .epigrafe {width: 100%;}
#rows .item-layout img {
    height: auto;
    object-fit: cover;
    width: 100%
}
#rows .item-layout .imag-desktop {margin: auto 0;}
#rows .container-layout-rows .inv{flex-direction:row-reverse;}

.text-layout {
    align-items: flex-start;
    justify-content: center;
    order: unset;
}
.listrow li{
    margin-bottom:6.48%;
    max-width: 494px;
    font-family: 'helvicaNeueBold';
    line-height: 21px;
    display: flex;
    gap: 18px;
}
.inv .listrow li{align-items: center;}
.listrow li::before{
    content: "";
    background-image: url('/hino/imag/v1/icon/portadas/financiamiento/icono_2rows.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100%;
    flex-shrink: 0;
    margin-top: 8px;
}
.p {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    color: #000000;
}

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

/* MEDIA QUERIES */
@media screen and (max-width: 1600px) {
    #rows .item-layout .text-layout {
        flex: 1 1 30%;
        gap: 14px;
    }
    #rows .text-layout .epigrafe {
        font-size: 16px;
        line-height: 20px;
    }
    #rows .text-layout .titulo {
        font-size: 28px;
        line-height: 35px;
        padding: 0;
    }
    #rows .text-layout .bajada {
        font-size: 16px;
        line-height: 25px;
    }
    #rows .item-layout .imag-desktop {flex: 1 1 50%;}
    #rows .section-layout-rows .container-layout-rows {gap: 80px;}
}
@media screen and (max-width: 1400px) {
    #rows .text-layout .titulo {
        font-size: 24px;
        line-height: 31px;
    }
    #rows .text-layout .bajada {
        font-size: 14px;
        line-height: 21px;
    }
    #rows .section-layout-rows .container-layout-rows {gap: 70px;}
}
@media screen and (max-width: 1369px) {
    .item-layout img {
        display: flex;
    }
    
    ul.list {
        list-style-type: circle;
        line-height: 20px;
    }
    
    .p{
        font-size: 13px;
        line-height: 16px;
    }
    .item-layout .titulo {
        font-size: 22px;
        line-height: 27px;
    }
    .item-layout .epigrafe{ 
        font-size: 16px;
        line-height: 20px;
    }
    
    .bajada{
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }
}

/* MEDIDAS MOBILE PARA EL TEXTO */
@media screen and (max-width: 1200px) {
    #rows .text-layout .epigrafe{
        font-size: 13px;
        line-height: 16px;  
    }
    #rows .text-layout .titulo {
        font-size: 20px;
        line-height: 24px;
    }
    #rows .text-layout .bajada {
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (max-width: 1100px) {
    #rows .container-layout-rows .item-layout {
        flex-direction: column;
        gap: 24px;
        padding: 0;
        margin: 0;
    }
    #rows .container-layout-rows .item-layout.inv {padding: 0;}
    #rows .item-layout .text-layout {
        gap: 13px;
        padding: 0 24px;
        max-width: 100%;
    }
    #rows .item-layout .imag-desktop {padding-left: 24px;}
    #rows .section-layout-rows .container-layout-rows {gap: 32px}
    #rows .item-layout.inv .text-layout {text-align: initial;}
    #rows .item-layout.inv .imag-desktop {padding: 0 24px 0 0;}
    
    .listrow li {
        font-family: 'helvicaNeue';
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5.15%;
        align-items: center;
        max-width: initial;
    }
    /*segundo panel */
    .item-layout.inv{
        margin-top: 56px;
        margin-left: 0;
        margin-right: 7.5%;
    } 
    .inv .text-layout {
        padding-inline: 7.5% 0;
    }
}
@media screen and (max-width: 965px){
    .text-layout {
        width: 100%;
    }
    .p{
        font-size: 12px;
        line-height: 15px;
    }
    .item-layout .titulo {
        font-size: 18px;
        line-height: 24px;
    }
    .item-layout .epigrafe{
        font-size: 14px;
        line-height: 17px;
    }
}
@media screen and (max-width: 400px) {
    .item-layout {flex-direction:column;}
    .container-layout-rows {padding: 0rem; }
    ul.list {
        list-style-type: circle;
        line-height: 20px;
    }
    .item-layout {gap: 10px;}
    .epigrafe-rows{margin-bottom: 34px;}
    
}
@media (max-width: 320px) {
    #rows {margin-bottom: 56px;}
    #rows .item-layout .imag-desktop{display:none;}
    #rows .item-layout .imag-mobile {
        display: block;
        width: 100%;
        padding-left: 24px;
    }
    #rows .item-layout.inv .imag-mobile {padding: 0 24px 0 0;}
}

