.page-title-ganador {
    position: relative;
    background-image: url(../images/ganadores/ganadoresoscuro.png);
    background-position: center;
    /* padding-top: 175px;
    padding-bottom: 100px; modified AP*/
    text-align: center;
    background-size: cover;
  }
  .page-title-ganador .content {
    position: relative;
    z-index: 1;
  }
  .page-title-ganador .content .title {
    font-weight: 900;
    margin-bottom: 23px;
  }
  .page-title-ganador .content .breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Secondary);
  }
  .page-title-ganador .content .breadcrumbs li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    line-height: 20px;
  }
  .page-title-ganador .content .breadcrumbs li a {
    color: var(--Secondary);
  }
  .page-title-ganador .content .breadcrumbs li a:hover {
    color: var(--Main-color);
  }

.banner-ganadores{
    display: flex;
    justify-content: space-around;
    min-height: 450px;
}
.banner-texto{
    color: var(--White);
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-title{
    font-size: 55px;;
    font-weight: bold;
    margin: 15px;
    line-height: 7rem;
}
.banner-subtitle{
  font-family: 'Poppins';
  font-size: 24px;
  line-height: 2.5rem;
}

@media (max-width: 768px) {
    .banner-ganadores{
        flex-direction: column-reverse;
        align-items: center;
        gap: 15px;
    }
}

.img-tickets img{
    height: -webkit-fill-available;
    min-width: 545px;
}

.coin-image-1 {
  /* max-width: 51.42px; */
  max-width: 30px;
  height: auto;
  position: absolute;
  right: 90%;
  bottom: 20%;
  /* right: 6%;
  bottom: 46%; */
  animation: rotate360 2s linear infinite;
}
.coin-image-2 {
  max-width: 49.67px;
  height: auto;
  position: absolute;
  top: -3%;
  right: 16.2%;
  animation: moveleft 3s linear infinite;
}
.coin-image-3 {
  max-width: 36.55px;
  height: auto;
  position: absolute;
  top: 70%;
  left: 80%;
  animation: rotate360 3s linear infinite;
}
.coin-image-4 {
  max-width: 21px;
  height: auto;
  position: absolute;
  top: -15%;
  left: 37.9%;
  animation: movedown 3s linear infinite;
}
.coin-image-5 {
  max-width: 70px;
  height: auto;
  position: absolute;
  top: 16%;
  left: 5%;
  animation: movedown 3s linear infinite;
}


.section-descrubre-agencia {
  background-color: var(--Bg-2);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.section-descrubre-agencia .title{
  color: var(--White);
}
.section-descrubre-agencia::after {
  position: absolute;
  content: "";
  background-image: url(../images/item/section-dowload-app.png);
  top: 0;
  height: 100%;
  width: 100%;
}
.section-descrubre-agencia .wrapper {
  position: relative;
  z-index: 1;
  padding: 45px 0 45px 30px;
}
.section-descrubre-agencia .wrapper .content {
  position: relative;
  z-index: 5;
  margin-bottom: 31px;
}
.section-descrubre-agencia .wrapper .content .title {
  font-weight: 900;
  /* font-size: 35px; modified AP*/
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 19px;
  max-width: 600px;
}
.section-descrubre-agencia .wrapper .content p {
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 19.6px;
  color: var(--Secondary);
  max-width: 600px;
}
.section-descrubre-agencia .wrapper .bottom {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.section-descrubre-agencia .wrapper .bottom .btn-dowload {
  width: 127px;
}
.section-descrubre-agencia .wrapper .bottom .btn-dowload img {
  border-radius: 8px;
  border: 1px solid var(--Border);
}
.section-descrubre-agencia .item {
  position: absolute;
}
.section-descrubre-agencia .item.coin-1 {
  top: 20px;
  left: 900px;
}
.section-descrubre-agencia .item.coin-2 {
  top: 93px;
  left: 600px;
}
.section-descrubre-agencia .item-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .section-descrubre-agencia .wrapper .content .title{
    br {
      display: none;
    }
  }
}