* {
    
    margin: 0;
    box-sizing: border-box;

box-sizing: border-box;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
body {
    background-image: url(thum09.webp);
}
.trequinho{
    background-image: url(home-banner.jpg);
    background-repeat: no-repeat;
    height: 94vh;
    width: 100%;
}

#G {
    animation: maiusc infinite 1s;
}

#A {
    animation: maiusc infinite 1s;
}

#D {
    animation: maiusc infinite 1s;
}

#E {
    animation: maiusc infinite 1s;
}



header{
    width: 100%;
    display: flex;
}

.coisinha{
    width: 100%;
    height: 8vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-around;       
}
.font-header{
    font-size: 11px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
.color-header{
    color: #FCDC00;
}
.btn-header{
    display: flex;
    width: 32%;
    justify-content: space-between;
}
.lupa-header{
    height: 2vh;
}
.imageh{
    padding-right: 15%;
}
.meio{
    display: flex;    
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60vh;
    flex-direction: column;
}
.boxp{
    display:flex;   
    width: 30%;
    height: 22vh;
    background-color: black;
    justify-content: space-evenly;
    align-items: center;
    flex-direction:column;
    padding: 2%;
}
.boxp> h2{
    color: white;
    font-size: 36px;
    font-weight: 200;
}
.boxp > p{
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: 300;
}
.boxa{
    display: flex;
    width: 8%;
    height: 4vh;
    background-color: yellow;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
}
.boxa > p{
    font-size: 12px;
    color: black;
    font-weight: 600;
}
main{
    height: auto;
    width: 100%;
}

.btnm{display: flex;
height: 25vh;
align-items: center;
justify-content: center;
width: 60%;
margin: auto;}


.btnm> a{
    text-decoration: none;
    color: black;
    margin-right: 1px;
    padding: 1% 3%;
    font-size: 12px;
    font-weight: 500;
}



.all{
    background-color: #FCDC00;
}

.ap:hover{
    background-color: #FCDC00;
}

.unap:hover{
    background-color: #FCDC00;
}

.uni:hover{
    background-color: #FCDC00;
}


.galeriam{
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.fotosm{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.imgm{
    padding: 0 10px;
    margin-bottom: 10px;
}
.btnm2{
    display: flex;
    background-color: #FCDC00;
    padding: 0.7%;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.btnDm{
    width: 100%;
    display: flex;
    height: 20vh;
    margin-bottom: 5%;
    align-items: center;
    justify-content: center;
}

body {
    background-image: url(resident-evil-4-remake-merchant-screen-01-en-15nov22.webp);
}

video {
    width: 100%;
    position: fixed;
    z-index: -1;
}


.div1 {
    font-size: 3em;
}

.div1>a {
    color: whitesmoke;
    text-decoration: none;
}


#G {
    animation: maiusc infinite 1s;
}

#R {
    animation: maiusc infinite 1s alternate
}

#A {
    animation: maiusc infinite 1s alternate-reverse;
}

#D {
    animation: maiusc infinite 1s alternate-reverse;
}

#E {
    animation: maiusc infinite 1s alternate-reverse;
}

@keyframes maiusc {
    from {
        text-transform: lowercase;
    }

    to {
        text-transform: uppercase;
    }
}

.cimadireita {
    nav-right: auto;
    height: 100%;
    width: 100%;
    inset: 0px;
    color: transparent;
    font-family: "Oswald" sans-serif;



}

.letraB {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-family: "Oswald" sans-serif;

}

.quadradosec {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 32%;
    transition: background-color 0.4s;
}

.quadradosec>h2 {
    font-size: 18px;
    color: rgb(247, 245, 245);
    font-weight: 600;
}

.quadradosec>p {
    font-size: 14px;
    color: white;
    margin-top: 5%;
}


.arruma {
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    position: absolute;
    margin-top: 27.2%;
}

footer {
    height: 20vh;
    background-color: rgb(119, 44, 44);
    display: flex;
    width: 100%;
    position: absolute;
}

.divfoot {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-left: 10%;
}

.foot1 {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.foot1>h2 {
    color: #FFF;
    font-size: 18px;
}

.foot1>p {
    color: #fffafa;
    font-size: 14px;
    margin-top: 10%;
}

.foot2 {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.foot2>h2 {
    color: #FFF;
    font-size: 18px;
}

.foot2>p {
    color: #f0e9e9;
    font-size: 14px;
    margin-top: 10%;
    margin-bottom: 5%;
}

.input-btn {
    display: flex;
}

.input-btn>input {
    height: 5vh;
    width: 20vw;
}

.btn_env {
    display: flex;
    width: 13%;
    height: 4.95vh;
    background-color: #6b4722;
    margin-left: -1%;
    justify-content: center;
    align-items: center;
}

.bt_env>svg {
    height: 4vh;
}

.foot3 {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 15%;
}

.foot3>h2 {
    color: #FFF;
    font-size: 18px;
}

.foot3>p {
    color: #777777;
    font-size: 14px;
    margin-top: 20%;
    margin-bottom: 10%;
}
.txt1{
    text-align: right;
    margin-top: -55vh;
    color: rgb(119, 44, 44)
}
.txt1 > p{
    color: #FFF;
}
@media (max-width: 768px) {
    .top-bar {
      flex-direction: column;
      gap: 15px;
      padding: 20px;
    }
  
    .product-details {
      flex-direction: column;
      gap: 20px;
    }
  
    .product-options {
      display: flex;
      justify-content: space-between;
    }
  
    .nav {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .buttons {
      flex-direction: column;
      gap: 10px;
    }
  
    .product-gallery img,
    .product-info {
      max-width: 100%;
    }
  
    .tabs {
      padding: 10px 0;
    }
  
    .tabs li {
      display: flex;
    }
  }
  
  @media (max-width: 480px) {
    .logo h1 {
      font-size: 1.5rem;
    }
  
    .nav a {
      font-size: 0.9rem;
    }
  
    .product-info h2 {
      font-size: 2rem;
    }
  
    .price {
      font-size: 1.5rem;
    }
  }