/* banner.css */
body {
  margin: 0;
}
.bn {
  width: 100%;
  margin: 0;
}

/* HERO */
.bn__hero {
    background-image: url("https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/bienvenida-pospago/banner/bg_bienvenidapospago_mobile.webp");
    width: 100%;
    height: 163px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.bn__hero-content{
    color: white;
    padding-left: 36%;
    padding-top: 30px;
}
.bn__hero-content h1{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    width: fit-content;
}
.bn__hero-content p{
    font-size: 24px;
    font-weight: 100 !important;
    line-height: 90%;
    font-style: light;
    width: fit-content;
}

/* BOTTOM AREA */
.bn__bottom {
  background: #ffffff;
  width: 100%;
}

.bn__bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 16px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* COPY */
.bn__copy {
  text-align: center;
  width: 90%;
}

.bn__copy-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  color: #019DF4;
}

.bn__copy-text strong {
  font-weight: 700;
}

.bn__carrusel{
    display: block;
  width: 200px;
  height: auto;

  object-fit: cover;
  object-position: center;

  background: transparent;
  line-height: 0;
}


.bn__side-5g{
    width: 37px;
    height: 37px;
}
.bn__carrusel{
background-color: white;
}
.bn__gif {
  width: 180px;
  max-width: 70vw;
  height: auto;
  display: block;
}

.bn__5g {
  width: 64px;
  height: auto;
  display: block;
}

/* DESKTOP */
@media (min-width: 768px) {
    .bn__hero-img{
        content: normal;
    }
    .bn__hero{
        background-image: url("https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/bienvenida-pospago/banner/bg_bienvenidapospago_desktop.webp");
        width: 100%;
        height: 381px;
        display: block;
        object-fit: cover;
    }
    .bn__hero-content{
        padding-left: 41%;
        padding-top: 70px;
    }
    .bn__hero-content h1{
        font-size: 30px;
        font-weight: 700;
    }
    .bn__hero-content p{
        font-size: 50px;
        width: 500px;
        font-weight: 300 !important;
    }
    .bn__bottom-inner{
        display: flex;
        flex-direction: row;

    }
    .bn__copy {
        text-align: start;
        flex: 0 0 300px; 
    }
  .bn__bottom-inner img {
    height: 70px;
    width: 70px;
    content: url("https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/bienvenida-pospago/banner/logo-5g.webp");
  }
  .bn__carrusel{
    height: 400px;
    display: unset;
    width: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
    line-height: 0;
  }

  .bn__copy-text {
    font-size: 22px;
    line-height: 1.2;
  }

  .bn__gallery {
    max-width: 520px;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .bn__card {
    border-radius: 16px;
  }

  .bn__side {
    flex: 0 0 140px; /* bloque derecho (gif + 5g) */
    align-items: center;
  }

  .bn__gif {
    width: 140px;
    max-width: 140px;
  }

  .bn__5g {
    width: 72px;
  }
}