/*=======================================================================================================*/
/*==================================                                   ==================================*/
/*==================================      INÍCIO DO CSS DO SINGLE      ==================================*/
/*==================================                                   ==================================*/
/*=======================================================================================================*/

.cont_prin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    font-family: "Montserrat", sans-serif;
  }
  
  .cont_prin p {
    margin: 0;
    padding: 0;
  }
  
  /*=======================================================================================================*/
  /*==================================      CONSUMO EM KWH               ==================================*/
  /*=======================================================================================================*/
  
  .cont_valor_kwh {
    background-color: #e8a60c;
    padding: 3px 35px;
    color: #fff;
    font-weight: 700;
    /* min-width: 600px; */
    width: 77%;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
    font-size: 30px;
    margin-top: 15px;
  }
  
  #valor-selecionado {
    color: #e8a60c;
    background-color: #fff;
    padding: 20px 20px;
    font-size: 30px;
    letter-spacing: -2%;
  }
  
  
  
  /*=======================================================================================================*/
  /*==================================            VALOR ATUAL            ==================================*/
  /*=======================================================================================================*/
  .cont_valor_atual {
    display: flex;
    align-items: center; /* Alinha verticalmente */
    justify-content: space-between; /* Espaça as divs internas */
    border-radius: 10px;
    position: relative; /* Essencial para o z-index funcionar corretamente */
    padding: 10px 180px 10px 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #ffffff25;
    width: 77%;
    margin-top: 50px;
  }
  
  .cont_valor_atual_text {
    z-index: 1;
    flex: 1; /* Faz a div crescer para ocupar o espaço disponível */
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    padding-left: 10px;
  }
  
  .cont_valor_atual_valor {
    background-color: #fff;
    padding: 35px 15px;
    margin-right: 20px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
    z-index: 2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); /* Centraliza verticalmente */
    color: #666666;
    font-weight: 700;
    font-size: 35px;
    text-decoration: line-through solid #666666;
    width: 330px;
    text-align: center;
  }
  
  /*=======================================================================================================*/
  /*==================================            VALOR ATUAL            ==================================*/
  /*=======================================================================================================*/
  .cont_valor_novo {
    display: flex;
    align-items: center; /* Alinha verticalmente */
    justify-content: space-between; /* Espaça as divs internas */
    border-radius: 10px;
    position: relative; /* Essencial para o z-index funcionar corretamente */
    padding: 10px 180px 10px 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #ffffff25;
    width: 77%;
    margin-top: 50px;
  }
  
  .cont_valor_novo_text {
    z-index: 1;
    flex: 1; /* Faz a div crescer para ocupar o espaço disponível */
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    padding-left: 10px;
  }
  
  .cont_valor_novo_valor {
    background-color: #fff;
    padding: 35px 15px;
    margin-right: 20px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
    z-index: 2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); /* Centraliza verticalmente */
    color: #e8a60c;
    font-weight: 700;
    font-size: 35px;
    width: 330px;
    text-align: center;
  }
  
  /*=======================================================================================================*/
  /*==================================              ECONOMIA             ==================================*/
  /*=======================================================================================================*/
  /* Container Principal */
  .cont_econ_table {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  /* Texto ECONOMIA */
  .cont_econ_table_text p {
    padding: 10px 50px;
    background-color: #e8a60c;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
  }
  /* Fundo da tabela */
  .cont_econ_table_tbl table {
    /* background-color: #E8A60C; */
    /* box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.5); */
  }
  
  .cont_econ_table_tbl table,
  th {
    border: transparent !important;
  }
  
  .cont_econ_table_tbl table td {
    /* border-color: #E8A60C; */
    border-bottom: 3px solid #e8a60c;
    border-right: transparent !important;
  }
  
  /* Titulos da Coluna da Tabela */
  .cont_econ_table_tbl table th {
    color: #fff;
    font-size: 30px;
    padding: 15px 30px;
  }
  /* Linha da tabela - Branca */
  .line_periodo {
    background-color: #fff;
  }
  /* Texto - Mensal - Anual - 5 Anos */
  .txt_periodo {
    color: #666666;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }
  /* valores R$ da tabela */
  .txt_valor span {
    color: #e8a60c;
    font-weight: 700;
    font-size: 30px;
  }
  
  .range-slider {
    margin-bottom: 10px;
  }
  
  .rs-range {
    margin-top: 2px;
    width: 600px;
    -webkit-appearance: none;
    &:focus {
      outline: none;
    }
    &::-webkit-slider-runnable-track {
      width: 100%;
      height: 1px;
      cursor: pointer;
      box-shadow: none;
      background: #fff;
      border-radius: 0px;
      border: 0px solid #010101;
    }
    &::-moz-range-track {
      width: 100%;
      height: 1px;
      cursor: pointer;
      box-shadow: none;
      background: #fff;
      border-radius: 0px;
      border: 0px solid #010101;
    }
  
    &::-webkit-slider-thumb {
      box-shadow: none;
      border: 0px solid #fff;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
      height: 42px;
      width: 22px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 1);
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -20px;
    }
    &::-moz-range-thumb {
      box-shadow: none;
      border: 0px solid #ffffff;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
      height: 42px;
      width: 22px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 1);
      cursor: pointer;
      -webkit-appearance: none;
      /* margin-top: -20px; */
    }
    &::-moz-focus-outer {
      border: 0;
    }
  }
  .rs-label {
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 229px;
    height: 60px;
    background: #e8a60c;
    line-height: 30px;
    font-weight: 800;
    box-sizing: border-box;
    margin-left: -17%;
    left: attr(value);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 28px;
    &::after {
      content: "KWH";
      display: block;
      font-size: 28px;
      padding-left: 10px;
      /* letter-spacing: 0.07em; */
    }
  }
  
  /*=======================================================================================================*/
  /*====================================              FORM             ====================================*/
  /*=======================================================================================================*/

  .wrap {
    width: 100%;
    text-align: center;
  }
  
  .wrap-container .input {
    text-align: center;
  }
  
  .forms {
    display: flex;
    justify-content: space-between; /* Isso vai separar os dois conteúdos para os extremos do container */
    align-items: center; /* Isso vai alinhar os itens verticalmente no centro, se necessário */
    flex-wrap: nowrap; /* Isso evita que os itens quebrem em linhas diferentes */
  }
  
  .wrap-container {
    width: 1200px;
    margin: 0 auto;
  }
  
  .ou {
    color: #ff6600;
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .acessar-botao {
    margin-top: 30px;
    color: #ff6600;
  }

  .acessar-botao input{
    padding: 8px 25px 8px 25px!important;
    font-size: 15px;
  }
  
  .nm-de-serie input,
  .cpf input,
  .email input {
    width: 400px;
    height: 32px;
    outline: none;
    font-size: 12px;
  }
  
  .acessar-botao input {
    background-color: #ff6600!important;
    border-radius: 5px;
  }
  
  .conteudo1 {
    margin-left: 100px;
    margin-top: 128.5px;
    margin-bottom: 100px;
    float: left;
  }
  
  .conteudo2 {
    margin-top: 100px;
    margin-bottom: 100px;
    float: right;
  }
  
  .divisao {
    width: 5px;
    height: 50px;
    background-color: #D4D4D4;
    border-radius: 25px;
    margin-left: 120px;
    margin-top: 115px;
  }

  .imagem-renova{
    margin-left: 200px;
    margin-top: -250px;
  }

  .img-renova-backgroud{
    background-image: url('../img/renovacaoImagem.png');
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

/*=======================================================================================================*/
/*===============================           DETALHES DE ASSINATURA           ============================*/
/*=======================================================================================================*/    

.form-detalhes-assinatura {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

.form-detalhes-assinatura label {
  display: inline-block;
  width: 150px;
}

.form-detalhes-assinatura input,
.form-detalhes-assinatura select {
  width: 70%;
  padding: 5px;
  margin-bottom: 10px;
}

.form-detalhes-assinatura h2{
  margin-top: 30px;
  text-align: center;
}

.botao-atualizar {
  background-color: #ff6600!important;
  border-radius: 5px;
  padding: 8px 25px 8px 25px!important;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 50px!important;
  width: auto!important;
  margin-left: 33%;

}
  /*
label[for="nome"],
label[for="email"],
label[for="serie"],
label[for="cpf_cnpj"],
label[for="endereco"],
label[for="complemento"],
label[for="bairro"],
label[for="uf"] {
  margin-top: 50px;
 
}

 */



/*=======================================================================================================*/
/*====================================           RESPONSIVIDADE           ===============================*/
/*=======================================================================================================*/  
  
  @media (max-width: 820px) {
      .range-slider {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }      
      .rs-range{
          width: 300px;
      }
      .rs-label {
          width: 150px;
          height: 40px;
          background: #e8a60c;
          /* line-height: 30px; */
          font-weight: 800;
          color: #fff;
          font-style: normal;
          font-weight: normal;
          line-height: normal;
          font-size: 18px;
          margin-left: 0px;
          &::after {
            content: "KWH";
            display: block;
            font-size: 18px;
            padding-left: 10px;
            /* letter-spacing: 0.07em; */
          }
      }
      .cont_valor_kwh {
          padding: 11px 35px;
          height: 100%;
          font-size: 18px;
          line-height: 35px;
      }      
      #valor-selecionado {
          padding: 5px 20px;
          font-size:18px;
          letter-spacing: -2%;
          margin: 20px 0px;
      }
  
      .cont_valor_atual {
          display: flex;
          flex-direction: column;
          align-items: center; /* Alinha verticalmente */
          justify-content: space-between; /* Espaça as divs internas */
          border-radius: 10px;
          position: block; /* Essencial para o z-index funcionar corretamente */
          padding: 10px 10px 10px 10px;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          background-color: #ffffff25;
          width: 99%;
          height: 135px;
          margin-top: 15px;
      }
        
      .cont_valor_atual_text {
          z-index: 1;
          flex: 1;
          color: #fff;
          font-weight: 700;
          font-size: 18px;
          padding-left: 0px;
      }
        
      .cont_valor_atual_valor {
          background-color: #fff;
          padding: 5px 15px;
          margin-right: 20px;
          box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
          z-index: 2;
          right: 63px;
          top: 80px;
          transform: none;
          color: #666666;
          font-weight: 700;
          font-size: 18px;
          text-decoration: line-through solid #666666;
          width: 175px;
          text-align: center;
      }
  
      .cont_valor_novo {
          display: flex;
          flex-direction: column;
          align-items: center; /* Alinha verticalmente */
          justify-content: space-between; /* Espaça as divs internas */
          border-radius: 10px;
          position: block; /* Essencial para o z-index funcionar corretamente */
          padding: 10px 10px 10px 10px;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          background-color: #ffffff25;
          width: 99%;
          height: 135px;
          margin-top: 15px;
      }
        
      .cont_valor_novo_text {
          z-index: 1;
          flex: 1;
          color: #fff;
          font-weight: 700;
          font-size: 18px;
          padding-left: 0px;
      }
        
      .cont_valor_novo_valor {
          background-color: #fff;
          padding: 5px 15px;
          margin-right: 20px;
          box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
          z-index: 2;
          right: 63px;
          top: 80px;
          transform: none;
          color: #e8a60c;
          font-weight: 700;
          font-size: 18px;
          width: 165px;
          text-align: center;
      }
        
      /* tabela */
      .cont_econ_table {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: 20px;
      }
  
      .cont_econ_table_text{
          margin-bottom: 20px;
      }
  
      .cont_econ_table_text p {
          font-size: 24px;
      }
  
      .cont_econ_table_tbl table th {
          font-size: 18px;
          padding: 15px 30px;
      }
  
      .txt_periodo {
          font-size: 18px;
      }
  
      .txt_valor span {
          font-size: 18px;
      }
  }
  @media (max-width: 768px) {
      .range-slider {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }      
      .rs-range{
          width: 300px;
      }
      .rs-label {
          width: 150px;
          height: 40px;
          background: #e8a60c;
          /* line-height: 30px; */
          font-weight: 800;
          color: #fff;
          font-style: normal;
          font-weight: normal;
          line-height: normal;
          font-size: 18px;
          margin-left: 0px;
          &::after {
            content: "KWH";
            display: block;
            font-size: 18px;
            padding-left: 10px;
            /* letter-spacing: 0.07em; */
          }
      }
      .cont_valor_kwh {
          padding: 11px 10px;
          height: 100%;
          font-size: 18px;
          line-height: 35px;
          width: 100%;
      }      
      #valor-selecionado {
          padding: 5px 20px;
          font-size:18px;
          letter-spacing: -2%;
          margin: 20px 0px;
      }
  
      .cont_valor_atual {
          display: flex;
          flex-direction: column;
          align-items: center; /* Alinha verticalmente */
          justify-content: space-between; /* Espaça as divs internas */
          border-radius: 10px;
          position: block; /* Essencial para o z-index funcionar corretamente */
          padding: 10px 7px 10px 7px;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          background-color: #ffffff25;
          width: 100%;
          height: 135px;
          margin-top: 15px;
      }
        
      .cont_valor_atual_text {
          z-index: 1;
          flex: 1;
          color: #fff;
          font-weight: 700;
          font-size: 18px;
          padding-left: 0px;
      }
        
      .cont_valor_atual_valor {
          background-color: #fff;
          padding: 5px 15px;
          margin-right: 20px;
          box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
          z-index: 2;
          right: 60px;
          top: 80px;
          transform: none;
          color: #666666;
          font-weight: 700;
          font-size: 18px;
          text-decoration: line-through solid #666666;
          width: 175px;
          text-align: center;
      }
  
      .cont_valor_novo {
          display: flex;
          flex-direction: column;
          align-items: center; /* Alinha verticalmente */
          justify-content: space-between; /* Espaça as divs internas */
          border-radius: 10px;
          position: block; /* Essencial para o z-index funcionar corretamente */
          padding: 10px 7px 10px 7px;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          background-color: #ffffff25;
          width: 100%;
          height: 135px;
          margin-top: 15px;
      }
        
      .cont_valor_novo_text {
          z-index: 1;
          flex: 1;
          color: #fff;
          font-weight: 700;
          font-size: 18px;
          padding-left: 0px;
      }
        
      .cont_valor_novo_valor {
          background-color: #fff;
          padding: 5px 15px;
          margin-right: 20px;
          box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5);
          z-index: 2;
          right: 60px;
          top: 80px;
          transform: none;
          color: #e8a60c;
          font-weight: 700;
          font-size: 18px;
          width: 175px;
          text-align: center;
      }
        
      /* tabela */
      .cont_econ_table {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: 20px;
      }
  
      .cont_econ_table_text{
          margin-bottom: 20px;
      }
  
      .cont_econ_table_text p {
          font-size: 24px;
      }
  
      .cont_econ_table_tbl table th {
          font-size: 18px;
          padding: 15px 30px;
      }
  
      .txt_periodo {
          font-size: 18px;
      }
  
      .txt_valor span {
          font-size: 18px;
      }
  }
  
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border: none !important;
  height: 18px !important;
  width: 18px !important;
  border-radius: 50% !important;
  background: #e8a60c !important;
  margin-top: -9px !important;
  cursor:pointer !important;
}