@media (max-width: 992px) {
  .page-template-ion-analysis-house .internalBanner .container {
    min-height: 550px !important;
  }
}

.pageAnalysisHouse__featuredStocks h2, .pageAnalysisHouse__funds h2, .pageAnalysisHouse__automaticInvestments h2, .pageAnalysisHouse__video h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageAnalysisHouse__featuredStocks h2, .pageAnalysisHouse__funds h2, .pageAnalysisHouse__automaticInvestments h2, .pageAnalysisHouse__video h2 {
    font-size: 40px;
    line-height: 57px;
  }
}
.pageAnalysisHouse__featuredStocks {
  padding: 5rem 0;
}
.pageAnalysisHouse__featuredStocks__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .pageAnalysisHouse__featuredStocks__grid {
    flex-direction: row;
  }
}
.pageAnalysisHouse__featuredStocks__content {
  width: 100%;
  max-width: 500px;
}
.pageAnalysisHouse__featuredStocks__content .textContainer {
  margin-bottom: 2rem;
}
.pageAnalysisHouse__featuredStocks__content .textContainer > *:last-child {
  margin-bottom: 0;
}
.pageAnalysisHouse__featuredStocks__content .textContainer h3 {
  margin-bottom: 1rem;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 1200px) {
  .pageAnalysisHouse__featuredStocks__content .textContainer h3 {
    margin-bottom: 2rem;
    font-size: 40px;
    line-height: 57px;
  }
}
.pageAnalysisHouse__featuredStocks__list {
  position: relative;
  width: 100%;
  max-width: 535px;
  height: 326px;
}
.pageAnalysisHouse__featuredStocks__list--stock {
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Text Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  cursor: default;
  background: #a7cd3e;
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 17px 1rem;
  margin: 0 auto;
  transition: 0.5s all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 400px) {
  .pageAnalysisHouse__featuredStocks__list--stock {
    font-size: 12px;
  }
}
.pageAnalysisHouse__featuredStocks__list--stock:nth-child(1) {
  max-width: calc(100% - 104px);
  background: #133134;
  color: white;
  bottom: 226px;
}
@media (min-width: 400px) {
  .pageAnalysisHouse__featuredStocks__list--stock:nth-child(1) {
    padding-left: 26px;
  }
}
.pageAnalysisHouse__featuredStocks__list--stock:nth-child(2) {
  max-width: calc(100% - 78px);
  background: #395734;
  color: white;
  bottom: 174px;
}
@media (min-width: 400px) {
  .pageAnalysisHouse__featuredStocks__list--stock:nth-child(2) {
    padding-left: 40px;
  }
}
.pageAnalysisHouse__featuredStocks__list--stock:nth-child(3) {
  max-width: calc(100% - 52px);
  background: #5b7e35;
  color: white;
  bottom: 122px;
}
@media (min-width: 400px) {
  .pageAnalysisHouse__featuredStocks__list--stock:nth-child(3) {
    padding-left: 53px;
  }
}
.pageAnalysisHouse__featuredStocks__list--stock:nth-child(4) {
  max-width: calc(100% - 26px);
  background: #7fa238;
  bottom: 70px;
}
@media (min-width: 400px) {
  .pageAnalysisHouse__featuredStocks__list--stock:nth-child(4) {
    padding-left: 65px;
  }
}
.pageAnalysisHouse__featuredStocks__list--stock:nth-child(5) {
  max-width: calc(100% - 0px);
  bottom: 18px;
}
@media (min-width: 400px) {
  .pageAnalysisHouse__featuredStocks__list--stock:nth-child(5) {
    padding-left: 77px;
  }
}
.pageAnalysisHouse__featuredStocks__list--stock:hover {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1200px) {
  .pageAnalysisHouse__featuredStocks .btn {
    margin-top: 2rem;
    max-width: 100%;
    text-align: center;
  }
}
.pageAnalysisHouse__funds {
  background: #f7f8f7;
  padding: 1rem 0 1.5rem 0;
}
@media (min-width: 992px) {
  .pageAnalysisHouse__funds {
    padding: 3rem 0 4.5rem 0;
  }
}
.pageAnalysisHouse__funds .textContainer {
  margin-bottom: 2.5rem;
}
.pageAnalysisHouse__funds .textContainer > *:last-child {
  margin-bottom: 0;
}
.pageAnalysisHouse__funds__assets {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1px;
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .pageAnalysisHouse__funds__assets {
    flex-wrap: nowrap;
    height: 77px;
  }
}
.pageAnalysisHouse__funds__assets__item {
  min-height: 77px;
  padding: 0.5rem 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc(50% - 1px);
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Text Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  transition: 0.5s all;
  cursor: default;
}
@media (min-width: 1200px) {
  .pageAnalysisHouse__funds__assets__item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .pageAnalysisHouse__funds__assets__item:hover {
    min-height: 95px;
    padding-bottom: calc(47.5px - 1rem);
  }
}
.pageAnalysisHouse__funds__assets__item:nth-child(1) {
  background: #a7cd3e;
}
.pageAnalysisHouse__funds__assets__item:nth-child(2) {
  background: #7fa238;
}
.pageAnalysisHouse__funds__assets__item:nth-child(3) {
  background: #5b7e35;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(4) {
  background: #395634;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(5) {
  background: #133134;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(6) {
  background: #141e1f;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(7) {
  background: #141e1f;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(8) {
  background: #133134;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(9) {
  background: #395634;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(10) {
  background: #5b7e35;
  color: white;
}
.pageAnalysisHouse__funds__assets__item:nth-child(11) {
  background: #7fa238;
}
.pageAnalysisHouse__funds__assets__item:nth-child(12) {
  background: #a7cd3e;
}
@media (max-width: 768px) {
  .pageAnalysisHouse__funds .btn {
    margin-top: 2rem;
    max-width: 100%;
    text-align: center;
  }
}
.pageAnalysisHouse__automaticInvestments {
  background: #091b1e;
  padding: 3.5rem 0;
}
.pageAnalysisHouse__automaticInvestments__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 72px;
}
@media (max-width: 1199px) {
  .pageAnalysisHouse__automaticInvestments__grid img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .pageAnalysisHouse__automaticInvestments__grid {
    flex-direction: row;
  }
}
.pageAnalysisHouse__automaticInvestments__grid > div {
  width: 100%;
}
.pageAnalysisHouse__automaticInvestments__grid > div:first-child {
  max-width: 511px;
}
.pageAnalysisHouse__automaticInvestments h2 {
  color: white;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 36px;
  font-weight: 300;
  line-height: 150%;
  max-width: 316px;
  margin: 0;
}
.pageAnalysisHouse__automaticInvestments .divider {
  width: 100%;
  height: 3px;
  background: #a7cd3e;
  margin: 2rem 0 2.5rem 0;
}
.pageAnalysisHouse__automaticInvestments p {
  color: white;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 2.875rem;
}
.pageAnalysisHouse__automaticInvestments a {
  border-width: 2px;
}
.pageAnalysisHouse__video {
  padding: 57px 0 45px 0;
}
.pageAnalysisHouse__video h3 {
  display: block;
  margin-bottom: 1rem;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageAnalysisHouse__video h3 {
    margin-bottom: 3.437rem;
    font-size: 40px;
    line-height: 57px;
  }
}
.pageAnalysisHouse__video__grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .pageAnalysisHouse__video__grid {
    flex-direction: row;
    gap: 4rem;
  }
}
.pageAnalysisHouse__video__grid iframe {
  max-height: 250px;
}
@media (min-width: 992px) {
  .pageAnalysisHouse__video__grid iframe {
    max-height: unset;
  }
}
.pageAnalysisHouse__video__grid > div {
  width: 100%;
}
.pageAnalysisHouse__video__grid > div:first-child {
  max-width: 411px;
}
.pageAnalysisHouse__video__grid > div:last-child {
  max-width: 656px;
}
@media (max-width: 1200px) {
  .pageAnalysisHouse__video .btn {
    margin-top: 2rem;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.pageAnalysisHouse__video .textContainer {
  margin-bottom: 2rem;
}