.body {
  height: 100%;
  background-color: rgb(229, 229, 229);
  position: relative;
}
.L_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-right: 8px;
  height: 100%;
  padding-left: 8px;
}
.body-inner {
  height: 100%;
  display: flex;
  column-gap: 16px;
}
.main-inner {
  flex: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}
.thrher {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.header-logo {
}
._a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.header-logo-link {
  align-items: center;
  display: flex;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  column-gap: 8px;
  transition: opacity .3s ease;
}
.header-logo-link:hover {
  opacity: 0.8;
}
.header-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.header-nav {
  align-items: center;
  column-gap: 16px;
}
.header-list {
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-direction: row-reverse;
}
.header-link {
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  column-gap: 8px;
  opacity: 1;
  transition: opacity .3s ease;
  text-transform: uppercase;
  font-weight: 600;
}
.header-link:hover {
  opacity: 0.8;
}
.header-nav-img {
  width: 32px;
  height: 32px;
}
.header-nav-text {
}
._ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header-li {
}
._mb32 {
  margin-bottom: 32px;
}
._mb16 {
  margin-bottom: 16px;
}
.header-link--active {
  opacity: 0.7;
}
.main-wrap {
  display: flex;
  flex-direction: column;
}
.p8 {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.hero {
  position: relative;
}
.hero-link {
  color: rgb(255, 255, 255);
}
.hero-img {
  transition: scale .3s ease;
  height: 90vh;
  object-fit: cover;
  object-position: 0% 0%;
}
.hero-img:hover {
  scale: 1;
}
._img {
  width: 100%;
  object-fit: cover;
}
.hero-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0px;
  padding-bottom: 96px;
  padding-top: 32px;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  left: 0;
  flex-direction: column;
  justify-content: center;
}
.hero-text {
  text-transform: uppercase;
}
._mb0 {
  margin-bottom: 0;
}
.hero-title {
  font-size: 40px;
  width: 768px;
  color: rgb(214, 0, 28);
  text-transform: uppercase;
}
.hero-btn {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  transition: background-color .3s ease;
}
.hero-btn:hover {
  background-color: rgb(214, 0, 28);
  color: rgb(255, 255, 255);
}
._mb8 {
  margin-bottom: 8px;
}
.Category {
  background-color: rgb(245, 245, 245);
  padding-bottom: 16px;
  padding-top: 16px;
  border-radius: 8px;
}
.title-group {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(237, 237, 237);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.Title {
  font-size: 28px;
  font-weight: 700;
  color: rgb(214, 0, 28);
  text-transform: uppercase;
}
._p-lr16 {
  padding-left: 16px;
  padding-right: 16px;
}
.item-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
.videos-item {
  width: calc(25% - 6px);
  padding-bottom: 8px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
.btn {
  background-color: rgb(0, 0, 255);
  color: rgb(255, 255, 255);
  border-radius: 16px;
}
.videos-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.videos-img-wrap {
  overflow: hidden;
  position: relative;
  flex: 1;
}
.videos-img {
  transition: scale .3s ease;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
}
.videos-img:hover {
  scale: 1.1;
}
.play {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 8px;
  left: 8px;
}
.videos-text {
  font-weight: 600;
  font-size: 14px;
  color: rgb(214, 0, 28);
  text-transform: uppercase;
}
.videos-title {
  font-size: 16px;
  font-weight: 700;
}
.videos-title:hover {
  color: rgb(192, 13, 30);
}
.post2222 {
  width: calc(25% - 6px);
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
.post-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: rgb(255, 255, 255);
  padding-bottom: 16px;
  border-radius: 8px;
}
.post-img-wrap {
  overflow: hidden;
  height: 240px;
  border-radius: 8px 8px 0px 0px;
}
.post-img {
  transition: scale .3s ease;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
}
.post-img:hover {
  scale: 1.1;
}
.post-text-2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.post-text-2-red {
  color: rgb(192, 13, 30);
  padding-right: 4px;
}
.post-text-2-gray {
  color: rgb(179, 179, 179);
  font-weight: 700;
}
.post-title {
  font-size: 16px;
}
.post-text {
  font-size: 14px;
}
.post-b-wrap {
  display: flex;
  column-gap: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
}
.post-b-item {
  flex: 1;
  position: relative;
}
.post-b-link {
}
.post-b-img-wrap {
  overflow: hidden;
  border-radius: 8px;
}
.post-b-img {
  height: 480px;
  transition: scale .3s ease;
}
.post-b-img:hover {
  scale: 1.1;
}
.post-b-text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 64px;
  padding-top: 32px;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  border-radius: 0px 0px 8px 8px;
}
.wffwfwfwfw {
  color: rgb(255, 255, 255);
}
.post-b-67 {
  flex: 2;
}
.next-link {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
  align-items: center;
  padding-bottom: 16px;
  padding-top: 16px;
  border-radius: 8px;
}
.next-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.color-black {
  color: rgb(0, 0, 0);
}
.next-text {
  text-transform: uppercase;
  font-weight: 600;
}
.next-teams {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.next-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.next-vs {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.next-text-wrap {
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
}
.next-text-red {
  color: rgb(214, 0, 28);
}
.next-text-gray {
  color: rgb(179, 179, 179);
}
.next-text-bold {
}
.t_table {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
.t_row {
  align-items: center;
  display: grid;
  grid-template-columns: 0.5fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: rgb(255, 255, 255);
  transition: all .3s ease;
  padding-bottom: 8px;
  padding-top: 8px;
}
.t_row:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.t_row:last-child {
  border-radius: 0px 0px 8px 8px;
}
.t_col {
  align-items: center;
  display: flex;
  column-gap: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  justify-content: center;
}
.t_col-title {
  text-transform: uppercase;
  font-weight: 700;
}
.jus-start {
  justify-content: flex-start;
}
.t_col-logo {
  width: 32px;
  height: 32px;
}
.t_col-text {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.t_row-header {
  background-color: rgb(0, 0, 255);
  color: rgb(255, 255, 255);
  border-radius: 8px 8px 0px 0px;
}
.t_row-header:hover {
  background-color: rgb(0, 0, 255);
}
.post-33 {
  width: calc(33.333% - 6.4px);
}
.team-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  transition: background-color .3s ease;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.team-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(192, 13, 30);
}
.team-link:last-child {
}
.team-img {
  width: 192px;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
}
.team-info {
  display: flex;
  flex-direction: column;
}
.text-center {
  text-align: center;
}
.footer11111 {
  background-color: rgb(0, 0, 0);
  margin-top: auto;
}
.footer-sponsors {
  padding-bottom: 32px;
  padding-top: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 24px;
}
.footer-sponsors-link {
}
.footer-sponsors-logo {
  width: 128px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity .3s ease;
  height: 64px;
}
.footer-sponsors-logo:hover {
  opacity: 1;
}
.footer-bot {
  padding-bottom: 32px;
}
.footer-nav {
  display: flex;
  column-gap: 24px;
  justify-content: center;
}
.footer-li {
}
.footer-link {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.8;
}
.footer-link:hover {
  opacity: 1;
}
.footer-all {
  color: rgb(179, 179, 179);
  text-align: center;
}
.category-subtitle {
  font-weight: 600;
  font-size: 20px;
}
._mt32 {
  margin-top: 32px;
}
.contact {
}
.category-text {
}
.category-ul {
  padding-left: 0;
  list-style-position: inside;
}
.category-li {
  margin-bottom: 8px;
}
.category-link {
  font-weight: 600;
  text-decoration: underline;
}
.category-link:hover {
  color: rgb(192, 13, 30);
  text-decoration: none;
}
._w50 {
  max-width: 768px;
}
.post-i1mg {
  height: 480px;
  border-radius: 8px;
}
.post-i1mg-text {
  text-align: center;
}
.auth {
  align-items: center;
  display: flex;
  column-gap: 16px;
  padding-top: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(237, 237, 237);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.auth-img {
  width: 64px;
  height: 64px;
}
.text-group {
}
.v-wrap {
  position: relative;
}
.v-link {
}
.v-player {
  max-height: 640px;
  border-radius: 8px;
}
.v-play {
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: opacity .3s ease;
}
.v-play:hover {
  opacity: 1;
}
.hero-dop-wrap {
}
.header-n {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.footer-n {
  background-color: rgb(0, 0, 0);
}
.hero-dop-inner {
  max-width: 1440px;
}
._pb0 {
  padding-bottom: 0;
}
._dis-block {
}
.wrapper {
}
.background_wrapper {
}
.background_Black {
  background-color: rgb(0, 0, 0);
}
.header {
  padding-top: 15px;
  border-style: solid;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 4px;
  border-bottom-color: rgb(240, 112, 90);
}
.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 1440px;
}
.header_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.link_logo_header {
  display: inline-block;
  text-decoration: none;
}
.img_logo_header {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.ul_header_nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.li_header_nav {
  margin-right: 30px;
}
.link_header_nav {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.link_header_nav:hover {
  color: rgb(240, 112, 90);
}
.container_banner_home {
  height: 900px;
}
.info_banner_home {
  text-align: center;
  padding-top: 250px;
}
.info_banner_home:hover {
}
.background_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("https://union-comercio.pe/assets/img/3c36ce96d6e4fdec9e7d7f7fa4ee7ab7.jpg");
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.color_White {
  color: rgb(255, 255, 255);
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fz24 {
  font-size: 24px;
}
.fz20 {
  font-size: 20px;
}
.fz18 {
  font-size: 18px;
}
.fz22 {
  font-size: 22px;
}
.fz16 {
  font-size: 16px;
}
.fz32 {
  font-size: 32px;
}
.fz50 {
  font-size: 50px;
}
.margin0 {
  margin-bottom: 0;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.text_align-center {
  text-align: center;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.column {
  flex-direction: column;
}
.text-decotation-none {
  text-decoration: none;
}
.align_items_center {
  align-items: center;
}
.spacebetween {
  justify-content: space-between;
}
.row_gap8 {
  row-gap: 8px;
}
.row_gap16 {
  row-gap: 16px;
}
.row_gap32 {
  row-gap: 32px;
}
.column_gap8 {
  column-gap: 8px;
}
.column_gap16 {
  column-gap: 16px;
}
.column_gap32 {
  column-gap: 32px;
}
.grid-template-columns-4-1fr {
  grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-60-auto {
  grid-template-columns: 60% auto;
}
.grid-template-columns-3-1fr {
  grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-2-1fr {
  grid-template-columns: repeat(2, 1fr);
}
.all-03s {
  transition: all 0.3s ease-in-out;
}
.color_Red {
  color: rgb(240, 112, 90);
}
.hover_color_Red {
}
.hover_color_Red:hover {
  color: rgb(240, 112, 90);
}
.text_item_banner {
  width: 600px;
}
.justify-content-center {
  justify-content: center;
}
.background_red {
  background-color: rgb(240, 112, 90);
}
.background_hover_white {
}
.background_hover_white:hover {
  background-color: rgb(252, 250, 250);
}
.Color_black_hover {
}
.Color_black_hover:hover {
  color: rgb(10, 10, 10);
}
.button_padding {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.item {
}
.main {
}
.padding_top32_bottom32 {
  padding-bottom: 32px;
  padding-top: 32px;
}
.background_gray-black {
  background-color: rgb(37, 37, 37);
}
.left {
}
.right {
}
.card1 {
  height: 100%;
}
.object_fit_cover {
  object-fit: cover;
}
.width100procent {
  width: 100%;
}
.margin16 {
  margin-bottom: 16px;
}
.color_gray {
  color: rgb(190, 190, 190);
}
.fz14 {
  font-size: 14px;
}
.hover_color_White {
}
.hover_color_White:hover {
  color: rgb(251, 247, 247);
}
.padding_16 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 16px;
}
.padding_16:hover {
}
.background_gray {
  background-color: rgb(51, 51, 51);
}
.width_height25px {
  height: 25px;
  width: 25px;
}
.invert {
  filter: invert(100%);
}
.NewClass-187 {
}
.NewClass-188 {
  height: 600px;
}
.height269 {
  height: 269px;
}
.margin32 {
  margin-bottom: 32px;
}
.grid30auto {
  grid-template-columns: 30% auto;
}
.line_h2 {
  border-color: rgb(240, 112, 90);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 4px;
  border-bottom-width: 0;
  padding-left: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.border_gray_bootom2 {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-color: rgb(120, 120, 120);
  border-bottom-width: 2px;
  padding-bottom: 4px;
}
.height271px {
  height: 271px;
}
.NewClass-195 {
  flex-grow: 1;
}
.grid-template-columns-40-auto {
  grid-template-columns: 30% auto;
}
.height300px {
  height: 300px;
}
.height278px {
  height: 278px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.b0-l0 {
  bottom: 0;
  left: 0;
}
.NewClass-202 {
  background-color: rgba(68, 68, 68, 0.8);
}
.filter70 {
  filter: brightness(70%);
}
.container_videos {
}
.height400px {
  height: 400px;
}
.width80px {
  width: 80px;
}
.top0_right0 {
  top: 0;
  right: 0;
}
.scale {
}
.scale:hover {
  transform: scale(1.1);
}
.player_container {
}
.background_White {
  background-color: rgb(255, 255, 255);
}
.height250px {
  height: 250px;
}
.object-fit-contain {
  object-fit: contain;
}
.height350 {
  height: 350px;
}
.padding_8px {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.NewClass-215 {
  grid-template-columns: 15% auto;
}
.NewClass-216 {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.top0_left0 {
  top: 0;
  left: 0;
}
.background_black {
  background-color: rgb(0, 0, 0);
}
.border5px {
  border-radius: 5px;
}
.border_top_left-right5px {
  border-radius: 5px 5px 0px 0px;
}
.NewClass-221 {
}
.border_bottom_left-right5px {
  border-radius: 0px 0px 5px 5px;
}
.NewClass-223 {
  width: 100px;
}
.cotnainer_Awards {
}
.grid-template-columns-5-1fr {
  grid-template-columns: repeat(5, 1fr);
}
.li_item {
}
.ul_item_awards {
  margin-bottom: 0;
}
.l_r_t_b-0 {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}
.opasity0 {
}
.border_16px {
  border-radius: 16px;
}
.opasity_hover1 {
}
.opasity_hover1:hover {
  opacity: 1;
}
.container_gallery {
}
.hidden {
  overflow: hidden;
}
.foote {
}
.footer {
}
.footer_wrap_box {
}
.footer_wrap {
}
.width500px {
  width: 500px;
}
.inline_block {
  display: inline-block;
}
.footer_logo {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.footer_ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.pointer {
  cursor: pointer;
}
.container_galler {
}
.height600px {
  height: 600px;
}
.ul_pagination {
}
.left0 {
  left: 0;
}
.list_style_none {
  list-style: none;
}
.width_height40px {
  height: 40px;
  width: 40px;
}
.solid1px {
  border: 1px solid #ccc;
  border-color: rgb(240, 112, 90);
}
.hover_background_red {
}
.hover_background_red:hover {
  background-color: rgb(240, 112, 90);
}
.rotate180 {
  transform: rotate(180deg);
}
.width_height25p {
}
.container_Videos {
}
.width100px {
  width: 100px;
}
.b0-l0_r0 {
  left: 0;
  right: 0;
  bottom: 0;
}
.background_text {
  background-color: rgba(0, 0, 0, 0.5);
}
.height100procent {
  height: 100%;
}
.height550px {
  height: 550px;
}
.height258px {
  height: 258px;
}
.filter_90 {
  filter: brightness(90%);
}
.NewClass-261 {
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
.filter_after {
}
.filter_after::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
}
.block1 {
  display: block;
}
.NewClass-264 {
  line-height: 0;
}
.container_Video_post {
}
.margin_bottom_20px {
  margin-bottom: 20px;
}
.padding_ltb32 {
  padding-left: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.height500px {
  height: 500px;
}
.width_height150x100 {
  width: 150px;
  height: 100px;
}
.width_833px {
  width: 833px;
}
.inver {
}
.width50px {
  width: 50px;
}
.container_post {
}
.grid-template-columns-70-auto {
  grid-template-columns: 70% auto;
}
.pos {
}
.post {
}
.border50 {
  border-radius: 50%;
}
.grid-8-fr {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
}
.stories-container {
}
.flex-wrap {
  flex-wrap: wrap;
}
.width_height150px {
  height: 150px;
  width: 150px;
}
.border_Red3px {
  border: 3px solid #f0705a;
}
.padding_2px {
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}
.margin8 {
  margin-bottom: 8px;
}
.news_container {
}
.color_Gray2 {
  color: rgb(76, 76, 76);
}
.height200px {
  height: 200px;
}
.NewClass-288 {
  grid-template-columns: 70% auto;
}
.sticky_pos {
  position: sticky;
  top: 20px;
}
.NewClass-290 {
  background-color: rgb(255, 255, 255);
}
.NewClass-291 {
}
.border_Red1_4px {
  border-color: rgb(240, 112, 90);
  border-style: solid;
  border-width: 4px;
}
.margin_bottom10 {
  margin-bottom: 10px;
}
.padding_Bottom_top5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.border_Red2 {
  border-color: rgb(240, 112, 90);
}
.border_bottom_4px {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 4px;
}
.width_height70px {
  height: 70px;
  width: 70px;
}
.padding_32 {
  padding-bottom: 32px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
.button_padding2 {
  padding-bottom: 8px;
  padding-top: 6px;
  padding-right: 15px;
  padding-left: 15px;
}
.NewClass-300 {
  grid-template-columns: 30% auto 30%;
}
.grid-1-1-1 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-50-1fr {
  grid-template-columns: 50% 1fr;
}
.bg__img-lives__item {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("https://union-comercio.pe/assets/img/3c36ce96d6e4fdec9e7d7f7fa4ee7ab7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.padding_left_Right_30px {
  padding-left: 30px;
  padding-right: 30px;
}
.z10 {
  z-index: 10;
}
.lives__score {
}
.width_height80px {
  height: 80px;
  width: 80px;
}
.container_table {
}
.table_uni {
  border-collapse: collapse;
  width: 100%;
}
.thead_table {
}
.tr_table_thead {
}
.th_thead {
}
.span_thead {
}
.tbody_Table {
}
.tr_tbody {
}
.td_tbody {
}
.span_tbody {
}
.border_Bottom2px_Gray {
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgb(124, 124, 124);
}
.table_wrap {
  border: 1px solid #ccc;
}
.NewClass-320 {
  border: 1px solid #ccc;
  border-color: rgb(255, 255, 255);
}
.grid36_auto {
  grid-template-columns: 36% auto;
}
.player_contai {
}
.grid-1-1-1-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-1-1-1-1-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.team_container {
}
.team {
}
.border-Red_Color {
  border-color: rgb(240, 112, 90);
}
.border_solid {
  border-style: solid;
}
.padding_bottom20px {
  padding-bottom: 20px;
}
.padding_left_Right_top15 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.calendar_Container {
}
.grid7-1fr {
  grid-template-columns: repeat(7, 1fr);
}
.padding_10px {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.width_height40px_calendar {
  height: 40px;
  width: 40px;
}
.padding_button_calendar {
  padding-bottom: 3px;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
}
.right_border_gray2px {
  border-style: solid;
  border-color: rgb(240, 112, 90);
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 2px;
  border-bottom-width: 0;
}
.right_none {
  border-right-width: 0;
}
.border_Bottom_red {
  border-bottom-color: rgb(240, 112, 90);
  border-bottom-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
}
.rotate {
  transform: rotate(180deg);
}
.hover_Filter_100 {
}
.hover_Filter_100:hover {
  filter: brightness(100%);
}
