@font-face{
font-family: Robotoblack;
src: url(../font/Roboto-Black.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-desktop{display: none !important;}
  .banner-mb{display: block !important;}
  .carousel-control-prev{display: none !important;}
  .carousel-control-next{display: none !important;}
  .img-mb{width: 80% !important;}
  .produto-desktop{display: none !important;}
  .produto-mobile{display: block !important;}
}

/*MOBILE BANNER*/
.banner-desktop{
    display: block;
}
.banner-mb{
    width: 100%;
    margin-top: 120px;
    display: none;
}
.produto-desktop{display: block;}
.produto-mobile{
    display: none;
}
#subirTopo {
    text-decoration: none;
    background: #b5191d;
    border: 2px solid #b5191d; 
    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: #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: #ffffff !important; /* Cor do texto da marca */
}

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

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

.navbar-toggler .fa-times {
    font-size: 1rem;
    color: #556024; /* 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: 22px;
    color:#b5191d;
    font-size:0.3em;
}
.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{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 170px;
    
}
.azul{
    color: #2d2962;
}
.vermelho{
    color: #b5191d;
}
.texto-branco{
    color: #fff;
}
.roboto-black{
    font-family: Robotoblack;
}
.btn-vermelho{
    font-size: 2rem;
    letter-spacing: 2px;
    font-family: Robotoblack;
    background-color: #b5191d;
    color: #fff;
    border-radius: 15px;
    padding: 8px 18px;
}
.btn-vermelho-titulo{
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: Robotoblack;
    background-color: #b5191d;
    color: #fff;
    border-radius: 20px;
    padding: 5px 25px;
}
.historia{
    color: #000;
    font-family: MontserratRegular;
    font-size: 1.2rem;
    font-weight: bold;
}
#nossahistoria{
    padding-top: 30px;
    padding-bottom: 30px;
}
.btn-azul-titulo{
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: Robotoblack;
    background-color: #2d2962;
    color: #fff;
    border-radius: 20px;
    padding: 5px 25px;
}
.produtos{
    background-color: #b5191d;
    padding-top: 30px;
    padding-bottom: 30px;
}
.branco{
    color: #fff;
    
}

.btn-vermelho-receita{
  position: absolute;
    bottom: -20px; /* faz ele "subir" sobre a borda branca */
    left: 50%;
    transform: translateX(-50%);
    background-color: #b11b1d;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background 0.3s;  
}
.btn-vermelho-receita:hover{
    background-color: #921516;
}
.btn-whats-produtos{
    font-family: Robotoblack;
    letter-spacing: 2px;
    
    border-radius: 10px;
    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-produtos:hover {
    background: #3ba100; /* cor mais escura ao passar o mouse */
    text-decoration: none;
}

.suamarca{
    font-family: Robotoblack;
    right;
    padding-top: 170px;
    background-image: url("../image/banner_02.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 120px;
    
}
.suamarca-texto{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.1;
}
.suamarca-texto-indus{
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.1;
}
.fundo-preto{
    background-color: #000;
}
.receitas{
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2c247b;
}
.clientes{
    padding-top: 30px;
    padding-bottom: 40px;
    
}

#contato{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #b11b1d;
    color: #fff;
}
.form-group{
    padding-top: 5px;
}
.btn-enviar{
    font-family: Robotoblack;
    color: #fff;
    background-color: #2d2962;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    border: none;
}
.btn-enviar:hover {
    background-color: #1e1a61;
}
.divider{width: 3px;background-color: #b11b1d; min-height: 100%;}
.divider-container{display: flex; justify-content: center; align-items: stretch;}
.vermelho-contato{
    color: #b11b1d;
}
.footer{

    background-color: #2d2962;
}
/*Footer*/
.ul-footer li{
    color: #fff;
}
.li-footer{
    font-family: RobotoRegular;
    text-decoration: none;
    color: #fff;
}
.banner-acucarcristal{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner_cristal.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
    
}
.fundo-produtos{
    font-family: RobotoRegular;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e5e5e7;
}
.emb{
    font-family: RobotoRegular;
    font-size: 2rem;
    font-weight: bold;
}
.banner-extrafino{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner-extrafino.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
}
.banner-sache{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner-sache.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
}
.banner-refinado{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner_refinado.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
}
.banner-demerara{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner-demerara.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
}
.banner-mascavo{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner-mascavo.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
}
.banner-industrial{
    margin-top: 80px;
    font-family: RobotoRegular;
    right;
    padding-top: 220px;
    background-image: url("../image/banner-industrial.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
}


#carouselproduto-desktop .carousel-control-prev,
#carouselproduto-desktop .carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

#carouselproduto-desktop .carousel-control-prev {
    left: -60px;
}

#carouselproduto-desktop .carousel-control-next {
    right: -60px;
}

.img-receitas{
    padding-top: 40px;
    padding-bottom: 50px;
}



/*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;
  cursor:grab;
}
.slider:active{
cursor:grabbing;
}

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

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

.slide-item img {
  padding: 2px;
  width: 100%;
  /*height: 160px;     /* DEFINIDO para funcionar menor */
  object-fit: contain;
  object-position: center;
}
.slide-item a{
display:block;
width:100%;
height:100%;
}

/* 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%;
  }
  .btn-prev { left: -20px !important; }
.btn-next { right: -20px !important;}
}

/* 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: -50px; }
.btn-next { right: -50px; }
