#columnas4 {
    margin: 50px 24px 50px;
}
#columnas4 .cont-tit{
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    flex-direction: column;
}
#columnas4 .cont-tit .tit{
    font-size:2rem;
    font-family: var(--font-bold);
    text-transform:none;
}
#columnas4 .cont-tit .baj{
    font-size:1.125rem;
    font-family: var(--font-regular);
}
#columnas4 .mobile{
    display:none;
}
#columnas4 .cont_column{
    display: flex;
    justify-content: center;
    gap: 36px;
    min-width: 85.684%;
    margin: 0 auto;
      flex-direction: row;
    flex-wrap: wrap;
}
#columnas4 .column{
    width: fit-content;
    background: #F5F5F5;
    max-width: 18.75rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    border-radius: 14px;
    transition: all 0.3s ease-in-out;
    border:none;
}
#columnas4 img{
    width:100%;
    border-radius: 14px 14px 0 0;
}
#columnas4 .tit{
    font-family: var(--font-bold);
    font-size: 1.5rem;
    color: var(--color-dark-blue);
    margin: 40px 0 0 24px;
}
#columnas4 .column .tit{
  min-height:40px;  
}
#columnas4 .baj{
    font-family: var(--font-regular);
    font-size: 1.125rem;
    line-height: 29px;
    color: var(--color-black);
    margin: 16px 24px 24px 24px;
    min-height: 85px;
}
#columnas4 .cont_visible{
    height: 100%;
}
#columnas4 .cont_visible .cont_ul_link{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#columnas4 ul{
    margin: 32px 34px 0 74px;
}
#columnas4 li{
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-black);
    position: relative;
}
#columnas4 p + p + li {
    margin-top:24px;
}
#columnas4 li::before{
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -38px;
}
#columnas4 .link {
    font-family: var(--font-regular);
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark-blue);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    width: 280px;
    width: 75.269%;
    transition: all 0.3s ease-in-out;
    text-decoration:underline;
    margin-bottom: 30px;
}
#columnas4 .link_boton::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../imag/v1/icon/portadas/right.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    user-select: none;
}
#columnas4 .link_boton {
    font-family: var(--font-bold);
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--color-white);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    background:  var(--color-dark-blue);
    border-radius: 50px;
    width: max-content;
    margin: 0 0 24px 24px;
    line-height: 1.5;
}
#columnas4 .link_boton:hover {
    color: var(--color-black);
    background:  var(--color-eco-blue);
}
#columnas4 .link_boton:hover::after{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7460%) hue-rotate(333deg) brightness(105%) contrast(108%);
}
@media only screen and (max-width: 1490px) {
    #columnas4 .cont_column{
        gap: 16px;
        width: 100%;
    }
    #columnas4 ul{
        margin-inline: 50.5px 16.5px;
        /*min-height: 272px;*/
    }
    #columnas4 li{
        font-size: 13px;
        line-height: 20px;
    }
    #columnas4 li::before{
        width: 18px;
        height: 18px;
        background-size: 18px;
        left: -32px;
    }
    #columnas4 .link{
        font-size: 14px;
        line-height: 17px;
        width: 87.5%;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    #columnas4 .cont_column{
        width:100%;
    }
    #columnas4 ul {
        margin-inline: 42.5px 16.5px;
    }
    #columnas4 li {
        font-size: 12px;
        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;
    }
}
@media only screen and (max-width: 768px) {
#columnas4 .cont-tit .tit{
    margin: 0;
    margin-bottom: 0px;
    font-size: 1.5rem;
}
#columnas4 .link_boton {
 width:auto;   
    margin: 0 24px 24px 24px;
}
}
/*
@media only screen and (max-width: 768px) {
    #columnas4 .cont_column{
        flex-direction: column;
        align-items: center;
    }
    #columnas4 .column{
        width: 100%;
        max-width: initial;
        min-height: initial;
    }
    #columnas4 .tit{
        margin: 16px auto;
        transition: all 0.3s ease-in-out;
    }
    #columnas4 .column .cont_visible{
        max-height: 0;
        overflow: hidden;
        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::before {
        width: 16px;
        height: 16px;
        background-size: 16px;
        left: -28px;
    }
    #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;
    }
}
*/
.cont-cards .row {
    margin-bottom: -60px;
    justify-content: space-around;
    width: 100%;
    display: flex;
}