.cards-canales-digitales{align-items:start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start;margin:0 auto;padding:1rem}.card-bullet{border:2px solid;border-radius:2rem 0 2rem 0;display:flex;flex-direction:row;gap:12px;height:300px;justify-content:space-between;padding:1.5rem;width:calc(50% - 20px)}.card-bullet .card-left .card-icon{align-items:center;display:flex;height:100%;justify-content:center;width:120px}.card-bullet .card-left .card-icon img{aspect-ratio:1/1;max-width:unset}.card-bullet .card-right{display:flex;flex-direction:column;gap:12px;justify-content:center;padding-left:1rem}.card-bullet .card-title{font-family:var(--ff-accent);font-size:26px}.card-bullet .card-text{font-size:18px}.card-bullet .card-cta a{font-size:20px;font-weight:700;text-decoration:none}@media screen and (max-width:1200px){.cards-canales-digitales{width:100%};.cards-canales-digitales .card-bullet{height:fit-content;width:calc(33.33% - 20px)}}@media screen and (max-width:800px){.cards-canales-digitales .card-bullet{height:fit-content;width:calc(50% - 20px)}}@media screen and (max-width:600px){.cards-canales-digitales{padding:0}.cards-canales-digitales .card-bullet{flex-direction:column;height:fit-content;padding:16px;width:100%}.cards-canales-digitales .card-bullet .card-right{padding:0}.card-bullet .card-left .card-icon{width:100%}}