body {

	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #E5E9ED;
}
main{
  margin-top:230px;
  color:white;}
.container{
	max-width: 1275px;
  margin:auto;
}


.card-container{
	width: 400px;
	height: 570px;
	float: left;
	background-color: white;
	border:thick;
	border-color:#C90;	
	
/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
/* transition: 0.3s;*/
}

/* On mouse-over, add a deeper shadow */


.card-container2{
	width: 400px;
	height: 480px;
	float: left;
	background-color: white;
	border:thick;
	border-color:#C90;	  
}
.texto {
	font-size: 14px;
	text-align: center;
/*	#text-transform: capitalize;*/	
	color: gray;
	background-color: white;
}
.price{
	color: #000000;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	padding-top: 10px;
	background-color: white;
	height: 30px;
}
.produto{
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	background-color: white;
}
.texto2 {
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: blue;
	background-color: white;
}
.number {
  	width: 3em;
  	font-size:22px;
	font-weight: bold;	
	text-align: center;
	color: blue;  
}
header{
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:white;
  text-align:center;
/*  padding: 20px 0;
*/}
header .menu {
	padding: 10px 0;
	background-color: #FFE7CE;
	text-decoration:none;	
}

header .menu a {
	 font-size:18px;
	 color:#F63;
	 text-decoration:none;
}
header .menu a:hover {
	color:#C33;
}
header .orcamento {background:#FFE7CE; color:black; text-align:right; font-size:15px; border-radius:1.250em;display:inline-block; width:15%;}
header .orcamento:after{content:url(../img/icon_bag.png);display: inline-block; float: right; margin-right:-0.313em;}
header .orcamento a, a:active{color:black; text-decoration:underline;}
header .orcamento a:hover{color:#52734f; text-decoration:underline;}

.rodape {
	padding: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:0.2;
	margin-left: 10px;
}
forms {
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0 0;
	text-align: center;
/*	#text-transform: capitalize;*/	
	color: black;
	background-color: white;
}
.texto_normal {
	font-size: 14px;
	line-height: 14px;
	margin: 15px 0 0;
	text-align: center;
/*	#text-transform: capitalize;*/	
	color: black;
}
.texto_kit {
	font-size: 28px;
	line-height: 28px;
	margin: 15px 0 0;
	text-align: center;
/*	#text-transform: capitalize;*/	
	color: black;
}
.foto:hover {
	
 filter: contrast(90%); 	
  
}
.botao:hover {

  filter:drop-shadow(4px 4px 6px gray);
}  
.filtros {
	font-size: 12px;
	line-height: 14px;
	margin: 15px 0 0;
	text-align: center;
/*	#text-transform: capitalize;*/	
	color: #F00;
	
} 
.accordion {
    background-color: #D7D7D7;
    color: gray;
    cursor: pointer;
    padding: 12px;
    width: 99%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-radius: 25px;
	margin-bottom:6px;
}

.active,.accordion:hover {
    background-color: #FFCC99;
	color:black;
}

.accordion:after {
    content: '\002B';
    color: black;
    float: right;
    margin-left: 5px;
}

acordion.active:after {
    content: "\2212";
	
}
.panel {
    padding: 0 18px;
    color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
