@font-face{
font-family: Robotoblack;
src: url(../font/Roboto-Black.ttf)
}
@font-face{
font-family: LatoRegular;
src: url(../font/lato-regular.ttf)
}
@font-face{
font-family: RobotoRegular;
src: url(../font/Roboto-Regular.ttf)
}

@font-face{
font-family: MontserratRegular;
src: url(../font/Montserrat-Regular.ttf)
}

@font-face{
font-family: MontserratMedium;
src: url(../font/MontserratMedium.ttf)
}

@font-face{
font-family: MontserratExtraBold;
src: url(../font/Montserrat-ExtraBold.ttf)
}

@font-face{
font-family: MontserratBold;
src: url(../font/MontserratSemiBold.ttf)
}

body{
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 4em;
}
@media (max-width: 800px){
  .limenu{display: none !important;}
  .banner-01{display: none !important;}
  .banner{padding-top: 5px !important;}
  
}


#subirTopo {
    text-decoration: none;
    background: #31468e;
    border: 2px solid #31468e; 
    bottom: 15px;
    right: 20px;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    text-transform: uppercase;
    position: fixed;
    border-radius:50%;
    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;
}
/* Estilo da navbar */
.navbar {
    font-family: Robotoblack;
    background-color: #3a3a3a; /* 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: #fff !important; /* Cor do texto da marca */
}

.navbar-nav .nav-link {
    font-size: 1.2rem;
    color: #fff; /* Cor dos links do menu */
}

.navbar-nav .nav-link:hover {
    color: #31468e; /* 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: #fff; /* Cor para o ícone do hambúrguer */
    transition: color 0.5s, transform 0.5s;
}

.navbar-toggler .fa-times {
    font-size: 1.5rem;
    color: #fff; /* 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{
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    color:#31468e;
    font-size:0.5em;
}
.nav-whats {
    letter-spacing: 2px;
    margin-left: 15px;
    border-radius: 20px;
    text-decoration: none;
    padding: 8px 18px; /* corrigido */
    color: #fff !important;
    background: #4ec200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* espaço entre o ícone e o texto */
    font-weight: bold;
    transition: background 0.3s ease;
}

.nav-whats:hover {
    background: #3ba100; /* cor mais escura ao passar o mouse */
    text-decoration: none;
}

/*Banner*/
.banner{
    margin-top: 80px;
        right;
    padding-top: 50px;
    background-image: url("../image/background-banner.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 35px;
    
}
/*Empresa*/
.btn-azul-titulo{
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: Robotoblack;
    background-color: #31468e;
    color: #fff;
    border-radius: 20px;
    padding: 5px 25px;
}
.texto-empresa{
    font-family: LatoRegular;
    color: #3a3a3a;
    font-size: 1.4rem;
    text-align: justify;
    bold;
}
/*Soluções*/
.solucoes{
  font-family: LatoRegular;
  background-color: #3a3a3a;
  padding-top: 40px;
  padding-bottom: 40px;  
  color: #fff;
}
.btn-whats-solucoes{
    font-size: 1.4rem;
    font-family: Robotoblack;
    letter-spacing: 2px;
    border-radius: 15px;
    text-decoration: none;
    padding: 8px 18px; /* corrigido */
    color: #fff !important;
    background: #4ec200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* espaço entre o ícone e o texto */
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-whats-solucoes:hover {
    background: #3ba100; /* cor mais escura ao passar o mouse */
    text-decoration: none;
}

/*Produtos*/
.produtos{
    background-color: #31468e;
    font-family: LatoRegular;
    padding-top: 40px;
    padding-bottom: 40px;  
    color: #fff;
}
.btn-cinza-titulo{
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: Robotoblack;
    background-color: #3a3a3a;
    color: #fff;
    border-radius: 20px;
    padding: 5px 25px;
}
/*Clientes*/
.clientes{
    font-family: LatoRegular;
    padding-top: 40px;
    padding-bottom: 40px;  
    color: #3a3a3a;
}
.depoimentos{
    background-color: #ececec;
    font-family: LatoRegular;
    padding-top: 40px;
    padding-bottom: 40px;  
    color: #3a3a3a;
}
/*Contato*/
.contato{
  background-color: #31468e;
    font-family: LatoRegular;
    padding-top: 40px;
    padding-bottom: 40px;  
    color: #fff;  
}
.suamarca-texto{
    font-family: Robotoblack !important;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
}
.suamarca-texto-menor{
    font-family: Robotoblack !important;
    font-size: 1.8rem;
    font-weight: bold;
    
}
.form-group{
    margin-top: 5px;
}
.btn-enviar{
    font-family: Robotoblack;
    color: #3a3a3a;
    border-color: 2px solid #3a3a3a;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    border: none;
}
.btn-enviar:hover {
    background-color: #fff;
    color: #31468e;
}
.azul-contato{
    font-family: Robotoblack;
    color: #31468e;
}
.cinza-contato{
    font-family: LatoRegular;
    color: #3a3a3a;
}
.divider{width: 3px;background-color: #31468e; min-height: 100%;}
.divider-container{display: flex; justify-content: center; align-items: stretch;}
.vermelho-contato{
    color: #31468e;
}

/*Footer*/
.footer{
    background-color: #3a3a3a;
    color: #fff;
    font-family: LatoRegular;
}
.ul-footer li{
    color: #fff;
}
.li-footer{
    text-decoration: none;
    color: #fff;
}
.barra-footer{
    margin-bottom: 5px;
}


/*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: 160px;     /* 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: 100%;
  }
}

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

/* 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; }
