/**
 * @file
 * News style.
 */
/* stylelint-disable scss/at-import-partial-extension */
/* stylelint-disable scss/at-import-partial-extension */ /**
 * @file
 * Aspect ratio mixins.
 */
/**
 * @file
 * Centering mixin.
 *
 * Center an element orizontally, vertically or both, assuming the parent
 * element has relative or absolute position.
 * https://css-tricks.com/snippets/sass/centering-mixin/
 */
/**
 * @file
 * Globally used mixins and functions.
 *
 * Here you can add your custom SASS mixins or functions.
 */
/**
 * @file
 * Globally tools for images.
 */
/* stylelint-enable scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/**
 * @file
 * Shadows variables.
 */
/**
 * @file
 * Animations elements.
 */
@keyframes slideOutRight {
  from {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes selectedElementOpacity {
  0% {
    opacity: 100%;
  }
  10% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacityDecrease {
  from {
    opacity: 100%;
  }
  to {
    opacity: 60%;
  }
}
@keyframes selectedElementPaddingLeft {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0.75rem;
  }
  100% {
    padding-left: 0;
  }
}
@keyframes slideInFromRight {
  from {
    visibility: visible;
    transform: translate3d(32px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/**
 * @file
 * All stuff for typography.
 */
/* HEADING */
/* TEXT & CONTENT */
.node--news .categories__item {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--news .categories__title {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--news .categories__item {
  font-size: 0.875rem;
  line-height: 1.14;
}

.node--news .categories__item {
  font-weight: 700;
}

/**
 * @file
 * Buttons elements.
 *
 * Style for buttons
 */
/**
 * @file
 * Variables for links style.
 */
/**
 * @file
 * Background elements style.
 */
/**
 * @file
 * Elements for Video.
 */
/**
 * @file
 * Cards variables element style.
 */
/**
 * @file
 * Forms variables element style.
 */
/* INLINE SEARCH FORM. */
/**
 * @file
 * Search, common elements style.
 */
/**
 * @file
 * Accordion elements variables.
 */
/* stylelint-enable scss/at-import-partial-extension */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * General content in full view mode style
 */
/* stylelint-disable scss/at-import-partial-extension */
/* stylelint-disable scss/at-import-partial-extension */ /**
 * @file
 * Aspect ratio mixins.
 */
/**
 * @file
 * Centering mixin.
 *
 * Center an element orizontally, vertically or both, assuming the parent
 * element has relative or absolute position.
 * https://css-tricks.com/snippets/sass/centering-mixin/
 */
/**
 * @file
 * Globally used mixins and functions.
 *
 * Here you can add your custom SASS mixins or functions.
 */
/**
 * @file
 * Globally tools for images.
 */
/* stylelint-enable scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/**
 * @file
 * Shadows variables.
 */
/**
 * @file
 * Animations elements.
 */
@keyframes slideOutRight {
  from {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes selectedElementOpacity {
  0% {
    opacity: 100%;
  }
  10% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacityDecrease {
  from {
    opacity: 100%;
  }
  to {
    opacity: 60%;
  }
}
@keyframes selectedElementPaddingLeft {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0.75rem;
  }
  100% {
    padding-left: 0;
  }
}
@keyframes slideInFromRight {
  from {
    visibility: visible;
    transform: translate3d(32px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/**
 * @file
 * All stuff for typography.
 */
/* HEADING */
/* TEXT & CONTENT */
.node--news .categories__item {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--news .categories__title {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--news .categories__item {
  font-size: 0.875rem;
  line-height: 1.14;
}

.node--news .categories__item {
  font-weight: 700;
}

/**
 * @file
 * Buttons elements.
 *
 * Style for buttons
 */
/**
 * @file
 * Variables for links style.
 */
/**
 * @file
 * Background elements style.
 */
/**
 * @file
 * Elements for Video.
 */
/**
 * @file
 * Cards variables element style.
 */
/**
 * @file
 * Forms variables element style.
 */
/* INLINE SEARCH FORM. */
/**
 * @file
 * Search, common elements style.
 */
/**
 * @file
 * Accordion elements variables.
 */
/* stylelint-enable scss/at-import-partial-extension */
/* stylelint-disable-line scss/at-import-partial-extension */
@media (max-width: 375.98px) {
  .node--news .c-hero {
    max-height: 400px;
  }
}
.node--news .post-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
}
.node--news .post-hero .btn--share {
  margin-bottom: 0;
  background-color: #ededed;
}
.node--news .post-hero__content-inner {
  display: flex;
  align-items: center;
}
.node--news .post-hero__content-inner-left-items {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media (max-width: 575.98px) {
  .node--news .post-hero__content-inner-left-items {
    flex-direction: column;
  }
}
.node--news .post-hero__content-inner .item-wrapper {
  padding-left: 1rem;
  border-left: 1px solid #008444;
}
@media (max-width: 575.98px) {
  .node--news .post-hero__content-inner .item-wrapper {
    margin-bottom: 1.5rem;
  }
}
.node--news .post-hero__content-inner .share-wrapper {
  margin-bottom: 0;
}
.node--news .post-hero__content .value {
  font-size: 20px;
  font-weight: 700;
}
.node--news .node__content {
  padding-top: 1rem;
}
.node--news .media-gallery-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.node--news .media-gallery-wrapper .swiper-group-media img {
  max-height: 36rem;
}
@media (max-width: 375.98px) {
  .node--news .media-gallery-wrapper .swiper-group-media img {
    max-height: 23.5rem;
  }
}
.node--news .categories__wr {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: solid 1px #a5a5a5;
  border-bottom: solid 1px #a5a5a5;
}
.node--news .categories__title {
  margin-bottom: 1rem;
}
.node--news .categories__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.node--news .categories__item {
  padding: 12px 16px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #d6d6d6;
  border-radius: 20px;
}

/* stylelint-disable-line scss/at-import-partial-extension */

/*# sourceMappingURL=components.news-full.css.map */
