.box-produtos-geral{
    width: 90%;
    margin: 0 auto;
    padding: 2.5rem 0;
    display: flex;
    justify-content: center;
    background-image:url("../img/fundo-loja.png");
    background-size: 1400px 650px;
}
.box-produtos{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
.box-produtos1{
    width: 32rem;
    display: flex;
    justify-content: center;
    margin-right: 2rem;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
        }
    .box-produtos2{
        width: 32rem;
        display: flex;
        justify-content: center;
        padding-bottom: 2rem;
        }

.titulo-produto{
    font-family: OpenSans;
    font-size: 1.5rem;
    color: #fefefe;
    text-align: center;
    padding-bottom: 0.5em;
}
.descricao-produto{
    font-family: Karla;
    font-size: 1.2rem;
    color: #fefefe;
    text-align: center;
    padding: 0.5em;
    
}
.compre{
    font-family: OpenSans;
    font-size: 1.3em;
    background-color: #F60101;
    padding:0 1.5em 0.3em 1.5em;
    border-radius: 8px;
    border-color: #F60101;
    
}
.compre:hover{
    background-color: #fefefe;
    transform: scale(1.2);
    transition: all 0.5s;;
    }
a {
    text-decoration: none;
    color: rgb(250, 249, 249);
  }
a:hover{
    color:#F60101;
}
 
.imagem-produto{
    width: 8rem;
    padding: 0 1.5rem;

}
.imagem-produto-camisa{
    width:14rem;
    padding: 0 1.5rem;

}
.produto{
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.5rem;
    margin: 0 1rem;
}
.descricao{
    width: 100%;
    align-items: center;
}
.video-propaganda{
    width:42%;
    padding-top: 13rem;
    padding-bottom: 1.9rem;
    margin-left: 3.2rem;
}
.texto-propaganda{
    width: 60%;
    position: absolute;
    top: 15%;
    left: 10%;
    margin: 0 auto;  
    padding-top: 2rem;
    line-height: 2;
}
  
.imagem-produto-livro{
    width:10rem;
    padding: 0 1rem;
}
.propaganda-produtos{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.botao{
    width: 64%;
    text-align: center;
}
.video-produtos{
    margin-left: 2.8rem;
    margin-top: 2rem;
}
.video-loja{
    width: 270px;
    height: 270px;
}
.aqui{
    font-size: 50px;
    font-family: OpenSans;
    font-weight: bold;
    color:#fefefe;
     animation: animate 3s linear infinite;
   
   }
   span{
       font-size: 32px;
       color: #fefefe;
   }
   .criacoes-exclusivas{
     font-family: Karla;
     color:#fefefe;
     animation: animate 4s linear infinite;
    
   }
   .com-conteudo{
    font-size: 42px;
    font-family: OpenSans;
    font-weight: bold;
    color:#fefefe;
    text-align: left;
    animation: animate 3s linear infinite;
   }

   @keyframes animate{
    0%{
      opacity: 0.3;
    }
    50%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }
  }
  .criacoes-exclusivas{
      position: absolute;
      top: 41%;
      left: 0;
    font-size:42px;
    white-space: nowrap;
    overflow: hidden;
    animation: typewriter 5s steps(45) infinite alternate,
      blink 800ms steps(45) infinite normal;
      }
  @keyframes typewriter {
    from {
      width: 0%;
    }
    to {
      width: 95%;
    }
  }
  @keyframes blink {
    from {
      border-color: black;
    }
    to {
      border-color: transparent;
    }
  }



/*Responsividade*/

@media screen and (max-width: 480px){
    .titulo-principal-loja{
        font-size: 0.8rem;
        color:#F60101;
        text-align: center;
        padding: 0.8em;
    }
    .box-produtos-geral{
        padding: 1rem 0;
        display: block;
        background: #fefefe;
    }
    .video-propaganda{
        width: 100%;
        margin-top: 45%;
        padding: 0.5rem;
    }
            .video-produtos{
                width: 100%;
                height: 100%;
                padding-bottom: 1rem;
            }
        .box-produtos{
            width: 100%;
            margin: 0 auto;
            padding: 0;
        }
        .box-produtos1{
            width: 100%;
            display: block;
            margin: 0 auto;
        }
        .box-produtos2{
            width: 100%;
            display: block;
           margin: 0 auto;
        }
.descricao-produto{
    font-size: 0.6rem;
    font-weight: normal;
  }
  .produto{
    width: 90%;
    padding: 0.5rem;
    margin: 0 0.6rem;
}
.imagem-produto{
    width: 5rem;
    padding: 0 1.5rem;

}
.criacoes-exclusivas{
    position: absolute;
    top: 30%;
    left: 0.5rem;
    font-size: 35px;
}
.texto-propaganda{
    width: 85%;
    position: absolute;
    top: 6%;
    left: 5%;
    line-height: 2.5;
    font-size: 0.4rem;
    padding: 0 1rem 1rem 1rem;
}
.video-loja{
    width: 80%;
    margin: 0 8%;
}
.imagem-produto{
    width: 120px;
}
.aqui{
    font-size: 42px;
    color:#F60101;
    font-family: OpenSans;
    animation: animate 3s linear infinite;
   
   }
   span{
    color:#F60101;
    font-size: 28px;
   }
   .com-conteudo{
    color:#F60101;
    font-size: 32px;
}
.criacoes-exclusivas{
    color:#F60101;
}
}