* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Style fontes*/
@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&family=Questrial&display=swap');

.questrial-regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  overflow-x: hidden !important;
  color: rgba(255, 255, 255, 0.9);
  background-color: #222222;
}

span.patter {
  position: fixed;
  top: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background: url(img/patter-fix.png);
  background-color: #00000028;
  
  opacity: 0.5;
  z-index: 10;
}

.displayFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
}

/* Style menu*/
.menu {
  top: 10px;
  left: 10px;
  right: 10px;
  height: 45px;
  position: fixed;
  /* limite de largura */
  max-width: calc(100vw -20px);
  padding: 0 6px 0 20px;
  background-color: #ffffff8a;
  backdrop-filter: blur(10px);
  z-index: 9;
  border-radius: 50px;

}

ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #312081;
  transition: all 0.4s;
  border-bottom: solid 2px #32208100;
}

ul li a:hover {
  font-size: 16px;
  border-bottom: solid 2px #312081;
}

.menuTop {
  list-style: none;
  gap: 4vw;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.botaoMenu button {
  padding: 8px 32px;
}

.botaoMenu button a {
  font-size: 12px;
}

.menu-mobile {
  display:none;
  font-weight: bold;
  cursor: pointer;
}
.menu-mobile.botaoAnimado{
   padding: 8px 11px;
}
/* menu mobile */
/* Menu mobile escondido por padrão */
.menu-mobile-container {
  position: fixed;
  top: 12vh;
  left: 100%;
  width: 100vw;
  background: #ffffff;
  color: #312081;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 20px;
  z-index: 9;
  transition: left 0.5s ease-in-out;
  overflow-x: hidden;
}

/* Quando abrir */
.menu-mobile-container.active {
   /* desliza pra dentro */
  left: 0;
  transition: left 0.5s ease-in-out;
}

.menu-mobile-container a {
  color: #312081;
  text-decoration: none;
  font-size: 14px;
}

/* Style Hero*/
.hero {
  width: 100%;
  height: 100vh;
  justify-content: center;
  background-image: url(img/BimagemBannerInicial.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-text {
  max-width: 600px;
  text-align: center;
  padding: 0% 4vw;
}

.hero-text p {
  font-size: 0.8em;
  font-weight: 500;
}

.botaoAnimado {
  padding: 10px 32px;
  background: linear-gradient(130deg, rgb(82, 203, 255), rgb(61, 61, 244), rgb(243, 25, 239));
  border: none;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  box-shadow: 0px 0px 30px rgba(80, 80, 255, 0.236), 4px 4px 6px rgba(255, 255, 255, 0.27) inset, -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
  cursor: pointer;
  background-size: 500%;
  animation: gradientAnimation 4s infinite;
  transition-duration: 0.3s;
}

.botaoAnimado:hover {
  animation-play-state: paused;
  box-shadow: 0px 0px 30px rgba(152, 152, 255, 0.749), 4px 4px 6px rgba(255, 255, 255, 0.27) inset, -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
  transform: translatey(-2px);
}

/* Animação dos botões*/
@keyframes gradientAnimation {
  0% {
    background-position: 0%, 50%;
  }

  33% {
    background-position: 50%, 50%;
  }

  66% {
    background-position: 100%, 50%;
  }

  100% {
    background-position: 0%, 50%;
  }
}

/* container seta divisor */
.setaHero {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 30px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 12' fill='none'><path d='M9.78906 4.68164C15.7786 -0.0371282 24.2214 -0.0371274 30.2109 4.68164L31.6904 5.84766L38.5996 11.5H1.40039L8.30957 5.84766L9.78906 4.68164Z' fill='%23312080' stroke='%23312081'/></svg>") no-repeat center/100% 100%;
}

.setaHero svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: setaAnimacao 1s infinite alternate;
  animation-play-state: running;

}

@keyframes setaAnimacao {
  to {
    transform: translateY(8px) translateX(-50%);
  }
}

/* Faixa animada*/
.faixaAnimada {
  display: flex;           
  flex-wrap: nowrap;
  white-space: nowrap;     
  overflow: hidden; 
  padding-top: 15px;
  color: #fff;
  gap: 4px;
  background-color: #312081;
}

.faixaAnimada p {        
  animation: faixaAnimada 4s infinite linear;
  font-size: 2vw;
}

@keyframes faixaAnimada {
  to {
    transform: translateX(calc(-100% - 4px));
  }
}

/* Style Segunda dobra*/
.sobre {
  width: 100%;
  padding: 80px 5%;
  height: auto;
  flex-wrap: wrap;
  gap: 10%;
  background-color: #222222;
}

.sobre h2 {
  width: 100%;
  font-size: 3vw;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  color: #ffffffdd;
}
.sobre-text{
  width: 50%;
}
.sobre-image{
  width: 40%;
 justify-content: center;
}
.sobre-image img{
width: 80%;
filter: drop-shadow(0px 0px 10px rgba(109, 109, 109, 0.5));

}

.sobre-text h3 {
  font-size: 2vw;
  text-align: start;
  margin-bottom: 20px;
  font-weight: 500;
  color: #9E89FF;
}

.sobre-text p {
  font-size: 1.4vw;
  text-align: justify;
  font-weight: 400;
}

.animated-text {
  white-space: pre-line;
  /* mantém quebras de linha do HTML */
}

.animated-text span {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
/* SEÇÃO SERVIÇOS*/
.servico {
  width: 100%;
  padding: 5% 5%;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
}

.servico h2 {
  width: 100%;
  font-size: 3vw;
  text-align: center;
  font-weight: 600;
  color: #312081;
}

.cards {
  align-items: stretch;
  width: 100%;
  gap: 20px;
}

.card {
  width: calc(25% - 20px);
  padding: 20px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border-bottom: solid 4px #312081;
  box-shadow: 0px 0px 30px rgba(140, 140, 140, 0.236), 4px 4px 6px rgba(255, 255, 255, 0.27) inset, -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
  transition-duration: 0.3s;
}

.card h3 {
  font-size: 1.5vw;
  text-align: center;
  font-weight: 500;
  color: #312081;
  margin-top: 16px;
  margin-bottom: 12px;
}

.card p {
  font-size: 1.2vw;
  text-align: center;
  font-weight: 400;
  color: #1a1a1a;
}

.card:hover {
  box-shadow: 0px 0px 30px rgba(233, 228, 255, 0.836), 4px 4px 6px rgba(255, 255, 255, 0.27) inset, -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
}

/* Style projetos*/
.portfolio {
  width: 100%;
  padding: 0px 5% 20px 5%;
  min-height: 100vh;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.projetos {
  flex: 1 1 calc(30% - 20px);
  max-width: calc(30% - 20px);
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.projeto {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow:
    0 0 30px rgba(140, 140, 140, 0.236),
    4px 4px 6px rgba(255, 255, 255, 0.27) inset,
    -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
}

.projeto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
  transition: object-position 3s ease-in-out;
}

.projeto:hover img {
  object-position: bottom;
}

/* Botão animado reutilizável */
.botaoAnimado.btn {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #0a84ff;
  color: white;
  border-radius: 50px;
  font-weight: 400;
}

/* passo A passo */
.passoApasso {
  display: flex;
  width: 100wv;
  padding: 8% 5%;
  background-color: #222222;
  align-items: start;
}

.containerEsquerda {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 15vh;
  width: 50%;
  gap: 10px;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
}
.containerDireita {
  width: calc(50% - 20px) ;
  flex-direction: column;
  gap: 40px;
}

.cardPassoApasso {
  margin: 0;
  width: 100%;
  background-color: #ffffffe0;
  white-space: pre-line;
  border-radius: 20px;
  padding: 20px 20px;
  border: none;
}

.cardPassoApasso p {
  font-size: 1.2vw;
  text-align: justify;
  font-weight: 400;
  color: #2c2c2c;
  hyphens: auto;
}

.cardPassoApasso h3 {
  font-size: 1.6vw;
  text-align: start;
  margin-bottom: 12px;
  font-weight: 500;
  color: #312081;
}

.cardPassoApasso.card:hover {
  box-shadow: 0px 0px 30px rgba(233, 228, 255, 0.277), 4px 4px 6px rgba(255, 255, 255, 0.27) inset, -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
}

.containerEsquerda h2 {
  font-size: 2.4vw;
  text-align: center;
  font-weight: 600;
  color: #ffffffdd;
}

/* Style porquer ter um site*/

.porqueTerSite {
  width: 100%;
  padding: 5% 5%;
  background-color: rgba(255, 255, 255, 0.9);
}

.pqTerSitecards {
  width: 100%;
  align-items: stretch;
  gap: 15px;
}

.cardPorqueTersite {
  max-width: calc(25% - 15px);
  padding: 20px 10px 10px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  border-bottom: solid 4px #312081;
  box-shadow: 0px 0px 30px rgba(140, 140, 140, 0.236), 4px 4px 6px rgba(255, 255, 255, 0.27) inset, -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
  transition-duration: 0.3s;
}

.cardPorqueTersite p {
  font-size: 1.2vw;
  text-align: center;
  font-weight: 400;
  color: #1a1a1a;
  
}

.porqueTerSite h2 {
  width: 100%;
  font-size: 3vw;
  text-align: center;
  font-weight: 600;
  color: #312081;
}

/* Style contato*/
.contato {
  width: 100%;
  padding: 80px 5%;
  height: auto;
  gap: 50px;
  background-color: #222222;
}

.containerEsquerdaContato {
  max-width: 60%;
  
}

.containerEsquerdaContato h2 {
  font-size: 2.4vw;
  text-align: start;
  font-weight: 600;
  color: #ffffffdd;
}

.containerEsquerdaContato p {
  width: 80%;
  font-size: 1.4vw;
  text-align: justify;
  font-weight: 400;
  color: #ffffffcc;
}

.botoesContato {
  margin-top: 30px;
  gap: 20px;
}

.containerEsquerdaContato button {
  padding: 10px 32px;
}

i.botaoAnimado {
  padding: 10px;
}

a i svg {
  width: 20px;
  height: 20px;
  
}

.containerDireitaContato {
  max-width: 30%;
}

.containerDireitaContato img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgba(140, 140, 140, 0.236), 4px 4px 6px rgba(255, 255, 255, 0.27) inset, -4px -4px 6px rgba(255, 255, 255, 0.27) inset;
}
/*Style footer*/
.footer {
  width: 100%;
  padding: 30px 5%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  background-color: #1B98E0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  
}

.containerLogo,
.containerInstitucional,
.containerFaleConosco,
.containerRedesSociais {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: max-content;
}

.containerLogo p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 8px;
}

.containerLogo img {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: auto;

}

.containerLogo img:hover {
  opacity: 0.85;
  transition-duration: 0.3s;
  cursor: pointer;
}

.footer h3 {
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  border-bottom: solid 2px #312081;
}

.botaoFooter svg:hover, .botaoFooter ul:hover {
  transform: scale(1.1);
  opacity: 0.9;
  transition-duration: 0.3s;
  cursor: pointer;
}

.footer ul:hover {
  border-bottom: solid 2px #312081;
  width: fit-content;
}

.direitos {
  width: 100%;
  padding: 10px 5% 0 5%;
  background-color: #312081;
  color: rgba(255, 255, 255, 0.6);
}

.direitos p {
  padding-top: 10px;
  line-height: 0.01;
  font-size: 12px;
}