* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

.navbar-custom {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.navbar-custom .navbar-brand img {
    height: 40px;
}

.nav-link {
  color: #fff!important;
}

.nav-link:hover {
  color: #bebebe;
}

.navbar-toggler-icon {
  background-image: url("../img/menu-svg.svg");
}

.cover-container img{
  margin-top: 10px;
  margin-bottom: 60px;
}

.feature-box {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  z-index: 1;
}

.shape-right, .shape-left {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(237,103,51,1) 0%, rgba(0,0,0,1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  z-index: -1;
}

.shape-right {
  right: 0;
}

.shape-left {
  left: 0;
  clip-path: polygon(100% 0, 0 0, 50% 100%, 100% 100%);
}

.feature-title {
  font-size: 1.75rem;
  color: #333;
  margin-bottom: 1rem;
}

.feature-text {
  font-size: 1rem;
  color: #555;
}

.hero-section {
    background: url('../img/background.webp') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent overlay */
    z-index: 1;
}

.hero-section .content {
    position: relative;
    z-index: 2;
}

.hero-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.25rem;
}

.div-externa-navbar-produtos {
  width: 100%;
  background-color: #000;
  color: #fff;
}

.div-interna-navbar-produtos {
  width: 60%;
  margin: auto;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://img.freepik.com/vetores-gratis/fundo-de-noticias-de-tecnologia-de-terra-digital_1017-36675.jpg?w=900&t=st=1686853165~exp=1686853765~hmac=5583414fbf1c3c46e3f612d8d80d9848a2b02ad102c2aab14770c61bbdafbb94);
}

.div-externa-navbar-servicos {
  width: 100%;
  color: #fff;
  background: rgb(0, 5, 10);
  background: linear-gradient(180deg, rgba(0, 5, 10, 1) 17%, rgba(0, 23, 40, 1) 17%, rgba(0, 14, 25, 1) 19%, rgba(0, 14, 25, 1) 74%, rgba(0, 5, 10, 1) 88%);
}

.div-interna-navbar-servicos {
  width: 60%;
  margin: auto;
  background-color: #000;
  background-image: url(../img/imagemInicioServiços.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.div-externa-navbar-contato {
  width: 100%;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 13%, rgba(1, 15, 27, 1) 13%, rgba(1, 15, 27, 1) 28%, rgba(0, 5, 10, 1) 68%);
}

.div-interna-navbar-contato {
  width: 60%;
  margin: auto;
  background-color: #000;
  background-image: url(../img/imagemcontato.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Index */

.avaliacoes {
  max-width: 800px;
  margin: 0 auto;
}

.avaliacoes h2 {
  text-align: center;
  margin: 40px;
}

.avaliacao {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}

.avaliacao i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: 20px;
}

.avaliacao .info {
  flex: 1;
}

.avaliacao .nome {
  margin-bottom: 10px;
}

.avaliacao .estrelas {
  color: #FFD700;
  font-size: 24px;
}

.div-externa-card {
  width: 100%;
  color: #fff;
  padding: 100px 0px;
  font-size: 14px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(243, 243, 243, 1) 50%);
}

.div-externa-projeto,
.div-externa-formulario {
  width: 100%;
  background: #f3f3f3;
  color: #050429;
  padding: 90px 0px;
}

.div-externa-sobrenos {
  width: 100%;
  padding: 80px 0px 10px 0px;
  color: #fff;
  background: rgb(1, 21, 37);
  background: radial-gradient(circle, rgba(1, 21, 37, 1) 18%, rgba(0, 0, 0, 1) 84%);
 
}

.div-externa-card-servicos {
  width: 100%;
  background: rgb(255, 255, 255);
  color: #fff;
  padding: 80px 0px;
  font-size: 16px;
}

.div-titulos {
  padding: 95px 0px;
  width: 100%;
  text-align: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.85) 100%);
}

.div-titulos h2 {
  width: 40%;
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  margin-top: 20px;
}

.div-interna-card {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
}

.div-interna-geral {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
}

.div-interna-card-servicos {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.div-card {
  width: 30%;
  background-color: #050429;
  border-radius: 20px;
  padding: 20px 5px;
  text-align: center;
  transition: all 0.2s ease-in;
}

.div-card-plan {
  width: 30%;
  height: 40%;
  background-color: #050429;
  border-radius: 20px;
  padding: 20px 5px;
  text-align: center;
  transition: all 0.2s ease-in;
}

.div-card:hover {
  transform: translate(-1.1rem, -2ex);
  transition: all 0.2s ease-in;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  cursor: pointer;
}

.div-card h3 {
  margin: 0px auto 10px auto;
  padding-bottom: 4px;
  border-bottom: 2px solid rgb(255, 255, 255);
  width: 60%;
}

.div-card-plan h3 {
  margin: 0px auto 10px auto;
  padding-bottom: 4px;
  border-bottom: 2px solid rgb(255, 255, 255);
  width: 60%;
  font-size: 22px;
  font-weight: 800;
}

.div-card-plan h4 {
  margin: 0px auto 10px auto;
  width: 60%;
  font-size: 12px;
}

.div-card p {
  margin: 15px 0px;
}

.div-card-plan p {
  text-align: start;
  margin: 15px 0px;
  padding-left: 20px;
  margin-bottom: 25px;
}

.div-card-plan svg {
  background-color: #25d366;
}

.whatsapp-button {
  background-color: #4CAF50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.whatsapp-button:hover {
  color: #f3f3f3;
}

.fa-whatsapp {
  margin-right: 5px;
}

.destacado {
  transform: scale(1.1);
}

.div-interna-geral>div {
  width: 40%;
  font-size: 16px;
  text-align: center;
}

.div-interna-geral>div div {
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}

.div-interna-geral h2 {
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}

.link {
  border-bottom: 2px solid rgba(0, 163, 255, 0.37);
  text-decoration: none;
  color: #050429;
  background-color: transparent;
  padding-bottom: 5px;
  border-top: none;
  border-right: none;
  border-left: none;
}

.div-interna-card-servicos>div {
  width: 32%;
  margin: 40px 0px;
  background-color: #050429;
  border-radius: 20px;
  padding: 10px 0px;
  text-align: center;
}

.div-interna-card-servicos>div p {
  margin: 5px 20px;
  padding-bottom: 4px;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.div-interna-card-servicos>div img {
  width: 120px;
  height: 90px;
}

.div-interna-form-servicos {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
}

.div-texto-form {
  width: 30%;
  text-align: justify;
  font-size: 16px;
}

.div-input-form {
  width: 40%;
}

.div-input-form div {
  margin-top: 30px;
}

.div-textarea-form {
  width: 80%;
  margin: 50px auto 0px auto;
}

form input {
  width: 100%;
  height: 30px;
  border: 1px solid #c9a8ff;
}

form textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #c9a8ff;
}

form h3 {
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.center-spinner {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.div-link-contato {
  padding: 95px 0px;
  width: 100%;
  text-align: start;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.85) 100%);
}

.div-link-contato h1 {
  margin-left: 20px
}

.div-link-contato p {
  margin: 40px 0px 0px 20px;
}

.div-link-contato p a {
  color: #050429;
  background-color: #fff;
  font-size: 16px;
  padding: 3px 5px;
}

.div-footer {
  width: 100%;
  background: rgb(255, 255, 255);
  color: #000;
  padding: 80px 0px;
  font-size: 14px;
}

.div-interna-footer {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
}

.div-interna-footer>div {
  width: 18%;
  text-align: center;
}

.div-interna-footer h3 {
  margin: 0px auto 20px auto;
  font-weight: 600;
}

.div-interna-footer p {
  margin: 15px 0px;
}

.div-interna-footer p a {
  color: #000;
  text-decoration: none;
}

.div-interna-footer>div div {
  display: flex;
  width: 70%;
  margin: auto;
  font-size: 20px;
  justify-content: space-between;
}

.div-footer-rodape {
  width: 100%;
  padding-top: 15px;
  background-color: #010101;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-footer-rodape p {
  color: #fff;
}

.div-footer-contato {
  padding-top: 150px;
}

.styled-line {
  width: 50%;
  height: 1px;
  /* Espessura semelhante ao hr padrão */
  background-color: #949494;
  /* Cor semelhante ao hr padrão */
  margin: 50px auto;
  /* Margens superior e inferior e centralização horizontal */
}

.mobile {
  display: none;
}

.div-interna-clientes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
}

.div-interna-clientes img {
  width: 130px;
}

#carouselExampleCaptions {
  max-width: 80%;
  margin: 0 auto;
  background-color: #010101;
}

.carousel-control-next,
.carousel-control-prev {
  height: 50%;
  align-items: end;
}

.servicos {
  display: flex;
  justify-content: center; /* Ajusta o espaço entre os cards */
  flex-wrap: wrap;
  margin: 70px;
}

.servicos .card {
  width: 30%; /* Reduz a largura dos cards para que ocupem menos espaço */
  background-color: #ffffff;
  border: 1px solid #e2d9d2;
  margin: 10px;
  padding: 15px; /* Reduzido o padding para diminuir o tamanho total do card */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center; /* Alinha o texto ao centro */
}

.card-icon {
  background-color: #ED6733; /* Cor principal dos ícones */
  border-radius: 50%;
  width: 60px; /* Tamanho reduzido dos ícones */
  height: 60px; /* Tamanho reduzido dos ícones */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px; /* Ajustado para alinhar com o card menor */
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff; /* Cor dos ícones */
  font-size: 2rem; /* Tamanho do ícone ajustado */
}

.card-text {
  margin-top: 30px; /* Ajusta o espaçamento para o texto estar alinhado com o ícone */
}

.p-ajustado {
  max-width: 100%; 
  color: #5a5a5a; 
  text-align: left;
}

@media (max-width: 768px) {
  .div-interna-clientes img {
    width: 48%;
  }
  .hero-section h2 {
    font-size: 2rem;
  }
  .p-ajustado {
    text-align: center;
  }
}

@media (max-width: 750px) {
  .div-footer {
    padding: 40px 0px;
  }

  .div-interna-footer {
    width: 90%;
  }

  .div-interna-footer>div {
    width: 100%;
    margin-top: 30px;
  }

  .div-interna-footer>div div {
    width: 40%;
  }

  .order-3 {
    order: 3;
  }

  .div-titulos {
    padding: 40px 0px;
  }

  .div-titulos h1 {
    font-size: 24px;
  }

  .div-titulos h2 {
    width: 90%;
  }

  .div-interna-card,
  .div-interna-navbar-servicos,
  .div-interna-geral,
  .div-interna-card-servicos,
  .div-interna-form-servicos,
  .div-interna-navbar-contato,
  .div-interna-navbar-produtos {
    width: 100%;
  }

  .div-card {
    width: 85%;
    margin-top: 30px;
  }

  .div-card-plan {
    width: 90%;
    margin-top: 30px;
  }

  .div-card h3,
  .div-card-plan h3 {
    font-size: 18px;
  }

  .div-externa-card,
  .div-externa-card-servicos,
  .div-externa-formulario {
    padding: 30px 0px;
  }

  .div-link-contato {
    padding: 50px 0px;
  }

  .div-interna-geral>div {
    width: 85%;
  }

  .link {
    margin: 20px 0px;
  }

  .div-interna-card-servicos {
    justify-content: space-evenly;
  }

  .div-interna-card-servicos>div {
    width: 40%;
    margin: 30px 0px;
  }

  .div-interna-card-servicos>div p {
    font-size: 14px;
  }

  .div-texto-form,
  .div-input-form,
  .div-textarea-form {
    width: 90%;
    margin-top: 20px;
  }

  .div-link-contato h1 {
    margin-left: 10px
  }

  .div-link-contato p {
    margin: 40px 0px 0px 5px;
  }

  .div-footer-contato {
    padding-top: 0px;
  }

  .styled-line {
    width: 80%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .div-interna-clientes div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .destacado {
    transform: scale(1);
  }

  .card-propaganda {
    width: 90%;
  }

  .card-propaganda p {
    font-size: 18px;
    width: 80%;
    text-align: center;
  }

  .whatsapp-button-propaganda {
    display: block;
    width: 90%;
    padding: 10px 0;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    margin: auto;
    margin-top: 30px;
    transition: all 0.2s ease-in-out;
  }

  .whatsapp-button-propaganda:hover {
    color: #fff;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
  }

  .avaliacoes {
    max-width: 90%;
    margin: 0 auto;
  }

  #carouselExampleCaptions {
    max-width: 95%;
    margin: 0 auto;
    background-color: #010101;
  }
}

@media (max-width: 1500px) and (min-width: 750px) {
  .div-interna-footer {
    width: 80%;
  }

  .div-interna-footer>div {
    width: 30%;
    margin-top: 30px;
  }

  .div-interna-footer>div div {
    width: 60%;
  }

  .order-3 {
    order: 3;
  }

  .div-titulos h1 {
    font-size: 24px;
  }

  .div-interna-card,
  .div-interna-navbar-servicos,
  .div-interna-geral,
  .div-interna-card-servicos,
  .div-interna-form-servicos,
  .div-interna-navbar-contato,
  .div-interna-navbar-produtos {
    width: 80%;
  }

  .div-externa-card,
  .div-externa-card-servicos,
  .div-externa-formulario {
    padding: 50px 0px;
  }

  .div-card,
  .div-card-plan {
    width: 26%;
    margin-top: 30px;
  }

  .div-card h3,
  .div-card-plan h3 {
    font-size: 18px;
  }

  .div-link-contato {
    padding: 50px 0px;
  }

  .div-interna-geral>div {
    width: 45%;
  }

  .link {
    margin: 20px 0px;
  }

  .div-interna-card-servicos {
    justify-content: space-evenly;
  }

  .div-interna-card-servicos>div {
    width: 25%;
    margin: 30px 20px;
  }

  .div-interna-card-servicos>div p {
    font-size: 14px;
  }

  .div-texto-form,
  .div-input-form {
    width: 35%;
  }

  .div-texto-form h3 {
    font-size: 18px;
  }

  .div-link-contato h1 {
    margin-left: 10px
  }

  .div-link-contato p {
    margin: 40px 0px 0px 5px;
  }

  .servicos .card {
    width: 40%;
  }
}