@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/* CSS Document */
body,html{	width:100%;	height:100%;}
body{
background:url(../img/bg-2.jpg) center;
background-attachment:fixed;
background-size:100%;
}
*{font-family: 'Open Sans', sans-serif;}
a{cursor:pointer !important;}
img{border:none;}

/***COR1:#FF5500;   COR2:#F37434; ***/
.btn1{ background:#FF5500; color:white;} .btn1:hover{ background:#F37434; color:white;}


/*** MENU ****/
#menu{ display:none; background:url(../img/bg_black.png); position:absolute; z-index:10; padding:10px; top:0; left:0; width:320px; margin:0 auto;
 border-right:2px solid white; border-bottom:2px solid white; box-shadow: #000 2px 2px 1px;}
/*** OPÇÃO-MENU ***/
.opcao-menu{ position:relative; float:left;   display:block; background:#6E6E6E; width:120px; min-height:100px; margin:10px; border-radius:15px; padding:5px; color:#F3F3F3; font-weight:700; overflow:hidden; border:1px solid white; }
.opcao-menu i{ text-align:center; color:white; width:100%; margin-bottom:5px; font-size:35px; }
.opcao-menu:hover{ background:#FF5500; color:white; text-decoration:none;}
.o1{ position:absolute; font-size:90px !important; color:#333; bottom:-10px; right:-20px; opacity:0.07;	-moz-opacity: 0.07;	filter: alpha(opacity=07);}
 .desativo{ cursor:default !important; background:#D0D0D0; opacity:0.2;	-moz-opacity: 0.2;	filter: alpha(opacity=20);}
 .desativo:hover {background:#D0D0D0;}


/*** TOPO ***/
#topo{ background:#2C2C2C; padding:10px; margin-top:0 !important;  }
#topo img{ max-height:35px;}
#topo h5{color:white;}
#topo a{color:#FF5500; font-weight:bold;}

/*** OPÇÃO ***/
.opcao{ display:block; background:#2C2C2C;  height:150px; border-radius:15px; padding:15px; color:#F3F3F3; }
.opcao i{ position:absolute; right:40px; bottom:30px; font-size:50px;  }
.opcao h2{ font-size:40px; }
.opcao h3{ margin-top:0;}
.opcao:hover{ background:#FF5500;}


.conteudo{ min-height:80%;}

#alerta{
	position:fixed;
	z-index:99;
	min-width:200px;
	top:90px;
	right:20px;
	box-shadow: 5px 10px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 10px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 10px 6px rgba(0, 0, 0, 0.5);
}
.num{
	position:absolute;
	left:-10px;
	top:2px;
}


.obrigatorio{
	color:#900;
}
.row{margin-top:8px;}


#direitos{ margin:10px; text-align:right; color:#9D9D9D;}
#direitos a{ color:#7A7A7A; font-weight:bold;}
#push { position:fixed; top:10px; right:5px; z-index:99; display:none;}

.img-produto{ max-height:400px; max-height:400px;}
