@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Kanit:400,700');

/********************************************************************************************
BLOCOS FORMULARIOS
********************************************************************************************/

.bloco{
	width: 47%;
	min-height:30px;
	margin:2px;
	padding:5px 0;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.bloco-m{
	text-align: center;
	width: 100%;
	height: auto;
	margin: 5px auto;
	padding: 5px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

.bloco-p{
	width: 30%;
	min-height:30px;
	margin:0px;
	padding:5px 0;
	float: left;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/********************************************************************************************
FORMULARIOS
********************************************************************************************/

#formulario {
    clear:both;
	width: 100%;
	max-width:800px;
	height:auto;
	margin:5px auto;
	padding:5px;
	overflow:hidden;
}
#formulario legend {
	display: inline;
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style: normal;
    font-size: .8em;
	margin: 2px 0 0 10px;
	padding: 0;
	color:#999;
	float: left;
	letter-spacing:-.3px;
}
#formulario fieldset{
	border: 0;
	margin: 0px auto;
	padding: 0;
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;
	justify-content:space-between;	
}
#formulario input[type=text], [type=mail] {
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 97%;
	height: 25px;
	margin: 5px auto;
	padding: 3px;
	letter-spacing: 1px;
	/*color*/
	color:#242427;
	/*background*/
	background: rgba(255,255,255,0.8);
	/*shadom*/
	/*box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*radius border*/
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	/*borders*/
	border: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
}
    #formulario input::-webkit-input-placeholder  {
        color: #888; 
		font-weight:100;
		/*text-shadow: 0px -1px 0px #333; */ 
    }
    #formulario input:-moz-placeholder {
        color: #242427; 
		text-shadow: 0px -1px 0px #333; 
    }
#formulario input[type=text]:hover{ 
	/*color*/
	color:#242427;
	/*background*/
	background: rgba(245,245,245,0.95);
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*borders*/
	border: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
}
#formulario select {
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 98%;
	height: 33px;
	margin: 5px auto;
	padding: 3px;
	letter-spacing: 1px;
	/*color*/
	color:#242427;
	/*background*/
	background: rgba(255,255,255,0.8);
	/*shadom*/
	/*box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*radius border*/
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	/*borders*/
	border: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
}
#formulario select:hover{ 
	/*color*/
	color:#242427;
	/*background*/
	background: rgba(245,245,245,0.95);
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*borders*/
	border: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
}
#formulario textarea{
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 97%;
	height: 47px;
	margin: 5px auto;
	padding: 3px;
	letter-spacing: 1px;
	/*color*/
	color:#242427;
	/*background*/
	background: rgba(255,255,255,0.8);
	/*shadom*/
	/*box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*radius border*/
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	/*borders*/
	border: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
}

#formulario textarea:hover{ 
	/*color*/
	color:#242427;
	/*background*/
	background: rgba(245,245,245,0.95);
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*borders*/
	border: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
}

#formulario input[type=submit] {
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-weight:normal;
    width: 98%; 
	height: 47px;  
	padding: 10px 15px; 
	margin: 5px;
    border: 0px;
    cursor: pointer;
	/*color*/
	color:#FFF;
	/*background*/
	background:#242427;
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*radius border*/
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}
#formulario input[type=submit]:hover{ 
	/*color*/
	color:#FFF;
	/*background*/
	background:#8c0000;
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#formulario input:focus, textarea:focus {
    background: rgba(230,230,230,0.3);
	color: #242427;
}

/**************************************************************************************/

#formulario label {
	color:#F00;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 5px 0 0 25px;
	margin: 0 15px;
	font-size: .8em;
	font-weight: 100;
	float: left;
}
#formulario input[type=checkbox] {
	display: none;
}
#formulario label:before {
	text-align:center;
	text-decoration:none;
	content: "!";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	background-color: #FFF;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}
#formulario input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #333;
	text-align: center;
    line-height: 15px;
}
#formulario file:before {
	text-align:center;
	text-decoration:none;
	content: "!";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	background-color: #FFF;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

/********************************************************************************************
FORM-PRODUTOS
********************************************************************************************/

#form-pedido {
	font-family:'Kanit', Arial, Helvetica, sans-serif;
    width: 100%;
	height: auto;
	margin:0 auto; 
	padding:0; 
	border: 0;
	float:none;
}
#form-pedido input[type=submit] {
	font-family:'Kanit', Arial, Helvetica, sans-serif;
	font-weight:bold;
    width:95%; 
	height: 47px;  
	padding: 10px 15px; 
	margin: 5px;
    border: 0px;
    cursor: pointer;
	/*color*/
	color:#FFF;
	/*background*/
	background: #402B0E;
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*radius border*/
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#form-pedido input[type=submit]:hover{ 
    width: 95%; 
	height: 47px;  
	padding: 10px 15px; 
	margin: 5px;
    border: 0;
    cursor: pointer;
	/*color*/
	color:#FFF;
	/*background*/
	background: #A65C02;
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*transitions*/
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*radius border*/
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#form-pedido input:focus, textarea:focus {
    background: #F3F3F3;
	color: #333;
}

