main {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 25px;
  margin: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.icone-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  z-index: 12;
  animation: pulse 1.75s infinite;
}
.icone-whatsapp:hover {
  width: 70px;
  transition: width 0.6s;
}
.faixa-rodapé {
  height: 30px;
  width: 100%;
  background-color: #d3d3d3;
  margin-bottom: -25px;
}

/* fim body */

/* Barra de navegação */

.navbar {
  position: absolute;
  width: 100%;
  z-index: 12 !important;
  height: 80px;
  margin-top: 0px;
}
.navegador.sticky {
  z-index: 14 !important;
  position: fixed;
  background-color: #f8f8f8;
  box-shadow: rgba(189, 194, 200, 2) 0px 0px 5px 0px;
  transition: background-image 1s !important;
}

/* Fim Barra de navegação */

/* ==== ELEMENTOS REPETIDOS(sem local fixo) ==== */
.btn {
  color: #8d8d8d;
  background-color: #3c3c3c;
  border-radius: 15px;
  animation: pulse 1.75s infinite;
}
.btn:hover {
  color: #d3d9de;
  background-color: #373737;
  transition: background-color 0.9s, color 0.6s;
}

.div-button {
  /* margin: 30px; */
  text-align: center;
  height: 50px;
}
.btn-contatar-vermelho {
  border: none;
  color: white;
  padding: 12px;
  font-weight: 700;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #b74c4c, #be1f1f, #ad3232);
  transition: all 0.5s;
  beneficiosr: pointer;
  animation: botao 0.4s infinite alternate;
}
.btn-contatar-vermelho:hover {
  box-shadow: #cc7f7f 0px 0px 15px 5px;
}
.btn-contatar-vermelho:active,
.btn-contatar-vermelho:focus {
  border: none;
  outline: none;
  box-shadow: #cc0000 0px 0px 15px 5px;
}
@keyframes botao {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.img-barra {
  position: absolute;
  margin-top: -32px;
  left: 12px;
  width: 80px;
}
.img-barra2 {
  position: absolute;
  margin-top: -50px;
  right: 12px; /* Ajuste este valor conforme necessário */
  width: 80px;
}

/* ==== HEADER ==== */
.container-header {
  width: 100%;
  height: 70vh; /* Define a altura da div para ocupar toda a tela verticalmente */

  background: linear-gradient(
      300deg,
      rgba(248, 248, 248, 0),
      rgba(248, 248, 248, 0.7),
      rgba(248, 248, 248, 0.9),
      rgba(248, 248, 248, 1)
    ),
    url("/assets/images/pessoas-no-escritorio.jpg");
  background-size: cover; /* Ajusta o tamanho da imagem de fundo para cobrir a div */
  background-repeat: no-repeat;
  background-position: center; /* Centraliza a imagem de fundo na div */
}
.logo {
  width: 9rem;
}
.nav-link {
  margin-right: 4px;
  font-size: 17px;
  /* font-weight: 500; */
  font-family: "Comfortaa", cursive;
  color: #424242;
  background-color: #f8f8f8;
  weight: 100%;
  height: 100%;
  text-align: between;
  border-bottom: 1px solid transparent;
}
.nav-link:hover {
  color: #2c2c2c;
  /* background-color: #efefef; */
  /* border-radius: 5px; */
  border-bottom: gray solid 1px;
  transition: border-bottom 1s;
}
.icone-links {
  width: 35px;
}
.container-header {
  display: grid;
  grid-template: auto / 60% 40%;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 2rem;
}
.card-header-my {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.card-header-my > h1 {
  /* font-family: "Comfortaa", cursive; */
  /* font-family: "Orbitron", sans-serif; */ 
  /* font-family: "Russo One", sans-serif;   */
  font-weight: 700;
  font-size: 5rem;
  color: #424242;
}
.card-header-my > p {
  /* font-fam ily: "Russo One", sans-serif; */
  font-size: 2rem;
  color: #424242;
}
.div-btn {
  margin: 30px 30px 30px 0px;
  height: 50px;
}
.btn-contatar {
  color: #fff;
  margin-top: 5px;
  margin-left: 20px;
  padding: 12px;
  font-weight: 700;
  border-radius: 15px;
  background-image: linear-gradient(190deg, #5b0000, #d11919, #7a0000);
  border: none;
  beneficiosr: pointer;
  animation: botao 0.4s infinite alternate;
  /* box-shadow: #e06666 0px 0px 15px 2px; */
  /* transition: color 1s; */
}
.btn-contatar:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(190deg, #5b0000, #921616, #7a0000);
  box-shadow: #d63232 1px 0px 15px 2px;
  transition: box-shadow 0.5s;
}
.btn-contatar:active,
.btn-contatar:focus {
  border: none;
  outline: none;
  box-shadow: #e06666 0px 0px 15px 5px;
}
/* ==== Fim Header ==== */

/* ==== sobre beneficios ==== */
.container-sobre {
  background-color: #e6e6e6;
  padding-bottom: 30px;
  padding-top: 35px;
}

.container-sobre > h2 {
  text-align: center;
  padding: 60px 40px 30px 60px;
  font-weight: 900;
  color: #303030;
  font-size: 3rem;
}
.container-sobre > p {
  font-size: 75px;
}
.cards-sobre-beneficios {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.card-beneficios {
  box-shadow: rgba(208, 208, 209, 0.8) 2px 6px 10px 2px;
  padding: 20px;
  background-color: #ebecee;
}
.card-beneficios:hover {
  box-shadow: rgba(0, 0, 0, 0.527) 5px 2px 15px 5px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.4s;
}
.card-sobre-beneficios {
  border-radius: 5px;
  width: 360px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.527) 0px 0px 10px 2px;
  position: relative;
  transition: all 0.4s ease;
  background-color: #f1f1f1;
}
.card-sobre-beneficios:hover {
  transform: scale(1.07);
}
.item-card-sobre-beneficios {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
}

.item-card-sobre-beneficios h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #990000;
  /* font-size: 33px; */
  font-weight: 900;
  font-size: 3rem;
}

.item-card-sobre-beneficios p {
  font-weight: 400;
  font-size: 22px;
  font-family: "Comfortaa", cursive;
}

.item-card-estatisticas-beneficios > h3 {
  font-size: 33px;
  font-weight: 900;
}
.item-card-estatisticas-beneficios > span {
  color: gray;
}
.img-mais {
  position: absolute;
  left: 60px;
  width: 25px;
  height: 25px;
}
.beneficios {
  margin-top: 50px;
}
/* ==== Fim sobre beneficios ==== */

/* ==== Depoimentos ====  */
.container-depoimentos {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 35px;
}
.container-depoimentos > h2 {
  text-align: center;
  color: #2c2c2c;
  padding-top: 20px;
  font-size: 50px;
  font-weight: 600;
  /* font-family: "Russo One", sans-serif; */
}
.cards-depoimentos {
  display: flex;
  margin-top: 20px;
  display: grid;
  grid-template: auto auto auto auto/ auto;
  justify-content: center;
  gap: 20px;
}
.card-depoimentos {
  position: relative;
  border-radius: 6px;
  padding: 20px;
  margin: 0px 12px 0px 12px;
  max-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.527) 5px 5px 15px 1px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card-depoimentos:hover {
  transform: scale(
    1.05
  ); /* Aumente em 5% (0.05) o tamanho quando o mouse está sobre o card */
  box-shadow: rgba(0, 0, 0, 0.527) 10px 10px 20px 2px; /* Aumente a sombra para dar a sensação de elevação */
}
.card-depoimentos > p {
  padding-top: 10px;
  color: gray;
}
.card-depoimentos > h5 {
  margin: 0;
  font-weight: 700;
}
.img-aspas-depoimento {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 110px;
}
.img-depoimento {
  width: 80px;
  border-radius: 50%;
}
/* ==== Fim Depoimentos ====  */

/* ====O QUE VOCÊ VAI ADIQUIRIR */

.container-fluxo {
  padding-top: 30px;
}

.container-fluxo > h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  /* border-bottom: black solid 1px; */
}
.cards-oque-adiquirir {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-oque-adiquirir {
  padding: 10px;
  border-bottom: black solid 1px;
  display: flex;
  gap: 10px;
  max-width: 800px;
}
.div-texto-oque-adiquirir > h4 {
  font-weight: 900;
  margin: 5px 5px 5px 0px;
}
.div-img-oque-adiquirir {
  display: flex;
  align-items: center;
}
/* ====Fim O QUE VOCÊ VAI ADIQUIRIR */

/* ==== BENEFÍCIOS ==== */
.img-barraicos {
  position: relative;
  background-color: #f4f4f4;
  padding-top: 45px;
}
.card-beneficios > h2 {
  margin-top: 20px;
  text-align: center;
  margin: 60px 40px 20px 80px;
  font-size: 3rem;
  font-weight: 900;
}
.cards-beneficios {
  display: grid;
  grid-template: auto auto auto auto / auto;
  justify-content: center;
  gap: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.card-beneficios {
  max-width: 350px;
  margin: 0px 15px 0px 15px;
  text: right;
}
.card-beneficios h4 {
  font-weight: 800;
  color: #990000;
}

.img-beneficios {
  width: 60px;
}
/* ====  FIM BENEFÍCIOS ==== */

/* ==== FAQ ==== */
.container-faq {
  padding-top: 35px;
  padding-bottom: 6rem;
}
.container-faq > h2 {
  text-align: center;
  font-size: 3rem;
  margin: 60px 20px 30px 20px;
  font-weight: 900;
}
.cards-faq {
  margin: 0 auto;
  max-width: 800px;
  beneficiosr: pointer;
}
.card-faq {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: #c8c8c8 01px solid;
}
.card-faq-pergunta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-faq-pergunta > h4 {
  font-size: 18px;
  font-weight: 700;
}
.card-faq-resposta {
  height: 0;
  overflow: hidden;
  border-left: 3px solid #cc0000;
  transition: all 0.9s ease;
}
.card-faq-resposta > p {
  margin: 5px;
  font-size: 0.9rem;
  font-size: 16px;
}
.ativo {
  padding-bottom: 10px;
  animation: mostrarResposta 1s ease;
}
.img-faq {
  width: 22px;
  height: 22px;
  margin: 0px 5px 0px 5px;
  transition: all 0.5s ease-in;
}
@keyframes mostrarResposta {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.container-servicos {
  padding-top: 35px;
}
/* ==== FIM FAQ ==== */

/* ==== PRONTO ==== */
.container-pronto {
  color: #f8f8f8;
  background-color: #282828;
  text-align: center;
  position: relative;
  /* height: 350px; */
  /* font-family: "Russo One", sans-serif; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
}

.card-pronto > button {
  /* transform: translateY(-30px); */
}
.card-pronto > h4 {
  color: #858585;
  /* transform: translateY(-100px); */
  font-size: 1.5rem;
}
.card-pronto > div {
  transform: translateY(-60px);
  text-align: center;
}
.img-pronto {
  transform: translateY(30px);
  width: 250px;
}
/* ==== FIM PRONTO ==== */

/* ==== FOOTER ==== */

/* Rodapé */
footer {
  margin-bottom: 0px;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #191919;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
  transition: opacity 0.7s;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
  opacity: 0.75;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  /* margin: 0 8px; */
  color: #b7b7b7;
  background-color: #242424;
  opacity: 0.75;
}

.footer-dark .item.social :hover {
  opacity: 0.9;
  color: #c5c5c5;
  background-color: #393939;
  box-shadow: #c5c5c5;
  transition: background-color 0.7s, color 0.9s;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  /* margin-bottom: 0; */
}

.card-footer-my {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}
.nav-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link-footer {
  color: gray;
}
.link-footer:hover {
  color: gray;
}
.link-footer:active .link-footer:focus {
  text-decoration: underline;
}
.div-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
}
.div-copy > img {
  width: 25px;
  margin: 0px 0px 15px 5px;
}
.div-copy > p {
  font-size: 0.7rem;
}

/* ==== ANIMAÇÃO SCROLL */
.card-depoimentos {
  visibility: hidden;
}
.card-beneficios {
  visibility: hidden;
}
/* ==== FIM FOOTER */

/* ==== MEDIAS QUERIES */
@media screen and (min-width: 960px) {
  /* ==== DEPOIMENTOS */
  .cards-depoimentos {
    grid-template: auto auto/ auto auto;
  }
}

@media screen and (min-width: 860px) {
  /* ==== SOBRE */
  .cards-sobre-beneficios {
    flex-direction: row;
  }
  .nav-link {
    background: transparent;
    color: #424242;
  }
  .nav-link:hover {
    background: transparent;
    border-bottom: 1px solid ##424242 !important;
  }
  .container-header {
    padding-left: 135px !important;
  }
  .card-header-my > p {
    font-size: 40px !important;
  }
}

@media screen and (min-width: 800px) {
  /* ==== BENEFÍCIOS */
  .cards-beneficios {
    grid-template: auto auto/ auto auto;
    gap: 0px;
  }
  .card-beneficios {
    margin: 10px 40px 10px 40px;
    border: none;
  }
  .nav-link {
    background: transparent;
    color: #424242;
  }
  .nav-link:hover {
    background: transparent;
    border-bottom: 1px solid #5b5b5b !important;
  }
}

@media screen and (max-width: 800px) {
  /* ==== HEADER ==== */
  .container-header {
    grid-template: auto auto / auto;
  }
  .card-header-my {
    order: 1;
    transform: translateY(-150px);
    padding-top: 250px;
  }
  .card-header-my > h1 {
    font-weight: 700;
    font-size: 3em;
    margin-top: 150px;
  }

  .card-header-img {
    text-align: right;
    z-index: -10;
  }
  .foco {
    width: 70%;
    overflow: hidden;
  }
  .nav-link:hover {
    border-bottom: 1px solid transparent;
    background: #eeeeee;
  }
}

@media screen and (max-width: 450px) {
  /* ==== H2 GLOBAL */
  .container-depoimentos > h2 {
    font-size: 2rem;
  }
  .container-fluxo > h2 {
    font-size: 2rem;
  }
  .card-beneficios > h2 {
    font-size: 2rem;
  }
  .container-faq > h2 {
    font-size: 2rem;
  }
  .card-pronto > h2 {
    font-size: 2rem;
  }

  /*  ==== HEADER ==== */
  .card-header-my {
    order: 1;
    transform: translateY(-150px);
    margin-top: 100px;
  }
  .card-header-my > h1 {
    font-weight: 800;
    font-size: 45px;
  }

  .card-header-img {
    text-align: right;
  }
  .foco {
    width: 70%;
    overflow: hidden;
  }

  /* ====FOOTER==== */
  .nav-footer {
    display: grid;
    gap: 5px;
  }

  /* ====O QUE VOCÊ VAI adiquirir */
  .card-oque-adiquirir {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .div-img-oque-adiquirir {
    display: flex;
    align-items: center;
  }
  .nav-link:hover {
    border-bottom: 1px solid transparent;
  }
}

@media screen and (max-width: 340px) {
  /* ==== H2 GLOBAL */
  .container-depoimentos > h2 {
    font-size: 1.5rem;
  }
  .container-fluxo > h2 {
    font-size: 1.5rem;
  }
  .card-beneficios > h2 {
    font-size: 1.5rem;
  }
  .container-faq > h2 {
    font-size: 1.5rem;
  }
  .card-pronto > h2 {
    font-size: 1.5rem;
  }

  /*  ==== HEADER ==== */
  .card-header-my {
    order: 1;
    transform: translateY(-150px);
    margin-top: 60px;
  }
  .card-header-my > h1 {
    font-weight: 700;
    font-size: 40px;
  }
  .card-header-img {
    text-align: center;
  }
  .foco {
    width: 70%;
    overflow: hidden;
  }
  .nav-link:hover {
    border-bottom: 1px solid transparent;
  }
}
@media screen and (max-width: 340px) {
  .card-header-my {
    order: 1;
    transform: translateY(-150px);
    margin-top: 30px;
  }
  .card-header-my > h1 {
    font-weight: 700;
    font-size: 35px;
  }
  .card-header-my > p {
    font-size: 18px;
  }
  .nav-link:hover {
    border-bottom: 1px solid transparent;
  }
}
