﻿

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0 !important;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

mark {
	color: #000;
	background: #ff0;
}

code, kbd, pre, samp {
    font-family: 'FuturaWeb';
    font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
===================================================================
---- Fonts
===================================================================
*/

@font-face {
	font-family: 'FuturaWeb';
	src: url('../fonts/FTN45__W.eot');
	src: /*local('../fonts/Futura PT Web Book'), local('../fonts/FuturaPTWebBook'),*/
	url('../fonts/FTN45__W.eot?#iefix') format('embedded-opentype'), url('../fonts/FTN45__W.woff') format('woff'), url('../fonts/FTN45__W.ttf') format('truetype'), url('../fonts/FTN45__W.svg#FuturaWeb') format('svg');
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'FuturaWeb';
	src: url('../fonts/FTN85__W.eot');
	src: /*local('../fonts/Futura PT Web Bold'), local('../fonts/FuturaPTWebBold'),*/
	url('../fonts/FTN85__W.eot?#iefix') format('embedded-opentype'), url('../fonts/FTN85__W.woff') format('woff'), url('../fonts/FTN85__W.ttf') format('truetype'), url('../fonts/FTN85__W.svg#FuturaWeb') format('svg');
	font-weight: bold;
	font-style: normal;
}



/*
===================================================================
---- ImpressÃƒÂ£o
===================================================================
*/

@media print {

	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (' attr(href) ')";
	}

	abbr[title]:after {
		content: " (' attr(title) ')";
	}

	.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;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm .5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}



/*
===================================================================
---- Globais
===================================================================
*/


.wrapper *,
.wrapper *:before,
.wrapper *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	background: #fff;
	color: #1f2a47;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	-webkit-font-variant-ligatures: common-ligatures;
	-moz-font-variant-ligatures: common-ligatures;
	-ms-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
}

body, html {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased !important
}

::-moz-selection {
	background: #058ce1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #058ce1;
	color: #fff;
	text-shadow: none;
}

.body-margin {
	width: 90%;
	margin: 0 auto;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


a {
	border-bottom: 1px solid transparent;
	color: #006bae;
	text-decoration: none;
	-webkit-transition: color .2s, border-bottom-color .2s;
	-moz-transition: color .2s, border-bottom-color .2s;
	transition: color .2s, border-bottom-color .2s;
}

a:hover {
	border-bottom-color: #e8e9ec;
	color: #006bae;	
}


.see-more a,
a.see-more {
	display: inline-block;
	width: auto;
	color: #d17d00;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "FuturaWeb", sans-serif;
}

p .see-more,
p.see-more a {
	font-size: inherit;
	font-weight: normal;
	display: inline;
}

a.see-more:hover {
	color: #ff7200;
}

.white-header a:hover {
	border-bottom-color: #006bae;
}

.white-header a.soft:hover {
	border-bottom-color: #f8931b;
}

.image-link {
	border-bottom: 0;
}

a i.fa, button i.fa {
	margin-left: 3px;
	margin-right: 3px;
}

a.care {
	white-space: pre-wrap;
}

a.caret:after {
	content: '›';
	margin-left: 3px;
	display: inline;
}

.indice-top-link:before,
.top-link:before {
	content: "â–²";
	display: inline-block;
	font-size: 0.6rem;
	margin: 0 2px;
}


/*---------------------------------
      Tipografia
      -----------------------------------*/


      html,
      body,
      button,
      input,
      select,
      textarea {
      	color: #1f2a47;
      }


      /* Headings: base 20px @ scale 1:1.2 */

      .giga,
      .giga p,
      .mega,
      .mega p,
      .kilo,
      .kilo p,
      .alpha,
      .alpha p,
      .beta,
      .beta p,
      .gamma,
      .gamma p,
      .delta,
      .delta p,
      .epsilon,
      .epsilon p,
      .zeta,
      .zeta p,
      h1, h1 p,
      h2, h2 p,
      h3, h3 p,
      h4, h4 p,
      h5, h5 p,
      h6, h6 p {
      	margin-top: 0;
      	font-family: "FuturaWeb", sans-serif;
      	line-height: 1.2 !important;
      	font-weight: bold;
      	letter-spacing: -.035em;
      	clear: both;
      	color: #1f2a47;
      }

      a.giga, a.mega, a.kilo,
      a.alpha, a.beta, a.gamma, a.delta, a.epsilon, a.zeta,
      h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      	color: #006bae;
      }


      .zeta, h6 {
      	letter-spacing: 0;
      	font-weight: 500;
      }

      .giga, .mega, .kilo {
      	letter-spacing: -.05em;
      	line-height: 1.1;
      }

      .giga,
      .giga p {
      	font-size: 4.5rem;
      }

      .mega,
      .mega p {
      	font-size: 3.783rem;
      }

      .kilo,
      .kilo p {
      	font-size: 3.186rem;
      }

      h1,
      h1 p,
      .alpha,
      .alpha p {
      	font-size: 2.688rem;
      }

      h2,
      h2 p,
      .beta,
      .beta p {
      	font-size: 2.274rem;
      }

      h3,
      h3 p,
      .gamma,
      .gamma p {
      	font-size: 1.928rem;
      }

      h4,
      h4 p,
      .delta,
      .delta p,
      p.delta {
      	font-size: 1.64rem;
      }

      h5,
      h5 p,
      .epsilon,
      .epsilon p,
      p.epsilon,
      .wp-box .epsilon {
      	font-size: 1.4rem;
      }

      h6,
      h6 p,
      .zeta,
      .zeta p {
      	font-size: 1.6rem;
      }

      small,
      .milli {
      	font-size: .875rem !important;
      }

      .caption {
      	padding: .833em;
      	background: #fff;
      	font-style: italic;
      }

      h3.delta {
      	font-family: "FuturaWeb", sans-serif;
      	font-weight: normal;
      }

      a.zeta {
      	font-family: "FuturaWeb", sans-serif;
      }

      .bold {
      	font-weight: bold !important;
      }

      .boldw {
      	font-weight: bold;
      	font-family: "FuturaWeb", sans-serif;
      }

      /* Paragraphs, lists ----------------------------------------------*/

      p {
      	color: #4c556c;
      	font-size: 1rem;
      	line-height: 1.35;
      }

      p.duplo {
      	margin: 20px 0 !important;
      }

      p.m-bottom {
      	margin-bottom: 50px !important;
      }

      p:first-child {
      	margin-top: 0;
      }

      p:last-child {
      	margin-bottom: 0;
      }

      .lighter {
      	color: #4c556c !important;
      }

      h1.super-lighter,
      h2.super-lighter,
      h3.super-lighter,
      h4.super-lighter,
      h5.super-lighter,
      h6.super-lighter {
      	color: #a5aab5 !important;
      }

      ol, ul {
      	list-style: none outside none;
      	padding-left: 0;
      }

      li {
      	margin-bottom: .5em;
      }

      .link-list li {
      	margin-bottom: 1.2em;
      }

      .link-desc-list li {
      	margin-bottom: 3em;
      }

      ol {
      	padding-left: 0;
      	list-style: none;
      	counter-reset: decimal;
      }

      ol li:before {
      	margin-right: .5em;
      	content: counters(decimal, ".");
      	counter-increment: decimal;
      	color: #b3b3af;
      }

      dt {
      	margin-bottom: .5em;
      }

      dd {
      	margin-left: 0;
      }

      .no-bullets,
      .scroll-nav ol,
      .scroll-nav ul {
      	list-style: none;
      	padding: 0;
      	margin: 0;
      }

      .no-bullets li:before {
      	display: none;
      	content: " ";
      }

      .no-bullets.small-margin li {
      	margin: 10px 0;
      }

      .hyphenated {
      	-webkit-hyphens: auto;
      	-moz-hyphens: auto;
      	-ms-hyphens: auto;
      	hyphens: auto;
      }



/* 
==========================================================================
---- Grid
========================================================================== 
*/


/* Column grid */

.column-span-single {
	margin-bottom: 2em;
}

.container {
	padding: 40px 16px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}


.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.colxs-1,
.colxs-2,
.colxs-3,
.colxs-4,
.colxs-5,
.colxs-6,
.colxs-7,
.colxs-8,
.colxs-9,
.colxs-10,
.colxs-11,
.colxs-12,
.colsm-1,
.colsm-2,
.colsm-3,
.colsm-4,
.colsm-5,
.colsm-6,
.colsm-7,
.colsm-8,
.colsm-9,
.colsm-10,
.colsm-11,
.colsm-12 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.colxs-1,
.colxs-2,
.colxs-3,
.colxs-4,
.colxs-5,
.colxs-6,
.colxs-7,
.colxs-8,
.colxs-9,
.colxs-10,
.colxs-11 {
	float: left;
}

.colxs-1 {
	width: 8.333333333333332%;
}

.colxs-2 {
	width: 16.666666666666664%;
}

.colxs-3 {
	width: 25%;
}

.colxs-4 {
	width: 33.33333333333333%;
}

.colxs-5 {
	width: 41.66666666666667%;
}

.colxs-6 {
	width: 50%;
}

.colxs-7 {
	width: 58.333333333333336%;
}

.colxs-8 {
	width: 66.66666666666666%;
}

.colxs-9 {
	width: 75%;
}

.colxs-10 {
	width: 83.33333333333334%;
}

.colxs-11 {
	width: 91.66666666666666%;
}

.colxs-12 {
	width: 100%;
}

@media screen and (min-width: 62.5em) {

	.colxs-1,
	.colxs-2,
	.colxs-3,
	.colxs-4,
	.colxs-5,
	.colxs-6,
	.colxs-7,
	.colxs-8,
	.colxs-9,
	.colxs-10,
	.colxs-11,
	.colxs-12,
	.colsm-1,
	.colsm-2,
	.colsm-3,
	.colsm-4,
	.colsm-5,
	.colsm-6,
	.colsm-7,
	.colsm-8,
	.colsm-9,
	.colsm-10,
	.colsm-11,
	.colsm-12 {
		padding-right: 0;
		padding-left: 0;
	}


	.colsm-1,
	.colsm-2,
	.colsm-3,
	.colsm-4,
	.colsm-5,
	.colsm-6,
	.colsm-7,
	.colsm-8,
	.colsm-9,
	.colsm-10,
	.colsm-11 {
		float: left;
	}

	.colsm-1 {
		width: 8.333333333333332%;
	}

	.colsm-2 {
		width: 16.666666666666664%;
	}

	.colsm-3 {
		width: 25%;
	}

	.colsm-4 {
		width: 33.33333333333333%;
	}

	.colsm-5 {
		width: 41.66666666666667%;
	}

	.colsm-6 {
		width: 50%;
	}

	.colsm-7 {
		width: 58.333333333333336%;
	}

	.colsm-8 {
		width: 66.66666666666666%;
	}

	.colsm-9 {
		width: 75%;
	}

	.colsm-10 {
		width: 83.33333333333334%;
	}

	.colsm-11 {
		width: 91.66666666666666%;
	}

	.colsm-12 {
		width: 100%;
	}

	.colsm-push-1 {
		left: 8.333333333333332%;
	}

	.colsm-push-2 {
		left: 16.666666666666664%;
	}

	.colsm-push-3 {
		left: 25%;
	}

	.colsm-push-4 {
		left: 33.33333333333333%;
	}

	.colsm-push-5 {
		left: 41.66666666666667%;
	}

	.colsm-push-6 {
		left: 50%;
	}

	.colsm-push-7 {
		left: 58.333333333333336%;
	}

	.colsm-push-8 {
		left: 66.66666666666666%;
	}

	.colsm-push-9 {
		left: 75%;
	}

	.colsm-push-10 {
		left: 83.33333333333334%;
	}

	.colsm-push-11 {
		left: 91.66666666666666%;
	}

	.colsm-pull-1 {
		right: 8.333333333333332%;
	}

	.colsm-pull-2 {
		right: 16.666666666666664%;
	}

	.colsm-pull-3 {
		right: 25%;
	}

	.colsm-pull-4 {
		right: 33.33333333333333%;
	}

	.colsm-pull-5 {
		right: 41.66666666666667%;
	}

	.colsm-pull-6 {
		right: 50%;
	}

	.colsm-pull-7 {
		right: 58.333333333333336%;
	}

	.colsm-pull-8 {
		right: 66.66666666666666%;
	}

	.colsm-pull-9 {
		right: 75%;
	}

	.colsm-pull-10 {
		right: 83.33333333333334%;
	}

	.colsm-pull-11 {
		right: 91.66666666666666%;
	}

	.colsm-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.colsm-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.colsm-offset-3 {
		margin-left: 25%;
	}

	.colsm-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.colsm-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.colsm-offset-6 {
		margin-left: 50%;
	}

	.colsm-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.colsm-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.colsm-offset-9 {
		margin-left: 75%;
	}

	.colsm-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.colsm-offset-11 {
		margin-left: 91.66666666666666%;
	}
}
/*/mediaquery*/


@media (min-width: 768px) {
}
/*/mediaquery*/


[class*="col-"] {
	float: left;
	margin-left: 5%;
	height: 100%;
}

.col-1 {
	width: 12.5%;
}

.col-2 {
	width: 30%;
}

.col-3 {
	width: 47.5%;
}

.col-7 {
	width: 100%;
	margin-left: 0;
}

.col-10 {
	width: 100%;
	margin-left: 0;
}


.grid-overlay,
.grid-overlay__wrapper {
	height: 100%;
}

.grid-overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

:first-child[class*="col-"] {
	margin-left: 0;
}

.styleguide-wrapper {
	margin-top: 4em;
	margin-bottom: 6em;
}

.visible-mobile {
	display: block;
}

.hidden-mobile {
	display: none;
}

.visible-desktop {
	display: none;
}


@media screen and (min-width: 37.5em) {

	.visible-mobile {
		display: none !important;
	}

	.hidden-mobile {
		display: block;
	}
}
/*/mediaquery*/

@media screen and (min-width: 62.49em) {

	.hidden-desktop {
		display: none;
	}

	.visible-mobile {
		display: none !important;
	}

	.visible-desktop {
		display: block;
	}
}
/*/mediaquery*/


/* > 1200px */
@media screen and (min-width: 75em) {

	.container, .wp-topo, .wp-box, #footer, #footer > .hotlinks {
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
}
/*/mediaquery*/

/* > 1300px */
@media screen and (min-width: 81.25em) {

	.container, .wp-topo, .wp-box, #footer, #footer > .hotlinks {
		padding-left: 6%;
		padding-right: 6%;
	}
}
/*/mediaquery*/



/* 
==========================================================================
----- Tables
========================================================================== 
*/


.box-table {
	overflow-x: auto;
}

.table {
	width: 99.9%;
	max-width: 99.9%;
	margin: 3em 0;
	background-color: transparent;
}

.simple-table {
	width: 99.9%;
}

.simple-table tr {
	border-bottom: 1px solid #eee;
}

.simple-table td {
	padding: 1em .25em;
}

.responsive-table {
	min-width: 850px;
}

caption {
	margin-bottom: 5px;
	padding: 5px;
	color: #555;
	text-align: left;
	font-size: .8rem;
}

th {
	text-align: left;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	padding: 1em;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #D2D4DA;
}

.bg-header thead > tr > th,
.bg-header tbody > tr > th {
	background-color: #F3F5F9;
}

.table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #D2D4DA;
}


.table-2-col tr th,
.table-2-col tr td {
	width: 50%;
}

.table-3-col tr th,
.table-3-col tr td {
	width: 33.3%;
}

.table-4-col tr th,
.table-4-col tr td {
	width: 25%;
}


.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 1px solid #D2D4DA;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #D2D4DA;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #D2D4DA;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #E2F6FC;
}

table col[class*="col-"] {
	display: table-column;
	float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
	display: table-cell;
	float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td {
	background-color: #ededed;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
	background-color: #d0e9c6;
	border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
	border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
	background-color: #ebcccc;
	border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
	background-color: #faf2cc;
	border-color: #f8e5be;
}


@media (max-width: 768px) {

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		border: 1px solid #dddddd;
	}

	.table-responsive > .table {
		margin-bottom: 0;
		background-color: #fff;
	}

	.table-responsive .table > thead > tr > th,
	.table-responsive .table > tbody > tr > th,
	.table-responsive .table > tfoot > tr > th,
	.table-responsive .table > thead > tr > td,
	.table-responsive .table > tbody > tr > td,
	.table-responsive .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > thead > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > thead > tr:last-child > td,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
/*/mediaquery*/



/* 
==========================================================================
---- Forms
==========================================================================
*/

.form-d {
	margin-top: 1em;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.form-row {
	margin-bottom: 0;
}

.control-item {
	margin-bottom: 2em;
}

.label-d {
	display: block;
	margin-bottom: .5em;
	line-height: 1.5;
}

label.error {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: .8rem;
	line-height: 1.5em;
	/*font-family:"FuturaWeb", sans-serif;*/
	color: #444;
	background-color: #ffb7b6;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius: 0 0 3px 3px;
}

.check-radio-label {
	display: block;
	padding-left: 1.5em;
	margin-top: -1.5em;
}

.label-extra-desc {
	display: block;
	margin-top: .5em;
	color: #4c556c;
	line-height: 1.5;
}

input,
select,
button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.field-d {
	width: 100%;
	min-height: 3em;
	border: 1px solid #a5aab5;
	border-top-color: #8f94a1;
	outline: 0;
	padding: 0 .6em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 5px 5px 8px rgba(165,170,181, .25) inset;
}

textarea.field-d {
	padding: .6em;
}

.field-d:focus {
	border: 1px solid #058ce1;
	box-shadow: 5px 5px 8px rgba(165,170,181, .25) inset, 0 0 0 1px #058ce1;
}

[disabled="disabled"] {
	cursor: no-drop !important;
}

.field-disabled {
	opacity: .5 !important;
	background: #e8e9ec !important;
}

.select-d {
	width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: .6em;
}

.textarea-d {
	min-height: 10em;
	padding: .6em;
	resize: vertical;
}

.fieldset-d {
	padding-top: 2em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #d2d4da;
}

.fieldset-d:first-child {
	margin-top: -2em;
}

.fieldset-d:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.legend {
	margin-bottom: 2.5em;
}

.r,
.legend-title {
	font-weight: 500;
	font-family: "FuturaWeb", sans-serif;
}

.legend-step {
	display: block;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.5;
	text-align: center;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	position: absolute;
	border-color: #058ce1;
	padding-top: 3px;
}

.step-blue {
	color: #333 !important;
	border: none;
}

.legend-info {
	margin-left: 3.5em;
	margin-top: .4em;
}

.legend-title {
	margin-bottom: .5em;
}

.fieldset-inactive .legend {
	margin-bottom: 0;
}

.fieldset-inactive .legend-step {
	border-color: #d2d4da;
	color: #a5aab5 !important;
}

.fieldset-inactive .legend-title {
	color: #a5aab5;
}

.fieldset-inactive .legend-desc {
	color: #a5aab5;
	display: none;
}

.form-set {
	opacity: 1;
	transition: opacity .3s ease-in;
}

.form-set-level2 {
	padding-left: 1.5em;
}

.fieldset-inactive .form-set {
	opacity: 0;
}

.form-set-hidden {
	display: none;
}

.first-step {
	display: block;
}


.select-button {
	display: table;
	border-collapse: separate !important;
	position: relative;
	width: 100%;
	height: 2.65em;
	border: 1px solid #a5aab5;
	padding: 0 .6em;
	background: -webkit-linear-gradient(top,#fff 0%, #e9e9ec 100%);
	background: linear-gradient(to bottom,#fff 0%, #e9e9ec 100%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 2px 0 rgba(31,42,71,.1);
	line-height: 1;
	outline: none;
	margin-bottom: 40px;
}

.select-button:hover {
	border-color: #8c909a;
	background: -webkit-linear-gradient(top,#fff 0%, #f4f4f6 100%);
	background: linear-gradient(to bottom,#fff 0%, #f4f4f6 100%);
}

.select-label {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.select-button .select-d {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

.select-button label.error {
	position: absolute;
	top: 3.3em;
	left: 0;
	width: 100%;
}

.form-vertical {
	margin-bottom: 30px;
}

.form-vertical input,
.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"],
.form-vertical button,
.form-vertical textarea,
.form-vertical select,
.form-vertical .select-button {
	margin-bottom: 40px;
}

.form-vertical label {
	margin-bottom: 5px;
}





/*
--------------------------------------------
   > 600px
   -------------------------------------------- */

   @media screen and (min-width: 37.5em) {


   	/* Simulation result */

   }


/* 
--------------------------------------------
   > 1000px
   -------------------------------------------- */

   @media screen and (min-width: 62.5em) {

   	.legend,
   	.form-set {
   		float: left;
   	}

   	.legend {
   		width: 30%;
   		margin-right: 5%;
   	}

   	.form-set {
   		width: 65%;
   		padding-top: 1em;
   	}

   	.form-set.inside-set {
   		width: 100%;
   	}

   	.form-set-level2 {
   		margin-top: 2em;
   	}

   	.form-set-level2.inside-set {
   		margin-top: 0;
   	}

   	.fieldset-d {
   		padding-top: 2.5em;
   		padding-bottom: 2em;
   	}

   	.legend-info {
   		margin-left: 4.5em;
   	}

   	a.btn {
   		line-height: 2.8rem;
   		cursor: pointer;
   		padding-top: 0;
   		padding-bottom: 0;
   	}

   	a.btn-small {
   		line-height: 2.5rem;
   	}
   }
   /*/mediaquery*/







/* 
==========================================================================
---- BotÃµes
==========================================================================
*/



.btn {
	position: relative;
	display: inline-block;
	min-height: 2.65em;
	min-width: 6em;
	width: auto;
	border-width: 1px;
	border-style: solid;
	padding: 0 1.5em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 2px 0 rgba(31,42,71,.1);
	font-family: "FuturaWeb", sans-serif;
	font-size: 1.225em;
	line-height: 1rem;
	outline: none;
}

a.btn {
	line-height: 1.5rem;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 3em;
}


a.btn:hover {
	color: #fff;
}

.btn:focus,
.btn-selected {
	box-shadow: 5px 5px 5px rgba(0,0,0,.15) inset;
}

.fluid {
	width: 100%;
}

.btn-left {
	float: left;
}

.btn-disabled {
	border-color: #a5aab5 !important;
	background: #fff;
	background: -webkit-linear-gradient(top,#fff 0%, #e9e9ec 100%) !important;
	background: linear-gradient(to bottom,#fff 0%, #e9e9ec 100%) !important;
	color: #4c556c !important;
	opacity: .4 !important;
}

.btn-small {
	font-size: 1.1em;
}

.btn-big {
	font-size: 1.2em;
}

.transparent {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #006bae;
}

a.transparent:hover {
	color: #006bae;
}

.white {
	border-color: #a5aab5;
	color: #006bae;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,236,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,236,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(233,233,236,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(233,233,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(233,233,236,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(233,233,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9ec',GradientType=0 );
}

a.white:hover {
	color: #006bae;
}

.white:hover {
	border-color: #8c909a;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,246,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,246,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,246,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,246,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f6',GradientType=0 );
}

.white:focus,
.white.btn-selected {
	background: #dcdddf;
	border-top-color: #4c556c;
	color: #005d98;
}

.blue {
	border-color: #1f2a47;
	color: #fff;
	background: rgb(5,140,224);
	background: -moz-linear-gradient(top, rgba(5,140,224,1) 0%, rgba(4,126,203,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,140,224,1)), color-stop(100%,rgba(4,126,203,1)));
	background: -webkit-linear-gradient(top, rgba(5,140,224,1) 0%,rgba(4,126,203,1) 100%);
	background: -o-linear-gradient(top, rgba(5,140,224,1) 0%,rgba(4,126,203,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,140,224,1) 0%,rgba(4,126,203,1) 100%);
	background: linear-gradient(to bottom, rgba(5,140,224,1) 0%,rgba(4,126,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#058ce0', endColorstr='#047ecb',GradientType=0 );
}

.blue:hover {
	border-color: #171d2f;
	color: #fff;
	background: rgb(17,154,240);
	background: -moz-linear-gradient(top, rgba(17,154,240,1) 0%, rgba(15,140,218,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,154,240,1)), color-stop(100%,rgba(15,140,218,1)));
	background: -webkit-linear-gradient(top, rgba(17,154,240,1) 0%,rgba(15,140,218,1) 100%);
	background: -o-linear-gradient(top, rgba(17,154,240,1) 0%,rgba(15,140,218,1) 100%);
	background: -ms-linear-gradient(top, rgba(17,154,240,1) 0%,rgba(15,140,218,1) 100%);
	background: linear-gradient(to bottom, rgba(17,154,240,1) 0%,rgba(15,140,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119af0', endColorstr='#0f8cda',GradientType=0 );
}

.blue:focus,
.blue.btn-selected {
	background: #0b6daa;
	border-top-color: #000;
	color: #fff;
}

.orange {
	border-color: #9f6705;
	color: #fff;
	background: rgb(253,169,23);
	background: -moz-linear-gradient(top, rgba(253,169,23,1) 0%, rgba(252,143,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,169,23,1)), color-stop(100%,rgba(252,143,1,1)));
	background: -webkit-linear-gradient(top, rgba(253,169,23,1) 0%,rgba(252,143,1,1) 100%);
	background: -o-linear-gradient(top, rgba(253,169,23,1) 0%,rgba(252,143,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(253,169,23,1) 0%,rgba(252,143,1,1) 100%);
	background: linear-gradient(to bottom, rgba(253,169,23,1) 0%,rgba(252,143,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda917', endColorstr='#fc8f01',GradientType=0 );
}

.orange:hover {
	border-color: #6c4105;
	color: #fff;
	background: rgb(255,179,45);
	background: -moz-linear-gradient(top, rgba(255,179,45,1) 0%, rgba(255,154,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,179,45,1)), color-stop(100%,rgba(255,154,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,179,45,1) 0%,rgba(255,154,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,179,45,1) 0%,rgba(255,154,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,179,45,1) 0%,rgba(255,154,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,179,45,1) 0%,rgba(255,154,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb32d', endColorstr='#ff9a00',GradientType=0 );
}

.orange:focus,
.orange.btn-selected {
	background: #dd790d;
	border-top-color: #462d09;
	color: #fff;
}

.secondary-action {
	display: inline-block;
	margin-top: 1em;
	color: #a5aab5;
}

/* Button arrows */

.bt-arrow {
	display: inline-block;
	vertical-align: middle;
	font-size: .6em;
}

/* Button symbols */

.bt-symbol {
	font-family: "Icons";
	font-size: .888em;
}

/* Button and input groups */

.button-group,
.control-group {
	display: table;
	margin-bottom: 2em;
}

.button-group-item,
.group-inline-item {
	display: table-cell;
}

.group-inline-item {
	padding-right: 2em;
}

.group-block-item {
	margin-bottom: 1em;
}

.button-group-item button {
	border-left-width: 0;
	border-radius: 0;
}

.button-group-item:first-child button {
	border-left-width: 1px;
}

.button-group-item:first-child button {
	border-radius: 2px 0 0 2px;
}

.button-group-item:last-child button {
	border-radius: 0 2px 2px 0;
}

.field-button-group {
	position: relative;
}

.embedded-field {
	padding-right: 3em;
}

.btn.embedded-button {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 3em;
	height: 100%;
	padding: 0;
}


/* 
--------------------------------------------
   > 1000px
   -------------------------------------------- */

   @media screen and (min-width: 62.5em) {

   	a.btn {
   		line-height: 2.8rem;
   		cursor: pointer;
   		padding-top: 0;
   		padding-bottom: 0;
   	}

   	a.btn-small {
   		line-height: 2.5rem;
   	}
   }
   /*/mediaquery*/




/*
===================================================================
---- Header
===================================================================
*/

.main-header {
	background: #296fa7;
}

.main-header.white-header {
	background: #f4f4f6;
	border-bottom: 1px solid #ff6200;
	margin-bottom: 5px;
	outline: 5px solid #f8931b;
}

#main-logo {
	position: absolute;
	float: left;
	width: 149px;
	background: transparent;
	padding: 22px 0;
	border-right: 1px solid #215986;
}

#main-logo > a {
	background: url(../images/sprites.png) no-repeat -112px 0;
	width: 90px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

.header-content {
	height: 70px;
	padding-left: 149px;
	border-bottom: 1px solid #15527e;
}

.header-content > .hotlinks {
	display: none;
	float: right;
	padding-right: 10px;
	width: 100%;
}

.header-content > .hotlinks > ul {
	list-style: none;
	padding-right: 15px;
	text-align: right;
	float: right;
	margin: 5px 0 8px;
}

.header-content > .hotlinks > ul > li {
	display: inline;
}

.header-content > .hotlinks > ul > li > a {
	color: #93CCEC;
	font-size: 13px;
	margin: 0 10px;
}

.header-content > .hotlinks > ul > li > a.highlight {
	color: #fff;
}

.header-content > .hotlinks > ul > li:first-child > a {
	margin-left: 0;
}

.header-content > .hotlinks > ul > li:last-child > a {
	margin-right: 0;
}

.header-content > .hotlinks > .helper {
	float: right;
	padding-right: 5px;
	padding-left: 40px;
}

.header-content > .hotlinks > .languages {
	padding: 0;
	text-align: left;
	float: right;
}

.header-content > .hotlinks > .languages > li {
	color: #1d6496;
	font-size: 12px;
}

.header-content .hotlinks .languages li.rybena {
	display: none;
}

.header-content > .hotlinks > .languages > li > a {
	margin: 0 2px;
}

.header-content .hotlinks .languages li.rybena a, .header-content .menu-hotlinks .languages li.rybena a {
	display: none;
	float: right;
	height: 25px;
	width: 22px;
	margin-top: -5px;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/ico-acces-top.png) center center no-repeat;
	background-size: cover;
}

.header-content > .hotlinks > .menu-header-index {
	float: left;
	margin-left: 1.5em;
}

.header-content > .hotlinks > .menu-header-index li > a {
	font-size: 1.1em;
	font-family: sans-serif;
	margin: 0 15px;
}

.header-content > .hotlinks > .menu-header-index li:first-child > a, .header-content > .hotlinks > .menu-header-index li:last-child > a {
	margin: 0 15px;
}

.divisor {
	display: inline-block;
	height: 1.2em !important;
	border-left: 2px solid #d17d00;
	margin-bottom: -0.2em;
}

/*
===================================================================
---- Menu
===================================================================
*/


.main-menu {
	display: none;
	float: left;
	width: 72%;
	min-width: 710px;
}

.main-menu > ul {
	width: 75%;
	min-width: 526px;
	list-style: none;
	padding: 0;
	font-family: "FuturaWeb", sans-serif;
	float: left;
	margin-right: 3%;
}

.main-menu > ul > li {
	display: inline;
	margin: 0 10px;
}

.main-menu > ul > li > a {
	position: relative;
	color: #fff;
	white-space: nowrap;
}

.main-menu > ul > li.has-submenu > a {
	padding-right: 12px;
}

.main-menu > ul > li.has-submenu > a:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 5px;
	display: block;
	background: url(../images/sprites.png) no-repeat -73px -100px;
	width: 9px;
	height: 6px;
}

.main-menu > ul > li > a.soft {
	color: #a1e2ff;
}

.submenu {
	display: none;
	position: absolute;
	background: #eef4f7;
	width: 100%;
	top: 100px;
	left: 0;
	z-index: 200;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.submenu:before {
	content: '';
	position: absolute;
	top: -28px;
	left: 180px;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-bottom-color: #eef4f7;
}

.submenu-beneficios:before {
	left: 300px;
}

.submenu-atendimento:before {
	left: 435px;
}

.submenu.active {
	display: block;
}

.submenu-column.highlight {
	background: #e7ecef;
}

.submenu-column {
	float: left;
	padding: 45px;
	width: 33.33333336%;
}

.submenu-title {
	color: #1f2a47;
	font-size: 1.4rem;
}

.submenu-column > ul {
	list-style: none;
	padding: 0;
}

.submenu-column > ul > li {
	line-height: 2.6rem;
}

.submenu-produtos .submenu-column > ul > li {
	line-height: 2rem;
}

.submenu-column > ul > li > a {
	font-size: 1.1rem;
}

.submenu-produtos .submenu-column > ul > .see-more {
	padding-top: 10px;
}

.submenu-column > ul > .see-more > a {
	color: #d17d00;
	font-size: 1rem;
	font-weight: 600;
}

.white-header #main-logo > a {
	background-position: 0 0;
}

.white-header #main-nav .main-menu ul li a,
.white-header .header-content > .hotlinks > ul > li > a {
	color: #0164a8;
}

.white-header #main-nav .main-menu > ul > li > a.soft {
	color: #f8931b;
}

.white-header .main-menu > ul > li.has-submenu > a:after {
	background-position: -112px -100px;
}


/*
===================================================================
---- Search
===================================================================
*/

.search-box {
	position: relative;
	float: left;
	margin-top: 5px;
	width: 22%;
}

.search-input::-webkit-input-placeholder {
	color: #cfddea;
}

.search-input {
	background-color: #2971a7;
	border: 1px solid #174e70 !important;
	border-radius: 3px !important;
	color: #fff;
	font-size: .8rem !important;
	width: 100%;
	height: 45px !important;
	padding: 0 35px 0 15px !important;
	box-sizing: border-box !important;
	box-shadow: inset 2px 1px 8px rgba(28, 94, 136, 0.6);
	outline: none !important;
}

.search-box button {
	display: inline-block !important;
	background: url("../images/lupaw.png") no-repeat center center;
	width: 17px !important;
	height: 17px !important;
	position: absolute !important;
	top: 13px !important;
	right: 20px;
	overflow: hidden !important;
	text-indent: -500px !important;
	border: none !important;
}

.white-header .search-box button {
	background: url("../images/lupa.png") no-repeat center center;
}

.white-header .search-input {
	background-color: #f4f4f6;
	box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.2);
	border: 1px solid #767678;
	color: #1F2A47;
}

.search-box button span {
	display: block !important;
}

.ipad .search-box button {
	display: none !important;
}

body.sociais .search-input {
	background-color: rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.1);
}

body.sociais .search-input::-webkit-input-placeholder {
	color: #b3b3b3;
}


/*
===================================================================
---- Login
===================================================================
*/

.account {
	display: none;
	float: right;
	width: 25%;
	margin-top: 3px;
	min-width: 260px;
}

.account > .form > input[type=text] {
	background: #fff;
	border: 1px solid #133e5a;
	border-radius: 3px;
	width: 30%;
	padding: 14px 10px;
	font-size: .8rem;
	box-sizing: border-box;
	box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.2);
}

.account > .form > input[type=text]:first-child {
	width: 28%;
}


.white-header .account > .form > input[type=text],
.white-header .account > .form > input[type=password] {
	border: 1px solid #767678;
}

.account > .form > button,
.account a.button {
	background: #2e7db1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e7db1), color-stop(100%,#005f9e));
	background: -webkit-linear-gradient(top, #2e7db1 0%,#005f9e 100%);
	background: linear-gradient(to bottom, #2e7db1 0%,#005f9e 100%);
	border: 1px solid #1b5981;
	border-radius: 3px;
	width: 35%;
	padding: 12px 10px;
	font-size: 1rem;
	box-sizing: border-box;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
	font-family: "FuturaWeb", sans-serif;
	color: #fff;
	float: right;
	margin-right: 9px;
}

.account a.button {
	width: 100%;
}

.account > .form > button > .icon,
.account .icon {
	display: inline-block;
	background: url(../images/sprites.png) no-repeat -55px -100px;
	width: 9px;
	height: 12px;
	margin: 0 2px;
}


/*
===================================================================
---- Mobile Menu
===================================================================
*/

/*
.mobile-menu,
.mobile-account  {
    float:left;
    text-align:center;
    width:50%;
}
*/

.mobile-menu,
.mobile-account {
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 20px;
}

.mobile-account {
	border-right: 1px solid #215986;
}

.mobile-account > a,
.mobile-menu > a {
	-webkit-transition: none;
	position: relative;
	display: inline-block;
	font-family: "FuturaWeb", sans-serif;
	font-size: 1.2rem;
	color: #fff;
	padding: 20px 35px 22px 5px;
	border: none;
	max-height: 69px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.mobile-account > a,
	.mobile-menu > a {
		padding: 20px 35px 22px 5px;
	}
}
/*/mediaquery*/

.mobile-account > a:hover,
.mobile-menu > a:hover {
	border: none;
}

.mobile-account > a:before,
.mobile-menu > a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	display: block;
	background: url(../images/sprites.png) no-repeat;
	width: 22px;
	height: 20px;
}

.mobile-menu > a:before {
	background-position: 0 -100px;
	top: 24px;
}

.mobile-account > a:before {
	background-position: -22px -100px;
	width: 16px;
	right: 5px;
}

.mobile-menu.open-menu {
	background: rgba(0,0,0,0.15);
}

.mobile-menu.open-menu > a:before {
	background-position: -55px -120px;
	width: 14px;
	height: 14px;
	right: 4px;
	top: 26px;
}

.white-header .mobile-menu.open-menu > a:before {
	background-position: -55px -134px;
}

.mobile-account.open-account {
	background: rgba(0,0,0,0.15);
}

.mobile-account.open-account > a:before {
	background-position: -55px -120px;
	width: 14px;
	height: 14px;
	right: 4px;
	top: 28px;
}

.mobile-account-access {
	display: none;
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 69px;
	background: #f4f4f6;
	padding: 30px;
	border-top: 1px solid #d2d4da;
	border-bottom: 5px solid #15426e;
}

.mobile-account-access.active {
	display: block;
}

.mobile-account-access .field-d {
	margin-bottom: 20px;
}




/* 
==========================================================================
--- Search suggest
========================================================================== 
*/

.suggest-box {
	position: absolute;
	visibility: hidden;
	width: 25em;
	height: 0;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 6px 20px 10px rgba(0,0,0,.2);
	overflow: hidden;
	z-index: 20;
	background: #fff;
}

.suggest-box-visible {
	visibility: visible;
	height: auto;
}

.suggest-item {
	margin-bottom: 0;
}

.suggest-title {
	margin-bottom: 0;
}

.suggest-link,
.suggest-all-link {
	padding-left: 1.25em;
	padding-right: 1.25em
}

.suggest-link {
	display: block;
	height: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.suggest-link:focus,
.suggest-link:hover {
	border: 1px solid #096aa8;
	background: #0b85d2;
	color: #fff;
}

.suggest-link:hover dd {
	color: #fff;
}

.suggest-all-link {
	display: block;
	border-top: 1px solid #d2d4da;
	border-bottom: 0;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background: #f4f4f6;
	color: #1f2a47;
}


.box-complete {
	position: relative;
	z-index: 2
}

.data-list {
	position: absolute;
	width: 100%;
	display: none;
	list-style: none;
	border: 1px solid #A5AAB5;
	border-bottom: none;
	top: 50px;
	left: 0;
	background-color: #FFF;
}

.data-list li {
	padding: 10px 5px !important;
	margin: 0 !important;
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #A5AAB5;
	font-family: "FuturaWeb", sans-serif;
}

.data-list li.active {
	background-color: #f9f9f9;
}

.box-complete .btn.embedded-button {
	height: 48px;
	margin-bottom: 0px;
	background: url(../images/sprites.png) no-repeat -110px -165px;
	text-indent: -500px;
}

/*
===================================================================
---- Global Helpers
===================================================================
*/

/* Hide only visually, but have it available for screenreaders */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Image replacement */
.ir {
	background-color: transparent !important;
	border: 0 !important;
	overflow: hidden;
}

.ir:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 150%;
}

.hide {
	display: none;
}


/* 
==========================================================================
--- Images and video related
========================================================================== 
*/

img {
	vertical-align: middle;
}

.responsive-img {
	max-width: 100%;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

a img, a:hover img {
	border: none !important;
}



/* 
==========================================================================
--- Responsive
========================================================================== 
*/



/*-----------------------------------
    Acima de 600px
    -----------------------------------*/


    @media screen and (min-width: 37.5em) {

    	.main-header {
    		border-bottom: 1px solid #15527e;
    	}

    	#main-logo {
    		padding: 42px 0;
    		border: none;
    	}

    	#main-logo > a {
    		background-position: -112px 0;
    	}

    	.header-content {
    		background: transparent;
    		height: 108px;
    		padding-left: 180px;
    		border-bottom: none;
    	}

    	.account {
    		display: block;
    	}

    	.mobile-menu {
    		float: right;
    		text-align: left;
    		width: auto;
    	}

    	.mobile-account > a,
    	.mobile-menu > a {
    		color: #fff;
    		display: inline-block;
    		padding: 18px 55px 15px 0;
    	}

    	.white-header .mobile-account > a,
    	.white-header .mobile-menu > a {
    		color: #0164a8;
    	}

    	.mobile-menu > a:before {
    		right: 20px;
    		top: 20px;
    	}

    	.mobile-menu > a:before {
    		background-position: 0 -120px;
    	}

    	.white-header .mobile-menu > a:before {
    		background-position: 0 -120px;
    	}

    	.mobile-menu.open-menu {
    		background: transparent;
    	}

    	.mobile-menu.open-menu > a:before {
    		background-position: -55px -120px;
    		right: 24px;
    		top: 22px;
    	}
    }
    /*/mediaquery*/


    @media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 37.5em) {

    	.mobile-account > a,
    	.mobile-menu > a {
    		color: #fff;
    		display: inline-block;
    		padding: 18px 55px 15px 0;
    	}
    }
    /*/mediaquery*/



/*-----------------------------------
    AtÃƒÂ© 600px
    -----------------------------------*/


    @media screen and (max-width: 37.5em) {


    	#main-logo {
    		width: 129px;
    	}

    	.main-header.white-header {
    		background: #f4f4f6;
    		border-bottom: 1px solid #ff6200;
    		margin-bottom: 5px;
    		outline: 5px solid #f8931b;
    	}

    	.white-header .header-content {
    		border-color: transparent;
    	}

    	.white-header .mobile-account > a,
    	.white-header .mobile-menu > a {
    		color: #006bae;
    	}

    	.white-header .mobile-account > a:before {
    		background-position: -22px -120px;
    	}

    	.white-header .mobile-menu > a:before {
    		background-position: 0 -120px;
    		top: 26px;
    	}

    	.white-header .mobile-account,
    	.white-header #main-logo {
    		border-right: 1px solid #cadde9;
    	}

    	#main-logo > a {
    		-webkit-transform: scale(0.9);
    		transform: scale(0.9);
    	}

    	.header-content {
    		padding-left: 129px;
    	}

    	#main-nav .main-menu {
    		top: 69px;
    	}

    	.white-header .mobile-account.open-account > a:before {
    		background-position: -55px -134px;
    	}

    	#main-nav .submenu-column {
    		width: 100%;
    		float: none;
    		padding: 35px 35px 0;
    	}

    	#main-nav .submenu-column:first-child {
    		padding-left: 35px;
    		padding-top: 35px;
    	}

    	.submenu {
    		padding-bottom: 20px;
    	}
    }
    /*/mediaquery*/



/*-----------------------------------
  > 600px
  -----------------------------------*/
  @media screen and (min-width: 37.5em) {

  	/* Headings: base 20px @ scale 1:1.25 */

  	.giga,
  	.giga p {
  		font-size: 5.961rem;
  	}

  	.mega,
  	.mega p {
  		font-size: 4.968rem;
  	}

  	.kilo,
  	.kilo p {
  		font-size: 4.015rem;
  	}

  	h1,
  	h1 p,
  	.alpha,
  	.alpha p {
  		font-size: 3.252rem;
  	}

  	h2,
  	h2 p,
  	.beta,
  	.beta p {
  		font-size: 2.641rem;
  	}

  	h3,
  	h3 p,
  	.gamma,
  	.gamma p {
  		font-size: 2.153rem;
  	}

  	h4,
  	h4 p,
  	.delta,
  	.delta p,
  	p.delta {
  		font-size: 1.763rem;
  	}

  	h5,
  	h5 p,
  	.epsilon,
  	.epsilon p,
  	p.epsilon,
  	.wp-box .epsilon {
  		font-size: 1.45rem;
  	}


  	/* Paragraphs, lists */
  	p {
  		line-height: 1.45;
  	}

  	/* Forms */

  	.submit-d {
  		width: auto;
  		min-width: 7em;
  	}

  	/* Inline controls */

  	.form-row {
  		margin-bottom: 2.5em;
  	}

  	.control-item {
  		float: left;
  		margin-bottom: 0;
  		padding-right: 1.5%;
  	}


  	/* Button groups */

  	.button-group,
  	.control-group {
  		margin-bottom: 0;
  	}

  	/* Form grid */

    /*.control-span-12_12 {width: 100%;}
	
	.control-span-10_12 {width: 83.333%;}	
	
	.control-span-8_12 {width: 66.666%;}
	
	.control-span-6_12 {width: 50%;}
	
	.control-span-4_12 {width: 33.333%;}
	
	.control-span-3_12 {width: 25%;}
		
	.control-span-2_12 {width: 16.666%;}
	*/
	.secondary-action {
		margin-top: .8em;
		margin-left: 1.5em;
	}

	/* Layout */

	/* Column grid */

	.column-span {
		float: left;
		padding-right: 2em;
	}

	.column-span-m-12_12 {
		width: 100%;
	}

	.column-span-m-10_12 {
		width: 83.333%;
	}

	.column-span-m-8_12 {
		width: 66.666%;
	}

	.column-span-m-6_12 {
		width: 50%;
	}

	.column-span-m-4_12 {
		width: 33.333%;
	}

	.column-span-m-3_12 {
		width: 25%;
	}

	.column-span-m-2_12 {
		width: 16.666%;
	}

	/* Grid overlay */
    /*
	[class*="col-"] {
		width: 5%;
		margin-left: 3.636%;
	}

	.col-t-2 { width:13.636%; }
	.col-t-3 { width:22.272%; }
	.col-t-4 { width:30.908%; }
	.col-t-6 { width:48.018%; }
	.col-t-7 { width:56.816%; }
	.col-t-8 { width:62.452%; }
	.col-t-9 { width:71.088%; }
	.col-t-10 { width:82.728%; }
	.col-t-12 { width:100%; }

	.offset-2 { margin-left:17.272%; }
	.offset-4 { margin-left:34.544%; }
	*/
}
/*/mediaquery*/



/*-------------------------------------------- 
    Tablet, 600px -> 1000px
    --------------------------------------------*/
    @media screen and (min-width: 37.5em) and (max-width: 62.49em) {


    	#main-logo {
    		padding: 30px 0;
    		width: 131px;
    	}

    	.header-content {
    		height: 86px;
    		padding-left: 156px;
    	}

    	#main-nav {
    		padding-top: 15px;
    	}

    	.account {
    		float: left;
    		width: 65%;
    	}

    	.account a.btn {
    		font-size: 1.15em;
    		padding: 10px 15px;
    	}

    	.account > .form > input[type=text]:first-child {
    		width: 30%;
    	}

    	.account > .form > input[type=text] {
    		width: 34%;
    	}

    	.account > .form > button {
    		width: 30%;
    	}

    	.mobile-menu > a:before {
    		background-position: 0 -100px;
    	}


    	.form-row [class*="colsm-"] {
    		width: 45%
    	}
    }
    /*/mediaquery*/




/*--------------------------------------------
    Tablet, atÃƒÂ© 800px
    --------------------------------------------*/
    @media screen and (min-width: 37.5em) and (max-width: 50em) {

    	.mobile-menu > a:before {
    		background-position: 0 -100px;
    	}
    }
    /*/mediaquery*/



/*--------------------------------------------
    menu versÃƒÂ£o mobile, < 1000px
    ---------------------------------------------*/
    @media screen and (max-width: 62.49em) {


    	.main-menu {
    		position: absolute;
    		top: 85px;
    		left: 0;
    		width: 100%;
    		min-width: 100%;
    		padding-top: 99px;
    		background: #f4f4f6;
    		border-top: 1px solid #d2d4da;
    		border-bottom: 5px solid #15426e;
    		z-index: 1000;
    	}

    	.main-menu.active {
    		display: block;
    	}

    	.main-menu > ul,
    	.white-header .main-menu > ul {
    		width: 100%;
    		min-width: 100%;
    		margin: 0;
    	}

    	.main-menu > ul > li {
    		display: block;
    		clear: both;
    		margin: 0;
    		border-bottom: 1px solid #d2d4da;
    	}

    	.main-menu > ul > li:last-child {
    		border-bottom: none;
    	}

    	.main-menu > ul > li:last-child > a {
    		display: inline-block;
    		width: auto;
    		border-bottom: none;
    	}

    	.main-menu > ul > li > a,
    	.white-header .main-menu > ul > li > a {
    		display: block;
    		width: 96%;
    		margin-left: 2%;
    		color: #006bae;
    		font-size: 1.2rem;
    		font-weight: normal;
    		padding: 20px 0;
    	}

    	.main-menu > ul > li.has-submenu > a:after,
    	.white-header #main-nav .main-menu > ul > li.has-submenu > a:after {
    		background-position: -69px -120px;
    		top: 50%;
    		right: 2px;
    		width: 13px;
    		height: 6px;
    		margin-top: -3px;
    	}

    	.main-menu > ul > li:last-child > a:after {
    		content: ' \203A';
    	}

    	.main-menu > ul > li.active > a:after,
    	.white-header #main-nav .main-menu > ul > li.active > a:after {
    		background-position: -69px -126px;
    	}

    	.main-menu > ul > li > a.soft {
    		font-family: sans-serif;
    		color: #4c556c;
    		font-size: .9rem;
    	}

    	.submenu {
    		position: relative;
    		top: auto;
    		left: auto;
    		background: #e8e9ec;
    		box-shadow: none;
    		border-top: 1px solid #d2d4da;
    		box-shadow: inset 7px 0 #006bae;
    	}

    	.submenu-column {
    		padding: 30px;
    	}

    	.submenu-produtos .submenu-column {
    		width: 45%;
    	}

    	.submenu-column:first-child {
    		padding-left: 37px;
    	}

    	.submenu-column.highlight {
    		background: transparent;
    	}

    	.submenu-title {
    		font-size: 1rem;
    	}

    	.submenu-column > ul > li {
    		line-height: 2rem;
    	}

    	.submenu-column > ul > li > a {
    		font-size: 1rem;
    	}

    	.submenu:before {
    		display: none;
    	}

    	.search-box,
    	.poder-publico .search-box {
    		position: absolute;
    		top: 22px;
    		left: 0;
    		width: 100%;
    		padding-bottom: 26px;
    		border-bottom: 1px solid #d2d4da;
    	}

    	.search-input,
    	.poder-publico .search-input {
    		background: #fff;
    		box-shadow: none;
    		border: 1px solid #d1d2d8;
    		color: #4c556c;
    		width: 96%;
    		margin-left: 2%;
    		font-size: .9rem;
    	}

    	.search-input::-webkit-input-placeholder {
    		color: #d1d2d8;
    	}

    	.search-box button {
    		background: url("../images/lupa.png") no-repeat center center;
    		right: 28px;
    	}

    	.menu-hotlinks {
    		margin-left: 2%;
    	}

    	.menu-hotlinks > ul {
    		padding: 0;
    		margin: 0 15% 20px 0;
    		list-style: none;
    		float: left;
    	}

    	.menu-hotlinks > ul > li > a {
    		color: #4c556c;
    		font-size: .9rem;
    	}
    }
    /*/mediaquery*/




/*----------------------------------------
    > 1000px
    ----------------------------------------*/
    @media screen and (min-width: 62.5em) {

    	.header-content > .hotlinks {
    		display: block;
    		margin-bottom: -2px;
    		padding-top: 2px;
    	}

    	.home .header-content > .hotlinks {
    		display: block;
    		margin-bottom: 0;
    		padding-top: 0;
    	}

    	.header-content .hotlinks .languages li.rybena {
    		display: inline;
    		padding-left: 20px;
    	}

    	.header-content .hotlinks .languages li.rybena a {
    		display: block;
    	}


    	.main-menu {
    		display: block;
    	}

    	.submenu:before {
    		left: 200px;
    	}

    	.submenu-column {
    		min-height: 320px;
    	}

    	.submenu-beneficios:before {
    		left: 320px;
    	}

    	.submenu-atendimento:before {
    		left: 455px;
    	}

    	.submenu-apoio:before {
    		left: 245px;
    	}

    	.submenu-programas:before {
    		left: 400px;
    	}

    	.account a.btn {
    		padding: 0 12px;
    		font-size: 1rem !important;
    	}


    	/* Headings: base 20px @ scale 1:1.333 */

    	.giga,
    	.giga p {
    		font-size: 9.969rem;
    	}

    	.mega,
    	.mega p {
    		font-size: 7.678rem;
    	}

    	.kilo,
    	.kilo p {
    		font-size: 5.81rem;
    	}

    	h1,
    	h1 p,
    	.alpha,
    	.alpha p {
    		font-size: 4.609rem;
    	}

    	h2,
    	h2 p,
    	.beta,
    	.beta p {
    		font-size: 3.657rem;
    	}

    	h3,
    	h3 p,
    	.gamma,
    	.gamma p {
    		font-size: 2.669rem;
    	}

    	h4,
    	h4 p,
    	.delta,
    	.delta p,
    	p.delta {
    		font-size: 1.977rem;
    	}

    	h5,
    	.epsilon,
    	.epsilon p,
    	p.epsilon,
    	.wp-box .epsilon {
    		font-size: 1.533rem;
    	}

    	/* Layout */

    	.column-span-g-12_12 {
    		width: 100%;
    	}

    	.column-span-g-10_12 {
    		width: 83.333%;
    	}

    	.column-span-g-8_12 {
    		width: 66.666%;
    	}

    	.column-span-g-6_12 {
    		width: 50%;
    	}

    	.column-span-g-4_12 {
    		width: 33.333%;
    	}

    	.column-span-g-3_12 {
    		width: 25%;
    	}

    	.column-span-g-2_12 {
    		width: 16.666%;
    	}

    	.col-2 {
    		width: 15%;
    	}

    	.col-3 {
    		width: 23.5%;
    	}

    	.col-4 {
    		width: 32%;
    	}

    	.col-6 {
    		width: 49%;
    	}

    	.col-7 {
    		width: 57.5%;
    	}

    	.col-8 {
    		width: 66%;
    	}

    	.col-10 {
    		width: 83%;
    	}

    	.offset-2 {
    		margin-left: 17%;
    	}

    	.offset-4 {
    		margin-left: 34%;
    	}

    	.indice-filter-floated {
    		float: left;
    		width: 37.5%;
    		padding-right: 8%;
    	}

    	.indice-main {
    		float: left;
    		width: 62.5%;
    	}

    	.indice-main-floated li:first-child {
    		border-top: 0;
    		padding-top: 0;
    	}
    }
    /*/mediaquery*/


/*----------------------------------------
    1000px -> 1164px
    ----------------------------------------*/
    @media screen and (min-width: 62.5em) and (max-width: 72.8em) {


    	.main-menu {
    		min-width: 630px;
    	}

    	.main-menu > ul {
    		font-size: 0.9rem;
    		min-width: 455px;
    		margin-top: 17px;
    	}

    	.poder-publico .main-menu > ul {
    		min-width: 60%;
    	}

    	.main-menu > ul > li {
    		margin: 0 6px;
    	}

    	.poder-publico .main-menu > ul > li {
    		margin: 0 .1;
    	}

    	.account {
    		min-width: 220px;
    	}

    	.account a.btn {
    		font-size: 0.9rem !important;
    	}

    	.account > .form > input[type=text] {
    		width: 25%;
    	}

    	.account > .form > input[type=text]:first-child {
    		width: 24%;
    	}

    	.account > .form > button {
    		width: 88px;
    		margin-right: 0;
    		float: none;
    	}
    }
    /*/mediaquery*/



/*--------------------------------------------------
    Intervalo na tipografia, 1000px -> 1064px
    --------------------------------------------------*/
    @media screen and (min-width: 62.5em) and (max-width: 66.5em) {


    	.header-content {
    		padding-left: 160px;
    	}

    	.main-menu {
    		min-width: 590px;
    	}

    	.search-box {
    		width: 18%;
    	}

    	.poder-publico .search-box {
    		width: 14%;
    	}
    }
    /*/mediaquery*/



/*----------------------------------------------
    > 1200px
    -----------------------------------------------*/
    @media screen and (min-width: 75em) {

    	.main-header {
    		padding-left: 1%;
    		padding-right: 1%;
    	}

    	#main-logo {
    		width: 179px;
    	}

    	.header-content {
    		padding-left: 190px;
    	}

    	.submenu:before {
    		left: 220px;
    		margin-left: 1%;
    	}

    	.submenu-beneficios:before {
    		left: 360px;
    	}

    	.submenu-atendimento:before {
    		left: 525px;
    	}

    	.submenu-apoio:before {
    		left: 280px;
    	}

    	.submenu-programas:before {
    		left: 470px;
    	}
    }
    /*/mediaquery*/



/*----------------------------------------------
    > 1300px
    ----------------------------------------------*/
    @media screen and (min-width: 81.25em) {

    	.main-header {
    		padding-left: 4%;
    		padding-right: 4%;
    	}

    	.submenu:before {
    		margin-left: 4%;
    	}

    	.account a.btn {
    		padding: 0 20px;
    		font-size: 1rem !important;
    	}
    }
    /*/mediaquery*/


/*----------------------------------------------
   > 1440px
   ----------------------------------------------*/
   @media screen and (min-width: 90em) {

   	.main-menu > ul > li {
   		font-size: 1.1rem;
   	}

   	.account a.btn {
   		padding: 0 20px;
   		font-size: 1.1rem !important;
   	}
   }
   /*/mediaquery*/




   .ms-webpart-chrome-title *,
   .ms-webpart-chrome-title *:before,
   .ms-webpart-chrome-title *:after {
   	-webkit-box-sizing: content-box !important;
   	-moz-box-sizing: content-box !important;
   	box-sizing: content-box !important;
   }


   .ms-webpart-chrome-title input[type="radio"],
   .ms-webpart-chrome-title input[type="checkbox"] {
   	margin-right: 0;
   }



/*====================================================================================================
busca / autocomplete - 17/11/14
====================================================================================================*/






/*----------------------------------------------
   Autocomplete do cabeÃƒÂ§alho
   ----------------------------------------------*/

   .ui-autocomplete {
   	background-color: #fff;
   	border: 1px solid #adadad;
   	border-radius: 5px;
   	box-shadow: -3px 4px 27px #d2d4da;
   	box-shadow: -3px 4px 27px rgba(210, 212, 218, 0.3);
   	margin-top: 25px;
   	/*min-height: 440px;*/
   	overflow: visible;
   	z-index: 1001;
   }

   .ui-menu-item, .ui-autocomplete li {
   	font-family: "FuturaWeb";
   	height: 32px !important;
   	line-height: 17px;
   	padding: 20px !important;
   	color: #a5aab5;
   	font-size: 16px;
   	font-weight: 400;
   }

   .ui-menu-item strong, .ui-autocomplete li strong {
   	color: #006bae;
   	font-size: 20.7px;
   	font-weight: normal;
   }

   .ui-state-focus, .ui-autocomplete li:hover {
   	background-color: #0b85d2 !important;
   	border: 1px solid #096aa8;
   }
   /*Removendo estilo jquery-ui*/
   .ui-widget-content .ui-state-active {
   	border: none;
   	background-color: transparent;
   	color: #ccc;
   }

   .ui-state-focus, .ui-state-focus strong, .ui-autocomplete li:hover, .ui-autocomplete li:hover strong {
   	color: #ffffff !important;
   }

   .ui-autocomplete .ver-todos {
   	background-color: #f4f4f6;
   	border-bottom-left-radius: 5px;
   	border-bottom-right-radius: 5px;
   	border-top: 1px solid #d2d4da;
   	margin-top: 2px;
   	min-height: 37px;
   }

   .ui-autocomplete .ver-todos > strong {
   	display: inline-block;
   	min-height: 10px;
   	padding-top: 9px;
   	color: #1f2a47;
   }

   .ui-menu-item {
   	overflow-y: hidden;
   }

   #ui-id-2.autocompletar55 {
   	height: 163px !important;
   	max-height: 163px !important;
   	min-height: 163px !important;
   	overflow-x: hidden;
   	overflow-y: scroll;
   	border-radius: 0;
   }

   #ui-id-2.autocompletar55 .ui-menu-item {
   	margin: 0 !important;
   	padding: 7px !important;
   }

   #ui-id-1.numero-agencia {
   	display: inline-table !important;
   	position: relative;
   	top: -17px !important;
   }

   #ui-id-1.numero-agencia .ui-menu-item {
   	height: auto !important;
   }

   .search .txtEndereco.autocomplete {
   	background-color: #fff !important;
   }

/*----------------------------------------------
   Resultados da Busca
   ----------------------------------------------*/


   #resultadosBreadcrumb {
   	padding-top: 24px;
   }

   .search-input-resultados {
   	border: 1px solid #a5aab5 !important;
   	box-shadow: 2px 1px 8px rgba(165, 170, 181, 0.6) inset;
   	color: #000;
   	font-family: "FuturaWeb";
   	font-size: 18px !important;
   	min-height: 55px !important;
   	width: 406px !important;
   	background-color: #fff;
   }

/*#resultadoBuscaBotao {
#resultadosBuscaForm #SearchBox input {
	display:inline-block !important;
    position:absolute !important;
    overflow:hidden !important;
	text-indent: -500px !important;
	border: none !important;
	background: url("/_layouts/15/images/searchresultui.png?rev=23") no-repeat scroll -4px -40px rgba(0, 0, 0, 0);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	background: url("/_layouts/15/images/searchresultui.png?rev=23") no-repeat scroll -4px -40px transparent;
	width: 24px ! important;
	height: 24px ! important;
	right: -116px;
	top: 18px ! important;
}

   


#resultadosBuscaForm .ms-srch-sb-searchLink { display: none; }*/

#resultadosTitulo h1 {
	margin-bottom: 5px;
}

#numeroResultadosEncontrados {
	border-bottom: 1px solid rgb(210, 212, 218);
	height: 77px;
}

#numeroResultadosEncontrados div {
	margin-top: 23px;
}

#resultadosBuscaFiltro {
	font-weight: bold;
	font-size: 16px;
	width: 394px;
	margin-top: 60px;
}

.resultados-filtro {
	border-bottom: 1px solid #d2d4da;
	/*height: 72px; removendo altura fixa*/
	padding-bottom: 10px;
	padding-top: 10px;
	width: 261px;
}

.resultados-filtro .active {
	color: #7f8182;
	cursor: context-menu;
}

.resultados-filtro .normal {
	/* font-weight: normal; alteraÃ§Ã£o para negrito */
}

#resultadosBuscaResultado {
	margin-top: 83px;
}

.resultado-busca-item {
	margin-bottom: 27px;
}

.resultado-busca-titulo {
	color: rgb(0, 102, 166) !important;
	font-weight: 100;
	font-size: 27.4px;
	margin-bottom: 7px;
}

.resultado-busca-pagina {
	border-bottom: 1px solid #d2d4da;
	border-top: 1px solid #d2d4da;
	margin-bottom: 32px;
	padding-bottom: 23px;
	padding-top: 23px;
}

#resultadosBuscaForm #SearchBox input {
	background-color: #fff;
	color: #7f8182;
	border: 1px solid #a5aab5 !important;
	border-radius: 3px !important;
	box-shadow: 2px 1px 8px rgba(187, 187, 187, 0.6) inset;
	box-sizing: border-box !important;
	font-size: 0.8rem !important;
	height: 55px !important;
	width: 437px;
	outline: medium none !important;
	padding: 0 35px 0 15px !important;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
	background-image: url("/_layouts/15/images/searchresultui.png?rev=23");
	background-position: 2px -31px;
	display: inline-block;
	height: 32px;
	margin-left: -41px;
	margin-top: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 32px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#resultadosBuscaForm .ms-srch-sbLarge-searchImg {
	display: none;
}

#resultadosBuscaForm #SearchBox {
	margin-bottom: 35px;
	margin-top: 5px;
}

#resultadosBreadcrumb a {
	font-size: 12px;
}

.resultados-breadcrumb-separador {
	font-size: 11.6px;
	margin: 6px 8px 6px 6px;
}

#resultadosBuscaResultado c0 {
	font-weight: bold;
}

#buscaResultadosLoading {
	background-image: url("/Style%20Library/images/icon-busca-loading.png");
	height: 34px;
	width: 34px;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*
--------------------------------------------
   Mobile
   -------------------------------------------- */

   @media screen and (max-width: 37.5em) {


   	#resultadosBreadcrumb {
   		padding-top: 5px;
   	}

   	#resultadosBreadcrumb a {
   		font-size: 17px;
   	}

   	#resultadosTitulo h1 {
   		font-size: 48px;
   		padding-top: 4px;
   	}

   	#resultadosBuscaForm #SearchBox {
   		margin-bottom: 15px;
   	}

   	#numeroResultadosEncontrados {
   		height: 67px;
   	}

   	#resultadosBuscaFiltro {
   		margin-top: 22px;
   		width: 100%;
   	}

   	#resultadosBuscaResultado {
   		margin-top: 98px;
   	}

   	#resultadosBuscaForm #SearchBox > div {
   		width: 100%;
   	}

   	#resultadosBuscaForm #SearchBox input {
   		width: 97%;
   	}
   }


/* 
--------------------------------------------
   Tablet
   -------------------------------------------- */

   @media screen and (min-width: 37.5em) and (max-width: 62.5em) {

   	#resultadosTitulo h1 {
   		font-size: 59px;
   	}

   	#resultadosBuscaFiltro {
   		margin-top: 18px;
   	}

   	#resultadosBuscaResultado {
   		clear: both;
   		margin-top: 36px;
   	}

   	#resultadosBreadcrumb a {
   		font-size: 17px;
   	}
   }


   /* Fim de Resultados da Busca */


   /* Correcao pra 18px embaixo */
   body > object, body > span, #DeltaSPWebPartManager {
   	display: none !important;
   }

   body {
   	height: 100% !important;
   }

   /* Acessibilidade correcoes*/
   h1.title-hide {
   	display: none;
   }

   .txtAjax.hide, .title-hide-logo, .campo-justificatica-hide, .label-input-hide {
   	display: none;
   }

   .footer-column i.fa-1x {
   	font-size: 1.3em;
   }

   @media screen and (min-width: 62.5em) { /*>100px*/
   	.header-content .languages li.rybena a {
   		display: inline-block;
   	}
   }


/*
===================================================================
! NOVA IDENTIDADE CAIXA
===================================================================
*/

h1, h2, h3, h4, h5 {
	font-weight: normal;
}


/*
===================================================================
! Content-Header inicio
===================================================================
*/


.main-header {
	background-color: transparent;
	border: none;
	position: relative;
	z-index: 5;
}

body.home .main-header {
	background-color: transparent !important;
}

.main-header.white-header {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1920px 108px;
	background: transparent;
	border-bottom: none;
	margin-bottom: 5px;
	outline: 0px solid #f8931b;
}

.poder-publico .white-header #main-nav .main-menu ul li a, .poder-publico .white-header .header-content > .hotlinks > ul > li > a {
	color: #fff;
}

.paginaSocial .white-header #main-nav .main-menu ul li a, .paginaSocial .white-header .header-content > .hotlinks > ul > li > a {
	color: #0164a8;
}

.poder-publico .white-header #main-nav .main-menu .submenu-column > ul > li > a {
	color: #0164a8;
}

.main-menu {
	min-width: 710px;
	width: 78%;
}

.main-menu > ul {
	border-bottom: 1px solid #3485c2;
	padding-bottom: 10px;
	padding-left: 2%;
	width: auto;
	z-index: 2;
}

body.home .main-menu > ul {
	padding-left: 5.5%;
}

body.paginaSocial .main-menu > ul, {
	border-bottom: 1px solid #cdd4d9;
}

.main-menu > ul > li.has-submenu > a:after {
	background: url("/Style%20Library/images/bl_arrowMenuHome.png") no-repeat 0 0;
	height: 6px;
	width: 7px;
}

body.paginaSocial .main-menu > ul > li.has-submenu > a:after {
	background: url("/Style%20Library/images/bl_arrowMenuHomeSociais.png") no-repeat 0 0;
}


#content-menu > ul > li > a {
    color: #4c546d;
    font-family: 'FuturaWeb';
    font-size: 13px;
    padding-top: 36px;
    text-transform: none;
}

    #content-menu > ul > li > a strong {
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

#content-menu > ul > li.active > a {
	color: #4c546d;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
}

#content-menu > ul > li.active {
	border: none;
}

#content-menu > ul > li.active > a {
	background-image: url("/Style%20Library/images/gr_linkAtivo.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content-menu > ul > li > a img {
	margin: 0 auto 5px;
}

.main-menu > ul > li > a {
    font-family: 'FuturaWeb';
    font-size: 18px;
    opacity: 0.7;
}

body.home .main-menu > ul > li > a {
	opacity: 1;
}

body.paginaSocial .main-menu > ul > li > a {
	color: #0066b3;
}

.main-menu > ul > li > a.soft {
    color: #fff;
    font-family: 'FuturaWeb';
    font-size: 16px;
    font-weight: bold;
}

.main-menu .search-box {
	border-bottom: 1px solid #ffffff;
	float: right;
	width: 22%;
}

body.paginaSocial .main-menu .search-box {
	border-bottom: 1px solid #4c546d;
}

.main-menu .search-box .search-input {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    font-family: 'FuturaWeb';
    font-size: 16px !important;
    padding: 0 15px 0 45px !important;
}

body.paginaSocial .main-menu .search-box .search-input {
	color: #0066b3;
}

body.paginaSocial .main-menu .search-box .search-input::-webkit-input-placeholder {
	color: #0066b3;
}

body.paginaSocial .main-menu .search-box .search-input::-moz-placeholder { /* Firefox 19+ */
	color: #0066b3;
}

body.paginaSocial .main-menu .search-box .search-input:-ms-input-placeholder { /* IE 10+ */
	color: #0066b3;
}

.main-menu .search-box button {
	background-image: url("/Style%20Library/images/gr_lupaBusca.png");
	font-size: 16px;
	left: 20px;
}

body.paginaSocial .main-menu .search-box button {
	background-image: url("/Style%20Library/images/gr_lupaBuscaSociais.png");
}

.header-content {
	border-bottom: none;
	box-shadow: none;
	padding-left: 46px;
}

body.home .header-content {
	padding-left: 178px;
}

div.header-content .hotlinks {
	padding: 0;
	padding-top: 12px;
}

.header-content > .hotlinks > ul {
	margin: 0;
}

div.header-content .hotlinks ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 23px;
}

body.paginaSocial div.header-content .hotlinks ul li a {
	color: #0066b3;
}

.header-content > .hotlinks > .languages > li {
	color: #fff;
	font-size: 13px;
}

.header-content > .hotlinks > .languages > li {
	color: #fff;
	font-size: 13px;
}
/*
.languages li:nth-child(2) {
    margin: 0 2px;
    background: url(../images/flag_uk_ico.png) center center no-repeat;
    float: none;
    display: block;
    background-size: 18px 12px;
}
*/
body.paginaSocial .header-content > .hotlinks > .languages > li {
	color: #0066b3;
}

.header-content > .hotlinks > ul > li {
	display: block;
	float: left;
}

.header-content .hotlinks .languages li.rybena a, .header-content .menu-hotlinks .languages li.rybena a {
	background: url("/Style%20Library/images/gr_libras.png") center center no-repeat;
	display: block;
	height: 24px;
	float: none;
	margin-top: -2px;
	width: 16px;
}

body.paginaSocial .header-content .hotlinks .languages li.rybena a {
	background: url("/Style%20Library/images/gr_librasSociais.png") center center no-repeat;
}

.header-content > .hotlinks > .helper {
	margin-left: 10px;
	padding: 0;
}



div.account {
	padding-right: 25px;
	min-width: 205px;
	width: auto;
}

.orange {
	border: none;
	background-image: none;
	background-color: #d17d00;
	border-radius: 3px;
	color: #fff;
}

.account a.btn {
    font-family: 'FuturaWeb';
    font-size: 18px !important;
}

.account > .form > button > .icon, .account .icon {
	background: url("/Style%20Library/images/gr_acessoConta.png") 0 0 no-repeat;
	height: 12px;
	width: 11px;
}

.submenu {
	top: 110px;
}

body.home .submenu {
	top: 135px;
}


@media screen and (min-width: 62.5em) {

	.submenu:before {
		left: 100px;
	}

	.submenu-beneficios:before {
		left: 245px;
	}

	.submenu-atendimento:before {
		left: 410px;
	}

	.submenu-apoio:before {
		left: 125px;
	}

	.submenu-programas:before {
		left: 280px;
	}
}

@media screen and (min-width: 75em) {

	.submenu:before {
		left: 100px;
	}

	body.home .submenu:before {
		left: 280px !important;
	}

	.submenu-beneficios:before {
		left: 245px;
	}

	body.home .submenu-beneficios:before {
		left: 424px !important;
	}

	.submenu-atendimento:before {
		left: 405px;
	}

	body.home .submenu-atendimento:before {
		left: 590px !important;
	}

	.submenu-apoio:before {
		left: 160px;
	}


	.submenu-programas:before {
		left: 350px;
	}
}
/*/mediaquery*/


#main-logo {
	border-right: none;
	padding: 0;
	width: 90px;
}

#main-logo > a {
	background: url("/Style%20Library/images/novaLogoInternas.png") no-repeat 0 0;
	height: 151px;
	margin-left: -38px;
	position: relative;
	width: 90px;
}

body.paginaSocial #main-logo > a {
	background: url("/Style%20Library/images/novaLogoInternas_social.png") no-repeat 0 0;
}

body.home #main-logo {
	padding: 52px 0;
	border-right: 1px solid #15527e;
	width: 179px;
}

body.home #main-logo > a {
	background: url(/Style%20Library/images/sprites.png) no-repeat 0 0;
	width: 115px;
	height: 25px;
	display: block;
	margin: 0 auto;
}



@media screen and (min-width: 62.5em) and (max-width: 66.5em) {


	.header-content {
		padding-left: 46x;
	}

	body.home .header-content {
		padding-left: 178px;
	}
}


@media screen and (min-width: 75em) {

	.header-content {
		padding-left: 46px;
	}

	body.home .header-content {
		padding-left: 178px;
	}
}


/*
===================================================================
! Content-Header Fim
===================================================================
*/


/*
===================================================================
! Destaque internas Inicio
===================================================================
*/

div.wp010 {
	background-image: url("/Style%20Library/images/bg_destaqueInternas.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 2;
}


span.tituloAzul {
	color: #1f2a47 !important;
}

div.wp010 .hero-landing.bg-blue {
	background: transparent;
}

div.hero-landing.wp-topo h1 {
    color: #fff;
    font-family: 'FuturaWeb';
    font-size: 4.609rem;
    font-weight: normal;
}

    div.hero-landing.wp-topo h1 strong {
        color: #fff;
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

div.hero-landing.wp-topo h1 span.tituloAzul {
	color: #1f2a47;
}

    div.hero-landing.wp-topo h1 strong.tituloAzul {
        color: #1f2a47;
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

.hero-landing .description {
	color: #ffffff;
	font-size: 16px;
}

.hero-landing .hero-landing-cta {
	color: #fff;
}

#t045.hero-landing .hero-landing-cta, #t039.hero-landing .hero-landing-cta {
	color: #4c546d;
}

.special-theme .hero-landing-cta {
	margin-top: 0;
	max-width: 100%;
}

.hero-landing .content-wrapper {
	max-width: 100%;
}

.hero-landing .hero-landing-cta a.btn {
	border: none !important;
	background-image: none !important;
	background-color: #d17d00 !important;
	border-radius: 3px !important;
}

#t045.hero-landing .hero-landing-cta a.btn, #t039.hero-landing .hero-landing-cta a.btn {
	color: #4c546d;
}

.hero-landing .hero-landing-cta a.btn i {
	display: none;
}

.hero-landing .hero-landing-cta h2 {
	background-image: url(/Style%20Library/images/gr_trianguloTitulo.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 26px;
	margin-top: 0;
	padding-top: 1em;
}

    .hero-landing .hero-landing-cta h2 span {
        color: #fff;
        font-family: 'FuturaWeb';
        font-size: 28px !important;
    }

.hero-landing .hero-landing-cta h2 span.tituloAzul {
	color: #1f2a47 !important;
}

.paginaSocial .hero-landing .hero-landing-cta h2 span {
	color: #4c546d;
}

body.poder-publico div.wp064 .hero-landing-cta h2 {
	background-image: none;
	font-size: 1.2rem;
}

body.poder-publico div.wp064 .hero-landing-cta h2 p {
	font-size: 1.2rem;
}

.hero-landing .hero-landing-cta h2 strong {
    color: #fff;
    font-family: 'FuturaWeb';
    font-size: 28px;
}

.hero-landing .hero-landing-cta h3 {
    color: #fff !important;
    font-family: 'FuturaWeb';
    font-size: 22px;
    opacity: 0.7;
}

    .hero-landing .hero-landing-cta h3 p {
        font-family: 'FuturaWeb';
        font-size: 22px;
    }

#t045.hero-landing .hero-landing-cta h3, #t045.hero-landing .hero-landing-cta h3 p, #t039.hero-landing .hero-landing-cta h3, #t039.hero-landing .hero-landing-cta h3 p {
    color: #4c546d !important;
    font-family: 'FuturaWeb';
}

div.special-theme-2 {
	overflow: inherit;
	position: relative;
}

@media screen and (min-width: 37.5em) {
	#wp010, div.special-theme-2 {
		padding-top: 118px;
	}

	#t020 {
		margin-top: -118px;
		padding-top: 118px;
        /*margin-top: -162px;
        padding-top: 162px;*/
    }

    #wp039 {
    	margin-top: -118px;
    	padding-top: 118px;
        /*margin-top: -162px;
        padding-top: 162px;*/
    }
}

@media screen and (min-width: 37.5em) and (max-width: 62.49em) {
	#wp010, div.special-theme-2 {
		margin-top: -86px;
		padding-top: 86px;
	}

	#t020 {
		margin-top: -86px;
		padding-top: 86px;
	}
}


.wp-topo .breadcrumb {
    font-family: 'FuturaWeb';
}

.wp-topo .breadcrumb a, .wp-topo .breadcrumb span {
	color: #ffffff;
}

body.paginaSocial .wp-topo .breadcrumb a, body.paginaSocial .wp-topo .breadcrumb span {
	color: #4c546d;
}

.section-services .service {
	background-color: transparent;
}

    .section-services .service .title {
        background-image: url("/Style%20Library/images/tituloServicos.png");
        background-position: 0 23px;
        background-repeat: no-repeat;
        font-family: 'FuturaWeb';
        font-size: 1.2rem;
    }

.section-services .service p {
	color: #4c546d;
}

.wp-topo h1 {
    font-family: 'FuturaWeb';
    font-weight: bold;
}

.wp026 .wp-topo .description, .wp015 .wp-topo .description, .wp026 .wp-topo .description p, .wp015 .wp-topo .description p, .wp039 .wp-topo .description, .wp039 .wp-topo .description p {
    color: #ffffff;
    font-family: 'FuturaWeb';
    font-size: 1.2rem;
}

body.paginaSocial .wp026 .wp-topo .description, body.paginaSocial .wp015 .wp-topo .description, body.paginaSocial .wp039 .wp-topo .description, body.paginaSocial .wp026 .wp-topo .description p, body.paginaSocial .wp015 .wp-topo .description p, body.paginaSocial .wp039 .wp-topo .description p {
	color: #4c546d;
}


/*
===================================================================
! Destaque internas Home Fim
===================================================================
*/

.wp-box {
	border-bottom: 1px solid #dedede;
}

.wp-box.topNav {
	border-color: #cfe2e0;
}

    .wp-box h3.zeta {
        font-family: 'FuturaWeb';
    }

div.wp018 .wp-box h3.zeta {
	color: #0066b3;
}

.section-products h2 {
    color: #0066b3;
    font-family: 'FuturaWeb';
    font-size: 48px;
    font-weight: bold;
}

.section-products h2 span {
	font-size: 46px;
}

.section-products ul.products.product-textual h3 {
    color: #0066b3;
    font-family: 'FuturaWeb';
    font-size: 24px;
}

    .section-products ul.products.product-textual h3 strong {
        color: #0066b3;
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

.section-products ul.products.product-textual li {
	padding: 45px 0 35px 0;
}

.section-products ul.products li p {
	color: #7F8182;
    font-size: 1rem;
    line-height: 1.45;
}

    .section-products ul.products li p a.see-more {
        color: #d17d00;
        font-family: 'FuturaWeb';
        font-size: 16px;
        font-weight: bold;
    }

.section-products .other-services h3 {
    color: #4c546d;
    font-family: 'FuturaWeb';
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    font-weight: bold;
}

.section-products .other-services ul li h4 {
    color: #0066b3;
    font-family: 'FuturaWeb';
    font-size: 1.5rem;
}

    .section-products .other-services ul li h4 strong {
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

.section-products .other-services ul li:after {
	display: none;
}

.section-highlight .product {
	margin: 40px 0 70px;
}

    .section-highlight .product .title {
        color: #0066b3;
        font-family: 'FuturaWeb';
        font-size: 2rem;
        font-weight: bold;
    }

    .section-highlight .product .see-more {
        color: #d17d00;
        font-family: 'FuturaWeb';
        font-size: 14px;
        font-weight: bold;
    }

        .section-highlight .product .see-more > a {
            color: #d17d00;
            font-family: 'FuturaWeb';
            font-weight: bold;
        }



/*
===================================================================
! Destaques Home Inicio
===================================================================
*/







/*----------------------------------------------
   > 1440px
   ----------------------------------------------*/



div.slide-row .article-content h1 {
    font-family: 'FuturaWeb';
    font-size: 57px;
    font-weight: normal;
    margin-left: 0;
}

    div.slide-row .article-content h1 strong {
        color: #fff;
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

.desktop .content-section div.article-actions p {
    font-family: 'FuturaWeb';
    font-size: 22px;
    font-weight: normal;
}

.article-actions > p.action a.home-button {
    border-radius: 3px;
    font-family: 'FuturaWeb';
    font-size: 18px;
    line-height: 16px;
    padding: 14px 30px;
}

   .article-actions > p.action a.home-button.white {
   	background-color: #d17d00;
   	background-image: none;
   	background: linear-gradient(to bottom, rgba(253,169,23,1) 0%,rgba(252,143,1,1) 100%);
   	border: none;
   	box-shadow: 0px 2px 0 rgba(31,42,71,.1);
   	color: #ffffff;
   }

   .article-actions > p.action a.home-button.white:hover {
   	background: linear-gradient(to bottom, rgba(255,179,45,1) 0%,rgba(255,154,0,1) 100%);
   }

   .slide-modelo-02 .article-actions, .slide-modelo-05 .article-actions {
   	margin-left: 0;
   }

   .related-itens {
   }

   .related-itens h2 {
   	font-size: 1.8rem;
   	font-weight: normal;
   }

   .related-itens > ul {
   }

   .related-itens > ul > li {
   	border-bottom: 1px solid #3985be;
   	box-shadow: 0 0 #3985be;
   }

   .related-itens > ul > li .home-related-title {
   	font-family: sans-serif;
   	font-size: 16px;
   }

   .related-itens > ul > li .milli {
   	font-family: sans-serif;
   	font-size: 14px;
   }

    .related-itens li.see-more a {
        color: #ffffff;
        font-family: 'FuturaWeb';
        font-size: 16px;
        font-weight: bold;
    }

   @media screen and (min-width: 87.5em) {

   	.desktop .article-content {
   		margin-left: 5%;
   		padding-left: 0;
   		width: 70%;
   	}

   	.desktop .content-section div.row {
   		margin-left: 0;
   	}
   }
   /*/mediaquery*/


   @media screen and (max-width: 62.49em) and (min-width: 37.5em) {
   	body.home #main-logo {
   		padding: 30px 0;
   		width: 131px;
   	}
   }

/*
===================================================================
! Destaques Home Fim
===================================================================
*/



/* 
    Internas nivel 2
    */

    div#wp026 {
    	background-image: url("/Style%20Library/images/bg_institucionalInterno.jpg");
    	background-repeat: no-repeat;
    	background-position: top center;
    	background-size: cover;
    	z-index: 2;
    }

    #resultadosBuscaForm {
    	background-image: url(/Style%20Library/images/bg_socialInterno.jpg);
    	background-repeat: no-repeat;
    	background-position: center -42px;
    	padding-top: 118px;    	
    	position: relative;
    }

    .error-page {
    	background-image: url(/Style%20Library/images/bg_destaqueInternas.jpg);
    	background-position: center top;
    	position: relative;
    	padding-top: 118px;    	
    	background-repeat: no-repeat;
    	background-size: cover;
    }

    .error-page .error-content, .error-page .error-content p, .error-page .error-content p a, .error-page .error-content h3 {
    	color: #fff;
    }

    .error-page .error-content h3

    @media screen and (min-width: 37.5em) {
    	#resultadosBuscaForm

    	{
    		margin-top: -118px;
    		padding-top: 118px;
    	}

    }

    @media screen and (min-width: 37.5em) and (max-width: 62.49em) {
    	#resultadosBuscaForm {
    		margin-top: -86px;
    		padding-top: 86px;
    	}
    }

    div#wp026 .wp-topo,
    div#wp015 .wp-topo {
    	background-color: transparent;
    	box-shadow: inset 0 0px #fda814;
    }

    #wp064 .wp-topo, .wp064 .wp-topo {
    	position: relative;
    }

    @media screen and (min-width: 37.5em) {
    	div#wp026, div#wp015, div#t039, div#t045, #wp064 .wp-topo {
    		padding-top: 118px;
    	}
    }

    @media screen and (min-width: 37.5em) and (max-width: 62.49em) {
    	div#wp026, div#wp015, div#t039, div#t045, #wp064 .wp-topo {
    		margin-top: -86px;
    		padding-top: 86px;
    	}
    }


    div#wp015, div#t045, div#t039 {
    	background-image: url("/Style%20Library/images/bg_socialInterno.jpg");
    	background-repeat: no-repeat;
    	background-position: top center;
    	background-size: cover;
    }

    div#wp015 .wp-topo h1, div#t45 .wp-topo h1, div#t039 .wp-topo h1 {
    	color: #4c546d;
    }

    div#wp015 .wp-topo h1 strong, div#t045 .wp-topo h1 strong, div#t039 .wp-topo h1 strong {
    	color: #0066b3;
    }

    div#wp015 .wp-topo .description, div#t045 .wp-topo .description, div#t039 .wp-topo .description {
    	color: #4c546d;
    }


.section-vantagens h2 span {
    font-family: 'FuturaWeb';
}

.wp-nav-spy ul > li a {
    color: #4c546d;
    font-family: 'FuturaWeb';
    font-size: 1.5rem;
}

    .wp-nav-spy ul > li a:hover {
    font-weight:bold
	}	


    .wp-nav-spy ul > li.active a {
    	color: #45c0ae;
    }

.wp-nav-spy .special a.btn {
    font-family: 'FuturaWeb';
}

    h2, h2 p, .beta, .beta p {
    	font-size: 2.880rem;
    }

    h2 span, h2 p span {
    	font-size: 2rem !important;
    	margin: 0;
    }

.wp-box h1, .wp-box h2, .wp-box h3, .wp-box h4, .wp-box h5, .wp-box h6, .wp-topo h1, .wp-topo h2, .wp-topo h3 {
    color: #0066b3 !important;
    font-family: 'FuturaWeb';    
}

    .wp-box h2 span, .wp-box h3 span, .wp-box h4 span, .wp-box h5 span, .wp-box h6 span, h2 span, h3 span, h4 span, h5 span, h6 span, .wp-topo h2 span, .wp-topo h3 span {
        color: #3A4859;
        font-family: 'FuturaWeb';
        margin: 0;
    }

.wp026 .wp-topo h1, .wp015 .wp-topo h1, #t045 .wp-topo h1, #t039 .wp-topo h1 {
    color: #adc0c4;
    font-family: 'FuturaWeb';
}

    .wp026 .wp-topo h1 strong, .wp015 .wp-topo h1 strong, #t039 .wp-topo h1 strong, #t045 .wp-topo h1 strong {
        color: #0066b3;
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

    body.paginaSocial .wp026 .wp-topo h1 strong, body.paginaSocial .wp015 .wp-topo h1 strong, body.paginaSocial #t045 .wp-topo h1 strong, body.paginaSocial #t039 .wp-topo h1 strong {
    	color: #4c546d;
    }

    .wp026 .wp-topo h1 strong {
    	color: #fff;
    }

    .bg-blue h1 {
    }

    .bg-blue h1 strong {
    }

.related-box .giga, .related-box .mega, .related-box .kilo, .related-box .alpha, .related-box .beta, .related-box .gamma, .related-box .delta, .related-box .epsilon, .related-box .zeta, .related-box h1, .related-box h2, .related-box h3, .related-box h4, .related-box h5, .related-box h6 {
    font-family: 'FuturaWeb';
}

#t066 h3, #t066 .zeta {
    font-family: 'FuturaWeb';
}

a.blue {
    background-color: transparent;
    background-image: none;
    border: 1px solid #45c0ae;
    border-radius: 3px;
    color: #4c546d;
    font-family: 'FuturaWeb';
    font-size: 1.1em;
    padding: 0 2.3em;
    font-weight: bold;
}

    a.blue strong {
        font-family: 'FuturaWeb';
        font-weight: bold;
    }
/*.section-vantagens .action a.btn {
    background-color: transparent;
    background-image: none;
    border: 1px solid #45c0ae;
    border-radius: 3px;
    color: #4c546d;
    font-family: 'FuturaWeb';
    font-size: 0.9em;
    padding: 0 2em;
    }*/

.section-vantagens .paragraphy .description span a {
    background-color: transparent;
    background-image: none;
    border: 1px solid #45c0ae;
    border-radius: 3px;
    color: #4c546d;
    cursor: pointer;
    display: inline-block;
    font-family: 'FuturaWeb';
    font-size: 0.9em;
    line-height: 2.8rem;
    min-height: 2.65em;
    min-width: 3em;
    padding: 0 2em;
    width: auto;
    font-weight: bold;
}

    .section-vantagens .title-paragraphy .description h4 {
    	font-size: 14px;
    }


.lista-numerada > li:before {
    color: #45c0ae;
    font-family: 'FuturaWeb';
    font-weight: bold;
}

    .section-steps .steps-description h3.title {
    	color: #4c546d;
    }

.section-faq ul > li.see-more > a {
    color: #d17d00;
    font-family: 'FuturaWeb';
    font-weight: bold;
}

    .section-artigo .colsm-7 ul li:before {
    	color: #4c546d;
    }


    .section-apps {
    	background-image: url("/Style%20Library/images/bg_aplicativosCaixa.png");
    	background-size: cover;
    }

        .section-apps h2 {
            color: #88e5d6 !important;
            font-family: 'FuturaWeb';
            font-size: 3rem;
            margin-bottom: 30px;
            font-weight: bold;
        }

    .section-apps .action {
    	margin: 65px 0 0;
    }

    .section-apps .action a.btn {
    	background-color: transparent;
    	background-image: none;
    	border: 1px solid #68b7c8;
    	border-radius: 3px;
    	color: #fff;
    	padding: 0 18px;
    	width: 260px;
    }

    .section-apps .action a.btn span {
            font-family: 'FuturaWeb';
            font-size: 1em;
    }

    .section-apps .action a.btn span strong {
                font-family: 'FuturaWeb';
                font-weight: bold;
    }

    .section-apps .action a.btn i.fa {
    	color: #88e5d6;
    	font-size: 100%;
    	margin-right: 15px;
    }

    div.feedback-2 div.feedback-wrapper {
    	background-color: #eef8f6;
    	border: none;
    	box-shadow: none;
    	padding: 19px;
    }

    div.feedback-2 div.feedback-wrapper p {
    	background-image: url("/Style%20Library/images/bg_destaqueTitulo.png");
    	background-position: top left;
    	background-repeat: no-repeat;
    	margin: 0;
    	padding-left: 30px;
    }

    div.feedback-2 div.feedback-wrapper p a {
    	color: #0066b3;
    }

    div.feedback, div.feedback-2 {
    	border: none;
    }

    div.feedback div.feedback-wrapper {
    	background-color: #eef8f6;
    	border: none;
    	box-shadow: none;
    	padding: 19px;
    }

    div.feedback div.feedback-wrapper p {
    	background-image: url("/Style%20Library/images/bg_destaqueTitulo.png");
    	background-position: top left;
    	background-repeat: no-repeat;
    	margin: 0;
    	padding-left: 30px;
    }

    div.feedback div.feedback-wrapper p a {
    	color: #0066b3;
    }

    .section-faq .faq-channels {
    	border: none;
    }

    .section-faq .faq-channels .channel p {
    	color: #0066b3;
    }

    .section-faq .faq-channels .channel p span {
    	color: #4c546d;
    }

div.produtos-caixa h2 {
    font-family: 'FuturaWeb';
    font-size: 3rem;
    padding-top: 10px;
    font-weight: bold;
}

    div.produtos-caixa h2 strong {
        color: #0066b3;
        font-family: 'FuturaWeb';
        font-weight: bold;
    }

.produtos-caixa a.see-more {
    color: #d17d00;
    font-family: 'FuturaWeb';
    font-weight: bold;
}

    .section-vantagens .vantagens h3.zeta {
    	color: #0066b3;
    }



/*
    Home
    */


    .home div.header-content .hotlinks {
    	padding-right: 25px;
    	padding-top: 32px;
    	margin-bottom: 16px;
    }

    @media screen and (min-width: 62.5em) {

    	.home .header-content > .hotlinks {
    		margin-bottom: 25px;
    	}
    }



/*
    FOOTER
    */

#footer .footer-column p .fone {
    color: #0066b3;
    font-family: 'FuturaWeb';
}

    #footer .footer-content .icon {
    	color: #45c0ae;
    }

    #footer > .hotlinks {
    	background-color: #eef8f6;
    }

    #footer .hotlinks ul.ainfo {
    	float: right;
    }

/*
===================================================================
! NOVA IDENTIDADE MOBILE CAIXA
===================================================================
*/




/*
    MOBILE
    */

    ul.ainfo-mobile {
    	padding-top: 10px;
    }

    ul.ainfo-mobile li {
    	display: block;
    	float: left;
    }

    ul.ainfo-mobile li.rybena {
    	padding: 6px 15px 0px 5px;
    }

    ul.ainfo-mobile li.integridade {
    	padding-right: 10px;
    }

    @media screen and (max-width: 37.5em) {
    	body.home #main-logo {
    		border-right: 1px solid #cadde9;
    		padding: 22px 0;
    	}

    	body.home .mobile-account {
    		background-color: #d17d00;
    	}

    	body.home .mobile-account a {
    		color: #ffffff;
    		padding: 22px 35px 22px 5px;
    	}

    	body.home .mobile-account > a:before {
    		background-image: url("../img/acesso_conta.png");
    		background-size: 16px 20px;
    		background-position: 0 0;
    	}

            body.home .mobile-account > a, body.home .mobile-menu > a {
                font-family: 'FuturaWeb';
                font-size: 1.5rem;
            }

    	body.home div.slide-row .article-content h1 {
    		font-size: 2rem !important;
    		letter-spacing: -1px;
    	}

    	body.home div.slide-row .article-content h1 strong {
    		color: #ffffff;
    	}

    	body.home .article-actions {
    		padding-left: 20px;
    	}

    	body.home .article-actions > .description {
    		font-size: 1.2rem;
    	}

    	body.home .related-itens h2 {
    		font-size: 1.3rem;
    	}

    	body.home .related-itens > ul > li .home-related-title {
    	}

    	body.home #content .article-actions > .action {
    		margin-top: 285px;
    	}

    	body.home .article-actions > p.action a.home-button {
    		background-color: none;
    		border: 1px solid #65b4c9;
    	}


    /*
        MENU
        */
        #main-nav .main-menu {
        	background-color: rgba(233,238,240,1);
        	min-width: 100%;
        	padding-top: 105px;
        	width: 100%;
        }

        .main-menu .search-box {
        	border-bottom: 1px solid #d2d4da;
        	float: none;
        	margin: 0;
        	padding: 30px 21px;
        	top: 0;
        	width: 100%;
        	-moz-box-sizing: border-box;
        	-webkit-box-sizing: border-box;
        	box-sizing: border-box;
        }

        .main-menu .search-box .search-input {
        	background-color: #fff;
        	border: 1px solid #b4c3ca !important;
        	color: #a5aab6;
        	margin: 0;
        	padding: 0 45px 0 17px !important;
        	width: 100%;
        }

        .main-menu .search-box button {
        	background: url("/Style%20Library/images/lupa.png") no-repeat center center;
        	left: auto;
        	right: 36px;
        	top: 45px !important;
        }

        body.home .main-menu > ul,
        .main-menu > ul {
        	padding: 0;
        }

        .main-menu > ul > li {
        	border-bottom: 1px solid #d2d4da;
        }

        .main-menu > ul > li > a,
        .white-header .main-menu > ul > li > a {
        	font-size: 18px;
        	margin: 0;
        	padding: 20px 22px;
        	width: 100%;
        	-moz-box-sizing: border-box;
        	-webkit-box-sizing: border-box;
        	box-sizing: border-box;
        }

        body.home .submenu,
        .submenu {
        	box-shadow: inset 7px 0 #0789e3;
        	top: auto;
        }

        .submenu-title {
            color: #54bbab;
            font-family: 'FuturaWeb';
            font-size: 1.5rem;
        }

            .submenu-title strong {
                font-family: 'FuturaWeb';
                font-weight: bold;
            }

        .submenu-column > ul > li > a {
        	font-size: 1.13rem;
        }

        .submenu-column > ul > .see-more > a {
            color: #f39200;
            font-family: 'FuturaWeb';
            font-weight: normal;
        }

            .submenu-column > ul > .see-more > a strong {
                font-family: 'FuturaWeb';
                font-weight: bold;
            }

        .main-menu > ul > li.has-submenu > a:after,
        .white-header #main-nav .main-menu > ul > li.has-submenu > a:after {
        	background: url("/Style%20Library/images/sprites.png") -69px -120px no-repeat;
        	right: 21px;
        	width: 13px;
        }

        .main-menu > ul > li > a.soft {
        	color: #4c546d;
        	font-size: 14px;
        	font-weight: normal;
        }

        .menu-hotlinks {
        	color: #4c546d;
        	margin-left: 22px;
        }


    /* 
    Header interno
    */
    .main-header {
    	background: #ffffff;
    	border-bottom: 1px solid #114265;
    }

    .main-header #main-logo {
    	background: transparent;
    	border-right: 1px solid #cadde9;
    	min-height: 70px;
    	padding: 22px 0;
    	width: 149px;
    }

    .main-header #main-logo a {
    	background: url(/Style%20Library/images/sprites.png) no-repeat 0 0 !important;
    	display: block;
    	height: 25px;
    	margin: 0 auto;
    	width: 115px;
    }

    .header-content {
    	padding-left: 149px;
    }

    .mobile-account {
    	background-color: #d17d00;
    	border-right: 1px solid #cadde9;
    }

    .mobile-menu a {
    	color: #006bae;
    }

    .mobile-menu > a:before {
    	background-position: 0 -120px;
    }

    .mobile-account > a, .mobile-menu > a {
    	min-height: 70px;
    }

    .white-header .mobile-account > a, .mobile-menu > a {
    }

    .white-header .mobile-account > a:before {
    	background-position: -22px -100px;
    }


    /*
    Destaque landing page
    */

    div.hero-landing.wp-topo {
    	position: relative;
    	box-shadow: inset 0 0px #fda814;
    	min-height: unset;
    	background-position: left;
    }

   /* .hero-landing .breadcrumb {
    	display: none;
    }

*/
    .main-header.white-header {
    	margin-bottom: 0;
    }

    .wp-topo h1 {
    	font-size: 2.5rem;
    }

    .wp-topo h1 strong {
    	color: #fff;
    }

    div.hero-landing.wp-topo h1 {
    	font-size: 2.5rem;
    }

    .wp-topo .mobile-illustration {
    }

    .hero-landing .hero-landing-cta {
    	padding-bottom: 100px;
    }

        .hero-landing .hero-landing-cta h2 {
            background-image: none;
            font-family: 'FuturaWeb';
            font-size: 1.5rem;
        }

            .hero-landing .hero-landing-cta h2 strong {
                font-family: 'FuturaWeb';
                font-weight: bold;
            }

    .hero-landing .hero-landing-cta h3, .hero-landing .hero-landing-cta h3 p {
    	font-size: 0.9rem;
    }

    .hero-landing .hero-landing-cta a.btn {
    	border: 1px solid #4d93cc;
    }


    /*
    Modulos
    */

    h2, h2 p, .beta, .beta p {
    	font-size: 1.95rem;
    }

    .wp026 .wp-topo .description, .wp015 .wp-topo .description, #t045.wp-topo .description, #t039.wp-topo .description, .wp026 .wp-topo h1, .wp015 .wp-topo h1, #t045.wp-topo h1, #t039.wp-topo h1 {
    	text-align: center;
    }

    .wp026 .wp-topo .description, .wp015 .wp-topo .description, .wp026 .wp-topo .description p, .wp015 .wp-topo .description p, #t045.wp-topo .description, #t039.wp-topo .description, #t045.wp-topo .description p, #t039.wp-topo .description p {
    	font-size: 0.88rem;
    	text-align: center;
    }

    .wp-box.topNav {
    	padding-top: 40px;
    }

    .section-products h2 {
    	font-size: 1.95rem;
    	font-weight: normal;
    	margin-bottom: 35px;
    }

    .section-products ul.products li {
    	margin-bottom: 1.2em;
    	padding-bottom: 0.4em;
    }

    .section-products .other-services {
    	background-color: transparent;
    	border-top: 1px solid #cde2e0;
    	padding-top: 60px;
    }

        .section-products .other-services ul li h4 a {
            font-family: 'FuturaWeb';
        }

            .section-products .other-services ul li h4 a strong {
                font-family: 'FuturaWeb';
                font-weight: bold;
            }

    .section-highlight .product {
    	border-bottom: none;
    }

    .wp-box .epsilon label {
    	color: #4c536e;
    }

    div.feedback-2 div.feedback-wrapper p a {
    	display: inline;
    }

    div.produtos-caixa h2 {
    	font-size: 1.95rem;
    }

    .wp-box.section.produtos-caixa .noindex h3 a {
    	font-size: 1.38rem;
    }

    .section-services .service {
    	border: none;
    	margin: 0 auto;
    	width: 75%;
    }

    .section-services .service .picture {
    	float: none;
    	height: auto;
    	margin: 0;
    	margin-bottom: 22px;
    	width: auto;
    }

    .section-services .service .picture > img {
    	margin: 0;
    	width: 100%;
    }

    .section-services .service p {
    	margin-left: 23px;
    }

    .section-services .service .title {
    	background-position: 0 0;
    	font-size: 1.13rem;
    	padding-left: 23px;
    }

    .section-apps h2 {
    	font-size: 1.95rem;
    }

    a.btn {
    	line-height: 2.7rem;
    }

    .hero-landing-related {
    	display: none;
    	border-bottom: none;
    	margin: 0;
    	padding: 0;
    	padding-top: 25px;
    }

    .hero-landing-related .related-box {
    	padding: 0;
    }

    .calendar-beneficio .table-beneficio-1 h3.zeta {
    	color: #4c546d;
    }

    .calendar-beneficio .ul-table {
    	width: 100%;
    }

    .calendar-beneficio .ul-table > li {
    	width: auto;
    }

    div.feedback div.feedback-wrapper p a {
    	display: inline;
    }

    .wp015 .topo-imagem, .wp026 .topo-imagem {
    	left: 50%;
    	position: relative;
    	transform: translate(-50%, 0);
    }

    .wp015 .container.wp-topo, .wp026 .container.wp-topo {
    }
}


/*================= NOVOS HEADERS ===================*/

div#t020 {
	background-image: url("/PublishingImages/novos_headers/bg_wp20_altarenda.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 2;
	overflow: inherit;
}


div#t020 .delta {
	margin: 0;
}

div#t039 {
	background-image: url("/PublishingImages/novos_headers/bg_wp39.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 2;
	margin-top: -202px !important;
	padding-top: 242px !important;
	overflow: inherit;
}

div#t039 .hero-landing .hero-landing-cta h2 span {
	font-weight: normal;
}

#wp064 div {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 2;
	overflow: inherit;
}

#t039 h1 span, #t039 .description span, #t039 .landing-hero-title span, #t039.hero-landing .hero-landing-cta a.btn {
	color: #fff;
	font-weight: normal;
}

#t020 .hero-landing-cta h3, #t020.hero-landing-cta .landing-hero-title, #t020 .hero-landing-cta h3.delta {
	font-size: 26px;
	opacity: 1;
	margin: 0;
}


.input_39 {
	color: #fff !important;
}

.input_39::-webkit-input-placeholder {
	color: #fff !important;
}

.input_39::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
}

.input_39:-ms-input-placeholder { /* IE 10+ */
	color: #fff !important;
}

#wp064 .wp-topo {
	
	padding-top: 148px;
}

@media screen and (min-width: 37.5em) {


	#t020 {
        /*margin-top: -118px;
        padding-top: 118px;*/
        
        padding-top: 242px;
    }

    /*   #wp020, div.special-theme-2{
      margin-top: -118px;
      padding-top: 118px;
      margin-top: -202px;
      padding-top: 162px;
      } */

      #t039 {
      	margin-top: -158px;
      	padding-top: 118px;
        /*margin-top: -162px;
        padding-top: 162px;*/
    }

    /*#wp039, div.special-theme-2{
      margin-top: -158px;
      padding-top: 118px;
      margin-top: -162px;
      padding-top: 162px;
      }*/

  }

  @media screen and (min-width: 37.5em) and (max-width: 62.49em) {
  	#t020 {
  		margin-top: -86px;
  		padding-top: 86px;
  	}

  	#wp020, div.special-theme-2 {
  		margin-top: -86px;
  		padding-top: 86px;
  	}

  	#t039 {
  		margin-top: -86px;
  		padding-top: 86px;
  	}

  	#wp039, div.special-theme-2 {
  		margin-top: -86px;
  		padding-top: 86px;
  	}
  }



  #wp064 .currentNode {
  	color: #fff;
  }

  .label-input-hide {
  	visibility: hidden;
  }

  /* Bandeira inglaterra*/

  .header-content > .hotlinks > .languages > li a.flag-eng {
  	background: url(../images/flag_eng.jpg) no-repeat center;
  	min-width: 30px;
  	height: 21px;
  	margin: 0 -10px 0 5px;
  	background-size: 20px;
  	padding: 0;
  	display: inline-block;
  }

  /* Acesso a informacao e integridade */
  .header-content > .hotlinks > ul {
  	margin: 16px 0;
  }
  .header-content > .hotlinks ul.ainfo {
  	margin: 5px 0px 5px 10px;
  	padding-right: 20px;
  }
  .home .header-content > .hotlinks ul.ainfo {
  	padding-right: 0px;
  }
  .header-content > .hotlinks ul.ainfo li.informacao a, ul.ainfo-mobile li.informacao a {
  	width: 80px;
  	height: 35px;
  	/*background: url(../images/ainfo.png) no-repeat center center;*/
  	background: url(../images/ainfohome.png) no-repeat center center;
  	text-indent: 1000px;
  	display: inline-flex;
  	overflow: hidden;
  	color: transparent;
  	background-size: auto 30px;
  }

  .header-content > .hotlinks ul.ainfo li.integridade a, ul.ainfo-mobile li.integridade a {
  	width: 30px;
  	height: 35px;
  	margin-right: 10px;
  	margin-left: 10px;
  	background: url("../images/logo-integridade.png") no-repeat center center;
  	text-indent: 1000px;
  	color: transparent;
  	display: flex;
  	overflow: hidden;
  	background-size: auto 30px;
  }

  /** Resultado Arquivos*/
  .resultado-busca-titulo.titulo-arquivo {
  	font-weight: normal;
  	font-size: 20px;
  	margin-bottom: 10px;
  }


/*
===================================================================
! ESPAÃ‡OS DE DESTAQUES
===================================================================
*/


.banner-horizontal-container .section_one_column .banner-horizontal {
	/*background-image: url();  -- definir no banner*/
	background-size: cover;
	background-position-x: 110%;
	height: 302px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}
.banner-horizontal-container .section_one_column {
	padding-top: 10px;
}
.banner-horizontal-container .section_one_column .banner-horizontal h4 {
	color: #ffffff !important;
	font-size: 40px !important;
	margin-bottom: 10px !important;
	margin: 0px;
	text-align: center;
}
.banner-horizontal-container .section_one_column .banner-horizontal p {
	width: 265px;
	color: #f9b200 !important;
	font-size: 16px !important;
	text-align: center;
	margin: auto;
}
@media (max-width:990px){ 

	.banner-horizontal-container .section_one_column .banner-horizontal {
		background-size: cover !important;
	}
}

div.hero-landing.wp-topo.special-theme-2 h1 {
padding-top:20px;
}

@media (max-width: 1159px) {
.no-mobile {
    display: none !important;
}
}

#myNavigation ul li {
    cursor: pointer;
}


a:hover{
text-decoration:underline;
}

