.workshops{padding:3rem 0 8rem}.workshops__header{text-align:center;margin-bottom:3rem}.workshops__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.workshops__filters--container{min-height:200px;transition:all .5s ease-in-out;position:relative}@media (max-width:640px){.workshops__filters--container{min-height:100px}}.workshops__filters--group{transition:all .5s ease-in-out;display:none}.workshops__filters--header{z-index:10;transition:all .4s ease-in-out;position:absolute}.workshops__filters--header__inactive{left:50%;transform:translate(-50%)}.workshops__filters--header__active{left:0;transform:translate(0)}@media (max-width:640px){.workshops__filters--header__active{transform:translateY(-100%)}}.workshops__filters--button{color:#fff;cursor:pointer;background-color:#017c84;border-radius:50%;padding:1.5rem 1rem;font-weight:600;transition:background-color .2s}.workshops__filters--button:hover{background-color:#01333c}@media (max-width:640px){.workshops__filters--button{padding:1rem .5rem;font-size:.875rem}}.workshops__filters--active{animation:.5s ease-in both slideLeft;display:block}.workshops__filter{color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s,border-color .2s}.workshops__filter:hover{color:#017c84;border-color:#017c84}.workshops__filter--active{color:#fff;background-color:#017c84;border-color:#017c84}.workshops__filter--active:hover{color:#fff}.workshops__list{flex-flow:column wrap;align-items:center;gap:2rem;display:flex}@media (min-width:768px){.workshops__list{flex-direction:row}}.workshops__status{text-align:center;color:#6b7280;padding:2rem 0;font-size:1rem}.workshops__pagination{justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}.workshops__page-btn{color:#1f2937;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s,border-color .2s;display:inline-flex}.workshops__page-btn:hover:not(:disabled){color:#017c84;border-color:#017c84}.workshops__page-btn:disabled{opacity:.5;cursor:not-allowed}.workshops__page-info{color:#6b7280;font-size:.875rem;font-weight:500}.workshops__footer{justify-content:center;margin-top:3rem;display:flex}.workshops__link{color:#fff;cursor:pointer;background-color:#017c84;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.workshops__link:hover{background-color:#012825}.workshops__link{align-items:center;gap:.5rem;display:inline-flex}.workshops__link svg{transition:transform .2s}.workshops__link:hover svg{transform:translate(4px)}.workshop-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;justify-content:space-between;height:32rem;transition:box-shadow .2s;display:flex;overflow:hidden}.workshop-card__list{list-style:circle}.workshop-card__italic{font-size:.75rem;font-style:italic}@media (min-width:768px){.workshop-card{width:30%}}.workshop-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.workshop-card__image{flex-shrink:0;width:100%!important;height:35%!important}.workshop-card__img{object-fit:cover;width:100%;height:100%}.workshop-card__content{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex}.workshop-card__header{height:25%;overflow:hidden}.workshop-card__category{text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.workshop-card__title{color:#1f2937;font-size:1.125rem;font-weight:600}.workshop-card__description{color:#4b5563;height:50%;font-size:.875rem;line-height:1.6}.workshop-card__meta{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:.5rem;padding-top:1rem;display:flex}.workshop-card__meta-item{color:#6b7280;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.workshop-card__meta-item svg{color:#9ca3af}.workshop-card__actions{color:#fff;cursor:pointer;background-color:#017c84;border:none;border-radius:9999px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:auto;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.workshop-card__actions:hover{background-color:#012825}.workshop-card__actions-full{cursor:not-allowed}.workshop-card__actions-full:hover{background-color:#017c84}.workshop-card__reference{color:#4b5563;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:5rem;margin-left:auto;padding:.25rem .75rem;font-size:.875rem;display:inline-block}.workshop-list{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:space-between;width:100%;height:25rem;transition:box-shadow .2s;display:flex;overflow:hidden}.workshop-list .workshop-card__list{list-style:circle}.workshop-list .workshop-card__italic{font-size:.75rem;font-style:italic}@media (min-width:768px){.workshop-list .workshop-card{width:30%}}.workshop-list .workshop-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.workshop-list .workshop-card__image{flex-shrink:0;width:30%!important;height:100%!important}.workshop-list .workshop-card__img{object-fit:cover;width:100%;height:100%}.workshop-list .workshop-card__content{padding:.5rem 1rem}.workshop-list .workshop-card__actions{align-self:flex-end}@keyframes slideRight{0%{opacity:1;transform:translate(0)}to{opacity:0;display:none;transform:translate(-250px)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-250px)}to{opacity:1;transform:translate(0)}}
