body {
    margin: 0;
    padding-top: 80px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    background-color: #FFFFFF;
  }

hr{
  border: solid 0.5px #C2C240;
  margin: 0px;
}

.container{
  width:100%;
  max-width: 1200px;
  margin:0 auto;
}

.header {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(1,105,128,1), rgba(1,105,128,0));
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imagens/novas/living-limpeza-residencial-03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.main{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.box1{
  width: 90%;
  max-width: 600px;
  min-width: 300px;
}
.box1 h1{
  display: inline;
  padding: 10px;
  background-color: #C2C240;
}

.box2{
  width: 90%;
  max-width: 400px;
  min-width: 300px;
  text-align: right;
}

.servicos-home{
  width: 100%;
  max-width: 1200px;
  margin:-40px auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.box-servico {
  position: relative; /* Para posicionar os pseudo-elementos */
  width: 160px;
  background-color: #FFF;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(1, 105, 128, 0.4);
  margin-bottom: 20px;
  padding: 10px; /* Adicione um padding para que o conteúdo não fique sobre as bordas */
}

.box-servico::before{
  content: ''; /* Conteúdo obrigatório para pseudo-elementos */
  position: absolute; /* Posição absoluta em relação ao .box-servico */
  border-top: 8px solid #C2C240;
  border-left: 8px solid #C2C240;
  width: 40px; /* Largura das "bordas" */
  height: 40px; /* Altura das "bordas" */
}
.box-servico::after {
  content: ''; /* Conteúdo obrigatório para pseudo-elementos */
  position: absolute; /* Posição absoluta em relação ao .box-servico */
  border-bottom: 8px solid #C2C240;
  border-right: 8px solid #C2C240;
  width: 40px; /* Largura das "bordas" */
  height: 40px; /* Altura das "bordas" */
}

/* Pseudo-elemento no canto superior esquerdo */
.box-servico::before {
  top: 0;
  left: 0;
}

/* Pseudo-elemento no canto inferior direito */
.box-servico::after {
  bottom: 0;
  right: 0;
}
.box-servico i{
  display: block;
  color: #025669;
  font-size: 30px;
  margin-top: 20px;
}

#home{
  margin-top: 50px;
}

.row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.col-sm{
  width: 100%;
  max-width: 290px;
  padding: 5px;
}
.col-md{
  width: 100%;
  max-width: 390px;
  padding: 5px;
}
.col-lg{
  width: 100%;
  max-width: 590px;
  padding: 5px;
}
.col-xg{
  width: 100%;
  max-width: 790px;
  padding: 5px;
}

.video-container {
  position: relative; /* Essencial para o posicionamento do botão */
  width: 100%; /* Ou o tamanho que você preferir */
  max-width: 560px; /* Ou o tamanho que você preferir */
  height: 315px; /* Proporção de 16:9, por exemplo */
  overflow: hidden;
}

#youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------ Porque ------ */
.pq{
  width: 100%;
  background-color:floralwhite;
}
.num-list{
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 800;
  padding:10px;
  background-color: #C2C240;
  border-radius: 50%;
}

.pq-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: nowrap;
}
.pq-col1{
  width: 100%;
  max-width: 50px;
}
.pq-col2{
  width: 100%;
  text-align: left;
  padding: 5px;
}


/* Agenda */
.row-agenda{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inc-box{
  align-self: flex-start;
  width: 100%;
  max-width: 330px;
  padding: 20px;
  background-color: #F5F4D4;
  margin: 20px auto;
  border-radius: 15px;
  text-align: center;
}
.inc-box i{
  display: block;
  font-size: 50px;
  color: #016980;
}
.inc-box p{
    margin: 5px;
}
/* End Agenda */

/* Trabalhe */
.trabalhe{
  width: 100%;
  background-color: #016980;
  border-radius: 30px;
  padding: 0px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.trab-cont{
  width: 100%;
  max-width: 750px;
  padding: 10px 30px;
}
.trab-cont p{
  margin: 5px 0px;
}
.trab-img{
  width: 100%;
  max-width: 380px;
  padding: 0px;
  margin: 0px;
}
.trab-img img{
  margin-bottom: -4px;
}
/* End Trabalhe */
/* Serciços Pag */
.card-serv-box{
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.card-serv-img{
  width: 100%;
  margin-bottom: -20px;
}
.card-serv-txt{
  margin: 0 auto;
  padding:15px;
  background-color: floralwhite;
}
/* FIm Servicos */

/* Card Serviços */
.row-card{
  width: 100%;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  align-items: top;
}
.card-info{
  width: 360px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.2);
  border-left:8px solid #C2C240;
  overflow: hidden;
  position: relative;
  margin:0px 10px 30px 10px;
}
.card-info2{
  width: 360px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.2);
  border-left:8px solid lightskyblue;
  overflow: hidden;
  position: relative;
  margin:0px 10px 30px 10px;
}
.card-info-details{
  padding: 0px 0px 15px 15px;
}

/* Fim Card Serviços */

/* Depoimentos */
#depoimentos{
  margin-bottom:30px ;
  background-color:#C2C240;
}
.depoimentos{
  width: 100%;
  max-width: 1150px;
  margin: auto;
  padding: 10px 20px;  
}
.depo-quote{
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin: 15px;
  border: 2px solid #016980;
  background-color: #025669;
  border-radius: 15px;
  position: relative;
}
.depo-quote i{
  font-size: 50px;
  color: #FFF;
  position: absolute;
  top: -25px;
}
/* FIM DEPO */

/* Missão Visão e Valor */
.row-mvv{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.col-mvv{
  width: 100%;
  max-width: 375px;
  padding: 10px;
}
.mvvbar{
  width: 100%;
  max-width: 375px;
  padding: 10px;
  border-right:2px solid #C2C240;
  border-left:2px solid #C2C240;
}
.row-mvv i{
  text-align: center;
  color: #C2C240;
  font-size: 50px;
}

/* Numeros pos obra */
.number{
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  padding:3px 8px;
  background-color:#025669;
  color:#FFF;
  border-radius: 15%;
}

/* Form */
.form{
  background-color:#025669;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.form-row{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-col1{
  width: 100%;
  padding: 20px 10px;
}
.form-col2{
  width: 50%;
  padding: 10px 10px;
}
.form-col3{
  width: 70%;
  padding: 10px 10px;
}
.form-col4{
  width: 30%;
  padding: 10px 10px;
}
.form-label{
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.form-control{
  width: 100%;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #C2C240;
  padding: 5px;
  color: #025669;
  box-sizing: border-box;
}


/* Footer */
#footer{
  width: 100%;
  background-color: #016980;
  margin-top: 30px;
  padding: 20px 0px 20px 0px;
}
.footer-row{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-col{
  width: 100%;
  max-width: 290px;
}
.footer-col p{
  font-size: 14px;
  margin: 5px 0px;
}
.social{
  width: 100%;
  max-width: 200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.social i{
  display: inline-block;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  width: 26px;
}
.social i:hover{
  color: #C2C240;
}

.footer-copy{
  width: 100%;
  padding: 10px 0;
  margin-top: 0px;
  text-align: center;
  background-color: #025669;
  color: lightgray;
}
.footer-copy p{
  font-size: 12px;
}
/* End Footer */



 /* Container que agrupa os botões */
.fixed-actions {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column; /* Empilha os botões */
    gap: 10px; /* Espaço entre eles */
    z-index: 9999;
}

/* Estilo Base para os botões (Comum a ambos) */
#backToTop, #whatsappButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 22px;
    transition: all 0.3s ease;
    text-decoration: none; /* Remove sublinhado do link */
    border: none;
}

/* Botão Voltar ao Topo (Mantendo suas cores) */
#backToTop {
    background-color: #C2C240;
    color: white;
    display: none; /* Começa escondido via JS */
}

/* Botão WhatsApp */
#whatsappButton {
    background-color: #25D366; /* Verde oficial do WhatsApp */
    color: white;
}

/* Efeitos de Hover */
#backToTop:hover {
    background-color: #025669;
    transform: scale(1.1);
}

#whatsappButton:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

/* ===== Banner Rotativo ===== */
.banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #016980;
}

/* Cada slide ocupa todo o espaço e fica empilhado */
.banner-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

/* O slide ativo fica visível e clicável */
.banner-slider .slide.active {
  position: relative; /* mantém a altura do container */
  opacity: 1;
  pointer-events: auto;
}

/* Garante que o slide ativo empurra os outros para fora do fluxo */
.banner-slider .slide:not(.active) {
  position: absolute;
}

/* Botões prev / next */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(1, 105, 128, 0.65);
  border: 2px solid rgba(194, 194, 64, 0.7);
  color: #fff;
  font-size: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.2s;
}
.slider-btn:hover {
  background: #C2C240;
  color: #025669;
  transform: translateY(-50%) scale(1.1);
}
.slider-prev { left: 16px; }
.slider-next { right: 16px; }

/* Dots indicadores */
.slider-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.slider-dots .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: 2px solid #C2C240;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.slider-dots .dot.active {
  background: #C2C240;
  transform: scale(1.25);
}
/* ===== Fim Banner Rotativo ===== */

/* ===== Animações de Scroll ===== */

/* Keyframes */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Estado inicial: invisível */
[data-animate] {
  opacity: 0;
}

/* Quando entra na viewport */
[data-animate].in-view {
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-duration: 0.7s;
}

[data-animate="fade-up"].in-view    { animation-name: fadeUp; }
[data-animate="fade-left"].in-view  { animation-name: fadeLeft; }
[data-animate="fade-right"].in-view { animation-name: fadeRight; }
[data-animate="zoom-in"].in-view    { animation-name: zoomIn; }
[data-animate="fade-in"].in-view    { animation-name: fadeIn; }

/* Delays para efeito cascata */
[data-delay="100"] { animation-delay: 0.1s; }
[data-delay="200"] { animation-delay: 0.2s; }
[data-delay="300"] { animation-delay: 0.3s; }
[data-delay="400"] { animation-delay: 0.4s; }
[data-delay="500"] { animation-delay: 0.5s; }
[data-delay="600"] { animation-delay: 0.6s; }

/* Evitar piscada durante delay */
[data-animate][data-delay] { opacity: 0; }

/* ===== Fim Animações de Scroll ===== */

/* ===== Tabela Comparativa Responsiva ===== */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 25px 0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFF;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

.comparison-table th {
  background-color: #016980;
  color: #FFF;
  padding: 14px;
  text-align: left;
  font-weight: 700;
  border-bottom: 3px solid #C2C240;
}

.comparison-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #EAEAEA;
  color: #444;
}

.comparison-table tr:nth-child(even) {
  background-color: #FBFBFB;
}

.comparison-table tr:hover {
  background-color: #F5F9FA;
}

/* ===== Regras de Alinhamento e Responsividade ===== */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

@media (max-width: 999px) {
  .main {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }

  .box1, .box2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .servicos-home {
    margin: 20px auto;
    position: static;
    gap: 15px;
  }

  .pq-row {
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
  }

  .row-agenda {
    flex-direction: column;
    align-items: center;
  }

  .inc-box {
    max-width: 100%;
  }

  .trabalhe {
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
  }

  .trab-cont {
    max-width: 100%;
    padding: 10px;
  }

  .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .footer-col {
    max-width: 100%;
    text-align: center;
  }

  .form-row {
    flex-direction: column;
  }

  .form-col1, .form-col2, .form-col3, .form-col4 {
    width: 100% !important;
    padding: 8px 0;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 80px;
  }

  .card-info, .card-info2 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .row-card {
    padding: 0 10px;
  }

  .box-servico {
    width: 140px;
  }
}