.titulo__categoria{
    color:gold;
   /* border-bottom: 0.1 solid gold;*/
   font-size: 1.5rem;
   font-weight: bold;
}
.container{
    display: flex;
    padding: 1rem;
}
.etiqueta{
    flex-wrap: wrap;
}
/*.swiper-slide{
    margin: 0 2rem 0 2rem;
}*/
.banner{
    display: flex;
    flex-direction: column;
    background-color: darkgray;
    margin-right: 2rem;
    width: 250px;
    margin-bottom: 2rem;
}
.banner__titulo{
    color: black;
    font-weight: bold;
    font-size: 1.3rem;
}
.banner__imagem{
    height: 250px;
    
}
@media screen and (min-width: 1024px){
    
   

}
@media screen and (min-width: 1728px){
	
}