/*  Theme Name: Empresa
 *  text-domain: empresa */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Birthstone&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  transition: all 300ms ease;
  scroll-behavior: smooth;
}

.birthstone-regular {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}

body {
  background: #f1f3f4;
}

h1 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 50px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.h1 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 50px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  h2 {
    font-size: 28px;
  }
}

.h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

.h3 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  h5 {
    font-size: 20px;
  }
}

.h5 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.h6 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

ul li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin: 8px 8px 8px 24px;
}

ol li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin: 8px 8px 8px 24px;
}

p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.text {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.text-big {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.text-micro {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}

.wrapper {
  width: 1194px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  .wrapper {
    width: 90%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .wrapper {
    width: 80%;
  }
}

.gif {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.gif-menor {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

.marca-dagua {
  position: absolute;
  width: 1000px;
  height: auto;
  opacity: 0.2;
  top: 15%;
  z-index: 0;
  right: -250px;
  pointer-events: none;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .marca-dagua {
    width: 600px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .marca-dagua {
    display: none;
  }
}

#sobre {
  overflow: hidden;
}
#sobre .texto-sobre {
  text-align: justify;
  max-width: 600px;
}

#processo {
  overflow: hidden;
  background: rgb(29, 7, 44);
  padding: 96px 0;
}
#processo .wrapper {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 640px) {
  #processo .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #processo .wrapper {
    flex-wrap: wrap;
  }
}
#processo .texto-processo {
  width: 30%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #processo .texto-processo {
    width: 100%;
    margin-bottom: 48px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #processo .texto-processo {
    width: 70%;
    margin-bottom: 48px;
  }
}
#processo .etapas {
  flex: 1;
}
#processo .etapas .tag-etapa {
  background: #815CA3;
  color: #fff;
  border-radius: 24px;
  padding: 4px 12px;
}
#processo .etapas h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}
#processo .etapas .etapa {
  margin-bottom: 24px;
  background: #fff;
  padding: 24px;
  border-radius: 24px;
}

#portfolio {
  overflow: hidden;
  background: url("../img/prismabg.webp") no-repeat;
  background-attachment: fixed;
  border-radius: 96px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  #portfolio {
    border-radius: 48px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #portfolio {
    border-radius: 24px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #portfolio .grid {
    width: 100%;
    margin-left: 6px;
  }
}
#portfolio .grid-item {
  float: left;
  width: calc(33.333% - 24px);
  margin-bottom: 1rem;
  margin-right: 1rem;
  height: auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  #portfolio .grid-item {
    width: calc(50% - 24px);
    margin-right: 12px;
  }
}
#portfolio img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
#portfolio .adjust img {
  height: 17rem;
}
#portfolio .adjust-2 img {
  height: 25rem;
}

#faleConosco {
  position: fixed;
  bottom: 24px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: 200px;
  height: 60px;
  gap: 12px;
  left: calc(50% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(119, 79, 156, 0.8);
  border-radius: 60px;
}

#clientesatendidos .clientes {
  display: flex;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 24px;
}
#clientesatendidos .clientes div {
  width: 20%;
  min-width: 150px;
  max-width: 300px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#clientesatendidos .clientes div img {
  width: 100%;
  height: auto;
}

#perguntasfrequentes .perguntasfrequentes {
  margin-top: 48px;
  margin-bottom: 48px;
}
#perguntasfrequentes .perguntasfrequentes .pergunta {
  margin-bottom: 24px;
  cursor: pointer;
}
#perguntasfrequentes .perguntasfrequentes .pergunta .titulo {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #perguntasfrequentes .perguntasfrequentes .pergunta .titulo {
    font-size: 20px;
  }
}
#perguntasfrequentes .perguntasfrequentes .pergunta .resposta {
  margin-top: 12px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.subheader {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  position: absolute;
  height: 24px;
  background: #fff;
}

header {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#heroBlobs {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 640px) {
  #heroBlobs {
    height: auto;
    min-height: 100vh;
    padding: 120px 0 96px 0;
  }
}
#heroBlobs .overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 7, 44, 0.3);
  z-index: 1;
}
#heroBlobs .background {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  background-attachment: fixed;
}
#heroBlobs .background.ativo {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  display: block;
}
#heroBlobs .blob {
  width: 500px;
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 30% 70% 70% 30%/30% 40% 70% 70%;
  filter: blur(50px);
  opacity: 0.4;
  background: linear-gradient(135deg, #815CA3, #774F9C);
  border: 1px solid #fff;
  z-index: 1;
}
#heroBlobs .blob.blob1 {
  width: 200px;
  top: 10%;
  left: 15%;
  animation: blobMove1 20s infinite alternate;
}
#heroBlobs .blob.blob2 {
  width: 400px;
  top: 20%;
  right: 10%;
  animation: blobMove2 20s infinite alternate;
}
#heroBlobs .blob.blob3 {
  bottom: 20%;
  left: 10%;
  animation: blobMove3 40s infinite alternate;
}
#heroBlobs .wrapper {
  display: none;
  position: relative;
  z-index: 1;
  padding: 16pxf;
}
#heroBlobs .wrapper h1, #heroBlobs .wrapper h2, #heroBlobs .wrapper h3, #heroBlobs .wrapper h4, #heroBlobs .wrapper h5, #heroBlobs .wrapper h6, #heroBlobs .wrapper p, #heroBlobs .wrapper span {
  color: #fff;
  margin-bottom: 24px;
}
#heroBlobs .wrapper .area-texto {
  max-width: 550px;
}
#heroBlobs .wrapper.ativo {
  display: block;
}

@keyframes blobMove1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(50px, 330px) scale(1.3);
  }
}
@keyframes blobMove2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-30px, 50px) scale(1.4);
  }
}
@keyframes blobMove3 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(20px, -40px) scale(1.4);
  }
}
.hero-video {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 640px) {
  .hero-video {
    height: auto;
  }
}
.hero-video .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 220%;
  transform: translate(-50%, -50%);
}
@media (min-width: 320px) and (max-width: 640px) {
  .hero-video .video-bg {
    left: 150%;
    width: 500%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .hero-video .video-bg {
    width: 180%;
  }
}
.hero-video .video-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-video .overlay {
  position: absolute;
  inset: 0;
  background: rgba(58, 25, 95, 0.55);
  z-index: 1;
}
.hero-video .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1194px;
  padding: 90px 16px;
  color: #fff;
}
.hero-video .hero-content .wrapper {
  padding: 0;
}

body:has(#contactForm.ativo) {
  overflow: hidden;
}
body:has(#contactForm.ativo) #overlay-fixo {
  display: block;
  z-index: 99;
}
body:has(#contactForm.ativo) #faleConosco {
  display: none;
}

#overlay-fixo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(119, 79, 156, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0;
  bottom: 0;
  display: none;
  z-index: 0;
}

#contactForm {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -100vh;
  background: rgba(19, 39, 56, 0.9);
  padding: 56px 48px;
  border-radius: 12px;
  transition: all 500ms ease;
}
#contactForm.ativo {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10000;
  border: 1px solid #815CA3;
}
#contactForm input {
  border: 1px solid #815CA3;
}
#contactForm button {
  border: none;
}
#contactForm input, #contactForm button {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  outline: none;
  border-radius: 12px;
  height: 48px;
  padding: 6px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #contactForm input, #contactForm button {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #contactForm .iti {
    width: 100%;
  }
}

.text-branco {
  color: #fff !important;
}

.cta-primary {
  color: #fff;
  background: #237c3e;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
.cta-primary a {
  color: #fff;
  text-decoration: none;
}

.cta-primary-white {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 6px 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-primary-white a {
  color: #237c3e;
  text-decoration: none;
}

.cta-secondary {
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
.cta-secondary a {
  color: #fff;
  text-decoration: none;
}

.cta-secondary-text-black {
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
.cta-secondary-text-black:hover {
  color: #fff;
  background: #237c3e;
}
.cta-secondary-text-black:hover a {
  color: #fff;
}
.cta-secondary-text-black a {
  color: #3f3f3f;
  text-decoration: none;
}
.cta-secondary-text-black a:hover {
  color: #fff;
  background: #237c3e;
}

.cta-other {
  color: #3f3f3f;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px;
}
.cta-other a {
  color: #3f3f3f;
  text-decoration: none;
}

.hero-video .boxes {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hero-video .box {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

.azul-escuro {
  background: #3D4558;
}

.verde-prisma-100 {
  background: #28E2D5;
}

.verde-prisma-200 {
  background: #40B7B7;
}

.roxo-prisma-100 {
  background: #815CA3;
}

.roxo-prisma-200 {
  background: #774F9C;
}

.azul-escuro {
  background: #3D4558;
}

.branco {
  background: #fff;
}

.cinza-300 {
  background: #f1f3f4;
}

.cinza-500 {
  background: #cecece;
}

.text-verde-prisma-100 {
  color: #28E2D5;
}

.text-verde-prisma-200 {
  color: #40B7B7;
}

.text-roxo-prisma-100 {
  color: #815CA3 !important;
}

.text-roxo-prisma-200 {
  color: #774F9C;
}

.text-azul-escuro {
  color: #3D4558;
}

.text-branco {
  color: #fff;
}

.text-cinza-300 {
  color: #f1f3f4;
}

.text-cinza-500 {
  color: #cecece;
}

.gap-0 {
  gap: 0 !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-48 {
  gap: 48px !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-left-12 {
  margin-left: 12px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-top-96 {
  margin-top: 96px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.padding-exclusivo {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 96px;
  padding-bottom: 96px;
}

.padding-0 {
  padding: 0 !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-24 {
  padding: 24px !important;
}

.padding-48 {
  padding: 48px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.width-auto {
  width: auto !important;
  max-width: -moz-min-content;
  max-width: min-content;
}

.width-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-100 {
  width: 100% !important;
}

.width-12px {
  width: 12px !important;
}

.width-50px {
  width: 50px !important;
}

.width-100px {
  width: 100px !important;
}

.width-125px {
  width: 125px !important;
}

.width-150px {
  width: 150px !important;
}

.width-200px {
  width: 200px !important;
}

.width-300px {
  width: 300px !important;
}

.width-350px {
  width: 350px !important;
}

.width-400px {
  width: 400px !important;
}

.width-500px {
  width: 500px !important;
}

.width-600px {
  width: 600px !important;
}

.width-700px {
  width: 700px !important;
}

.width-metade {
  width: 50% !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .width-metade {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-width-100 {
    width: 100% !important;
  }
}

.min-width-100px {
  min-width: 100px;
}

.min-width-200px {
  min-width: 200px;
}

.min-width-300px {
  min-width: 300px;
}

.min-width-400px {
  min-width: 400px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .min-width-400px {
    min-width: auto;
  }
}

.min-width-500px {
  min-width: 500px;
}

.max-width-40 {
  max-width: 40% !important;
}

.max-width-50 {
  max-width: 50% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-width-50px {
  max-width: 50px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-50px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-100px {
  max-width: 100px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-100px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-150px {
  max-width: 150px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-150px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-200px {
  max-width: 200px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-200px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-300px {
  max-width: 300px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-300px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-400px {
  max-width: 400px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-400px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-500px {
  max-width: 500px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-500px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-600px {
  max-width: 600px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-600px {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-max-width-100 {
    max-width: 100%;
    width: 100%;
  }
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: initial !important;
}

.ocultar-desktop {
  display: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  .ocultar-desktop {
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .ocultar-desktop {
    display: flex;
  }
}

@media (min-width: 641px) and (max-width: 1194px) {
  .ocultar-tablet {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .ocultar-celular {
    display: none;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.colunas-2 {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-2 {
    grid-template-columns: 1fr;
  }
}

.colunas-3 {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-3 {
    grid-template-columns: 1fr 1fr;
  }
}

.colunas-4 {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .colunas-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-coluna-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-flex-wrap {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .m-flex-wrap {
    flex-wrap: wrap;
    display: flex;
  }
}

.noshrink {
  flex-shrink: 0 !important;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-justify-content-center {
    justify-content: center;
  }
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between !important;
}

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

.align-items-center {
  align-items: center;
}

.align-items-flex-end {
  align-items: flex-end;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block;
}

.height-min-content {
  height: -moz-min-content;
  height: min-content;
}

.position-absolute {
  position: absolute;
}

.white-space-nowrap {
  white-space: nowrap;
}

.text-align-center {
  text-align: center;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-text-align-center {
    text-align: center;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}

body.crm-login {
  background: url("../img/prismabg.webp") no-repeat;
}
body.crm-login .login-container {
  max-width: 400px;
  margin: 100px auto;
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body.crm-login .login-container img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px auto;
  width: auto;
  height: auto;
}
body.crm-login .login-container h1 {
  text-align: center;
  margin-bottom: 30px;
}
body.crm-login .form-group {
  margin-bottom: 20px;
}
body.crm-login .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
body.crm-login .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
body.crm-login .form-group input:focus {
  outline: none;
  border-color: #815CA3;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
body.crm-login button {
  width: 100%;
  padding: 10px;
  background: #815CA3;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}
body.crm-login button:hover {
  background: #774F9C;
}
body.crm-login .error {
  color: #dc3545;
  margin-bottom: 20px;
  text-align: center;
}

body.crm-dashboard {
  background: #f8f9fa;
  height: 2040px;
  position: relative;
}
body.crm-dashboard .header {
  background: #815CA3;
  color: white;
  padding: 20px;
  text-align: center;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
}
body.crm-dashboard .wrapper {
  padding: 20px;
}
body.crm-dashboard .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: -24px;
  background: #774F9C;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px;
  border-radius: 60px;
  position: sticky;
  top: 50px;
}
body.crm-dashboard .tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 24px;
  border: none;
  color: white;
  background: transparent;
  font-weight: 500;
}
body.crm-dashboard .tab-btn.active {
  background: #fff;
  color: #815CA3;
}
body.crm-dashboard .tab-content {
  display: none;
}
body.crm-dashboard .tab-content.active {
  display: block;
  background: white;
  padding: 48px;
  border-radius: 48px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background: #f0f0f0;
}

a {
  color: #007bff;
  text-decoration: none;
  margin-right: 10px;
}/*# sourceMappingURL=base.css.map */