@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('ivy-mode/stylesheet.css');

html {
  scroll-behavior: smooth !important;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
  overflow-x: hidden !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.img-fluid {
  width: 100%;
  height: auto;
}

/*
.flutuante {
  background-color: #6c757d;
  color: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  z-index: 999999;
}*/

.desktop {
  display: block;
}
.mobile, .logo-mini {
  display: none;
}



.logo-mini {
  margin-bottom: 5px;
  margin-top: 10px;
  max-height: 65px; 
  padding: 5px;
}

.mini-bar {
  display: block;
  background-color: #ffffff00;
  border-bottom: 1px solid #acacac71;
  font-size: 14px;
  position: relative;
  z-index: 1;
  width: 100;
  text-align: right;
}

.link-child {
  padding: 3px 0 !important;
}

.mini-bar a {
  color: #ffffffea;
  padding: 3px 17px 3px 15px;
  margin: 5px auto;
  text-decoration: none;
}

.mini-bar i {
  color: #ffffffea;
  margin: 3px 5px;
  padding: 2px;
  
}

a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

a.nav-link {
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

a.nav-link:hover {
  background-color: #3c090787;
}

a.dropdown-item {
  font-size: 13px;
  margin: 3px 0 5px 0; 
}

.cow {
  border: 1px solid #ffffffcf;
  color: #ffffff;
  border-radius: 9px;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.cow:hover {
  background-color: #3c090787;
}

.mini-bar p {
  margin-top: 10px;
}

.flutuante {
  color: #ffffff;
  position: relative;
  z-index: 999999;
  height: 50px;
  padding-top: 3px;
}
  

.header-historia {
  background-image: url('../images/hero/historia.png'); 
  background-size: cover;
  background-position: center;
  height: 510px; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

.header-noticias {
  background-image: url('../images/hero/noticias.png'); 
  background-size: cover;
  background-position: center;
  height: 510px; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

.header-responsabilidade {
  background-image: url('../images/hero/responsabilidade.png');  
  background-size: cover;
  background-position: center;
  height: 510px; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

.header-seguranca {
  background-image: url('../images/hero/seguranca.png');  
  background-size: cover;
  background-position: center;
  height: 510px; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

.header-tecnologia {
  background-image: url('../images/hero/tecnologia.jpeg'); 
  background-size: cover;
  background-position: center;
  height: 510px; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

.header-title {
  color: #ffffff;
  font-family: Ivy Mode;
  font-size: 54px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 50px;
  text-align: left;
}


      /* Fullscreen header styling */
      .full-screen-header {
        background-image: url('../images/header.jpeg'); /* Substitua pela sua imagem */
        background-size: cover;
        background-position: center;
        height: 100vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin-top: -50px;
      }

      .full-screen-header h1 {
        color: #e6e6e6;
        font-family: Ivy Mode;
        font-size: 120px;
        font-style: italic;
        font-weight: 400;
        line-height: 90px;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
        text-align: center;        
      }      
      
      .full-screen-header p {
        color: #f7f7f7;
        font-family: Ivy Mode;
        font-size: 35px;
        font-style: italic;
        font-weight: 300;
        line-height: 50px;
        letter-spacing: 0.09em;
        text-align: center;    
      }

      /* Logo saindo do topo e à esquerda */
      .logo {
        width: 200px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 17%;
        z-index: 99999;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
      }


  
      /* Conteúdo centralizado */
      .main-content {
        text-align: center;
        margin: 0 auto;
        max-width: 600px; /* Limite da largura do conteúdo */
      }

    
    h1 {
        color: #630909;
        font-size: 29px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

    h2 {
        font-size: 32px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 43.88px;
        letter-spacing: 0.05em;
    }

  /*
    h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 36px;
        font-weight: 400;
    }

    h4 {
        color: #630909;
        font-size: 36px;
        font-family: 'Ivy Mode';
        font-weight: 400;
    }

    h5 {
        color: #630909;
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        font-weight: 700;
    }
        */

    h6 {
        color: #630909;
        font-size: 18px;
        font-family: 'Ivy Mode';
        font-weight: 400;
        line-height: 22.79px;
        letter-spacing: 0.25em;
    }

  /*

    p {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
    }
*/
    .btn-gradient {
        background: linear-gradient(90deg, #F2A828 0%, #F17921 100%);
        border-radius: 5px 0px 0px 0px;
        color: #fff;
        font-size: 16px;
        margin-top: 30px;
        padding: 15px 30px;
    }

    .btn-gradient:hover {
      background: linear-gradient(180deg, #960303 0%, #3d0101 100%);
      border-radius: 5px 0px 0px 0px;
      color: #fff;
      font-size: 16px;
  }

  .btn-curriculo {
    font-weight: 700;
    margin:  20px auto;
  }

  /* box cabeçalho */
  .box-cabecalho {
    margin-top: -75px;
    position: relative;
    z-index: 9999;
  }

  .estrelas {
    background: linear-gradient(180deg, #F62F2F 0%, #630909 100%);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 320px;
  }

  .estrelas img {
    margin-bottom: 20px;
    max-width: 75px;
  }

  .estrelas h3 {
    color: #ffffff;
    font-family: Ivy Mode;
    font-size: 21px;
    font-weight: 400;
    line-height: 30.38px;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .estrelas p {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.94px;
    margin: 20px 5px;
    text-align: center;
  }

  .star-silver {
    background: #EFEEEE;
    height: 250px;
    padding: 30px 20px;
  }

  .star-silver img {
    float: left;
    margin-right: 12px;
    max-width: 72px;
  }

  .star-silver li {
    color: #000000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: left;
  }

  .star-silver li span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .star-silver ul {
    background: #EFEEEE;
    display: inline-flex;
    list-style: none;
    padding: 0;
  }

  .star-silver ul li {
    background: #EFEEEE;
    list-style: none;
    padding: 0;
  }

  .vertical-center {
    /* min-height: 100vh; */ /* Centraliza verticalmente as colunas */
    display: flex;
    align-items: center;
  }

    /* Estilo da linha em cima do título */
    .title-with-line {
        color: #630909;
        font-family: Ivy Mode;
        font-size: 32px;
        font-weight: 400;
        line-height: 45.58px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
        margin-top: 90px;  
        text-align: center;
        position: relative;
        text-transform: uppercase;
    }

    /* Linha antes do h2 usando ::before */
    .title-with-line::before {
        content: '';
        position: absolute;
        width: 86px;
        height: 0px;
        top: -20px; /* Posição da linha acima do título */
        left: 50%;
        transform: translateX(-50%); /* Centraliza a linha */
        border-top: 2px solid #630909 !important; /* Estilo da linha */
        opacity: 1; /* Controle de visibilidade (0 para invisível, 1 para visível) */
    }


    .box-cortes {
        border: 1px solid #c9c9c9;
        border-radius: 5px;
        margin: 10px 0;
        padding: 0;
    }

    .produtos {
      padding: 90px 0;
    }

    .produtos-image {
        height: auto;
        width: 100%;
    }

    .produtos-cortes {
        color: #484848;
        font-family: Montserrat;
        font-size: 17px;
        font-weight: 400;
        line-height: 21.94px;
        margin: 20px auto;
        text-align: center;
    }

    /* História */
    .historia {
      background-color: #f8f8f8;
      padding: 90px 0 210px 0;
    }

    .historia h1 {
      color: #630909;
      font-family: Montserrat;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.88px;
      margin: 20px 0 30px 0;
      text-align: left;
      text-transform: uppercase;
    }

    .historia img {
      height: auto;
      width: 100%;
    }

    .historia .btn-gradient {
      margin-bottom: 30px;
    }

    /* Tecnologia */
    .tecnologia {
      background-color: #ECEADF;
      background: #ECEADF;
      display: flex;
      margin-top: 0;
      padding-bottom: 50px;
    } 
  
    .box-tecno {
      background-color: #1A1A1A;
      background-image: url(../images/tecnologia.jpeg);
      background-position: center;
      background-repeat: no-repeat;
      color: #ffffff;
      min-height: 320px; 
      margin-top: -120px !important;
      padding: 50px 0;
      width: 100%;
    }

    .tecnologia h4 {
      font-family: Ivy Mode;
      font-size: 38px;
      font-style: italic;
      font-weight: 400;
      line-height: 63.3px;
    }

    .tecnologia h5 {
      font-family: Montserrat;
      font-size:19px;
      font-weight: 400;
      line-height: 29.26px;
      margin: 15px auto;
      max-width: 720px;
      text-align: center;
    }


    .tecnologia p {
      display: inline-block;
      font-size: 18px;
      margin-top: 10px !important;
    }


    .box-tecno-white {
      background-color: #ffffff;
      color: #630909;
      margin-top: 20px;
      padding: 30px 30px 30px 50px;
      width: 100%;
    }

    .box-tecno-white p {
      font-family: Ivy Mode;
      font-size: 18px;
      font-weight: 400;
      line-height: 22.79px;
      letter-spacing: 0.25em;
      text-align: left;
    }

    .box-tecno-white p a  {
      color: #1A1A1A;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
     
    }

    .box-tecno-white p a:hover {
      background-color: #d3d3d352;
    }

    .tecno-news h2 a {
      color: #630909;
      display: block;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 0 10px 0;
      padding: 0;
     text-decoration: none;
     text-transform: uppercase;
    }

    .tecno-news h2 a:hover {
      color: #630909;
    }


    .box-tecno-white h3 {
      font-family: Montserrat;
      font-size: 28px;
      font-weight: 700;
      line-height: 43.88px;
      margin-bottom: 50px;
      margin-top: 20px;
      text-align: left;      
    }

    .btn-tecno {
        background: #ffffff00;
        border: 1px solid #ffffff;
        border-radius: 5px 0px 0px 0px;
        color: #fff;
        font-size: 13px;
        margin: 30px auto;
        padding: 12px 20px;
    }

    .btn-tecno p {
      color: #630909;
      font-family: Ivy Mode;
      font-size: 18px;
      font-weight: 400;
      line-height: 22.79px;
      letter-spacing: 0.25em;
      text-align: left;      
    }

    .btn-tecno h3 {
      color: #630909;
    }


    .btn-tecno:hover {
      background: #7e7e7e63;
      border: 1px solid #7e7e7e63;
    }

    .btn-seguranca {
      background: #ffffff00;
      border: 1px solid #630909;
      border-radius: 5px 0px 0px 0px;
      color: #630909;
      font-size: 13px;
      margin: 30px auto;
      padding: 12px 20px;
  }

  .btn-seguranca:hover {
    background: #ffffff50;
    border: 1px solid #630909;
    color: #630909;
}

    .tecno-news {
      margin-bottom: 30px;
    }

    .tecno-news p {
      color: #000000;
      display: table-cell;
      font-family: Montserrat !important; 
      font-size: 16px !important;
      font-weight: 400;
      letter-spacing: normal !important;
      text-align: left;
      width: 100%;
    }

    .tecno-news h2 {
      color: #630909;
      display: block;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 0 10px 0;
      padding: 0;
      text-align: left;      
    }

    .tecno-news img {
      background: #D9D9D9;
      border: 0;
      float: left;
      margin-right: 20px;
      height: 72px;
      width: 72px;
    }

    .box-tecno-white-2  {
      background-color: #ffffff;
      margin: 20px 0;
      padding: 50px;
    }

    .box-tecno-white-2 h1 {
      font-size: 28px;
    }

    .box-tecno-white-2 .text-btw {
      font-size: 16px;
    }

    /* Garantia */
    .garantia {
      background-attachment: fixed;
      background-image: url(../images/garantia.jpeg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #ffffff;
      min-height: 320px; 
      padding: 50px 0;
      text-align: center;
      width: 100%;
    }


    .garantia h4 {
      color: #630909;
      font-family: Ivy Mode;
      font-size: 58px;
      font-style: italic;
      font-weight: 400;
      line-height: 63.3px;
      margin: 20px auto;
    }

    .garantia h5 {
      color: #000000;
      font-family: Montserrat;
      font-size: 19px;
      font-weight: 400;
      line-height: 29.26px;
      margin-bottom: 15px;
      text-align: center;
    }


    .garantia p {
      color: #630909;
      display: inline-block;
      font-size: 18px;
      margin: 10px auto;
      font-weight: 700;
    }

    /* Abate */
    .abate {
      background-color: #f8f8f8;
      padding: 90px 0;
    }

    .abate h1 {
      color: #630909;
      font-family: Ivy Mode;
      font-size: 46px;
      font-style: italic;
      font-weight: 400;
      margin: 30px auto;
      text-align: left;      
    }

    .abate h6 {
      color: #630909;
      font-family: Montserrat;
      font-size: 19px;
      font-weight: 700;
      text-align: left;          
    }

    .abate p {
      font-family: Montserrat;
      font-size: 19px;
      font-weight: 400;
      line-height: 29.26px;
      text-align: left;
    }

    .abate img {
      height: auto;
      width: 100%;
    }

    .abate .btn-black-border {
      margin-bottom: 30px;
    }

    .btn-black-border {
      background-color: #ffffff00;
      border: 1px solid #000000;
      border-radius: 5px 0px 0px 0px;
      font-size: 16px;
      margin-top: 30px;
      padding: 15px 30px;
    }

    .btn-black-border:hover {
      background-color: #c4c4c460;
    }

    .container-fluid {
      padding: 0;
    }

    /* Social */
    .social {
      background: #EBE8E8;
      margin: 0 !important;
      overflow: hidden;
      padding: 50px 0 90px 0;
    }

    .social-q001 {
      padding: 30px 0 20px 0;
    }

    .social-list {
      display: inline-flex;
      list-style: none;
    }

    
    .social-list li img {
      margin: auto 5px;
      max-width: 36px;
    }



    .social-block {
      font-family: Ivy Mode;
      font-size: 18px;
      font-style: italic;
      font-weight: 600;
      line-height: 22.79px;
      color: #F3A728;
      display: inline-block;
      margin: 0 auto 15px auto;
      text-decoration: none;
      width: 100%;
    }    

    .social-block:hover {
      color: #630909;
      text-decoration: none;
    }


    .social p {
      color: #630909;
      font-family: Ivy Mode;
      font-size: 21px;
      font-weight: 400;
      line-height: 30.38px;
      letter-spacing: 0.1em;
      margin-bottom: 30px;
      text-align: center;
    }

    /* Mapa */
    .localizacao {
      background: linear-gradient(180deg, #F62F2F 0%, #630909 100%);
      color: #ffffff;
      min-height: 200px;
    }

    .localizacao h5 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .localizacao p {
      font-size: 18px;
      margin: 0;
    }

    iframe {
      border: none;
      margin: 0;
      padding: 0;
      right: 0;
      height: 460px;
      width: calc(50vw - 15px);
      display: block; /* Remove espaços verticais indesejados */
    }

    .iframe-map:before {
      position:absolute;
      left:0em; 
      content:''; 
      height:100%; 
      width:auto; 
      z-index:-1;
    }
 
    .principios {
      padding: 90px 0;
    }
     
    .principios h5 {
      color: #630909;
      font-family: Ivy Mode;
      font-size: 32px;
      font-style: italic;
      font-weight: 600;
      line-height: 35px;
      margin-bottom: 50px;
      text-align: left;
    }

    .principios h6 {
      color: #630909;
      font-family: Ivy Mode;
      font-size: 29px;
      font-style: italic;
      font-weight: 600;
      letter-spacing: normal;
      line-height: 48.3px;
      text-align: left;
    }

    .principios p {
      margin-bottom: 50px;
      margin-top: 20px;
    }

    .icon-principio {
      float: left;
      margin-right: 15px;
      max-height: 48px;
    }

    .icon-sustentavel {
      float: left;
      margin-right: 15px;
      max-height: 42px;
    }

    .text-sustentavel {
      border-bottom: 1px solid #000000;
      display: grid;
      margin-bottom: 30px;
      max-width: 420px;
      padding: 0 5px 20px 0;
    }

    .text-sustentavel-2 {
      border-bottom: 0;
      display: grid;
      margin-bottom: 30px;
      max-width: 420px;
      padding: 0 5px 20px 0;
    }

    .text-uppercase {
      display: inline-block;
      font-weight: 700;
      margin-bottom: 5px;
      text-transform: uppercase;
    }

    .galery {
      background: #ECEADF;
      padding: 50px 0;  
      width: 100%;
      gap: 0px;
      text-align: center;
    }

    .galery h4 {
      color: #630909;
      font-family: Montserrat;
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 50px;
    }



    footer {
        background: linear-gradient(180deg, #484848 0%, #1A1A1A 87.89%);
        color: #ffffff;
        font-size: 17px;
        padding: 90px 0 10px 0;
    }

    footer h5 
    {
      color: #F3A728;
      font-family: Ivy Mode;
      font-size: 24px;
      font-weight: 400;
      line-height: 40px;
      letter-spacing: 0.25em;
      margin-bottom: 30px;
      text-align: left;
    }

    footer ul {
      color: #ffffff;
      font-size: 15px;
      margin: 0 0 45px 0;
      padding: 0;
    }


    footer ul li {
      list-style: none;
      margin: 0 5px 10px 0;
      padding: 0;
    }

    footer .lista-end {
      border-bottom: 1px solid #ffffff;
      color: #ffffff;
      margin: 0 0 20px 0;
      max-width: 350px;
      padding: 0 0 30px 0;
    }

    footer .lista-end li {
      font-size: 17px !important;
      list-style: none;
      margin: 0 0 20px 0 !important;
      padding: 0;
    }

    footer ul li a {
      color: #ffffff;
      text-decoration: none;
    }
    
    footer .title {
        font-family: Ivy Mode;
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0.25em;
        text-align: left;
    }

    footer .img-social {
      height: 32px;
      margin-right: 10px;
    }

    footer .link-social {
      color: #ffffff;
      margin-bottom: 50px !important;
      text-decoration: none;
    }

    footer .link-social:hover {
      color: #F2A828;
    }

    footer hr {
      margin-top: 90px;
    }

    footer .vem {
      color: #ffffff;
      font-family: Montserrat;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 2px;
    }

    footer .vem span {
      color: #F3A728;
      font-family: "Alex Brush", cursive;
      font-size: 51px;
      font-weight: 500;
    }

    footer .trabalhe {
      font-weight: bold;
    }

    footer .faca-parte {
      max-width: 320px;
    }

    .text-copy {
      font-size: 14px;
      font-weight: initial;
      padding: 10px 10px 0 10px;
      text-align: center;
    }
    
    .logo-footer {
      display: block;
      margin: 30px auto 10px auto;
    }
 
    /* Menu */
    .navbar {
      background-color: transparent !important;
      padding: 0;
      position: absolute;
      top: 60px; 
      width: 100%;
      z-index: 99999;
    }
      
    .navbar-brand, .navbar-nav .nav-link {
      color: white !important;
    }
      
    .navbar-toggler {
      background-color: rgb(255, 255, 255);
      border-radius: 0;
      margin-right: 20px;
    }

      .navbar-toggler:focus {     
      box-shadow: none;
      outline: none;
      }
      .navbar-toggler{  
        border: none;     
        margin: 20px ;
      }
      .nav-link {
      padding: 15px 20px !important;
      }
      /* Alteração */
      /*.navbar-nav {
        background-color: #1a1a1a62;
      }
      .no-padding {
        padding: 0;
      }*/
      
      /*@media (min-width: 576px) {*/
      .dropdown-menu{  
        display:none;
        opacity:0;     
        border-radius:2px;
        transform: translateX(0px) translateY(20px);
        transition: transform 0.2s ease-in;
      }
      .dropdown:hover > .dropdown-menu {  
        display:block;
        opacity: 1 !important;    
        border-radius:2px;
        transform: translateX(0px) translateY(0px);
      }
        


      @media only screen and (max-width: 991px) {
        .navbar {
          background-color: #080a09 !important;
          padding: 0;
          position: absolute;
          top: 0; 
          width: 100%;
          z-index: 99999;
        }

        .nav-item {
          border-bottom: 1px solid #96969625;
          margin: 0 !important;
          padding: 0 !important;
        }

        .desktop, .logo, .mini-bar {
          display: none;
        }
        .mobile, .logo-mini {
          display: block;
        }

      }


      @media only screen and (max-width: 767px) {

        body {
          margin: 0;
          padding: 0;
        }

      /* Fullscreen header styling */
      .full-screen-header {
        background-image: url('../images/header.jpeg'); /* Substitua pela sua imagem */
        background-size: cover;
        background-position: center;
        height: 100vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin-top: 50px;
        overflow-x: hidden !important;
      }

        .full-screen-header h1 {
          color: #e6e6e6;
          font-family: Ivy Mode;
          font-size: 86px;
          font-style: italic;
          font-weight: 400;
          line-height: 35px;
          letter-spacing: 0.05em;
          margin-bottom: 30px;
          text-align: center;        
        }      
        
        .full-screen-header p {
          color: #f7f7f7;
          font-family: Ivy Mode;
          font-size: 27px;
          font-style: italic;
          font-weight: 300;
          line-height: 35px;
          letter-spacing: 0.09em;
          text-align: center;    
        }

        
.header-historia {
  background-image: url('../images/hero/historia.png'); 
  background-size: cover;
  background-position: center;
  /* height: 510px; */
  height: 100vh; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}


.header-responsabilidade {
  background-image: url('../images/hero/responsabilidade.png');  
  background-size: cover;
  background-position: center;
  /* height: 510px;*/
  height: 100vh; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

.header-seguranca {
  background-image: url('../images/hero/seguranca.png');  
  background-size: cover;
  background-position: center;
  /* height: 510px; */
  height: 100vh; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

.header-tecnologia {
  background-image: url('../images/hero/tecnologia.png'); 
  background-size: cover;
  background-position: center;
  /* height: 510px;*/
  height: 100vh; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: -50px;
}

        .estrelas {
          background: linear-gradient(180deg, #F62F2F 0%, #630909 100%);
          border-radius: 12px;
          padding: 50px 20px 20px 20px;
          text-align: center;
          height: 280px;
        }

        .box-cabecalho {
          margin-top: -100px;
        }

        .star-silver {
          background: #EFEEEE;
          height: 380px;
          padding: 30px 20px;
        }

        h2 {
          font-size: 24px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          line-height: 30px;
          letter-spacing: 0.05em;
      }


    /* Estilo da linha em cima do título */
    .title-with-line {
      color: #630909;
      font-family: Ivy Mode;
      font-size: 26px;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 0.1em;
      margin-bottom: 20px;
      margin-top: 90px;  
      text-align: center;
      position: relative;
      text-transform: uppercase;
  }

  /* Linha antes do h2 usando ::before */
  .title-with-line::before {
      content: '';
      position: absolute;
      width: 86px;
      height: 0px;
      top: -20px; /* Posição da linha acima do título */
      left: 50%;
      transform: translateX(-50%); /* Centraliza a linha */
      border-top: 2px solid #630909 !important; /* Estilo da linha */
      opacity: 1; /* Controle de visibilidade (0 para invisível, 1 para visível) */
  }


        .tecnologia {
          background-color: #ECEADF;
          background: #ECEADF;
          display: flex;
          margin-top: 0;
          padding-bottom: 50px;
        } 
      
        .box-tecno {
          background-color: #1A1A1A;
          background-image: url(../images/tecnologia.jpeg);
          background-position: center;
          background-repeat: no-repeat;
          color: #ffffff;
          min-height: 350px; 
          margin-top: -120px !important;
          padding: 0;
          width: 100%;
        }

        .box-tecno-white-2 h1 {
          font-size: 24px;
        }

        .tecnologia h4 {
          font-family: Ivy Mode;
          font-size: 26px;
          font-style: italic;
          font-weight: 400;
          line-height: initial;
          padding: 10px;
        }
    
        .tecnologia h5 {
          font-family: Montserrat;
          font-size: 17px;
          font-weight: 400;
          line-height: 29.26px;
          margin-bottom: 15px;
          padding: 20px;
          text-align: center;
        }
    
    
        .tecnologia p {
          display: inline-block;
          font-size: 16px;
          margin-top: 50px !important;
        }
    

        .garantia h4 {
          color: #630909;
          font-family: Ivy Mode;
          font-size: 32px;
          font-style: italic;
          font-weight: 400;
          line-height: 40px;
          margin: 20px auto;
        }

        .garantia h5 {
          color: #000000;
          font-family: Montserrat;
          font-size: 17px;
          font-weight: 400;
          line-height: 29.26px;
          margin-bottom: 15px;
          text-align: center;
        }
        
        .abate h1 {
          color: #630909;
          font-family: Ivy Mode;
          font-size: 32px;
          font-style: italic;
          font-weight: 400;
          margin: 30px auto;
          text-align: left;
        }

        .abate h6 {
          color: #630909;
          font-family: Montserrat;
          font-size: 16px;
          font-weight: 700;
          text-align: left;
        }

        .abate p {
          font-family: Montserrat;
          font-size: 17px;
          font-weight: 400;
          line-height: 29.26px;
          text-align: left;
        }

        .localizacao {
          padding: 30px 0 0 0;
          overflow-x: hidden !important;
        }

        .localizacao .container {
          margin: 0;
          max-width: initial;
          padding: 0;
        }

        .localizacao h5 {
          font-size: 25px;
          font-weight: 700;
          margin-bottom: 20px;
          text-transform: uppercase;
          text-align: center;
        }
    
        .localizacao p {
          font-size: 15px;
          text-align: center;
        }

        iframe {
          display: block;
          margin: 30px 0 0 0;
          width: 100%;
        }

        footer {
          background: linear-gradient(180deg, #484848 0%, #1A1A1A 87.89%);
          color: #ffffff;
          font-size: 15px;
          padding: 90px 20px 10px 20px;
        }

        /* Historia */
        .text-history {
          color: #630909;
          font-family: Ivy Mode;
          font-size: 35px !important;
          font-style: italic;
          font-weight: 600;
          line-height: 40px !important;
          max-width: 280px !important;
          text-align: left;
          margin-bottom: 35px;
        }

        .principios {
          padding: 50px 20px;
        }

        .social p {
          color: #630909;
          font-family: Ivy Mode;
          font-size: 21px;
          font-weight: 400;
          line-height: 30.38px;
          letter-spacing: 0.1em;
          margin-bottom: 30px;
          text-align: center;
          padding: 0 20px 0;
        }

        /* Tecnologia */
        .text-pages {
          text-align: left;
          padding: 0 20px;
        }

        .title-pages {
          font-size: 27px;
          margin-bottom: 35px;
        }

        .header-title {
          color: #ffffff;
          font-family: Ivy Mode;
          font-size: 36px !important;
          font-style: italic;
          font-weight: 400;
          letter-spacing: 0.08em;
          margin-top: 50px;
          text-align: left;
        }

        .title-pages {
          font-size: 26px !important;
          margin-bottom: 35px;
        }

        .page {
          padding: 90px 20px;
        }

        .social {
          background: #EBE8E8;
          margin: 0 !important;
          overflow: hidden;
          padding: 30px 0 50px 0;
        }

        .btn-gradient {
          font-size: 15px;
        }
 
      }


/* Interas */
.page {
  padding: 90px 0;
}

.title-pages {
  font-size: 35px;
  margin-bottom: 35px;
}


.text-act {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  text-align: center;
}

.text-history {
  color: #630909;
  font-family: Ivy Mode;
  font-size: 52px;
  font-style: italic;
  font-weight: 600;
  line-height: 60px;
  max-width: 120px;
  text-align: left;
}

.text-pages {
  text-align: left;
}

.text-subtitle {
  color: #630909;
  font-family: Ivy Mode;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;  
}

 
.owl-item img {
  width: 100%;
  height: auto; /* Ajuste de altura para as imagens */
  object-fit: cover;
}

.owl-carousel .item {
  padding: 0; /* Remover espaçamento entre itens */
}

.foto {
  border: 2px solid #b167672c;
  display: block;
  margin-bottom: 20px;
}

.foto:hover {
  border: 2px solid #a39696;
  cursor: pointer;
}


        /* Efeito Selo */
        #selo {
          position: fixed;
          bottom: 20px;
          right: 35px;
          width: 90px;
          height: 90px;
          cursor: grab;
          transition: all 0.5s ease; /* Transição suave ao soltar */
          z-index: 9999; /* Para garantir que o selo fique no topo */
      }

      #selo img {
          width: 100%;
          height: 100%;
      }

      /* Efeito de cursor durante o arraste */
      .dragging {
          cursor: grabbing;
          transition: none; /* Remove a transição enquanto arrasta */
      } 

    #selo-mobile {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 90px;
        height: 90px;
        z-index: 9999; /* Para garantir que o selo fique no topo */
    }

    #selo-mobile img {
      width: 100%;
      height: 100%;
  }

  .form-label {
    font-weight: 500;
  }


  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e02929;
    --bs-btn-border-color: #e02929;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f8ad13;
    --bs-btn-hover-border-color: #f8ad13;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f8ad13;
    --bs-btn-active-border-color: #f8ad13;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e02929;
    --bs-btn-disabled-border-color: #e02929;
  }


  .cards {
    background-color: #ffffff;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    padding: 0;
    margin: 10px;
  }

  .card-icon {
    padding: 10px;
  }

  .card-noticias-text {
    color: #000000;
    display: block;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: normal;
    padding: 0 20px 10px 20px;
    text-align: left;
  }

  .card-noticias-title {
    color: #630909;
    display: block;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    padding: 10px 20px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
  }

  .bg-news {
    background-color: #ffffff41;
    border-radius: 10px !important;
  }
  .bg-news img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .p-0 {
    padding: 0;
  }

  /* Notícias */
  .aplicativo {
    padding: 90px 0;
  }


 .figure-caption {
  color: #ffffff00;
 }

 .img-noticia {
  cursor: pointer;
 }


 .noticias, .noticias h4 , .noticias p {
  text-align: left;
}

 .noticias a {
  color: #1b335f;
  cursor: pointer;
  font-size: 15px;
  font-weight: bolder;
  text-decoration: none;
}

.noticias a:hover {
  color: #630909;
}

.noticias p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.noticias h4 {
  line-height: 18px;
}

.noticias-single a {
  text-decoration: none;
}


.breadcrumb {
  background-color: #ebebeb;
  margin: 10px 10px 90px 10px;
  padding: 6px 20px 10px 20px;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}


.breadcrumb {
  background-color: #ebebeb;
  margin: 0 0 50px 0;
  padding: 6px 20px 10px 20px;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.noticia-titulo {
  font-size: 1.8rem;
  font-weight: bolder;
  color: #630909;;
  margin: 10px auto 50px;
}

.noticia-image {
  margin-bottom: 20px;
}

figure {
  margin: 10px 0;
}

figure:hover {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
} 

.noticia-silver-text {
  color: #1A1A1A;
  font-style: italic;
  font-size: 13px;
}

.text-black {
  text-decoration: none;
}

.text-black:hover {
  color: #630909 !important;
}