/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 17:19:08 */
.calculadora-investimento .elementor-element.elementor-element-62455e6.e-con-full.e-flex.e-con.e-child {
  padding: 0;
}

.calculadora-investimento label {
  font-size: 14px;
  margin: 16px 0 8px;
  font-weight: 500;
}

.calculadora-investimento h2.elementor-heading-title.elementor-size-default {
  font-family: "Public Sans", sans-serif !important;
}

.calculadora-investimento input#valorInvestido,
.calculadora-investimento input#aporteMensal {
  border-radius: 6px;
  border: 1.5px solid var(--Border-soft, #CECACA);
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(12, 11, 11, 0.04);
  margin-bottom: 0 !important;
  padding: 5px 0 5px 40px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.calculadora-investimento .calculadora-solare {
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin: auto;
  width: 100%;
  /* margin-top: -16px; */
}

.calculadora-investimento .calculadora-container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.calculadora-investimento .calculadora-valores {
  flex: 1;
  min-width: 250px;
  max-width: 320px
}

.input-icon-wrapper {
  position: relative;
}

.input-icon-wrapper input {
  padding-left: 40px;
  /* espaço para o ícone */
}

/* Ícone do valor investido */
.valor-investido::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('https://solareenergy.com.br/wp-content/uploads/2025/06/icon-dollar-sign.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Ícone do aporte mensal */
.aporte-mensal::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('https://solareenergy.com.br/wp-content/uploads/2025/06/icon-circle-dollar-to-slot.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-grey-light {
  margin-top: 32px;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1.5px solid #756B6B;
  background: #424242;
}

.bg-grey-light #performanceMensal {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: white !important;
  border: none !important;
  margin-top: -16px;
  font-size: 18px;
}

.bg-grey-light label {
  margin: 0 0 0 0;
  font-size: 12px;
  color: white;
  font-family: 'PUBLIC SANS', sans-serif !important;
}

.bg-grey-light input {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  color: #151414;
  border: none;
  margin-top: -16px;
}

.bg-yellow {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1.5px solid #756B6B;
  background: #2a2828;
  margin-top: 16px;
}

.bg-yellow input {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  margin-top: -16px !important;
}

.bg-yellow label {
  margin: 0 0 0 0;
  font-size: 12px;
  color: #FFFFFF;
  font-family: 'PUBLIC SANS', sans-serif !important;
}

.calculadora-investimento #tabelaResultados table {
  width: 100%;
  border-collapse: collapse;
  background-color: #242121;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  /* Para aplicar o border-radius corretamente */
  margin-bottom: 0;
}

.calculadora-investimento #tabelaResultados table thead {
  font-size: 14px;
  font-weight: 600;
}

.calculadora-investimento #tabelaResultados table tbody {
  font-size: 14px;
  font-weight: 400;
}

.calculadora-investimento #tabelaResultados thead tr {
  color: #FFAF00;
  text-align: left;
}

.calculadora-investimento #tabelaResultados tbody tr {
  border-top: 1.5px solid #756B6B;
}

.calculadora-investimento #tabelaResultados th,
.calculadora-investimento #tabelaResultados td {
  padding: 12px;
  border: none;
}

.calculadora-investimento #tabelaResultados thead {
  border: none;
}

.calculadora-investimento #tabelaResultados td {
  padding: 5.5px 12px !important;
}

.carrossel-mobile label {
  font-family: 'Inter', sans-serif !important;
}

.carrossel-mobile input {
  font-family: 'Public Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 6px !important;
}

.aviso-multiplo {
  font-size: 12px;
  font-weight: 500;
  color: #FFAF00;
  margin-top: 4px;
  margin-bottom: 12px;
  display: none;
}

.botao-calcular {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: -16px;
}

.botao-calcular button {
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  fill: var(--e-global-color-062dcda);
  color: var(--e-global-color-062dcda);
  background-color: #FFAF00;
  border-radius: 6px 6px 6px 6px;
  padding: 8px 16px 8px 16px;
  border: none;
  margin-top: 12px;
}

.tooltip {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 130%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltip-icon {
  font-size: 11px;
  background-color: #424242;
  color: #fff;
  border: 1px solid #756B6B;
  padding: 1px 6px;
  border-radius: 50%;
}

@media (max-width:768px) {
  .calculadora-investimento {
    padding: 0 20px;
  }

  .calculadora-investimento .tag-calculadora {
    width: fit-content !important;
    max-width: fit-content !important;
  }

  .calculadora-investimento h2.elementor-heading-title.elementor-size-default {
    font-size: 32px !important;
    font-weight: 600;
    line-height: 120%;
    width: 60%;
  }

  .calculadora-investimento p.elementor-heading-title.elementor-size-default {
    text-align: left;
    line-height: 140%;
  }

  .calculadora-investimento .calculadora-valores {
    max-width: 100%;
  }

  #tabelaResultados table {
    width: max-content !important;
  }

  .calculadora-investimento label {
    margin: 32px 0 8px;
  }

  .calculadora-investimento .bg-grey-light label,
  .calculadora-investimento .bg-yellow label {
    margin: 0 !important;
  }

  /* Scroll horizontal + peek do próximo item */
  .calculadora-investimento .carrossel-mobile {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 20px;
    padding-left: 12px;
  }

  .calculadora-investimento .carrossel-mobile>div {
    scroll-snap-align: start;
    flex: 0 0 calc(100% - 150px);
    /* mostra um pedacinho do próximo */
    box-sizing: border-box;
  }

  .calculadora-investimento .carrossel-bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -8px;
  }

  .calculadora-investimento .carrossel-bullets span {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .calculadora-investimento .carrossel-bullets span.ativo {
    background-color: #FFAF00;
  }

  .bg-grey-light {
    margin-top: 16px !important;
  }

  .calculadora-investimento #tabelaResultados {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .calculadora-investimento #tabelaResultados table {
    min-width: 600px;
    /* ou maior, conforme o conteúdo */
    width: max-content !important;
  }

  .calculadora-investimento .scroll-wrapper {
    position: relative;
    overflow-x: auto;
    border-radius: 16px;
  }

  /* Scrollbar personalizada */
  .calculadora-investimento .scroll-wrapper::-webkit-scrollbar {
    height: 10px;
  }

  .calculadora-investimento .scroll-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  .calculadora-investimento .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #FFAF00;
    border-radius: 10px;
  }

  /* Firefox */
  .calculadora-investimento .scroll-wrapper {
    scrollbar-color: #FFAF00 rgba(255, 175, 0, 0.24);
    scrollbar-width: thin;
  }

  .calculadora-investimento .carrossel-mobile {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }

  .calculadora-investimento .carrossel-mobile::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari e Edge */
  }

  .calculadora-investimento .carrossel-mobile {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    /* IE 10+ */
  }

  .calculadora-investimento .carrossel-mobile::-webkit-scrollbar {
    height: 0px !important;
    background: transparent !important;
    display: none !important;
    /* Chrome, Safari e Edge */
  }


  .carrossel-mobile {
    overflow-x: scroll !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .carrossel-mobile::-webkit-scrollbar {
    display: none !important;
  }

  .bg-grey-light input,
  .bg-yellow input {
    font-size: 24px !important;
    font-weight: 600 !important;
  }
}

.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1456, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1460 {
  height: fit-content;
  margin-top: 10px;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1456 .elementor-item.elementor-item-anchor,
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1460 .elementor-item.elementor-item-anchor {
  color: #FFAF00;
  background-color: #302e2e;
  padding: 4px 6px;
  border-radius: 6px;
}

.elementor-nav-menu__align-start .elementor-nav-menu {
    display: flex;
    flex-direction: column;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1460 {
    height: fit-content;
    margin-top: 4px;
    width: fit-content;
    margin-left: 14px;
    margin-bottom: 16px;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1456 {
    width: fit-content;
    margin-left: 12px;
}

@media (max-width: 768px){
	
.elementor.elementor-274.elementor-location-footer .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1456 {
    width: fit-content;
    margin: 4px auto;
}
}
