.root {
  cursor: default;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  line-height: normal;
  letter-spacing: normal;
  min-height: 100vh;
}
.link-base {
  display: inline-block;
  text-decoration: none;
}
.list-base {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.transform-all {
  transition: all 0.3s ease-in-out;
}
.transform-all:hover {
  z-index: 1;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.white-space-nowrap {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.ellipsis {
  text-overflow: ellipsis;
}
.text-center {
  text-align: center;
}
.hidden {
  overflow: hidden;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-l-r-auto {
  margin-left: auto;
  margin-right: auto;
}
.j-c-center {
  justify-content: center;
}
.img-base {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pointer-events-none {
  pointer-events: none;
}
.g-t-r-1fr-1fr {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.icon100px {
  width: 100px;
  height: auto;
  object-fit: contain;
}
.linear-gradient {
  position: relative;
}
.linear-gradient::before {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.65) 10%,
    rgba(0, 0, 0, 0.01) 100%
  );
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.d-block {
  display: block;
}
.fz12 {
  font-size: 12px;
  line-height: normal;
}
.fz16 {
  font-size: 16px;
  line-height: normal;
}
.fz20 {
  font-size: 20px;
  line-height: normal;
}
.fz24 {
  font-size: 24px;
  line-height: normal;
}
.fz28 {
  font-size: 28px;
  line-height: normal;
}
.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}
.fw400 {
  font-weight: 400;
}
.a-i-center {
  align-items: center;
}
.f-row {
  display: flex;
}
.f-column {
  display: flex;
  flex-direction: column;
}
.bg-003869 {
  background: #003869;
}
.bg-005da4 {
  background: #005da4;
}
.color-white {
  color: rgb(255, 255, 255);
}
.color-black {
  color: rgb(0, 0, 0);
}
.color-rgb162-172-179 {
  color: rgb(162, 172, 179);
}
.h-opacity-07:hover {
  opacity: 0.7;
}
.header {
  background: #005ea4;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-top: 36px;
  padding-bottom: 36px;
  row-gap: 36px;
}
.footer {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background: #005ea4;
  align-items: center;
  padding-bottom: 24px;
}
.logo-icon {
  object-fit: contain;
  height: 60px;
  width: 260px;
}
.icon55px {
  width: 55px;
  height: auto;
  object-fit: contain;
}
.f-wrap-wrap {
  flex-wrap: wrap;
}
.a-s-flex-start {
  align-self: flex-start;
}
.c-gap-12px {
  column-gap: 12px;
}
.p6px {
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.r-gap-24px {
  row-gap: 24px;
}
.c-gap-24px {
  column-gap: 24px;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.p12px {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
}
.r-gap-36px {
  row-gap: 36px;
}
.b-r-50px {
  border-radius: 50px;
}
.c-gap-36px {
  column-gap: 36px;
}
.position-center {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.j-i-center {
  justify-items: center;
}
.g-t-c-1fr-auto-1fr {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.relative {
  position: relative;
}
.hero-linear-gradient {
  position: relative;
}
.hero-linear-gradient::before {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.absolute {
  position: absolute;
}
.b0-l0 {
  bottom: 0;
  left: 0;
}
.fz40 {
  font-size: 40px;
  line-height: normal;
}
.h-underline:hover {
  text-decoration: underline;
}
.g-c-span3 {
  grid-column: span 3;
}
.p24px {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
}
.title-overline {
  position: relative;
}
.title-overline::before {
  content: "";
  background: #005ea4;
  width: 10%;
  height: 2px;
  position: absolute;
  top: -10px;
  left: 0;
}
.p24px-0px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.p12px-36px {
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.w-80 {
  width: 80%;
}
.icon35px {
  width: 35px;
  height: auto;
  object-fit: contain;
}
.g-c-span2 {
  grid-column: span 2;
}
.r-gap-12px {
  row-gap: 12px;
}
.fz32 {
  line-height: normal;
  font-size: 32px;
}
.box-shadow-rgba0-0-0-005 {
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.05);
}
.h-375px {
  height: 375px;
}
.g-t-c-repeat4-1fr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.b-bottom-1px-solid-ddd {
  border: 1px solid #ddd;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.h-filter-brightness-90 {
}

.h-box-shadow-rgba0-0-0-009:hover {
  box-shadow: 0px 5px 7px 2px rgba(0, 0, 0, 0.09);
}
.f-1-1-auto {
  flex: 1 1 auto;
}
.j-c-space-between {
  justify-content: space-between;
}
.bg-white {
  background: white;
}
.b-1px-solid-f2f2f2 {
  border: 1px solid #f2f2f2;
}
.g-r-span2 {
  grid-row: span 2;
}
.h-gallery {
  grid-row: span 2;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
}
.h-gallery:hover {
  transform: scale(1.05);
  border-radius: 24px;
}
.btn-player {
  background: url("https://club-deportivo.cl/assets/img/04682839c9e43bda88c630f4deac423e.webp")
      no-repeat 55% 50%/35%,
    #005ea4;
  border-radius: 12px;
  border-style: none;
  width: 55px;
  height: 55px;
  z-index: 1;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.btn-player:hover {
  filter: brightness(85%);
}
.h-550px {
  height: 550px;
}
.h-800px {
  height: 800px;
}
.fz14 {
  font-size: 14px;
  line-height: normal;
}
.b-r-24px {
  border-radius: 24px;
}
.b-r-12px {
  border-radius: 12px;
}

.sponsor-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.h-scale103:hover {
  transform: scale(1.03);
}
.m-r-auto {
  margin-right: auto;
}
.table-layout-fixed {
  table-layout: fixed;
}
.w-50 {
  width: 50%;
}
.j-c-flex-end {
  justify-content: flex-end;
}
.icon20px {
  width: 20px;
  height: auto;
  object-fit: contain;
}
.a-i-flex-start {
  align-items: flex-start;
}
.h-bg-rgb128-128-128--50:hover {
  background: rgb(128 128 128 / 50%);
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* кількість рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper {
  width: 100%;
}
.results .swiper-wrapper .swiper-slide {
  height: auto;
}

@media (min-width: 1201px) {
  .matches .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
    gap: 24px;
  }
  .teams .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
  }
  .results .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
    gap: 24px;
  }
}
