@import url("font-awesome.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	color: #083656;
	-webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
	transition: .2s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0;  
	color: #083656;
	text-decoration: none;	  
}
a:focus, a:active {
    border: 0;
    outline : 0;
}

#page-wraper {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1425px;
        width: 100%;
        padding: 0 90px;
    }
}

@media (min-width: 768px) and (max-width: 992px)) {
    .container { 
        width: 100%;
        padding: 0 120px;
    }
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6,
.dark-bg p, .dark-bg p.small, .dark-bg p.large, .dark-bg p.lead, .dark-bg p.lead-lg,
.dark-bg .page-icon, .dark-bg .page-icon-sm,
.dark-bg ul, .dark-bg ol, .dark-bg li,
.dark-bg .alt-icon-top, .dark-bg .alt-icon-left, .dark-bg .alt-icon-right,
.dark-bg .counter-icon,
.dark-bg .skill-bar-percent {
    color: #fff;
}

i.left, .i-left {
    margin-right: 6px;
}

i.right, .i-right {
    margin-left: 6px;
}

hr {
    border-top: 1px solid #eee !important;
    margin-bottom: 0;
    margin-top: 0;
    color: transparent;
}

.video {
    max-width: 100%;
    height: auto;
}

.rows {
    margin-left: -15px;
    margin-right: -15px;
}

embed,
object {
    max-width: 100%;
}

/* Font Style */

p, .nav-menu {
    font-family: 'Open Sans', sans-serif;
}

.no-padding {
   padding: 0;
}

h1, h2, h3, h4, h5, h6,
.btn, button,
.link, .link-dark, link-color,
button, input, textarea, select,
.portfolio-filter,
p.lead-lg, .lead-lg,
.overlay-menu-nav,
.accordion .accordion-title, .toggle .toggle-title {
font-family: 'Open Sans', sans-serif;
}


/*------------------------------------------------------------------*/
/* TOPBAR */
/*------------------------------------------------------------------*/

#top-bar {
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(32, 65, 131, 1.0);
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  height: 45px;
  position: relative;
  color: #fff;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-small .top-bar {
  background: #204183;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  height: 45px;
  position: relative;
  color: #fff;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#top-bar .nav-social-icons {
  float: left;
}

#top-bar .top-bar-content i {
  padding-left: 4px;
  padding-right: 4px;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}

#top-bar .top-bar-content {
  height: 100%;
  float: left;
  padding-right: 0px;
}

#top-bar .top-bar-content p {
  margin-left: 10px;
  text-decoration: none;	
  position: relative;
  top: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-size: 13px; 
  text-transform: uppercase;
  color: #fff;
}


/* Social Icons */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.social-icons:after {
  content: "";
  display: table;
  clear: both;
}
.social-icons li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
.social-icons li a {
  background: #fff;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  transition: background 0.2s, color 0.1s, box-shadow 0.1s;
}
.social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
  display: block;
  height: 30px;
  padding: 9px 0;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}
.social-icons li:hover a i {
  top: -100%;
}

#top-bar .social-icons li {
  margin-top: 6px;
  margin-right: 14px;
}

#top-bar .social-icons li a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #083656;
}
#top-bar .social-icons li a:hover {
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.social-icons .facebook a:hover {
  background: #3B5998;
}
.social-icons .twitter a:hover {
  background: #33ccff;
}
.social-icons .linkedin a:hover {
  background: #007bb6;
}
.social-icons .google-plus a:hover {
  background: #dd4b39;
}
.social-icons .youtube a:hover {
  background: #bb0000;
}
.social-icons .skype a:hover {
  background: #00AFF0;
}
.social-icons .instagram a:hover {
  background: #517fa4;
}
.social-icons .phone a:hover {
  background: #83771F;
}
.social-icons .map a:hover {
  background: #83771F;
}

/*---------------SELECT 2 -------------*/

.dropbtn {
    background-color: #204183;
    text-transform: uppercase;
    margin-left: 0px;
    text-align: left
    font-family: 'Open sans' sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    height: 44px;
    cursor: pointer;
    border: 0;
}

.dropdown-bandeira {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 100px;
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.2);
    z-index: 1001;
}

.dropdown-content a {
    text-align: left
    font-family: 'Open sans' sans-serif;
    color: #204183;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    padding: 12px 13px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown-bandeira:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-bandeira:hover .dropbtn {
    background-color: #204183;
}

/*------------------------------------------------------------------*/
/* Header Style */
/*------------------------------------------------------------------*/

.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #204183;
    width: 100%;
    height: 135px;
    background-color: rgba(255, 255, 255, 1.0);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.header.header-prepare, .header.header-light.header-prepare {
    background-color: rgba(255, 255, 255, 1.0);
    border-bottom: 0px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}

.header.header-dark.header-prepare {
    background-color: rgba(34, 34, 34, 1.0);
    border-bottom: 0px none;
}

.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 135px;
}

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.header-fixed .logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;    
}

.header-fixed .nav-menu ul.nav-menu-inner > li > a {
    padding: 38px 10px;
}

/*header Logo style*/
.header.header-prepare .logo a img.logo-light,
.header .logo a img.logo-dark {
    opacity: 0;
}

.header .logo a img.logo-light,
.header.header-prepare .logo a img.logo-dark,
.header.header-light .logo a img.logo-dark {
    opacity: 1;
}

.header.header-dark.header-prepare .logo a img.logo-dark,
.header.header-dark .logo a img.logo-dark {
    opacity: 0;
}

.header.header-dark.header-prepare .logo a img.logo-light,
.header.header-dark .logo a img.logo-light {
    opacity: 1;
}

@media all and (min-width: 1025px) {

/*header nav style*/
.header.header-prepare .nav-menu ul.nav-menu-inner > li > a {
    color: #083656;
}

.header.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a,
.header.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
    color: #17a697;
}

.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a {
    color: rgba(255,255,255,0.75);
}

.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
    color: #17a697;
    }
}

@media all and (max-width: 1024px) {
.header {
    height: 135px;
}

.header-inner {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: table;
    width: 100%;
}

.header .logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 200px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    }
}

/*------------------------------------------------------------------*/
/* Logo Style */
/*------------------------------------------------------------------*/

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

.logo a {
    width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}

.logo a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/*------------------------------------------------------------------*/
/* Intro */
/*------------------------------------------------------------------*/

#intro {
    position: relative;
    overflow: hidden;
}

.overlayer {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 25;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(15deg, rgba(17, 20, 124, 0.8), rgba(131, 119, 31, 0.6));
}

.intro-media-wraper {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.intro-bg-section {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.intro-caption-top {
    z-index: 2;
}

.intro-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.intro-sub-title {
    letter-spacing: 1.5px;
}

.intro-title {
    font-family: 'Open Sans', sans-serif;
    z-index: 130;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 40px;
    margin-bottom: 40px;
    /*letter-spacing: -2px;*/
}

.inner-intro h1 {
    z-index: 30;
}

/* ==========================================================================
   SOBRE NÓS
========================================================================== */

#sobre {
    padding-top: 30px;
    padding-bottom: 60px;
}

.section-sobre .title-line {
  display: inline-block;
  color: #83771F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.section-sobre .sub-title {
  display: inline-block;
  color: #83771F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.section-sobre .title-line::before {
    background: #83771F none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 120px;
}
.section-sobre.cx-small-title .title-line::before {
    height: 1px;
    width: 50px;
}
.section-sobre.text-center .title-line::before {
    left: 20%;
    transform: translateX(-50%);
}
.section-sobre.text-right .title-line::before {
    left: auto;
    right: 0;
}
.section-sobre p {
  margin-top: 0px;
  color: #083656;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 24px;
}

.sobre-botao {
    background-color: #204183;
    color: #fff;
    z-index: 100;
    line-height: 50px;
    margin-top: 35px;
    right: 20px;
    display: none;
    cursor: pointer;
    border-radius: 4px;
    height: 50px;
    width: 150px;
    display: block;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.sobre-botao:hover {
    color: #fff;
    background-color: #063149;
}

.sobre-botao p {
    padding: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.sobre-botao  i {
    margin-left: 10px;  
}

/* ==========================================================================
   ÁREAS DE ATUAÇÃO HOME
========================================================================== */

#areaatuacao {
}

.blc-grid {
  height: auto;
}
.grid figure {
margin-bottom: 0;
overflow: hidden;
position: relative;
text-align: left;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
}
.grid figure figcaption {
    padding-top: 55%;
    padding-left: 20px;
    color: #fff;
    text-transform: uppercase;
}
.grid figure figcaption {
    background-image:linear-gradient(130deg, rgba(8, 54, 86, 0.8), rgba(131, 119, 31, 0.6));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.grid :hover {    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.grid figure h4{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -15px;
}
.grid figure p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   BOLETIM INFORMATIVO
========================================================================== */

#boletiminfo {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-boletiminfo .title-line {
  display: inline-block;
  color: #83771F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.section-boletiminfo .sub-title {
  display: inline-block;
  color: #83771F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.section-boletiminfo .title-line::before {
    background: #83771F none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 120px;
}
.section-boletiminfo.cx-small-title .title-line::before {
    height: 1px;
    width: 50px;
}
.section-boletiminfo.text-center .title-line::before {
    left: 20%;
    transform: translateX(-50%);
}
.section-boletiminfo.text-right .title-line::before {
    left: auto;
    right: 0;
}
.section-boletiminfo p {
  margin-top: 0px;
  color: #083656;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 24px;
}

/*--------NOTICIAS BOX ----------*/

.boletiminfo {
  background-color: transparent;
}
.boletiminfo-box {
  padding-top: 35px;
  background-color: transparent;
}

.noticia-box {
  background-color: transparent;
}

.noticias-boletiminfo {
    background-color: transparent;
    margin-bottom: 25px;
    min-height: 470px;
}

.noticia-post {
    background-color: transparent;
    min-height: 155px;
}

.noticia-post hr {    
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60px;
    height: 3px;
    background-color: #213060;
    color: #213060;    
}

.post-img {
    background-image:linear-gradient(130deg, rgba(8, 54, 86, 0.8), rgba(131, 119, 31, 0.6));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.noticias-boletiminfo img {
    margin-bottom: 0px;    
}

.noticias-boletiminfo h2 {
    font-family: 'Opens San', sans-serif;
    text-align: left;
    color: #213060;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.noticias-boletiminfo p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 25px;
}

.noticias-boletiminfo a:hover p {
    color: #374477;
    text-decoration: none;
    cursor: pointer;
}

.leiamais a {
    margin-bottom: 15px;
    color: #83771F;    
}

.leiamais hr {
    margin-top: -10px;
    margin-bottom: 10px;
    height: 1px;
    background-color: #ccc;
    color: #213060;    
}

.leiamais-botao {
    background-color: #83771F;
    color: #fff;
    cursor: pointer;  
    width: 20px;
    height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.leiamais-botao:hover {
    color: #fff;
    background-color: #063149;
}

.leiamais-botao p {
    color: #83771F;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

/* ==========================================================================
   BANNER INTERNO - TITULO
========================================================================== */

.section-interna {
  background: #fff;
  -webkit-background-size: cover;
  background-size: cover;
}

.inter-banner {
    background: #272727;
    background-size: cover;
    height: 500px;
}

.section-interna .box {
  margin-top: 200px;
  text-align: center;
}

.section-interna .title-line {
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.section-interna .sub-title {
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.section-interna .title-line::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 160px;
}
.section-interna.cx-small-title .title-line::before {
    height: 1px;
    width: 50px;
}
.section-interna.text-center .title-line::before {
    left: 50%;
    transform: translateX(-50%);
}
.section-interna.text-right .title-line::before {
    left: auto;
    right: 0;
}

/* ==========================================================================
   BARRA BOLETIM INFORMATIVO
========================================================================== */

.barra-boletim {
    background: #204183;
    padding: 8px 0;
}

.barra-boletim ul,
.barra-boletim li {
    margin: 5px;
    padding: 0;
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}

.barra-boletim ul.link-list li a {
    font-family: "Open Sans", sans-serif;
    font-size: 44px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}

.barra-boletim ul.link-list li a:hover {
    color: #0591b1;
    transition: .3s ease;
}

.barra-boletim ul.link-list li a i {
    color: #0591b1;
    margin-right: 7px;
}

.barra-boletim ul.link-list li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin: 0 10px;
}

.barra-boletim a.get-qoute {
    text-transform: capitalize;
    font-weight: 300;
    color: #0591b1;
}

.barra-boletim a.get-qoute i {
    margin-left: 7px;
}

/* ==========================================================================
   BOLETIM INFORMATIVO SECTION
========================================================================== */

#conteudo-boletim {
    padding-top: 10px;
    padding-bottom: 50px;
}

.section-conteudo-boletim .title-line {
  color: #083656;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.section-conteudo-boletim h1 {
  margin-top: 20px;
  margin-bottom: -20px;
  color: #808080;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  line-height: 22px;
}

.section-conteudo-boletim p {
  margin-top: 0px;
  color: #083656;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 22px;
}

.boletim-historico-mais {
    padding-top: 10px;
}

.boletim-historico-mais a.continue-link {
    color: #213060;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.boletim-historico-mais a.continue-link:hover {
    color: #6D7CBB;
}

.bthistorico a {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    background: #00192B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 13px;
    line-height: 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.bthistorico a:hover {
    background: #204183;
    color: #fff;
}

.btnumero a {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    background: #00192B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 13px;
    line-height: 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.btnumero a:hover {
    background: #204183;
    color: #fff;
}

/* ==========================================================================
   CONTEUDO SECTION
========================================================================== */

#conteudo-inter {
    padding-top: 20px;
    padding-bottom: 50px;
}

.section-conteudo-inter .title-line {
  display: inline-block;
  color: #83771F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.section-conteudo-inter .sub-title {  
  color: #83771F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 25px;
}

.section-conteudo-inter .title-line::before {
    background: #83771F none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 120px;
}
.section-conteudo-inter.cx-small-title .title-line::before {
    height: 1px;
    width: 50px;
}
.section-conteudo-inter.text-center .title-line::before {
    left: 50%;
    transform: translateX(-50%);
}
.section-conteudo-inter.text-right .title-line::before {
    left: auto;
    right: 0;
}
.section-conteudo-inter p {
  margin-top: 0px;
  color: #083656;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 24px;
}

/*-------------- PAGINA CLIPPING ------------*/

.ico-clipping i {
  font-size: 35px;
  font-weight: 700;
  padding: 5px;
}

.box-clipping {
  min-height: 115px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*-------------- PAGINA LIVROS ------------*/

.box-livro {  
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-livro img {  
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-livro .title {  
  font-size: 18px;
  font-weight: 700px;
  color: #83771F;
}

/* ==========================================================================
   PARCEIROS SECTION
========================================================================== */

#livros {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #eee;
}


.livros-carousel .item {
    position: relative;
    padding: 10px;
}

.livros-img {
    position: relative;
}

.livros-item img {
    max-width: 142px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #eee;
    margin-bottom: 0px;
}

.livros-item h2 {
    font-family: 'Opens San', sans-serif;
    text-align: center;
    color: #6D7CBB;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
}

.livros-item p {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #58585A;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 20px;
}

.livros-item a:hover p {
    color: #374477;
    text-decoration: none;
    cursor: pointer;
}

.livros .owl-page.active span {
    background: #808080;
}

/* ==========================================================================
   FOOTER
========================================================================== */

.footer {
    background-color: #204183;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 20px 0;
    color: #fff;
}

.footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.footer .endereco {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer .endereco p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

.footer .endereco a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.footer .endereco a:hover {
    color: #fed500;
    text-decoration: none;
    cursor: pointer;
}

.footer-title {
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    color: #fed500;
    font-size: 15px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 10px 0 0;
}

.widget>*:last-child {
    margin-bottom: 0;
}

.links-list {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.links-list>li {
    margin: 0 0 2px;
}

.links-list>li a {
    text-decoration: none;
    color: #fff;
}

.widget .links-list a:hover {
    color: #fed500;
}

.footer .list-inline {
    margin-left: -15px;
}

.footer .list-inline>li {
    padding-left: 4px;
    padding-right: 4px;
}

.footer .list-inline>li a {
    text-decoration: none;
}

/*------------------------------------------------------------------*/
/* BOTTOM FOOTER */
/*------------------------------------------------------------------*/


.bottom-footer {
    padding-top: 30px;
    padding-top: 20px;
    background-color: #00192B;
    color: #fff;
}

.bottom-footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 12px;
}

.bottom-footer p a {
    color: #FFF;
    text-decoration: none;
}

.bottom-footer p a:hover {
    color: #28ccc0;
}

/*------------------------------------------------------------------*/
/* CONTATO */
/*------------------------------------------------------------------*/

#contato {
  padding-top: 40px;
  padding-bottom: 40px;
}

#contato h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contato hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 0px solid #d9d9d9; border-style: none none solid; }

.contato p {
  color: #083656;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}

/* Form style */

#contato input, select { 
  width: 100%; 
  max-width: ;
  padding: 12.9px; 
  color: #fff; 
  background: #10283E;
  border: 0px solid #115072; 
  margin: 7px 0px; 
  -webkit-border-radius: 0px; 
}
#contato textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
  border-color: none;
  box-shadow: none;
  color: #fff; 
  outline: 0 none;
  background-color: #063144;
}
#contato textarea { 
  width: 100%; 
  max-width:  ;
  padding: 13px; 
  color: #fff; 
  background: #10283E; 
  border: 0px solid #115072; 
  margin-top: 7px;
  margin-left: ;
  margin-right:15px;
  -webkit-border-radius: 0px; 
}
#contato input:focus, textarea:focus, select:focus { 
  border: 0px solid #999; 
  background-color: #063144;
  color: #fff; 
}

#contato input.submit { 
  width: 185px;
  margin: 15px 0px;
  cursor: pointer;  
  color:#fff; 
  border-radius: 0px;
  background: #063144;
}
#contato input.submit:hover { 
  background: #115072;
  color: #fff;
}
#contato input[type="submit"][disabled] {
  background:#115072;
  color: #fff;
}
#contato span.required { 
  font-size: 13px; 
  color: #fff; 
}

#contato ::-webkit-input-placeholder { /* WebKit browsers */
  color: #FFF;
}
#contato :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFF;
}
#contato ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFF;
}
#contato :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #FFF;
}

/*------------------------------------------------------------------*/
/* GOOGLE MAP */
/*------------------------------------------------------------------*/

.gmap {
	height: 450px;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}  

#map{
	display: block;
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

#map.large{
	height:450px;
}

#map img {
	max-width:none !important;
	height:auto;
}

/*------------------------------------------------------------------*/
/* Bottom Home Header */
/*------------------------------------------------------------------*/

.home-bottom {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  opacity: 0.9;
} 
.move {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 15px;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.home-bottom a {
  padding-top: 7px;
  padding-bottom: 17px;
  padding-left: 7px;
  padding-right: 7px;
  color: #FFFFFF; 
  
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
} 
.home-bottom a:hover {
    opacity: .9; 
}
.home-bottom a { 
    font-size: 25px;
}

/*------------------------------------------------------------------*/
/* Back to Top Button */
/*------------------------------------------------------------------*/

.back-to-top {
    z-index: 1000;
    display: none;
    position: fixed;
    bottom: 18px;
    right: 10px;
}

.back-to-top i {
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    background-color: rgba(131, 119, 31, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*------------------------------------------------------------------*/
/* Preloader */
/*------------------------------------------------------------------*/

#preloader {
    background-color: rgba(32, 65, 131, 1);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999;
}

.site-spinner {
    border: 1px solid #fff;
    font-size: 50px;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: site-spin 1s linear infinite;
    -moz-animation: site-spin 1s linear infinite;
    animation: site-spin 1s linear infinite;
    border-top-color: #fed500;
}

@-webkit-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*----- Owl Carousel -----*/  
.owl-theme .owl-controls .owl-buttons div {  
    color: #1C1C1C;
    display: inline-block; 
    margin: 5px 3px 10px 3px;
    padding: 0px 10px;
    font-size: 12px; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; 
}
.owl-carousel  .owl-item {
    cursor: move; /* fallback if grab cursor is unsupported */        
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  text-align:center;
}
 /* Applies a "closed-hand" cursor during drag operation. */            
.owl-carousel  .owl-item:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.owl-theme .owl-controls .owl-page span {
    cursor: pointer;
    display: inline-block;
    background-color: #bbb;
    border-color: #bbb;
    border: 2px solid transparent;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 3px; 
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span {
    border-color: #f0f0f0;
    background-color: transparent;
}
.owl-carousel{
    overflow: hidden;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
    background: rgba(0,0,0,.2);
    opacity: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons div { 
    opacity: 1;
}
.owl-prev:hover,
.owl-next:hover { 
    opacity: .7!important;
}
.owl-theme .owl-controls .owl-buttons div,
.owl-carousel:hover .owl-controls .owl-buttons div { 
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.owl-buttons i { 
    font-size: 16px;
    color: #fff;
}
.owl-buttons div {
    position: absolute;
}
.owl-buttons .owl-prev {
    left: -6px; 
    height: 115px;
    width: 43px;
    line-height: 111px; 
}
.owl-buttons .owl-next {
    right: -6px; 
    height: 115px;
    width: 43px; 
    line-height: 111px;
}
.blog-post-fullwidth .owl-buttons .owl-prev,
.blog-post-fullwidth .owl-buttons .owl-next {
    margin-top: 10%;
}

#ebook {
  background-color: #f7f7f7;
  height: 355px;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 50px;
}

.section-ebook p b {
  font-size: 24px;
  font-weight: 800;

}
.section-ebook p {
  margin-top: 0px;
  color: #083656;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}

.ebook-botao {
    background-color: #204183;
    color: #fff;
    z-index: 100;
    border-radius: 4px;
    height: 50px;
    width: 150px;
    display: block;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.ebook-botao:hover {
    color: #fff;
    background-color: #063149;
}

.ebook-botao p {
    padding: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}