.absoluta {
  display: inline-block;
  position: absolute !important;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  color: #fff;
  background: #f08224;
  right: 0;
  top: 0;
  margin-right: -15px !important;
  margin-top: -24px !important;
  font-size: 14px !important;
  text-align: center;
  line-height: 1em; }
  .absoluta strong {
    font-size: 18px;
    padding-top: 10px;
    display: inline-block; }

body, html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  color: #212121; }

h4 {
  font-size: 32px;
  color: #212121;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500; }

header {
  height: 100px;
  position: absolute !important;
  z-index: 100;
  text-align: center;
  background: #f4f4f4; }
  header h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4em;
    margin: 0; }
    header h2 span {
      display: block;
      font-size: 16px;
      line-height: 1.4em; }
      @media (max-width: 640px) {
        header h2 span {
          display: none; } }
    @media (max-width: 640px) {
      header h2 {
        font-size: 22px; } }
    @media (max-width: 320px) {
      header h2 {
        font-size: 18px; } }
  @media (max-width: 768px) {
    header {
      height: 90px; } }
  @media (max-width: 320px) {
    header {
      height: 60px; } }

.ctl-container {
  position: relative;
  width: 100%;
  height: inherit; }
  .ctl-container form {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  @media (max-width: 320px) {
    .ctl-container {
      padding: 0; } }

ul li.active {
  background-color: #212121;
  color: #fff; }

.ctl-image-container {
  position: relative;
  margin: 24px auto;
  width: 333px;
  height: 250px;
  background: url("../img/sprite.jpg") no-repeat left center;
  background-size: auto 100%; }
  .ctl-image-container.smartf {
    background-position: 100% 0; }
  .ctl-image-container.laptop {
    background-position: 33% 0; }
  .ctl-image-container.consolawi {
    background-position: 66% 0; }
  .ctl-image-container-little {
    position: relative;
    width: 240px;
    height: 180px;
    margin: 10px auto;
    background: url("../img/sprite.jpg") no-repeat left center;
    background-size: auto 100%; }
    .ctl-image-container-little.lilfone {
      background-position: 100% 0; }
    .ctl-image-container-little.lillap {
      background-position: 33% 0; }
    .ctl-image-container-little.lilconsol {
      background-position: 66% 0; }
  @media (max-width: 640px) {
    .ctl-image-container {
      width: 240px;
      height: 180px; } }

.ctl-form-box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none; }
  .ctl-form-box#person_section {
    display: block; }
  .ctl-form-box .ctl-button-place {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    background: #f4f4f4;
    padding: 25px 0;
    left: 0; }
    .ctl-form-box .ctl-button-place .ctl-button {
      width: 150px;
      height: 50px;
      line-height: 50px;
      border-radius: 10px;
      display: inline-block;
      font-size: 18px;
      cursor: pointer;
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
      margin: 0 7px; }
      .ctl-form-box .ctl-button-place .ctl-button.ctl-next {
        color: #fff;
        background: #0FBDDF;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .ctl-form-box .ctl-button-place .ctl-button.ctl-next:hover {
          background-color: #afafaf;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      @media (max-width: 320px) {
        .ctl-form-box .ctl-button-place .ctl-button {
          margin-bottom: 14px; } }
    @media (max-width: 320px) {
      .ctl-form-box .ctl-button-place {
        position: relative;
        margin-top: 20px; } }
  .ctl-form-box .ctl-vert-center {
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 20px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 460px) {
      .ctl-form-box .ctl-vert-center {
        top: 0;
        transform: translateY(0);
        padding-top: 85px; } }
    .ctl-form-box .ctl-vert-center.results__final {
      top: 120px;
      transform: translateY(0); }
    .ctl-form-box .ctl-vert-center h3 {
      font-size: 22px;
      font-weight: 100;
      line-height: 1.8em;
      position: relative; }
      @media (max-width: 320px) {
        .ctl-form-box .ctl-vert-center h3 {
          font-size: 16px; } }
    .ctl-form-box .ctl-vert-center img {
      display: block;
      position: relative;
      margin: 20px auto;
      width: 200px;
      height: auto; }
      @media (max-width: 320px) {
        .ctl-form-box .ctl-vert-center img {
          width: 60%;
          height: auto; } }
    .ctl-form-box .ctl-vert-center .fa-arrow-right {
      margin-top: 30px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      display: inline-block;
      border-radius: 100%;
      cursor: pointer;
      background: #212121;
      color: #fff; }
      .ctl-form-box .ctl-vert-center .fa-arrow-right:hover {
        background: #0FBDDF; }
    .ctl-form-box .ctl-vert-center p span.ctl-title_span {
      display: block;
      font-size: 24px;
      line-height: 1.6em; }
    .ctl-form-box .ctl-vert-center p span.fa {
      padding: 0 10px;
      cursor: pointer;
      color: #0FBDDF;
      line-height: 60px;
      font-size: 27px; }
    .ctl-form-box .ctl-vert-center p input[type="text"] {
      border: none;
      background-color: #f4f4f4;
      border-radius: 10px;
      font-size: 35px;
      color: #212121;
      width: 76px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      font-weight: 100; 
    }
    .ctl-form-box .ctl-vert-center ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      width: 70%;
      min-height: 20px;
      overflow: hidden;
      text-align: center;
      margin: 0 auto;
      padding-top: 8px; }
      .ctl-form-box .ctl-vert-center ul li {
        width: 22%;
        height: 50px;
        line-height: 50px;
        border-radius: 10px;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        margin: 0 1%;
        color: #0FBDDF;
        text-align: left;
        margin-bottom: 18px;
        padding-left: 12px; }
        @media (max-width: 768px) {
          .ctl-form-box .ctl-vert-center ul li {
            width: 40%;
            margin: 0 4% 18px; } }
        @media (max-width: 640px) {
          .ctl-form-box .ctl-vert-center ul li {
            width: 47%;
            margin: 0 1% 18px;
            font-size: 14px;
            padding-left: 8px; } }
        @media (max-width: 330px) {
          .ctl-form-box .ctl-vert-center ul li {
            width: 47%;
            margin: 0 1% 18px;
            font-size: 12px;
            padding-left: 6px; } }
        .ctl-form-box .ctl-vert-center ul li span {
          margin-right: 6px;
          font-size: 18px;
          display: inline-block;
          line-height: 50px;
          float: left; }
          @media (max-width: 640px) {
            .ctl-form-box .ctl-vert-center ul li span {
              font-size: 16px; } }
        .ctl-form-box .ctl-vert-center ul li.active {
          color: #fff;
          background: #0FBDDF; }
      @media (max-width: 768px) {
        .ctl-form-box .ctl-vert-center ul {
          width: 96%; } }
  .ctl-form-box .icons {
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    min-height: 20px;
    overflow: hidden;
    font-size: 126px; }
  .ctl-form-box p {
    position: relative;
    margin: 0 auto; }
    .ctl-form-box p span {
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari*/
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
         supported by Chrome and Opera */ }
  @media (max-width: 320px) {
    .ctl-form-box {
      padding: 0 0.75%; } }

.calculo {
  display: none; }

.plans {
  display: none;
  position: relative;
  width: 1110px !important;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
  padding-top: 22px !important; }
  @media (max-width: 768px) {
    .plans {
      width: initial !important; } }
  .plans li {
    position: relative;
    display: inline-block !important;
    width: 340px !important;
    height: initial !important;
    min-height: 200px !important;
    overflow: visible;
    border-radius: 0 !important;
    border-top: 5px solid #adafaf;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
    margin: 0 13px 40px !important;
    text-align: center !important;
    vertical-align: top !important; }
    @media (max-width: 375px) {
      .plans li {
        width: 290px !important; } }
    .plans li .plan__price {
      color: #212121;
      font-size: 16px; }
    .plans li .plan__text {
      position: relative;
      text-align: center;
      width: 100%;
      height: initial !important;
      min-height: 20px;
      overflow: hidden; }
      .plans li .plan__text span {
        display: inline-block;
        position: relative;
        padding-top: 66px;
        color: #da272c;
        float: none !important;
        width: 85px;
        min-height: 20px;
        font-weight: 500 !important;
        line-height: 1.2em !important;
        margin: 15px 27px 0 !important;
        overflow: hidden;
        vertical-align: top;
        background: url(../img/iconos.png) no-repeat left top; }
        .plans li .plan__text span.plan__internet {
          background: url(../img/iconos.png) no-repeat center top; }
        .plans li .plan__text span.plan__fono {
          background: url(../img/iconos.png) no-repeat right top; }
        .plans li .plan__text span i {
          display: block;
          position: relative;
          font-style: normal;
          color: #5c5c5c;
          font-weight: 400; }
        .plans li .plan__text span.triplets {
          margin: 15px 10px 0 !important; }
    .plans li .external {
      color: #0FBDDF;
      font-weight: 500;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .plans li .external:hover {
        color: #14798c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .plans li.especial-kind {
      border: none !important;
      box-shadow: none !important;
      padding-bottom: 60px;
      color: #212121 !important;
      font-size: 22px !important;
      float: none !important;
      clear: both !important;
      margin-left: auto !important;
      margin-right: auto !important;
      display: block !important;
      width: 100% !important; }
      .plans li.especial-kind p {
        float: none !important;
        clear: both !important;
        text-align: center !important; }
        .plans li.especial-kind p.none {
          line-height: 1em !important;
          margin: 40px auto 20px !important;
          font-size: 30px !important; }
        .plans li.especial-kind p.mbps {
          margin-bottom: 40px !important; }
        .plans li.especial-kind p span {
          float: none !important;
          font-size: 30px !important; }
        .plans li.especial-kind p.final__icons {
          display: inline-block !important;
          height: 46px !important;
          padding-left: 158px !important;
          background: url(../img/footer.png) no-repeat left center;
          font-size: 16px !important;
          text-align: left !important; }
          @media (max-width: 460px) {
            .plans li.especial-kind p.final__icons {
              padding-left: 0 !important;
              padding-top: 50px !important;
              background: url(../img/footer.png) no-repeat center top;
              text-align: center !important;
              width: 80%;
              line-height: 1.6em !important; } }
      .plans li.especial-kind h5, .plans li.especial-kind .mbps {
        font-size: 38px;
        color: #5c5c5c;
        font-weight: 500; }
      .plans li.especial-kind .ctl-button-initial {
        width: 180px;
        height: 50px;
        line-height: 50px;
        border-radius: 10px;
        display: inline-block;
        font-size: 18px;
        cursor: pointer;
        color: #fff;
        background: #0FBDDF;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        margin: 0 7px;
        display: block !important;
        margin: 15px auto !important;
        position: relative !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .plans li.especial-kind .ctl-button-initial:hover {
          background-color: #00AACF;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        @media (max-width: 320px) {
          .plans li.especial-kind .ctl-button-initial {
            margin-bottom: 14px; } }

#plans0 {
  display: block; }

.aviso {
  line-height: 2.8em;
  opacity: 0; }
  .aviso.noted {
    opacity: 1; }

#totalCalc {
  display: none;
  border: none;
  background: #f08224;
  width: 200px;
  height: 80px;
  font-size: 32px;
  font-weight: 400;
  border-radius: 0 !important;
  color: #fff;
  margin: 5px auto 30px; }

/*# sourceMappingURL=styles.css.map */
