.root {
  background: #000000;
  cursor: default;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
}
.header {
  background: #004592;
}
.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.footer {
  display: flex;
  flex-direction: column;
}
.hover-color-2183185 {
}
.hover-color-2183185:hover {
  color: rgb(2, 183, 185);
}
.list-base {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.link-base {
  text-decoration: none;
  display: inline-block;
}
.p12px {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
}
.p24px {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
}
.p6px {
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
  line-height: normal;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
  line-height: normal;
}
.fz20 {
  font-size: 20px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
.margin-l-r--auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-t-b-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.margin-r-auto {
  margin-right: auto;
}
.hover-filter-brightness90 {
}
.hover-filter-brightness90:hover {
  filter: brightness(90%);
}
.transform-all {
  transition: all 0.3s ease-in-out;
}
.flex-row {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.color-white {
  color: rgb(255, 255, 255);
}
.fw700 {
  font-weight: 700;
}
.fw400 {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.display-block {
  display: block;
}
.box-shadow-0-2-5 {
  box-shadow: 0px 2px 5px inset;
}
.box-shadow-0-2-5:hover {
}
.column-gap-24px {
  column-gap: 24px;
}
.logo-img {
  width: 100px;
  object-fit: contain;
  height: auto;
}
.row-gap-24px {
  row-gap: 24px;
}
.bg-rgba22042061 {
  background: rgba(2, 204, 206);
}
.p6px-12px {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.border-radius-20px {
  border-radius: 20px;
}
.align-self-flex-start {
  align-self: flex-start;
}
.justify-contant-space-between {
  justify-content: space-between;
}
.margin-botton-0 {
  margin-bottom: 0;
}
.icon15px {
  width: 15px;
  height: auto;
  object-fit: contain;
}
.img-base {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-template-columns-repeat3-1fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.border-bottom-1px-fff {
  border: 1px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.color-746d69 {
  color: rgb(116, 109, 105);
}
.hover-bg-b71515:hover {
  background: rgba(2, 183, 185, 0.75);
}
.p12px-0px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.height-100percents {
  height: 100%;
}
.flex-1-1-auto {
  flex: 1 1 auto;
}
.justify-content-center {
  justify-content: center;
}
.margin-right-12px {
  margin-right: 12px;
}
.hidden {
  overflow: hidden;
}
.grid-template-columns-65-auto {
  grid-template-columns: 65% auto;
  display: grid;
}
.bg-013f76 {
  background: rgb(1 63 118 / 90%);
}
.p24px-0px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.color-black {
  color: rgb(0, 0, 0);
}
.fz26 {
  font-size: 26px;
}
.rouded-picture {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.align-self-flex-end {
  align-self: flex-end;
}
.grid-template-rows-1fr-1fr {
  grid-template-rows: repeat(2, 1fr);
}
.fz36 {
  font-size: 36px;
  line-height: normal;
}
.width-65pecents {
  width: 65%;
}
.grid-template-columns-1fr-1fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-template-columns-repeat4-1fr {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.img-sponsor {
  object-fit: contain;
  width: 175px;
  height: 75px;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}
.fz48 {
  font-size: 48px;
  line-height: normal;
}
.justify-contant-space-evenly {
  justify-content: space-evenly;
}
.p12px-36px {
  padding-top: 12px;
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 12px;
}
.relative {
  position: relative;
}

.linear-gradient-1 {
  background: linear-gradient(
    0deg,
    rgba(2, 204, 206, 1) 0%,
    rgba(2, 204, 206, 0.55) 90%,
    rgba(2, 204, 206, 0) 100%
  );
}
.linear-gradient-2 {
  background: linear-gradient(
    180deg,
    rgba(2, 204, 206, 1) 0%,
    rgba(2, 204, 206, 0.55) 90%,
    rgba(2, 204, 206, 0) 100%
  );
}
.linear-gradient-3 {
  background: linear-gradient(
    0deg,
    rgba(2, 183, 185, 0) 0%,
    rgba(2, 183, 185, 0.9) 50%,
    rgba(2, 183, 185, 1) 100%
  );
}
.footer-bg-linear-gradient-footer {
  background: linear-gradient(
    0deg,
    rgba(1, 63, 118, 1) 0%,
    rgba(1, 63, 118, 1) 50%,
    rgba(1, 88, 132, 1) 65%,
    rgba(2, 183, 185, 1) 100%
  );
}
.footer-bg-linear-gradient-middle {
  background: linear-gradient(
    0deg,
    rgba(2, 183, 185, 1) 0%,
    rgba(2, 183, 185, 1) 50%,
    rgba(2, 204, 206, 1) 100%
  );
}
.hover-box-shadow-inset:hover {
  box-shadow: 0px 2px 5px rgb(2, 183, 185) inset;
}
.width-100percent {
  width: 100%;
}
.width-100percent:hover {
}
.grid-column-span-2 {
  grid-column: span 2;
}
.grid-row-span-2 {
  grid-row: span 2;
}
.btn-player {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-style: none;
  background: url("https://panamericanos-juegos.cl/assets/img/a58e75f2c60bd2a8b7dd0402c2d98582.png")
    no-repeat center/96%;
}
.border-bottom-1px-f5f5f5 {
  border: 1px solid #f5f5f5;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.grid-template-columns-25-auto {
  grid-template-columns: 25% auto;
  display: grid;
}
.height-150px {
  height: 150px;
}
.grid-template-columns-1fr-120px-1fr-20 {
  display: grid;
  grid-template-columns: 1fr 120px 1fr 20%;
}
.justify-items-center {
  justify-items: center;
}
.icon-100 {
  height: 100px;
  width: 100px;
  object-fit: cover;
}
.column-gap-12px {
  column-gap: 12px;
}
.row-gap-12px {
  row-gap: 12px;
}
.icon55px {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.justify-content-space-around {
  justify-content: space-around;
}
.box-shadow-0px-1px-5px-1px-rgba0-0-0-05 {
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.b-r-3px {
  border-radius: 3px;
}
.widht-85 {
  width: 85%;
}
.h-500px {
  height: 500px;
}

.blue-bar {
  position: relative;
  overflow: hidden;
}
.blue-bar:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
  background: #004592;
  z-index: 10;
  transform: translateY(100%); /* повністю за межами */
  transition: transform 1.2s cubic-bezier(0.23, 1.25, 0.46, 1);
  will-change: transform;
}
.blue-bar:hover:before {
  transform: translateY(0);
}

.stats-overview {
  position: relative;
}

.stats-overview::after {
  background: #d8d8d8;
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

.blink-dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background: #00ff00;
  border-radius: 50%;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-top: 3px solid #00ff00;
  border-left: 3px solid #00ff00;
}
.featured::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-bottom: 3px solid #00ff00;
  border-right: 3px solid #00ff00;
}
.swiper {
  width: 100%;
}
.breadcrumbs {
  padding-bottom: 16px;
}
.breadcrumbs-list {
  display: flex;
  margin-bottom: 0;
}
.breadcrumbs-list-item {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.breadcrumbs-list-item + .breadcrumbs-list-item::before {
  content: "/";
  margin: 0 8px;
  color: #fff;
}
.breadcrumbs-list-item-link {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.breadcrumbs-list-item-link:hover {
  color: #00ff00;
}
.breadcrumbs-list-item-active {
  color: #00ff00;
}
.header-link--active {
  background: #00ff00 !important;
  color: #000000 !important;
}
.text-hover:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .postVideos .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    transform: none !important;
    width: 100% !important;
  }

  .postVideos .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .postVideos .swiper-slide {
    height: 164px;
  }
}
@media (max-width: 320px) {
  .postVideos .swiper-slide {
    height: 120px;
  }
}
