.wrapper {
  box-sizing: border-box;
  overflow: hidden;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.reset {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.header {
  background: #080c3c ;
  align-items: center;
  display: flex;
  height: 80px;
}
.main {
}
.footer {
  background-image: url("https://primera-division.cl/assets/img/1c78c1957db816b0eb2e77967915a824.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 10px;
  border-color: rgb(238, 58, 36);
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.link-reset {
  cursor: pointer;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.header__logo_link {
}
.header__logo_img {
  height: 70px;
  width: 60px;
}
.header__menu {
}
.header__menu_list {
  align-items: center;
  display: flex;
}
.header__menu_link {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  align-items: center;
  display: flex;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  transition: 0.3s all easy;
}
.header__menu_link:hover {
  transition: 0.3s all easy;
  color: rgb(8, 12, 60);
  background-color: rgb(255, 255, 255);
}
.hero {
}
.hero__image_block {
  display: block;
  width: 100%;
  padding-bottom: 45%;
  position: relative;
}
.hero__image {
  object-fit: cover;
  object-position: 20% 50%;
}
.ibg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero__text_block {
  position: absolute;
  z-index: 10;
  bottom: 20%;
  left: 13%;
}
.label {
  background-color: rgb(97, 213, 198);
  color: rgb(48, 36, 100);
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 900;
  display: inline-block;
}
.big__title {
  font-size: 48px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.mb-30 {
  margin-bottom: 30px;
}
.date {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.results {
  background: #080c3c ;
  background-size: cover;
  padding-bottom: 40px;
}
.results__items {
  display: flex;
}
.result__item {
  border-style: solid;
  border-width: thin;
  border-color: rgb(48, 36, 100);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  padding-bottom: 20px;
  transition: 0.3s all;
}
.result__item:hover {
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px rgb(255, 255, 255);
  transition: 0.3s all;
}
.result__label {
  background: #61d5c6 ;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(48, 36, 100);
  border-radius: 0px 0px 10px 0px;
  width: 23%;
  height: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.time {
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 10px;
}
.team__block {
  align-items: center;
  display: flex;
  column-gap: 30px;
}
.team__logo {
  height: 60px;
  width: 60px;
}
.results__body {
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.results__score {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
}
.latest {
  background: #080c3c ;
  padding-bottom: 40px;
  padding-top: 40px;
  border-style: solid;
  border-width: 10px;
  border-color: rgb(97, 213, 198);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.contain {
}
.latest__content {
  display: grid;
  grid-template-columns: 72% 25%;
  column-gap: 50px;
}
.latest__news_section {
}
.tournament__table_section {
}
.block__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 20px;
}
.block__header_title {
  font-size: 36px;
  font-weight: 700;
  color: rgb(44, 37, 101);
  text-transform: uppercase;
}
.white-text {
  color: rgb(255, 255, 255);
}
.white-text:hover {
  color: rgb(255, 255, 255);
}
.block__header_link {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  column-gap: 10px;
  transition: 0.3s all;
}
.block__header_link:hover {
  color: rgb(97, 213, 198);
  transition: 0.3s all;
}
.news__items {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr ;
}
.latest__news {
  transition: 0.3s all;
}
.latest__news:hover {
  color: rgb(97, 213, 198);
  transition: 0.3s all;
}
.latest__image_block {
  min-width: 100%;
  padding-bottom: 65%;
  position: relative;
}
.latest__text_block {
  background-color: rgb(255, 255, 255);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  height: 200px;
}
.latest__image {
  object-fit: cover;
}
.fs-20 {
  font-size: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.news__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(44, 37, 101);
  transition: 0.3s all;
}
.news__title:hover {
  color: rgb(97, 213, 198);
  transition: 0.3s all;
}
.date__block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  color: rgb(44, 37, 101);
}
.latest__title_block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
}
.tournament__table {
  border-width: thin;
  border-color: rgb(255, 255, 255);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.tournament__table_header {
  display: grid;
  grid-template-columns: 15% 70% 1fr;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #61d5c6 ;
}
.tournament__table_body {
  display: grid;
  grid-template-columns: 15% 70% 1fr;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  border-style: solid;
  border-width: thin;
  border-color: rgb(255, 255, 255);
  border-right-width: 0;
  border-left-width: thin;
  border-bottom-width: 0;
}
.table__team_block {
  align-items: center;
  display: flex;
  column-gap: 10px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  justify-content: flex-start;
  transition: 0.3s all;
}
.table__team_block:hover {
  color: rgb(97, 213, 198);
  transition: 0.3s all;
}
.table__team_logo {
  height: 25px;
  width: 25px;
}
.bg-turquoise {
  background: #61d5c6 ;
}
.text-black {
  color: rgb(44, 37, 101);
}
.table__ceil {
  padding-bottom: 10px;
  padding-top: 10px;
  border-width: thin;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.text__left {
  text-align: left;
}
.border-b__white {
  border-bottom-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: thin;
}
.orange-bg__link {
  background: #EE3A24 ;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: 0.3s all;
  padding-left: 20px;
  padding-right: 20px;
}
.orange-bg__link:hover {
  background: #61d5c6 ;
  transition: 0.3s all;
  color: rgb(44, 37, 101);
}
.which {
  background: #f8f4f4 ;
  padding-bottom: 30px;
  padding-top: 30px;
}
.bg-white {
  background-color: rgb(255, 255, 255);
}
.which__text_block {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.which__title {
  font-size: 36px;
  font-weight: 700;
  color: rgb(44, 37, 101);
  text-transform: uppercase;
}
.dsp-block {
  display: block;
}
.banner__image_block {
}
.banner__image {
  width: 100%;
}
.banner {
  background: #f8f4f4 ;
  padding-bottom: 60px;
}
.things {
  background: #f8f4f4 ;
  padding-bottom: 60px;
}
.things__items {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr ;
}
.things__item {
  position: relative;
}
.things__image_block {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.things__text_block {
  position: absolute;
  top: 30px;
  left: 30px;
  color: rgb(255, 255, 255);
  z-index: 10;
}
.things__image {
  object-fit: cover;
}
.things__subtitle {
  font-size: 16px;
  font-weight: 500;
}
.things__btitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.things__link_block {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.video {
  background: #f8f4f4 ;
  padding-bottom: 60px;
}
.text-dark__blue {
  color: rgb(44, 37, 101);
}
.video__items {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr ;
}
.video__item {
  position: relative;
  transition: 0.3s all;
}
.video__item:hover {
  color: rgb(238, 58, 36);
  transition: 0.3s all;
}
.video__image-block {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 15px;
}
.video__text-block {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
.video__image {
  object-fit: cover;
}
.play__icon {
  position: absolute;
  height: 30%;
  left: 39%;
  top: 34%;
  transition: 0.3s scale ;
}
.play__icon:hover {
  scale: 1.1;
  transition: 0.3s scale ;
}
.video__title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news {
  background: #f8f4f4 ;
  padding-bottom: 60px;
}
.sponsors {
  background: #f8f4f4 ;
  padding-bottom: 60px;
}
.sponsors__items {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}
.sponsors__item {
  opacity: 0.8;
  transition: 0.3s all;
}
.sponsors__item:hover {
  opacity: 1;
  transition: 0.3s all;
}
.sponsors__image {
  max-width: 171px;
}
.NewClass-93 {
}
.footer__top {
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer__bottom {
  border-style: solid;
  border-width: thin;
  border-color: rgb(255, 255, 255);
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__top_content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.footer__top_menu {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-basis: 60%;
}
.footer-top__logo {
  height: 150px;
}
.footer-menu_item {
  color: rgb(255, 255, 255);
}
.footer-menu_title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-menu__link {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s all;
  display: block;
  margin-bottom: 5px;
}
.footer-menu__link:hover {
  color: rgb(238, 58, 36);
  transition: 0.3s all;
}
.footer__bottom_text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.hero-news__text_block {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.fs-40 {
}
.hero-news__title {
  font-size: 40px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fs-18 {
  font-size: 18px;
}
.bg__light-grey {
  background: #f8f4f4 ;
}
.news-block__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  column-gap: 10px;
}
.post__section {
}
.post__image_block {
  width: 100%;
  padding-bottom: 30%;
  position: relative;
}
.post__image {
  object-fit: cover;
}
.post {
}
.post__text_section {
  background-color: rgb(255, 255, 255);
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  transform: translateY(-100px);
}
.post__text_block {
}
.post__date_block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(192, 192, 192);
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.post__date_text {
  color: rgb(115, 115, 115);
  font-weight: 600;
}
.post__link {
  font-size: 16px;
  font-weight: 700;
  color: rgb(44, 37, 101);
  transition: 0.3s all;
}
.post__link:hover {
  color: rgb(238, 58, 36);
  transition: 0.3s all;
}
.share__icon {
  cursor: pointer;
}
.post__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(44, 37, 101);
}
.post__text {
  font-size: 20px;
  font-weight: 500;
  color: rgb(44, 37, 101);
}
.translate-top {
  transform: translateY(-30px);
}
.play__btn {
  position: absolute;
  height: 200px;
  top: 23%;
  left: 43%;
  transition: 0.3s scale;
  cursor: pointer;
}
.play__btn:hover {
  transition: 0.3s scale;
  scale: 1.1;
}
.tornament__section {
  margin-bottom: 60px;
}
.mar-bot__5 {
  margin-bottom: 5px;
}
.bor-bot-red {
  border-style: solid;
  border-width: 5px;
  border-color: rgb(238, 58, 36);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.pt-10 {
  padding-top: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.table__tournament {
}
.table__tournament_header {
  background: #302464 ;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 5% 30% repeat(10, 1fr);
}
.table__tournament_body {
  display: grid;
  grid-template-columns: 5% 30% repeat(10, 1fr);
  font-size: 18px;
  font-weight: 500;
  color: rgb(44, 37, 101);
  text-align: center;
  text-transform: uppercase;
  border-style: solid;
  border-width: thin;
  border-color: rgb(192, 192, 192);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  background-color: rgb(255, 255, 255);
  align-items: center;
}
.text-left {
  text-align: left;
}
.text-bold {
  font-weight: 700;
}
.table__cei {
}
.ceil-table {
  padding-bottom: 10px;
  padding-top: 10px;
}
.team_block {
  align-items: center;
  display: flex;
  column-gap: 5px;
  transition: 0.3s all;
}
.team_block:hover {
  color: rgb(238, 58, 36);
  transition: 0.3s all;
}
.logo {
}
.form {
  align-items: center;
  display: flex;
  column-gap: 3px;
  justify-content: center;
}
.form__item {
  align-items: center;
  display: flex;
  background: #009944 ;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  height: 24px;
  width: 24px;
  color: rgb(255, 255, 255);
}
.mar-left-5 {
  margin-left: 5px;
}
.bg-red {
  background-color: rgb(235, 5, 5);
}
.match__section {
}
.match__date {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(44, 37, 101);
  text-transform: uppercase;
}
.match__item {
  background-color: rgb(255, 255, 255);
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.match__date_block {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: rgb(44, 37, 101);
  font-weight: 500;
  margin-bottom: 20px;
}
.match__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.big__logo_block {
}
.match__center {
  align-items: center;
  display: flex;
  column-gap: 60px;
}
.big__logo_img-opacity-left {
  position: absolute;
  opacity: 0.1;
  top: 30%;
  left: 10%;
}
.big__logo_img {
  height: 100px;
}
.team__name_block {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(44, 37, 101);
  position: relative;
}
.team__last_results {
  position: absolute;
  top: -25px;
}
.match__score {
  font-size: 35px;
  font-weight: 700;
  color: rgb(44, 37, 101);
  background: #61d5c6 ;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 45px;
  padding-bottom: 5px;
}
.NewClass-153 {
}
.team__last_results-right {
  position: absolute;
  right: 0;
  top: -25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.match__links {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.gallery {
  margin-bottom: 50px;
}
.gallery__items {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
}
.gallery__text_block {
  color: rgb(8, 12, 60);
}
.gallery__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: rgb(44, 37, 101);
  text-transform: uppercase;
  transition: 0.3s all;
}
.gallery__title:hover {
  color: rgb(238, 58, 36);
  transition: 0.3s all;
}
.history__section {
  margin-bottom: 50px;
}
.history__block {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.history__list {
  font-size: 20px;
  color: rgb(44, 37, 101);
  font-weight: 500;
}
.history__image_block {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
.history__image {
  object-fit: cover;
  object-position: 50% 8%;
}
.grid-one-fr {
  grid-template-columns: 1fr;
}
.contact__section {
  margin-bottom: 60px;
  background: #302464 ;
  padding-bottom: 30px;
  padding-top: 30px;
}
.contact__block {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.NewClass-169 {
}
.contact__title {
  font-size: 24px;
  text-transform: uppercase;
}
.NewClass-171 {
}
