:root {
  --returnEasing: all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --hoverEasing: all cubic-bezier(0.23, 1, 0.32, 1);
}

/* Paleta de cores  */
.paleta01 {
  color: #0A192F;
  color: #0077B6;
  color: #621B00;
  color: #656839;
  color: #8C7851;
  color: #e3e3e3;
}

.text-656839-neo {
  color: rgb(101, 104, 57);
  text-shadow: 0 0 10px rgb(101, 104, 57), 0 0 20px rgb(101, 104, 57), 0 0 30px rgb(101, 104, 57);
  filter: brightness(100%);
}

.paleta02 {
  color: #042A2B;
  color: #8C7851;
  color: #262626;
  color: #F5F5F5;
  color: #E3D7A3;
}


body {
  /* background-color: rgb(14, 14, 54); */
  background-color: #0A192F;
  color: antiquewhite;
}

.video-fundo {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-fundo video {
  position: absolute;
  top: 0%;
  left: 0%;
  /* min-width: 100%;
  min-height: 100%; */
  width: auto;
  height: auto;
  /* transform: translateX(-50%) translateY(-50%); */
  /* z-index: -1; */
  opacity: 0.1;
  /* Ajuste a opacidade conforme necessário */
}

.conteudo {
  position: relative;
  z-index: 1;
  color: white;
  /* Cor do texto sobre o vídeo */
  text-align: center;
  padding: 20px;
  height: 90vh;
  overflow-y: scroll;
}

nav {
  background-color: rgba(17, 2, 41, 0.481);
  /* background-color: rgba(4, 42, 43, 0.481); */
}

.logo {
  width: 2rem;
  margin-left: 5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.icons {
  position: fixed;
  right: 5rem;
  top: 2rem;
  vertical-align: top;
  color: #ffffff;
}

.slogan {
  margin-top: 10rem;
  text-transform: uppercase;
  margin-left: 10rem;
}

.resumo {
  text-align: justify;
  margin: auto;
  margin-top: 2rem;
  width: 80%;
  margin-left: 10rem;

}

.div-phone {
  margin-left: -20rem;
}

.phone-7 {
  width: 22rem;
  position: absolute;
}

.phone-8 {
  width: 35rem;
  position: absolute;
}

#minhaImagem2 {
  transition: transform 0.5s ease;
  /* Transição suave */
}

.tittle-servicos {
  /* text-align: start; */
  margin-top: 12rem;
  margin-left: -15rem;
}

.confer {
  background-color: #0A192F;

}

.confer2 {
  background-color: #8C7851;

}

.confer h5 {
  text-align: justify;
  width: 80%;
  margin: auto;
  margin-top: 2rem;

}

.ser {
  width: 100%;
  transform: rotate(5deg);
  margin-left: -5rem;
}

/* CARD INICIO */

.card-wrap {
  margin: 10px;
  width: 50rem;
  display: inline-block;
  perspective: 800px;
  transform-style: preserve-3d;
  cursor: pointer;
}

.card {
  position: relative;
  width: 60rem;
  height: 26rem;
  background-color: #0A192F;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s;
  border: #e3e3e3 0.2rem solid;
}

.card:hover {
  transform: scale(1.05);
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  transition: opacity 0.5s;
}

.card-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.card-info h1 {
  font-size: 24px;
  margin: 0;
}

.card-info p {
  font-size: 16px;
  width: 90%;
  text-align: justify;
}

.button {
  margin: 20px;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.btn-3 {
  background: rgb(6, 14, 131);
  background: linear-gradient(0deg, rgba(6, 14, 131, 1) 0%, rgba(12, 25, 180, 1) 100%);
  border: none;
  width: 30rem;
  margin-left: 10rem;
  margin-top: 2rem;

}

.btn-3:hover {
  background: rgb(0, 3, 255);
  background: linear-gradient(0deg, rgba(0, 3, 255, 1) 0%, rgba(2, 126, 251, 1) 100%);
}

/* 11 */
.btn-11 {
  border: none;
  background: #0A192F;
  background: linear-gradient(0deg, rgba(0, 119, 182, 1) 0%, rgba(98, 27, 0, 1) 100%);
  color: #fff;
  overflow: hidden;
  width: 30rem;
}

.btn-11:hover {
  text-decoration: none;
  color: #fff;
}

.btn-11:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
  opacity: .7;
}

.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.conteudoo .info {
  display: none;
}

.conteudoo .info.active {
  display: block;
}

.luz-vermelha-neon {
  color: rgb(255, 50, 50);
  /* Vermelho neon */
  text-shadow: 0 0 10px rgb(255, 0, 0), 0 0 20px rgb(255, 0, 0), 0 0 30px rgb(255, 0, 0);
  filter: brightness(150%);
  /* Aumenta o brilho */
}

.contato {
  text-align: justify;
  width: 80%;
}

.img-forms {
  width: 20rem;
}

/* 1 */
.btn-1 {
  background: #e3e3e3;
  background: linear-gradient(0deg, #e3e3e3 0%, #f0f0f0 100%);
  border: none;
  color: #0A192F;
  width: 40rem;
}

.btn-1:hover {
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0 0%, #ffffff 100%);
  color: #0077B6;
  width: 50rem;
}

.faq-container {
  width: 80%;
  margin: 20px auto;
}

.faq-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.pergunta {
  background-color: #0A192F;
  padding: 10px;
  cursor: pointer;
  text-align: start;
}

.pergunta h5 {
  margin-left: 3rem;
}

.resposta {
  padding: 10px;
  text-align: start;
  display: none;
  /* Esconde a resposta por padrão */
}

.resposta.active {
  display: block;
  /* Mostra a resposta quando a classe 'active' é adicionada */
}

.resposta li {
  font-size: 1.25rem;
}

.automacao {
  margin: auto;
  width: 80%;
  text-align: justify;
}

.container-sites {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.botoes-sites {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.botao-sites {
  width: 10rem;
  padding: 10px;
  margin: 0px;
  border-radius: 5%;
  border: none;
  cursor: pointer;
  transition: width 0.3s ease;
}

#landing-page {
  background-color: #0A192F;
  color: white;
}

#institucional {
  background-color: #621B00;
  color: white;
}

#link-bio {
  background-color: #0A192F;
  color: white;
}

.botao-sites:hover {
  width: 15rem;
}

.info-area-sites {
  text-align: center;
}

.info-sites {
  display: none;
}

.btn-6 {
  background: rgb(98, 27, 0);
  background: radial-gradient(circle, rgba(98, 27, 0, 1) 0%, rgba(10, 25, 47, 1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
  border: #e3e3e3 solid 0.1px;
}

.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
  box-shadow:
    -1px -1px 20px 0px rgba(255, 255, 255, 1),
    -4px -4px 5px 0px rgba(255, 255, 255, 1),
    7px 7px 20px 0px rgba(0, 0, 0, .4),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
}

.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}

.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}

.btn-6:hover {
  background: transparent;
  color: #76aef1;
  box-shadow: none;
}

.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}

.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  box-shadow:
    -1px -1px 20px 0px rgba(255, 255, 255, 1),
    -4px -4px 5px 0px rgba(255, 255, 255, 1),
    7px 7px 20px 0px rgba(0, 0, 0, .4),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
}

.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: .5px;
  transition: all 500ms ease;
}

.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: .5px;
  transition: all 500ms ease;
}

.btn-6 span:hover:before {
  width: 100%;
}

.btn-6 span:hover:after {
  width: 100%;
}

.posts {
  position: relative;
  list-style-type: none;
  padding: 0;
  max-width: 34em;
  margin: 20% auto 0;
}

.post {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  background: #0A192F;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 40px #000;
  transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  transform-origin: 0 0;

  transition: transform 0.6s cubic-bezier(.8, .2, .1, 0.8) 0.1s,
    background 0.4s linear;

  cursor: pointer;
  user-select: none;

  :last-child {
    margin-bottom: 0;
  }
}

.post--next {
  z-index: 5;
  transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1);
}

.post--out {
  animation: post-out 0.6s cubic-bezier(.8, .2, .1, 0.8);
  transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  z-index: 1;
  background: #bbb;
}

@keyframes post-out {
  0% {
    z-index: 20;
    transform: translateY(0px) rotate(-4deg);
  }

  50% {
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }

  80% {
    z-index: 1;
  }

  100% {
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  }
}

.post--current {
  cursor: auto;
  user-select: auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  background: #EEE;
  transform: rotate(-1deg) translateX(0%) scale(1);
}

.bg-claro {
  background-color: #8C7851;
  color: #0A192F;
  border-radius: 2rem;
  padding: 1rem 2rem;
}

.bg-claro ul {
  list-style-position: inside;
  padding-left: 2rem;
}

.bg-claro li {
  font-weight: bold;
}

.bg-claro div {
  list-style-position: inside;
  padding: 1rem;
  border-radius: 1rem;
  color: #e3e3e3;
  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}

.icons a {
  text-decoration: none;
  color: #e3e3e3;
}

.sitelock {
  width: 5rem;
}

.text-justify {
  text-align: justify;
}

.botao-lateral {
  position: fixed;
  top: 85%;
  right: 5%;
  transform: translateY(-50%);
}

.botao-gif {
  width: 10rem;
  /* Ajuste o tamanho do GIF conforme necessário */
  cursor: pointer;
}

.menu-lateral {
  display: none;
  flex-direction: column;
  background-color: #0077B6;
  border-radius: 5px;
  position: fixed;
  top: 53%;
  right: 8%;
  padding: 0.5rem;

}

.menu-lateral a {
  margin-bottom: 5px;
  font-size: 24px;
  color: #e3e3e3;
}

.pp {
  font-size: 0.7rem;
  margin-top: -0.8rem;
}

#formulario {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

footer {
  background-color: #8C7851;
  color: #0A192F;


}
.ico{
  width: 2rem;
}
#mobile {
  display: none;
}

#desktop {
  display: block;
}

.codep {
  list-style-type: none;
}

@media (max-width: 768px) {
  #desktop {
    display: none;
  }

  #mobile {
    display: block;
  }

  .card {
    width: 100%;
    margin: 10px;
  }

  .icons a {
    display: none;
  }

  .logo {
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
  .card-wrap {
    width: 25rem;
  }
  
  .card {
    width: 23rem;
    height: 50rem;
  
  }
  .btn-11{
    width: 20rem;
  }
  .div-phone {
    margin-left: -3rem;
  }

  .slogan {
    margin-left: 1rem;
    font-size: 1.3rem;
    margin-top: 13rem;
  }
  
  .resumo {
    margin-left: 2rem;
  }
  
  .btn-3 {
    width: 23rem;
    margin-left: 0;
  
  }

  .phone-7 {
    width: 12rem;
    position: absolute;
  }
  
  .phone-8 {
    width: 15rem;
    position: absolute;
  }

.ser {
  margin-left: 1rem;
  margin-top: 2rem;
}

.btn-1 {
  width: 20rem;
}

.btn-1:hover {
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0 0%, #ffffff 100%);
  color: #0077B6;
  width: 15rem;
}

.tittle-servicos {
  margin-top: 2rem;
  margin-left: -15rem;
}

/* .img-forms-mobile{
width: 5rem;
} */
.mobile{
  width: 20rem;
}

.contato {
  width: 95%;
}
.menu-lateral {
  top: 60%;
  right: 8%;
  padding: 0.5rem;

}

}