@import url("./common.css?v=3");
main.home {
  font-size: 1rem;
  line-height: 1.2;
  text-align: justify;
}
main.home .banner-home {
  background: linear-gradient(180deg, rgba(36, 64, 69, 0) 0%, rgba(36, 64, 69, 0.6) 74.52%), url("/images/utp/2025/banner-home.jpg");
  background-position: center top;
  background-size: cover;
  color: #fff;
  position: relative;
  padding-bottom: 3rem;
}
main.home .banner-home h1 {
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  margin: 1rem 0;
}
main.home .banner-home .banner-links {
  display: flex;
}
main.home .banner-home .banner-links a {
  text-decoration: none;
  padding: 0.75rem;
  border-radius: 15px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin: 0.5rem;
}
main.home .banner-home .banner-links a:nth-child(2n+1) {
  background-color: #074C59;
  color: #fff;
}
main.home .banner-home .banner-links a:nth-child(2n) {
  background-color: #fff;
  color: #074C59;
}
main.home .banner-home .banner-img-title {
  background: linear-gradient(270deg, #334D52 12.02%, rgba(42, 68, 72, 0) 100%);
  padding: 0.75rem 1rem;
  color: #fff;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
main.home .img-with-title {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  height: 100%;
}
main.home .img-with-title img {
  width: 100%;
  flex-grow: 1;
  display: block;
  object-fit: cover;
}
main.home .img-with-title span {
  position: absolute;
  bottom: 1rem;
  color: #fff;
  padding: 0.5rem 0.75rem;
}
main.home .img-with-title span.title-right {
  right: 0;
  background: linear-gradient(270deg, #334D52 51.16%, rgba(42, 68, 72, 0) 100%);
}
main.home .img-with-title span.title-left {
  left: 0;
  background: linear-gradient(90deg, #334D52 51.16%, rgba(42, 68, 72, 0) 100%);
}
main.home #principales-apuestas {
  background: url("/images/utp/2025/bg-pencil-drawing.png"), rgba(7, 76, 89, 0.8);
  background-position: right bottom;
  background-size: cover;
  color: #fff;
  margin-top: 2rem;
}
main.home #principales-apuestas h2 {
  color: #fff;
}
main.home #principales-apuestas .apuestas-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
  margin-top: 1rem;
}
main.home #principales-apuestas .apuestas-wrapper div {
  text-align: center;
  padding: 1rem;
  border-radius: 15px;
  background-color: #fff;
  color: #244045;
}

@media (min-width: 768px) {
  main.home {
    max-width: unset;
    padding-bottom: 8rem;
  }
  main.home > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  main.home .banner-home {
    border-radius: 15px;
    padding: 4rem 2rem 1rem 2rem;
    padding-top: 4rem;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  main.home .banner-home h1 {
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }
  main.home .banner-home .banner-links a {
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
    margin: 0;
  }
  main.home .banner-home .banner-links a:nth-child(1) {
    margin-right: 1.5rem;
  }
  main.home .banner-home .banner-img-title {
    bottom: 1.5rem;
  }
  main.home #principales-apuestas {
    max-width: unset;
    width: calc(100% + 2rem);
    padding: 1rem;
    padding-left: 0;
    margin-left: -1rem;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  main.home #principales-apuestas {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  main.home #principales-apuestas > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  main.home #principales-apuestas h2 {
    padding-top: 2rem;
  }
  main.home #principales-apuestas p {
    font-size: 1.25rem;
  }
  main.home #principales-apuestas .apuestas-wrapper {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
  }
  main.home #principales-apuestas .apuestas-wrapper div {
    display: flex;
    min-height: 6rem;
    align-items: center;
    justify-content: center;
  }
}

/*# sourceMappingURL=home.css.map */
