.contenedor-descargables{display:flex;flex-direction:column;width:100%}.descargables__etiquetas{align-items:center;display:flex;gap:16px;justify-content:center;width:100%}.descargables__etiquetas button{background:#000;border:none;border-radius:0;color:#fff;cursor:pointer;font-family:Quicksand-Regular;font-size:18px;font-weight:400;height:42px;padding:0 25px;transition:all .3s ease}.descargables__etiquetas button:hover{background:#fc0;color:#000}.active{background:#fc0!important;color:#000!important}.descargables__tarjetas{display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;margin-top:80px}.tarjeta{background:#fff;display:flex;flex-direction:column;justify-content:flex-start;max-height:728px;max-width:423px;min-height:600px;overflow:hidden;width:30%}.tarjeta img{max-height:260px;object-fit:contain;width:100%}.tarjeta a,.tarjeta p{padding:0 25px}.tarjeta__subtitulo{color:#0092ff;font-size:12px;font-size:"Quicksand-Regular";font-weight:400;line-height:49px;margin:0;text-transform:uppercase}.tarjeta__titulo{font-family:Poppins-ExtraBold;font-size:26px;font-weight:800;letter-spacing:1.5%;line-height:30px;margin:0}.tarjeta__descripcion{font-family:Quicksand-Regular;font-size:16px;letter-spacing:1.5%;line-height:28.5px}.tarjeta__btn{border:1px solid #000;border-radius:53px;color:#000;display:block;font-family:Poppins-Bold;font-size:14px;margin:auto auto 20px 25px;max-width:186px;padding:10px 25px!important;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:186px}.tarjeta__btn:hover{background:#fc0;border:1px solid #fc0;color:#000!important}@media screen and (max-width:800px){.descargables__etiquetas{flex-wrap:wrap}.tarjeta{width:45%}.tarjeta img{max-height:190px}.tarjeta a,.tarjeta p{padding:0 20px}.tarjeta__btn{margin:20px auto 20px 20px}.tarjeta__titulo{line-height:30px}}@media screen and (max-width:500px){.descargables__etiquetas{flex-wrap:wrap;justify-content:space-between}.tarjeta{width:90%}}