/* CSS PRINCIPAL DO SITE */
*,
*:after,
*:before {
	margin:0;
	/*padding:0;*/
}
*{
	border: 0px;
	font-family: "Ubuntu", sans-serif;
}
html {
	/*width: 100%;
	height: 100%;*/
	font-size:16px;
	-webkit-font-smoothing: antialiased;
}
body{
	font-family: "Ubuntu", sans-serif;
	background: #FFFFFF;
	/*width: 100%;
	height: 100%;
	overflow-x: hidden;*/
}
		/* AMBIENTE DE TESTE */
		/* body { */
			/* padding-bottom:28px; */
		/* } */
		/* body:after { */
			/* content:'Este é um ambiente de demonstração para fins de teste - As compras realizadas não são válidas.'; */
			/* position:fixed; */
			/* bottom:0; */
			/* left:0; */
			/* width:100%; */
			/* font-size:14px; */
			/* padding:5px; */
			/* text-align:center; */
			/* background: #ad74a2; */
			/* border: 1px solid #96588a; */
			/* color: #fff; */
			/* z-index: 99999; */
		/* } */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
	-webkit-font-smoothing: subpixel-antialiased;
}


/* GLOBAIS */
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #fff;
}
*:focus {
	outline: none;
}
ol, ul, nav, li {
    list-style: none;
	padding-inline-start: 0;

}
.conteudo{
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
	box-sizing: border-box;
}
.clear{
	clear: both;
}
.innerpage {
	padding-top:130px;
	margin-bottom:100px;
}
.conteudo_pad {
	padding:0 1% 0 1%;
}
.disabled-link {
	cursor: not-allowed;
	pointer-events: none;
}
section {
	position:relative;
	display:block;
	clear:both;	
}
.section {
	background-color: #f2f5f7;
	background-image: url('/img/asfalt-dark.png'),linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,249,255,1) 50%, rgba(255,255,255,1) 100%);

}
.section_alt1 {
	background: linear-gradient(rgba(255, 255, 255, 0.65),#fff,#fff), url('/img/header/normalheader.jpg') no-repeat;
	background-size: 100% auto;
}
.section_alt2 {
	background: linear-gradient(rgba(255, 255, 255, 0.65),#fff,#fff), url('/img/header/normalheader2.jpg') no-repeat;
	background-size: 100% auto;
}
.section_alt3 {
	background: linear-gradient(rgba(255, 255, 255, 0.65),#fff,#fff), url('/img/header/contactheader.jpg') no-repeat;
	background-size: 100% auto;
}
.section_alt4 {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,249,255,0.9136029411764706) 50%, rgba(255,255,255,1) 100%);
}
	.section_alt4 > .conteudo h1 {
		color: #000000;
		text-shadow: 0px 0 0px #000000;
		font-family: tahoma;
		font-size: 50px;
		font-weight: 550;
	}
	.section_alt4 > .conteudo h1:after {
		background: #fff;
	}
.section_prod {
	background-size: 100% auto !important;
}

/* Formulários GLOBAL */
input:required:not(.input-lg),select:required:not(.input-lg) {
  border-color: #c4e2d9 !important;
}
input:invalid:not(.input-lg),select:invalid:not(.input-lg) {
  background-color: #f7edea !important;
}
input:required:invalid:not(.input-lg),select:required:invalid:not(.input-lg) {
  border-color: #d48e8e !important;
}
input:required:valid,select:required:valid {
  background-color: #dff5df !important;
}
.input-lg {
	line-height: 1.3333333;
}
.btn, input[type=submit] {
	border: 1px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.33;
	letter-spacing: normal;
	font-weight: bold;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	transition: all .1s;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	-ms-transition: all .1s;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.3333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 100%;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-sign {
	color: #fff;
	background-color: #2678c0;
	border-color: #fff;
	width:auto;
	padding:10px;
	max-width: 200px;
}
.btn-log {
	background-color: #393834;
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-sign.active, .btn-sign:active, .btn-sign:hover, .open>.dropdown-toggle.btn-sign {
	color: #093f82;
	background-color: #fff;
	border-color:  #2678c0;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}
.form-control {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	padding: 6px 8px;
	font-size: 12px;
	width: 85%;
	/*height: 34px;*/
	background-color: #fff;
	border: 1px solid #ccc;

	line-height: 18px;
	color: #555;
	display: block;
	margin:auto;
	margin-top: 6px;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(103, 104, 138, 0.56);
	-ms-box-shadow: inset 0 1px 1px rgba(103, 104, 138, 0.56);
	-o-box-shadow: inset 0 1px 1px rgba(103, 104, 138, 0.56);
	-moz-box-shadow: inset 0 1px 1px rgba(103, 104, 138, 0.56);
	box-shadow: inset 0 1px 1px rgba(103, 104, 138, 0.56);
	
	-webkit-transition: all ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-ms-transition: all ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-moz-transition: all ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: all ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: all ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group {
	 position: relative;
	 display: table;
	 border-collapse: separate;
}
.input-group-addon:first-child {
	 border-right: 0;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon, .input-group .form-control {
	display: table-cell;
	box-sizing: border-box;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	margin: 0;
	display: block;
	width: 100%;
    height: 40px;
    padding: 10px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-ms-border-bottom-left-radius: 0;
	-o-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-ms-border-top-left-radius: 0;
	-o-border-top-left-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	 border-color: #66afe9;
	 outline: 0;
	 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	 -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* TOP BAR */
.topbar {
	
	display:none !important;
	
	/* position:fixed; */
	position:relative;
	height:35px;
	background: #093f82;
	width: 100%;
	overflow: hidden;
	margin-bottom:0px;
	font-size:15px;
	z-index: 1;
}
.topbar2 {
	position:relative;
}
.topbar * {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.topbar li {
	display: inline;
	line-height: 35px;
}
.topbar-redes {
	float:left;
}
.topbar-redes a {
    color: #fff;
    opacity: .8;
    padding: 0 6px 0 12px;
    display: inline-block;
    text-decoration: none;
	font-size: 12px;
    font-weight: 400;
}
.topbar li a {
	border-right: 1px solid rgba(255,255,255,.1);
	display: inline-block;
}
.topbar li:first-child:not(#logout) a {
    border-left: 1px solid rgba(255,255,255,.1);
}
.topbar-links {
	float:right;
}
.topbar-links a {
	text-transform:uppercase;
	font-weight:600;
	font-size:11px;
	padding: 0 10px;
}
.topbar a:hover,.topbar #menu_user:hover > a:hover,.topbar #menu_user:hover > ul a:hover {
    color: #17a589;
    text-shadow: 1px 1px 1px #093f82;
}
.topbar .menu_globo,.menu_globo {
	height:35px;
	background-position: right center;
    padding-right: 40px !important;
    display: inline-block;
    float: none;
    overflow: unset;
    width: auto;
    height: auto;
    max-width: unset;
}
.topbar .menu_globo:before {
	display:none;
}
.topbar #menu_user > ul {
	display:none;
}
.topbar #menu_user:hover > ul {
	display:inline;
}
.topbar #menu_user:hover > a,.topbar #menu_user:hover > ul a {
	color:rgba(255,255,255,0.8);
}
@media (max-width: 1050px) {
	.topbar-links a {
		font-size:10px;
	}
}



/* Menu Superior */
header {
	width: 100%;
	height: 110px;
	position: fixed !important; 
	top: 0;
	/* left: 0; */
	/* z-index: 10000; */
	background: transparent;
	/* -webkit-transition: all 0.1s; */
	/* -moz-transition: all 0.1s; */
	/* -ms-transition: all 0.1s; */
	/* -o-transition: all 0.1s; */
	/* transition: all 0.1s; */
}
header #logo {
	width: 20%;
	max-width:20%;
	overflow:hidden;
	display: inline-block;
	float:left;
}
header #logo a {
	display: table;
	margin:auto;
	background: url(/img/logo_110.png) no-repeat center center transparent;
	background-size: auto 70px;
	-webkit-filter: drop-shadow(0px 1px 3px #ffffff);
	filter: drop-shadow(0px 1px 3px #ffffff);
	width:100%;
	height: 110px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* Menu Superior - Links */
header nav {
	display: inline-block;
	float:left;
	width:80%;
}
header .headerfix {
	margin-top:5px;
}
header nav ul#menu-principal {
	float:left;
	width:82%;
	position:relative;
	text-align: center;
}
header nav ul#menu-promocao {
	float:left;
	width:18%;
	height:78px;
	overflow:hidden;
	background:url('/img/btn-promo3.png') no-repeat;
	background-position:center center;
	background-size:100% auto;
}
header nav ul#menu-promocao[data-animation="tada"] {
    animation: tada 1s linear;
}
header nav li {
	margin:0 0 0 21px;
	/* float:left; */
	position: relative;
	display:inline-block;
}
header nav ul#menu-promocao li {
	margin:0;
	width:100%;
	text-align:center;
}
header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* text-shadow: 1px 1px 3px #000000; */
	color:#093f82;
	font-weight:400;
	font-size:16px;
	line-height:100px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
header nav a:hover {
	color:#616161;
	text-shadow: 1px 1px 3px #ffffff;
}
header nav li a:after {
	content:"";
	margin-top:-15px;
	height:2px;
	width:0px;
	background-color:rgba(0, 93, 171, 0.63);
	display:block;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
	-moz-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
	-ms-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
	-o-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
	transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
}
header nav li a:hover:after {
	width:100%;
}
header nav ul#menu-promocao a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	font-family: tahoma;
	line-height:66px;
}
header nav ul#menu-promocao a:after {
	display:none;
}


/* BOTÕES DE LOGIN E CADASTRE-SE /**/
/*header nav .btn_login,header nav .btn_iniciar {
	background: #17a589;
	background-image: linear-gradient(to bottom, #17a589, #30e8c4);
	background-image: -webkit-linear-gradient(top, #17a589, #30e8c4);
	background-image: -moz-linear-gradient(top, #17a589, #30e8c4);
	background-image: -ms-linear-gradient(top, #17a589, #30e8c4);
	background-image: -o-linear-gradient(top, #17a589, #30e8c4);
	border-radius: 12px;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	-ms-border-radius: 12;
	-o-border-radius: 12;
	box-shadow: 0px 1px 3px #ffffff; 
	-webkit-box-shadow: 0px 1px 3px #ffffff;
	-moz-box-shadow: 0px 1px 3px #ffffff;
	-ms-box-shadow: 0px 1px 3px #ffffff;
	-o-box-shadow: 0px 1px 3px #ffffff;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000000;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
header nav .btn_login {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left:0;
}
header nav .btn_iniciar {
	background: #2678c0;
	background-image: linear-gradient(to bottom, #2678c0, #278de6);
	background-image: -webkit-linear-gradient(top, #2678c0, #278de6);
	background-image: -moz-linear-gradient(top, #2678c0, #278de6);
	background-image: -ms-linear-gradient(top, #2678c0, #278de6);
	background-image: -o-linear-gradient(top, #2678c0, #278de6);
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
header nav .btn_login:after,header nav .btn_iniciar:after{
	content:none !important;
	display:none !important;
}
header nav .btn_login:hover,header nav .btn_iniciar:hover {
	background: #fff;
	text-decoration: none;
	color: #093f82;
}
header nav .btn_login:hover  {
	color: #17a589;
}
header.header nav .btn_login,header.header nav .btn_iniciar {
	color:#fff;
	text-shadow: 0 0 1px #000000, 0 0 2px #093f82;
}
*/


/* Menu Superior com Fundo */
header.header {
	/* height: 66px; */
	height: 80px;
	width: 100%;
	/* background: url('/img/bg_header.png') repeat-x; */
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	
	/* top: 35px; */
	top: 0;
	
	z-index:10000;
	/* left:0px; */
	box-shadow: 0 3px 12px rgba(0,0,0,.23), 0 3px 12px rgba(0,0,0,.16);
}
header.header nav a {
	/* text-shadow: 0 0 3px #fff, 0 0 5px #fff; */
	color: #093f82;
	line-height: 66px;
	font-weight: bold;
	font-size: 15px;
}
header.header #logo a {
	margin-top:15px;
	height: 50px;
	background: url('/img/logo-alt-3-gold.png') no-repeat center center transparent;
	background-size: auto 85%;
}
header.header nav ul{
	height: 66px;
}
header.header nav ul a {
	/*text-shadow: 0 0 3px #fff, 0 0 5px #000;
	line-height:32px;*/
}
header.noheader {
	top:0;
	height:66px;
}
header.noheader .headerfix {
	margin-top:0;
}

/* Segunda Versão */
/*header.header2 {*/
/*	height: 66px;*/
/*	top: 0;*/
/*	position: fixed;*/
/*	!* background: url('/img/bg_header.png') repeat-x; *!*/
/*	background-color: rgba(255,255,255,0.95);*/
/*}*/
/*header.header2 .conteudo {*/
/*	margin-top:0*/
/*}*/
/*header.header2 #logo a {*/
/*	height: 50px;*/
/*	background-size: auto 50px;*/
/*	margin-top:8px;*/
/*}*/
/*header.header2 nav ul#menu-promocao {*/
/*	height:66px;*/
/*}*/
/*header.header2 .headerfix {*/
/*	margin-top:0;*/
/*}*/

/* Menu Suspenso do Usuário ANTIGO */
/*
header nav#nav ul li.dropbtn {
	margin-top: 25px;
	margin-bottom: 25px;
	background:#326488;
	background:linear-gradient(to bottom, #326488 , #6a759c);
	background:-webkit-linear-gradient(to bottom, #326488 , #6a759c);
	background:-moz-linear-gradient(to bottom, #326488 , #6a759c);
	background:-ms-linear-gradient(to bottom, #326488 , #6a759c);
	background:-o-linear-gradient(to bottom, #326488 , #6a759c);
	cursor: pointer;
	width: 140px;
	text-align:center;
	border: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
header nav#nav ul li.dropbtn a {
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	transition: unset;
	text-shadow:0 0 0 transparent;
	font-weight:normal;
	font-size:12px;
	line-height: 50px;
	color:#f6f6f6;
	text-transform: none;
	letter-spacing: normal;
}
header nav#nav ul li.dropbtn a:hover {
	color:#fff;
	text-shadow:0 0 0 transparent;
}
header nav#nav ul li.dropbtn a:after {
	display:none;
}
header.header nav#nav ul li.dropbtn {
	margin-top: 9px;
}
header nav#nav ul li.dropbtn:hover .dropdown-content {
	display: table;
}
header nav#nav ul li.dropbtn:hover {
	background:linear-gradient(to bottom, #326488 , #686c79);
}
header nav#nav ul li ul.dropdown-content {
	display: none;
	position: relative;
	background-color: rgba(249, 249, 249, 0.84);
	width: 100%;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top:-5px;
	height:auto !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
header nav#nav ul li ul.dropdown-content li {
	text-align:left;
	margin:0;
	float:none;
	display:block;
	line-height:30px;
}
header nav#nav ul li ul.dropdown-content li:first-child {
	border-radius: 15px 15px 0 0;
}
header nav#nav ul li ul.dropdown-content li:last-child {
	border-radius: 0 0 15px 15px;
}
header nav#nav ul li ul.dropdown-content li > a {
	color: #7C92A2;
}
header nav#nav ul li ul.dropdown-content a {
	 font-size: 13px;
	 font-weight:normal;
	 text-shadow:none;
    padding: 0 0 0 17px;
    text-decoration: none;
	 line-height:normal;
}
header nav#nav ul li ul.dropdown-content li > a:after {
	content:none !important;
	display:none !important;
}
header nav#nav ul li ul.dropdown-content a i.fa {
	margin-right:4px;
}
header nav#nav ul li ul.dropdown-content li:hover {
	background-color: #fff;
}
header nav#nav ul li ul.dropdown-content li:hover > a {
	color:#00B6E6;
}
*/
.menu_globo {
	background:url('/img/blue-globe.png') no-repeat center center;
	background-size:contain;
	display:inline-block;
	float:left;
	overflow:hidden;
	width: 35px;
	height: 96px;
	max-width:4%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_globo:hover {
	/*background-color: #3f3e3b;*/
}
.menu_globo {
	height:66px;
}
/* .menu_globo:before { */
    /* content: attr(data-lang); */
    /* background-color: rgba(255, 255, 255, 0.9); */
    /* color: #7473bb; */
    /* border-radius: 100%; */
    /* display: block; */
    /* font-size: 10px; */
    /* width: 12px; */
    /* height: 12px; */
    /* position: absolute; */
    /* top: 21px; */
    /* text-transform: uppercase; */
    /* padding: 4px; */
	/* -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	/* -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	/* -ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	/* -o-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	/* -webkit-transition: all 0.3s; */
	/* -moz-transition: all 0.3s; */
	/* -ms-transition: all 0.3s; */
	/* -o-transition: all 0.3s; */
	/* transition: all 0.3s; */
/* } */
/* header.header .menu_globo:before { */
	/* background-color: rgba(255, 255, 255, 0.45); */
	/* top:42px; */
/* } */
header .menu_globoativo:after {
    content: "";
    position: absolute;
    top: 58px;
    border-bottom: 10px solid #64807d;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    z-index: 3;
}


/* Submenu */
header nav ul.submenu {
	display: none;
	position: absolute;
	top:auto;
	margin-top:5px;
	left: -30px;
	min-width: 150px;
	height:auto;
	background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
header nav ul.submenu:before {
    top: -16px;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221,221,221,0);
    /* border-bottom-color: #144b63; */
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
header nav ul.submenu li {
    width: 100%;
    padding: 0;
    position: relative;
	display: list-item;
    margin: 0 auto;
    float: none;
	border-top: 1px solid rgba(204, 204, 204, 0.43);
}
header nav ul.submenu li:first-child {
	border-top: 0;
}
header nav ul.submenu li:hover {
	/* background-color: rgba(1, 60, 85, 1); */
	background-color: #ddcda5;
}
header nav ul.submenu,header nav ul.submenu li:first-child,header nav ul.submenu li:last-child {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
header nav ul.submenu a {
	text-align:center;
	/* color: #fff; */
	color: #0d0d0d;
	display: block;
	clear: both;
	position: relative;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
	white-space: nowrap;
}
header nav ul.submenu a:after {
	display:none;
}
header li:hover > .submenu {
    display: block;
}





/* CABEÇALHO ****************************************************/
.conteudo h1, table h1 {
	text-align: center;
	color: #093f82;
	font-weight:normal;
    font-size: 36px;
    text-shadow: 0px 0 3px #17a589;
}
.conteudo h1 span, table h1 san {
	/* color: #17a589; */
}
.conteudo h1:after, table h1:after {
	display: block;
	content: "";
	height: 3px;
	width: 120px;
	background: #17a589;
	margin: 15px auto 20px;
	position: relative;
}
.conteudo h1+span, table h1+span {
	display: block;
	margin-top: 10px;
	font-weight: 700;
	color: #093f82;
	font-size: 18px;
	margin-bottom: 45px;
	text-align:center;
}


/************************************************************/
/*                        FOOTER                            */
/************************************************************/
.promo-flat {
	background-color: #17a589;
	padding: 40px 0;
	position:relative;
	display:block;
}
.promo-flat .promotxt {
	max-width:75%;
	display:inline-block;
	margin-left:10px;
	box-sizing:border-box;
}
.promotxt h3 {
	color: #FFF;
	font-weight: 700;
	margin-bottom: 0;
	font-size:2vw;
}
.promotxt>h3 span {
	padding: 2px 8px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.15);
	color: #FFF;
	font-weight: 400;
}
.promotxt>span {
	font-weight: 300;
	color: rgba(255,255,255,.9);
	margin-top: 8px;
	display:block;
	font-size:1.6vw;
}
.promo-flat a.button {
	position: absolute;
	top:50%;
	transform: translate(0,-50%);
	right:30px;
	max-width:20%;
	display: inline-block;
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-color: #EEE;
	border: 2px solid #FFF;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	white-space: nowrap;
	background-color: #17a589;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	box-sizing:border-box;
}
.promo-flat a.button:hover {
	background-color: #FFF;
	border-color: #FFF;
	text-shadow: none;
	color: #333;
	text-shadow: none;
}

#footer {
	position:relative;
	background:#333;
	border-top: 5px solid rgba(0,0,0,.2);
	min-height:260px;
	display:block;
}
#footer .btn-top {
	/* position:absolute; */
	/* bottom: auto; */
	/* top:-5px; */
	/* right: 68px; */
	/* left: auto; */
	float:right;
	margin-top:-6px;
	width: 24px;
	text-align:center;
	height: 32px;
	border-radius: 0%!important;
	border-color:transparent;
	font-size: 25px;
	line-height: 32px;
	background-color: #17a589;
}
#footer .btn-top:hover {
	background-color:#292929;
}
#footer .redesocial {
	padding:30px 0 60px 0;
}
#footer .redesocial .like-box {
	float:left;
	width:18%;
	box-sizing:border-box;
	min-height:154px;
	padding-right:10px;
}
#footer .redesocial .like-box:nth-child(3) {
	background: url(/img/world-map.png) no-repeat center center;
	background-size: contain;
	width:30%;
}
#footer .redesocial .like-box:nth-child(3) li i {
	margin-right:10px;
}
#footer .redesocial .like-box:nth-child(4) {
	padding-right:0px;
	width:34%;
}
#footer .redesocial .like-box h2 {
	color:#DDD;
	margin-bottom:3px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
}
#footer .redesocial .like-box h2:after {
	display: block;
	content: "";
	height: 3px;
	width: 40px;
	background: #BDBDBD;
	margin: 15px 0px 20px;
	position: relative;
}
#footer .redesocial .like-box ul {
	list-style:none;
}
#footer .redesocial .like-box ul li {
	color:#BDBDBD;
	font-size:13px;
	line-height:32px;
}
#footer .redesocial .like-box i.fa {
	float: left;
	line-height: inherit;
}
#footer .redesocial .like-box ul li a {
	color:#17a589;
}
#footer .redesocial .like-box ul li a:hover {
	text-decoration:underline;
	color:#f6f6f6;
}
#footer .redesocial .like-box .app {
	float:left;
	margin:0 15px 15px 0;
}
#footer .redesocial .like-box .app img {
	width:170px;
	border:0;
	margin-bottom:20px;
}
#footer .redesocial .like-box .footer-social li {
	float:left;
	margin-left:15px;
	font-size:18px;
}
#footer .redesocial .like-box .footer-social a:hover {
	text-decoration:none;
}
#footer .conteudo{
	border-top:1px solid #333;
	/*background-color:#292929;*/
}
/*#footer h1#logo {*/
/*	display: inline-block;*/
/*	background:url('/img/logo-alt-3-gold.png') no-repeat transparent;*/
/*	background-size:contain;*/
/*	width:15%;*/
/*	height: 45px;*/
/*	float: left;*/
/*}*/
#footer h1#logo:after {
	display:none;
}
#footer h1#logo a {
    width: 100%;
    height: 100%;
    display: block;
}
#footer .menu-footer{
	list-style: none;
	/* float:left; */
	/* width: 70%; */
}
#footer .menu-footer ul {
	margin:auto;
	text-align:center;
	line-height:50px;
	list-style:none;
	display:table;
}
#footer .menu-footer li{
	float: left;
	padding: 0px 6px;
}
#footer .menu-footer li a{
	font-size: 13px;
	color: rgba(255,255,255,.35);
	border-bottom: 1px dotted #444;
}
#footer .menu-footer li a:hover{
	text-shadow: 1px 1px 3px #000;
	color: rgba(255,255,255,.35);
	border-bottom: 1px solid #666;
}
#certificados{
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#certificados a.weba{
	display: block;
	height: 66px;
	width: 92px;
	background: url('/img/weba.png') no-repeat top left;
	/*margin: 4px 50px 0 0;*/
	margin:4px 0 4px 0;
	float:right;
}
#certificados a.weba:hover{
	background-position: bottom left;
}
#certificados a.weba2{
	/* float:right; */
	text-align:center;
	margin:4px;
	/* display: block; */
	font-size:13px;
	color:#616161;
}
#certificados a.weba2 img{
	max-width: 70px;
}
#certificados img {
	margin:0 5px;
}
#footer .footer-final {
	background-color:#292929;
	padding: 10px 0 0 0;
}
#footer .footer-final .conteudo {
	border-top:none;
}
#footer .footer-final p {
	color: #616161;
	font-size: 13px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}
#footer .footer-final img,#certificados img {
	/* max-width:32px; */
	max-height:32px;
	vertical-align: middle;
	filter: drop-shadow(2px 2px 7px #000);
	-webkit-filter: drop-shadow(2px 2px 7px #000);
}
#footer .footer-final h4 {
	color:#17a589;
}

/************************************************************/
/*                    FLOAT CART                            */
/************************************************************/
.woofc-footer-home {
	position: fixed;
	bottom: 50%;
	right: -10px;
	z-index: 9990;
	height: 48px;
	width: 48px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: -webkit-box-shadow .3s,opacity .5s,right .3s;
	transition: box-shadow .3s,opacity .5s,right .3s;
	-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
	transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
	-webkit-box-shadow: 0 4px 30px rgba(0,0,0,0.17);
	box-shadow: 0 4px 30px rgba(0,0,0,0.17);
	pointer-events: auto;
	box-sizing: border-box;
	background: #ffffff;
	outline: none !important;
	opacity: 0.7;
}
.woofc-footer-home:hover {
	opacity: 1;
	right: 10px;
	-webkit-box-shadow: 0 6px 40px rgba(0,0,0,0.3);
	box-shadow: 0 6px 40px rgba(0,0,0,0.3);
}
.woofc-trigger-home {
	background-image: url('/img/cart.svg');
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.woofc-count-home {
	position: absolute;
	height: 20px;
	width: 20px;
	top: -10px;
	left: -10px;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	background: #E94B35;
	color: #FFFFFF;
	border-radius: 50%;
	text-indent: 0;
	list-style:none;
}
.woofc-count-home li {
	position: absolute;
	bottom: auto;
	right: auto;
	width: 100%;
	line-height: 20px;
	text-align: center;
}
/* CART MODAL */
#cart * {
	box-sizing: border-box;
}
.woofc-inner {
	width: 440px;
	height: 400px;
}
.woofc-wrapper {
	overflow: hidden;
	height: 100%;
	width: 100%;
	-webkit-box-shadow: 0 4px 30px rgba(0,0,0,0.17);
	box-shadow: 0 4px 30px rgba(0,0,0,0.17);
}
.woofc-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0 1.4em;
	-webkit-transition: opacity .2s .2s;
	transition: opacity .2s .2s;
	background: #FFFFFF;
	border-bottom: 1px solid #e6e6e6;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.woofc-header::after {
	clear: both;
	content: "";
	display: block;
}
a.woofc-title {
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	border-bottom: 1px dotted #333;
	color: #093f82 !important;
}
a.woofc-title:hover {
	border-bottom: 1px solid #000;
}
.woofc-body {
	position: relative;
	/*height: calc(100% - 40px - 35px);*/
	height:79%;
	padding: 20px 0 10px;
	margin: 40px 0 10px;
	background-color: #fff;
	color: #666666;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
}
.woofc-list {
	overflow: hidden;
	padding: 0 1.4em;
	position: relative;
	padding-bottom: 90px;
	margin: 0 !important;
	list-style: none;
}
.woofc-list ul {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.woofc-list li {
	position: relative;
	list-style: none;
	margin-bottom: 20px;
}
.woofc-list li::after {
    clear: both;
    content: "";
    display: block;
}
.woofc-inner .woofc-product-image {
	max-width: 90px;
	max-height: 90px;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.woofc-inner .woofc-product-title a {
	color: #2B2B2B;
	text-decoration: none;
}
img.wp-post-image {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	height: auto;
}
.woofc-inner .woofc-product-details {
	padding: 12px 0 0 1em;
	width: calc( 100% - 90px);
	position: relative;
	display: inline-block;
	float: right;
}
.woofc-inner .woofc-price, .woofc-inner .woofc-product-title {
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	text-transform: capitalize;
	width: 70%;
	display: inline-block;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1;
}
.woofc-inner .woofc-price {
	float: right;
	width: 30%;
	text-align: right;
}
.woofc-quantity {
	font-size:12px;
}
.woofc-footer {
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 -2px 20px rgba(0,0,0,0.15);
	box-shadow: 0 -2px 20px rgba(0,0,0,0.15);
	background: #2678c0;
}
a.woofc-checkout {
	color: #ffffff;
	margin-right: 72px;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	text-transform: none;
	display: block;
	height: 72px;
	line-height: 72px;
	text-align: center;
}
.woofc-trigger {
	right: 0;
	color: #2b3e51;
	height: 72px;
	width: 72px;
	white-space: nowrap;
	outline: none !important;
	position: absolute;
	top: 0;
}
.woofc-trigger-close-icon {
	background-image: url(/img/next.svg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
}

/************************************************************/
/*                    FONT AWESOME                          */
/************************************************************/
.entypo-fa:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 10px;
}
.entypo-resize-full:before {
	content: "\f065";
}
.entypo-facebook:before {
    content: "\f09a";
}
.entypo-twitter:before {
    content: "\f099";
}
.entypo-linkedin:before {
    content: "\f0e1";
}
.entypo-gplus:before {
    content: "\f0d5";
}
.entypo-instagrem:before {
    content: "\f16d";
}
.entypo-mail:before {
    content: "\f0e0";
}
.entypo-phone:before {
    content: "\f095";
}
.entypo-location:before {
    content: "\f041";
}
.entypo-copy:before {
    content: "\f1f9";
}


#share-buttons {
	margin:auto;
	display: table;
	height: 50px;
}
#share-buttons a {
	width: 35px;
	padding: 5px;
	display: table-cell;
	font-size: 24px;
	color: #093f82;
}


/************************************************************/
/*                    MENSAGEM DE ERRO                      */
/************************************************************/
.erro404 {
	background: url(/img/404.jpg) no-repeat center 90px;
	background-color: #f0f0f0;
	height: 490px;
	margin-top: 100px;
	padding: 0 !important;
	text-align: center;
	border: 1px solid #a2a1af;
	display:table;
}
#flashMessage {
	width: 50%;
	text-align: center;
	margin: auto;
	color: #2678c0;
	font-size: 16px;
	margin-bottom: 20px;
	border: solid 1px #2678c0;
	border-radius: 6px;
	display: table;
	height: 20px;
	overflow: auto;
}
#flashMessage span {
	background-image: url('/img/ico_check.svg');
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	width: 10%;
	height: 100%;
	min-height: 100%;
	background-color: #2678c0;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
	display: table-cell;
	box-sizing: border-box;
	overflow: auto;
}
#flashMessage div {
	display: table-cell;
	padding: 10px;
	width: 90%;
	float: left;
	box-sizing: border-box;
	height: 100%;
	vertical-align: middle;
}
#flashMessage a {
	color:#bd76a2;
}
#flashMessage a:hover {
	color:#645267;
	text-decoration:underline;
}

/* SOBRESCREVE SELECT2 */
.select2-container .select2-selection--single {
	height: 40px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
	font-size: 13px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

/* PÁGINA DE PROMOÇÃO */
.promocao-imagem {
    display: block;
    position: relative;
    width: 100%;
	height: 600px;
	background:none;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
}


/* HOME HEADER BANNER */
.header-banner {
		opacity: 1;
	transition: opacity 0s ease;
	-webkit-transition: opacity 0s ease;
		background-color: #f29a3c;
		height: 35px;
		position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
	overflow: hidden;
}
.header-banner a{
	color: rgba(255,255,255,.8);
}
.close-header-banner {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	cursor: pointer;
	padding-left: 21px;
	padding-left: 0;
}
.close-header-banner:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-header-banner:after, .close-header-banner:before {
	left: 50%;
	margin-left: -7px;
}
.close-header-banner:after, .close-header-banner:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
	-webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.close-header-banner+.header-banner-link {
	right: 60px;
}
.header-banner-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Tabela SQL CakePHP */
.cake-sql-log {
	background-color: #ffe4c4;
}
.cake-sql-log td {
	border:1px solid;
	border-bottom:0;
}
.cake-sql-log tr:last-child td {
	border-bottom:1px solid;
}
.cake-sql-log td,.cake-sql-log th,.cake-sql-log caption {
	font-size:13px;
	font-family:Arial;
}
