html{background-color: #000000;}
a{text-decoration: none;}
header{
    position: fixed;
    display:flex;
    flex-direction: row;
    width: 100vw;
    height:fit-content;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    #logo{
       width: 70px;
       margin-left: 30px;
       margin-top: 10px;}}
header.fixed{ 
	padding-top: 5px;
  align-items: center;
  z-index: 1;
  background:#1e1e1e;
  margin-bottom: 100px;
  transition: 0.7s;
  height: 60px;
  #logo{
     width: 60px;
     height: fit-content;
     margin-left: 30px;
     margin-top: 1px;}}
#menuinicial {
        display:flex;
        flex-direction: row;
        margin-right: 70px;}  
    #menuinicial ul {
        display:flex;
        flex-direction: row;
        list-style: none;
        align-items: center;
        width: fit-content;}
    #menuinicial ul li a{
        color: rgb(241, 241, 241);
        text-decoration: none;
        margin-right: 20px;
        font-family: "Questrial", sans-serif;
        font-style: normal;}
#home{height: 100vh;width: 100vw;}
  .btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    &.btn-left {left: 0; }
    &.btn-right {right: 0;}}
  #categorias h1 {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: fit-content;
    text-decoration: none;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    color: rgb(228, 228, 228);
    text-align: center;
    transition: 2s;
    border: solid rgb(107, 4, 4) 2px;
    margin: 10px;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 35px;
    cursor: pointer;}

  #categorias h1:hover {
    opacity: 1;
    background-color: #770000;
    color: #ffffff;
    overflow: hidden;}
  #btn_con{
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;    /* Centraliza verticalmente */
    width: 40%;
    height: 60px;
    border: solid rgb(90, 250, 111) 2px;
    margin-left: 150px;
    border-radius: 35px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    font-size: large;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.2s ease-in;}
#btn_con:hover{
  font-style: italic;
  background-color: #31f300;
  color: whitesmoke;}
.menupeq {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  background-color: #f0f0f0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  color: #e0e0e0;
  font-size: xx-large;}
.menupeq .active {transform: translateX(0);}
.hamburguer {display: block;}
.section, .section-text{visibility: hidden;}
#quemsomos{
    background-color: #1e1e1e;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;}
#quemsomos div{
    width: 49.5%;
    height: fit-content;
    padding-top:90px;
    overflow-y: hidden;
    box-sizing: border-box;}
#quemsomos div h1{
  color: rgba(240, 248, 255, 0.836);
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;}
#quemsomos div p{
  color: rgba(240, 248, 255, 0.836);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;}
.div2 .section-text{
 margin-top: 20px;}
#quemsomos div img{
  width: 100%;
  padding-right: -10px;
  padding-left: -10px;}
.highlight {
  color: rgb(219, 205, 0);}
#produtos{
  font-family: "Open Sans", sans-serif;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100vw;}
.btnmodal_luzes{
  border-radius: 10px;
  height: fit-content;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
  transition: 3s;
}
.btnmodal_luzes:hover{box-shadow:  2px 7px 10px rgba(146, 2, 2, 1.0);}
.btn_ficha{
  text-decoration: none;
  align-content: center;
  position:relative;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #7c0002;
  border-radius: 100%;
  color: #e0e0e0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;}
.modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000000ab;
    display: grid;
    place-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 10;}
.modal:target{
  opacity: 1;visibility: visible;}
.modal__content{
  width:auto;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;}
.modal__content img{height: 98%;}
.modal__link{
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: rgb(240, 164, 0);
  color: #000000;
  padding: 0.7rem 3rem;
  margin-top: 1rem;
  border-radius: 4px;
  font-family: "Questrial", sans-serif;
  transition: 1s;}
.modal__link2{
  text-decoration: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 5;
  background-color: rgb(240, 164, 0);
  color: #000000;
  padding: 0.7rem 3rem;
  margin-top: 1rem;
  border-radius: 4px;
  font-family: "Questrial", sans-serif;
  transition: 1s;}
.modal__link:hover{
  background-color: rgb(150, 0, 0);color: white;}
.modal__link2:hover{background-color: rgb(150, 0, 0);color: white;}
.modal__description{height: 80vh;width: fit-content;}
#fundomenu{
 background-color: #1e1e1e;
 border-bottom: solid rgb(182, 4, 4) 7px;
 width: 100%;
 height: 60px;
 position: relative;}
#container{
  width: 100vw;
  height:100%;
  padding-bottom: 20px;
  margin-right: 0;
  overflow-y: hidden;
  font-size: 16px;
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  gap: 0px; }
#showmenupro{border: solid #1e2020 1px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tab-buttons {
  margin-top: 35px;
  overflow-wrap: break-word;
  width: 20vw;
  overflow-y: hidden;}
h1{
    font-weight: bold;
    margin-left: 30px; 
    color: #7c0002;
    text-decoration: none;
    padding: 8px;
    font-size: 14px;}
#categorias button{all: unset;}
.tab-buttons .tab-btn {
  padding: 3px;
  width: 90%;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  cursor: pointer;
  transition: background-color .3s ease;
  overflow-y: hidden;
  margin-left: 25px;
  margin-bottom: 0px;
  text-align: left;
  border: none;
  align-items: center;
  line-height: 25px;
  overflow-wrap: break-word;}
.tab-btn.active {
  background-color:#7c0002;
  color: #e0e0e0;}
.tab-btn:hover {
background-color: #7c0002;color: rgb(243, 243, 243);}
.tab-contents{
 overflow: hidden;margin-top: 30px;}
 .content {display: none;}
 .content.show {
    display: flex;
    gap: 10px;
    padding: 1px;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content:left;
    left: 0;
    height: auto;
    width: 80vw;
    float: right;}
 #titulo_pro{
  position: relative;
  width: 100%;
  border-bottom: solid rgb(182, 4, 4) 4px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  margin-right: -100px;}
 .box-pro{
    height:380px;
    width: 220px;
    border-radius: 10px 10px 0 0 ;
    background-color: #ffffff;
    padding: 5px;
    overflow-y: hidden;
    transition: 2s;
   }
.box-pro img{
    width:200px;
    height: fit-content;
    border-radius: 10px 10px 0 0;}
 .box-pro #titulo{
   padding: 5px;
   font-weight: bold;}
 .box-pro #descricao{
    font-size: 12px;
    padding-left: 10px;}
#img2{
  margin-top: -25px;
}
.slideshowContainer {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url('img/fundo-texturizado.webp');
  background-size: cover;        /* para cobrir toda a área */
  background-position: center;   /* centraliza a imagem */
  background-repeat: no-repeat;  /* evita repetição */
}
.imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  opacity: 0; 
  transition: opacity 1.5s ease-in-out;
  pointer-events: none; /* bloqueia clique por padrão */
  background-color: #70b3b1;
  overflow-y: hidden;}
.conteudo_banner{
  display:flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  background-color: #1d1d1d;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  background-image: url('img/fundo-texturizado.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}
.conteudo_banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;}
.conteudo_banner > * {
  position: relative;
  z-index: 1;
}.textobanner{
overflow-y: hidden;
width: 45%;
height: 75%;
color: #fafafa;
margin-left: 1%;}
.conteudo_txt{ padding: 0;
  margin:  0 auto;
  display: flex;
  flex-direction: column;
  width: 370px;
}
.titulo{flex-direction: column;align-items: flex-end;}
.titulo h1{
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #f56e23;
  letter-spacing: -0.9px;
  margin: 0;
  margin-top: 50px;
  overflow: hidden;
  line-height: 1.2;
  padding: 0;
  white-space: nowrap;
  font-size:103px;}
.textobanner h6{
 font-family: "Barlow", sans-serif;
 color: #bebebe;
 font-size: 30px;
 font-style: italic;
 font-weight: bold;
 line-height: 1.2;
 overflow: hidden;
 text-align: right;
}
.conteudo_txt p{
  text-align: left;
  font-family: "Nunito", sans-serif;
  border-top: #474747 solid 2px;
  padding-top: 20px;
  line-height: 1.5;
  margin-top: 25px;
  display: inline-flex;
  font-size: 18px;
}
.textobanner .button{
  border: solid #f56e23 2px;
  background-color: transparent;
  border-radius: 20px;
  margin-top: 25px;
  width: fit-content;
  padding: 8px 40px;
  font-family: "Barlow", sans-serif;
  color: whitesmoke;
  font-size: 18px;
}
.imgbanner{
  width: 55%;
  height: 90%;
  overflow: hidden;
} 
.imgbanner img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: contain;}
.picimg{background-color: #000000;width: 100vw;}
.visible {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;}
.slideshowArrow {
  font-size: 3em;
  color: #f58607;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;}
.slideshowArrow:hover {opacity: 0.75;}
#leftArrow {
  color: #f58607;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);}
#rightArrow {
  color: #f58607;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);}
.slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;}
.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.0);
  transition: 1s ease-in-out;}
.dot {
  background-color: rgba(255, 255, 255, 0.0);border: solid 2px rgba(255, 255, 255, 0.0);}
footer{ 
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
  background-color: #f0f0f0;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
  border-top: #c2c2c2 solid 1px;
  height: 90px;
  overflow: hidden;
}
footer #logorodape{ 
  padding-right: 10px;
  border-right: solid grey 3px;
  box-sizing: border-box;
  margin-right: 15px;
  height: 80px;}
#redes{
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;}
#redes ul{
  display: flex;align-items: center;}
#redes ul img{height: 27px;margin-right: 5px;}
footer a{
  font-size: small;
  color: #000000;
  text-decoration: none;
  list-style: none;}
footer a:hover{color: #7c0002;}
#info{
  color: #faf8f4;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  background-color: #1e1e1e;
  width: 100vw;
  padding: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  position: absolute;}
#pro {  
  width: calc(min(76.5rem, 90%));
  margin-inline: auto;
  color: #111;
  h2 { 
    text-transform: capitalize;
    letter-spacing: 0.025em;
    font-size: clamp(2rem, 1.8125rem + 0.75vw, 2.6rem);}
  a{
    display: inline-block;
    text-decoration: none;}
  .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 2rem; 
    .card {
      ul {
        margin: -5px;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.625rem;
        li {
          text-transform: uppercase;
          color: #282828;
          font-weight: 700;
          font-size: 0.8rem;
          padding: 0.275rem 0.625rem;
          border-radius: 0.188rem;}
        .luzvermelha {
          background-color: #8b0d0d;color: white;}
        .luzazul {background-color: #0010a1;color: white;}
        .luzbranca {background-color: #ffffff;color: rgb(0, 0, 0);}
        .luzambar {background-color: #ff8800;color: rgb(0, 0, 0);}
        .voltagem {background-color: #ecc101;color: darken(#70b3b1, 40%);}
        .codpro {background-color: #0b5e00;color: white;}}
      .txt_pro { 
        padding: 10px;
        h3 {
          font-family: 'Poppins', sans-serif;
          text-transform: capitalize;
          font-size: 18px;
          font-weight: bolder;}
      p {margin: 0.625rem 0 1.25rem;color: #565656;}}}
    .card-inner {
      position: relative;
      width:100%;
      height: 18.75rem;
      border-radius: 1.25rem;
      border-bottom-right-radius: 0;
      overflow: hidden;
      .box { 
        width: 100%;
        height: 100%;
        border-radius: 5px;
        overflow: hidden;
        .imgBox {
          border-radius: 5px;
          background-color: white;
          position: absolute;
          inset: 0;
          overflow: hidden;
          img {
            width: 100%;
            height: 100%;
            object-fit:contain;}}
        .icon {
          position: absolute;
          bottom: -0.375rem;
          right: -0.375rem;
          width: 5rem;
          height: 5rem;
          background:#e8e8e8;
          border-top-left-radius: 50%;
          &:hover .iconBox {
            transform: scale(1.1);}
          &::before {
            position: absolute;
            content: "";
            bottom: 0.375rem;
            left: -1.25rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem transparent;}
          &::after {
            position: absolute;
            content: "";
            top: -1.25rem;
            right: 0.375rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem transparent;}
          .iconBox {
            overflow: hidden;
            position: absolute;
            inset: 0.625rem;
            background: #8b0d0d;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.3s;
            border: rgb(146, 0, 0) solid 6px;
            span {
              color: #fff;
              font-size: 1.5rem;
            }}}}}}}
@media (max-width: 730px) { 
header{z-index:120;}
.titulo{
  flex-direction: column;
  align-items: center;
  width: 100%;}
.conteudo_banner {flex-direction: column;align-items: center;}
.textobanner{
overflow-y: hidden;
width: 99%;
height: 100%;
color: #fafafa;}
.conteudo_txt{
  padding: 0;
  margin:  0 auto;
  display: flex;
  flex-direction: column;
  width: 95%;}
.conteudo_txt p{
  text-align: left;
  font-family: "Nunito", sans-serif;
  border-top: #474747 solid 2px;
  padding-top: 5px;
  line-height: 1.5;
  margin-top: 5px;
  font-size: 18px;}
.textobanner .button{
  border: solid #f56e23 2px;
  background-color: transparent;
  border-radius: 20px;
  margin-top: 15px;
  width: fit-content;
  padding: 8px 40px;
  font-family: "Barlow", sans-serif;
  color: whitesmoke;
  font-size: 18px;
  z-index: 1;}
.imgbanner{
  width: 90%;
  height: 75%;
  color: #ececec;
  overflow: hidden;
  background-color: transparent;} 
.imgbanner img {
  float: center;
  width: 100%;}
.titulo h1{
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #f56e23;
  letter-spacing: -0.9px;
  margin: 0;
  margin-top: 95px;
  overflow: hidden;
  line-height: 1.2;
  padding: 0;
  white-space: nowrap;
  font-size:103px;}
.textobanner h6{
 font-family: "Barlow", sans-serif;
 color: #bebebe;
 font-size: 20px;
 font-style: italic;
 font-weight: bold;
 line-height: 1.2;
 overflow: hidden;
 text-align: center;}
 #quemsomos{
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     z-index: 1;}
 #quemsomos div{
     width: 99%;
     height: fit-content;
     padding-top:90px;
     overflow-y: hidden;
     box-sizing: border-box;}
 #quemsomos div h1{
   color: aliceblue;
   font-family: "League Spartan", sans-serif;
   font-size: 32px;
   font-weight: bold;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 20px;}
 #quemsomos div p{
   color: rgb(214, 215, 216);
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;}
 .div2 .section-text{
  margin-top: 20px;}
 #quemsomos div img{
   width: 100%;
   padding-right: -10px;
   padding-left: -10px;}
 .highlight {color: rgb(219, 205, 0);}
 #produtos{
  font-family: "Open Sans", sans-serif;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100vw;}
.tab-buttons {display: none;}
#produtos .tab-btn{display: none;}
.content.show {width: 100vw;}
.modal__content img{width: 98vw;}}