*{
  text-decoration: none;
}
.hero-nutriobra {
  position: relative;
  min-height: 75vh; 

  background-image: url('../banner_nutriobra.png'); 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-nutriobra .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-nutriobra .hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  
}

/* Título principal */
.hero-nutriobra .hero-title {
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: clamp(1.6rem, 2.5vw + 1rem, 3rem);
}

.hero-nutriobra .hero-title span {
  font-weight: 700;
}

.hero-nutriobra .hero-text {
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Botões */
.hero-btn {
  padding: 0.8rem 2rem;
  font-weight: 500;
  border-radius: 20px;
  font-size: 0.95rem;
}

.hero-btn-outline {
  border-width: 1px;
}

.hero-btn-green {
  background-color: #33621d;
  color: #fff;
}

.hero-btn-green:hover {
  background-color: #ef5a1d;
  border-color: #ef5a1d;
  color: #fff;
}

/* Mobile fica mais alto para visual melhor */
@media (max-width: 768px) {
  .hero-nutriobra {
    min-height: 80vh;
  }

  .hero-nutriobra .hero-text {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
}

/* Altura fixa no topo – ajusta o espaço do conteúdo */
body {
  padding-top: 80px; /* ajustar se o navbar ficar maior/menor */
}

/* Navbar */
.nutriobra-navbar {
 
  z-index: 99999;
}

/* Logo */
.nutriobra-logo {
  height: 80px;     
  width: auto;
}

/* Links do menu */
.nutriobra-navbar .nav-link {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555555;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nutriobra-navbar .nav-link:hover {
  color: #ef5a1d;
}

/* Link ativo (HOME) */
.nutriobra-navbar .nav-link.active {
  color: #ef5a1d;
  font-weight: 600;
}

/* Ícone "i" */
.nav-icon-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #666;
  font-size: 0.75rem;
  color: #666;
  margin: 0 0.5rem;
}


/* Dropdown */
.nutriobra-navbar .dropdown-menu {
  font-size: 0.9rem;
}

/* Ajustes mobile */
@media (max-width: 991.98px) {
  .nutriobra-navbar .navbar-nav {
    margin-top: 0.75rem;
  }

  .nutriobra-navbar .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-icon-info {
    margin-left: 0;
  }

  
}
.about-nutriobra-section {
  background-color: #ffffff;
}

/* Imagens da esquerda */
.about-img-wrapper {
  border-radius: 18px;
  overflow: hidden;
}

.about-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Títulos e texto */
.about-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
  color: #555;
}

.about-subtitle span {
  color: #ef5a1d; /* o layout */
  font-weight: 700;
}

.about-title {
  font-size: clamp(1.9rem, 2.4vw + 1rem, 2.6rem);
  font-weight: 700;
  color: #ef5a1d;
}

.about-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444444;
}



/* Responsivo */
@media (max-width: 991.98px) {
  .about-nutriobra-section {
    padding-top: 3rem;
  }

  .about-title {
    margin-top: 0.75rem;
  }
}
/* ===== SECTION RESPONSABILIDADE ===== */

.responsabilidade-section {
  background-color: #ffffff;
}

/* Título azul com underline */
.resp-title {
  font-size: clamp(1.9rem, 2.4vw + 1rem, 2.6rem);
  font-weight: 700;
  color: #ef5a1d;
  position: relative;
  margin-bottom: 1rem;
}

.resp-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #ef5a1d;
  position: absolute;
  left: 0;
  bottom: -6px;
}

/* Subtítulo */
.resp-subtitle {
  font-size: 1rem;
  margin-top: 12px;
  margin-bottom: 20px;
  color: #444;
}

/* Texto */
.resp-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}



/* Imagens */
.resp-img-wrapper {
  border-radius: 18px;
  overflow: hidden;
}

.resp-img-wrapper img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* Mobile */
@media (max-width: 991.98px) {
  .resp-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .resp-title,
  .resp-subtitle,
  .resp-text,
  .btn-resp {
    text-align: center;
  }

  .btn-resp {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
/* SECTION ORÇAMENTO COM FUNDO "FIXO" */
.cta-orcamento-section {
  position: relative;
  min-height: 60vh;
  padding: 5rem 0;

  background-image: url('../orcamento.png'); 
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;

  color: #fff;
}

/* overlay escuro */
.cta-orcamento-section .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* textos */
.cta-title {
  font-size: clamp(2rem, 2.6vw + 1rem, 2.8rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-text {
  font-size: 1.05rem;
  line-height: 1.8;
}

/* botão branco */
.btn-cta-orcamento {
  background-color: #ffffff;
  color: #333;
  border-radius: 999px;
  padding: 0.8rem 2.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.btn-cta-orcamento:hover {
  background-color: #f3f3f3;
  color: #000;
}

/* ajuste mobile – background-attachment: fixed costuma dar problema no iOS */
@media (max-width: 768px) {
  .cta-orcamento-section {
    min-height: 70vh;
    background-attachment: scroll; /* fallback pra celular */
  }

  .cta-title,
  .cta-text {
    text-align: center;
  }

  .btn-cta-orcamento {
    display: block;
    margin: 0 auto;
  }
}
/* SECTION */
.modalidades-section {
  background-color: #fff;
}

/* Títulos */
.mod-subtitle {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
}

.mod-title {
  font-size: clamp(1.9rem, 2.4vw + 1rem, 2.5rem);
  font-weight: 700;
}

.mod-underline {
  margin-top: 0.4rem;
  width: 80px;
  height: 3px;
  background-color: #ef5a1d;
}

/* Cards */
.modalidade-card {
  background-color: #fdfdfd;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 1.5rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.modalidade-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

/* Imagem */
.mod-img-wrapper {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.3rem;
}

.mod-img-wrapper img {
  width: 100%;
  height: 230px;         /* ajuste fino se quiser */
  object-fit: cover;
  display: block;
}

/* Conteúdo do card */
.mod-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.mod-card-text {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0;
}

/* Footer/link */
.mod-footer {
  margin-top: 1.5rem;
}

.mod-link {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
}

.mod-link span {
  font-size: 1rem;
  margin-left: 0.35rem;
}

.mod-link:hover {
  color: #ef5a1d;
}

/* Responsivo */
@media (max-width: 767.98px) {
  .mod-img-wrapper img {
    height: 210px;
  }
}
/* ===== TÍTULOS DA SEÇÃO ===== */

.forn-title {
  font-size: clamp(1.8rem, 2.5vw + 1rem, 2.4rem);
  font-weight: 700;
  color: #111;
}

.forn-subtitle {
  font-size: 1.05rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}



/* CONTAINER GERAL DO FOOTER */
.footer-main {
  background-color: #ef5a1d;
  border-top: 2px solid #33621d;
  color: #ffffff;
  font-size: 0.9rem;
}

/* LOGO */
.footer-logo img {
  max-height: 90px;
  height: auto;
  
}

/* TITULOS + LINHA AZUL */
.footer-main h6 {
  font-size: 1rem;
}

.footer-underline {
  width: 60px;
  height: 3px;
  background-color: #33621d;
}

/* LINKS DA NAVEGAÇÃO */
.footer-links li + li {
  margin-top: 0.25rem;
  
}

.footer-links a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #33621d;
}

/* CONTATO – TODOS LINKS COM HOVER AZUL */
.footer-contact li {
  margin-bottom: 0.25rem;
}

.footer-contact a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease;
}

.footer-contact a i {
  color: #33621d; /* ícones sempre azuis */
}

.footer-contact a:hover {
  color: #33621d;
}

/* INSTAGRAM REDONDO */
.footer-instagram-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #33621d;
  color: #33621d;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.2s ease;
}

.footer-instagram-icon:hover {
  background-color: #33621d;
  color: #ffffff;
}

/* FAIXA AZUL INFERIOR */
.footer-bottom {
  background-color: #33621d;
  color: #ffffff;
  padding: 0.75rem 0;
  font-size: 0.8rem;
}

/* RESPONSIVO */
@media (max-width: 767.98px) {
  .footer-main h6 {
    text-align: center;
  }

  .footer-underline {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links,
  .footer-contact {
    text-align: center;
  }

  .footer-instagram-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Centralizar Instagram no mobile */
@media (max-width: 767.98px) {

  .footer-instagram-icon {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-main h6 {
    text-align: center !important;
  }

  .footer-underline {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* ===== SETAS DO CARROSSEL ===== */
#carouselModalidades .carousel-control-prev,
#carouselModalidades .carousel-control-next {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

/* SETAS PARA FORA DO CARROSSEL */
#carouselModalidades .carousel-control-prev {
  left: -60px;   /* afasta para fora */
}

#carouselModalidades .carousel-control-next {
  right: -60px;  /* idem */
}

/* Ícones */
#carouselModalidades .carousel-control-prev-icon,
#carouselModalidades .carousel-control-next-icon {
  background-image: none;
  width: 100%;
  height: 100%;
  background-color: #ef5a1d;
  border-radius: 50%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* SVG seta esquerda */
#carouselModalidades .carousel-control-prev-icon {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

/* SVG seta direita */
#carouselModalidades .carousel-control-next-icon {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

/* ===== SETAS NO MOBILE (ATIVADAS) ===== */
@media (max-width: 576px) {

  #carouselModalidades .carousel-control-prev,
  #carouselModalidades .carousel-control-next {
    display: flex !important;
    width: 36px;
    height: 36px;
    opacity: 1;
    top: auto;
    bottom: 20px; 
    transform: none;
  }

  #carouselModalidades .carousel-control-prev {
    left: 10px;
  }

  #carouselModalidades .carousel-control-next {
    right: 10px;
  }

  /* Ícones menores */
  #carouselModalidades .carousel-control-prev-icon,
  #carouselModalidades .carousel-control-next-icon {
    width: 100%;
    height: 100%;
    background-color: #ef5a1d;
    border-radius: 50%;
  }
}



.footer-bottom a {
  color: #000000 !important;      
  text-decoration: none !important;
  font-weight: 600;                
  transition: color 0.2s ease;
}

/* Hover – fica verde */
.footer-bottom a:hover {
  color: #ef5a1d !important; 
}


/* BOTÃO FLUTUANTE WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  -webkit-tap-highlight-color: transparent;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
  display: block;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
}

@media (max-width: 576px) {
  .whatsapp-float {
    bottom: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  }

  .whatsapp-float img {
    width: 24px;
    height: 24px;
  }
}



.about-text a:hover { 
  color: #33621d !important; text-decoration: none; 
}