
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

body {
  background: #fff;
  /*padding: 15px;*/
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* CONTAINER */
.header-container {
  /*background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/

  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 1200px;      /* limita o header, não o site todo */
  margin: 20px auto;      /* centraliza o header */

}

/* TOPO */
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
}

.logo img {
  height: 150px;
}

.contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-group {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #333;
}

.region {
  color: #a4360d;
  font-weight: bold;
  font-size: 12px;
}

.phone {
  font-weight: bold;
  color: #222;
}

.phone i {
  color: #ccc;
  margin-right: 4px;
}

.whatsapp-btn.small {
  display: inline-block !important;
  background: #25D366;
  color: white;
  padding: 20px 10px !important;   /* botão menor */
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px !important;
  text-decoration: none;
  line-height: 1;
  transition: background 0.3s ease;
  width: auto !important;         /* evita botão largo */
}

.whatsapp-btn.small i {
  display: none !important;       /* força ocultar o ícone */
}

.whatsapp-btn.small:hover {
  background: #1ebe5c;
}


/* MENU DESKTOP */
.main-nav {
  background: #223d86;
  display: flex;
  justify-content: center;
}

.main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-nav li {
  margin: 0 15px;
}

.main-nav a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}

.main-nav a:hover {
  color: #ccc;
}

/* MENU MOBILE */
.mobile-nav {
  display: none;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  /*/border-radius: 0 0 20px 20px;*/
  position: relative;
}

.menu-btn {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

.menu-btn i {
  font-size: 20px;
  margin-right: 10px;
  color: #999;
}

/* MENU MOBILE EXPANDIDO */
.mobile-menu {
  display: none;
  background: #000;
  padding: 15px 25px 25px;
  border-radius: 0 0 20px 20px;
  animation: slideDown 0.3s ease;
}

.mobile-menu ul {
  list-style: none;
}

.mobile-menu li {
  border-bottom: 1px solid #333;
}

.mobile-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
  font-size: 15px;
}

.mobile-menu a:hover {
  color: #ccc;
}

/* BOTÃO ENTRE EM CONTATO */
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 15px;
  transition: 0.3s;
}

.contact-btn i {
  margin-right: 8px;
  font-size: 18px;
}

.contact-btn:hover {
  background: #1ebe5c;
}

/* ANIMAÇÃO */
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .contacts,
  .main-nav {
    display: none;
  }

  .top-header {
    justify-content: center;
  }

  .mobile-nav {
    display: block;
  }
}



 .container {
    position: relative;
    display: inline-block;
    padding: 56px;
  }

  .background-text {
    font-size: 100px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
  }

  .highlight-text {
    color: red;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    display: inline-block;
  }

  .main-title {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    margin: 0;
  }

  .subtitle {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    margin: 0;
    display: inline-flex;
    align-items: center;
  }

  .icon-location {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    fill: #d33;
  }


  @media (max-width: 1024px){
  
    .background-text {
    font-size: 70px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
  }



  }



  
.hero h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.hero h1 span {
  font-style: italic;
  color: #fff;
  font-weight: 900;
}

.hero h1 i {
  font-size: 0.9em;
  margin-left: 10px;
  color: #fff;
}

.hero .call-text {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #5fa52e; 
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.5px;
  text-transform: none;
  text-shadow: 0 0 10px rgba(60, 212, 0, 0.4);
}


.phones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


.phone-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1a1a1a;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}


.phone-box .region {
  background: #a4360d;
  color: #fff;
  font-weight: 700;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}


.phone-box .number {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  padding: 16px 0;
  transition: transform 0.3s ease;
}

.phone-box .number i {
  color: #e62222;
  margin-right: 8px;
}


.phone-box:hover {
  transform: translateY(-5px);
  background: #2b2b2b;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
  border-color: #e62222;
}

.phone-box:hover .number {
  transform: scale(1.05);
}




@media (max-width: 992px) {
  .phones {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
  }
}


@media (max-width: 600px) {
  .phones {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 90%;
  }

  .phone-box .number {
    font-size: 22px;
    padding: 14px 0;
  }

  .phone-box .region {
    font-size: 13px;
  }
}


.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons img {
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

@media (max-width: 900px) {
  /* Oculta menu e botão de WhatsApp */
  .main-nav,
  .whatsapp-btn {
    display: none !important;
  }

  /* Mostra contatos e ícones */
  .contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
  }

  .top-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo img {
    height: 120px;
    margin-bottom: 10px;
  }

  .social-icons {
    justify-content: center;
    margin-top: 5px;
  }

  .region, .phone {
    font-size: 16px;
  }
}




.hero {
 /*position: relative;
  height: 74vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  transition: background-image 1s ease-in-out;
  padding: 60px 20px;     
  margin-top: 25px;  */   

  position: relative;
  width: 100vw;           
  left: 50%;
  transform: translateX(-50%); 
  height: 40vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background-image 1s ease-in-out;
  margin-top: 0;
  padding: 60px 20px;
}
  


.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
}

.hero-content.show {
  opacity: 1;
  transform: translateY(0);
}

.hero-logo {
  width: 320px;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.hero-content.show .hero-logo {
  opacity: 1;
  transform: translateY(0);
}

.hero p {
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
  color: #d9d9d9;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.hero-content.show p {
  opacity: 1;
  transform: translateY(0);
}

.btn {
  background: #00d44a;
  color: #fff;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  transition: background 0.3s;
}

.btn:hover {
  background: #02b83c;
}




@media (max-width: 768px) {
  .hero-content {
    margin-left: 30px;
    text-align: left;
  }

  .hero-logo {
    width: 250px;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .hero {
    height: 70vh;
  }

  .hero h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
}







.servicos {

  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;               
  padding: 40px 200px;      
  justify-items: center;  
  background-color: #f9f9f9;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 60px 100px; 
  justify-items: center;
  background-color: #f9f9f9;
}


.card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
  width: 350px;       
  min-height: 550px;
}

.card:hover {
  transform: translateY(-6px);
}


.card img {
  width: 100%;
  height: 200px;  
  object-fit: cover;
}


.btn-saiba {
  background-color: #a4360d;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 6px 18px;
  margin-top: -15px;
  position: relative;
  top: -10px;
  cursor: pointer;
  font-weight: bold;
}


h3 {
  font-size: 1.2rem;
  margin: 15px 0 10px;
  color: #111;
}


p {
  font-size: 0.95rem;
  color: #333;
  padding: 0 20px;
  flex-grow: 1;
  line-height: 1.5;
}




.btn-chamar {
  background-color: #223d86;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 12px 25px;
  margin: 20px 0;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex; 
  align-items: center;
  gap: 8px;
  text-decoration: none; 
  transition: background 0.3s;
}

.btn-chamar:hover {
  background-color: #000;
}

.btn-chamar img {
  width: 22px;
  height: 22px;
}



@media (max-width: 768px) {
  .servicos {
    grid-template-columns: 1fr; /
  }

  .card {
    width: 90%;        
    min-height: 500px; 
  }
}


@media (max-width: 1024px) {
  .servicos {
    grid-template-columns: repeat(2, 1fr); 
    padding: 40px 40px;
  }
}

@media (max-width: 768px) {
  .servicos {
    grid-template-columns: 1fr; 
    padding: 30px 10px;        
  }

  .card {
    width: 100%;                
    min-height: auto;
  }

  p {
  font-size: 0.98rem;
  color: #333;
  padding: 0 20px;
  flex-grow: 1;
  line-height: 1.5;
}

}


.footer {
  background-color: #fff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-top: 30px;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5% 20px 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 8px;
}

.footer-logo p {
  font-size: 0.9rem;
  color: #a8c6de;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}

.footer-info p {
  margin: 0;
  font-size: 0.95rem;
  color: #000;
}

.footer-info i {
  color: #00aaff;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  padding: 12px 0;
  font-size: 0.8rem;
  color: #a8c6de;
  letter-spacing: 0.5px;
}

.footer-bottom strong {
  color: #000;
}

/* --- ÍCONES DE REDES SOCIAIS (FOOTER) --- */
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social a img {
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social a img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}


/* --- RESPONSIVO --- */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-info {
    text-align: center;
    margin-top: 20px;
  }
}

 


        /* Botão WhatsApp menor, sem ícone, só no desktop */
.whatsapp-btn.small {
  display: inline-block !important;
  background: #25D366 !important;
  color: #fff !important;
  padding: 5px 12px !important;
  border-radius: 15px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1.2;
  width: auto !important;
}

/* Remove qualquer ícone */
.whatsapp-btn.small i,
.whatsapp-btn.small::before,
.whatsapp-btn.small::after {
  display: none !important;
  content: none !important;
}

/* Efeito hover */
.whatsapp-btn.small:hover {
  background: #1ebe5c !important;
}

/* 🔹 Esconde o botão no mobile */
@media (max-width: 900px) {
  .whatsapp-btn.small {
    display: none !important;
  }
}
