* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Verdana", sans-serif;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*WhatApp Icone*/
/* Estilo do container principal */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Estilo do ícone */
.whatsapp-icon {
  width: 35px;
  height: 35px;
}

/* Estilo do texto (Tooltip) */
.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background-color: #21c05b;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transform: translateX(10px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Efeito de Hover (Passar o mouse) */
.whatsapp-float:hover {
  background-color: #128c7e; /* Cor levemente mais escura ao passar o mouse */
  transform: scale(1.1);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* TOPBAR */
.grupo-contato {
  display: flex;
  gap: 30px;
}

.grupo-redesocial {
  display: flex;
  gap: 15px;
  display: flex;
  align-items: center; /* Alinha o ícone PNG com o texto ao lado */
}

.top-bar-contato {
  background-color: #008542;
  width: 100%;
}

.container-top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.item-contato-topo {
  display: flex;
  align-items: center;
}

.item-contato-topo img {
  height: 20px; /* Ajuste o tamanho do seu PNG aqui */
  width: auto;
  display: block;
  opacity: 0.5;
}

.item-contato-topo .Rede-Social {
  height: 25px; /* Ajuste o tamanho do seu PNG aqui */
  width: auto;
  display: block;
  opacity: 0.6;
}

.item-contato-topo label {
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  text-decoration: none;
  cursor: text;
}

.item-contato-topo label:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}

.item-contato-topo a {
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  text-decoration: none;
}

.item-contato-topo a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}

.item-contato-topo .Rede-Social:hover {
  color: #ffffff;
  opacity: 1;
}

/* NAVBAR */
.navbar {
  background: #ffffff;
  position: -webkit-sticky; /* Suporte Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.45 ease; /*faz a diminuição do menu ser suave*/
  padding-top: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}

.navbar.scrolled {
  padding: 5px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .logo img {
  height: 45px;
  transition: height 0.4s ease;
}

.navbar.scrolled .nav-menu a {
  font-size: 16px;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}

.logo img {
  height: 50px;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}

.nav-menu .link:hover,
.nav-menu .link.active {
  border-bottom-color: #008542;
  color: #008542;
}

/* DROPDOWN */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 220px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 10;
  padding: 5px;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #444;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  border-bottom: 1px solid #4444445e;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* ESTILO DO MENU HAMBÚRGUER (Escondido no Desktop) */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  color: #000000;
}

.menu-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
background-color: #008542;
  transition: 0.3s;
}

/*Seção 1 - Infra*/
.container-cards {
  display: flex;
  flex-direction: column;
  gap: 0; /* Colados um no outro como na imagem */
  font-family: sans-serif;
}

.card {
  padding: 60px 10%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.card-header {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.card-header img{
    width: 60px;
    height: 60px;
    padding: 10px;
}

.card-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/*Azul*/

.card-infra {
  background-image: url("img/infraestrutura_card1.png");
  opacity: 1.5;
  border-bottom: 20px solid #1a237e; /* Linha azul do meio */
}

.card-header h2.blue-text  {
  font-size: 30px;
  color: #1a237e;
  margin-top: 10px;
}

.text-col-blue {
  flex: 2; /* Ocupa mais espaço */
  color: #1a237e;
  line-height: 1.6;
  font-size: 12px;
}

.check-col-blue {
  flex: 1; /* Ocupa menos espaço */
}

.check-col-blue li {
  color: #1a237e;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}

.check-col-blue li::before {
  content: "✓";
  margin-right: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

.bullets li::before {
  content: "•";
  color: #000000;
  margin-right: 8px;
}

/*Verde*/

.card-instalacoes {
  background-image: url("img/infraestrutura_card2.png");
  min-height: 200px;
  border-bottom: 20px solid #008542; /* Linha verde do rodapé */
}

.card-header h2.green-text {
  color: #2e7d32;
}

.text-col-green {
  flex: 2; /* Ocupa mais espaço */
  color: #2e7d32;
  line-height: 1.6;
  font-size: 12px;
}

.check-col-green {
  flex: 1; /* Ocupa menos espaço */
}

.check-col-green li {
  color: #2e7d32;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}

.check-col-green li::before {
  content: "✓";
  margin-right: 10px;
}

/*Seção2*/

.card-pontos {
  background-image: url("img/infraestrutura_card3.png");
  min-height: 100px;
}

.card-servicos {
  background-image: url("img/infraestrutura_card5.png");
  min-height: 200px;
  border-bottom: 20px solid #008542; /* Linha verde do rodapé */
}

.card-header .icon-secao2{
    width: 45px;
    height: 50px;
    padding: 10px;
}

/*Seção 3*/
.card-caminhoneiro {
  background-image: url("img/infraestrutura_card4.png");
   min-height: 200px;
  border-bottom: 20px solid #1a237e; /* Linha azul do meio */
}

.card-header .icon-secao3{
    width: 60px;
    height: 50px;
    padding: 10px;
}

/*Seção 4*/
.card-refeitorio {
  min-height: 200px;
}

.card-seguranca {
  background-image: url("img/infraestrutura_card6.png");
  min-height: 200px;
  border-bottom: 20px solid #008542; /* Linha verde do rodapé */
}

/*Seção 5*/
.card-incendio {
  background-image: url("img/infraestrutura_card7.png");
   min-height: 200px;
  border-bottom: 20px solid #1a237e; /* Linha azul do meio */
}

/*Footer*/
.footer-homepage {
  background-color: #008542;
  color: white;
  padding: 60px 0 20px 0; /* Padding lateral removido para o bottom ocupar tudo */
}

.footer-container {
  display: flex;
  justify-content: flex-start; /* Alinha as colunas à esquerda */
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 80px; /* Espaço entre as colunas */
}

.footer-coluna {
  flex: 1;
  min-width: 250px;
}

.footer-coluna h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-coluna p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.footer-bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); /* Linha mais visível */
  padding-top: 20px;
  width: 100%; /* Garante que a linha atravesse a tela */
}

.footer-bottom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.social-icons {
  display: flex;
  gap: 15px; /* Espaço entre o ícone do Face e do YouTube */
}

.Rede-Social-Footer {
  width: 20px; /* Ajuste o tamanho conforme necessário */
  height: auto;
}

/* ========================= */
/* RESPONSIVIDADE */
/* ========================= */

/* TABLET */
@media (max-width:1024px){

  .container-top-bar{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }

  .grupo-contato{
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
  }

  .grupo-redesocial{
    justify-content:center;
  }

  .nav-container{
    justify-content:space-between;
  }

  .card{
    padding:50px 6%;
  }

}


/* CELULAR */
@media (max-width:768px){

  /* TOPBAR */
  .grupo-contato{
    flex-direction:column;
    gap:5px;
  }

  .container-top-bar{
    padding:10px;
  }

  /* NAVBAR */
  .menu-toggle{
    display:flex;
  }

  .nav-container{
    justify-content:space-between;
    align-items:center;
  }

  .nav-menu{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#ffffff;
    flex-direction:column;
    align-items:center;
    gap:20px;
    padding:20px 0;
    display:none;
  }

  .nav-menu.active{
    display:flex;
  }

  .logo img{
    height:45px;
  }

  /* CARDS */
  .card{
    padding:40px 5%;
    min-height:auto;
  }

  .card-content{
    flex-direction:column;
    gap:25px;
  }

  .card-header{
    flex-direction:column;
    gap:10px;
  }

  .card-header h2{
    font-size:24px;
  }

  .text-col-blue,
  .text-col-green{
    font-size:14px;
  }

  .check-col-blue li,
  .check-col-green li{
    font-size:14px;
  }

  /* FOOTER */
  .footer-container{
    flex-direction:column;
    gap:40px;
  }

  .footer-bottom-container{
    flex-direction:column;
    text-align:center;
    gap:10px;
  }

}


/* CELULAR PEQUENO */
@media (max-width:480px){

  .card{
    padding:35px 20px;
  }

  .card-header h2{
    font-size:20px;
  }

  .text-col-blue,
  .text-col-green{
    font-size:13px;
  }

  .check-col-blue li,
  .check-col-green li{
    font-size:13px;
  }

  .whatsapp-float{
    width:50px;
    height:50px;
    bottom:20px;
    right:20px;
  }

  .whatsapp-icon{
    width:28px;
  }

}