/* body {
    background-color: #3c9ad7 !important;
} */

.ct-container-main {
  background-image: url(https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/ofertas-online-gracias/content/images/fondo_mob.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  margin: auto;
  padding: 40px 0 0 0;
}

.ct-img-phone {
  height: 100%;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.ct-content-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.ct-logo_movistar-desk {
  display: none;
}

.ct-logo_movistar-mb {
  font-size: 50px;
  margin-bottom: 30px;
}

.ct-container-text {
  margin: 18px;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  width: 95%;
  max-width: 430px;
}

.ct-container-text h3 {
  color: var(--blue);
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.ct-container-text h3 span {
  font-size: 1.4rem;
  font-weight: 400;
}

.ct-container-text .ct-text-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.ct-container-text .ct-text-info b {
  font-size: 1.6rem;
}

.ct-mesenge-info {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.ct-container-text .icn-mobile-device-regular:before {
  color: var(--blue);
  font-size: 2.8rem;
}

.ct-link {
  background-color: var(--blue);
  color: var(--white);
  padding: 6px 30px;
  display: block;
  border-radius: 20px;
  font-size: 1.3rem;
}

.ct-container-text
  .callback-sencillo
  .callback-box__check
  label.--txt-check-center {
  color: black !important;
}

.ct-container-text .callback-sencillo .callback-box__check label.txt_check a {
  color: black !important;
}

.ct-container-text .callback-sencillo .botonEnviarNormal.bg-green:disabled,
.callback-sencillo .botonEnviarNormal.bg-green[disabled] {
  background-color: #57c700 !important;
  border: none !important;
}

@media screen and (min-width: 769px) {
  .ct-container-main {
    background-image: url(https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/ofertas-online-gracias/content/images/fondo_desk.webp);
    background-position: 100%;
    flex-direction: row;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .ct-content-images {
    order: 1;
    flex-basis: 55%;
    display: flex;
    justify-content: flex-end;
    height: 100vh;
    overflow: hidden;
  }

  .ct-container-text {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    order: 2;
    flex-grow: 0;
    flex-basis: 40%;
    text-align: left;
    align-items: flex-start;
    position: relative;
    max-height: fit-content;
    color: white;
    text-align: center;
    align-items: center;
  }

  .ct-container-text .input-group input {
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
  }

  .ct-container-text .input-group input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .ct-container-text .ct-mesenge-info,
  .ct-container-text p {
    color: white;
    font-size: 20px;
  }

  .ct-container-text .ct-logo_movistar-desk {
    color: white;
  }

  .ct-container-text .ct-mesenge-info span {
    color: white;
  }

  .ct-img-phone {
    max-width: 800px;
    object-fit: contain;
    height: auto;
    align-self: center;
  }

  .ct-logo_movistar-desk {
    display: block;
    font-size: 60px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    color: white;
  }

  .ct-logo_movistar-mb {
    font-size: 50px;
    align-self: start;
    margin-top: 5vh;
  }

  .ct-container-text h3 {
    font-size: 2.5rem;
    line-height: 2.3rem;
  }

  .ct-container-text h3 span {
    font-size: 2rem;
  }

  .ct-container-text .ct-text-info,
  .ct-mesenge-info {
    font-size: 18px;
    line-height: 1.5rem;
  }

  .ct-container-text .ct-text-info b {
    font-size: 2rem;
  }

  .ct-container-text .icn-mobile-device-regular:before {
    color: var(--blue);
    font-size: 3.6rem;
  }
}
