@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@1,500&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  font-weight: 1000;
  overflow-x: hidden;
}

img {
  height: 70px;   
}

nav {
    /*
    border: 1px solid blue;
    */
    background-color: #000;
    
}

#menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid rgb(255, 68, 0);
    width: 100%;
}

li {
  list-style-type: none;
}

.opcoes-menu1{
  display: flex;
  margin-right: 20px;
  gap: 20px;
}

.options_menu {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.options_menu:hover{
  color: rgb(255, 68, 0);
}

input{  
  padding: 12px 22px 12px 22px;
  border-radius: 5rem;
  border: none;
  outline: none;
}

.iconSearch{
  display: flex;
  align-items: center;
  margin-inline: auto;
  color: rgb(71, 61, 61); 
  border-radius: 5rem;
  background-color: #fff;
  cursor: pointer;
}

.login{
  margin: 35px 0 0 -160px;
}

.link,p{
  font-size: 1.4rem;
  color: rgb(124, 124, 124);
  text-decoration: none;
}

.link{
  color: rgb(255, 68, 0);
}

#registration_box{
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid rgb(255, 68, 0);
  align-items: center;
  padding-bottom: 30px;
}

.promotion{
  margin:  20px -150px 0 0;
}

.buttonPromotion{
  padding: 15px 33px 15px 33px;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.5s;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border: none;
    
}

.buttonPromotion:hover{
  background-color: rgb(255, 68, 0);
}

.banner{
  background: url(/img/pcBanner.jpg) no-repeat center;
  height: 100vh;
  background-size: cover;
  margin-top: 0rem;
}

.caixaTextBanner{
  background-color: rgb(228, 76, 20);
}

.textBannerP{
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
  letter-spacing: 0.3rem;
}

#iconVerifiedBox{
  display: flex;
  justify-content: space-around;
  background-color: rgb(37, 37, 37);
  margin-top: 0rem;
  padding: 4rem;
  color: rgb(255, 68, 0);
}

.icon1, .icon2, .icon3 {
  display: flex;
  gap: 10px;
  font-size: 28px;
}

.icon1, .icon2{
  border-right: 2px solid white;
  padding: 0 110px 0 0;
}

.textVerified, .textLocal, .textCard{
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin-top: 0px;
}

.textProducts{
  margin-top: 8rem;
  margin-left: 7rem;
  font-size: 2.5rem;
  color: rgb(255, 68, 0);
  font-family: 'Inter', sans-serif;
}

#container_grid{
  padding: 200px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 100px;
  grid-row-gap: 25px;
  margin-top: -5rem;
  justify-content: center;
  align-items: center;
}

#container_grid div{
  background-color: #fff;
  padding: 60px;
  border: 2px solid rgb(255, 68, 0);
  height: 480px;
  width: 320px;
  margin-inline: auto;
  border-radius:20px ;
  text-align: center;
}

.imgItem1{
  height: 220px;
  margin: -20px 0px 0 -42px;
}

.textItem1{
 color: #000;
 font-family: 'Inter', sans-serif;
 font-size: 1.3rem;
}

.precoItem1{
  color: rgb(255, 68, 0);
  font-family: 'Tilt Warp', cursive;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.buttonItem1{
  padding: 15px 33px 15px 33px;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.5s;
  background-color: rgb(241, 95, 41);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border: none;
  margin-top: 1.5rem;
  
}

.buttonItem1:hover{
  background-color: rgb(270, 72, 0);
}


.imgItem2{
  height: 220px;
  margin: -20px 0px 0 -10px;
}

.textItem2{
 color: #000;
 font-family: 'Inter', sans-serif;
 font-size: 1.3rem;
}

.precoItem2{
  color: rgb(255, 68, 0);
  font-family: 'Tilt Warp', cursive;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.buttonItem2{
  padding: 15px 33px 15px 33px;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.5s;
  background-color: rgb(241, 95, 41);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border: none;
  margin-top: 1.5rem;
  
}

.buttonItem2:hover{
  background-color: rgb(270, 72, 0);
}



.imgItem3{
  height: 150px;
  margin: 25px 0px 0 -30px;
}

.textItem3{
 color: #000;
 font-family: 'Inter', sans-serif;
 font-size: 1.3rem;
}

.precoItem3{
  color: rgb(255, 68, 0);
  font-family: 'Tilt Warp', cursive;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.buttonItem3{
  padding: 15px 33px 15px 33px;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.5s;
  background-color: rgb(241, 95, 41);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border: none;
  margin-top: 1.5rem;
  
}

.buttonItem3:hover{
  background-color: rgb(270, 72, 0);
}


.imgItem4{
  height: 220px;
  margin: -45px 0px 0 35px;
}

.textItem4{
 color: #000;
 font-family: 'Inter', sans-serif;
 font-size: 1.3rem;
}

.precoItem4{
  color: rgb(255, 68, 0);
  font-family: 'Tilt Warp', cursive;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.buttonItem4{
  padding: 15px 33px 15px 33px;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.5s;
  background-color: rgb(241, 95, 41);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border: none;
  margin-top: 1.5rem;
  
}

.buttonItem4:hover{
  background-color: rgb(270, 72, 0);
}



.imgItem5{
  height: 220px;
  margin: -20px 0px 0 -42px;
}

.textItem5{
 color: #000;
 font-family: 'Inter', sans-serif;
 font-size: 1.2rem;
}

.precoItem5{
  color: rgb(255, 68, 0);
  font-family: 'Tilt Warp', cursive;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.buttonItem5{
  padding: 15px 33px 15px 33px;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.5s;
  background-color: rgb(241, 95, 41);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border: none;
  margin-top: 1.5rem;
  
}

.buttonItem5:hover{
  background-color: rgb(270, 72, 0);
}


.imgItem6{
  height: 220px;
  margin: -20px 0px 0 -15px;
}

.textItem6{
 color: #000;
 font-family: 'Inter', sans-serif;
 font-size: 1.3rem;
}

.precoItem6{
  color: rgb(255, 68, 0);
  font-family: 'Tilt Warp', cursive;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.buttonItem6{
  padding: 15px 33px 15px 33px;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.5s;
  background-color: rgb(241, 95, 41);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border: none;
  margin-top: 1.5rem;
  
}

.buttonItem6:hover{
  background-color: rgb(270, 72, 0);
}

#informationFooter{
  display: flex;
  justify-content: space-around;
  color: #000;
  margin-top:-10px;
  border-top: 4px solid rgb(270, 72, 0);
  padding: 5rem;
}

.telephone, .email, .socialMedia{
  display: flex;
  font-size: 25px;
  gap: 20px;
  cursor: pointer;
}

.textTelephone, .textSocialMedia{
  color: #fff;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  margin-top: 15px;
}

.textEmailBox{
 display: grid;
 grid-template-columns: auto;
 grid-row-gap: 10px;
 margin-top: -5px;

}

.textEmail{
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

#informationFooter i{
  border: 1px solid rgb(270, 72, 0);
  padding: 15px;
  background-color: rgb(270, 72, 0);
  border-radius: 150px;
}



