body {
    margin: 0;
}

.slider-gpontv {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.gpontv-hero {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.gpontv-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.gpontv-hero a {
    display: block;
}

.gpontv-banner-desktop,
.gpontv-banner-mobile {
    width: 100%;
    height: auto;
    display: block;
}

.gpontv-banner-mobile {
    display: none;
}

@media (max-width: 768px) {
    .gpontv-banner-desktop {
        display: none;
    }

    .gpontv-banner-mobile {
        display: block;
    }
}

.fondo-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../../images/fondo2.png") center/cover no-repeat;
    height: 1800px;
}

.fondo-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    pointer-events: none;
    z-index: 1;
}

.fondo {
    display: none;
}

.gpontv-content {
    position: relative;
    inset: auto;
    padding: 40px 200px 80px;
    z-index: 2;
}

.gpontv-title {
    text-align: center;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    padding: 12px;
    margin-bottom: 3px;
}

.gpontv-title h1,
.gpontv-title h2,
.gpontv-title h3 {
    margin: 0;
}

.gpontv-body {
    padding-top: 0px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    padding: 20px;
}

.gpontv-visual {
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gpontv-text {
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gpontv-text h4 {
    margin-top: 0;
}

.gpontv-logo {
    width: 121%;
    height: auto;
}

.gpontv-includes {
    margin-top: 28px;
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
    border-radius: 24px;
    padding: 18px 24px 24px;
}

.gpontv-includes h3 {
    margin: 0 0 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.gpontv-includes h3 span {
    color: #ff4403;
}

.gpontv-includes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gpontv-include-item {
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    padding: 16px 12px;
}

.gpontv-include-icon {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gpontv-include-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.gpontv-include-icon img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gpontv-icon-1,
.gpontv-icon-2,
.gpontv-icon-3 {
    width: 100px;
    height: auto;
    display: block;
}

.gpontv-requirements {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    /* border: 1px solid rgba(255, 255, 255, 0.5) */
    ;
    padding: 20px;
}

.gpontv-requirements-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
    padding: 16px;
}

.gpontv-requirements-right {
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.gpontv-card {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px 30px 30px 0px;
    padding: 18px 22px 15px;
    color: #fff;
    text-align: left;
}

.gpontv-card-title {
    display: flex;
    justify-content: center;
    margin: -30px auto 14px;
}


.gpontv-pill {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 6px 18px;
    font-weight: 700;
    margin: 16px auto 0;
}

.gpontv-btn {
    display: inline-block;
    background: #111;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 8px 14px;
    font-weight: 700;
    margin: 10px 0;
}

.gpontv-phone-placeholder {
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 18px;
    min-height: 320px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gpontv-phone-img {
    width: 117%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gpontv-card .gpontv-pill {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gpontv-card.center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gpontv-card.center .gpontv-btn {
    align-self: center;
}




.gpontv-card.center p {
    text-align: center;
}

.gpontv-card-title span {
    background: #ff4403;
    color: #fff;
    border-radius: 18px;
    padding: 8px 18px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    max-width: 90%;
}

.gpontv-card-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gpontv-card-center .gpontv-btn {
    margin-left: auto;
    margin-right: auto;
}

.gpontv-pill i {
    font-size: 30px;
    line-height: 1;
}

.regalo {
    background: #fff;
    padding: 36px 24px;
    border: 1px solid #e5e5e5;
}

.regalo-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.regalo-content h2 {
    margin: 0 0 22px;
    font-weight: 800;
    color: #111;
    font-size: 28px;
}

.regalo-content h2 span {
    font-weight: 500;
    color: #222;
}

.regalo-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.regalo-btn {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 22px;
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
}

.regalo-btn-primary {
    background: #ff4403;
}

.regalo-btn-dark {
    background: #0f0f0f;
}

.gpontv-faq {
    background: #1e1e1e;
    padding: 48px 24px 64px;
}

.gpontv-faq-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
}

.gpontv-faq-inner h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.gpontv-faq-list {
    display: grid;
    gap: 16px;
}


@media (max-width: 900px) {
    .gpontv-faq-inner {
        grid-template-columns: 1fr;
    }
}

.gpontv-faq-item {
    background: #3a3a3a;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gpontv-faq-trigger {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 16px 18px;
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.gpontv-faq-panel {
    padding: 0 18px 16px;
    color: #e6e6e6;
    display: none;
}

.gpontv-faq-item.is-open .gpontv-faq-panel {
    display: block;
}

.gpontv-faq-item.is-open .gpontv-faq-icon {
    transform: rotate(180deg);
}

.gpontv-faq-icon {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.gpontv-faq-icon i {
    font-size: 16px;
    color: #cfcfcf;
}



@media (max-width: 1200px) {
  .gpontv-content {
    padding: 32px 120px 60px;
  }

  .gpontv-title h1 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .fondo-wrap {
    height: auto !important;
    overflow: visible !important;
  }

  .fondo {
    position: absolute;
    height: 100%;
  }

  .gpontv-content {
    position: relative;
    inset: auto;
    padding: 32px 20px 40px;
    z-index: 2;
  }

  .gpontv-title {
    text-align: center;
  }

  .gpontv-title h1 {
    font-size: 26px;
  }

  .gpontv-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gpontv-visual,
  .gpontv-text {
    text-align: center;
  }

  .gpontv-logo {
    width: 70%;
  }

  .gpontv-includes {
    width: 100%;
  }

  .gpontv-includes-grid {
    grid-template-columns: 1fr;
  }

  .gpontv-requirements {
    grid-template-columns: 1fr;
  }

  .gpontv-requirements-left,
  .gpontv-requirements-right {
    width: 100%;
  }

  .gpontv-phone-img {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .gpontv-content {
    padding: 24px 16px 32px;
  }

  .gpontv-title h1 {
    font-size: 22px;
  }

  .gpontv-card-title span {
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 14px;
  }

  .gpontv-btn {
    font-size: 14px;
  }
}
