.flex-wrapper {
  display: flex; }
  .flex-wrapper.horizontal {
    flex-direction: row;
    height: 100%; }
    @media only screen and (max-width: 576px) {
      .flex-wrapper.horizontal.responsive {
        flex-direction: column; } }
  .flex-wrapper.vertical {
    min-height: 100%;
    flex-direction: column; }
  .flex-wrapper .flex-small {
    flex: 0; }
  .flex-wrapper .flex-big {
    flex: 1;
    position: relative; }

.margin-top-10p {
  margin-top: 10px; }

.cursor {
  cursor: pointer; }

#footer {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0px !important; }

.left {
  padding-right: 45px; }
  @media only screen and (max-width: 400px) {
    .left {
      text-align: center !important;
      padding-right: 15px; } }
  .left p {
    color: #131313; }
    .left p b {
      font-family: 'Avenir Next Condensed';
      font-size: 13pt; }

.right {
  padding-left: 45px; }
  @media only screen and (max-width: 400px) {
    .right {
      text-align: center !important;
      padding-left: 15px; } }
  .right p {
    font-family: 'Avenir Next Condensed';
    font-weight: 600;
    font-size: 9pt !important;
    text-indent: 25px; }
  .right img {
    max-width: 125px; }
    @media only screen and (max-width: 400px) {
      .right img {
        max-width: 100%;
        display: inline-block; } }
  .right::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
    box-shadow: -1px 0px 0px #d7d7d7; }
    @media only screen and (max-width: 400px) {
      .right::before {
        display: none; } }

.navbar-default {
  border-color: transparent;
  background-color: #fff; }

.divisor {
  margin-left: 5px;
  margin-right: 5px; }

.box-brasao {
  width: 230px;
  display: table;
  box-shadow: none; }
  .box-brasao .nome {
    font-size: 15pt;
    display: table-cell;
    vertical-align: middle; }
  .box-brasao a {
    text-decoration: none; }
    .box-brasao a:hover {
      text-decoration: none; }
  .box-brasao b {
    display: block;
    color: #3c3c3c; }

#menu {
  margin-top: 25px; }
  @media only screen and (min-width: 1200px) {
    #menu {
      margin-left: 235px; } }
  @media only screen and (max-width: 400px) {
    #menu .divisor {
      display: none; } }
  #menu a {
    color: #3c3c3c;
    font-family: 'Avenir Next Condensed';
    font-weight: 600;
    text-decoration: none;
    font-size: 11pt;
    text-decoration: none; }
    #menu a:hover {
      text-decoration: none; }
    @media only screen and (max-width: 400px) {
      #menu a {
        width: 100%;
        float: left;
        line-height: 32px; } }

@media only screen and (max-width: 400px) {
  #info {
    float: left;
    margin-top: 25px; } }

#info .linha {
  font-family: 'Avenir Next Condensed';
  color: #3c3c3c;
  font-size: 11pt;
  font-weight: 400; }

.modal {
  display: none; }
  .modal .modal-dialog .modal-header {
    padding-left: 0;
    padding-right: 0; }
    .modal .modal-dialog .modal-header .close {
      background-color: #075a8c;
      opacity: 1;
      width: 20px;
      line-height: 20px;
      border-radius: 50%;
      position: absolute;
      top: 15px;
      right: 15px;
      outline: none;
      transition: 0.2s ease-in-out; }
      .modal .modal-dialog .modal-header .close:hover {
        opacity: 0.8; }
      .modal .modal-dialog .modal-header .close span {
        text-shadow: none;
        color: #fff; }
    .modal .modal-dialog .modal-header .modal-title {
      font-family: 'Avenir Next';
      font-weight: 600;
      color: #1a2d3e; }
  .modal .modal-dialog .modal-body .submenu ul {
    padding-left: 0;
    margin-bottom: 0; }
    .modal .modal-dialog .modal-body .submenu ul li {
      list-style: none; }
      .modal .modal-dialog .modal-body .submenu ul li a {
        color: #3c3c3c;
        font-family: 'Avenir Next';
        font-weight: 500;
        font-size: 11pt; }

html,
body {
  height: 100%; }

body {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.content-wrapper {
  background-color: #ffffffdb; }

.search-wrapper {
  width: 50%;
  display: inline-block; }
  @media only screen and (max-width: 400px) {
    .search-wrapper {
      width: calc(100% - 30px); } }

.item {
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .item .bg {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 45%;
    background-color: #075a8c; }
    .item .bg i {
      position: absolute;
      bottom: -10px;
      right: -10px;
      font-size: 72pt;
      color: #074870; }
  .item .conteudo {
    padding-left: 7.5px;
    padding-right: 7.5px;
    position: absolute;
    overflow: hidden;
    border-radius: 5px;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0; }
    .item .conteudo h3 {
      font-family: 'Avenir Next';
      font-weight: 500;
      color: #fff;
      margin-bottom: 0px; }
    .item .conteudo p {
      font-family: 'Avenir Next';
      font-weight: normal;
      color: #fff;
      font-size: 10pt;
      overflow: hidden;
      width: 100%;
      position: relative;
      height: 55px;
      word-wrap: break-word;
      word-break: break-all;
      -webkit-mask-image: -webkit-linear-gradient(-70deg, black 70%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%); }
      @media only screen and (max-width: 400px) {
        .item .conteudo p {
          height: 55px; } }
      @supports (-webkit-line-clamp: 3) {
        .item .conteudo p {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          text-overflow: -o-ellipsis-lastline;
          -webkit-mask-image: none; }
          @media only screen and (max-width: 400px) {
            .item .conteudo p {
              -webkit-line-clamp: 4;
              height: 75px; } } }
    .item .conteudo button {
      background-color: #fff;
      border-radius: 50%;
      overflow: hidden;
      border: 0;
      box-shadow: none;
      outline: none;
      position: absolute;
      height: 24px;
      width: 24px;
      line-height: 100%;
      text-align: center;
      bottom: 10px;
      left: 7.5px;
      padding: 0;
      transition: 0.2s ease-in-out all; }
      .item .conteudo button:focus, .item .conteudo button:active {
        outline: none; }
      .item .conteudo button i {
        transition: 0.15s ease-in-out all;
        color: #074870; }
        .item .conteudo button i.more {
          transform: translateX(4px);
          opacity: 1; }
        .item .conteudo button i.info {
          transform: translateX(25px);
          opacity: 0; }
      .item .conteudo button:hover i.more {
        transform: translateX(-25px);
        opacity: 0; }
      .item .conteudo button:hover i.info {
        transform: translateX(-8px);
        opacity: 1; }
