:root {
  --color: #ffffff;
  --width: 1440px;
  --none: none;
}

.container_gen {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

.button--none {
  display: var(--none);
}

/* set-apple-event */
.set-apple-event {
  background-color: #000000;
  width: 375px;
  height: 486px;
}

.banner-container {
  position: relative;
  width: 100%;
  background-color: #000000;
}

.banner-container img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1504px;
}

/* set-celulares-gama-media */
.set-celulares-gama-media {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 432px;
  align-items: center;
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/empresas/lanzamiento-iphone16/assets/bg-gamamedia.webp);
  background-size: cover;
  background-position: 39% 100%;
}

.celulares-gama-media__item {
  padding: 15px;
  margin: 0 auto;
  width: 100%;
  height: 590px;
  border: 1px solid var(--blue);
  border-radius: 8px;
}

.celulares-gama-media__item p {
  margin: 0 auto;
  max-width: 246px;
  font-size: 14px;
}

.celulares-gama-media__item img {
  height: 224px;
  display: block;
  margin: 0 auto;
}

.set-celulares-gama-media__title {
  max-width: 320px;
  text-align: center;
  margin: 0px 0 35px;
  height: 72px;
  font-size: 20px;
  line-height: 34px;
}

.celulares-gama-media__card-content {
  width: 100%;
  max-width: 322px;
  gap: 25px;
}

.celulares-gama-media__item h3 {
  text-align: center;
  margin: 5px 0 20px;
  font-size: 20px;
}

/* Ajusta el espacio entre los item slide */
.celulares-gama-media__card-content .slick-slide {
  margin: 0 15px;
}

.celulares-gama-media__card-content .slick-dots li {
  width: 15px !important;
  margin: 0 0px !important;
}

.celulares-gama-media__card-content .slick-dots li button:before {
  margin-top: 10px;
  font-size: 11px !important;
  color: var(--white);
}


.terms-iphone {
  width: 94%;
  max-width: 1236px;
  margin: 80px auto 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.terms-iphone h4 {
  font-size: clamp(1.2rem, 5vw, 1.4rem);
}

.hide-desk {
  display: block;
}

.text-opcional {
  color: #b6b7b7;
  font-size: 13px;
  text-align: left;
  margin-top: -10px;
}

.c-terms label {
  font-size: clamp(13px, 4vw, 14px);
  text-align: left;
}

.c-terms a {
  text-decoration: underline;
}

.box__more__button {
  width: 109px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 34%;
  bottom: 32%;
  border: 1px solid var(--white);
  border-radius: 16px;
  font-size: 12px;
}

.terms-container {
  margin: 4rem auto 0;
  padding: 30px 30px 20px;
  width: 90%;
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-bottom: 1px solid #D3D4D3;
}

.terms-container__title {
  width: 100%;
  display: grid;
  grid-template-columns: max-content auto;
  font-size: 18px;
  font-weight: bold;
  color: #50535A;
  cursor: pointer;
}

.terms-container__title .arrow {
  justify-self: end;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #00A9E0;
  border-left: 1px solid #00A9E0;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all .5s;
  position: relative;
  top: 7px;
}

.terms-container__content {
  display: none;
  font-size: 16px;
}

.terms-container.active .terms-container__title .arrow {
  transform: rotate(-225deg);
}

.terms-container.active .terms-container__content {
  display: block;
}

/* lanzamiento-description */
.set-lanzamiento-description {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: justify;
  flex-direction: column;
}

.lanzamiento-description {
  margin: 0 auto;
  width: 350px;
  height: auto;
  line-height: 1.3;
  text-align: center;
  padding: 20px 0;
}

/*FORMULARIO*/

.container-form {
  padding: 25px 10px 25px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
}

.container-form .form h4 {
  font-weight: bold;
  line-height: 25px;
  font-size: 13px;
  text-align: left;
  margin: 0 auto 10px;
}

.container-form .form {
  text-align: center;
  width: 100%;
}

.container-form form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

form input {
  border: none;
}

.container-form form .form-input {
  width: 100%;
  height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: solid 1px #c3c3c3;
  background-color: white;
  border-radius: 4px;
  padding: 16px;
  font-size: 15px;
}

.focus {
  border: 1px solid var(--blue) !important;
}

.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 16px;
}

.place {
  display: none;
  font-size: 12px;
  color: var(--blue) !important;
}

.i {
  display: block;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 24px;
  height: 24px;
  background-color: #b6b7b7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.i-volver {
  background-color: #ffffff;
}

#vehicle1 {
  width: 16px;
  height: 16px;
  justify-self: flex-end;
  position: relative;
  top: 4px;
}

.accept {
  line-height: 13px;
  display: grid;
  grid-template-columns: 17% 80%;
  text-align: initial;
  gap: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}

.accept label {
  font-size: 12px;
  width: 90%;
  justify-self: flex-start;
  color: #50535a;
}

.container-form form .lb-text {
  margin: 10px 0;
}

.container-form form .box-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93%;
  gap: 13px;
  margin: 0px auto;
}

.container-form form .box-btns .btn {
  width: 100%;
  border: solid 2px #009df2;
  padding: 2px 40px 2px 40px;
  cursor: pointer;
}

.container-form form .box-btns .btnmod input {
  display: none;
}

.container-form form .box-btns .btnmod::selection {
  color: #fff;
  background-color: #009df2;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.container-form .box-answer {
  text-align: left;
}

.container-form .box-answer .box-question {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.container-form .box-answer .box-question select {
  width: 100%;
}

.container-form form .accept {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 20px 0;
  gap: 5px;
  text-align: left;
}

.container-form form .accept input {
  width: auto;
  margin-top: 7px;
}

.accept label a {
  color: var(--blue);
  text-decoration: underline;
}

.container-form form .btn-fomr-paut {
  width: 100%;
}

.container-form .active,
.container-form .btn:hover {
  background: #009df2;
  color: white;
}

.btn-fomr-paut {
  background-color: #009df2;
  color: #fff;
  border-radius: 20px !important;
  width: 100%;
}

.container-form button {
  margin: 20px 0;
  background-color: #019df4;
  color: #fff;
  width: 190px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin: 20px auto;
}

.hide-desk {
  display: block;
}

.text-opcional {
  color: #b6b7b7;
  font-size: 13px;
  text-align: left;
  margin-top: -10px;
}

@media (max-width: 768px) {
  .enviarForm {
    font-size: 14px;
  }
}

.enviarForm.error {
  background-color: #e63780 !important;
  border: #e63780 !important;
  color: white !important;
}

.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.icon-send {
  background: url(/components/callbacks/simple/images/icono-success-whiteDarkBlue.svg) no-repeat center center;
  background-size: contain;
  height: 24px;
  width: 24px;
  margin-right: 12px;
}

.icon-spinner {
  -webkit-mask: url(/components/callbacks/simple/images/icon-spinner.svg) no-repeat 100% 100%;
  mask: url(/components/callbacks/simple/images/icon-spinner.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 24px;
  width: 24px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.show {
  display: block;
}

.form-checked {
  color: #6c757d;
  height: 47px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.placeChecked {
  margin-bottom: 5px;
}

.checked-container {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.container-form form .form-input:focus-within {
  border: 1px solid #009df2;
}

.container-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.container-box label {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  /* Color del texto */
}

.custom-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  appearance: none;
  /* Oculta el estilo predeterminado del navegador */
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  /* Flecha personalizada */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.custom-select:focus {
  border-color: #007bff;
  /* Cambia el color del borde al hacer foco */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  /* Sombra cuando está en foco */
  outline: none;
}

.custom-select option {
  width: 100%;
  /* Intenta forzar que las opciones sigan el ancho del select */
  text-align: left;
  /* Alinea el texto a la izquierda */
  padding: 10px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.terms-container__content{
padding: 10px 19px;
    width: fit-content;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 22px;
}

@media only screen and (min-width: 768px) {
  .c-header-wrap {
    height: 5rem;
  }

  .title-container {
    margin-top: 3.5rem;
  }

  .title-container img {
    max-width: 170px;
  }

  .a-tyc {
    margin-top: -30px;
  }

  .hide-desk {
    display: none;
  }

  .main-title {
    height: 120px;
  }

  .set-celulares-gama-media {
    padding: 0px 0px 70px;
    display: flex;
    width: 100%;
    max-width: none;
    height: max-content;
    margin: 0;
    background-position: center;
  }

  .celulares-gama-media__item {
    width: 100%;
    height: auto;
    min-height: 515px;
    max-width: 397px;
    text-align: center;
    margin: 0;
    padding: 26px 24px;
    text-align: left;
  }

  .set-celulares-gama-media__title {
    margin: 46px 0 70px;
    font-size: 32px;
    max-width: 940px;
    height: 24px;
    text-align: center;
    font-size: 32px;
  }

  .celulares-gama-media__card-content {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 29px;
    width: 100%;
    max-width: 1000px;

    margin: 0;
  }

  .celulares-gama-media__item h3 {
    margin: 20px 0;
  }

  .box__more__button {
    width: 139px;
    height: 33px;
    left: 14%;
    bottom: 37%;
  }

  .container-form .form h4 {
    font-size: 22px;
  }

  .container-form form .form-input {
    align-items: center;
  }

  .container-form .i-name {
    content: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home/promo-form/assets/form/name.svg);
    width: 16px;
    height: 16px;
  }

  .container-form .i-email {
    content: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home/promo-form/assets/form/mail.svg);
    width: 16px;
    height: 16px;
  }

  .container-form .i-tel {
    content: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home/promo-form/assets/form/phone.svg);
    width: 16px;
    height: 16px;
  }

  .container-form .i-product {
    content: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home/promo-form/assets/form/product.svg);
    width: 16px;
    height: 16px;
  }

  option.dummy-option-for-chrome {
    font-size: 2px;
    color: transparent;
  }

  .accept {
    grid-template-columns: 13% 83%;
  }

  .container-promo-form .contianer-slct .item {
    color: #fff;
    background-color: #002b3d;
    cursor: pointer;
    margin: 30px !important;
    text-indent: 55px;
  }

  .a-tyc {
    margin-top: -30px;
  }

  .hide-desk {
    display: none;
  }

  .container-form form {
    display: flex;
  }

  .container__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .container__text h2 {
    font-size: 26px;
    text-align: left;
  }

  .container__text p {
    font-size: 20px;
    text-align: left;
  }

  .container-form {
    gap: 10px;
    align-items: flex-start;
  }

  .container-form .form h1 {
    width: 65%;
    font-size: 30px;
    line-height: 37px;
  }

  .input-container {
    gap: 5px;
  }

  .input-container input {
    width: 250px;
  }

  .accept label {
    width: 80%;
  }

  .container-box-promo {
    background-size: 100% 100%;
    height: 440px;
  }

  .form-checked {
    height: 47px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .placeChecked {
    margin-bottom: 0px;
  }

  .box__more__button {
    margin: 0;
    width: 200px;
    left: 11%;
    bottom: 35%;
  }

  .set-lanzamiento-description {
    margin: 2rem auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .lanzamiento-description {
    width: 100%;
    max-width: 1200px;
    height: 105px;
    text-align: center;
    margin-bottom: 30px;
    line-height: inherit;
  }
}

@media screen and (min-width: 1250px) {
  .c-header-wrap {
    height: 7.9rem;
  }

  .box__more__button {
    width: 227px;
    height: 47px;
    left: 12%;
    bottom: 35%;
    font-size: 24px;
  }
}

@media screen and (min-width: 1900px) {
  .box__more__button {
    width: 282px;
    height: 59px;
    left: 15%;
    bottom: 35%;
    font-size: 30px;
  }
}