:root{
  --body-bg: #F4F6F7;
  --cassiopeia-font-family-body: "UnBProRegular", sans-serif;
  --cassiopeia-font-family-headings: "UnBProBold", sans-serif;
}
.site-grid{
  grid-gap: 0 !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: var(--gutter-x,1em);
  padding-right: var(--gutter-x,1em);
}
@font-face {
  font-family: 'UnBProBold';
  font-weight: bold;
  font-style: normal;
	font-display: swap;

  src: url('../../cassiopeia_unb/fonts/UnBPro-Bold.otf') format('otf');
}

@font-face {
  font-family: 'UnBProRegular';
  font-weight: normal;
  font-style: normal;
	font-display: swap;

  src: url('../../cassiopeia_unb/fonts/UnBPro-Regular.otf') format('otf');
}


/* ===============================================
  HEADER
================================================== */
.container-header{
  background-color: transparent;
  background-image: none;
}
@media (max-width: 992px){
  .container-header {
    background-color: #fff;
  }
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.social-media{
  display: flex;
  gap: 16px;
}
/* ===============================================
  FIM HEADER
================================================== */


/* ===============================================
  MENU
================================================== */
.container-header nav,
.container-search {
  margin-top: 0px !important;
}
.container-header .navbar-toggler {
  color: #071D41;
  padding-left: 0;
  border: none;
}
.container-header .navbar-toggler:focus {
  box-shadow: none;
}
.main-menu{
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}
.main-menu li  a{
  color: #154177;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
}
.main-menu li.active{
  font-weight: bold;
}
.main-menu li:not(:first-child) a:before{
  content: "";
  border-left: 1px solid #154177;
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  display: inline;
  height: 100%;
}
.navbar:not(.gov-navbar) .offcanvas.offcanvas-start{
  width: 300px;
}

@media (max-width: 992px){
  .main-menu{
    flex-direction: column;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:not(:first-child) a:before{
    border-left: none;
  }
  .main-menu li:before{
    content: "";
    border-bottom: 1px solid #154177;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    display: inline;
  }
}

/* ===============================================
  FIM MENU
================================================== */


/* ===============================================
  NAVBAR - GOV 
================================================== */
.navbar.gov-navbar {
  background-color: #071D41;
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar.gov-navbar .navbar-toggler{
  border-color: transparent;
}
.navbar.gov-navbar .nav-link {
  color: #ffffff;
  font-size: .82rem;
}
.navbar.gov-navbar .nav-link:hover {
  text-decoration: underline;
}
.navbar.gov-navbar .nav-link.corona {
  color: #d99816;
}
.navbar.gov-navbar .offcanvas {
  background-color: #071D41;
}
.navbar.gov-navbar .offcanvas.offcanvas-end{
  width: 300px;
}
.navbar.gov-navbar .navbar-toggler:focus{
  box-shadow: none;
}
.navbar.gov-navbar .navbar-brand img{
  height: 24px;
}
/* ===============================================
  FIM NAVBAR - GOV
================================================== */



/* ===============================================
  NAVBAR - UNB
================================================== */
.navbar.unb-navbar {
  background-color: #154177;
  height: 32px;
  margin-top: 0;
}
.navbar.unb-navbar .nav-link {
  color: #ffffff;
  margin: -.75rem 0;
  padding: 0;
  margin-left: .875rem;
  font-size: 14px;
}
/* ===============================================
  FIM NAVBAR - UNB
================================================== */


/* ===============================================
  FOOTER
================================================== */
.container-footer{
  background-color: #006600;
  background-image: none;
  margin-top: 0;
}
.container-footer a{
  text-decoration: none;
}
.container-footer a:hover{
  text-decoration: underline;
}
.container-footer .grid-child{
  display: block;
  padding: 0;
}
.container-footer .acesso-info{
  background-color: #ffffff;
  border-radius: 5px;
  width: 136px;
  display: inline-flex;
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.5rem;
}
.container-footer .acesso-info img{
  width: 46px;
}
.container-footer .acesso-info h4{
  font-size: 13px;
}
.container-footer .acesso-info a{
  color: #026e3a;
  font-weight: bold;
  text-decoration: none;
}
.container-footer .acesso-info a:hover{
  text-decoration: underline;
}
.container-footer .copyright{
  font-size: 14px;
}
.container-footer h3{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.container-footer ul.list-unstyled{
  font-size: 0.7rem;
}
.container-footer ul.list-unstyled li{
  margin-bottom: 4px;
}
/* ===============================================
  FIM FOOTER
================================================== */


/* ===============================================
  HOME
================================================== */
.home-main {
  position: relative;
  background:
  url("../../../../../images/site/main-1.svg"),
    url("../../../../../images/site/main-2.svg");
  background-repeat: no-repeat;
  background-size: 20% auto, 16% auto;
  background-position: -2% top, 100% bottom;
}
.home-main .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px;
}
.home-main img.logo{
  width: 600px;
}
.home-main h2{
  max-width: 700px;
  margin-top: 48px;
  margin-bottom: 24px;
  
  font-family: var(--cassiopeia-font-family-body) !important;
  font-weight: normal !important;
  font-size: 18px;
  color: #727272;
  text-align: center;
}
.btn-unb {
  padding: 8px 24px;
  background: #154177;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-unb:hover,
.btn-unb:focus {
  background-color: #1b559c;
  color: #fff;
}

.btn-unb-white {
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 24px;
  color: #154177;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-unb-white:hover,
.btn-unb-white:focus {
  background-color: #efefef;
}

@media (max-width: 992px){
  .home-main {
    position: relative;
    background:
      url("../../../../../images/site/main-2.svg");
    background-repeat: no-repeat;
    background-size: 16% auto;
    background-position: 100% top;
  }
}

/* ÚLTIMAS NOTÍCIAS */
.home-latest-news{
  background: #F39325;
  padding-top: 48px;
  padding-bottom: 48px;
}

.home-latest-news .latest-news-item {
  background: #FCE6CD;
  border-radius: 8px;
  padding: 1rem;
}
.home-latest-news .latest-news-item img{
  border-radius: 8px;
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.home-latest-news .latest-news-item a{
  text-decoration: none;
}
.home-latest-news .latest-news-item h3{
  text-transform: uppercase;
  font-size: 18px;
  color: #154177;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.home-latest-news .latest-news-item .summary{
  font-size: 16px;
  color: #3D3D46;
  margin-bottom: 0px;
}
.home .swiper-button-next,
.home .swiper-button-prev{
  color: #fff !important;
}
.home .home-latest-news .swiper-button-next:after,
.home .home-latest-news .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
}
.home .swiper-button-next:after,
.home .swiper-rtl .swiper-button-prev:after {
  content: "\f105" !important;
}
.home .swiper-button-prev:after,
.home .swiper-rtl .swiper-button-next:after {
  content: '\f104' !important;
}
.home .swiper-pagination-bullet{
  background: #fff !important;
  opacity: .8 !important;
}
.home .swiper-pagination-bullet-active{
  background: #154177 !important;
}
.home .swiper-button-prev,
.home .swiper-rtl .swiper-button-next {
  left: -9%;
}
.home .swiper-button-next,
.home .swiper-rtl .swiper-button-prev {
  right: -9%;
}
.home .swiper-wrapper{
  align-items: stretch !important;
}
.home .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
@media (max-width: 768px){
  .home-latest-news{
    padding-bottom: 76px;
  }
  .home .swiper-button-next,
  .home .swiper-button-prev{
    top: auto;
    bottom: -40px;
    z-index: 20;
  }
  .home .swiper-button-prev,
  .home .swiper-rtl .swiper-button-next{
    left: 10px;
  }
  .home .swiper-button-next,
  .home .swiper-rtl .swiper-button-prev{
    right: 10px;
  }
}
/* UNB IMAGENS */
.home-unb-images {
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-unb-images h2 {
  color: #fff;
}
.home-unb-images p {
  color: #ccc;
  width: 40%;
}

.home-unb-images .images div {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  
  color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;

  -webkit-animation: imageAnimation 30s linear infinite 0s;
  -moz-animation: imageAnimation 30s linear infinite 0s;
  -o-animation: imageAnimation 30s linear infinite 0s;
  -ms-animation: imageAnimation 30s linear infinite 0s;
  animation: imageAnimation 30s linear infinite 0s;
}
.home-unb-images .images div:nth-child(1) {
  background-image:
    linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0, 0.5)),
    url("../../../../../images/site/unb-imagens/img-1.jpg");
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.home-unb-images .images div:nth-child(2) {
  background-image:
    linear-gradient(rgba(0,0,0, 0.35), rgba(0,0,0, 0.5)),
    url("../../../../../images/site/unb-imagens/img-2.jpg");
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.home-unb-images .images div:nth-child(3) {
  background-image:
    linear-gradient(rgba(0,0,0, 0.35), rgba(0,0,0, 0.5)),
    url("../../../../../images/site/unb-imagens/img-3.jpg");
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.home-unb-images .images div:nth-child(4) {
  background-image:
    linear-gradient(rgba(0,0,0, 0.35), rgba(0,0,0, 0.5)),
    url("../../../../../images/site/unb-imagens/img-4.jpg");
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.home-unb-images .images div:nth-child(5) {
  background-image:
    linear-gradient(rgba(0,0,0, 0.35), rgba(0,0,0, 0.5)),
    url("../../../../../images/site/unb-imagens/img-5.jpg");
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

@keyframes imageAnimation { 
  0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
  25% {
      opacity: 0;
      transform: scale(1.1);
  }
  100% {
    opacity: 0
  }
}

@media (max-width: 768px){
  .home-unb-images {
    text-align: center;
  }
  .home-unb-images p {
    width: 100%;
  }
  .btn-unb-white{
    display: block;
  }
}

/* Vídeo e Darcy */

.home-video{
  padding-top: 64px;
  padding-bottom: 64px;

  position: relative;
  background:
    url("../../../../../images/site/darcy-video-1.svg"),
    url("../../../../../images/site/darcy-video-2.svg");
  background-repeat: no-repeat;
  background-size: 15% auto, 22% auto;
  background-position: 0% -2%, 100% 150%;
}
.home-video .cpl-4{
  padding-left: 4rem;
}
.home-video .cpr-4{
  padding-right: 4rem;
}

.home-video .darcy-container{
  margin-top: 100px;
}
.home-video .darcy-image{
  max-width: 200px;
}
.home-video span{
  color: #008237;
  text-transform: uppercase;
  font-size: 14px;
}
.home-video h3{
  color: #154177;
  text-transform: uppercase;
  font-size: 22px;
}
.home-video p{
  color: #3D3D46;
  font-size: 16px;
}
.home-video .darcy-container p.darcy-edition{
  margin-bottom: 0;
  text-align: center;
  color: #154177;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 992px){
  .home-video{
    text-align: center;
    background: transparent;
  }
  .home-video .darcy-image{
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
  }
  .home-video .darcy-container {
    margin-top: 60px;
  }
  .home-video .transition {
    margin-top: 60px;
  }
  .home-video .cpl-4{
    padding-left: calc(var(--gutter-x)*.5);
  }
  .home-video .cpr-4{
    padding-right: calc(var(--gutter-x)*.5);
  }
}
/* ===============================================
FIM HOME
================================================== */


/* ===============================================
NOTÍCIAS E ARTIGOS
================================================== */
.news-list .page-header-main,
.articles-list .page-header-main,
.programacao .page-header-main{
  min-height: 100px;
  display: flex;
  align-items: center;
  background-image: url("../../../../../images/site/logo.svg");
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.news-list .page-header-main h1,
.articles-list .page-header-main h1,
.programacao .page-header-main h1{
  margin-bottom: 0;
  color: #154177;
}

.news-list .all-news .blog-item figure {
  border-radius: 8px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.articles-list .all-articles .blog-item figure {
  border-radius: 8px;
  margin-bottom: 16px;
  max-width: 120px;
  min-width: 120px;
}
.news-list .all-news .blog-item .item-content .page-header h2,
.articles-list .all-articles .blog-item .item-content .page-header h2{
  font-size: 20px;
}
.news-list .all-news .blog-item .item-content .page-header h2 a,
.articles-list .all-articles .blog-item .item-content .page-header h2 a{
  color: #154177;
  text-decoration: none;
}
.news-list .all-news .blog-item .item-content .intro-text,
.articles-list .all-articles .blog-item .item-content .intro-text{
  color: #3D3D46;
  font-size: 16px;
}
.news-list .publish-date,
.articles-list .publish-date{
  color: #636372;
  font-size: 14px;
}
.news-list .blog-items.masonry-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}
.news-list .blog-items.masonry-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}

@media (max-width: 992px){
  .news-list .blog-items.masonry-3,
  .news-list .blog-items.masonry-4 {
    display: block;
  }
  .news-list .page-header-main,
  .articles-list .page-header-main,
  .programacao .page-header-main{
    align-items: flex-start;
    min-height: 130px;
    justify-content: center;
    background-position: bottom center;
  }
  .articles-list .all-articles .blog-item figure {
    max-width: 100px;
    min-width: 100px;
  }
}
.news-list .com-content-category-blog__pagination,
.articles-list .com-content-category-blog__pagination{
  display: flex;
  justify-content: center;
}
.news-list .com-content-category-blog__pagination .pagination .page-item,
.articles-list .com-content-category-blog__pagination .pagination .page-item{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list .com-content-category-blog__pagination .pagination .page-item:not(:last-child),
.articles-list .com-content-category-blog__pagination .pagination .page-item:not(:last-child){
  margin-right: 12px;
}
.news-list .com-content-category-blog__pagination .pagination .page-item .page-link,
.articles-list .com-content-category-blog__pagination .pagination .page-item .page-link{
  background-color: transparent;
  border: none;
  color: #154177;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list .com-content-category-blog__pagination .pagination .page-item.active .page-link,
.articles-list .com-content-category-blog__pagination .pagination .page-item.active .page-link{
  background-color: #DAE1E9;
}
.news-list .com-content-category-blog__pagination .pagination .page-item.disabled .page-link,
.articles-list .com-content-category-blog__pagination .pagination .page-item.disabled .page-link{
  color: rgba(21, 65, 119, 0.5);
}
.news-list .all-news figure figcaption,
.articles-list .all-articles figure figcaption{
  display: none;
}
@media (min-width: 992px){
  .news-list.view-category .site-grid{
    background-image: 
      url("../../../../../images/site/news/news-tl.svg"),
      url("../../../../../images/site/news/news-tr.svg"),
      url("../../../../../images/site/news/news-bl.svg"),
      url("../../../../../images/site/news/news-br.svg");
    background-repeat: no-repeat;
    background-position: -40px 190px, 100% 370px, 0 70%, 100% 100%;
    background-size: 10%;
  }
}


/* News Item */
.news-list figure.left.item-image{
  float: none;
  width: 100%;
}
.news-list figure.left.item-image img{
  width: 100%;
  border-radius: 8px;
}
.news-list .news-list-info,
.articles-list .articles-list-info{
  border-bottom: 1px solid #636372;
  padding: 8px 0;
  margin-bottom: 16px;
  color: #636372;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.news-list .news-list-info .share a .a2a_svg,
.articles-list .articles-list-info .share a .a2a_svg{
  width: 22px;
  height: 22px;
}
@media (max-width: 768px){
  .news-list .news-list-info,
  .articles-list .articles-list-info{
    display: block;
  }
  .news-list .news-list-info .share ,
  .articles-list .articles-list-info .share {
    margin-top: 8px;
  }
}

.news-list .news-list-tags,
.articles-list .articles-list-tags{
  color: #008237;
  text-transform: uppercase;
  font-size: 12px;
}
.news-list .news-list-tags span:nth-child(1),
.articles-list .articles-list-tags span:nth-child(1){
  padding-right: 8px;
}
.news-list .news-list-tags span:not(:first-child),
.articles-list .articles-list-tags span:not(:first-child){
  padding-left: 8px;
  border-left: 1px solid #008237;
}
.news-list .page-header h2,
.articles-list .page-header h2{
  color: #013D7C;
}
.news-list .item-pagenews-list,
.articles-list .item-pagearticles-list{
  color: #636372;
}
.news-list .item-pagenews-list figure{
  margin-bottom: 16px;
}
.news-list .item-pagenews-list figcaption{
  font-size: 0.75rem;
}
.news-list figure.pull-right{
  float: right !important;
  display: table !important;
  margin-left: 16px !important;
}
.news-list figure.pull-left{
  float: left !important;
  display: table !important;
  margin-right: 16px !important;
}
.news-list figure.pull-right figcaption,
.news-list figure.pull-left figcaption{
  display: table-caption;
  caption-side: bottom;
  margin-top: 8px;
}

/* Lista de artigos */
.news-list .item-pagenews-list,
.articles-list .item-pagearticles-list{
  margin-bottom: 2rem;
}
.articles-list .all-articles .item-content{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.articles-list .autor-article-info img{
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
}

.articles-list .autor-article-info p{
  color: #3D3D46;
  padding-top: 16px;
  border-top: 1px solid #3D3D46;
  font-size: 12px;
}
.articles-list .autor-article-info a{
  color: #3D3D46;
  text-decoration: none;
  color: #2B78D7;
}
.articles-list .autor-article-info a:hover{
  text-decoration: underline;
}
.articles-list .article-side {
  background-color: #008237;
  background-image: url("../../../../../images/site/article-side.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
.articles-list .site-grid {
  margin-bottom: 0;
}
@media (max-width: 992px){
  .articles-list .autor-article-info {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #3D3D46;
    padding-top: 16px;
  }
  .articles-list .autor-article-info img{
    max-width: 120px;
    margin-right: 16px;
  }
  .articles-list .autor-article-info p{
    border-top: none;
    padding-top: 0;
  }
  .news-list .item-pagenews-list figure img{
    width: 100%;
  }

  .news-list figure.pull-right,
  .news-list figure.pull-left{
    float: none !important;
    display: block !important;
    margin-left: 0px !important;
  }
  .news-list figure.pull-right figcaption,
  .news-list figure.pull-left figcaption{
    display: block;
    margin-top: 8px;
  }
}
/* ===============================================
FIM NOTÍCIAS E ARTIGOS
================================================== */


/* ===============================================
MARCA
================================================== */
/* header */
.marca-header{
  background-color: #F39325;
  padding: 80px 0;
  margin-top: -1em;
}
.marca-header p.marca-tag{
  color: #FEE170;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
}
.marca-header h1{
  color: #fff;
  margin-bottom: 0;
}
.marca-header .gif-container{
  background-color: #fff;
  border: 12px solid #FDCA00;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.marca-header .gif-container img{
  max-height: 250px;
  width: auto;
}
@media (max-width: 992px){
  .marca-header{
    padding: 50px 0;
  }
}

/* slogan */
.marca-slogan{
  padding: 80px 0;
  background-image:
    url("../../../../../images/site/marca/slogan-1.svg"),
    url("../../../../../images/site/marca/slogan-2.svg");
  background-size: 150px auto, 200px auto;
  background-repeat: no-repeat;
  background-position: 100% -40px, -3% 140%;
}
.marca-slogan h2{
  color: #008237;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.marca-slogan p{
  color: #3D3D46;
}
.marca-slogan .marca-image{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px){
  .marca-slogan{
    padding: 50px 0;
    background-image: url("../../../../../images/site/marca/slogan-2.svg");
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: -3% 140%;
  }
  .marca-slogan .marca-image{
    width: 70%;
    margin-bottom: 64px;
  }
}

/* campanha */
.marca-campanha{
  padding: 80px 0;
  background-color: #FCE6CD;
}
.marca-campanha h2{
  color: #F39325;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.marca-campanha p{
  color: #3D3D46;
}
.marca-campanha figure{
  margin: 0;
}
.marca-campanha img{
  border-radius: 8px;
  margin-bottom: 8px;
}
.marca-campanha figcaption{
  color: #3D3D46;
  font-size: 12px;
}
@media (max-width: 992px){
  .marca-campanha{
    padding: 50px 0;
  }
}

/* download */
.marca-download{
  padding: 80px 0;
}
.marca-download p{
  color: #3D3D46;
}
.marca-download .download-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.marca-download .download-container img{
  border-radius: 8px;
  margin-bottom: 16px;
}
.marca-download .download-container a.btn-unb{
  text-align: start;
  border-radius: 8px;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px){
  .marca-download{
    padding: 50px 0;
  }
  .marca-download .download-container{
    width: 100%;
    margin-bottom: 16px;
  }
}

/* citacao */
.marca-citacao{
  padding: 80px 0;
  background-color: #FFF3C4;
  position: relative;
}
.marca-citacao p{
  color: #3D3D46;
}
.marca-citacao .citacao-container figure{
  margin-bottom: 0;
}
.marca-citacao .citacao-container img{
  border-radius: 8px;
  margin-bottom: 16px;
}
.marca-citacao .citacao-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.marca-citacao blockquote{
  color: #3D3D46;
  display: block;
  position: relative;
  padding-left: 80px;
}
.marca-citacao cite{
  display: block;
  font-weight: bold;
  text-align: end;
  font-size: 18px;
  margin-top: 8px;
}
.marca-citacao blockquote::before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #FDCA00;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -44px;
  left: 0px;
}
.marca-citacao::after{
  content: "";
  background-color: #FFF3C4;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -25px;
  left: 8%;
  transform: rotate(45deg);
}
@media (max-width: 992px){
  .marca-citacao{
    padding: 50px 0;
  }
  .marca-citacao .citacao-container{
    width: 100%;
  }
  .marca-citacao blockquote{
    padding-left: 0px;
  }
  .marca-citacao::after{
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}

/* unb */
.marca-unb{
  padding: 80px 0;
}
.marca-unb h2{
  color: #008237;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.marca-unb p{
  color: #3D3D46;
}
.marca-unb .marca-container{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px){
  .marca-unb{
    padding: 50px 0;
  }
  .marca-unb .marca-container{
    width: 100%;
  }
}
/* ===============================================
FIM MARCA
================================================== */

/* ===============================================
PROGRAMAÇÃO
================================================== */
:root {
  --fc-button-text-color: #fff;
  --fc-button-bg-color: #154177;
  --fc-button-border-color: #154177;
  --fc-button-hover-bg-color: #10335e;
  --fc-button-hover-border-color: #10335e;
  --fc-button-active-bg-color: #10335e;
  --fc-button-active-border-color: #10335e;
  --fc-today-bg-color: transparent;
  --fc-border-color: transparent;
  --fc-neutral-bg-color: transparent;

  --fc-bg-event-color: #FFF3C4;
  --fc-bg-event-opacity: 1;
}
.programacao #calendar {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.programacao .fc-header-toolbar {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #FDCA00;
  margin: -12px -12px 16px -12px;
  padding: 12px 12px 0 12px;
  position: relative;
}
.programacao .fc-toolbar-title {
  color: #154177;
  text-transform: uppercase;
  font-size: 24px !important;
}
.programacao .fc-button-group{
  position: absolute !important;
  bottom: -50%;
  right: 12px;
}
.programacao .fc-button-group .fc-button{
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.programacao .fc-button-group .fc-button span{
  font-weight: bold;
}
.programacao .fc-button-group >.fc-button:not(:last-child) {
  margin-right: 8px !important;
}
.programacao .fc .fc-button-primary:focus,
.programacao .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.programacao .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}
.programacao .fc .fc-col-header-cell-cushion{
  color: #3D3D46;
  text-decoration: none;
  font-weight: bold;
}
.programacao .fc-daygrid-day-number{
  color: #3D3D46;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}
.programacao .fc .fc-daygrid-day-top {
  justify-content: center;
}
.programacao .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: unset;
}
.programacao .fc .fc-daygrid-day-events{
  margin: 0;
}
.programacao .fc .fc-daygrid-day-bottom{
  display: none;
}
.programacao .fc-bg-event .fc-event-title{
  display: none;
}
.programacao .fc-bg-event{
  /* width: 24px; */
  /* height: 24px; */
  border-radius: 8px;
  /* margin: auto; */
}

.programacao a.btn-unb{
  border-radius: 8px;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 16px 8px;
}

.programacao .event{
  margin-bottom: 24px;
}
.programacao .event .event-info {
  /* display: flex; */
  align-items: center;
}
.programacao .event .event-info span.date{
  color: #3D3D46;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
.programacao .event .event-info span.category{
  color: #3D3D46;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
}
.programacao .event .event-info span.date::after{
  content: "|";
  padding-left: 8px;
  padding-right: 8px;
}
.programacao .event h2.event-title{
  font-size: 18px;
  color: #154177;
  font-weight: bold;
}
.programacao .programacao-border {
  border-right: 1px solid #3D3D46;
}

@media (max-width: 992px){
  .programacao .programacao-border {
    border-right: none;
    border-bottom: 1px solid #3D3D46;
  }
  .all-events{
    margin-top: 16px;
  }
}
@media (min-width: 992px){
  .programacao .site-grid{
    background-image: 
      url("../../../../../images/site/news/news-tl.svg"),
      url("../../../../../images/site/news/news-bl.svg");
    background-repeat: no-repeat;
    background-position: 0% 150px, 100% 100px;
    background-size: 10%;
  }
}

/* ===============================================
FIM PROGRAMAÇÃO
================================================== */


/* ===============================================
História
================================================== */
.historia .site-grid.gradient-green{
  background: linear-gradient(180deg, #F4F6F7 0%, #CCE6D7 43.23%, #59AE7D 100%);
}
.historia .site-grid.gradient-orange{
  background: linear-gradient(180deg, #F4F6F7 0%, #FCE6CD 40.1%, #F8C385 90.62%);
}
.historia .site-grid.gradient-blue{
  background: linear-gradient(180deg, #F4F6F7 0%, #DAE1E9 43.23%, #708BAC 100%);
}
.historia .site-grid.gradient-green .swiper-slide h3{
  color: #008237;
}
.historia .site-grid.gradient-orange .swiper-slide h3{
  color: #F39325;
}
.historia .site-grid.gradient-blue .swiper-slide h3{
  color: #154177;
}
.historia h2.historia-title{
  color: #154177;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 24px;
}
.historia h1.historia-header{
  color: #3D3D46;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.historia .swiper-slide span{
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #3D3D46;
}
.historia .swiper-slide h3{
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.historia .swiper-slide p{
  margin-bottom: 0.5rem;
  color: #3D3D46;
  font-size: 16px;
  font-weight: normal;
}
.historia .swiper-slide figure{
  margin-bottom: 0rem;
}
.historia .swiper-slide figure img{
  border-radius: 8px;
  width: 100%;
}
.historia .swiper-slide figure figcaption{
  font-size: 0.875rem;
  color: #3D3D46;
}

/* Pagination */
.historia .historia-pagination {
  margin-bottom: 32px;
}
.historia .historia-pagination ul.bar {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.historia .historia-pagination ul.bar > li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 8.3333333%;
  padding-top: 10px;
}
.historia .historia-pagination ul.bar > li span{
  font-size: 12px;
  color: #3D3D46;
  font-weight: normal;
  margin-top: 4px;
}
.historia .historia-pagination ul.bar > li.active span{
  font-size: 16px;
  color: #154177;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}
.historia .historia-pagination ul.bar>li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #154177;
  /* font-size: 20px; */
  z-index: 1;
}
.historia .historia-pagination ul.bar>li.active:before {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #154177;
}
  /* margin-right: 10px; */
.historia .historia-pagination ul.bar>li:after {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  border-top: 3px solid #154177;
  height: 100%;
  width: 105%;
}
.historia .historia-pagination ul.bar >li:first-of-type:after {
  left: 50%;
}
.historia .historia-pagination ul.bar >li:last-of-type:after {
  left: -52%;
}
.historia .slide-counter {
  display: none;
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: #154177;
  font-weight: bold;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 992px){
  .historia .historia-pagination {
    display: none;
  }
  .historia .slide-counter {
    display: flex;
  }
}
/* Fim pagination */

.historia .swiper {
  position: relative;
}
.historia .swiper-button-next,
.historia .swiper-button-prev{
  color: #154177 !important;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.historia .swiper-button-next:after,
.historia .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
}
.historia .swiper-button-next:after,
.historia .swiper-rtl .swiper-button-prev:after {
  content: "\f105" !important;
}
.historia .swiper-button-prev:after,
.historia .swiper-rtl .swiper-button-next:after {
  content: '\f104' !important;
}
.historia .swiper-button-next,
.historia .swiper-button-prev{
  top: 30px;
  z-index: 20;
}
.historia .swiper-button-prev,
.historia .swiper-rtl .swiper-button-next{
  left: -5%;
}
.historia .swiper-button-next,
.historia .swiper-rtl .swiper-button-prev{
  right: -5%;
}
.historia .swiper-buttons{
  position: relative;
}

@media (max-width: 992px){
  .historia .swiper-buttons{
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
  }
  .historia .swiper-button-next,
  .historia .swiper-button-prev{
    position: unset;
  }
  .historia .swiper-button-prev,
  .historia .swiper-rtl .swiper-button-next{
    margin-right: 12px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .historia .swiper-button-next,
  .historia .swiper-rtl .swiper-button-prev{
    margin-top: auto;
    margin-bottom: auto;
  }
}
/* ===============================================
FIM História
================================================== */

/* * { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue } */
