body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}



#servicos {
  background-image: url("/images/back-sobre.jpg");
}

.fixed-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.footer-item {
  margin: 10px;
  text-align: left;
  flex: 1;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-item h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #f1f1f1;
}

.footer-item ul {
  list-style: none;
  padding: 0;
}

.footer-item ul li {
  margin-bottom: 8px;
}

.footer-item ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer-item ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-item i {
  margin-left: 5px;
}

.mt-auto {
  margin-top: auto;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px;
}

.info-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s;
}

.info-card.middle-card {
  height: 500px;
  background-color: rgba(130, 23, 52, 1);
  color: white;
}

.info-card:hover {
  transform: translateY(-10px);
}

.icon-circle {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-circle i {
  font-size: 36px;
  color: #007bff;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.sobre-nos {
  display: flex;
  justify-content: space-around;
}

.sobre-nos h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.sobre-texto p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.btn-sobre {
  background-color: #821734 !important;
}

.anos {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
}

.anos-label {
  font-weight: 600;
  color: aliceblue;
}

.sobre-img-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sobre-anos-mercado {
  position: absolute;
  bottom: -20px;
  left: -30px;
  z-index: 15;
  color: white;
  font-weight: 500;
  height: 150px;
  width: 150px;
  background-color: #821734;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
}

.sobre-card-img {
  border-radius: 8px;
  height: 95%;
  width: auto;
  object-fit: cover;
}

.sobre-card-img:hover {
  transform: scale(1.05);
  transition: transform 0.3s;
}


.sobre-card .card-body {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.sobre-card .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.sobre-card .card-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .info-card {
    max-width: none;
  }

  .info-card.middle-card {
    height: auto;
  }

  .footer-logo {
    max-width: 120px;
    margin-bottom: 20px;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-item h5 {
    font-size: 16px;
  }

  .footer-item ul li {
    margin-bottom: 10px;
  }

  .footer-item ul li a {
    font-size: 14px;
  }

  .sobre-nos {
    flex-direction: column; /* Alinha os itens em coluna em telas menores */
}

.sobre-texto, .sobre-card {
    margin-bottom: 20px; /* Adiciona margem inferior para espaçamento */
}

.sobre-img-card, .sobre-card-img{
  width: 100%;
}

.whatsapp-btn{
  left: 5px;
}

}

@media (min-width: 768px) {
  .footer-item {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    max-width: 120px;
  }
}

.min-h-150 {
  height: 150px;
}

.secondary-color {
  background-color: #821734;
}

.banner {
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9906337535014006) 3%, rgba(69, 61, 61, 1) 49%, rgba(130, 23, 52, 1) 95%);
  border-radius: 5pc;
  box-shadow: -4px 0px 23px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -4px 0px 23px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 0px 23px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.banner-img {
  transform: perspective(500px) translateZ(100px);
}

.carousel-item {
  position: relative;
  height: 600px;
  /* Ajustando a altura para metade da original */
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* Mantendo a imagem com altura 100% da altura do carrossel */
}

.hero-slide {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.hero-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

.service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card i {
  font-size: 3rem;
  color: #821734;
  margin-bottom: 1rem;
}

.contato-section {
  background-color: #f8f9fa;
  padding: 50px 15px; /* Ajusta o padding para telas menores */
}

.contato-heading {
  color: #821734;
  font-size: 2rem;
  font-weight: bold;
}

.contato-subheading {
  color: #6c757d;
  font-size: 1.125rem;
}

.contato-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contato-input {
  border-radius: 5px;
  font-size: 1.1rem;
  padding: 12px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

.contato-input:focus {
  border-color: #821734;
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 34, 0.25);
}

.contato-textarea {
  border-radius: 5px;
  font-size: 1.1rem;
  padding: 12px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

.contato-textarea:focus {
  border-color: #821734;
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 34, 0.25);
}

.contato-radio-buttons .form-check-input:checked {
  background-color: #821734;
  border-color: #821734;
}

.contato-btn {
  background-color: #821734 !important;
  color: white !important;
  border-radius: 25px !important;
  padding: 12px 30px !important;
  font-size: 1.2rem !important;
  transition: background-color 0.3s ease !important;
}

.contato-btn:hover {
  background-color: #d43f00 !important;
}

.contato-img {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .contato-section {
      padding: 30px 15px; /* Ajusta o padding para telas menores */
  }

  .contato-radio-buttons {
      flex-direction: column; /* Alinha os botões de rádio em coluna em telas menores */
  }

  .contato-radio-buttons .form-check {
      margin-bottom: 10px; /* Adiciona margem inferior para espaçamento */
  }
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* Tornando o botão redondo */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.whatsapp-btn i {
  font-size: 1.5rem;
  /* Ajuste do tamanho do ícone */
}

.whatsapp-btn:hover {
  background-color: #128C7E;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}


.localizacao-section {
  padding: 20px;
}

.card-title {
  font-size: 1.75rem;
  color: #333;
  margin-bottom: 20px;
}

.card-text {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 20px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.card-loc{
  width: 100%;
}