@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400;900&display=swap');
/* HEADER */

.font-ruda {
    font-family: 'Ruda', sans-serif!important;
    font-weight: bold;
}

a.nav-brand > img {
  max-width: 310px;
  margin-top: 10px;
}
/* FOOTER */
.footer-logo > a > img {
  max-width: 100%;
}

/* DESTAQUE PRINCIPAL 5 */
section.block-wrapper.p-30.section-bg.box-destaque-principal-cinco {
    padding-bottom: 0px;
}

/* DESTAQUE PRINCIPAL UM */
section.block-wrapper.mt-15.box-desta-prin-um {
    padding-top: 0px;
    margin-top: 4px;
}

/* PUBLICIDADE */
img.link-publicidade-lateral {
  max-width: 300px;
  width: 100%;
}
.box-publicidade-lateral {
  width: 100%;
  text-align: center;
  margin: 15px 0px;
}
a.link-publicidade-lateral {
  text-decoration: none;
}

a.link-publicidade-banner {
  text-decoration: none;
}
.box-publicidade-banner {
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}

i.fa.fa-whatsapp,
.widgets.ts-social-list-item ul .ts-whatsapp a,
.ts-block-social-list li.ts-whatsapp a {
  background: #25d366;
}
.ts-block-social-list li.ts-whatsapp a i {
  background: #32ad60;
}

.ts-grid-box.widgets.ts-social-list-item i {
  font-size: 30px;
  padding: 2px;
  margin: 0px;
}

/* BOTÕES COMPARTILHAMENTO */
div#st-1 {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
}

li.ts-google-plus.redes-youtube a {
  background: #c4302b;
}
.ts-block-social-list li.ts-google-plus a i {
  background: #a7211c;
}
.ts-block-social-list li.ts-twitter a {
  background: #4b48b7;
}
.ts-block-social-list li.ts-twitter a i {
  background: #292685;
}
li.ts-pinterest.redes-whatsapp a {
  background: #44c554;
}
.ts-block-social-list li.ts-pinterest a i {
  background: #2d8d39;
}

/* CORES */
.top-bar.v4,
.ts-blue-bg,
.ts-heading-item .ts-title:after,
.right-sidebar-1 .widgets.widgets-item .widget-title:before,
.bg-dark-item,
.ts-footer,
.post-list-item .nav-tabs li a::before {
  background: #1d3853;
}
.ts-heading-item .ts-title span,
.right-sidebar-1 .widgets.widgets-item .widget-title span,
.right-sidebar-1 .widgets.widgets-item .widget-title span,
.post-list-item .nav-tabs li a.active {
  color: #1d3853;
}
.top-bar .ts-date-item,
header.navbar-standerd.nav-item,
a.a-menu-principal,
.widget-title:before,
.ts-pink-bg,
.btn.btn-primary,
.navigation,
.pagination li.active a,
.pagination li:hover a,
.ts-title:before,
nav.navigation.ts-main-menu.navigation-landscape,
a.post-cat.ts-orange-bg,
.post-style-3 .post-cat,
.ts-post-thumb .post-cat,
.ts-grid-box .post-cat,
.widgets.widgets-item .widget-title:before,
.ts-heading .ts-title:before {
  background: #3b75af;
}
h2.breaking-title.float-left,
.navbar-standerd.nav-item .nav-menu > li > a,
.navbar-standerd .nav-menu > li > a:hover,
.navbar-standerd .nav-menu > li > a:hover,
i.fa.fa-user-circle-o,
.nav-search-button > i.icon.icon-search {
  color: #fff;
}
.header-middle.v2,
.navbar-standerd.nav-item .nav-menu > li > a:before,
.navbar-standerd.nav-item .right-menu li a:before,
.ts-grid-box.bg-dark-item .ts-heading-item .ts-title:after {
  background: #ffffff;
}

.navbar-standerd .nav-menu > li.active > a {
  background: none;
  color: #fff;
}
.navbar-standerd .nav-menu > li > a:hover {
  background: #1d3853 !important;
}
.ts-grid-box.bg-dark-item .ts-heading-item .ts-title span {
  background: none;
  color: #fff;
}
.navbar-standerd .nav-menu > li > a:hover {
  color: #fff !important;
}
.ts-grid-box.bg-dark-item .post-content {
  border-color: #ffffff;
}
.nav-menu .megamenu-lists .megamenu-list > li > a:hover,
a.ver-mais-list-editoria,
.widgets ul li a:hover,
.green-color,
.post-navigation .post-next:hover span,.post-list-box .post-content .post-title:hover,.post-title a:hover {
  color: #3b75af;
}
button.btn.btn-primary.dropdown-toggle.bg-secondary.section-filtro {
  background: #3b75af !important;
}

button.btn.btn-primary.dropdown-toggle.bg-secondary.section-filtro:hover {
  background: #1d3853 !important;
}
.widgets.tag-list ul li a:hover {
  background: #3b75af !important;
  border-color: #3b75af;
  color: #fff;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff !important;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

@media screen and (max-width: 992px) {
  .nav-menus-wrapper-close-button {
    color: #fff;
  }
  .navbar-standerd .nav-menu > li.active > a {
    background: #3b75af;
    color: #fff;
  }
  .navigation-portrait .nav-menus-wrapper {
    background: #1d3853;
  }
  li.bg-branco.focus {
    background: #fff;
  }
}

/* COOKIES */
input.fechaCookie {
  cursor: pointer;
}
.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 20px 15px;
  background: #fff;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  box-shadow: 0 10px 20px -12px rgb(0 0 0 / 42%), 0 3px 20px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
  margin-bottom: 25px;
  border-radius: 3px;
}

.cookieTitle a {
  font-family: OpenSans, arial, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 5px;
  display: block;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 15px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, sans-serif;
  color: #444;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
  display: block;
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  font-size: 14px;
  margin-top: 14px;
  background: #fff;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: center;
  transition: background 0.3s;
  background: #444;
  border-radius: 3px;
  text-shadow: none;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #fff;
  background: #cacaca;
  color: #444;
}

.fechaCookie {
  position: absolute;
  right: 15px;
  top: 7px;
  font-weight: 700;
  color: #444;
  background: #fff;
  border: none;
  font-size: 15px;
}
/* COOKIES */

@media screen and (max-width: 980px) {
  /* COOKIES */
  .cookieConsentContainer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  /* FOOTER */
  ul.footer-social {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  /* HEADER */
  a.nav-brand > img {
    max-width: 220px;
    margin-top: 10px;
  }
}
