body {
  margin: 0;
  padding-top: 70px;
}

.banner-clientes {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-clientes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-texto {
  position: absolute;
  top: 40%;
  left: 7%;
  transform: translateY(-50%);
  color: black;
  padding: 20px;
  border-radius: 8px;
  max-width: 35%;
  text-align: left;
  z-index: 2;
}

.banner-texto h1,
.banner-texto p {
  font-family: "Playfair Display", serif;
  margin: 0;
}

.banner-texto h1 {
  font-size: 55px;
  text-align: left;
}

.logo-clientes {
  max-width: 170px;
  height: auto;
  padding-top: 7px;
}

.navbar {
  position: fixed;
  background-color: #F5F4F2;
  opacity: 90%;
  padding: 0.5rem 1rem;
  margin: 0;
}

.navbar::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #9C0001;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.nav-link, i {
  font-family: "Lato";
  font-size: 100%;
  padding: 0%;
  margin: 0%;
}

.navbar .nav-link i {
  margin-right: 8px;
}

#navbartop {
  margin-bottom: 0%;
  padding: 0%;
}

#navbarNav {
  margin-top: 15px;
}

/* Botão unificado */
.btn-contato-primeiro {
  background: linear-gradient(45deg, #d4af37, #b8860b, #d4af37);
  background-size: 100% 100%;
  color: white;
  font-weight: bold;
  font-family: "Lato", serif;
  padding: 4px 15px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: gradientMove 6s infinite ease, glow 2s infinite ease-in-out, pulse 2.5s infinite ease-in-out;
  text-align: center;
  margin-left: 0;
  text-decoration: none;
}

.btn-contato {
  background: linear-gradient(45deg, #d4af37, #b8860b, #d4af37);
  background-size: 100% 100%;
  color: white;
  font-weight: bold;
  font-family: "Lato", serif;
  padding: 4px 15px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: gradientMove 6s infinite ease, glow 2s infinite ease-in-out, pulse 2.5s infinite ease-in-out;
  text-align: center;
  margin-left: 0;
  text-decoration: none;
}

.btn-contato-ultimo{
  background: linear-gradient(45deg, #d4af37, #b8860b, #d4af37);
  background-size: 100% 100%;
  color: white;
  font-weight: bold;
  font-family: "Lato", serif;
  padding: 4px 15px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: gradientMove 6s infinite ease, glow 2s infinite ease-in-out, pulse 2.5s infinite ease-in-out;
  text-align: center;
  margin-left: 0;
  text-decoration: none;
}

.btn-contato:hover {
  transform: scale(1.05);
  color: rgb(240, 237, 237);
}

.btn-contato i {
  color: aliceblue;
  font-size: 1.5rem !important;
  margin-right: 10px;
  vertical-align: middle;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes glow {
  0% { box-shadow: 0 0 3px #A97C50; }
  50% { box-shadow: 0 0 10px #ad6f31; }
  100% { box-shadow: 0 0 3px #A97C50; }
}

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

.bg-vermelho-personalizado {
  background-color: #7e0101;
}

.container-branco-full {
  width: 100%;
  padding: 100px 60px 60px 60px;
  background-color: white;
  box-sizing: border-box;
}

.conteudo-com-imagem {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 120px;
  flex-wrap: wrap;
}

.imagem-container {
  background-color: #e0e0e0;
  padding: 0px;
  flex-shrink: 0;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 110px;
}

.imagem-autobiografia {
  width: 350px;
  height: auto;
  display: block;
  border-radius: 6px;
}

.texto-autobiografia {
  flex: 2;
  max-width: 600px;
  padding: 10px;
  font-size: 1.1rem;
}

.texto-autobiografia h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
  font-family: "Playfair Display";
}

.texto-autobiografia p {
  margin: 0;
  text-align: justify;
}

.secao-vermelha-cards {
  background-color: #860E0E;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 50px
}

.titulo-servicos {
  padding-bottom: 40%; /* ou o valor que desejar */
}

.card-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-top: 0.5rem;
}

.secao-vermelha-cards .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 30px;
  transition: transform 0.3s ease;
  min-height: 240px;
  align-items: center;
}

.secao-vermelha-cards .card:hover {
  transform: translateY(-5px);
}

.secao-vermelha-cards i {
  color: #dc3545;
  font-size: 4.8rem;
  transition: transform 0.2s ease-in-out;
}

.secao-vermelha-cards .bi:hover {
  transform: scale(1.2);
}

/* Estilo base para o "Saiba mais" */
.saiba-mais {
  opacity: 0;
  visibility: hidden;
  margin-top: 1rem;
  font-size: 1rem;
  color: #dc3545;
  font-weight: bold;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.card-hover:hover .saiba-mais {
  opacity: 1;
  visibility: visible;
}

/* Efeito visual ao passar o mouse no card */
.secao-vermelha-cards .card-hover:hover {
  background-color: #dc3545;
  color: #fff;
}

.secao-vermelha-cards .card-hover:hover .card-title,
.secao-vermelha-cards .card-hover:hover i {
  color: #fff;
}

.secao-vermelha-cards .card-hover:hover .saiba-mais {
  color: #fff;
}


.feedback-bg {
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 20px;
  margin-top: 3rem;
}

.container h2.text-center {
  font-family: 'Playfair Display', sans-serif;
  padding-bottom: 5px;
  font-weight: 600;
}

.card {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.card:hover i {
  transform: scale(1.1) rotate(5deg);
}

.card-feedback {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}

.card-feedback h5.card-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-feedback p.card-text,
.card-feedback .card-subtitle {
  font-size: 0.9rem;
}

.card-feedback .fas,
.card-feedback .far {
  font-size: 0.85rem;
}

.chamada-final {
  background-color: #f8f9fa;
  padding: 24px 0;
  border-top: 1px solid #ddd;
}

.chamada-texto {
  font-size: 1.6rem;
  font-family: 'lato', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}

/*footer*/
.footer-personalizado {
  background-color: #880000; /* ou a cor desejada */
}

.img-fluid{
  max-width: 800px;
}

img.img-fluid{
  align-items: center;
  width: 100%;
  height: auto;
}

.img-fluid-logo{
  width: 30%;
}

/* Responsividade */
@media (max-width: 1024px) {
  .conteudo-com-imagem {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .banner-texto h1 {
    font-size: 30px;
  }

  .banner-texto {
    max-width: 70%;
    left: 10%;
    top: 45%;
  }

  .conteudo-com-imagem {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }

  .imagem-container {
    margin-right: 0;
  }

  .texto-autobiografia {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .banner-texto h1 {
    font-size: 20px;
  }

  .btn-contato {
    padding: 8px 20px;
    font-size: 0.85rem;
  }

  .banner-texto {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 60px;
  }

  .banner-clientes {
    height: 70vh;
  }

  .banner-texto {
    top: 60%;
    left: 5%;
    max-width: 80%;
    padding-right: 140px;
    transform: translateY(-50%);
    height: 60%;
  }

  .banner-texto h1 {
    font-size: 20px;
  }

  .logo-clientes {
    max-width: 120px;
    padding-top: 5px;
  }

  a.btn-contato-primeiro{
    background: linear-gradient(45deg, #d4af37, #b8860b, #d4af37);
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
    font-family: "Lato", serif;
    padding: 2px 4px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: gradientMove 6s infinite ease, glow 2s infinite ease-in-out, pulse 2.5s infinite ease-in-out;
    text-align: center;
    margin-left: 0;
    text-decoration: none;
    width: 140%;
    height: 60%;
    font-size: 9px;
  }

  .container-botao-contato-primeiro{
    width: 65%;
    height: 10%;
    padding-right: 5px;
  }

  a.btn-contato {
    background: linear-gradient(45deg, #d4af37, #b8860b, #d4af37);
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
    font-family: "Lato", serif;
    padding: 2px 4px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: gradientMove 6s infinite ease, glow 2s infinite ease-in-out, pulse 2.5s infinite ease-in-out;
    text-align: center;
    margin-left: 0;
    text-decoration: none;
    width: 120%;
    height: 50%;
    font-size: 10px;
    display: inline-block; /* Importante para centralizar com text-align */
  }

  .container-botao-contato{
    width: 40%;
    height: 30%;
    padding-right: 5px;
  }

  .btn-contato-ultimo{
    background: linear-gradient(45deg, #d4af37, #b8860b, #d4af37);
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
    font-family: "Lato", serif;
    padding: 4px 15px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: gradientMove 6s infinite ease, glow 2s infinite ease-in-out, pulse 2.5s infinite ease-in-out;
    text-align: center;
    margin-left: 0;
    text-decoration: none;
  }

  a.btn-contato-ultimo{
    margin-left: 40%;
    width: 170%;
    font-size: 10px;
  }

  .btn-contato i {
    font-size: 10px !important;
    margin-right: 2px;
    margin-bottom: 2px;
  }

  .chamada-final{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-branco-full {
    padding: 60px 20px;
  }

  .conteudo-com-imagem {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }

  .imagem-container {
    margin: 0 auto;
  }

  .imagem-autobiografia {
    width: 90%;
    max-width: 300px;
  }

  .texto-autobiografia {
    font-size: 1rem;
    padding: 0 10px;
    text-align: center;
  }

  .texto-autobiografia h2 {
    font-size: 1.6rem;
  }

  .secao-vermelha-cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .titulo-servicos {
    padding-bottom: 10%;
    text-align: center;
  }

  .card-title {
    font-size: 1.1rem;
  }

  .feedback-bg {
    padding-top: 40px;
  }

  .chamada-texto {
    font-size: 1.2rem;
    text-align: center;
  }

  .img-fluid-logo{
    max-width: 100%;
    margin-left: 35%;
  }

    img.img-fluid{
      align-items: center;
      width: 100%;
    }

  .navbar {
    position: fixed;
    background-color: #F5F4F2;
    opacity: 90%;
    padding: 0.5rem 1rem;
    margin: 0;
    width: 100%;

  }
  
  .navbar::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #9C0001;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .nav-link, i {
    font-family: "Lato";
    font-size: 100%;
    padding: 0%;
    margin: 0%;
  }
  
  .navbar .nav-link i {
    margin-right: 8px;
  }
  
  #navbartop {
    margin-bottom: 0%;
    padding: 0%;
  }
  
  #navbarNav {
    margin-top: 15px;
  }
}

