@import url('https://fonts.googleapis.com/css?family=News+Cycle|Ropa+Sans');

body {
  margin: 0;
  padding: 0;
  border: 0;
}
a:hover
 {
	outline: 0;
	color: #03519A;
	text-decoration: underline;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
a , a:active{
	outline: 0;
	color: #03519A;
	text-decoration: none;
}



/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
	width: 100%;
	display: block;
	padding-left: 5px;
	background-color: #03519A;
}
.nav-collapse a {
	padding-left: 5px;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-align: justify;
	font-size: 14px;
	font-family: 'News Cycle', sans-serif;
}

section {
	width: 100%;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	float: left;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
	background: #f6f6f6;
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
	padding: 5px;
}

.logo {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 5px;
	float: left;
	max-width: 200px;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
}
.nav-collapse li {
	float: left;
	width: 100%;
	background-color: #F6F6F6;	
}
@media screen and (min-width: 40em) {
  .nav-collapse {
	float: right;
	width: auto;
	margin-top: 45px;
	padding-left: 10px;
  }
}



@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
	font-family: 'Ropa Sans', sans-serif;
	text-decoration: none;
	color: #A2A3CB;
	width: 100%;
	float: left;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}
.nav-collapse a:hover {
	color: #FFF;
	background-color: #333333;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
	text-align: center;
	float: left;
	margin: 0;
	border-top-width: 0;
	padding-right: 7px;
	padding-left: 7px;
  }
}

.nav-collapse ul ul a {
	padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 75px;
  float: right;
}

.nav-toggle:before {
	color: #03519A; /* Edit this to change the icon color */
	font: normal 45px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
	text-transform: none;
	text-align: center;
	position: absolute;
	content: "\2261"; /* Hamburger icon */
	text-indent: 0;
	speak: none;
	width: 100%;
	left: 0;
	top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	width: 96%;
	padding: 2%;
}
#topo {
	margin-top: 100px;
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px;
}
.titulo1 {
	color: #03519A;
	text-align: center;
	font-size: 3em;
	font-weight: normal;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 10px;
	width: 96%;
}
@media (max-width:768px) {
.titulo1 {
	font-size: 25px;
	line-height: 30px;
}
}
.titulo2 {
	font-size: 18px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #03519A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: normal;
	margin-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.titulo3 {
	font-size: 20px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-weight: normal;
	width: 96%;
	color: #03519A;
	margin-top: 10px;
}
.titulo4 {
	color: #333333;
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	line-height: 32px;
	text-transform: uppercase;
	float: left;
	clear: both;
	width: 100%;
}
.titulo5 {
	font-size: 20px;
	text-align: left;
	line-height: 26px;
	font-weight: normal;
	width: 96%;
	color: #03519A;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F90;
	margin-left: 15px;
	margin-top: 20px;
}
p {
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
}
.cinza {
	color: #333;
	background-color: #f6f6f6;
	padding-top: 5px;
	padding-bottom: 5px;
}
.amarelo {
	color: #333;
	background-color: #FF9900;
	padding-top: 10px;
}
.azul {
	color: #FFF;
	background-color: #03519A;
	
}
.azul .titulo4 {
	color: #FFFFFF;
	line-height: 40px;
	background-color: #03519A;
	width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
	position: relative;
	float: left;
	display: inline-block;
}
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width: 50%;}
.col-md-5{width:41.66666667%}
.col-md-4{width: 33.3333%;}
.col-md-3{width: 25%;}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
@media (max-width:768px) {
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
	width: 100%;
	display: block;
}
}


section strong {
	color: #03519A;
	font-weight: 500;
}
.destaque {
	quotes: "\201C""\201D""\2018""\2019";
	color: #FFF;
	background-color: #03519A;
	font-size: 22px;
	line-height: 35px;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 10px;
	max-width: 390px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F90;
	text-align: left;
	width: auto;
}
.destaque:before {
  color: #ccc;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
.destaque:after {
  color: #ccc;
  content: close-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-left: 0.15em;
  vertical-align: -0.4em;
}
.destaque p {
  display: inline;
}
.azul p {
	line-height: 25px;
	margin: 10px;
	font-size: 16px;
	color: #FFF;
}
.rodape {
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
	color: #03519A;
	padding-top: 5px;
}
.creditos p {
	font-family: 'News Cycle', sans-serif;
	line-height: 20px;
	color: #03519A;
	font-size: 15px;
	clear: both;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contact-form input{
	width: 92%;
	height: 40px;
	font-size: 14px;
	color: #000000;
	font-family: 'News Cycle', sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.contact-form textarea{
	width: 92%;
	height: 100px;
	font-size: 14px;
	color: #000000;
	font-family: 'News Cycle', sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	background-color: #FFFFFF;
	padding: 10px;
}
.form{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-bottom: 70px;
	display: block;
	clear: both;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #FFF;
	padding: 0;
	font-family: 'News Cycle', sans-serif;
	font-weight: normal;
	background-color: #FD9417;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}
.contact-form {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#contato {
	background-color: #03519A;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
#contato .titulo4 {
	color: #FFF;
	margin-bottom: 25px;
}
.contact-form p {
	color: #FFF;
	line-height: 25px;
	margin-top: 5px;
}
.azul p a {
	color: #FF0;
}
#contato strong {
	font-weight: 500;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
}
.amarelo a {
	color: #000;
}
.destaque a {
	color: #FFF;
}
