
@media (max-width: 450px) {
    .alerta {
        min-width: 60%;
    }
}

.alerta button {
    margin-top: 10px;
    background: var(--cor-texthover);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
@media (min-width: 540px) {
    .item-carrinho .lixeira {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-17%, -50%);
    font-size: 32px;
    color: red;
    display: none;
}

  .item-carrinho:hover .lixeira {
    display: block;
}
  .lixeira{
    width: 100%;
    height: 100px;
  }
  .lixeira img{
    width: 100px;
    height: 100px;
  
  }
  .top-text{
    width: 98%;
  }
  .top-text img{
    width: 299px;
    margin-top: 10%;
}
  .top-text p{
       font-size: var(--font-size-titlepc);
  }
  .bottom-text p{
      font-size: var(--font-size-titlepc);


  }
  .bottom-text{
    width: 98%;
     margin-bottom: 10%;

  }
  .top{
    height: 500px;
    box-shadow: 2px 2px 20px rgb(49, 46, 46);
  }
  header{
      box-shadow: 1px 1px 10px rgba(77, 20, 20, 0.595);
  }
}

@media (min-width: 1000px) {
  hr{
    display:none;
  }
  body {
    font-size: 18px;
  }
  .top{
    height: 600px;
 
  }
  .top-text{
    justify-content: start;
    margin-left: 200px;

  }
  .top-text img{
    margin-top: 5%;
    width: 750px;
    
}
  .top-text p{
       font-size: var(--font-size-titlepc);
        text-shadow: 1px 1px 5px rgb(108, 30, 30) ; /*obs essa shadow deve mudar de cor de acordo com o fundo da foto se ele for diferente na versão final!!*/
  }
  .aqui{
    font-size: calc(var(--font-size-titlepc)*0.9);
    box-shadow: 1px 1px 10px rgb(202, 99, 39) ;;
    text-shadow: none;
    padding: 4px 6px;
  }
  .bottom-text p{
       font-size: 100px;
       margin-right: 150px;
      

      

  }
  .bottom-text{
    justify-content: end;
  }
  header p{
    font-size: var(--font-size-titlepc);
  }
  header {
    background-color: white;
    height: 70px;
    width: 100vw;
    font-size: 25px;
    z-index: 2;
}
  header a{
    padding: 4px;
    border: none;
    font-size: calc(var(--font-size-titlepc) * 0.6);
  }
  main{
    width: 900px;
  }
  .resp-pc{
    display: flex;

  }
  .checkboxes{
    width: 200px;
  }
  fieldset{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px;
    max-width: 600px;
    margin-bottom: 20px;
    margin-left: 4%;
  }

  #carrinho{
    display: grid;
    gap: 10px;  
  }
  #carrinho.umItem{
    grid-template-columns: repeat( 1fr); 
  }
  #carrinho.doisItens{
    grid-template-columns: repeat(2, 1fr)
  }

  #instrucoes{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}
.titulo-instrucoes{
    width: 200px;
    
}
.titulo-instrucoes h2{
    font-size: var(--font-size-title);
    width: 400px;
}
.titulo-instrucoes ul{
    line-height: 1.7;
    width: 400px;

}
.image{
    width: 350px;
    height: 600px;
    align-content: center;


}
.img-titulo{
    width: 350px;
    height: 350px;
    background: url(../imagens/carneicone.png) no-repeat center;
    background-size: cover;
}
#footer-container{
    grid-template-columns: repeat(3,1fr);
    background-color: grey;
    opacity: 0.9;
    width: 100vw;
}
#footer-container div{
    border-bottom: none;
    border-right: 1px solid rgb(73, 73, 73); 
    margin-top: 20px;
}

}