html,
body {
  min-height: 100dvh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.root {
  display: grid;
  grid-template-rows: auto 1fr auto;
  cursor: default;
  position: relative;
  background: #0c5b45;
}
.container {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 1rem;
  width: 100%;
}
.splide {
  display: none;

  @media screen and (max-width: 767px) {
    display: block;
  }
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

.splide__pagination {
  bottom: -1rem;
}
/* .title-line {
  position: relative;
}
.title-line::after {
  background: #f0c73a;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -280px;
}
.title-line::before {
  height: 4px;
  width: 100%;
  position: absolute;
  left: -280px;
  top: 50%;
  transform: translateY(-50%);
  background: #f0c73a;
  content: "";
}
.before-line-f0c73a {
  position: relative;
}
.before-line-f0c73a::before {
  content: "";
  background: #f0c73a;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
} */
/* .style-base {
  color: rgb(51, 51, 51);
  background: #f5f5f5;
}
.footer {
  background: #0c5b45;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  padding-bottom: 36px;
  padding-top: 36px;
}
.main {
  display: flex;
  flex-direction: column;
}
.header {
  border: solid 2px #fff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  background: #0c5b45;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
}
.object-contain {
  object-fit: contain;
}

.flex {
  display: flex;
}
.list-none {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.color-fff {
  color: rgb(255, 255, 255);
}
.trach-1 {
  color: rgb(21, 21, 21);
  border: 2px solid #fff;
}
.trach-1:hover {
  border: 2px solid #e61e00;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transform: scale(1.03);
  color: rgba(21, 21, 21, 0.69);
}
.footer__nav {
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.footer__nav:hover {
}
.before-line-f0c73a {
  position: relative;
}
.before-line-f0c73a::after {
}
.before-line-f0c73a::before {
  content: "";
  background: #f0c73a;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.white-title-h2 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  column-gap: 32px;
}
.justify-evenly {
  justify-content: space-evenly;
}
.color-cecece-gray {
  color: rgb(206, 206, 206);
}
.gap-x-6px {
  column-gap: 6px;
}
.flex-col {
  flex-direction: column;
}
.color-black-222 {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
.color-black-222:hover {
}
.info-games__list {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(10, 1fr);
  padding-bottom: 16px;
  padding-top: 16px;
}
.mb-0 {
  margin-bottom: 0;
}
.border-2px-fff {
  border: 2px solid #fff;
}
.border-2px-fff:hover {
}
.info-games__link-img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.info-games__link-text {
  grid-column: span 2;
  color: rgb(51, 51, 51);
  font-size: 15px;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-weight: 600;
}
.info-games__link-text_sub {
  color: rgb(147, 147, 147);
  font-weight: normal;
}
.h-dvh {
  height: calc(100dvh - 66px);
}
.h-64px {
  height: 64px;
}
.grid-auto-rows-320px {
  grid-auto-rows: 320px;
}
.color-green-0c5b45 {
  color: rgb(12, 91, 69);
}
.color-green-0c5b45:hover {
}
.bg-img-2 {
  background-image: url("../images/9fede186f9570955a437f754b1531e1e.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bottom-0 {
  bottom: 0;
}
.new-color-3 {
  color: rgb(51, 51, 51);
}
.new-color-3:hover {
}
.top-0 {
  top: 0;
}
.new-color-4 {
  color: rgba(51, 51, 51, 0.5);
}
.color-yellow-f0c73a {
  color: rgb(240, 199, 58);
}
.main-news__list {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-rows: 500px 200px;
}
.right-0 {
  right: 0;
}
.new-color-5 {
  color: rgb(255, 255, 255);
}
.new-color-5:hover {
}
.main-news__item-link__title-h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 32px;
  padding-left: 32px;
  padding-bottom: 32px;
}
.hover-scale-101 {
}
.hover-scale-101:hover {
  transform: scale(1.01);
}
.px-36px {
  padding-right: 36px;
  padding-left: 36px;
}
.px-36px:hover {
}
.new-color-8 {
  color: rgb(255, 255, 255);
}
.newClass1 {
}
.object-cover {
  object-fit: cover;
}
.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}
.new-color-6 {
  color: rgb(255, 255, 255);
}
.new-color-6:hover {
}
.relative {
  position: relative;
}
.section-recently-wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.new-color-2 {
  color: rgb(34, 34, 34);
}
.new-color-2::before {
}
.section-recently__title-img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.flex-auto {
  flex: 1 1 auto;
}
.section-recently-wrapper__box-list {
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.section-recently-wrapper__box-link {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease;
}
.section-recently-wrapper__box-link:hover {
  transform: scale(1.03);
}
.section-recently-wrapper__box-link-img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.section-recently-wrapper__box-link-img:hover {
}
.section-third {
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.section-third__title-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section-third__first-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
}
.section-third__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
}
.section-third__link:hover {
  box-shadow: 0px 4px 8px 0px rgba(128, 128, 128, 0.5);
  transform: scale(1.03);
}
.section-third__first-list__link-picture {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-third__first-list__link-span {
  background: #ff7800;
  color: rgb(255, 255, 255);
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 600;
  margin-left: 8px;
}
.section-third__first-list__link-title {
  color: rgb(34, 34, 34);
  font-size: 19px;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
}
.section-third__first-list__link-text {
  font-size: 14px;
  color: rgb(127, 127, 127);
  padding-left: 8px;
  padding-right: 8px;
}
.section-third__first-list__link-box {
  align-items: center;
  display: flex;
  column-gap: 16px;
  justify-content: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.section-third__first-list__link-box__picture {
  height: 25px;
  width: 25px;
  object-fit: cover;
  border-radius: 50%;
}
.section-third__first-list__link-box__name {
  font-size: 12px;
  font-weight: 600;
  color: rgb(34, 34, 34);
}
.section-third__second-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 32px;
}
.section-third__third-list__link-text {
  color: rgb(243, 76, 2);
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
}
.section-third__third-list__link-text:hover {
  box-shadow: 0px 4px 8px 0px rgba(128, 128, 128, 0.5);
  transform: scale(1.03);
}
.section-third__second-list__link-picture {
  width: 100%;
  object-fit: cover;
  height: 175px;
}
.section-thir__link-title {
  font-size: 16px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-weight: 600;
  color: rgb(51, 51, 51);
}
.section-third__third-list {
  display: grid;
  column-gap: 32px;
  grid-template-columns: repeat(5, 1fr);
}
.section-third__third-list__link-picture {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.section-editor {
  padding-bottom: 60px;
  padding-top: 60px;
  display: grid;
  grid-template-columns: auto 350px;
  column-gap: 32px;
}
.section-editor__main {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.bg-fff {
  background: #fff;
}
.title-line {
  position: relative;
}
.title-line::after {
  background: #f0c73a;
  content: "";
  height: 4px;
  width: 256px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -280px;
}
.title-line::before {
  height: 4px;
  width: 256px;
  position: absolute;
  left: -280px;
  top: 50%;
  transform: translateY(-50%);
  background: #f0c73a;
  content: "";
}
.section-editor__aside-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.section-editor__aside-item {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  row-gap: 16px;
  border: 1px solid #dddddd;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.section-editor__aside-item:hover {
}
.section-editor__aside-item__firts-link {
  color: rgb(243, 76, 2);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  column-gap: 16px;
  align-items: center;
  transition: opacity 0.3s ease;
}
.section-editor__aside-item__firts-link:hover {
  opacity: 0.7;
}
.section-editor__aside-item__second-link {
  font-size: 19px;
  text-decoration: none;
  color: rgb(51, 51, 51);
  transition: opacity 0.3s ease;
}
.section-editor__aside-item__second-link:hover {
  opacity: 0.7;
}
.section-editor__aside-item__firts-link__img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.section-editor__aside-item-border-none {
  border-bottom-width: 0;
}
.text-list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.section-news__picture {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}
.section-news__text {
  font-size: 17px;
  width: 80%;
}
.section-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  column-gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.h-full {
  height: 100%;
}
.section-news__link__picture {
  width: 100%;
  height: 250px;
  object-fit: cover;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.section-news__link__picture:hover {
}
.new-color-7 {
  color: rgb(34, 34, 34);
}
.new-color-7:hover {
}
.section-news__link__description {
  font-size: 15px;
  color: rgb(138, 138, 138);
  text-overflow: ellipsis;
  font-weight: normal;
}
.section-news__link__description:hover {
}
.section-news__link__authtor {
  display: flex;
  column-gap: 16px;
  align-items: center;
  text-decoration: none;
  color: rgb(34, 34, 34);
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.3s ease;
}
.section-news__link__authtor:hover {
  transform: scale(1.03);
}
.hover-bg-3F7652 {
}
.hover-bg-3F7652:hover {
  background: #3f7652;
}
.section-news__link__authtor-name {
  display: flex;
  flex-direction: column;
}
.section-news__link__authtor-name__date {
  font-weight: normal;
  font-size: 13px;
  color: rgb(138, 138, 138);
  letter-spacing: normal;
}
.section-news__width-80 {
  width: 80%;
}
.section-news__link__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.z-1 {
  z-index: 1;
}
.videos-color {
  color: rgb(255, 255, 255);
}
.section-videos__header {
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: auto 350px;
  column-gap: 32px;
}
.section-videos__header__main {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: flex-start;
  padding-bottom: 32px;
}
.section-videos__header__aside {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.white-title-h1 {
  font-size: 36px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  column-gap: 20%;
}
.white-title-h1__sub {
  opacity: 0.6;
  font-size: 21px;
  font-weight: 500;
}
.section-videos__header__main__btn {
  background: #e61e00;
  color: rgb(255, 255, 255);
  transition: opacity 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-style: none;
  border-radius: 18px;
}
.section-videos__header__main__btn:hover {
  opacity: 0.7;
}
.section-videos__header__main__text {
  color: rgb(255, 255, 255);
}
.section-videos__header__main__video {
  background: linear-gradient(
      180deg,
      rgba(164, 164, 164, 0.35) 0%,
      rgba(164, 164, 164, 0.35) 100%
    ),
    url("https://pericos-puebla.mx/assets/img/0ea5bf9d5f0516d6e585feb85ccfc60a.jpg")
      no-repeat center/cover,
    gray;
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-videos__header__main__video::before {
}
.video-btn {
  outline: none;
  border-radius: 50px;
  border-style: none;
  height: 75px;
  width: 75px;
  transform: ;
  background-image: url("../images/93a178bbb476352478377b735db20bcf.png");
  background-position-x: 58%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.video-btn:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
.section-videos__header__aside-link {
  text-decoration: none;
  display: flex;
  column-gap: 16px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.section-videos__header__aside-link:hover {
  opacity: 1;
}
.section-videos__header__aside-link__picture {
  width: 35%;
}
.section-videos__header__aside-link__text {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  row-gap: 8px;
}
.section-videos__header__aside-link__text-sub {
  color: rgb(154, 154, 154);
  font-weight: 500;
}
.section-schedule__list__item__table__tbody__tr__td-link__numbers {
  color: rgb(243, 76, 2);
  font-size: 22px;
  font-weight: 900;
}
.section-schedule__list__item__table__tbody__tr__td-link__numbers:hover {
}
.border-fff {
  border-color: rgb(255, 255, 255);
}
.border-fff:hover {
}
.section-videos__body {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: flex-start;
}
.section-videos__body:hover {
}
.section-videos__body__list {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}
.section-videos__body__link {
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  width: 100%;
  display: block;
  height: 300px;
}
.section-videos__body__link:hover {
  transform: scale(1.03);
  opacity: 0.8;
}
.section-videos__body__link:first-child {
}
.section-videos__body__link::before {
  content: "";
  border-radius: 50%;
  background: url("https://pericos-puebla.mx/assets/img/93a178bbb476352478377b735db20bcf.png")
      no-repeat 58% 50%/25px,
    white;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.section-schedule {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.section-schedule__nav {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.section-schedule__nav__list {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  position: relative;
}
.section-schedule__nav__list::before {
  content: "Sep";
  position: absolute;
  bottom: -25px;
  left: 70px;
  font-weight: 600;
}
.section-schedule__nav__btn-style {
  border-radius: 22px;
  background: #f5f5f5;
  border: solid 1px #d2d2d2;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  transition: transform 0.3s ease, opacity 0.3s ease;
  height: 45px;
  display: flex;
  align-items: center;
}
.section-schedule__nav__btn-style:hover {
  transform: scale(1.03);
  opacity: 0.9;
}
.section-schedule__nav__btn-style:active {
  opacity: 0.6;
  transform: scale(0.95);
}
.section-schedule__nav__btn-all {
  column-gap: 64px;
}
.section-schedule__nav__btn-all__img {
  width: 25px;
  height: auto;
  object-fit: cover;
}
.section-schedule__nav__btn-date {
  flex-direction: row-reverse;
  column-gap: 16px;
}
.section-schedule__nav__btn-date__img {
  height: auto;
  width: 25px;
  object-fit: cover;
}
.section-schedule__nav__list__text {
  height: 39px;
  width: 68px;
  border: solid 1px #cccccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.section-schedule__nav__list__text-day {
  color: rgba(51, 51, 51, 0.35);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  font-size: 14px;
}
.section-schedule__nav__list__text__right-border-none {
  border-right-width: 0;
}
.section-schedule__nav__list__text-active {
  background: #e61e00;
  border-color: rgb(230, 30, 0);
  color: rgb(255, 255, 255);
}
.section-schedule__nav__list__text-pust {
  background: #eeeeee;
}
.section-schedule__nav__list__btn {
  border: solid 1px #cccccc;
  border-radius: 50%;
  height: 39px;
  width: 39px;
  transform: rotate(90deg);
  background-image: url("../images/4a4573b73ae3a6bed9a24d2a3e570ade.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 16px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.section-schedule__nav__list__btn:hover {
  transform: rotate(90deg) scale(1.03);
  opacity: 0.9;
}
.section-schedule__nav__list__btn:active {
  opacity: 0.7;
  transform: rotate(90deg) scale(0.95);
}
.section-schedule__nav__list__btn-reverse {
  margin-right: 0;
  margin-left: 16px;
  transform: rotate(-90deg);
}
.section-schedule__nav__list__btn-reverse:hover {
  transform: rotate(-90deg) scale(1.03);
}
.section-schedule__nav__list__btn-reverse:active {
  transform: rotate(-90deg) scale(0.95);
}
.left-0 {
  left: 0;
}
.section-schedule__list__item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}
.section-schedule__list__item__table {
  width: 100%;
  border: solid 1px #dddddd;
}
.section-schedule__list__item__table__thead {
  background: #e0e0e0;
}
.section-schedule__list__item__table__thead__tr__th__title-h3 {
  font-size: 18px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.section-schedule__list__item__table__thead__tr__th-w-20 {
  width: 20%;
}
.hover-color-green-0c5b45 {
}
.hover-color-green-0c5b45:hover {
  color: rgb(12, 91, 69);
}
.section-schedule__list__item__table__tbody__tr {
  border: solid 1px #dddddd;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  height: 93px;
}
.section-schedule__list__item__table__tbody__tr:hover {
  border-bottom-color: rgb(221, 221, 221);
}
.col-span-2 {
  grid-column: span 2;
}
.col-span-2:hover {
}
.section-schedule__list__item__table__tbody__tr__td-date {
  display: flex;
  align-items: flex-start;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  row-gap: 16px;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
}
.section-schedule__list__item__table__tbody__tr__td-text-name {
  color: rgb(136, 136, 136);
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section-schedule__list__item__table__tbody__tr__td-round {
  color: rgb(136, 136, 136);
  font-size: 18px;
  font-weight: 600;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-schedule__list__item__table__tbody {
  background: white;
}
.section-schedule__list__item__table__tbody__tr__td-link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  color: rgb(34, 34, 34);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.section-schedule__list__item__table__tbody__tr__td-link:hover {
  opacity: 0.7;
}
.section-schedule__list__item__table__tbody__tr__td-link:active {
}
.col-span-3 {
  grid-column: span 3;
}
.section-schedule__list__item__table__tbody__tr__td-link__minus {
  color: rgb(203, 203, 203);
  font-weight: 900;
  font-size: 20px;
}
.absolute {
  position: absolute;
}
.section-contacts__text {
  font-size: 18px;
  text-align: center;
}
.h-320px {
  height: 320px;
}
.h-256px {
  height: 256px;
}
.max-w-58 {
  max-width: 58%;
}
.section-post {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  row-gap: 32px;
  font-size: 18px;
  padding-bottom: 32px;
}
.section-post__link {
  color: rgb(21, 21, 21);
  text-decoration: none;
  font-size: 20px;
  transition: opacity 0.3s ease;
}
.section-post__link:hover {
  opacity: 0.7;
}
.section-post__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.section-post__list:hover {
}
.section-post__picture {
  width: 70%;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.section-post__picture:hover {
  opacity: 0.8;
  transform: scale(1.03);
}
.section-history-league {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  font-size: 18px;
}
.section-history-league__img {
  width: 75%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.section-history-league__img:hover {
  opacity: 0.9;
  transform: scale(1.03);
}
.section-post__footer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}
.section-post__footer-list__link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  display: flex;
  height: 325px;
  align-items: flex-end;
  position: relative;
  background: linear-gradient(
      180deg,
      rgba(64, 64, 64, 0.1) 0%,
      rgba(64, 64, 64, 0.9) 100%
    ),
    url("https://pericos-puebla.mx/assets/img/7ad063de1aa0943919a6be21463b39be.jpg")
      no-repeat center/cover,
    gray;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.section-post__footer-list__link:hover {
  transform: scale(1.03);
  opacity: 0.8;
}
.section-post__footer-list__link__btn {
  border-style: none;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: url("https://pericos-puebla.mx/assets/img/93a178bbb476352478377b735db20bcf.png")
      no-repeat 58% 50%/25px,
    white;
  transition: opacity 0.3s ease;
}
.section-post__footer-list__link__btn:hover {
  opacity: 0.7;
}
.section-videos__body__link__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-videos__body__link__text {
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(46, 46, 46, 0) 0%,
    rgba(46, 46, 46, 0.5) 100%
  );
}
.bg-green-0c5b45 {
  background: #0c5b45;
}
.size-32px {
  height: 32px;
  width: 32px;
}
.size-48px {
  width: 48px;
  height: 48px;
}
.size-64px {
  width: 64px;
  height: 64px;
}
.size-full {
  height: 100%;
  width: 100%;
}
.transition {
  transition: all 250ms ease-in-out;
}
.hover-filter-opacity07:hover {
  opacity: 0.7;
}
.size-96px {
  height: 96px;
  width: 96px;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.text-sm {
  font-size: 14px;
}
.text-base {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 20px;
}
.text-2xl {
  font-size: 24px;
}
.text-3xl {
  font-size: 30px;
}
.text-4xl {
  font-size: 36px;
}
.text-5xl {
  font-size: 48px;
}
.shrink-0 {
  flex-shrink: 0;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.size-128px {
  height: 128px;
  width: 128px;
}
.justify-center {
  justify-content: center;
}
.gap-y-6px {
  row-gap: 6px;
}
.italic {
  font-style: italic;
}
.gap-y-24px {
  row-gap: 24px;
}
.gap-y-36px {
  row-gap: 36px;
}
.hover-color-yellow-f0c73a:hover {
  color: rgb(240, 199, 58);
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.gap-x-12px {
  column-gap: 12px;
}
.gap-x-24px {
  column-gap: 24px;
}
.gap-x-36px {
  column-gap: 36px;
}
.scale-1-130 {
  transform: scale(1, 1.3);
}
.hero {
  background: linear-gradient(
      180deg,
      rgba(220, 220, 220, 0.5) 0%,
      rgba(220, 220, 220, 1) 100%
    ),
    url("https://fs1.seobullserv.com/__storage/pericos-puebla.mx/a0c86173c11dc1ce3a570f81f98bc919.webp")
      no-repeat center/cover;
  height: calc(100dvh - 96px);
  display: flex;
  align-items: flex-end;
}
.py-6px {
  padding-bottom: 6px;
  padding-top: 6px;
}
.py-12px {
  padding-bottom: 12px;
  padding-top: 12px;
}
.py-24px {
  padding-bottom: 24px;
  padding-top: 24px;
}
.py-36px {
  padding-bottom: 36px;
  padding-top: 36px;
}
.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}
.px-6px {
  padding-left: 6px;
  padding-right: 6px;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.grid {
  display: grid;
}
.gap-y-72px {
  row-gap: 72px;
}
.py-72px {
  padding-bottom: 72px;
  padding-top: 72px;
}
.bg-img-1 {
  background-image: url("../images/7a08447790dfedf1c7b76c1a3695527e.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-center {
  text-align: center;
}
.rotate-10deg {
  transform: rotate(-10deg);
}
.gap-y-12px {
  row-gap: 12px;
}
.grid-cols-1fr-auto-1fr {
  grid-template-columns: 1fr auto 1fr;
}
.bg-fff-05 {
  background: rgba(255, 255, 255, 0.5);
}
.hover-bg-fff:hover {
  background: #fff;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.w-full {
  width: 100%;
}
.bg-green-0c5b45-01 {
  background: rgba(12, 91, 69, 0.1);
}
.box-shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.39);
}
.border-2px-green {
  border: 2px solid #0c5b45;
}
.w-64 {
  width: 64%;
}
.border-none {
  border-width: 0;
}
.rounded-full {
  border-radius: 50%;
}
.translateX-10 {
  transform: translateX(10%);
}
.hover-scale-110:hover {
  transform: scale(1.1);
}
.bg-black-05 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-black-05:hover {
}
.h-30 {
  height: 30%;
}
.hover-color-fff:hover {
  color: rgb(255, 255, 255);
}
.bg-img-3 {
  background: url("https://fs1.seobullserv.com/__storage/pericos-puebla.mx/132b22faf016843a8fdf7e8a36028e76.webp")
    no-repeat center/cover;
}
.h-704px {
  height: 704px;
}
.w-24 {
  width: 24%;
}
.grid-row-4 {
  grid-template-rows: repeat(4, 1fr);
}
.size-26px {
  height: 26px;
  width: 26px;
}
.overflow-hidden {
  overflow: hidden;
}
.bg-img-4 {
  background-image: url("../images/8a7e7345416edad3e13c3f7e03f48d27.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sticky {
  position: sticky;
}
.top-80px {
  top: 80px;
}
.bg-awards {
  background-image: url("../images/43a6f9e3728830a7dc0a66fcf05aaa20.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.size-20px {
  height: 20px;
  width: 20px;
}
.bg-yellow-f0c73a {
  background: #f0c73a;
}
.border-bot-2px-yellow {
  border: 2px solid #f0c73a;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.float-right {
  float: right;
}
.w-48 {
  width: 48%;
}
.float-left {
  float: left;
}
.mr-24px {
  padding-right: 24px;
}
.border-right-1px-d3d3d3 {
  border: 1px solid #d3d3d3;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
} */
