@charset "UTF-8";
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	*zoom:1;
}
.clear {
	clear: both;
}
.position-relative {
	position:relative;
}

/* BASE ===================================================================== */
/** INICIO FONTS **/
/* fix para Chrome (melhor antialiasing) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'open_sans_condensedbold';
		src: url('../fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
	}
	@font-face {
		font-family: 'FontAwesome';
		src: url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	}
}
@font-face {
	font-family: 'Droid Serif';
	src: url('../fonts/DroidSerif-BoldItalic.eot');
	src: url('../fonts/DroidSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidSerif-BoldItalic.woff') format('woff'),
		url('../fonts/DroidSerif-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Droid Serif';
	src: url('../fonts/DroidSerif-Bold.eot');
	src: url('../fonts/DroidSerif-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidSerif-Bold.woff') format('woff'),
		url('../fonts/DroidSerif-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Droid Serif';
	src: url('../fonts/DroidSerif-Regular.eot');
	src: url('../fonts/DroidSerif-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidSerif-Regular.woff') format('woff'),
		url('../fonts/DroidSerif-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Droid Serif';
	src: url('../fonts/DroidSerif-Italic.eot');
	src: url('../fonts/DroidSerif-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidSerif-Italic.woff') format('woff'),
		url('../fonts/DroidSerif-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
/** FIM FONTS **/
html{font-size: 62.5%;}
body {
	font-size: 13px; /* IE8- */
	font-size: 1.3rem;
	background-color: #ebebeb;
	font-family: 'open_sans';
	color: #aaa;
	box-sizing: border-box;
	margin:0px;
}

::-moz-selection { background: #000; color: #fff;}
::selection { background: #000; color: #fff;}

a {text-decoration: none; color: #0075be;}
a:link { }
a:visited {}
a:hover {}
a, a:focus, :focus {}

img {vertical-align: middle;} /*Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */

h1 {font-size:1.8em}
h2 {font-size:1.6em}
h3 {font-size:1.4em}
h4 {font-size:1em; font-weight: bold; margin-bottom: 5px;}
h1,h2,h3 {margin:1em 0;}

h1,h2,h3,h4,h5,h6 {font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif; font-weight: 400; color: #0075be;}


abbr,acronym { border-bottom:1px dotted #000; cursor:help;} 
em {font-style: italic;}
strong { font-weight: bold;}
blockquote,ul,ol,dl {}
ol,ul,dl {}
ol li {list-style: decimal inside;}
ul li {list-style: disc inside;}

dl dd {margin-left:1em;}
th,td {border:0; padding:.5em;}
th {font-weight:bold; text-align:center;}
caption { margin-bottom:.5em; text-align:center;}
p,fieldset,table {margin-bottom:1em;}
textarea { resize: vertical;}/* Allow only vertical resizing of textareas.*/
hr {
	height: 1px;
	margin: 20px 0;
	padding: 0;
	color: #F00;
	background-color: #e8e8e8;
	border: 0;
	clear: both;
}

.floatLeft{float:left}
.floatRight{float:right}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter {text-align: center;}
.posBottom {position: absolute; bottom: 0;}
.posRight {position: absolute; right: 0;}
.underline {text-decoration: underline;}
.wrapper { max-width:1184px; position:relative; width: 100%; margin:0 auto; }
img.autoscale { max-width:100%; max-height:100%;}

.bgF5F5F5 {
	background: #f5f5f5;
}
.bgFFFFFF {
	background: #FFFFFF;
}
.bgEBEBEB {
	background: #ebebeb;
}
.bgE1E1E1 {
	background: #e1e1e1;
}
.bg707070 {
	background: #707070;
}
.bgd9d9d9 {
	background: #d9d9d9;
}
.paddingContentHome {
	padding: 45px 0;
}
.marginLeftRightContent {
	margin: 0 20px;
}
.marginLeftRightContentProfissional {
	margin: 0 20px;
}

.noBorder{
	border:0 none!important;
}

.hidden{
	display:none;
}


/* FORMBUILDER ESTILOS */
.fb3label{
	color: #a4a3a3;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B",sans-serif!important;
	margin: 0 0 4px;
}

.fb3field > input[type="text"],
.fb3field > textarea{
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #a4a3a3;
    font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    margin: 0;
    padding: 7px 12px;
}

.fb3field > input[type="radio"]{
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin: 3px 6px 0 0;
	position: relative;
	width: 10px;
}
.fb3field label{
	color: #a4a3a3;
	display: inline-block;
	float: left;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 10px;
}
.fb3area .fb3row.fb3termos .fb3error{
	font: 400 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.fb3termos.fb3error .fb3field label{
	color:#f16248;
}
.fb3area .selectFormsGeral{
	width: calc(100% - 40px)!important;
}

.fb3area .newbtnsubmit{
	background: none repeat scroll 0 0 #0acb84;
	border: medium none;
	border-radius: 5px;
	color: #f5f5f5;
	display: inline-block;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 20px 0 0 0px;
	padding: 14px 28px 12px;
	text-transform: uppercase;
}
.fb3area .newbtnsubmit:hover{
	background: none repeat scroll 0 0 #cccccc;
	color:#F5F5F5;
}

.fb3area .btnEnviarContactos {
	display: inline-block;
	text-align: left;
	width: 100%;
}
.term_priv{
	margin-left:5px;
	font-size:14px;
	color:#FFFFFF;
}
.term_priv .link-politica{
	display:inline-block;
	font-size:14px;
	color:#FFFFFF;
	text-decoration: underline;
}
.term_priv.bolsa{
	color:#f16248;
}
.divDestaqueHome {
	display: block;
	position: relative;
	width: 100%;
	height: 420px;
}
.divDestaque {
	display: block;
	position: relative;
	width: 100%;
	height: 600px;
}

.divDestaque2 {
	display: block;
	position: relative;
	width: 100%;
	height: 420px;
}

.divPositionDestaqueHome {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
}
.divPositionDestaque {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
}
.divPositionDestaque2 {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
}

.imagemAmbiente {
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	position:relative;
}
.imagemDestaque .imagem {
	background-position: center center !important;
	background-size: cover!important;
	background-repeat: no-repeat;
}

.imagemAmbiente img{
	max-width: 2560px;
}

#imagensAmbienteHome .imagem{
	width: 100%;
	position:absolute;
	height: 700px;
}
#imagensAmbienteInterior .imagem{
	width: 100%;
	position:absolute;
	height: 700px;
}

#imagensAmbienteNoticias .imagem{
	width: 100%;
	position:absolute;
	height: 700px;
}

#imagensAmbienteHome .imagemDestaque,
#imagensAmbienteInterior .imagemDestaque,
#imagensAmbienteNoticias .imagemDestaque{
	position: absolute;
	width: 100%;
}

.navbaropen {
	background: none repeat scroll 0 0 #f5f5f5;
	display: block;
	height: 60px;
	z-index: 120;
	position:relative;
	width:100%;
}
.navbarHomepage{
	position:absolute;
}
.topDefault .navbaropen{
	position:absolute;
}
.navbaropen > div > a.titulo {
	display: inline-block;
	width: 120px;
	height: 19px;
	background: url(/temas/primavera/img/logo-blue-topo-320.png);
	margin: 20px 0 0 20px;
	padding: 0;
}
.logoPrimaveraContainer{
	display: block;
	height: 40px;
	position: absolute;
	z-index: 7;
	width:100%;
}
.logoPrimaveraContainer > .wrapper a.logoBrancoPrimavera {
	background: url("/temas/primavera/img/logo-white-topo-320.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 19px;
	width: 120px;
}

.btnMenuPrincipal{
	background: url("/temas/primavera/img/icon-menu-principal.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #ffffff;
	display: none;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 0 14px 0 0;
	position: absolute;
	right: 5%;
	text-transform: uppercase;
	top: 24px;
	width: 51px;
	z-index: 200;
}

.textoDestaqueHome{
	display: table;
	table-layout: auto;
	width: 100%;
	height: 550px;
	text-align: center;
	vertical-align: middle;
}
.divTextoImagemInterior{
	display: table;
	table-layout: auto;
	width: 100%;
	height: 620px;
	text-align: center;
	vertical-align: middle;
}

.textoDestaqueHome > div{
	display: table-cell;
	padding: 0 20px;
	text-align: center;
}
.divTextoImagemInterior > div{
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.textoDestaqueHome > div > div,
.textoDestaqueHome > div > a{
	display:block;
	position:relative;
}

.divTextoImagemInterior > div > div,
.divTextoImagemInterior > div > a{
	display:block;
	position:relative;
	width:100%;
	height: 500px;
}
.divPositionDestaque2 .divTextoImagemInterior > div > a{
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.textoDestaqueHome > div .logoContainer,
.divTextoImagemInterior > div .logoContainer{
	display: block;
	position: absolute;
	top: 80px;
	width: 100%;
}

.textoDestaqueHome > div img.logo {
    width: 75px;
}
.textoDestaqueHome > div span.logo_titulo,
.divTextoImagemInterior > div span.logo_titulo{
   display: block;
	float: left;
	margin: 0;
	width: 100%;
}
.textoDestaqueHome > div span.logo_titulo span{
	display: block;
	font: 700 22px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 0 auto;
	text-transform: uppercase;
}

.divTextoImagemInterior > div span.logo_titulo span{
	display: block;
	font: 700 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 10px auto;
	text-transform: uppercase;
}

.textoDestaqueHome > div .textContainer{
	display: block;
	position: absolute;
	top:180px;
}
.divTextoImagemInterior > div .textContainer{
	display: block;
	position: absolute;
	top:210px;
	width:100%;
}
.textoDestaqueHome > div h1,
.divTextoImagemInterior > div h1,
.textoDestaqueHome > div h2,
.divTextoImagemInterior > div h2,
.textoDestaqueHome > div h3,
.divTextoImagemInterior > div h3,
.textoDestaqueHome > div h4,
.divTextoImagemInterior > div h4 {
	font-weight:normal;
	padding:0;
	margin:0;
}
.textoDestaqueHome > div span.titulo,
.divTextoImagemInterior > div span.titulo{
	display: block;
	padding: 0 0px;
	text-align: center;
	font: 700 24px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #F5F5F5;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.textoDestaqueHome > div span.subtitulo{
	display: block;
	padding: 0 0px;
	margin: 10px 0 0 0;
	text-align: center;
	font: 500 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
}
.divTextoImagemInterior > div span.subtitulo{
	display: block;
	padding: 0 0px;
	margin: 0;
	text-align: center;
	font: 500 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
}
.textoDestaqueHome > div span.resumo{
	display: block;
	padding: 0 0px;
	margin: 10px 0 0 0;
	text-align: center;
	font: italic 14px "Droid Serif";
	color: #EBEBEB;
	letter-spacing:0.5px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.divTextoImagemInterior > div span.resumo{
	display: block;
	padding: 0 0px;
	margin: 0;
	text-align: center;
	font: italic 14px "Droid Serif";
	color: #EBEBEB;
	letter-spacing:0.5px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.textoDestaqueHome > div .btnContainer{
	bottom: 160px;
	position: absolute;
	width: calc(100% - 40px);
}
.divTextoImagemInterior > div .btnContainer{
	bottom: 180px;
	display: block;
	height: auto;
	position: absolute;
   width: calc(100% - 40px);
}
.blocoInfoClientes .testemunho > .btnTestemunho_div > a.btnTestemunho,
.textoDestaqueHome > div a.btnImgAmb,
.divTextoImagemInterior > div a.btnImgAmb{
	background: url("/temas/primavera/img/bg-btn-arrowRight.png") no-repeat scroll right center #f16248;
	border-radius: 20px;
	color: #f5f5f5;
	display: inline-block;
	font: 500 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	padding: 8px 35px 0 25px;
	text-transform: uppercase;
	height: 22px;
}
.blocoInfoClientes .testemunho > .btnTestemunho_div > a.btnTestemunho{
	float:right;
}
.blocoInfoClientes .testemunho > .btnTestemunho_div{
	display:inline-block;
	width:100%;
	float:right;
}
.textoDestaqueHome > div a.btnImgAmb:hover,
.divTextoImagemInterior > div a.btnImgAmb:hover{
	color: #252525;
	background: #c8c8c8 url(/temas/primavera/img/bg-btn-arrowRight-hover.png) no-repeat right center;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
	display: block;
}

.divDestaqueHome .bulletsContainer{
	position:absolute;
	bottom:0px;
	width:100%;
}
.divPositionDestaque .bulletsContainer{
	position:absolute;
	bottom:120px;
	width:100%;
}
.divPositionDestaque2 .divTextoImagemInterior{
	height:295px;
}
.divPositionDestaque2 .bulletsContainer{
	position:absolute;
	bottom:145px;
	width:100%;
}
.carousel-indicators {
	list-style: none;
	margin: 0!important;
	padding: 0px 0 0 0;
	text-align: center;
	margin:0 auto;
}

.carousel-indicators li {
	display: inline-block;
	margin: 0 5px;
}

.carousel-indicators li a {
	display: block;
	height: 30px;
	width:10px;
	background: url("/temas/primavera/img/bullet-img-amb.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	cursor:pointer;
}

.carousel-indicators li a:hover {
	background: url("/temas/primavera/img/bullet-img-amb.png") no-repeat scroll -11px 10px rgba(0, 0, 0, 0)!important;
}

.carousel-indicators li.current-slide a{
	background: url("/temas/primavera/img/bullet-img-amb.png") no-repeat scroll -22px 10px rgba(0, 0, 0, 0);
}

.anteriorDestaqueGrande {
	background: url("/temas/primavera/img/arrow-left-destaque.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: none;
	height: 44px;
	left: 5%;
	opacity: 0.5;
	position: absolute;
	text-indent: -5000px;
	top: 50%;
	width: 24px;
}
.anteriorDestaqueGrande:hover {
	opacity: 1;
}

.seguinteDestaqueGrande {
	background: url("/temas/primavera/img/arrow-right-destaque.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: none;
	height: 44px;
	opacity: 0.5;
	position: absolute;
	right: 5%;
	text-indent: -5000px;
	top: 50%;
	width: 24px;
}
.seguinteDestaqueGrande:hover {
	opacity: 1;
}

.divPositionDestaque2 .anteriorDestaqueGrande,
.divPositionDestaque2 .seguinteDestaqueGrande{
	top: 35%;
}

nav {
	display: none;
	margin: 47px 24px 0 0;
	padding: 0;
	float: left;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	display: table;
	table-layout: auto;
	width: 95%;
}
nav ul li {
	list-style: none;
	display: table-cell;
	margin: 0;
	padding: 0 7px 18px;
	text-align: center;
	vertical-align: middle;
}
nav ul li a {
	color: #a4a3a3;
	font: 700 13.3px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: #0075be;
}

nav ul li.active {
	background:url("/temas/primavera/img/menu-activo.png") no-repeat scroll center 26px rgba(0, 0, 0, 0);
}
nav ul li.suporte.active {
	background:url("/temas/primavera/img/menu-activo2.png") no-repeat scroll center 26px rgba(0, 0, 0, 0);
}
nav ul li.active > a{
	color: #0075be;
}

.menu-anchor {
	width: 35px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: transparent;
	float: right;
	margin: 25px 20px 0 0;
}

.menu-anchor:before {
	content: "";
	display: block;
	margin: 0px auto;
	width: 55%;
	height: 0.25em;
	background: #707070;
	box-shadow: 0 .45em 0 0 #707070, 0 .9em 0 0 #707070;
}

.menu-active .menu-anchor {
	background: transparent
}

.sidemenumobile {
	display:none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 240px;
	padding: 60px 25px;
	background: #444444;
}
.sidemenumobile.active{
	display:block;
}
.sidemenumobile .fecharSubmenu{
	display: block;
	height: 17px;
	position: absolute;
	right: 10%;
	top: 5px;
	width: 17px;
}

.hiddenmenu {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #707070;
}
.hiddenmenu > ul {
	margin: 0;
	padding: 0;
}
.hiddenmenu > ul > li {
	list-style: none;
}
.hiddenmenu > li:first-child > a {
	display: block;
	margin: 28px 0 0 0px;
	padding: 0;
	color: #a4a3a3;
	font: 700 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	letter-spacing: 2px;
}

.hiddenmenu > ul > li > a.home{
	background:none;
}
.hiddenmenu > ul > li > a {
	background: url("/temas/primavera/img/arrow03.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #a4a3a3;
	display: block;
	font: 500 13.2px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 28px 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.hiddenmenu > ul > li.active > a {
	background: url("/temas/primavera/img/arrow04.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #ffffff;
	display: block;
	font: 500 13.2px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 28px 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.hiddenmenu > ul > li > ul {
	display:none;
	margin: 0 0 0 10px;
	padding: 0;
}
.hiddenmenu > ul > li > ul > li {
	list-style: none; clear: both;
}
.hiddenmenu > ul > li > ul > li a {
	background: url("/temas/primavera/img/arrow05.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #66acd8;
	display: block;
	font: 400 13.2px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.4px;
	margin: 20px 0 0;
	padding: 0 20px 0 0;
	text-decoration: none;
	text-transform: none;
}
.hiddenmenu > ul > li > ul > li > ul {
	display:none;
	margin: 0 0 0 10px;
	padding: 0;
}

.hiddenmenu > ul > li > ul > li > ul > li {
	list-style: none;
	clear:both;
}
.hiddenmenu > ul > li > ul > li > ul > li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #c8c8c8;
	display: inline-block;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 15px 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}
.hiddenmenu > ul > li > ul > li.active > a {
	background: url("/temas/primavera/img/arrow06.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #fff;
	display: block;
	letter-spacing: 0.4px;
	font: 400 13.2px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 20px 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	padding:0 20px 0 0;
}
.hiddenmenu > ul > li > ul > li > ul > li.active > a {
	display: block;
	margin: 20px 0 0 0px;
	padding: 0;
	color: #fff;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: none;
	text-decoration: none;
	background: url(/temas/primavera/img/arrow06.png) no-repeat right center;
}
.hiddenmenu > ul > li > ul > li > ul.suporte { float:left; width:220px; margin:0; } 
.hiddenmenu > ul > li > ul > li > ul.suporte li { display:block; float:left; } 
.hiddenmenu > ul > li > ul > li > ul.suporte .filhos_item { display:block; float:left; width:220px; margin-bottom:30px; padding:20px 10px; box-sizing:border-box; height:200px; color:#FFFFFF; background-image:none; position:relative; }

.hiddenmenu > ul > li > ul > li > ul.suporte .filhos_item .titulo { display:inline-block; float:left;  font: 400 21.4px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; }
.hiddenmenu > ul > li > ul > li > ul.suporte .filhos_item .resumo { display:block; float:left; width:100%; font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; color:#FFFFFF; }
.hiddenmenu > ul > li > ul > li > ul.suporte .filhos_item .titulo_btn {
	display: inline-block;
	float: right;
	background: #c8c8c8;
	border: 0 none;
	border-radius: 20px;
	color: #252625;
	position:absolute;
	bottom:15px;
	right:15px;
	font: 700 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.7px;
	padding: 3px 14px 3px 14px;
	text-transform: uppercase;
}

.slick-prev, .slick-next { width:15px; height:42px; top:calc(50% - 21px); }
.slick-prev:before, .slick-next:before { display: none; }
.slick-prev{ background:url(/temas/primavera/img/arrow_suporte_left.png) no-repeat center center; }
.slick-next{ background:url(/temas/primavera/img/arrow_suporte_right.png) no-repeat center center; }


.colorf4816d {
	color: #f4816d!important;
}

.iconFree {
	display: block;
	background: url(/temas/primavera/img/icon-free-mobile.png) no-repeat 85px 5px!important;
}

.sidemenumobile {
	-webkit-transform: translateX(235px);
	-moz-transform: translateX(235px);
	-ms-transform: translateX(235px);
	transform: translateX(235px);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}
header, footer, .main {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

.menu-active .sidemenumobile {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 0px 0px 0px rgba(0,0,0,.3);
}

.menu-active header,
.menu-active footer,
.menu-active .main {
	-webkit-transform: translateX(-235px);
	-moz-transform: translateX(-235px);
	-ms-transform: translateX(-235px);
	transform: translateX(-235px);
}


.mainDefault{
	display: block;
	margin-top: -120px;
	position: relative;
	z-index: 9;
}

.sidemenumobile > div.idiomasHiddenMenu {
	display: block;
}
.sidemenumobile > div.idiomasHiddenMenu > ul {
	margin: 0;
	padding: 0;
}
.sidemenumobile > div.idiomasHiddenMenu > ul > li {
	color: #ffffff;
	float: left;
	font: 500 13.2px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	list-style: outside none none;
	margin: 0 10px 18px 0;
	padding: 0;
	text-transform: uppercase;
}
.sidemenumobile > div.idiomasHiddenMenu > ul > li > a {
	color: #7d7d7d;
	font: 500 13.2px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
}
.sidemenumobile > div.idiomasHiddenMenu > ul > li > a:hover {
	color: #ffffff;
}

.sidemenumobile > .pesquisaHiddenMenu {
	display: block;
	margin: 0 0 26px 0;
}
.sidemenumobile > .pesquisaHiddenMenu > input[type="text"] {
	background: none repeat scroll 0 0 #c8c8c8;
	border: 0 none;
	display: block;
	float: left;
	height: 18px;
	margin: 0;
	padding: 6px 0 6px 4px;
	width: calc(100% - 35px);
	border-radius:0;
}
.sidemenumobile > .pesquisaHiddenMenu > input[type="submit"] {
	border: 0;
	display: block;
	float: left;
	background: #c8c8c8 url(/temas/primavera/img/lupa01.png) no-repeat 0 5px;
	margin: 0;
	width: 30px;
	height: 30px;
	border-radius:0;
}

.sidemenumobile > div.login {
	margin: 0 0px 28px 0;
	padding: 0;
	display: block;
}
.sidemenumobile > div.login > a {
	color: #1da2dc;
	font: 500 13.2px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.sidemenumobile > div.login > ul.subMenusMobile {
    display: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.sidemenumobile > div.login > ul > li {
    list-style: outside none none;
}

.sidemenumobile > div.login > ul.subMenusMobile li span,
.sidemenumobile > div.login > ul.subMenusMobile li a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #c8c8c8;
	display: inline-block;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 15px 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}

.sidemenumobile > div.login > ul.subMenusMobile li span {
    color: #1da2dc;
    margin: 15px 0 0;
}

.sidemenumobile > div.simulador{
	display: block;
	padding: 20px 0 20px 0;
	border-bottom: 2px solid #707070;   
}
.sidemenumobile > div.simulador > a {
   background: #f16248 url("/temas/primavera/img/bg-btn-laranja02.png") no-repeat scroll right center;
	border: medium none;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 19px;
	letter-spacing: 1px;
	padding: 7px 35px 4px 25px;
	text-transform: uppercase;
}
.sidemenumobile > div.simulador > a:hover{
	background: url("/temas/primavera/img/bg-btn-laranja02-hover.png") no-repeat scroll right center #c8c8c8;
	color:#000000;
}
.sidemenumobile > div.consultaroferta {
	display: block;
	padding: 20px 0 20px 0;
	margin: 0 0px 28px 0;
	border-bottom: 2px solid #707070;   
}
.sidemenumobile > div.consultaroferta:first-of-type{
	margin: 0;
}
.sidemenumobile > div.consultaroferta > span {
	color: #a4a3a3;
	display: block;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 30px;
}
.sidemenumobile > div.consultaroferta > a {
	background: url("/temas/primavera/img/arrow07.png") no-repeat scroll 88% 10px #0075be;
	border-radius: 20px;
	color: #f5f5f5;
	display: inline;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 8px 32px 8px 20px;
	text-transform: uppercase;
}

div.socialHiddenMenu {
	display: block;
}
div.socialHiddenMenu > ul {
	margin: 0;
	padding: 0;
}
div.socialHiddenMenu > ul > li {
	display: block;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #f5f5f5;
}
div.socialHiddenMenu > ul > li > a {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 21px;
	height: 21px;
	text-indent: -5000px;
	overflow:hidden;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.sharethis > a {
	display: block;
	background: url(/temas/primavera/img/icon-share-hidden.png) no-repeat 0 0;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.sharethis > a:hover {
	background: url(/temas/primavera/img/icon-share-hidden.png) no-repeat -21px 0;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.email > a {
	display: block;
	background: url(/temas/primavera/img/icon-email-hidden.png) no-repeat 0 0;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.email > a:hover {
	background: url(/temas/primavera/img/icon-email-hidden.png) no-repeat -21px 0;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.telefonar > a {
	display: block;
	background: url(/temas/primavera/img/icon-telefonar-hidden.png) no-repeat 0 0;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.telefonar > a:hover {
	background: url(/temas/primavera/img/icon-telefonar-hidden.png) no-repeat -21px 0;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.chat > a {
	display: block;
	background: url(/temas/primavera/img/icon-chat-hidden.png) no-repeat 0 0;
}
.sidemenumobile > div.socialHiddenMenu > ul > li.chat > a:hover {
	background: url(/temas/primavera/img/icon-chat-hidden.png) no-repeat -21px 0;
}
div.socialHiddenMenu2 {
	display: none;
	margin-top: 25px;
}
div.socialHiddenMenu2 > ul {
	margin: 0;
	padding: 0;
}
div.socialHiddenMenu2 > ul > li {
	display: block;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #f5f5f5;
}
div.socialHiddenMenu2 > ul > li > span {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 21px;
	height: 21px;
	overflow:hidden;
}

.btIdiomasTopo{
	display:none;
	float:left;
	position:relative;
}
.btDominiosTopo{
	display:block;
	float:left;
	margin:22px 17px 0 0;
	position:relative;
}

.btIdiomasTopo a{
	color: #a4a3a3;
	display: inline-block;
	font: 700 13.3px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 20px;
	letter-spacing: 1.7px;
	padding: 4px 0 4px 5px;
	text-transform: uppercase;
}
.btDominiosTopo div > a{
	background: url("/temas/primavera/img/icon-idiomas.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 20px;
	padding: 5px 0;
	width: 20px;
}

.btDominiosTopo div > .nomePais{
	display: none;
	float: left;
	font: 300 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding-top: 3px;
	text-transform: uppercase;
	margin-left: 10px;
}

.btDominiosTopo.down > div > a:hover,
.btDominiosTopo.down > div.active > a{
	background:url("/temas/primavera/img/icon-idiomas.png") no-repeat scroll center -30px rgba(0, 0, 0, 0);
}
.btIdiomasTopo.down a:hover{
	color:#0075be;
}
.btIdiomasTopo.down a.active{
	color:#7d7d7d;
}
.divCaixaIdioma {
	background: url("/temas/primavera/img/bg-caixa-idiomas.png") no-repeat scroll -195px 0 rgba(0, 0, 0, 0);
	display: none;
	height: auto;
	left: -20px;
	position: absolute;
	top: 28px;
	width: 80px;
	z-index: 1000;
}
.divCaixaDominio {
	background: url("/temas/primavera/img/bg-caixa-idiomas.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: auto;
	left: -224px;
	position: absolute;
	top: 28px;
	width: 280px;
	z-index: 1000;
}

#menuIdiomas,
.containerDominios,
#menuLogin {
	display:block;
	padding:0px 0 0 0px;
	margin:30px;
}
#menuIdiomas > ul,
.containerDominios > ul,
#menuLogin > ul{
	padding: 0px;
	margin: 0px;
}
#menuIdiomas > ul > li,
.containerDominios > ul > li,
#menuLogin > ul > li{
	list-style: none;
} 

#menuIdiomas > ul > li > a{
	font:400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color:#a4a3a3;
	padding:0;
	text-align:left;
	margin:10px 0px 10px 0;
	letter-spacing: 2px;
}
.containerDominios > ul > li > a{
	background: url("/temas/primavera/img/arrow03.png") no-repeat scroll right 3px rgba(0, 0, 0, 0);
	color: #a4a3a3;
	display: block;
	font:400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: 2px;
}
#menuIdiomas > ul > li.active > a{
	background: url("/temas/primavera/img/icon-visto.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
	color: #ffffff;
	font:400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 10px 0;
	overflow: hidden;
	padding: 0 15px 0 0;
	text-align: left;
	width: 18px;
	letter-spacing: 2px;
}


.containerDominios > ul > li.active > a{
	background: url("/temas/primavera/img/arrow04.png") no-repeat scroll right 3px rgba(0, 0, 0, 0);
	color: #ffffff;
	display: block;
	font: 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}
.containerDominios > ul > li > ul{
	padding:0;
	margin:10px 0px 10px 10px;
	display:none;
} 

.containerDominios > ul > li.active > ul{
	padding:0;
	margin:10px 0px 10px 10px;
	display: block;
}

.containerDominios > ul > li > ul  > li{
	padding:0;
	padding:5px 10px 5px 0;
	list-style: none;
	color: #ffffff;
}
.containerDominios > ul > li > ul  > li.active,
.containerDominios > ul > li.active  > ul  > li.active{
   background: url("/temas/primavera/img/icon-visto.png") no-repeat scroll right 7px rgba(0, 0, 0, 0);
	display: inline;
	padding-right: 15px;
	font:14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.containerDominios > ul > li > ul  > li > a,
.containerDominios > ul > li.active > ul  > li > a {
	padding:0;
	margin:0;
	list-style: none;
	background: none;
	text-transform: none;
	display: block;
	color:#7d7d7d;
	font:14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.containerDominios > ul > li.active > ul  > li > a:hover{
	color:#0075be;
}
.pesquisatopo {
	display: none;
	float: left;
	margin: 44px 12px 0 0;
}
.pesquisatopo a {
	display: block;
	width: 21px;
	height: 21px;
	background: url(/temas/primavera/img/lupa01.png) no-repeat 0 1px;
	text-indent: -5000px;
	overflow:hidden;
}
.pesquisatopo a:hover {
	background: url(/temas/primavera/img/lupa01.png) no-repeat 0 -30px;
}

.pesquisatopo.active a{
	background: url(/temas/primavera/img/lupa01.png) no-repeat 0 -30px;
	height:36px;
}

.longintopo {
	display: none;
	float: left;
	margin: 50px 0 0 0;
	position:relative;
}
.longintopo a {
	font: 700 13.3px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1.4px;
	color: #1da2dc;
	text-transform: uppercase;
}
.longintopo a:hover {
	color: #a4a3a3;
}
.divCaixaLogin {
	background: url("/temas/primavera/img/bg-caixa-idiomas.png") no-repeat scroll -54px 0 rgba(0, 0, 0, 0);
	display: none;
	height: auto;
	left: -158px;
	position: absolute;
	top: 26px;
	width: 205px;
	z-index: 1000;
}
.divCaixaLogin li span{
	color: #888888;
	display: block;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-bottom: 25px;
}
.divCaixaLogin li.whiteBorderBottom{
	border-bottom: 1px solid #888888;
}
.divCaixaLogin li a{
	color: #a4a3a3;
	display: block;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 12px 0 5px;
	text-transform: uppercase;
	width: 100%;
}
.divCaixaLogin li a.active{
	color: #F5F5F5;
}

.socialMenuRight {
	display: none;
	background: #252525;
	padding: 10px 0;
	position: fixed;
	top: 80px;
	right: 0;
	text-align: center;
	z-index: 9999;
}
.socialMenuRight > ul {
	margin: 0;
	padding: 0;
}
.socialMenuRight > ul > li {
	display: block;
	margin: 10px 10px 10px 10px;
	padding: 0;
	list-style: none;
}
.socialMenuRight > ul > li > a {
	display: block;
	margin: 0;
	padding: 0;
	width: 21px;
	height: 21px;
	text-indent: -5000px;
	overflow:hidden;
	cursor:pointer;
}
.socialMenuRight > ul > li#sharethis > a {
	display: block;
	background: url(/temas/primavera/img/icon-share-hidden.png) no-repeat 0 0;
}
.socialMenuRight > ul > li#sharethis > a:hover {
	background: url(/temas/primavera/img/icon-share-hidden.png) no-repeat -21px 0;
}
.socialMenuRight > ul > li#email > a {
	display: block;
	background: url(/temas/primavera/img/icon-email-hidden.png) no-repeat 0 0;
}
.socialMenuRight > ul > li#email > a:hover {
	background: url(/temas/primavera/img/icon-email-hidden.png) no-repeat -21px 0;
}
.socialMenuRight > ul > li#telefonar > a {
	display: block;
	background: url(/temas/primavera/img/icon-telefonar-hidden.png) no-repeat 0 0;
}
.socialMenuRight > ul > li#telefonar > a:hover {
	background: url(/temas/primavera/img/icon-telefonar-hidden.png) no-repeat -21px 0;
}
.socialMenuRight > ul > li#telefonar > a.active{
	background: url(/temas/primavera/img/icon-telefonar-hidden-active.png) no-repeat 3px 0;
}
.socialMenuRight > ul > li#chat > a {
	display: block;
	background: url(/temas/primavera/img/icon-chat-hidden.png) no-repeat 0 0;
}
.socialMenuRight > ul > li#chat > a:hover {
	background: url(/temas/primavera/img/icon-chat-hidden.png) no-repeat -21px 0;
}

.optionContainer{
   display: none;
	padding-right: 5px;
	position: fixed;
	z-index: 10;
	right: 45px;
}

.optionContainer .socialMenuRight2 {
	display: block;
   background-color: #252525;
	padding: 10px 5px;
	text-align: center;
}
.optionContainer .socialMenuRight2 > ul {
	margin: 0;
	padding: 0;
}
.optionContainer .socialMenuRight2 > ul > li {
	display: block;
	margin: 10px 10px 10px 10px;
	padding: 0;
	list-style: none;
}
.optionContainer .socialMenuRight2 > ul > li span{
	margin:0;
	padding:0;
}

#shareOptions{
	top: 80px;
	background: url("/temas/primavera/img/redes-sociais-seta.png") no-repeat scroll right 23px rgba(0, 0, 0, 0);
	z-index:9999;
}
#clickToCall{
	top: 80px;
	background: url("/temas/primavera/img/redes-sociais-seta.png") no-repeat scroll right 55px rgba(0, 0, 0, 0);
	z-index:9999;
}
#clickToCall.active{
	display:block;
}
#clickToCall .socialMenuRight2{
   height: auto;
	padding: 40px 30px;
	width: 330px;
}

#clickToCall .numVerde,
#clickToCall .nosLigamos{
   color: #ffffff;
	display: block;
	font: 500 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 0 0 22px;
	text-align: left;
}
#clickToCall .nosLigamos.noLabel{
	margin: 22px 0;
}
#clickToCall .numContainer {
	border-bottom: 1px solid #a4a3a3;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 30px;
	text-align: left;
	width: 100%;
}
#clickToCall .numContainer.noForm{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#clickToCall .numContainer .numero{
   background: url("/temas/primavera/img/icon-telefonar-hidden-active.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
	color: #0acb84;
	display: table-cell;
	font: 400 26px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	padding: 0 20px 0 30px;
	vertical-align: bottom;
	height: 32px;
}

#clickToCall .numContainer .liguegratis{
	color: #a4a3a3;
	display: table-cell;
	font: 300 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	vertical-align: bottom;
}
#clickToCall .dadosContacto{
	display: block;
	float: left;
	font: 300 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0px;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
}
#clickToCallForm{
	display:block;
	width:100%;
}
#clickToCallForm label{
   display: block;
	float: left;
	font: 300 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-bottom: 12px;
	letter-spacing: 0px;
	text-align: left;
	width: 100%;
}
#clickToCallForm .inputClickToCall{
	background: url("/temas/primavera/img/caixa_input_clicktocall.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 5px;
	color: #a4a3a3;
	display: block;
	float: left;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-bottom: 18px;
	padding: 10px 20px;
	width: calc(100% - 40px);
}

#clickToCallForm .submitContainer{
	display:block;
	float:left;
	margin: 12px 0 0;
	width:100%;
}
#clickToCallForm .submitContainer #callMeButton{
	background: none repeat scroll 0 0 #0acb84;
	border: medium none;
	border-radius: 5px;
	color: #f5f5f5;
	display: block;
	float: left;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 14px 28px 12px;
	text-transform: uppercase;
}
#clickToCallForm .submitContainer span{
   color: #6e6e6e;
	display: block;
	float: left;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-left: 20px;
	text-align: left;
	width: 130px;
	letter-spacing: 0px;
}

#clickToCall .erroDados{
	display: block;
	float: left;
	letter-spacing: 0;
	margin-top: 20px;
	text-align: left;
	width: 100%;
}
#clickToCall .sucessoClickToCall{
	color: #ffffff;
	display: block;
	font: 500 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	text-align: left;
}
footer {
	padding-bottom: 80px;
}

#menuFooter {
	display: block;
	border-bottom: 2px solid #d7d7d7;
	margin: 40px 20px 15px 20px;
}
#menuFooter > ul {
	margin: 0 0px 20px 0;
	padding: 0;
	display: block;
	overflow:hidden;
	min-height:14px;
}
#menuFooter > ul.inactive{
	height :14px;
}

#menuFooter > ul > li {
	display: block;
	list-style: none;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #7D7D7D;
	letter-spacing: 2px;
}
#menuFooter > ul > li:first-child > a {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	list-style: none;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #606060;
	text-transform: uppercase;
	background: url(/temas/primavera/img/arrow-bottom.png) no-repeat right center;
	letter-spacing: 2px;
	cursor:default;
}
#menuFooter > ul.active > li:first-child > a {
	background: url("/temas/primavera/img/arrow-open.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #252525;
	display: block;
	font: 500 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	padding-right: 20px;
}
#menuFooter > ul.inactive > li:first-child > a {
	background: url(/temas/primavera/img/arrow-bottom.png) no-repeat right center;
	color: #252525;
	display: block;
	font: 500 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	padding-right: 20px;
}

#menuFooter > ul > li > a {
	color: #7d7d7d;
	display: none;
	font: 300 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0;
	margin: 4px 0;
}
#menuFooter > ul.active > li > a,
#menuFooter > ul.inactive > li > a {
	display: inline-block;
}
#menuFooter > ul > li a:hover {
	color: #0075be;
}

#copyright {
	display: block;
	float: none;
	padding: 0 20px;
}
.copyrightImg .imgContainer{
	display: block;
	width: 100%;
	height: auto;
	max-width: 440px;
	margin-bottom: 20px;
}
.copyrightImg .imgContainer .logoFooter{
	display: block;
	width: 100%;
	height: auto;
}
#copyright > span.logo {
	display: table-cell;
	height: 114px;
	background: url(/temas/primavera/img/logo-copy-768.png) no-repeat left top;
	font: 700 16px 'Droid Serif', serif;
	font-style: italic;
	color: #707070;
	vertical-align: middle;
	padding: 0 0 10px 150px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
#copyright > span.copy {
	color: #707070;
	display: block;
	font: 300 10px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0px;
	padding: 0;
}

#redesSociaisFooterAlt {
	border-bottom: 2px solid #d7d7d7;
	clear: both;
	display: block;
	float: none;
	margin: 0 20px 45px;
	padding: 0 0 35px;
}
#redesSociaisFooterAlt ul {
	margin: 0;
	padding: 0;
}
#redesSociaisFooterAlt ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#redesSociaisFooterAlt ul li a {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -5000px;
	overflow:hidden;
}

#redesSociaisFooter {
	display: none;
	float: none;
	clear: both;
	margin: 0px 0 0 20px;
}
#redesSociaisFooter ul {
	margin: 0;
	padding: 0;
}
#redesSociaisFooter ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#redesSociaisFooter ul li a {
	display: block;
	float: left;
	height: 21px;
	list-style: outside none none;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -5000px;
	width: 21px;
}
.destaquePeqHomeContainer{
	display: block;
	margin: 0 auto;
   max-width: 1184px;
	overflow: hidden;
}
.destaquePeqHomeContainer .pure-g{
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 20000em;
	overflow:hidden;
}
.jcarouselBtn,
.destaquePeqHomeBtn{
	display: block;
	height: 22px;
	position: absolute;
	top: 50%;
	width: 10px;
	z-index:20;
}
.jcarouselBtn{
	top: 40%;
}
#destaquePeqHomeAnt{
	background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 20px;
}
#destaquePeqHomeSeg{
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 20px;
}
#destaquePeqHomeAnt.inactive,
#destaquePeqHomeSeg.inactive{
	display:none;
}

.bloco3ColunasDestaqueHome {
	text-align: center;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.bloco3ColunasDestaqueHome > div {
	text-align: center;
	margin: 25px 50px 25px 50px;
}

.bloco3ColunasDestaqueHome > div > span.titulo,
.bloco3ColunasDestaqueHome > div > span.titulo a{
	color: #000000;
	display: block;
	font: 700 18px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.2px;
	padding: 0;
	text-transform: uppercase;
}

.bloco3ColunasDestaqueHome > div > span.subtitulo,
.bloco3ColunasDestaqueHome > div > span.subtitulo a{
	font: 500 14.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #000000;
	padding: 0 0 0px 0px;
	display: block;
	letter-spacing: 0px;
}
.bloco3ColunasDestaqueHome > div > span.resumo{
	font: 300 14px/20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #555555;
	padding: 20px 0 0px 0px;
	display: block;
}
.bloco3ColunasDestaqueHome > div > span.resumo a{
	font: 300 14px/20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #555555;
	display: block;
}
.bloco3ColunasDestaqueHome > div > span.titulo a:hover,
.bloco3ColunasDestaqueHome > div > span.subtitulo a:hover ,
.bloco3ColunasDestaqueHome > div > span.resumo a:hover{
	color: #0075be;
}

.bloco3ColunasDestaqueHome > div.img {
	text-align: center;
	margin: 25px 0px 25px 0px;
}
.bloco3ColunasDestaqueHome > div.img > a.fancyboxDestaqueHome{
	display: inline-block;
	position:relative;
}
.bloco3ColunasDestaqueHome > div.img > a.fancyboxDestaqueHome .lupa {
	background: rgba(0, 0, 0, 0) url("/temas/primavera/img/lupa.png") no-repeat scroll center center;
	display: block;
	float: left;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 45%;
	width: 24px;
}
.bloco3ColunasDestaqueHome > div.img > img{
	max-width: 343px;
	width: 100%;
	margin:auto 0;
}

#imgsProduto .pure-g{
	display:none;
}
#imgsProduto .pure-g.active{
	display:block;
}
#imgsProduto .imgProdutoBtn{
	display: block;
	height: 22px;
	position: absolute;
	top: 35%;
	width: 10px;
	z-index: 20;
}
#imgProdutoAnt{
   background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 10px;
}
#imgProdutoSeg{
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 10px;
}
.imgProdContainer{
	padding:60px 0;
}

.bloco2ColunasDestaqueHome {
	text-align: center;
}
.bloco2ColunasDestaqueHome > div {
	text-align: center;
	margin: 25px 50px 25px 50px;
}
.bloco2ColunasDestaqueHome > div > span.titulo{
	font: 700 20px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #000000;
	padding: 0 0 0px 0px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 0.7px;
}
.bloco2ColunasDestaqueHome > div > span.subtitulo{
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	padding: 8px 0 0px 0px;
	display: block;
	letter-spacing: 0.2px;
}
.bloco2ColunasDestaqueHome > div > span.subtitulo a{
	color: #252525;
}

.bloco2ColunasDestaqueHome > div > .resumo{
	font: 300 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	padding: 20px 0 0px 0px;
	display: block;
	line-height: 140%;
}
.bloco2ColunasDestaqueHome > div > .resumo > a,
.bloco2ColunasDestaqueHome > div > span.titulo a{
	color: #000000;
}
.bloco2ColunasDestaqueHome > div > .resumo a:hover,
.bloco2ColunasDestaqueHome > div > span a:hover{
	color:#0075be;
}

.bloco2ColunasDestaqueHome > div.img {
	text-align: center;
	margin: 25px 0px 25px 0px;
}
.bloco2ColunasDestaqueHome > div.img > a.fancyboxImgsProduto{
	display: inline-block;
	position:relative;
}
.bloco2ColunasDestaqueHome > div.img > a.fancyboxImgsProduto .lupa {
	background: rgba(0, 0, 0, 0) url("/temas/primavera/img/lupa2.png") no-repeat scroll center center;
	display: block;
	float: left;
	height: 72px;
	left: 42%;
	position: absolute;
	top: 45%;
	width: 72px;
	opacity:0.8;
}

.bloco2ColunasDestaqueHome > div.img > a img{
	max-width: 512px;
	width: 100%;
}

.divImagemInterior {
	display: block;
	position: relative;
	width: 100%;
	height: 420px;
}

.gca01 {
	font: 300 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	color: #252525;
	line-height: 25px;
}

.blocosContentPrimavera {
	display: block;
	border-top: 2px solid #c2c2c2;
	margin-bottom: 65px;
	padding-top: 25px;
}
.main.suporte .wrapper { width:90%; margin:0 auto; }
.main.suporte { padding-bottom:80px; }
.blocosContentSuporte{
	display: block;
	border-top: 1px solid #d9d9d9;
	margin:0 20px 65px 20px;
	padding-top: 25px;
}
.blocosContentGcaSuporte { display: block; margin:0; padding-top: 25px; }
.blocosContentPrimavera > h2,
.blocosContentSuporte > h2{
	display: block;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blocosContentGcaSuporte > h2 {
	display: block;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075BE;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blocosContentPrimavera > div.img {
	display: block;
	margin-bottom: 20px;
}

.blocosContentPrimavera > div.txt,
.blocosContentGcaSuporte > div.txt,
.blocosContentSuporte > div.txt{
	display: block;
	color: #707070;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 25px;
}
.blocosContentGcaSuporte > div.txt {
	width:100%;
	margin-bottom:50px;
}
.blocosContentGcaSuporte .fb3area {
	padding:25px 20px;
	background:#F5F5F5;
	border-radius:20px;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color:#888;
	float: left;
}
/** INICIO DESTAQUES GCA **/
.destaquesGcaContainer {
	display: block;
	padding-top: 25px;
	margin-bottom: 20px;
	position:relative;
}
.destaquesGcaContainer .destaqueTitulo {
	display: block;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.destaquesGcaContainer .destaquesGCA {
    display: none;
    margin: 0 auto;
    width: 90%;
}
.destaquesGcaContainer .destaquesGCA.active{
	display: block;
}
.destaquesGcaContainer .destaquesGCA .imgDestaqueContainer{
	display: block;
	margin-bottom: 20px;
	vertical-align: top;
}
.destaquesGcaContainer .destaquesGCA .imgDestaqueContainer .imgDestaque{
	display: block;
	width: 100%;
	max-width: 221px;
}
.destaquesGcaContainer .destaquesGCA .textoDestaque{
	display: block;
	color: #707070;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 20px;
	vertical-align: top;
}
.destaquesGcaContainer .btnDestaqueGca{
	display: block;
	height: 22px;
	position: absolute;
	top: 50%;
	width: 10px;
	z-index: 20;
}
.destaquesGcaContainer .btnDestaqueGca.btnDestaqueAnt{
	background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
}
.destaquesGcaContainer .btnDestaqueGca.btnDestaqueSeg{
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 0;
}
/** FIM DESTAQUES GCA **/

@media only screen and ( max-width: 768px ) {
	.blocosContentGcaSuporte .fb3area .fb3col { width: 100% !important; }
}
.blocosContentGcaSuporte .fb3area .fb3col + .fb3col { padding-left:0; padding-top:10px; }
.blocosContentGcaSuporte .fb3area .fb3label { 
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B' !important; 
	color:#888;  
}
.blocosContentGcaSuporte .fb3area .fb3field { margin-top:6px;}
.blocosContentGcaSuporte .fb3area .newbtnsubmit { float: right; margin:25px 0 0 0; font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif; }
.blocosContentGcaSuporte .title_formbuilder {
	display:block;
	float:left;
	width:100%;
	font: 300 21.4px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin-bottom:38px;
	text-align:center;
}
.blocosContentGcaSuporte .fb3area .fb3sep { border:0; }
.blocosContentGcaSuporte .selectFormsGeral.jquery-selectbox { border-right:1px solid #A4A3A3; border-left:1px solid #A4A3A3;}
.blocosContentGcaSuporte 
.blocosGovernance {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.blocosGovernance img {
	background: none repeat scroll 0 0 #d7d7d7;
	border-radius: 100%;
	height: 160px;
	margin: 0 auto 10px;
	width: 160px !important;
}
.blocosGovernance > div.txt {
	color: #707070;
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 20px;
}
.blocosGovernance > div.txt > span {
	display: block;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.simpleList {
	margin: 0;
	padding: 0;
}
.simpleList ul {
	margin: 0;
	padding: 0;
}
.simpleList ul li {
	margin: 5px 0;
	padding: 0 0 0 0;
}

.submenuSoftwareLojaContainer{
	display: block;
	background: #252525;
	margin: 0 auto;
	width: 100%;
}

.submenuSoftwareLoja {
 display: block;
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
}
.submenuSoftwareLoja > ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 20000em;
}
.submenuSoftwareLoja > ul > li {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	display: table-cell;
	color: #FFF;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	height: 90px;
	vertical-align: middle;
	letter-spacing: 1.5px;
}
.submenuSoftwareLoja > ul > li > a {
	color: #666666;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.submenuSoftwareLoja > ul > li.active a,
.submenuSoftwareLoja > ul > li a:hover{
	color:#FFFFFF;
}
.submenuSoftwareLoja > ul > li.active {
	background: url(/temas/primavera/img/arrow08.png) no-repeat center bottom;
}

.tituloSoftware {
	display: block;
	color: #252525;
	font: 700 25px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #c2c2c2;
	padding: 0 0 20px 0;
	margin: 30px 0 30px 0;
}

.divCenterCaixas {
	display: table;
	width: auto;
	margin: 0 auto;
}
.caixaSoftware {
	display: block;
	float: none;
	width: 280px;
	height: 170px;
	position: relative;
	margin: 0 0px 20px 0px;
	background-repeat: repeat-y;
	background-position: -10px 0;
}
.caixaSoftware.cliente { height:220px; }
.caixaSoftware > div.icon {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 0;
	left: 0;
}

.caixaSoftware > div.icon > span {
	display: table-cell;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}
.caixaSoftware > div.icon > span > img {
	width: 60px;
	height: 60px;
}
.caixaSoftware > div.collapseExpand {
	display: block;
	width: 27px;
	height: 35px;
	position: absolute;
	z-index: 2;
	right: 0;
}
.caixaSoftware > div.collapseExpand > a {
	display: block;
	width: 27px;
	height: 35px;
	background: url(/temas/primavera/img/arrow04.png) no-repeat left bottom;
	text-indent: -5000px;
	overflow:hidden;
}
.caixaSoftware > div.blocotexto, .caixaSoftware > div.blocotextoBlack {
	display: block;
	width: 220px;
	height: 170px;
	position: absolute;
	z-index: 0;
	right: 0;
	text-align: center;
	vertical-align: middle;
}
.caixaSoftware.cliente > div.blocotexto, .caixaSoftware > div.blocotextoBlack { height: 200px; }
.caixaSoftware.cliente .logo img { max-height: 200px; }
.caixaSoftware > div.blocotexto > span.titulo > span a{
	display: table-cell;
	width:200px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font: 500 16px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.caixaSoftware > div.blocotexto > span.resumo > span a{
	display: table-cell;
	width:200px;
	padding: 0 30px;
	height: 110px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	font: 300 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 17px;
}
.caixaSoftware > div.blocotexto > span.titulo > span a:hover,
.caixaSoftware > div.blocotexto > span.resumo > span a:hover{
	text-decoration:underline;
}
.caixaSoftware > div.blocotextoBlack > span.titulo > span a {
	color: #000;
	display: table-cell;
	font: 700 20px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	height: 60px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 200px;
	letter-spacing: 1px;
}
.caixaSoftware > div.blocotextoBlack > span.resumo > span a {
	display: table-cell;
	width:200px;
	padding: 0 10px;
	height: 110px;
	text-align: center;
	vertical-align: top;
	color: #707070;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 19px;
}
.caixaSoftware > div.blocotextoBlack > span.titulo > span a:hover,
.caixaSoftware > div.blocotextoBlack > span.resumo > span a:hover{
	text-decoration:underline;
}
.caixaSoftware > div.icontipo {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.caixaSoftware > div.icontipo > span {
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}
.caixaSoftware > div.icontipo > span > .img {
	width: 100%;
	height: 100%;
	margin:0 auto;
}
.caixaSoftware > div.lermais {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	text-indent: -5000px;
	overflow:hidden;
}


.caixaSoftware.cliente .logo{ display:table; background:#FFF; height:100%; width:100%;}
.caixaSoftware.cliente .logo .imgHover{ display:none; background:#444444; vertical-align:middle; height:100%;}
.caixaSoftware.cliente .logo .imgNormal{ display:table-cell; background:#FFFFFF; vertical-align:middle; height:100%;}
.caixaSoftware.cliente .logo > div { display: flex; align-items: center; justify-content: center; }
.caixaSoftware.cliente .logo:hover .imgHover{ display:table-cell;}
.caixaSoftware.cliente .logo:hover .imgNormal{ display:none;}
.caixaSoftware.cliente .titulo{ display:block; width:100%; text-align:center;}
.caixaSoftware.cliente .titulo a { display:block; width:100%; font: 700 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif; text-decoration:none; color: #b0b0b0; height: 45px; margin: 10px 0 0;}
.caixaSoftware.cliente > div.blocotexto, .caixaSoftware.cliente > div.blocotextoBlack{ position:relative; width:100%;}


.lermais > a {
	display: block;
	width: 50px;
	height: 50px;
}
.lermais:hover, .lermais:active {
	opacity: 0.5;
	alpha: filter(opacity=50);
}

.lermaiscaixacinza > a {
	background: url("/temas/primavera/img/lermais-caixa-cinza.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cinzaSoftware {
	background: url("/temas/primavera/img/bgCinza-caixa-software.png") repeat-y scroll -10px 0 rgba(0, 0, 0, 0);
}
.tagfree {
	display: block;
	background: url(/temas/primavera/img/tag-free768.png) no-repeat 80% 10%;
}
.legendaCaixas {
	display: block;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.legendaCaixas > ul {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.legendaCaixas > ul > li {
	display: block;
	list-style: none;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #A4A3A3;
	padding: 20px 0 0px 20%;
	left: 2px;
	position:relative;
	cursor:pointer;
}
.legendaCaixas > ul > li .img{
	border-radius: 14px;
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	width: 30px;
}
.legendaCaixas > ul > li.legendaTipoProd.active .legendaNome{
	background: url("/temas/primavera/img/menu-activo.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding: 0 0 17px;
}
.legendaCaixas > ul > li .legendaInfo{
	background: none repeat scroll 0 0 #444444;
	color: #ffffff;
	display: none;
	font: 300 14.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	top: 40px;
	width: 100%;
}

.borderTopMenuFinal {
	display: block;
	border-top: 1px solid #d9d9d9;
	padding: 20px 0 20px 0;
	margin: 20px 0 0 0;
}
.menuFinalSoftware {
	display: block;
}
.menuFinalSoftware > ul {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.menuFinalSoftware > ul > li {
	display: block;
	list-style: none;
	padding: 0px 0px 20px 0;
}
.menuFinalSoftware > ul > li > a {
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	color:#f16248;
}
.menuFinalSoftware > ul > li > a:hover, 
.menuFinalSoftware > ul > li > a:active {
	text-decoration: underline;
}

.infoCaixaCinza {
	display: block;
	padding: 65px 0;
	background:#a4a3a3;
	margin: 50px 0 0 0;
	text-align: center;
}
.infoCaixaCinza > span {
	display: block;
	max-width: 810px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
}
.infoCaixaCinza > span > span {
	display: block;
	font: 300 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
}
.infoCaixaCinza > span > a {
	background: url("/temas/primavera/img/bg-btn-laranja02.png") no-repeat scroll right center #f16248;
	border: medium none;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 19px;
	letter-spacing: 1px;
	padding: 7px 35px 4px 25px;
	text-transform: uppercase;
	margin:40px auto 0 auto;
}
.infoCaixaCinza > span > a:hover{
	background: url("/temas/primavera/img/bg-btn-laranja02-hover.png") no-repeat scroll right center #c8c8c8;
	color:#000000;
}

.infoCaixaCinzaFormacao {
	display: block;
	padding: 85px 0;
	background:#d9d9d9;
	margin: 50px 0 0 0;
	text-align: center;
}
.infoCaixaCinzaFormacao > span {
	display: block;
	max-width: 810px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
}
.infoCaixaCinzaFormacao > span > span {
	font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	display: block;
	letter-spacing: 3px;
}
.infoCaixaCinzaFormacao > span > a {
	display: inline-block;
	margin: 20px 0 0 0px;
	background: #f16248 url(/temas/primavera/img/arrow01.png) no-repeat 85% center;
	padding: 8px 40px 6px 30px;
	font: 700 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 20px;
	letter-spacing: 2px;
}

.contentProfissional {
	font: 400 20px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #28348a;
	text-align: center;
	line-height: 25px;
	letter-spacing: 1px;
}

.menuContentProfissional {
	display: table;
	width: auto;
	margin: 70px auto 0 auto;
	text-align: center;
}
.menuContentProfissional ul {
	margin: 0;
	padding: 0;
}
.menuContentProfissional ul li {
	display: block;
	padding: 0 20px;
	margin: 0 0 30px 0;
}
.menuContentProfissional ul li.produtos a {
	font: 700 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	display: block;
	position:relative;
}
.menuContentProfissional ul li.produtos a .bullet {
	bottom: 0;
	display: block;
	height: 7px;
	left: 44%;
	position: absolute;
	width: 13px;
}

.submenuProfissionalPro {
	display: block;
}
.submenuProfissionalPro > ul {
	margin: 0 auto;
	padding: 0;
	max-width: 580px;
	width: 100%;
	display: table;
	text-align: center;
}
.submenuProfissionalPro > ul > li {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	display: table-cell;
	color: #FFF;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	max-width: 980px;
	height: 120px;
	vertical-align: middle;
	letter-spacing: 2px;
}
.submenuProfissionalPro > ul > li > a {
	color:#FFFFFF;
	font: 500 17px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform: uppercase;
	opacity:0.6;
	letter-spacing: 2px;
}
.submenuProfissionalPro > ul > li.active {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	background:url("/temas/primavera/img/arrow11.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.submenuProfissionalPro > ul > li.active a{
	color: #FFF;
	font: 500 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	opacity:1;
	letter-spacing: 2px;
}
.submenuContainer{
	display: block;
	width:100%;
	background: #FFFFFF url(/temas/primavera/img/bg-shadow-submenu.png) repeat-x left top;
	margin-bottom:65px;
}

.submenu02ProfissionalPro {
	display: block;
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
	position:relative;
}
#submenu02ProfissionalProAnt{
	background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat 10px 10px;
	left: 0;
	padding:10px;
}
#submenu02ProfissionalProSeg{
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat 10px 10px;
	right: 0;
	padding:10px;
}
#submenu02ProfissionalProAnt.inactive,
#submenu02ProfissionalProSeg.inactive{
	display:none;
}
.submenu02ProfissionalPro > ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
	width:20000em;
	overflow:hidden;
}
.submenu02ProfissionalPro > ul > li {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	display: table-cell;
	color: #FFF;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	height: 140px;
	vertical-align: middle;
	min-width: 144px;
	letter-spacing: 1px;
}
.submenu02ProfissionalPro > ul > li > a {
	color: #c8c8c8;
	font: 500 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
}
.submenu02ProfissionalPro > ul > li > a > span  {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 10px auto;
	background-position: left top;
}
.submenu02ProfissionalPro > ul > li.active a > span  {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 10px auto;
}
.submenu02ProfissionalPro > ul > li.active {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	background: url(/temas/primavera/img/arrow08.png) no-repeat center bottom !important;
	background-size: 55px;
	background-position: 55px 0;
}

.iconmodulos {
	background: url(/temas/primavera/img/icon-modulos.png);
}
.iconvantagens {
	background: url(/temas/primavera/img/icon-vantagens.png);
}
.iconlicenciamento {
	background: url(/temas/primavera/img/icon-licenciamento.png);
}
.iconvideodemo {
	background: url(/temas/primavera/img/icon-videodemo.png);
}
.iconformacao {
	background: url(/temas/primavera/img/icon-formacao.png);
}
.iconprospeto {
	background: url(/temas/primavera/img/icon-prospeto.png);
}

.submenu03ProfissionalPro {
	display: block;
	margin: 0 auto 80px;
	overflow: hidden;
	max-width: 980px;
}

.submenu03ProfissionalPro > ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
	position: relative;
	width:100%;
}

.submenu03ProfissionalPro > ul > li {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	display: none;
	vertical-align: middle;
	width:181px !important;
}
.submenu03ProfissionalPro > ul > li > a {
	display:block;
	height:60px;
	color: #c8c8c8;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform: uppercase;
	outline:0;
	width:181px;
	text-align:center;
}
.submenu03ProfissionalPro > ul > li > a > span  {
	display: inline-block;
	padding: 10px 0 7px 0;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	width:179px;
	text-align:center;
}

.submenu03ProfissionalPro > ul > li.active a > span  {
	border: 1px solid #d7d7d7;
    border-radius: 5px;
    display: inline-block;
    font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    padding: 10px 60px 7px 20px;
    position: relative;
    text-transform: uppercase;
	overflow:hidden;
}
.submenu03ProfissionalPro > ul > li.active a > span > div.icon{
	display: block;
	height: 51px;
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	border-radius: 0 3px 3px 0;
}
.submenu03ProfissionalPro > ul > li.active {
	display: inline-block;
	padding: 0;
	list-style: none;
	color: #00b7ff;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform: uppercase;
}

.submenu03MobileProfissionalPro{
	display: none;
	margin: 0 auto;
	position: relative;
	top: -23px;
}
.subTabContainer .submenu03MobileProfissionalPro a{
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	display: block;
	font: 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 10px 20px 7px;
	text-transform: uppercase;
}

.tabsSubMenu{
	display:none;
	margin: 0 auto;
	max-width: 1010px;
	position: relative;
}
.tabsSubMenu.active{
	display:block;
}
.tabsSubMenuBtnAnt{
	display:none;
	height: 22px;
	position: absolute;
	width: 10px;
	z-index: 20;
	top:33%;
	background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0%;
}

.tabsSubMenuBtnSeg {
	display:none;
	height: 22px;
	position: absolute;
	width: 10px;
	z-index: 20;
	top:33%;
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 0%;
}
.tabsSubMenuBtnAnt.inactive,
.tabsSubMenuBtnSeg.inactive{
	display:none;
}

.contentProfissionalPro2colunas {
	font: 400 20px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #28348a;
	line-height: 25px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto 45px auto;
}
.contentProfissionalPro2colunas > div.head {
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 25px;
	margin:0 0 20px 0;
	display: block;
}
.contentProfissionalPro2colunas > div.head h5 {
	margin:0;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.contentProfissionalPro2colunas > div.head a{
	display: table; text-align:center; overflow:hidden; vertical-align:middle; width:350px; height:380px; line-height: 380px;
}
.contentProfissionalPro2colunas > div.head a img{
	display: table-cell; text-align:center; vertical-align:middle; max-width:320px; max-height:350px;
}
.contentProfissionalPro2colunas > div.head iframe{
	display: table; max-width:320px; max-height:350px;
}
.contentProfissionalPro2colunas > div.conteudo {
	font: 300 14px 'Gotham Narrow SSm A', 'Gottham Narrow SSm B';
	color: #707070;
	line-height: 20px;
	display: block;
}
.contentProfissionalPro2colunas > div.head > div.pedirorcamento {
    border-top: 1px solid #dedede;
    display: block;
    margin: 30px 0 0;
    padding: 30px 0 0;
	 text-align: center;
}
.contentProfissionalPro2colunas > div.head > div.pedirorcamento .poContainer > a {
    background: #f16248 url("/temas/primavera/img/bg-btn-arrowRight.png") no-repeat scroll right center;
    border-radius: 20px;
    color: #ffffff !important;
    display: inline-block;
    font: 500 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    height: 24px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 6px 40px 0 30px;
    text-transform: uppercase;
    width: auto;
}
.contentProfissionalPro2colunas > div.conteudo a:hover{
	color: #707070!important;
}
.contentProfissionalPro2colunas > div.head > div.pedirorcamento .poContainer > a:hover{
	background: url("/temas/primavera/img/bg-btn-arrowRight-hover.png") no-repeat scroll right center #c8c8c8;
	color:#252525;
}
.contentProfissionalPro2colunas > div.head > div.pedirorcamento .poContainer{
	display:inline-block;
}
.contentProfissionalPro2colunas > div.head > div.pedirorcamento .poContainer > span {
	color: #f16248;
	display: block;
	font: 400 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 auto 20px;
	text-align: center;
	width: 184px;
}
.tabsConteudo{
	display:none;
}
.tabsConteudo.active{
	display:block;
}

.menuFinalProfessionalPro {
	display: block;
	border-top:1px solid #dedede;
	padding: 7px 0 0 0;
	margin: 20px 0;
}
.menuFinalProfessionalPro > ul {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.menuFinalProfessionalPro > ul > li {
	display: block;
	list-style: none;
	padding: 0px 20px 0px 0;
}
.menuFinalProfessionalPro > ul > li > a {
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	color:#f16248;
}
.menuFinalProfessionalPro > ul > li > a:hover, 
.menuFinalProfessionalPro > ul > li > a:active {
	text-decoration: underline;
}

.infoCaixaCinzaProfissionalPro {
	display: block;
	padding: 45px 0;
	background:#707070;
	margin: 0px 0 0 0;
	text-align: center;
}
.infoCaixaCinzaProfissionalPro > span {
	display: block;
	max-width: 810px;
	margin: 0 auto;
	text-align: center;
}
.infoCaixaCinzaProfissionalPro > span > span {
	font: 300 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	display: block;
	margin: 0px 0px 20px 0;
}

.infoCaixaCinzaProfissionalPro > span > a {
	background: url("/temas/primavera/img/bg-btn-laranja02.png") no-repeat scroll right center #f16248;
	border: medium none;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 19px;
	letter-spacing: 1px;
	padding: 7px 35px 4px 25px;
	text-transform: uppercase;
}

.infoCaixaCinzaProfissionalPro > span > a:hover{
	background: url("/temas/primavera/img/bg-btn-laranja02-hover.png") no-repeat scroll right center #c8c8c8;
	color:#000000;
}

.titulo02 {
	display: block;
	color: #252525;
	font: 300 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	padding: 40px 60px;
}
.tituloImprensa,
.tituloRevista{
	display: block;
	color: #252525;
	font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	padding: 30px 0 30px 0;
	text-transform: uppercase;
}

.tituloEventos{
	display: block;
	color: #252525;
	font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	padding: 30px 0;
	text-transform: uppercase;
}

.infoCaixaCinzaSolucao {
	display: block;
	padding: 85px 0;
	background:#d9d9d9;
	margin: 0px 0 0 0;
	text-align: center;
}
.infoCaixaCinzaSolucao > span {
	display: block;
	max-width: 810px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
	position:relative;
}
.infoCaixaCinzaSolucao > span > span {
	font: 300 25px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	display: block;
}

.infoCaixaCinzaSolucao > span .jcarouselUtilizadores{
	display:block;
	margin: 40px auto 20px;
	overflow: hidden;
	max-width: 980px;
}
.infoCaixaCinzaSolucao > span .utilizadoresContainer{
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
	width:20000em;
}

.infoCaixaCinzaSolucao > span .utilizadoresContainer a{
	display: table-cell;
	max-height: 62px;
	vertical-align: middle;
	margin: 0 40px;
	overflow:hidden;
}
.infoCaixaCinzaSolucao > span .utilizadoresContainer a img{
	border: 0 none;
	display: block;
	margin: 0 auto;
	max-height: 90px;
	max-width: 140px;
}

.infoCaixaCinzaSolucao .utilizadorBtn{
	display: block;
	height: 22px;
	position: absolute;
	top: 133px;
	width: 10px;
	z-index: 20;
}
.infoCaixaCinzaSolucao #utilizadorAnt{
	background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
}
.infoCaixaCinzaSolucao #utilizadorSeg{
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 0;
}

.divCarrinhoFormacao {
	display: block;
	background: #e0eef7;
	padding: 18px 0 18px 0;
	text-align: center;
}
.carrinhoformacaolink {
	display: inline;
	background: url(/temas/primavera/img/icon-carrinho.png) no-repeat right center;
	background-size: 22px;
	height: 22px;
	padding: 10px 33px 0 0;
	margin: 0 15px 0 0;
}
.carrinhoformacaolink a {
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 0.2px;
}
.carrinhoformacaolink a:hover {
	color:#0075be;
}

.divgeralcalendarizacao {
	display: block;
	margin: 60px 0px 75px 0px;
}
.divgeralcalendarizacao > .titulo {
	display: block;
	font: 700 22px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color:  #0075be;
	text-transform: uppercase;
	margin: 0 15px 35px 15px;
	letter-spacing: 1px;
}
.divgeralcalendarizacao > div.subtitulo {
	display: block;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color:  #0075be;
	text-transform: uppercase;
	margin: 0 15px 35px 15px;
	letter-spacing: 1px;
}
.divgeralcalendarizacao .infoPagContainer{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.divgeralcalendarizacao .infoPagContainer .infoPag{
	display: inline-block;
	color: #f16248;
	font: 300 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	max-width: 560px;
}

.tituloRed {
	color: #f16248!important;
}
.divFiltrosCalendarizacao {
	display: block;
	margin: 0 15px 30px 15px;
}
.divFiltrosCalendarizacao > div.anodesktop,
.divFiltrosCalendarizacao > div.mesdesktop {
	display: none;
}

.divFiltrosCalendarizacao div.locaisdesktop,
.divFiltrosCalendarizacao div.acoesdesktop {
	display: none;
}
.divFiltrosCalendarizacao > div.vista {
	display: block;
	float: left;
}
.divFiltrosCalendarizacao > .tiposVistaContainer > .vista >  span.calendarioactive {
	display: block;
	float: left;
	background: url(/temas/primavera/img/icon-vista-768.png) no-repeat 0 0;
	width: 29px;
	height: 29px;
	text-indent: -5000px;
	margin: 0 15px 0 0;
}
.divFiltrosCalendarizacao > .tiposVistaContainer > .vista >  a.calendario {
	display: block;
	float: left;
	background: url(/temas/primavera/img/icon-vista-768.png) no-repeat 0 0;
	width: 29px;
	height: 29px;
	text-indent: -5000px;
	opacity: 0.3;
	margin: 0 15px 0 0;
	overflow:hidden;
}

.divFiltrosCalendarizacao > .tiposVistaContainer > .vista >  span.listagemactive {
	display: block;
	float: left;
	background: url(/temas/primavera/img/icon02-vista-768.png) no-repeat 0 0;
	width: 29px;
	height: 29px;
	text-indent: -5000px;
}
.divFiltrosCalendarizacao > .tiposVistaContainer > .vista >  a.listagem {
	display: block;
	float: left;
	background: url(/temas/primavera/img/icon02-vista-768.png) no-repeat 0 0;
	width: 29px;
	height: 29px;
	text-indent: -5000px;
	opacity: 0.3;
	overflow:hidden;
}

.divTopoCalendarizacao {
	display: block;
	background: #f5f9fc;
	margin: 0 0px 30px 0px;
	padding: 30px 15px;
}

.divTopoCalendarizacao .acoestabletcontainer,
.divTopoCalendarizacaoList .acoestabletcontainer{
	display: block;
	float: left;
	max-width: 426px;
	min-width: 280px;
	text-align: center;
	margin-bottom: 25px;
}

.divTopoCalendarizacao .mesanotabletcontainer,
.divTopoCalendarizacaoList .mesanotabletcontainer{
	display:inline-block;
	height: 30px;
	width: 195px;
}
.divTopoCalendarizacao .mestablet,
.divTopoCalendarizacaoList .mestablet{
	display: block;
	float: left;
	margin:0px 1px 0px 2px;
}
.divTopoCalendarizacao .anotablet,
.divTopoCalendarizacaoList .anotablet{
	display: block;
	float: left;
}
.divTopoCalendarizacao .acoestablet,
.divTopoCalendarizacaoList .acoestablet{
	display: block;
}
.divTopoCalendarizacao .acoestablet .botoesMesTablet,
.divTopoCalendarizacaoList .acoestablet .botoesMesTablet{
	display:block;
	width:30px;
	height:30px;
}
.divTopoCalendarizacao .acoestablet #mesAnteriorTablet,
.divTopoCalendarizacaoList .acoestablet #mesAnteriorTablet{
	background:url("/temas/primavera/img/anterior-ipad.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:left;
}
.divTopoCalendarizacao .acoestablet #mesSeguinteTablet,
.divTopoCalendarizacaoList .acoestablet #mesSeguinteTablet{
	background:url("/temas/primavera/img/seguinte-ipad.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right;
}
.filtroCalendarizacaoListMobile{
	padding:0 20px;
	margin: 0 auto;
	max-width: 280px;
	width:100%;
}

.calendarizacao {
	display: table;
	table-layout: auto;
	float: none;
	margin: 0 auto 30px auto;
	width: auto;
}
.calendarizacao > ul.head {
	margin: 0;
	padding: 0;
	display: table-header-group;
}
.calendarizacao > ul.head > li.semana {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	color: #707070;
	font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	height: 30px;
	vertical-align: middle;
}
.calendarizacao > ul.head > li.fdsemana {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	color: #d7d7d7;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	height: 30px;
	vertical-align: middle;
}
.calendarizacao > ul.head > li.semana > span.desktop, .calendarizacao > ul.head > li.fdsemana > span.desktop {
	display: none;
}
.calendarizacao > ul.head > li.semana > span.tablet, .calendarizacao > ul.head > li.fdsemana > span.tablet  {
	display: block;
}
.calendarizacao > ul.body {
	margin: 0;
	padding: 0;
	display: table-row-group;
}
.calendarizacao > ul.body > li.semana {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	color: #707070;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	width: 37px;
}
.calendarizacao > ul.body > li.fdsemana {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 37px;
	display: table-cell;
	color: #707070;
	font: 500 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.calendarizacao > ul.body > li.semana > span {
	display: block;
	height: 20px;
	padding: 7px 0 0 0;
	margin: 0 1px 1px 0;
	text-align: center;
	position: relative;
}
.calendarizacao > ul.body > li.semana > span.maiseventos {
	display: block;
	height: 20px;
	padding: 7px 0 0 0;
	margin: 0 1px 1px 0;
	text-align: center;
	position: relative;
}
.calendarizacao > ul.body > li.semana > span.maiseventosaba {
	display: none;
}
.calendarizacao > ul.body > li.fdsemana > span {
	display: block;
	height: 20px;
	padding: 7px 0 0 0;
	margin: 0 1px 1px 0;
	text-align: center;
	position: relative;
}
.bgcalendarizacaobodysemana {
	background: #e0eef7;
	border: 1px solid #a2cde7;
}
.bgcalendarizacaobodysemanaactive {
	background: #fff;
	border: 1px solid #a2cde7;
}
.bgcalendarizacaobodyfdsemana,
.bgcalendarizacaobodyfdsemanaactive{
	background: #f5f5f5;
	border: 1px solid #ebebeb;
}

.bgcalendarizacaobodysemanapast {
	background: #f5f9fc;
	border: 1px solid #d6e9f5;
}
.bgcalendarizacaobodyfdsemanapast {
	background: #f5f5f5;
	border: 1px solid #ebebeb;
}
.bgcalendarizacaobodyfdsemana {
	background: #f5f5f5;
	border: 1px solid #ebebeb;
}
.bgcalendarizacaobodysemananext {
	background: #f5f9fc;
	border: 1px solid #d6e9f5;
}

.datasemana {
	color: #0075be;
}
.datasemanapast {
	color: #b9d9ed;
}
.datafdsemanapast {
	color: #d7d7d7;
}
.linkcalendarizacaotablet {
	display: block;
	text-indent: -5000px;
	position: absolute;
	z-index: 2;
	top: 0;
	left:0;
	width: 34px;
	height: 27px;
	overflow:hidden;
}
.btncalendarizacaopast, .btncalendarizacaonext {
	background: url(/temas/primavera/img/btn-calendarizacaopast-768.png) no-repeat 90% 2px;
}
.btncalendarizacaoEvento {
	background: url(/temas/primavera/img/btn-calendarizacaoEvent-768.png) no-repeat 90% 2px;
}
.blocotextocalendarizacaopast, .blocotextocalendarizacao, .blocotextocalendarizacaonext {
	display: none;
}

.blocoaeventodestaque768 {
	display: none;
	width:280px;
	height:255px;
	float: none;
	margin: 0 auto;
	position: relative;
}
.blocoaeventodestaque768.active{
	display:block;
}

.blocoaeventodestaque768 > div.anterior {
	display: block;
	position: absolute;
	top: 45%;
	left: 0;
}
.blocoaeventodestaque768 > div.anterior > a {
	display: block;
	background: url(/temas/primavera/img/seta01.png) no-repeat 0 0;
	width: 17px;
	height: 42px;
	text-indent: -5000px;
	overflow:hidden;
}

.blocoaeventodestaque768.past > div.anterior > a{
	background: url(/temas/primavera/img/seta01-past.png) no-repeat 0 0;
}

.blocoaeventodestaque768 > div.seguinte {
	display: block;
	position: absolute;
	top: 45%;
	right: 0;
}
.blocoaeventodestaque768 > div.seguinte > a {
	display: block;
	background: url(/temas/primavera/img/seta02.png) no-repeat 0 0;
	width: 17px;
	height: 42px;
	text-indent: -5000px;
	overflow:hidden;
}
.blocoaeventodestaque768.past > div.seguinte > a {
	background: url(/temas/primavera/img/seta02-past.png) no-repeat 0 0;
}

.blocoaeventodestaque768 > div.anterior > a:hover, .blocoaeventodestaque768 > div.seguinte > a:hover {
	opacity: 0.5;
}
.blocoaeventodestaque768 > div.bloco {
	display: block;
	width:75%;
	height:255px;
	margin: 0 auto;
}

.blocoaeventodestaque768 > div.bloco > div.datatopo {
	display: block;
	padding: 0 0 10px 0;
	color: #0075be;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.blocoaeventodestaque768 > div.bloco > div.blocoevento.active{
	display:block;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.inactive{
	display:none;
}

.blocoaeventodestaque768 > div.bloco > div.blocoevento {
	display: none;
	width: 100%;
	height: 200px;
	position: relative;
	background: #d6e9f5;
	color: #0075be;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}


.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.data {
	display: table-cell;
	position: absolute;
	right: 0;
	color: #ffffff;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	background: #0075be;
	padding: 8px 10px;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info {
	display: block;
	position: relative;
	width: 85%;
	margin: 0 auto;
	height: 170px;
	padding: 10px 0 0 0;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > span.data {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #99c8e5;
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 10px 0;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > span.titulo,
.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > span.titulo > a{
	display: block;
	color: #0075be;
	font: 500 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	overflow:hidden;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > span.titulo > a:hover{
	color: #85bde0;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > span.titulo > span {
	display: block;
	color: #85bde0;
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > span.vagas {
	display: block;
	position:absolute;
	bottom:0;
	color: #85bde0;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 0 34px 0;
}

.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > a.inscrever,
.blocoaeventodestaque768 > div.bloco > div.blocoevento > div.info > a.prereserva{
	display: block;
	background: #f16248;
	position:absolute;
	right: 5px;
	bottom:0;
	color: #fff;
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 6px 14px 4px 14px;
	border-radius: 20px;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.blocoaeventodestaque768 > div.bloco > .proxFormacaoTabletContainer > .maiseventosaba{
	background: none repeat scroll 0 0 #d6e9f5;
	display: block;
	float: left;
	height: 7px;
	margin-top: 5px;
	width: 100%;
}
.blocoaeventodestaque768 > div.bloco > .proxFormacaoTabletContainer.past > .maiseventosaba{
	background: none repeat scroll 0 0 #f5f5f5;
	border:1px solid #ebebeb;
}
.blocoaeventodestaque768 > div.bloco > .proxFormacaoTabletContainer.future > .maiseventosaba{
	background: none repeat scroll 0 0 #f5f9fc;
	border: 1px solid #ebebeb;
}
.blocoaeventodestaque768 > div.bloco > .proxFormacaoTabletContainer > .proximaformacao{
	display: block;
	position: absolute;
	right: 46%;
	top: 97%;
}
.blocoaeventodestaque768 > div.bloco > .proxFormacaoTabletContainer > .proximaformacao > a{
  	background: url("/temas/primavera/img/seta-bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -5000px;
	width: 22px;
}
.blocoaeventodestaque768 > div.bloco > .proxFormacaoTabletContainer.past > .proximaformacao > a,
.blocoaeventodestaque768 > div.bloco > .proxFormacaoTabletContainer.future > .proximaformacao > a{
  	background: url("/temas/primavera/img/seta-bottom-past.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.blocoaeventodestaque768 > div.bloco > div.blocoevento.past{
	background:none repeat scroll 0 0 #f5f5f5;
	border:1px solid #ebebeb;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.past > div.data {
	background: none repeat scroll 0 0 #ffffff;
	color: #a4a3a3;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.past > div.info > span.titulo > a,
.blocoaeventodestaque768 > div.bloco > div.blocoevento.past > div.info > span,
.blocoaeventodestaque768 > div.bloco > div.blocoevento.past > div.info > span > span{
	color:#c8c8c8;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.past > div.info > span.titulo > a:hover{
	color:#a4a3a3;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.future{
	background:none repeat scroll 0 0 #f5f9fc;
	border:1px solid #ebebeb;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.future > div.data {
	background: none repeat scroll 0 0 #ffffff;
	color: #a4a3a3;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.future > div.info > span.titulo > a,
.blocoaeventodestaque768 > div.bloco > div.blocoevento.future > div.info > span,
.blocoaeventodestaque768 > div.bloco > div.blocoevento.future > div.info > span > span{
	color:#85bde0;
}
.blocoaeventodestaque768 > div.bloco > div.blocoevento.future > div.info > span.titulo > a:hover{
	color:#0075be;
}

.legendaCalendarizacao {
	display: block;
	width: 200px;
	margin: 0 auto;
}

.legendaCalendarizacao > div.tiposFormacao {
	color: #a4a3a3;
	display: block;
	font: 300 14.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 24px;
	margin: 0 50px 0 0;
	padding: 10px 0 0 40px;
	cursor:pointer;
	position:relative;
}
.legendaCalendarizacao > div.tiposFormacao.active .tipoFormacaoNome{
	background: url("/temas/primavera/img/menu-activo.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding: 0 0 12px;
}
.legendaCalendarizacao > div.tiposFormacao .tipoFormacaoInfo{
	background: none repeat scroll 0 0 #444444;
	color: #ffffff;
	display: none;
	font: 300 14.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	top: 40px;
	width: 100%;
}

.calendarizacaoListagem {
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 0px 0px 50px 0;
}
.calendarizacaoListagem > ul.head {
	display: none;
	color: #707070;
}

.calendarizacaoListagem > ul.hiddenInfo{
	display: block;
	margin: 0 auto 20px auto; 
	height: 60px;
}


.calendarizacaoListagem > ul:nth-child(even).body {
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	background: #ebf4fa;
	width: 280px;
	position: relative;
	height: 85px;
}
.calendarizacaoListagem > ul:nth-child(odd).body {
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	background: #ebf4fa;
	width: 280px;
	position: relative;
	height: 85px;
}


.calendarizacaoListagem > ul.body > li {
	display: block;
	padding: 5px 0 0 0;
	color: #555;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	list-style: none;
	margin: 0;
}
.calendarizacaoListagem > ul.body > li:first-child {
	display: block;
	padding: 5px 0 0 0;
	color: #555;
	font: 700 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	list-style: none;
	margin: 0;
}
.calendarizacaoListagem > ul.body > li.mod {
	display: block;
	height: 34px;
	position: absolute;
	right: 38px;
	top: 10px;
	width: 31px;
}
.calendarizacaoListagem > ul.body > li.acao {
	display: block;
	position: absolute;
	width: 180px;
	top: 15px;
	left: 10px;
	color: #0075be;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	overflow:hidden;
	padding: 0 90px 0 0;
}
.calendarizacaoListagem > ul.body > li.acao > a.titulo{
	color: #0075be;
}
.calendarizacaoListagem > ul.body > li.acao > a.mais {
	background: url("/temas/primavera/img/seta03.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 8px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	text-indent: -5000px;
	top: 10px;
	width: 12px;
}

.calendarizacaoListagem > ul.body > li.acao > a.mais.active{
	display:block;
}
.calendarizacaoListagem > ul.body > li.acao > a.mais.inactive{
	display:none;
}

.calendarizacaoListagem > ul.body > li.acao > a.menos {
	background: url("/temas/primavera/img/seta04.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 8px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	text-indent: -5000px;
	top: 10px;
	width: 12px;
}
.calendarizacaoListagem > ul.body > li.acao > a.menos.active{
	display:block;
}
.calendarizacaoListagem > ul.body > li.acao > a.menos.inactive{
	display:none;
}

.calendarizacaoListagem > ul.body > li.data {
	display: block;
	position: absolute;
	top: 95px;
	left: 10px;
	border-right: 1px solid #b0b0b0;
	width: 92px;
	min-height: 75px;
}
.calendarizacaoListagem > ul.body > li.local {
	display: block;
	position: absolute;
	top: 170px;
	left: 10px;
	border-right: 1px solid #b0b0b0;
	width: 92px;
	min-height: 74px;
}
.calendarizacaoListagem > ul.body > li.horario {
	display: block;
	position: absolute;
	top: 95px;
	left: 115px;
	border-right: 1px solid #b0b0b0;
	width: 82px;
	min-height: 75px;
}
.calendarizacaoListagem > ul.body > li.duracao {
	display: block;
	position: absolute;
	top: 170px;
	left: 115px;
	border-right: 1px solid #b0b0b0;
	width: 82px;
	min-height: 75px;
}
.calendarizacaoListagem > ul.body > li.preco {
	display: block;
	position: absolute;
	top: 95px;
	left: 210px;
	min-height: 75px;
}
.calendarizacaoListagem > ul.body > li.preco .asterisco{
	color:#f16248;
}
.calendarizacaoListagem > ul.body > li.inscricao {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.calendarizacaoListagem > ul.body > li.inactive{
	display:none;
}
.btnprereservaListagem {
	height: 16px;
	background: #f16248;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 10px 1px 12px;
	font: 400 10.5px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	border-radius: 10px;
	letter-spacing: 1px;
	width:auto;
	max-width:85px;
}

.calendarizacaoListagem > ul.body > li.data > span, 
.calendarizacaoListagem > ul.body > li.local > span, 
.calendarizacaoListagem > ul.body > li.horario > span, 
.calendarizacaoListagem > ul.body > li.duracao > span, 
.calendarizacaoListagem > ul.body > li.preco > span, 
.calendarizacaoListagem > ul.body > li.mod > span {
	display: block;
	text-transform: uppercase;
	font: 300 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 0 5px 0;
}
.calendarizacaoListagem > ul.body > li.preco .precoPais{
	display: block;
	color: #0075be;
	margin: 5px 0 0 0;
}
.calendarizacaoListagem > ul.body > li.preco.precoRef{
	padding-bottom: 8px;
}
.tituloOutrasAcoes {
	display: block;
	margin: 0 auto 30px;
	color: #252525;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 20px;
	max-width: 280px;
}

.tituloSemAcoes {
	color: #252525;
	display: block;
	font: 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-align: center;
}

.divDetalheCurso {
	display: block;
	padding: 28px 0 38px 0;
	border-top: 1px solid #d9d9d9;
	margin: 0 20px;
}
.divDetalheCurso > div > div.infoContainer{
	display: inline-block;
	margin: 0 auto 20px;
}

.divDetalheCurso > div > div.infoContainer .subtitulo {
	display:inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #252525;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin-bottom: 10px;
}

.divDetalheCurso > div > div.infoContainer .info{
	display:inline-flex;
	width: auto;
	margin:0 30px 5px 0;
}
.divDetalheCurso > div > div.infoContainer .info span {
	color: #252525;
	display: inline-block;
	font: 700 17px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.divDetalheCurso > div > div.infoContainer .info .titulo{
	margin-right: 4px;
}
.divDetalheCurso > div > div.infoContainer .info .texto{
    display: inline-block;
    font-weight: 300;
}
.divDetalheCurso > div > div.infoContainer .info .texto .preco{
	color: #252525;
	display: inline-block;
	font: 300 17px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.divDetalheCurso > div > div.infoContainer .info .texto .precoPais{
	display: inline-block;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #0075be;
}
.divDetalheCurso > div > div.resumo {
	color: #707070;
	font: 300 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.divButtonsDetalhe {
	display: block;
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
}
.divButtonsDetalhe > span.programa {
	display:block;
	margin: 0 0 20px 0;
}
.divButtonsDetalhe > span.programa > a {
	background: #b0b0b0 url(/temas/primavera/img/icon-download-programa.png) no-repeat 85% center;
	padding: 6px 50px 0px 25px;
	text-transform: uppercase;
	color: #f5f5f5;
	font: 500 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	border-radius: 30px;
	display: inline-block;
	letter-spacing: 0.2px;
	height: 24px;
}
.divButtonsDetalhe > span.programa > a:hover {
	background: #0075be url(/temas/primavera/img/icon-download-programa.png) no-repeat 85% center;
}
.divButtonsDetalhe > span.inscrever {
	display:block;
	width: auto;
}
.divButtonsDetalhe > span.inscrever > a {
	background: none repeat scroll 0 0 #f16248;
	border-radius: 30px;
	color: #f5f5f5;
	display: inline-block;
	font: 500 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 2px;
	padding: 6px 25px 0px;
	text-transform: uppercase;
	height: 24px;
}
.divButtonsDetalhe > span.inscrever > a:hover {
	background: #0075be;
}

.divGeralInscricaoDetalhe {
	background: #707070;
	padding: 65px 0;
}
.divInscricaoDetalhe {
	display: block;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.divInscricaoDetalhe > div.titulo {
	display: block;
	margin: 0 0 40px 0;
	text-align: center;
	color: #f5f5f5;
	font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 0.5px;
}
.divInscricaoDetalhe .selectFormsGeral{
	width: calc(100% - 50px);
}
.formInscricaoDetalhe {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.formInscricaoDetalhe > ul {
	margin: 0;
	padding: 0;
}
.formInscricaoDetalhe > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	padding: 0px 0 20px 0;
}

.formInscricaoDetalhe > ul > li > input {
	display: block;
	border: 0;
	width: 85%;
	padding: 10px 20px;
	background: #ebebeb;
	border-radius: 5px;
	color: #a4a3a3;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 1px;
}

.btnEnviarInscricao {
	display: block;
}
.btnEnviarInscricao > a {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 14px 28px;
	background: #f16248;
	text-transform: uppercase;
	color: #f5f5f5;
	border-radius: 5px;
}
.btnEnviarInscricao > a:hover {
	background: #ccc;
	color: #f5f5f5;
}
.formContacto {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: left;
	box-sizing:border-box;
}

.formContacto.formMobile,
.formContacto.formMobile .fb3row{
	width: 100%!important;
}

.formContacto.floatLeft { 
	display: inline-block;
	float:left;
}

.formContacto.floatRight { 
	display: inline-block;
	float:right;
}

.formContacto > ul {
	margin: 0;
	padding: 0;
}
.formContacto > ul > li {
	display: inline-block;
	width: 100%;
	margin: 0;
	list-style: none;
	padding: 0px 0 20px 0;
}
ul > li.single{ list-style: none;}
.formContacto > ul > li.single {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 0 20px 0;
}
.formContacto > ul > li.single .label_pol_priv{
	margin-left:10px;
}
.formContacto > ul.fb3html > li label.fb3label{
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 8px;
	color: #0075be;
	display: block;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 3px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	width: calc(100% - 40px);
	box-sizing: border-box;
}

.formContacto > ul > li.titulo {
	display: block;
	margin: 0;
	padding: 20px 0 20px 20px;
	color: #FFFFFF;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.formContacto > ul > li > span.label {
	display: block;
	float: left;
	margin: 0;
	padding: 0px 0 6px 20px;
	color: #C8C8C8;
}
.formContacto > ul > li > input[type="text"] {
	display: block;
	float: right;
	border: 0;
	width: calc(100% - 50px);
	padding: 10px 20px;
	background: #ebebeb;
	border-radius: 5px;
	color: #a4a3a3;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.formContacto > ul > li.checkbox {
	color: #ffffff;
	display: block;
	float: left;
	text-align: left;
}
.formContacto > ul > li.checkbox label{
	cursor: pointer;
	display: block;
	float: left;
	padding-left: 25px;
}
.formContacto > ul > li > input[type="checkbox"]{
	cursor: pointer;
   display: block;
	float: left;
	height: 10px;
	margin: 2px 25px 0;
	position: relative;
	width: 10px;
}
.formContacto > ul > li > textarea, 
.formContactoParceiro > ul > li > textarea{
	background: none repeat scroll 0 0 #ebebeb;
	border: 0 none;
	border-radius: 5px;
	color: #a4a3a3;
	display: block;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 auto;
	padding: 10px 15px;
	width: calc(100% - 50px);
}
.formContacto > ul > li > .selectFormsGeral{
	float:right;
}
.formContacto .erroDados{
	text-align: center;
}
.formContacto .politicaContainer {
	margin: 0 0 15px 12px;
}

.separadorFormBuilder {
	border-top: 2px solid #c2c2c2;
	display: block;
	margin: 30px 0;
	width: 100%;
}

.limparContactos {
	display: block;
	text-align: left;
	margin: 0 0 20px 10px;
}
.limparContactos a {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.btnEnviarContactos {
	display: block;
	text-align: left;
}
.btnEnviarContactos > a,
.btnEnviarContactos > input[type='submit']{
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	background: none repeat scroll 0 0 #0acb84;
	border: medium none;
	border-radius: 5px;
	color: #f5f5f5;
	display: inline-block;
	margin: 20px 0 0 0px;
	padding: 14px 28px 12px 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor:pointer;
}
.btnEnviarContactos > a:hover,
.btnEnviarContactos > input[type='submit']:hover{
	background: #ccc;
	color: #f5f5f5;
}
.divgeralforminscricao {
	border-bottom: 1px solid #d9d9d9;
	display: inline-block;
	margin: 60px 15px 160px;
	width: calc(100% - 30px);
}
.divgeralforminscricao > div.titulo {
	display: block;
	font: 700 26px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color:  #252525;
	text-transform: uppercase;
	margin: 0 15px 35px 15px;
	letter-spacing: 1px;
}
.divgeralforminscricao .label_pol_priv .term_priv,
.divgeralforminscricao .label_pol_priv .term_priv .link-politica{
	color:#707070;
}
.stepsInscricao {
	display: block;
	margin: 0 auto 48px auto;
	width: 95%;
}
.stepsInscricao > ul {
	margin: 0;
	padding: 0;
}
.stepsInscricao > ul > li {
	margin: 0 0 20px 0;
	list-style: none;
	float: none;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	display: table;
	table-layout: auto;
	height: 33px;
}
.stepsInscricao > ul > li > span.left {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	width: 23px;
}
.stepsInscricao > ul > li > span.texto {
	margin: 0;
	padding: 0 20px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.stepsInscricao > ul > li.off > span.left {
	background: url(/temas/primavera/img/canto-left-firstchild-step-off.png);
}
.stepsInscricao > ul > li.on > span.left {
	background: url(/temas/primavera/img/canto-left-firstchild-step-on.png);
}
.stepsInscricao > ul > li:first-child.off > span.left {
	background: url(/temas/primavera/img/canto-left-firstchild-step-off.png);
}
.stepsInscricao > ul > li:first-child.on > span.left {
	background: url(/temas/primavera/img/canto-left-firstchild-step-on.png);
}

.stepsInscricao > ul > li > span.texto {
	margin: 0;
	padding: 0 20px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.stepsInscricao > ul > li.off > span.texto {
	background: url(/temas/primavera/img/bg-step-off.png) no-repeat right top;
	color: #C8C8C8;
}
.stepsInscricao > ul > li.off > span.texto a{
	color: #C8C8C8;
}

.stepsInscricao > ul > li.on > span.texto {
	background: url(/temas/primavera/img/bg-step-on.png) no-repeat right top;
	color: #000000;
}
.stepsInscricao > ul > li.on > span.texto a{
	color: #000000;
}

.listgeral > .select{
	display: none;
	text-align: left;
	vertical-align: top;
}

.listformandos{
	display: block;
	margin: 0 auto 25px auto;
	width: 95%;
}

.listformandos > ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
}
.listformandos > ul > li {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	display: table;
	table-layout: auto;
	width: 100%;
	border-top: 1px solid #d9d9d9;
}

.listformandos > ul > li > span.info {
	display: block;
	vertical-align: top;
}
.listformandos > ul > li > span.info > span.titulo{
	display: block;
	font: 500 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
	margin: 0 0 10px 0;
}
.listformandos > ul > li > span.info > span.dados {
	display: block;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	margin: 0 0 0px 0;
}
.listformandos > ul > li > span.info > span.dados > .btnRemover{
	color: #f16248;
	display: inline-block;
	font: 400 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0;
	text-decoration: underline;
	text-transform: uppercase;
}

#resumoCarrinho .resumoContainer{
	display:block;
	width:100%;
	margin-bottom: 25px;
}
#resumoCarrinho .resumoContainer .tituloPrincipal{
	display:inline-block;
	text-align:center;
	width:100%;
	text-transform: uppercase;
	color: #a4a3a3;
	font: 700 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin-bottom: 15px;
}
#resumoCarrinho .resumoContainer .titulo{
	display: inline-block;
	font: 700 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 0 5px 0;
}

#resumoCarrinho .resumoContainer .titulo{
	display: inline-block;
	font: 700 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 0 5px 0;
}

#resumoCarrinho .resumoContainer .info{
	display: inline-block;
	width:100%;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	margin: 0 0 5px 0;
}

#resumoCarrinho .resumoContainer .info .label{
	font-weight: 700;
}

#suporteExpess .stepsInscricao {
	margin:35px 0;
}

#pedidosSuporte{
	display: inline-block;
	width:100%;
}

#pedidosSuporte .labelsStepsSuporte {
	display: block;
	margin: 0 60px 20px 0;
}

#registoSuporte {
	display: inline-block;
	max-width: 980px;
	width: 100%;
}
#subcricaoServicos{
	display: inline-block;
	max-width: 980px;
	width: 100%;
}
.forminscricao {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.forminscricao .formTitulo{
	display: block;
	float: left;
	width: 100%;
	font: 700 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #252525;
	text-align: center;
}
.labelsFormInscricao {
	display: block;
	margin: 0 0px 20px 0;
}
.labelsFormInscricao > label {
	display: block;
	margin: 0 0 4px 0;
	font: 300 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	position: relative;
	min-height: 19px;
}

.labelsFormInscricao > label .help{
	display: inline-block;
	background: transparent url(/temas/primavera/img/instrucao.png) no-repeat center center;
	position: relative;
	width: 18px;
	height: 17px;
	cursor: help;
	top: 3px;
}

.labelsFormInscricao > label .help .info{
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	font: 300 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	position: absolute;
	left: 20px;
	color:#a4a3a3;
	background-color: #FFFFFF;
	min-width: 200px;
	border: 1px dotted #0075be;
	box-sizing: border-box;
	padding: 10px;
	z-index: 100;
	transition: all 0.25s ease-in-out 0s;
}

.labelsFormInscricao > label .help.active .info,
.labelsFormInscricao > label .help:hover .info{
	opacity: 1;
	visibility: visible;
}

.labelsFormInscricao > input {
	display: block;
	width: calc(100% - 24px);
	margin: 0 0 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 7px 12px;
}
.labelsFormInscricao > input.suporte {
	display: block;
	width: calc(100% - 24px);
	margin: 0 0 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 7px 12px;
	height: 26px;
}
.labelsFormInscricao > input.suporteCpostal {
	display: inline-block;
	width: calc(45% - 24px);
	margin: 0 0px 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 7px 12px;
	height: 26px;
}
.labelsFormInscricao > input.suporte02{
	display: block;
	width: calc(100% - 24px);
	margin: 0 0 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 7px 12px;
	height: 26px;
}
.labelsFormInscricao > textarea.suporte02{
	display: block;
	width: calc(100% - 24px);
	margin: 0 0 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 7px 12px;
	height: 65px;
}

.labelsFormInscricao > a {
	display: inline-block;
	margin: 0 0 0 0;
	font: 400 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #f16248;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 1px;
}

.labelsFormInscricao > span {
	display: inline-block;
	margin: 0 5px;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
}
.labelsFormInscricao > span > input.versao {
	display: inline-block;
	width: 70px;
	margin: 0 0 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 7px 12px;
	height: 26px;
}

.labelsFormInscricao > span.aviso {
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	padding: 15px 0 0 0;
}
.labelsFormInscricao .inputFormando,
.labelsFormInscricao .inputEmpresa{
	display:inline-block;
}
.labelsFormInscricao > #obterDadosFormando,
.labelsFormInscricao > #obterDadosEmpresa{
	display: inline-block;
	margin: 9px 9px 9px 18px;
}

#formFormando .divBtnsInscricao{
	width:100%;
}

.divBtnsInscricao .voltarContainer {
	display: inline-block;
	margin: 0 20px 10px;
	text-align: center;
	width: calc(100% - 40px);
	box-sizing: border-box;
}

.divBtnsInscricao .btnPretoLaranja {
	display: block;
	background-color: #333333;
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	padding: 14px 5px 12px 5px;
	border-radius: 4px;
	letter-spacing: 1px;
	border:none;
}

.divBtnsInscricao .btnPretoLaranja:hover {
	background-color: #f16248;
}

.btnSuporteExpress {
	display: block;
}
.btnSuporteExpress input[type='submit'] {
	display: block;
	background: #f16248;
	font: 500 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	border-radius: 4px;
	border:none;
	float:right;
	letter-spacing: 1px;
	padding: 12px 20px 10px;
	margin:40px 0 10px 0px;
}
.btnSuporteExpress input[type='submit']:hover {
	background: #333333;
}

.caixatextoBottomInscricao {
	display: block;
	float:left;
	width: 100%;
	margin: 0 auto 30px;
	padding:30px 0 0 0;
	font: 400 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	border-top: 1px solid #d9d9d9;
}
.caixatextoBottomInscricao span {
	display: block;
	margin: 20px 0 0 0;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #000000;
}

.divBtnsInscricao {
	display: block;
	margin: 0 auto 40px;
	width: auto;
	text-align: right;
	font-size: 0px;
}

.divBtnsInscricao > .btnContainer {
	display: inline-block;
	margin: 0 20px 10px;
	text-align: center;
	width: calc(100% - 40px);
}

.divBtnsInscricao > .voltarContainer > a.anterior {
	display: block;
	background: #c8c8c8;
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	padding: 14px 5px 12px 5px;
	border-radius: 4px;
	letter-spacing: 1px;
}
.divBtnsInscricao > .btnContainer > a.proximo {
	display: block;
	background: #f16248;
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	padding: 14px 5px 12px 5px;
	border-radius: 4px;
	letter-spacing: 1px;
}

.divBtnsInscricao > .btnContainer > .confirmar {
	display: block;
	background: #0acb84;
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	padding: 14px 5px 12px 5px;
	border-radius: 4px;
	letter-spacing: 1px;
	border:0px;
	width: 100%;
}
.divBtnsInscricao > .voltarContainer > a:hover.anterior, 
.divBtnsInscricao > .btnContainer > a:hover.proximo, 
.divBtnsInscricao > .btnContainer > .confirmar:hover {
	background: #333333;
}

.listcursoinscricao {
	display: block;
	margin: 0 auto 25px auto;
	width: 100%;
}
.listcursoinscricao .notaInscricao{
	display:block;
	float:left;
	width: 100%;
	font:400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color:#000000;
	margin-bottom: 15px;
}

.listcursoinscricao .notaInscricao .nota{
	font-weight: 700;
	text-transform: uppercase;
}
.listcursoinscricao > ul {
	margin: 0;
	padding: 0;
}
.listcursoinscricao > ul.borderBottom {
	border-bottom: 1px solid #d9d9d9;
}
.listcursoinscricao > ul > li {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	display: inline-block;
	table-layout: auto;
	width: 100%;
}

.listcursoinscricao > ul > li.priFormacao{
	padding: 15px 0 35px;
}
.listcursoinscricao > ul > li.tituloPrincipal,
.listcursoinscricao > ul > li.formando,
.listcursoinscricao > ul > li.total{
	padding: 15px 0;
}
.listcursoinscricao > ul > li.noPaddingBottom{
	padding-bottom:0px;
}
.listcursoinscricao > ul > li.borderTop{
	border-top: 1px solid #000000;
}
.listcursoinscricao > ul > li.formacoes.tituloPrincipal.borderTop{
	border-top:1px solid #000000;
}

.listcursoinscricao > ul > li > .infoContainer{
	display: inline-block;
	vertical-align: top;
	width:100%;
	text-align: center;
}
.listcursoinscricao > ul > li.tituloPrincipal > .infoContainer,
.listcursoinscricao > ul > li.formando > .infoContainer{
	margin: 0 0 10px 0;
}
.listcursoinscricao > ul > li > .infoContainer > .titulo {
	display: inline-block;
	font: 500 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 0 5px 0;
	width:100%;
}
.listcursoinscricao > ul > li.tituloPrincipal > .infoContainer > .titulo{
	margin-bottom: 0px;
	text-transform: uppercase;
	color:#a4a3a3;
	font:	700 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.listcursoinscricao > ul > li.formando > .infoContainer > .nome{
	display: inline-block;
	font: 500 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 0 5px 0;
}

.listcursoinscricao > ul > li > .infoContainer > .mod {
	display: inline-block;
	width: 30px;
	margin-right: 5px;
}
.listcursoinscricao > ul > li > .infoContainer > .info,
.listcursoinscricao > ul > li > .precoContainer > .info{
	display: inline-block;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	margin: 0;
}

.listcursoinscricao > ul > li > .precoContainer,
.listcursoinscricao > ul > li > .removerContainer{
	display: block;
	float:left;
	vertical-align: top;
	text-align: center;
	width:50%;
}
.listcursoinscricao > ul > li.formando > .removerContainer{
	width: 100%;
}

.listcursoinscricao > ul > li.total > .totalContainer{
	text-align: center;
	width:100%;
	box-sizing: border-box;
}

.listcursoinscricao > ul > li.total > .totalContainer .info{
	display: inline-block;
	font: 700 16px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	color:#252525;
	margin: 0;
	vertical-align: top;
}
.listcursoinscricao > ul > li.total > .totalContainer > .valorContainer{
	display: inline-block;
	margin: 0 0 0 35px;
	font: 700 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.listcursoinscricao > ul > li.total > .totalContainer > .valorContainer .valor{
	display: block;
	text-transform: uppercase;
	color: #252525;
}
.listcursoinscricao > ul > li.total > .totalContainer > .valorContainer .valorPais{
	display: block;
	font-size: 11px;
	color: #0075be;
	margin: 5px 0 0;
}
.listcursoinscricao > ul > li > .precoContainer > .preco {
	display: block;
	font: 700 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	margin: 10px 0 5px;
}
.listcursoinscricao > ul > li > .precoContainer > .precoPais{
	display: block;
	font: 700 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
	margin: 0 0 5px;
}
.listcursoinscricao > ul > li > .removerContainer > .remover {
	display: inline-block;
	background: url(/temas/primavera/img/icon-delete-768.png);
	width: 23px;
	height: 33px;
	text-indent: -5000px;
}

.blocoInfoQuemSomosFormacaoPri{
	display: block;
	padding: 20px 0 0 0;
}

.blocoInfoQuemSomosFormacao {
	display: block;
	border-top: 1px solid #d7d7d7;
	margin: 30px 15px 60px 15px;
	padding: 20px 0 0 0;
}
.blocoInfoQuemSomosFormacao > div.colorWhite,
.blocoInfoQuemSomosFormacaoPri > div.colorWhite{
	color: #FFFFFF!important;
}
.blocoInfoQuemSomosFormacao > div.left{
	display: block;
	margin: 0px 0px 30px 0px;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.blocoInfoQuemSomosFormacaoPri > div.left{
	display: block;
	margin: 0px 0px 0px 0px;
	font: 700 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #252525;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blocoInfoQuemSomosFormacao > div.right,
.blocoInfoQuemSomosFormacaoPri > div.right{
	display: block;
	font: 300 15px/25px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
}
.blocoInfoQuemSomosFormacao > div.right > span,
.blocoInfoQuemSomosFormacaoPri > div.right > span {
	display: block;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525 ;
}

.blocoInfoQuemSomosFormacao > div.right > .separadorBloco{
	border-top: 1px solid #dfdfdf;
	margin: 40px 0 0;
	padding: 0 0 40px;
}

.adesaoPassaporte {
	display: table;
	width: 59%;
	margin: 50px auto 0 auto;
}
.adesaoPassaporte > div.left {
	display: block;
	padding: 0 0px 20px 0;
}
.adesaoPassaporte > div.right {
	display: block;
	padding: 0 0px 20px 0;
}
.adesaoPassaporte > div.left > div.caixa, 
.adesaoPassaporte > div.right > div.caixa {
	display: block;
	background: #ffffff;
	padding: 40px 20px 30px 20px;
	width: 100%;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	position: relative;
}

.adesaoPassaporte > div.left > div.caixa > span.titulo {
	display: block;
	width: 120px;
	font: 700 18px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	color: #f16248;
	text-transform: uppercase;
	margin: 0 auto 20px auto;
}
.adesaoPassaporte > div.right > div.caixa > span.titulo {
	display: block;
	width: 120px;
	font: 700 18px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	color: #29175c;
	text-transform: uppercase;
	margin: 0 auto 20px auto;
}

.adesaoPassaporte > div.left > div.caixa > span.resumo,
.adesaoPassaporte > div.right > div.caixa > span.resumo {
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	color: #666666;
	margin: 0 auto 20px auto;
	padding: 20px 10px;
	line-height: 140%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.adesaoPassaporte > div.left > div.caixa.active > span.resumo,
.adesaoPassaporte > div.right > div.caixa.active > span.resumo{
	display: block;
}
.adesaoPassaporte > div.left > div.caixa.inactive > span.resumo,
.adesaoPassaporte > div.right > div.caixa.inactive > span.resumo{
	display: none;
}


.adesaoPassaporte > div.left > div.caixa > a.aderir {
	margin: 0px 0 0 0px;
	background: #f16248 url(/temas/primavera/img/arrow01.png) no-repeat 85% center;
	padding: 6px 40px 0px 30px;
	font: 500 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 20px;
	letter-spacing: 1px;
	height: 24px;
}
.adesaoPassaporte > div.right > div.caixa.active > a.aderir,
.adesaoPassaporte > div.left > div.caixa.active > a.aderir {
	display: inline-block;
}
.adesaoPassaporte > div.right > div.caixa.inactive > a.aderir,
.adesaoPassaporte > div.left > div.caixa.inactive > a.aderir {
	display:none;
}
.adesaoPassaporte > div.left > div.caixa > a.abrirFechar,
.adesaoPassaporte > div.right > div.caixa > a.abrirFechar{
	display: block;
	right: 20px;
	top: 50px;
	position: absolute;
	width: 12px;
	height: 7px;
	text-indent: -5000px;
	overflow:hidden;
}
.adesaoPassaporte > div.left > div.caixa.inactive > a.abrirFechar{
	background: url("/temas/primavera/img/arrow12.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.adesaoPassaporte > div.right > div.caixa.inactive > a.abrirFechar{
	background: url("/temas/primavera/img/arrow-14.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.adesaoPassaporte > div.left > div.caixa.active > a.abrirFechar{
	background:url("/temas/primavera/img/arrow13.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.adesaoPassaporte > div.right > div.caixa.active > a.abrirFechar{
	background: url("/temas/primavera/img/arrow15.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.adesaoPassaporte > div.right > div.caixa > a.aderir {
	display: inline-block;
	margin: 0px 0 0 0px;
	background: #29175c url(/temas/primavera/img/arrow01.png) no-repeat 85% center;
	padding: 6px 40px 0px 30px;
	font: 500 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 20px;
	letter-spacing: 1px;
	height: 24px;
}

.blocoInfoQuemSomosFormacao > .newsletter {
	display: block;
	margin: 30px 0px 0px 0px;
	font: 400 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
}
.blocoInfoQuemSomosFormacao > .erroNewsletter{
	color: #f16248;
	display: block;
	font: bold 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-align: center;
	float:left;
}

.blocoInfoQuemSomosFormacao > .sucessoNewsletter{
	color: #fff;
	display: block;
	font: bold 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-align: center;
	float:left;
}

.blocoInfoQuemSomosFormacao > .newsletter > label {
	display: block;
	margin: 0px 0px 15px 0px;
}

.blocoInfoQuemSomosFormacao > .newsletter > input {
	display: block;
	width: calc(100% - 24px);
	margin: 0 0 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 12px 12px;
	margin: 0 0 20px 0;
}
.newsletter #emailNews{
	display:block; 
	float:none;
	margin: 20px 0 20px 0;
}
.caixatextoBottomNewsletter {
	display: block;
	width: 95%;
	margin: 30px auto 30px auto;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #FFFFFF;
}
.caixatextoBottomNewsletter > div {
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.divBtnsNewsletter {
	display: block;
	float: none;
	margin: 0 0 50px 0;
}
.divBtnsNewsletter > div > .enviar {
	display: inline-block;
	background: #f16248;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	padding: 14px 20px 12px 20px;
	border-radius: 4px;
	border:1px solid #f16248;
}

.submenuStarterEasy {
	display: block;
	background: #FFFFFF url(/temas/primavera/img/bg-shadow-submenu.png) repeat-x left top;
	margin: 0 0 65px 0;
}
.submenuStarterEasy > ul {
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
	width: 100%;
	display: table;
	text-align: center;
}
.submenuStarterEasy > ul > li {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	display: table-cell;
	color: #FFF;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	height: 210px;
	vertical-align: middle;
}
.submenuStarterEasy > ul > li > a {
	color: #c8c8c8;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
}
.submenuStarterEasy > ul > li > a > span  {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 10px auto;
	background-position: left top;
}
.submenuStarterEasy > ul > li.active > span  {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 10px auto;
	background-position: right top;
}
.submenuStarterEasy > ul > li.active {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	color: #ff8800;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	background: url(/temas/primavera/img/arrow08.png) no-repeat center bottom !important;
	background-size: 55px;
	background-position: 55px 0;
}

.contentStarterEasy2colunas {
	font: 400 20px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #28348a;
	line-height: 25px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto 45px auto;
}
.contentStarterEasy2colunas > div.head {
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ff8800;
	line-height: 25px;
	display: block;
}
.contentStarterEasy2colunas > div.conteudo {
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	line-height: 25px;
	display: block;
}

.divGeralDownloadExpress,
.divGeralPedidoSaaS,
.divGeralCompraProduto{
	background: #707070;
	padding: 65px 0;
}
.divGeralOpcoesCompra{
	background-color:#E1E1E1;
}
.divGeralOpcoesCompra > .divIdsProdutos,
.divGeralCompraProduto > .divIdsProdutos,
.divGeralCompraProduto  > .divIdsPrecos{
	display:none;
}

.divDownloadForm,
.divPedidoTrialSaaSForm,
.divComprarForm{
	display: block;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.divDownloadForm > div.titulo,
.divPedidoTrialSaaSForm > div.titulo,
.divComprarForm > div.titulo{
	display: block;
	margin: 0 0 20px 0;
	text-align: center;
	color: #f5f5f5;
	font: 300 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.divComprarForm > div.titulo2{
	color: #f5f5f5;
	display: block;
	font: 700 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 20px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

.divDownloadForm > div.descricao,
.divPedidoTrialSaaSForm > div.descricao,
.divComprarForm > div.descricao{
	display: block;
	margin: 0 0 40px 0;
	text-align: center;
	color: #f5f5f5;
	font: 300 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.separadorDados{
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 8px;
	color: #0075be;
	display: block;
	float: right;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 3px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	width: calc(100% - 50px);
}

.divDownloadForm .selectFormsGeral,
.divPedidoTrialSaaSForm .selectFormsGeral,
.divComprarForm .selectFormsGeral,
.divInscricaoEvento .selectFormsGeral{
	width: calc(100% - 50px);
	margin-left:10px;
}

.separadorForms{
	border-top: 1px solid #f5f5f5;
	margin: 30px 0;
}

.divComprarForm .precoFinal{
	background-color: #ffffff;
	border-radius: 8px;
	color: #0075eb;
	display: block;
	float: right;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 3px;
	padding: 10px 20px;
	text-align: right;
	width: calc(100% - 50px);
}
.divComprarForm .precoFinal > span{
	color:#a4a3a3;
}

.divComprarForm > .aguarde {
	display: none;
	float: left;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
}

#comprarProduto #checkPoliticasPrivacidade,
#comprarProduto #btnComprarProduto{
	display:none;
}

.divGeralBlocosStarterEasy {
	padding: 55px 0 65px 0;
}

.subscricaoStarterEasy {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 845px;
}
.subscricaoStarterEasy > div.produtoPack {
	display: inline-block;
	padding: 0 20px;
	vertical-align: bottom;
	margin: 0 0 30px 0;
}

.subscricaoStarterEasy > div.clear{
	clear: none;
	display: inline-block;
}

.subscricaoStarterEasy > div > div {
	display: block;
	width: 240px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.subscricaoStarterEasy > div > div.FFFFFF {
	background: #FFF;
}
.subscricaoStarterEasy > div > div.F5F5F5  {
	background: #f5f5f5;
}

.subscricaoStarterEasy > div > div > span.sugestao {
	display: block;
	text-align: center;
	padding: 6px 0;
	font: 300 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #FFFFFF;
}
.subscricaoStarterEasy > div > div > span.titulo {
	display: block;
	text-align: center;
	padding: 30px 0 15px 0;
	font: 500 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.subscricaoStarterEasy > div > div > span.preco {
	display: table;
	table-layout: auto;
	width: auto;
	margin: 0 auto 20px auto;
}
.subscricaoStarterEasy > div > div > span.preco > span.moeda {
	display: table-cell;
	padding: 3px 2px 0 0;
	vertical-align: top;
}
.subscricaoStarterEasy > div > div > span.preco > span.euro{
	font: 400 25px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.subscricaoStarterEasy > div > div > span.preco > span.mt,
.subscricaoStarterEasy > div > div > span.preco > span.akz,
.subscricaoStarterEasy > div > div > span.preco > span.ecv{
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.subscricaoStarterEasy > div > div > span.preco > span.valor {
	display: table-cell;
	font: 300 55px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	vertical-align: top;
}

.subscricaoStarterEasy > div > div > span.preco > span.valor span{
	font-size: 40px;
}

.subscricaoStarterEasy > div > div > span.preco > span.iva {
	display: table-cell;
	font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #555555;
	vertical-align: bottom;
	padding: 0 0 15px 5px;
}
.subscricaoStarterEasy > div > div > span.preco > span.consulta {
	display: table-cell;
	font: 300 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #555555;
	vertical-align: bottom;
	padding: 0 0 15px 5px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.subscricaoStarterEasy > div > div > a.comprar {
	display: inline-block;
	margin: 0px 0 0 0px;
	background:url("/temas/primavera/img/arrow01.png") no-repeat scroll 85% center rgba(0, 0, 0, 0);
	padding: 8px 40px 6px 30px;
	font: 500 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 20px;
	letter-spacing: 1px;
}
.subscricaoStarterEasy > div > div > a.comprar:hover{
	background-color:#c8c8c8;
}

.listStarterEasy {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
}
.listStarterEasy li {
	margin: 0;
	padding: 20px 0 20px 30px;
	list-style: none;
	border-top: 1px solid #d9d9d9;
	text-align: left;
	font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	position:relative;
}
.listStarterEasy li .visto{
	display: block;
	position: absolute;
}

.legendaStarterEasy {
	font: 300 9.5px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	text-align: left;
	width: 240px;
	margin: 0 auto;
	line-height: 160%;
}

.listgeral .selectTablet{
	display:block;
	text-align: left;
	vertical-align: top;
} 

.divSelectFormaPagamentoTablet{
	display:block;
	width: auto;
	margin: 0 0 35px 0;
}

.divSelectFormaPagamento{
	display:none;
}

.submenuClientesReferencia {
	background: none repeat scroll 0 0 #f5f5f5;
	display: block;
	width: 100%;
}
.submenuClientesReferencia .jcarouselClientesRef {
	display: block;
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
}
.submenuClientesReferencia .jcarouselClientesRef > ul {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	width: 20000em;
}

.submenuClientesReferencia .jcarouselClientesRef > ul > li {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	display: table-cell;
	color: #a4a3a3;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	height: 90px;
	vertical-align: middle;
	letter-spacing: 2px;
}
.submenuClientesReferencia .jcarouselClientesRef > ul > li > a {
	color: #a4a3a3;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;

}
.submenuClientesReferencia .jcarouselClientesRef > ul > li.active {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	color: #252525;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	background: url(/temas/primavera/img/arrow16.png) no-repeat center bottom;
}

.btnAnteriorListClientes {
	display: block;
}
.btnAnteriorListClientes > a {
	display: block;
	background: url(/temas/primavera/img/arrow17-left.png);
	width: 24px;
	height: 44px;
	text-indent: -5000px;
	overflow:hidden;
}
.btnSeguinteListClientes {
	display: block;
}
.btnSeguinteListClientes > a {
	display: block;
	background: url(/temas/primavera/img/arrow17-right.png);
	width: 24px;
	height: 44px;
	text-indent: -5000px;
	overflow:hidden;
}

.tabelaListClientes {
	display: table;
	table-layout: auto;
	width: 95%;
	margin: 0 auto;
}
.tabelaListClientes > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.listClientesReferencia > div.cycle-slideshow{
	margin: 60px auto;
	padding: 0;
	width:240px;
}
.listClientesReferencia > div.cycle-slideshow  div.unit {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px;
	min-width: 240px;
	margin: 1.4%;
	position:relative;
	float:left;
}
.listClientesReferencia > div.cycle-slideshow div.slides {
	width:100%;
}
.listClientesReferencia > div.cycle-slideshow  div.unit:first-child {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px;
	min-width: 240px;
	margin: 1.2%;
	display: inline-block;
}
.listClientesReferencia > div.cycle-slideshow  div.unit > a > span.logo {
	height: 240px;
	min-width: 240px;
	display: table-cell;
	background: #ffffff;
	vertical-align: middle;
	position: relative;
}
.caixaSoftware .blocotexto .casestudieContainer,
.listClientesReferencia > div.cycle-slideshow  div.unit > .casestudieContainer{
	bottom: 55px;
	display: block;
	height: 56px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
	text-align: center;
}

.caixaSoftware .blocotexto .casestudieContainer{ 
	bottom: 0px; 
}

.caixaSoftware .blocotexto:hover .case,
.listClientesReferencia > div.cycle-slideshow  div.unit:hover .case {
	background:url('/temas/primavera/img/bg-case-study-off.png') no-repeat;
}	
.caixaSoftware .blocotexto .case,
.listClientesReferencia > div.cycle-slideshow  div.unit .case{
	position:absolute!important;
	z-index:10;
	right:10px;
	top:10px;
	background:url('/temas/primavera/img/tag-casestudy.png') no-repeat;
	width:70px;
	height:70px;
	display:block;
}

.caixaSoftware > div.blocotexto .casestudieContainer > a.casepdf,
.listClientesReferencia > div.cycle-slideshow  div.unit > .casestudieContainer > a.casepdf{
   background: url("/temas/primavera/img/btn-pdf-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 36px;
	margin: 0 5px;
	width: 36px;
}
.caixaSoftware > div.blocotexto > .casestudieContainer > a.casepdf:hover,
.listClientesReferencia > div.cycle-slideshow  div.unit > .casestudieContainer > a.casepdf:hover{
	background:url('/temas/primavera/img/btn-pdf-on.png') no-repeat;
}

.caixaSoftware > div.blocotexto .casestudieContainer > a.casevideo,
.listClientesReferencia > div.cycle-slideshow  div.unit > .casestudieContainer > a.casevideo{
	background: url("/temas/primavera/img/btn-play-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 36px;
	margin: 0 5px;
	width: 36px;
}
.caixaSoftware > div.blocotexto .casestudieContainer > a.casevideo:hover,
.listClientesReferencia > div.cycle-slideshow  div.unit > .casestudieContainer > a.casevideo:hover{
	background:url('/temas/primavera/img/btn-play-on.png') no-repeat;
}
.listClientesReferencia > div.cycle-slideshow  div.unit > a > span.logo .imgHover, 
a.casepdf, 
a.casevideo {
	display:none;
}

.caixaSoftware .blocotexto:hover .casevideo, 
.caixaSoftware .blocotexto:hover .casepdf{
	display:inline-block;
}
.listClientesReferencia > div.cycle-slideshow  div.unit > a > span.logo > span.tag {
	height: 70px;
	width: 70px;
	display: block;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
}
.listClientesReferencia > div.cycle-slideshow  div.unit > a > span.cliente {
	color: #b0b0b0;
	display: block;
	font: 400 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 10px 0 0;
	height: 45px;
	overflow: hidden;
	text-align: center;
}
.listClientesReferencia > div.cycle-slideshow  div.unit > a > span.cliente > span {
	display: block;
	font: 700 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.divSelectCaseStudies {
	display: block;
	border-top: 1px solid #c2c2c2;
	padding: 20px 0 0 0;
	margin: 0 15px 20px 15px;
}
.divSelectCaseStudies > label {
	display: block;
	padding: 0px 0 0 0;
	margin: 0 0 5px 10px;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.blocoInfoClientes {
	display: block;
	border-top: 1px solid #d7d7d7;
	margin: 30px 15px 60px 15px;
	padding: 20px 0 0 0;
}
.blocoInfoClientes > div.colorWhite {
	color: #FFFFFF!important;
}
.blocoInfoClientes > div.left {
	display: block;
	margin: 0px 0px 30px 0px;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	text-transform: uppercase;
}
.blocoInfoClientes > div.right {
	display: block;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	line-height: 140%;
	margin: 50px 0 0 0;
	position:relative;
	overflow:hidden;
}
.blocoInfoClientes > div.right > span.testemunha {
	display: block;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
}
.blocoInfoClientes > div.right > span.resumoempresa {
	display: block;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
	margin: 50px 0 0 0;
	line-height: 140%;
}

.blocoInfoClientes > div.right > span.img {
	display: block;
	margin: 0px 0 40px 0;
}
.blocoInfoClientes > div.right > span.titulo {
	display: block;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	letter-spacing: 3px;
}

.blocoInfoClientes .testemunho{
	display:inline-block;
	overflow: hidden;
	padding: 0 40px;
	width:90%;
}
.blocoInfoClientes .video-case-study{
	display:inline-block;
	float: right;
    width: 92%;
	padding:0 0 0 30px !important;
}
.blocoInfoClientes .videoCodent { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.blocoInfoClientes .videoCodent > iframe, 
.blocoInfoClientes .videoCodent object, 
.blocoInfoClientes .videoCodent embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.btnAnteriorListTestemunhos{
	display: block;
	left: 0;
	position: absolute;
	top: 35%;
	z-index: 105;
}
.btnAnteriorListVideos{
	display: block;
	left: 0;
	position: absolute;
	top: 140px;
	z-index: 105;
}
.btnAnteriorListTestemunhos > a,
.btnAnteriorListVideos > a{
	background: url("/temas/primavera/img/anterior-fancy.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 42px;
	overflow: hidden;
	width: 16px;
}
.btnSeguinteListTestemunhos{
	display: block;
	right: 0;
	position: absolute;
	top: 35%;
	z-index: 105;
}
.btnSeguinteListVideos{
	display: block;
	right: 0;
	position: absolute;
	top: 140px;
	z-index: 105;
}
.btnSeguinteListTestemunhos > a,
.btnSeguinteListVideos > a{
	background: url("/temas/primavera/img/seguinte-fancy.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 42px;
	overflow: hidden;
	width: 16px;
}


.tabelaParceriaClientes {
	display: table;
	table-layout: auto;
	margin: 60px 0 0 0;
}
.tabelaParceriaClientes > span {
	display: table-cell;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	max-width: 160px;
	color: #252525;
}
.tabelaParceriaClientes > span.border {
	border-left: 1px solid #C8C8C8;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding-left: 20px;
}
.tabelaParceriaClientes > span > span {
	display: block;
	font: 400 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #707070;
}

.divGeralContactos {
	display: block;
	text-align: center;
	margin:40px 0 80px 0;
}
.numeroVerde {
	display: block;
}
.numeroVerde > span.label {
	display: block;
	margin: 0 0 15px 0;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
}
.numeroVerde > a {
	display: inline-block;
	width: auto;
	background: #0acb84 url(/temas/primavera/img/icon-phone-numeroverde.png) no-repeat 16px center;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #FFFFFF;
	padding: 12px 26px 8px 42px;
}
.numeroVerde > span.liguegratis {
	display: block;
	margin: 15px 0 20px 0;
	font: 300 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
}

#pedidoscont{
	border:none;
}

.listContactos {
	display: block;
	max-width: 940px;
	margin: 0 auto;
}
.listContactos > ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.listContactos > ul > li {
	list-style: none;
	margin: 0 1.5% 1.5% 1.5%;
	display: inline-block;
	background: #FFF;
	width: 280px;
	position: relative;
	padding: 25px 0 0 0;
	vertical-align: top;
}
.listContactos > ul > li > span.titulo {
	margin: 0 auto 0px auto;
	display: block;
	width: 240px;
	text-align: left;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
	text-transform: uppercase;
	height: 85px;
	letter-spacing: 1px;
}
.listContactos > ul > li > span.titulo > span {
	display: block;
	font: 400 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: none;
}

.listContactos > ul > li > span.morada {
	margin: 0 auto 20px auto;
	width: 240px;
	text-align: left;
	font: 400 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	border-top: 1px solid #d9d9d9;
	padding: 15px 0 0 0;
	line-height: 150%;
}
.listContactos > ul > li > span.morada.active{
	display: block;
}
.listContactos > ul > li > span.morada.inactive{
	display: none;
}

.listContactos > ul > li > span.morada > a {
	color: #a4a3a3;
}

.listContactos > ul > li > div.mapa {
	display:block;
	width: 220px;
	height: 221px;
	margin: 0 auto 0 auto;
}
.listContactos > ul > li > div.mapa.active {
	display: block;
}
.listContactos > ul > li > div.mapa.active.inactive_map {
	display: none;
}
.listContactos > ul > li > div.mapa.active.active_map {
	display: inline-block;
}
.listContactos > ul > li > div.mapa.inactive {
	display: none;
}
.listContactos > ul > li > div.mapa.inactive.inactive_map {
	display: none;
}
.listContactos > ul > li > div.mapa.inactive.active_map {
	/*display: block;*/
}
.listContactos > ul > li > div.mapa span.coordenadas {
	width: 240px;
	text-transform: uppercase;
	margin: 10px auto 20px auto;
	padding: 0 0 10px 0;
	color: #a4a3a3;
	font: 400 12px 'Gotham Narrow SSm B', 'Gotham Narrow SSm B';
	border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
    text-align: center;
}
.listContactos > ul > li > div.mapa span.coordenadas.active {
	display: inline-block;
}
.listContactos > ul > li > div.mapa span.coordenadas.inactive {
	display: none;
}
.listContactos > ul > li > div.mapa span.coordenadas > span {
	color: #252525;
}
.listContactos > ul > li > a.goToPedidoContacto {
	color: #fff;
	font: 700 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	background: #b0b0b0;
	text-transform: uppercase;
	padding: 5px 20px 3px 20px;
	border-radius: 40px;
	margin: 0 0 25px 0;
	letter-spacing: 3px;
}
.listContactos > ul > li > a.goToPedidoContacto.active {
	display: inline-block;
}
.listContactos > ul > li > a.goToPedidoContacto.inactive {
	display: none;
}
.listContactos > ul > li > a.openCloseMap.active {
	display: block;
}
.listContactos > ul > li > a.openCloseMap.inactive {
	display: none;
}
.listContactos > ul > li > a.close {
	display: block;
	position: absolute;
	right: 20px;
	top: 60px;
	background: url(/temas/primavera/img/arrow18-top.png);
	width: 12px;
	height: 8px;
	text-indent: -5000px;
}
.listContactos > ul > li > a.closeMap {
	background: url(/temas/primavera/img/arrow18-top.png) no-repeat right;
	display: block;
	position: relative;
	float:right;
    padding-right: 20px;
	margin-bottom: 20px;
    margin-right: 30px;
	width: 75%;
	text-transform:uppercase;
}
.listContactos > ul > li > a.open {
	display: block;
	position: absolute;
	right: 20px;
	top: 60px;
	background: url(/temas/primavera/img/arrow18-bottom.png);
	width: 12px;
	height: 8px;
	text-indent: -5000px;
}
.listContactos > ul > li > a.openMap {
	background: url(/temas/primavera/img/arrow18-bottom.png) no-repeat right;
	display: block;
	position: relative;
	float:right;
    padding-right: 20px;
	margin-bottom: 20px;
    margin-right: 30px;
	width: 75%;
	text-transform:uppercase;
}
.divBreadCrumb {
	display: block;
	background: #e0eef7;
	padding: 18px 0 18px 0;
	text-align: left;
	width:100%;
}
.breadCrumb {
	display: block;
	padding: 0px 0px 0 0;
	margin: 0 auto;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #b0b0b0;
	letter-spacing: 0.5px;
	width: 90%;
}
.breadCrumb a {
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
	letter-spacing: 0.5px;
}
.breadCrumb a:hover {
	color:#0075be;
}

.breadCrumb span {
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
	letter-spacing: 0.5px;
}
.breadCrumb .breadCrumbImg{
	display:block;
	margin:0 auto;
}
.breadCrumb.breadCrumbExpress{
	text-align:center;
}

.noticias {
	width: calc(100% - 30px);
	margin: 0 15px;
}

.noticias > div.left {
	display: block;
	margin: 0 0 20px;
	text-align: center;
	position:relative;
}
.noticias > div.right {
	display: block;
}

.tabelaListNoticiasLeft {
	display: table;
	table-layout: auto;

}
.anteriorListNoticiasLeft {
	display: inline-block;
	left: 0;
	position: absolute;
	top: 20%;
}
.anteriorListNoticiasLeft > a {
	display: block;
	background: url(/temas/primavera/img/arrow17-left.png);
	width: 24px;
	height: 44px;
	text-indent: -5000px;
	overflow:hidden;
}
.seguinteListNoticiasLeft {
   display: inline-block;
	position: absolute;
	right: 0;
	top: 20%;
}
.seguinteListNoticiasLeft > a {
	display: block;
	background: url(/temas/primavera/img/arrow17-right.png);
	width: 24px;
	height: 44px;
	text-indent: -5000px;
	overflow:hidden;
}
.listNoticiasLeft {
	display: inline-block;
	text-align: left;
	width: 73%;
}
.listNoticiasLeft > ul {
	margin: 0;
	padding: 0;
}
.listNoticiasLeft > ul > li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	list-style: none;
	border-top: 1px solid #d7d7d7;
	color: #707070;
	display: none;
}
.listNoticiasLeft > ul > li.active {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	list-style: none;
	border-top: 1px solid #d7d7d7;
	color: #707070;
	display: block;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.listNoticiasLeft > ul > li > span, .listNoticiasLeft > ul > li > a > span {
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	display: block;
	color: #B0B0B0;
}
.listNoticiasLeft > ul > li > a {
	color: #B0B0B0;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.listNoticiasLeft .divPaginacaoTabelaParceiros{
	display:none;
}
.heading_noticia {
	margin:0;
}
.tituloNoticia {
	display: none;
	width: 100%;
	color: #252525;
	font: 700 42px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 30px 0;
	letter-spacing: 2px;
}
.subTituloNoticia {
	display: block;
	width: 100%;
	color: #252525;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 30px 0;
}
.desenvolvimentoNoticia {
	color: #707070;
	font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	display: block;
	line-height: 140%;
}
.resumoNoticia{
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	width: 80%;
	color: #252525;
	margin-bottom: 20px;
}
.imgNoticia {
	display: inline-block;
	margin: 0 0 30px 0;
	position: relative;
}
.imgNoticia > a > img {
	display: block;
	width: 100%;
	max-width: 700px;
}
.imgNoticia > a span.vergalerias {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: #66cdde url(/temas/primavera/img/arrow01.png) no-repeat 85% center;
	padding: 10px 35px 8px 20px;
	text-transform: uppercase;
	color: #FFF;
}

.menuFinalEstatutos {
	display: block;
	border-top:1px solid #dedede;
	padding: 7px 0 0 0;
}
.menuFinalEstatutos > ul {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.menuFinalEstatutos > ul > li {
	display: block;
	list-style: none;
	padding: 0px 20px 0px 0;
}
.menuFinalEstatutos > ul > li > a {
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f16248;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.menuFinalEstatutos > ul > li > a:hover, .menuFinalEstatutos > ul > li > a:active {
	color: #2e9cd3;
}

.blocosContentParceiros {
	display: block;
	border-top: 1px solid #c2c2c2;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
}
.blocosContentParceiros > h2 {
	display: block;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.blocosContentParceiros > div.txt {
	display: block;
	color: #707070;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 19px;
}
.blocosContentParceiros > div.txt > span {
	display: block;
	color: #707070;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 20px;
	border-top: 1px solid #dfdfdf;
	margin: 40px 0 0 0;
	padding: 40px 0 40px 0;
}
.blocosContentParceiros > div.txt > span > img {
	display: block;
	margin: 0px 0 40px 0;
}

#frmSearchPartner{
	margin-top:20px;
}
.formEncontrarParceiro {
	display: table;
	width: auto;
	margin: 0 auto 40px auto;
}
.formEncontrarParceiro > ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.formEncontrarParceiro > ul > li {
	display: block;
	width: cacl(100%-20px);
	list-style: none;
	padding: 0 0px 20px 0;
	vertical-align: top;
}
.formEncontrarParceiro > ul li > label {
	display: block;
	color: #9c9c9c;
	font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 5px 10px;
}

.formEncontrarParceiro > ul li > a.limpar {
	display: inline-block;
	color: #f16248;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 1px;
}
.formEncontrarParceiro > ul > li a.procurar {
	display: inline-block;
	color: #FFFFFF;
	background: #f16248;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	padding: 12px 30px 10px 30px;
	border-radius: 6px;
	letter-spacing: 1px;
}

.formEncontrarParceiro > ul > li input[type="text"] {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #a4a3a3;
	border-radius: 5px;
	color: #a4a3a3;
	display: block;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 10px 20px;
	width: calc(100% - 40px);
}

.formEncontrarParceiro .selectFormaPagamento.jquery-selectbox{
	background: url("/temas/primavera/img/select-formEncontrarParceiro-768.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 186px!important;
}
.formEncontrarParceiro .selectFormaPagamento.js-real.jquery-selectbox ul{
	width: 231px!important;
}
.tabelaParceiros {
	display: table;
	table-layout: auto;
	width: 90%;
	margin: 0 auto;
}
.tabelaParceiros > ul.head {
	display: none;
	margin: 0;
	padding: 0;
}
.tabelaParceiros > ul.body {
	display: block;
	margin: 0 0 30px 0;
	padding: 20px 0;
	background: #FFFFFF;
}
.tabelaParceiros > ul.body:nth-child(even) > li {
	display: block;
	border-top: 1px solid #a4a3a3;
	padding: 10px 0 10px 0px;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 30px;
}
.tabelaParceiros > ul.body:nth-child(odd) > li {
	display: block;
	border-top: 1px solid #a4a3a3;
	padding: 10px 0 10px 0px;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 30px;
}
.tabelaParceiros > ul.body:nth-child(even) > li:first-child, .tabelaParceiros > ul.body:nth-child(odd) > li:first-child {
	padding: 10px 0px 30px 0px;
	border-top: 0px solid #a4a3a3;
	text-align: left;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
}
.tabelaParceiros > ul.body > li > span {
	display: block;
	text-transform: uppercase;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 0 5px 0;
}
.tabelaParceiros > ul.body > li > a.open {
	display: block;
	float: right;
	text-indent: -5000px;
	background: url(/temas/primavera/img/seta03.png);
	width: 12px;
	height: 8px;
}
.tabelaParceiros > ul.body > li > a.close {
	display: block;
	float: right;
	text-indent: -5000px;
	background: url(/temas/primavera/img/seta04.png);
	width: 12px;
	height: 7px;
}
.tabelaParceiros > ul.body > li > a:hover{
	color:#707070;
}

.divPaginacaoTabelaParceiros {
	display: block;
	width: 100%;
	margin: 20px auto 30px auto;
	border-top: 1px solid #e3e3e3;
	padding: 20px 0 0 0;
}
.divPaginacaoTabelaParceiros.market {
	border:0;
	width: 97%;
	text-align:center;
}
.divPaginacaoTabelaParceiros.market.top {
	margin-top:-20px;
}
.divPaginacaoTabelaParceiros.market .setasPaginacaoTabelaParceiros {
	float:unset;
	display:inline-block;
}

.paginacaoTabelaParceiros {
	display: block;
}
.paginacaoTabelaParceiros > ul{
	margin: 0;
	padding: 0;
}
.paginacaoTabelaParceiros > ul > li {
	margin: 0;
	list-style: none;
	float: left;
}
.paginacaoTabelaParceiros > ul > li > span {
	list-style: none;
	float: left;
	background: #e1e1e1;
	font: 300 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #9c9c9c;
	padding: 10px 20px;
}
.paginacaoTabelaParceiros > ul > li > a {
	font: 300 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #9c9c9c;
	padding: 10px 20px;
	float: left;
}
.paginacaoTabelaParceiros > ul > li > a:hover {
	color: #0075be;
}

.setasPaginacaoTabelaParceiros {
	display: block;
	float: right;
	margin: 8px 0 0 0;
}
.setasPaginacaoTabelaParceiros > div.anterior {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.setasPaginacaoTabelaParceiros > div.anterior > a {
	display: block;
	text-indent: -5000px;
	background: url(/temas/primavera/img/arrow19-left.png);
	width: 13px;
	height: 22px;
	overflow:hidden;
}
.setasPaginacaoTabelaParceiros > div.text {
	display: inline-block;
	margin-right:20px;
	color: #555555;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding-top:3px;
}

.setasPaginacaoTabelaParceiros > span {
	display: block;
	float: left;
	margin: 2px 20px 0 0;
}

.setasPaginacaoTabelaParceiros > div.seguinte {
	display: block;
	float: right;
}
.setasPaginacaoTabelaParceiros > div.seguinte > a {
	display: block;
	text-indent: -5000px;
	background: url(/temas/primavera/img/arrow19-right.png);
	width: 13px;
	height: 22px;
	overflow:hidden;
}

.legendaPaginacaoTabelaParceiros {
	display: block;
	width: 90%;
	margin: 20px auto 30px auto;
	border-bottom: 1px solid #e3e3e3;
	padding: 0px 0 40px 0;
	text-align: center;
}
.legendaPaginacaoTabelaParceiros > span {
	display: block;
	margin: 0px 0 10px;
	text-align: center;
	font: 300 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.linkEstatutos {
	display: block;
	text-align: center;
}
.linkEstatutos a {
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f16248;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.geralDetalheParceiro {
	display: block;
	margin: 0 15px;
}

.geralDetalheParceiro > div.left {
	display: block;
	margin: 0 0 20px 0;
}
.geralDetalheParceiro > div.left > div.logo {
	display: block;
	margin: 0 0 20px 0;
}
.geralDetalheParceiro > div.left > div.info {
	display: block;
}
.geralDetalheParceiro > div.left > div.info > div.titulo {
	display: block;
	font: 700 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
}
.geralDetalheParceiro > div.left > div.info > div.morada {
	display: block;
	font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	margin: 0 0 20px 0;
	line-height: 140%!important;
}
.geralDetalheParceiro > div.left > div.info > div.morada > a{
	color: #707070;
}
.geralDetalheParceiro > div.left > div.info > div.morada > #mapParceiro{
   height: 220px;
	margin: 20px 0 0;
	width: 300px;
}
.geralDetalheParceiro > div.left > div.info > div.pedidoContacto {
	display: block;
	margin: 0 0 0px 0;
}
.geralDetalheParceiro > div.left > div.info > div.pedidoContacto > a {
	display: inline-block;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background: #f16248 url(/temas/primavera/img/arrow01.png) no-repeat 92% center;
	padding: 7px 32px 6px 21px;
	border-radius: 50px;
	letter-spacing: 1px;
}


.geralDetalheParceiro > div.right {
	display: block;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 140%!important;
	color: #707070;
}
.geralDetalheParceiro > div.right > div.head {
	display: table;
	table-layout: auto;
	margin: 0 0 20px 0;
}
.geralDetalheParceiro > div.right > div.head > div {
	display: table-cell;
	color: #252525;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
}
.geralDetalheParceiro > div.right > div.head > div:first-child {
	padding: 10px 10px 10px 0px;
	border-right: 1px solid #e6e6e6;
}
.geralDetalheParceiro > div.right > div.head > div > span {
	display: block;
	margin: 5px 0 0 0;
	font: 400 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.tabelaDetalheParceiro {
	display: table;
	table-layout: auto;
	margin: 20px 0 0 0;
}
.tabelaDetalheParceiro > div {
	display: block;
	color: #252525;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 160%!important;
}
.tabelaDetalheParceiro > div:first-child {
	display: block;
	margin: 0 0 40px 0;
	padding: 10px 60px 40px 0px;
	border-bottom: 1px solid #d7d7d7;
}
.tabelaDetalheParceiro > div > span {
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.formContactoParceiro {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.formContactoParceiro > ul {
	margin: 0;
	padding: 0;
}
.formContactoParceiro > ul > li {
	display: inline-block;
	width: 49%;
	margin: 0;
	list-style: none;
	padding: 0px 0 20px 0;
	vertical-align: middle;
}

.formContactoParceiro > ul > li.single {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 0 20px 0;
}
.formContactoParceiro > ul > li.radiobutton {
	color: #ffffff;
	display: inline-flex;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 2px 0 10px;
	width: auto;
}
.formContactoParceiro > ul > li.radiobutton input{
	float:none;
	margin-top:3px;
	padding: 10px 20px;
}

.formContactoParceiro > ul > li.selectProduto{
	width:100%;
}

.formContactoParceiro > ul > li.titulo {
	display: block;
	margin: 0;
	padding: 20px 0 20px 20px;
	color: #FFFFFF;
	font: 400 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.formContactoParceiro > ul > li > span.label {
	display: block;
	float: left;
	margin: 0;
	padding: 0px 0 6px 20px;
	color: #C8C8C8;
}
.formContactoParceiro > ul > li > input {
	display: block;
	float: right;
	border: 0;
	width: calc(100% - 50px);
	padding: 10px 20px;
	background: #ebebeb;
	border-radius: 5px;
	color: #a4a3a3;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.formContactoParceiro > ul > li > .label_pol_priv{
	padding: 10px 15px;
	width: calc(100% - 50px);
}

.divBtnsContactoParceiro {
	display: block;
	text-align: left;
}
.btnCancelarContactoParceiro {
	display: inline-block;
}
.btnCancelarContactoParceiro > a {
	display: inline-block;
	margin: 20px 0 0 10px;
	padding: 14px 28px;
	background: #d7d7d7;
	text-transform: uppercase;
	color: #959595;
	border-radius: 5px;
}
.btnCancelarContactoParceiro > a:hover {
	background: #ccc;
	color: #f5f5f5;
}
.btnEnviarContactoParceiro {
	display: inline-block;
}
.btnEnviarContactoParceiro > .enviar {
	display: inline-block;
	margin: 20px 0 0 10px;
	padding: 14px 28px;
	background: #0acb84;
	text-transform: uppercase;
	color: #f5f5f5;
	border-radius: 5px;
	border:medium none;
}
.btnEnviarContactoParceiro > .enviar:hover {
	background: #ccc;
	color: #f5f5f5;
}

.divMensagemContactoSucesso {
	display: block;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.divMensagemContactoSucesso > div.titulo {
	display: block;
	font: 500 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #F5F5F5;
	margin: 0 0 20px 0;
}
.divMensagemContactoSucesso > div.texto {
	display: block;
	font: 400 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #F5F5F5;
	margin: 0 0 50px 0;
}

.divMensagemContactoSucesso > div.texto > a {
	display: block;
	color: #CCE3F2;
	margin: 20px 0 0px 0;
	text-decoration: underline;
}

.btnVoltar {
	display: inline-block;
}
.btnVoltar > a {
	display: inline-block;
	margin: 20px 0 0 10px;
	padding: 12px 48px;
	background: #F16248;
	text-transform: uppercase;
	color: #f5f5f5;
	border-radius: 5px;
}
.btnVoltar > a:hover {
	background: #ccc;
	color: #f5f5f5;
}

.blocoSerParceiro {
	display: block;
	margin: 0 20px;
	text-align: center;
}
.blocoSerParceiro > div.titulo {
	display: block;
	margin: 0 0 20px 0;
	color: #252525;
	font: 700 27px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
}
.blocoSerParceiro > div.texto {
	display: block;
	padding: 40px 0;
	margin: 0 0 40px 0;
	color: #252525;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 150%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.linkBlocoSerParceiro {
	display: block;
}
.linkBlocoSerParceiro a {
	color: #f16248;
	text-transform: uppercase;
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 2px;
}

.divPaginacaoListagemEventos {
	display: block;
	width: 90%;
	margin: 20px auto 30px auto;
	border-top: 1px solid #e3e3e3;
	padding: 20px 0 0 0;
}
.divGeralListagemEventos {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.divGeralListagemEventos > div.tituloListagemEventos {
	display: block;
	color: #252525;
	text-transform: uppercase;
	font: 700 27px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	margin: 0 0 30px 0;
}

.listagemEventos {
	display: block;
}
.listagemEventos > ul {
	margin: 0;
	padding: 0;
}
.listagemEventos > ul > li {
	margin: 30px auto 0;
	padding: 0px 0;
	list-style: none;
	display: table;
	table-layout: auto;
	text-align: center;
	border-top: 0px solid #dadada;
}
.listagemEventos > ul > li > span.labelRed {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	height: 16px;
	display: inline-block;
	background: #d83120 url(/temas/primavera/img/canto-left-labelsListagemEventos.png) no-repeat left top;
	text-transform: uppercase;
	color: #FFFFFF;
	font: 700 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 3px;
}
.listagemEventos > ul > li > span.labelBlue {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	height: 16px;
	display: inline-block;
	background: #0bd3d5 url(/temas/primavera/img/canto-left-labelsListagemEventos.png) no-repeat left top;
	text-transform: uppercase;
	color: #FFFFFF;
	font: 700 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 3px;
}
.listagemEventos > ul > li > span.labelRed > span, .listagemEventos > ul > li > span.labelBlue > span {
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
	text-align: right;
	width: 5px;
	height: 16px;
	background: url(/temas/primavera/img/canto-right-labelsListagemEventos.png) no-repeat ;
}
.listagemEventos > ul > li > span > span.foto {
	display: block;
	vertical-align: top;
	background: #FFF;
	padding: 20px 0;
}
.listagemEventos > ul > li > span > span.resumo {
	display: block;
	vertical-align: top;
	padding: 0 30px 20px 30px;
	background: #FFF;
}
.listagemEventos > ul > li > span > span.resumo > span.titulo {
	display: block;
	color: #252525;
	font: 700 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.listagemEventos > ul > li > span > span.resumo > span.titulo a:hover{
	text-decoration: underline;
}
.listagemEventos > ul > li > span > span.resumo > span.texto {
	display: block;
	color: #555555;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 0px 0;
}
.listagemEventos > ul > li > span > span.resumo > span.texto a:hover{
	text-decoration: underline;
}

.listagemEventos > ul > li > span > span.resumo > span.texto > a.saber_mais {
	color: #66acd8;
	text-decoration: underline;
}
.listagemEventos > ul > li > span > span.resumo > span.texto > a.saber_mais:hover{
	color:#000000;
}
.listagemEventos > ul > li > span > span.dados {
	display: block;
	vertical-align: top;
	padding: 15px 0 15px 0px;
	margin: 1px 0 0 0;
	background: #FFF;
}
.listagemEventos > ul > li > span > span.dados > span.data {
	display: block;
	color: #252527;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 5px 0;
}
.listagemEventos > ul > li > span > span.dados > span.horalocal {
	display: block;
	color: #252527;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.listagemEventos > ul > li > span > span.dados > span.orador {
	display: block;
	color: #707070;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.listagemEventos .semEventos{
	display: block;
	font: 400 20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 40px 0;
	text-align: center;
}
.divDetalheEvento {
	margin: 0 auto;
	width: 90%;
}
.imgDetalheEvento {
	display: block;
	margin: 0 0 30px 0;
	position: relative;
}
.imgDetalheEvento > img {
	display: block;
	width: 100%;
	max-width: 1180px;
}
.imgDetalheEvento a.img_hidden{
	display:none;
}
.imgDetalheEvento > a.ver_galeria {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: #66cdde url(/temas/primavera/img/arrow01.png) no-repeat 85% center;
	padding: 10px 35px 8px 20px;
	text-transform: uppercase;
	color: #FFF;
}
.imgDetalheEvento > span {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 101px;
	height: 101px;
	text-indent: -5000px;
}
.imgDetalheEvento > span.webinar{
	background:rgba(0, 0, 0, 0) url("/temas/primavera/img/label-detalhe-webinar.png") no-repeat scroll 0 0;
}
.blocoDetalhe {
	display: table;
	table-layout: auto;
}
.blocoDetalhe div.descricao {
	font: 300 15px/25px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #707070;
}
.blocoDetalhe > div.labelRed {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	height: 16px;
	display: inline-block;
	background: #d83120 url(/temas/primavera/img/canto-left-labelsListagemEventos.png) no-repeat left top;
	text-transform: uppercase;
	color: #FFFFFF;
	font: 700 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 3px;
}
.blocoDetalhe > div.labelBlue {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	height: 16px;
	display: inline-block;
	background: #0bd3d5 url(/temas/primavera/img/canto-left-labelsListagemEventos.png) no-repeat left top;
	text-transform: uppercase;
	color: #FFFFFF;
	font: 700 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 3px;
}
.blocoDetalhe > div.labelRed > span, .blocoDetalhe > div.labelBlue > span {
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
	text-align: right;
	width: 5px;
	height: 16px;
	background: url(/temas/primavera/img/canto-right-labelsListagemEventos.png) no-repeat ;
}
.blocoDetalhe > div.left {
	display: block;
	padding: 0px 0px 20px 0;
}
.blocoDetalhe > div.left > div.titulo {
	display: block;
	color: #252525;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 30px 0;
}
.blocoDetalhe > div.left > div.subtitulo {
	display: block;
	color: #252525;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 30px 0;
}
.blocoDetalhe > div.left > div.texto {
	display: block;
	color: #707070;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 0px 0;
}
.blocoDetalhe > div.left > a {
	background: #b0b0b0 url(/temas/primavera/img/icon-download-programa.png) no-repeat 85% center;
	padding: 8px 50px 4px 25px;
	text-transform: uppercase;
	color: #f5f5f5;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	border-radius: 30px;
	display: inline-block;
	margin: 80px 0 0 0;
	letter-spacing: 3px;
}
.blocoDetalhe > div.left > a:hover {
	background: #0075be url(/temas/primavera/img/icon-download-programa.png) no-repeat 85% center;
}
.blocoDetalhe > div.right {
	display: block;
	border-top: 1px solid #C8C8C8;
	padding: 20px 0px 0 0;
}
.blocoDetalhe > div.right > div.data {
	display: block;
	color: #252525;
	font: 700 28px 'Gotham Narrow SSm B', 'Gotham Narrow SSm A';
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.blocoDetalhe > div.right > div.local {
	display: block;
	color: #252525;
	font: 400 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 20px 0;
}
.blocoDetalhe > div.right > div.orador {
	display: block;
	color: #707070;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 20px 0;
}
.blocoDetalhe > div.right > div.orador > span {
	display: block;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
}
.blocoDetalhe > div.right > div.link {
	display: block;
}
.blocoDetalhe > div.right > div.link > a {
	font: 400 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	color: #f16248;
	letter-spacing: 2px;
}
.blocoDetalhe > div.right > div.link > a:hover {
	color: #0075be;
}
.blocoDetalhe > div.right > div.inscricao {
	display: block;
	margin: 20px 0 0 0;
}
.blocoDetalhe > div.right > div.inscricao > a {
	background: #f16248 url(/temas/primavera/img/arrow01.png) no-repeat 90% center;
	padding: 8px 50px 4px 25px;
	text-transform: uppercase;
	color: #f5f5f5;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	letter-spacing: 3px;
}
.blocoDetalhe > div.right > div.inscricao > a:hover {
	background: #0075be url(/temas/primavera/img/arrow01.png) no-repeat 85% center;
}
/*INSCRICAO EVENTOS */
.divInscricaoEvento {
	display: block;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.divInscricaoEvento > div.titulo {
	display: block;
	margin: 0 0 40px 0;
	text-align: center;
	color: #f5f5f5;
	font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 0.5px;
}
.divInscricaoEvento > div.titulo2 {
    color: #f5f5f5;
    display: block;
    font: 700 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    margin: 0 0 20px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.divInscricaoEvento .single.radiobutton > label {
    color: #ffffff;
    display: block;
    float: left;
    margin-bottom: 10px;
	cursor:pointer;
}

.blocosContentCarreiras {
	display: block;
	border-top: 2px solid #c2c2c2;
	margin-top: 65px;
	margin-bottom: 65px;
	padding-top: 25px;
	position:relative;
}
.blocosContentCarreiras > h2 {
	display: block;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.blocosContentCarreiras > .testemunhoContainer {
    display: none;
    margin: 0 auto;
    width: 90%;
}
.blocosContentCarreiras > .testemunhoContainer.active{
	display: block;
}
.blocosContentCarreiras > div.img,
.blocosContentCarreiras > .testemunhoContainer > div.img{
	display: block;
	margin-bottom: 20px;
	vertical-align: top;
}
.blocosContentCarreiras > div.img > img,
.blocosContentCarreiras > .testemunhoContainer > div.img > img{
	display: block;
	width: 100%;
	max-width: 221px;
}
.blocosContentCarreiras > div.txt,
.blocosContentCarreiras > .testemunhoContainer > div.txt{
	display: block;
	color: #f5f5f5;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 20px;
}
.blocosContentCarreiras > .testemunhoContainer > div.testemunhos {
	display: block;
	color: #f5f5f5;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	line-height: 20px!important;
	vertical-align: top;
}
.blocosContentCarreiras > .testemunhoContainer > div.testemunhos > span {
	display: block;
	margin: 20px 0 0 0;
	font: 400 15px 'Gotham Narrow SSm 1', 'Gotham Narrow SSm B';
}
.blocosContentCarreiras > .testemunhoContainer > div.testemunhos > span > span {
	display: block;
	font: 400 15px 'Gotham Narrow SSm 1', 'Gotham Narrow SSm B';
}
.blocosContentCarreiras > .btnTestemunhoAnt{
	display: block;
	height: 22px;
	position: absolute;
	top: 50%;
	width: 10px;
	z-index: 20;
	background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
}
.blocosContentCarreiras > .btnTestemunhoSeg{
	display: block;
	height: 22px;
	position: absolute;
	top: 50%;
	width: 10px;
	z-index: 20;
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 0;
}

.listCarreiras {
	display: block;
	max-width: 940px;
	margin: 0 auto;
}
.listCarreiras > ul{
	display:block;
	text-align: center;
	width:280px;
	margin:0 auto;
	padding:0px;
}
.listCarreiras > ul > li {
	background: none repeat scroll 0 0 #fff;
	display: inline-block;
	float: left;
	list-style: outside none none;
	margin: 0;
	min-height: 85px;
	padding: 25px 0 0;
	position: relative;
	vertical-align: top;
	width: 280px;
}
.listCarreiras > ul > li.content {
	background: transparent;
	box-sizing:border-box;
	padding:50px 0 0;
}
.listCarreiras > ul > li.content .blocosContentCarreiras { 
	color:#707070;
	margin-top:0; margin-bottom:0;
	border:0; padding:0;
}
.listCarreiras > ul > li.content .blocosContentCarreiras > h2{ width:100%; color:#707070; margin-top:-7px; }
.listCarreiras > ul > li.content .blocosContentCarreiras > div.txt { width:100%; color:#707070; text-align:left; }
#offer .infoCaixaCinzaProfissionalPro { background: #ebebeb; }
#offer .infoCaixaCinzaProfissionalPro > span > span.recrutamento { color: #707070; }

.listCarreiras > ul > li.muitasOport{
	min-height: 60px;
}

.listCarreiras > ul > li span.tituloBlue {
	margin: 0 auto 0px auto;
	display: block;
	width: 240px;
	text-align: left;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #0075be;
	text-transform: uppercase;
	height: 85px;
}
.listCarreiras > ul > li span.tituloRed {
	color: #f16248;
	display: block;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 85px;
	margin: 0 auto;
	padding: 0 20px 0 5px;
	text-align: left;
	text-transform: uppercase;
	width: 225px;
}
.listCarreiras > ul > li.muitasOport .closeSection span.tituloRed{
	height: 60px;
}

.listCarreiras > ul > li span.tituloBlue > span, 
.listCarreiras > ul > li span.tituloRed > span {
	display: block;
	margin: 10px 0 0 0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: none;
	color: #000;
}
.listCarreiras > ul > li span.resumo {
	margin: 0 auto 20px auto;
	display: block;
	width: 240px;
	text-align: left;
	font: 300 12px  'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	border-top: 1px solid #d9d9d9;
	padding: 15px 0 10px 0;
	line-height: 150%;
}
.listCarreiras > ul > li a.candidatarBlue,  
.listCarreiras > ul > li a.candidatarRed {
	color: #fff;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	background: #0075be url(/temas/primavera/img/arrow01.png) no-repeat 90% center;
	text-transform: uppercase;
	padding: 8px 30px 6px 20px;
	border-radius: 40px;
	margin: 0 0 0px 0;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 25%;
}
.listCarreiras > ul > li a.candidatarRed {
	background-color:#F36148
}

.listCarreiras > ul > li a.closeBlue {
	display: block;
	position: absolute;
	right: 20px;
	top: 60px;
	background: url(/temas/primavera/img/arrow18-top.png);
	width: 12px;
	height: 8px;
	text-indent: -5000px;
	overflow:hidden;
}
.listCarreiras > ul > li a.openBlue {
	display: block;
	position: absolute;
	right: 20px;
	top: 60px;
	background: url(/temas/primavera/img/arrow18-bottom.png);
	width: 12px;
	height: 8px;
	text-indent: -5000px;
	overflow:hidden;
}

.listCarreiras > ul > li a.closeRed {
	display: block;
	position: absolute;
	right: 20px;
	top: 60px;
	background: url(/temas/primavera/img/arrow13.png);
	width: 12px;
	height: 7px;
	text-indent: -5000px;
	overflow:hidden;
}
.listCarreiras > ul > li a.openRed {
	display: block;
	position: absolute;
	right: 20px;
	top: 60px;
	background: url(/temas/primavera/img/arrow12.png);
	width: 12px;
	height: 7px;
	text-indent: -5000px;
	overflow:hidden;
}

.listCarreiras > ul > li .closeSection{
	height: 85px;
	width: 280px;
	z-index: 200;
}
.listCarreiras > ul > li.muitasOport .closeSection{
	height: 60px;
}

.listCarreiras > ul > li .openSection {
	background: none repeat scroll 0 0 #ffffff;
	min-height: 85px;
	position: absolute;
	width: 280px;
	z-index: 280;
}

.listVidaPrimavera > ul {
	margin: 0;
	padding: 0;
	display: block;
	width:100%;
}
.listVidaPrimavera > ul > li {
	margin: 0;
	padding: 50px 15px;
	background: #FFF;
	list-style: none;
	display: block;
	color: #252525;
	font: 400 15px  'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.listVidaPrimavera > ul > li:first-child {
	margin: 0;
	padding: 50px 15px;
	list-style: none;
	background: #f5f5f5;
	display: block;
	color: #252525;
	font: 400 15px  'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: center;
}
.listVidaPrimavera > ul > li > span > img {
	margin: 0 auto 30px;
	display: block;
}

.divBgTituloVidaPrimavera {
	display: block;
	background: url(/temas/primavera/img/bg-vidaCarreiras.png) repeat-y left top;
	text-align: center;
}
.divBgTituloVidaPrimavera > span {
	display: block;
	background: url(/temas/primavera/img/bg-tituloVidaPrimavera.png) no-repeat center bottom;
	padding: 50px 0;
}
.divBgTituloVidaPrimavera > span > span {
	display: block;
	color: #FFF;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f3bab0;
	width: 80%;
	margin: 0 auto;
}
.divGeralSubmenuPrincipal {
   background: none repeat scroll 0 0 #444444;
	display: none;
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: 1001;
}
#suporteSubMenu { background: #707070; }

.divGeralSubmenuPrincipal.showPesquisa{
	display:block;
}

.fecharSubmenu{
	display: block;
	text-align: right;
	overflow:hidden;
	padding: 30px 0 0;
}
.fecharSubmenu > a {
	display: inline-block;
	background: url(/temas/primavera/img/btn-fechar-submenu.png);
	width: 17px;
	height: 17px;
	text-indent: -5000px;
}
.submenuPrincipal {
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 10px 0 60px 0;
}
.submenuPrincipal > ul {
	border-right: 2px solid #565656;
	display: table-cell;
	margin: 0;
	padding: 0 0 0 20px;
}
.submenuPrincipal > ul > li {
	list-style: none;
}
.submenuPrincipal > ul > li:first-child {
	list-style: none;
	display: block;
	margin: 0 0 20px 0;
}
.submenuPrincipal > ul > li.colorred {
	color: #f4826d;
}

.submenuPrincipal > ul > li > a,
.submenuPrincipal > ul > li > span{
	color: #66acd8;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.submenuPrincipal > ul > li > a.subsubMenu {
	color: #ffffff;
	display: inline-block;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.2px;
	margin: 6px 0;
	padding: 0;
}
.submenuPrincipal > ul > li .separador_legenda {
	display: block;
    font-size: 10px;
    text-transform: uppercase;
    width: 110px;
	padding-bottom:14px;
}
.submenuPrincipal > ul > li .separador_legenda.second {
    padding-top:14px;
} 
.submenuPrincipal > ul > li > a:hover{
	color: #ffffff!important;
}
.submenuPrincipal > ul > li > a.subsubMenu:hover {
	color: #66acd8!important;;
}
.submenuPrincipal > ul.last {
	display: table-cell;
	margin: 0;
	padding: 0 0 0 15px;
	width: 12%;
	text-align: center;
	border:none;
}
#formacaoSubMenu ul.last > li,
.submenuPrincipal > ul.last > li {
	color: #a3a2a3;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
#formacaoSubMenu ul.last > li.txtconsultar,
.submenuPrincipal > ul.last > li.txtconsultar{
	padding:0 5px 18px 5px;
}
#formacaoSubMenu ul.last > li > a, 
.submenuPrincipal > ul.last > li > a {
	background: url("/temas/primavera/img/arrow01.png") no-repeat scroll 87% center #0e75bc;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font: 400 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	padding: 7px 33px 0px 20px;
	text-transform: uppercase;
	height: 23px;
}

.divGeralSubmenuPrincipal div.bottom {
	display: block;
	background: #565656;
	padding: 20px 0;
	text-align: center;
}
.divGeralSubmenuPrincipal div.bottom > div{
	display: table;
	table-layout: auto;
	width: auto;
}
.divGeralSubmenuPrincipal div.bottom > div > div {
	color: #f5f6f6;
	display: table-cell;
	font: 300 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 0 20px;
	text-align: left;
	vertical-align: middle;
}
.divGeralSubmenuPrincipal div.bottom > div > div > a {
	background: url("/temas/primavera/img/arrow02.png") no-repeat scroll 90% center #c8c8c8;
	border-radius: 40px;
	color: #252525;
	display: inline-block;
	font: 500 13.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.4px;
	padding: 7px 40px 6px 30px;
	text-transform: uppercase;
}
.sucessoDados{
	color: #0acb84;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.erroDados{
	color: #FFFFFF;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.erroDados2{
	color: #000000;
	margin:10px 0;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.erroDados > .aviso,
.erroDados2 > .aviso{
	color: #f16248;
	font: bold 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-right: 10px;
	text-transform: uppercase;
}
.subemnuParceriaTopo {
	display: table;
	table-layout: auto;
	text-align: center;
	margin: 0 auto 60px auto;
}
.subemnuParceriaTopo > div {
	display: table-cell;
	color: #f5f6f6;
	font: 400 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 20px 50px;
}
.subemnuParceriaTopo > div > span {
	display: block;
	margin: 0 0 18px 0;
}
.subemnuParceriaTopo > div > a {
	background: url("/temas/primavera/img/bg-btn-cinza.png") no-repeat scroll right center #c8c8c8;
	border: 0 none;
	border-radius: 20px;
	color: #252525;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.7px;
	padding: 6px 30px 5px 20px;
	text-transform: uppercase;
}
.subemnuParceriaTopo > div:first-child {
	border-right: 1px solid #616060;
}
.bottomParceria {
	display: block;
	background: #717171;
	padding: 40px 0 0 0;
	text-align: center;
	color: #f5f6f6;
	font: 400 20px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.bottomParceria div.form {
	display: table;
	margin: 40px auto 0;
	padding: 0 0 30px;
	table-layout: auto;
}

.formEncontrarParceiroSubmenu {
	display: table;
	width: auto;
	margin: 0 auto 40px auto;
}
.formEncontrarParceiroSubmenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table-row-group
}
.formEncontrarParceiroSubmenu > ul > li {
	display: table-cell;
	width: 50%;
	list-style: none;
	padding: 0 20px 20px 0;
	vertical-align: top;
	text-align: left;
}
.formEncontrarParceiroSubmenu > ul > li:last-child {
	text-align: right;
}
.formEncontrarParceiroSubmenu > ul > li label {
	display: block;
	color: #C5C5C5;
	font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 5px 10px;
	text-align: left
}
.formEncontrarParceiroSubmenu > ul > li input[type='text']{
	background: none repeat scroll 0 0 #ffffff;
	border: 0 none;
	border-radius: 5px;
	color: #a4a3a3;
	display: block;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 10px 20px;
	width: calc(100% - 40px);
}

.formEncontrarParceiroSubmenu > ul > li > a.limpar {
	color: #f5f6f6;
	display: block;
	float: left;
	font: 300 10.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
	margin-left:15px;
}
.formEncontrarParceiroSubmenu ul > li > a.procurar {
	display: inline-block;
	color: #FFFFFF;
	background: #f16248;
	font: 500 13.5px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	padding: 11px 27px 9px 27px;
	border-radius: 4px;
	letter-spacing: 1px;
	margin:20px 0 0 0;
}


.bottomConsultoria {
	display: block;
	background: #717171;
	padding: 40px 0 20px 0;
	text-align: center;
	color: #f5f6f6;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.bottomConsultoria > div {
	display: table;
	margin: 0 auto;
	width: 700px;
}
.bottomConsultoria > div > div > div {
	display: block;
	text-align: left;
	font: 300 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.bottomConsultoria div.formTitulo{
	padding-left:10px;
}
.bottomConsultoria div.msgSucesso{
	padding-left:10px;
	margin-bottom:20px;
}
.bottomConsultoria div.form {
	display: table;
	table-layout: auto;
	width: 100%;
}
.bottomConsultoria div.form #empresaInputMenu{
	width: 245px;
}

.formConsultoriaSubmenu {
	display: block;
	width: auto;
	margin: 0 auto 40px auto;
}
.formConsultoriaSubmenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
.formConsultoriaSubmenu > ul > li {
	display: table-cell;
	list-style: none;
	padding: 20px 20px 0px 0;
	vertical-align: bottom;
	text-align: left;
}
.formConsultoriaSubmenu ul li label {
	display: block;
	color: #f5f6f6;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 5px 10px;
	text-align: left
}

.formConsultoriaSubmenu ul li .enviar {
	background: none repeat scroll 0 0 #0acb84;
	border: medium none;
	border-radius: 5px;
	color: #f5f5f5;
	display: inline-block;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 20px 0 0 10px;
	padding: 14px 28px 12px;
	text-transform: uppercase;
	width: auto;
	float:right;
}
.formConsultoriaSubmenu ul li .enviar:hover{
	color:#f5f5f5;
	background: none repeat scroll 0 0 #cccccc;
}

.formConsultoriaSubmenu > ul > li > input {
	display: block;
	border: 0;
	width: calc(100% - 40px);
	padding: 10px 20px;
	background: #ffffff;
	border-radius: 5px;
	color: #a4a3a3;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.formConsultoriaSubmenu > ul > li > textarea{
	background: none repeat scroll 0 0 #ffffff;
	border: 0 none;
	border-radius: 5px;
	color: #a4a3a3;
	display: block;
	float: right;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 10px 20px;
	width: calc(100% - 40px);
}

.submenuConsultoria {
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 10px auto 50px auto;
}
.submenuConsultoria > ul {
	display: table-cell;
	margin: 0;
	padding: 0 20px;
	border-left: 1px solid #555;
}
.submenuConsultoria > ul:first-of-type {
	border-left: 0;
	padding-right:40px;
	min-width:180px;
}
.submenuConsultoria > ul:last-of-type {
	padding-right:0;
}
.submenuConsultoria > ul > li {
	list-style: none;
}
.submenuConsultoria > ul > li:first-child {
	list-style: none;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #66acd8;
	display: block;
	margin: 0 0 20px 0;
}
.submenuConsultoria > ul > li.colorred {
	color: #f4826d;
}
.submenuConsultoria > ul > li > a {
	display: inline-block;
	margin: 6px 0;
	padding: 0;
	font: 300 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #ffffff;
}
.submenuConsultoria > ul > li > a:hover {
	color: #66acd8;
}

.divPesquisaSubmenu {
	display: block;
	max-width: 582px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width:100%;
	text-align: center;
}
#suporteSubMenu .divPesquisaSubmenu { max-width: 500px; }
.divPesquisaSubmenu input[type='text'] {
	display: inline-block;
	width: 66%;
	background: transparent;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #FFFFFF;
	border: 2px solid #606060;
	border-right: 0px solid #606060;
	padding: 10px;
	border-radius:0px;
}

.divPesquisaSubmenu a,
.divPesquisaSubmenu input[type='submit'] {
	display: inline-block;
	background: transparent;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #888888;
	border: 2px solid #606060;
	border-left: 0px solid #606060;
	padding: 10px;
	margin: 0 0 0 -12px;
	border-radius:0px;
}

.divPesquisaSubmenu > div {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0px 0;
}
#suporteSubMenu .divPesquisaSubmenu > div  { padding: 13px 0 7px; }
#suporteSubMenu .divPesquisaSubmenu > div:first-of-type  { padding: 9px 0 0; }
#suporteSubMenu .divPesquisaSubmenu > div.aceder > span { margin-bottom:25px; }
#suporteSubMenu .divPesquisaSubmenu.pedir_contacto > div { padding: 50px 0 2px;  }
#suporteSubMenu .divPesquisaSubmenu.pedir_contacto > div.aceder { padding: 13px 0 15px;  }
.divPesquisaSubmenu > div.titulo {
	font: 400 21.5px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	
}
.divPesquisaSubmenu > div.aceder > span {
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f5f5f5;
	display: block;
	margin: 0 0 40px 0;
}
.divPesquisaSubmenu.pedir_contacto > div.aceder > a:hover,
.divPesquisaSubmenu > div.aceder > a {
   background: url("/temas/primavera/img/bg-btn-laranja02.png") no-repeat scroll right center #f16248;
	border: medium none;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 19px;
	letter-spacing: 1px;
	padding: 7px 35px 4px 25px;
	text-transform: uppercase;
}
.divPesquisaSubmenu.pedir_contacto > div.aceder > a,
.divPesquisaSubmenu > div.aceder > a:hover{
	background: url("/temas/primavera/img/bg-btn-laranja02-hover.png") no-repeat scroll right center #c8c8c8;
	color:#000000;
}

.bottomSuporte {
	display: block;
	background: #444444;
	padding: 65px 0 50px 0;
	text-align: center;
	color: #f5f6f6;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.subemnuSuporteBottom {
	display: table;
	table-layout: auto;
	text-align: center;
	margin: 0 auto;
	width: 1170px;
	padding: 0 0 40px 0;
}
.subemnuSuporteBottom > div {
	display: table-cell;
	padding: 0 0 0 24px;
	border-left: 1px solid #767676;
	color: #ffffff;
	text-align:left;
	box-sizing:border-box;
}
.subemnuSuporteBottom > div:first-of-type { 
	width:384px;
	padding: 0 18px 0 0;
	border-left: 0;
}
.subemnuSuporteBottom > div > span.titulo {
	display: block;
	font: 700 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 15px 0;
	text-transform:uppercase;
}
.subemnuSuporteBottom > div > span.resumo {
	display: block;
	font: 300 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 15px 0;
	height:50px;
	overflow:hidden;
}
.subemnuSuporteBottom .titulo_btn {
	display: inline-block;
	float: right;
	background: #c8c8c8;
	border: 0 none;
	border-radius: 20px;
	color: #252625;
	font: 700 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.7px;
	padding: 3px 14px 3px 14px;
	text-transform: uppercase;
}

.subemnuSuporteBottom .filhos { display:block; float:left; width:100%; height:270px; }
.subemnuSuporteBottom .filhos .filhos_item { display:block; float:left; width:100%; max-width:360px; margin-bottom:30px; padding:11px 17px; box-sizing:border-box; height:120px; margin-right:30px; }
.subemnuSuporteBottom .filhos .filhos_item:nth-child(2n) { margin-right:0;  }
.subemnuSuporteBottom .filhos .filhos_item .titulo { display:inline-block; float:left;  margin-bottom:14px; font: 400 21.4px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; color:#FFFFFF; }
.subemnuSuporteBottom .filhos .filhos_item .resumo { display:block; float:left; width:100%; font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; color:#FFFFFF; }

.bottomFormacao {
	display: block;
	background: #ebebeb;
	padding: 40px 0 40px 0;
}

.headBottomFormacao {
	display: block;
	margin: 0 0 40px 0;
}
.headBottomFormacao > div.titulo {
	display: block;
	float: left;
	color: #0075be;
	font: 300 20px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.headBottomFormacao > div.link {
	display: block;
	float: right;
	color: #0075be;
	font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.headBottomFormacao > div.link > a {
	color: #f16248;
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.headBottomFormacao > div.link > a:hover {
	color: #999999;
}

.calendarizacaoSubmenu {
	display: block;
	width: 100%;
}
.calendarizacaoSubmenu .cycle-slideshow{
	margin: 0 0 0 36px;
	width: 1133px!important;
}

.calendarizacaoSubmenu div.bloco {
	display: inline-block;
	height: 260px;
	margin: 0 26px 0 0;
	position: relative;
	width: 202px;
}
.calendarizacaoSubmenu div.bloco > div.datatopo {
	color: #0075be;
	display: block;
	font: 400 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	height: 25px;
	padding: 0 0 0 10px;
}

.calendarizacaoSubmenu div.bloco > div.blocoevento.active {
	display: block;
}
.calendarizacaoSubmenu div.bloco > div.blocoevento {
	background: url("/temas/primavera/img/separador-calendarizacao-submenu.png") no-repeat scroll left 130px #0075be;
	border: 1px solid #0075be;
	color: #0075be;
	display: none;
	float: left;
	font: 500 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 182px;
	padding: 8px 10px;
	position: relative;
	text-align: left;
}
.calendarizacaoSubmenu div.bloco > div.blocoevento > div.local {
   color: #99dee9;
	display: block;
	font: 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 2px;
	text-align: right;
	text-transform: uppercase;
}
.calendarizacaoSubmenu div.bloco > div.blocoevento > div.info {
	display: block;
	height: 166px;
	width: 180px;
}
.calendarizacaoSubmenu div.bloco > div.blocoevento > div.info > span.titulo, 
.calendarizacaoSubmenu div.bloco > div.blocoevento > div.info > span.titulo > a {
	color: #ffffff;
	display: block;
	font: 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	white-space: normal;
}

.calendarizacaoSubmenu div.bloco > div.blocoevento > div.info > span.titulo > span {
	color: #99dee9;
	display: block;
	font: 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	min-height: 14px;
	width: 100%;
}
.calendarizacaoSubmenu div.bloco > div.blocoevento > div.info > span.vagas {
	bottom: 10px;
	color: #99dee9;
	display: block;
	font: 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	min-width: 31px;
	padding: 0 0 34px;
	position: absolute;
}

.calendarizacaoSubmenu div.bloco > div.blocoevento > div.info > a.inscrever, 
.calendarizacaoSubmenu div.bloco > div.blocoevento > div.info > a.prereserva {
	background: none repeat scroll 0 0 #f16248;
	border-radius: 40px;
	bottom: 11px;
	color: #ffffff;
	display: block;
	font: 10.5px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 4px 12px 4px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.calendarizacaoSubmenu .bloco > .proxFormacaoDiaContainer {
	display: block;
	float: left;
	height: 27px;
	position: relative;
	width: 100%;
}

.calendarizacaoSubmenu .bloco > .proxFormacaoDiaContainer > .maiseventosaba {
	background: none repeat scroll 0 0 #0075be;
	display: block;
	float: left;
	height: 7px;
	margin-top: 5px;
	width: 100%;
}
.calendarizacaoSubmenu .bloco > .proxFormacaoDiaContainer > .proximaformacao {
	bottom: 0;
	display: block;
	position: absolute;
	right: 44%;
}
.calendarizacaoSubmenu div.bloco > .proxFormacaoDiaContainer > .proximaformacao > a {
	background: url("/temas/primavera/img/seta-bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -5000px;
	width: 22px;
}

.calendarizacaoSubmenu > div.anterior {
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
}

.calendarizacaoSubmenu > div.anterior > a {
	background: url("/temas/primavera/img/seta01.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 42px;
	overflow: hidden;
	text-indent: -5000px;
	width: 17px;
}

.calendarizacaoSubmenu > div.seguinte {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
}
.calendarizacaoSubmenu > div.seguinte > a {
	background: url("/temas/primavera/img/seta02.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 42px;
	overflow: hidden;
	text-indent: -5000px;
	width: 17px;
}

.blocotextocalendarizacaoSubmenu {
	display: block;
	position: absolute;
	height: 180px;
	top: 8px;
	left: 10px;
	max-width: 180px;
	width: 94%;
	padding: 0px 0 0 0px;
}
.blocotextocalendarizacaoSubmenu > span.local {
	display: block;
	text-align: right;
	color: #99dee9;
	font: 300 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.blocotextocalendarizacaoSubmenu > span.evento {
	display: block;
	color: #ffffff;
	font: 300 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.blocotextocalendarizacaoSubmenu > span.evento > span {
	display: block;
	color: #99dee9;
	font: 300 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.blocotextocalendarizacaoSubmenu > span.vagas {
	display: block;
	position:absolute; 
	bottom:0;
	color: #99dee9;
	font: 300 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 0 34px 0;
}
.blocotextocalendarizacaoSubmenu > span.elearning {
	display: block;
	background: url(/temas/primavera/img/icon-elearning-white.png) no-repeat 0 bottom;
}
.blocotextocalendarizacaoSubmenu > span.flashlearning {
	display: block;
	background: url(/temas/primavera/img/icon-flashlearning-white.png) no-repeat 0 bottom;
}
.blocotextocalendarizacaoSubmenu > span.inclass {
	display: block;
	background: url(/temas/primavera/img/icon-inclass-white.png) no-repeat 0 bottom;
}
.blocotextocalendarizacaoSubmenu > span.ondemand {
	display: block;
	background: url(/temas/primavera/img/icon-ondemand-white.png) no-repeat 0 bottom;
}
.blocotextocalendarizacaoSubmenu > a.inscrever {
	display: block;
	position:absolute; 
	bottom:0;
	right: 5px;
	color: #ffffff;
	font: 300 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 6px 12px 4px 12px;
	background: #f16248;
	border-radius: 40px;
}
.blocotextocalendarizacaoSubmenu > a.inscrever:hover {
	color: #f16248;
	background: #ffffff;
}
.blocotextocalendarizacaoSubmenu > a.maiseventospast {
	display: block;
	position:absolute; 
	top:50%;
	right: 5px;
	background: url(/temas/primavera/img/btn-maisEventosPast.png) no-repeat 0 0;
	width: 9px;
	height: 22px;
	text-indent: -5000px;
}
.blocotextocalendarizacaoSubmenu > a.maiseventospast:hover {
	opacity: 0.7;
}
.blocotextocalendarizacaoSubmenu > a.maiseventos {
	display: block;
	position:absolute; 
	top:50%;
	right: 5px;
	background: url(/temas/primavera/img/btn-maisEventos.png) no-repeat 0 0;
	width: 9px;
	height: 22px;
	text-indent: -5000px;
}
.blocotextocalendarizacaoSubmenu > a.maiseventos:hover {
	opacity: 0.7;
}

.main.infoSuporteContainer{
	margin-top:80px;
}

.blocoStepsSuporte, .blocoStepsSuporteLogin {
	border-bottom: 0px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 20px 0 0 0;
	margin: 0 15px 0px 15px;
}

.blocoStepsSuporte .mensagemSucesso{
	color: #000000;
	font: 300 20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	max-width: 540px;
	margin:40px 0 80px 0;
}
.blocoStepsSuporte .mensagemSucesso a{
	color:#0075be;
}

.divHeadExpress {
	display: block;
	background: #e0eef7;
	padding: 18px 0 18px 0;
	text-align: center;
}
.tituloStepsSuporte {
	width:300px;
	color: #252525;
	font: 400 14px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 20px 0 40px;
}

.tabelaStepsSuporte {
	display: table;
	margin: 0 0 30px 0;
	width:100%;
}
.tabelaStepsSuporte > div {
	display: block;
}
.tabelaStepsSuporte > div:last-child {
	display: block;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 30px 0;
}

.tabelaStepsSuporteRegisto {
	display: table;
	margin: 0 0 30px 0;
}
.tabelaStepsSuporteRegisto > div {
	display: block;
	min-width: 290px;
	min-width: 290px;
	width: 100%;
}

.labelsStepsSuporte {
	color: #252525;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.labelsStepsSuporte2 {
	color: #0075be;
	font: 500 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.labelsStepsSuporte .nifInfo{
	color: #a4a3a3;
	font: 400 18px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin:15px 0 0 0;
}
.labelsStepsSuporte > label{
	color: #a4a3a3;
	display: block;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 4px;
}
.labelsStepsSuporte >input {
	 background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	color: #a4a3a3;
	display: block;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0;
	max-width: 195px;
	padding: 7px 12px;
	width: calc(100% - 24px);
}
.tabsSuportePagamento {
	display: block;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}
.tabsSuportePagamento > a {
	display: inline-block;
	text-decoration: none;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #b0b0b0;
	margin: 0 20px 0 0;
}
.tabsSuportePagamento > a:hover {
	color: #0075be;
}
.tabsSuportePagamento > span {
	display: inline-block;
	text-decoration: underline;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	margin: 0 20px 0 0;
}

.errorMsgSuportePagamento {
	display: block;
	margin: 40px 0 40px 0;
	color: #f16248;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.tabelaSuporteServicos {
	display: block;
	margin: 0 0 40px 0;
}
.tabelaSuporteServicos > div {
	display: block;
}
.tabelaSuporteServicos > div:first-child {
	border-left: 0px solid #7d7d7d;
}
.tabelaSuporteServicos > div > span {
	display: block;
}
.tabelaSuporteServicos > div > span > a {
	color: #0075be;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-decoration: underline;
}
.tabelaSuporteServicos > div > span > a:hover {
	color: #707070;
	text-decoration: none;
}
.tabelaSuporteServicos > div > span.titulo{
	display: block;
	color: #707070;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 20px 10px 5px 10px;
}

.tabelaSuporteServicos > div > span.conteudo:nth-child(odd){
	display: block;
	color: #707070;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 20px 10px;
}

.tabelaSuporteServicos > div > span.conteudo:nth-child(even) {
	display: block;
	background: #ebf4fa;
	color: #707070;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 20px 10px;
}

.tabelaHeadIncidente {
	display: table;
	width: 370px;
	border-bottom: 1px solid #7D7D7D;
	margin: 0 0 40px 0;
}
.tabelaHeadIncidente > div {
	display: table-cell;
	vertical-align: bottom;
}
.tabelaHeadIncidente > div > span:nth-child(odd) {
	display: block;
	color: #a4a3a3;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 20px 5px 15px;
}
.tabelaHeadIncidente > div > span:nth-child(even) {
	display: block;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 5px 20px 5px 15px;
	color: #707070;
	border-left: 1px solid #7D7D7D;
}
.tabelaHeadIncidente > div:first-child > span:nth-child(even) {
	border-left: 0px solid #7D7D7D;
}

.tabelaDetalheIncidente {
	display: table;
	width: 100%;
	max-width: 370px;
	margin: 0 0 40px 0;
}
.tabelaDetalheIncidente > ul {
	margin: 0;
	padding: 0;
	display: table-row-group;
}
.tabelaDetalheIncidente > ul > li {
	list-style: none;
	display: table-cell;
	border-left: 1px solid #7D7D7D;
	padding: 10px 10px;
}
.tabelaDetalheIncidente > ul > li:first-child {
	border-left: 0px solid #7D7D7D;
}
.tabelaDetalheIncidente > ul.head > li {
	color: #707070;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.tabelaDetalheIncidente > ul.body > li {
	color: #707070;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.tabelaDetalheIncidente > ul:nth-child(even) > li {
	background: #ebf4fa;
}
.tabelaDetalheIncidente > ul > li > a {
	text-decoration: underline;
	color: #0075be;
}
.tabelaDetalheIncidente > ul > li > a:hover {
	text-decoration: none;
	color: #707070;
}

.btnVoltarIncidente {
	display: block;
	margin: 0 0 40px 0;
}
.btnVoltarIncidente > a {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 14px 18px 14px 28px;
	background: #0acb84 url(/temas/primavera/img/arrow20.png) no-repeat 15px center;
	text-transform: uppercase;
	color: #f5f5f5;
	border-radius: 5px;
	letter-spacing: 0.2px;
}
.btnVoltarIncidente > a:hover {
	background: #707070 url(/temas/primavera/img/arrow20.png) no-repeat 15px center;
	color: #ffffff;
}

.paginacaoDetalheIncidente {
	display: block;
	margin: 0 0 30px 0;
}
.paginacaoDetalheIncidente > ul {
	margin: 0;
	padding: 0;
	display: table;
	table-layout: auto;
	width: auto;
}
.paginacaoDetalheIncidente > ul > li {
	list-style: none;
	display: table-cell;
	font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	text-align: center;
	vertical-align: bottom;
}
.paginacaoDetalheIncidente > ul > li > span {
	display: block;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #a4a3a3;
}
.paginacaoDetalheIncidente > ul > li.anterior > a {
	display: block;
	background: url(/temas/primavera/img/arrow19-left.png) no-repeat left center;
	width: 13px;
	height: 22px;
	text-indent: -5000px;
	margin: 0 10px 5px 0;
	overflow:hidden;
}
.paginacaoDetalheIncidente > ul > li.seguinte > a {
	display: block;
	background: url(/temas/primavera/img/arrow19-right.png) no-repeat left center;
	width: 13px;
	height: 22px;
	text-indent: -5000px;
	margin: 0 0 5px 10px;
	overflow:hidden;
}

.detalheIncidente {
	display: block;
	width: 100%;
	margin: 0 0 40px 0;
}
.detalheIncidente > div {
	display: block;
}
.detalheIncidente > div > span {
	display: block;
	padding: 5px 0px 0 0px;
	vertical-align: middle;
	color: #707070;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.detalheIncidente > div > span > span {
	display: block;
	background: #ebf4fa;
	padding: 5px 0 5px 10px;
	margin: 5px 0 0 0;
	color: #707070;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.detalheIncidente > div > div.content {
	display: block;
	padding: 20px 10px 5px 10px;
	margin: 5px 0 0 0;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
	background: #ebf4fa;
}
.detalheIncidente > div > div.content > span {
	display: block;
	padding: 3px 0 10px 0px;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
}
.detalheIncidente > div > div.content > span.titulo {
	color:#707070;
	font:700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}

.tabelaStepsSuporteRegisto {
	display: table;
}
.tabelaStepsSuporteRegisto > div {
	display: block;
	min-width: 290px;
	min-width: 290px;
	width: 100%;
}

.tabsSuportePagamento {
	display: block;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}
.tabsSuportePagamento > a {
	display: inline-block;
	text-decoration: none;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #b0b0b0;
	margin: 0 20px 0 0;
}
.tabsSuportePagamento > a:hover {
	color: #0075be;
}
.tabsSuportePagamento > span {
	display: inline-block;
	text-decoration: underline;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
	margin: 0 20px 0 0;
}

.errorMsgSuportePagamento {
	display: block;
	margin: 40px 0 40px 0;
	color: #f16248;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.tabelaSuporteServicos {
	display: block;
	margin: 0 0 40px 0;
}
.tabelaSuporteServicos > div {
	display: block;
}
.tabelaSuporteServicos > div:first-child {
	border-left: 0px solid #7d7d7d;
}
.tabelaSuporteServicos > div > span {
	display: block;
}
.tabelaSuporteServicos > div > span > a {
	color: #0075be;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-decoration: underline;
}
.tabelaSuporteServicos > div > span > a:hover {
	color: #707070;
	text-decoration: none;
}
.tabelaSuporteServicos > div > span.titulo{
	display: block;
	color: #707070;
	font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 20px 10px 5px 10px;
}
.tabelaSuporteServicos > div > span.conteudo:nth-child(odd) {
	display: block;
	color: #707070;
   font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 20px 10px;
}
.tabelaSuporteServicos > div > span.conteudo:nth-child(even) {
	display: block;
	background: #ebf4fa;
	color: #707070;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 20px 10px;
}

.tabelaStepsSuporte02 {
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 0 0 30px 0;
}
.tabelaStepsSuporte02 > div {
	display: block;
}

.wrapperListNoticias {
	display: block;
	max-width: 945px;
	width: 100%;
}

.listagemNoticias {
	display: block;
}
.listagemNoticias > ul {
	margin: 0;
	padding: 0;
}
.listagemNoticias > ul > li {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	list-style: none;
	display: block;
	text-align: left;
	border-top: 1px solid #dadada;
	width:100%;
}
.listagemNoticias > ul > li > span {
	display: block;
}

.listagemNoticias > ul > li > span.foto {
	display:block;
	width:280px;
	height:180px;
	padding: 0 0 0 0px;
}
.listagemNoticias > ul > li > span.right > span.data {
	display: block;
	color: #b0b0b0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 0 20px;
	text-transform: uppercase;
}
.listagemNoticias > ul > li > span.right > span.titulo a {
	display: block;
	color: #252525;
	font: 500 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 0 20px 0;
}
.listagemNoticias > ul > li > span.right > span.resumo a {
	display: block;
	color: #707070;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 40px 0;
	line-height: 20px;
}

.listagemNoticias > ul > li > span.right > span.titulo a:hover,
.listagemNoticias > ul > li > span.right > span.resumo a:hover{
	color: #85bde0;
	text-decoration: underline;
}
.listagemNoticias {
	display: block;
}
.listagemNoticias > ul {
	margin: 0;
	padding: 0;
}
.listagemNoticias > ul > li {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	list-style: none;
	display: block;
	text-align: left;
	border-top: 1px solid #dadada;
}
.listagemNoticias > ul > li > span {
	display: block;
}
.listagemNoticias > ul > li > span.foto {
	padding: 0 0 0 0px;
}
.listagemNoticias > ul > li > span.right > span.data {
	display: block;
	color: #b0b0b0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 0 20px;
	text-transform: uppercase;
}
.listagemNoticias > ul > li > span.right > span.titulo a {
	display: block;
	color: #252525;
	font: 500 19px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	padding: 0 0 20px 0;
}
.listagemNoticias > ul > li > span.right > span.resumo a {
	display: block;
	color: #707070;
	font: 400 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	margin: 0 0 40px 0;
	line-height: 20px;
}
.boxForm {
	display: block;
	max-width: 780px;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
}
.boxForm > div.fechar {
	display: block;
	height: 17px;
	margin: 0 0px 20px 0;
}
.boxForm > div.fechar > a {
	display: block;
	background: url(/temas/primavera/img/btn-close-fancy.png);
	width: 16px;
	height: 17px;
	text-indent: -5000px;
	float: right;
}
.boxForm > div.titulo {
	display: block;
	margin: 0 0px 20px 0;
	text-align: center;
	font: 500 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
}
.boxForm > div.label {
	display: block;
	margin: 20px 0px 10px 0;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #252525;
}

.boxForm > div.double input[type="text"],
.boxForm > div.double input[type="file"],
.boxForm > div.double .selectFormsGeral2 {
	display: inline-block;
	border: 1px solid #c8c8c8;
	width: calc(100% - 20px);
	padding: 10px 10px;
	background: #ffffff;
	border-radius: 5px;
	color: #a4a3a3;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}
.boxForm > div.double > input:first-child {
	display: inline-block;
	float: right;
	border: 1px solid #c8c8c8;
	width: calc(100% - 20px);
	padding: 10px 10px;
	background: #ffffff;
	border-radius: 5px;
	color: #a4a3a3;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}
.boxForm > div.single > input {
	display: inline-block;
	border: 1px solid #c8c8c8;
	width: calc(100% - 20px);
	padding: 10px 10px;
	background: #ffffff;
	border-radius: 5px;
	color: #a4a3a3;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}

.boxForm > div.double > a {
	display: block;
	float: left;
	margin: 0 0 20px 0;
	color: #f16248;
	font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	text-decoration: underline;
}
.boxForm > div.double > span {
	display: inline-block;
	float: none;
}
.boxForm > div.double > span > input[type="submit"],
.boxForm > div.double > span > a {
   border: medium none;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 3px;
	margin: 0;
	padding: 14px 20px 12px;
	text-transform: uppercase;
}
.boxForm > div.double > span.btnContainer{
	float:right;
}
.boxForm > div.double > span > a.cancelar {
	background: #c8c8c8;
}
.boxForm > div.double > span > input[type="submit"],
.boxForm > div.double > span > a.enviar {
	background: #0acb84;
}

.boxForm > div span.label{
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #c8c8c8;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 6px 20px;
}

.wrapperResultadosPesquisa {
	display: block;
	max-width: 700px;
	width: 100%;
	padding:80px 0 0 0;
}
.tituloResultadosPesquisa {
	display: block;
	color: #252525;
	font: 400 27px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	text-align: left;
	margin: 0 0 0px 0;
}
.listagemResultadosPesquisa {
	display: block;
}
.listagemResultadosPesquisa > ul {
	margin: 0;
	padding: 0;
}
.listagemResultadosPesquisa > ul > li {
	margin: 0px 0 0 0;
	padding: 30px 0 0 0;
	list-style: none;
	display: block;
}
.listagemResultadosPesquisa > ul > li > span.titulo {
	display: block;
	margin: 0 0 20px 0;
	color: #252525;
	font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.listagemResultadosPesquisa > ul > li > span.resumo a {
	display: block;
	margin: 0 0 10px 0;
	color: #707070;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.listagemResultadosPesquisa > ul > li > a {
	display: block;
	color: #469BD0;
	font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.listagemResultadosPesquisa > ul > li > span.titulo a:hover,
.listagemResultadosPesquisa > ul > li > span.resumo a:hover,
.listagemResultadosPesquisa > ul > li > a:hover{
	text-decoration: underline;
}

/**FORMBUILDER PEDIDO CONTACTO*/
.fbPedidoContacto {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	text-align: center;
	box-sizing: border-box;
	width: auto;
}
.fbPedidoContacto > div.titulo{
    color: #f5f5f5;
    display: block;
    font: 300 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    margin: 0 0 20px;
    text-align: center;
}

.fbPedidoContacto > div.descricao{
    color: #f5f5f5;
    display: block;
    font: 300 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    margin: 0 0 40px;
    text-align: center;
}

.fbPedidoContacto .fb3label{
	color: #f5f5f5;
	display: block;
	text-align: left;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 10px 20px;
	width: calc(100% - 50px);
}

.fbPedidoContacto label{
   color: #f5f5f5;
	display: inline-block;
	float:none;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.formContacto > ul > li > input[type="radio"] {
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 10px;
	margin: 3px 10px 0 25px;
	position: relative;
	width: 10px;
}
.main.mapaSiteContainer > div{
	padding: 60px 0 60px;
}

.main.mapaSiteContainer  ul{
	margin:0px;
	line-height: 2;
}
.main.mapaSiteContainer ul li{
	color: #a4a3a3;
	font: 400 16px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	list-style: inherit;
	padding: 5px 0;
}
.main.mapaSiteContainer ul li a{
   color: #a4a3a3;
	line-height: 25px;
	text-decoration: underline;
}
.main.mapaSiteContainer ul li a:hover{
	color:#0075be;
}

.destaqueImprensaContainer{
   border-top: 2px solid #e8e8e8;
	display: block;
	margin: 0 auto;
	max-width: 1184px;
	overflow: hidden;
	padding: 50px 0 80px;
}
.destaqueImprensaContainer .pure-g{
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 20000em;
	overflow:hidden;
}
.destaqueImprensaBtn{
	display: block;
	height: 22px;
	position: absolute;
	top: 25%;
	width: 10px;
	z-index:20;
}
#destaqueImprensaAnt{
	background: url("/temas/primavera/img/seta-esq-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
}
#destaqueImprensaSeg{
	background: url("/temas/primavera/img/seta-dir-destaques-pequenos-home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 0;
}
#destaqueImprensaAnt.inactive,
#destaqueImprensaSeg.inactive{
	display:none;
}

.bloco3ColunasImprensa {
	text-align: center;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.bloco3ColunasImprensa > div {
	margin: 25px 50px;
	text-align: center;
}

.bloco3ColunasImprensa > div > span.titulo,
.bloco3ColunasImprensa > div > span.titulo a{
	color: #000000;
	display: block;
	font: 700 18px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1.2px;
	padding: 0;
	text-align: left;
}
.bloco3ColunasImprensa > div > span.resumo,
.bloco3ColunasImprensa > div > span.resumo2{
	font: 300 14px/20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #555555;
	padding: 20px 0 0px 0px;
	display: block;
	text-align: left;
}
.bloco3ColunasImprensa > div > span.resumo a{
	color: #555555;
}
.bloco3ColunasImprensa > div > span.resumo2,
.bloco3ColunasImprensa > div > span.resumo2 a{
	color: #000000;
}

.bloco3ColunasImprensa > div > span.titulo a:hover,
.bloco3ColunasImprensa > div > span.resumo a:hover,
.bloco3ColunasImprensa > div > span.resumo2 a:hover{
	color: #0075be;
}

.bloco3ColunasImprensa > div > span.resumo a.lerMais,
.bloco3ColunasImprensa > div > span.resumo2 a.lerMais{
	color: #0075be;
	display: inline-block;
	text-decoration:underline;
}
.bloco3ColunasImprensa > div > span.resumo a.lerMais:hover,
.bloco3ColunasImprensa > div > span.resumo2 a.lerMais:hover{
	color:#555555;
}

.maisNoticiasImprensa {
   border-top: 2px solid #dedede;
	display: block;
	padding: 15px 0 120px;
}
.maisNoticiasImprensa > ul {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.maisNoticiasImprensa > ul > li {
	display: block;
	list-style: none;
	padding: 0px 0px 20px 0;
}
.maisNoticiasImprensa > ul > li > a {
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f16248;
	text-transform: uppercase;
}
.maisNoticiasImprensa > ul > li > a:hover {
	color: #2e9cd3;
}
.divPositionDestaque2 .resumoContainer{
	background: url("/temas/primavera/img/info-container-noticias.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 150px;
	position: absolute;
	width: 100%;
	bottom:-125px;
}
.resumoContainer .dadosNoticia {
	display: block;
	height: auto;
	margin: 0 auto;
	width:100%;
	max-width: 650px;
	padding: 15px 0 5px;
	margin: 0 auto;
	text-align: center;
}
.resumoContainer .dadosNoticia .data{
   color: #7d7d7d;
	display: block;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform: uppercase;
	width: 100%;
}
.resumoContainer .dadosNoticia .resumo{
	display: block;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 58px;
	color:#FFFFFF;
	padding: 15px 0 25px;
	width: 100%;
}
.resumoContainer .dadosNoticia .resumo a{
	color: #0075be;
	display: inline-block;
	text-decoration: underline;
}

.resumoContainer .dadosNoticia a.maisNoticias{
   border-top: 2px solid #555555;
	color: #f16248;
	font: 500 8px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 8px 10px;
	text-transform: uppercase;
}

.imagemAmbiente .containerUltNot{
	padding: 20px 0 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.containerUltNot .ultNoticias{
	color: #FFFFFF;
	font: 500 18px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform: uppercase;
}

/*MEDIA EVENTOS*/
.eventosContainer{
	display:block;
	position:relative;
	padding-bottom: 85px;
}
.mediaEventoContainer{
	display: block;
	margin: 0 auto;
	max-width: 865px;
	overflow: hidden;
	padding: 0 40px;
}

.eventosContainer #imagensEventosContainer{
	border-top: 2px solid #ccc;
	display: block;
	margin: 0 auto;
	padding: 50px 0 80px;
	position: relative;
}

.eventosContainer .eventoBtn {
	display: block;
	height: 44px;
	position: absolute;
	top: 90px;
	width: 24px;
	z-index: 20;
}

.eventosContainer #eventoAnt {
	background: url("/temas/primavera/img/arrow17-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0px;;
}
.eventosContainer #eventoSeg {
	background: url("/temas/primavera/img/arrow17-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 0px;
}

.divMediaEvento {
	display:none;
	text-align:center;
}
.divMediaEvento .imgMediaEvento {
	display: block;
	margin: 0 auto 30px;
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.imgMediaEvento > a{
	display:block;
	float:left;
	position:relative;
}
.imgMediaEvento > a > img {
	display: block;
	max-width: 1180px;
	width: 100%;
}
.imgMediaEvento > a > span {
	display: none;
	height: 101px;
	position: absolute;
	right: 10px;
	text-indent: -5000px;
	top: 10px;
	width: 101px;
	z-index: 10;
}
.imgMediaEvento > a > span.webinar{
	background:rgba(0, 0, 0, 0) url("/temas/primavera/img/label-detalhe-webinar.png") no-repeat scroll 0 0;
}
.blocoMediaDetalhe {
	display: table;
	margin: 0 auto;
	table-layout: auto;
}
.blocoMediaDetalhe > div.labelRed {
	background: url("/temas/primavera/img/canto-left-labelsListagemEventos.png") no-repeat scroll left top #d83120;
	color: #ffffff;
	display: inline-block;
	font: 700 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 16px;
	letter-spacing: 3px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
.blocoMediaDetalhe > div.labelBlue {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	height: 16px;
	display: inline-block;
	background: #0bd3d5 url(/temas/primavera/img/canto-left-labelsListagemEventos.png) no-repeat left top;
	text-transform: uppercase;
	color: #FFFFFF;
	font: 700 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	letter-spacing: 3px;
}

.blocoMediaDetalhe > div.labelRed > span, 
.blocoMediaDetalhe > div.labelBlue > span {
	background: url("/temas/primavera/img/canto-right-labelsListagemEventos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 16px;
	margin: 0 0 0 15px;
	text-align: right;
	vertical-align: middle;
	width: 5px;
}
.blocoMediaDetalhe > div.left {
	display: block;
	padding: 0 0 20px;
}
.blocoMediaDetalhe > div.left > div.titulo a {
	color: #252525;
	display: block;
	font: 700 21px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 30px;
}
.blocoMediaDetalhe > div.left > div.subtitulo a {
	color: #252525;
	display: block;
	font: 400 17px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 30px;
}
.blocoMediaDetalhe > div.left > div.descricao a {
	color: #252525;
	display: block;
	font: 400 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 30px;
}
.blocoMediaDetalhe > div.right {
	border-top: 1px solid #c8c8c8;
	display: block;
	padding: 20px 0 0;
}
.blocoMediaDetalhe > div.right > div.data {
	color: #252525;
	display: block;
	font: 700 21px "Gotham Narrow SSm B","Gotham Narrow SSm A";
	margin: 0 0 20px;
	text-transform: uppercase;
}
.blocoMediaDetalhe > div.right > div.local {
	color: #252525;
	display: block;
	font: 300 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 20px;
}
.blocoMediaDetalhe > div.right > div.orador {
	color: #707070;
	display: block;
	font: 300 12px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin: 0 0 20px;
}
.blocoMediaDetalhe > div.right > div.orador > span {
	display: block;
	font: 400 10px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform: uppercase;
}

.divMediaEvento a.saberMaisEvento {
	background: url("/temas/primavera/img/bg-btn-laranja02.png") no-repeat scroll right center #f16248;
	border: medium none;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 19px;
	letter-spacing: 1px;
	padding: 7px 35px 4px 25px;
	text-transform: uppercase;
}
.maisEventos {
	border-top: 2px solid #ccc;
	display: block;
	margin: 0 auto;
	padding: 15px 0 0px;
	width: 200px;
}
.maisEventos > ul {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.maisEventos > ul > li {
	display: block;
	list-style: none;
	padding: 0px 0px 20px 0;
}
.maisEventos > ul > li > a {
	font: 500 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #f16248;
	text-transform: uppercase;
}
.maisEventos > ul > li > a:hover {
	color: #2e9cd3;
}

.revistasInstContainer {
	display: block;
	padding: 50px 0 80px;
	margin: 0 auto;
	max-width: 1184px;
	position: relative;
	width: 100%;
	border-top: 2px solid #e8e8e8;
}
.revistasInstContainer .revistaBtn{
   display: block;
	height: 44px;
	position: absolute;
	top: 133px;
	width: 24px;
	z-index: 20;
}
.revistasInstContainer #revistaAnt{
	background: url("/temas/primavera/img/arrow17-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
}
.revistasInstContainer #revistaSeg{
	background: url("/temas/primavera/img/arrow17-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	right: 0;
}

.revistasInstContainer .jcarouselRevistas{
	display: block;
	margin: 0 auto;
	max-width: 1184px;
	overflow: hidden;
	margin:0 70px;
}
.revistasInstContainer .revistasContainer{
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
	width:20000em;
}

.revistasInstContainer .revistasContainer a{
   display: table-cell;
	max-height: 262px;
	overflow: hidden;
	margin: 0 20px;
	vertical-align: middle;
}
.revistasInstContainer .revistasContainer a img{
	border: 0 none;
	display: block;
	margin: 0 auto;
	max-height: 224px;
	max-width: 224px;
}

.revistasContainer .tituloRev{
	font:300 16px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #7d7d7d;
	display: block;
	margin: 18px auto 0;
	text-transform: uppercase;
}
.revistasInstContainer .revistasContainer a:hover .tituloRev{
	color:#0075be;
}

/* INICIO COMPARADOR */

.boxComparador {
	display: block;
	position: relative;
	max-width: 1060px;
	padding: 20px 0;
}
.boxComparador > div.titulo {
    display: block;
    margin: 0 0px 20px 0;
    text-align: center;
    font: 700 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    color: #252525;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.boxComparador > div.label {
    display: block;
    text-align: center;
    margin: 0px 0px 20px 0;
    font: 300 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    color: #707070;
}
.boxComparador .jcarouselProdutosComparador {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	overflow: hidden;
}
.boxComparador .produtosContainer {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 20000em;
}

.divCenterCaixasComparador > div.anterior {
    display: block;
    position: absolute;
    top: 35%;
    left: 5px;
}
.divCenterCaixasComparador > div.anterior > a {
    display: block;
    background: url(/temas/primavera/img/anterior-fancy.png) no-repeat 0 0;
    width: 16px;
    height: 42px;
    text-indent: -5000px;
	 overflow:hidden;
    opacity: 0.5;
}
.divCenterCaixasComparador > div.anterior > a:hover {
    opacity: 1;
}

.divCenterCaixasComparador > div.seguinte {
    display: block;
    position: absolute;
    top: 35%;
    right: 5px;
}
.divCenterCaixasComparador > div.seguinte > a {
    display: block;
    background: url(/temas/primavera/img/seguinte-fancy.png) no-repeat 0 0;
    width: 16px;
    height: 42px;
    text-indent: -5000px;
	 overflow:hidden;
    opacity: 0.5;
}
.divCenterCaixasComparador > div.seguinte > a:hover {
    opacity: 1;
}

.divCenterCaixasComparador {
    display: block;
    width: auto;
    margin: 0 auto 40px auto;
    position: relative;
}
.divCenterCaixasComparador .produtosContainer > div {
	 display: block;
    float: left;
    padding: 0 0 15px;
    width: auto!important;
}
.caixaSoftwareComparador {
	display: block;
	float: none;
	width: 280px;
	height: 170px;
	position: relative;
	margin: 0 15px 15px 15px;
	background-position: -10px 0;
	background-repeat: repeat-y;
}
.caixaSoftwareComparador > div.icon {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 0;
    left: 0;
}
.caixaSoftwareComparador > div.icon > span {
    display: table-cell;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}
.caixaSoftwareComparador > div.icon > span > img {
    width: 60px;
    height: 60px;
}
.caixaSoftwareComparador > div.blocotexto, 
.caixaSoftwareComparador > div.blocotextoBlack {
    display: block;
    width: 220px;
    height: 170px;
    position: absolute;
    z-index: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
}
.caixaSoftwareComparador > div.blocotexto > span.titulo > span a {
    display: table-cell;
    width:220px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font: 500 16px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.caixaSoftwareComparador > div.blocotexto > span.resumo > span a {
    display: table-cell;
    width:200px;
    padding: 0 10px;
    height: 110px;
    text-align: center;
    vertical-align: top;
    color: #ffffff;
    font: 300 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    line-height: 17px;
}

.caixaSoftwareComparador > div.blocotextoBlack > span.titulo > span {
    display: table-cell;
    width:220px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    font: 500 16px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.caixaSoftwareComparador > div.blocotextoBlack > span.resumo > span {
    display: table-cell;
    width:200px;
    padding: 0 10px;
    height: 110px;
    text-align: center;
    vertical-align: top;
    color: #707070;
    font: 300 12px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    line-height: 17px;
}

.caixaSoftwareComparador > div.icontipo {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.caixaSoftwareComparador > div.icontipo > span {
    display: table-cell;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}
.caixaSoftwareComparador > div.icontipo > span > img {
    width: 27px;
    height: 27px;
}
.caixaSoftwareComparador > div.lermais {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    text-indent: -5000px;
}
.lermaiscaixablue > a {
    display: block;
    background: url(/temas/primavera/img/lermais-caixa-blue.png);
    width: 50px;
    height: 50px;
}
.lermaiscaixablue > a:hover, .lermaiscaixablue > a:active {
    opacity: 0.5;
    alpha: filter(opacity=50);
}
.lermaiscaixabluegestao > a {
    display: block;
    background: url(/temas/primavera/img/lermais-caixa-blue-gestao.png);
    width: 50px;
    height: 50px;
}
.lermaiscaixabluegestao > a:hover, .lermaiscaixabluegestao > a:active {
    opacity: 0.5;
    alpha: filter(opacity=50);
}
.lermaiscaixalaranja > a {
    display: block;
    background: url(/temas/primavera/img/lermais-caixa-laranja.png);
    width: 50px;
    height: 50px;
}
.lermaiscaixalaranja > a:hover, .lermaiscaixalaranja > a:active {
    opacity: 0.5;
    alpha: filter(opacity=50);
}
.lermaiscaixacinza > a {
    display: block;
    background: url(/temas/primavera/img/lermais-caixa-cinza.png);
    width: 50px;
    height: 50px;
}
.lermaiscaixacinza > a:hover, .lermaiscaixacinza > a:active {
    opacity: 0.5;
    alpha: filter(opacity=50);
}

.checkComparar {
	display: block;
	margin: 0 15px;
	text-align: center;
	width: 280px;
}
input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
    padding-left:21px;
    height:14px; 
    display:inline-block;
    line-height:50px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    padding-top: 2px;
    cursor:pointer;
    font: 300 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    color: #707070;
}
input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
    background-position: 0 -16px;
}
label.css-label {
    background-image:url(/temas/primavera/img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnComparar {
    display: block;
    text-align: center;
    padding: 0 0 50px 0;
}

.btnComparar > input[type='submit'] {
	background: url("/temas/primavera/img/bg-btn-comparar.png") no-repeat scroll right center #f16248;
	border: medium none;
	border-radius: 20px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 30px;
	letter-spacing: 1px;
	padding: 7px 35px 4px 25px;
	text-transform: uppercase;
}
.btnComparar > input[type='submit']:hover {
    background: url("/temas/primavera/img/bg-btn-comparar-hover.png") no-repeat scroll right center #f16248;
    color: #000000;
}

.tabelaResultadoComparador {
    display: table;
    table-layout: auto;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 30px 30px;
    background: #FFFFFF;
}
.tabelaResultadoComparador > ul.head {
    display: table-row-group;
    margin: 0;
    padding: 0;
}
.tabelaResultadoComparador > ul.body {
    display: table-row-group;
    margin: 0;
    padding: 0;
}
.tabelaResultadoComparador > ul.head > li {
    display: table-cell;
    border-right: 1px solid #d7d7d7;
    padding: 10px 20px 0px 20px;
    height: 140px;
    background: #FFFFFF;
    font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
}
.tabelaResultadoComparador > ul.head > li > span {
   display: block;
	height: 70px;
	margin: 0 auto 20px;
	width: 70px;
}

.tabelaResultadoComparador > ul.head > li > span img {
	height: 70px;
	width: 70px;
}

.tabelaResultadoComparador > ul.head > li:first-child {
    padding: 20px 20px 0px 20px;
    border-left: 0px solid #a4a3a3;
}
.tabelaResultadoComparador > ul.body:nth-child(even) > li {
    display: table-cell;
    border-right: 1px solid #d7d7d7;
    border-top: 0px solid #a4a3a3;
    background: #ebebeb;
    padding: 20px 15px 20px 15px;
    font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    color: #707070;
    vertical-align: top;
}
.tabelaResultadoComparador > ul.body:nth-child(odd) > li {
    display: table-cell;
    border-right: 1px solid #d7d7d7;
    border-top: 0px solid #a4a3a3;
    background: #FFFFFF;
    padding: 20px 15px 20px 15px;
    font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    color: #707070;
    vertical-align: top;
}
.tabelaResultadoComparador > ul.body:nth-child(even) > li:first-child, 
.tabelaResultadoComparador > ul.body:nth-child(odd) > li:first-child {
    padding: 20px 15px 20px 15px;
    border-left: 1px solid #d7d7d7;
    font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    color: #252525;
}

.tabelaResultadoComparador > ul.body:nth-child(even) > li.active {
    display: table-cell;
    border-right: 1px solid #d7d7d7;
    border-top: 0px solid #a4a3a3;
    background: #e0eef7;
    padding: 20px 15px 20px 15px;
    font: 300 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    vertical-align: top;
}

.tabelaResultadoComparador > ul.body:nth-child(even) > li > ul, 
.tabelaResultadoComparador > ul.body:nth-child(odd) > li > ul{
    display: block;
    margin: 0;
    padding: 0;
}
.tabelaResultadoComparador > ul.body:nth-child(even) > li > ul > li, 
.tabelaResultadoComparador > ul.body:nth-child(odd) > li > ul > li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 0 8px;
    background: url(/temas/primavera/img/bullet01.png) no-repeat left 3px;
    color: #707070;
}
.tabelaResultadoComparador > ul.body:nth-child(even) > li > ul > li.visto, 
.tabelaResultadoComparador > ul.body:nth-child(odd) > li > ul > li.visto {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    background: url(/temas/primavera/img/bullet02.png) no-repeat left 3px;
    color: #707070;
}

.tabelaResultadoComparador > ul.body:nth-child(even) > li.active,
.tabelaResultadoComparador > ul.body:nth-child(odd) > li.active,
.tabelaResultadoComparador > ul.body:nth-child(even) > li.active > ul > li, 
.tabelaResultadoComparador > ul.body:nth-child(odd) > li.active > ul > li {
    color: #252525!important;
}

.divFuncionalidadesComparador {
    display: block;
    float: right;
    padding: 0 30px;
}

.divFuncionalidadesComparador > a {
    display: inline-block;
    float: left;
    width: 21px;
    height: 21px;
    margin: 0 0 0 10px;
}
.divFuncionalidadesComparador > a.share {
    width: 21px;
    height: 21px;
    background: url(/temas/primavera/img/icon-share-hidden.png);
    text-indent: -5000px;
}
.divFuncionalidadesComparador > a.print {
    width: 21px;
    height: 21px;
    background: url(/temas/primavera/img/icon-print.png);
    text-indent: -5000px;
}
.boxComparador .btIdiomasTopo{
	display:none!important;
}
#bodyComparador{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
	width:100%;
}

/* FIM COMPARADOR */
.backToTopScrollDownContainer{
	display: block;
	height: 44px;
	left: 48.57%;
	left: calc(50% - 22px);
	position: fixed;
	top: 85%;
	width: 44px;
	z-index: 200;
}
.backToTopScrollDownContainer .backToTop{
	background: url("/temas/primavera/img/btn-backtotop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 44px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -5000px;
	width: 44px;
}
.backToTopScrollDownContainer .scrollDown{
	background: url("/temas/primavera/img/btn-scrolldown.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 44px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -5000px;
	width: 44px;
}
.backToTopScrollDownContainer .backToTop.active,
.backToTopScrollDownContainer .scrollDown.active{
	display:block;
}

/* INICIO SIMULADOR */
.submenuPrincipal > ul.last > li.simulador_id {
	display: none;
}
.submenuPrincipal > ul.last > li > a.simulador {
   background: #f16248 url("/temas/primavera/img/bg-btn-laranja02.png") no-repeat scroll right center;
	border: medium none;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font: 400 12.5px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	height: 19px;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 7px 35px 4px 25px;
	text-transform: uppercase;
}
.submenuPrincipal > ul.last > li > a.simulador:hover{
	background: url("/temas/primavera/img/bg-btn-laranja02-hover.png") no-repeat scroll right center #c8c8c8;
	color:#000000;
}

.divGeralSubmenuPrincipal > div.bottom {
    display: block;
    background: #565656;
    padding: 20px 0;
    text-align: center;
}
.divGeralSubmenuPrincipal > div.bottom > div{
    display: table;
    table-layout: auto;
    width: auto;
}
.divGeralSubmenuPrincipal > div.bottom > div > div {
    display: table-cell;
    padding: 0 20px;
    color: #f5f6f6;
    font: 400 21px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    text-align: left;
    vertical-align: middle;
}
.divGeralSubmenuPrincipal > div.bottom > div > div > a {
    display: inline-block;
    font: 500 13px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    color: #252525;
    background: #c8c8c8 url(/temas/primavera/img/arrow02.png) no-repeat 92% 13px;
    padding: 10px 25px 7px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 40px;
}
.boxFormSolucoes { 
	display: block; 
	background: #e0eef7; 
	padding: 10px 0 0 0; 
	border-radius: 10px; 

}
.boxFormSolucoes > div.fechar { display: block; height: 17px; margin: 20px 20px 0px 0px; }
.boxFormSolucoes > div.fechar > a { 
	display: block; 
	background: url(/temas/primavera/img/btn-close-fancy.png); 
	width: 16px; 
	height: 17px; 
	text-indent: -5000px; 
	float: right;
	overflow:hidden;
}
.boxFormSolucoes > div.titulo { display: block; margin: 20px 20px 30px 20px; text-align: center; font: 500 17px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; color: #707070; }

.boxFormSolucoes > #formSimulador > div.identidade { display: block; padding: 20px 20px 20px 20px; color: #FFFFFF; background: #707070; }
.boxFormSolucoes > #formSimulador > div.identidade > div.label { display: block; margin: 0px 0px 20px 0; font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; color: #fff; }
.boxFormSolucoes > #formSimulador > div.identidade > div.double > input { display: inline-block; border: 1px solid #c8c8c8; width: calc(100% - 20px); padding: 10px 10px; background: #ffffff; border-radius: 5px; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 20px 0; }
.boxFormSolucoes > #formSimulador > div.identidade > div.double > input:first-child { display: inline-block; float: right; border: 1px solid #c8c8c8; width: calc(100% - 20px); padding: 10px 10px; background: #ffffff; border-radius: 5px; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 20px 0; }


.boxFormSolucoes > #formSimulador > div.form { 
	background: #f5f5f5 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	float: left;
	padding: 20px;
	width: calc(100% - 40px);
}
.boxFormSolucoes > #formSimulador > div.form > div.label { display: block; margin: 20px 0px 10px 0; font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; color: #252525; }

.boxFormSolucoes > #formSimulador > div.form > div.double > label { display: block; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 5px 0; }
.boxFormSolucoes > #formSimulador > div.form > div.double > input { display: inline-block; border: 1px solid #c8c8c8; width: calc(100% - 20px); padding: 10px 10px; background: #ffffff; border-radius: 5px; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 20px 0; }
.boxFormSolucoes > #formSimulador > div.form > div.double > input:first-child { display: inline-block; float: right; border: 1px solid #c8c8c8; width: calc(100% - 20px); padding: 10px 10px; background: #ffffff; border-radius: 5px; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 20px 0; }

.boxFormSolucoes > #formSimulador > div.form > div.triple { width: 100%; }
.boxFormSolucoes > #formSimulador > div.form > div.triple > label { display: block; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 5px 0; }
.boxFormSolucoes > #formSimulador > div.form > div.triple > input { display: inline-block; border: 1px solid #c8c8c8; width: calc(100% - 20px); padding: 10px 10px; background: #ffffff; border-radius: 5px; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 20px 0; }

.boxFormSolucoes > #formSimulador > div.form > div.single > input { display: inline-block; border: 1px solid #c8c8c8; width: calc(100% - 20px); padding: 10px 10px; background: #ffffff; border-radius: 5px; color: #a4a3a3; font: 400 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 1px; margin: 0 0 20px 0; }
.boxFormSolucoes > #formSimulador > div.form > div.double > a { display: block; float: none; margin: 0 0 20px 0; color: #f16248; font: 500 11px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; letter-spacing: 0.3px; text-transform: uppercase; text-decoration: underline; }
.boxFormSolucoes > #formSimulador > div.form > div.double > span { display: inline-block; float: none; }
.boxFormSolucoes > #formSimulador > div.form > div.double > span > a { display: inline-block; margin: 0 0 0 0px; font: 700 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; color: #ffffff; text-transform: uppercase; padding: 14px 20px 12px 20px; border-radius: 4px; letter-spacing: 3px; }

.boxFormSolucoes > #formSimulador > div.form > div.double > span > a.cancelar { background: #c8c8c8; }
.boxFormSolucoes > #formSimulador > div.form > div.double > span > a.enviar { background: #0acb84; }

.boxFormSolucoes > #formSimulador > div.form > div.triple > div.radioSolucoes { margin: 15px 0 0 0; }

input[type=radio].css-radiobutton { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }

input[type=radio].css-radiobutton + label.css-label { padding-left:26px; height:16px; display:inline-block; line-height:22px; background-repeat:no-repeat; background-position: 0 0; vertical-align:middle; cursor:pointer; color: #4d4d4d; font: 500 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; }

input[type=radio].css-radiobutton:checked + label.css-label { background-position: 0 -16px; }
label.css-label { background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_6e1f81d1521bea3f84cd5117385ec1c4.png); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.boxFormSolucoes > #formSimulador > div.form > div.checksSolucoes { width: 100%;}

.divChecksSolucoes { display: block; margin: 0 0 10px 0; }
input[type=checkbox].css-checkboxsolucoes { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
input[type=checkbox].css-checkboxsolucoes + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
	padding-left:21px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	padding-top: 1px;
	cursor:pointer;
	font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	color: #707070;
}
input[type=checkbox].css-checkboxsolucoes:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
	background-position: 0 -16px;
}
label.css-label {
	background-image:url(/temas/primavera/img/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.geralResultadosSimulador { background: #e0eef7; padding: 20px 20px; }
.label01ResultadosSimulador { color: #0075be; font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; margin: 0 0 20px 0; width:100%; }
.labelEmpresaResultadosSimulador { color: #252525; font: 300 28px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; margin: 0 0 40px 0; }
.labelEmpresaResultadosSimulador > span { display: block; color: #707070; font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; }

.tabResultadoSimulador { background: #707070; padding: 20px 20px; color: #fff; font: 300 15px 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; }


.boxFormSolucoes > #formSimulador .selectFormsGeral2{
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: #a4a3a3;
	display: inline-block;
	font: 400 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 10px;
	width: calc(100% - 20px);
}
.boxFormSolucoes > #formSimulador .selectFormsGeral2.jquery-selectbox.js-real.jquery-selectbox-container > ul{
	width: calc(100% - 7px);
}

.boxFormSolucoes > #formSimulador input[type="submit"]{
	background: #0acb84 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	font: 700 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 3px;
	margin: 30px 0 0;
	padding: 14px 20px 12px;
	text-transform: uppercase;
	float:right;
}
.geralResultadosSimulador .dadosPesquisaColEsq{
	background: transparent url("/temas/primavera/img/separador-vertical-simulador.png") repeat-y scroll right top;
	display: block;
	float: left;
	margin-right: 40px;
	padding-right: 40px;
	width: 30%;
}
.geralResultadosSimulador .dadosPesquisaColEsq > .infoPesquisa{
	color: #252525;
	font: 300 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-bottom: 20px;
}
.geralResultadosSimulador .dadosPesquisaColEsq > .infoPesquisa span{
	color:#00b7ff;
}

.geralResultadosSimulador .dadosPesquisaColDir{
	display: block;
}
.geralResultadosSimulador .dadosPesquisaColDir  .funcionalidades{
	display: block;
	float: left;
	margin-right: 40px;
	width: 20%;
}
.geralResultadosSimulador .dadosPesquisaColDir .funcionalidades span{
	background: transparent url("/temas/primavera/img/visto2.png") no-repeat scroll left center;
	color: #252525;
	display: block;
	float: left;
	font: 300 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-bottom: 10px;
	padding-left: 30px;
	width: 100%;
}

.geralResultadosSimulador .novaPesquisa{
	color: #f16248;
	display: block;
	float: right;
	font: 700 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform: uppercase;
}

/* FIM SIMULADOR */


#sombra {
   background: transparent url("/temas/primavera/img/sombra.png") repeat scroll center top;
	display: none;
	height: 100%;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 13;
}

/* tablet (iPad portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* tablet (iPad landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	/* Estilos para ecrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢s de alta resoluÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow:none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
body .ip{
	display: none;
}
.cookie {
    background-color: #FFFFFF;
    display: block;
    padding: 15px 0;
	height:110px;
    width: 100%;
    z-index: 9999;
}
.cookie_domain{
	background-color: #DEDEDE;
    display: block;
    padding: 20px 0;
	height:190px;
    width: 100%;
    z-index: 9999;
}
.cookie_domain .wrapper_cookie_domain,
.cookie .wrapper_cookie{
	margin: 0 auto;
	max-width: 1130px;
    position: relative;
	width:98%;
    width: calc(100% - 20px);
	padding:0 10px;
}

.cookie .title{
	display:inline-block;
	float:left;
	margin: 7px 0;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	width:96%;
}
.cookie_domain .title{
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.cookie .subtitle{
	display:inline-block;  float:left;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color:#F26248;
	text-decoration:underline;
	margin-left:15px;
}
.cookie_domain .subtitle{
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color:#F26248;
	text-decoration:underline;
	margin-left:15px;
}
.cookie_domain .subtitle{ text-decoration: none;}
.cookie_domain .left, .cookie_domain .right{ display:inline-block;  float:left; width:100%;}
.cookie_domain .right { margin-top:10px;}
.cookie .close{
	display:block;
	float:right;
	background: url("/temas/primavera/img/btn-close-privacidade.png") no-repeat 0 0;
	width:11px;
	height:12px;
	margin-top: 5px;
}
.cookie_domain .redirect_domain{
	background: #FFFFFF;
    border-radius: 20px;
    color: #b5b5b5;
    display: inline-block;
    font: 500 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    height: 22px;
	float:left;
    letter-spacing: 1px;
	padding: 8px 14px 0 14px;
    text-transform: uppercase;
	color:#B5B5B5;
	border:1px solid #B5B5B5;
}
.cookie_domain .redirect_domain img{ margin-top:-4px; margin-left:15px;}
/*f16248*/
.cookie .saiba_mais{
	display:block;
	float:left;
	margin-right:15px;
	background: #f16248 url("/temas/primavera/img/bg-btn-arrowRight.png") no-repeat scroll right center;
    border-radius: 20px;
    display: inline-block;
    font: 500 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    height: 22px;
    letter-spacing: 1px;
    padding: 8px 35px 0 25px;
    text-transform: uppercase;
	color: #f5f5f5;
}
.cookie_domain .btDominiosTopo.top{ margin: 10px 0 0;}

.cookie_domain .btDominiosTopo.top div > a{
	background:#FFFFFF url("/temas/primavera/img/seta05white.png") no-repeat scroll 272px center;
	border-radius: 20px;
    color: #f5f5f5;
    display: inline-block;
    float: left;
    font: 500 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    height: 22px;
    letter-spacing: 1px;
    padding: 8px 25px 0;
    text-transform: uppercase;
	width:240px;
	text-align:left;
}
.cookie_domain .divCaixaDominio.top{
	left: 0;
    top: 35px;
	background: #444444;
	border-radius: 20px;
	width:290px;
}

/*** Market Place ***/
.market-white-back {
	background:#FFFFFF;
}
.market-white-back .wrapper {
	padding:0 15px;
	box-sizing:border-box;
}
.market-gray-back {
	background:#f5f5f5;
	padding: 30px 0 100px;
}
.market-place-search {
	width:100%;
	display:flex;
	justify-content: space-between;
	padding:40px 0px;
	box-sizing:border-box;
	flex-wrap: wrap;
}
.market-place-search form {
	width:100%;
}
.market-place-search .block {
	width:100%;
	margin-top:10px;
}
.market-place-search .block .label {
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #707070;
	line-height: 1.6;
}
.market-place-search .block > div {
	display:block;
}
.market-place-search .block select {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px #c8c8c8;
}
.market-place-search .block input[type=submit] {
	width: 100%;
	height: 40px;
	box-sizing:border-box;
	padding:0 15px;
	border-radius: 5px;
	background-color: #f16248;
	font: 400 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	line-height: 2.08;
	color: #ffffff;
	border:0;
	text-transform:uppercase;
}
.market-place-list {
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
    justify-content:center;
	margin-top:60px;
}
.market-place-list .block {
	width:100%;
	margin-bottom:30px;
	text-align:center;
}
.market-place-list .block:nth-child(3n),
.market-place-list .block:last-child {
	margin-right:0;
}
.market-place-list .block .title {
	font: bold 18px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	line-height: 1.22;
	height: 44px;
	text-align: center;
	color: #2d2d7d;
	text-transform:uppercase;
}
.market-place-list .block .image {
	height:180px;
	margin-top:13px;
	background-color:#FFFFFF;
	white-space: nowrap;
}
.market-place-list .block .image:hover {
	background-color: #444444;
}
.market-place-list .block .image .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.market-place-list .block .image img {
	vertical-align: middle;
}
.market-place-list .block .text {
	background-color: rgba(255, 255, 255, 0.7);
	padding:18px 20px 30px;
	color: #555555;
}
.market-place-list .block .text .categorias {
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding-top:18px;
	height:32px;
}
.market-place-list .block .text .resumo {
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-top:20px;
	line-height: 22.4px;
	height:112px;
	overflow:hidden;
}
.market-place-list .block .text .link {
	margin-top:36px;
}
.market-place-list .block .text .link a,
.market-place-details .right-side .link a,
.market-place-details.destaques .destaques-container .destaques-block .button a  {
	margin-right:15px;
	background: #f16248 url("/temas/primavera/img/bg-btn-arrowRight.png") no-repeat scroll right center;
    border-radius: 20px;
    display: inline-block;
    font: 500 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
    height: 22px;
    letter-spacing: 1px;
    padding: 8px 45px 0 25px;
    text-transform: uppercase;
	color: #f5f5f5;
}
.market-place-list .block .text .link a:hover,
.market-place-details .right-side .link a:hover,
.market-place-details.destaques .destaques-container .destaques-block .button a:hover{
	background: #c8c8c8 url("/temas/primavera/img/bg-btn-arrowRight-hover.png") no-repeat scroll right center;
	color:#000000;
}
.market-place-details {
	width:100%;
}
.market-place-details .wrapper {
	padding:0 15px;
	box-sizing:border-box;
}
.market-place-details.blue {
	background: #e0eef7;
	padding:35px 0;
}
.market-place-details.blue.question {
	background: rgba(224,238,247,0.5);
}
.market-place-details.blue.first {
	margin-top:60px;
}
.market-place-details.gray {
	background: #f5f5f5;
	padding:36px 0 88px;
}
.market-place-details.white {
	background: #ffffff;
	padding: 50px 0 38px;
}
.market-place-details .breadcrums {
	float:left;
	display:none;
}
.market-place-details .breadcrums ul {
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	list-style:none;
}
.market-place-details .breadcrums li {
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color:#0075be;
	list-style:none;
}
.market-place-details .breadcrums li.sep {
	padding:0 5px;
	font: 400 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color:#b0b0b0;
}
.market-place-details .breadcrums li a {
	font: bold 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.market-place-details .market-back {
	float:left;
}
.market-place-details .market-back a {
	font: bold 11px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform:uppercase;
	padding-left:13px;
	background: transparent url("/temas/primavera/img/seta04_left.png") no-repeat scroll left center;
}
.market-place-details h1 {
	font: bold 22px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform:uppercase;
	line-height: 1.23;
	letter-spacing: 1px;
	color: #2d2d7d;
	margin:0;
}
.market-place-details h2 {
	font: bold 20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-transform:uppercase;
	line-height: 1.12;
	letter-spacing: 1px;
	color: #2ba0da;
	margin:0 0 18px;
}
.market-place-details .categorias {
	margin-top:5px;
}
.market-place-details .categorias ul {
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	list-style:none;
}
.market-place-details .categorias li {
	font: normal 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #555555;
	list-style:none;
	line-height: 1.6;
}
.market-place-details .categorias li::after {
	content:"/";
	padding:0 5px;
}
.market-place-details .categorias li:last-child::after {
	content:"";
}
.market-place-details .sides {
	display:inline-block;
}
.market-place-details .left-side {
	width:100%;
}
.market-place-details .left-side .image {
	height:240px;
	width:100%;
	margin-top:13px;
	background-color:#FFFFFF;
	white-space: nowrap;
	text-align:center;
}
.market-place-details .left-side .image .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.market-place-details .left-side .image img {
	vertical-align: middle;
}
.market-place-details .left-side .descricao {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:33px;
	font: 300 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #2ba0da;
	line-height: 1.6;
}
.market-place-details .left-side .descricao a {
	color: #f16248;
}
.market-place-details .left-side .descricao > div {
	font: 300 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	line-height: 1.6;
	width:100%;
}
.market-place-details .left-side .descricao > div .label {
	font: 300 13px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	line-height: 1.6;
}
.market-place-details .left-side .descricao > div .text {
	font-weight: bold;
	line-height: 1.6;
}
.market-place-details .left-side .descricao > div:last-child {
	margin-top:20px;
}
.market-place-details .right-side {
	max-width:559px;
	width:100%;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	line-height: 1.6;
	color: #555555;
	margin-top:20px;
}
.market-place-details .right-side .youtubei {
	width:100%;
	height:315px;
}
.market-place-details .right-side .cycle-slide {
	width:100%;
}
.market-place-details .right-side .link {
	margin-top:28px;
}
.market-place-details .right-side a {
	color: #f16248;
}
.market-place-details.white .left-side {
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #555555;
	line-height: 1.6;
}
.market-place-details.white .left-side ul,
.market-place-details .right-side ul {
	padding:0 0 0 10px;
}
.market-place-details.white .left-side ul li,
.market-place-details .right-side ul li {
	list-style:none;
}
.market-place-details.white .left-side ul li::before {
	content:"•";
	padding-right:20px;
}
.market-place-details.white .right-side .gallery .image-big img {
	width:100%;
	max-width:559px;
}
.market-place-details.white .right-side .gallery .image-thumbs {
	text-align:center;
	margin-top:35px;
}
.market-place-details.white .right-side .gallery .image-thumbs ul {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	margin:0;
	padding:0;
}
.market-place-details.white .right-side .gallery .image-thumbs ul li {
	margin-right:16px;
	width:14px;
	height:14px;
	border-radius:100%;
	border: solid 1px #979797;
	cursor: pointer;
}
.market-place-details.white .right-side .gallery .image-thumbs ul li.cycle-pager-active {
	background-color: #d8d8d8;
}
.market-place-details.white .right-side .gallery .image-thumbs ul li:last-child {
	margin:0;
}
.market-place-details.question {
	padding:50px 0;
}
.market-place-details.question .wrapper > div {
	display:block;
	vertical-align:middle;
}
.market-place-details.question .wrapper > div:nth-child(2) {
	margin-top:15px;
}
.market-place-details.question .wrapper > div:nth-child(3) {
	margin-top:40px;
}
.market-place-details.question .question-icon {
	width:40px;
	height:40px;
	background:transparent url("../img/group.svg") no-repeat scroll center center / 40px auto;
	margin-right:28px;
}
.market-place-details.question .question-title {
	font: bold 20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #555555;
	line-height: 1.12;
	text-transform:uppercase;
	margin-right:69px;
}
.market-place-details.question .question-text {
	max-width:756px;
	width:100%;
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #000000;
	line-height: 1.6;
	vertical-align:text-top!important;
}
.market-place-details.destaques {
	padding:37px 0 40px;
}
.market-place-details.destaques .destaques-container {
	display:flex;
	flex-wrap:wrap;
	background:#FFFFFF;
}
.market-place-details.destaques .destaques-container .destaques-block {
	width:100%;
	box-sizing:border-box;
	padding:38px 20px;
	text-align:center;
}
.market-place-details.destaques .destaques-container .destaques-block:only-child {
	width:100%;
	border:0;
}
.market-place-details.destaques .destaques-container .destaques-block:first-child {
	border: solid 1px #f5f5f5;
}
.market-place-details.destaques .destaques-container .destaques-block .title {
	font: bold 20px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #2d2d7d;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.market-place-details.destaques .destaques-container .destaques-block .text {
	font: 300 14px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	color: #555555;
	line-height: 1.6;
	margin-top:23px;
	height:62px;
	overflow:hidden;
}
.market-place-details.destaques .destaques-container .destaques-block .button {
	margin-top:16px;
}
/** marketplace projects **/
.market-place-details.projects{
	padding: 40px 0 0;
}
.projects .projects-container{
	display: inline-block;
	width: 100%;
}
.projects-container .project{
	display: inline-flex;
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	justify-content: center;
}
.projects-container .project:nth-child(2n+1){
	background-color:#ebf4fa;
}
.projects-container .project .project-container{
	display: inline-block;
}
.projects-container .project .project-title-logo{
	width: 50%;
}
.projects-container .project .project-title-logo.sem-link{
	text-align: center;
}
.project .project-title-logo .title-container{
	margin-bottom: 11px;
	width: 100%;
}
.project .project-title-logo .project-title{
	display: inline-block;
	text-decoration: none;
	color:#0075be;
	font: bold 15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.project .project-title-logo .project-title:hover{
	color:#555555;
}
.project .project-title-logo.sem-link .project-title:hover{
	color:#0075be;
}
.projects-container .project .description-container{
	display: none;
}
.projects-container .project .image-container{
	max-width: 120px;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}
.projects-container .project .image-container:hover{
	opacity: 0.7;
}
.projects-container .project .sem-link .image-container:hover{
	opacity: 1;
}
.projects-container .project .image-container .project-image{
	display: inline-block;
	max-width: 100%;
	max-height: 60px;
}
.projects-container .project .link-container{
	margin-left:26px;
}
.projects-container .project .link-container .project-link{
	height: 16px;
	background-color: #f16248;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	padding: 3px 10px 1px 12px;
	font: 400 10.5px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	border-radius: 10px;
	letter-spacing: 1px;
	width: auto;
}
/** INICIO BLOG **/
.pag-blog .divTextoImagemInterior > div span.logo_titulo span{
	font-size: 14px;
}
.pag-blog .divTextoImagemInterior > div .textContainer{
	top:130px;
}
.blog-categorias-container{
	display: inline-block;
	width: 100%;
	position: relative;
	background-color:#FFFFFF;
}
.blog-categorias-container .jcarousel-blog{
	display:block;
	width: 100%;
	margin: 0 auto;
	max-width: 840px;
	overflow: hidden;
}
.blog-categorias-container .blog-categorias{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	width: 20000em;
	overflow: hidden;
}
.blog-categorias .categoria-link-container{
	display: inline-block;
	text-align: center;
}
.categoria-link-container > .categoria-link{
	display: inline-block;
	vertical-align: middle;
	padding: 23px;
	color: #1475bb;
	font: 700 14px/15px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.categoria-link-container > .categoria-link:hover{
	color:#c8c8c8;
}

.blog-categorias-container #blog-categoria-ant {
	background: url(/temas/primavera/img/seta-esq-destaques-pequenos-home.png) no-repeat 10px 10px;
	left: 0;
	padding: 10px;
}
.blog-categorias-container #blog-categoria-seg {
	background: url(/temas/primavera/img/seta-dir-destaques-pequenos-home.png) no-repeat 10px 10px;
	right: 0;
	padding: 10px;
}
.blog-categorias-container #blog-categoria-ant.inactive, 
.blog-categorias-container #blog-categoria-seg.inactive {
	display: none;
}
.blog-categorias-container .jcarouselBtn{
	top:9px;
}
/** BLOG INFO **/
.blog-container{
	display: block;
	width: 100%;
	padding: 57px 0px;
	box-sizing: border-box;
}
.blog-container .post-img {
	margin-top: -57px;
	margin-bottom: 50px;
}
.blog-container .post-img img {
	max-width: 100%;
	display: block;
}

.blog-destaques-container {
	padding-left: 20px;
	padding-right: 20px;
}
.blog-container .blog-destaque{
	display: block;
	width: 100%;
	max-width: 270px;
	margin: 0 auto 55px;
}
.blog-container h1{
	color: #252525;
	text-transform: uppercase;
	font-size: 29px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 1.43px;
	text-align: center;
	margin: 0px auto 29px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}
.blog-container .author-info {
	margin: 0px auto 29px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
}
.blog-container .avatar {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.blog-container .avatar img {
	max-width: 80px;
}
.blog-container .author-info {
	font-size: 15px;
	color: #717070;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	font-weight: 400;
	line-height: 20px;
}
.blog-container .blog-post .author-info {
	border-bottom: none;
	padding-bottom: 0;
}
.blog-container h1.author {
	text-transform: none;
	color: #afafaf;
	line-height: 25px;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.21px;
	color: #1475bb;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.blog-container h2 {
	color: #afafaf;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	text-transform: uppercase;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.14px;
	text-align: center;
	margin: 0 auto;
}

.blog-container .blog-post .author-text .post-author {
	margin-bottom: 28px;
}

.blog-container .blog-post .author-text .post-date-cat .date,
.blog-container .blog-post .author-text .post-author span {
	color: #afafaf;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	text-transform: uppercase;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 0.14px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.blog-container .blog-post .author-text .post-author a {
	text-transform: none;
	color: #afafaf;
	line-height: 25px;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.21px;
	color: #1475bb;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 0;
	margin: 0;
	border-bottom: none;
	display: block;
}
.blog-container .blog-post .author-text .post-date-cat {
	line-height: 20px;
}
.blog-container .blog-post .author-text .post-date-cat .date {
	font-size: 14px;
	line-height: 20px;
}
.blog-container .blog-post .author-text .post-date-cat .cat {
	text-transform: uppercase;
	color: #afafaf;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.14px;
	color: #1475bb;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.blog-container .blog-post .blog-post-content {
	margin-top: 30px;
}
.blog-container .blog-post .blog-post-content h1 {
	font-size: 21px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.21px;
	text-align: left;
	border-bottom: none;
	padding-bottom: 0;
	text-transform: none;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	float: none;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
}
.blog-container .blog-post .blog-post-content h2 {
	text-align: left;
	color: #717070;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.21px;
	line-height: 25px;
	text-transform: none; 
	margin-top: 25px;
}
.blog-container .blog-post .blog-post-content .content {
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-align: left;
	color: #717070;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}
.blog-container .blog-post .blog-post-content .content .resumo {
	font-weight: 700;
	margin: 20px 0;
}

.blog-container .blog-post .blog-end {
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	text-align: center;
	border-top: 1px solid #d6d6d6;
	padding-top: 59px;
	margin-top: 59px;
	margin-bottom: 50px;
}
.blog-container .blog-post .blog-end .blog-tags {
	margin-bottom: 38px;
}
.blog-container .blog-post .blog-end .blog-share .titulo,
.blog-container .blog-post .blog-end .blog-tags .titulo {
	color: #1475bb;
	font-size: 21px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.21px;
	margin-bottom: 24px;
	display: block;
}
.blog-container .blog-post .blog-end .blog-tags .tag-container {
	width: auto;
	margin: 5px;
}
.blog-container .blog-post .blog-end .blog-tags .tag-container .blog-tag {
	padding: 7px 13px;
	margin-bottom: 6px;
}
.blog-container .blog-post .blog-end .blog-share ul {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.blog-container .blog-post .blog-end .blog-share ul li {
	margin: 0 4px;
	list-style: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.blog-container .blog-post .blog-end .blog-share ul li.st_facebook,
.blog-container .blog-post .blog-end .blog-share ul li.st_linkedin {
	width: 32px;
	height: 32px;
	border: 1px solid #eb6248;
	border-radius: 50%;
}
.blog-container .blog-post .blog-end .blog-share ul li.st_facebook:hover,
.blog-container .blog-post .blog-end .blog-share ul li.st_linkedin:hover {
	background-color: #eb6248; 
}

.blog-container .blog-post .blog-end .blog-share ul li.st_facebook .stButton .facebook,
.blog-container .blog-post .blog-end .blog-share ul li.st_linkedin .stButton .linkedin {
	display: block;
	width: 100%;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

.blog-container .blog-post .blog-end .blog-share ul li.st_facebook .stButton .facebook {
	background: url('/temas/primavera/img/blog-social-facebook.png') no-repeat center center;
}
.blog-container .blog-post .blog-end .blog-share ul li.st_facebook:hover .stButton .facebook {
	background: url('/temas/primavera/img/blog-social-facebook-hover.png') no-repeat center center;
}

.blog-container .blog-post .blog-end .blog-share ul li.st_linkedin .stButton .linkedin {
	background: url('/temas/primavera/img/blog-social-linkedin.png') no-repeat center center;	
}
.blog-container .blog-post .blog-end .blog-share ul li.st_linkedin:hover .stButton .linkedin {
	background: url('/temas/primavera/img/blog-social-linkedin-hover.png') no-repeat center center;	
}
.stButton .chicklets:hover {
	opacity: 1 !important;
	-ms-filter: "alpha(opacity=100)" !important;
    filter: alpha(opacity=100) !important;
}

.blog-container .blog-post .blog-end .blog-share ul li a {
	display: block;
	border: 1px solid #eb6248;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}
.blog-container .blog-post .blog-end .blog-share ul li a img {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 8px;
}

.blog-container .blog-post .blog-end .blog-share .facebook-like-container {
	margin-top: 30px;
	display: inline-block;
}

.blog-container .blog-post .blog-post-content .content iframe {
	max-width: 100%;
}

.blog-container .change-order {
	margin: 29px auto 26px;
	width: 200px;
}
.blog-container .change-order .selectResponsive.jquery-selectbox {
	border-radius: 5px;
	background-color: transparent;
}
.blog-container .change-order .js-real.jquery-selectbox .jquery-selectbox-text {
	margin-top: 5px;
}
.blog-container .change-order .js-real.jquery-selectbox ul li {
	font-size: 15px;
	color: #afafaf;
}
.blog-container .change-order .js-real.jquery-selectbox ul li:hover, 
.blog-container .change-order .js-real.jquery-selectbox ul li.jquery-selectbox-selected, 
.blog-container .change-order .js-real.jquery-selectbox ul li.jquery-selectbox-selected.jquery-selectbox-disabled {
	background-color: #e4e4e4;
}
.show-comments-container {
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	margin-bottom: 50px;
}
.show-comments-container .show-comments {
	color: #1475bb;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	position: relative;
}
.show-comments-container .show-comments a {
	text-transform: uppercase;
	letter-spacing: 0.14px;
	line-height: 25px;
	position: relative;
	display: block;
	text-align: center;
	margin-left: -5px;
}
.show-comments-container .show-comments a span {
	display: inline-block;
	background-color: #f5f5f5;
	text-align: center;
	z-index: 5;
	position: relative;
	padding: 0 8px;
}
.show-comments-container .show-comments::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 3;
}

.show-comments-container .comments-container {
	display: none;
	padding: 20px 0;
}
.show-comments .total-comments {
	color: #717070;
	text-transform: uppercase;
	margin-bottom: 2px;
	background-color: #f5f5f5;
	display: inline-block;
	z-index: 5;
	padding: 0 28px;
	position: relative;
}
.show-comments .total-comments .fb-comments-count {
	display: inline;
}


.blog-relacionados {
	background: #fff;
	padding: 20px;
}
.blog-relacionados h2 {
	color: #252525;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	font-size: 29px;
	font-weight: 700;
	line-height: 32.5px;
	text-transform: uppercase;
	letter-spacing: 1.43px;
	padding-bottom: 29px;
	margin-bottom: 27px;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
}
.blog-relacionados .divPaginacaoTabelaParceiros {
	background-color: transparent;
}
.blog-relacionados .divPaginacaoTabelaParceiros::after {
	content: '';
	display: block;
	clear: both;
}

.blog-destaque .img-container{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.blog-destaque .img-container.tem-video a {
	position: relative;
	display: block;
}
.blog-destaque .img-container.tem-video a::before {
	content: '';
	display: block;
	width: 66px;
	height: 40px;
	background: url(/temas/primavera/img/play-video.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}
.blog-destaque .img-container.tem-video a:hover,
.blog-destaque .img-container.tem-video a:hover::before {
	opacity: 0.8;
}
.blog-destaque .img-container .img-blog{
	display: block;
	width: 100%;
	height: auto;
}
.blog-destaque .img-container .img-blog:hover{
	opacity: 0.8;
}
.blog-destaque .texto-container{
	display: block;
	padding-right: 10px;
	text-align: left;
}
.blog-destaque .categoria-container{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.blog-destaque .categoria-container .categoria-link{
	color: #1475bb;
	font: 700 14px/15px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.blog-destaque .categoria-container .categoria-link:hover{
	color:#c8c8c8;
}
.blog-destaque .titulo-container{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.blog-destaque .titulo-container .titulo-link{
	display: inline-block;
	color: #252525;
	font: 500 21px/25px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	letter-spacing: 0.21px;
}
.blog-destaque .titulo-container .titulo-link:hover{
	color: #1475bb;
}
.blog-destaque .autor-data-container{
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #afafaf;
	font: 400 14px/20px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	margin-bottom: 10px;
}
.autor-data-container .autor{
	display: inline-block;
	width: 100%;
}
.autor-data-container .autor span:last-of-type{
	color: #1475bb;
	margin-left:5px;
}
.descricao-container .descricao{
	display: inline-block;
	color: #717070;
	font: 400 15px/20px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	margin:0;
}
.descricao-container .btn-ver-mais{
	display: inline-block;
	font: 400 15px/20px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	text-transform: lowercase;
	text-decoration: underline;
	color: #1475bb;
}
.descricao-container .btn-ver-mais:hover{
	text-decoration: none;
	color:#c8c8c8;
}

.blog-post-content {

}
.blog-post-content .content {

}
.blog-post-content .content img {
	max-width: 100%;
}

/** FORM / TAGS **/
.blog-form-tags{
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 270px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.blog-form-tags .titulo{
	display: inline-block;
	font: 500 21px/25px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	color: #1475bb;
	letter-spacing: 0.21px;
	margin-bottom: 23px;
}
.blog-form-container{
	display: inline-block;
	width: 100%;
	margin-bottom: 39px;
}
.blog-form-container .btn-subscrever-container {
	height: 2px;
	margin-bottom: 14px;
}
.blog-form-container .btn-subcrever{
	display: inline-block;
	height: auto;
	color: #1475bb;
	font: 700 14px/15px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	border: 1px solid #1475bb;
	border-radius: 17px;
	padding: 8px 37px 8px 26px;
	background: transparent url(../img/btn-seta.png) no-repeat 90% center;
}
.blog-form-container .btn-subcrever:hover{
	border-color: #1475bb;
	color: #fff;
	background: #1475bb url(../img/btn-seta-white.png) no-repeat 90% center;
}
.blog-form-tags .form-container{
	display: none;
	width: 100%;
	margin-top: -20px;
}
.form-container .input-container{
	display: inline-block;
	width: 100%;
	margin-bottom: 19px;
}
.form-container .input-container.ultimo{
	margin-bottom: 0;
}
.form-container .input-container .blog-input{
	display: inline-block;
	width: 100%;
	color: #000;
	font: 400 15px/20px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
	padding: 10px 19px;
	box-sizing: border-box;
}

.blog-form-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #afafaf;
    opacity: 1; /* Firefox */
}

.blog-form-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf;
}

.blog-form-container ::-ms-input-placeholder { /* Microsoft Edge */
    color: #afafaf;
}

.form-container .input-container.select-active .selectResponsive.jquery-selectbox {
	color: #000;
}

.form-container .input-container.error input {
	border: 1px solid red;
}

.form-container .input-container.error .selectResponsive.jquery-selectbox {
	border: 1px solid red;
}

.form-container .input-container.error .termos-label a,
.form-container .input-container.error .termos-label {
	color: red;
}

.form-container {
	font: 400 15px/20px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
}

.form-container .success {
	color: green;
}
.form-container .error {
	color: red;
}

.form-container .label-blog{
	display: inline-block;
	color: #717070;
	font: 400 15px/20px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
}
.form-container .btn-container{
	display: inline-block;
	width: 100%;
	margin-top: 39px;
}
.form-container .btn-container .btn-submit{
	background: url(/temas/primavera/img/arrow01.png) no-repeat scroll 87% center #0e75bc;
	border-radius: 18px;
	color: #fff;
	display: inline-block;
	font: 700 14px/15px "Gotham Narrow SSm A","Gotham Narrow SSm B", sans-serif;
	letter-spacing: 1px;
	padding: 7px 36px 7px 25px;
	text-transform: uppercase;
	border: 0;
}

.blog-form-tags .blog-tags{
	display: block;
	padding-top: 39px;
	border-top: 1px solid #D6D6D6;
}
.blog-tags .titulo{
	margin-bottom: 29px;
}
.blog-tags .tag-container{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.tag-container .blog-tag{
	display: inline-block;
	color: #eb6248;
	font: 700 14px/15px 'Gotham Narrow SSm A','Gotham Narrow SSm B', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	border: 1px solid #eb6248;
	padding: 7px 25px;
	border-radius: 18px;
	margin-bottom: 19px;
}
.tag-container .blog-tag:hover,
.tag-container .blog-tag.active{
	color:#FFFFFF;
	background-color: #eb6248;
}
.tag-container:last-of-type .blog-tag{
	margin-bottom: 0;
}
/** FIM BLOG **/