body{font-family: "Montserrat", sans-serif; color: #000; font-size: 18px; font-weight: 500;}
a{ color: #000; text-decoration: none;}
h1,h2,h3,h4,h5,h6{ font-weight: bold; }
section{ padding: 80px 0}
.btn{ border-radius: 40px;  padding: 10px  45px !important;}
.btn-dark{ background: #000;}
.btn-dark:hover{ background: #202020;}
section.bg-dark{  background: #000; color: #fff;}
section#info-home{  background: #000; color: #fff;}
section#info-home img.capa{  border-radius: 25px; -webkit-box-shadow: 6px 8px 19px 1px rgba(0,0,0,0.72); box-shadow: 6px 8px 19px 1px rgba(0,0,0,0.72);}
section#info-home h2{ font-size: 60px;}
 footer a{ color: #000; text-decoration: none; }
.title-1{ text-transform: uppercase;   letter-spacing: 8px; }
.box-title .title-1{ margin-bottom: 25px;   }
.box-title h3{ font-size: 45px;}
.box-title {margin-bottom: 45px; position: relative;}
.box-title #selo-google{ position: absolute; top: 45px; max-width: 200px; right: 0; width: auto;}
.banner .item { background: url('../img/bg-banner.jpg');  background-size: cover; background-position: center top; padding-top: 190px; padding-bottom: 70px;}
.banner .item h1{ font-weight: bold; text-transform: uppercase; font-size: 55px;}
.bg-primary{ background: #0051F6 !important;}
.bg-dark{ background: #000 !important;}
section#frase-home{ padding: 40px 0; font-size: 25px;}
section#frase-home h2{ font-size: 55px; padding-bottom: 0;}
section#frase-home h3{ font-size: 35px; padding-bottom: 0;}
section#frase-home .info{ background: url('../img/barra.png');  background-position: top center; background-repeat: no-repeat;  background-size: contain; padding-top: 8px; font-size: 22px; max-width: 590px; margin: auto; }
section#vitrine .info-prod img{ border-radius: 15px;}
.telefone-icon,.localizacao-icon{ font-size: 22px;}
.localizacao-icon{ padding-left: 37px; background: url(../img/icon-localizacao.png); background-repeat: no-repeat; background-position: 0px 3px;}
.telefone-icon{ padding-left: 37px; background: url(../img/icon-tel.png); background-repeat: no-repeat; background-position: 0px 3px; line-height: 40px;}
section#contato{ padding-bottom: 150px;}
section#contato .box-title h3{ font-size: 38px;}
section#blog-home .info-blog { position: relative; }
section#blog-home .info-blog span{ position: absolute; top: 10px; right: 12px; background: #000; color: #fff; padding: 5px 10px; border-radius: 15px; font-size: 15px; text-transform: uppercase; }
section#blog-home .info-blog .info { margin-top: 12px; }
section#blog-home .info-blog .info h4{ margin-bottom: 0;}
.required label::after{ content: " *"; color: red; }
.logo-rodape{  position: relative;text-align: right !important;}


body.pagina-interna .localizacao-icon{ padding-left: 37px; background: url(../img/icon-localizacao-branco.png); background-repeat: no-repeat; background-position: 0px 3px;}
body.pagina-interna .telefone-icon{ padding-left: 37px; background: url(../img/icon-tel-branco.png); background-repeat: no-repeat; background-position: 0px 3px; line-height: 40px;}


/* Header transparente ao iniciar */
        #topHeader {
            background: transparent;
            transition: 0.3s;
        }

        /* Header após scroll */
        #topHeader.scrolled,body.pagina-interna  #topHeader{
            background: #000 !important;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        }

        /* Links brancos no topo */
        #topHeader .nav-link {
            color: #fff !important;
            transition: 0.3s;
        }



        /* Botões sociais */
        .social-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #000;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 8px;
            transition: 0.3s;
        }

         .social-btn-rodape {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #000;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 8px;
            transition: 0.3s;
        }
        #topHeader.scrolled .social-btn {
            background: #fff;
            color: #000;
        }

        .social-btn:hover {
            opacity: .7;
        }





        .banner .slide-content {
            position: relative;
            z-index: 2;
        }

#topHeader { text-transform: uppercase;}
#topHeader .menu-header a{ position: relative;}

#topHeader .menu-header a::after{ content: " |"; position: absolute; right: -3px; color: #000;}
 #topHeader.scrolled  a::after { color: #fff;}
#topHeader .menu-header li:last-child a::after{ content: "";}
  @media screen  and (max-width:1180px) {
 
   .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
  }
  @media screen  and (max-width:992px) {
   #topHeader{ background: #000 !important; }
   .box-title #selo-google{ position: static; text-align: center; margin: auto;}
   .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
  }

.form-control {
  padding: 13px;
}
/* Sombra nos itens */
.owl-carousel.galeria .item img {
    border-radius: 20px; /* opcional */

}

/* Mostra os itens laterais cortados */
.owl-carousel.galeria .owl-stage-outer {
    padding-left: 10%;   /* ajustável */
    padding-right: 10%;  /* ajustável */
}

/* Garante que as laterais fiquem cortadas */
.owl-carousel.galeria {
    overflow: hidden;
   position: relative;
   top: -80px;
}

/* Container do nav */
.owl-carousel.galeria .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* evita conflito */
}

/* Botões */
.owl-carousel.galeria .owl-nav button.owl-prev,
.owl-carousel.galeria .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    pointer-events: all; /* reativa clique */
    border: none;
}

/* Remove outline */
.owl-carousel.galeria .owl-nav button:focus {
    outline: none;
}
.owl-carousel.depoimentos p{ margin-bottom: 0;}

.owl-carousel.depoimentos .depo-foto {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #eee;
}

.owl-carousel.depoimentos .depo-card {
    border-radius: 12px;
    transition: 0.2s;
    margin: 4px;
}

.owl-carousel.depoimentos .depo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
 
.page-banner {  margin-top: 92px; padding-top: 40px; margin-bottom: 40px; background: #999; color: #fff;}
.bg-sobre-page{ background: url(../img/03.png); background-repeat: no-repeat; background-size: cover; background-position: center center; }
#missao-visao-valores .item{ max-width: 80%; margin: auto; background: #202020; padding: 25px; border-radius: 15px; min-height: 390px;    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; -webkit-box-shadow: 7px 10px 16px 5px rgba(0,0,0,0.23); 
box-shadow: 7px 10px 16px 5px rgba(0,0,0,0.23);}
  #missao-visao-valores .item.missao{ background: #2152F1; color: #fff;} 
  #missao-visao-valores .item.visao{ background: #fff; color: #000;} 
  #missao-visao-valores .item.valores{ background: #9E9E9E; color: #fff;} 

.pagina-interna footer{ background: #000; color: #fff;}
.pagina-interna footer a{ color: #fff; text-decoration: none;}
.pagina-interna footer  .social-btn-rodape {
      
            background: #fff;
            color: #000;
             
        }

 
        .side-widget {
  padding: 30px;
  background: #ccc;
  margin-bottom: 30px;
  border-radius: 5px;
}
.side-widget h3 {
  margin-bottom: 30px;
  border-left: 3px solid #600000;
  padding-left: 15px;
}

.steps-wrap {
  display: flex;
  gap: 1.5rem;
  
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 1rem 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* Linha branca conectando os círculos (DESKTOP) */
.steps-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 32%;
  transform: translateY(-50%);
  height: 4px;
  background: #fff;
  border-radius: 4px;
  z-index: 1;
}

.step {
  position: relative;
  z-index: 3;
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
  min-width: 340px;
 
}

.step-circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #0051F6;
  color: #fff;
  font-size: 1.25rem;
  z-index: 5;
  top: 0;
  position: relative;
}

/* ====== 📱 MOBILE (menor que 770px) ====== */
@media (max-width: 1150px) {
.step {
 
  min-width: 280px;
 
}
}
@media (max-width: 990px) {
.step {
 
  min-width: 200px;
 
}
}
@media (max-width: 770px) {

  /* esconder linha */
  .steps-line {
    display: none;
  }

  /* virar layout vertical */
  .steps-wrap {
    flex-direction: column;
    overflow-x: hidden;   /* remove scroll horizontal */
    gap: 2rem;
  }

  .step {
    flex: none;
    width: 100%;
    min-width: auto;
  }

  .step-circle {
    width: 55px;
    height: 55px;
  }

  .coluna-fotos{ display: none;}
}

/* ====== TABLET >= 770px ====== */
@media (min-width: 771px) {
  .steps-wrap {
    flex-direction: row;
  }
}

.imgem-topo-produto{ background: #eee; min-height: 320px; background-repeat: no-repeat; background-size: cover; background-position: center center;}