@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Outfit:wght@100..900&display=swap');

:root {
  --primaryColor: #FFB600;
  --black: #000;
  --white: #fff;
  --grey-100: #F0F1FC;
  --grey: #3C4356;
  --darkgrey: #3C4356;
  --secondaryColor: #F0F1FC;
  --ff-primary: "Outfit", sans-serif;
  --ff-secondary: "Dela Gothic One", sans-serif;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: var(--ff-primary);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  color: var(--darkgrey);
}

a {
  color: #000;
}

a:hover {
  color: var(--primaryColor);
}

h1 {
  font-family: var(--ff-secondary);
}

.section2,
.section3,
.section4,
.section5,
.section6,
.testimonials {
  margin-block: 80px;
}

/* navbar */
.nav {
  padding: 50px 0;
}

.nav-logo {
  text-align: left;
}

.nav-logo img {
  height: 70px;
}

.menu ul {
  text-align: right;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0;
  margin: 0;
  gap: 10px
}

.menu ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--ff-secondary);
  color: var(--grey);
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}

.menu ul li:hover {
  color: var(--primaryColor);
  border-bottom: 4px solid var(--primaryColor);
}

.menu ul li:hover svg {
  filter: brightness(0) saturate(100%) invert(66%) sepia(87%) saturate(983%) hue-rotate(358deg) brightness(101%) contrast(103%);
}

.radio-buton label:hover span {
  color: #fff;
}

/* header */
.header-content {
  background: var(--secondaryColor);
  border-radius: 60px;
  padding-top: 50px;
}

.selo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* icon das obras */
.selo img:nth-child(1) {
  height: 25px;
}

/* icon > */
.selo img:nth-child(2) {
  height: 20px;
  margin: 0 8px;
}

#selo-p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--grey);
}

.header-txt h1 {
  color: var(--grey);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  text-wrap: balance;
}

.header-txt p {
  color: var(--grey);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  max-width: 75%;
  margin: 20px 0;
}

.header-txt h1 span {
  color: var(--primaryColor);
  font-weight: 700;
}

.header__subtitle {
  color: var(--grey);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 70%;
  margin-bottom: 28px;
}

.header-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.header-txt ul li {
  background: url(/img/icons/bullet.svg) no-repeat left top;
  background-size: 20px;
  height: 30px;
  padding-left: 30px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
  max-width: 80%;
  line-height: 1.1;
}

.form-box {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.form-img {
  position: absolute;
  z-index: 1;
  max-width: 559px;
  max-height: 507px;
  left: -188px;
  bottom: 0;
}

/* form */
#contactform,
#kitchen-form,
.hero-message {
  position: relative;
  z-index: 99;
  right: 0;
  width: 390px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 12px 6px 0px rgba(59, 67, 147, 0.15);
  padding: 40px 45px;
  text-align: center;
  margin: 0 0 30px auto;
}

#contactform h3,
#kitchen-form h3 {
  color: var(--grey);
  font-family: var(--ff-secondary);
  max-width: 100%;
  margin: 0 auto 25px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-wrap: balance;
}

#contactform h6,
#kitchen-form h6 {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  margin: 20px auto;
}

#contactform hr,
#kitchen-form hr {
  width: 100%;
  opacity: 1;
  background: var(--lightgreen);
  height: 2px;
  border: none;
  border-radius: 10px;
}


.extra-question {
  display: none;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input-title {
  margin-bottom: 10px;
}

.input-title h5 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.input-title p {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 0 0;
}

.radio-buton input[type="radio"],
.radio-buton input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}



.radio-buton img {
  width: 30px;
  margin-right: 10px;
}

.radio-buton img[src=""] .radio-buton label {
  display: unset;
}

.radio-buton label,
.form-inputs {
  background: var(--white);
  border-radius: 8px;
  border: 1px solid #CFD0DB;
  cursor: pointer;
  width: 100%;
  min-height: 45px;
  padding: 5px;
  display: flex;
  align-items: center;
  color: var(--darkgrey);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.radio-buton label {
  padding: 10px 18px;
  text-align: start;
}

.form-inputs {
  text-align: start !important;
  color: var(--black) !important;
  font-size: 16px !important;
}

.radio-buton span {
  font-size: 12px;
  font-weight: 300;
  color: var(--darkgrey);
}

.radio-buton label:hover,
.radio-buton input[type="checkbox"]:checked+label,
.radio-buton input[type="radio"]:checked+label {
  background: var(--primaryColor);
  color: var(--white);
  border: 1px solid var(--primaryColor);
}

.radio-buton label:hover img,
.radio-buton input[type="radio"]:checked+label img,
.radio-buton input[type="checkbox"]:checked+label img {
  filter: brightness(1) invert(1);
}

.radio-buton label:hover span,
.radio-buton input[type="radio"]:checked+label span,
.radio-buton input[type="checkbox"]:checked+label span {
  color: white;
}

.form-step[data-step="4"] .radio-buton .radio-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

#kitchen-form .form-step[data-step="1"] .radio-buton .radio-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}

#kitchen-form .form-step[data-step="1"] .radio-buton .radio-label p, #kitchen-popup .form-step[data-step="1"] .radio-buton .radio-label p {
  margin: 0;
  max-width: 85%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

#kitchen-popup .form-step[data-step="1"] .radio-buton .radio-label p span {
  margin-left: 0;
}

.step-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.nav-button {
  width: 50px;
  height: 40px;
  background: var(--primaryColor);
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.nav-button:hover {
  transform: scale(1.05);
}

.nav-button svg {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
}

.message-exemplo {
  display: block;
  color: #000;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-wrap: balance;
  margin-top: 8px;
}

.particular__button {
  width: 100%;
  max-width: 280px;
  height: 50px;
  border-radius: 10px;
  background: var(--primaryColor);
  border: none;
  font-family: var(--ff-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  color: var(--white);
  margin: 10px 0 0 0;
  transition: all 0.3s ease-in;
}

.particular__button:hover {
  transform: scale(1.05);
  background: var(--darkgrey);
  color: var(--white);
}

/* .sec7-txt button:hover,
.section2 button:hover {
  transform: scale(1.05);
  background: var(--darkgrey);
  color: var(--white);
} */

/* Arrows */
.arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 4px solid white;
  border-right: 4px solid white;
}


/* form */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-button {
  width: 100%;
  height: 45px;
  background: var(--primaryColor);
  border: none;
  border-radius: 10px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ff-secondary);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
  transition: all 0.3s ease-in-out;
}

.form-inputs {
  padding-left: 10px;
}

.form-button:hover,
.form-button:focus {
  background: var(--grey);
  color: var(--white);
  transform: scale(1.05);
}

.form-input .dropdown-toggle {
  background: #fff;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #CFD0DB;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  text-align: left;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.dropdown-toggle::after {
  display: none;
}


.form-input .dropdown-toggle:hover img {
  filter: brightness(0) invert(1);
}

.form-input .dropdown-toggle:focus-visible,
.form-input .dropdown-toggle:focus {
  box-shadow: none;
  background: #fff;
  color: #000;
}

.form-input .dropdown-menu {
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  cursor: pointer;
  border-radius: 8px;
  padding: 0;
  border: 2px solid var(--grey-100);
}

.form-option {
  padding: 10px 20px;
}

.form-option:hover {
  background: var(--primaryColor);
  color: #fff;
}

.radio-errors {
  display: none;
}

.error {
  font-size: 12px;
  color: red;
  margin: 8px 0 0 0;
  text-align: center;
  width: 100%;
}

.form-check {
  text-align: center;
  padding: 0;
}

.form-check label {
  margin: 0 0 0 5px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
}

.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  border-radius: 2px;
  padding-right: 5px;
  color: var(--primaryColor);
}

.form-check input[type=checkbox]:checked+.checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0.5px;
  margin-top: -0.1px;
  font-size: 12px;
}

.form-group-icon {
  display: flex;
  position: relative;
}

.form-group-icon input {
  padding-left: 45px;
}

.pt-flag {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  object-fit: contain;
}

#politica-link {
  color: var(--black);
  text-decoration: none;
}

#politica-link:hover {
  color: var(--primaryColor);
  text-decoration: underline;
}


/* section3 */
.section3 {
  margin-block: 60px;
}

.section3__wrapper {
  background-color: var(--grey-100);
  padding: 60px 0;
  border-radius: 60px;
}

.sec3-txt {
  margin-bottom: 40px;
}

.sec3-txt h3 {
  text-align: center;
  font-family: var(--ff-secondary);
  font-size: 45px;
  font-weight: 400;
  color: var(--grey);
  line-height: 1.1;
  margin: 0 auto 20px;
}

.sec3-txt span {
  color: var(--primaryColor);
  font-size: 40px;
}

.sec3-txt p {
  color: var(--Grey, #3C4356);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.vant-outer {
  text-align: center;
  margin: 0 auto;
  height: 100%;
}

.vant-box {
  max-width: 85%;
  height: 555px;
  margin: 0 auto;
  background: var(--white);
  padding-bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vant-box img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.vant-box h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--darkgrey);
  color: var(--white);
  border: 6px solid var(--darkgrey);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -45px auto 0 auto;
  position: relative;
  z-index: 3;
  font-size: 35px;
  font-weight: 700;
}

.vant-box h4 {
  color: var(--darkgrey);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 75%;
  margin: 20px auto;
  text-wrap: balance;
}

.vant-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--darkgrey);
  max-width: 82%;
  margin: 0 auto;
  text-wrap: balance;
}

.card-button {
  width: 80%;
  height: 60px;
  color: var(--white);
  border: none;
  border-radius: 20px;
  background: var(--primaryColor);
  font-size: 20px;
  font-weight: 700;
  margin: 30px auto 0 auto;
}

.card-button:hover {
  transform: scale(1.05);
  background: var(--darkgrey);
  color: var(--white);
}

.custom-dots,
.solucoes-dots {
  text-align: center;
  margin-top: 40px;
}

.custom-dots .slick-dots,
.solucoes-dots .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.custom-dots .slick-dots li,
.solucoes-dots .slick-dots li {
  margin: 0 5px;
}

.custom-dots .slick-dots li button,
.solucoes-dots .slick-dots li button {
  background-color: var(--grey-100);
  border-radius: 50%;
  border: none;
  width: 17px;
  height: 17px;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}

.custom-dots .slick-dots li.slick-active button,
.solucoes-dots .slick-dots li.slick-active button {
  background-color: var(--darkgrey);
}

.custom-dots .slick-dots li button {
  background-color: var(--white);
}

.solucoes-dots {
  margin: 0 auto 40px;
}

/* section 4 */
.section4 {
  text-align: center;
}

.sec4-txt {
  margin-bottom: 60px;
}

.sec4-txt h3 {
  font-size: 45px;
  font-weight: 700;
  font-family: var(--ff-secondary);
  color: var(--grey);
  line-height: 1.1;
  margin: 0 auto;
}

.sec4-txt span {
  color: var(--primaryColor);
}

.material-outer {
  margin: 0 auto;
  text-align: center;
}

.material-box {
  width: 100%;
  height: 605px;
  border-radius: 20px;
  background: var(--grey-100);
  padding: 35px 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.material-box h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--grey);
  max-width: 90%;
  margin: 0 auto;
  height: 85px;
  text-wrap: balance;
}

.material-box p {
  min-height: 155px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--grey);
  margin-bottom: 5px;
}

.material-img {
  width: 100%;
  text-align: center;
}

.material-box img {
  width: 100%;
  height: 218px;
  margin: 10px 0 20px 0;
  object-fit: cover;
}

.material-cta {
  width: 40px;
  height: 40px;
  background: var(--primaryColor);
  border: 3px solid var(--primaryColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.material-cta:hover {
  background: var(--white);
}

.material-cta svg .fill-arrow {
  fill: var(--white);
}

.material-cta:hover svg .fill-arrow {
  fill: var(--darkgrey);
}

.solucoes-slider .slick-slide {
  padding: 0 8px;
  box-sizing: border-box;
}

.solucoes-slider.slick-initialized {
  margin: 0 -8px;
}

/* before e after slider */
.custom-container {
  --max-width: 1180px;
  --padding: 1rem;
  width: min(var(--max-width), 100% - (2 * var(--padding)));
  margin: 0 auto;
}

.intervencoes__grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.intervencoes__header {
  color: var(--grey);
  text-align: center;
  font-family: var(--ff-secondary);
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  max-width: 70%;
  margin: 0 auto 20px;
  text-wrap: balance;
}

.intervencoes__header span {
  color: var(--primaryColor);
}

.intervencoes__subtitle {
  color: var(--grey);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.container-slide {
  position: relative;
  width: 380px;
  height: 215px;
  border: 2px solid white;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}

.container-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  background-size: 380px 100%;
  z-index: 1;
}

.container-slide .foreground-img {
  width: 50%;
  filter: grayscale(50%);
}

.container-slide .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.container-slide .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 335px;
  background: var(--white);
  cursor: pointer;
}

.container-slide .slider::-moz-range-thumb {
  width: 4px;
  height: 335px;
  background: var(--white);
  cursor: pointer;
}

.container-slide .slider-button {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("/img/icons/arrow_range.svg");
  background-position: center center;
  background-repeat: no-repeat;
  left: calc(50% - 33px);
  top: calc(50% - 30px);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 3;
}

.container-slide .slider-button:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 25px;
  width: 25px;
  transform: rotate(-90deg);
}

.container-slide .slider-button:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 25px;
  width: 25px;
  transform: rotate(90deg);
}

.sec2-wrapper {
  width: 100%;
}

/* BLOG- Noticias */
.section6__header h6 {
  color: var(--grey);
  text-align: center;
  font-family: var(--ff-secondary);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.section6__header span {
  color: var(--primaryColor);
}

.slick-track {
  margin-bottom: 10px;
}

.blog-slider .slick-track {
  padding: 20px 0;
}

.blog-outer {
  margin: 0 auto;
  text-align: center;
}

.blog-inner {
  width: 95%;
  text-align: left;
  background-color: #F0F1FC;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px #0000001a;
  border: 1px solid #dedede;
}

.blog-inner:hover {
  transform: scale(1.03);
}

.blog__img {
  width: 100%;
  border-radius: 25px 25px 0 0;
  height: 176px;
  object-fit: cover;
}

.blog-content {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.blog-title {
  font-weight: 500;
  color: var(--darkgrey);
  font-size: 18px;
  line-height: 1.2;
  text-align: start;
  height: 80px;
  margin: 0 0 10px;
  padding: 0;
}

.blog__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2px;
}

.blog__info p {
  margin: 0;
  font-weight: 400;
}

.blog__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blog__timer img {
  width: 25px;
}

.blog__timer p {
  margin: 0;
  font-weight: 300;
}

/* section5 */
.section5-wrapper {
  padding-block: 100px;
  text-align: center;
  background: var(--grey-100);
  border-radius: 60px;

}

.sec5-txt {
  margin-bottom: 30px;
}

.sec5-txt h3 {
  font-size: 40px;
  font-weight: 400;
  color: var(--darkgrey);
  margin-bottom: 20px;
  font-family: var(--ff-secondary);
  line-height: 45px;
}

.sec5-txt span {
  color: var(--primaryColor);
}

.invest-box {
  width: 95%;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0px 0px 20px 5px rgba(27, 38, 117, 0.2);
  text-align: left;
  padding: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  height: 420px;
  max-width: 300px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  gap: 15px;
}

.invest-box:hover {
  transform: scale(1.05);
}

.invest-box img {
  width: 50px;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}

.invest-box h4 {
  font-family: var(--ff-secondary);
  font-size: 16px;
  font-weight: 400;
  color: var(--darkgrey);
  text-wrap: balance;
  line-height: normal;
}

.invest-box p {
  color: var(--darkgrey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-wrap: balance;
}

.invest-box button {
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--secondaryColor);
  text-decoration: none;
  color: var(--primaryColor);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--white);
  transition: all 0.7s ease-in;
  margin-top: auto;
}

.invest-box button:hover {
  transform: scale(1.05);
  color: var(--darkgrey);
  border-bottom: 2px solid var(--darkgrey);
}

/* section 7 */
.section7 {
  padding: 40px 0;
}

.sec7-txt h3 {
  font-size: 25px;
  font-weight: 400;
  font-family: var(--ff-secondary);
  color: var(--darkgrey);
  max-width: 80%;
}

.sec7-txt span {
  color: var(--primaryColor);
}

.sec7-txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  max-width: 80%;
  margin: 0;
}

.sec7-txt img {
  margin: 15px 0;
}

.sec7-txt button,
.section2 button {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  padding-left: 20px;
  width: 280px;
  height: 50px;
  border-radius: 10px;
  background: var(--primaryColor);
  border: none;
  font-family: var(--ff-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  color: var(--white);
  margin: 35px 0 0 0;
  transition: all 0.3s ease-in;
}

.section2 button {
  width: 220px;
}

.sec7-txt button:hover,
.section2 button:hover {
  transform: scale(1.05);
  background: var(--darkgrey);
  color: var(--white);
}

.section2 button {
  margin: 40px auto 0;
}

.review-slider-box {
  position: relative;
  overflow: hidden;
}

.review-slider::before,
.review-slider::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  right: 0;
  left: 0;
  z-index: 4;
}

.review-slider::before {
  top: 0;
  background: linear-gradient(0, rgba(255, 255, 255, 0.00) 0%, #FFF 70%);
}

.review-slider::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 70%);
}

.review-slider .slick-track {
  padding: 30px 0;
}

.review-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
}

.testimonial-box {
  background: var(--white);
  box-shadow: 0px 0px 10px 5px rgba(27, 38, 117, 0.2);
  width: 44%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.small-testimonial {
  height: 215px;
}

.large-testimonial {
  height: 285px;
}

.testimonial-box p {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 auto;
}

.persona {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 0 0;
}

.persona img {
  width: 30px;
  border-radius: 50px;
}

.persona h6 {
  margin: 0 0 0 10px;
  font-style: italic;
  font-weight: 700;
  color: var(--darkgrey);
  font-size: 14px;
}

.persona h6 span {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: var(--black);
}

/* footer */
.footer {
  margin-top: 120px;
}

.footer-outer {
  background: var(--grey-100);
  border-radius: 60px;
  position: relative;
  padding: 65px 20px;
}

.footer-txt {
  color: var(--white);
}

.footer-txt h3 {
  color: var(--darkgrey);
  font-family: var(--ff-secondary);
  font-size: 35px;
  font-weight: 700;
  max-width: 70%;
  text-wrap: balance;
}

.footer-txt span {
  color: var(--primaryColor);
}

.footer-txt button {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  padding-left: 20px;
  background: var(--primaryColor);
  width: 330px;
  height: 60px;
  border: none;
  border-radius: 10px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--ff-secondary);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}

.footer-txt button:hover {
  transform: scale(1.05);
  background: var(--darkgrey);
  color: var(--white);
}

.footer-txt button:hover img {
  filter: none;
}

.footer-img img {
  position: absolute;
  bottom: 0;
  right: 30px;
}

/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 40px 0;
}

.message__header {
  font-family: var(--ff-secondary);
  color: var(--primaryColor);
  font-size: 25px;
  text-wrap: balance;
}

.message__text {
  color: var(--darkgrey);
  font-weight: 600;
  text-wrap: balance;
  margin-top: 15px;
  line-height: 1.2;
  max-width: 90%;
  margin: 15px auto;
}

@media (max-width: 1400px) {
  .menu ul li {
    font-size: 11px;
  }

  .header-txt h1 {
    font-size: 30px;
  }

  .header-txt p {
    font-size: 16px;
    max-width: 75%;
  }

  .header-txt ul li {
    font-size: 17px;
    max-width: 90%;
  }

  .form-img {
    max-width: 518px;
    max-height: 479px;
    left: -139px;
  }

  .invest-box h4 {
    max-width: 90%;
  }

  .footer-txt p {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .form-img {
    max-width: 480px;
    max-height: 460px;
  }
}

@media(max-width: 1250px) {
  .intervencoes__grid>*:last-child .slide-wrapper {
    display: none;
  }

  .intervencoes__grid {
    justify-content: center;
    gap: 20px;
  }

  .material-box {
    margin: 0 auto 30px;
  }

  .invest-box {
    gap: 0;
    padding: 30px 20px;
  }
}

@media (max-width: 1200px) {
  .nav-logo img {
    height: 60px;
  }

  .menu ul li {
    font-size: 13px;
  }

  .header-txt h1 {
    font-size: 26px;
  }

  .header-txt p {
    font-size: 14px;
    max-width: 80%;
  }

  .header-txt ul li {
    font-size: 14px;
    max-width: 75%;
  }

  #contactform,
  #kitchen-form,
  .hero-message {
    width: 350px;
  }

  #contactform h6,
  #kitchen-form h6 {
    font-size: 13px;
  }

  .radio-buton span {
    margin-left: 0;
  }

  .nav-logo img {
    height: 60px;
  }

  .menu ul li {
    font-size: 10px;
  }

  .material-box {
    height: 585px;
  }



  .material-box p {
    font-size: 15px;
  }

  .invest-box p {
    font-size: 14px;
  }

  .testimonial-box {
    width: 45%;
    padding: 15px;
  }

  .testimonial-box p {
    font-size: 12px;
  }

  .footer-txt p {
    font-size: 26px;
  }

  .footer-txt h3 {
    font-size: 30px;
  }

  .footer-img img {
    height: 300px;
    right: 0;
  }

  .footer {
    padding: 30px 0 0 0;
  }
  #kitchen-form .form-step[data-step="1"] .radio-buton .radio-label p, #kitchen-popup .form-step[data-step="1"] .radio-buton .radio-label p {
    max-width: 80%;
    font-size: 14px;
  }
}

@media(max-width: 991px) {
  #kitchen-form .form-step[data-step="1"] .radio-buton .radio-label p, #kitchen-popup .form-step[data-step="1"] .radio-buton .radio-label p {
    max-width: 70%;
    font-size: 14px;
  }
  .material-box p {
    margin-right: 10px;
  }

  .footer-txt button {
    font-size: 12px;
  }

  .footer-txt button img {
    width: 20px;
  }

  .intervencoes__grid>:nth-child(2) .slide-wrapper {
    display: none;
  }

  .container-slide {
    width: 600px;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .container-slide .img {
    background-size: 600px 100%;
  }

  .container-slide .slider::-webkit-slider-thumb,
  .container-slide .slider::-moz-range-thumb {
    height: 335px;
  }

  .header-txt h1 {
    font-size: 30px;
  }

  .header-txt p {
    max-width: 90%;
  }

  .header-txt ul li {
    font-size: 14px;
    max-width: 95%;
  }

  .form-img {
    display: none;
  }

  #contactform h6,
  #kitchen-form h6 {
    font-size: 12px;
  }

  #contactform h3,
  #kitchen-form h3 {
    font-size: 20px;
  }

  .header-content {
    padding-inline: 40px;
  }

  .form-button {
    font-size: 11px;
  }

  .material-box {
    /* max-width: 70%; */
    min-height: 520px;
    height: 100%;
    padding: 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .material-box p {
    width: 80%;
    text-align: start;
  }

  .material-box h3 {
    font-size: 25px;
  }

  .invest-box {
    margin: 15px 0;
    height: 328px;
  }

  .comercar__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .comecar__box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testimonial-box {
    width: 90%;
    margin: 10px auto;
    padding: 20px;
  }

  .review-outer {
    margin: 0 auto;
    flex-direction: column;
  }

  .large-testimonial,
  .small-testimonial {
    height: auto;
  }

  .footer-img img {
    height: 270px;
  }

  .material-box {
    text-align: center;
  }

  .blog-inner {
    height: 100%;
  }

  .footer-txt h3 {
    max-width: 100%;
  }

  .footer-txt button {
    width: 220px;
    height: 50px;
  }

  .footer-outer {
    padding: 32px 20px;
  }
}

@media (max-width: 768px) {
  .container-slide {
    width: 400px;
  }

  .container-slide .img {
    background-size: 400px 100%;
  }

  .nav {
    padding: 30px;
  }

  .nav-logo {
    text-align: center;
  }

  .nav-logo img {
    height: 50px;
  }

  .google-img,
  .google-txt {
    text-align: center;
  }

  .google-txt {
    display: none;
  }

  .header {
    text-align: center;
  }

  .header-content {
    padding: 35px 20px;
  }

  .selo {
    justify-content: center;
  }

  .header-txt h1 {
    margin-top: 40px;
    max-width: 85%;
    text-wrap: balance;
    margin: 40px auto 40px;
  }

  .header-txt p {
    font-size: 18px;
    margin: 20px auto 10px auto;
  }

  .header-txt ul {
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
  }

  .header-txt ul li {
    max-width: 100%;
    font-size: 15px;
  }

  .form-box {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    margin: 20px auto 0 auto;
  }

  .material-box h3 {
    height: 55px;
  }

  .material-box p {
    min-height: 70px;
    text-wrap: balance;
  }

  #contactform,
  #kitchen-form,
  .hero-message {
    margin: 0 auto;
    width: 100%;
  }

  #contactform h3,
  #kitchen-form h3 {
    max-width: 100%;
    text-wrap: balance;
  }

  #contactform h6,
  #kitchen-form h6 {
    font-size: 15px;
  }

  .intervencoes__header {
    max-width: 75%;
    font-size: 35px;
  }

  .sec3-txt p {
    max-width: 80%;
    text-wrap: balance;
    margin: 0 auto;
    line-height: normal;
  }

  .sec5-txt h3 {
    font-size: 30px;
    text-wrap: balance;
    max-width: 95%;
    margin: 0 auto;
  }

  .section7 .row {
    flex-direction: column-reverse;
  }

  .sec7-txt {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .sec7-txt h3 {
    margin: 0 auto;
    max-width: 80%;
  }

  .footer {
    padding: 0;
    text-align: center;
  }

  .footer-outer {
    padding: 50px 30px 0 30px;
  }

  .footer-txt button {
    margin: 30px auto;
  }

  .footer-img img {
    position: relative;
  }

  .footer-txt h3 {
    margin: 0 auto;
    font-size: 27px;
    max-width: 90%;
  }

  .message__header {
    width: 90%;
    margin: 0 auto;
  }

}

@media (max-width: 575px) {
  .header-txt h1 {
    display: none;
  }

  .header-txt ul {
    margin-top: 50px;
  }

  .intervencoes__header {
    font-size: 30px;
    line-height: 1.2;
  }

  .header,
  .section2,
  .footer {
    padding: 0 15px;
  }

  .section3 {
    margin-inline: 15px;
  }

  .sec4-txt h3 {
    font-size: 32px;
  }

  .footer-txt p {
    font-size: 24px;
  }
}

@media(max-width: 550px) {
  .footer-txt p {
    font-size: 21px;
  }

  .footer-img img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .footer-txt p {
    font-size: 18px;
  }
}

@media(max-width: 480px) {

  #heroForm .form-button {
    width: 80%;
  }

  .message__text {
    max-width: 90%;
  }

  .header-txt h1 {
    font-size: 20px;
  }

  .container-slide {
    width: 315px;
  }

  .container-slide .img {
    background-size: 315px 100%;
  }

  .intervencoes__header {
    max-width: 85%;
  }

  .intervencoes__subtitle {
    font-size: 16px;
    max-width: 80%;
    text-wrap: balance;
    margin: 0 auto 40px;
  }

  .sec3-txt h3,
  .sec3-txt span {
    font-size: 32px;
  }

  .sec3-txt p {
    font-size: 16px;
  }

  .intervencoes__header {
    font-size: 24px;
    max-width: 95%;
  }

  .material-box {
    max-width: 100%;
  }

  .sec4-txt h3 {
    font-size: 28px;
  }

  .material-box {
    padding: 28px 18px;
  }


  .invest-box {
    max-width: 90%;
  }

  .sec5-txt h3 {
    font-size: 22px;
    margin: 0 auto 10px;
    line-height: 30px;
    text-wrap: balance;
    max-width: 95%;
  }

  .sec7-txt h3 {
    max-width: 100%;
  }

}

@media(max-width: 475px) {
  .footer-txt h3 {
    font-size: 25px;
  }
}

@media (max-width: 415px) {
  .google-img {
    width: 90%;
  }

  .sec7-txt h3 {
    font-size: 22px;
    text-wrap: balance;
  }

  .sec7-txt button {
    width: 250px;
    height: 50px;
    font-size: 12px;
  }

  .footer-txt p {
    font-size: 22px;
    max-width: 80%;
    margin: 0 auto;
  }
}

@media(max-width: 390px) {
  .invest-box {
    height: 370px;
  }

  .header-content {
    padding-block: 35px;
  }

  #contactform,
  #kitchen-form {
    padding: 30px 20px;
  }

  #modalForm .radio-buton label,
  #cozinha_modal .radio-buton label {
    text-align: center;
  }

  .footer-outer {
    padding: 40px 25px 0 25px;
  }

  .form-button {
    font-size: 11px;
  }

  .radio-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .radio-buton img {
    margin-bottom: 10px;
    margin-right: unset;
  }


  .radio-buton label {
    text-align: center;
  }

}

@media (max-width: 375px) {
  .footer-txt h3 {
    font-size: 24px;
  }

  .footer-txt button img {
    display: none;
  }

  .footer-txt button {
    padding-left: unset;
  }

  .footer-txt p {
    max-width: 90%;
  }
}

@media(max-width: 345px) {
  .header-txt h1 {
    font-size: 18px;
  }

  .header-txt ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
  }

  .header-txt ul li {
    margin: 0;
  }

  .footer-txt p {
    font-size: 18px;
    max-width: 80%;
  }

  .footer-txt h3 {
    font-size: 22px;
  }

  .footer-txt button {
    width: 90%;
  }

  .container-slide {
    width: 260px;
  }

  .container-slide .img {
    background-size: 260px 100%;
  }

  .material-box {
    align-items: center;
    justify-content: center;
  }

  .material-box p {
    text-align: center;
  }


}

@media (max-width: 320px) {
  .footer-txt h3 {
    font-size: 21px;
  }
}

/* pop up  */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease-out;
  overflow-y: auto;
}

.form-popup-content {
  position: relative;
  border-radius: 30px;
  background-color: var(--white);
  width: 920px;
  min-height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

#modalForm,
#cozinha_modal {
  max-width: 80%;
  margin: 50px 20px;
  flex: 2;
}

.form-title span {
  font-family: var(--ff-primary) !important;
  font-size: 22px;
  line-height: 1.1;
}

#modalForm .form-title span,
#cozinha_modal .form-title span {
  font-family: var(--ff-secondary) !important;
  line-height: 1.1;
  text-wrap: balance;
  font-size: unset;
}

#modalForm .form-title,
#cozinha_modal .form-title {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 90%;
  font-family: var(--ff-secondary);
}


#modalForm .form-step[data-step="1"] .form-button.openform,
#cozinha_modal .form-step[data-step="1"] .form-button.openform {
  display: none;
}

#modalForm .radio-buton label,
#cozinha_modal .radio-buton label {
  width: 80%;
  margin: 0 auto;
}

#modalForm .radio-group label,
#cozinha_modal .radio-group label {
  position: relative;
}

#modalForm label::before,
#cozinha_modal label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: contain !important;
}

#modalForm .form-button,
#cozinha_modal .form-button {
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
}

#modalForm .form-inputs,
#modalForm .form-dropdown,
#cozinha_modal .form-inputs,
#cozinha_modal .form-dropdown {
  width: 80%;
  margin: 0 auto;
}

#modalForm .form-input,
#modalForm .form-group,
#cozinha_modal .form-input,
#cozinha_modal .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#modalForm .radio-buton label,
#cozinha_modal .radio-buton label {
  text-align: start;
  align-items: center;
  font-size: 15px;
}

#modalForm .radio-buton span,
#cozinha_modal .radio-buton span {
  margin-left: 0;
}

#modalForm .radio-buton span,
#cozinha_modal .radio-buton span {
  font-size: 12px;
  margin-left: 10px;
}

#modalForm .step-navigation,
#cozinha_modal .step-navigation {
  max-width: 80%;
  margin: 25px auto;
}

.left-side {
  flex: 1;
  min-height: 100%;
  align-self: stretch;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--grey-100);
  border-radius: 30px 0 0 30px;
  padding: 65px 30px 65px 50px;
}

.bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.bullets ul li {
  background: url(/img/icons/bullet.svg) no-repeat left top;
  background-size: 20px;
  padding-left: 30px;
  margin: 12px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
  line-height: 1.1;
}

.persona-modal {
  width: 80%;
}

/* Chrome, Safari, Opera, and other WebKit-based browsers */
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
  /* Firefox lowers opacity by default */
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* Firefox 18- (really old) */
:-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* Internet Explorer 10+ and Edge */
:-ms-input-placeholder {
  color: #888;
}

.dropdown-toggle::placeholder {
  color: #888;
}

.form-input .dropdown-toggle {
  color: #888;
  opacity: 1;
}

#modalForm .radio-buton label:hover::before,
#cozinha_modal .radio-buton label:hover::before {
  filter: brightness(1) invert(1);
}

#modalForm .form-group-icon,
#cozinha_modal .form-group-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.form-popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  color: var(--primaryColor);
}

#modalForm .pt-flag,
#cozinha_modal .pt-flag {
  left: 65px;
}

.menu .has-dropdown {
  position: relative;
  cursor: pointer;
}

.menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.menu .has-dropdown.open .dropdown {
  display: block;
  border-radius: 10px;
  margin-top: 10px;
}


.menu .has-dropdown.open>.dropdown {
  display: block;
}

/* style your dropdown items */
.menu .has-dropdown .dropdown li {
  padding: .5rem 1rem;
}

.menu .has-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: var(--darkgrey);
}

.menu .has-dropdown .dropdown li:hover {
  background: #f0f0f0;
}


@media(max-width: 800px) {

  #modalForm .pt-flag,
  #cozinha_modal .pt-flag {
    left: 12px;
  }

  #modalForm .step-navigation,
  #cozinha_modal .step-navigation {
    max-width: 100%;
  }

  .form-popup-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bullets {
    display: none;
    width: 100%;
  }

  .left-side {
    border-radius: 30px 30px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
  }

  .persona-modal {
    width: 200px;
  }

  #modalForm,
  #cozinha_modal {
    margin: 35px 20px 45px;
  }

  .form-popup-content {
    max-height: unset;
    width: 100%;
  }

  #modalForm .form-inputs,
  #modalForm .form-dropdown,
  #cozinha_modal .form-inputs,
  #cozinha_modal .form-dropdown {
    width: 100%;
  }

  #cozinha_modal .radio-buton label,
  #cozinha_modal .radio-buton label {
    display: flex;
    width: 95%;
    gap: 5px;
  }
}

@media (max-width: 480px) {

  #modalForm .radio-buton label,
  #cozinha_modal .radio-buton label {
    text-align: center;
    width: 100%;
  }

  .persona-modal {
    width: 130px;
  }

  .form-popup-content .close-btn {
    top: 6px;
    right: 16px;
    font-size: 30px;
  }

  /* #modalForm .radio-buton label,
  #cozinha_modal .radio-buton label {
    font-size: 12px;
  } */

  #modalForm .radio-buton span,
  #cozinha_modal .radio-buton span {
    margin-left: 0;
  }

  #modalForm .radio-buton span,
  #cozinha_modal .radio-buton span {
    font-size: 12px;
  }

  .popup {
    padding: 20px;
  }
}

#kitchen-popup .js-multistep-form {
  border-radius: unset;
  background: none;
  box-shadow: none;
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.95) !important;
  color: #000 !important;
}

.modal button.close {
  color: var(--primaryColor) !important;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}