/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[9].use[0]!./src/blocks/educational-posts/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* Screen Sizes
*/
/* news */
/* mobile */
/* tablet */
/* desktop */
/**
* Breakpoints - Media Queries
*/
/**
 * Font Weight
 */
/**
 * Typography
 */
/**
 * Funções Utilitárias
 */
.ca {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
}

.flex-col-start-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-blocks-educational-posts .educational-posts {
  padding-top: 56px;
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-educational-posts .educational-posts {
    padding-top: 24px;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__title-container {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__title-container {
    padding: 80px 0;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__main-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  color: var(--wp--preset--color--grey-900);
  margin: 0;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__main-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__main-title {
    font-size: 36px;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__wrapper {
  overflow: hidden;
}

.wp-block-theme-blocks-educational-posts .educational-posts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__header {
    gap: 16px;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__count {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: var(--wp--preset--color--grey-500);
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: var(--wp--preset--color--grey-400);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button {
    padding: unset;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button__prefix {
  color: var(--wp--preset--color--grey-400);
  position: relative;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button__prefix {
    display: none;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button__value {
  font-weight: 600;
  color: var(--wp--preset--color--tertiary-800);
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button svg {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--wp--preset--color--tertiary-800);
  position: relative;
  transform-origin: center;
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button:hover:before {
  opacity: 1;
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button:hover .sort-button__value {
  transform: translateX(4px);
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button:hover svg {
  transform: translateY(2px);
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button[data-current=featured] svg {
  transform: rotate(180deg);
}

.wp-block-theme-blocks-educational-posts .educational-posts__sort .sort-button[data-current=featured]:hover svg {
  transform: rotate(180deg) translateY(-2px);
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__title {
    font-weight: 600;
    font-size: var(--wp--preset--font-size--title-sm, 1.75rem) !important;
    line-height: 120%;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1024px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__posts {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 1rem 0;
    margin: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    width: 100%;
  }
  .wp-block-theme-blocks-educational-posts .educational-posts__posts::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }
  .wp-block-theme-blocks-educational-posts .educational-posts__posts > * {
    flex: 0 0 calc(100vw - 80px);
    min-width: calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    scroll-snap-align: start;
    margin-right: 1rem;
  }
  .wp-block-theme-blocks-educational-posts .educational-posts__posts > *:last-child {
    margin-right: 0;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__posts > * {
  border: 1px solid var(--wp--preset--color--primary-100);
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__posts {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__posts li {
  margin: 0 !important;
  height: 100%;
}

.wp-block-theme-blocks-educational-posts .educational-posts__navigation {
  display: none;
}

@media (max-width: 768px) {
  .wp-block-theme-blocks-educational-posts .educational-posts__navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.wp-block-theme-blocks-educational-posts .educational-posts__nav-buttons {
  display: flex;
  gap: 25px;
  align-items: center;
}

.wp-block-theme-blocks-educational-posts .educational-posts__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  color: #606060;
}

.wp-block-theme-blocks-educational-posts .educational-posts__nav-button:hover {
  color: #000;
}

.wp-block-theme-blocks-educational-posts .educational-posts__nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.wp-block-theme-blocks-educational-posts .educational-posts__nav-button svg {
  width: 20px;
  height: 20px;
}

.wp-block-theme-blocks-educational-posts .educational-posts__progress {
  width: 100%;
  height: 2px;
  background: #E5E5E5;
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}

.wp-block-theme-blocks-educational-posts .educational-posts__progress-bar {
  height: 100%;
  background: var(--wp--preset--color--tertiary-400);
  width: 0;
  transition: width 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.wp-block-theme-blocks-educational-posts .educational-posts__empty {
  text-align: center;
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 4px;
}

/*# sourceMappingURL=style-index.css.map*/