/* Fonte padrão do corpo */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

body strong {
  font-weight: 700;
}

/* ----LOGO PRINCIPAL DO SITE E IMAGEM FUNDO imgfundo--------------*/

/* Container do header */
.header_top {
  min-height: 140px;
  background: url('../img/imgfundo11.png') repeat;
  padding: 20px;
}

/* Flex container principal */
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; /* impede quebra em desktop */
  max-width: 1200px;
  margin: 0 auto;
}

/* Containers das logos */
.logo-left,
.logo-right {
  display: flex;
  align-items: center;
}

/* Imagens responsivas */
.logo-img {
  max-height: 95px;
  max-width: 100%; /* impede que a imagem ultrapasse o container */
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Espaço entre múltiplas imagens na direita */
.logo-right img + img {
  margin-left: 15px;
}

/* Responsividade para tablets */
@media (max-width: 768px) {
  .logo-img {
    max-height: 60px;
  }
}

/* Responsividade para celulares */
@media (max-width: 480px) {
  .header-content {
    flex-direction: column;
    gap: 15px;
  }

  .logo-left,
  .logo-right {
    justify-content: center;
    width: 100%;
  }

  .logo-img {
    max-height: 50px;
    max-width: 90%; /* garante que as imagens fiquem dentro da tela */
  }
}



/*------BARRA INÍCIO DO SITE-----*/
.menu_top3{min-height: 30px; background: #791F1C; padding: 0px;}




/*---   NAVBAR   ----------------*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
  }

  nav.menu_top {
    background-color: #791F1C;
    min-height: 60px;
    position: relative;
  }

  nav.menu_top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }

  nav.menu_top ul li {
    margin-right: 3px;
  }

  nav.menu_top ul li a {
    display: block;
    padding: 20px 25px; 
    font-size: 15px;
    font-weight: bold;
    color: #FF8C00;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  nav.menu_top ul li a:hover,
  nav.menu_top ul li a:focus {
    background-color: #641D17;
    outline: none;
  }

  /* Botão hamburger */
  .menu-toggle-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 30px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-toggle-btn span {
    display: block;
    height: 4px;
    background-color: #FF8C00;
    border-radius: 2px;
  }

  /* Responsividade */
  @media (max-width: 768px) {
    nav.menu_top ul {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #791F1C;
      position: absolute;
      top: 60px;
      left: 0;
      border-top: 1px solid #641D17;
      z-index: 10;
    }

    nav.menu_top ul.active {
      display: flex;
    }

    nav.menu_top ul li {
      margin: 0;
      border-top: 1px solid #641D17;
    }

    nav.menu_top ul li a {
      padding: 15px 20px;
    }

    .menu-toggle-btn {
      display: flex;
    }
  }
  
/*---   FORMATA OS TITULOS DE ABERTURA DAS BARRAS DE DIREITO   ---*/
.section_pages{margin-top: 20px;}
.titlespags{padding: 0px; font-size: 29px; color:#791F1C; font-weight: 900; margin-bottom: 15px;}
.title_prods{font-weight: 900; color: #444; font-size: 20px; margin-bottom: 7px;}
  
/*--- FORMATA TODOS OS TEXTOS EM NEGRITO ITÁLICO ETC ------*/
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#negrito {
    font-weight: bold;
}
#italico {
    font-style: italic;
}
#sublinhado {
    text-decoration: underline;
} 
#justificado {
    text-align: justify;
	font-size: 18px;
}
/*----------------------------------------------------------*/

/*---   FOOTER LINKS ÚTEIS   ---*/


.footer{margin-top: 80px; background:url(../img/bg_footer.jpg) bottom repeat-x; min-height: 270px;}
.block_linksuteis{background: #fff;}
.block_linksuteis > h2{display: block; font-size: 18px; font-weight: 900; color:#791F1C; padding-top: 15px;}
.block_linksuteis > div{padding: 15px 0px; text-align: center;}

.footer{margin-top: 50px; min-height: auto; padding-bottom: 25px;}
.desc_copy_footer{float: none; font-size:14px;}
		
@media(max-width:767px){

.rep_servc_home{margin-bottom: 30px;}
.footer{margin-top: 50px; min-height: auto; padding-bottom: 25px;}
.desc_copy_footer{float: none; font-size:14px;}
