.carta{
    height: 282px;
    background: white;
    border: 20px;
    box-shadow: 0 35px 80px rgb(0 0 0 / .15);
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: 0.5s;
    border-radius: 20px;
}

.carta .image{
    width: 160px;
    height: 130px;
    position: absolute;
    top: 20px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    /* left: 21%; */
    transition: 0.5s;
    box-shadow: 5px 4px 20px 4px rgb(123 149 172);
    /* border: solid 2px #333e86; */
    /* background-color: #9494cc1c; */
}
/* 
.carta .image-pagos{
    width: 200px;
    height: 137px;
    position: absolute;
    background-image: linear-gradient(-60deg, #7d5d08 0%, #cc9d7c 100%);
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 21%;
    transition: 0.5s;
}

.carta .image-japami{
    width: 200px;
    height: 137px;
    position: absolute;
    background-image: linear-gradient(-60deg, #00879b 0%, #728aa0 100%);
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 21%;
    transition: 0.5s;
}

.carta .image-predial{
    width: 200px;
    height: 137px;
    position: absolute;
    background-image: linear-gradient(-60deg, #84b691 0%, #0a3508 100%);
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 21%;
    transition: 0.5s;
}

.carta .image-facturacion{
    width: 200px;
    height: 137px;
    position: absolute;
    background-image: linear-gradient(-60deg, #5f9ef7 0%, #2d256a 100%);
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 21%;
    transition: 0.5s; */
/* } */

.contenido {
    position: absolute;
    top: 170px;
    width: 100%;
    height: 102px;
    overflow: hidden;
    padding:  0 30px;
    text-align: center;
    transition: 0.5s;
}

.contenido h2{
    color: #093766;
    font-size: 1.5rem;
    /* font-weight: 700; */
}

.carta:hover{
    height: 300px;
}

.carta:hover .image{
    top: -50px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgb(0 0 0 / .3);
}

.carta:hover .contenido{
    top: 100px;
    height: 200px;
}

/* .contenido a {
    display: inline-block;
    padding: 12px 25px;
    background: #03a9f4;
    color: white;
    font-weight: 500;
    text-decoration: none;
} */

.svg-container {
    fill: blue; /* Cambia el color de relleno del SVG */
}