.internal-page p {
    font-family: 'FFSanukWeb';
    font-size: 14pt;
    color: #293B66;
    margin-bottom: 26px;
    font-weight: 100;
}

.internal-page > header h1 {
  width: 50%;
  font-family: 'FFSanukWebLight';
  font-size: 40pt;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 60px;
}

.internal-page > header {
    margin-top: -90px;
    min-height: 360px;
    background-color: #2D3560;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.internal-page > header span {
    padding-top: 130px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'FFSanukWebBold';
    color: #fff;
    display: block;
    font-size: 10pt;
}

.internal-page p:first-child {
    margin-top: 50px;
}

.internal-page .simple-page p:last-child {
    margin-bottom: 50px;
}

.internal-page .simple-page .submenu a {
    cursor: pointer;
    margin: 0 5px 0 0;

}

.internal-page .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    margin-left: 0 !important;
}

.internal-page .post-list .post-list-item .title {
    font-size: 26pt;
    font-family: 'FFSanukWebMedium';
    color: #2D3560;
    margin-bottom: 30px;
    line-height: 40px;
}

.internal-page .post-list .post-list-item footer {
    border-bottom: 1px solid #cac8c8;
    height: 80px;
    margin-bottom: 50px;
}

.internal-page .post-list .post-list-item .more-about {
    text-transform: uppercase;
    font-family: 'FFSanukWebMedium';
    cursor: pointer;
    font-size: 12pt;
}

.internal-page .post-list .post-list-item .date {
  color: #717271;
  font-size: 10pt;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.internal-page .flex-paging {
  display: flex;
  align-items: center;
  justify-content: center;
}

.internal-page .navigation.pagination .screen-reader-text {
    display: none;
}

.internal-page .navigation.pagination a {
    display: inline-block;
    padding: 6px 14px;
    text-transform: uppercase;
    color: #0085ca;
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid #0085ca;
}

.internal-page .navigation.pagination .page-numbers.current {
    display: inline-block;
    padding: 6px 14px;
    color: #fff;
    background-color: #0085ca;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #0085ca;
}

.internal-page .navigation.pagination .page-numbers.dots {
    display: inline-block;
    color: #0085ca;
    font-weight: bold;
}

.internal-page .submenu span {
    display: block;
    font-family: 'FFSanukWebBold';
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #0085ca;
    text-transform: uppercase;
    font-size: 12pt;
    letter-spacing: 1px;
    margin-top: 20px;
}

.internal-page .submenu span:nth-child(1) {
    margin-top: 0px;
}

.internal-page .submenu a {
    font-family: 'FFSanukWeb';
    cursor: pointer;
    color: #717271;
    margin: 0 8px;
    display: inline-block;
    font-size: 12pt;
}

.internal-page p a span,
.internal-page p a {
    color: #0085ca;
    text-decoration: none;
}

.internal-page .submenu li.active a {
    border-left: 5px solid #0085ca;
    font-weight: bold;
    padding-left: 5px;
    color: #293B66;
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
  background: #2D3560;
}

.modal-dialog {
  margin-top: 200px;
}

.modal-header {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-header .name {
  font-family: 'FFSanukWebMedium';
  font-size: 28pt;
  color: #2D3560;
  margin-top: 15px;
}

.modal-header .wrap-close {
    width: 100%;
}

.modal-header .wrap-close .close {
  font-size: 30pt;
  color: #2D3560;
  opacity: 1;
}

.modal-header .wrap-close .close:hover {
    opacity: .5;
}

.modal .modal-dialog {
    width: 70%;
}

.modal .modal-dialog .modal-body {
    width: 85%;
    margin: 0 auto 30px;
}

.modal-header .position {
    font-family: 'FFSanukWeb';
    font-size: 16pt;
    color: #2D3560;
    margin-bottom: 30px;
}

.modal-header .img-circle {
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -120px;
}

.modal-footer {
    border-top: none;
}

.social-wrap {
    height: 80px;
}

.icon-hamburguer {
  position: absolute;
  right: 30px;
  top: 26px;
}

.collapsable .icon-hamburguer:before {
  content: url('../images/iconelista.svg');
  vertical-align: middle;
}

.collapsable .icon-hamburguer.close-item:before {
  content: url('../images/iconefechar.svg');
}

@media (max-width: 768px) {
    .internal-page > header  h1 {
        font-size: 30pt;
    }

    .modal.in .modal-dialog {
        width: 100%;
    }

    .internal-page > header h1 {
        width: 95%;
    }
}
