.form-toast,
.form-toast-error {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 100;

    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    pointer-events: none;
}

.form-toast.fade-hidden,
.form-toast-error.fade-hidden {
  opacity: 0;
  pointer-events: none;
}

.prose p {
    line-height: 1.5 !important;
}

.prose.content{
    margin-top: 3rem;
}

.cid-uvPEeqtkHO .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont{
    background-size: cover;
    background-position: center;
}

.cid-uvPEeqtkHO .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont::before{
    display: none;
}




.prose {
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.75;
    color: #212529; /* Texto escuro */
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
  }

  .prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6 {
    color: #F46400; /* Cor laranja dos títulos */
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .prose h1 {
    font-size: 2rem; /* Ajuste o tamanho conforme necessário */
  }
  
  .prose h2 {
    font-size: 1.75rem;
  }
  
  .prose h3 {
    font-size: 1.5rem;
  }
  
  .prose p {
    margin-top: 0;
    margin-bottom: 2rem;
    color: #212529;
  }
  
  .prose a {
    color: #F46400; /* Cor do link */
    text-decoration: none;
    font-weight: bold;
  }
  .prose a:hover {
    text-decoration: underline;
  }
  
  .prose ul,
  .prose ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1.5rem; /* Indentação para listas */
  }
  
  .prose ul li,
  .prose ol li {
    margin-bottom: 0.5rem;
  }
  
  .prose img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem; /* Bordas arredondadas */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .prose .highlight {
    color: #F46400; /* Destaque laranja para textos importantes */
    font-weight: bold;
  }
  
  .prose blockquote {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
    border-left: 4px solid #F46400; /* Linha laranja ao lado */
    color: #6c757d;
    font-style: italic;
  }

.see-more{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

.see-more .icon{
    width: 2rem;
    height: 2rem;
}

.see-more .disabled{
    opacity: 0.3;
    pointer-events: none;
}

.button-submit{
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-submit svg{
  width: 1.25rem /* 20px */;
  height: 1.25rem /* 20px */;
  
}

@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) /* #dcfce7 */;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity)) /* #22c55e */;
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity)) /* #15803d */;
}

.p-4 {
  padding: 1rem /* 16px */;
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) /* #fee2e2 */;
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) /* #ef4444 */;
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity)) /* #b91c1c */;
}

.p-4 {
  padding: 1rem /* 16px */;
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) /* #dcfce7 */;
}

#form_contato{
  position: relative;
}
  

.g-recaptcha{
  margin-bottom: 2rem;
}

.line-clamp-2	{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.image-wrapper.section-atuacao img{
  object-position: center;
}