#header-VicEngenharia {
    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;
}

#header-VicEngenharia .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    font: inherit;
    color: inherit;
}

#header-VicEngenharia .header-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 20px;
    padding: 1.25rem 0;
}

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

#header-VicEngenharia .header-logo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header-VicEngenharia .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: #ff7103;
    color: #fff;
    cursor: pointer;
}

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

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

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

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

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

#header-VicEngenharia .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-VicEngenharia .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-VicEngenharia .header-button:hover {
    filter: brightness(1.5);
}

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

#footer-VicEngenharia .footer-container {
  background: linear-gradient(to bottom,#3f403f 0%,#5a5b5a 61%,#5a5b5a 61%);
  color: white;
  font-family: Arial, sans-serif;
  padding: 20px;
}

#footer-VicEngenharia .footer-content {
  display: flex;
  flex-direction: column;
  max-width: 1200px; /* Ajustar de acordo com a largura máxima desejada */
  margin: auto;
}

#footer-VicEngenharia .footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer-VicEngenharia .footer-column {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  margin: 20px 0;
}

#footer-VicEngenharia .footer-column-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

#footer-VicEngenharia .footer-column-text {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 550;
}

#footer-VicEngenharia .footer-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer-VicEngenharia .footer-column ul li a {
  color: #ffb547;
  text-decoration: none;
}

#footer-VicEngenharia .footer-logo {
  flex: 1;
  display: flex;
  align-items: center;
}

#footer-VicEngenharia .footer-logo img {
  height: 65px;
}

#footer-VicEngenharia .footer-menu {
  display: flex;
  flex: 2;
  justify-content: space-evenly;
  align-items: center;
}

#footer-VicEngenharia .footer-menu ul {
  list-style-type: none;
  padding: 0;
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}

#footer-VicEngenharia .footer-menu ul li {
  display: inline;
  margin-right: 20px;
}

#footer-VicEngenharia .footer-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  font-weight: 600;
  white-space: nowrap;
}

#footer-VicEngenharia .footer-menu ul li a:hover {
  color: #f8a51b; /* Cor ao passar o mouse */
}

#footer-VicEngenharia .footer-social {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

#footer-VicEngenharia .footer-social-links {
  display: inline-block;
}

#footer-VicEngenharia .footer-social-links a {
  display: inline-block;
  margin-left: 10px;
  color: white; /* Ícones podem ser brancos ou de uma cor específica */
  font-size: 24px; /* Tamanho dos ícones das redes sociais */
  transition: color 0.3s ease;
  background-color: #ff7103;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

#footer-VicEngenharia .footer-social-links a img {
  width: 20px;
}

#footer-VicEngenharia .footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

#footer-VicEngenharia .footer-links a {
  color: #f8a51b;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 5px;
}

#footer-VicEngenharia .footer-bottom-row {
  width: 100%;
  border-top: 1px solid #fff;
  text-align: center;
  margin-top: 20px;
}

#footer-VicEngenharia .footer-bottom-row p {
  margin: 5px 0;
  font-size: 0.8em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  #footer-VicEngenharia .footer-content {
    padding: 0 20px;
  }

  #footer-VicEngenharia .footer-row {
    flex-direction: column;
  }

  #footer-VicEngenharia .footer-logo,
  #footer-VicEngenharia .footer-social {
    justify-content: center;
    margin-bottom: 10px;
  }

  #footer-VicEngenharia .footer-menu {
    justify-content: center;
  }

  #footer-VicEngenharia .footer-menu ul li {
    display: block;
    margin: 5px 0;
  }

  #footer-VicEngenharia .footer-social-links a {
    margin: 0 5px;
  }
}


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

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

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

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

#VicEngenharia [class^="styles__SimulatorContainer-"],
#VicEngenharia [class^="styles__SimulatorResultContainer-"] {
    /* min-height: calc(100vh - 65px - 160px) !important; */
    padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

#VicEngenharia [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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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