@charset "UTF-8";
/**
 * Theme Name: TokaMovil V1
 * Description: Theme para Toka Movil Version 1
 * Author: Jorge Hernández
 * Template: blocksy
 * Text Domain: blocksy
 */
.planes-sim .attributes-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.planes-sim .attributes-labels > .attributes-option {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  position: relative;
  border: 1px solid var(--theme-palette-color-3);
  border-radius: 5px;
  padding: 20px 20px 0 20px;
}
.planes-sim .attributes-labels > .attributes-option.checked {
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--theme-palette-color-3);
}
.planes-sim .attributes-labels > .attributes-option input {
  opacity: 0;
}
.planes-sim .attributes-labels > .attributes-option label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.planes-sim .attributes-labels > .attributes-option > span {
  font-weight: bold;
}
.planes-sim .attributes-labels > .attributes-option > p {
  font-size: 90%;
  opacity: 0.7;
}
.planes-sim .attributes {
  position: relative;
  opacity: 0.7;
}
.planes-sim .attributes:after {
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 2;
}
.planes-sim .attributes.actived {
  opacity: 1;
}
.planes-sim .attributes.actived:after {
  display: none;
}
.planes-sim .product-variations-dropdown {
  opacity: 0;
  width: 0;
  height: 0;
}
.planes-sim .submit-planes {
  margin-top: 20px;
  width: 300px;
  height: 50px;
}
.planes-sim .plan-total-price {
  font-size: 24px;
  font-weight: bold;
}

.recargas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  height: 100%;
}
.recargas form {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 440px;
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 20px 20px 0 20px;
}
.recargas form ::-webkit-input-placeholder {
  font-weight: 100;
}
.recargas form ::-moz-placeholder {
  font-weight: 100;
}
.recargas form :-ms-input-placeholder {
  font-weight: 100;
}
.recargas form ::-ms-input-placeholder {
  font-weight: 100;
}
.recargas form ::placeholder {
  font-weight: 100;
}
.recargas form > div {
  margin-bottom: 20px;
}
.recargas form > div label {
  font-size: 14px;
  font-weight: 100;
}
.recargas form .charge-next-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-palette-color-2);
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: var(--theme-palette-color-8);
}
.recargas #conektaIframeContainer {
  height: 550px;
  width: 100%;
}

.show-success {
  background: #CBE86B;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.show-failed {
  background: #FA2A00;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  color: #FFF;
}

.cobertura #mapDiv {
  width: 100%;
  height: 640px;
}
.cobertura .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  gap: 20px;
  color: var(--paletteColor8);
  cursor: pointer;
}
.cobertura .options a {
  color: var(--paletteColor8);
}
.cobertura .options li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cobertura .options li a:before {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  border: 2px solid var(--paletteColor8);
}
.cobertura .options .current a:before {
  background: var(--paletteColor2);
}

.recargasv2 .ct-customer-details {
  margin-bottom: 20px;
}

.formulario-portabilidad form > div {
  margin-bottom: 10px;
}
.formulario-portabilidad label.error {
  color: #FF0000;
}

.modal-form-portabilidad {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  cursor: pointer;
}
.modal-form-portabilidad > div {
  padding: 30px;
  top: 100px;
  position: absolute;
  background: #FFF;
  border-radius: 10px;
  max-width: 700px;
  text-align: center;
  overflow: auto;
  font-size: 20px;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}