
.titulo-categora{
	background: transparent;
	max-width:90%;
	height:auto;
	margin: auto;
	left: 0px;
	right: 0px;
	align-items: center;
	text-align: left;
	flex-wrap: wrap;
	transition: all .20s;
	border-radius:0.3rem;
	justify-content: space-between;
	font-size: 15pt;
	padding: 10px;
	display: flex;
	
	}

.titulo-categoro img{

	width: 20px;
	height: 20px;
}


.titulo-categora	 a{
 color:rgb(24, 184, 233);
 text-decoration: none;
}

.titulo-categora a:hover{
 color:black;
 text-decoration: none;
 transition: all .5s;
}


.mobile{
	background:transparent;
	color: white;
	max-width:95%;
	height:auto;
	margin: auto;
	left: 0px;
	right: 0px;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	transition: all .20s;
	border-radius:0.6rem;
	justify-content: center;
	
	}

.produto{

	background:white;
	color:black;
	width:18%;
	height:400px;
	margin: 10px;
	left: 0;
	right: 0;
	padding: 5px;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	font-size: 13pt;
	border-radius: 1rem;
	transition: all .5s;	
}

.produto:hover{

	background:white;
	color:rgb(70, 116, 241);
	width:18%;
	height:400px;
	margin: 10px;
	left: 0;
	right: 0;
	padding: 5px;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	font-size: 13pt;
	border-radius: 1rem;
	transition: all .5s;
	box-shadow: 0px 0px 5px rgb(24, 184, 233);
}



.produto img{

	width: 88%;
	height: 200px;
	margin: 2px;
	border-radius:0.3rem;
	transform: .5s;
	transition: .5s;
}

.produto img:hover{

	width: 90%;
	height: 200px;
	margin: 2px;
	border-radius:1rem 1rem;
	transform: .5s;
	transition: .5s;
}


.produto button{
    width:95%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color:black;
    background-color:white;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 0px 0px 5px rgb(24, 184, 233);
 
}

.produto button:hover{
    width:95%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color: white;
    background-color:rgb(24, 184, 233);
    border-radius: 0.6rem;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 0px 0px 5px rgb(24, 184, 233);
 
}


@media (max-width: 768px){

.titulo-categora{
	background: white;
	max-width:99%;
	height:auto;
	margin: auto;
	left: 0px;
	right: 0px;
	align-items: center;
	flex-wrap: wrap;
	transition: all .20s;
	border-radius:0.3rem;
	justify-content: space-between;
	font-size: 15pt;
	padding: 10px;
	display: flex;
	
	}

	.titulo-categoro img{

	width: 20px;
	height: 20px;
}

.mobile{
	background:transparent;
	color: white;
	max-width:99%;
	height:auto;
	margin: auto;
	left: 0px;
	right: 0px;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	transition: all .20s;
	border-radius:0.6rem;
	justify-content: center;
	
	}

.produto{

	background:white;
	color:black;
	width:45%;
	height:330px;
	margin: 5px;
	left: 0;
	right: 0;
	padding: 5px;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	font-size: 10pt;
	border-radius: 1rem;
	transition: all .20s;

}

.produto:hover{

	background:white;
	color:black;
	width:45%;
	height:330px;
	margin: 5px;
	left: 0;
	right: 0;
	padding: 5px;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	font-size: 10pt;
	border-radius: 1rem;
	transition: all .20s;
	box-shadow: 0px 0px 5px rgb(24, 184, 233);
}

.produto img{

	width: 96%;
	height: 160px;
	margin: 2px;
	border-radius:0.6rem;
}

.produto img:hover{

	width: 96%;
	height: 160px;
	margin: 2px;
	border-radius:0.6rem;
	transition: all .20s;
}

.produto button{
    width:95%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 8pt;
    color:black;
    background-color:white;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 0px 0px 5px rgb(24, 184, 233);
 
}

.produto button:hover{
    width:95%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 8pt;
    color: white;
    background-color:rgb(24, 184, 233);
    border-radius: 0.6rem;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 0px 0px 5px rgb(24, 184, 233);
 
}



}