#header-Vegus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  color: #333333;
}

@media (min-width: 1024px) {
  #header-Vegus .header-content {
    width: 100%;
    max-width: 1330px;
    max-height: 80px;
  }
}
@media (max-width: 1024px) {
  #header-Vegus .header-content {
    width: auto;
    max-height: 75px;
  }
}

#header-Vegus .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  color: inherit;
  position: relative;
}

#header-Vegus .header-logo-container {
  display: flex;
  align-items: end;
  justify-content: end;
}

#header-Vegus .header-logo-container a {
  display: flex;
}

@media (min-width: 1024px) {
  #header-Vegus .header-logo-container {
      width: 250px;
  }
}

@media (max-width: 1024px) {
  #header-Vegus .header-logo-container {
      width: 90px;
  }
}

#header-Vegus .header-logo-image {
  height: 55px;
  background-color: transparent;
}

#header-Vegus .header-cta-button {
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 30px;
  background-color: #CE1A1B;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#header-Vegus .header-links-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  color: inherit;
  padding: 1.25rem 0;
}

#header-Vegus .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  list-style: none;
}

#header-Vegus .header-link-item {
  position: relative;
  font: inherit;
  font-weight: 700;
  color: inherit;
  text-transform: capitalize;
}

#header-Vegus .header-link-item a {
  text-decoration: none;
  color: inherit;
}

#header-Vegus .header-link-item a:hover {
  text-decoration: underline;
}

#header-Vegus .header-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  list-style: none;
}

#header-Vegus .header-button {
  padding: 0.5rem 1rem;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  color: #153b83;
}

#header-Vegus .header-button:hover {
  filter: brightness(1.5);
}

#header-Vegus .header-buttons .outline {
  border-radius: 8px;
  border: 2px solid #153b83;
}

#footer-Vegus {
/* padding-left: 1rem; 
padding-right: 1rem; 
padding-top: 3rem; 
padding-bottom: 4rem;  */
padding: 75px 0;
background-color: #fff; 
color: #000;
}

@media (min-width: 1024px) {
#footer-wrapper {
  justify-content: center;
  margin: 0;
}
}

#footer-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 1rem 0; 
gap: 1rem;
margin: 0 3rem;
width: 100%;
}

#footer-column {
width: 100%;
font-size: 14px;
display: flex;
gap: 5px;
flex-direction: column;
}

#footer-address {
line-height: 1.6;
}

#footer-phone-number {
display: flex;
flex-direction: column;
gap: 20px;

font-weight: bold;
font-size: 13px;
}

#footer-title {
font-size: 1.429em;
font-weight: bold;
line-height: 1.2px;
margin: 0 0 30px;
}

@media (max-width: 1024px) {
#column-container {
  flex-direction: column;
  gap: 50px;
}
}

@media (min-width: 1024px) {
#column-container {
  flex-direction: row;
}
}

#column-container {
display: flex;
width: 100%;
max-width: 100%;
align-items: baseline;
}

#column-container > div > div > a {
color: #CE1A1B;
font-size: 1.143em;
line-height: 2;
font-weight: 300;
}

#column-container > div > div > a:hover {
text-decoration: underline;
}

@media (min-width: 1024px) {
#column-imoveis,
#column-cliente,
#column-contato,
#column-institucional,
#column-estados {
  padding-right: 4rem; 
  margin-right: 1rem;
}
}

@media (max-width: 1024px) {
#column-imoveis,
#column-cliente,
#column-contato,
#column-institucional,
#column-estados {
  padding: 1rem 0;
  width: 100%;
}
}

#title-imoveis,
#title-cliente,
#title-contato,
#title-institucional,
#title-estados {
font-size: 1rem;
font-weight: bold; 
padding-bottom: 0.5rem; 
flex-wrap: nowrap;
white-space: nowrap;
}

#underline-imoveis,
#underline-cliente,
#underline-contato,
#underline-institucional,
#underline-estados {
background-color: #94bc2f; 
height: 2px; 
width: 80%; 
margin-bottom: 0.5rem; 
}

#links-imoveis a,
#links-cliente a,
#links-contato a,
#links-institucional a,
#links-estados a {
display: flex; 
flex-direction: column;
padding-top: 0.125rem; 
padding-bottom: 0.125rem; 
font-size: 0.875rem; 
font-weight: 500; 
}

#seals-container {
display: flex;
justify-content: flex-end;
align-items: start;
}

#seal-pbop,
#seal-iso {
margin-left: 1rem; 
}


#footer-social {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}

#social-title-container {
text-transform: uppercase; 
font-size: 0.75rem; 
text-align: center; 
}

#social-links {
display: flex;
justify-content: center; 
margin-top: 1rem; 
}

#social-fb,
#social-ig,
#social-tw,
#social-yt {
margin: 0.25rem; 
}


#footer-contact {
width: 100%;
justify-content: center;
gap: 1.5rem;
}

@media (max-width: 1024px) {
#footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
}

@media (min-width: 1024px) {
#footer-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
}
}

#footer-brand {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem; 
}

#brand-link {
margin: 0.25rem; 
}

#brand-link img {
width: 100px;
height: auto;
}

#brand-slogan {
font-size: 0.75rem; 
margin-top: 1rem; 
}


#footer-bottom {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  #header-Vegus {
      padding: 0 0.5rem;
      font-size: 14px;
  }

  #header-Vegus .header-button {
      font-size: 12px;
  }
}

@media (max-width: 900px) {
  #header-Vegus .header-links-container {
      display: none;
  }
}

@media (max-width: 500px) {
  #header-Vegus {
      padding: 0 0.25rem;
      
  }
  #header-Vegus .header-logo-container {
      width: 120px;
  }
  #header-Vegus .header-buttons {
      gap: 0.5rem;
  }
  #header-Vegus .header-buttons .header-button {
      padding: 0.25rem;
  }
}

#Vegus [class^="styles__SimulatorContainer-"],
#Vegus [class^="styles__SimulatorResultContainer-"] {
  
  padding: 2rem;
}

#Vegus [class^="styles__SimulatorContainer-"] *,
#Vegus [class^="styles__SimulatorResultContainer-"] * {
  font-family: "Montserrat", "Nunito", sans-serif !important;
}

#Vegus [class*="styles__HomePlanningLogoContainer-"] {
  display: none !important;
}

#Vegus [class*="styles__ResumeContainer-sc"] {
  background-color: #cccccc50 !important;
}

#Vegus [class*="styles__ResumeText-sc"] {
  font-weight: 700 !important;
  color: #333 !important;
}

#Vegus [class*="styles__QuestionaireContainer-"] {
  grid-template-columns: 224px auto !important;
  padding: 0 !important;
}

#Vegus [class^="styles__QuestionaireMIAImageContainer-sc"] {
  order: -1;
}

#Vegus [class^="styles__QuestionaireMIAImage-sc"] {
  max-height: 100%;
  object-fit: cover;
}

#Vegus [class*="styles__QuestionaireContainer-"],
#Vegus [class*="styles__SimulatorResultContentContainer-"] {
  align-items: center !important;
  border-radius: 10px !important;
  background: linear-gradient(
      90deg,
      #f8f7f7 0%,
      #ffffff 43.23%,
      #f9f9f9 100%
  ) !important;
}

#Vegus [class*="styles__SimulatorResultMessageTitle-"],
#Vegus [class*="styles__SimulatorResultMessageSubtitle-"] {
  color: #333333 !important;
}

#Vegus [class*="styles__QuestionaireContent-"] {
  padding: 1rem 1rem 2rem !important;
}

#Vegus [class^="styles__SimulatorQuestionContainer-"] {
  gap: 1rem !important;
}

#Vegus [class^="styles__SimulatorQuestionHeadingContainer-"] {
  justify-content: center !important;
  gap: 1rem !important;
  padding: 1rem 0.5rem !important;
  margin-bottom: 0 !important;
  border-radius: 10px !important;
  background-color: transparent !important;
}

#Vegus [class^="styles__SimulatorQuestionHeading-"],
#Vegus [class^="styles__SimulatorQuestionExplanation-"] {
  width: 100% !important;
  padding: 0 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  text-align: left !important;
  color: #333333 !important;
}

#Vegus [class^="styles__SimulatorQuestionInput-sc"],
#Vegus [class^="styles__SimulatorQuestionCurrencyInputContainer-sc"] > input,
#Vegus [class^="styles__SimulatorQuestionLabel-sc"] {
  border-radius: 10px !important;
  border: 2px solid #dbd9d7 !important;
  color: #333 !important;
}
#Vegus [class^="styles__SimulatorQuestionLabel-sc"] {
  font-weight: 700 !important;
  background-color: #f3efeb !important;
}

#Vegus [class^="styles__SimulatorQuestionPropertyCardsContainer-sc"] {
  outline: none !important;
}

#Vegus [class^="styles__PropertyCardPromotional-sc"],
#Vegus [class^="styles__PropertyCardStripe-sc"],
#Vegus [class^="styles__PropertyCardCharacteristicIcon-sc"] {
  background-color: #d02f27 !important;
}

#Vegus [class^="styles__ButtonsContainer-"] {
  padding: 0 0.5rem !important;
}

#Vegus [class^="styles__ModelButton-"],
#Vegus [class^="styles__CTAButton-"] {
  font-weight: 700 !important;
  border-radius: 10px !important;
}

#Vegus [class^="styles__SimulatorResultGifContainer-"] {
  filter: invert(0) !important;
}

#Vegus [class^="styles__SimulatorResultMessage-"] {
  color: #333333;
}

#Vegus [class*="styles__ResultButton-"] {
  border: 2px solid #333333;
  background: transparent;
  color: #333333;
}

#Vegus [class*="styles__ReturnButton-"] {
  color: #333333 !important;
  border-color: #333333 !important;
  background: transparent !important;
}

#Vegus [class*="styles__NextButton-"] {
  border: none !important;
}

@media (max-width: 900px) {
  #Vegus [class^="styles__SimulatorQuestionHeading-"] {
      font-size: 24px !important;
      line-height: 30px !important;
  }
  #Vegus [class^="styles__SimulatorQuestionExplanation-"] {
      font-size: 18px !important;
      line-height: 24px !important;
  }
  #Vegus [class^="styles__SimulatorQuestionInput-sc"],
  #Vegus
      [class^="styles__SimulatorQuestionCurrencyInputContainer-sc"]
      > input {
      font-size: 18px !important;
      padding: 0.75rem 1rem !important;
  }
  #Vegus
      [class^="styles__SimulatorQuestionLabel-sc"]:not(
          [class*="styles__SimulatorQuestionPropertyCard"]
      ) {
      padding: 0.75rem 1rem !important;
  }
}

@media (max-width: 500px) {
  #Vegus [class^="styles__SimulatorQuestionHeadingContainer-"] {
      padding: 0.5rem;
  }
  #Vegus [class^="styles__SimulatorQuestionHeading-"] {
      font-size: 22px !important;
      line-height: 26px !important;
  }
  #Vegus [class^="styles__SimulatorQuestionExplanation-"] {
      font-size: 16px !important;
      line-height: 20px !important;
  }
}
