#passai .button a, #page-calendar .false-select .false-option, #page-calendar .false-select .placeholder, #page-calendar .tribe-events-page-title a, #page-contact .form input[type=submit], #calendar .slick-calendar .slick-arrow::before, #page-fotos .gallery-fotos .item .title-photo, #page-fotos .gallery-fotos .item .bg, #page-news #news-mosaic .news.type1 .news-image::before, #page-news #news-mosaic .news.type5 .news-image::before, #identity #more-archives .archives .archive a, #related-news .posts .row .post .title h4, #related-news .posts .row .post .thumbnail .bg, #related-news .posts .row .post a, #related-news .posts .row .post, #single-news #content .content .aside-content .widget.widget_tag_cloud .tagcloud a, #single-news #content .content .aside-content .widget.tags .tagcloud a, #single-news #content .content .aside-content .widget.recents-posts ul li, #single-news #content .content .aside-content .widget.widget_recent_entries ul li, #single-news #content .content .aside-content .widget.widget_categories ul li, #single-news #content .content .info-bottom .tags a, #single-leadership .releases .release h3, #page-leadership .releases .release h3, #single-leadership .previous-posts .post .date span, #page-leadership .previous-posts .post .date span, #single-leadership .previous-posts .post .excerpt, #page-leadership .previous-posts .post .excerpt, #single-leadership .previous-posts .post .title h4, #page-leadership .previous-posts .post .title h4, #single-leadership .previous-posts .post .info-post, #page-leadership .previous-posts .post .info-post, #single-leadership #new-stores .store .item a, #page-leadership #new-stores .store .item a, .custom-single #content .slick-gallery .slick-arrow::before, .custom-single #content .slick-gallery-thumb .slick-arrow::before, #page-gallery #gallery-photos .medias .media h3, #page-gallery #gallery-videos .medias .media h3 {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

#single-news #content .content p:after, #single-news #content .content::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

#page-gallery .title {
  padding-bottom: 35px;
}
#page-gallery .title h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
}
#page-gallery .title h2 strong {
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
}
#page-gallery #gallery-photos, #page-gallery #gallery-videos {
  background: url("../img/bg-blue.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
#page-gallery #gallery-photos .medias, #page-gallery #gallery-videos .medias {
  grid-template-columns: auto auto auto auto auto auto auto;
}
@media (max-width: 680px) {
  #page-gallery #gallery-photos .medias, #page-gallery #gallery-videos .medias {
    grid-template-columns: auto auto auto;
  }
}
#page-gallery #gallery-photos .medias .media, #page-gallery #gallery-videos .medias .media {
  height: 173px;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (max-width: 680px) {
  #page-gallery #gallery-photos .medias .media, #page-gallery #gallery-videos .medias .media {
    height: 346px;
  }
}
@media (max-width: 480px) {
  #page-gallery #gallery-photos .medias .media, #page-gallery #gallery-videos .medias .media {
    height: 300px;
  }
}
#page-gallery #gallery-photos .medias .media .category, #page-gallery #gallery-videos .medias .media .category {
  margin-bottom: 13px;
}
#page-gallery #gallery-photos .medias .media:first-child .icon, #page-gallery #gallery-videos .medias .media:first-child .icon {
  top: 17px;
  right: 19px;
  height: 26px;
  width: 26px;
}
#page-gallery #gallery-photos .medias .media h3, #page-gallery #gallery-videos .medias .media h3 {
  font-size: 14px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  padding: 5px 5px 3px;
}
#page-gallery #gallery-photos .medias .right .media, #page-gallery #gallery-videos .medias .right .media {
  width: 100%;
}
#page-gallery #gallery-photos .medias .left .media, #page-gallery #gallery-videos .medias .left .media {
  height: 346px;
  grid-column-start: 4;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 4;
}
@media (max-width: 680px) {
  #page-gallery #gallery-photos .medias .left .media, #page-gallery #gallery-videos .medias .left .media {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 480px) {
  #page-gallery #gallery-photos .medias .left .media, #page-gallery #gallery-videos .medias .left .media {
    height: 300px;
  }
}
#page-gallery #gallery-photos .medias .left .media .icon, #page-gallery #gallery-videos .medias .left .media .icon {
  height: 129px;
  width: 129px;
  top: 50%;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media (max-width: 768px) {
  #page-gallery #gallery-photos .medias .left .media .icon, #page-gallery #gallery-videos .medias .left .media .icon {
    height: 26px;
    width: 26px;
    top: 17px;
    right: 19px;
    left: auto;
  }
}
#page-gallery #gallery-photos .medias .left .media h3, #page-gallery #gallery-videos .medias .left .media h3 {
  font-size: 24px;
  padding: 10px 10px 8px;
}
@media (max-width: 680px) {
  #page-gallery #gallery-photos .medias .left .media h3, #page-gallery #gallery-videos .medias .left .media h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #page-gallery #gallery-photos .medias .left .media h3, #page-gallery #gallery-videos .medias .left .media h3 {
    font-size: 14px;
  }
}
#page-gallery #gallery-photos .medias .left .media .category, #page-gallery #gallery-videos .medias .left .media .category {
  position: absolute;
  top: 34px;
  right: 39px;
}
@media (max-width: 580px) {
  #page-gallery #gallery-photos .medias .left .media .category, #page-gallery #gallery-videos .medias .left .media .category {
    top: 50px;
  }
}
#page-gallery #gallery-photos .media:hover h3 {
  background: #032655;
}
#page-gallery #gallery-videos {
  background-image: url("../img/comunicacao/bg-videos.jpg");
}
#page-gallery #gallery-videos .media:hover h3 {
  background: #f07138;
}
#page-gallery .read-more {
  margin-top: 40px;
}

#in-the-air {
  padding-bottom: 88px;
}
#in-the-air #posts .read-more {
  margin: 70px;
}
#in-the-air #posts .gridD .row {
  margin-right: -25px;
  margin-left: -25px;
}
@media (max-width: 768px) {
  #in-the-air #posts .gridD .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
#in-the-air #posts .gridD .post {
  width: calc(33.33% - 50px);
  margin: 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #in-the-air #posts .gridD .post {
    margin: 15px;
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 480px) {
  #in-the-air #posts .gridD .post {
    width: calc(100% - 30px);
  }
}
#in-the-air #posts .gridD .post .info {
  position: absolute;
  right: 25px;
  bottom: 30px;
  left: 25px;
  z-index: 1;
}
#in-the-air #posts .gridD .post .info h3 {
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
#in-the-air #posts .gridD .post .date {
  margin-bottom: 5px;
  display: inline-block;
}
#in-the-air #posts .gridD .post .date span {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#in-the-air #posts .gridD .post .category {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
#in-the-air #posts .gridD .post.type1, #in-the-air #posts .gridD .post.type3, #in-the-air #posts .gridD .post.type4, #in-the-air #posts .gridD .post.type5, #in-the-air #posts .gridD .post.type9 {
  height: 325px;
}
@media (max-width: 768px) {
  #in-the-air #posts .gridD .post.type1, #in-the-air #posts .gridD .post.type3, #in-the-air #posts .gridD .post.type4, #in-the-air #posts .gridD .post.type5, #in-the-air #posts .gridD .post.type9 {
    height: 287px;
  }
}
@media (max-width: 480px) {
  #in-the-air #posts .gridD .post.type1, #in-the-air #posts .gridD .post.type3, #in-the-air #posts .gridD .post.type4, #in-the-air #posts .gridD .post.type5, #in-the-air #posts .gridD .post.type9 {
    height: 290px;
  }
}
#in-the-air #posts .gridD .post.type2, #in-the-air #posts .gridD .post.type6, #in-the-air #posts .gridD .post.type7, #in-the-air #posts .gridD .post.type8 {
  height: 490px;
}
@media (max-width: 768px) {
  #in-the-air #posts .gridD .post.type2, #in-the-air #posts .gridD .post.type6, #in-the-air #posts .gridD .post.type7, #in-the-air #posts .gridD .post.type8 {
    height: 381px;
  }
}
@media (max-width: 480px) {
  #in-the-air #posts .gridD .post.type2, #in-the-air #posts .gridD .post.type6, #in-the-air #posts .gridD .post.type7, #in-the-air #posts .gridD .post.type8 {
    height: 290px;
  }
}
#in-the-air #posts .gridD .post .overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: bottom center;
  z-index: 1;
  background-image: url("../img/comunicacao/navy-mask.png");
}
#in-the-air #posts .gridD .post:hover .bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.custom-single {
  padding-bottom: 80px;
}
.custom-single .thumbnail img {
  margin-right: auto;
  margin-left: auto;
}
.custom-single #content {
  display: block;
  padding-top: 30px;
}
.custom-single #content .info-top {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (max-width: 480px) {
  .custom-single #content .info-top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.custom-single #content .info-top .picture {
  margin-right: 32px;
}
@media (max-width: 480px) {
  .custom-single #content .info-top .picture {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.custom-single #content .info-top .picture .image {
  height: 137px;
  width: 137px;
  min-width: 137px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-single #content .date {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .custom-single #content .date {
    margin-bottom: 5px;
  }
}
.custom-single #content .date span {
  display: block;
  color: #b3b3b3;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .custom-single #content .date span {
    font-size: 14px;
  }
}
.custom-single #content .title {
  margin-bottom: 15px;
}
.custom-single #content .title h2 {
  font-size: 52px;
  line-height: 1.2em;
  color: #5f5e5e;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1100px) {
  .custom-single #content .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .custom-single #content .title h2 {
    font-size: 30px;
  }
}
.custom-single #content .info-author {
  margin-bottom: 30px;
}
.custom-single #content .info-author span {
  color: #f07138;
  border: 1px solid #f07138;
  font-size: 12px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 7px 10px 6px;
  border-radius: 4px;
  margin-right: 10px;
}
.custom-single #content .info-author .category {
  margin-bottom: 0;
}
.custom-single #content .info-author .category a {
  font-size: 12px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
.custom-single #content .category {
  margin-bottom: 30px;
}
.custom-single #content .content {
  margin-top: 15px;
}
.custom-single #content .content p {
  font-size: 16px;
  line-height: 1.7em;
  color: #3b3b3b;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-single #content .content h3 {
  font-size: 23px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  padding-top: 20px;
}
.custom-single #content .content iframe {
  height: 528px;
  width: 100%;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 580px) {
  .custom-single #content .content iframe {
    height: 320px;
  }
}
.custom-single #content .content blockquote {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .custom-single #content .content blockquote {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.custom-single #content .content blockquote::before {
  content: "";
  height: 54px;
  width: 87px;
  min-width: 87px;
  background: url("../img/icons/icon-blockquote.png") center center no-repeat;
  margin-right: 32px;
}
@media (max-width: 580px) {
  .custom-single #content .content blockquote::before {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.custom-single #content .content blockquote p {
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 23px;
  line-height: 1.4em;
  color: #a4a4a4;
}
@media (max-width: 580px) {
  .custom-single #content .content blockquote p {
    font-size: 18px;
    text-align: justify;
  }
}
.custom-single #content .content .gallery {
  margin-right: -20px;
  margin-bottom: auto;
  margin-left: -10px;
}
.custom-single #content .content .gallery .gallery-item {
  display: block !important;
}
.custom-single #content .content .gallery .gallery-item a {
  margin: 10px;
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.custom-single #content .content .gallery .gallery-item a img {
  opacity: 0;
}
.custom-single #content .slick-gallery .slick-arrow, .custom-single #content .slick-gallery-thumb .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: -999px;
  height: 50px;
  width: 50px;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 520px) {
  .custom-single #content .slick-gallery .slick-arrow, .custom-single #content .slick-gallery-thumb .slick-arrow {
    width: 50%;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.custom-single #content .slick-gallery .slick-arrow::before, .custom-single #content .slick-gallery-thumb .slick-arrow::before {
  content: "";
  background: url("../img/icons/icon-arrow-left-grey.png") center center no-repeat;
  height: 10px;
  width: 15px;
  display: block;
  position: relative;
  left: 0;
}
.custom-single #content .slick-gallery .slick-arrow.slick-prev, .custom-single #content .slick-gallery-thumb .slick-arrow.slick-prev {
  left: -20px;
}
.custom-single #content .slick-gallery .slick-arrow.slick-prev:hover::before, .custom-single #content .slick-gallery-thumb .slick-arrow.slick-prev:hover::before {
  left: -3px;
}
.custom-single #content .slick-gallery .slick-arrow.slick-next, .custom-single #content .slick-gallery-thumb .slick-arrow.slick-next {
  right: -20px;
}
.custom-single #content .slick-gallery .slick-arrow.slick-next::before, .custom-single #content .slick-gallery-thumb .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-single #content .slick-gallery .slick-arrow.slick-next:hover::before, .custom-single #content .slick-gallery-thumb .slick-arrow.slick-next:hover::before {
  left: 3px;
}
.custom-single #content .slick-gallery {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.custom-single #content .slick-gallery .image {
  height: 505px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.custom-single #content .slick-gallery .image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.custom-single #content .slick-gallery-thumb {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
.custom-single #content .slick-gallery-thumb .slick-dots {
  margin-top: 20px;
}
.custom-single #content .slick-gallery-thumb img {
  max-width: 100px;
  margin-right: 10px;
  margin-left: 10px;
}

#single-leadership #content, #page-leadership #content {
  padding-top: 0;
}
#single-leadership #new-stores, #page-leadership #new-stores {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}
#single-leadership #new-stores .store, #page-leadership #new-stores .store {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border: 1px solid #ebebeb;
}
#single-leadership #new-stores .store .item, #page-leadership #new-stores .store .item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ececec;
  padding: 20px 15px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#single-leadership #new-stores .store .item:last-child, #page-leadership #new-stores .store .item:last-child {
  border-right: 0;
  text-align: center;
}
#single-leadership #new-stores .store .item h3, #page-leadership #new-stores .store .item h3 {
  font-size: 20px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #032655;
}
#single-leadership #new-stores .store .item a, #page-leadership #new-stores .store .item a {
  display: inline-block;
  padding: 10px 15px;
  background: #f07138;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#single-leadership #new-stores .store .item a:hover, #page-leadership #new-stores .store .item a:hover {
  background: #015086;
}
#single-leadership #new-stores .store-title .item, #page-leadership #new-stores .store-title .item {
  background: #032655;
  color: #FFFFFF;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}
#single-leadership .previous-posts, #page-leadership .previous-posts {
  margin-top: 80px;
}
#single-leadership .previous-posts .title h3, #page-leadership .previous-posts .title h3 {
  font-size: 30px;
  color: #032655;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#single-leadership .previous-posts .row, #page-leadership .previous-posts .row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#single-leadership .previous-posts .post, #page-leadership .previous-posts .post {
  width: calc(33.33% - 30px);
  margin: 30px 15px;
}
@media (max-width: 992px) {
  #single-leadership .previous-posts .post, #page-leadership .previous-posts .post {
    width: calc(50% - 30px);
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  #single-leadership .previous-posts .post, #page-leadership .previous-posts .post {
    width: calc(100% - 30px);
  }
}
#single-leadership .previous-posts .post .info-post, #page-leadership .previous-posts .post .info-post {
  background: #f7f7f7;
  padding: 28px 40px;
}
#single-leadership .previous-posts .post .title, #page-leadership .previous-posts .post .title {
  margin-bottom: 10px;
}
#single-leadership .previous-posts .post .title h4, #page-leadership .previous-posts .post .title h4 {
  font-size: 20px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 1100px) {
  #single-leadership .previous-posts .post .title h4, #page-leadership .previous-posts .post .title h4 {
    font-size: 18px;
  }
}
@media (max-width: 340px) {
  #single-leadership .previous-posts .post .title h4, #page-leadership .previous-posts .post .title h4 {
    font-size: 16px;
  }
}
#single-leadership .previous-posts .post .excerpt, #page-leadership .previous-posts .post .excerpt {
  font-size: 14px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  text-align: left;
  margin-bottom: 10px;
}
#single-leadership .previous-posts .post .date span, #page-leadership .previous-posts .post .date span {
  display: block;
  text-align: right;
  color: #032655;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#single-leadership .previous-posts .post .info-person, #page-leadership .previous-posts .post .info-person {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#single-leadership .previous-posts .post .info-person .picture, #page-leadership .previous-posts .post .info-person .picture {
  margin-top: -30px;
  height: 65px;
  width: 65px;
  background-color: #f07138;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 25px;
}
@media (max-width: 340px) {
  #single-leadership .previous-posts .post .info-person .picture, #page-leadership .previous-posts .post .info-person .picture {
    margin-right: 10px;
  }
}
#single-leadership .previous-posts .post .info-person .info, #page-leadership .previous-posts .post .info-person .info {
  position: relative;
  bottom: -15px;
}
#single-leadership .previous-posts .post .info-person h5, #page-leadership .previous-posts .post .info-person h5 {
  font-size: 14px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#single-leadership .previous-posts .post .info-person span, #page-leadership .previous-posts .post .info-person span {
  color: #9b9b9b;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-top: 7px;
}
#single-leadership .previous-posts .post:hover .info-post, #page-leadership .previous-posts .post:hover .info-post {
  background: #032655;
}
#single-leadership .previous-posts .post:hover .title h4, #page-leadership .previous-posts .post:hover .title h4 {
  color: #FFFFFF;
}
#single-leadership .previous-posts .post:hover .excerpt, #page-leadership .previous-posts .post:hover .excerpt {
  color: #FFFFFF;
}
#single-leadership .previous-posts .post:hover .date span, #page-leadership .previous-posts .post:hover .date span {
  color: #FFFFFF;
}
#single-leadership .titleGeneral, #page-leadership .titleGeneral {
  text-align: center;
  margin-bottom: 30px;
}
#single-leadership .titleGeneral h2, #page-leadership .titleGeneral h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#single-leadership .titleGeneral h3, #page-leadership .titleGeneral h3 {
  margin-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #b3b3b3;
}
#single-leadership #mural, #page-leadership #mural {
  padding-bottom: 50px;
}
#single-leadership #mural .titleGeneral::after, #page-leadership #mural .titleGeneral::after {
  background-image: url("../img/horizontal-divider-blue.png");
}
#single-leadership #mural .titleGeneral h2, #page-leadership #mural .titleGeneral h2 {
  color: #032655;
}
#single-leadership #mural .previous-posts, #page-leadership #mural .previous-posts {
  margin-top: 35px;
}
#single-leadership #other-releases, #page-leadership #other-releases {
  padding-top: 50px;
  padding-bottom: 70px;
}
#single-leadership #other-releases .titleGeneral::after, #page-leadership #other-releases .titleGeneral::after {
  background-image: url("../img/horizontal-divider-orange.png");
}
#single-leadership #other-releases .titleGeneral h2, #page-leadership #other-releases .titleGeneral h2 {
  color: #f07138;
}
#single-leadership .releases, #page-leadership .releases {
  margin-top: 60px;
}
#single-leadership .releases .release, #page-leadership .releases .release {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #f7f7f7;
}
#single-leadership .releases .release:last-child, #page-leadership .releases .release:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #single-leadership .releases .release, #page-leadership .releases .release {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
#single-leadership .releases .release .image, #page-leadership .releases .release .image {
  height: 131px;
  width: 131px;
  min-width: 131px;
  margin-right: 30px;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 480px) {
  #single-leadership .releases .release .image, #page-leadership .releases .release .image {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#single-leadership .releases .release h3, #page-leadership .releases .release h3 {
  font-size: 30px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
#single-leadership .releases .release h3:hover, #page-leadership .releases .release h3:hover {
  color: #f07138;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  #single-leadership .releases .release h3, #page-leadership .releases .release h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #single-leadership .releases .release h3, #page-leadership .releases .release h3 {
    text-align: justify;
  }
}
#single-leadership .releases .release p, #page-leadership .releases .release p {
  font-size: 14px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #single-leadership .releases .release p, #page-leadership .releases .release p {
    text-align: justify;
  }
}
#single-leadership .releases .release .info, #page-leadership .releases .release .info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
@media (max-width: 380px) {
  #single-leadership .releases .release .info, #page-leadership .releases .release .info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media (max-width: 380px) {
  #single-leadership .releases .release .person, #page-leadership .releases .release .person {
    margin-bottom: 10px;
  }
}
#single-leadership .releases .release .person h4, #page-leadership .releases .release .person h4 {
  font-size: 14px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#single-leadership .releases .release .person h4 span, #page-leadership .releases .release .person h4 span {
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
#single-leadership .releases .release .date span, #page-leadership .releases .release .date span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}

#single-news #content .category {
  margin-bottom: 10px;
}
#single-news #content .category a {
  padding: 9px 14px 8px;
}
#single-news #content .title {
  margin-bottom: 0;
}
#single-news #content .title h2 {
  font-size: 48px;
}
@media (max-width: 1100px) {
  #single-news #content .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  #single-news #content .title h2 {
    font-size: 30px;
  }
}
#single-news #content .date {
  margin-bottom: 25px;
}
#single-news #content .date span {
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  color: #9fa4af;
  font-size: 14px;
}
#single-news #content .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 680px) {
  #single-news #content .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
#single-news #content .content .left-content {
  padding-right: 92px;
}
@media (max-width: 768px) {
  #single-news #content .content .left-content {
    padding-right: 40px;
  }
}
@media (max-width: 680px) {
  #single-news #content .content .left-content {
    padding-right: 0;
  }
}
#single-news #content .content iframe {
  height: 420px;
}
#single-news #content .content .alignleft, #single-news #content .content .alignright {
  float: left;
  margin: 10px 20px 10px auto;
}
#single-news #content .content .alignright {
  margin-right: auto;
  margin-left: 20px;
}
#single-news #content .content h3 {
  font-size: 22px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
}
#single-news #content .content h3:first-child {
  padding-top: 0;
}
#single-news #content .content p:first-child {
  padding-top: 0;
}
#single-news #content .content p strong {
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
#single-news #content .content blockquote {
  border-left: 3px solid #f07138;
  box-shadow: none;
  padding: 0 50px 0 93px;
}
@media (max-width: 768px) {
  #single-news #content .content blockquote {
    padding-right: 30px;
    padding-left: 53px;
  }
}
#single-news #content .content blockquote p {
  padding: 0;
  font-size: 22px;
  color: #3b3b3b;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #single-news #content .content blockquote p {
    font-size: 18px;
  }
}
#single-news #content .content blockquote p u {
  text-decoration: underline;
}
#single-news #content .content blockquote::before {
  content: none;
}
#single-news #content .content .info-bottom {
  border-top: 2px solid #ebebeb;
  margin-top: 40px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  #single-news #content .content .info-bottom {
    padding-top: 25px;
    margin-top: 20px;
  }
}
#single-news #content .content .info-bottom .info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (max-width: 768px) {
  #single-news #content .content .info-bottom .info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
#single-news #content .content .info-bottom .info .share {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#single-news #content .content .info-bottom .info .share p {
  padding-right: 5px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #032655;
}
#single-news #content .content .info-bottom .info p {
  line-height: 1.2em;
}
#single-news #content .content .info-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #b3b3b3;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #single-news #content .content .info-bottom .tags {
    margin-bottom: 20px;
  }
}
#single-news #content .content .info-bottom .tags p {
  padding: 0;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  color: #032655;
  margin-right: 5px;
}
#single-news #content .content .info-bottom .tags a {
  margin-left: 5px;
}
#single-news #content .content .info-bottom .tags a:hover {
  color: #032655;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#single-news #content .content .info-bottom .share-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#single-news #content .content .info-bottom .share-buttons p {
  font-size: 13px;
  color: #032655;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin-right: 10px;
}
#single-news #content .content .info-bottom .share-buttons ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#single-news #content .content .info-bottom .share-buttons ul li {
  display: block;
  margin-right: 20px;
}
#single-news #content .content .info-bottom .share-buttons ul li:last-child {
  margin-right: 0;
}
#single-news #content .content .info-bottom .share-buttons ul li span {
  height: 13px;
  width: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
#single-news #content .content .info-bottom .share-buttons ul li span.icon-facebook {
  background-image: url("../img/icons/icon-facebook.png");
}
#single-news #content .content .info-bottom .share-buttons ul li span.icon-twitter {
  background-image: url("../img/icons/icon-twitter.png");
}
#single-news #content .content .info-bottom .share-buttons ul li span.icon-google {
  background-image: url("../img/icons/icon-google-plus.png");
}
#single-news #content .content .info-bottom .share-buttons ul li span.icon-instagram {
  background-image: url("../img/icons/icon-instagram.png");
}
#single-news #content .content .aside-content {
  min-width: 250px;
}
#single-news #content .content .aside-content .widget {
  margin-bottom: 50px;
  display: block;
}
#single-news #content .content .aside-content .widget span {
  font-size: 22px;
  color: #f07138;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1.9px;
  margin-bottom: 40px;
  display: block;
}
#single-news #content .content .aside-content .widget.widget_categories ul li {
  display: block;
  font-size: 12px;
  color: #b3b3b3;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
#single-news #content .content .aside-content .widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}
#single-news #content .content .aside-content .widget.widget_categories ul li:hover {
  color: #032655;
}
#single-news #content .content .aside-content .widget.recents-posts ul li, #single-news #content .content .aside-content .widget.widget_recent_entries ul li {
  display: block;
  font-size: 12px;
  color: #b3b3b3;
  text-transform: uppercase;
  margin-bottom: 22px;
}
#single-news #content .content .aside-content .widget.recents-posts ul li:last-child, #single-news #content .content .aside-content .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
#single-news #content .content .aside-content .widget.recents-posts ul li:hover, #single-news #content .content .aside-content .widget.widget_recent_entries ul li:hover {
  color: #032655;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#single-news #content .content .aside-content .widget.widget_tag_cloud .tagcloud, #single-news #content .content .aside-content .widget.tags .tagcloud {
  color: #9fa4af;
  text-transform: uppercase;
  font-size: 14px;
}
#single-news #content .content .aside-content .widget.widget_tag_cloud .tagcloud a, #single-news #content .content .aside-content .widget.tags .tagcloud a {
  display: inline-block;
  margin-left: 2px;
  line-height: 1.2em;
}
#single-news #content .content .aside-content .widget.widget_tag_cloud .tagcloud a:hover, #single-news #content .content .aside-content .widget.tags .tagcloud a:hover {
  color: #032655;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}

#related-news {
  margin-top: 85px;
  padding-bottom: 50px;
}
@media (max-width: 680px) {
  #related-news {
    margin-top: 20px;
    padding-bottom: 0;
  }
}
#related-news .title {
  margin-bottom: 50px;
}
#related-news .title h3 {
  font-size: 33px;
  color: #3b3b3b;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#related-news .posts .row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#related-news .posts .row .post {
  width: calc(33.33% - 30px);
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  #related-news .posts .row .post {
    width: calc(50% - 30px);
  }
}
@media (max-width: 680px) {
  #related-news .posts .row .post {
    width: calc(100% - 30px);
  }
}
#related-news .posts .row .post a {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#related-news .posts .row .post .thumbnail {
  height: 211px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#related-news .posts .row .post .thumbnail .bg {
  background-color: #ebebeb;
}
#related-news .posts .row .post .info-post {
  background: #f7f7f7;
  padding: 28px 32px;
}
#related-news .posts .row .post .date {
  margin-bottom: 12px;
}
#related-news .posts .row .post .date span {
  display: block;
  color: #032655;
  font-size: 12px;
  text-transform: uppercase;
}
#related-news .posts .row .post .title {
  margin-bottom: 15px;
}
#related-news .posts .row .post .title h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#related-news .posts .row .post .excerpt {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
#related-news .posts .row .post:hover a {
  box-shadow: 0 0 30px rgba(192, 205, 211, 0.5);
}
#related-news .posts .row .post:hover .thumbnail .bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#related-news .posts .row .post:hover .title h4 {
  color: #f07138;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}

#identity #menu-identity {
  background: #032655;
}
#identity #menu-identity .button-mobile {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 35px;
  width: 100%;
  background: #015086;
  border: none;
}
@media (max-width: 768px) {
  #identity #menu-identity .button-mobile {
    display: block;
  }
}
#identity #menu-identity ul {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  #identity #menu-identity ul {
    padding-top: 0;
    display: none;
  }
}
#identity #menu-identity ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 10px;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  border-right: 2px solid #FFFFFF;
}
#identity #menu-identity ul li strong {
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#identity #menu-identity ul li br {
  display: none;
}
@media (max-width: 768px) {
  #identity #menu-identity ul li {
    font-size: 13px;
    display: block;
    border-right: none;
    padding: 0;
    border: 1px solid #015086;
    margin: 5px 0;
  }
}
@media (max-width: 768px) {
  #identity #menu-identity ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
#identity #menu-identity ul li.active {
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#identity #menu-identity ul li:last-child {
  border-right: none;
}
#identity #boxes {
  margin-top: 50px;
}
#identity #boxes .box {
  padding-bottom: 180px;
}
@media (max-width: 1440px) {
  #identity #boxes .box {
    padding-bottom: 120px;
  }
}
@media (max-width: 1100px) {
  #identity #boxes .box {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #identity #boxes .box {
    padding-bottom: 40px;
  }
}
#identity #boxes .box:nth-child(even) .title h3 strong {
  color: #f07138;
}
#identity #boxes .box:nth-child(even) .title a {
  background: #f07138;
}
#identity #boxes .box .title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  #identity #boxes .box .title {
    margin-bottom: 30px;
  }
}
#identity #boxes .box .title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  color: #b3b3b3;
}
@media (max-width: 480px) {
  #identity #boxes .box .title h3 {
    font-size: 20px;
  }
}
#identity #boxes .box .title h3 strong {
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  color: #032655;
}
#identity #boxes .box .title a {
  background: #032655;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 127px;
  text-align: center;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 1.1px;
}
#identity #boxes .box .title a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  height: 18px;
  width: 13px;
  background: url("../img/comunicacao/icon-download.png") center center no-repeat;
}
#identity #boxes .box .grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#identity #boxes .box .text, #identity #boxes .box .image {
  width: 50%;
}
@media (max-width: 580px) {
  #identity #boxes .box .text, #identity #boxes .box .image {
    width: 100%;
  }
}
#identity #boxes .box .text {
  text-align: left;
}
@media (max-width: 820px) {
  #identity #boxes .box .text {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 580px) {
  #identity #boxes .box .text {
    text-align: justify;
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
#identity #boxes .box .text p, #identity #boxes .box .text ul {
  max-width: 380px;
  font-size: 16px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  padding-bottom: 24px;
  color: #58595b;
}
@media (max-width: 580px) {
  #identity #boxes .box .text p, #identity #boxes .box .text ul {
    max-width: 100%;
  }
}
#identity #boxes .box .text p:last-child, #identity #boxes .box .text ul:last-child {
  padding-bottom: 0;
}
#identity #boxes .box .text li {
  display: block;
  padding-bottom: 15px;
}
#identity #boxes .box .text li:last-child {
  padding-bottom: 0;
}
#identity #boxes .box .text li span {
  color: #f07138;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#identity #more-archives {
  margin-bottom: 90px;
}
#identity #more-archives .title h3 {
  font-size: 36px;
  color: #015086;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#identity #more-archives .row {
  margin-right: -15px;
  margin-left: -15px;
}
#identity #more-archives .archives {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#identity #more-archives .archives .archive {
  margin: 15px;
  height: auto;
  width: 320px;
}
#identity #more-archives .archives .archive .image {
  height: 200px;
  width: 100%;
  background-color: #f7f7f7;
}
#identity #more-archives .archives .archive h3 {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #f07138;
  font-size: 18px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
#identity #more-archives .archives .archive a {
  background: #015086;
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
#identity #more-archives .archives .archive a:hover {
  background: rgba(1, 80, 134, 0.7);
}

#page-photos {
  padding-bottom: 85px;
}
#page-photos .title {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
#page-photos .title h2 {
  font-size: 20px;
  color: #032655;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#page-photos #photos .gallery-photos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -43px;
  margin-left: -43px;
}
@media (max-width: 1100px) {
  #page-photos #photos .gallery-photos {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  #page-photos #photos .gallery-photos {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#page-photos #photos .item {
  position: relative;
  height: auto;
  width: calc(25% - 86px);
  margin-right: 43px;
  margin-bottom: 60px;
  margin-left: 43px;
}
@media (max-width: 1100px) {
  #page-photos #photos .item {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(25% - 40px);
  }
}
@media (max-width: 768px) {
  #page-photos #photos .item {
    width: calc(33.33% - 30px);
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  #page-photos #photos .item {
    width: calc(50% - 30px);
  }
}
#page-photos #photos .item .image {
  position: relative;
  overflow: hidden;
  height: 160px;
  width: 100%;
}
@media (max-width: 480px) {
  #page-photos #photos .item .image {
    height: 130px;
  }
}
#page-photos #photos .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#page-photos #photos .item .text {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #FFFFFF;
  background: #032655;
}
#page-photos #photos .item .text h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#page-photos #photos .item .text span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
#page-photos #photos .item:hover .bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#page-news {
  padding-bottom: 78px;
}
#page-news #news-mosaic .gridD {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 76px;
}
#page-news #news-mosaic .news .grid {
  height: 100%;
  position: relative;
}
#page-news #news-mosaic .news .news-image {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}
#page-news #news-mosaic .news .news-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page-news #news-mosaic .news .category a {
  padding-right: 19px;
  padding-left: 19px;
}
#page-news #news-mosaic .news .title h3 {
  text-transform: uppercase;
}
#page-news #news-mosaic .news .excerpt p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  color: #666666;
}
#page-news #news-mosaic .news .date {
  border-top: 1px solid #e7e7e7;
  padding-top: 22px;
  padding-bottom: 21px;
}
#page-news #news-mosaic .news .date span {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
#page-news #news-mosaic .news.type1 .grid, #page-news #news-mosaic .news.type5 .grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 406px;
  width: 100%;
  margin-bottom: 40px;
}
#page-news #news-mosaic .news.type1 .news-image, #page-news #news-mosaic .news.type1 .news-text, #page-news #news-mosaic .news.type5 .news-image, #page-news #news-mosaic .news.type5 .news-text {
  height: 100%;
}
#page-news #news-mosaic .news.type1 .news-image, #page-news #news-mosaic .news.type5 .news-image {
  position: relative;
  width: 100%;
  max-width: 611px;
  margin-right: 49px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
#page-news #news-mosaic .news.type1 .news-image .bg, #page-news #news-mosaic .news.type5 .news-image .bg {
  opacity: 1;
}
#page-news #news-mosaic .news.type1 .news-image::before, #page-news #news-mosaic .news.type5 .news-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../img/comunicacao/icon-plus.png") center center no-repeat rgba(255, 255, 255, 0.9);
  height: 83px;
  width: 83px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  opacity: 0;
}
#page-news #news-mosaic .news.type1 .news-image:hover .bg, #page-news #news-mosaic .news.type5 .news-image:hover .bg {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#page-news #news-mosaic .news.type1 .news-image:hover::before, #page-news #news-mosaic .news.type5 .news-image:hover::before {
  opacity: 1;
}
#page-news #news-mosaic .news.type1 .news-text, #page-news #news-mosaic .news.type5 .news-text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#page-news #news-mosaic .news.type1 .news-text .title, #page-news #news-mosaic .news.type5 .news-text .title {
  padding-bottom: 15px;
}
#page-news #news-mosaic .news.type1 .news-text .title h3, #page-news #news-mosaic .news.type5 .news-text .title h3 {
  font-size: 24px;
}
#page-news #news-mosaic .news.type1 .news-text .category, #page-news #news-mosaic .news.type5 .news-text .category {
  margin-top: 25px;
}
#page-news #news-mosaic .news.type2, #page-news #news-mosaic .news.type3, #page-news #news-mosaic .news.type4, #page-news #news-mosaic .news.type6, #page-news #news-mosaic .news.type7, #page-news #news-mosaic .news.type8 {
  height: 468px;
  width: calc(33.33% - 50px);
  margin-right: 25px;
  margin-bottom: 52px;
  margin-left: 25px;
}
#page-news #news-mosaic .news.type2 .news-image, #page-news #news-mosaic .news.type3 .news-image, #page-news #news-mosaic .news.type4 .news-image, #page-news #news-mosaic .news.type6 .news-image, #page-news #news-mosaic .news.type7 .news-image, #page-news #news-mosaic .news.type8 .news-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
#page-news #news-mosaic .news.type2 .news-image::before, #page-news #news-mosaic .news.type3 .news-image::before, #page-news #news-mosaic .news.type4 .news-image::before, #page-news #news-mosaic .news.type6 .news-image::before, #page-news #news-mosaic .news.type7 .news-image::before, #page-news #news-mosaic .news.type8 .news-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #032655;
}
#page-news #news-mosaic .news.type2 .news-image .bg, #page-news #news-mosaic .news.type3 .news-image .bg, #page-news #news-mosaic .news.type4 .news-image .bg, #page-news #news-mosaic .news.type6 .news-image .bg, #page-news #news-mosaic .news.type7 .news-image .bg, #page-news #news-mosaic .news.type8 .news-image .bg {
  opacity: 0.2;
}
#page-news #news-mosaic .news.type2 .news-image a, #page-news #news-mosaic .news.type3 .news-image a, #page-news #news-mosaic .news.type4 .news-image a, #page-news #news-mosaic .news.type6 .news-image a, #page-news #news-mosaic .news.type7 .news-image a, #page-news #news-mosaic .news.type8 .news-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page-news #news-mosaic .news.type2 .news-text, #page-news #news-mosaic .news.type3 .news-text, #page-news #news-mosaic .news.type4 .news-text, #page-news #news-mosaic .news.type6 .news-text, #page-news #news-mosaic .news.type7 .news-text, #page-news #news-mosaic .news.type8 .news-text {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  z-index: 2;
}
#page-news #news-mosaic .news.type2 .title, #page-news #news-mosaic .news.type3 .title, #page-news #news-mosaic .news.type4 .title, #page-news #news-mosaic .news.type6 .title, #page-news #news-mosaic .news.type7 .title, #page-news #news-mosaic .news.type8 .title {
  margin-bottom: 10px;
}
#page-news #news-mosaic .news.type2 .title h3, #page-news #news-mosaic .news.type3 .title h3, #page-news #news-mosaic .news.type4 .title h3, #page-news #news-mosaic .news.type6 .title h3, #page-news #news-mosaic .news.type7 .title h3, #page-news #news-mosaic .news.type8 .title h3 {
  color: #FFFFFF;
}
#page-news #news-mosaic .news.type2 .excerpt p, #page-news #news-mosaic .news.type3 .excerpt p, #page-news #news-mosaic .news.type4 .excerpt p, #page-news #news-mosaic .news.type6 .excerpt p, #page-news #news-mosaic .news.type7 .excerpt p, #page-news #news-mosaic .news.type8 .excerpt p {
  color: #FFFFFF;
}
#page-news #news-mosaic .news.type2 .grid, #page-news #news-mosaic .news.type3 .grid, #page-news #news-mosaic .news.type4 .grid, #page-news #news-mosaic .news.type6 .grid, #page-news #news-mosaic .news.type7 .grid, #page-news #news-mosaic .news.type8 .grid {
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  height: calc(100% - 25px);
  width: calc(100% - 50px);
}
#page-news #news-mosaic .news.type2 .date, #page-news #news-mosaic .news.type3 .date, #page-news #news-mosaic .news.type4 .date, #page-news #news-mosaic .news.type6 .date, #page-news #news-mosaic .news.type7 .date, #page-news #news-mosaic .news.type8 .date {
  border-top: none;
}
#page-news #news-mosaic .news.type2 .date span, #page-news #news-mosaic .news.type3 .date span, #page-news #news-mosaic .news.type4 .date span, #page-news #news-mosaic .news.type6 .date span, #page-news #news-mosaic .news.type7 .date span, #page-news #news-mosaic .news.type8 .date span {
  color: #FFFFFF;
}
#page-news #news-mosaic .news.type2:hover .bg, #page-news #news-mosaic .news.type3:hover .bg, #page-news #news-mosaic .news.type4:hover .bg, #page-news #news-mosaic .news.type6:hover .bg, #page-news #news-mosaic .news.type7:hover .bg, #page-news #news-mosaic .news.type8:hover .bg {
  opacity: 0.4;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#page-news #news-mosaic .news.type6 .news-image::before, #page-news #news-mosaic .news.type7 .news-image::before, #page-news #news-mosaic .news.type8 .news-image::before {
  background: #f07138;
}
#page-news #news-mosaic .news.type5 .grid {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
#page-news #news-mosaic .news.type5 .news-image {
  margin-right: 0;
  margin-left: 49px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 1100px) {
  #page-news #news-mosaic .news.type1 .grid, #page-news #news-mosaic .news.type5 .grid {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  #page-news #news-mosaic .news.type1 .news-image, #page-news #news-mosaic .news.type5 .news-image {
    margin-right: 0;
    margin-left: 0;
  }
  #page-news #news-mosaic .news.type2, #page-news #news-mosaic .news.type3, #page-news #news-mosaic .news.type4, #page-news #news-mosaic .news.type6, #page-news #news-mosaic .news.type7, #page-news #news-mosaic .news.type8 {
    height: 468px;
    width: 100%;
  }
}

#page-videos .title {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#page-videos .title h2 {
  font-size: 20px;
  color: #f07138;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#page-videos #main-video {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 70px;
}
@media (max-width: 680px) {
  #page-videos #main-video {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
#page-videos #main-video .full-video {
  max-width: 770px;
  box-shadow: 0 5px 10px rgba(59, 59, 59, 0.2);
}
@media (max-width: 1100px) {
  #page-videos #main-video .full-video {
    max-width: 640px;
    margin-right: 30px;
  }
}
@media (max-width: 680px) {
  #page-videos #main-video .full-video {
    margin-bototm: 30px;
    margin-right: 0;
  }
}
#page-videos #main-video .full-video iframe {
  height: 375px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
}
@media (max-width: 580px) {
  #page-videos #main-video .full-video iframe {
    height: 275px;
  }
}
#page-videos #main-video .full-video .info {
  padding: 27px 48px;
}
@media (max-width: 680px) {
  #page-videos #main-video .full-video .info {
    padding: 20px 25px;
  }
}
#page-videos #main-video .full-video .info h3 {
  font-size: 19px;
  color: #f07138;
  text-transform: uppercase;
  padding-bottom: 18px;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#page-videos #main-video .full-video .info p {
  font-size: 14px;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
#page-videos #main-video .full-video .info .views {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin-top: 10px;
}
#page-videos #main-video .full-video .info .views::before {
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  background: url("../img/icons/icon-play-grey.png") center center no-repeat;
  margin-right: 5px;
}
#page-videos #main-video .full-video .info .views span {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 16px;
}
#page-videos #main-video .see-too {
  max-width: 285px;
  min-width: 285px;
  box-shadow: 0 5px 10px rgba(59, 59, 59, 0.2);
  background: #f07138;
}
@media (max-width: 680px) {
  #page-videos #main-video .see-too {
    max-width: 100%;
    min-width: none;
    margin-top: 30px;
  }
}
#page-videos #main-video .see-too h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
  background: #FFFFFF;
}
#page-videos #main-video .see-too .box-videos {
  background: #f07138;
  padding: 30px 20px;
}
#page-videos #main-video .see-too .box-videos .video {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
}
#page-videos #main-video .see-too .box-videos .video:last-child {
  margin-bottom: 0;
}
#page-videos #main-video .see-too .box-videos .video .thumbnail {
  min-width: 59px;
  height: 42px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-right: 14px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page-videos #main-video .see-too .box-videos .video .infos h4 {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
#page-videos #main-video .see-too .box-videos .video .infos p {
  font-size: 10px;
  color: #ffd500;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
#page-videos #other-videos .videos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
#page-videos #other-videos .video {
  width: calc(25% - 20px);
  margin-right: 10px;
  margin-bottom: 70px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #page-videos #other-videos .video {
    width: calc(33.33% - 20px);
    margin-bottom: 50px;
  }
}
@media (max-width: 580px) {
  #page-videos #other-videos .video {
    width: calc(50% - 20px);
  }
}
@media (max-width: 320px) {
  #page-videos #other-videos .video {
    width: calc(100% - 20px);
  }
}
#page-videos #other-videos .video .thumbnail {
  height: 145px;
  width: 100%;
  display: block;
  background-color: #f7f7f7;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-videos #other-videos .video .thumbnail .icon-play {
  height: 32px;
  width: 32px;
  background: url("../img/icons/icon-play-white.png") center center no-repeat #f07138;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#page-videos #other-videos .video .thumbnail .time {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f07138;
  padding: 8px 8px 8px 15px;
}
#page-videos #other-videos .video .thumbnail .time span {
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
#page-videos #other-videos .video .info {
  margin-top: 15px;
}
#page-videos #other-videos .video .info h4 {
  font-size: 18px;
  color: #4f5b60;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#page-videos #other-videos .video .info .views {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#page-videos #other-videos .video .info .views::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("../img/icons/icon-play-grey.png") center center no-repeat;
  background-size: cover;
  margin-right: 10px;
}
#page-videos #other-videos .video .info .views span {
  font-size: 14px;
  color: #97a9b2;
}

#page-fotos {
  padding-bottom: 89px;
}
#page-fotos .title {
  text-align: center;
  margin-bottom: 50px;
}
#page-fotos .title h2 strong {
  color: #032655;
}
#page-fotos .filter-difference {
  margin-bottom: 15px;
}
#page-fotos .filter-difference ul {
  text-align: center;
}
#page-fotos .filter-difference ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #f07138;
  font-family: "Montserrat-Light", Helvetica, Arial, sans-serif;
  margin-right: 50px;
}
#page-fotos .filter-difference ul li:last-child {
  margin-right: 0;
}
#page-fotos #gallery-difference {
  padding-bottom: 70px;
}
#page-fotos .gallery-fotos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  #page-fotos .gallery-fotos {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#page-fotos .gallery-fotos .item {
  height: 187px;
  width: 236px;
  margin: 12px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
@media (max-width: 1100px) {
  #page-fotos .gallery-fotos .item {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  #page-fotos .gallery-fotos .item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 480px) {
  #page-fotos .gallery-fotos .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 325px) {
  #page-fotos .gallery-fotos .item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#page-fotos .gallery-fotos .item .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-fotos .gallery-fotos .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page-fotos .gallery-fotos .item a.icon-play {
  background: url("../img/nossa-gente/icon-play.png") center center no-repeat;
}
#page-fotos .gallery-fotos .item .title-photo {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background: #032655;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  bottom: -150px;
}
#page-fotos .gallery-fotos .item:hover .bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#page-fotos .gallery-fotos .item:hover .title-photo {
  bottom: 0;
}
#page-fotos .gallery-fotos .item.type2, #page-fotos .gallery-fotos .item.type6 {
  width: 320px;
}
@media (max-width: 1100px) {
  #page-fotos .gallery-fotos .item.type2, #page-fotos .gallery-fotos .item.type6 {
    width: calc(25% - 30px);
  }
}
@media (max-width: 768px) {
  #page-fotos .gallery-fotos .item.type2, #page-fotos .gallery-fotos .item.type6 {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 480px) {
  #page-fotos .gallery-fotos .item.type2, #page-fotos .gallery-fotos .item.type6 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 325px) {
  #page-fotos .gallery-fotos .item.type2, #page-fotos .gallery-fotos .item.type6 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#page-fotos .gallery-fotos .item.type3, #page-fotos .gallery-fotos .item.type7, #page-fotos .gallery-fotos .item.type8 {
  width: 248px;
}
@media (max-width: 1100px) {
  #page-fotos .gallery-fotos .item.type3, #page-fotos .gallery-fotos .item.type7, #page-fotos .gallery-fotos .item.type8 {
    width: calc(25% - 30px);
  }
}
@media (max-width: 768px) {
  #page-fotos .gallery-fotos .item.type3, #page-fotos .gallery-fotos .item.type7, #page-fotos .gallery-fotos .item.type8 {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 480px) {
  #page-fotos .gallery-fotos .item.type3, #page-fotos .gallery-fotos .item.type7, #page-fotos .gallery-fotos .item.type8 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 325px) {
  #page-fotos .gallery-fotos .item.type3, #page-fotos .gallery-fotos .item.type7, #page-fotos .gallery-fotos .item.type8 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#page-fotos .gallery-fotos .item.type4, #page-fotos .gallery-fotos .item.type5 {
  width: 156px;
}
@media (max-width: 1100px) {
  #page-fotos .gallery-fotos .item.type4, #page-fotos .gallery-fotos .item.type5 {
    width: calc(25% - 30px);
  }
}
@media (max-width: 768px) {
  #page-fotos .gallery-fotos .item.type4, #page-fotos .gallery-fotos .item.type5 {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 480px) {
  #page-fotos .gallery-fotos .item.type4, #page-fotos .gallery-fotos .item.type5 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 325px) {
  #page-fotos .gallery-fotos .item.type4, #page-fotos .gallery-fotos .item.type5 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#page-fotos .slick-depoiments .slick-dots {
  margin-top: 50px;
}
#page-fotos .depoiment .grid {
  max-width: 341px;
  margin-right: auto;
  margin-left: auto;
}
#page-fotos .depoiment .top {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 19px;
}
#page-fotos .depoiment .info-text {
  background: #032655;
  padding: 24px 25px;
  height: 115px;
}
#page-fotos .depoiment .info-person {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-top: 25px;
}
#page-fotos .depoiment .text p {
  color: #FFFFFF;
  font-size: 14px;
}
#page-fotos .depoiment .category span {
  color: #032655;
  background: #FFFFFF;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  padding: 4px 6px;
  min-width: 160px;
  text-align: center;
}
#page-fotos .depoiment .name {
  text-align: right;
  padding-right: 25px;
}
#page-fotos .depoiment .name h4 {
  text-transform: uppercase;
  color: #3b3b3b;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  font-size: 14.8px;
}
#page-fotos .depoiment .name span {
  display: block;
  color: #b3b3b3;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
#page-fotos .depoiment .picture {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #7e7e7e;
}

#calendar {
  padding: 40px;
}
#calendar .titleGeneral::after {
  background-image: url("../img/horizontal-divider-blue.png");
}
#calendar .titleGeneral h2 {
  color: #032655;
}
#calendar .slick-calendar .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: -999px;
  height: 50px;
  width: 50px;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 520px) {
  #calendar .slick-calendar .slick-arrow {
    width: 50%;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
#calendar .slick-calendar .slick-arrow::before {
  content: "";
  background: url("../img/icons/icon-arrow-left-grey.png") center center no-repeat;
  height: 10px;
  width: 15px;
  display: block;
  position: relative;
  left: 0;
}
#calendar .slick-calendar .slick-arrow.slick-prev {
  left: 10px;
}
#calendar .slick-calendar .slick-arrow.slick-prev:hover::before {
  left: -3px;
}
#calendar .slick-calendar .slick-arrow.slick-next {
  right: 10px;
}
#calendar .slick-calendar .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#calendar .slick-calendar .slick-arrow.slick-next:hover::before {
  left: 3px;
}
#calendar .slick-calendar .calendar-date .gridC {
  height: 250px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background: #f4a340;
}
#calendar .slick-calendar .calendar-date .gridC .image {
  display: block;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#calendar .slick-calendar .calendar-date .gridC .text {
  padding: 10px;
  text-align: center;
}
#calendar .slick-calendar .calendar-date .gridC h3 {
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

#page-contact #content-contact {
  padding-top: 40px;
  padding-bottom: 90px;
}
#page-contact .form {
  width: 50%;
}
#page-contact .form label {
  color: #3b3b3b;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
#page-contact .form input, #page-contact .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 35px;
  width: calc(100% - 12px);
  font-size: 12px;
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
  border-radius: 3px;
  padding-left: 12px;
  margin-bottom: 10px;
}
#page-contact .form textarea {
  height: 150px;
  padding-top: 15px;
}
#page-contact .form input[type=submit] {
  width: 100%;
  cursor: pointer;
  background: #032655;
  color: #FFFFFF;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#page-contact .form input[type=submit]:hover {
  background: #015086;
}
#page-contact .form .div.wpcf7-validation-errors,
#page-contact .form div.wpcf7-acceptance-missing {
  margin: 0;
}

#page-calendar {
  padding-bottom: 80px;
}
#page-calendar .tribe-events-page-title {
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  color: #032655;
}
#page-calendar .tribe-events-page-title a:focus, #page-calendar .tribe-events-page-title a:hover {
  color: #f07138;
  text-decoration: none;
}
#page-calendar .tribe-events-calendar td a {
  cursor: text;
  pointer-events: none;
  color: #3b3b3b;
}
#page-calendar .tribe-events-notices {
  margin-top: 50px;
}
#page-calendar #select-calendar .gridD {
  position: relative;
}
#page-calendar .false-select {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
}
#page-calendar .false-select .false-option, #page-calendar .false-select .placeholder {
  padding: 10px 20px;
  text-align: center;
  display: block;
  font-size: 10px;
  background: #f5f5f5;
  color: #3b3b3b;
}
#page-calendar .false-select .placeholder {
  cursor: pointer;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#page-calendar .false-select .false-select:hover {
  background: #015086;
}
#page-calendar .false-select .options {
  border-top: 1px solid #015086;
  display: none;
}

#single-videos {
  padding-bottom: 80px;
}
#single-videos #video .description {
  padding-top: 40px;
  padding-bottom: 20px;
}
#single-videos #video iframe {
  height: 450px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#passai #content-passai h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #032655;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  margin-bottom: 80px;
}
#passai #content-passai .columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#passai #content-passai .columns .center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#passai #content-passai .columns .col {
  width: 100%;
}
#passai #content-passai .columns .col-6 {
  width: 50% !important;
}
#passai #content-passai .columns .col-6:first-child {
  width: 477px !important;
}
#passai #content-passai .columns .col-4 {
  width: 33.33% !important;
}
#passai #content-passai .columns .col-3 {
  width: 25% !important;
}
#passai #content-passai .item {
  text-align: center;
  min-height: 220px;
}
#passai #content-passai .item.pd .info {
  padding-top: 12px;
}
#passai #content-passai .item img {
  margin-bottom: 35px;
}
#passai #content-passai .item h4 {
  font-size: 45px;
  line-height: 1em;
  color: #f07138;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
}
#passai #content-passai .item p {
  color: #3b3b3b;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2em;
  font-family: "Montserrat-Medium", Helvetica, Arial, sans-serif;
}
#passai #content-passai .item p strong {
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
#passai #content-passai #first {
  padding-top: 35px;
}
#passai #content-passai #first h3 {
  font-size: 20px;
  color: #032655;
  font-family: "Montserrat-Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 32px;
  text-align: right;
}
#passai #content-passai #first .logo {
  margin-bottom: 50px;
}
#passai #content-passai #first .card {
  max-width: 477px;
  margin-top: 10px;
}
#passai #content-passai #first .card img {
  margin-bottom: 30px;
}
#passai #content-passai #first .card p {
  line-height: 0.9em;
  font-family: "Montserrat-Medium", Helvetica, Arial, sans-serif;
  font-style: italic;
}
#passai #content-passai #first .card p small {
  font-size: 11px;
  line-height: 0.7em;
}
#passai #content-passai #first .columns {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 53px;
}
#passai #content-passai #first .columns .col:first-child p {
  color: #6C6C6C;
  padding-bottom: 23px;
  font-size: 16px;
}
#passai #content-passai #first .columns .col:first-child p:last-child {
  padding-bottom: 0;
}
#passai #content-passai #first .item {
  min-height: 110px;
  margin-bottom: 38px;
}
#passai #content-passai #first .item.mg1 img {
  margin-bottom: 7px;
}
#passai #content-passai #first .item.mg2 img {
  margin-bottom: 30px;
}
#passai #content-passai #first .item.mg3 img {
  margin-bottom: 8px;
}
#passai #content-passai #first .item.mg4 img {
  margin-bottom: 25px;
}
#passai #content-passai #first .item img {
  margin-bottom: 20px;
}
#passai #content-passai #first .item h4 {
  font-size: 25px;
}
#passai #content-passai #second .columns {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#passai #content-passai #second .col {
  width: 20%;
  margin-bottom: 75px;
}
#passai .button {
  text-align: center;
  margin-bottom: 110px;
}
#passai .button a {
  color: #FFFFFF;
  display: inline-block;
  background: #104172;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 28px 33px;
  border-radius: 10px;
}
#passai .button a:hover {
  background: #032655;
}

/*# sourceMappingURL=fique-ligado.css.map */
