.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.centro_calculadora {
  width: 100%;
  position: relative;
}

.centro_calculadora.generadores {
/*  display: none;*/
}

.form_cal {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.paso_1 {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.paso_1.calentadores {
  justify-content: center;
}

.radio_option {
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  padding: 20px 0 0;
  display: flex;
}
.radio_option:hover{
  background-color: #e8e8e8;
}
    
.radio_option:hover .nombre_input{
  background-color: #002742;
}

.radio_option.w-radio.active{
  background-color: #e8e8e8;
}
.radio_option.w-radio.active .nombre_input{
  background-color: #002742;
}

.radio_option.calentador {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
}

.radio_option.calen_p2 {
  width: 23%;
}

.radio_option.calen_p3 {
  width: 19%;
}

.option_first {
  flex: 0 auto;
  align-self: flex-end;
  margin-right: 20px;
}

.nombre_input {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.image {
  max-width: 133px;
}

.image.calen {
  max-width: 130px;
}

.encabezado_paso {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
}


.titulo_paso {
  color: #000;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.subtitulo_paso {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paso_2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container_adicionales {
  max-width: 90%;
  margin: 15px auto;
}

.add_more {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.formulario_opciones_mas {
  width: 100%;
  display: block;
}

.contianer_inputs {
  float: left;
  justify-content: space-between;
  width: 70%;
  display: flex;
  position: relative;
}

.container_button_add {
  float: left;
  text-align: right;
  width: 30%;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  position: relative;
}

.input_more {
  border-radius: 5px;
  width: 48%;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.link {
  color: #f2a710;
  border: 1px solid #f2a710;
  border-radius: 5px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
}

.container_resumen {
  color: #000;
  background-color: #f2a710;
  border-radius: 10px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container_agregados {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link_agregado {
  color: #000;
  background-color: #fff;
  background-image: url('../images/cancel.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #000;
  border-radius: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 8px 30px 8px 15px;
  text-decoration: none;
  display: inline-block;
}

.resumen_txt {
  font-size: 18px;
  font-weight: 600;
}

.total_watts {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.txt_total_resultado {
  font-size: 16px;
  font-weight: 600;
}

.txt_total_resultado.normal {
  font-weight: 400;
}

.bold-text {
  font-size: 20px;
}

.text-span {
  color: #f2a710;
}

.listado_productos_recomendados {
  width: 100%;
}

.productos_listado {
  padding-top: 30px;
  padding-bottom: 30px;
}

.reiniciar {
  text-align: right;
}

.reiniciar_button {
  color: #000;
  background-image: url('../images/refresh.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.container_specificaciones {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.listado_personas {
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paso_3 {
  width: 100%;
  position: relative;
}

.listado_agua_caliente {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
.tabla_calculadora{
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  font-family: Open Sans, sans-serif;
}
.tabla_calculadora thead{
  background-color: #f2a711;
  text-align: left;
}
.tabla_calculadora thead tr th{
  padding: 10px;
  border-top-left-radius: 10px;
  background-color: #f2a711;
  border-top-right-radius: 10px;

}
table tbody tr td{
  border-bottom: 1px solid #cbd1dd;
  padding: 15px 10px 15px 10px;
}
.tabla_calculadora tbody tr:nth-child(1) td{
 background-color: #f2a7110f;
 font-weight: bold;
 
}
table tbody tr td:nth-child(1){
  width: 10%; 
}
table tbody tr td:nth-child(2){
  width: 55%; 
}
table tbody tr td:nth-child(4){
  width: 20%; 
}
table tbody tr td:nth-child(5){
  width: 20%; 
}
table tbody tr td:nth-child(1) input{
  position: relative;
  top: 5px;
  max-width: 12px;
}
.tabla_calculadora tbody tr td:nth-child(3){
 text-align: center;
}
.tabla_calculadora tbody tr td:nth-child(4){
 text-align: center;
}
.container_select_all{
  display: flex;
  align-items: center;
}
.txt_select_all{
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
  position: relative;
  top: -3px;
}
.select_filter_prod_jc{
appearance:none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
  margin-right: 10px;
}

/* Oculta el checkbox original */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo del slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Cuando el checkbox está marcado */
input:checked + .slider {
  background-color: #f2a711;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
.quantity-control {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-input {
  width: 40px;
  text-align: center;
  -moz-appearance: textfield;
  border-radius: 10px;
  height: 40px;
  border: 1px solid black;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button  {
  -webkit-appearance: none;
  margin: 0;
}

.btn-minus,
.btn-plus {
  cursor: pointer;
}
.btn-minus:hover,
.btn-plus:hover{
  background-color: #333333;
  color: white;
  padding: 0px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}


.container_sum{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container_sum a{
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 20px;
  color: black;
  width: 24px;
  height: 24px;
  margin: 0px 2px;
  position: relative;
}
.container_sum a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total_tab{
  text-align: right;
  padding-right: 60px;
}
tr.selected {
  background-color: #f2a7116e; /* Color suave para resaltar */
}

.btn-minus{
  top: 45%;
}
.cont_btn_recomendaciones{
  width: 100%;
  display: block;
  padding: 20px 0px;
}
.ver_recomendaciones{
  text-align: center;
  width: 90%;
  padding: 15px 0px;
  background-color: #F2A710;
  color: black;
  border-radius: 5px;
  display: inline-block;
  max-width: 400px;
  text-decoration: none;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;

}
.ver_recomendaciones:hover{
  background-color: #002742;
  color: white;
}
.card_prod_jc{
  text-align: left;
}
.disabled-link{
  pointer-events: none;
  text-decoration: none;
  cursor: default;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .radio_option.calentador {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .radio_option.calen_p2 {
    width: 49%;
    position: relative;
  }

  .radio_option.calen_p3 {
    width: 39%;
  }

  .nombre_input {
    font-size: 12px;
  }

  .image {
    max-width: 80px;
  }

  .encabezado_paso {
    max-width: 100%;
  }

  .paso_2 {
    width: 100%;
  }

  .container_adicionales, .container_resumen {
    max-width: 100%;
  }

  .listado_personas {
    flex-flow: wrap;
    display: flex;
  }

  .listado_agua_caliente {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .paso_1 {
    flex-flow: column-reverse;
    margin-bottom: 10px;
  }

  .radio_option {
    width: 100%;
  }

  .radio_option.calentador {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .radio_option.calen_p2, .radio_option.calen_p3 {
    width: 100%;
  }

  .encabezado_paso {
    padding-bottom: 15px;
  }

  .contianer_inputs {
    width: 100%;
  }

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

  .link {
    display: block;
  }

  .container_resumen {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .total_watts {
    display: block;
  }

  .txt_total_resultado.normal {
    margin-bottom: 10px;
  }

  .bold-text {
    text-align: center;
    display: block;
  }

  .listado_personas {
    flex-flow: column-reverse;
  }
}
