@charset "utf-8";
.hide {
	display: none !important;	
}
iframe {
	border: none;
	overflow: hidden;
	width: 500px;
	height: 350px;
}
#bg_sugestoes {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#content_sugestoes {
	display: none;
	position: fixed;
	top: 20%;
	left: 35%;
	width: 30%;
	height: 50%;
	padding: 20px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	z-index: 1002;
}
.sugestoes {
	width: auto;
	height: 168px;
	position: fixed;
	top: 300px;
	right: 0;
}

.menu-ativo-fran {
 	background:#555 !important;
}

.menu-ativo-fran a {
	color:#FFF !important;
}


.sug_close {
	margin: 0;
	padding: 0;
	top: -20px;
	right: -23px;
	position: absolute;
}
#content_sugestoes h1 {
	font-size: 26px;
	padding-bottom: 5px;
}
#content_sugestoes p {
	padding: 10px 0 5px 0;
	margin: 0;
	font-weight: bold;
}
#content_sugestoes p em {
	font-weight: normal;
	font-style: normal;
}
#content_sugestoes input, #content_sugestoes textarea {
	border: 1px solid #ccc;
	padding: 10px;
	width: 460px;
	border-radius: 3px;
}
#content_sugestoes textarea {
	height: 80px;
}
#content_sugestoes input:focus, #content_sugestoes textarea:focus {
	border: 1px solid #666;
}
#content_sugestoes button {
	background: gray;
	border: 1px solid #666f80;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 16px;
	color: #111;
	font-weight: bold;
	text-shadow: 0px 1px #dfe4ed;
	border-radius: 3px;
	margin-top: 10px;
	outline: none;
	background: -moz-linear-gradient(top, #dfe4ed, #a3adc0) repeat-X;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfe4ed), to(#a3adc0)) repeat-X;
 -ms-filter: \"progid: DXImageTransform.Microsoft.gradient(startColorstr=#dfe4ed, endColorstr=#a3adc0)";
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#dfe4ed, endColorstr=#a3adc0);
}
#content_sugestoes button:hover {
	border: 1px solid #267726;
	color: #fff;
	text-shadow: 0px -1px #286728;
	background: -moz-linear-gradient(top, #5ab65a, #419641) repeat-X;
	background: -webkit-gradient(linear, left top, left bottom, from(#5ab65a), to(#419641)) repeat-X;
 -ms-filter: \"progid: DXImageTransform.Microsoft.gradient(startColorstr=#5ab65a, endColorstr=#419641)";
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#5ab65a, endColorstr=#419641);
}
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
.copy-index {
	float: left;
	padding-top: 10px;
}
.clipow {
	text-align: right;
	padding-top: 3px;
}
#welcome-first {
	display: block;
	z-index: 99999999;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -250px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}
#alert-cupom {
	display: block;
	z-index: 99999999;
	top: 0;
	left: 50%;
	margin-left: -500px;
	margin-top: 50px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}
#welcome-first .panel {
	height: 505px;
}
.panel {
	display: block;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.70;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #000;
	width: 720px;
	margin: -25px 0 0 110px;
	padding: 20px;
	position: absolute;
	z-index: -99999;
	height: 240px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 1px 1px #ffd195;
}
.panel-body {
	padding: 25px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
}
.panel-body a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}
.panel-body a.destaque {
	border: 1px solid #b5b5b5;
	padding: 3px 15px;
	color: #333333;
	text-shadow: 1px 1px #ffffff;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#fefefe), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #fefefe 0, #e0e0e0 100%);
	background-image: -moz-linear-gradient(top, #fefefe 0, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #fefefe 0, #e0e0e0 100%);
	background-repeat: repeat-x;
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}
.panel-body a:hover .destaque {
	border: 1px solid #cccccc;
	padding: 3px 15px;
	color: #333333;
	text-shadow: 1px 1px #ffffff;
	border-radius: 3px;
}
.panel-heading {
	padding: 15px 25px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading .close {
	float: right;
	z-index: 100;
	margin-left: 50px;
	margin-top: 5px;
}
.panel-body:before, .panel-body:after {
	display: table;
	content: " ";
}
.panel-body:after {
	clear: both;
}
.panel-body:before, .panel-body:after {
	display: table;
	content: " ";
}
.panel-success {
	z-index: 99999999;
	margin-left: 140px;
	width: 700px;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #ffa93a;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 10px #000;
	box-shadow: 0 0px 10px #000;
}
.panel-success > .panel-heading {
	color: #9d5e0d;
	background-color: #dff0d8;
	border-color: #ffa93a;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ffa93a;
}
.panel-success > .panel-heading > .dropdown .caret {
	border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ffa93a;
}
.panel-success>.panel-heading {
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffc477), to(#ffa93a));
	background-image: -webkit-linear-gradient(top, #ffc477 0, #ffa93a 100%);
	background-image: -moz-linear-gradient(top, #ffc477 0, #ffa93a 100%);
	background-image: linear-gradient(to bottom, #ffc477 0, #ffa93a 100%);
	background-repeat: repeat-x;
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}
.btn {
	display: inline-block;
	margin: 20px 0 0 252px;
	padding: 10px 50px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#f0ad4e), to(#eb9316));
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -moz-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	background-repeat: repeat-x;
	border-color: #e38d13;
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
 filter:progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px
}
.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075)
}
.btn-warning:active, .btn-warning.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
/* GERAL */
html, body {
	height: 100%;
}
.geral-site {
	min-height: 100%;
	position: relative;
}
* html .geral-site {
	height: 100%;
}
/* TOPO SISTEMA */
.topo-site {
	width: 100%;
	height: 70px;
	background-color: #fff;
	color: #e6e6e6;
	position: relative;
	z-index: 1;
}
.area-topo-site {
	width: 980px;
	margin: 0 auto;
}
.logo-site {
	width: 181px;
	float: left;
	padding-top: 12px;
}
.logo-site>a>img {
	width: 60%;
}
.info-topo-site {
	width: 700px;
	float: right;
	padding-top: 23px;
}
.info-topo-site ul {
	text-align: right;
	color: #3E3E3E;
}
.info-topo-site ul li {
	margin-left: 40px;
	display: inline-block;
	font-size: 14px;
}
.info-topo-site ul li a {
	color: #3E3E3E;
	text-decoration: none;
}
.info-topo-site ul li a:hover {
	text-decoration: underline;
}
/* TOPO */
.topo-site-index {
	width: 100%;
	height: 93px;
	background: url(../images/bg-topo-site1.png) repeat-x;
	color: #e6e6e6;
	position: relative;
	z-index: 999;
}
.area-topo-site {
	width: 980px;
	margin: 0 auto;
}
.logo-site-index {
	width: 181px;
	float: left;
	padding-top: 28px;
}
.logo-site-index>a>img {
	width: 60%;
}
.info-topo-index {
	width: 700px;
	float: right;
	padding-top: 15px;
}
.info-topo-index ul {
	text-align: right;
	color: #FFF;
	margin-left: 330px;
}
.info-topo-index ul li {
	margin-left: 0px;
	display: inline;
	font-size: 14px;
	float: left;
	margin-top: 0px;
}
.info-topo-index .link-fale {
	padding-top: 25px;
	padding-right: 30px;
}
.info-topo-index ul li a {
	color: #e6e6e6;
	text-decoration: none;
	margin-top: 0px;
}
.info-topo-index ul li a:hover {
	text-decoration: underline;
}
/* CONTEUDO */
.conteudo-site {
	padding-bottom: 90px;
	position: relative;
}
.area-conteudo-site {
	width: 980px;
	margin: 0 auto;
}
.secao1-pagina {
	height: 40px;
	background-color: #008000;
	border-bottom: 2px solid #008712;
}
.area-tit-pag {
	width: 980px;
	padding-top: 6px;
	margin: 0 auto;
}
.caminho-usu {
	color: #FFF;
	width: 750px;
	float: right;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	text-shadow: none;
	padding-top: 6px;
}
.caminho-usu a {
	color: #fff;
}
.bt-voltar1 {
	width: 73px;
	float: left;
	margin-right: 20px;
}
.menu-pagina {
	width: 980px;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.menu-pagina ul {
	width: auto;
	display: inline-block;
}
.menu-pagina li {
	float: left;
	margin-right: 0px;
	background: #FFF;
}
.menu-pagina li a {
	padding: 5px 10px;
	color: #666;
	text-decoration: none;
	display: block;
}
.menu-pagina li a:hover, .menu-pagina li a.ativo-menu-pag {
	background: #555;
	color: #FFF;/* !important;*/
}
a .icon-cart {
	background-image: url("../images/btn-templates.png");
	width: 24px;
	height: 16px;
	margin: -2px 0 -2px 0;
	padding: 0;
	display: inline-block;
	background-repeat: no-repeat;
}
a:hover .icon-cart {
	background-image: url("../images/btn-templates-hover.png");
	width: 24px;
	height: 16px;
	margin: -2px 0 -2px 0;
	padding: 0;
	display: inline-block;
}
a:active .icon-cart {
	background-image: url("../images/btn-templates-hover.png");
	width: 16px;
	height: 16px;
	margin: -2px 0 -2px 0;
	padding: 0;
	display: inline-block;
}
.menu-pagina .item-pag6 {
	border: 1px solid #888;
	height: 27px;
}

.menu-pagina .item-pag66 {
	border: 1px solid #888;
	height: 27px;
}

.menu-pagina .item-pag77 {
	border: 1px solid #888 !important;
	height: 27px;
	border-radius: 5px;
    margin-left: 80px;
}

.menu-pagina .item-pag4 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #888;
	height: 27px;
}

.menu-pagina .item-pag44 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #888;
	height: 27px;
}
.menu-pagina .item-pag2 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	height: 27px;
}

.item-pag22 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	height: 27px;
}

.bg-comprar-creditos {
	background: #daff80 !important;	
}

.item-pag22-active {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	height: 27px;
	background:#555 !important;
	color:#FFF !important;
}

.menu-pagina .item-pag7 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	height: 27px;
}

.menu-pagina .item-pag5 {
	border: 1px solid #888;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 27px;
}

.menu-pagina .item-pag55 {
	border: 1px solid #888;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 27px;
}

.menu-pagina .item-pag1 {
	border-radius: 5px;
	margin-right: 10px;
	border: 1px solid #888;
	height: 27px;
}

.menu-pagina .item-pag11 {
	border-radius: 5px;
	margin-right: 10px;
	border: 1px solid #888;
	height: 27px;
}
/* titulo / descr */
.tit-pagina {
	font-size: 24px;
	color: #2D9A00;
	margin: 20px 0 3px;
}
.subtit-pagina {
	font-size: 17px;
	color: #444;
	margin-bottom: 2px;
}
.descr-pagina {
	width: 100%;
	padding: 0 0 10px;
	font-size: 14px;
	color: #727272;
	float: left;
	clear: both;
}
.descr-pagina-config {
	width: 100%;
	padding: 0 0 10px;
	font-size: 14px;
	color: #727272;
	clear: both;
}
/* RODAPE */
.rodape-site-index {
	width: 100%;
	height: 85px;
	bottom: 0;
	background: #393939;
	clear: both;
}
.rodape-site {
	width: 100%;
	height: 85px;
	/*position: absolute;*/
	bottom: 0;
	background: #393939;
	clear: both;
}
.area-rodape-site {
	width: 980px;
	padding-top: 12px;
	margin: 0 auto;
	text-align: center;
}
.area-rodape-site ul {
	text-align: center;
	margin-bottom: 10px;
}
.area-rodape-site ul li {
	display: inline-block;
	margin-right: 25px;
}
.area-rodape-site ul li:last-child {
	margin-right: 0;
}
.area-rodape-site a {
	color: #e7e7e7;
	text-decoration: none;
	font-size: 14px;
}
.area-rodape-site a:hover {
	text-decoration: underline;
}
.area-rodape-site address {
	text-align: center;
	color: #FFF;
	font-style: normal;
}
/* INDEX */
.area-index {
 background:;
	height: 750px;
}
/*.area-index2                            {height: 1500px;}*/
/* banner 1 - index */
.banner1-index {
	height: 252px;
	background: url(../images/bg-area1-index.jpg) repeat-x;
	border-bottom: 3px solid #d1710b;
}
.area-banner1-index {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.col1-banner1 {
	width: 359px;
	position: absolute;
	left: -18px;
	top: 28px;
}
.col2-banner1 {
	width: 780px;
	height: 300px;
	float: right;
	background: url(../images/bg-col2-banner1.png) no-repeat top right;
}
.textos1-banner1 {
	padding: 20px 0 0 130px;
	color: #FFF;
	height: 166px;
}
.tit1-banner1 {
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 2px 0 #d47918;
}
.descr1-banner1 {
	font-size: 17px;
	margin-bottom: 10px;
}
.texto-final-banner1 {
	height: 35px;
	padding: 10px 0 0 130px;
	font-size: 17px;
	color: #565656;
	background: #f9ebdc;
}
/* secao 2 - index */
.secao2-index {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.tit-secao2-index {
	font-size: 24px;
	color: #404040;
	margin-bottom: 15px;
}
.campo-secao2 {
	padding: 7px 8px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	background: #FFF url(../images/bg-campo1.jpg) repeat-x;
	border-radius: 4px;
}
.campo-secao2 span {
	width: 50px;
	color: #818181;
	font-size: 14px;
	display: inline-block;
}
.campo-secao2 input {
	width: 225px;
	border: none;
	font-size: 12px; /*text-transform: lowercase;*/
}
/* quadros cadastro / login */
.quadro-cadastro1, .quadro-login1 {
	padding: 12px 15px;
	float: left;
	border-radius: 4px;
}
.quadro-cadastro1 {
	width: 300px;
	margin-right: 40px;
	background: #f0eee1;
	border: 1px solid #c7c7c7;
}
.quadro-login1 {
	width: 300px;
	background: #727272;
	border: 1px solid #585858;
}
.quadro-login1 .tit-secao2-index {
	color: #FFF;
}
.quadro-login1 .campo-secao2 {
	border: 1px solid #737373;
}
.quadro-login1 .campo-secao2 span {
	width: 110px;
}
.quadro-login1 .campo-secao2 input {
	width: 160px; /*text-transform: lowercase;*/
}
.esq-senha {
	float: right;
	position: relative;
	top: -12px;
	color: #FFF;
}
.esq-senha:hover {
	color: #FFF;
}
/* secao col3 - vantagens */
.secao2-vantagens {
	width: 220px;
	height: 295px;
	float: right;
	padding-left: 35px;
	border-left: 1px solid #d8d8d8;
	text-align: left;
}
.secao2-vantagens .tit-secao2-index {
	color: #ce7210;
	line-height: 0.8em;
}
.secao2-vantagens ul li {
	margin-bottom: 15px;
	font-size: 15px;
}
.secao2-vantagens ul li:last-child {
	margin-bottom: 0;
}
/* ADMIN */
.menu-admin {
	padding-top: 30px;
}
.menu-admin li {
	float: left;
	margin-right: 31px;
	margin-bottom: 25px;
}
.last {
	margin-left: 170px;
}
.menu-admin li:last-child {
	margin-right: 0;
}
.menu-admin li:nth-child(3n+0) {
	margin-right: 0;
}
/* PADROES QUADROS */
.q-padrao {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99999;
}
.area-q-padrao {
	background: #FFF;
	border: 1px solid #000;
	border-radius: 7px;
	z-index: 99999999999999999999999;
	width: 655px;
	padding: 10px 15px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.bg-preto1, .bg-preto2 {
	top: 50%;
	left: 50%;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.70;
	position: absolute;
	z-index: 99999999;
}
.fechar-q-padrao {
	width: 73px;
	height: 23px;
	top: -28px;
	right: 0px;
	position: absolute;
	background: url(../images/bt-close1.png) no-repeat;
	z-index: 9999999999999999;
	cursor: pointer;
}
.titulo-q-padrao {
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
}
/* PADROES BOTOES */
.bt-padrao1, .bt-padrao2, .bt-padrao3, .bt-padrao4 {
	width: auto;
	height: 23px;
	margin-bottom: 3px;
	padding: 5px 10px 0;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 2px 2px #d0d0d0;
	-moz-box-shadow: 0 2px 2px #d0d0d0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* estilo botao padrao 1 - cinza */
.bt-padrao1 {
	color: #4E4E4E;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #9c9c9c;
	background: #FFF url(../images/bg-bts-grad1.jpg) repeat-x left bottom;
}
.bt-padrao1:hover {
	color: #000;
	background: #f7f7f7 url(../images/bg-bts-grad2.jpg) repeat-x left bottom;
	box-shadow: none;
}
/* estilo botao padrao 2 - verde */
.bt-padrao2 {
	color: #304103;
	text-shadow: 0 1px 0 #fbfff1;
	border: 1px solid #7fac07;
	background: #daff80 url(../images/bg-bts-grad3.jpg) repeat-x left bottom;
}
.bt-padrao2:hover {
	color: #000;
	background: #daff80 url(../images/bg-bts-grad4.jpg) repeat-x left bottom;
	box-shadow: none;
}
/* estilo botao input padrao 2 - verde */
.bt-input-padrao2 {
	width: auto;
	height: 30px;
	margin: 0 0 3px !important;
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 2px 2px #d0d0d0;
	-moz-box-shadow: 0 2px 2px #d0d0d0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	top: 1px;
	cursor: pointer;
}
.bt-input-padrao2 {
	color: #304103;
	text-shadow: 0 1px 0 #fbfff1;
	border: 1px solid #7fac07;
	background: #daff80 url(../images/bg-bts-grad3.jpg) repeat-x left bottom;
}
.bt-input-padrao2:hover {
	color: #000;
	background: #daff80 url(../images/bg-bts-grad4.jpg) repeat-x left bottom;
	box-shadow: none;
}
/* margens padrao bottom */
.margem-tipob1 {
	margin-bottom: 5px;
}
.margem-tipob2 {
	margin-bottom: 10px;
}
.margem-tipob3 {
	margin-bottom: 15px;
}
.margem-tipob4 {
	margin-bottom: 20px;
}
.margem-tipob5 {
	margin-bottom: 25px;
}
/* QUADRO esqueci a senha */
.q-esq-senha {
	display: none;
}
.q-esq-senha .bg-preto1 {
	width: 400px;
	height: 200px;
	margin-top: -100px;
	margin-left: -200px;
}
.q-esq-senha .fechar-q-padrao {
	top: -1px;
	right: -1px;
}
.q-esq-senha .area-q-padrao {
	width: 340px;
	height: 150px;
	padding: 10px 15px;
	margin-top: -85px;
	margin-left: -185px;
}
.descr-esq-senha {
	font-size: 14px;
	margin-bottom: 7px;
	color: #666;
	line-height: 1.3em;
}
.campo-esq-senha {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background: #FFF;
	padding: 5px;
	margin-bottom: 8px;
}
.campo-esq-senha input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 12px;
	color: #666;
}
.content-left {
	padding-top: 10px;
	float: left;
	margin-left: 200px;
}
.content-right {
	float: right;
	margin-right: 220px;
}
.tit-limitador {
	float: left;
	width: 550px;
	margin-right: 30px;
	clear: left;
}
.quadro-youtube {
	background-color: #CCC;
	padding: 15px;
	width: 560px;
	clear: both;
	height: 360px;
}
.quadro-left {
	float: left;
	width: 720px;
}
.brk {
	clear: both;
	height: 25px;
}
.brack{
	clear:both;	
}
.float_l{
	float:left;	
}
.float_r{
	float:right;	
}
/* BUTTON */

.download-button .download-link {
	display: inline-block;
*display:inline;
*zoom:1;
	border-radius: .25em;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3);
	background-color: #43a6e2;
	background-color: #277ac1;
	background-image: -webkit-linear-gradient(top, #43a6e2, #277ac1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#43a6e2', endColorstr='#277ac1', GradientType=0)";
	background-image: linear-gradient(to bottom, #43a6e2, #277ac1);
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1.1;
	text-decoration: none;
	min-width: 80px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	font-family: 'Open Sans', X-LocaleSpecific, sans-serif;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	background-color: #81bc2e;
	background-color: #659324;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #81bc2e, #659324);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81bc2e', endColorstr='#659324', GradientType=0)";
	background-image: linear-gradient(to bottom, #81bc2e, #659324);
	cursor: pointer;
	padding: 0;
	margin-left: 54px;
	width: 220px;
	_margin-left: 0;
	_width: 294px;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 6px
}
.download-button .download-link:hover {
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.3), inset 0 12px 24px 2px #83c822
}
.download-button .download-link .download-content {
	display: block;
	position: relative;
	color: #b8e779;
	margin-left: -54px;
	min-height: 82px;
	margin-bottom: -12px;
	padding: 10px 12px 16px 119px
}
.download-button.download-button-simple .download-link {
	margin-left: 0;
	width: 240px
}
.download-button.download-button-simple .download-link .download-content {
	background-image: none;
	padding: 20px 40px;
	margin-left: 0;
	margin-bottom: 0;
	min-height: 0;
	color: #fff;
	text-align: center
}
.download-button.download-button-simple .download-link .download-subtitle {
	font-size: 20px;
	font-size: 1.25rem
}
.download-button{
	    display: -webkit-inline-box;
		display: -moz-box;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);	
}.menu-container1 {
	float: left;
	width: 450px;
}

.tarja_aviso {
	color: #292727; display: none;font-family: Tahoma, Arial;font-size: 14px;background-color: #FF8;width: 98%;height: 85px;;padding: 10px;	border: 1px solid #BEBEBE;margin-bottom: 15px;	
}

.bt-down-menu {
	float: right !important; height: 15px !important;border-radius: 5px !important; padding: 5px 10px !important;background: #FFF !important;text-decoration: none;display: block;width: 120px;
	
	/*float: right; height: 15px;border-radius: 5px;padding: 5px 10px;background: #FFF;text-decoration: none;display: block;width: 120px;*/
}

.bt-down-menu:hover {
	background: #555;
	color: #FFF !important;
}

<!-- -->

.modal_contener {
	width: 100%;
	background: rgba(0, 0, 0, 0.58);
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.modal {
	display: block !important;
	width: 40%;
    max-width: 1200px;
	margin: 0 auto;
	height: 49%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background: #fff;
	border-radius:8px;
	border: 1px solid #d8e2e7;
}
.vertical_alinha {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.modal-content {
	height: 100%;
	box-shadow: none;	
	border-radius: 8px;
	position: relative;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-color: #d8e2e7;
}
.modal-close {
	position: absolute;
	right: 15px;
	top: 17px;
	color: #adb7be;
	background: 0 0;
	border: none;
	cursor: pointer;
}
.modal-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.5;
	font-family: 'Source Sans Pro', Calibre, Helvetica, Arial, sans-serif;
	    color: #343434;
}
.modal-body {
	position: absolute;
	padding: 15px;
	overflow-y: auto;
	height: calc(100% - 149px);
	width: calc(100% - 30px);
}
.modal-footer {
	border-top-color: #d8e2e7;
	bottom: 0;
	position: absolute;
	width: calc(100% - 30px);
	    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
/*ja existe*/
.btn_baixar_envio {
    color: #fff;
    background-color: #4d90fe;
    border-color: #2073FC;
	margin-right: 15px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    font-weight: bold;
    word-wrap: normal;
    line-height: 30px;
    cursor: pointer;
	font-family:arial;
	font-weight:100;
}
.btn_baixar_envio:hover {
    background-color: #156DFD;
    color: #fff;
}
.btn_cancel_envio {
    color: #fff !important;
    background-color: #CC3300;
    border-color: #CC3300 !important;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    font-weight: bold;
    word-wrap: normal;
    line-height: 30px;
    cursor: pointer;
	font-family:arial;
	font-weight:100;
}
.btn_cancel_envio:hover {
    background: #9E0F0F;
    border-color: #9E0F0F;
}

.modal-body>.extra_01{
	float:left;
	width:calc(50% - 40px);
	padding:20px;
	cursor:pointer;
	text-align:center;
}
.modal-body>.extra_01>img{
    border: 1px solid #ddd;
    border-radius: 4px;	
	width:100%;
}
.modal-body>.extra_01{
	cursor:pointer;		
}
.modal-body>.extra_01:hover{
	background-color:#85FFC8;		
}
.modal-body>.extra_01>h1{
    font-family: 'Source Sans Pro', Calibre, Helvetica, Arial, sans-serif;	
	font-weight:400;
	font-size:20px;
}
.modal-body>.extra_01>p{
    font-family: 'Source Sans Pro', Calibre, Helvetica, Arial, sans-serif;	
	font-weight:400;
	font-size:14px;
}

.download_down {
	height: 13px;
	vertical-align: middle;
	margin-bottom: 1px;
}