@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

*:focus {
  outline: 0;
}
html, body{
  padding: 0px;
  margin: 0px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Helvetica';
  font-size: 12px;
  /* background: url('../images/simulador/simulador.png') center top no-repeat; */
  text-align: center;
}
#main{
  /* opacity: .5;
  height: 2000px; */
}
#box-slider{
  max-width: 695px;
  margin: 80px auto 40px;
  position: relative;
}
#spent{
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  height: 28px;
  line-height: 28px;
  width: 87px;
  border-radius: 0px;
  border: solid 1px #ffffff;
  background-color: #ff6000;
  color: #ffffff;
  top: -50px;
  left: -44px;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
#sliderNew{
  background-color: #ffb78b;
  border-radius: 0px;
  border: solid 1px #ff6000;
}
#sliderNew span{
  top: -10px;
  width: 15px;
  height: 28px;
  border-radius: 0px;
  border: solid 1px #ffffff;
  background-color: #ff6000;
  cursor: pointer;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
h2{
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 25px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  letter-spacing: 1px;
}
.economy{
  padding-top: 10px;
  margin: 0 auto;
  border-bottom: dashed 1px #ccc;
  background: #fff;
  background: url('../images/simulador/bg-economy.png') center top no-repeat;
  /* background: url('../images/simulador/simulador.png') center top no-repeat; */
  max-width: 1080px;
  /* height: 600px; */
  font-family: 'Myriad Pro Bold';
}
.economy h2{
  font-weight: bold;
  color:#5b5b5b;
  font-size: 38px;
}
/* .economy img{
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
} */
.economy .row{
  display: flex;
  max-width: 940px;
  margin: 0 auto;
}
.economy .row .col{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 50%;
}
.economy .row .col .float-box{
  position: relative;
  width: 150px;
  height: 115px;
}
.float-box label, .float-box span{
  text-align: left;
  display: block;
  font-weight: bold;
}
.float-box label{
  line-height: 25px;
  color:#5b5b5b;
  font-size: 24px;
}
.float-box span{
  color:#ff6000;
  font-size: 22px;
}
.economy .row .col:first-child .float-box:first-child{
  margin: 20px 0 0 90px;
}
.economy .row .col:first-child .float-box:first-child::after{
  content: '';
  position: absolute;
  background: url('../images/simulador/line-panels.png') center center no-repeat;
  width: 82px;
  height: 57px;
  top: 36px;
  right: -36px;
}
.economy .row .col:first-child .float-box:last-child{
  margin: 60px 0 0 60px;
}
.economy .row .col:first-child .float-box:nth-child(2)::after{
  content: '';
  position: absolute;
  background: url('../images/simulador/line-production.png') center center no-repeat;
  width: 121px;
  height: 1px;
  top: 45px;
  right: -100px;
}
.economy .row .col:first-child .float-box:last-child::after{
  content: '';
  position: absolute;
  background: url('../images/simulador/line-power.png') center center no-repeat;
  width: 122px;
  height: 55px;
  top: 20px;
  right: -85px;
}
.economy .row .col:last-child .float-box{
  align-self: flex-end;
}
.economy .row .col:last-child .float-box:first-child{
  margin-top: 20px;
}
.economy .row .col:last-child .float-box:first-child::after{
  content: '';
  position: absolute;
  background: url('../images/simulador/line-economy-monthly.png') center center no-repeat;
  width: 111px;
  height: 76px;
  bottom: -50px;
  left: -55px;
}
.economy .row .col:last-child .float-box:last-child{
  margin-top: 200px;
}
.economy .row .col:last-child .float-box:last-child::after{
  content: '';
  position: absolute;
  background: url('../images/simulador/line-economy-yearly.png') center center no-repeat;
  width: 101px;
  height: 14px;
  top: 18px;
  left: -130px;
}
.sustainability{
  /* height: 180px; */
  margin: 0 auto;
  border-bottom: dashed 1px #ccc;
  background: #edfbf3;
  padding-bottom: 30px;
}
.sustainability h2{
  color:#117a4c;
}
.sustainability .box{
  margin: 0 40px;
}
.investment{
  /* height: 175px; */
  margin: 0 auto;
  border-bottom: dashed 1px #ccc;
  background: #fef5f0;
  padding-bottom: 20px;
}
.investment h2{
  color: #ee5d00;
}
.investment .box{
  margin: 0 100px;
}
.box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 5px;
}
.box label, .box span{
  font-family: 'Myriad Pro Bold';
  font-weight: bold;
  color: #4e4e4e;
}
.box label{
  font-size: 18px;
}
.box span{
  font-size: 22px;
}
.icon{
  width: 70px;
  height: 80px;
  display: block;
  margin: 0 5px;
}
.finance{
  /* height: 190px; */
  vertical-align: top;
  text-align: center;
  color: #5b5b5b;
  font-family: 'Helvetica';
  font-size: 12px;
  border-bottom: dashed 1px #ccc;
  background-color: #f4f4f4;
  padding-bottom: 40px;
}
.finance .bv{
  display: inline-block;
  text-align: center;
  margin: 30px 15px 0;
  padding: 0px;
  width: calc(16.66% - 5px);
  vertical-align: top;
  width: 90px;
  border: solid 1px #5b5b5b;
  overflow: hidden;
  font-weight: bold;
}
.finance .bv span{
  display: block;
  padding: 5px;
}
.finance .bv span.values{
  font-size: 12px;
  margin: 0px;
  padding: 5px;
}
.finance .bv span:last-child{
  border-top: solid 1px #5b5b5b;
  margin-left: -3px;
  font-weight: bold;
}
.finance h2{
  color: #5b5b5b;
}
.text{
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 0;
  font-family: 'Helvetica';
  font-size: 12px;
  color: #5b5b5b;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.5px;
  background-color: #fff;
}
.icon.panels{
  background: url('../images/simulador/icon-panels.png') center center no-repeat;
}
.icon.economy{
  background: url('../images/simulador/icon-economy-monthly.png') center center no-repeat;
}
.icon.chart{
  background: url('../images/simulador/icon-chart.png') center center no-repeat;
}
.icon.payback{
  background: url('../images/simulador/icon-payback.png') center center no-repeat;
}
.icon.speedometer{
  background: url('../images/simulador/icon-speedometer.png') center center no-repeat;
}
.icon.modules{
  background: url('../images/simulador/icon-modules.png') center center no-repeat;
}
.icon.tree{
  background: url('../images/simulador/icon-tree.png') center center no-repeat;
}
.icon.co2{
  background: url('../images/simulador/icon-co2.png') center center no-repeat;
}
.icon.gas{
  background: url('../images/simulador/icon-gas.png') center center no-repeat;
}
@media(max-width: 668px){
  #sliderNew{
    width: 90%;
    margin: 0 auto;
  }
  .economy{
    padding: 20px 0;
  }
  .economy .row, .economy .row .col{
    display: inline-block !important;
    width: 100% !important;
    margin: 0px;
    position: relative;
  }
  .economy .row .col:last-child{
    margin-top: -10px;
  }
  .float-box{
    border: solid 1px #000;
    width: 90% !important;
    height: 70px !important;
    margin: 10px auto !important;
    background-color: rgba(255, 255, 255, 0.95);
    border: dashed 1px #000;
    border-radius: 5px;
    padding-top: 20px;
  }
  .float-box::after{
    display: none;
  }
  .float-box br{
    display: none;
  }
  .float-box label, .float-box span{
    text-align: center;
  }
  .investment .box{
    margin: 0 auto;
  }
}
