/* Gerais */
body {
  font-family: "Roboto", sans-serif;
}

.row {
  margin: 0;
}

.container {
  padding: 10px 0;
}

p,
li {
  color: #444;
  font-size: 14px;
}

/* Barra de navegação */
header,
.navbar {
  background-color: #015aaa;
  max-width: none;
}

#logo {
  width: 200px;
}

.navbar-nav .nav-item .nav-link {
  transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: flex;
}

.dropdown-menu {
  display: none;
  flex-direction: column;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item.active {
  border-bottom: 3px solid #fff;
}

/* Sobre a empresa */
.main-title {
  color: #444;
  margin: 0 0 65px 0;
  font-size: 40px;
  position: relative;
  text-align: center;
}

.main-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

#about-area {
  padding: 70px 0;
}

.about-title {
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}

#about-list {
  list-style: none;
  padding-left: 0;
}

#about-list li {
  line-height: 30px;
}

#about-list i {
  color: #65daf9;
  margin-right: 15px;
}


.describe-text p {
  text-align: justify; /* Alinha o texto com bordas completas */
  margin: 1rem 0; /* Espaçamento externo */
  font-size: 16px; /* Tamanho da fonte */
  line-height: 1.6; /* Espaçamento entre linhas */
  color: #333; /* Cor do texto */
}





/* Medidores */
.medidor-box {
  text-align: center;
  margin-bottom: 50px;
  background-color: #f9f9f9;
}

.medidor-box i,
.medidor-box h4 {
  transition: 0.5s;
}

.medidor-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #444;
}

.medidor-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.medidor-box:hover > i,
.medidor-box:hover > h4 {
  color: #65daf9;
}

/* Produto */
.productCard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  height: 400px;
}

.productCard:hover {
  border-bottom: 2px solid black;
}

.productCard.no-hover:hover {
  border-bottom: none;
}

.productCardImg {
  width: 80%;
}

.productCardTitle {
  padding: 26px;
  text-align: center;
  font-size: 16px;
}

.containerProduct {
  padding: 70px 0;
}


/* Acessorios */
.acessoriosCard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px; /* Largura máxima do card */

  text-align: center;
  height: 500px; /* Altura fixa para o card */



  margin-bottom: 50px;
  background-color: #f9f9f9;
}

.acessoriosCard:hover {
  border-bottom: 2px solid black;
}

.acessoriosCard.no-hover:hover {
  border-bottom: none;
}

.acessoriosCarddImg-container {
  width: 100%; /* Largura total do contêiner */
  height: 200px; /* Altura fixa para o contêiner da imagem */
  overflow: hidden; /* Oculta qualquer parte da imagem que exceda o contêiner */
  display: flex; /* Usar flexbox para centralizar a imagem */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
}

.acessoriosCardImg {
  max-width: 100%; /* A imagem não pode exceder a largura do contêiner */
  max-height: 100%; /* A imagem não pode exceder a altura do contêiner */
  object-fit: contain; /* Mantém a proporção da imagem dentro do contêiner */
}


.acessoriosCardTitle {
  padding: 26px;
  text-align: center;
  font-size: 16px;
}




/* .leftContainerProduct {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  grid-area: leftContainerProduct;
  padding-left: 230px;
}
 */

.gridContainerProduct {
  padding: 50px 50px 20px; /* Padding para a seção */
  /* Outros estilos específicos podem ser adicionados aqui */
}


.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* Remove espaçamento interno */
}

.product-image {
  max-width: 100%; /* A imagem não ultrapassa o tamanho máximo da coluna */
  height: auto; /* Mantém a proporção da imagem */
  object-fit: contain; /* Ajusta a imagem para caber no container sem distorção */
}




/* Support */
.supportCard {
  width: 320px;
  height: 450px;
  background-color: #f7f7f7;
  font-size: 15px;
  font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
  box-shadow: 5px 5px 6px 0px rgb(196, 196, 196);
}

.supportCardImg {
  width: 100%;
  height: 230px;
}

.supportCardTitle {
  padding: 16px;
  text-align: justify;
}

/* Parceiro */
.partnerCard {
  width: 330px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.partnerCardImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partnerCard {
  margin: 10px;
}

/* Contact */
#contact-area {
}

.contact-box {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #015aaa;
  text-align: center;
}

.contact-box i {
  color: #444;
  border: solid 1px #444;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 18px;
}

/* Redes Sociais */
.social-box {
  display: flex;
  flex-direction: column;
}

.social-links {
  display: flex;
  gap: 20px;
  padding: 10px;
  margin-top: auto;
}

.social-links a {
  text-decoration: none;
  font-size: 30px;
}

.social-links a.whatsapp {
  color: #25d366;
}

.social-links a.facebook {
  color: #4267b2;
}

.social-links a.youtube  {
  font-size: 2rem; /* Ajuste do tamanho do ícone */
  color: red; /* Cor vermelha para o ícone */
}




.social-links a.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* Texto com gradiente permanente */
  font-weight: bold; /* Destaca o link */
}


.social-links a.linkedin {
  color: #0a66c2; /* Azul vibrante */
  font-weight: bold;
}

.boxContent iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* exemplo chat */
.chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chat-box {
  display: none;
  opacity: 0;
  max-width: 300px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.chat-box.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.chat-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.chat-message {
  font-size: 14px;
  color: #333;
}

.chat-button-wrapper {
  margin-top: 10px;
}

.chat-button {
  background-color: #25d366;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chat-button img {
  width: 35px;
  height: 35px;
}

.chat-button-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.chat-button {
  background-color: #25d366;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.chat-button img {
  width: 35px;
  height: 35px;
}


.metade-pagina {
    width: 60%; /* Largura de 50% da página */
    height: 100%; /* Altura de 100% da página */
    background-color: lightblue; /* Cor de fundo para visualização */
    display: flex; /* Para centralizar o texto */
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    box-sizing: border-box; /* Inclui padding e border na largura e altura */
}



.ellipse-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26vw; /* Ajuste a largura usando a largura da viewport */
  height: 30vh; /* Ajuste a altura usando a altura da viewport */
  background: transparent;
  border: 2px solid black;
  border-radius: 50%;
  pointer-events: none;
}

.content {
  position: relative; /* Necessário para posicionamento absoluto da elipse */
}

/* .dancing-script {
  font-family: 'Dancing Script', cursive;
} */

.dancing-script {
  font-family: 'Dancing Script', cursive;
  font-weight: 700; /* Aplica o estilo bold */
}

/* Responsive */

/* Tablets */
@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }

  .productCard {
    height: auto;
  }

  .supportCard, .partnerCard {
    width: 100%;
  }

  .social-links a {
    font-size: 25px;
  }

  .ellipse-overlay {
    width: 10em;
    height: 5em;
  }
}

/* Smartphones */
@media (max-width: 425px) {
  #logo {
    width: 150px;
  }

  .main-title {
    font-size: 24px;
  }

  .productCard, .supportCard, .partnerCard {
    width: 100%;
    height: auto;
  }

  .social-links a {
    font-size: 20px;
  }

  .ellipse-overlay {
    width: 24em;
    height: 14em;
  }
}


