.welcome-asesor{padding:30px 20px;text-align:center}.welcome-asesor h1{color:#036;font-size:24px;font-weight:500;margin-bottom:40px}.welcome-asesor .cards-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:1200px}.welcome-asesor .card{box-sizing:border-box;color:#036;cursor:pointer;height:350px;overflow:hidden;perspective:1000px;position:relative;width:250px}.welcome-asesor .card a{border-radius:20px;color:inherit;display:block;height:100%;overflow:hidden;position:relative;text-decoration:none;width:100%}.welcome-asesor .card-inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.welcome-asesor .card:hover .card-inner{transform:rotateY(180deg)}.welcome-asesor .card-back,.welcome-asesor .card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:hsla(0,0%,100%,.9);border-radius:17px;box-shadow:12px 17px 51px rgba(0,0,0,.22);height:100%;overflow:hidden;position:absolute;transition:all .5s;width:100%}.welcome-asesor .card-front{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:0}.welcome-asesor .title-container{background:#ffa400;bottom:0;padding:15px;position:absolute;width:100%;z-index:2}.welcome-asesor .card-front .card-title{color:#fff;font-size:18px;font-weight:700;margin:0;z-index:2}.welcome-asesor .card-image{background-position:50%;background-size:cover;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.welcome-asesor .card-back{align-items:center;background:#ffa400;display:flex;flex-direction:column;justify-content:center;padding:20px 15px;transform:rotateY(180deg)}.welcome-asesor .card-back .card-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px 15px}.welcome-asesor .card-back .card-title{color:#fff;font-size:20px;font-weight:700;margin:0 0 20px}.welcome-asesor .card-back .card-description{color:#fff;font-size:16px;font-weight:400;margin:0 0 30px;text-align:center}.welcome-asesor .button-container{display:flex;justify-content:center;margin-top:auto;width:100%}.welcome-asesor .ver-mas-btn{background-color:#fff;border-radius:8px;color:#00366d;cursor:pointer;font-size:14px;font-weight:700;padding:8px 20px;transition:all .3s ease}.welcome-asesor .ver-mas-btn:hover{background-color:#e0e0e0;transform:scale(1.05)}.welcome-asesor .card:active{transform:none}@media screen and (max-width:768px){.welcome-asesor .card{height:290px;width:230px}.welcome-asesor .card-title{font-size:16px}.welcome-asesor .card-description{font-size:14px}.welcome-asesor .ver-mas-btn{font-size:13px;padding:6px 15px}}@media screen and (max-width:480px){.welcome-asesor .cards-container{gap:20px}.welcome-asesor .card{height:260px;width:190px}.welcome-asesor .card-description{font-size:13px}}