* {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #233e83;
    padding: 10px 5%;
  }

  header {
    width: 100%;
    background-color: #d21709;
  }

  .top-header .interface {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .Logotipo img {
    height: 100px;
    display: block;
  }

  .interface {
    display: none;
  }

  .btn-social {
    display: flex;
    gap: 10px;
  }

  .btn-social button {
    font-size: 20px;
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  .btn-social i {
    color: #fff;
  }

  .card-container1 {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
  }

  .card-container1 img {
    max-width: 100%;
    display: block;
    height: 300px;
    border-radius: 10px;
  }

  h1 {
    font-size: 1.29rem;
  }

  .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .infor h3 {
    font-size: 1.4rem;
    margin: 10px;
    text-align: start;
  }

  .infor p {
    text-align: start;
    margin: 10px;
    border-bottom: 2px solid #ccc;
  }

  /*kit's*/
  .container-kits h5 {
    font-size: 2.4rem;
  }

  .dia-dia-img {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }

  .dia-dia-img img {
    max-width: 100%;
  }

  .dia-dia-img p {
    font-size: 1.8rem;
    text-align: center;
  }

  .dia-dia-img li {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .container-kits h5 {
    font-size: 2rem;
  }

  .dia-dia-img {
    gap: 20px;
  }

  .dia-dia-img p {
    font-size: 1.6rem;
  }

  .dia-dia-img li {
    font-size: 1.3rem;
  }
}

/*sobre*/
@media screen and (max-width: 768px) {
  .text p {
    font-size: 1.8rem;
    text-align: start;
    padding: 20px 30px 30px 30px;
    background-color: #ececec;
  }
}

.about-us-row-item p {
  margin: 20px;
  display: inline;
  font-size: 1.5rem;
}

.info {
  background-color: #ffffff;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

@media (max-width: 768px) {
  section.slider {
    width: 100%;
  }

  section.slider {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 10px;
    overflow: hidden;
  }
  .silder-wrapper {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
  }

  .slider-content {
    width: 400%;
    display: flex;
  }

  .slider-content input,
  .img-mobile {
    display: none;
  }

  .slide-box {
    width: 25%;
    transition: 0.2s;
  }

  .slide-box img {
    width: 100%;
  }

  .nav-manual,
  .nav-auto {
    position: absolute;
    margin-top: 100%;
    width: auto;
    display: flex;
    justify-content: center;
  }

  .nav-manual .manual-btn,
  .nav-auto div {
    border: 2px solid #233e83;
    padding: 9px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
  }

  .nav-manual .manual-btn:not(:last-child),
  .nav-auto div:not(:last-child) {
    margin-right: 8px;
  }

  .nav-manual .manual-btn:hover {
    background-color: #d21709;
  }

  #radio1:checked ~ .nav-auto .auto-btn1 {
    background-color: #d21709;
  }

  #radio2:checked ~ .nav-auto .auto-btn2 {
    background-color: #d21709;
  }

  #radio3:checked ~ .nav-auto .auto-btn3 {
    background-color: #d21709;
  }

  #radio1:checked ~ .primeiro {
    margin-left: 0%;
  }

  #radio2:checked ~ .primeiro {
    margin-left: -25%;
  }

  #radio3:checked ~ .primeiro {
    margin-left: -50%;
  }

  .about-us-row {
    flex-direction: column;
    align-items: center;
  }

  .about-us-row img {
    width: 50%;
  }

  @media (max-width: 500px) {
    .nav-manual .manual-btn,
    .nav-auto div {
      padding: 6px;
    }

    .about-us-row p {
      display: flex;
      align-items: center;
      text-align: center;
    }
  }

  /*galeria*/
.arrow-left,
.arrow-right {
  display: none;
position: absolute;
top: 0;
left: 0;
right: auto;
bottom: 0;
font-size: 20px;
display: flex;
align-items: center;
width: 40px;
color: #fff;
transition: all 600ms ease-in-out;
background: linear-gradient(to left, transparent 0%, black 200%);
opacity: 0.1;
cursor: pointer;
border: none;


}

.arrow-left:hover,
.arrow-right:hover {
opacity: 1;
display: none;
}

.arrow-right{
display: none;
  left: auto;
right: 0;
background: linear-gradient(to right, transparent 0%, black 200%);
}

.item{
width: 250px;
height: 300px;
flex-shrink: 0;
overflow: hidden;
transition: all 600ms ease-in-out;

}

.current-item {
opacity: 100%;
}



  /* conheça as peças */
 @media screen and (max-width: 900px) {
  .boi-container {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    padding: 2px;
    flex-wrap: wrap;
  }

  .boi-img {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%; 
  }

  .boi-img h3 {
    display: block;
    text-align: left;
    margin: 10px;
  }

  .boi-img img {
    width: 100%;
    max-width: 450px;
    height: auto; 
    display: block;
    margin: 0;
  }

  .boi-img ul {
    padding: 10px;
    list-style-type: none;
    margin: 0;
  }

  .boi-img li {
    line-height: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .boi-img i {
    color: red;
    margin: 0 10px 0 5px;
    vertical-align: middle;
  }

  .boi_partes ul {
    column-count: 1;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .boi_partes li {
    margin: 20px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    
  }

  .boi_partes h5 {
    color: #233e83;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    border-bottom: 2px solid #ccc;
  }

  .boi_partes table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 7px;
  }

  .boi_partes table td {
    font-size: 15px;
    line-height: 50px;
    border-bottom: 2px solid #ccc;
    padding: 10px;
  }

  .boi_partes tr i {
    color: red;
    margin-left: 30px;
    vertical-align: middle;
  }

  .parte-carne {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.parte-carne span {
  font-weight: bold;
  font-size: 25px;
}

.parte-carne .icones i {
  margin-right: 5px;
  font-size: 30px;
  color: #d21709;
}

}

  

  /*rodapé*/
  footer .interface2 {
    max-width: 100%;
  }
  footer .line-footer2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 2 colunas iguais */
    gap: 20px;
    border-bottom: 1px solid #fff;
    margin: 20px;
  }

  footer .line-footer2 .box-line-footer {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
  }

  footer .box-line-footer img {
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0%;
  }

  .box-line-footer .btn-redes button {
    font-size: 1.8rem;
    color: #233e83;
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
  }

  footer .line-footer3 {
    text-align: center;
    padding-top: 10px;
  }

  .line-footer2 .box-line-footer h3 {
    line-height: 1rem;
    text-align: center;
    color: #233e83;
    margin-bottom: 10px;
    display: block;
  }

  .line-footer2 .box-line-footer a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 1rem;
    transition: 0.2s;
  }

  .box-line-footer {
    display: grid;
    margin-left: 35%;
    align-items: center;
    justify-content: center;
  }

  @media screen and (max-width: 768px) {
    /* menu mobile */
    .topnav {
      overflow: hidden;
      background-color: transparent;
      position: relative;
      z-index: 1000;
    }

    .interface img {
      display: flex;
    }

    .topnav #myLinks {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(35, 62, 131, 0.95);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
      z-index: 1000;
    }

    .topnav #myLinks.show {
      display: flex; /* Só mostra quando adicionamos a classe 'show' */
    }

    .topnav a {
      color: white;
      padding: 23px 30px;
      text-decoration: none;
      font-size: 1.6rem;
      display: flex;
    }

    /* Estilo do botão hamburguer */
    .topnav a.icon {
      background: transparent;
      display: flex;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 2rem;
      padding: 15px;
      cursor: pointer;
      z-index: 1001;
    }

    /* Hover */
    .topnav a:hover {
      color: #d21709;
    }
  }
}
