/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #ffffff;
  text-decoration: none;

}

a:hover {
  color: #fdfdfd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}


.div-economia-modal {
  margin-top: 30%;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00A100;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #068306;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.text-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  /* border-bottom: 4px solid #AFBD77; */
  margin-bottom: 50px;
}

.text-top img {
  max-width: 100px;
}

#header {
  transition: all 0.5s;
  z-index: 1;
  padding: 20px 0;
  margin: 40px;
  background: #fff;
  border-radius: 20px;

  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo img {
  max-height: 40px;
}

.header-bottom {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #375622;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}

.header-bottom p {
  text-align: center;
  display: flex;
  justify-content: center;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#body {
  width: 100%;
  background: url("../img/hero-bg.png") top center;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  position: relative;
}
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

#hero:before {
  content: "";
  background: url("../img/fsolar-hero.png") top center no-repeat;
  position: absolute;
  top: 25%;
  bottom: 0;
  left: -48%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

#hero .hero-container {
  position: absolute;
  top: 18%;
  left: 3%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 18px;
}

#hero .hero-form {
  position: absolute;
  top: 15%;
  right: 105px;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  padding: 30px 20px;
  background-color: #F19B00;
  color: #fff;
  border-radius: 15px;
  /* z-index: 9999; */
}

.form-home {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
}

.form-home p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

#hero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
}

#hero h2 span {
  color: #eee;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 44px;
}

#hero .text-hero {
  color: #fff;
  font-size: 20px;
  display: contents;
}

.btn-hero {
  position: absolute;
  bottom: 15%;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 70px;
}

.header-bottom {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #375622;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}


#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  /* letter-spacing: 1px; */
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #285b08;
  color: #fff;
  background: #285b08;
  /* animation: zoom-in-zoom-out .65s linear infinite; */
}

@keyframes zoom-in-zoom-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


#hero .btn-get-started:hover {
  background: #024407;
  border: 2px solid #024407;
}



@media (max-width: 768px) {

  .div-economia-modal {
    margin-top: 0% !important;
  }

  #hero h3 {
    font-size: 22px;
  }

  .txt-hero-top {
    font-size: 14px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 22px;
    line-height: 24px;
  }

  #hero .hero-container {
    padding: 10px 15px !important;
  }

  .dividendo-cel {
    width: 100% !important;
    margin: 1rem !important;
  }

  .dividendo-cel-text {
    margin-left: 0px !important;
    text-align: center !important;
  }

  #hero h2 span {
    color: #eee;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
  }

  #hero .hero-container {
    position: absolute !important;
    top: 10% !important;
    left: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    /* padding: 10px 90px!important; */
  }

  #hero {
    height: 100vh;
  }

}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
}


@media only screen and (max-width:1053px) and (orientation: landscape) {
  .agenda-home a {
    margin: 0 !important;
  }

  .agenda-home {
    position: relative;
    background-image: linear-gradient(90deg, rgb(248, 253, 250), rgb(178, 189, 163) 100%);
    border-radius: 10px;
    padding: 10px !important;
  }

  #hero {
    height: 250vh !important;
  }

  .section-title-fundo h3 {
    bottom: 100px !important;
  }

  .section-title-fundo p {
    bottom: 100px !important;
  }


  .section-title-carteira h3 {
    bottom: 100px !important;
  }
}

.agenda-home {
  position: relative;
  background-image: linear-gradient(90deg, rgb(248, 253, 250), rgb(178, 189, 163) 100%);
  border-radius: 20px;
  padding: 20px;
}

.spirals-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -20px;
  /* Para posicionar as espirais acima da hr */
}

.spiral {
  width: 23px;
  border-top: 5px solid #323232;
  border-bottom-left-radius: 5px;
  transform: rotate(270deg);
  border-top-right-radius: 73%;
}

.agenda-home a {
  border-radius: 20px;
  font-weight: 900;
  font-size: 18px;
  background-color: #285b08;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.agenda-home p {
  font-size: 24px;
  margin: 10px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.agenda-home hr {
  width: 100%;
  border-top: 2px solid #000000;
  margin-top: 20px;
  /* Espaçamento entre a hr e as espirais */
}

.btn-oferta {
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.btn-oferta a {
  border-radius: 20px;
  padding: 10px;
  width: 75%;
  background-color: #57A633;
  border-color: #57A633;
  color: #fff;
  font-weight: 900;
  display: block;
  align-items: center;
  font-size: 18px;
}

.btn-oferta button:hover {
  background-color: #285b08;
  border-color: #285b08;
}

.text-hero-agenda {
  font-size: 22px;
  font-weight: 300;
}

/* Para navegadores baseados no Chromium (por exemplo, Chrome e Edge) */
.input-group input[type="file"]::-webkit-file-upload-button {
  display: none;
}

/* Para navegadores Firefox */
.input-group input[type="file"]::-moz-file-upload-button {
  display: none;
}

/* Altere a cor do placeholder para cinza claro */
.input-group input[type="file"]::placeholder {
  color: red !important;
  /* ou qualquer outra cor de cinza que você preferir */
}

/* Para navegadores baseados em Blink (por exemplo, Opera) */
.input-group input[type="file"]::-o-file-upload-button {
  display: none;
}

/* Para outros navegadores que suportam a propriedade ::file-selector-button */
.input-group input[type="file"]::file-selector-button {
  display: none;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #f0ffe8;
  color: #045400;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 20px 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.section-title h3 span {
  color: #e43c5c;
}

.section-title p {
  margin: 15px auto 30px auto;
  color: #ffffff
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#about {
  width: 100%;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.about .box {
  padding: 20px;
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(98, 155, 59, 0.18));
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.about .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #f0f0f0;
}

.about .box h4 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}

.about .box h4 span {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 300;
}

.about .box ul {
  padding: 0;
  list-style: none;
  color: #ffffff;
  text-align: center;
  /* line-height: 20px; */
  font-size: 14px;
}

.about .box ul li {
  padding-bottom: 16px;
}

.about .box ul i {
  color: #ffffff;
  font-size: 18px;
  padding-right: 4px;
}


.about .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.about .box .btn-about {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  border: 2px solid #2C5813;
  background: #2C5813;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

#chart-container {
  max-width: 400px;
  margin: 0 auto;
}

.about .box .btn-about:hover {
  background: #2C5813;
  color: #fff;
  cursor: default;
}

.box-top {
  position: absolute;
  top: -15px;
  right: 15px;
  left: 15px;
  background: #375622;
  padding: 10px;
  color: #fff;
  border-radius: 19px;
}

.regulamento-bottom {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(89, 89, 88, 0.18));
  color: #fff;
  padding: 40px;
  font-size: 18px;
  font-weight: 500;
}

.regulamento-bottom {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #51515155;
  color: #fff;
  /* padding: 40px; */
  font-size: 18px;
  font-weight: 500;
}


.regulamento-bottom p {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.icons {
  float: right;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  width: 100%;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

.team-container {
  margin-bottom: 120px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(98, 155, 59, 0.18));
  border-radius: 20px;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.member-img img {
  border-radius: 50%;
  padding: 15px;
  max-height: 170px;
  object-fit: cover;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #ffffff;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

.team .member .member-info p {
  font-size: 16px;
  color: #ffffff;
  text-align: start;
  padding: 10px;
  font-weight: 100;
}

/*--------------------------------------------------------------
# Offer
--------------------------------------------------------------*/
#offer {
  width: 100%;
  background: url("../img/hero-bg.jpg") top;
  background-size: cover;
  position: relative;
  padding: 60px;
}

.section-title-offer h3 {
  margin: 15px 0 20px 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: start;
}

.offer-container {
  margin-bottom: 120px;
}

#offer .card-offer {
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(98, 155, 59, 0.18));
  border-radius: 20px;
  width: 95%;
  padding: 20px;
}

#offer .card-offer p {
  color: #fff;
  margin-bottom: 0;
}

#offer .card-offer h3 {
  color: #fff;
  font-weight: 900;
}


#offer .card-dates {
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(98, 155, 59, 0.18));
  border-radius: 20px;
  width: 95%;
  padding: 0px;
}

#offer .card-dates p {
  color: #fff;
  font-size: 18px;
}

#offer .card-dates h3 {
  color: #fff;
  font-weight: 900;
}

/*--------------------------------------------------------------
# Fundo
--------------------------------------------------------------*/
#fundo {
  width: 100%;
  position: relative;
  padding: 60px;
}

#fundo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.408); /* Cor de fundo semi-transparente */
}

#invest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(191 191 191 / 8%) /* Cor de fundo semi-transparente */
}

#regulamento::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(191 191 191 / 8%) /* Cor de fundo semi-transparente */
}



.fundo-container {
  margin-bottom: 120px;
}

.section-title-fundo {
  display: flex;
  align-items: center;
  height: 100%;
}

.section-title-fundo h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: start;
  margin: 0; /* Remova qualquer margem padrão que possa afetar o alinhamento */
  z-index: 9;
}


.span-card-fundo {
  font-size: 12px;
  color: #fff;

}

.swal2-container {
  z-index: 99999999;
}

.section-title-fundo p {
  position: absolute;
  bottom: 60px;
  left: 120px;
  font-size: 10px;
  color: #fff;
  text-align: start;
  width: 15%;
}

#fundo .card-fundo {
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(69, 69, 69, 0.18));
  border-radius: 20px;
  box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.5);
  height: 100%;
}

#fundo .card-fundo h3 {
  font-weight: 700;
}


.section-title-fundo-cel h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.section-title-fundo-cel p {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}

/*--------------------------------------------------------------
# Investir
--------------------------------------------------------------*/
#invest {
  display: flex;
  justify-content: center; /* Centralizar horizontalmente */
  align-items: center; /* Centralizar verticalmente */
  width: 100%;
  position: relative;
  padding: 60px;
}



.section-title-invest h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.text-card-invest {
  margin-bottom: 0;
}

#invest .card-invest {
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(98, 155, 59, 0.18));
  border-radius: 20px;
}

#invest .card-invest h3 {
  font-weight: 700;
}

.text-invest {
  color: #fff;
  font-size: 10px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Historic
--------------------------------------------------------------*/
#historic {
  width: 100%;
  background: url("../img/hero-bg.jpg") top;
  background-size: cover;
  position: relative;
  padding: 60px;
  /* padding-bottom: 220px; */
}

.historic-container {
  margin-bottom: 120px;
}

#chart-container {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}

.info-grafic {
  position: absolute;
  top: -36px;
  right: 50px;
  left: 50px;
  background: #375622;
  padding: 10px;
  color: #fff;
  border-radius: 19px;

}

.text-historic-bottom {
  color: #fff;
  margin-top: 50px;
  font-size: 12px;
  text-align: center;
}

/*--------------------------------------------------------------
# Carteira Atual
--------------------------------------------------------------*/
#carteira {
  width: 100%;
  background: url("../img/hero-bg.jpg") top;
  background-size: cover;
  position: relative;
  padding: 60px;
}

.carteira-container {
  margin-bottom: 120px;
}

.section-title-carteira h3 {
  position: absolute;
  bottom: 60px;
  margin: 15px 0 20px 0;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: start;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.span-card-carteira {
  font-size: 12px;
  color: #fff;

}

.section-title-carteira p {
  position: absolute;
  bottom: 60px;
  left: 120px;
  font-size: 10px;
  color: #fff;
  text-align: start;
  width: 15%;
}

#carteira .card-carteira {
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(98, 155, 59, 0.18));
  border-radius: 20px;
}

#carteira .card-carteira h3 {
  font-weight: 700;
}


.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  color: #fff;
  background: rgba(178, 189, 163, 0.17);
  overflow: hidden !important;
}

/*--------------------------------------------------------------
# Indicativo
--------------------------------------------------------------*/
#indi {
  width: 100%;
  background: url("../img/hero-bg.jpg") top;
  background-size: cover;
  position: relative;
  padding: 60px;
}

.text-ind-bottom {
  font-size: 10px;
  text-align: center;
}


/*--------------------------------------------------------------
# Estudo
--------------------------------------------------------------*/
#estudo {
  width: 100%;
  background: url("../img/hero-bg.jpg") top;
  background-size: cover;
  position: relative;
  padding: 60px;
}

.text-estudo-bottom {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/*--------------------------------------------------------------
# Empresas
--------------------------------------------------------------*/
#empresas {
  width: 100%;
  background: url("../img/hero-bg.jpg") top;
  background-size: cover;
  position: relative;
  padding: 60px;
}

.text-empresas-bottom {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.card-empresas {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.50), rgba(150, 150, 150, 0.50));
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 30px;
  /* margin-bottom: 120px; */
}

.btn-closse {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  pointer-events: auto;
  cursor: pointer;
  font-weight: 900;
}



/*--------------------------------------------------------------
# Corretoras
--------------------------------------------------------------*/
#corretoras {
  width: 100%;
  background: url("../img/hero-bg.jpg") top;
  background-size: cover;
  position: relative;
  padding: 60px;
}

.text-corretoras-bottom {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.card-corretoras {
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(98, 155, 59, 0.18));
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 120px;

}

/*--------------------------------------------------------------
# regulamento
--------------------------------------------------------------*/
#regulamento {
  width: 100%;
  position: relative;
}

.text-regulamento-bottom {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.card-regulamento {
  background: linear-gradient(90deg, rgba(248, 253, 250, 0.18), rgba(89, 89, 88, 0.18));
  /* border-radius: 20px; */
  padding: 30px;
  width: 100%;
}

.section-title-regulamento h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.section-title-regulamento p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}


/*--------------------------------------------------------------
# Redes socials
--------------------------------------------------------------*/

.icons-social {
  color: #fff;
  font-size: 38px;
}

.icons-social:hover {
  color: #fff;
  font-size: 38px;
}





/* --------------------------------------------------------------
# Modal Inicial
-------------------------------------------------------------- */

.card-planos {
  background: #F19B00;
  border-radius: 20px;
}

.card-planos h3 {
  font-weight: 500;
  font-size: 1.0rem;
}

.card-planos p {
  font-size: 1.3rem;
  font-weight: bold;
}

.div-planos {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.50), rgba(150, 150, 150, 0.50));
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 30px;
  /* margin-bottom: 120px; */
}

.btn-closse {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  pointer-events: auto;
  cursor: pointer;
  font-weight: 900;
}

#modal-formulario::before {
  content: "";
  background: url("../img/hero-bg.png") center;
  background-size: cover;
  filter: blur(10px); /* Ajuste o valor de desfoque conforme desejado */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Coloca a pseudo-classe atrás do conteúdo real */
}
