/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*

    1. Font Face
    2. General
    3. Utilities
    4. Header
    5. Page Content
    6. Footer
    7. Third Party Elements
    8. Media Queries

 */
/* $variable: #b4b4c4; */
/* ==========================================================================
   1. Font Face - Sets up the website fonts
   ========================================================================== */
/*

@font-face {
  font-family: 'FontFamilyName';
  src: url('../../fonts/fontFolder/fontfile.eot');
  src: url('../../fonts/fontFolder/fontfile.eot') format('embedded-opentype'),
       url('../../fonts/fontFolder/fontfile.woff2') format('woff2'),
       url('../../fonts/fontFolder/fontfile.woff') format('woff'),
       url('../../fonts/fontFolder/fontfile.ttf') format('truetype'),
       url('../../fonts/fontFolder/fontfile.svg#FontFamilyName') format('svg');
}

*/
/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */

@font-face {
  font-family: "Glacial Indifference";
  src: url("/assets/fonts/GlacialIndifference-Regular.otf")
      format("embedded-opentype"),
    url("/assets/fonts/GlacialIndifference-Bold.otf")
      format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glacial Indifference";
  src: url("/wp-content/themes/template-alfama/assets/fonts/GlacialIndifference-Regular.otf")
    format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Glacial Indifference";
  src: url("/wp-content/themes/template-alfama/assets/fonts/GlacialIndifference-Bold.otf")
    format("opentype");
  font-weight: 700;
}

* {
  font-family: "Glacial Indifference";
}
*:focus {
  box-shadow: none !important;
}

html,
body {
  height: 100%;
  margin: 0;
}

#wrapper {
  height: 100%;
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin: 0;
}

p,
ul,
ol {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.4em 0;
}

a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button {
  cursor: pointer;
  text-decoration: none;
}

input[type="text"],
textarea {
  display: inline-block;
}

.section {
  margin-top: 60px;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: black;
  color: white;
}

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
.clear-fix:after {
  content: "";
  display: block;
  clear: both;
}

tbody tr:nth-child(odd) {
  background-color: #ccc;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.nopadding {
  padding: 0;
}

.mobile,
.tablet {
  display: none;
}

.nomobile,
.notablet {
  display: block;
}

@media (max-width: 992px) {
  .tablet {
    display: block;
  }

  .notablet {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  .nomobile {
    display: none;
  }
}
.thumb .thumb-img {
  height: 100%;
  width: 100%;
  background-size: cover !important;
}

.thumb img {
  display: none;
}

.the-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.the-content > * + * {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.the-content .alignleft {
  float: left;
  margin-right: 2em;
}

.the-content .alignright {
  float: right;
  margin-left: 2em;
}

.the-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   4. Header - The top of every page
   ========================================================================== */
/* MENU - TEMPLATE SHIT */
.navbar-brand a img,
.navbar-brand a svg {
  height: 60px;
  width: auto;
}

.navbar-brand .mobile a {
  line-height: 50px;
}

.navbar-collapse {
  float: right;
}

.navbar-collapse li {
  float: left;
}

/* .navbar-collapse a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
} */

.primary-menu:after {
  content: "";
  display: block;
  clear: both;
}

#menu {
  padding: 20px 0;
}

/* MENU - CUSTOM */
#header {
  position: relative;
  z-index: 999;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* ==========================================================================
   5. Page Content - When you click on an individual page
   ========================================================================== */
.page-404 h1 {
  font-size: 114px;
  font-weight: bold;
}

.page-404 a {
  font-size: 16px;
  color: #888;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin-top: 15px;
  display: inline-block;
  transition: 300ms all ease-in-out;
}

.page-404 a:hover {
  background-color: black;
  color: white;
}

.page-404 .the-content {
  font-size: 24px;
  font-weight: 600;
  color: #aaa;
}

.page-404 .the-content {
  font-size: 24px;
  font-weight: 600; 
  color: #9f9f9f;
}

.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

/* BLOG ROLL - CUSTOM SHIT */
.post-excerpt {
  height: 200px;
}

/* PAGE & SINGLE - TEMPLATE SHIT */
.page-header {
  margin-bottom: 30px;
}

.the-content p + p {
  margin-top: 15px;
}
/* 
.page-container {
  padding: 30px 0;
} */

.the-categories li {
  display: inline-block;
}

.the-categories li + li:before {
  content: ",";
  position: relative;
  display: inline-block;
  margin-right: 4px;
  left: -2px;
}

.share-this li {
  display: inline-block;
}

/* GALERIAS - TEMPLATE SHIT */
.galerias-content {
  margin-top: -30px;
}

.galerias-element {
  margin-top: 30px;
}

.galerias-element .thumb-img {
  display: block;
  width: 100%;
  height: 200px;
}

/* CONTATO - TEMPLATE SHIT */
.contato-container {
  margin-top: -30px;
}

.contato-container .lince-input {
  margin-top: 30px;
}

.contato-container br {
  display: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  outline: none;
  border: none;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  transition: 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.1);
  border: none;
}

input[type="submit"] {
  outline: none;
  cursor: pointer;
  border: none;
  background: #66cc33 !important;
  color: white;
  padding: 10px;
}

label.error {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: red;
}

.lince-input .label-file {
  background: #b4b4c4;
  padding: 10px;
  cursor: pointer;
  width: 30%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

input[type="text"].file-archive {
  width: 70%;
}

.alertify-button {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: #66cc33 !important;
  text-shadow: none !important;
  margin-top: 20px;
}

/*Contact Form 7 Fixes*/
.lince-input .wpcf7-form-control-wrap {
  display: block;
}

/*Galeria Wordpress*/
p + .gallery,
ul + .gallery,
.gallery + p,
.gallery + ul,
.gallery + .gallery {
  margin-top: 30px;
}

.gallery {
  margin: 0;
  top: -20px;
  position: relative;
  /*    padding: 30px 20px;
      background: rgba(0,0,0,20/100);*/
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0 1.1400652% 0;
  margin-top: 20px;
}

.gallery-icon {
  height: 200px;
}

/* ==========================================================================
   6. Footer - The bottom of every page
   ========================================================================== */

/* ==========================================================================
   7. Third Party Elements - Embeds from other services
   ========================================================================== */
/* Wordpress Fixes with Wrapper */
body.admin-bar {
  padding-bottom: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-bottom: 46px !important;
  }
}
/* Facebook Comments */
.facebook-cmt .fb-comments,
.facebook-cmt .fb-comments span,
.facebook-cmt .fb-comments iframe {
  width: 100% !important;
}

/*Wordpress Default  Things*/
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
   8. Media Queries -
   ========================================================================== */
@media (max-width: 992px) {
  /* PAGE & SINGLE - TEMPLATE SHIT */
  .post + .post {
    margin-top: 30px;
  }

  /*DISPLAY SHIT*/
  .tablet {
    display: block;
  }

  .slider-container .cycle-slideshow {
    height: auto;
  }

  .slider-container .display-container {
    display: block;
  }

  .slider-container .display-container .txt {
    position: absolute;
    top: 40%;
    z-index: 999;
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .slider-container .display-next,
  .slider-container .display-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  /* MENU - TEMPLATE SHIT */
  #menu {
    padding: 0;
  }

  .navbar-collapse li {
    float: none;
  }

  .navbar-collapse a {
    padding: 0;
    line-height: 45px;
  }

  /* Sub Menu Things */
  .navbar-collapse .sub-menu {
    max-height: 0px !important;
    padding: 0 0 0 20px;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1s ease;
  }

  .navbar-collapse .menu-item-has-children.opened .sub-menu {
    max-height: 200px !important;
    opacity: 1;
  }

  /* CONTATO - TEMPLATE SHIT */
  .label-file span {
    display: none;
  }

  /*GALLERY WP SHIT*/
  .gallery-item {
    width: 100%;
    max-width: 100% !important;
  }
}

/* MENU */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 100px 0px 40px;
  z-index: 20;
}
.sidenav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  display: flex;
  /* min-width: 300px; */
  color: #212529;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 50px;
  margin-left: 0;
  color: #ef4723;
}
#menu-desk {
  padding: 34px 0;
}
.alinhar-meio {
  display: flex;
  align-items: center;
}
.btn-contribuicao {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 17.6px;
  background: linear-gradient(
    90deg,
    rgba(113, 190, 82, 1) 0%,
    rgba(48, 177, 68, 1) 100%
  );
  color: #fff !important;
  padding: 16px;
  margin-left: 8px;
  border: solid 1px #86da72;
  text-transform: capitalize;
}
.mr-menu {
  margin-right: 24px;
}
.icon-social-header {
  margin: 0 8px;
}
#menu-laranja {
  background-color: #ef4723;
  padding: 30px;
}
.nav-link {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 18px;
  color: #fff !important;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #fff;
}
#menu-laranja {
  background-color: #ef4723;
  padding: 12px 0;
}
.sidenav hr {
  color: #b9b9b9;
}
.buscar-menu {
  position: relative;
  background-color: #cdcdcd;
  border-radius: 2px;
  font-weight: 700;
  height: 50px;
}
.buscar-menu button {
  background-color: transparent;
  border: none;
  top: 12px;
  position: absolute;
  right: 5px;
}
#mySidenav .form-check-input:checked {
  background-color: #ef4723;
  border-color: #ef4723;
}
#mySidenav-mob .form-check-input:checked {
  background-color: #ef4723;
  border-color: #ef4723;
}
.sidenav h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 16px;
}
.links-menu-open {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  text-transform: uppercase;
  min-width: 300px;
}
.barra-vermelha {
  border-left: 7px solid #ef4723;
}
.barra-verde {
  border-left: 7px solid #70bc53;
}
.barra-amarelo {
  border-left: 7px solid #ffcc3e;
}
.barra-roxo {
  border-left: 7px solid #6b497c;
}
.links-menu-open:hover {
  background-color: #fff8f6;
  color: #585858 !important;
}
.sidenav::-webkit-scrollbar {
  width: 12px;
}
.sidenav::-webkit-scrollbar-track {
  background: #fff;
}
.sidenav::-webkit-scrollbar-thumb {
  background-color: #ef4723;
  border-radius: 20px;
  border: 3px solid #fff;
}
#notic-dest {
  color: #fff;
  padding: 15px 0;
  background-image: linear-gradient(to right, #f0f0f0 75%, #2e2e2e 20%);
}
#notic-dest h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #222;
}
.play-noticia {
  margin-left: 16px;
  border-radius: 30px;
  border: solid 2px #d9d9d9;
  padding: 13px;
  transition: 300ms all ease-in-out;
}
img.play-noticia:hover {
  background-color: #ef47237d;
}
.efeito-not-dest {
  position: relative;
}
.efeito-not-dest:before {
  background-image: url(../../img/efeito-fundo-noti.png);
  background-size: cover;
  display: inline-block;
  width: 280px;
  height: 91px;
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  display: none;
}
.efeito-not-dest:hover .ciclo-play {
  background-color: #ef4723;
  transition: 300ms all ease-in-out;
}
.efeito-not-dest:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
.ciclo-play img {
  margin-left: 2px;
}
.link-ler-noticia-dest {
  position: relative;
}
.link-ler-noticia-dest {
  display: flex;
  align-items: center;
  color: #fff;
}
/* HOME */
#listagem-noticias-home {
  padding: 45px;
}
.img-not-1 {
  height: 320px;
  display: flex;
  align-items: flex-end;
  padding: 15px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-not-1 h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 50%;
  padding: 10px;
  line-height: 33px;
}
.img-not-1 h4 span {
  background-color: #ef4723;
  padding: 4px;
}
.espaco-cat-tempo {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.card-not-1 h1 {
  font-size: 32px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 14px;
  line-height: 38px;
}
#svg-map a.active path {
  background: #ef4723;
  fill: #ef4723;
}
.resumo-not-1 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.categoria-not {
  font-size: 14px;
  border-top: solid 2px;
  text-transform: uppercase;
  display: table;
  /* position: absolute;
  top: -10px; */
}
.tempo-not {
  font-size: 17px;
  color: #6b7280;
  margin-top: 0;
  font-weight: 700;
}
.link-text-extra {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  color: #212529;
}
.link-text-extra img {
  margin-right: 8px;
  position: relative;
  margin-top: -3px;
}
/* CARD 2 */
.img-not-2 {
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-not-2 h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 50%;
  background-color: #ef4723;
  padding: 10px;
  line-height: 33px;
}
.card-not-2 h1 {
  color: #222222;
  margin-bottom: 14px;
  font-size: 21px;
  font-weight: 700;
  line-height: 25.2px;
}
.bordas-not {
  border: solid 1px #efefef;
  border-top: none;
  border-bottom: none;
}
.card-not-2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #efefef;
}
.bordas-not .card-not-2:last-child {
  border: none;
}
/* CARD 3 */
.img-not-3 {
  height: 106px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-not-3 h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 50%;
  background-color: #ef4723;
  padding: 10px;
  line-height: 33px;
}
.card-not-3 h1 {
  color: #222222;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.2px;
}
.card-not-3 {
  /* padding-bottom: 20px; */
  margin-bottom: 16px;
  border-bottom: solid 1px #efefef;
  
}
.card-not-3:last-child {
  border: none;
}

#primeiro-banner {
  padding: 60px 0;
}
.img-primeiro-banner {
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#noticias-mapa {
  padding: 60px 0;
}
#noticias-mapa .tab {
  display: none;
}
#noticias-mapa .tab.active {
  display: block;
}
/* CARD 4 */
.img-not-4 {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-not-4 h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 50%;
  background-color: #ef4723;
  padding: 10px;
  line-height: 33px;
}
.card-not-4 h1 {
  color: #222222;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.2px;
}
#noticias-mapa h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #70bc53;
  margin-bottom: 5px;
}
.img-efeito-not {
  margin-bottom: 30px;
}
.selecao-estado h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: right;
  margin-bottom: 20px;
}
.select-regiao {
  background-color: #f3f3f3;
  border-radius: 6px;
  height: 40px;
  border: solid 1px #70bc53;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #70bc53;
}
.select-estado {
  background-color: #70bc53;
  border-radius: 6px;
  height: 40px;
  border: solid 1px #70bc53;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #fff;
}
.pulse {
  display: block;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: #ef4723;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(204 109 44 / 40%);
  animation: pulse 2s infinite;
  margin-right: 16px;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
#webstories h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #70bc53;
  margin-bottom: 12px;
}
.alinhar-final {
  display: flex;
  justify-content: flex-end;
}
.link-ver-todos {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: right;
  display: flex;
  align-items: center;
  color: #212529;
}
.play-noticia2 {
  margin-left: 16px;
  border-radius: 30px;
  border: solid 2px #d9d9d9;
  padding: 13px;
  transition: 300ms all ease-in-out;
}
#webstories {
  padding: 10px 0 60px;
}
.sombra-servico {
  background-image: linear-gradient(#00000054, black);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  top: 0;
}
.card-webstories {
  position: relative;
}
.card-webstories {
  position: relative;
  text-align: center;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info-webstories h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  margin: 20px 10px;
}
.categoria-webstorie {
  font-size: 14px;
  border-top: solid 2px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.hora-webstorie {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
}
#webstories .owl-nav {
  position: relative;
  top: -240px;
  display: flex;
  justify-content: space-between;
  height: 0;
}
#webstories button.owl-prev {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7;
  cursor: pointer;
  left: 124px;
  border-radius: 38px;
  transition: 300ms all ease-in-out;
}
#webstories button.owl-next {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7;
  cursor: pointer;
  right: 124px;
  border-radius: 38px;
  transition: 300ms all ease-in-out;
}
#webstories button.owl-prev img {
  position: relative;
  left: -4px;
  top: -2px;
}
#webstories button.owl-next img {
  position: relative;
  right: -4px;
  top: -2px;
}
#webstories button.owl-prev:hover {
  background-color: #ef4723;
}
#webstories button.owl-next:hover {
  background-color: #ef4723;
}
#webstories button.owl-prev:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
#webstories button.owl-next:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}

#links-sociais {
  padding: 60px 0;
}
.card-redes-sociais {
  height: 352px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
#colunistas h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #6b497c;
  margin-bottom: 12px;
}
.ciclo-play {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: solid 2px #d9d9d9;
  padding: 6px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.link-ver-todos:hover .ciclo-play {
  background-color: #ef4723;
  transition: 300ms all ease-in-out;
}
.link-ver-todos:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
.ciclo-play img {
  margin-left: 2px;
}
.img-colunista {
  height: 60px;
  width: 60px;
  border-radius: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sombra-colunista {
  background-color: #ef47234d;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  height: 60px;
  border-radius: 48px;
}
.card-colunista h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  color: #6b497c;
}
.card-colunista h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.8px;
  color: #161b20;
}
.seta-colunista {
  width: 8px !important;
}
.btn-noticia-colunista img {
  margin-right: 8px;
}
.btn-noticia-colunista {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #6b7280;
}
.card-colunista {
  border-left: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  padding: 25px;
  margin-bottom: -1px;
}
.box-colunista {
  border: solid 2px #efefef;
}
.box-colunista {
  border: solid 2px #efefef;
  border-radius: 8px;
  padding: 0;
}
#colunistas .owl-nav {
  position: relative;
  top: -190px;
  display: flex;
  justify-content: space-between;
  height: 0;
}
#colunistas button.owl-prev {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7;
  cursor: pointer;
  left: -40px;
  border-radius: 38px;
  transition: 300ms all ease-in-out;
}
#colunistas button.owl-next {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7;
  cursor: pointer;
  right: -40px;
  border-radius: 38px;
  transition: 300ms all ease-in-out;
}
#colunistas button.owl-prev img {
  position: relative;
  left: -4px;
  top: -2px;
}
#colunistas button.owl-next img {
  position: relative;
  right: -4px;
  top: -2px;
}
#colunistas button.owl-prev:hover {
  background-color: #ef4723;
}
#colunistas button.owl-next:hover {
  background-color: #ef4723;
}
#colunistas button.owl-prev:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
#colunistas button.owl-next:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
#cat-listagem-noticia {
  padding: 60px 0;
}
.Cor-verde {
  color: #71bf53;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 12px;
}
.Cor-amarelo {
  color: #e7b322;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 12px;
}
.Cor-roxo {
  color: #6b497c;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 12px;
}
.barras {
  border-top: solid 3px #585858;
  border-bottom: solid 3px #585858;
  padding: 60px 0;
}
#especial h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #37afe2;
  margin-bottom: 12px;
}
.espaco-cat-tempo-baixo {
  flex-direction: column;
  margin-bottom: 10px;
  display: inline-flex;
  position: relative;
}
/* CARD 5 */
.img-not-5 {
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-not-5 h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 50%;
  background-color: #ef4723;
  padding: 10px;
  line-height: 33px;
}
.card-not-5 h1 {
  color: #222222;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
}
#podcast {
  padding: 15px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#podcast h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #fff;
  margin-bottom: 12px;
}
.cor-branca {
  color: #fff !important;
}
.iframe-podcast {
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
#contribuicao {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#segundo-banner {
  padding: 60px 0;
}
.banner-publi-2 {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
#contribuicao h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #fff;
  text-align: right;
  margin-bottom: 30px;
}
#contribuicao h3 span {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}
.link-contribuicao {
  font-size: 16px;
  font-weight: 700;
  line-height: 17.6px;
  background-color: #71bf53;
  text-align: center;
  padding: 20px;
  color: #fff !important;
  float: inline-end;
  border-radius: 4px;
}
#tvesquerda {
  background-color: #2f2f2f;
  padding: 50px 0;
}
#tvesquerda h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #fff;
  margin-bottom: 12px;
}
.categoria-not2 {
  font-size: 14px;
  border-top: solid 2px;
  text-transform: uppercase;
  display: inline-flex;
  max-width: 0;
}
#tvesquerda h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
}
.espaco-cat-tempo2 {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.iframe-dest {
  width: 100%;
  height: 420px;
}
.iframe-minis {
  width: 100%;
  height: 160px;
}
#tvesquerda h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
#tvesquerda .video-principal iframe {
  width: 100%;
  height: 420px;
}
#tvesquerda .card-tv-online iframe {
  width: 100%;
  height: 160px;
}
#list-videos .mini-card-video iframe {
  width: 100%;
  height: 230px;
}
.cor-laranja {
  color: #ef4723;
}
.cor-verde {
  color: #70bc53;
}
.cor-amarelo {
  color: #ffcc3e;
}
.cor-roxo {
  color: #6b497c;
}
.cor-azul {
  color: #37afe2;
}

.mundo {
  color: #70bc53;
}
.marxismo {
  color: #ffcc3e;
}
.cultura {
  color: #bc91d1;
}
.editorial {
  color: #ef4723;
}
.brasil {
  color: #70bc53;
}
.colunistas {
  color: #bc91d1;
}
.negras-e-negros {
  color: #70bc53;
}
.mulheres {
  color: #bc91d1;
}
.lgbtqi {
  color: #ffcc3e;
}
.movimento {
  color: #ef4723;
}
.meio-ambiente {
  color: #70bc53;
}
.psol {
  color: #ffcc3e;
}
.juventude {
  color: #70bc53;
}
.multimídia {
  color: #bc91d1;
}
.especiais {
  color: #37afe2;
}

.cor-footer{
  color: #ef4723;
}
.cor-footer:hover{
  color: #71bf53;
}
.cor-footer2{
  color: #fff;
}
.cor-footer2:hover{
  color: #71bf53;
}

footer {
  padding: 60px 0 20px;
  background-color: #0c0c0c;
}
footer h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
footer li {
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  color: #9c9c9c;
  margin-bottom: 10px;
}
.espacamento-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-footer {
  display: flex;
  align-items: center;
}
.social-footer ul {
  display: flex;
}
.social-footer p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.social-footer ul li {
  margin-right: 16px;
}
.assinatura {
  display: flex;
  justify-content: space-between;
}
p.copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #fff;
  margin: 0;
}
p.copy span {
  color: #ef4723;
  text-decoration: underline;
}
a.link-politica-privacidade.active {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #ef4723;
  text-decoration: underline;
}
.cent-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.img-colunista-2 {
  width: 70px;
  height: 70px;
  border-radius: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 25px;
}
.sombra-colunista-2 {
  background-color: #ef47234d;
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 0;
  top: 0;
  border-radius: 48px;
}
.categoria-not-2 {
  font-size: 14px;
  border-top: solid 2px;
  text-transform: uppercase;
  display: inline-block;
}
.mini-card-colunista h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}
.mini-card-colunista {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #cccccc30;
  border-right: 1px solid #cccccc30;
  border-bottom: 1px solid #cccccc30;
  padding: 60px 0;
}
.pad-bot-60 {
  padding-bottom: 60px;
}
#navegacao {
  background-color: #e7e7e7;
  padding: 15px 0;
}
.navegacao-site li {
  list-style-type: none;
  margin-right: 10px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  text-align: left;
  text-transform: capitalize;
}
.navegacao-site {
  display: flex;
}
.navegacao-site li img {
  margin-left: 10px;
}
#geral-colunista {
  padding: 0px 0px 30px;
}
.card-colunista-geral {
  border: solid 1px #a6a6a6;
  padding: 20px 0;
  display: block;
  align-items: center;
  border-radius: 16px;
}
.categoria-not3 {
  font-size: 14px;
  border-top: solid 2px;
  text-transform: uppercase;
  display: inline-flex;
}
.social-colunista ul {
  display: flex;
}
.social-colunista {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.social-colunista ul li {
  margin-left: 10px;
  list-style-type: none;
}
.card-colunista-geral h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #585858;
  margin-top: 10px;
}
.resumo-colunista {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #585858;
}
.central-foto {
  text-align: center;
  display: flex;
  justify-content: center;
}
.alinhar-centro {
  display: flex;
  align-items: center;
}
.Cor-amarelo span {
  color: #585858 !important;
}
.capa-mais-vistos {
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-mais-visto h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #585858;
}
.row.card-mais-visto {
  display: flex;
  align-items: center;
}
#mais-vistos {
  padding: 60px 0;
  background-color: #f4f4f4;
}
#page-404 h1 {
  font-size: 57px;
  font-weight: 700;
  line-height: 68.4px;
  text-align: center;
}
#page-404 h1 span {
  color: #ef4723 !important;
}
#page-404 h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
#page-404 p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 20px 0;
}
#page-404 .form-control {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  background-color: #efefef;
  color: #585858;
  height: 55px;
  border: none;
  border-radius: 0;
}
#page-404 .form-select {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  background-color: #efefef;
  color: #585858;
  height: 55px;
  border: none;
  border-radius: 0;
}
.btn-buscar {
  background-color: #efefef;
  border: none;
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sobre h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #ef4723;
  margin-bottom: 5px;
}
#sobre {
  padding: 0px 0 60px;
}
#sobre h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: #222222;
  margin-bottom: 30px;
}
#sobre p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
}
.img-sobre {
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#obrigado {
  padding: 10px 0 60px;
}
#obrigado h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  margin: 20px 0;
}
#obrigado p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.btn-voltar-inicio {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #fff !important;
  background-color: #ef4723;
  padding: 10px 30px;
}
#contato h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #ef4723;
  margin-bottom: 5px;
}
#contato h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #585858;
  margin: 20px 0;
}
p.fone {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ef4723;
  margin-bottom: 10px;
}
p.mail {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.78px;
  color: #585858;
}
.icon-social-contato {
  margin-right: 10px;
}
#contato label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}
#contato .form-control {
  border: solid 1px #cacaca;
  border-radius: 0;
  margin-bottom: 10px;
  height: 56px;
  padding-left: 40px;
}
#contato .form-select {
  border: solid 1px #cacaca;
  border-radius: 0;
  margin-bottom: 10px;
  height: 56px;
}
#contato {
  padding: 20px 0 60px;
}
textarea {
  height: auto !important;
}
.btn-enviar-form {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  background: #ef4723;
  color: #fff !important;
  width: 100%;
  text-align: center;
  height: 50px;
  border-radius: 4px;
}
.btn-enviar-form:hover {
  background-color: #222222;
}
.iframe-mini {
  height: 200px;
}
.mini-card-video h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  margin-bottom: 30px;
  color: #585858;
}
.iframe-podcast2 {
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
#list-podcast {
  padding: 10px 0 60px;
}
#listagem-noticias-home h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #70bc53;
  margin-bottom: 5px;
}
#regioes {
  padding: 30px 0 10px;
  background-color: #f6f6f6;
}
.nome-regiao {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
  margin-bottom: 10px;
  color: #585858;
}
.lity-content:after {
  box-shadow: none !important;
}
.modal-webstorie .btn-close {
  color: #ef4723;
}
.modal-webstorie h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 10px;
}
.modal-webstorie p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: 0.06em;
  text-align: left;
  overflow: scroll;
  overflow-x: hidden;
  height: 210px;
}
.img-modal-webstorio {
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* .modal-webstorie .modal-body {
    min-height: 480px;
} */
.modal-webstorie .owl-nav {
  position: relative;
  top: 0px;
  display: flex;
  justify-content: flex-end;
  height: 0px;
}
.modal-webstorie button.owl-prev {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7 !important;
  cursor: pointer;
  border-radius: 38px !important;
  transition: 300ms all ease-in-out;
}
.modal-webstorie button.owl-next {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7 !important;
  cursor: pointer;
  border-radius: 38px !important;
  transition: 300ms all ease-in-out;
}
.modal-webstorie button.owl-prev img {
  position: relative;
  left: -4px;
  top: -2px;
}
.modal-webstorie button.owl-next img {
  position: relative;
  right: -4px;
  top: -2px;
}
.modal-webstorie button.owl-prev:hover {
  background-color: #ef4723 !important;
}
.modal-webstorie button.owl-next:hover {
  background-color: #ef4723 !important;
}
.modal-webstorie button.owl-prev:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
.modal-webstorie button.owl-next:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
.categoria-not5 {
  font-size: 14px;
  border-top: solid 2px;
  text-transform: uppercase;
  display: inline-block;
}
#intro-noticia h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
}
.sub-titulo {
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
}
.data-publicacao {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  margin-bottom: 20px;
  color: #6b7280;
  text-transform: uppercase;
}
.data-publicacao span {
  color: #060400;
  text-transform: uppercase;
}
.box-compartilhar-noticia {
  border: solid 1px #a6a6a6;
  padding: 20px;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
}
.compartilhar-noticia {
  display: flex;
  justify-content: space-around;
}
.compartilhar-noticia li {
  list-style-type: none;
  margin-top: 20px;
}
.box-compartilhar-noticia h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
}
.legenda-imagem {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}
.img-dest-leit-noticia {
  height: 410px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.the-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
}
.tags-compart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.tags {
  display: flex;
}
.tags p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  background-color: #ffedea;
  margin: 0 16px 0px 0px;
  padding: 8px;
}
.compartilhar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compartilhar h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  margin: 0;
}
.compartilhar ul {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}
.compartilhar ul li {
  list-style-type: none;
  margin-left: 15px;
}
.tags p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  background-color: #ffedea;
  margin: 0 16px 0px 0px;
  padding: 4px 20px;
  border-radius: 18px;
}
.card-top-semana h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: #222222;
}
.banner-publicitario {
  /* height: 260px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* position: sticky;
  top: 50px;
  padding-bottom: 50px; */
}

#relacionadas {
  background-color: #f4f4f4;
  padding: 60px 0;
}
#relacionadas h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #585858;
  margin-bottom: 5px;
}
.img-not-5 {
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ocultar-mob {
  display: flex;
}
.ocultar-desk {
  display: none;
}
.icon-form {
  position: absolute;
  left: 20px;
  top: 45px;
}

.modal-webstorie p::-webkit-scrollbar {
  width: 12px;
}
.modal-webstorie p::-webkit-scrollbar-track {
  background: #fff;
}
.modal-webstorie p::-webkit-scrollbar-thumb {
  background-color: #ef4723;
  border-radius: 20px;
  border: 3px solid #fff;
}
.modal-webstorie .modal-body {
  padding-bottom: 80px;
}
#contato a {
  color: #585858;
}

#buscarSite .form-control {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  background-color: #efefef;
  color: #585858;
  height: 55px;
  border: none;
  border-radius: 0;
}
#buscarSite .form-select {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  background-color: #efefef;
  color: #585858;
  height: 55px;
  border: none;
  border-radius: 0;
}
.btn-buscar-2 {
  background-color: #ef4723;
  border: none;
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
}

#especial {
  padding: 0 0 60px;
}
.mapa-container path {
  transition: 300ms all ease-in-out;
  fill: white;
  stroke: #9d9d9d;
  stroke-width: 0.5px;
}
.mapa-container path:hover {
  fill: #21a02c;
}
#svg-map a {
  position: relative;
  cursor: pointer;
}

.mapa-container {
  display: flex;
  justify-content: center;
  position: relative;
}
.mapa-container {
  display: flex;
  justify-content: center;
  position: relative;
}
.map-projetos {
  transform: translate(-50%, -100%);
  position: fixed;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.06em;
  max-width: 250px;
  background: #484750;
  color: white;
  padding: 10px;
  text-align: center;
  z-index: 15;
  pointer-events: none;
}
.social-header{
  justify-content: flex-end;
}

/* MOBILE */
@media all and (max-width: 767px) {
  .ocultar-mob {
    display: none;
  }
  .logo-header {
    width: 42vw;
    margin-top: -50px;
    margin-left: 0px !important;
  }
  .social-header {
    flex-direction: row-reverse;
    justify-content: space-between;
    display: none !important;
  }
  .social-header2 {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .btn-contribuicao span {
    display: none;
  }
  .ocultar-desk {
    display: block;
  }
  .buscar-mob {
    display: block;
    float: inline-end;
    margin-top: -50px;
    margin-right: 10px;
  }
  #notic-dest {
    background-color: #f0f0f0;
    background-image: none;
  }
  .efeito-not-dest:before {
    display: none;
  }
  .link-ler-noticia-dest {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-end;
    color: #ef4723 !important;
    margin-left: 30px;
    text-decoration: underline !important;
  }
  .pulse {
    width: 19px;
  }
  #listagem-noticias-home {
    padding: 30px 5px;
  }
  .img-not-2 {
    height: 230px;
  }
  .card-not-2 {
    margin-top: 30px;
  }
  /* .img-primeiro-banner-mob{
    display: block;
  }
  .img-primeiro-banner{
    display: none;
  } */
  #primeiro-banner {
    padding: 40px 0;
  }
  .img-primeiro-banner-mob {
    display: block;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 15px;
  }
  .img-not-3 {
    height: 190px;
  }
  .img-not-1 h4 {
    width: 80%;
  }
  .select-regiao {
    margin-bottom: 10px;
  }
  .link-ver-todos {
    margin-top: -60px;
  }
  .selecao-estado {
    margin-bottom: 30px;
  }
  .selecao-estado h3 {
    text-align: left;
  }
  .card-webstories {
    height: 480px;
  }
  #webstories button.owl-prev {
    left: 0;
  }
  #webstories button.owl-next {
    right: 0;
  }
  #webstories .owl-nav {
    top: -290px;
  }
  .card-redes-sociais {
    margin-bottom: 40px;
  }
  #colunistas .owl-nav {
    top: 0px;
  }
  #colunistas button.owl-prev {
    left: 0;
  }
  #colunistas button.owl-next {
    right: 0;
  }
  #colunistas {
    padding: 30px 0;
  }
  .img-colunista {
    width: 70px;
  }
  .espacamento-footer {
    flex-direction: column;
  }
  .logo-esquerda-online {
    margin-bottom: 20px;
  }
  .ordem-mapa {
    order: 2;
  }
  #cat-listagem-noticia {
    padding: 60px 15px;
  }
  .iframe-podcast {
    height: 97px;
  }
  .mb-top-20 {
    margin-top: 20px !important;
  }
  .card-tv-online {
    margin-top: 50px;
  }
  .iframe-minis {
    height: 250px;
  }
  .banner-publi-2 {
    height: 170px;
    margin-bottom: 20px;
  }
  .assinatura {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  p.copy {
    margin-bottom: 20px;
  }
  .modal-webstorie .owl-nav {
    top: 30px;
  }
  .img-modal-webstorio {
    height: 160px;
    margin-bottom: 20px;
  }
  #page-404 .form-control {
    margin-bottom: 10px;
  }
  #page-404 .form-select {
    margin-bottom: 10px;
  }
  .btn-buscar {
    border: none;
    height: 55px;
    width: 100%;
    background-color: #ef4723;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  #page-404 {
    margin: 0 15px;
  }
  .busca-branco {
    margin-left: 8px;
  }
  .capa-mais-vistos {
    height: 140px;
  }
  #sobre h1 {
    margin-top: 20px;
  }
  #contato .form-check {
    margin: 0 15px 10px;
  }
  .card-colunista-geral {
    border: solid 1px #a6a6a6;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    /* display: none !important; */
  }
  .resumo-colunista {
    margin-bottom: 20px;
  }
  .central-foto {
    text-align: center;
    display: flex;
    justify-content: flex-start;
  } 
  .nome-cargo-box-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 16px;
  }
  .box-compartilhar-noticia {
    margin-top: 20px;
  }
  .tags-compart {
    flex-direction: column;
  }
  .compartilhar {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
  }
  .compartilhar ul {
    align-items: center;
    margin-top: 10px;
  }
  .mapa-container{
    display: none;
  }
  .espaco-cat-tempo-baixo {
    flex-direction: row;
    margin-bottom: 10px;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-end;
  }
  .line-alt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tvesquerda .card-tv-online iframe {
    height:  230px;
  }
  .the-content {
    word-break: auto-phrase !important;
  }
  .ocultar-mob-autor{
    display: none !important;
  }
  .social-footer {
    flex-direction: column;
  }
  .social-footer p {
    margin: 20px 0;
  }
} 

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
  .img-colunista {
    height: 45px;
  }
  .sombra-colunista {
    height: 45px;
  }
}

/* WIDE */
@media (min-width: 1400px) and (max-width: 2600px) {
}




	
.img-galeria-multimidia{
	height: 470px;
	object-fit: cover;
	width: 100%;
	margin-top: 20px;
}
#content .owl-nav {
  position: relative;
  top: -280px;
  display: flex;
  justify-content: space-between;
  height: 0;
}
#content button.owl-prev {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7;
  cursor: pointer;
  left: 10px;
  border-radius: 38px;
  transition: 300ms all ease-in-out;
}
#content button.owl-next {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #d7d7d7;
  cursor: pointer; 
  right: 10px;
  border-radius: 38px;
  transition: 300ms all ease-in-out;
}
#content button.owl-prev img {
  position: relative;
  left: -4px;
  top: -2px;
}
#content button.owl-next img {
  position: relative;
  right: -4px;
  top: -2px;
}
#content button.owl-prev:hover {
  background-color: #ef4723;
}
#content button.owl-next:hover {
  background-color: #ef4723;
}
#content button.owl-prev:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}
#content button.owl-next:hover img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(-4138deg)
    brightness(300%) contrast(109%);
}

.info-not-3 .tempo-not {
  font-size: 13px;
}

.gtranslate_wrapper a {
  margin-right: 8px;
}
.gtranslate_wrapper {
  display: flex;
  justify-content: flex-start;
}

.card-tv-online {
  margin-bottom: 30px;
}

#vid iframe{
  width: 100%;
  
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
  .pagination a,
  .pagination span {
      background-color: #ef4723;
      border: 1px solid #ddd;
      color: #fff;
      padding: 8px 16px;
      margin: 0 5px;
      text-decoration: none;
      font-size: 14px;
      border-radius: 4px;
      transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .pagination .current {
      background-color: #67ad4c;
      color: white;
      border: 1px solid #71bf53;
  }
  .pagination a:hover {
      background-color: #71bf53;
      color: white;
      border-color: #71bf53;
  }
  .pagination .prev,
  .pagination .next {
      font-weight: bold;
  }
  .pagination .disabled {
      background-color: #f4f4f4;
      color: #ccc;
      cursor: not-allowed;
  }
  .pagination .prev:disabled,
  .pagination .next:disabled {
      cursor: not-allowed;
  }
    @media (max-width: 576px) {
      .pagination a,
      .pagination span {
          padding: 6px 12px;
          font-size: 12px;
      }
  }

  .altura-da-categoria{
    position: absolute;
    margin-top: -10px;
  }

  .logo-header {
    /* margin-left: 60px; */
}
.player-audio{
  background-color: #ef4723;
  color: #fff;
  padding: 16px;
  margin-bottom: 20px;
  display: flex;
}
.player-audio button {
  background-color: transparent;
  border: none;
}
.icon-play{
  width: 21px;
}
.icon-play2{
  width: 19px;
}
.player-audio span {
  font-size: 15px;
  color: #fff;
  margin: 0 10px 0px 6px;
}
.player-audio button {
  display: flex;
  align-items: center;
}

/* .img-webstories{
  width: 390px !important;
} */
.alinhar-meio-modal{
  display: flex;
  justify-content: center;
}
.modal-dialog.modal-lg {
  width: 490px;
}