/* CONTACT FORM */
.sales-icon {
  color: green;
}

.form-contact {
  display: flex;
  height: 100%;
  width: 100%;
  margin-top: 7.2rem;
}


.form-contact-box {
  display: flex;
  width: 100%;
  height: 129.3rem;
  max-width: min(121.6rem);
  margin: 0 auto;
}

.contact-overview-box {
  height: 129.3rem;
  width: 50%;
  background: linear-gradient(237.86deg, #29ab67 20.94%, #296dab 184.24%);
}

.contact-overview-img {
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 1)),
      to(rgba(0, 0, 0, 0)));
  z-index: -1;
}

.contact-overview {
  margin: 0 14.9rem 53.8rem 11rem;
  width: 37.1rem;
  height: 42.9rem;
  z-index: 1;
}

.contact-overview span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.385em;
  text-transform: uppercase;
  color: var(--white);
}

.contact-overview h1 {
  font-size: 4.4rem;
  font-weight: 600;
  color: var(--white);
  margin-top: 1.7rem;
  margin-bottom: 2.2rem;
}

.contact-overview>p {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 400;
  color: var(--white);
  width: 27.1rem;
}

.attendance-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
  height: 8.7rem;
  background: var(--white);
  border-radius: 0.8rem;
  padding: 2.1rem 4.8rem 2.2rem 3.3rem;
  margin-top: 4.5rem;
  margin-bottom: 5.5rem;
}

.attendance-box>img {
  width: 2.8rem;
  height: 2.8rem;
}

.attendance-box>p {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-green);
}

.attendance-options {
  display: flex;
  justify-content: space-between;
}

.chat {
  display: flex;
  flex-direction: column;
  width: 18.7rem;
}

.e-mail {
  display: flex;
  flex-direction: column;
  width: 12.3rem;
}

.header-attendance {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}

.header-attendance img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.header-attendance h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
}

.chat p,
.e-mail p {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.header-attendance {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}

.form-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 129.3rem;
  width: 73.6rem;
  padding: 8.5rem 0 18.3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: fit-content;
}

.header-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.7rem;
  width: 48.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-form>.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.4rem;
  height: 4.7rem;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(34, 36, 39, 0.56);
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
}

.header-form>.swiper-pagination-bullet>img {
  margin-right: 1.4rem;
  width: 2.4rem;
  height: 2.4rem;
}

.header-form>.swiper-pagination-bullet:hover {
  border-bottom: 3px solid var(--primary-green);
  color: var(--primary-green);
  font-weight: 600;
}

.header-form>.swiper-pagination-bullet:hover>img {
  filter: invert(50%) sepia(86%) saturate(370%) hue-rotate(103deg) brightness(102%) contrast(94%);
}

.header-form>.swiper-pagination-bullet-active {
  border-bottom: 3px solid var(--primary-green);
  color: var(--primary-green);
  font-weight: 600;
}

.header-form>.swiper-pagination-bullet-active>img {
  filter: invert(50%) sepia(86%) saturate(370%) hue-rotate(103deg) brightness(102%) contrast(94%);
}

.header-intro {
  margin-top: 5rem;
  width: 48.6rem;
}

.header-intro h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--grey-medium);
  margin-bottom: 1rem;
}

.header-intro p {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(84, 88, 93, 0.7);
  margin-bottom: 3.9rem;
}

.form .btn_whatsapp>img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
}

.form .btn_whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #196e4a;
  border: 1px solid var(--primary-green);
  border-radius: 5rem;
  padding: 2rem 0 2.1rem 0;
  transition: background 0.2s;
}

.form .btn_whatsapp:hover {
  background: #eaf7f0;
}

.form-box-slider {
  height: 75rem;
  width: 48.6rem;
}

.form {
  height: fit-content;
  width: 48.6rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

#formulario_sales {
  display: flex;
  flex-direction: column;
}

.form input {
  width: 48.6rem;
  height: 5.5rem;
  background: #f2f2f2;
  border-radius: 0.4rem;
  margin-bottom: 1.8rem;
  padding-left: 2.4rem;
  outline: none;
}

.form .red {
  border: 1px solid red !important;
}

.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(36, 36, 36, 0.5);
}

.form textarea {
  border-radius: 0.4rem;
  background: #f2f2f2;
  resize: none;
  width: 48.6rem;
  height: 14.7rem;
  padding-left: 2.4rem;
  padding-top: 1.7rem;
  padding-right: 1.5rem;
  outline: none;
}

.form textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(36, 36, 36, 0.5);
}

.form select {
  width: 48.6rem;
  height: 5.5rem !important;
  background: #f2f2f2 !important;
  border-radius: 0.4rem;
  margin-bottom: 1.8rem;
  padding-left: 2.4rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(36, 36, 36, 0.5);

  outline: none;
}

.form select option:not(:first-of-type) {
  color: var(--grey-black);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.form button {
  cursor: pointer;
  margin-top: 2.4rem;
  width: 48.6rem;
  height: 5.8rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary-blue);

  transition: filter 0.2s;
}

.form button:hover {
  filter: brightness(0.95);
}

.desktop-hide {
  display: none;
}

.option {
  display: flex;
  align-items: center;
  gap: 1rem;


}

.option>h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(34, 36, 39, 0.56);
  ;
}

.option>img {
  width: 24px;
  height: 24px;
}

.icon-green {
  filter: invert(50%) sepia(86%) saturate(370%) hue-rotate(103deg) brightness(102%) contrast(94%);
}

.header-options {
  position: relative;
  cursor: pointer;
}


.green-line {
  width: 100px;
  height: 3px;
  position: absolute;
  top: 35px;
  background-color: transparent;
}



/* CONTACT US MEDIA QUERIES */
/* Valores em px e rem para funcionar em  navegadores que não suportam a unidade rem */


@media (max-width: 1440px) {
  .form-contact-box {
    max-width: 100%;
  }

  .form-box {
    padding: 85px 0 183px 0;
    padding: 8.5rem 0 18.3rem 0;
  }

  .contact-overview-box {
    width: 704px;
    width: 70.4rem;
  }
}

@media (max-width: 1150px) {
  .contact-overview-box {
    width: 524px;
    width: 52.4rem;
  }

  .contact-overview {
    margin: 0 149px 538px 8rem;
    margin: 0 14.9rem 53.8rem 8rem;
  }
}

@media (max-width: 1024px) {
  .contact-overview-box {
    width: 474px;
    width: 47.4rem;
  }

  .contact-overview {
    margin: 0 149px 538px 40px;
    margin: 0 14.9rem 53.8rem 4rem;
  }
}

@media (max-width: 991px) {
  .contact-overview-box {
    width: 450px;
    width: 45rem;
  }

  .header-intro p {
    text-align: center;
    font-size: 1rem;
  }

  .header-intro h2 {
    text-align: center;
  }

  .header-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-intro a {
    font-size: 1.2rem;
    padding: 2rem;
  }

  form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form input {
    width: 42.5rem;
  }

  .form select {
    width: 42.5rem;
  }

  .form textarea {
    width: 42.5rem;
  }

  .form button {
    width: 42.5rem;
  }

  .form-contact {
    margin-top: 9rem;
  }
  .header-form{
    justify-content: space-evenly;
  }
}

@media (max-width: 820px) {
  .form input {
    width: 35.5rem;
  }

  .form select {
    width: 35.5rem;
  }

  .form textarea {
    width: 35.5rem;
  }

  .form button {
    width: 35.5rem;
  }

  .form-contact {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .form-contact-box {
    flex-direction: column;
    height: 2050px;
    height: 205rem;
    height: fit-content;
  }

  .contact-overview-box {
    width: 100%;
  }

  .contact-overview {
    height: 710px;
    height: 71rem;
    margin: 0 auto;
  }

  .form-box {
    padding: 0;
    height: 1130px;
    height: 113rem;
    width: 100%;
    height: fit-content;
  }

  .form {
    width: 49rem;
  }

  .form input {
    width: 49rem;
  }

  .form select {
    width: 49rem;
  }

  .form textarea {
    width: 49rem;
  }

  .form button {
    width: 49rem;
  }

  .header-intro p {
    font-size: 1.4rem;
    text-align: left;
  }

  .header-intro a {
    width: 51rem;
    padding: 2rem;
  }

  .header-form,
  .header-form>.swiper-pagination-bullet {
    height: 80px;
    height: 8rem;
  }

  .contact-overview-box {
    height: 853px;
    height: 85.3rem;
  }

  .header-intro {
    align-items: flex-start;
  }

  .form-contact {
    margin-top: 0;
  }
  .green-line{
    top: 48px;
  }
}

@media (max-width: 540px) {
  .header-intro a {
    width: 41rem;
  }
 
}

@media (max-width: 480px) {
  .header-form {
    justify-content: space-evenly;
  }

  .form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header-intro p {
    font-size: 1.2rem;
  }

  .form-contact-box {
    height: 1870px;
    height: 187rem;
    height: auto;
  }

  .contact-overview-box {
    height: 677px;
    height: 67.7rem;
  }

  .contact-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-overview h1 {
    font-size: 40px;
    font-size: 4rem;
  }

  .attendance-options {
    justify-content: center;
    gap: 30px;
    gap: 3rem;
  }

  .responsive-hide {
    display: none;
  }

  .chat,
  .e-mail {
    align-items: center;
  }

  .header-intro {
    text-align: center;
    width: 44rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-intro a {
    padding: 12px 0 10px 0;
    padding: 1.5rem 0 1.5rem 0;
    width: 35rem;
    font-size: 1.1rem;
  }

  .form-box {
    height: 1070px;
    height: 107rem;
    height: auto;
  }

  .form-box-slider,
  .form {
    width: 100%;
  }

  .form {
    max-width: 420px;
    max-width: 42rem;
    margin: 0 auto;
  }

  .form input,
  .form button,
  .form select {
    width: 100%;
    height: 48px;
    height: 4.8rem;
  }

  .form textarea {
    width: 100%;
    height: 98px;
    height: 9.8rem;
  }

  #formulario_sales {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #formulario_support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #formulario_finances {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form input {
    width: 40rem;
  }

  .form select {
    width: 40rem;
  }

  .form textarea {
    width: 40rem;
  }

  .form button {
    width: 40rem;
  }

  .header-intro p {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .header-intro p {
    width: 300px;
  }

}

@media (max-width: 400px) {
  .form input {
    width: 38rem;
  }

  .form select {
    width: 38rem;
  }

  .form textarea {
    width: 38rem;
  }

  .form button {
    width: 38rem;
  }

  .header-intro a {
    width: 29rem;
  }
}

@media (max-width: 375px) {
  .contact-overview {
    width: 90%;
  }

  .attendance-box {
    padding: 21px 18px 22px 17px;
    padding: 2.1rem 1.8rem 2.2rem 1.7rem;
  }

  .header-form>.swiper-pagination-bullet {
    flex-direction: column;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .header-form>.swiper-pagination-bullet>img {
    margin: 0;
    width: 15px;
    width: 1.5rem;
    height: 15px;
    height: 1.5rem;
  }

  .header-intro {
    width: 90%;
  }

  .form form {
    margin: 0 auto;
    width: 324px;
    width: 32.4rem;
  }

  .form input,
  .form button,
  .form select {
    width: 324px;
    width: 32.4rem;
    height: 48px;
    height: 4.8rem;
  }

  .form textarea {
    width: 324px;
    width: 32.4rem;
    height: 98px;
    height: 9.8rem;
  }
}

@media (max-width: 320px) {
  .header-intro a {
    width: 28rem;
  }

  .form input {
    width: 28rem;
  }

  .form select {
    width: 28rem;
  }

  .form textarea {
    width: 28rem;
  }

  .form button {
    width: 28rem;
  }

  .chat p {
    font-size: 1rem;
    text-align: center;
  }

  .e-mail p {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
  }
  .header-form{
    justify-content: center;
    gap: 1rem;
  }
}