
.lp-redmi{
  position: relative;
  min-height: 100svh;
  background: #ffffff; /* Mobile blanco */
  overflow: hidden;
  font-family: inherit;
}

/* Fondo desktop (imagen 2) - oculto en mobile */
.lp-redmi__bg{
  display: none;
}

/* Contenedor general */
.lp-redmi__wrap{
  width: min(1400px, 100%);
  margin: 0 auto;
}

/* Logos arriba */
.lp-redmi__header{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.lp-redmi__logos{
  height: 30px;
  width: auto;
  display: block;
  justify-content: center;
}


/* Contenido en mobile: columna */
.lp-redmi__content{
  display: grid;
  gap: 16px;
}

/* Panel derecho (en mobile solo es un bloque normal) */
.lp-redmi__panel{
  display: grid;
  gap: 16px;
}

/* Imágenes responsive */
.lp-redmi__hero,
.lp-redmi__powerbank{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  
  padding: 16px;
}

.lp-form {
    width: 288px;
    min-height: 300px;
    margin: 0 auto;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    
 

}
.lp-form.c-lpHoraCall{
  border-radius: 12px;
  overflow: hidden;
}
.t-center{
    margin-bottom: 20px;
    font-size: 18px;
}
.c-input-form-box{
    width: 243px;
    height: 46px;
    margin: 0 auto;
}
.txt_check{
    width: 242px;
    margin: 0 auto;
    font-size: 12px;
}
.t-bottom{
    background-color: #B5E5FF;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
.t-bottom b{
    color: #019DF4;
}
.lp-redmi__final{
   width: 110%;
  height: auto;
  display: block;
  margin-top: auto;
}
a{
    cursor: pointer;
}
/* Mobile: ocultar TyC */
.lp-redmi__tyc{
  display: none;
}


@media (min-width: 768px){

  .lp-redmi{
    background: transparent;
  }
  .lp-redmi__bg{
    display: block;
    position: absolute;
    inset: 0;
    background-image: url("https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/celulares-xiaomi/Xiaomi%20desktop.webp");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center center;
    width: 100%;
  }
  .lp-redmi__wrap{
    position: relative;
    z-index: 1;
    padding: 24px;
  }

  .lp-redmi__content{
    align-items: end;
    gap: 24px;
    justify-content: end;
    

  }
  .lp-redmi__hero{
    content: url("https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/celulares-xiaomi/Titular%20desktop.webp");
    width: 700px;
    
  }

  /* Header logos arriba izquierda */
  .lp-redmi__header{
    justify-content: flex-start;
    padding: 0 0 16px;
  }

  /* Panel blanco a la derecha */
  .lp-redmi__panel{
    background: transparent;
    margin-left: auto;
    height: 100vh;
    width: 80%;
    transform: translateY(-50px);
  }
  .lp-redmi__final{
    display: none;
  }
  .lp-form{
    margin-top: -20px;
    height: 288px;
  }
  .lp-form .t-bottom{
    margin-top: 2px;
  }
  .lp-redmi__powerbank{
    content: url("https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/celulares-xiaomi/Bateria-desktop.webp");
    margin-top: -20px;
  }

  /* TyC solo desktop */
  .lp-redmi__tyc{
    display: block;
    font-size: 8px;
    line-height: 1.35;
    font-weight: 800;
    color: black;
    max-width: 600px;
    margin-left: auto;
    margin-top: -20px;
  }
}

