:root {
  --banner-section-bg-color: rgb(22, 22, 22);
  --banner-section-text-color: whitesmoke;
  --presentation-section-bg-color: whitesmoke;
  --presentation-section-text-color: #5E6469;
  --testimonials-section-bg-color: rgb(22, 22, 22);
  --testimonials-section-text-color: whitesmoke;
  --events-section-bg-color: whitesmoke;
  --events-section-text-color: #5E6469;
  --achievements-section-bg-color: #f5f5f5;
  --achievements-section-text-color: #161616;
  --products-section-bg-color: #f5f5f5;
  --products-section-text-color: #161616;
  --socials-section-bg-color: rgb(22, 22, 22);
  --socials-section-text-color: whitesmoke;
  --posts-section-bg-color: whitesmoke;
  --posts-section-text-color: #5E6469;
  --footer-section-bg-color: rgb(22, 22, 22);
  --footer-section-text-color: whitesmoke;
  --accent-color: #0D9488; }

.section-banner-colors {
  background-color: var(--banner-section-bg-color);
  color: var(--banner-section-text-color); }

.section-presentation-colors {
  background-color: var(--presentation-section-bg-color);
  color: var(--presentation-section-text-color); }

.section-testimonials-colors {
  background-color: var(--testimonials-section-bg-color);
  color: var(--testimonials-section-text-color); }

.section-events-colors {
  background-color: var(--events-section-bg-color);
  color: var(--events-section-text-color); }

.section-achievements-colors {
  background-color: var(--achievements-section-bg-color);
  color: var(--achievements-section-text-color); }

.section-products-colors {
  background-color: var(--products-section-bg-color);
  color: var(--products-section-text-color); }

.section-socials-colors {
  background-color: var(--socials-section-bg-color);
  color: var(--socials-section-text-color); }

.section-posts-colors {
  background-color: var(--posts-section-bg-color);
  color: var(--posts-section-text-color); }

.section-footer-colors {
  background-color: var(--footer-section-bg-color);
  color: var(--footer-section-text-color); }

.section-white {
  background-color: whitesmoke;
  color: #333; }

.section-black {
  color: whitesmoke; }

.text-title {
  font-size: 60px;
  margin-bottom: 60px; }

.text-paragraph {
  font-size: 18px; }

.text-small {
  font-size: 14px; }

.text-title-secondary {
  font-size: 34px;
  margin-bottom: .25rem; }

@media (max-width: 767px) {
  .text-title {
    font-size: 34px;
    margin-bottom: 40px; }
  .text-paragraph {
    font-size: 18px; }
  .text-small {
    font-size: 14px; }
  .text-title-secondary {
    font-size: 24px; } }

.content-page {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
  color: #333; }
  .content-page * {
    color: inherit; }
  .content-page a {
    text-decoration: underline; }

.content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  margin-bottom: 3rem; }
  .content-list--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem; }

.content-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.content-back-link {
  display: inline-block;
  color: whitesmoke;
  text-decoration: none;
  background-color: #1a1a1a;
  padding: .5rem 1.25rem;
  border-radius: .25rem; }
  .content-back-link:hover {
    background-color: #333;
    color: whitesmoke; }

.content-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 2rem; }
  .content-search input[type="text"] {
    padding: .5rem .75rem;
    border: 1px solid #ccc;
    border-radius: .25rem;
    min-width: 240px; }
  .content-search input[type="submit"] {
    color: whitesmoke;
    background-color: #1a1a1a;
    border: none;
    padding: .5rem 1.25rem;
    border-radius: .25rem;
    cursor: pointer; }
    .content-search input[type="submit"]:hover {
      background-color: #333; }
  .content-search .content-search-clear {
    display: flex;
    align-items: center;
    color: #666;
    text-decoration: underline; }
    .content-search .content-search-clear:hover {
      color: #333; }

.nav-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem; }
  .nav-pagination .pagination {
    display: flex;
    flex-wrap: wrap; }
    .nav-pagination .pagination a,
    .nav-pagination .pagination span.page.current {
      padding: 7px 16px 6px !important;
      margin-right: 0 !important;
      background-image: unset !important;
      box-shadow: unset !important;
      border: 1px solid #dee2e6 !important; }
    .nav-pagination .pagination a:hover {
      background-color: #e9ecef !important;
      color: #212529 !important; }
    .nav-pagination .pagination .active > .page-link {
      background-color: #212529 !important; }
      .nav-pagination .pagination .active > .page-link:hover {
        background-color: #131516 !important;
        color: whitesmoke !important; }
    .nav-pagination .pagination .next, .nav-pagination .pagination .prev, .nav-pagination .pagination .first, .nav-pagination .pagination .last {
      font-size: 20px; }

.content-item {
  width: 100%; }

.content-item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.content-item-main {
  width: 100%; }
  @media (min-width: 992px) {
    .content-item-main--list {
      width: 48%; } }
.content-item-date {
  margin-bottom: .75rem; }

.content-item-image {
  width: 100%;
  aspect-ratio: 2;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden; }
  .content-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .content-item-image--desktop {
    display: none; }
    @media (min-width: 992px) {
      .content-item-image--desktop {
        display: flex;
        width: 40%; } }
  .content-item-image--mobile {
    display: flex; }
    @media (min-width: 992px) {
      .content-item-image--mobile {
        display: none; } }
.event-meta {
  margin-top: 1rem; }

.event-map {
  margin-top: .25rem; }

.content-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: .5rem;
  overflow: hidden; }

.content-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover; }

.content-card-body {
  flex: 1;
  padding: 1.25rem; }

.content-card-footer {
  padding: 1rem 1.25rem;
  text-align: center;
  border-top: 1px solid #dee2e6; }

.content-card-link {
  color: inherit;
  text-decoration: underline; }

.section-posts, .posts-index,
.section-events, .events-index,
.section-achievements, .achievements-index,
.section-products, .products-index {
  padding-top: 5rem;
  background-color: whitesmoke;
  color: #333; }
