/* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	background: url(../images/bg-mob.jpg) center top no-repeat;
	background-size: cover;
}
ol, ul {
	list-style: none;
}
/* Global Typography */
*, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
/* Global Headings */
h1, h2, h3, h4, h5, h6 {color: #30a4df;}
h1{font-size: 4.2rem; color:#333333; margin-bottom: 15px;}
h2 {margin-bottom: 10px; margin-left: 47px;}
small {
	font-size: 85.71429%;
	line-height: 1.75;
}
img{
	max-width: 100%;
	height: auto;
}
/* Global Link style */
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color:#7b83d1;
}
/* Global Sprite Icons */
[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 21px;
	background-size: 133px auto;
}
/* Clearfix class*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.container{
	max-width: 1310px;
	margin:0 auto;
	padding: 0 15px;
}
/* header */
.header{
	height: 54px;
	position: relative;
	display: flex;
	align-items:center;
	justify-content: center;
}
.logo-error{
	width: 34px;
	display: inline-block;
}
.hamburger{
	display: flex;
	align-items:center;
	justify-content:center;
	flex-wrap: wrap;
	height: 55px;
	width: 74px;
	height: 100%;
	background-color: #003561;
	padding: 20px 28px;
	position: absolute;
	top: 0;
	left: 0;
	
}
.menu{
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	background-color: #003561;
	z-index:3;
}
.menu a{
	color:#fff;
	font-weight: 400;
	display: block;
	padding: 20px 24px 19px;
	font-size: 1.3rem;
}
.line{
	display: inline-block;
	width: 18px;
	height: 2px;
	margin: 0 auto 3px;
	background-color: #fff;
}
.open-menu{
	top: 54px;
}
.input-wrap{
	display: flex;
	align-items:center;
}
.search-form{
	display: none;
	align-items:center;
	margin-left: 15px;
}
input{
	height: 31px;
	width: 138px;
	border:1px solid #dce4ec;
	color: #555;
	padding: 2px 6px ;
	font-size: 1.2rem;
	border-radius:6px 0 0 6px;
	box-shadow:none !important;
	-webkit-appearance: none;
}
input:focus{
	outline:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
  opacity: .6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  opacity: .6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
  opacity: .6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
  opacity: .6;
}
.search-btn{
	display: inline-block;
	width: 34px;
	height: 31px;
	background: #000 url(../images/search.svg) center no-repeat;
	background-size: 17px auto;	
	border-radius:0 6px 6px 0;
}
.search{
	margin-right: 10px;
}
.input-option{
	display: none;
}
.input-option input{
	width: 84px;
	margin-right: 10px;
}
.input-option .input-cpf{
	width: 138px;
	margin-right: 0;
}
.down-menu{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
}
.down-menu:after{
	content: "";
	position: absolute;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;  
    border-top: 5px solid #000;
    top: 7px;
    left: 5px;
}
.external{
	color: #666666;
	font-size: 1.2rem;
	font-weight: 400;
}
.option-link{
	background-color: #333333;
	position: absolute;
	top: 26px;
	z-index: 2;
	display: none;
	right: 0;
}
.option-link {
	padding: 8px 0;
	border-radius: 7px;
	min-width: 204px;
}
.option-link li{
	margin-bottom: 5px;
}
.option-link li a{
	font-size: 1.1rem;
	padding: 5px 16px;
	color: #fff;
	font-weight: 400;
}
.open-option{
	display: block;
}
.show-cpf{
	display: flex;
}
.hide-main{
	display: none;
}
.option-wrapper{
	position: relative;
	margin-right: 10px;
}
