#columnas4 {
    margin-bottom: 100px;
    /*padding-top: 50px;*/
    background-color: #ffffff;
}
#columnas4 .mobile{
    display:none;
}
#columnas4 .cont_column{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    min-width: 85.684%;
    margin: 0 88px;
}
#columnas4 .column{
    width: fit-content;
    background: #F1F1F1;
    max-width: 418px; /*541.33px*/
    /*min-height: 628px;*/
    /*height:628px;*/
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    border:none;
}
/*#columnas4 .column:hover{*/
/*    border: 3px solid #1C2B4D;*/
/*    max-width: 378px;*/
/*    height:705px;*/
/*    min-height:705px;*/
/*}*/
#columnas4 .column:hover .link{
    height: 56px;
    min-height: 56px;
    opacity:1;
}
#columnas4 img{
    width:100%;
}
#columnas4 .tit{
    font-family:  var(--font-bold);;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 24px auto 16px;
}
#columnas4 .cont_visible{
    height: 100%;
}
#columnas4 .cont_visible .cont_ul_link{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#columnas4 ul{
    margin: 0 24px 24px 62px;
}
#columnas4 li{
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--color6);
    position: relative;
    width: 328px;
    height: 72px;
}
#columnas4 p + p + li {
    margin-top:24px;
}
#columnas4 li::before{
    content: "";
    /*background-image: url(../../../../imag/v1/icon/portadas/financiamiento/icono_li.png);*/
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2210.333%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%236C6C6C%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.5335%206.36991C15.7852%206.65021%2015.7777%207.0966%2015.5167%207.36695L8.70842%2014.4182C8.45404%2014.6817%208.05108%2014.6817%207.79669%2014.4182L5.14904%2011.6761C4.88801%2011.4057%204.88049%2010.9593%205.13226%2010.679C5.38403%2010.3987%205.79974%2010.3907%206.06077%2010.661L8.25256%2012.931L14.6049%206.3519C14.866%206.08155%2015.2817%206.08961%2015.5335%206.36991Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
    /* margin-right: 18px; */
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -38px;
}
#columnas4 .link {
    opacity:0;
    margin: auto auto 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    width: 280px;
    width: 75.269%;
    height: 0;
    background: #1C2B4D;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1490px) {
    #columnas4 ul{
        margin-inline: 50.5px 16.5px;
        /*min-height: 272px;*/
    }
    #columnas4 li::before{
        width: 18px;
        height: 18px;
        background-size: 18px;
        left: -32px;
    }
    #columnas4 .link{
        font-size: 14px;
        line-height: 17px;
        padding: 8px 12px;
        width: 87.5%;
        margin-bottom: 16px;
    }
}
@media (max-width: 1366px) {
    #columnas4 .tit {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    #columnas4 .tit {
        font-size: 16px;
        line-height: 20px;
    }
    #columnas4 ul {
        margin-inline: 42.5px 16.5px;
    }
    #columnas4 li {
        font-size: 1rem;
        line-height: 18px;
    }
    #columnas4 p + p + li {
        margin-top:16px;
    }
    #columnas4 .link {
        font-size: 12px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 991px) {
    #columnas4 .cont_column{
        flex-wrap: wrap;
        gap: 24px;
    }
    #columnas4 .column{
        max-width: 340px;
        min-height: 452px;
        height: 452px;
    }
    #columnas4 .cont_column { 
        margin: 0 0 100px;
    }
}
@media only screen and (max-width: 768px) {
    #columnas4 .cont_column{
        flex-direction: column;
        align-items: center;
        margin: 0 20px 100px;
        gap: 5rem;
    }
    #columnas4 .column{
        width: 100%;
        max-width: initial;
        min-height: initial;
    }
    #columnas4 .tit{
        margin: 16px auto;
        font-size: 20px;
        /*transition: all 0.3s ease-in-out;*/
    }
    #columnas4 ul {
        margin-inline: 54px 24px;
        margin-top: 0;
        padding-top: 24px;
        transition: all 0.3s ease-in-out;
    }
    #columnas4 li {
        font-size: 1.25rem;
        line-height: 22px;
    }
    #columnas4 li::before {
        width: 16px;
        height: 16px;
        background-size: 16px;
        left: -28px;
    }
    #columnas4 .column:hover .link {
        height: 45px;
        min-height: 45px;
    }
    #columnas4 .link{
        margin: 16px auto 0;
        height: 45px;
        min-height: 45px;
        opacity: 1;
    }
    #columnas4 .ver_mas.mobile{
        /*display:flex;*/
        gap: 16px;
        width: fit-content;
        margin: 0 auto 16px;
        align-items: center;
    }
    #columnas4 .ver_mas .texto {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
        color: #1C2B4D;
    }
    #columnas4 .ver_mas .arrow-r{
        background-image: url(../../../../imag/v1/icon/portadas/financiamiento/icono_ver_mas.png);
        width: 14px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: all 0.3s ease-in-out;
    }
    #columnas4 .column.active .tit{
        margin: 32px auto 0;
    }
    #columnas4 .column.active .ver_mas.mobile{
        margin-block: 20px;
        justify-content: center;
        min-width: 50%;
    }
    #columnas4 .column.active .ver_mas.mobile .texto{
        display:none;
    }
    #columnas4 .column.active .ver_mas.mobile .arrow-r{
        rotate: 180deg;
    }
}
@media only screen and (max-width: 450px) { 
    #columnas4 .tit {
        margin: 16px 0 0 16px;
        font-family: var(--font-medium);
        font-size: 18px;
        line-height: 26px;
        text-transform: none;
        text-align: left;
    }
    #columnas4 ul {
        margin-inline: 40px 24px;
        padding-top: 1rem;
    }
    #columnas4 li {
        font-size: 14px;
        line-height: 18px;
        width: auto;
        height: auto;
    }
    #columna_1 .bajada_columna1 {
        font-size: 12px;
        line-height: 18px;
    }
}
