


body{
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
  }
  .logo-marca{position: relative;max-width: 150px;}
  .blocker {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      z-index: 1;
      padding: 20px;
      box-sizing: border-box;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.75);
      text-align: center;
  }
  .blocker:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.05em;
  }
  .blocker.behind {
      background-color: transparent;
  }
  #tradeinModal.modal {
      display: none;
      vertical-align: middle;
      position: relative;
      z-index: 2;
      max-width: 500px;
      box-sizing: border-box;
      width: 90%;
      background: #fff;
      padding: 15px 30px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: 0 0 10px #000;
      -moz-box-shadow: 0 0 10px #000;
      -o-box-shadow: 0 0 10px #000;
      -ms-box-shadow: 0 0 10px #000;
      box-shadow: 0 0 10px #000;
      text-align: left;
  }
  #tradeinModal.modal a.close-modal {
      position: absolute;
      top: -12.5px;
      right: -12.5px;
      display: block;
      width: 30px;
      height: 30px;
      text-indent: -9999px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
  }
  #tradeinModal.modal .modal-spinner {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      padding: 12px 16px;
      border-radius: 5px;
      background-color: #111;
      height: 20px;
  }
  #tradeinModal.modal .modal-spinner > div {
      border-radius: 100px;
      background-color: #fff;
      height: 20px;
      width: 2px;
      margin: 0 1px;
      display: inline-block;
      -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
      animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  #tradeinModal.modal .modal-spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s;
  }
  #tradeinModal.modal .modal-spinner .rect3 {
      -webkit-animation-delay: -1s;
      animation-delay: -1s;
  }
  #tradeinModal.modal .modal-spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s;
  }
  @-webkit-keyframes sk-stretchdelay {
      0%,
      40%,
      100% {
          -webkit-transform: scaleY(0.5);
      }
      20% {
          -webkit-transform: scaleY(1);
      }
  }
  @keyframes sk-stretchdelay {
      0%,
      40%,
      100% {
          transform: scaleY(0.5);
          -webkit-transform: scaleY(0.5);
      }
      20% {
          transform: scaleY(1);
          -webkit-transform: scaleY(1);
      }
  }
  .blocker{
    z-index: 999
  }
  #tradeinModal.modal{
    max-width:920px;
    visibility: visible;
    outline-style: unset;
    opacity: 1;
    overflow: visible;
    padding:0;
  }
  #tradeinModal.modal h2{
    color: #0e151a;
    font-size:18px
  }
    ul.productTypes,
    ul.productBrands,
    ul.productModels,
    ul.productScreen,
    ul.productSideBack,
    ul.productStatus,
    ul.productStorage{
      list-style-type: none;
      /* display:flex*/ /* Primera iteración no resultó */
      display: inline-block;
     /* width: 100%;*/
    }
    ul.productTypes li{
      border: 1px solid #ddd;
      border-radius: 5px;
      margin: 20px 10px 0 0;
      padding: 50px 20px;
      display: inline-flex;
      width: 32%;
      position:relative;
      float: left;
    }
    .productModels .model-phone,
    ul.productStorage li{
      border: 1px solid #ddd;
      border-radius: 5px;
      position:relative;
      background: #fff;
      font-size: 80%;
      height: 100%;
    }
    ul.productStorage li{
      width: 100%;
    }
    ul.productScreen li,
    ul.productSideBack li,
    ul.productStatus li{
        border: 1px solid #ddd;
        border-radius: 5px;
        margin: 20px 10px 0 0;
        padding: 20px;
        display: inline-flex;
        width: 100%;
        position:relative
    }
    ul.productTypes li label,
    ul.productBrands li label,
    ul.productModels li label,
    ul.productScreen li label,
    ul.productSideBack li label,
    ul.productStatus li label,
    ul.productStorage li label{
      font-weight: bold
    }
  ul.productBrands{
    width: 100%
  }
  .content::-webkit-scrollbar {
      width: 7px;
      border-radius: 1.5px;
      background: #8f8f8f;
      cursor: pointer;
      height: 7px
  }
  .content::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,1); 
  }
  /*
      Common 
  */
  
  .wizard,
  .tabcontrol
  {
      display: block;
      width: 100%;
      overflow: hidden;
  }
  
  .wizard a,
  .tabcontrol a
  {
      outline: 0;
  }
  
  .wizard ul,
  .tabcontrol ul
  {
      list-style: none !important;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-evenly;
  }
  
  .tabcontrol ul > li
  {
      display: block;
      padding: 0;
  }
  
  /* Accessibility */
  .wizard > .steps .current-info,
  .tabcontrol > .steps .current-info
  {
      position: absolute;
      left: -999em;
  }
  
  .wizard > .content > .title,
  .tabcontrol > .content > .title
  {
      position: absolute;
      left: -999em;
  }
  
  /*
      Wizard
  */
  
  .wizard > .steps
  {
      position: relative;
      /*display: none;*/
      width: 100%;
  }
  
  .wizard.vertical > .steps
  {
      display: inline;
      float: left;
      width: 30%;
  }
  
  .wizard > .steps .number
  {
      font-size: 1.429em;
  }

  
  .wizard.vertical > .steps > ul > li
  {
      float: none;
      width: 100%;
  }
  
  .wizard > .steps a,
  .wizard > .steps a:hover,
  .wizard > .steps a:active
  {
      display: block;
      width: auto;
      margin: 0 0.5em 0.5em;
      padding: 1em 1em;
      text-decoration: none;
      font-size: 60%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }
  
  .wizard > .steps .disabled a,
  .wizard > .steps .disabled a:hover,
  .wizard > .steps .disabled a:active
  {
      border-bottom: 3px solid #eee;
      border-radius:0;
      color: #aaa;
      cursor: default;
  }
  
  .wizard > .steps .current a,
  .wizard > .steps .current a:hover,
  .wizard > .steps .current a:active
  {
      color: #333;
      cursor: default;
      border-bottom: 3px solid #e1251b;
      border-radius: 0;
  }
  
  .wizard > .steps .done a,
  .wizard > .steps .done a:hover,
  .wizard > .steps .done a:active
  {
      color: #e1251b73;
    border-bottom:3px solid #e1251b73;
    border-radius:0
    
  }
  
  .wizard > .steps .error a,
  .wizard > .steps .error a:hover,
  .wizard > .steps .error a:active
  {
      background: #ff3111;
      color: #fff;
  }
  
  .wizard > .content
  {
      display: block;
      overflow: auto;
      position: relative;
      width: 100%;
      padding:20px 0px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding-bottom: 100px;
  }
  
  .wizard.vertical > .content
  {
      display: inline;
      float: left;
      margin: 0 2.5% 0.5em 2.5%;
      width: 65%;
  }
  
  .wizard > .content > .body > iframe
  {
      border: 0 none;
      width: 100%;
      height: 100%;
  }
  
  .wizard > .content > .body input
  {
    border: 1px solid #ccc;
    float: left;
    margin: 2px 10px 0 0;
  }
  
  .wizard > .content > .body input[type="checkbox"]
  {
      display: inline-block;
  }
  
  .wizard > .content > .body input.error
  {
      background: rgb(251, 227, 228);
      border: 1px solid #fbc2c4;
      color: #8a1f11;
  }
  
  .wizard > .content > .body label
  {
      display: block;
      padding: 20px 10px;
      cursor: pointer;
    
  }
  /*#wizard-p-4 label{
    width: 17%;
      line-height: 85px;
  }*/
  
  .wizard > .content > .body label.error
  {
      color: #8a1f11;
      display: inline-block;
      margin-left: 1.5em;
  }
  
  .wizard > .actions
  {
      position: fixed;
      bottom:0;
      left: 0;
      right:0;
      background: #fff;
      text-align: center;
      width: 100%;
      padding: 25px 0px;
  }
  
  .wizard.vertical > .actions
  {
      display: inline;
      float: right;
      margin: 0 2.5%;
      width: 95%;
  }
  
  .wizard > .actions > ul
  {
      display: flex;
      text-align: right;
  }
  
  .wizard > .actions > ul > li
  {
      margin: 0 0.5em;
  }
  
  .wizard.vertical > .actions > ul > li
  {
      margin: 0 0 0 1em;
  }
  .trading-icon{
    position: absolute;
    right: 42px;
    top: 18px;
  }
  .trading-icon img{
    width: 40px;
    /*-webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);*/
  }
  /*
  ul.productModels li label:has(> input[type='radio']:checked),
  ul.productStorage li label:has(> input[type='radio']:checked){
    background: #f7f7f7
  }
  ul.productModels li label:has(> input[type='radio']:checked)::after,
  ul.productStorage li label:has(> input[type='radio']:checked)::after{
    position: absolute;
      top: -2px; bottom: -2px;
      left: -2px; right: -2px;
      background: linear-gradient(to right, #b10caa, #0169e8);
      content: '';
      z-index: -1;
    border-radius: 5px;
  }*/
  /*
      Tabcontrol
  */
  
  .tabcontrol > .steps
  {
      position: relative;
      display: block;
      width: 100%;
  }
  
  .tabcontrol > .steps > ul
  {
      position: relative;
      margin: 6px 0 0 0;
      top: 1px;
      z-index: 1;
  }
  
  .tabcontrol > .steps > ul > li
  {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
  
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  
  .tabcontrol > .steps > ul > li:hover
  {
      background: #edecec;
      border: 1px solid #bbb;
      padding: 0;
  }
  
  .tabcontrol > .steps > ul > li.current
  {
      background: #fff;
      border: 1px solid #bbb;
      border-bottom: 0 none;
      padding: 0 0 1px 0;
      margin-top: 0;
  }
  
  .tabcontrol > .steps > ul > li > a
  {
      color: #5f5f5f;
      display: inline-block;
      border: 0 none;
      margin: 0;
      padding: 10px 30px;
      text-decoration: none;
  }
  
  .tabcontrol > .steps > ul > li > a:hover
  {
      text-decoration: none;
  }
  
  .tabcontrol > .steps > ul > li.current > a
  {
      padding: 15px 30px 10px 30px;
  }
  
  .tabcontrol > .content
  {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 35em;
      overflow: hidden;
      border-top: 1px solid #bbb;
      padding-top: 20px;
  }
  
  .tabcontrol > .content > .body
  {
      float: left;
      position: absolute;
      width: 95%;
      height: 95%;
      padding: 2.5%;
  }
  
  .tabcontrol > .content > .body ul
  {
      list-style: disc !important;
  }
  
  .tabcontrol > .content > .body ul > li
  {
      display: list-item;
  }
  
  h3{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  #wizard-p-5 ul{
    width:450px;
    float:left
  }
  #wizard-p-5 ul li input:focus {
     border: 1px solid #e1251b;
  }
  #wizard-p-5 ul li{
    display:block;
    padding:5px 10px
  }
  #wizard-p-5 ul li label{
    margin:0;
    font-weight: bold
  }
  #wizard-p-5 ul li input,
  #wizard-p-5 ul li textarea{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
    width:400px;
    background: #f7f7f7
  }
  #wizard-p-5 ul li textarea{
    display:block;
    height:120px
  }
  #wizard-p-5 div{
    float:left
  }
  #wizard-p-5 div img{
    width:300px;margin-top:100px
  }
  ul.summary{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    background: #fafafa;
    margin-top: 40px;
    width: 200px
  }
  ul.summary li span{
    font-weight: bold;
    padding-left: 5px
  }
  .trade-in-trigger{
    margin-top: 2rem
  }
  .trade-in-trigger img{
    cursor:pointer;
    max-width:250px;
  }
  /*.trade-in-trigger fieldset{
    border:0;
    margin:0;
    padding:0;
    display: table;
    width:100%
  }
  .trade-in-trigger fieldset label{
    width:45%;
    border: 1px solid #ccc;
    padding: 12px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold
  }
  .trade-in-trigger fieldset label:last-child{
    font-weight: normal;
    border: 1px solid #ccc;
  }
  .trade-in-trigger fieldset label:hover{
    cursor: pointer;
  }
  .trade-in-trigger fieldset label input[type="radio"]{
    margin-right: 10px;
  }*/
  .wizard > .actions a
  {
    width: 200px;
    border-radius: 8px;
    font-size: 18px;
    text-align:center;
    padding: 9px 23px 10px 23px;
    text-decoration: none;
    text-shadow: 0 0 3px rgb(0 0 0 / 72%) !important;
    justify-content: center;
    -webkit-box-align: center;
  }
  .wizard > .actions a:hover{
    opacity: 0.9
  }
  .wizard > .actions .disabled a,
  .wizard > .actions .disabled a:hover,
  .wizard > .actions .disabled a:active,
  .wizard > .actions .disabled a[href="#previous"],
  .wizard > .actions a[href="#next"]
  {
    background: #eee !important;
    color: #aaa !important;
    border: 0!important;
    text-shadow: none !important;
    cursor: default !important;
  }
  .wizard > .actions a[href="#previous"]{
    color: #e1251b;
    background-color: #fafafa;
    border: 1px solid #e1251b;
    text-shadow: none !important;
  }
  .wizard > .actions li[aria-disabled="true"] a[href="#next"],
  .wizard > .actions a[href="#finish"]{
    background: #e1251b !important;
    color: #fff !important;
    cursor: pointer !important;
  }
  .wizard>.actions a[href="#"]{
    background: #eee !important;
    color: #9d9d9d;
    text-shadow: none !important;
    cursor: auto;
  }
  .productImei label,
  .productImei .infoImei{
    cursor: auto !important;
  }
  .productImei .infoImei{
    font-size: 60px;
    color: #0169E8;
    display: flex !important;
    font-weight: bold;
  }
  .productImei .infoImei img{
    width: 130px;
  }
  .productImei .imeiOptions li label{
    padding:10px 0 0 0 !important;
    font-size: 14px
  }
  .productImei #imei{
    padding: 10px 5px;
    border-radius: 5px;
    border-color:#999;
    width: 60%
  }
  
  .overflow-visible {
    white-space: initial;
     line-height: 20px
  }
  .color-amount {
    color: #e1251b;
    font-size: 15px;
    font-weight: 800;
    float:right;
  }
  .color-amount-discount {
    color: #e1251b;
    font-size: 25px;
    font-weight: 900;
  }
  
  .btnImei {
    color: white;
    background: #e1251b !important;
    padding: 10px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
  }
  .wizard>.steps .number{font-size: 12px}
  .wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active,
  .wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active,
  .wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active{
    border:0
  }
  .wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active{
    padding: 20px 5px 20px 10px;
  }
  ul[role="tablist"] li.disabled .number{
    background: #b1b1b1;
    color: #fff;
  }
  ul[role="tablist"] li.current .number{
    background: #e1251b;
    color: #fff;
  }
  ul[role="tablist"] li.done .number{
    background: #e1251b73;
    color: #fff;
  }
  ul[role="tablist"] li{
    display:flex;
  }
  ul[role="tablist"] li.current a{
    font-weight: bold
  }
  ul[role="tablist"] li a .number{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width:30px;
    height:30px;
    text-align:center;
    margin-right: 5px;
    font-weight: bold;
    line-height: 30px;
  }
  ul[role="tablist"] li[role="tab"]::after{
    content: "›";
    font-size: 30px;
    color: #d6d6d9;
    padding-top: 8px;
  }
  ul[role="tablist"] li[role="tab"]:last-child::after{
    display:none
  }
  .wizard>.steps .error a, 
  .wizard>.steps .error a:hover, 
  .wizard>.steps .error a:active{
    background: none
  }
  .wizard>.content{
    background: #f8f9fb;
    box-shadow: 0px 0px 3px 1px #e2e2e2;
    border-radius: 0
  }
  .wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active{
    color: #0e151a;
  }
  /*ul.productModels li:has(input[type="radio"]:checked){
    border-color: #e1251b;
  }*/
  .productModels .model-phone:has(input[type="radio"]:checked) label::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px; 
    padding: 2px; 
    background:linear-gradient(to bottom,#e1251b,#e1251b); 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
  }
  ul[role="tablist"] li.current.error a{
    background: none
  }
  ul[role="tablist"] li.current.error a .number{
    background: red
  }
  .info{
    font-size: 12px;
    border-radius: 5px;
    padding: 10px !important;
    width: 240px;
    margin: 10px 0;
    text-align: left;
  }
  .info.imeiSuccess{
    color: #155724 !important;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .info.imeiError{
    color: #721c24 !important;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
  }
  ul.imeiOptions{
    margin-top: 15px
  }
  .imeiValidation label{
    padding: 28px 0 5px 0 !important;
  }
  .imeiValidation #imei{
    border-radius: 3px;
    padding: 10px;
    height: 36px;
    color: #4d4d4d;
  }
  .imeiValidation #imeiBtn{
    background: #e1251b;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #0058c1;
    cursor: pointer;
    padding: 5px 15px;
    margin-top: 2px;
    height: 35px
  }
  .imeiValidation #imeiBtn:hover{
    opacity: 0.9;
  }
  .imeiResponse{
    float: left;
    margin: 10px 0;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  .questionContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    border-bottom: 1px solid #efefef;
    font-size: 14px
  }
  .questionContainer:last-child{
    border:0
  }
  .questionContainer div{
    white-space: normal;
    flex:0 1 calc(90% - 20px);
    line-height: 40px
  }
  .questionContainer div.switch-field{
    display:flex;
    flex: 0 1 calc(10% - -20px);
  }
  .questionContainer div.switch-field label{
    padding: 0!important
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 63px;
    height: 30px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 7px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #e1251b;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .s-checkbox-text{
    font-size: 14px;
  }
  
  /* INICIO TEST CSS PARA SPINNER / LOADING ... */
  #overlay{	
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  .is-hide{
    display:none;
  }
  /* TERMINO TEST CSS PARA SPINNER / LOADING. */
  /*label.tradein-modal{
    background: rgb(0, 0, 0);
    color: #fff;
    border: 1px solid rgb(0, 0, 0) !important;
    font-size: var(--font-size-button-medium);
    letter-spacing: 0em;
    font-weight: bold !important;
    width: 35% !important;
  }
  label.tradein-modal:hover {
      background: rgb(26,26,26);
      border: 1px solid rgb(26,26,26);
  }
  */
  label.tradein-modal input{
    display:none
  }
  .stepContainer{
    background: #fff;
    box-shadow: 0 0 3px 1px #e2e2e2;
    border-radius:5px;
    padding:20px;
  }
  [role="tabpanel"] h2{
    padding-bottom: 10px
  }
  [role="tabpanel"] h2 small{
    color: #e1251b
  }
  [role="tabpanel"] h2 small{
    color: #e1251b
  }
  .stepContainer .col-6:first-child{
    display: flex;
    flex-direction: column;
  }
  .imgResult{
    width: 100%;
      max-width: 220px;
      margin: 0 auto;
  }
  .switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
  }
  
  .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }
  
  .switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
  }
  
  .switch-field label:hover {
    cursor: pointer;
  }
  
  .switch-field input:checked + label {
    background-color: #e1251b;
    box-shadow: none;
  }
  .switch-field input:checked + label span {
    color:#fff
  }
  .switch-field label:first-of-type {
    border-radius: 8px 0 0 8px;
  }
  
  .switch-field label:last-of-type {
    border-radius: 0 8px 8px 0;
  }
  
  /* This is just for CodePen. */
  
  .form {
    max-width: 600px;
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-weight: normal;
    line-height: 1.625;
    margin: 8px auto;
    padding: 16px;
  }
  
  .wizard>.content>.body .switch-field label{
    padding: 8px 16px !important;
  }
  p.marcaseleccionada{
    margin-bottom:0
  }
  fieldset{
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #wizard .content [id*='wizard-p-0']{
    text-align: center;
  }
  #wizard .content [id*='wizard-p-0'] input{
    display:none
  }
  #wizard .content [id*='wizard-p'] ul.productBrands{
    display: flex;
    margin: 0 auto; 
    padding: 0;
  }
  #wizard .content [id*='wizard-p'] ul.productBrands{
    max-width: 1024px
  }
  #wizard .content [id*='wizard-p'] ul.productBrands li{
    margin: 0 auto;
  }
  #wizard .content [id*='wizard-p'] ul.productBrands li{
    max-width: 40% !important;
    margin: 0 5px;
  }
  #wizard .content [id*='wizard-p'] ul.productBrands li label{
    width: 100%;
    height:100%;
    justify-content: center;
    text-align:center;
    align-items: center;
    line-height:50%;
    display:contents
  }
  #wizard .productBrands img{
    width:100%;
    border: 3px solid transparent;
    border-radius: 25px;
  }
  .productBrands input[type="radio"]:checked + img{
    background: linear-gradient(white,white) padding-box,linear-gradient(to bottom,#e1251b,#e1251b) border-box;
  }
  .tradeinTitleImg{
    max-width: 120px;
    vertical-align: middle;
  }
  .infoImei span{
    text-align:center
  }
  .infoImei span small{
    font-size: 50%;
    color: #b321b1;
  }
  .information{
      display: inline-block;
      width: 100%;
      position: relative;
      padding: 0.75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: 0.25rem;
      color: #004085;
      background-color: #cce5ff;
      border-color: #b8daff;
      text-align: center;
  }
  .imeiValidation #imeiBtn:disabled {
      background: #ddd;
      color: #999;
      border-color: #bbb;
    cursor: auto
  }
  .loading-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  @media (min-width: 768px) {
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active
    {

        font-size: 100%;
    }

    .productModels .model-phone,
    ul.productStorage li{
      font-size: 100%;
    }
  }
  