* {
  --cor--bg-principal: #E9B738;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}

.post-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.2;
}

.post-content dd a,
.post-content li a,
.post-content p a {
  color: #0764ad;
  transition: 0.2s;
  font-weight: 600;
}

.post-content dd a:focus,
.post-content dd a:hover,
.post-content li a:focus,
.post-content li a:hover,
.post-content p a:focus,
.post-content p a:hover {
  text-decoration: none;
  box-shadow: inset 0 -5px 0 rgba(124,
      141,
      191,
      0.7);
  transition: 0.2s;
}

.page figure img,
.post-content img {
  max-width: 100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 10px;
}

.post-content img.post-thumb {
  margin-top: 100px;
}

.post-meta {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  color: #7786a0;
  display: flex;
  align-items: center;
}

.post-meta img {
  border-radius: 100%;
  height: 30px;
  width: 30px;
}

.post-meta li {
  font-size: 14px;
  line-height: 100%;
  color: #7786a0;
  vertical-align: middle;
  font-weight: 700;
}

.post-meta li:after {
  content: '';
  border-right: 1px solid #7786a0;
  margin: 0 0 0 13px;
}

.post-meta li:last-child::after {
  border: 0;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 0px;
  line-height: 30px;
}

.author-bio img {
  border-radius: 0.5rem;
}

.post-text a {
  font-weight: 600;
  text-decoration: underline;
}

post-text .post-category>span>a {
  text-decoration: none;
  font-weight: 400;
}

.post-author {
  display: inline-block;
  text-transform: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.post-author img {
  width: 18%;
  float: left;
  height: auto;
  max-width: 45px;
  max-height: 45px;
  border-radius: 100%;
}

.post-author span {
  float: left;
  width: calc(100% - 25%);
  margin-left: 15px;
  font-size: 12px;
}

.post-text a {
  color: var(--cor--bg-principal);
  word-wrap: break-word;
  font-weight: 600;
}

.post-author a {
  color: #fff;
  word-wrap: break-word;
  font-weight: 600;
  text-decoration: none;
}
.post-author a:hover {
  color: #fff;
}

@media (min-width: 576px) {
  .post-author span {
    font-size: 0.8rem;
    color: #fff;
  }
}

.post-content blockquote {
  padding: 20px 15px 20px 0 !important;
  margin-bottom: 30px !important;
  background-repeat: no-repeat;
  border-left: 8px solid #efefef !important;
  padding-left: 20px !important;
}

.sl .post-content blockquote {
  padding: 20px 15px 35px 20px !important;
  border: none !important;
  border-right: 8px solid #efefef !important;
}

address {
  margin: 20px 0;
  font-style: normal;
  line-height: 30px;
}

.post-content table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  background: #ffffff;
}

.post-content table td,   .post-content table th {
  padding: 10px 15px;
  border: 1px solid #d3dbe2;
  font-size: 13px;
}

.post-content table td a {
  font-weight: 600;
}

.post-content table th a {
  text-decoration: underline;
}

.post-content table th a:hover {
  text-decoration: none;
}

.post-content blockquote p {
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 0 auto 18px;
  padding-top: 20px;
  font-size: 1.4em;
}

.post-content h1 {
  font-size: 2.1rem;
}

.post-content h2 {
  font-size: 1.6rem;
}

.post-content h3 {
  font-size: 1.35rem;
}

.post-content h4 {}

.post-content h5 {
  font-size: 1.2rem;
}

.post-content h6 {
  font-size: 1.1rem;
}

.post-content ol,
.post-content ul {
  margin: 20px 0 20px 0;
  padding: 0;
  max-width: 730px;
  color: #424242;
  font-size: 20px;
  font-weight: 400;
}

.post-content li {
  margin-left: 30px;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  list-style: auto;
}

.post-content li:first-child {
  margin-left: 30px;
}

.post-content li:last-child {
  padding: 0;
}

.post-content ul li ol,
.post-content ul li ul {
  margin: 20px 0;
}

.post-content ul li ul li ol,
.post-content ul li ul li ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-content ol li ol,
.post-content ol li ul {
  margin: 20px 0;
}

.post-content table {
  max-width: 730px;
  margin: 10px auto 20px;
  font-size: 16px;
}

.post-content table>tbody>tr>td,
.post-content table>tbody>tr>th,
.post-content table>tfoot>tr>td,
.post-content table>tfoot>tr>th,
.post-content table>thead>tr>td,
.post-content table>thead>tr>th {
  padding: 20px;
}

.post-content dl {
  max-width: 730px;
  margin: 0 auto;
  color: #424242;
  font-size: 20px;
  line-height: 35px;
}

.post-content dd {
  margin-bottom: 25px;
}

.post-content pre {
  margin: 0 auto 40px;
  max-width: 730px;
  padding: 30px;
  background: #f1f1f1;
  border-radius: 3px;
}

.post-content code {
  background: #f1f1f1;
  font-size: 16px;
  border-radius: 5px;
}

.post-content address {
  margin: 0 auto 40px;
  max-width: 730px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.post-content kbd {
  font-size: 16px;
}

.post-content .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  width: 730px !important;
}

.post-content .tags {
  margin: 38px auto 25px;
  max-width: 730px;
}

.post-content .tags a {
  display: inline-block;
  margin: 0 13px 15px 0;
  padding: 7px 17px;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.3s;
  background: #efeeee;
  border-radius: 4px;
}

.post-content .tags a:focus,
.post-content .tags a:hover {
  background-color: #dcdbdb;
  text-decoration: none;
  transition: 0.3s;
}

.post-content p {
  line-height: 1.65;
  margin-bottom: 15px;
  color: #242529;
}

#share-box {
  overflow: hidden;
  margin: 15px 0 20px
}

.item-share {
  overflow: hidden;
  margin: auto;
  padding: 0;
  text-align: center;
  margin: 20px 0 20px 0;
}

.item-share a {
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
  border-radius: 17px;
  box-sizing: border-box;
  text-decoration: none;
}

.item-share a i {
  min-width: 34px;
  line-height: 34px;
}

.item-share a:hover {
  color: #fff
}

.item-share a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 14px 0 0;
  text-decoration: none;
}

.item-share .facebook {
  background-color: #314d91;
  color: #fff;
}

.item-share .twitter {
  background-color: #07beed
}

.item-share .google {
  background-color: #dd4b38
}

.item-share .whatsapp {
  background-color: #00E676;
  margin-right: 0
}

.index-share {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  z-index: 9999999999;
  top: 20px;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all .3s;
}

.post:hover .index-share {
  opacity: 1;
  right: 20px
}

.index-share a {
  float: center;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
  border-radius: 14px;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(0,
      0,
      0,
      0.2)
}

.index-share a i {
  min-width: 28px;
  line-height: 28px;
}

.index-share a:hover {
  color: #fff
}

.index-share .facebook {
  background-color: #314d91
}

.index-share .twitter {
  background-color: #07beed
}

.index-share .google {
  background-color: #dd4b38
}

.index-share .whatsapp {
  background-color: #00E676;
  margin-right: 0
}

@media screen and (max-width:920px) {
  .item-share a span {
    display: none
  }
}

hr.hr-blog {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0,
      0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0,
      0,
      0);
  will-change: position,
    transform;
  margin-bottom: 20px;
}

.gr-abs-br-custom {
  position: absolute;
  bottom: -15px;
  right: -24px;
}

.gr-abs-br-custom img {
  width: 60px;
}

.s-categoria .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-categoria .top .left .title:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pagination {
    padding-left: 0;
    padding-right: 0;
  }
}

.pagination {
  padding: 0 0 10px 0;
  margin: 0 auto;
}

.pagination a {
  float: left;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  background: transparent;
  transition: all .3s ease;
  border: 1px solid #eee;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 100%;
  margin-left: 5px;
  border: 2px solid #d7d9e0;
  color: #aaacb1;
}

.pagination a:hover {
  background: var(--cor--bg-principal);
  color: #fff;
}

.pagination .current{
  float: left;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  background: var(--cor--bg-principal);
  color: #fff;
  transition: all .3s ease;
  border: 1px solid #eee;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 100%;
  margin-left: 5px;
}

.autor-box {
  background: #f4f7fa;
  padding: 10px;
  border-radius: 12px;
  width: 100%;
  display: flex;
}

.autor-author-box__image {
  flex-basis: 20%;
  display: flex;
  align-items: center;
}

.autor-author-box__timeline-wrapper {
  margin: 0 0 0 -25px;
  position: relative;
}

.autor-author-box__timeline-wrapper>.avatar {
  border-radius: 90px !important;
}

.autor-author-box__image-base {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.autor-author-box__content {
  flex-basis: 80%;
  margin: auto 0;
}

.autor-author-box__content-tag {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.autor-author-box__content-name {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #171923;
}

.autor-author-box__content-name:hover {
  color: var(--cor--bg-principal);
}

.autor-author-box__content-bio {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4a5568;
}

.autor-author-box__content-icons {
  margin: 12px 0 0 0;
  display: flex;
}

.autor-author-box__content-tag {
  flex-basis: 100%;
}

@media only screen and (max-width:768px) {
  .autor-box {
    flex-wrap: wrap;
  }

  .autor-author-box__content,
  .autor-author-box__image {
    flex-basis: 100%;
    padding: 0 10px;
  }

  .autor-author-box__timeline-wrapper {
    margin: 0 auto 20px auto;
  }
}

.bar {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 29%;
  transform: translateY(-50%);
  border-top: 2px dashed #762051;
  background-color: #001733;
  height: 4px;
}

.timeline-wrapper {
  position: relative;
}

.timeline-wrapper img {
  width: 50px;
}

@media (max-width: 769px) {
  .bar {
    flex-direction: column;
    height: auto;
    align-items: center;
  }

  .bar:before {
    width: 1px;
    top: 0;
    bottom: 0;
    transform: none;
    height: 90%;
    border-top: 1px dashed var(--cor--bg-principal);
    background-color: #001733;
  }

  .timeline-wrapper {
    margin-bottom: 10px;
  }
}

.autor-box {
  padding: 10px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  margin-bottom: 60px !important;
}

.autor-author-box__image {
  flex-basis: 20%;
  display: flex;
  align-items: center;
}

.autor-author-box__image-wrapper {
  margin: 0 0 0 -25px;
  position: relative;
}

.autor-author-box__image-wrapper>.avatar {
  border-radius: 90px !important;
}

.autor-author-box__content {
  flex-basis: 80%;
  margin: auto 0;
}

.autor-author-box__content-tag {
  color: #4a5568;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.autor-author-box__content-name {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin: 5px 0 5px 0;
}

.autor-author-box__content-name a {
  text-decoration: none;
  color: #33303E;
}

.autor-author-box__content-name:hover {
  color: #ffffff;
}

.autor-author-box__content-bio {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4a5568;
}

.autor-author-box__content-icons {
  margin: 12px 0 0;
  display: flex;
}

.autor-author-box__content-tag {
  flex-basis: 100%;
}

@media only screen and (max-width:768px) {
  .autor-box {
    flex-wrap: wrap;
  }

  .autor-author-box__content, .autor-author-box__image {
    flex-basis: 100%;
    padding: 0 10px;
  }

  .autor-author-box__image-wrapper {
    margin: 0 auto 20px;
  }
}


.broken_link, a.broken_link {
  text-decoration: none !important;
}

.post-category a {
  color: #fff;
  background: #E9B738;
  border-radius: 3px;
  padding: 2px 10px;
}

.post-category a:hover {
  color: #fff;
  background: #E9B738;
  border-radius: 3px;
  padding: 2px 10px;
}
.post-content__social-share-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.post-content__social-share-item {
  list-style-type: none;
}

.post-content__social-share-item.mobile,
.post-content__social-share-item.whatsapp-mobile {
  display: none;
}

.post-content__social-share-list {
  padding-left: 0;
}

.post-content__social-share-list.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-content__social-share-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 0;
}

.post-content__social-share-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.post-content__social-share-text {
  -webkit-transform: translate(22px, 40px) rotate(-90deg);
  -ms-transform: translate(22px, 40px) rotate(-90deg);
  transform: translate(22px, 40px) rotate(-90deg);
  font-family: Manrope, sans-serif;
  color: #aab;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-content__social-share-text.straight {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #1c1249;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.post-content__social-share-end {
  position: static;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0e0eb;
}

@media screen and (max-width: 479px) {
  .post-content__social-share-list.vertical {
    margin-top: 15;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .post-content__social-share-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .post-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .post-title {
    font-size: 28px;
  }
}

figure {
  margin: 0;
}

.header-blog {
  position: relative;
  height: auto;
  padding-top: 80px;
  background-color: transparent;
  background: var(--cor--bg-principal);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  padding-bottom: 60px;
}

.content-blog {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.header-main {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
}

.entry-thumbnail img {
  border-radius: 5px;
}

.descricao {
  color: rgb(255 255 255 / 80%);
}

.blog-header {
  margin-top: 5em;
  margin-bottom: 2em;
}

.blog-header h1 {
    font-size: 28px;
}
.nav-filter.header {
  background: #E9B738;
}

.nav-filter.header h1 {
  color: #ffffff;
}
.nav-filter-label {
  margin: 0;
  margin-right: 1rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
}

.nav-filter-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 5px;
  margin: 3px 0;
  padding: 0.425rem 0.9375rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
  text-align: center;
  margin-right: 7px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  color: var(--dark-blue);;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.nav-filter-link:hover, .nav-filter-link:focus, .nav-filter-link:active {
  background-color: var(--cor--bg-principal);
  color: #fff;
  box-shadow: none;
}

.nav-filter-link.active {
  background: var(--cor--bg-principal);
  color: #fff;
}

.nav-filter .nav {
  margin: 20px 0 30px;
}

.prognroll-bar {
  top: 80px;
}

@media (max-width: 480px) {
  .nav-filter {
    padding-top: 0;
  }

  .nav-filter .nav {
    margin: 20px 0 30px;
  }

  .nav-filter-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-filter-label {
    line-height: 3;
  }
}

@media (max-width: 480px) {
  .nav-filter {
    padding-top: 85px !important;
  }

  .nav-filter .nav {
    display: flex;
  }

  .nav-filter-item {
    justify-content: start;
    padding: 0;
    width: calc(50% - 5px);
    margin-right: 5px;
  }

  .nav-filter-label {
    margin: 0;
    line-height: 3;
    align-items: flex-start;
  }

  .nav-filter-link {
    width: 100%;
  }

  .nav-filter-link p {
    white-space: nowrap;
    overflow: hidden;
    /* "overflow" value must be different from "visible" */
    text-overflow: ellipsis;
  }

  .nav-filter.blog {
    padding-top: 0 !important;
  margin: 0;}

  .header-blog {
    position: relative;
    height: auto;
    padding-top: 32px;
    background-color: transparent;
    background: var(--cor--bg-principal);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    padding-bottom: 0;
    margin-bottom: 28px;
  }

  .entry-thumbnail img {
    border-radius: 0;
  }

  .prognroll-bar {
    top: 60px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.form-control {
  transition: none;
}


.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b6b1f9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(71, 59, 240, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.form-control:focus {
  z-index: 3;
}

.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append {
  display: flex;
}

.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-append {
  margin-left: -1px;
}

.input-group>.input-group-append>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-form .input-group-append {
  margin-left: -1px;
  width: 50px;
}

.search-form .btn {
  color: rgb(21, 35, 67);
  border-color: rgb(21, 35, 67);
  min-width: 0px !important;
  background: #f2f8ff;
  border-radius: 4px;
  border: 1px solid #a7aeb3;
  border-left: 0;
}

.search-form .btn:hover {
  color: rgb(93 93 93);
}

.search-form .form-control {border-radius: 4px;border: 1px solid #a7aeb3;}

.search-form .form-control:focus {
  box-shadow: rgb(255 0 131 / 25%) 0px 0px 0px 0.1rem;
}


.share-horizontal {
  position: relative;
}

.header-social-list {
  position: absolute;
}


.header-social-list-inner {
  position: relative;
  left: -100px;
}
.header-social-list.is-affixed .header-social-list-inner {
  left: 100px !important;
}

.header-social-list li {
  list-style: none;
}

.header-social-list li>a {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 2px solid var(--dark-blue);;
  color: #fff;
  margin-right: 6px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
  border-color: #ededed;
  color: var(--dark-blue);;
  margin-bottom: 5px;
  background: transparent;
}

.header-social-list li>a:hover {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 2px solid var(--dark-blue);;
  color: #fff;
  margin-right: 6px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
  border-color: #ededed;
  margin-bottom: 5px;
  background: var(--cor--bg-principal);
}

/* Posts Feed  */
a, a:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.post-category {
  color: #999;
}


.post-category {
  color: #fff;
}

.post-category {
  color: #fff;
}


.blog__item-2-content {
  background: #ffffff;
}

@media (max-width: 575px) {
  .blog__item-2-content {
    padding: 25px 15px;
  }
}

.blog__item-2-image {
  position: relative;
}

.blog__item-2-image-inner {
  overflow: hidden;
}

.blog__item-2-image-inner img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog__item-2:hover .blog__item-2-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.blog__item-2:hover .blog__btn-2 a {
  background: var(--cor--bg-principal);
  color: #ffffff;
  border-color: var(--cor--bg-principal);
}

.blog__item-2-df {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog__meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.blog__author {
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #777777;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__author {
    margin-right: 15px;
  }
}

.blog__author i {
  font-size: 15px;
  color: var(--cor--bg-principal);
  margin-right: 8px;
}

.blog__author span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.1;
  position: relative;
  font-weight: 500;
}

.blog__author span::before {
  position: absolute;
  content: "/";
  top: 1px;
  right: -10px;
  width: 1px;
  height: 0;
  background: #777777;
  font-family: var(--tp-ff-fontawesome);
  transform: rotate(-16deg);
  font-size: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__author span::before {
    right: -3px;
  }
}

.blog__author:hover {
  color: var(--cor--bg-principal);
}

.blog__catagory span {
  font-size: 14px;
  color: var(--cor--bg-principal);
  font-weight: 600;
}

.blog__sm-title {
  font-size: 20px;
  line-height: 1.4;
  transition: 0.3s;
  font-weight: 600;
}

.blog__sm-title a {
  color: #33303E;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__sm-title {
    font-size: 18px;
  }
}

.blog__sm-title:hover {
  color: var(--cor--bg-principal);
}

.blog__btn-2 a {
  border-top: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: #ffffff;
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: 0.3s;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__btn-2 a {
    font-size: 14px;
  }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.88em + 1.5rem + 2px);
    padding: 0.75rem 1.5625rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.88;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search-form {
  width: 100%;
}

.social-follow a{height:30px;width:30px;border-radius:4px;border: 2px solid var(--dark-blue);;color:#fff;margin-right:6px;font-size:13px;display:inline-block;text-align:center;line-height:1px;padding:7px 0;}
.social-follow a:hover{background-color:var(--clr-theme-1);}
.social-follow-2 a{border-color:#e6e7eb;color:#0a1426;}
.social-follow-2 a:hover{border-color: var(--cor--bg-principal);color: #fff;background: var(--cor--bg-principal);}
@media (max-width:767px){
.social-follow-space a{margin-right:-2px;}
}

.single-post-navigation{text-decoration:none;display:flex;flex-wrap:wrap;justify-content:space-between;grid-gap:5px;margin-top: 30px;}
.single-post-navigation>*{flex:0 0 calc(50% - 2.5px);}
.post-navigation-redirect{font-size:14px;font-weight:400;color: #202124;margin-bottom:5px;display:block;}
.post-navigation-redirect i{font-size:13px;margin-right:12px;}
.post-navigation-redirect i.right-redirect{margin-right:auto;margin-left:12px;}
.post-navigation-label{font-size:15px;font-weight:600;margin-bottom:0;margin:0!important;padding:0!important;}
.post-navigation-box{background: transparent;padding:15px 30px;border-radius:4px;border: 2px solid transparent;transition: all ease 0.3s;}
.post-navigation-box:hover{border: 2px solid var(--cor--bg-principal);}
.single-post-navigation>*{text-decoration:none;}
@media only screen and (min-width:576px) and (max-width:767px){
.single-post-navigation>*{flex:0 0 calc(50% - 15px);}
}
@media (max-width:767px){
.single-post-navigation>*{flex:0 0 100%;}
}

.card.card-blog{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;position: relative;overflow: hidden;display: flex;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;transition: all 0.3s ease-in-out;border-radius: 10px;border: none;width: 100%;background: 0 0;margin-bottom: 2rem;box-shadow: 0 0 24px rgb(27 22 66 / 4%), 0 44px 74px rgb(27 22 66 / 6%);}
.card-blog .card-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}
.card-blog .card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);}
.card-blog .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;}
.card-blog.card{border-radius:10px;border:none;width:100%;background:0 0;margin-bottom: 2rem;}
.card-blog .card:hover{background:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:all .3s;-webkit-box-shadow:0 6px 15px rgba(4,62,99,.08);box-shadow:0 6px 15px rgba(4,62,99,.08);}
.card-blog .card-header{border-radius:0;border-bottom:0;background-position:center;background-size:cover;border-color:transparent;}
.card-blog .card-content{padding:1.5em;background:0 0;transition:all .2s ease-in-out;}
.card-blog .card-content h4{color: #33303E;font-size: 20px;font-weight: 600;margin:0;cursor:pointer;transition:all .2s ease-in-out;margin-bottom: .5rem;line-height: 1.4;}
.card-blog .card-content h4:hover{color: #E9B738;}
.card-blog .card-category{font-weight:700;font-size:12px;color:#1b1e3a;font-size:12px;font-weight:600;text-decoration:none;background:#fff;border-radius:4px;padding:5px 15px;position:absolute;top:15px;}
.card-blog .card-header{border-radius:10px;padding: 0;}
.card-blog .post-card__thumbnail img {
  flex-shrink: 0;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: rotate(0) scale(1);
}
.card-blog .post-card__thumbnail {
    position: relative;
    overflow: hidden;
}
.card-blog .post-card__thumbnail img:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.card-blog .card-header img {border-top-right-radius: 10px;border-top-left-radius: 10px;padding: 0;}
.card-blog p {font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 16px;color: #6E6B79;}
.card-blog .card-footer {
  background: #fff;
  border-top: none;
  padding: 0 1.5em 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-blog .card-footer a {
  font-weight: 500;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.card-blog .card-footer a:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: translate3d(0, -3px, 0);
}
.card-blog:hover .post-card__thumbnail img{transform:rotate(3deg) scale(1.1);}
.card-blog:hover .post-card__thumbnail:before{background:transparent;}
.card-blog:hover{transition:all 0.3s;}

.mb-55{margin-bottom:55px;}
.social-follow a{height: 45px;width: 45px;border-radius:4px;border:2px solid #242d4a;color:#fff;margin-right:6px;font-size: 22px;display:inline-block;padding: 10px;text-align:center;}
.social-follow a:hover{background-color:#E9B738;;}
.social-follow-2 a{border-color:#e6e7eb;color:#0a1426;}
.social-follow-2 a:hover{border-color:transparent;color:#fff;}
.meta-sm-title{font-size:16px;font-weight:600;margin:0!important;margin-right:8px!important;}
.flex-blog-meta{display:flex;justify-content:space-between;padding-top:24px;margin-top:40px;}
.has-border-top-1{border-top:1px solid #e6e7eb;}
@media (max-width:767px){
.social-follow-space a{margin-right:-2px;}
}
.meta-sm-title{font-size:16px;font-weight:600;margin:0!important;margin-right:8px!important;}
.tagcloud a{height:30px;display:inline-block;border:2px solid #e6e7eb;padding:0 13px;text-decoration:none;font-size:13px;border-radius:4px;font-weight:500;color:#535559;margin-bottom:10px;margin-right:2px;line-height:26px;}
@media (max-width:767px){
.tagcloud a{padding:0 7px;font-size:13px;}
}
.tagcloud a:hover{background-color:#E9B738;color:#fff;border-color:transparent;}

.wrapper {
  max-width: 450px;
}
.wrapper .search {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
@media (max-width:767px){
.wrapper .search {
   margin-top: 15px;
  }
}
.search input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: none;
  background: #fff;
}
.search.active input {
  border-radius: 5px 5px 0 0;
}
.search .autocomp-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  border-radius: 100px;
}
.search.active .autocomp-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.search.active .autocomp-box li {
  display: block;
}
.search .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 2.8;
  font-size: 20px;
  color: #E9B738;
  cursor: pointer;
}

.todas-materiais{padding-top:40px;margin-bottom: 60px;}
.todas-materiais .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:40px;border-bottom:1px solid rgba(56,73,108,.1);}
.todas-materiais .container h3{font-family: 'Poppins';font-style:normal;font-weight: 600;font-size:22px;line-height:130%;color: #33303E;margin-right:32px;margin-bottom: 0;}
.todas-materiais .container ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom: 0;}
.todas-materiais .container ul li{margin-right:62px;font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 18px;line-height: 105%;letter-spacing: .5px;color: #242529;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;cursor: pointer;}
.todas-materiais .container ul li label, .todas-materiais .container ul li label input { cursor: pointer;}
.todas-materiais .container ul li:last-child{
    display: none;
}
.todas-materiais .container ul li:last-child a{font-family:airbnb cereal app;font-style:normal;font-weight:500;font-size:15px;line-height:105%;letter-spacing:.5px;color:#E9B738;margin-right:12px;}
.todas-materiais .container ul li:last-child .dropdown-categorias{opacity:0;pointer-events:none;position:absolute;padding-right:16px;top:24.45px;right:-11px;width:240px;height:245px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-shadow:0 10px 40px rgba(175,186,202,.4);box-shadow:0 10px 40px rgba(175,186,202,.4);z-index:99;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-materiais .container ul li:last-child .dropdown-categorias:before{content:"";position:absolute;right:7px;top:-6px;width:16.45px;height:16.45px;background:#fff;-webkit-transform:matrix(-.71,.44,1.15,.71,0,0);-ms-transform:matrix(-.71,.44,1.15,.71,0,0);transform:matrix(-.71,.44,1.15,.71,0,0);}
.todas-materiais .container ul li:last-child .dropdown-categorias ul{padding:0 32px;margin-top:18px;margin-bottom:18px;overflow-y:scroll;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar{width:4px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-track{background:#d2d5e6;border-radius:6px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-thumb{background:#E9B738;border-radius:6px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li{margin-right:0;margin-bottom:24px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li:last-child{margin-bottom:0;margin-left:0;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li a{font-family:airbnb cereal app;font-style:normal;font-weight:400;font-size:14px;line-height:105%;letter-spacing:.5px;color:#4f5f82;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li a:hover{color:#E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-materiais .container ul li a{font-family: 'Poppins';font-style:normal;font-weight: 400;font-size:15px;line-height:105%;letter-spacing:.5px;color: #242529;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-materiais .container ul li a:hover{color: #E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
/* @media (max-width:1200px){
.todas-materiais .container ul li:nth-child(4){}
.todas-materiais .container ul li:nth-child(5){}
} */
@media (max-width:425px){
.todas-materiais .container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:40px;border-bottom:1px solid rgba(56,73,108,.1);}
.todas-materiais .container h3{font-style:normal;font-weight:700;font-size: 18px;line-height:105%;color:#4f5f82;margin-right:32px;}
.todas-materiais .container ul{position:relative;padding-top: 20px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align: start;-ms-flex-align: start;align-items: start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left: 0;flex-direction: column;}
.todas-materiais .container ul li{margin-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom: 10px;}
/* .todas-materiais .container ul li:nth-child(4){} */
/* .todas-materiais .container ul li:nth-child(5){}
.todas-materiais .container ul li:last-child{} */
.todas-materiais .container ul li:last-child a{font-style:normal;font-weight:500;font-size:15px;line-height:105%;letter-spacing:.5px;color:#E9B738;margin-right:12px;}
.todas-materiais .container ul li:last-child .dropdown-categorias{opacity:0;pointer-events:none;position:absolute;padding-right:16px;top:24.45px;right:-11px;width:240px;height:245px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-shadow:0 10px 40px rgba(175,186,202,.4);box-shadow:0 10px 40px rgba(175,186,202,.4);z-index:99;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-materiais .container ul li:last-child .dropdown-categorias:before{content:"";position:absolute;right:7px;top:-6px;width:16.45px;height:16.45px;background:#fff;-webkit-transform:matrix(-.71,.44,1.15,.71,0,0);-ms-transform:matrix(-.71,.44,1.15,.71,0,0);transform:matrix(-.71,.44,1.15,.71,0,0);}
.todas-materiais .container ul li:last-child .dropdown-categorias ul{padding:0 32px;margin-top:18px;margin-bottom:18px;overflow-y:scroll;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar{width:4px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-track{background:#d2d5e6;border-radius:6px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-thumb{background:#E9B738;border-radius:6px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li{margin-right:0;margin-bottom:24px;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li:last-child{margin-bottom:0;margin-left:0;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li a{font-family:airbnb cereal app;font-style:normal;font-weight:400;font-size:14px;line-height:105%;letter-spacing:.5px;color:#4f5f82;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-materiais .container ul li:last-child .dropdown-categorias ul li a:hover{color:#E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-materiais .container ul li a{font-style:normal;font-weight:400;font-size:15px;line-height:105%;letter-spacing:.5px;color:#4f5f82;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;text-align:center;}
.todas-materiais .container ul li a:hover{color:#E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
}

.todas-categorias{padding-top:40px;margin-bottom: 60px;}
.todas-categorias .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:40px;border-bottom:1px solid rgba(56,73,108,.1);}
.todas-categorias .container h3{font-family: 'Poppins';font-style:normal;font-weight: 600;font-size:22px;line-height:130%;color: #33303E;margin-right:32px;margin-bottom: 0;}
.todas-categorias .container ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom: 0;}
.todas-categorias .container ul li{margin-right:62px;}
.todas-categorias .container ul li:last-child{
    display: none;
}
.todas-categorias .container ul li:last-child a{font-family:airbnb cereal app;font-style:normal;font-weight:500;font-size:15px;line-height:105%;letter-spacing:.5px;color:#E9B738;margin-right:12px;}
.todas-categorias .container ul li:last-child .dropdown-categorias{opacity:0;pointer-events:none;position:absolute;padding-right:16px;top:24.45px;right:-11px;width:240px;height:245px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-shadow:0 10px 40px rgba(175,186,202,.4);box-shadow:0 10px 40px rgba(175,186,202,.4);z-index:99;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-categorias .container ul li:last-child .dropdown-categorias:before{content:"";position:absolute;right:7px;top:-6px;width:16.45px;height:16.45px;background:#fff;-webkit-transform:matrix(-.71,.44,1.15,.71,0,0);-ms-transform:matrix(-.71,.44,1.15,.71,0,0);transform:matrix(-.71,.44,1.15,.71,0,0);}
.todas-categorias .container ul li:last-child .dropdown-categorias ul{padding:0 32px;margin-top:18px;margin-bottom:18px;overflow-y:scroll;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar{width:4px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-track{background:#d2d5e6;border-radius:6px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-thumb{background:#E9B738;border-radius:6px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li{margin-right:0;margin-bottom:24px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li:last-child{margin-bottom:0;margin-left:0;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li a{font-family:airbnb cereal app;font-style:normal;font-weight:400;font-size:14px;line-height:105%;letter-spacing:.5px;color:#4f5f82;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li a:hover{color:#E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-categorias .container ul li a{font-family: 'Poppins';font-style:normal;font-weight: 400;font-size: 18px;line-height:105%;letter-spacing:.5px;color: #242529;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-categorias .container ul li a:hover{color: #E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
@media (max-width:1200px){
.todas-categorias .container ul li:nth-child(4){display:none;}
.todas-categorias .container ul li:nth-child(5){display:none;}
}
@media (max-width:780px){
.todas-categorias .container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:40px;border-bottom:1px solid rgba(56,73,108,.1);}
.todas-categorias .container h3{font-style:normal;font-weight:700;font-size:15px;line-height:105%;color:#4f5f82;margin-right:32px;}
.todas-categorias .container ul{position:relative;padding-top:45px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: start;padding-left: 0;}
.todas-categorias .container ul li{margin-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.todas-categorias .container ul li:nth-child(4){display:none;}
.todas-categorias .container ul li:nth-child(5){display:none;}
/* .todas-categorias .container ul li:last-child{} */
.todas-categorias .container ul li:last-child a{font-style:normal;font-weight:500;font-size:15px;line-height:105%;letter-spacing:.5px;color:#E9B738;margin-right:12px;}
.todas-categorias .container ul li:last-child .dropdown-categorias{opacity:0;pointer-events:none;position:absolute;padding-right:16px;top:24.45px;right:-11px;width:240px;height:245px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-shadow:0 10px 40px rgba(175,186,202,.4);box-shadow:0 10px 40px rgba(175,186,202,.4);z-index:99;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-categorias .container ul li:last-child .dropdown-categorias:before{content:"";position:absolute;right:7px;top:-6px;width:16.45px;height:16.45px;background:#fff;-webkit-transform:matrix(-.71,.44,1.15,.71,0,0);-ms-transform:matrix(-.71,.44,1.15,.71,0,0);transform:matrix(-.71,.44,1.15,.71,0,0);}
.todas-categorias .container ul li:last-child .dropdown-categorias ul{padding:0 32px;margin-top:18px;margin-bottom:18px;overflow-y:scroll;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar{width:4px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-track{background:#d2d5e6;border-radius:6px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul::-webkit-scrollbar-thumb{background:#E9B738;border-radius:6px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li{margin-right:0;margin-bottom:24px;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li:last-child{margin-bottom:0;margin-left:0;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li a{font-family:airbnb cereal app;font-style:normal;font-weight:400;font-size:14px;line-height:105%;letter-spacing:.5px;color:#4f5f82;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-categorias .container ul li:last-child .dropdown-categorias ul li a:hover{color:#E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.todas-categorias .container ul li a{font-style:normal;font-weight:400;font-size:15px;line-height:105%;letter-spacing:.5px;color:#4f5f82;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;text-align:center;}
.todas-categorias .container ul li a:hover{color:#E9B738;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
}

.video-link-img{position:relative;display:inline-block;overflow:hidden;display: flex;align-items: center;flex-direction: row;border-top-right-radius: 10px;border-top-left-radius: 10px;}
.video-link-img::after{position:absolute;left:0;bottom:0;width:100%;background-image:-moz-linear-gradient(90deg,rgba(10,20,38,.8) 0,rgba(10,20,38,.8) 0,rgba(10,20,38,0) 100%);background-image:none;background-image:-ms-linear-gradient(90deg,rgba(10,20,38,.8) 0,rgba(10,20,38,.8) 0,rgba(10,20,38,0) 100%);content:"";}
.video-link-img img{-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;-ms-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s;height: 228px;object-fit: cover;}
.video-link-img:hover img{transform:0;}
.video-link-btn{text-decoration:none;display: flex;align-items: center;justify-content: center;flex-direction: column;transition: all 0.3s ease-in-out;border-radius: 10px;border: none;width: 100%;background: 0 0;margin-bottom: 2rem;box-shadow: 0 0 24px rgb(27 22 66 / 4%), 0 44px 74px rgb(27 22 66 / 6%);border-radius: 10px;}
.video-link-btn i{font-size: 12px;margin-left:4px;width: 30px;height: 30px;font-weight:700;display:inline-block;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;-ms-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s;background:#E9B738;text-align:center;line-height: 31px;padding-right: 4px;border-radius:50%;color:#fff;}
.video-link-btn i::before{margin-left:5px;}
.video-link-btn span{font-size:14px;color:#E9B738;font-weight:500;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;-ms-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s;font-size:20px;font-weight:600;display: flex;flex-direction: column;align-items: center;}
.video-link-btn:hover i{background-color:#E9B738;color:#fff;}
.video-link-btn:hover span{color:#E9B738;}
.video-link-action{position:inherit;z-index:9;margin-top:15px;}
:focus{outline:0!important;}
img{max-width:100%;height:auto;}
.card-video{position:relative;background: #ffffff;border-radius: 10px;    transition: all .5s;}
.card-play-icon{z-index:5;bottom: 0;right: 15px;}
.card-video:hover{
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: translate3d(0, -3px, 0);
}
.card-video-footer {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.card-video-footer p {

margin-bottom: 0;
margin-left: 10px;
font-weight: 500;
color: #33303E;

}
.single-article{position:relative;overflow:hidden;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;transition:all 0.3s ease-in-out;border-radius: 10px;border: none;width: 100%;background: 0 0;margin-bottom: 2rem;box-shadow: 0 0 24px rgb(27 22 66 / 4%), 0 44px 74px rgb(27 22 66 / 6%);}
.single-article a{text-decoration:none;display:block;}
.single-article h2 {
  color: #33303E;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  transition: all .2s ease-in-out;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.single-article p {
  font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 16px;color: #6E6B79;
}
.article-img{position:relative;overflow:hidden;}
.article-img:before{content:"";display:block;background:rgba(0, 0, 0, 0.25);transition:all 0.3s ease-in;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;}
.article-img img{flex-shrink:0;width:100%;height:14rem;object-fit:cover;transition:all 0.3s ease-in-out;transform:rotate(0) scale(1);}
.article-category a{font-weight:600;font-family:"Poppins", sans-serif;}
.avatar-name{font-size:15px;}
.avatar-info span{font-size:14px;}
.article-title:hover,.avatar-name:hover{color: #E9B738;}
.limit-2-line-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.single-article:hover .article-img img{transform:rotate(3deg) scale(1.1);}
.single-article:hover .article-img:before{background:transparent;}
.single-article:hover{transition:all 0.3s;}
.single-article .card-category {
  color: #33303E;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.icone-materiais {
  background: #E9B738;
  color: #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.grid_blog_avatar {
  margin-bottom: 2em;
}
.grid_blog_avatar .body_blog .person {
  margin-bottom: 20px;
}
.grid_blog_avatar .body_blog .person img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}
.grid_blog_avatar .body_blog .person .txt h3 {
  color: var(--dark-blue);;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}
.grid_blog_avatar .body_blog .person .txt time {
  font-size: 12px;
  color: #6c7a87;
  display: block;
}
.grid_blog_avatar .body_blog .title_blog {
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.grid_blog_avatar .body_blog .short_desc {
  color: #6c7a87;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid_blog_avatar .body_blog .link_blog {
  display: block;
}
.grid_blog_avatar .body_blog .link_blog:hover .title_blog {
  color: var(--primary-yellow);
}
.grid_blog_avatar:hover .cover_blog img {
  -webkit-transform: scale3d(1.12, 1.12, 1) !important;
  -moz-transform: scale3d(1.12, 1.12, 1) !important;
  -o-transform: scale3d(1.12, 1.12, 1) !important;
  -ms-transform: scale3d(1.12, 1.12, 1) !important;
  transform: scale3d(1.12, 1.12, 1) !important;
}
.grid_blog_avatar.list_style {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .grid_blog_avatar.list_style .body_blog {
    margin-top: 20px;
  }
}
.grid_blog_avatar.list_style .cover_blog {
  margin-bottom: 0;
}

/*-----------------------------
  content-Sblog
-----------------------------*/
.content-Sblog {
  margin-top: 50px;
}
.content-Sblog .fixSide_scroll .item {
  margin-bottom: 40px;
}
.content-Sblog .fixSide_scroll .item .profile_user {
  text-align: center;
}
@media (max-width: 991px) {
  .content-Sblog .fixSide_scroll .item .profile_user {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.content-Sblog .fixSide_scroll .item .profile_user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .content-Sblog .fixSide_scroll .item .profile_user img {
    margin-right: 15px;
  }
}
.content-Sblog .fixSide_scroll .item .profile_user .txt {
  margin-top: 15px;
}
.content-Sblog .fixSide_scroll .item .profile_user .txt h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.content-Sblog .fixSide_scroll .item .profile_user .txt time {
  display: block;
  font-size: 12px;
  color: #6c7a87;
}
.content-Sblog .fixSide_scroll .item .profile_user .btn_profile {
  padding: 9px 27px;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .content-Sblog .fixSide_scroll .item .profile_user .btn_profile {
    margin-left: 15px;
  }
}
.content-Sblog .fixSide_scroll .share_socail {
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .content-Sblog .fixSide_scroll .share_socail {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.content-Sblog .fixSide_scroll .share_socail .title {
  font-size: 16px;
  color: #6c7a87;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .content-Sblog .fixSide_scroll .share_socail .title {
    margin-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.content-Sblog .fixSide_scroll .share_socail .btn {
  margin-bottom: 5px;
}
.content-Sblog .fixSide_scroll .share_socail .btn.icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-Sblog .fixSide_scroll .share_socail .btn.icon .tio {
  font-size: 18px;
}
.content-Sblog .fixSide_scroll .share_socail .btn:hover.icon {
  background-color: #e9b738;
}
.content-Sblog .body_content p,
.content-Sblog .body_content li {
  font-size: 17px;
  color: #434c55;
}
.content-Sblog .body_content a {
  color: #0764ad;
}
.content-Sblog .body_content img {
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
}
.content-Sblog .body_content mark {
  background-color: #17e79b;
  color: #ffffff;
}
.content-Sblog .body_content .img_md {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.content-Sblog .body_content .cover_video {
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.content-Sblog .body_content .cover_video img {
  width: 100%;
  height: 450px;
}
.content-Sblog .body_content .cover_video .icon_played {
  position: absolute;
}
.content-Sblog .body_content .cover_video .btn_video .play_video::after {
  display: none;
}
.content-Sblog .body_content .txt_quotation {
  border-left: 6px solid #7bd88a;
  padding: 15px 25px;
  font-size: 24px;
  color: var(--dark-blue);;
  font-weight: 500;
}

/*-----------------------------
  simple_blog_dev
-----------------------------*/
.simple_blog_dev .item_news {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .simple_blog_dev .item_news {
    margin-bottom: 30px;
  }
}
.simple_blog_dev .item_news .link_post {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: var(--dark-blue);;
  margin-bottom: 5px;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.simple_blog_dev .item_news .link_post:hover {
  color: #165df5;
}
.simple_blog_dev .item_news p {
  font-size: 14px;
  color: #6c7a87;
  font-weight: 400;
  margin-bottom: 0;
}


/*-----------------------------
  blog-banner_without_image
-----------------------------*/
.single_blog {padding-bottom: 4em;padding-top: 7em;background: var(--primary-blue);}
@media (max-width: 767px) {
  .single_blog {
    height: 100%;
    padding-top: 6em;
    padding-bottom: 3em;
  }
}
.single_blog .parallax_cover img {
  height: 100%;
}
.single_blog .about_post .c_ategory a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}
.single_blog .about_post .c_ategory a:hover {
  color: #165df5;
}
.single_blog .about_post .c_ategory a::before {
  content: ", ";
}
.single_blog .about_post .c_ategory a:first-child::before {
  display: none;
}
.single_blog .about_post .dot {
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background-color: #e0e1e4;
  margin: 0 8px;
  display: inline-block;
}
.single_blog .about_post time {
  display: inline-block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.single_blog .footer_content {
  display: flex;
}
@media (max-width: 767px) {
  .single_blog .footer_content {
    display: block;
  }
}
.single_blog .footer_content .item_auther {
}
@media (max-width: 767px) {
  .single_blog .footer_content .item_auther {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.single_blog .footer_content .item_auther img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
.single_blog .footer_content .item_auther .txt h4,
.single_blog .footer_content .item_auther .txt a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.single_blog .footer_content .item_auther .txt a:hover {
  color: var(--primary-yellow);;
}
.single_blog .footer_content .item_auther .txt p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.type_background::before {
  display: none;
}
.type_background .about_post .c_ategory a {
  color: var(--dark-blue);;
}
.type_background .about_post time {
  color: #6c7a87;
}
.type_background .footer_content .item_auther .txt h4,
.type_background .footer_content .item_auther .txt a {
  color: var(--dark-blue);;
}
.type_background .footer_content .item_auther .txt p {
  color: #6c7a87;
}


.section_tag_auther {
  margin-top: 50px;
}
.section_tag_auther .box_tags_psot h4 {
  font-size: 14px;
  color: var(--dark-blue);;
  margin-bottom: 10px;
}
.section_tag_auther .box_tags_psot a {
  background-color: #f7f8fa;
  border-radius: 8px;
  font-size: 13px;
  color: var(--dark-blue);;
  padding: 10px 20px;
  margin-right: 8px;
}
.section_tag_auther .block_auther_post {
  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 35px;
}
.section_tag_auther .block_auther_post .img_person {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}
.section_tag_auther .block_auther_post .txt h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-blue);;
  margin-bottom: 5px;
}
.section_tag_auther .block_auther_post .txt p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6c7a87;
}

.block_auther_post .media > img {
  border-radius: 100%;
  margin-right: 20px;
}

