/* CONTACT FORM */
/* Modernizado 2026 - Facelift corporativo profissional */

:root {
  --contact-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --contact-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --contact-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.sales-icon {
  color: green;
}

.form-contact {
  display: flex;
  height: 100%;
  width: 100%;
  margin-top: var(--navbar-height);
  position: relative;
}

/* Extensão do fundo verde para monitores maiores */
.form-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 129.3rem;
  width: 50%;
  background: linear-gradient(180deg, #05372D 0%, #064a3d 100%);
  z-index: 0;
}

/* Grid sutil no fundo estendido */
.form-contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 129.3rem;
  width: 50%;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
}


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

.contact-overview-box {
  height: 129.3rem;
  width: 50%;
  background: linear-gradient(180deg, #05372D 0%, #064a3d 100%);
  position: relative;
  overflow: hidden;
}

/* Grid sutil no fundo */
.contact-overview-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  opacity: 0.6;
}

/* Gradiente radial sutil */
.contact-overview-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 50%;
  background: radial-gradient(circle at 80% 80%, rgba(0, 223, 130, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.contact-overview-img {
  /* Fade combinado: de cima para baixo E da esquerda para direita */
  -webkit-mask-image: 
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-composite: source-in;
  mask-image: 
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 100%);
  mask-composite: intersect;
  z-index: 1;
  position: relative;
}

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

.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.6rem;
  font-weight: 600;
  font-family: 'bornasemibold', sans-serif;
  color: var(--white);
  margin-top: 1.7rem;
  margin-bottom: 2.2rem;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.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: 1.2rem;
  padding: 2.1rem 4.8rem 2.2rem 3.3rem;
  margin-top: 4.5rem;
  margin-bottom: 5.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  transition: var(--contact-transition);
  position: relative;
  z-index: 1;
}

.attendance-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.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: flex-start;
  flex-direction: column;
  height: 129.3rem;
  width: 73.6rem;
  padding: 8.5rem 0 18.3rem 0;
  border-top: none;
  overflow: hidden;
  background: #ffffff;
}

.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.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #00695A;
  border: 2px solid #00695A;
  border-radius: 1.2rem;
  padding: 1.8rem 0;
  transition: var(--contact-transition);
  background: transparent;
}

.form .btn_whatsapp:hover {
  background: #00695A;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 105, 90, 0.25);
}

.form .btn_whatsapp:hover > img {
  filter: brightness(0) invert(1);
}

.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: #f8f9fa;
  border-radius: 1rem;
  margin-bottom: 1.8rem;
  padding-left: 2.4rem;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--contact-transition);
}

.form input:focus {
  border-color: #00695A;
  box-shadow: 0 0 0 3px rgba(0, 105, 90, 0.1);
  background: #ffffff;
}

.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: 1rem;
  background: #f8f9fa;
  resize: none;
  width: 48.6rem;
  height: 14.7rem;
  padding-left: 2.4rem;
  padding-top: 1.7rem;
  padding-right: 1.5rem;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--contact-transition);
}

.form textarea:focus {
  border-color: #00695A;
  box-shadow: 0 0 0 3px rgba(0, 105, 90, 0.1);
  background: #ffffff;
}

.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: #f8f9fa !important;
  border-radius: 1rem;
  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;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--contact-transition);
  cursor: pointer;
}

.form select:focus {
  border-color: #00695A;
  box-shadow: 0 0 0 3px rgba(0, 105, 90, 0.1);
  background: #ffffff !important;
}

.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: 1.2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(135deg, #00695A 0%, #00897B 100%);
  border: none;
  transition: var(--contact-transition);
  box-shadow: 0 4px 16px rgba(0, 105, 90, 0.25);
}

.form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 105, 90, 0.35);
  background: linear-gradient(135deg, #005A4D 0%, #00796B 100%);
}

.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;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  transition: var(--contact-transition);
}

.header-options:hover {
  background: rgba(0, 105, 90, 0.05);
}

.header-options:hover .option > h2 {
  color: #00695A;
}

.green-line {
  width: 100px;
  height: 3px;
  position: absolute;
  top: 35px;
  background-color: transparent;
  border-radius: 2px;
  transition: var(--contact-transition);
}



/* 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: var(--navbar-height);
  }
  .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;
  }
}

@media (max-width: 768px) {
  /* Remove a extensão do fundo verde em mobile */
  .form-contact::before,
  .form-contact::after {
    display: none;
  }

  .form-contact-box {
    flex-direction: column;
    height: 2050px;
    height: 205rem;
    height: fit-content;
  }

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

  /* Ajusta o fade da imagem para mobile - apenas fade inferior */
  .contact-overview-img {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: unset;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    mask-composite: unset;
  }

  .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;
  }

  .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;
  }
}

/* CONTACT US - Tabs (match Home "Nossos diferenciais") */
.page-template-page-solicitar-contato-php .header-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--slate-100);
  border-radius: 1rem;
  padding: 0.5rem;
  height: auto;
  border: none;
  width: 48.6rem;
  margin: 0 auto;
}

.page-template-page-solicitar-contato-php .header-options {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  color: var(--slate-600);
  opacity: 1;
  background-color: transparent;
  border-radius: 0.7rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  user-select: none;
}

.page-template-page-solicitar-contato-php .header-options .option>h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.page-template-page-solicitar-contato-php .header-options .option>img {
  width: 2rem;
  height: 2rem;
  opacity: 0.7;
  transition: opacity 0.2s, filter 0.2s;
}

.page-template-page-solicitar-contato-php .header-options:hover {
  background: rgba(255, 255, 255, 0.7);
  color: var(--fourth-blue);
}

.page-template-page-solicitar-contato-php .header-options:hover .option>img {
  opacity: 1;
  filter: invert(50%) sepia(86%) saturate(370%) hue-rotate(103deg) brightness(102%) contrast(94%);
}

.page-template-page-solicitar-contato-php .header-options:focus-visible {
  outline: 2px solid var(--primary-green);
  outline-offset: 2px;
}

.page-template-page-solicitar-contato-php .header-options.is-active {
  background: #ffffff;
  color: var(--fourth-blue);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-template-page-solicitar-contato-php .header-options.is-active .option>img {
  opacity: 1;
  filter: invert(50%) sepia(86%) saturate(370%) hue-rotate(103deg) brightness(102%) contrast(94%);
}

.page-template-page-solicitar-contato-php .green-line {
  display: none !important;
}

@media (max-width: 991px) {
  .page-template-page-solicitar-contato-php .header-form {
    width: 42.5rem;
  }
}

@media (max-width: 820px) {
  .page-template-page-solicitar-contato-php .header-form {
    width: 35.5rem;
  }
}

@media (max-width: 768px) {
  .page-template-page-solicitar-contato-php .header-form {
    width: 49rem;
  }
}

@media (max-width: 480px) {
  .page-template-page-solicitar-contato-php .header-form {
    width: 100%;
    max-width: 49rem;
  }

  .page-template-page-solicitar-contato-php .header-options {
    flex: 1;
    padding: 1rem 0.8rem;
  }

  .page-template-page-solicitar-contato-php .header-form .option {
    flex-direction: column;
    gap: 0.4rem;
  }
}

@media (max-width: 400px) {
  .page-template-page-solicitar-contato-php .header-form {
    width: 38rem;
  }
}

@media (max-width: 375px) {
  .page-template-page-solicitar-contato-php .header-form {
    width: 32.4rem;
  }

  .page-template-page-solicitar-contato-php .header-options {
    font-size: 1.2rem;
  }

  .page-template-page-solicitar-contato-php .header-form .option>img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 320px) {
  .page-template-page-solicitar-contato-php .header-form {
    width: 28rem;
    gap: 0.4rem;
  }

  .page-template-page-solicitar-contato-php .header-options {
    padding: 0.8rem 0.6rem;
  }
}
