#calculadora{
  background: linear-gradient(40deg, #09164E , #1B4476);
}

.titulo-calculadora-movil{
  display: none;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
  font-size: calc(var(--tamanio-fuente) * 2rem);
  color: #fff;
}

.texto_prueba_movil{
  display: none;
}

.calculadora_arriba{
  align-items: center;
  
}
.titulo-calculadora{
    text-align: center;
    font-weight: 700;
    padding-bottom: 40px;
    padding-top: 10px;
    font-size: 35px;
    color: #fff;
    margin-top: 5vmin;
  }

  .tabla_calculadora_arriba{
    margin-right:auto;
    margin-left: auto;
    width: 70%;
  }
  
  .normal{
    
    font-size: 20px;
    border-right: #05689D 2px solid;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-right: 20px;
    text-align: end;
    font-weight: 300;
    /* width: 31%; */
    color: #fff;
    
  }
  .cursiva{
    font-size: 18px;
    font-style: italic;
    color:  rgb(207, 205, 205);
    border-right: #05689D 2px solid;
    padding-bottom: 15px;
    padding: 5px 20px 0 0;
    text-align: right;
    
  }
  
  /* .icono_calculadora{
    padding-left: 10px;
  } */
  .imagen_calculadora{
    width: 70%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .numero_de_paneles{
    display: inline-flex;
    margin-left: 20px;
    border: 1px solid #269BCD;
    border-radius: 5px;
    height: 40px;
    width: 526px;
    color: #fff;
    align-items: center;
  }

    .num_paneles{
    margin-right: 10px;
    padding-left: 10px;
    /* padding-top: 7px; */
  }
  .num_paneles2{
    padding-right: 10px;
    padding-left: 10px;
    /* padding-top: 1rem; */
  }

  .boton-panel{
    height: 6vh;
    width: 129px;
  }

  .botones-paneles{
    padding-left: 20px;
  }

  .boton-marca{
    height: 6vh;
    width: 129px;
  }
  .botones-marca-inversor{
    padding-left: 20px;
  }

  .boton-tejado{
    height: 5dvh;
    width: 261px;
  }
  .botones-tejado{
    padding-left: 20px;
  }
  .barrita{
    position: absolute;
    margin-left: 50px;
    width: 468px;
    
  }

  #entry2{
    display: block;
  }

  #pintar4{
    display: none;
    padding-top: 6px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 18px;
    
  }
  #pintar5{
    display: none;
    padding-top: 6px;
    font-weight: 400;
    font-size: 18px;
  }
  #pintar6{
    display: none;
    padding-top: 6px;
    font-size: 1rem;
  }
  


.opcion_sunpower{
  background-image: url("/assets/img/calculadora/P_PERFORMANCE_OFF.svg");
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5%;
}

.opcion_sunpower_activo{
  background-image: url("/assets/img/calculadora/P_PERFORMANCE_ON.svg");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_canadian{
  
  background-image: url("/assets/img/calculadora/P_CANADIAN_OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_canadian_activo{
  background-image: url("/assets/img/calculadora/P_CANADIAN_ON.webp");
  background-position: center center;
  background-size: cover;
  border-radius: 5%;
}

.opcion_trina_activo{
  background-image: url("/assets/img/calculadora/P_TRINA_ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_trina{
  background-image: url("/assets/img/calculadora/P_TRINA_OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_jasolar{
  background-size: cover;
  background-image: url("/assets/img/calculadora/P_JA_OFF.webp");
  background-position: center center;
  border-radius: 5%;
}

.opcion_jasolar_activo{
  background-image:url("/assets/img/calculadora/P_JA_ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_huawei{
  
  background-image: url("/assets/img/calculadora/I_HUAWEI_OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_huawei_activo{
  background-image: url("/assets/img/calculadora/I_HUAWEI_ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_sungrow{
  background-image: url("/assets/img/calculadora/I_SUNGRW_OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_sungrow_activo{
  background-image: url("/assets/img/calculadora/I_SUNGRW_ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_fronius{
  background-image: url("/assets/img/calculadora/I_FRONUS_OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_fronius_activo{
  background-image: url("/assets/img/calculadora/I_FRONUS_ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_enphase{
  background-image: url("/assets/img/calculadora/I_ENPHASEmicro_OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_enphase_activo{
  background-image: url("/assets/img/calculadora/I_ENPHASEmicro_ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.opcion_inclinado{
  
  background-image: url("/assets/img/calculadora/OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_inclinado_activo{
  background-image: url("/assets/img/calculadora/ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_plano{
  background-image: url("/assets/img/calculadora/OFF.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}
.opcion_plano_activo{
  background-image: url("/assets/img/calculadora/ON.webp");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

#inclinado{
  font-family: Blinker !important;
  font-weight: 600;
  font-size: 1.8rem;
  color: #32659D;
  padding-bottom: 30px;
}
#plano{
  font-family: Blinker !important;
  font-weight: 600;
  font-size: 1.8rem;
  color: #32659D;
  padding-bottom: 30px;
}

input[type=range] {
  height: 38px;
  appearance: none;
  
  background:linear-gradient(90deg, #06538070 1%, #79a2d4af 100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 56px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 35.5%;
  height: 9px;
  cursor: pointer;

  box-shadow: 0px 0px 1px #000000;
  background: #E8F4FF;
  border-radius: 0px;
  border: 1px solid #066A9C;
}
input[type=range]::-webkit-slider-thumb {

  border: 2px solid #FFFFFF;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #06689C;
  cursor: pointer;
  appearance: none;
  margin-top: -6px;
}

input[type=range]::-moz-range-track {
  /* width: 33.3%; */
  height: 9px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000;
  border-radius: 0px;
  border: 1px solid var(--kaylon);
  background-color: #fff;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #FCFFFE;
  border: 2px solid #FFFFFF;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: var(--kaylon);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 35.5%;
  height: 9px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {

  border: 1px solid #066A9C;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #000000;
}
input[type=range]::-ms-fill-upper {

  border: 1px solid #066A9C;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 2px solid #FFFFFF;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #06689C;
  cursor: pointer;
}

.lineas_calculadora_abajo{
  font-size: 20px;
  border-right: #05689D 2px solid;
  padding-right: 10px;
  text-align: right;
  width: min-content;
  color: #fff;

}
.lineas_calculadora_abajo2{
  font-size: 15px;
  border-right: #05689D 2px solid;
  padding-right: 10px;
  text-align: right;
  width: min-content;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.795);
  height: 14px;
}

.div_calculadora_abajo{
  margin-top: 4vh;
  border-radius: 5px; 
  box-shadow: 0 0px 0.5px 1px #05689d; 
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto; 
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 400;
}

.resultados_calculadora{
  font-style: italic;
  color: rgba(255, 255, 255, 0.795);
  font-size: 18px;
  width: 120px;
  padding-left: 30px;
}
.resultados_calculadora2{
  font-size: 1.4rem;
  color: #fff;
  padding-left: 30px;
}

.tabla_calculadora_abajo{
  margin-left: auto;
  margin-right: auto;
  width: 900px;

}

.columnas{
  padding-left: 100px;
}


.graphs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}


.expected .graph {
  background-image:linear-gradient(180deg, #13468469, #215594 ) ;
  border-radius: 3px 3px 3px 3px;
  -ms-flex: 1;
  flex: 2;
  -ms-flex-preferred-size: 0.0001px;
  flex-basis: 0.0001px;
  transition: max-height .1s linear
}



 .expected-return {
  font-size: 13px;
  font-weight: 700
}

 .expected-profit {
  font-size: 13px;
  font-weight: 700;

}


.expected {
  display: -ms-flexbox;
  display: flex;
  height: 17.75rem;
  width: 80px;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;

  margin-right:10px;
  
}

.expected .label,
.expected .price {
  text-align: center;
  width: 100%
}

.expected .price {
  position: relative;
  color: #fff;
  background: transparent
}


.expected .graph svg {
  box-sizing: content-box;
  display: block;
  padding: 1rem 0;
  width: 1.75rem;
  height: 1.875rem;

}

.expected .price {
  z-index: 3;
  height: 2rem;
  line-height: 2rem
}

.expected .label {
  color: #207daf;
  height: 2rem;
  line-height: 1rem;
  padding-top: .2rem;
  margin-top:10px;
}

#prueba2.graph{
  width: 80px;
  
}
span.label{
  margin-left: auto;
  margin-right:auto;
  text-align: center;
}

#calculadora .container{
  height: fit-content !important;
  padding-top: 20px;
}

@media (min-width: 2000px){
  .tabla_calculadora_arriba{
    width: 72%;
  }

  .boton-panel{
    height: 5dvh;
  }
  .boton-marca{
    height: 5dvh;
  }
  .boton-tejado{
    height: 4dvh;
  }
  .div_calculadora_abajo{
    padding-top: 4vmin;
    padding-bottom: 4vmin;
  }
}



@media (max-width: 1500px){
  .titulo-calculadora{
    margin-top: 5px;
    padding-bottom: 20px;
  }
  .boton-marca{
    height: 7dvh;
  }
  .boton-panel{
    height: 7dvh;
  }
  .boton-tejado{
    height: 6dvh;
  }
  .div_calculadora_abajo{
    margin-top: 1vmin;
  }
}

@media (max-width: 1400px){
  .normal{
    font-size: calc(var(--tamanio-fuente) * 0.8rem);
  }
  .cursiva{
    font-size: calc(var(--tamanio-fuente) * 0.8rem);
  }
  .boton-marca{
    height: 7dvh;
  }
  .boton-panel{
    height: 7dvh;
  }
  .boton-tejado{
    height: 6dvh;
  }
  .titulo-calculadora{
    padding-bottom: 0;
    font-size: 2rem;
  }
  .resultados_calculadora2{
    font-size: calc(var(--tamanio-fuente) * 1.1rem);
  }
  .div_calculadora_abajo{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lineas_calculadora_abajo{
    font-size: calc(var(--tamanio-fuente) * 1rem);
  }
  #inclinado{
    font-size: 1.4rem;
  }
  #plano{
    font-size: 1.4rem;
  }

}

@media (max-width: 1300px){
  .columnas{
    padding-left: 35px;
  }
  .tabla_calculadora_arriba{
    width: 70%;
  }
  .div_calculadora_abajo{
    margin-top: 4vmin;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
  }
  .numero_de_paneles{
    margin-bottom: 1vmin;
  }
}

@media (max-width: 1100px){
  .tabla_calculadora_arriba{
    width: 80%;
  }
  
}

@media (max-width: 992px){
 
  .tabla_calculadora_arriba{
    width: 100%;
  }
  .tabla_calculadora_abajo{
    width: fit-content;
  }
  .boton-panel{
    height: 5dvh;
  }
  .boton-marca{
    height: 5dvh;
  }
  .boton-tejado{
    height: 4dvh;
  }
  .div_calculadora_abajo{
    width: 100%;
  }
  .iconos_calculadora_abajo{
    padding-right: 0;
  }
  .imagen_calculadora{
    margin-left: 5px;
  }
  .lineas_calculadora_abajo{
    width: 15dvw;
  }
  .columnas{
    padding-left: 0;

  }
  .graphs{
    width: fit-content;
  }

}

@media (max-width: 600px){
  .titulo-calculadora{
    display: none;
  }
  .titulo-calculadora-movil{
    display: block;
  }

  .columnas{
    display: none !important;
  }
  .primera_barra{
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .texto_prueba{
    display: none;
  }

  .texto_prueba_movil{
    display: block;
    width: auto;
    font-size: 1rem;
  }
  .normal{
    width: 18%;
    font-size: 11px;
    border-right: none;
    text-align: left; 
    padding: 0;
  }
  .icono_calculadora{
    display: none;
  }
  .numero_de_paneles{
    margin-left: 0;
    width: 93dvw;
  }
  .barrita{
    width: 80dvw;
  }
  .marca_paneles{
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .cursiva{
    display: none;
  }
  .botones-paneles{
    padding-left: 0;
  }
  .boton-panel{
    width: 95px;
  }
  .botones-marca-inversor{
    padding-left: 0;
  }
  .boton-marca{
    width: 95px;
  }
  .tipo_tejado{
    display: flex;
    flex-direction: column;
  }
  .botones-tejado{
    padding-left: 0;
  }
  .boton-tejado{
    width: 49%;
    height: 5dvh;
  }
  .iconos_calculadora_abajo{
    display: none;
  }
  .lineas_calculadora_abajo{
    width: 58%;
  }
  .resultados_calculadora2{
    padding-left: 2vmin;
    font-size: calc(var(--tamanio-fuente) * 1.3rem);
  }
  .resultados_calculadora{
    padding-left: 2vmin;
  }
  #inclinado{
    font-size: 1.6rem;
  }
  #plano{
    font-size: 1.6rem;
  }
}

@media (max-width: 400px){
  .barrita{
    width: 79dvw;
  }
  .boton-marca{
    width: 22.9dvw;
  }
  .boton-panel{
    width: 22.9dvw;
  }
  .boton-tejado{
    width: 49.5%;
  }
}

@media (max-width: 380px){
  .titulo-calculadora-movil{
    font-size: calc(var(--tamanio-fuente) * 1.7rem);
  }
  .barrita{
    width: 78dvw;
  }
  .boton-marca{
    height: 6dvh;
    width: 22.7dvw;
  }
  .boton-panel{
    height: 6dvh;
    width: 22.7dvw;
  }
  .boton-tejado{
    height: 6dvh;
  }
}

@media (max-width: 370px){
  .boton-tejado{
    height: 6dvh;
  }
  .barrita{
    width: 78dvw;
  }
}

@media (max-width: 320px){
  .titulo-calculadora-movil{
    font-size: calc(var(--tamanio-fuente) * 1.5rem);
  }
  .barrita{
    width: 76dvw;
  }
  .boton-marca{
    width: 22.6dvw;
  }
  .boton-panel{
    width: 22.6dvw;
  }
  #inclinado,
  #plano{
    font-size: 1.4rem;
  }
  .lineas_calculadora_abajo{
    width: 22%;
  }

}

/**********************
* arabe
**********************/
.titulo_calculadora_arabe{
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
.titulo-calculadora.arabe{
  padding-bottom: 0;
}