@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .container {
    padding: 0px 2.4rem;
  }
}

.s-location__pane__image {
  overflow: hidden;
  display: block;
}
.s-location__pane__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-location__pane__image picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-location__pane__image__main, .s-hero__item__icon .cont, .s-hero__item__icon, .s-hero__form .button-enviar .arrow, .s-hero .contato-feedback button .arrow, .s-hero__form .button-enviar .cont, .s-hero .contato-feedback button .cont, .s-hero__form .button-enviar, .s-hero .contato-feedback button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__form .button-enviar, .s-hero .contato-feedback button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  gap: 1.6rem;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.s-hero__form .button-enviar::before, .s-hero .contato-feedback button::before {
  content: "";
  position: absolute;
  right: -10%;
  width: 0%;
  height: 120%;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.s-hero__form .button-enviar .cont, .s-hero .contato-feedback button .cont {
  gap: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  z-index: 2;
}
.s-hero__form .button-enviar .arrow, .s-hero .contato-feedback button .arrow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__form .button-enviar:hover::before, .s-hero .contato-feedback button:hover::before {
  width: 120%;
}

.s-hero__form .button-enviar, .s-hero .contato-feedback button {
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  background: #ea3031;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__form .button-enviar::before, .s-hero .contato-feedback button::before {
  background: #c31213;
  z-index: 0;
  top: -2px;
}
.s-hero__form .button-enviar .cont, .s-hero .contato-feedback button .cont {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__form .button-enviar .arrow, .s-hero .contato-feedback button .arrow {
  background: #c31213;
}
.s-hero__form .button-enviar:hover .arrow, .s-hero .contato-feedback button:hover .arrow {
  background: #ea3031;
}
@media (max-width: 600px) {
  .s-hero__form .button-enviar, .s-hero .contato-feedback button {
    width: 100%;
  }
}

.s-hero__hat, .s-location__hat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #ea3031;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}
.s-hero__hat img, .s-location__hat img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 600px) {
  .s-hero__hat, .s-location__hat {
    font-size: 1.2rem;
  }
}

.s-hero__title, .s-location__title {
  font-size: 4.8rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #22292f;
}
@media (max-width: 600px) {
  .s-hero__title, .s-location__title {
    font-size: 3.2rem;
  }
}

.s-hero__description {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #394753;
}

.s-hero__item__icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background-color: #ea3031;
  border: 0.2rem solid #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-hero__item__icon .cont {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.6rem;
  border: 1px solid #ff6869;
}
.s-hero__item__icon img {
  max-width: 2.4rem;
  max-height: 2.4rem;
}

.s-location__pane__image {
  padding: 0.8rem;
  border-radius: 2.4rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
}
.s-location__pane__image .img img {
  border-radius: 1.6rem;
}

.s-location__tab {
  padding: 1.6rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.6rem;
}
.s-location__tab .cont {
  color: #668091;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.s-location__tab:hover .cont {
  color: #ea3031;
}
.s-location__tab::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.s-location {
  padding: 7.2rem 0 11.2rem;
  background-color: #faf8f5;
}
.s-location__header {
  margin-bottom: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-location__main {
  max-width: 55.4rem;
}
.s-location__title {
  margin-top: 1.2rem;
}
.s-location__scroll {
  overflow: scroll;
  scrollbar-width: none;
}
.s-location__tabs {
  padding: 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2rem;
  border: 1px solid #e7e7ea;
  background: rgba(242, 225, 208, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.s-location__tab {
  min-width: 13rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-location__tab--active {
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-location__tab--active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.s-location__tab--active .cont {
  color: #ea3031;
}
.s-location__pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
  display: none;
}
.s-location__pane--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.5s ease forwards;
  animation: fadeIn 0.5s ease forwards;
}
.s-location__pane__main {
  max-width: 58rem;
}
.s-location__pane__title {
  font-size: 3.2rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #22292f;
}
.s-location__pane__list {
  margin-top: 3.2rem;
}
.s-location__pane__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
.s-location__pane__item:not(:last-child) {
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #e7e7ea;
}
.s-location__pane__item img {
  width: 2rem;
  height: 2rem;
}
.s-location__pane__item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-location__pane__item__title {
  margin-bottom: 0.8rem;
  color: #22292f;
  font-size: 1.6rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  line-height: 150%;
}
.s-location__pane__item__description {
  color: #425462;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  line-height: 140%;
}
.s-location__pane__image {
  width: 100%;
  max-width: 56.9rem;
  position: relative;
}
.s-location__pane__image::before, .s-location__pane__image::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 1px;
  background-color: #ffffff;
}
.s-location__pane__image::before {
  top: 3rem;
  right: 2.5rem;
}
.s-location__pane__image::after {
  bottom: 3rem;
  left: 2.5rem;
}
.s-location__pane__image__logo, .s-location__pane__image__main {
  position: absolute;
  z-index: 2;
}
.s-location__pane__image__logo {
  top: 2.5rem;
  left: 2.5rem;
  width: 6.7rem;
}
.s-location__pane__image__main {
  gap: 0.8rem;
  bottom: 2.5rem;
  right: 2.5rem;
}
@media (max-width: 1000px) {
  .s-location {
    padding: 7.2rem 0 6.3rem 0;
  }
  .s-location__scroll {
    width: 100%;
  }
  .s-location__pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .s-location .container {
    padding: 0;
  }
  .s-location__header {
    margin-bottom: 3.2rem;
  }
  .s-location__main, .s-location__scroll, .s-location__content {
    padding: 0 2.4rem;
  }
  .s-location__tab {
    min-width: 15rem;
  }
}

.s-hero {
  padding-top: 17.6rem;
  position: relative;
}
.s-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #faf8f5;
  width: 100%;
  height: 10rem;
}
.s-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4.8rem;
}
.s-hero__main {
  width: 100%;
  max-width: 50.6rem;
}
.s-hero__title {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.s-hero__description {
  margin-bottom: 4.8rem;
}
.s-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.s-hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.s-hero__item:hover .s-hero__item__icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.s-hero__item__icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__item__title {
  margin-bottom: 1.2rem;
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  line-height: 120%;
  color: #22292f;
}
.s-hero__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.s-hero__item__list__description {
  color: #425462;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__item__list__description strong {
  font: inherit;
  color: inherit;
  font-weight: 500;
}
.s-hero__item__list__description a {
  font: inherit;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__item__list__description a:hover {
  color: #ea3031;
}
.s-hero__form {
  padding: 3.2rem 2.4rem;
  max-width: 59.8rem;
  width: 100%;
  min-height: 68.3rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-hero__form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.s-hero__form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
  width: 100%;
}
.s-hero__form .form-group-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  width: 100%;
}
.s-hero__form label {
  color: #333e47;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  margin-bottom: 0.2rem;
}
.s-hero__form input,
.s-hero__form select,
.s-hero__form textarea {
  padding: 1rem 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid #e7e7ea;
  background: #ffffff;
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
  resize: none;
}
.s-hero__form input::-webkit-input-placeholder, .s-hero__form select::-webkit-input-placeholder, .s-hero__form textarea::-webkit-input-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input::-moz-placeholder, .s-hero__form select::-moz-placeholder, .s-hero__form textarea::-moz-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input:-ms-input-placeholder, .s-hero__form select:-ms-input-placeholder, .s-hero__form textarea:-ms-input-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input::-ms-input-placeholder, .s-hero__form select::-ms-input-placeholder, .s-hero__form textarea::-ms-input-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input::placeholder,
.s-hero__form select::placeholder,
.s-hero__form textarea::placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input:focus,
.s-hero__form select:focus,
.s-hero__form textarea:focus {
  border: 1px solid #859bab;
}
.s-hero__form .custom-select {
  position: relative;
  width: 100%;
}
.s-hero__form .custom-select__trigger {
  width: 100%;
  padding: 1rem 1.4rem;
  border-radius: 12px;
  border: 1px solid #e7e7ea;
  background: #ffffff;
  color: #22292f;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.s-hero__form .custom-select__trigger:focus {
  border: 1px solid #859bab;
}
.s-hero__form .custom-select__value {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form .custom-select__options {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  overflow: scroll;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  display: none;
  z-index: 2;
  max-height: 20.5rem;
  overflow: auto;
}
.s-hero__form .custom-select__options::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.s-hero__form .custom-select__options::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
.s-hero__form .custom-select__options::-webkit-scrollbar-thumb {
  background-color: #fa393a;
}
.s-hero__form .custom-select__options.active {
  display: block;
}
.s-hero__form .custom-select__options li {
  padding: 1rem 1.4rem;
  color: #394753;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.s-hero__form .custom-select__options li:hover {
  background: #fff1f1;
}
.s-hero__form textarea {
  min-height: 14.5rem;
  max-height: 24rem;
}
.s-hero__form .form-error input,
.s-hero__form .form-error select,
.s-hero__form .form-error textarea {
  border: 1px solid #ba5e3c;
}
.s-hero__form .form-invalid input,
.s-hero__form .form-invalid select,
.s-hero__form .form-invalid textarea {
  border: 1px solid #fa393a;
}
.s-hero__form .error-message {
  color: #ba5e3c;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}
.s-hero__form .invalid-message {
  color: #fa393a;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}
.s-hero__form .button-enviar {
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.2rem;
}
.s-hero .contato-feedback {
  padding: 3.2rem 2.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  background-color: #ffffff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  z-index: 2;
  display: none;
}
.s-hero .contato-feedback strong {
  font-size: 2.4rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #400606;
  font-weight: 500;
  margin-bottom: 0.4rem;
  display: block;
}
.s-hero .contato-feedback p {
  color: #425462;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  text-align: center;
  margin-bottom: 1.2rem;
}
.s-hero .contato-feedback button {
  width: 100%;
}
.s-hero .sucesso .icon {
  background: url("../../assets/icons/contato/sucesso.svg") no-repeat center/cover;
  width: 15.7rem;
  height: 14.5rem;
}
.s-hero .falha .icon {
  background: url("../../assets/icons/contato/falha.svg") no-repeat center/cover;
  width: 15.7rem;
  height: 14.1rem;
}
@media (max-width: 800px) {
  .s-hero {
    padding-top: 10rem;
    padding-bottom: 6.3rem;
  }
  .s-hero::before {
    display: none;
  }
  .s-hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-hero__title {
    font-size: 4rem;
  }
  .s-hero__description {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .s-hero__list {
    gap: 2.4rem;
  }
  .s-hero__item:hover .s-hero__item__icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .s-hero__item__title {
    margin-bottom: 1rem;
  }
  .s-hero__item__list {
    gap: 1rem;
  }
  .s-hero__form {
    max-width: 100%;
  }
  .s-hero__form .form-group-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}