nn
html, body{
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
}

body{
   font-family: "Open Sans", sans-serif;
   font-size: 14px;
   color: #333;
   height: 100%;
}

a{
   color:#0a9cbd;
   transition: 0.5s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a{
   color:#1b3665;
   /* font-family: 'Oswald', sans-serif; */
}

h1 {
   font-size: 2em;
}

h2 {
   font-size: 1.5em;
}


#facebook-logo:hover path {
   fill: red;
}
#facebook-logo:hover rect {
   fill: green;
}
.section {
   position: relative;
   padding: 10px 0;
   clear: both;
   z-index: 100;
}

.section-breadcrumb{
   padding-top: 25px;
}

.section-container{
   padding: 10px 0 20px 0;
}

.titulo_box{
   background: rgb(27, 54, 101) url('/imagens/business-documents-papers-graph-pen-computer-keyboard-smartphone-desk-business-concept-double-exposure-edit.jpg') bottom center;
   background-size:cover;
   margin-top:-10px;
   position:relative;
   display:block;
}
.titulo_box::after{
   content:" ";
   top:0;
   left:0;
   right: 0;
   bottom:0;
   width: 100%
   height:100%;
   position:absolute;
   background:rgb(27, 54, 101);
   z-index:2;
   opacity: 0.9;
}
.titulo_box .titulo{
   z-index:5;
   position:relative;
}

.sub-write{
   text-align: center;
   font-size: 2.6em;
   position: relative;
   color: #000;
   margin-top: 10px;
}

/* Sublinhado */
/* .sub-write:after{
   content: " ";
   background: #0a9cbd;
   width: 80px;
   position: absolute;
   height: 2px;
   bottom: -8px;
   left: 50%;
   margin-left:-40px;
   } */

   .btn-jftrust{
      border-radius: 0;
      background: #0a9cbd;
      color: #fff;
      border-color: #0a9cbd;
   }
   .btn-jftrust:hover{
      background: #45a6d6;
      color: #fff;
      border-color: #45a6d6;
   }

   .btn-fa-parte > .btn-group > .dropdown > button{
      background-color: #0a9cbd !important;
   }

   .banner-home{
      border-bottom: 20px solid #0a9cbd !important;
   }


   .section-destaques .img-responsive{
      margin: 0 auto;
   }
   .section-destaques{
      font-size: 0.9em;
      padding: 0;
      /* max-height: 250px; */
      /* display: table; */
   }
   .section-destaques h1{
      margin-top: 0px;
      font-size: 1.8em;
   }
   .section-destaques p{
      margin-bottom: 0;
   }

   .section-rodape{
      background: #22313f;
      color: #fff;
      padding: 25px 0;
      border-top: 4px #0a9cbd solid;
   }

   .section-destaques .destaques-gestaobox{
      z-index: 2;
      position: relative;
      padding-right: 80px;
      height: 250px;
      color: #fff;
      font-size:16px;
   }

   .conteudo-interno{
      font-size:16px;
      line-height: 24px;
   }

   .conteudo-interno h2{
      margin-bottom: 20px;
   }



/*===============================
=            HELPERS            =
===============================*/

.center-block-vert{
   margin-top: auto;
   margin-bottom: auto;
   display: table-cell;
   vertical-align: middle;
   float: none;
}

.txt-branco{
   color: #FFF;
}

.box-boleado-30{
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   position: relative;
}

.box-boleado-15{
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   position: relative;
}

.box-boleado-5{
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   position: relative;
}

.bt-desce, .bt-desce:visited{
   border: 3px solid #FFF;
   color: #FFF;
   font-size: 1.8em;
   padding: 10px 15px;
   line-height: 45px;
   /*display: table;*/
}

.bt-desce:hover, .bt-desce:active{
   border: 3px solid #0fb60a;
   color: #0fb60a;

}

.borda{
   border: 1px solid #ccc;
}

.borda_verde{
   border:#87a761 solid 2px;
}

.img-cover,
.image-cover{
   width: 100%;
   display: block;
   background-size: cover;
   background-position: center center;
}

.row{
   z-index:10;
}

.sidebar-socialmedia{
   position: fixed;
   width:  42px;
   top: 50%;
   height:auto;

   z-index: 9999;
   margin-top:-63px;
}

.sidebar-socialmedia .icon{
   width:  42px;
   height: 42px;
   display:    block;
   margin-bottom:1px;
}

.sidebar-socialmedia .facebook {
   background-color: #FFF;
}

.sidebar-socialmedia .twitter  {
   background-color: #FFF;
}

.sidebar-socialmedia .youtube  {
   background-color: #FFF;
}

.arrow-right {
   width: 0;
   height: 0;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   border-left: 10px solid #fff;
   position: absolute;
   right:-10px;
   top:20%;
}

.degrade{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,e8e8e8+100 */
   background: #fcfff4; /* Old browsers */
   background: -moz-radial-gradient(center, ellipse cover,  #fcfff4 0%, #e8e8e8 100%); /* FF3.6+ */
   background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fcfff4), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
   background: -webkit-radial-gradient(center, ellipse cover,  #fcfff4 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
   background: -o-radial-gradient(center, ellipse cover,  #fcfff4 0%,#e8e8e8 100%); /* Opera 12+ */
   background: -ms-radial-gradient(center, ellipse cover,  #fcfff4 0%,#e8e8e8 100%); /* IE10+ */
   background: radial-gradient(ellipse at center,  #fcfff4 0%,#e8e8e8 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/*-----  End of HELPERS  ------*/






