.logoWtgr,
.navbar.navbar-expand-md.navbar-light .navbar-brand.logoWtgr {
  padding: 15px;
  padding-left: 0;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

.logoWtgr img {
  max-height: 66px;
}

.sumirComDiv {
  display: none !important;
}

.widget-area .widget_stay_connected .stay-connected-list {
  margin-left: 0px;
}

.header-fixo {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
}

.widget-area .widget_stay_connected .stay-connected-list li {
  list-style-type: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 41px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
  margin-right: 10px;
}

.divMostrarPosts {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mostrarMaisPosts {
  background: #0071bb;
  border: 1px solid #0071bb;
  color: #fff;
  height: 55px;
  padding: 0 60px;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 55px;
  font-weight: 500;
  border-radius: 4px;
  transition: .5s;
  position: relative;
  left: 0;
  right: 0;
  width: auto;
  margin-top: 20px;
}

.mostrarMaisPosts:hover {
  color: #0071bb;
  background: #fff;
}

.fullWidth {
  width: 100% !important;
  margin-bottom: 24px;
}

.bgImgNewsCentral {
  background-size: cover;
  background-position: center;
  height: 475px;
}

@media (max-width: 700px) {
  .bgImgNewsCentral {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .bgImgNewsCentral {
    height: 220px;
  }
}

.bgImgNewsLaterais {
  background-position: center;
  background-size: cover;
  height: 261px;
}

.bgImgs {
  height: 500px;
  background-size: cover;
  background-position: center;
}

.bgImg {
  background-size: cover;
  background-position: center;
}

.bgImg.bgGde {
  padding-bottom: 56%;
}

.health-news-image a .bgImg {
  padding-bottom: 56%;
}

.sports-news-image a .bgImg {
  width: 100%;
  height: 100%;
}

.boxNoticiaGrande a .bgImgs {
  height: 200px;
}

#idPaginas>.dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 660px;
  display: flex;
  border-radius: 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  -webkit-transition: .5s;
  flex-wrap: wrap;
  transition: .5s;
  align-items: center;
  padding: 15px 0;
}

#idPaginas>.dropdown-menu li {
  width: 200px;
}

@media (max-width: 767px) {
  #idPaginas>.dropdown-menu {
    top: 173px;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    margin-top: 15px;
    position: fixed;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 32%);
    -webkit-transition: .5s;
    transition: .5s;
    padding: 15px 0;
  }

  #idPaginas>.dropdown-menu li {
    width: 45%;
  }
}

.showDropdownMenu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0 !important;
  z-index: 999999999999 !important;
}

#idPaginas {
  list-style: none;
}

#idPaginas>.nav-link {
  padding: 0;
  cursor: pointer;
}

#idPaginas .bx.bx-menu {
  color: white;
  font-size: 36px;
}

.divImgPublicidade {
  border-radius: 4px;
  padding-bottom: 260px;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.carouselPublicidade {
  margin: 50px 0;
}

.carouselPublicidade a {
  width: 100%;
}

.carouselPublicidade .flickity-button {
  top: 50%;
}

.carouselPublicidade .flickity-button.previous {
  left: 10px;
}

.publiPaginaNoticia .carouselPublicidade {
  margin: 25px 0 !important;
}

.publiPaginaNoticia2 {
  width: 630px;
  margin: auto;
  gap: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .publiPaginaNoticia2 {
    width: 100%;
    flex-direction: column;
    margin-bottom: -30px;
  }
}


.img_publiPaginaNoticia {
  width: 66%;
}

@media (max-width: 767px) {
  .img_publiPaginaNoticia {
    width: 100%;
    margin-bottom: 30px;
  }
}

.img_publiPaginaNoticia img {
  width: 100%;
}

.sideText_publiPaginaNoticia {
  width: 66%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid grey;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .sideText_publiPaginaNoticia {
    width: 100%;
  }
}

.btn_public {
  width: 100%;
  text-align: left;
  margin-left: 15px;
}

.btn_public a {
  background: #1d4a86;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 10px;
  transition: .5s;
}

.btn_public a:hover {
  background: #023e65;
}

#divNoticia .sideText_publiPaginaNoticia .listagemCategoriasDentroNoticia {
  list-style: none;
  padding-left: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sideText_publiPaginaNoticia ul li {
  margin-bottom: 15px;
  text-align: left;
  width: auto;
  line-height: 1.55rem;
}

.sideText_publiPaginaNoticia ul li a {
  font-weight: 300;
  font-size: 16px;
  color: #0d6efd;
  line-height: 1.55rem;
  letter-spacing: -0.01em;
}

.sideText_publiPaginaNoticia ul li a:hover {
  color: #023e65;
}

#divNoticia .sideText_publiPaginaNoticia ul li {
  letter-spacing: normal;
  line-height: 1.55rem;
  margin-bottom: 15px;
  margin: 0 0 15px;
  width: auto;
}

#divNoticia .sideText_publiPaginaNoticia ul li a {
  font-weight: 300;
  font-size: 16px;
  color: #0d6efd;
  line-height: 1.55rem;
  letter-spacing: -0.01em;
}

#divNoticia .sideText_publiPaginaNoticia ul li a:hover {
  color: #023e65;
}

.primeiraNoticia {
  justify-content: center;
  margin: 0;
}

.noticiaGrande {
  border-radius: 4px;
  width: calc(100% - 24px);
  display: flex;
  padding: 0;
}

@media (max-width: 1150px) {
  .primeiraNoticia {
    margin-right: 0;
  }

  .noticiaPrincipalHome {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .noticiaPrincipalHome .single-main-default-news-inner {
    max-width: inherit !important;
    order: 2;
  }

  .noticiaPrincipalHome .conteudoNoticia {
    max-width: inherit;
  }
}

.noticiaGrande .news-content {
  top: 0;
}

.conteudoNoticia {
  width: 100%;
  padding: 24px;
  max-width: 40%;
}

.conteudoNoticia h3 a {
  color: white;
  font-size: 37px;
}

.conteudoNoticia h3 a p {
  font-weight: 300;
  font-size: 20px;
  color: white;
  line-height: 1.4;
  margin-top: 20px;
}

.noticiaGrande .single-main-default-news-inner {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  width: 100%;
  max-width: 60%;
  cursor: pointer;
}

.tag {
  -webkit-transition: .5s;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  padding: 0px 15px;
  font-weight: 400;
  color: #0071bb;
  transition: .5s;
  font-size: 14px;
  left: 20px;
  top: 20px;
}

.categoriaNoticia span {
  color: #fff;
  font-size: 14px;
}

.categoriaNoticia {
  margin-bottom: 10px;
}

.redesSociaisEBuscar {
  display: flex;
  align-items: center;
  width: 33%;
}

@media(max-width:1200px) {
  .redesSociaisEBuscar {
    display: none;
  }
}

.redesSociaisEBuscar a {
  display: flex !important;
  align-items: center;
  /* background-color: #0071bb; */
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 0 5px;
  -webkit-transition: .2s;
  transition: .2s;
}

.iconHover:hover {
  width: 48px !important;
  height: 48px !important;
  font-size: 24px !important;
}

#idNavBar {
  width: 100%;
  justify-content: center;
}

.videoENoticia>.single-most-popular-news {
  max-width: calc(33.34% - 12px);
  padding-right: 12px;
}

.divVideo {
  max-width: calc(100%);
  width: 100%;
}

/* .videoENoticia .row {
    max-width: calc(66.66% - 12px);
    width: 100%;
    padding-left: 12px;
} */
.col-lg-8.videoENoticia {
  width: 100%;
  display: flex;
}

.divImgSwipe {
  max-width: calc(42% - 12px);
  margin-right: 12px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  padding-bottom: 39%;
  width: 100%;
}

@media (max-width: 1000px) {
  .divImgSwipe {
    max-width: calc(65% - 12px);
    padding-bottom: 0;
    height: 100px;
    width: 100px;
  }
}

.tituloNoticia {
  max-width: calc(50% - 36px);
  margin: 0 24px 0 12px;
  width: 100%;
}

@media (max-width: 1000px) {
  .noticiasSwipe .tituloNoticia {
    max-width: calc(60% - 36px);
  }
}

.tituloNoticia h3 {
  font-weight: 300;
  font-size: 18px;
}

.pousoFCSwipe,
.noticiasSwipe {
  /* max-width: calc(33.33% - 30px); */
  /* margin-right: 30px; */
  width: 100%;
  display: flex !important;
  align-items: center;
}

.carouselSwipeNoticias {
  max-height: 300px;
  margin-bottom: 48px;
  display: none;
}

.swipeMaisLidas {
  margin-bottom: 24px;
}

.carouselSwipeNoticias .flickity-button {
  top: 50%;
}

.carouselSwipeNoticias .flickity-button.previous {
  left: -60px;
}

.carouselSwipeNoticias .flickity-button.next {
  right: -50px;
}

/* div#swipeNoticias .flickity-slider {
    width: 1000px;
    display: flex;
} */
.divImgSwipePousoFC {
  max-width: calc(100%);
  height: 190px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  text-transform: uppercase;
  font-weight: 300;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 12px;
  -webkit-transition: .5s;
  transition: .5s;
  /* margin-top: 24px; */
}

.main-navbar .navbar .navbar-nav .nav-item:hover {
  border-radius: 5px;
}

.containerMarginBottom {
  margin-bottom: 24px;
}

.bannerLateral {
  width: 100%;
  /* height: 500px; */
}

.bannerLateral img {
  width: 100%;
  height: 100%;
}

.boxImgNoticiaDuo {
  width: 100%;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease-in 200ms;
}

.boxImgNoticiaDuo:hover {
  transform: scale(1.2);
  transition: ease-in 200ms;
}

#idVideoTVMandu iframe {
  border-radius: 4px;
  /* height: auto !important;
    width: 300px !important; */
}

.contagemNoticia {
  height: 25px;
  width: 25px;
  position: absolute;
  /* text-align: center; */
  border-radius: 50%;
  border: 1px solid #0071bb;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0071bb;
  color: white;
}

.esconderPosts {
  display: none;
}

.slick-arrow {
  display: none !important;
  z-index: 999999;
}

#swipeNoticias .slick-prev #swipeGenteDoMandu .slick-prev {
  left: -20px;
}

.carouselPublicidade:hover .slick-arrow,
#swipeNoticias:hover .slick-arrow,
#swipeGenteDoMandu:hover .slick-arrow {
  display: block !important;
}

#bannerLateral {
  margin-top: 77px;
}

#divEsportes {
  margin-top: 24px;
}

.marginTop24 {
  margin-top: 24px;
}

.sports-news-post .col-lg-4.col-sm-4 {
  margin-right: 15px;
  width: 80px;
}

.col-lg-8.col-sm-8>.sports-news-content {
  margin-top: -5px;
}

.publicidadeGoogle img {
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  height: 351px;
  margin-left: auto;
}

.posicionamentoDiv {
  border-radius: 0 !important;
  width: 100%;
  background: linear-gradient(to right bottom, rgb(29, 74, 134) 50%, rgb(0, 113, 187) 90%);
}

#publicidadeInicial {
  margin-bottom: 24px;
  margin-top: 0;
}

.manduNews img {
  width: 80%;
}

.TvMandu {
  height: auto;
  width: 100%;
  z-index: 111
}

.flexVideoImg {
  display: flex;
  width: 45%;
  flex-direction: row;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .flexVideoImg {
    width: 100%;
  }
}

@media (max-width: 863px) {
  .TvMandu {
    width: 100%;
  }
}

.posicionamentoDiv>.container {
  padding: 0 12px;
}

.boxIframeVideoHome {
  text-align: right;
  padding-bottom: 48px;
}

.flexVideoImg .divVideo {
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.manduNews .ImgsJornalistas {
  width: 50%;
  background-size: auto 100% !important;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .manduNews .ImgsJornalistas {
    display: none;
  }
}

.bgManduNews {
  width: 100%;
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}

.bgManduNews2 {
  width: 100%;
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 130px;
  transition: 1s ease;
  overflow: hidden
}

@media (max-width: 767px) {
  .bgManduNews2 {
    padding-top: 25px;
  }
}

.manduNews {
  background: linear-gradient(to right bottom, rgb(29, 74, 134) 50%, rgb(0, 113, 187) 90%);
  background-image: url('../imgs/bgChamado.webp');
  position: relative;
  /* padding-top: 48px; */
  padding-bottom: 0;
  margin-bottom: 48px;
  /* min-height: 500px; */
}

.manduNews .divVideo h3 a:hover {
  color: white;
}

#resposta .popular-news-content {
  width: 100%;
  margin-bottom: 60px;
}

.popular-news-content h3 a,
.popular-news-content span {
  color: white;
}

@media (max-width: 500px) {
  #resposta .popular-news-content h3 a {
    font-size: 20px;
  }
}

#resposta .popular-news-content h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#resposta .popular-news-content h3 img {
  border-radius: 0 !important;
  width: 32px;
}

@media (max-width: 767px) {
  #resposta .popular-news-content h3 img {
    margin-left: 20px;
  }
}

.divVideo .popular-news-content {
  padding-bottom: 24px;
  text-align: right;
}

@media (max-width: 767px) {

  .divVideo .popular-news-content,
  .boxIframeVideoHome {
    text-align: left;
  }
}

@media (max-width: 460px) {
  #idVideoTVMandu iframe {
    height: 221px !important;
    width: 100% !important;
  }
}

.is-sticky .logoWtgr,
.is-sticky .navbar.navbar-expand-md.navbar-light .navbar-brand.logoWtgr {
  width: 115px;
}

.noticiaGrande>.container {
  display: flex;
}

.single-footer-widget a img {
  width: 160px;
}

.single-footer-widget ul {
  list-style: none;
  padding: 0;
}

.single-footer-widget ul a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}

.boxNoticiaPAFC {
  display: flex;
  flex-direction: row;
}

.boxTxtNoticiaPAFC {
  padding-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .others-option-for-responsive .dot-menu {
    top: -52px;
    font-size: 20px;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-option-for-responsive .dot-menu {
    top: -54px;
    font-size: 20px;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .others-option-for-responsive .dot-menu {
    top: -54px !important;
    color: #fff !important;
    font-size: 20px;
  }
}

.tituloPagPAFC {
  background: url(../imgs/pafc.png);
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.tituloPagPAFC::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .5;
}

.tituloPagPAFC .page-title-content {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tituloPagPAFC .page-title-content h2,
.tituloPagPAFC .page-title-content a,
.tituloPagPAFC .page-title-content li {
  color: #fff !important;
}

.tituloPagPAFC .page-title-content ul li::before {
  background-color: #fff;
}

.blocoConteudo {
  margin: 24px 0;
  padding: 0 !important;
}

/* Página Notícia */
.tituloPaginaDaNoticia h3 span {
  font-size: 48px;
  margin: 40px 0 30px;
  letter-spacing: -.025em;
  line-height: 1.2;
}

@media(max-width: 767px) {
  .tituloPaginaDaNoticia h3 span {
    font-size: 32px;
  }
}

.tituloPaginaDaNoticia .article-content {
  text-align: left;
}

.tituloPaginaDaNoticia p {
  font-size: 28px;
  font-weight: 400;
  color: #656565;
  margin: 20px 0;
  line-height: 1.2;
}

@media(max-width: 767px) {
  .tituloPaginaDaNoticia p {
    font-size: 20px;
  }
}

#blinkTypeSubtitulo {
  display: none;
}

.tituloPaginaDaNoticia span a {
  font-size: 16px;
}

.categoriaDaSeguinteNotícia {
  font-size: 20px;
  width: fit-content;
  margin: 0 auto;
}

.categoriaDaSeguinteNotícia::after {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(to right bottom, rgb(29, 74, 134) 50%, rgb(0, 113, 187) 90%);
  display: block;
}

.imgPaginaDaNoticia .article-image {
  text-align: center;
}

.containerNoticia {
  text-align: center;
}

.containerNoticia p {
  max-width: 100%;
  line-height: 1.85em;
  letter-spacing: -0.01em;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  width: 630px;
  margin: 30px auto;
  color: #212529;
}

@media (max-width: 767px) {
  .containerNoticia p {
    width: 100%;
    font-size: 23px;
  }
}

@media (max-width: 500px) {
  .containerNoticia p {
    font-size: 20px;
  }
}

.wp-caption-text span, .wp-caption-text {
    font-size: 14px !important;
    font-style: italic;
}

@media (max-width: 767px) {
  .containerNoticia p span {
    width: 100%;
    font-size: 23px !important;
  }
}

@media (max-width: 500px) {
  .containerNoticia p span {
    font-size: 20px !important;
  }
}

.inputPesquisaNoticias {
  display: flex;
  align-items: center;
}

.inputPesquisaNoticias input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.inputPesquisaNoticias a {
  margin: 0 !important;
  width: 145px !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #0071bb;
  color: #fff !important;
  height: 100% !important;
  padding: 18px 30px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border: none;
}

.formPesquisarNoticia {
  max-width: 100% !important;
}

/* Guia comercial */
#headerGuiaComercial .page-title-content h2 {
  max-width: max-content;
  padding: 5px 20px;
  position: absolute;
  margin: auto auto;
  background: #fff;
  left: 0;
  right: 0;
  top: 8px;
  font-size: 35px;
  font-weight: normal;
}

#guiaComercial {
  margin: 30px 0;
}

.alfabeto {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px;
}

.alfabeto a {
  padding: 8px 14px;
  background: #f5f5f5;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .alfabeto {
    display: grid;
    grid-template-columns:
      1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .alfabeto a {
    padding: 8px;
    text-align: center;
  }
}

@media (max-width: 495px) {
  .alfabeto {
    grid-template-columns:
      1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.fundoCinza {
  background-color: #f5f5f5;
}

.tituloSectionLetra {
  font-size: 50px;
  margin: 50px 0 20px;
}

.sectionLetra {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
}

.sectionLetra ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.sectionLetra ul li {
  width: 19%;
  margin-bottom: 30px;
  font-size: 14px;
}

@media (max-width: 500px) {
  .sectionLetra ul li {
    width: 30%;
  }
}

@media (max-width: 400px) {
  .sectionLetra ul li {
    width: 45%;
  }
}

.sectionLetra ul li a {
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  color: #09101f;
}

.sectionLetra ul li a {
  color: #0071bb;
  text-decoration: none;
}

.btnGuiaComercial {
  text-align: center;
  margin-top: 45px;
}

.btnGuiaComercial button {
  padding: 8px 13px;
  background: linear-gradient(to right bottom, rgb(29, 74, 134) 50%, rgb(0, 113, 187) 90%);
  color: #fff;
  font-weight: 400;
  border: 0 none;
}

.public_detail {
  width: 100%;
  margin: 40px 0;
}

.public_detail p {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: #212529;
}

.public_coments {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

.public_coments_left {
  width: 20%;
  text-align: left;
}

@media (max-width: 767px) {
  .public_coments_left {
    width: 35%;
  }
}

.public_coments_left p {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #212529;
}

@media (max-width: 500px) {
  .public_coments_left p {
    font-size: 16px;
  }
}

.public_coments_right {
  width: 40%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1000px) {
  .public_coments_right {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .public_coments_right {
    width: 65%;
  }
}

.public_coments_right p {
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #212529;
  margin: 0;
  margin-right: 10px;
}

@media (max-width: 500px) {
  .public_coments_right p {
    font-size: 18px;
  }
}

.public_coments_right a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #212529;
  background: #cccccc;
  padding: 5px 20px;
  border-radius: 5px;
}

@media (max-width: 500px) {
  .public_coments_right a {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.public_coment_area {
  width: 100%;
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.user_img {
  width: 5%;
}

@media (max-width: 1000px) {
  .user_img {
    width: 8%;
  }
}

.user_img img {
  width: 100%;
}

.user_typing {
  width: 93%;
  padding: 15px 0 0 15px;
  border: 1px solid #eee;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 1000px) {
  .user_typing {
    padding: 15px 0 0 15px;
  }
}

@media (max-width: 1000px) {
  .user_typing {
    width: 90%;
    padding: 10px 0 0 10px;
    font-size: 14px;
  }
}

.respostaExpandida {
  transition: 1s ease-out;
  max-height: 600px;
}

.dNone {
  opacity: 0;
}

#resposta div {
  transition: 1s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.transOpc {
  transition: opacity 1.2s ease-in !important;
}

.aberturaGuia {
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aberturaGuia h2 {
  font-size: 48px;
  margin: 40px 0 30px;
  letter-spacing: -.025em;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 500px) {
  .aberturaGuia h2 {
    font-size: 30px;
  }
}

.aberturaGuia p {
  font-size: 28px;
  color: #656565;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 500px) {
  .aberturaGuia p {
    font-size: 24px;
  }
}

.area-info-guia {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
}

.box-info-guia {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10%;
  justify-content: center;
}

@media (max-width: 1300px) {
  .box-info-guia {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .box-info-guia {
    width: 70%;
  }
}

@media (max-width: 1000px) {
  .box-info-guia {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .box-info-guia {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .box-info-guia {
    margin-bottom: 15%;
  }
}

.box-info-guia h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 500px) {
  .box-info-guia h3 {
    font-size: 24px;
  }
}

.box-info-guia h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 35px 0;
}

@media (max-width: 500px) {
  .box-info-guia h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
}

.box-info-guia h4 span {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 500px) {
  .box-info-guia h4 a {
    font-size: 20px;
  }
}

.border-line-bot {
  width: 100%;
  border-bottom: 2px solid #0d6efd;
}

@media (max-width: 500px) {
  .border-line-bot {
    margin-bottom: 30px;
  }
}

.carousel-cell {
  width: 100%;
  margin: auto;
  height: 100%;
}

.img_slide_not {
  width: 940px;
  margin: auto;
}

@media (max-width: 1000px) {
  .img_slide_not {
    width: 100%;
  }
}

.img_slide_not img {
  width: 100%;
}

.normalizarTamanho {
  width: 630px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .normalizarTamanho {
    width: auto;
  }
}

.normalizarTamanho .subtituloPrimeiraNoticia {
  font-weight: 300;
  margin-top: 10px;
}

.imgAutoEscola {
  max-width: calc(25% - 10px);
  margin-right: 10px;
  width: 100%;
}

.infosAuto {
  margin-left: 10px;
  max-width: calc(50% - 10px);
  width: 100%;
}

.bgImgAutoEscola {
  background-size: cover;
  background-position: center;
  padding-bottom: 75%;
  width: 100%;
}

.paginacao {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginacao .page-numbers {
  font-size: 16px;
  border: 1px solid #0071bb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

.paginacao .page-numbers:hover {
  background: #0071bb;
  color: #fff;
}

.mobileOnly {
  display: none;
}

@media (max-width:767px) {
  .mobileOnly {
    display: block;
  }

  .desktopOnly {
    display: none;
  }
}

#divNoticia div img {
  max-width: 630px;
}


#mais-postagens {
  margin: 50px 0;
}

#pagContato {
  margin: 50px 0;
}

#pagContato .publiPaginaNoticia2 {
  flex-direction: column;
  width: 100%;
}

@media (max-width: 1000px) {
  #pagContato .publiPaginaNoticia2 {
    width: 50%;
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  #pagContato .publiPaginaNoticia2 {
    width: 70%;
  }
}

#pagContato .img_publiPaginaNoticia {
  width: 100%;
}

#pagContato .sideText_publiPaginaNoticia {
  width: 100%;
  margin-top: 35px;
}

.contato-formulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contato-formulario h2 {
  text-align: left;
  font-size: 30px;
  color: #3a3a3a;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.contato-formulario p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  color: #3a3a3a;
  margin: 0 0 20px;
}

.contato-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contato-form-campo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contato-form-campo label {
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
  margin: 0 0 5px;
}

.contato-form-campo input {
  width: 100%;
  height: 40px;
  background: #fafafa;
  border: 1px solid #eaeaea;
  padding: 5px 0 5px 10px;
}

.contato-form-campo textarea {
  width: 100%;
  background: #fafafa;
  border: 1px solid #eaeaea;
}

#pagAnuncie {
  margin: 50px 0;
}

#pagAnuncie .publiPaginaNoticia2 {
  flex-direction: column;
  width: 100%;
}

@media (max-width: 1000px) {
  #pagAnuncie .publiPaginaNoticia2 {
    width: 50%;
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  #pagAnuncie .publiPaginaNoticia2 {
    width: 70%;
  }
}

#pagAnuncie .img_publiPaginaNoticia {
  width: 100%;
}

#pagAnuncie .sideText_publiPaginaNoticia {
  width: 100%;
  margin-top: 35px;
}

.text-anuncie {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-anuncie h2 {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  color: #3a3a3a;
  margin: 0 0 30px;
}

.text-anuncie h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
  margin: 0 0 30px;
}

.text-anuncie p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  color: #3a3a3a;
  margin: 0 0 20px;
}

.text-anuncie a {
  color: #0d6efd;
  font-weight: 400;
}

.text-anuncie a:hover {
  color: #023e65;
  font-weight: 400;
}

#tvTerraMandu-pag {
  margin: 50px 0;
}

#tvTerraMandu-pag .publiPaginaNoticia2 {
  flex-direction: column;
  width: 100%;
}

@media (max-width: 1000px) {
  #tvTerraMandu-pag .publiPaginaNoticia2 {
    width: 50%;
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  #tvTerraMandu-pag .publiPaginaNoticia2 {
    width: 70%;
  }
}

#tvTerraMandu-pag .img_publiPaginaNoticia {
  width: 100%;
}

#tvTerraMandu-pag .sideText_publiPaginaNoticia {
  width: 100%;
  margin-top: 35px;
}

.tvTerraMandu-post {
  width: 100%;
  margin-bottom: 30px;
}

.tvTerraMandu-thumb iframe {
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .tvTerraMandu-thumb iframe {
    width: auto;
  }
}

.tvTerraMandu-title h3 {
  color: #09101f;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.verMaisPousoFC a {
  background: #0071bb;
  border: 1px solid #0071bb;
  color: #fff;
  height: 55px;
  padding: 5px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 55px;
  font-weight: 500;
  border-radius: 4px;
  transition: .5s;
  position: relative;
  left: 0;
  right: 0;
  width: auto;
  margin-top: 20px;
}

form#cadastrarEmpresa {
  flex-wrap: wrap;
  display: flex;
  max-width: 60%;
  margin: 20px auto;
}

.btnFormGuia {
  margin-top: 20px;
}

#guiaComercial .alfabeto a {
  cursor: pointer;
}

.tvTerraMandu-title h4 {
  font-size: 14px;
}

.camposFormGuia input, .camposFormGuia select {
  height: 35px;
  width: 100%;
}

#cadastrarEmpresa h2 {
  text-align: center;
}

.camposFormGuia.divLogoCamposFormGuia input {
  margin-top: 10px;
}

.logoWhatsapp {
  position: fixed;
  left: 6px;
  bottom: 10px;
  z-index: 9999;
}

.logoWhatsapp img {
  width: 69px;
}

.camposFormGuia input {
  width: 100%;
}

.camposFormGuia {
  max-width: calc(50% - 20px);
  margin: 10px;
  width: 100%;
}

.camposFormGuia.divLogoCamposFormGuia {
  margin: 10px;
  max-width: calc(100% - 20px);
}

.btnFormGuia {
  margin: 10px;
  max-width: calc(100% - 20px);
  width: 100%;
  display: flex;
  justify-content: center;
}

.btnFormGuia input {
  width: 200px;
  text-align: center;
}

#cadastrarEmpresa h2 {
  text-align: center;
  margin: 10px;
}

#cadastrarEmpresa .camposFormGuia label {
  /* max-width: 100%; */
  width: 100%;
}

@media (max-width:767px) {
  form#cadastrarEmpresa {
    max-width: 100%;
  }

  .camposFormGuia {
    max-width: calc(100% - 20px);
  }

  .btnFormGuia input {
    width: 100%;
  }
}

.containerNoticia p img {
  margin: 0 auto;
  display: block;
}

.img_slide_not {
  width: 100%;
  background-size: contain;
  padding-bottom: 550px;
  background-repeat: no-repeat;
  background-position: center;
}

#divNoticia .flickity-prev-next-button {
  top: 48%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flexComentariosPub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexComentariosPub #bannerLateral {
  margin-top: 0;
  margin-right: 10px;
}

.comentarios {
  margin-left: 10px;
  width: 100%;
}

.camposFormGuia.descricaoEmpresa, .camposFormGuia.beneficiosEmpresa, .camposFormGuia textarea {
  max-width: calc(100%);
}

form#cadastrarVaga {
  flex-wrap: wrap;
  display: flex;
  max-width: 60%;
  margin: 20px auto;
}

.divInfosVagas {
  margin: 10px 0;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.descricaoDaVaga {
  margin: 10px 0;
}

.cargoDaVaga, .cidadeVaga {
  margin-top: 5px;
}

.nomeDaVaga h4 {
  color: #0071bb;
}

.cidadeData {
  display: flex;
  justify-content: space-between;
}

.cidadeData h6 {
  font-weight: 400;
}

.nomeDaVaga {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nomeDaVaga p {
  padding: 8px 13px;
  background: linear-gradient(to right bottom, rgb(29, 74, 134) 50%, rgb(0, 113, 187) 90%);
  color: #fff;
  font-weight: 400;
  border: 0 none;
}

.infosVaga {
  padding: 50px 0;
}

.beneficiosEDescricao>div {
  margin-bottom: 30px;
}

.informacoesGerais {
  margin-bottom: 30px;
}

#idNavBarSubheader {
  display: none !important;
}

@media (max-width:767px) {
  .noticiaGrande .single-main-default-news-inner {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }

  .posicionamentoDiv>.container {
    padding: 0;
  }

  .conteudoNoticia {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }

  #idPaginas>.dropdown-menu {
    top: 155px;
  }

  ul#idNavBarSubheader {
    display: block !important;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    color: white;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0;
  }

  ul#idNavBarSubheader li {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
  }

  #idNavBarSubheader.navbar-nav .nav-link {
    padding: 0;
    color: white;
  }

  #divNoticia .sideText_publiPaginaNoticia ul, .sideText_publiPaginaNoticia .btn_public {
    padding-left: 0;
    margin-left: 0;
  }

  #divNoticia div img {
    max-width: 100%;
  }

  .btn_public a {
    font-size: 17px;
  }

  .sideText_publiPaginaNoticia ul li a {
    font-size: 17px;
  }

  #divNoticia ul {
    margin-bottom: 10px;
  }

  .flexComentariosPub {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .comentarios {
    margin-left: 0;
    max-width: 100%;
  }

  ._2pi8 {
    padding-left: 0;
    padding-right: 0px;
  }

  .wp-caption.alignnone {
    max-width: 100%;
    /* width: 100% !important; */
  }

  .publicidadeGoogle img {
    margin-top: 24px;
    height: auto;
  }

  #divNoticia ul li {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 5px;
    width: auto;
  }

  div#divNoticia>div {
    max-width: 100%;
  }

  #divNoticia .sideText_publiPaginaNoticia ul {
    margin: 20px 0;
  }
}

.sideText_publiPaginaNoticia .btn_public {
  border-top: 1px solid grey;
  align-items: center;
  padding: 20px 0;
}

#divNoticia ul li {
  line-height: 1.85em;
  letter-spacing: -0.01em;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  width: auto;
  margin: 30px auto;
  color: #212529;
}

#divNoticia ul li strong {
  font-weight: 600;
}

.newBgImg {
  width: 100%;
  padding-bottom: 56%;
  background-position: center;
  background-size: cover;
}

.tituloPagPAFC .page-title-content ul {
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#divNoticia .sd-content ul {
  display: flex;
  margin: 0 auto !important;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

#divNoticia .sd-content ul li {
  letter-spacing: normal;
  margin: 0 5px 5px 0;
  font-size: initial;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#divNoticia .sd-content .share-customize-link {
  text-align: center;
}

section.compartilharNoticia .social {
  display: none;
}

#secComentarios iframe {
  max-width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
  min-width: 0 !important;
}

#bannerLateralMobile.publicidadeGoogle img, #bannerLateralMobile2.publicidadeGoogle img {
  margin-top: 24px;
  height: auto;
  width: 100%;
  margin-bottom: 48px;
}

#idNavBarSubheader .slick-arrow {
  display: inline-block !important;
  top: 64%;
}

#idNavBarSubheader .slick-prev:before, #idNavBarSubheader .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:992px) {
  .compartilharNoticia .adsbygoogle iframe {
    height: 600px !important;
  }
}

ins.adsbygoogle.adsbygoogle-noablate {
  display: none !important;
}

section#sectionVagasDeEmprego {
  padding-top: 30px;
}

.slick-list.draggable {
  height: auto !important;
}
.tituloSecaoComercial .page-title-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tituloSecaoComercial .page-title-content ul {
  text-align: right;
  position: relative;
  right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: flex;
  flex-wrap: wrap;
}
.carouselSwipeNoticias, .carouselPublicidade{
  display: none;
}
#divNoticia a *, #divNoticia a:not(#publiMeioNoticia a) {
  color: #0d6efd;
  text-decoration: underline;
}

div#divNoticia div {
  max-width: 100%;
}

#divNoticia .instagram-media {
  margin: 0px auto 12px!important;
  min-width: auto!important;
}

body {
  overflow-x: hidden;
}

#divNoticia iframe,
.boxIframeVideoHome iframe {
  width: 100%;
}

@media (max-width: 991px) {
  .single-most-popular-news .popular-news-content,
  .single-sports-news-box .sports-news-content,
  .single-culture-news .culture-news-content {
    margin-top: 5px;
  }
  .single-most-popular-news .popular-news-content h3,
  .single-sports-news-box .sports-news-content h3,
  .single-culture-news .culture-news-content h3 {
      margin-top: 3px;
  }
}
.mostrarEsconderAnuncio {
  display: none;
}
@media (max-width: 767px) {
  .mostrarEsconderAnuncio {
    display: block;
  }
}
#resposta .popular-news-content {
	display: flex;
    align-items: flex-start;
}
@media (max-width: 768px) {
	#resposta .popular-news-content {
		display: block;
	}
}
#resposta .popular-news-content h3 {
	padding-left: 35px;
}
@media (max-width: 768px) {
	#resposta .popular-news-content h3 {
		padding-left: 0;
	}
}
#anuncioSobMaisLidas .container {
	overflow: hidden;
}
.anuncioScriptMobile {
  display: none;
}
@media screen and (max-width: 992px) {
	.anuncioScriptMobile {
    	display: block;
	}
  .anuncioScript {
    display: none;
  }
}
