.vp-entradas{padding-top:var(--vp-entradas-pt, 60px);padding-bottom:var(--vp-entradas-pb, 60px)}.vp-entradas__wrapper{max-width:calc(var(--vp-container-max-width, 1340px) + var(--vp-container-padding, 48px) * 2);margin:0 auto;padding-inline:var(--vp-container-padding, 48px);display:flex;flex-direction:column;align-items:center}.vp-entradas__heading{font-family:var(--vp-font-heading, "Raleway", sans-serif);font-weight:400;font-size:45px;line-height:1.1;color:#2a2a2a;text-align:center;margin:0 0 60px}.vp-entradas__heading p{margin:0}.vp-entradas__heading strong,.vp-entradas__heading b{font-weight:800}.vp-entradas__carousel-wrap{display:flex;align-items:center;gap:16px;width:100%}.vp-entradas__arrow{width:44px;height:44px;border-radius:50%;border:1.5px solid #ddd;background:#fff;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:border-color .2s ease,color .2s ease;flex-shrink:0}.vp-entradas__arrow:hover{border-color:var(--vp-green, #418257);color:var(--vp-green, #418257)}.vp-entradas__carousel{flex:1;min-width:0;overflow:hidden;cursor:grab}.vp-entradas__carousel.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.vp-entradas__track{display:flex;gap:28px}.vp-entradas__card{flex:0 0 calc(33.333% - 28px * 2 / 3);min-width:0;overflow:hidden;border-radius:15px;display:flex;flex-direction:column;background:#fff;border:1px solid #edf2ec}.vp-entradas__card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.vp-entradas__card-img{width:100%;aspect-ratio:3 / 2;overflow:hidden;background:#f2f8f4;position:relative}.vp-entradas__card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.vp-entradas__card:hover .vp-entradas__card-img img{transform:scale(1.03)}.vp-entradas__card-badge{position:absolute;top:14px;left:14px;background:#418257;color:#fff;font-family:var(--vp-font-heading);font-weight:600;font-size:11px;line-height:1;padding:6px 12px;border-radius:100px;z-index:1}.vp-entradas__card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#c7d6c2}.vp-entradas__card-img-placeholder svg{width:40px;height:40px}.vp-entradas__card-body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.vp-entradas__card-meta{display:flex;align-items:center;gap:12px;font-family:var(--vp-font-heading);font-size:12px;color:#999}.vp-entradas__card-title{font-family:var(--vp-font-heading, "Raleway", sans-serif);font-weight:700;font-size:18px;line-height:24px;letter-spacing:.3px;color:#000;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vp-entradas__card-excerpt{font-family:var(--vp-font-heading);font-weight:400;font-size:14px;line-height:21px;color:#666;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vp-entradas__card-footer{display:flex;align-items:center;justify-content:space-between;padding:0 20px 20px;margin-top:auto}.vp-entradas__card-author{display:flex;align-items:center;gap:8px}.vp-entradas__card-avatar{width:32px;height:32px;border-radius:50%;background:#e4f1e8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vp-entradas__card-avatar svg{width:16px;height:16px;color:#418257}.vp-entradas__card-author-name{font-family:var(--vp-font-heading);font-weight:500;font-size:13px;color:#333}.vp-entradas__card-arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#418257;flex-shrink:0;transition:background .2s ease,transform .2s ease}.vp-entradas__card:hover .vp-entradas__card-arrow{background:#e4f1e8;transform:translate(2px)}.vp-entradas__card-arrow svg{width:20px;height:20px}.vp-entradas__dots{display:flex;gap:11px;align-items:center;justify-content:center;margin-top:47px}.vp-entradas__dot{width:11px;height:11px;border-radius:50%;background:#7fae7566;border:none;padding:0;cursor:pointer;transition:background-color .3s ease,width .3s ease,border-radius .3s ease}.vp-entradas__dot.is-active{background:#418257;width:22px;border-radius:6px}@media screen and (max-width:989px){.vp-entradas__heading{font-size:34px;margin-bottom:40px}.vp-entradas__track{gap:20px}.vp-entradas__card{flex:0 0 calc(50% - 10px)}.vp-entradas__card-title{font-size:16px;line-height:22px}.vp-entradas__dots{margin-top:32px}}@media screen and (max-width:749px){.vp-entradas{padding-top:28px!important;padding-bottom:28px!important}.vp-entradas__wrapper{padding-inline:16px}.vp-entradas__heading{font-size:22px;margin-bottom:16px}.vp-entradas__carousel-wrap{gap:8px}.vp-entradas__arrow{width:36px;height:36px}.vp-entradas__track{gap:16px}.vp-entradas__card{flex:0 0 75vw;max-width:300px}.vp-entradas__card-body{padding:16px}.vp-entradas__card-title{font-size:16px;line-height:22px}.vp-entradas__card-footer{padding:0 16px 16px}.vp-entradas__dots{margin-top:18px;gap:8px}.vp-entradas__dot{width:9px;height:9px}.vp-entradas__dot.is-active{width:18px}}.vp-entradas__cta-wrap{display:flex;justify-content:center;margin-top:40px}.vp-entradas__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:999px;background:var(--vp-entradas-btn-bg, #418257);color:var(--vp-entradas-btn-color, #ffffff);font-family:Raleway,sans-serif;font-size:15px;font-weight:600;line-height:1;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 4px 14px #00000014}.vp-entradas__cta:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 6px 18px #0000001f}.vp-entradas__cta-arrow{display:inline-flex;align-items:center;justify-content:center}.vp-entradas__cta-arrow svg{width:18px;height:18px}@media screen and (max-width:749px){.vp-entradas__cta-wrap{margin-top:28px}.vp-entradas__cta{padding:12px 24px;font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/vp-entradas.css.map */
