/* HEADER */
a.nav-brand > img {
  max-width: 310px;
  margin-top: 10px;
}
/* FOOTER */
.footer-logo > a > img {
  max-width: 100%;
}

/* 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;
}

/* 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 */

.ts-block-social-list li.ts-pinterest a {
  background: #bd081c;
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.ts-block-social-list li.ts-pinterest a i {
  background: #3d3ab4;
  background: linear-gradient(45deg, #253ba0, #312ba3, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.header-logo img {
  width: 100%;
  height: auto;
}
img.img-fluid.img-header-menu {
    width: 100%;
    height: auto;
}
img.img-fluid.img-lateral-tamanho, .sidebar-img-lateral {
    width: 100%;
    height: auto;
}
/* CORES SITE */
button#buscar {
    background: #3d4c54!important;
}

.top-bar.v4,
.ts-orange-bg,
.widgets.widgets-item .widget-title:before,
.ts-blue-bg,
.ts-heading-item .ts-title:after,
.right-sidebar-1 .widgets.widgets-item .widget-title:before,
.right-sidebar-1 .widgets.widgets-item .widget-title:before,
.ts-heading-item .ts-title:after,
.ts-footer,
.ts-pink-bg,
.widget-title:before,
.ts-title:before,
.post-list-item .nav-tabs li a::before,
.ts-category-list li a.ts-blue-bg-hover:hover,
.pagination li.active a, .pagination li:hover a,
.ts-purple-bg {
  background-color: #3d4c54;
}
i.fa.fa-home {
    color: #3d4c54;
}
i.fa.fa-home:hover {
    color: #708b99;
}
.header-middle.v2,
.top-bar .ts-date-item {
  background-color: #fff;
}
.top-bar .ts-date-item,.post-list-item .nav-tabs li a.active,.navbar-standerd .nav-menu>li>a:hover,.nav-menu .megamenu-lists .megamenu-list > li > a:hover {
  color: #3d4c54;
}
section.header-middle.v2 {
  padding: 20px 0px;
}
h2.breaking-title.float-left {
  color: #bbb;
}
.nav-menu > li:focus > a {
    color: #3d4c54!important;
}
.btn.btn-primary {
  background: #859299;
}
.post-list-box .post-content .post-title:hover,
.post-title a:hover,
.widgets ul li a:hover,
.navbar-standerd .nav-menu > li > a:hover,
.navbar-standerd .nav-menu > li.active > a {
  color: #3d4c54;
}
.navbar-standerd.nav-item .nav-menu > li > a:before {
  background-color: #3d4c54;
}
.copyright-text p {
  color: #b8b8b8;
}
.post-next.float-right span:hover, .post-previous.float-left span:hover,.post-next.float-right:hover span, .post-next.float-left:hover span{
    color: #64747c!important;
}

@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;
  }
}
.ts-date-item {
    font-weight: bold;
    font-size: 16px;
}
span.post-date-info {
    font-size: 14px;
    font-weight: bold;
}
ul.post-meta-info li {
    font-size: 16px!important;
    font-weight: bold;
}


/* ARTIGO 4 */
img.img-autor-atigo {
    width: 35px !important;
    height: 35px !important;
}

p.text-sobre-img {
    color: #fff;
    margin-left: 5px;
    line-height: 17px;
    font-size: 13px;
}

ul.post-meta-info li {
    letter-spacing: 1px;
    font-size: 13px;
}

ol.breadcrumb li {
    color: #222;
}

p>iframe {
    max-width: 100% !important;
    height: auto !important;
}

p.credit-imagem-principal {
    color: #c5c5c5;
    font-size: 13px;
    letter-spacing: 1px;
}

.ts-post-thumb {
    max-height: 155px;
    overflow: hidden;
}

/* GALERIA */
.gallery-img>a>img {
    padding: 0px 5px 0px 0px;
    height: 100px !important;
    width: auto !important;
}

i.fa.fa-clock-o {
    color: #232323;
}


.box-cred-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-style: italic;
}

.box-cred-img {
    padding-top: 3px;
}

p.credit-imagem-principal {
    margin-bottom: 0px;
    color: #818181;
    line-height: 15px;
    font-size: 12px;
}

a.post-cat.ts-yellow-bg {
    background: #00529d;
}

figure,
figure img {
    max-width: 100% !important;
    height: auto !important;
}

.img-ovarlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: none;
}

span {
    background: none !important;
}

ul.post-meta-info .author,
.post-meta-info i.fa.fa-clock-o,
ul.post-meta-info li,
ul.post-meta-info li i {
    color: #444 !important;
}
/* ARTIGO 4 */