/*
Theme Name: RTP Ensina
Theme URI: https://ensina.rtp.pt/
Version: 2.0
Author: RTP Multimédia
*/

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

textarea:focus,
input:focus {
  outline: none;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

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

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.static {
  position: static;
}

.footer-menu {
  margin-top: 50px;
}

/**********************************************************
** Player Video
/**********************************************************/

/* .rmp-object-fit-contain{
  object-fit: cover !important;
}

.rmp-poster-img{
  width: 105% !important;
  height: 105% !important;
} */

/**********************************************************
** Navbar
/**********************************************************/

.navbar-container {
  background-color: #05b5fe;
  height: 140px;
  padding: 14px 0;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.navbar-container .navbar-collapse {
  margin-top: 15px;
  align-items: flex-end;
}

.navbar-container .navbar-brand {
  margin-right: 35px;
}

.navbar-container .navbar-brand img {
  width: 200px;
}

.navbar-container .nav-item .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
}

.navbar-container .nav-item.active .nav-link,
.navbar-container .nav-item .nav-link:hover {
  color: #383331;
}

.navbar-form {
  display: flex;
}

.navbar .input-group-text {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-size: 28px;
}

.navbar-social {
  align-self: flex-end;
}

.navbar-social a {
  background: #fff;
  color: #05b5fe;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}

.navbar-social .navbar-facebook-icon i {
  font-size: 32px;
  line-height: 40px;
  opacity: 0.7;
}

.navbar-social .navbar-facebook-icon i::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
}

.navbar-social .navbar-envelope-icon i {
  font-size: 22px;
  line-height: 40px;
  opacity: 0.7;
}

.navbar-social .navbar-envelope-icon i::before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 1px;
  right: 0;
}

.navbar-search .navbar-search-icon {
  background: #fff;
  color: #05b5fe;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
}

.navbar-search .navbar-search-icon i {
  font-size: 35px;
  line-height: 60px;
  opacity: 0.7;
}

.navbar-search-icon:hover i,
.navbar-social .navbar-envelope-icon:hover i,
.navbar-social .navbar-facebook-icon:hover i {
  opacity: 1;
}

.navbar-secundary-container {
  background-color: #107fac;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.navbar-secundary .navbar-nav {
  flex-direction: row;
  text-align: center;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}

.navbar-secundary .navbar-nav::-webkit-scrollbar {
  display: none;
}

.navbar-secundary .navbar-nav li {
  flex-shrink: 0;
}

.navbar-secundary .navbar-nav .nav-link {
  padding: 13px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}

.navbar-secundary .navbar-nav .nav-link:hover {
  opacity: 0.8;
}

.navbar-secundary .navbar-nav li:first-child .nav-link {
  padding-left: 0;
}

.navbar-secundary .navbar-nav li:last-child .nav-link {
  padding-right: 0;
}

.navbar-secundary .navbar-nav .navbar-mask {
  position: absolute;
  height: 100%;
  width: 50px;
  background: linear-gradient(-90deg, rgba(16, 127, 172, 1) 0%, rgba(16, 127, 172, 1) 50%, rgba(255, 255, 255, 0) 100%);
  ;
  right: -20px;
}

.searchform {
  display: none;
  position: relative;
  background-color: transparent;
  color: #05b5fe;
  z-index: 200;
  bottom: -14px;
  left: 0;
}

.searchform .search-control::placeholder {
  color: #05b5fe;
  opacity: 1;
}

.searchform .search-control:-ms-input-placeholder {
  color: #05b5fe;
}

.searchform .search-control::-ms-input-placeholder {
  color: #05b5fe;
}

.searchform .container {
  position: relative;
}

.searchform input {
  border: 0;
  height: 50px;
  box-shadow: rgb(0 0 0 / 50%) 0px 8px 4px -6px inset;
  color: #05b5fe !important;
  padding-left: 15px;
  line-height: 50px;
  font-size: 26px;
  font-weight: normal;
}

.close-searchform {
  position: absolute;
  height: 50px;
  width: 50px;
  background: #29383e;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  right: 15px;
}

.close-searchform:hover i {
  color: #05b5fe;
}

.worldnav-menu-toggle::before {
  transform: rotate(90deg);
}

.rotate45 {
  transform: rotate(45deg);
}

.worldnav-menu-toggle,
.worldnav-menu-toggle::before,
.worldnav-menu-toggle::after,
.worldnav-menu-toggle-line {
  transition: all 0.2s ease-in-out;
}

.worldnav-menu-toggle-line,
.worldnav-menu-toggle::before,
.worldnav-menu-toggle::after {
  top: 50%;
  transform-origin: center;
}

.worldnav-menu-toggle {
  pointer-events: all;
  width: 62px;
  height: 51px;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 3;
  text-align: left;
  text-indent: -999em;
  margin-bottom: 0;
  cursor: pointer;
}

.worldnav-menu-toggle::before,
.worldnav-menu-toggle::after,
.worldnav-menu-toggle-line {
  content: '';
  position: absolute;
  left: 17px;
  right: 17px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}

.worldnav-menu-toggle::before,
.worldnav-menu-toggle::after,
.worldnav-menu-toggle-line {
  content: '';
  position: absolute;
  left: 17px;
  right: 17px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}

/**********************************************************
** Carousel Homepage
/**********************************************************/

.show-neighbors {
  overflow: hidden;
  background-color: #29383e;
}

.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  font-size: 25px;
}

.carousel-item .carousel-link {
  display: block;
}

@media (min-width: 767px) {

  .show-neighbors .carousel-indicators {
    margin-right: 25%;
    margin-left: 25%;
  }

  .show-neighbors .carousel-control-prev,
  .show-neighbors .carousel-control-next {
    background: rgba(41, 56, 62, 0.9);
    width: 5%;
    z-index: 2;
  }

  .show-neighbors .carousel-control-prev i,
  .show-neighbors .carousel-control-next i {
    font-size: 50px;
  }

  .show-neighbors .carousel-inner {
    width: 150%;
    left: -25%;
  }

  .show-neighbors .carousel-item-next:not(.carousel-item-left),
  .show-neighbors .carousel-item-right.active {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
  }

  .show-neighbors .carousel-item-prev:not(.carousel-item-right),
  .show-neighbors .carousel-item-left.active {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
  }

  .show-neighbors .item__third {
    display: block !important;
    float: left;
    position: relative;
    width: 33.33333333%;
  }

}

.carousel-indicators {
  z-index: 2;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  transition: width 0.4s ease;
  display: block;
  border: 0;
  border-radius: 36px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.carousel-indicators li:hover {
  opacity: 1
}

.carousel-indicators .active {
  width: 30px;
}

.carousel-caption {
  left: 80px;
  bottom: 8%;
  text-align: left;
  z-index: 1;
}

.carousel-caption h5 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.carousel-caption .category-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #05b5fe;
  font-weight: bold;
}

.carousel-caption .caption-btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #05b5fe;
  display: inline-block;
  color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.carousel-caption .caption-btn:hover {
  background-color: #080F00;
}

.mask-img-carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(14deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  display: block;
}

.mask-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(14deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  display: block;
}

.mask-img-left {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(15deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 65%);
  display: block;
}

/**********************************************************
** Secção Ciclos Homepage
/**********************************************************/

.cicles-section {
  background-color: #29383e;
  padding-top: 45px;
}

.cicles-section .cicle-card {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  text-align: center;
  padding: 30px 30px 0 30px;
}

.cicles-section .cicle-card h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #383331;
}

.cicles-section .cicle-card p {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #383331;
}

.cicles-section .cicle-card .secion-btn {
  display: block;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.cicles-section .cicle-card .secion-btn:hover {
  background-color: #29383E;
}

.cicles-section .primeiro-ciclo .secion-btn {
  background-color: #f7af00;
}

.cicles-section .segundo-ciclo .secion-btn {
  background-color: #3d90f2;
}

.cicles-section .terceiro-ciclo .secion-btn {
  background-color: #c771cb;
}

.cicles-section .ciclo-secundario .secion-btn {
  background-color: #6d9b3b;
}

.dropdown-cicles .dropdown-toggle {
  background-color: #29383e;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border-radius: 0;
  border: 0;
  position: relative;
}

.dropdown-cicles .dropdown-toggle::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  border: 0;
}

.dropdown-cicles .dropdown.show .dropdown-toggle::after {
  content: "\f077";
}

/* .bg-cicle-container-inner .featured-themes-section .single-theme .mask-theme{
  width: calc(100% - 20px);
} */

.dropdown-cicles .dropdown-menu {
  width: calc(100% - 20px);
  background-color: #29383e;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.dropdown-cicles .dropdown-item {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}

.dropdown-cicles .dropdown-item:focus,
.dropdown-cicles .dropdown-item:hover {
  background-color: #f7af00;
}

.dropdown-capitulos .btn {
  background-color: #1a576f;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 20px;
  text-align: left;
  border-radius: 0;
  border: 0;
  position: relative;
  z-index: 1;
}

.capitulos-section h1:first-of-type {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-capitulos .dossier-hp {
  z-index: 2;
}

.dropdown-capitulos .dossier-hp.active {
  color: #05b5fe;
}

.dropdown-capitulos .dossier-hp::after {
  content: ' ';
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  display: block;
}

.dropdown-capitulos .dropdown-toggle {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.dropdown-capitulos .dropdown-toggle::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  border: 0;
}

.dropdown-capitulos .dropdown.show .dropdown-toggle::after {
  content: "\f077";
}

.dropdown-capitulos .dropdown-menu {
  width: calc(100% - 20px);
  background-color: #1a576f;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.dropdown-capitulos .dropdown-item {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 10px;
}

.dropdown-capitulos .dropdown-item:focus,
.dropdown-capitulos .dropdown-item:hover,
.dropdown-capitulos .dropdown-item.active,
.dropdown-capitulos .dropdown-item:active {
  background-color: transparent;
  color: #05b5fe;
}

/**********************************************************
** Featured (Destaques) Homepage
/**********************************************************/

.featured-section {
  margin-top: 45px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, #31bcf3, #008cc4);
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.featured-section h1 {
  font-size: 36px;
  font-weight: 300;
  color: #383331;
  margin-bottom: 15px;
}

.featured-article {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.item__third:hover .mask-img-carousel,
a:hover .mask-img,
a:hover .mask-img-left {
  background-color: rgba(0, 0, 0, 0.20);
}

.main-featured {
  margin-bottom: 30px;
}

.main-featured .featured-article-header {
  padding: 70px 80px;
}

.secundary-featured .featured-article-header {
  padding: 20px 40px;
}

.featured-article-header {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.main-featured .featured-article-header h5 {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
}

.secundary-featured .featured-article-header h5 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}

.featured-article-header .category-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #05b5fe;
  font-weight: bold;
}

/**********************************************************
** Temas e subtemas Homepage
/**********************************************************/

.themes-section:first-of-type {
  padding-top: 50px;
}

.themes-section {
  padding: 25px 0;
  border-bottom: solid 1px #e3eaed;
}

.themes-section:nth-of-type(3) {
  padding-top: 0;
}

.themes-section .main-theme-title {
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.themes-section .main-theme-title a {
  color: #383331;
}

.themes-section .sub-themes-available {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #05b5fe;
}

.themes-section .sub-themes-list li a {
  font-size: 16px;
  font-weight: normal;
  color: #383331;
  padding: 10px 0;
  border-bottom: 1px solid #e3eaed;
  display: block;
}

.themes-section .sub-themes-list li a:hover {
  color: #05b5fe;
}

.themes-section .sub-themes-list li:last-child a {
  border-bottom: 0;
}

.themes-section .more-sub-themes {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #05B5FE;
  text-transform: uppercase;
}

.themes-section .more-sub-themes:hover {
  color: #383331;
}

.themes-section .main-theme-title-container {
  margin-bottom: 15px;
}

.themes-section .more-of-theme {
  font-size: 14px;
  align-self: flex-end;
}

.themes-section .more-of-title {
  color: #383331;
  font-weight: normal;
  margin-right: 10px;
}

.themes-section .more-of-link {
  color: #05b5fe;
  font-weight: normal;
}

.themes-section .more-of-link:hover {
  color: #383331;
}

.themes-section .more-of-link i {
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

[id^="ays-quiz-container-"] {
  margin-bottom: 50px;
}

.article-section .list-article {
  margin-bottom: 30px;
}

.archive-section .list-article {
  margin-bottom: 30px;
}

.post-type-archive-ptparaua .archive-section .list-article,
.tax-tema-projetos-especiais .archive-section .list-article {
  margin-bottom: 0;
}

.list-article .img-container {
  position: relative;
  border-radius: 5px 5px 5px 0;
  overflow: hidden;
}

.list-article .img-container img {
  border-radius: 5px;
}

.list-article .category-link {
  font-size: 12px;
  color: #05b5fe;
  line-height: 1.33;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}

.list-article.explicadores .category-link {
  color: #ff5676;
}

.list-article.testes .category-link {
  color: #00d0da;
}

.list-article .article-title {
  font-size: 16px;
  color: #383331;
  line-height: 1.36;
  font-weight: normal;
  margin-bottom: 60px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.term-desc {
  margin-bottom: 100px;
}

.term-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #383331;
  margin-bottom: 10px;
}

.term-desc p.gray {
  color: #737D82;
}

.tax-tema .list-article .article-title,
.tax-ucrania .list-article .article-title,
.post-type-archive-ptparaua .list-article .article-title,
.tax-tema-projetos-especiais .list-article.pt-ua .article-title,
.tax-tipo-artigo .list-article.pt-ua .article-title,
.tax-tipo-artigo .list-article.pt-ua {
  margin-bottom: 0;
}

.post-type-archive-ptparaua .more-section,
.tax-tema-projetos-especiais .more-section {
  margin-bottom: 50px;
}

.list-article .article-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  color: #29383e;
  border-top-right-radius: 5px;
  z-index: 1;
}

.list-article .article-type.dossier-type {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
}

.list-article .archive-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f03a";
  font-weight: 900;
  font-size: 18px;
}

.list-article .video-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f04b";
  font-weight: 900;
  font-size: 17px;
}

.list-article .audio-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f027";
  font-weight: 900;
  font-size: 21px;
}

.list-article .imagem-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f03e";
  font-weight: 900;
  font-size: 21px;
}

.list-article .infografia-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f61f";
  font-weight: 900;
  font-size: 21px;
}

.list-article .interativo-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a6";
  font-weight: 900;
  font-size: 21px;
}

.list-article .pt-ua-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0ec";
  font-weight: 500;
  font-size: 18px;
}

.list-article .dossier-type {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.list-article .dossier-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f24d";
  font-weight: 500;
  font-size: 20px;
}

.featured-dossier .dossier-type {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  display: inline-block;
}

.featured-dossier .dossier-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f24d";
  font-weight: 500;
  font-size: 20px;
}

.list-article .explicadores-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f4ad";
  font-weight: 500;
  font-size: 21px;
}

.list-article .testes-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f128";
  font-weight: 900;
  font-size: 21px;
}

.list-article .podcasts-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f3c9";
  font-weight: 400;
  font-size: 21px;
}

.item {
  position: relative;
}

.list-article .group-container {
  position: absolute;
  margin-bottom: 0;
  bottom: 10px;
  top: auto;
}

.article-artigo {
  margin-bottom: 30px;
}

.group-container {
  position: relative;
  top: -2px;
  margin-right: 20px;
}

.group-container .group-link {
  font-size: 12px;
  color: #383331;
  line-height: 1.33;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  white-space: nowrap;
}

.list-article .group-container .group-link {
  font-size: 11px;
}

.group-1ciclo {
  border-bottom: 4px solid #f7af00;
}

.group-2ciclo {
  border-bottom: 4px solid #3d90f2;
}

.group-3ciclo {
  border-bottom: 4px solid #c771cb;
}

.group-ensinosecundrio {
  border-bottom: 4px solid #6d9b3b;
}

.group-todos {
  border-bottom: 4px solid #E60000;
}

.form-container {
  margin-bottom: 50px;
}

.form-container .form-group {
  margin: 0;
  margin-bottom: 10px;
}

.form-container .form-group .form-control {
  border: 1px solid #9daeb6;
  color: #9daeb6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-container .form-group::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  color: #B0BEC5;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.form-control:focus {
  border: 1px solid #9daeb6;
}

.form-container .btn {
  background-color: #05b5fe;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 7px 20px;
  border: 0;
}

.single-testes .fa-facebook-f:before {
  content: "\f39e" !important;
}

/**********************************************************
** Banner Newsletter e Temas HP
/**********************************************************/

.newsletter-banner-hp {
  background-color: #05b5fe;
  padding: 35px 25px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.themes-banner {
  background-image: linear-gradient(to bottom, #f76b1c, #f76b1c);
  padding: 35px 25px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.explicadores-banner-hp {
  background-color: #ff5676;
  padding: 35px 25px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner h1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner h1 span {
  font-weight: 300;
}

.banner p {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

.banner .banner-btn {
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.banner .banner-btn:hover {
  color: #29383e;
  box-shadow: none;
}

.themes-banner .banner-btn {
  color: #f05223;
}

.newsletter-banner-hp .banner-btn {
  color: #05b5fe;
}

.explicadores-banner-hp .banner-btn {
  color: #ff5676;
}

.quizz-banner {
  background-color: #29383e;
  border-left: 7px solid #00d0da;
  border-right: 7px solid #00d0da;
  padding: 35px 25px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.quizz-banner .banner-btn {
  color: #00D0DA;
}

.quizz-banner .banner-btn:hover {
  color: #29383E;
}

/**********************************************************
** Secção Dossiers Homepage
/**********************************************************/

.archive .more-section .featured-dossier {
  margin-bottom: 30px;
}

.more-section .featured-dossier {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.featured-dossier a:hover .dossier-btn {
  background-color: #6b47df;
}

.featured-dossier a:hover .mask-img-dossier {
  display: none;
}

.more-section .more-title-container {
  margin-bottom: 10px;
}

.more-section .more-title {
  font-size: 36px;
  color: #383331;
  font-weight: 300;
  margin-bottom: 0;
}

.more-section .more-title.explicadores::before {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #ff5676;
  margin-right: 5px;
  position: relative;
  top: 6px;
}

.more-section .more-title.testes::before {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #00d0da;
  margin-right: 5px;
  position: relative;
  top: 6px;
}

.more-section .dossier-more-container {
  margin-bottom: 15px;
  margin-top: 50px;
}

.more-section .more-of-dossier {
  font-size: 14px;
  align-self: flex-end;
}

.more-section .more-of-archive-title {
  color: #383331;
  font-weight: normal;
  margin-right: 10px;
}

.more-section .more-of-archive-link {
  color: #05b5fe;
  font-weight: normal;
}

.more-section .more-of-archive-link.explicadores {
  color: #FF5676;
}

.more-section .more-of-archive-link.dossies {
  color: #6b47df;
}

.more-section .more-of-archive-link.testes {
  color: #00d0da;
}

.more-section .more-of-archive-link:hover,
.more-section .more-of-archive-link.testes:hover,
.more-section .more-of-archive-link.dossies:hover,
.more-section .more-of-archive-link.explicadores:hover {
  color: #383331;
}

.more-section .more-of-archive-link i {
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.more-section .dossier-data-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.more-section .dossier-data-container .dossier-holder {
  position: absolute;
  bottom: 80px;
  padding: 20px 10px;
}


.more-section .dossier-data-container h2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.more-section .dossier-data-container h5 {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
}

.more-section .dossier-btn {
  text-transform: uppercase;
  background-color: rgba(107, 71, 223, 0.5);
  width: 40px;
  height: 40px;
  line-height: 15px;
  padding: 10px 10px;
  border-radius: 80px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article-section {
  margin-bottom: 50px;
}

.article-section img {
  border-radius: 5px;
}

.article-section h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #383331;
  margin-top: 10px;
}

.dossier-section .featured-dossier {
  margin-bottom: 30px;
}

/**********************************************************
** Ciclos Page
/**********************************************************/

.bg-cicle-container {
  padding-top: 50px;
}

.bg-cicle-container.primeiro-ciclo {
  background: url('includes/img/fundo_1ciclo.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bg-cicle-container .cicle-container {
  padding-top: 50px;
}

.cicle-container .cicle-title {
  color: #383331;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cicle-container .cicle-desc {
  color: #383331;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}

.years-container {
  margin-top: 45px;
}

.years-container .years-list li {
  display: inline-block;
  padding: 0 10px;
}

.years-container .years-list li a {
  color: #9daeb6;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  border: solid 2px #9daeb6;
}

.primeiro-ciclo .years-container .years-list li a:hover,
.primeiro-ciclo .years-container .years-list li a.active {
  background-color: #f7af00;
  border: solid 2px #f7af00;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.segundo-ciclo .years-container .years-list li a:hover,
.segundo-ciclo .years-container .years-list li a.active {
  background-color: #3d90f2;
  border: solid 2px #3d90f2;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.terceiro-ciclo .years-container .years-list li a:hover,
.terceiro-ciclo .years-container .years-list li a.active {
  background-color: #c771cb;
  border: solid 2px #c771cb;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.ensino-secundario .years-container .years-list li a:hover,
.ensino-secundario .years-container .years-list li a.active {
  background-color: #6d9b3b;
  border: solid 2px #6d9b3b;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.featured-themes-section h1 {
  font-size: 36px;
  font-weight: 300;
  color: #383331;
  margin-bottom: 15px;
  margin-top: 60px;
}

.featured-themes-section .single-theme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.featured-themes-section .single-theme img {
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.featured-themes-section .single-theme .mask-theme {
  display: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 94%), linear-gradient(to bottom, rgba(41, 56, 62, 0.5), rgba(41, 56, 62, 0.5));
  position: absolute;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  z-index: 0;
}

.featured-themes-section a:hover .mask-theme {
  display: block;
}

.featured-themes-section .single-theme h5 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-transform: uppercase;
}

#selectAnos option {
  display: none;
}

.cicles-articles-container {
  padding-top: 50px;
}

.dropdown-archive {
  position: relative;
  margin-bottom: 50px;
}

.dropdown-archive .btn-container {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-archive .dropdown .btn {
  color: #27373D;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 20px;
  text-align: left;
  font-weight: bold;
  border: 0;
  position: relative;
}

.dropdown-archive .dropdown.show .btn {
  color: #05B5FE;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-archive .dropdown.show .dropdown-toggle::after {
  content: "\f077";
  font-family: 'Font Awesome 5 Pro';
}

.dropdown-archive .cicles-btn .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #a5b4bb38;
}

.dropdown-archive .temas-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-archive .dropdown-menu {
  width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  border: none;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 11px 20px 0px rgb(0 0 0 / 10%)
}

.dropdown-archive .cicles-btn .dropdown-menu {
  left: 0 !important;
  top: -3px !important;
}

.dropdown-archive .temas-btn .dropdown-menu {
  left: 0px !important;
  top: -3px !important;
}

.dropdown-archive .dropdown-menu a {
  color: #9daeb6;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: left;
}

.dropdown-archive .dropdown-menu a span {
  border-bottom: 1px solid #e3eaed;
  padding: 12px 0;
  display: block;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

.dropdown-archive .dropdown-menu a:last-child span {
  border-bottom: 0;
}

.dropdown-archive .dropdown-menu a:hover {
  color: #05B5FE;
  background: transparent;
}

.dropdown-archive .dropdown-toggle::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  color: #27373D;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  border: 0;
}

.dropdown-archive .dropdown.show .dropdown-toggle::after {
  color: #05B5FE;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.eec-section {
  background-color: #FFA900;
  margin-bottom: -50px;
  padding: 50px 0;
  background-image: url('includes/img/eec/eec-pattern.png');
}

.eec-section .more-title-container {
  margin-bottom: 35px;
}

/**********************************************************
** Podcasts (Arquivos)
/**********************************************************/

#theme-bg.podcasts-header {
  background: url('includes/img/header_podcasts.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.background-holder {
  position: relative;
  overflow: hidden;
}

.bg-image-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 470px;
  overflow: hidden;
}

.bg-image-holder img {
  filter: blur(15px) brightness(70%);
  transform: scale(1.1);
}

.background-holder::after {
  content: '';
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  filter: blur(15px) brightness(70%);
  transform: scale(1.1);
  background-position: center;
  /* filter        : blur(5px);
  -moz-filter   : blur(5px);
  -webkit-filter: blur(5px);
  -o-filter     : blur(5px); */
}

.playlist.background-holder::after {
  height: 470px;
}

.podcasts-header {
  margin-bottom: 45px;
}

.playlists-header h1,
.podcasts-header h1 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}

.playlists-img img,
.podcasts-img img {
  border-radius: 10px;
}

.playlists-info .playlists-title,
.podcasts-info .podcasts-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.13;
  color: #fff;
  margin-bottom: 5px;
}

.playlists-info .playlists-lead,
.podcasts-info .podcasts-lead {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.57;
  color: #fff;
  margin-bottom: 0;
}

.playlists-info .embed-playlists {
  margin-top: 50px;
  margin-bottom: 30px;
}

.single-podcasts .header-section {
  padding-bottom: 30px;
}

.podcasts-links {
  margin-top: 50px;
}

.podcasts-links span {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.podcasts-links ul li {
  display: inline-block;
}

.podcasts-links ul li a {
  font-size: 11px;
  line-height: 1.58;
  font-weight: 600;
  color: #fff;
  margin-right: 15px;
}

.podcasts-links a:hover {
  opacity: 0.8;
}

.podcasts-links ul li a img {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.podcasts-links ul li:last-child a {
  margin-right: 0;
}

.podcasts-list {
  margin-top: 40px;
}

.podcasts-body ul li:nth-child(even) {
  background: #F8F8F8;
}

.podcasts-body a:hover {
  opacity: 0.8;
}

.podcasts-body .podcast-date,
.podcasts-body .song-start {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  padding: 15px 10px;
}

.podcasts-body .podcast-date {
  min-width: 135px;
}

.podcasts-body .song-start {
  min-width: 90px;
}

.podcasts-body .podcast-info {
  padding: 15px 10px;
  width: 100%;
}

.podcasts-body .podcast-info-title,
.podcasts-body .song-author,
.podcasts-body .song-title {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.podcasts-body .song-author,
.podcasts-body .song-title {
  display: inline-block;
  width: 50%;
  float: left;
}

.podcasts-body .podcast-info-lead {
  font-size: 14px;
  color: #383331;
  line-height: 1.57;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.podcasts-body .podcast-duration {
  font-size: 14px;
  color: #8c8c8c;
  padding: 15px 10px;
  min-width: 80px;
}

.podcasts-body .podcast-link {
  padding: 15px 10px;
}

.carousel-section-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  color: #05B5FE;
}

.carousel-see-all {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  align-self: flex-end;
  position: relative;
  bottom: 2px;
  color: #05B5FE;
}

.single-podcasts .social-icons {
  margin-top: 20px;
}

.single-podcasts .social-icons li a {
  margin-right: 30px;
  font-size: 18px;
  color: #fff;
}

.single-podcasts .social-icons li:last-child a,
.single-podcasts .social-icons li:nth-last-child(2) a {
  margin-right: 0;
}

.single-podcasts .podcasts-img .float-md-right {
  float: none !important;
}

/**********************************************************
** Artigo (Single)
/**********************************************************/

.single-article {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-explicador {
  position: relative;
}

.bg-explicador::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 385px;
  display: block;
  background-color: #29383e;
  width: 100%;
  z-index: -1;
}

.article-container {
  padding-top: 50px;
}

.single-explicadores .article-container {
  padding-top: 65px;
}

.tema-container {
  margin-bottom: 15px;
  padding-left: 5px;
}

.single-container .tema-container {
  border-left: 7px solid #05b5fe;
}

.bg-explicador .tema-container {
  border-left: 7px solid #ff5676;
}

.tema-container,
.tema-container a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.tema-container a {
  display: inline-block;
}

.tema-container a:not(:first-of-type):before {
  content: '|';
  display: inline-block;
  margin-right: 7px;
  margin-left: 5px;
}

.single-container .tema-container,
.single-container .tema-container a {
  color: #05b5fe;
}

.bg-explicador .tema-container,
.bg-explicador .tema-container a {
  color: #ff5676;
}

.single-container .article-media {
  margin-top: 15px;
  margin-bottom: 25px;
}

.single-container .antetitulo {
  font-size: 18px;
  font-weight: normal;
  color: #383331;
  margin-bottom: 15px;
}

.single-explicadores .single-container .antetitulo {
  color: #fff;
}

.single-container .article-title {
  font-size: 36px;
  font-weight: 300;
  color: #383331;
}

.single-container .teste-container .ays-quiz-container {
  width: 100% !important;
}

.bg-explicador .article-title {
  color: #fff;
}

.bg-explicador .explicador-tag {
  position: absolute;
  right: 15px;
  top: 0;
}

.single-container .article-lead {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  color: #383331;
  margin-bottom: 35px;
}

.single-container .group-label {
  font-size: 14px;
  color: #383331;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}

.single-container .social-icons li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #383331;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
}

.single-container .social-icons li a:hover {
  background-color: #05b5fe;
}

.single-container .social-icons li:last-child a,
.single-container .social-icons li:nth-last-child(2) a {
  margin-right: 0;
}

.single-container .meta-container {
  margin-bottom: 50px;
}

.single-container .gallery {
  margin-bottom: 30px;
}

/* .links-container{
  margin-right: 20px;
} */

.links-container a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
}

.links-container a i {
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  height: 25px;
  width: 25px;
  margin-right: 3px;
}

/* .article-header .fa-comment-dots:before,
.article-header .fa-question:before {
position: relative;
left: 1px;
} */

.article-header .fa-share-alt:before {
  position: relative;
  right: 1px;
}

.links-container .explicador-link {
  color: #ff5676;
}

.links-container .dossier-link {
  color: #6b47df;
}

.links-container .quizz-link {
  color: #00d0da;
}

.links-container .explicador-link i {
  background-color: #ff5676;
}

.links-container .dossier-link i {
  background-color: #6b47df;
}

.links-container .quizz-link i {
  background-color: #00d0da;
}

.single-container .article-desc {
  font-size: 18px;
  line-height: 1.56;
  color: #383331;
  font-weight: normal;
}

.single-container .article-desc a,
.single-container .article-lead a,
.single-container .article-lead a span,
.single-container .article-desc a span {
  color: #05b5fe !important;
}

.single-article .article-desc ul,
.single-article .article-desc ol {
  margin-bottom: 50px;
}

.single-container .article-desc p {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}

.single-container .article-desc .text {
  margin-bottom: 25px;
  display: block;
}

.single-container .article-desc h2 {
  display: block;
  width: 100%;
}

.single-container .article-desc img {
  max-width: 100%;
  height: auto;
}

.single-container .article-desc .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-container .article-desc .wp-caption {
  width: 100% !important;
  position: relative;
  margin-bottom: 50px;
}

.single-container .ms-info {
  color: #29383e;
}

.single-container .master-slider-parent {
  margin-bottom: 25px;
}

.single-container .article-desc .wp-caption.aligncenter {
  margin: auto auto 25px auto;
}

.single-container .article-desc .wp-caption.overflow {
  width: 100vw !important;
}

.single-container .article-desc .wp-caption-text {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  font-weight: normal;
  color: #29383e;
}

.single-container .article-desc .wp-caption-title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
  color: #29383e;
  display: block;
}

.single-container .article-desc .wp-caption.overflow .wp-caption-text {
  margin-left: 15px;
}

.single-container .article-desc .wp-caption::after {
  content: ' ';
  height: 1px;
  width: 35px;
  background-color: #9daeb6;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.single-container .article-desc .embed-responsive {
  margin-bottom: 50px;
}

.single-container .article-desc blockquote {
  background-color: #29383e;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  line-height: 1.45;
  font-weight: 300;
  padding: 50px 95px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}

.single-container .article-desc blockquote::before {
  content: url('includes/img/aspas.svg');
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 30px;
}

.single-container .article-desc blockquote::after {
  content: url('includes/img/aspas.svg');
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.single-container .sumary {
  background-color: #29383e;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.single-article .sumary li::before {
  content: "\2022";
  color: #05b5fe;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  display: flex;
}

.bg-explicador .sumary li::before {
  color: #ff5676;
}

.single-container .sumary h2 {
  color: #05b5fe;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.single-container .small-banner {
  background-color: #29383e;
  margin-bottom: 25px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.single-container .small-banner.explicadores-banner {
  border-left: 7px solid #ff5676;
  border-right: 7px solid #ff5676;
}

.single-container .small-banner span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.single-container .small-banner.explicadores-banner span {
  color: #ff5676 !important;
}

.single-container .small-banner h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.bg-explicador .single-container .sumary h2 {
  color: #ff5676;
}

.single-container .wp-audio-playlist {
  border: 0;
  background-color: #29383e;
  color: #fff;
}

.single-container .mejs-container,
.single-container .mejs-container .mejs-controls,
.single-container .mejs-embed,
.mejs-embed body {
  background-color: #29383e;
}

.single-container .wp-audio-playlist .mejs-container,
.single-container .wp-audio-playlist .mejs-container .mejs-controls,
.single-container .wp-audio-playlist .mejs-embed,
.mejs-embed body,
.single-container .wp-audio-playlist .wp-playlist-caption,
.single-container .wp-audio-playlist .wp-playlist-playing {
  background: transparent;
  color: #fff;
}

.single-container .wp-playlist-tracks {
  display: none;
}

.single-container .wp-audio-playlist.wp-playlist {
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 50px;
}

.single-container .wp-audio-playlist .wp-playlist-caption {
  max-width: 100%;
}

.single-container .wp-audio-playlist .wp-playlist-current-item {
  height: auto;
}

.single-container .wp-audio-playlist .wp-playlist-current-item img {
  display: none;
}

.single-container .wp-audio-playlist .wp-playlist-item-title,
.single-container .wp-audio-playlist .wp-playlist-item-length {
  color: #fff;
  font-size: 18px;
  line-height: 1.56;
  font-weight: normal;
  text-align: center;
}

.single-container .sumary ul {
  margin-bottom: 0;
}

.single-container .sumary li {
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  font-weight: normal;
  margin-bottom: 10px;
  display: flex;
}

.single-container .article-themes {
  margin-top: 50px;
}

.single-container .article-themes,
.single-container .article-tags {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.single-container .article-themes::after,
.single-container .article-tags::after {
  content: ' ';
  height: 1px;
  width: 35px;
  display: block;
  background-color: #9daeb6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-container .article-themes h3,
.single-container .article-tags h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #05b5fe;
  margin-bottom: 10px;
}

.bg-explicador .single-container .article-themes h3,
.bg-explicador .single-container .article-tags h3 {
  color: #ff5676;
}

.single-container .article-themes ul li,
.single-container .article-tags ul li {
  display: inline-block;
}

.single-container .article-themes ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #383331;
  text-transform: uppercase;
  margin-right: 5px;
}

.single-container .article-tags ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #383331;
  margin-right: 5px;
}

.single-container .article-themes ul li a:hover,
.single-container .article-tags ul li a:hover {
  opacity: 0.7;
}

.single-container .article-themes ul li a::after,
.single-container .article-tags ul li a::after {
  content: ',';
}

.single-container .article-themes ul li:last-child a::after,
.single-container .article-tags ul li:last-child a::after {
  content: ' ';
}

.single-container .article-technical h3 {
  color: #383331;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.single-container .article-technical li {
  color: #37474f;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}

.single-container .article-technical li strong {
  color: #05b5fe;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.bg-explicador .single-container .article-technical li strong {
  color: #ff5676;
}

.related-article-container {
  position: relative;
  margin-bottom: 50px;
}

.related-article-container::after {
  content: ' ';
  height: 1px;
  width: 35px;
  display: block;
  background-color: #9daeb6;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.related-article {
  margin-bottom: 30px;
}

.related-article a h2 {
  color: #383331;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
}

/**********************************************************
** Artigo Dossier (Single Dossier)
/**********************************************************/

.background-dossier-container {
  position: relative;
  padding: 0;
}

.mask-img-dossier {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, #000000 94%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mask-img-dossier-card {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 8%, #000000 94%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mask-img-ua-pt {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 65%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}

.dossier-container {
  padding-top: 30px;
}

.single-capitulos .article-title {
  margin-top: 30px;
}

.single-dossier .meta-container,
.single-capitulos .meta-container {
  background-color: #fff;
  margin-top: -50px;
  border-radius: 5px;
  padding: 20px 30px 0 30px;
}

.dossier-container .dossier-title {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

.dossier-themes ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #05b5fe;
}

.dossier-themes ul li a {
  color: #05b5fe;
}

.capitulos-section {
  background-color: #1a576f;
  padding: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.capitulos-section h1,
.capitulos-section h1 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.capitulos-section h1 a.active,
.capitulos-section h1 a:hover {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #05b5fe;
}

.capitulos-section ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}

.capitulos-section ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.capitulos-section ul li a:hover,
.capitulos-section ul li a.active {
  color: #05b5fe;
}

.support-articles-section {
  background-image: linear-gradient(to bottom, #f3f6f8 1%, #e3eaed);
  padding-top: 120px;
  margin-top: -80px;
  padding-bottom: 20px;
}

.support-articles-section h1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #383331;
}

.support-articles-section ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}

.support-articles-section ul li {
  display: block;
  margin-bottom: 30px;
}

.support-articles-section img {
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.support-articles-section h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #383331;
}

.more-chapters {
  border-top: 1px solid #e3eaed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
}

.more-chapters a {
  font-size: 36px;
  font-weight: 300;
  color: #383331;
}

.more-chapters .right {
  text-align: right;
}

.more-chapters-title {
  font-size: 18px;
  font-weight: normal;
  color: #9daeb6;
}

.more-chapters .right .more-chapters-title {
  margin-right: 30px;
}

.more-chapters .left .more-chapters-title {
  margin-left: 30px;
}

.more-chapters a:hover .more-chapters-title {
  color: #05b5fe;
}

/**********************************************************
** Arquivo Projetos Especiais
/**********************************************************/

.bg-section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg-section .header-tema {
  padding: 60px 0 0 0 !important;
}

.anchor-section {
  margin: 0 0 50px 0;
}

.anchor-section a {
  border: 1px solid #05b5fe;
  color: #fff;
  background-color: #05b5fe;
  font-size: 12px;
  font-weight: bold;
  width: 120px;
  margin-right: 20px;
  display: inline-block;
  padding: 7px;
  border-radius: 15px;
  text-transform: uppercase;
}

.anchor-section a:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

/**********************************************************
** Artigo Portugues para Ucranianos (Single ptparaua)
/**********************************************************/

.pt-ua-list .holder,
.projetos-especiais-list .holder {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 50%);
}

.pt-ua-list .info-holder,
.projetos-especiais-list .info-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 2;
}

.pt-ua-list .info-holder a,
.projetos-especiais-list .info-holder a {
  border-left: 3px solid #fff;
  padding-left: 12px;
}

.list-article .article-title .light {
  font-weight: normal !important;
  color: #737D82;
}

.single-projetos-especiais .footer-menu {
  margin-top: 0 !important;
}

.single-ptparaua .article-type a,
.single-projetos-especiais .article-type a {
  color: #05B5FE;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-ptparaua .article-type a:hover,
.single-projetos-especiais .article-type a:hover {
  color: #107fac;
}

.single-ptparaua .article-title,
.single-projetos-especiais .article-title {
  font-size: 36px;
  font-weight: 300;
}

.single-ptparaua .article-title .light,
.single-projetos-especiais .article-title .light {
  color: #737D82;
}

.single-ptparaua .article-lead,
.single-projetos-especiais .article-lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

.single-ptparaua .article-lead.light,
.single-projetos-especiais .article-lead.light {
  color: #737D82;
}

.pt-ua-list,
.projetos-especiais-list {
  margin-bottom: 20px;
}

.pt-ua-list .info-holder h5,
.projetos-especiais-list .info-holder h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

.pt-ua-list .info-holder p,
.projetos-especiais-list .info-holder p {
  color: #107fac;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 600;
  letter-spacing: 1px;
}

.pt-ua-list .info-holder a i,
.projetos-especiais-list .info-holder a i {
  color: #000;
  font-size: 18px;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
}

.pt-ua-list .info-holder a:hover p,
.projetos-especiais-list .info-holder a:hover p {
  color: #05B5FE;
}

.pt-ua-list .info-holder a:hover i,
.projetos-especiais-list .info-holder a:hover i {
  color: #05B5FE;
}

/**********************************************************
** Archive
/**********************************************************/

.header-section {
  padding: 50px 15px;
}

.header-section h1 {
  font-size: 36px;
  font-weight: 300;
  color: #383331;
  margin-bottom: 10px;
}

.explicador-section .header-section h1::before {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #ff5676;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.explicador-section .header-section h1::after {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #ff5676;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.pt-ua-section .header-section h1::before {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #0074C6;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.pt-ua-section .header-section h1::after {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #FFCD00;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.pt-ua-section .header-section h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 50px;
  color: #737D82;
}

.pt-ua-section .header-section .light {
  margin-bottom: 50px;
  color: #737D82;
}

.testes-section .header-section h1::before {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #00d0da;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.testes-section .header-section h1::after {
  content: ' ';
  display: inline-block;
  height: 28px;
  width: 7px;
  background: #00d0da;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.header-section h2 {
  color: #05b5fe;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.header-section h2 a {
  color: #05b5fe;
}

.header-section p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #383331;
  margin-bottom: 0;
}

.bg-gray {
  background-color: #e3eaed;
  padding: 50px 0;
}

.theme-card {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.theme-card h5 {
  font-size: 14px;
  font-weight: 500;
  color: #05b5fe;
  text-transform: uppercase;
}

.theme-card h5 i {
  position: absolute;
  right: 30px;
  color: #9daeb6;
  font-size: 20px;
  top: 17px;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.theme-card ul li a {
  font-size: 16px;
  color: #383331;
  font-weight: normal;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #e3eaed;
}

.theme-card ul li:last-child a {
  border-bottom: 0;
}

.flip {
  transform: rotate(-180deg);
}

#theme-bg {
  margin-bottom: 20px;
}

#theme-bg .header-section {
  padding: 30px 0;
}

#theme-bg .header-tema {
  padding: 30px 0;
}

#theme-bg .header-section h2,
#theme-bg .header-tema h2 {
  color: #05b5fe;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#theme-bg h1 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

#theme-bg p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

/**********************************************************
** Página Pesquisa (Search)
/**********************************************************/

.bg-search {
  background: url('includes/img/header_partilha.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-search .search-section .mid-section {
  background: #fff;
  margin-top: 100px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bg-search .search-section .header-title {
  color: #05b5fe;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}

.headline {
  border-bottom: 1px solid #e3eaed;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}

.search-section .filter-section {
  margin-bottom: 100px;
}

.search-section .filters li {
  display: inline-block;
}

.search-section .filters li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9daeb6;
  border: 2px solid #9daeb6;
  border-radius: 20px;
  padding: 10px 0;
  margin-right: 20px;
  width: 150px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.search-section .filters li a.active {
  color: #fff;
  background-color: #29383e;
  border-color: #29383e;
}

.search-section .seacrh-list {
  padding: 40px;
}

.search-section .seacrh-list article {
  border-bottom: 1px solid #ececec;
  padding-top: 15px;
  padding-bottom: 10px;
}

.search-section .seacrh-list .search-item-title {
  font-size: 20px;
  font-weight: normal;
  color: #37474f;
  line-height: 1.3
}

.search-section .seacrh-list .post-time {
  color: #9b9b9b;
}

.search-section .seacrh-list .category_display p {
  font-size: 14px;
  line-height: 1.43;
  color: #37474f;
}

.search-section .input-holder {
  border-bottom: 1px solid #ececec;
}

.search-section .input-holder .search-submit {
  float: right;
  border: 0;
  background-color: transparent;
  color: #37474f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.search-section .input-holder .search-btns-container {
  float: right;
  display: inline-block;
}

.search-section .input-holder .search-btns-container .clean-search {
  color: #37474f;
  font-size: 20px;
  position: relative;
  right: 5px;
  top: 6px;
}

.search-section .input-holder .search-btns-container .clean-search:hover {
  color: #05b5fe;
}

.search-section .input-holder .search-submit:hover {
  color: #05b5fe;
}

.search-section .search-control-page {
  border: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 300;
  line-height: 0.85;
  color: #37474f;
  width: 85%;
}

.search-section .search-icon i {
  font-size: 35px;
  position: relative;
  top: 8px;
  color: #05b5fe;
}

.search-section .results {
  font-size: 12px;
  font-weight: bold;
  color: #37474f;
  margin-top: 10px;
  margin-bottom: 80
}

.no-res {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #37474f;
}

input::-webkit-search-cancel-button {
  display: none;
}

/**********************************************************
** Página 404
/**********************************************************/

.bg-404 {
  background: #28393a;
}

.bg-404 p {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  padding-top: 50px;
  margin-bottom: 0;
}

.bg-404 p .green {
  color: green;
}

.bg-404 img {
  margin-top: -80px;
}

.error404 .footer-menu,
.page-template-page-subtemas .footer-menu,
.single-ptparaua .footer-menu,
.home .footer-menu {
  margin-top: 0 !important;
}

/**********************************************************
** Página Newsletter
/**********************************************************/

.bg-newsletter {
  background-color: #e3eaed;
  padding-top: 50px;
}

.bg-newsletter h2 {
  font-size: 12px;
  font-weight: bold;
  color: #05b5fe;
}

.bg-newsletter p {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  color: #37474f;
  margin-top: 20px;
  margin-bottom: 0;
}

.bg-newsletter a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background-color: #05b5fe;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 21px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 30px;
}

.bg-newsletter .newsletter-info {
  padding-top: 50px;
}

/**********************************************************
** Pagination
/**********************************************************/

.pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagination-archive {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.pagination li {
  font-size: 20px;
  font-weight: normal;
  color: #05b5fe;
  background-color: #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
}

.pagination li:last-child,
.pagination-archive a:last-child,
.pagination li:last-child a {
  margin-right: 0;
}

.pagination li a,
.page-numbers {
  font-size: 20px;
  font-weight: normal;
  color: #05b5fe;
  background-color: #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  border: 1px solid #05b5fe;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
}

.pagination .active a,
.pagination a:hover,
.page-numbers.current,
.page-numbers:hover {
  background-color: #05b5fe;
  color: #fff;
}

.pagination .previous a,
.pagination .next a {
  border: 0;
}


/**********************************************************
** Media Queries
/**********************************************************/

@media (max-width:1200px) {

  .searchform {
    padding: 0;
  }

  .close-searchform {
    right: 0;
  }

  .navbar-container .navbar-brand img {
    width: 130px;
  }

  .navbar-container .nav-item .nav-link {
    font-size: 16px;
  }

  .navbar-container {
    height: 80px;
    padding: 10px 0;
  }

  .navbar,
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-container .navbar-collapse {
    margin-top: 10px;
  }

  .navbar-social a {
    width: 28px;
    height: 28px;
  }

  .navbar-social .navbar-facebook-icon i {
    font-size: 23px;
    line-height: 28px;
  }

  .navbar-social .navbar-envelope-icon i {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar-search .navbar-search-icon {
    width: 40px;
    height: 40px;
  }

  .navbar-search .navbar-search-icon i {
    font-size: 23px;
    line-height: 40px;
    font-weight: 400;
  }

  .carousel-caption {
    width: 100%;
    left: 10%;
  }

  .cicles-section .cicle-card h2 {
    font-size: 16px;
  }

  .cicles-section .cicle-card p {
    font-size: 12px;
  }

  .cicles-section .cicle-card .secion-btn {
    font-size: 12px;
  }

  .cicles-section .cicle-card {
    padding: 20px 20px 0 20px;
  }

  .single-container .article-themes ul li a,
  .single-container .article-tags ul li a {
    text-decoration: underline;
  }

}

@media (max-width: 1024px) {
  .bg-404 p {
    font-size: 30px;
  }
}

@media (max-width: 991px) {

  .navbar-container .navbar-collapse {
    margin-top: 0;
    box-shadow: rgb(0 0 0 / 50%) 0px 8px 4px -6px inset;
  }

  .navbar-container .nav-item {
    padding: 0 15px;
  }

  .navbar-container .nav-item .nav-link {
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }

  .navbar-collapse {
    background-color: #05b5fe;
    position: absolute;
    width: 100vw;
    left: 0;
    top: 70px;
    z-index: 100;
    text-align: center;
  }

  .navbar-social {
    padding: 15px 0;
  }

  .navbar-social a.navbar-envelope-icon {
    margin-right: 0;
  }

  .search-section .search-control-page {
    width: 75%;
  }

  .carousel-caption h5 {
    font-size: 26px;
    margin-bottom: 0;
  }

}

@media (min-width: 767px) {

  .slider {
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .themes-section .col-md-12 .item {
    max-width: 25%;
  }

  .themes-section .col-md-9 .item {
    max-width: 33.3333333333%;
  }

  .article-section .item,
  .more-section .item {
    max-width: 25%;
  }

  #theme-bg {
    min-height: 250px;
  }

}

@media (max-width: 767px) {

  .ucrania-section .header-tema {
    padding: 30px 0 0 0 !important;
  }

  .navbar-secundary .navbar-nav {
    justify-content: flex-start;
  }

  .featured-section h1 {
    font-size: 28px;
  }

  .home .featured-section {
    margin-top: 75px;
    margin-bottom: 0;
  }

  .single-container .meta-container {
    margin-bottom: 15px;
  }

  .search-form {
    padding: 0;
  }

  .main-featured,
  .secundary-featured {
    margin-bottom: 20px;
  }

  .show-neighbors {
    overflow: visible;
  }

  .carousel-indicators {
    bottom: -43px;
  }

  .carousel-indicators li {
    background-color: #05b5fe;
  }

  .slider {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    width: 100%;
  }

  .slider::-webkit-scrollbar {
    display: none;
  }

  .item {
    display: inline-block;
    width: 40vw;
    height: auto;
    white-space: normal;
    vertical-align: top;
  }

  .themes-section {
    border-bottom: 0;
  }

  .themes-section .main-theme-title {
    font-size: 20px;
  }

  .more-section .more-title {
    font-size: 30px;
  }

  .themes-section .more-of-link {
    margin-left: 10px;
  }

  .more-section .more-of-archive-link {
    margin-left: 10px;
    margin-bottom: 3px;
    display: inline-block;
  }

  .tax-tema .more-section .more-of-archive-link {
    margin-left: 0;
  }

  .overflow {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .single-container .article-desc blockquote {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    padding: 70px 20px;
  }

  .single-container .article-desc blockquote p::before {
    left: 0;
    top: -50px;
  }

  .single-container .article-desc blockquote p::after {
    right: 0;
    bottom: -50px;
  }

  .banner h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
  }

  .carousel-caption {
    left: 50px;
    bottom: 0;
  }

  .carousel-caption h5 {
    margin-top: 5px;
    font-size: 20px;
  }

  .carousel-caption .category-link,
  .featured-article-header .category-link {
    font-size: 12px;
  }

  .main-featured .featured-article-header,
  .secundary-featured .featured-article-header {
    padding: 5px 10px;
  }

  .main-featured .featured-article-header h5,
  .secundary-featured .featured-article-header h5 {
    font-size: 16px;
  }

  #theme-bg {
    height: 160px;
  }

  #theme-bg h1 {
    font-size: 30px;
  }

  .header-section h1 {
    font-size: 28px;
  }

  .header-section p {
    font-size: 18px;
  }

  .support-articles-section {
    padding-top: 60px;
    margin-top: -30px;
  }

  .support-articles-section ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0;
  }

  .support-articles-section h1 {
    margin-bottom: 20px;
  }

  .support-articles-section h2 {
    margin-top: 10px;
  }

  .more-chapters {
    background-color: #e3eaed;
    margin-bottom: 50px;
  }

  .more-chapters a {
    font-size: 28px;
  }

  .dossier-themes ul li {
    font-size: 12px;
  }

  .dossier-container .dossier-title {
    font-size: 30px;
  }

  .bg-search {
    background-size: auto 300px;
  }

  .tax-tema .header-section {
    padding: 0;
  }

  .tax-tema .header-section.subtema {
    padding: 50px 15px;
  }

  .single-container .article-title {
    font-size: 28px;
  }

  .article-container {
    padding-top: 30px;
  }

  .links-container a {
    margin-right: 10px;
  }

  .links-container {
    margin-right: 0;
  }

  .quizz-banner {
    border-left: 0;
    border-right: 0;
    border-top: 7px solid #00d0da;
    border-bottom: 7px solid #00d0da;
  }

  .single-container .small-banner {
    border-left: 0;
    border-right: 0;
    border-top: 7px solid #00d0da;
    border-bottom: 7px solid #00d0da;
  }

  .single-container .small-banner.explicadores-banner {
    border-left: 0;
    border-right: 0;
    border-top: 7px solid #ff5676;
    border-bottom: 7px solid #ff5676;
  }

  .single-container .small-banner.veja_tambem-banner {
    border: 0;
  }

  .single-container .small-banner h2 {
    margin-bottom: 25px;
  }

  .single-container .article-media {
    margin-bottom: 15px;
  }

  .bg-newsletter {
    padding-top: 0;
  }

  .bg-newsletter p {
    font-size: 18px;
  }

  .bg-newsletter a {
    margin-bottom: 60px;
  }

  .single-article {
    padding-top: 30px;
  }

  .group-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .group-container li {
    display: inline-flex;
  }

  .list-article .article-title {
    margin-bottom: 0;
  }

  .bg-explicador::after {
    height: 250px;
  }

  .featured-themes-section .single-theme h5 {
    font-size: 18px;
    padding: 10px;
  }

  .cicles-articles-container {
    padding-top: 0;
  }

  .more-title-container {
    display: block !important;
  }

  .more-section h1 {
    display: inline !important;
  }

  .bg-404 p {
    font-size: 20px;
  }

  .bg-404 img {
    margin-top: -30px;
  }

  .podcasts-body .podcast-date {
    padding: 0;
    margin-bottom: 5px;
  }

}


@media (max-width: 576px) {

  .item {
    width: 60vw;
  }

  .featured-themes-section .single-theme h5 {
    font-size: 15px;
    padding: 5px;
  }

  .search-section .search-control-page {
    width: 65%;
  }

}

@media screen and (min-width: 0) and (max-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

}

/**********************************************************
** Footer RTP
/**********************************************************/
.footer-menu {
  background-color: #107fac;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-social p {
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-social a {
  background: #fff;
  color: #107fac;
  height: 22px;
  width: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.footer-social a:hover {
  opacity: 0.75;
}

.footer-social .navbar-facebook-icon i {
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  bottom: -3px;
  left: 5px;
}

.footer-social .navbar-envelope-icon i {
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  bottom: -1px;
  left: 5px;
}

.footer-menu .mid-section .links-section ul {
  float: left;
  margin-bottom: 0;
}

.footer-menu .mid-section .links-section ul li,
.footer-menu .right-section .links-section ul li,
.footer-menu .mid-section h2 {
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.footer-menu .mid-section h2 {
  margin-bottom: 10px;
}

.footer-menu .mid-section .links-section ul li a,
.footer-menu .right-section .links-section ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
}

.footer-menu .mid-section .links-section ul li a:hover,
.footer-menu .right-section .links-section ul li a:hover {
  color: #fff;
}

.footer-menu .mid-section .links-section div:last-of-type ul li a {
  color: #fff;
}

.footer-menu .mid-section .contact-section {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.footer-menu .mid-section .contact-section ul {
  margin-bottom: 0;
}

.footer-menu .mid-section .contact-section ul li {
  display: inline-block;
}

.footer-menu .mid-section .contact-section ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-menu .mid-section .contact-section ul li a:hover {
  opacity: 0.75;
}

.footer-menu .mid-section .contact-section ul li:first-child::after {
  content: '|';
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.site-footer {
  background-color: #29383e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer ul {
  margin-bottom: 0;
}

.site-footer ul li {
  display: inline-block;
}

.site-footer ul li a {
  color: #90a4ae;
  font-size: 10px;
  font-weight: 500;
}

.site-footer ul li a:hover {
  opacity: 0.6;
}

.site-footer ul li::after {
  content: '|';
  font-size: 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #90a4ae;
}

.site-footer ul li:last-child::after {
  content: '';
}

.site-footer .copy {
  color: #90a4ae;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 992px) {

  .pt-ua-list .info-holder {
    padding: 20px;
  }

  .pt-ua-list .info-holder h5 {
    font-size: 26px;
  }

  .pt-ua-list .info-holder p {
    font-size: 16px;
  }

  .site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-footer ul {
    margin-bottom: 15px;
  }

  .footer-menu .left-section {
    margin-bottom: 40px;
  }

  .footer-social a {
    height: 30px;
    width: 30px;
  }

  .footer-social .navbar-facebook-icon i {
    font-size: 23px;
    line-height: 30px;
    position: absolute;
    bottom: -5px;
    left: 9px;
  }

  .footer-social .navbar-envelope-icon i {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    left: 7px;
    bottom: 0;
  }

  .footer-menu .mid-section .links-section ul {
    margin-bottom: 20px;
  }

  .footer-menu .mid-section .links-section ul li,
  .footer-menu .right-section .links-section ul li,
  .footer-menu .mid-section .links-section ul li a,
  .footer-menu .right-section .links-section ul li a {
    font-size: 14px;
  }

  .footer-menu .mid-section h2,
  .footer-social p {
    font-size: 14px;
  }

}

@media (max-width: 767px) {

  .site-footer ul li {
    display: block;
  }

  .site-footer ul li::after {
    content: '';
  }
}