@font-face{
font-family: Geom;
src: url(../font/GeomGraphicSemiBold.otf)
}
@font-face{
font-family: MtRegular;
src: url(../font/MontserratRegular.ttf)
}
@font-face{
font-family: MtSemiBold;
src: url(../font/MontserratSemiBold.ttf)
}
@font-face{
font-family: MtExtraBold;
src: url(../font/MontserratExtraBold.ttf)
}
@font-face{
font-family: Mtlight;
src: url(../font/Montserratlight.ttf)
}
.font-mtregular{
    font-family: MtRegular;
}
.font-mtsemibold{
    font-family: MtSemiBold;
}
.font-mtextrabold{
    font-family: MtExtraBold;
}
.font-mtlight{
    font-family: Mtlight !important;
}
.azul{
    color: #2f3873;
}
.vermelho{
    color: #af1b1d;
}
body{
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 4em;
}
#subirTopo {
    text-decoration: none;
    background: #af1b1d;
    border: 2px solid #af1b1d;
    bottom: 15px;
    right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    border-radius:50%;
    font-family: MtSemiBold;
    opacity: .8;
    z-index: 2;
}
#subirTopo:hover {
    opacity:1;
}
#whatss{
    text-decoration: none;
    background: #4ec200;
    bottom: 85px;
    right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    border-radius: 50%;
    font-family: times !important;
    z-index: 50;
}
#whatss:hover {
    opacity: 0.8;
}
@media (max-width: 800px){
    .img-marcas{width: 100% !important;}
    .texto-empresa{padding-top: 5px !important;}
    .imagem-banner{
        display: none !important;
    }
    .banner-aparecer{
    display: block !important;
}

    
    .limenu{
        display: none !important;
    }
.color-right{
     border-right: 2px solid #fff !important; /* Define a espessura e cor da linha */
    height: 80px; /* Garante que a linha ocupe toda a altura do conteúdo */
}
}
.sobre{
	background-color: #000;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Estilo da navbar */
.navbar {
    font-family: Geom;
    background-color: #fff; /* Cor de fundo da navbar */
    z-index: 1030; /* Garantir que a navbar fique acima do conteúdo */
    transition: box-shadow 0.3s; /* Transição suave para a sombra */
}

.navbar-brand {
    color: #2f3873 !important; /* Cor do texto da marca */
}

.navbar-nav .nav-link {
    color: #2f3873; /* Cor dos links do menu */
}

.navbar-nav .nav-link:hover {
    color: #af1b1d;/* Cor dos links ao passar o mouse */
}
/* Adicionar sombra à navbar ao rolar */
.navbar.scrolled {
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
}

 /* Estilo personalizado para o ícone do hambúrguer e do "X" */
 .navbar-toggler {
    border: none !important; /* Remove a borda ao redor do botão */
    outline: none !important; /* Remove o contorno ao redor do botão */
    box-shadow: none !important; /* Remove a sombra ao redor do botão */
    background: transparent !important; /* Remove o fundo do botão */
}

.navbar-toggler .fa-bars {
    font-size: 1.5rem;
    color: #2f3873; /* Cor para o ícone do hambúrguer */
    transition: color 0.5s, transform 0.5s;
}

.navbar-toggler .fa-times {
    font-size: 1.5rem;
    color: #af1b1d; /* Cor personalizada para o ícone de "X" */
    display: none;
    transition: color 0.5s, transform 0.5s;
}

.navbar-toggler:not(.collapsed) .fa-bars {
    display: none;
}

.navbar-toggler:not(.collapsed) .fa-times {
    display: inline;
}
.limenu{
    padding-bottom: 18px;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
    color:#af1b1d;
    font-size:0.4em;
}

.container-fluid-geral{
        width:100%;
        margin:0 auto;
        overflow-x:hidden;
    }

.seta_prev{
    top:0;
    position: absolute;
    right:  0;
}

.seta_next{
    top:0;
    position: absolute;
    left: 0;

}
.banner{
    color: #fff;
    font-family: Geom;
    margin-top: 55px;
    padding-top: 100px;
    background-image: url("../image/banner_00.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}
.banner-aparecer{
    display: none;
}
.imagem-banner{
    max-height: 90%;
}
.texto-empresa{padding-top: 40px;}
.empresa{
    font-family: MtRegular;
    font-weight: bold;
    padding-top: 20px;
    background-image: url("../image/bc-empresa.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 20px;
}
.servicos{
   padding-top: 30px; 
   padding-bottom: 50px;
   font-family: ; 
}
.pecas{
    color: #fff;
   padding-top: 30px; 
   background-color: #273576;
   padding-bottom: 50px; 
}
.equipamentos{
    padding-top: 30px;
    background-color: #eaeaec;
    padding-bottom: 50px; 
}
.contato{
    padding-top: 30px;
    background-color: #eaeaec;
    padding-bottom: 50px; 
}
.btn-enviar{
    cursor: pointer;
    font-family: MtExtraBold;;
    background-color: #af1b1d;
    color: #fff;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    border: none;
}
.btn-enviar:hover{
    text-decoration: none;
    color: #2f3873;
}
.btn-enviarzap{
    cursor: pointer;
    font-family: MtExtraBold;;
    background-color: #72c92f;
    color: #fff;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    border: none;
}
.btn-enviar:hover{
    text-decoration: none;
    color: #2f3873;
}
.color-right{
     border-right: 2px solid #af1b1d; /* Define a espessura e cor da linha */
    height: 80px; /* Garante que a linha ocupe toda a altura do conteúdo */
}
.link{
    color: #fff;
    font-family: MtRegular;
}
.link:hover{
    color: #af1b1d;
}
.footer{
    padding-top: 20px;
    padding-bottom: 20px;
}


.img-marcas{
    width: 70%;
}



/*Carrousel*/
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  padding-left: 50px;
  padding-right: 40px;
}

.slider {
  display: flex;
  transition: transform 0.4s ease;
}

/* --- ITENS --- */
.slide-item {
  flex: 0 0 calc(25% - 10px);
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-item img {
  padding: 12px;
  width: 100%;
  height: 150px;     /* DEFINIDO para funcionar menor */
  object-fit: contain;
  object-position: center;
}


/* Tablet */
@media (max-width: 768px) {
  .slide-item {
    flex: 0 0 calc(50% - 10px);
  }
  .slide-item img {
    height: 150px;
  }
}

/* Celular */
@media (max-width: 480px) {
  .slide-item {
    flex: 0 0 calc(100% - 10px);
  }
  .slide-item img {
    height: 150px;
  }
}

/* Botões */
.btn-prev, .btn-next {
  position: absolute;   /* CORRIGIDO */
  top: 50%;             /* CENTRALIZA VERTICAL */
  transform: translateY(-50%);
  z-index: 30;
  padding: 12px;
  cursor: pointer;
  width: 60px;
  
}

/* Botões nas laterais */
.btn-prev { left: 0; }
.btn-next { right: 0; }
