/* 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 */


/* CORES */
.ts-date-item,.post-list-item .nav-tabs li a::before, .ts-title:before, .right-sidebar-1 .widgets.widgets-item .widget-title:before, .pagination li.active a, .pagination li:hover a, .ts-footer, .navbar-standerd.nav-item .nav-menu > li > a:before, .ts-grid-box-heighlight {
    background: #337ab7!important;
}
.btn.btn-primary {
    background: #15436b;
}
.breaking-title, .navbar-standerd .nav-menu > li.active > a, .widgets ul li a:hover {
    color: #337ab7!important;
}
.post-list-item .nav-tabs li a.active {
    color: #337ab7;
}
  @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;
    }
    
  }