/* Configuracoes
======================================================
*/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #1a1920;
}

section {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 3.4em;
}

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

p {
  font-size: 1em;
  color: #dde1e6;
}

.whatsapp{
  position: fixed;
  right: 20px;
  bottom: 25px;
  animation: pulsar-whatsapp 2s infinite;
  border-radius: 50%;
}

.whatsapp img{
  width: 50px;
  z-index: 9999;
}
/* Header
======================================================
*/

header {
  font-family: "Outfit", sans-serif;
}

/* Header top
--------------------------*/

header #header-top {
  background-color: #212028;
}

header #header-top p,
header #header-top a {
  font-size: 0.8em;
  color: #dde1e6;
}

header #header-top a:hover {
  color: #5d45fd;
  transition: 0.5s;
}

/* Header bottom
--------------------------*/
header #header-bottom .navbar {
  padding: 16px 0;
  border-bottom: 2px solid #212028;
}

header .navbar-expand-lg .navbar-nav a:not(.btn) {
  font-size: 0.88em;
  padding: 12px 8px;
  color: #fff;
}

header .navbar-expand-lg .navbar-nav a:hover:not(.btn) {
  color: #5d45fd;
  transition: 0.5s;
}

header .navbar-expand-lg .navbar-nav .nav-item {
  margin-left: 24px;
}

/* Sobrescrita B5
..................*/

.text-bg-dark {
  background-color: #212028 !important;
}

.navbar-toggler {
  border: none;
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler i:hover {
  color: #5d45fd;
}

/* Home
======================================================
*/
#home .list-inline-item {
  margin-right: 16px;
}

#home #coluna-imagem {
  position: relative;
  margin-top: -60px;
}

#home #coluna-imagem img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  z-index: -1;
}

#linha-principal {
  margin-bottom: 2em;
}

.caixa-experiencia {
  padding-left: 4.2em;
}

.caixa-experiencia p {
  font-weight: 300;
  font-size: 0.85em;
  line-height: 18px;
}

.break {
  display: inline;
  width: 0;
}

.break::after {
  content: "\A";
  white-space: pre;
}

/* Serviços
======================================================
*/

#servicos .card {
  background: #212028;
  border-radius: 1em; /* Arredondamento */
  color: #fff;
  max-width: 310px;
  min-height: 310px;
  font-size: 0.9em;

  /* Define a borda usando a técnica de background-clip */
  padding: 1px; /* Ajuste para criar espaço para a borda */
  background: linear-gradient(#212028, #212028) padding-box,
    linear-gradient(135deg, rgba(142, 140, 152, 1), rgba(47, 46, 50, 0))
      border-box;
  border: 1px solid transparent; /* Borda transparente para usar o background gradiente */
}

#servicos .card-body {
  padding: 2em 1em;
}

#servicos .card i {
  font-size: 4em;
}

/* Projetos
======================================================
*/

#projetos .card {
  background: #212028;
  border-radius: 1em; /* Arredondamento */
  color: #fff;
  max-width: 310px;
  min-height: 420px;

  padding: 1px;
  background: linear-gradient(#212028, #212028) padding-box,
    linear-gradient(0deg, rgba(142, 140, 152, 1), rgba(142, 140, 152, 0))
      border-box;
  border: 1px solid transparent;
}

#projetos .card:hover {
  padding: 1px;
  background: linear-gradient(#212028, #212028) padding-box,
    rgba(94, 69, 253, 0.8) border-box;
  box-shadow: 5px 8px 25px rgba(94, 69, 253, 0.5);
  scale: 1.02;
  transform: translateY(-12px);
  transition: all 0.5s ease;
}

#projetos .card .card-text {
  font-size: 0.9em;
  font-weight: 200;
}

#projetos .card-img,
.card-img-top {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
/* FAQ
======================================================
*/

.btn.faq-button {
  background: rgba(33, 32, 40, 1);
  border: 1px solid rgba(142, 140, 152, 0.5);
  text-align: left;
  padding: 16px;
}
.btn.faq-button .faq-text {
  font-weight: 300;
  margin-bottom: 0;
}

/* footer
======================================================
*/

footer {
  background: #121619;
}

footer #footer-top p,
#footer-top a,
#footer-top span {
  font-size: 0.9em;
  font-weight: 400;
  color: #dde1e6;
}

#footer-top {
  padding: 48px 0;
}

#footer-top #redes-sociais p,
#footer-top #redes-sociais i {
  color: #fff;
}

.list-footer {
  list-style: none;
  padding: 0;
  font-size: 0.9em;
  font-weight: 300;
  color: #fff;
}

.list-footer .list-footer-item {
  padding: 6px 0;
}

.list-footer .list-footer-item a {
  text-decoration: none;
}

/*footer bottom*/

#footer-bottom {
  font-size: 0.8em;
}

/* Classes
======================================================
*/

.color-base {
  color: #5d45fd;
}

.btn-padrao-gradient {
  background: linear-gradient(to right, #5d45fd, #141bd4);
}

a.btn.btn-padrao-gradient:hover {
  color: #fff;
}

.caption {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #5d45fd;
  display: inline-block;
  margin-bottom: 5px;
}

/* Sobrescrita B5
..................*/

.btn {
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  border: none;
  padding: 8px 24px;
}

.btn.btn-lg {
  padding: 12px 32px !important;
  font-size: 1em;
}

/* Efeitos
======================================================
*/

@keyframes pulsar {
  0% {
    box-shadow: 0 0 10px -20px #5d45fd;
  }
  90% {
    box-shadow: 0 0 0 25px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.animation-pulsar {
  animation: pulsar 2s linear infinite;
}

@keyframes pulsar-whatsapp {
  0% {
    box-shadow: 0 0 10px -15px #25d366;
    scale: 1.15;
  }
  50%{
    scale: 1;
  }
  90% {
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
    scale: 1.15;
  }
}

.animation-pulsar-whatsapp {
  animation: pulsar-whatsapp 2s linear infinite;
}

/* Breakpoints
======================================================

/* Extra small (xs) 
@media (max-width: 575.98px) {
}*/

/* Small (sm) -(min-width: 576px) and-  */
@media (max-width: 767.98px) {
  section#home {
    margin-top: 60px;
  }

  section {
    padding: 48px 0;
  }

  header #header-top p {
    font-size: 0.7em;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.125em;
  }

  h6 {
    font-size: 1em;
  }

  p {
    font-size: 0.9em;
  }

  #home #coluna-imagem .img-fluid {
    max-width: 80%;
  }

  #home #coluna-imagem img {
    position: relative;
    left: 0;
    transform: none;
    max-width: 80%;
  }

  .caixa-experiencia {
    padding-left: 0;
  }

  #colunaExperiencia.row {
    justify-content: space-between !important;
  }

  .btn.btn-lg {
    padding: 8px 24px !important;
  }

  /*servicos*/

  #servicos .card p {
    font-size: 1em;
  }

  /*faq*/
  #faq .img-fluid {
    max-width: 80%;
  }

  /*footer*/
  footer .gy-5 {
    --bs-gutter-y: 2rem !important;
  }
}

/* Medium (md) */
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .caixa-experiencia {
    padding-left: 12px;
    justify-content: space-between !important;
  }

  #colunaExperiencia .col-3 {
    width: auto;
  }
}

/* Large (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #colunaExperiencia .col-3 {
    width: auto;
  }
}

/* Extra large (xl) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #colunaExperiencia .col-3 {
    width: auto;
  }
}

/* Extra extra large (xxl) */
@media (min-width: 1400px) {
  #colunaExperiencia .col-3 {
    width: auto;
  }
}
